/** Helpers includes all variabls and config files **/
/** Box Shadow Mixins **/
/** Box Shadow Mixins **/
/** Transition **/
/*@include transition(background-color 1s .5s, color 2s);*/
/*Font size mixin*/
/** Base includes all basic requirements for every page **/
/* All icons Defined Here*/
.icons {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .icons:before {
    background-image: url("../images/iconsheet.svg");
    content: "";
    background-repeat: no-repeat;
    position: absolute; }
  .icons.icon_truck {
    width: 220px;
    height: 170px;
    background-repeat: no-repeat; }
    .icons.icon_truck:before {
      width: 100%;
      height: 100%;
      background-position: 0px 0px;
      top: -20px;
      left: -20px; }
  .icons.fuel_icon {
    width: 220px;
    height: 170px;
    background-repeat: no-repeat; }
    .icons.fuel_icon:before {
      width: 100%;
      height: 100%;
      background-position: -253px 0px;
      top: -20px;
      left: -20px; }
  .icons.performance_icon {
    width: 220px;
    height: 170px;
    background-repeat: no-repeat; }
    .icons.performance_icon:before {
      width: 100%;
      height: 100%;
      background-position: -502px 0px;
      top: -20px;
      left: -20px; }
  .icons.enhc_safety_icon {
    width: 220px;
    height: 170px;
    background-repeat: no-repeat; }
    .icons.enhc_safety_icon:before {
      width: 100%;
      height: 100%;
      background-position: -754px 0px;
      top: -20px;
      left: -20px; }

/* All icons Defined Here*/
@font-face {
  font-family: 'Helvetica LT Std';
  src: url("../fonts/HelveticaLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

/* color themes on whole page */
/* color themes on whole page */
/** Adding icons to the site **/
/** Components includes buttons, carousel, dropdown etc.. **/
/*Button*/
.btn_container {
  display: inline-block;
  width: 100%;
  text-align: left; }

.btn_1 {
  display: inline-block;
  width: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #1ca8ca;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.2px;
  text-align: left;
  padding: 12px 24px;
  color: #ffffff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 30px; }
  @media screen and (max-width: 575px) {
    .btn_1 {
      font-size: 0.875rem;
      padding: 10px 20px; } }
  .btn_1:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff; }

/*button menu bar*/
/*.icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: relative;
    cursor: pointer;

    .outer {
      height: 100%;
      width: 100%;
      position: absolute;
      transform: scale(0.75);
      transition: 0.3s ease-in-out;
    }

    .inner {
      position: absolute;
      height: 45.42px;
      width: 45.42px;
      transform: rotate(45deg);
      transition: 0.3s ease-in-out;

       &:hover{
         transform: rotate(0) scale(0.8);
      }
    }

    span {
      position: absolute;
      height: 10px;
      width: 10px;
      border-radius: 100%;
      background: red;

      &.one {
        top: 0;
      }

      &.two {
        right: 0;
      }

      &.five {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      &.three {
        bottom: 0;
      }
      &.four {
        bottom: 0;
        right: 0;
      }
    }
    &.active .inner {
      transform: rotate(0) scale(0.8);
    }
    &.active .outer {
      transform: scale(1);
    }
  }*/
.menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px; }

.menu-icon span {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #158fad;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.menu-icon span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #158fad;
  display: block;
  top: -10px;
  left: 0;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s; }

.menu-icon span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #158fad;
  display: block;
  top: 10px;
  left: 0;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s; }

.menu-icon.active span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-icon.active span {
  background: transparent; }

.menu-icon.active span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*Button*/
/** Layout folder styles for major sections of the layout like a header, footer and styles for a grid system **/
/*Header css*/
.header_block {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  vertical-align: top;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  @media screen and (max-width: 991px) {
    .header_block {
      padding: 0px 0px; } }
  .header_block.header_bg {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05); }

.logo {
  display: inline-block;
  width: auto;
  vertical-align: top; }
  .logo a {
    display: inline-block;
    width: auto;
    padding: 18px 0px; }
    @media screen and (max-width: 991px) {
      .logo a {
        padding: 12px 0px; } }
    .logo a img {
      display: inline-block;
      width: 200px; }
      @media screen and (max-width: 991px) {
        .logo a img {
          width: 160px; } }
      @media screen and (max-width: 575px) {
        .logo a img {
          width: 170px; } }

.header_right {
  display: inline-block;
  width: auto;
  float: right;
  padding: 11px 0px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  @media screen and (max-width: 991px) {
    .header_right {
      padding: 6px 0px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .header_right {
      width: 250px;
      float: none;
      position: fixed;
      background: #fff;
      height: 100%;
      top: 0;
      /*top: 51px;*/
      right: 0;
      -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
      transform: translateX(280px); } }
  @media screen and (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .header_right {
      height: 100%;
      /*top: 53px;*/
      top: 0; } }
  .header_right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 10px;
    -webkit-box-shadow: -8px 2px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -8px 2px 6px 0 rgba(0, 0, 0, 0.05);
    padding-top: 30px; }

.navbar_custom {
  display: inline-block;
  width: auto; }
  @media screen and (max-width: 1200px) {
    .navbar_custom {
      margin-right: 20px; } }
  @media screen and (max-width: 1200px) and (max-width: 991px) {
    .navbar_custom {
      margin-right: 8px; } }
  @media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 767px) {
    .navbar_custom {
      width: 100%;
      margin: 0; } }
  .navbar_custom li {
    display: inline-block;
    width: auto; }
    @media screen and (max-width: 767px) {
      .navbar_custom li {
        width: 100%;
        text-align: center; } }
    .navbar_custom li:last-child {
      margin-right: 0; }
    .navbar_custom li a {
      display: inline-block;
      width: 100%;
      font-size: 1rem;
      font-weight: bold;
      font-style: normal;
      color: #004353;
      font-stretch: normal;
      line-height: 1.22;
      letter-spacing: 0.2px;
      text-align: left;
      padding: 14px 20px;
      margin-right: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .navbar_custom li a:hover {
        color: #1ca8ca; }
      @media screen and (max-width: 1200px) {
        .navbar_custom li a {
          padding: 14px 10px;
          margin-right: 5px; } }
  @media screen and (max-width: 1200px) and (max-width: 991px) {
    .navbar_custom li a {
      font-size: 0.75rem;
      padding: 11px 5px; } }
  @media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 767px) {
    .navbar_custom li a {
      width: auto;
      text-align: center; } }

.button_nav {
  display: inline-block;
  width: auto; }
  @media screen and (max-width: 767px) {
    .button_nav {
      margin-top: 30px;
      width: 100%; } }
  .button_nav a {
    margin-right: 10px; }
    @media screen and (max-width: 991px) {
      .button_nav a {
        font-size: 0.75rem; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .button_nav a {
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
      text-align: center;
      border-radius: 0; } }
    .button_nav a:last-child {
      margin-right: 0; }

@media screen and (max-width: 1200px) {
  .container_header {
    max-width: 100%;
    padding: 0 30px; } }

/*Header css*/
.footer_main {
  display: inline-block;
  width: 100%;
  background-color: #004353;
  padding: 40px 0px 40px 0px; }
  @media screen and (max-width: 575px) {
    .footer_main {
      padding: 50px 0px 50px 0px; } }

.footer_inner {
  display: inline-block;
  width: 100%; }
  .footer_inner ul {
    display: inline-block;
    width: 100%; }
    .footer_inner ul li {
      display: inline-block;
      width: 100%;
      margin-bottom: 5px; }
      .footer_inner ul li a {
        display: inline-block;
        width: auto;
        color: #cbd0d3;
        font-size: 1rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.53;
        letter-spacing: normal;
        text-align: left;
        font-family: 'Helvetica LT Std'; }
  .footer_inner label {
    font-family: 'Helvetica LT Std';
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #cbd0d3;
    margin-top: 10px; }

.footer_inner .social_tab {
  display: inline-block;
  width: 100%;
  margin-top: 15px; }
  .footer_inner .social_tab li {
    display: inline-block;
    width: auto;
    margin-right: 10px; }
    .footer_inner .social_tab li a {
      display: inline-block;
      width: 100%;
      padding: 5px; }

.footer_inner .ks_logo_footer {
  display: inline-block;
  width: 200px; }

.footer_inner .label_foo_1 {
  display: inline-block;
  width: 100%;
  margin-top: 5px; }

/* All Form fields css*/
.form_block {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px; }
  .form_block:last-child {
    margin-bottom: 0; }

.custom_input {
  display: inline-block;
  width: 100%;
  background-color: #f3f3f3;
  border: none;
  border-radius: 6px;
  height: 40px;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  padding: 0px 15px; }
  .custom_input.custom_textarea {
    height: 120px;
    resize: none;
    padding: 15px; }
  .custom_input.custom_input_2 {
    background-color: #fcfcfc;
    /*border: 1px solid rgba(0, 67, 83, 0.52);*/
    border: 1px solid rgba(202, 203, 204, 0.52); }

.share_mail_container {
  display: inline-block;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 575px) {
    .share_mail_container {
      max-width: 300px; } }
  .share_mail_container .share_mail {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border-radius: 6px;
    border: solid 2px #ffffff;
    padding: 0px 40px 0px 15px;
    height: 50px;
    color: #ffffff; }
    @media screen and (max-width: 575px) {
      .share_mail_container .share_mail {
        height: 40px; } }
    .share_mail_container .share_mail::-webkit-input-placeholder {
      /* Edge */
      color: #cbd0d3; }
    .share_mail_container .share_mail:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #cbd0d3; }
    .share_mail_container .share_mail::-ms-input-placeholder {
      color: #cbd0d3; }
    .share_mail_container .share_mail::placeholder {
      color: #cbd0d3; }
  .share_mail_container .share_email {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    padding: 10px 20px;
    right: 0; }
  .share_mail_container span {
    color: #ffffff; }

.custom_select {
  width: 100% !important;
  background-color: #fcfcfc;
  border: 1px solid rgba(0, 67, 83, 0.52);
  border-radius: 6px; }

.radio_inputs {
  display: inline-block;
  width: auto; }
  .radio_inputs .radio_input {
    display: inline-block;
    width: auto;
    margin-right: 15px; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  /*border: 1px solid #ddd;*/
  border-radius: 100%;
  background: #004353; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #1ca8ca;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* All Form fields css*/
/*homepage css*/
.carousel_section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 90px;
  padding-bottom: 90px;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 991px) {
    .carousel_section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 991px) {
    .carousel_section.height_100 {
      height: auto; } }
  @media screen and (max-width: 991px) {
    .carousel_section .container {
      max-width: 960px; } }

.slide_custom {
  display: inline-block;
  width: 100%;
  padding: 90px 15px; }
  @media screen and (max-width: 991px) {
    .slide_custom {
      padding: 30px 15px; } }
  @media screen and (max-width: 991px) and (max-width: 575px) {
    .slide_custom {
      padding: 10px; } }
  .slide_custom .carousel_image {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media screen and (max-width: 575px) {
      .slide_custom .carousel_image {
        /*text-align: center;*/
        margin: auto;
        width: 70% !important; } }
  .slide_custom .detail_carousel {
    display: inline-block;
    width: 100%;
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .slide_custom .detail_carousel {
        padding-top: 40px; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    .slide_custom .detail_carousel {
      padding-top: 0;
      text-align: center; } }
  .slide_custom h3 {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    /*font-size: 42px;*/
    font-size: 1.875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 1.1px;
    text-align: left;
    color: #158fad;
    margin-bottom: 18px; }
    @media screen and (max-width: 1140px) {
      .slide_custom h3 {
        font-size: 1.75rem; } }
  @media screen and (max-width: 1140px) and (max-width: 767px) {
    .slide_custom h3 {
      font-size: 1.375rem;
      /*max-width: 250px;*/ } }
  @media screen and (max-width: 1140px) and (max-width: 767px) and (max-width: 575px) {
    .slide_custom h3 {
      font-size: 1.25rem;
      max-width: 300px;
      width: 100%;
      text-align: center;
      margin: auto;
      margin-bottom: 10px;
      display: block; } }
  .slide_custom p {
    display: inline-block;
    width: 100%;
    font-family: 'Helvetica LT Std';
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.5px;
    text-align: left;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .slide_custom p {
        font-size: 0.875rem; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    .slide_custom p {
      font-size: 0.75rem;
      text-align: center;
      max-width: 220px; } }
  .slide_custom ul {
    display: inline-block;
    width: 100%; }
    .slide_custom ul li {
      display: inline-block;
      width: 100%;
      list-style-type: none;
      position: relative;
      max-width: 330px;
      padding-left: 20px;
      margin-bottom: 10px; }
      .slide_custom ul li:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #1ca8ca;
        position: absolute;
        left: 0;
        top: 6px; }
      @media screen and (max-width: 991px) {
        .slide_custom ul li {
          font-size: 0.875rem; } }
  .slide_custom .button_container {
    margin-top: 15px; }

.img_container_carousel {
  display: inline-block;
  width: 100%;
  position: relative; }
  .img_container_carousel .carousel1 {
    display: inline-block;
    width: 100%; }
  .img_container_carousel .carousel2 {
    display: inline-block;
    width: 360px !important;
    position: absolute;
    left: -160px;
    bottom: -40px; }
    @media screen and (max-width: 991px) {
      .img_container_carousel .carousel2 {
        display: none !important; } }
  .img_container_carousel .carousel3 {
    display: inline-block;
    width: 300px !important;
    position: absolute;
    left: 30px;
    bottom: -90px; }
    @media screen and (max-width: 991px) {
      .img_container_carousel .carousel3 {
        display: none !important; } }

/*why us section*/
.why_us_section {
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*height: 300px;*/
  position: relative;
  padding-top: 70px;
  /*padding-bottom: 360px;*/
  padding-bottom: 380px;
  vertical-align: top;
  position: relative; }
  @media screen and (max-width: 991px) {
    .why_us_section {
      padding-bottom: 50px; } }
  @media screen and (max-width: 991px) and (max-width: 575px) {
    .why_us_section {
      padding: 30px 0px; } }
  .why_us_section:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 991px) {
      .why_us_section:before {
        background-color: rgba(28, 82, 103, 0.48); } }
  @media screen and (max-width: 991px) {
    .why_us_section .container {
      max-width: 960px; } }

.why_us {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9; }
  .why_us h3 {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-size: 1.875rem;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 1.1px;
    text-align: center;
    color: #ffffff; }

.ui_block_outer {
  display: inline-block;
  width: 100%;
  position: absolute;
  /*bottom: -55px;*/
  top: 100px;
  left: 0; }
  @media screen and (max-width: 991px) {
    .ui_block_outer {
      position: unset;
      bottom: 0;
      margin-top: 50px; } }
  @media screen and (max-width: 991px) and (max-width: 575px) {
    .ui_block_outer {
      margin-top: 30px; } }

.ui_blocks {
  display: inline-block;
  width: 100%;
  text-align: center;
  /*position: absolute;
	top: 100px;*/
  /*margin-bottom: 2%;*/ }
  .ui_blocks .ui_block {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    margin-right: 2%;
    background-color: #ffffff;
    padding: 18px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.08);
    min-height: 190px;
    margin-bottom: 2%;
    padding-top: 35px; }
    @media screen and (max-width: 991px) {
      .ui_blocks .ui_block {
        width: 30%;
        margin-bottom: 2%;
        min-height: 170px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .ui_blocks .ui_block {
      width: 48%;
      margin-right: 1%;
      min-height: 170px; }
      .ui_blocks .ui_block:nth-child(odd) {
        margin-right: 1%; }
      .ui_blocks .ui_block:nth-child(even) {
        margin-right: 0; } }
  @media screen and (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
    .ui_blocks .ui_block {
      min-height: 150px;
      padding-top: 25px; } }
    .ui_blocks .ui_block:nth-child(5) {
      margin-right: 0%; }
      @media screen and (max-width: 991px) {
        .ui_blocks .ui_block:nth-child(5) {
          margin-right: 2%; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .ui_blocks .ui_block:nth-child(5) {
      margin-right: 1%; } }
    .ui_blocks .ui_block:nth-child(10) {
      margin-right: 0%; }
      @media screen and (max-width: 991px) {
        .ui_blocks .ui_block:nth-child(10) {
          margin-right: 2%; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .ui_blocks .ui_block:nth-child(10) {
      margin-right: 0%; } }
    .ui_blocks .ui_block .ui_block_icon {
      display: inline-block;
      width: 100%;
      margin-bottom: 15px; }
      @media screen and (max-width: 575px) {
        .ui_blocks .ui_block .ui_block_icon {
          margin-bottom: 15px; } }
      .ui_blocks .ui_block .ui_block_icon img {
        display: inline-block;
        width: 60px; }
        @media screen and (max-width: 575px) {
          .ui_blocks .ui_block .ui_block_icon img {
            width: 60px; } }
  @media screen and (max-width: 575px) and (max-width: 575px) {
    .ui_blocks .ui_block .ui_block_icon img {
      width: 40px; } }
    .ui_blocks .ui_block h4 {
      /*display: block;
			max-width: 200px;
			font-family: 'Helvetica LT Std';
			@include remy(16);
	  		font-weight: bold;
	  		font-style: normal;
	  		font-stretch: normal;
	  		line-height: 1.33;
	  		letter-spacing: 1.2px;
	  		text-align: center;
	  		text-transform: uppercase;
	  		color: $maincolor_light;*/
      /*font-size: 18px;*/
      font-size: 1rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.23;
      letter-spacing: 1px;
      text-align: center;
      display: inline-block;
      width: 100%;
      color: #004353;
      text-transform: capitalize; }
      @media screen and (max-width: 575px) {
        .ui_blocks .ui_block h4 {
          font-size: 0.875rem; } }
  @media screen and (max-width: 575px) and (max-width: 550px) {
    .ui_blocks .ui_block h4 {
      font-size: 0.75rem; } }

.our_solutions_section {
  /*padding: 100px 0px;*/
  padding-top: 70px;
  display: inline-block;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004353), to(#0186af));
  background-image: -webkit-linear-gradient(top, #004353, #0186af);
  background-image: -o-linear-gradient(top, #004353, #0186af);
  background-image: linear-gradient(to bottom, #004353, #0186af);
  vertical-align: top;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 991px) {
    .our_solutions_section {
      padding-top: 50px; } }
  @media screen and (max-width: 991px) {
    .our_solutions_section .container {
      max-width: 800px; } }

.our_solution_detail {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .our_solution_detail {
      padding-bottom: 40px; } }
  .our_solution_detail h3 {
    font-family: 'Helvetica LT Std';
    font-weight: bold;
    font-size: 1.875rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: 1.1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .our_solution_detail h3 {
        font-size: 1.5rem; } }
  .our_solution_detail p {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    max-width: 570px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .our_solution_detail p {
        font-size: 0.875rem; } }
  @media screen and (max-width: 767px) and (max-width: 550px) {
    .our_solution_detail p {
      font-size: 0.8125rem; } }

.our_solution_tabbing_container {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  vertical-align: top; }
  .our_solution_tabbing_container .img_container_tabbing {
    display: inline-block;
    width: 100%;
    position: relative;
    /*.img_big{
			display: inline-block;
			width: 100%;
		}
		.img_sm{
			display: inline-block;
			width: 470px!important;
			position: absolute;
			bottom: -30px;
    		right: -150px;
		}*/ }
    .our_solution_tabbing_container .img_container_tabbing img {
      display: inline-block;
      width: 100%; }
      @media screen and (max-width: 575px) {
        .our_solution_tabbing_container .img_container_tabbing img {
          width: 250px;
          margin-top: 10px;
          margin-bottom: 10px; } }

.our_solution_tabbing {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  text-align: center;
  top: -40px; }
  @media screen and (max-width: 767px) {
    .our_solution_tabbing {
      top: -38px; } }
  @media screen and (max-width: 767px) and (max-width: 550px) {
    .our_solution_tabbing {
      top: 0; } }
  @media screen and (max-width: 550px) {
    .our_solution_tabbing .inner_cont_tab {
      padding: 0;
      overflow: hidden; } }
  .our_solution_tabbing .nav-tabs {
    display: inline-block;
    width: auto;
    border-bottom: 0px solid transparent; }
    @media screen and (max-width: 550px) {
      .our_solution_tabbing .nav-tabs {
        background-color: #205a74;
        width: 100%;
        overflow: auto;
        white-space: nowrap; }
        .our_solution_tabbing .nav-tabs::-webkit-scrollbar {
          width: 1px;
          height: 1px; }
        .our_solution_tabbing .nav-tabs::-webkit-scrollbar-track {
          background: #004353; }
        .our_solution_tabbing .nav-tabs::-webkit-scrollbar-thumb {
          background: #f6f6f8;
          border-radius: 5px; }
        .our_solution_tabbing .nav-tabs::-webkit-scrollbar-thumb:hover {
          background: #000; } }
    .our_solution_tabbing .nav-tabs .nav-tab-inner {
      display: inline-block;
      width: 100%; }
      @media screen and (max-width: 550px) {
        .our_solution_tabbing .nav-tabs .nav-tab-inner {
          padding-left: 20px;
          padding-right: 20px; } }
    .our_solution_tabbing .nav-tabs li {
      display: inline-block;
      width: auto; }
      @media screen and (max-width: 550px) {
        .our_solution_tabbing .nav-tabs li {
          margin-right: 10px; } }
      .our_solution_tabbing .nav-tabs li.active a {
        color: #1ca8ca;
        font-weight: bold;
        background-color: #ffffff;
        border-radius: 8px 8px 0px 0px; }
        @media screen and (max-width: 550px) {
          .our_solution_tabbing .nav-tabs li.active a {
            border-bottom: 1px solid #1ca8ca;
            border-radius: 4px;
            padding: 5px;
            /*background-color: $font_dark;*/ } }
      .our_solution_tabbing .nav-tabs li a {
        display: inline-block;
        width: 100%;
        font-family: 'Helvetica LT Std';
        font-size: 0.875rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.8px;
        text-align: center;
        padding: 10px 20px;
        color: #ffffff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        @media screen and (max-width: 767px) {
          .our_solution_tabbing .nav-tabs li a {
            font-size: 0.75rem;
            padding: 10px; } }
  @media screen and (max-width: 767px) and (max-width: 550px) {
    .our_solution_tabbing .nav-tabs li a {
      color: #ffffff;
      border-bottom: 0;
      font-size: 0.6875rem; } }
  .our_solution_tabbing .tab-pane {
    padding: 50px 0px; }
    @media screen and (max-width: 767px) {
      .our_solution_tabbing .tab-pane {
        padding-bottom: 0px; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    .our_solution_tabbing .tab-pane {
      padding-bottom: 0;
      padding-top: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 575px) and (max-width: 550px) {
    .our_solution_tabbing .tab-pane {
      padding: 30px 0px; } }
    .our_solution_tabbing .tab-pane .img_tab_1 {
      display: inline-block;
      width: 540px; }

.tabbing_content {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 70px 0px; }
  @media screen and (max-width: 575px) {
    .tabbing_content {
      padding: 0px;
      text-align: center; } }
  .tabbing_content h3 {
    display: inline-block;
    width: 100%;
    font-family: 'Helvetica LT Std';
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.8px;
    text-align: left;
    color: #1ca8ca; }
    @media screen and (max-width: 575px) {
      .tabbing_content h3 {
        font-size: 1.125rem;
        text-align: center; } }
  .tabbing_content h4 {
    display: inline-block;
    width: 100%;
    font-family: 'Helvetica LT Std';
    font-size: 1.125rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #222222;
    margin-bottom: 10px; }
    @media screen and (max-width: 575px) {
      .tabbing_content h4 {
        font-size: 1rem;
        text-align: center; } }
  .tabbing_content p {
    display: inline-block;
    width: 100%;
    font-family: 'Helvetica LT Std';
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #222222;
    max-width: 300px; }
    @media screen and (max-width: 575px) {
      .tabbing_content p {
        font-size: 0.75rem;
        text-align: center; } }

/*why us section*/
/*feature section*/
.feature_section {
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  /*padding: 70px 0px;*/
  padding-top: 160px; }
  @media screen and (max-width: 991px) {
    .feature_section {
      padding-top: 40px; } }
  @media screen and (max-width: 991px) and (max-width: 420px) {
    .feature_section {
      padding-top: 15px; } }
  .feature_section .img_container_feature {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center; }
    .feature_section .img_container_feature img {
      display: inline-block;
      width: 60%; }
  .feature_section h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Helvetica LT Std';
    font-size: 1.875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: 1.1px;
    color: #004353;
    margin-bottom: 50px; }

.feature_inner {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .feature_inner .feature {
    display: inline-block;
    width: auto;
    text-align: left; }
    .feature_inner .feature ul {
      display: inline-block;
      width: 270px;
      background-color: #ffffff;
      margin-bottom: 15px;
      padding: 15px;
      border-radius: 10px;
      -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.12); }
      .feature_inner .feature ul li {
        display: inline-block;
        width: auto;
        padding-left: 15px;
        position: relative; }
        .feature_inner .feature ul li:before {
          content: '';
          display: inline-block;
          width: 8px;
          height: 8px;
          position: absolute;
          background-color: #1ca8ca;
          border-radius: 50%;
          top: 7px;
          left: 0; }
  .feature_inner .feature_left {
    display: inline-block;
    width: 29%;
    vertical-align: middle; }
  .feature_inner .feature_middle {
    display: inline-block;
    width: 40%;
    padding: 0px 10px;
    vertical-align: middle; }
    .feature_inner .feature_middle img {
      display: inline-block;
      width: 100%; }
  .feature_inner .feature_right {
    display: inline-block;
    width: 29%;
    vertical-align: middle; }

/*feature section*/
/*device presentation*/
.device_presentation {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  @media screen and (max-width: 767px) {
    .device_presentation {
      padding: 15px 0px; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    .device_presentation {
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .device_presentation .container {
      max-width: 700px; } }
  .device_presentation h3 {
    display: inline-block;
    width: 100%;
    font-family: 'Helvetica LT Std';
    font-size: 1.875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 1.2px;
    text-align: left;
    color: #1ca8ca;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .device_presentation h3 {
        font-size: 1.625rem; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    .device_presentation h3 {
      font-size: 1.375rem;
      margin-bottom: 10px;
      text-align: center; } }
  .device_presentation p {
    font-family: 'Helvetica LT Std';
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.5px;
    text-align: left;
    color: #004353;
    max-width: 430px; }
    @media screen and (max-width: 767px) {
      .device_presentation p {
        font-size: 0.875rem; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    .device_presentation p {
      text-align: center;
      margin: auto;
      margin-bottom: 15px; } }
  .device_presentation img {
    display: inline-block;
    width: 100%; }
    @media screen and (max-width: 575px) {
      .device_presentation img {
        width: 250px; } }

/*device presentation*/
/*contact us*/
.contact_us_section {
  display: inline-block;
  width: 100%;
  background-color: #1ca8ca;
  padding: 70px 0px 70px 40px; }
  @media screen and (max-width: 767px) {
    .contact_us_section {
      padding: 50px 15px; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    .contact_us_section {
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .contact_us_section .container {
      max-width: 960px; } }
  .contact_us_section h3 {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 10px; }
    @media screen and (max-width: 575px) {
      .contact_us_section h3 {
        text-align: center;
        font-size: 1.25rem;
        margin-bottom: 5px; } }
  .contact_us_section p {
    display: inline-block;
    width: 100%;
    @imclude remy(20);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff; }
    @media screen and (max-width: 575px) {
      .contact_us_section p {
        text-align: center;
        font-size: 1rem;
        margin-bottom: 15px; } }
  .contact_us_section a {
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-size: 2.8125rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .contact_us_section a {
        font-size: 1.875rem; } }
    .contact_us_section a:hover {
      color: #ffffff; }
    .contact_us_section a:active {
      color: #ffffff; }
    .contact_us_section a:visited {
      color: #ffffff; }
    .contact_us_section a:link {
      color: #ffffff; }

/*contact us*/
.help_section {
  /*height: 300px;*/
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
  background-position: right;
  background-size: cover;
  overflow: hidden; }
  .help_section .help_container {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 100px 0px;
    /*padding: 80px 0px;*/
    padding-left: 150px;
    padding-right: 100px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .help_section .help_container {
        padding: 50px 0px; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    .help_section .help_container {
      padding: 30px 0px; } }
    .help_section .help_container:after {
      content: '';
      display: none;
      position: absolute;
      top: 0;
      right: -127px;
      border-top: 326px solid transparent;
      border-bottom: 287px solid transparent;
      border-left: 128px solid #ffffff; }
      @media screen and (max-width: 991px) {
        .help_section .help_container:after {
          /*display: none;*/ } }
    .help_section .help_container h3 {
      display: inline-block;
      width: 100%;
      font-size: 1.875rem;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.06;
      letter-spacing: normal;
      text-align: left;
      color: #004657;
      margin-bottom: 30px; }
      @media screen and (max-width: 575px) {
        .help_section .help_container h3 {
          text-align: center;
          font-size: 1.75rem; } }
    @media screen and (max-width: 991px) {
      .help_section .help_container {
        padding-left: 30px;
        padding-right: 30px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .help_section .help_container {
      padding-left: 0px;
      padding-right: 0px; } }
    @media screen and (max-width: 575px) {
      .help_section .help_container form {
        max-width: 400px;
        margin: auto; } }
  .help_section .form_footer {
    display: inline-block;
    width: 100%; }
    .help_section .form_footer .btn_1 {
      vertical-align: middle; }
      .help_section .form_footer .btn_1.send_btn span {
        margin-left: 5px; }
    .help_section .form_footer .form_note {
      display: inline-block;
      width: auto;
      max-width: 200px;
      vertical-align: middle;
      font-size: 0.875rem;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.38;
      letter-spacing: normal;
      text-align: left;
      color: #1ca8ca;
      margin-left: 10px; }
  .help_section .custom_input:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.img_lap {
  display: inline-block;
  width: 100%;
  background-image: url(../images/mac_lap.png);
  height: 420px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .img_lap .lap_bg_content {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    height: 100%;
    z-index: 9; }

.git_modal h3 {
  display: inline-block;
  width: 100%;
  font-size: 1.875rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: normal;
  text-align: left;
  color: #2abce0;
  margin-bottom: 15px; }

.git_modal p {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  max-width: 300px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
  margin-bottom: 15px; }

.modal_git {
  border-radius: 0px; }
  .modal_git .modal-content {
    border-radius: 0; }
    .modal_git .modal-content .modal-body {
      padding: 30px; }
      @media screen and (max-width: 475px) {
        .modal_git .modal-content .modal-body {
          padding: 15px; } }
  .modal_git .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px; }

/*homepage css*/
/*Get In touch Page*/
.get_in_touch_container {
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-position: center;
  vertical-align: top;
  position: relative;
  overflow: hidden; }
  .get_in_touch_container:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 67, 83, 0.6);
    content: '';
    position: absolute;
    top: 0;
    left: 0; }
  .get_in_touch_container .help_container {
    background-color: #ffffff;
    padding: 50px 0px;
    padding-left: 150px;
    padding-right: 40px; }
    @media screen and (max-width: 991px) {
      .get_in_touch_container .help_container {
        padding-left: 15px;
        padding-right: 15px; } }
  @media screen and (max-width: 991px) and (max-width: 575px) {
    .get_in_touch_container .help_container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 991px) and (max-width: 575px) and (max-width: 420px) {
    .get_in_touch_container .help_container {
      padding-left: 0px;
      padding-right: 0px; } }
    .get_in_touch_container .help_container h3 {
      display: inline-block;
      width: 100%;
      font-size: 2.1875rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: left;
      margin-bottom: 15px;
      color: #1ca8ca; }
    .get_in_touch_container .help_container p {
      display: inline-block;
      width: 100%;
      max-width: 280px;
      font-size: 1rem;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: left;
      color: #3a3a3a;
      margin-bottom: 15px; }

@media screen and (max-width: 991px) {
  .container_git {
    max-width: 600px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .container_git {
      max-width: 100%; } }

/*Get In touch Page*/
/** custom writter css **/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  position: relative;
  background-color: #f9f9f9; }

ul, li, a, ol, h1, h2, h3, h4, h5, h6, p, label {
  margin-bottom: 0px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }
  a:focus {
    color: inherit;
    text-decoration: none; }

button:focus {
  outline: none; }

.wrapper {
  padding-top: 0px; }

.wrapper_main {
  padding-top: 69px; }
  @media screen and (max-width: 991px) {
    .wrapper_main {
      padding-top: 50px; } }

@media screen and (max-width: 767px) {
  .cust_mb_20 {
    margin-bottom: 20px; } }

.height_100 {
  height: 100%; }

/*::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  background: #f6f6f8; 
}

::-webkit-scrollbar-thumb {
  background: #f6f6f8; 
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: $maincolor-dark ; 
}
*/
/** all common styles written in main.scss **/
