/*Butlon 2020 css by Veeranan*/
/* CSS Document */
body, p, h1, h2, h3, h4, h5, h6, span, ul, ol, li, dl, dt, dd, form {
  padding: 0;
  margin: 0; }
  

html, body {
  padding: 0;
  margin: 0;
  height: auto; }

input {
  outline: none; }

textarea {
  border: none;
  outline: none;
  overflow: auto;
  resize: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

input.button {
  border: none;
  outline: none; }

input::-webkit-input-placeholder {
  opacity: 1; }

input::-moz-placeholder {
  opacity: 1; }

input:-ms-input-placeholder {
  opacity: 1; }

input:-moz-placeholder {
  opacity: 1; }

input[type=checkbox] {
  border: none;
  outline: none; }

img {
  outline: none;
  border: none;
  max-width: 100%;
  user-select: none;
  -webkit-user-select: none; }

li {
  list-style: none; }

a, a:active, a:hover {
  text-decoration: none;
  outline: none !important;
  user-select: none;
  -webkit-user-select: none; }

a:focus {
  outline: none;
  text-decoration: none; }

* {
  box-sizing: border-box; }

button, a, input[type="submit"] {
  -o-transition: all .5s ease-out, all 0.5s ease-in;
  -ms-transition: all .5s ease-out, all 0.5s ease-in;
  -moz-transition: all .5s ease-out, all 0.5s ease-in;
  -webkit-transition: all .5s ease-out, all 0.5s ease-in;
  transition: all .5s ease-out, all 0.5s ease-in; }

:not(output):-moz-ui-invalid {
  box-shadow-style: inset; }

a:hover, a, a:focus {
  color: inherit; }

a, a:hover, a:focus, button, button:hover, button:focus {
  outline: none; }

div:focus {
  outline: none; }

/*--------------FONTS--------------*/
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/poppins-medium.eot");
  src: url("../fonts/poppins-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-medium.woff") format("woff"), url("../fonts/poppins-medium.ttf") format("truetype"), url("../fonts/poppins-medium.svgpoppins-medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/poppins-bold.eot");
  src: url("../fonts/poppins-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-bold.woff") format("woff"), url("../fonts/poppins-bold.ttf") format("truetype"), url("../fonts/poppins-bold.svgpoppins-bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svgPoppins-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "poppins-regular";
  src: url("../fonts/poppins-regular.eot");
  src: url("../fonts/poppins-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular.woff") format("woff"), url("../fonts/poppins-regular.ttf") format("truetype"), url("../fonts/poppins-regular.svgpoppins-regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "poppins-semibold";
  src: url("../fonts/poppins-semibold.eot");
  src: url("../fonts/poppins-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-semibold.woff") format("woff"), url("../fonts/poppins-semibold.ttf") format("truetype"), url("../fonts/poppins-semibold.svgpoppins-semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svgManrope-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../fonts/Manrope-SemiBold.eot");
  src: url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/Manrope-SemiBold.svgManrope-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svgGotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
/*--------------FONTS--------------*/
/*0 padding*/
/*[class*="col-"]{padding-left:0; padding-right:0;}*/
/*0 padding*/
/*General Mixins*/
/*General Mixins*/
/*General Mixins*/
._fl {
  float: left; }

._fr {
  float: right; }

/*main css*/
.container {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 0; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(0deg, transparent 0%, #282828 100%); }
  header .pre_header {
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff; }
    header .pre_header .pre_left ul li {
      font: 14px/25px poppins-medium;
      float: left;
      color: #fff; }
      header .pre_header .pre_left ul li.hmail {
        margin-right: 20px; }
        header .pre_header .pre_left ul li.hmail a {
          background: url(../images/hmail.svg) no-repeat left center;
          padding-left: 25px; }
      header .pre_header .pre_left ul li.hphn a {
        background: url(../images/hphn.svg) no-repeat left center;
        padding-left: 25px; }
    header .pre_header .pre_right .ovr_right ul li {
      font: 14px/25px poppins-medium;
      color: #fff;
      float: left; }
      header .pre_header .pre_right .ovr_right ul li:not(:last-child) {
        margin-right: 20px; }
      header .pre_header .pre_right .ovr_right ul li.hjobs {
        background: url(../images/work.svg) no-repeat left center;
        padding-left: 25px; }
      header .pre_header .pre_right .ovr_right ul li.hsocial ul li {
        float: left; }
        header .pre_header .pre_right .ovr_right ul li.hsocial ul li:not(:last-child) {
          margin-right: 10px; }
        header .pre_header .pre_right .ovr_right ul li.hsocial ul li a {
          display: inline-block;
          text-indent: -99999rem;
          width: 25px;
          height: 25px; }
      header .pre_header .pre_right .ovr_right ul li.hsocial ul .hfb a {
        background: url("../images/header_fb.svg") no-repeat center center; }
      header .pre_header .pre_right .ovr_right ul li.hsocial ul .htw a {
        background: url("../images/header_twitter.svg") no-repeat center center; }
      header .pre_header .pre_right .ovr_right ul li.hsocial ul .hin a {
        background: url("../images/header_insta.svg") no-repeat center center; }
      header .pre_header .pre_right .ovr_right ul li.hsocial ul .hli a {
        background: url("../images/header_linkedin.svg") no-repeat center center; }
  header .main_header {
    padding: 20px 0; }
    header .main_header .head_links ul li {
      font: 17px/54px poppins-medium;
      color: #fff;
      float: left;
      transition: 0.5s all ease-out, 0.5s all ease-in;
      -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
      -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
      -o-transition: 0.5s all ease-out, 0.5s all ease-in; }
      header .main_header .head_links ul li:hover {
        color: #0fb4e5; }
      header .main_header .head_links ul li:not(:last-child) {
        margin-right: 30px; }
      header .main_header .head_links ul li.btnn {
        margin-left: 10px;
        font: 17px/54px poppins-regular; }
        header .main_header .head_links ul li.btnn a {
          position: relative;
          display: block;
          padding: 0 10px;
          padding-left: 54px;
          background: #0fb4e5 url("../images/btn_truck.svg") no-repeat left 12px center;
          border-radius: 5px; }
          header .main_header .head_links ul li.btnn a:hover {
            background-color: #282828; }

.banners .banner img {
  max-height: 840px;
  min-height: 840px;
  object-fit: cover; }
.banners .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 55%;
  transform: translateY(-50%);
  max-width: 1250px;
  margin: auto;
  right: 0; }
  .banners .owl-nav .owl-prev, .banners .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    opacity: 0.5; }
    .banners .owl-nav .owl-prev:hover, .banners .owl-nav .owl-next:hover {
      opacity: 1; }
  .banners .owl-nav .owl-next {
    left: unset;
    right: -20px; }

.bans {
  width: 100%;
  position: relative; }
  .bans .banner_content {
    width: 100%;
    /*position: absolute;*/
    /*bottom: 180px;*/
    z-index: 1; }
    .bans .banner_content .ban_cont {
      padding-left: 70px; }
      .bans .banner_content .ban_cont h1 {
        font: 70px/77px poppins-bold;
        color: #fff;
        padding-bottom: 40px; }
        .bans .banner_content .ban_cont h1 span {
          display: block; }
      .bans .banner_content .ban_cont p {
        font: 18px/27px poppins-medium;
        color: #fff;
        padding-bottom: 30px; }
        .bans .banner_content .ban_cont p span {
          display: block; }
      .bans .banner_content .ban_cont .banner_button {
        max-width: 425px;
        width: 100%; }
        .bans .banner_content .ban_cont .banner_button .ban_butn {
          width: 47%;
          margin: 0 6% 0 0; }
          .bans .banner_content .ban_cont .banner_button .ban_butn:last-child {
            margin-right: 0; }
            .bans .banner_content .ban_cont .banner_button .ban_butn:last-child a {
              border-color: #666666;
              background: #666666 url(../images/ban_icon2.svg) no-repeat left 35px center; }
              .bans .banner_content .ban_cont .banner_button .ban_butn:last-child a:hover {
                background-color: #0fb4e5;
                border-color: #0fb4e5; }
          .bans .banner_content .ban_cont .banner_button .ban_butn a {
            width: 100%;
            display: block;
            font: 16px/27px poppins-semibold;
            color: #fff;
            padding: 17px 0 17px 55px;
            background: #0fb4e5 url(../images/ban_icon1.svg) no-repeat left 25px center;
            border: 1px solid #0fb4e5;
            border-radius: 5px; }
            .bans .banner_content .ban_cont .banner_button .ban_butn a:hover {
              background-color: #666666;
              border-color: #666666; }

/*--- cookies ---*/
.cookies .cookies_content {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-right: 3px solid #0fb4e5;
  position: fixed;
  right: 70px;
  bottom: 100px;
  z-index: 9;
  padding: 25px;
  display: none; }
  .cookies .cookies_content .cookie_text {
    width: 68%;
    display: table-cell; }
    .cookies .cookies_content .cookie_text p {
      font: 15px/22px poppins-regular;
      color: #282828; }
      .cookies .cookies_content .cookie_text p a {
        text-decoration: underline; }
        .cookies .cookies_content .cookie_text p a:hover {
          color: #0fb4e5; }
  .cookies .cookies_content .cookie_button {
    width: 27%;
    display: table-cell;
    vertical-align: middle; }
    .cookies .cookies_content .cookie_button a {
      width: 100%;
      display: block;
      background: #0fb4e5;
      border: 1px solid #0fb4e5;
      font: 14px/17px poppins-bold;
      color: #fff;
      text-align: center;
      border-radius: 30px;
      padding: 10px 0; }
      .cookies .cookies_content .cookie_button a:hover {
        background: #282828;
        border-color: #282828; }
  .cookies .cookies_content .cok_close {
    width: 5%;
    display: table-cell;
    vertical-align: middle;
    text-align: right; }

/*--- cookies ---*/
.pleders_invest {
  width: 100%;
  padding: 120px 0; }
  .pleders_invest .pleder_img {
    width: 48%; }
  .pleders_invest .pleder_text {
    width: 52%;
    padding: 0px 0 0 65px; }
    .pleders_invest .pleder_text h1 {
      font: 52px/55px poppins-bold;
      color: #282828;
      padding-bottom: 30px; }
      .pleders_invest .pleder_text h1 span {
        display: block; }
    .pleders_invest .pleder_text h4 {
      font: 19px/24px poppins-medium;
      color: #282828;
      padding-bottom: 35px; }
    .pleders_invest .pleder_text p {
      font: 17px/27px poppins-regular;
      color: #282828;
      padding-bottom: 35px; }
    .pleders_invest .pleder_text .pleders_button a.pled_btn {
      width: 205px;
      display: block;
      background: #0fb4e5 url(../images/case_img.svg) no-repeat left 20px center;
      border: 1px solid #0fb4e5;
      border-radius: 5px;
      font: 17px/27px poppins-semibold;
      color: #fff;
      padding: 13px 0 13px 50px; }
      .pleders_invest .pleder_text .pleders_button a.pled_btn:hover {
        background-color: #282828;
        border-color: #282828; }

.een_blog {
  width: 100%;
  background: #f5f5f5;
  padding: 100px 0; }
  .een_blog .een_left {
    width: 49%; }
    .een_blog .een_left h4 {
      font: 23px/23px poppins-medium;
      color: #0fb4e5;
      padding-bottom: 20px; }
    .een_blog .een_left h1 {
      font: 51px/59px poppins-semibold;
      color: #282828;
      padding-bottom: 30px; }
      .een_blog .een_left h1 span {
        display: block; }
    .een_blog .een_left .een_box {
      width: 100%;
      padding-bottom: 25px;
      display: table; }
      .een_blog .een_left .een_box:last-child .een_img::after {
        display: none; }
      .een_blog .een_left .een_box .een_img {
        width: 64px;
        position: relative;
        display: table-cell; }
        .een_blog .een_left .een_box .een_img::after {
          content: "";
          display: block;
          width: 0.5px;
          height: 100%;
          background: #666666;
          transform: translateX(-50%);
          position: absolute;
          top: 68;
          left: 50%; }
      .een_blog .een_left .een_box .een_text {
        width: calc(100% - 64px);
        display: table-cell;
        padding-top: 20px;
        padding-left: 40px; }
        .een_blog .een_left .een_box .een_text h3 {
          font: 26px/27px poppins-semibold;
          color: #282828;
          padding-bottom: 18px; }
        .een_blog .een_left .een_box .een_text p {
          font: 16px/27px poppins-regular;
          color: #666666;
          max-width: 430px; }
  .een_blog .een_right {
    width: 51%; }
    .een_blog .een_right .een_form {
      max-width: 585px;
      width: 100%;
      background: #fff;
      padding: 60px;
      box-shadow: 0 0 10px 0 #e1e1e1;
      border-radius: 5px; }
      .een_blog .een_right .een_form h2 {
        font: 43px/45px poppins-semibold;
        color: #282828;
        padding-bottom: 33px; }
        .een_blog .een_right .een_form h2 span {
          display: block; }
      .een_blog .een_right .een_form form .een_frm {
        width: 100%;
        margin-bottom: 20px; }
        .een_blog .een_right .een_form form .een_frm input {
          width: 100%;
          border: 1px solid #a1a1a1;
          border-radius: 5px;
          font: 16px/27px poppins-regular;
          color: #666666;
          padding: 19px 55px 19px 30px;
          background: url(../images/form_icon1.svg) no-repeat right 28px center; }
        .een_blog .een_right .een_form form .een_frm:nth-child(2) input {
          background: url(../images/form_icon2.svg) no-repeat right 28px center; }
      .een_blog .een_right .een_form form .een_frm._checks {
        text-align: center; }
        .een_blog .een_right .een_form form .een_frm._checks input {
          padding: 0;
          height: initial;
          width: initial;
          margin-bottom: 0;
          display: none;
          cursor: pointer; }
          .een_blog .een_right .een_form form .een_frm._checks input:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            left: 9px;
            width: 6px;
            height: 14px;
            border: solid #0fb4e5;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }
        .een_blog .een_right .een_form form .een_frm._checks label {
          position: relative;
          cursor: pointer;
          font: 16px/27px poppins-regular;
          color: #666666; }
          .een_blog .een_right .een_form form .een_frm._checks label a {
            color: #0fb4e5; }
          .een_blog .een_right .een_form form .een_frm._checks label::before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #a1a1a1;
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 10px;
            border-radius: 5px; }
      .een_blog .een_right .een_form form .een_frm._buttons {
        text-align: center; }
        .een_blog .een_right .een_form form .een_frm._buttons input.een_btn {
          width: 205px;
          background: #0fb4e5 url(../images/een_btn.svg) no-repeat left 25px center;
          border: 1px solid #0fb4e5;
          border-radius: 5px;
          font: 18px/57px poppins-semibold;
          color: #fff;
          padding: 0 0 0 65px;
          text-align: left; }
          .een_blog .een_right .een_form form .een_frm._buttons input.een_btn:hover {
            background-color: #282828;
            border-color: #282828; }

.home_transport {
  padding: 125px 0 100px; }
  .home_transport .trans_img {
    width: 44.7%; }
  .home_transport .trans_text {
    width: 55.3%;
    padding-left: 85px; }
    .home_transport .trans_text h4 {
      font: 23px/23px poppins-medium;
      color: #0fb4e5;
      padding-bottom: 25px; }
    .home_transport .trans_text h1 {
      font: 51px/59px poppins-semibold;
      color: #282828;
      padding-bottom: 45px; }
      .home_transport .trans_text h1 span {
        display: block; }
    .home_transport .trans_text .trans_blog {
      width: 100%;
      margin-bottom: 30px; }
      .home_transport .trans_text .trans_blog:last-child {
        margin-bottom: 0; }
      .home_transport .trans_text .trans_blog .trans_icon {
        width: 78px; }
      .home_transport .trans_text .trans_blog .trans_content {
        width: calc(100% - 78px);
        padding-left: 35px; }
        .home_transport .trans_text .trans_blog .trans_content h5 {
          font: 24px/24px poppins-semibold;
          color: #282828;
          padding-bottom: 20px; }
        .home_transport .trans_text .trans_blog .trans_content p {
          font: 16px/26px poppins-regular;
          color: #666666; }

.blijf_content .blijf_head {
  width: 100%;
  padding-bottom: 65px;
  text-align: center; }
  .blijf_content .blijf_head h5 {
    font: 18px/24px poppins-medium;
    color: #0fb4e5;
    padding-bottom: 35px; }
  .blijf_content .blijf_head h1 {
    font: 55px/62px poppins-semibold;
    color: #282828; }
    .blijf_content .blijf_head h1 span {
      display: block; }
.blijf_content .blijf_body {
  padding-bottom: 60px;
  position: relative; }
  .blijf_content .blijf_body::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 58%;
    background: #f5f5f5; }
  .blijf_content .blijf_body .blijf_blog {
    width: 100%;
    box-shadow: 0 0 10px 0 #e1e1e1;
    background: #fff; }
    .blijf_content .blijf_body .blijf_blog:last-child {
      margin-right: 0; }
    .blijf_content .blijf_body .blijf_blog .blijf_text {
      width: 100%;
      padding: 40px 20px 25px 25px; }
      .blijf_content .blijf_body .blijf_blog .blijf_text h4 {
        font: 25px/32px poppins-semibold;
        color: #282828;
        padding-bottom: 20px; }
        .blijf_content .blijf_body .blijf_blog .blijf_text h4 span {
          display: block; }
      .blijf_content .blijf_body .blijf_blog .blijf_text p {
        font: 16px/24px poppins-regular;
        color: #666666;
        padding-bottom: 15px; }
      .blijf_content .blijf_body .blijf_blog .blijf_text h5 {
        font: 15px/24px poppins-medium;
        color: #666666;
        padding-left: 25px;
        background: url(../images/blijf_icon.svg) no-repeat left center; }

.home_contact {
  width: 100%;
  padding: 50px 0 120px 0; }
  .home_contact .hc_top {
    width: 100%;
    padding-bottom: 40px; }
    .home_contact .hc_top .hc_left h4 {
      font: 22px/24px poppins-medium;
      color: #0fb4e5;
      padding-bottom: 25px; }
    .home_contact .hc_top .hc_left h1 {
      font: 56px/59px poppins-semibold;
      color: #282828; }
      .home_contact .hc_top .hc_left h1 span {
        display: block; }
    .home_contact .hc_top .hc_right a {
      width: 280px;
      display: block;
      background: url(../images/home_call.svg) no-repeat left 30px center #8a9f26;
      border: 1px solid #8a9f26;
      border-radius: 5px;
      color: #fff;
      font: 28px/28px poppins-medium;
      margin-left: auto;
      padding: 14px 0 14px 95px; }
      .home_contact .hc_top .hc_right a span {
        display: block;
        font-size: 20px; }
      .home_contact .hc_top .hc_right a:hover {
        background-color: #0fb4e5;
        border-color: #0fb4e5; }
  .home_contact .hc_body {
    position: relative; }
    .home_contact .hc_body .hc_map_content {
      max-width: 415px;
      width: 100%;
      background: #fff;
      position: absolute;
      left: 90px;
      top: 50%;
      transform: translateY(-50%);
      box-shadow: 0 0 10px 0 #e1e1e1;
      border-radius: 5px; }
      .home_contact .hc_body .hc_map_content .hc_head {
        width: 100%;
        background: #0fb4e5;
        padding: 18px 40px;
        border-radius: 5px 5px 0 0; }
        .home_contact .hc_body .hc_map_content .hc_head h2 {
          font: 22px/22px poppins-semibold;
          color: #fff; }
      .home_contact .hc_body .hc_map_content .hc_body {
        width: 100%;
        padding: 30px 35px; }
        .home_contact .hc_body .hc_map_content .hc_body ul li {
          font: 18px/25px poppins-regular;
          color: #666666;
          padding: 10px 0;
          padding-left: 45px;
          margin-bottom: 10px; }
          .home_contact .hc_body .hc_map_content .hc_body ul li span {
            display: block; }
          .home_contact .hc_body .hc_map_content .hc_body ul li:first-child {
            background: url(../images/hc_loc.svg) no-repeat left center; }
          .home_contact .hc_body .hc_map_content .hc_body ul li:nth-child(2) {
            background: url(../images/hc_call.svg) no-repeat left center; }
          .home_contact .hc_body .hc_map_content .hc_body ul li:last-child {
            margin: 0;
            background: url(../images/hc_msg.svg) no-repeat left center; }

/*--- footer ---*/
.foot_content .ft_top {
  width: 100%;
  padding: 100px 0 70px;
  background: #666666; }
  .foot_content .ft_top h4 {
    font: 21px/27px poppins-semibold;
    color: #fff;
    padding-bottom: 25px;
    text-transform: uppercase; }
  .foot_content .ft_top .ft_over {
    width: 25.2%; }
    .foot_content .ft_top .ft_over p {
      font: 16px/27px poppins-regular;
      color: #fff;
      max-width: 235px;
      padding-bottom: 15px; }
    .foot_content .ft_top .ft_over .medias ul li {
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid #fff;
      border-radius: 100%;
      text-align: center;
      margin-right: 10px;
      padding: 8px 0; }
      .foot_content .ft_top .ft_over .medias ul li:last-child {
        margin: 0; }
      .foot_content .ft_top .ft_over .medias ul li a {
        color: #fff;
        font-size: 18px; }
      .foot_content .ft_top .ft_over .medias ul li:hover {
        background: #0fb4e5;
        border-color: #0fb4e5; }
  .foot_content .ft_top .ft_recent {
    width: 28%; }
    .foot_content .ft_top .ft_recent .recent_blog {
      width: 100%;
      margin-bottom: 20px; }
      .foot_content .ft_top .ft_recent .recent_blog:last-child {
        margin-bottom: 0; }
      .foot_content .ft_top .ft_recent .recent_blog .recent_img {
        width: 65px; }
      .foot_content .ft_top .ft_recent .recent_blog .recent_text {
        width: calc(100% - 65px);
        padding-left: 14px; }
        .foot_content .ft_top .ft_recent .recent_blog .recent_text h5 {
          font: 16px/23px poppins-medium;
          color: #fff;
          padding-bottom: 5px; }
          .foot_content .ft_top .ft_recent .recent_blog .recent_text h5 span {
            display: block; }
        .foot_content .ft_top .ft_recent .recent_blog .recent_text p {
          font: 15px/23px poppins-regular;
          color: #fff;
          padding-left: 25px;
          background: url(../images/ft_calender.svg) no-repeat left center; }
  .foot_content .ft_top .ft_navigate {
    width: 20.4%; }
    .foot_content .ft_top .ft_navigate ul li a {
      font: 19px/34px poppins-regular;
      color: #fff;
      padding-left: 25px;
      background: url(../images/ft_arrow.svg) no-repeat left center; }
      .foot_content .ft_top .ft_navigate ul li a:hover {
        color: #0fb4e5;
        background: url(../images/ft_arrow_hover.svg) no-repeat left center; }
  .foot_content .ft_top .new_letter {
    width: 26.4%; }
    .foot_content .ft_top .new_letter p {
      font: 17px/27px poppins-regular;
      color: #fff;
      padding-bottom: 25px; }
    .foot_content .ft_top .new_letter form .ft_frm {
      position: relative; }
      .foot_content .ft_top .new_letter form .ft_frm input {
        width: 100%;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        font: 15px/23px poppins-regular;
        color: #666666;
        padding: 15px 15px; }
      .foot_content .ft_top .new_letter form .ft_frm input.ft_btn {
        width: 55px;
        height: 55px;
        background: url(../images/sent.svg) no-repeat center center #8a9f26;
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #8a9f26; }
        .foot_content .ft_top .new_letter form .ft_frm input.ft_btn:hover {
          background-color: #0fb4e5;
          border-color: #0fb4e5; }

.foot_content .ft_bottom {
  width: 100%;
  background: #3c3c3c;
  padding: 21px 0; }
  .foot_content .ft_bottom .ft_bot_left {
    width: 70%; }
    .foot_content .ft_bottom .ft_bot_left p {
      font: 16px/28px poppins-regular;
      color: #fff; }
      .foot_content .ft_bottom .ft_bot_left p a {
        color: #0fb4e5; }
        .foot_content .ft_bottom .ft_bot_left p a:hover {
          color: #8a9f26; }
  .foot_content .ft_bottom .ft_bot_right {
    width: 30%; }
    .foot_content .ft_bottom .ft_bot_right ul li {
      font: 16px/23px poppins-regular;
      color: #fff;
      display: inline-block;
      margin-right: 10px; }
      .foot_content .ft_bottom .ft_bot_right ul li:last-child {
        margin-right: 0; }
      .foot_content .ft_bottom .ft_bot_right ul li a {
        color: #fff; }
        .foot_content .ft_bottom .ft_bot_right ul li a:hover {
          color: #0fb4e5; }

/*--- footer ---*/
span.icontab, a.closebtn {
  display: none; }

/*--- About us ---*/
.head_links ul li.active {
  color: #0fb4e5; }
  .head_links ul li.active a {
    color: #0fb4e5; }

header.inner_page {
  background: transparent; }

.inner_banner {
  width: 100%;
  position: relative; }
  .inner_banner img {
    width: 100%;
    max-height: 490px;
    min-height: 490px;
    object-fit: cover; }
  .inner_banner .breads._content {
    width: 100%;
    position: absolute;
    bottom: 130px;
    text-align: center; }
    .inner_banner .breads._content h2 {
      font: 45px/54px poppins-bold;
      color: #fff;
      text-transform: uppercase; }
    .inner_banner .breads._content .breadcrumb {
      background: transparent;
      margin: 0; }
      .inner_banner .breads._content .breadcrumb li {
        font: 19px/24px poppins-medium;
        color: #fff;
        text-transform: uppercase; }

.abt_content {
  width: 100%;
  padding: 110px 0; }
  .abt_content .abt_img {
    width: 45.3%; }
  .abt_content .abt_text {
    width: 54.7%;
    padding: 30px 0 0 75px; }
    .abt_content .abt_text h4 {
      font: 23px/23px poppins-medium;
      color: #0fb4e5;
      padding-bottom: 25px; }
    .abt_content .abt_text h1 {
      font: 51px/59px poppins-bold;
      color: #282828;
      padding-bottom: 30px; }
      .abt_content .abt_text h1 span {
        display: block; }
    .abt_content .abt_text p {
      font: 17px/27px poppins-regular;
      color: #666666;
      padding-bottom: 20px; }
    .abt_content .abt_text ul li {
      font: 16px/27px poppins-regular;
      color: #666666;
      padding-left: 27px;
      background: url(../images/abt_tick.svg) no-repeat left center;
      margin-bottom: 5px; }

.abt_trans {
  width: 100%;
  padding: 70px 0 90px;
  background: #f5f5f5; }
  .abt_trans .abt_trabs_head {
    text-align: center;
    padding-bottom: 45px; }
    .abt_trans .abt_trabs_head h4 {
      font: 18px/24px poppins-medium;
      color: #0fb4e5;
      padding-bottom: 35px; }
    .abt_trans .abt_trabs_head h1 {
      font: 55px/62px poppins-semibold;
      color: #282828; }
      .abt_trans .abt_trabs_head h1 span {
        display: block; }
  .abt_trans .abt_trans_body {
    max-width: 1190px;
    width: 100%;
    margin: auto; }
    .abt_trans .abt_trans_body .abt_blog {
      width: 30.253%;
      background: #fff;
      margin: 0 4.62% 0 0;
      padding: 40px 30px;
      text-align: center; }
      .abt_trans .abt_trans_body .abt_blog:last-child {
        margin: 0; }
      .abt_trans .abt_trans_body .abt_blog .ab_img {
        width: 100%;
        padding-bottom: 40px; }
      .abt_trans .abt_trans_body .abt_blog .ab_text h4 {
        font: 25px/25px poppins-medium;
        color: #282828;
        padding-bottom: 25px; }
      .abt_trans .abt_trans_body .abt_blog .ab_text p {
        font: 17px/24px poppins-regular;
        color: #666666; }

.abt_two {
  width: 100%;
  padding: 140px 0 110px; }
  .abt_two .abt_t_img {
    width: 46%; }
  .abt_two .abt_t_text {
    width: 54%;
    padding-top: 30px;
    padding-right: 30px; }
    .abt_two .abt_t_text h4 {
      font: 23px/23px poppins-medium;
      color: #0fb4e5;
      padding-bottom: 30px; }
    .abt_two .abt_t_text h1 {
      font: 51px/59px poppins-semibold;
      color: #282828;
      padding-bottom: 30px; }
      .abt_two .abt_t_text h1 span {
        display: block; }
    .abt_two .abt_t_text h5 {
      font: 18px/27px poppins-regular;
      color: #282828;
      padding-bottom: 25px; }
    .abt_two .abt_t_text p {
      font: 17px/27px poppins-regular;
      color: #666666;
      padding-bottom: 23px; }
      .abt_two .abt_t_text p:last-child {
        padding-bottom: 0; }

/*--- About us ---*/
/*--- Contact ---*/
.contact_address {
  width: 100%;
  padding: 110px 0; }
  .contact_address .conts {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto; }
    .contact_address .conts .conts_blog {
      width: 30.703%;
      margin: 0 3.94% 0 0;
      text-align: center;
      border: 1px solid #0fb4e5;
      padding: 45px 0; }
      .contact_address .conts .conts_blog:last-child {
        margin: 0; }
      .contact_address .conts .conts_blog .cont_img {
        padding-bottom: 20px; }
      .contact_address .conts .conts_blog .cont_text h4 {
        font: 23px/23px poppins-semibold;
        color: #282828;
        padding-bottom: 15px; }
      .contact_address .conts .conts_blog .cont_text p {
        font: 18px/26px poppins-regular;
        color: #666666;
        min-height: 52px; }
        .contact_address .conts .conts_blog .cont_text p span {
          display: block; }

.map_blog {
  width: 100%;
  position: relative; }
  .map_blog .map_img img {
    width: 100%; }
  .map_blog .map_form {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .map_blog .map_form .form_box {
      width: 100%;
      max-width: 575px;
      background: #fff;
      padding: 60px;
      box-shadow: 0 0 10px 0 #e1e1e1;
      border-radius: 5px; }
      .map_blog .map_form .form_box h2 {
        font: 43px/45px poppins-semibold;
        color: #282828;
        padding-bottom: 33px; }
        .map_blog .map_form .form_box h2 span {
          display: block; }
      .map_blog .map_form .form_box form .een_frm {
        width: 100%;
        margin-bottom: 20px; }
        .map_blog .map_form .form_box form .een_frm:last-child {
          margin-bottom: 0; }
        .map_blog .map_form .form_box form .een_frm input {
          width: 100%;
          border: 1px solid #a1a1a1;
          border-radius: 5px;
          font: 16px/27px poppins-regular;
          color: #666666;
          padding: 19px 55px 19px 30px;
          background: url(../images/form_icon1.svg) no-repeat right 28px center; }
        .map_blog .map_form .form_box form .een_frm textarea {
          width: 100%;
          border: 1px solid #a1a1a1;
          border-radius: 5px;
          font: 16px/27px poppins-regular;
          color: #666666;
          padding: 19px 55px 19px 30px;
          background: url(../images/textarea_icon.svg) no-repeat right 28px top 25px;
          min-height: 167px;
          max-height: 167px; }
        .map_blog .map_form .form_box form .een_frm:nth-child(2) input {
          background: url(../images/form_icon2.svg) no-repeat right 28px center; }
      .map_blog .map_form .form_box form .een_frm._buttons {
        text-align: center; }
        .map_blog .map_form .form_box form .een_frm._buttons input.een_btn {
          width: 205px;
          background: #0fb4e5 url(../images/een_btn.svg) no-repeat left 25px center;
          border: 1px solid #0fb4e5;
          border-radius: 5px;
          font: 18px/57px poppins-semibold;
          color: #fff;
          padding: 0 0 0 65px;
          text-align: left; }
          .map_blog .map_form .form_box form .een_frm._buttons input.een_btn:hover {
            background-color: #282828;
            border-color: #282828; }

/*--- Contact ---*/
/*--- FAQ ---*/
.faq {
  width: 100%;
  padding: 100px 0; }
  .faq .panel-group {
    margin: 0; }
    .faq .panel-group .panel.panel-default {
      border: 1px solid #282828;
      border-radius: 0;
      margin-bottom: 10px; }
      .faq .panel-group .panel.panel-default:last-child {
        margin: 0; }
      .faq .panel-group .panel.panel-default .panel-heading {
        background: transparent;
        padding: 0 30px; }
        .faq .panel-group .panel.panel-default .panel-heading h4.panel-title {
          clear: both;
          display: table;
          width: 100%; }
          .faq .panel-group .panel.panel-default .panel-heading h4.panel-title span {
            padding-right: 25px;
            font: 20px/26px poppins-medium;
            color: #0fb4e5;
            display: table-cell;
            width: 50px; }
          .faq .panel-group .panel.panel-default .panel-heading h4.panel-title a {
            width: calc(100% - 50px);
            display: table-cell;
            font: 20px/26px poppins-medium;
            color: #282828;
            padding: 22px 0;
            position: relative; }
            .faq .panel-group .panel.panel-default .panel-heading h4.panel-title a::after {
              transform: rotate(180deg);
              content: "";
              background: url(../images/faq_arrow.svg) no-repeat center center;
              width: 30px;
              height: 30px;
              position: absolute;
              right: 0px;
              top: 20px; }
          .faq .panel-group .panel.panel-default .panel-heading h4.panel-title a.collapsed::after {
            content: "";
            background: url(../images/faq_arrow.svg) no-repeat center center;
            width: 30px;
            height: 30px;
            position: absolute;
            right: 0px;
            top: 20px;
            transform: rotate(0deg); }
      .faq .panel-group .panel.panel-default .panel-body {
        border: none;
        padding: 0 82px 35px; }
        .faq .panel-group .panel.panel-default .panel-body p {
          font: 18px/30px poppins-regular;
          color: #666666; }

/*--- FAQ ---*/
/*--- privacy & Policy ---*/
.privacy_policy {
  width: 100%;
  padding: 100px 0; }
  .privacy_policy h2 {
    font: 33px/33px poppins-semibold;
    color: #282828;
    padding-bottom: 30px; }
  .privacy_policy p {
    font: 17px/27px poppins-regular;
    color: #666666;
    padding-bottom: 25px; }
    .privacy_policy p:last-child {
      padding-bottom: 0; }
  .privacy_policy ul li {
    font: 18px/22px poppins-regular;
    color: #666666;
    padding-left: 30px;
    background: url(../images/p_tick.svg) no-repeat left top;
    margin-bottom: 20px; }
  .privacy_policy h5 {
    font: 19px/22px poppins-regular;
    color: #282828;
    padding-bottom: 25px; }

/*--- privacy & Policy ---*/
/*--- service detail ---*/
.service_detail {
  width: 100%;
  padding: 110px 0; }
  .service_detail .s_detail_right {
    width: 100%;
    max-width: 365px; }
    .service_detail .s_detail_right .s_onze_blog {
      width: 100%;
      border: 1px solid #282828;
      padding: 45px 40px 40px;
      margin-bottom: 44px; }
      .service_detail .s_detail_right .s_onze_blog h5 {
        font: 18px/24px poppins-regular;
        color: #0fb4e5;
        padding-bottom: 20px; }
      .service_detail .s_detail_right .s_onze_blog h2 {
        font: 31px/31px poppins-semibold;
        color: #282828;
        padding-bottom: 35px; }
      .service_detail .s_detail_right .s_onze_blog ul li a {
        width: 100%;
        font: 20px/24px poppins-regular;
        color: #666666;
        /*padding: 23px 50px 23px 75px;*/
        background: url(../images/service_arrow.svg) no-repeat right 20px center #f5f5f5;
        margin-bottom: 10px;
        position: relative;
        transition: 0.5s all ease-out, 0.5s all ease-in;
        -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
        -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
        -o-transition: 0.5s all ease-out, 0.5s all ease-in; }
        .service_detail .s_detail_right .s_onze_blog ul li a {
          color: #666666; }
        .service_detail .s_detail_right .s_onze_blog ul li a::before {
          content: "";
          background: url(../images/service_icon_1.svg) no-repeat center center;
          width: 70px;
          height: 70px;
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          transition: 0.5s all ease-out, 0.5s all ease-in;
          -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
          -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
          -o-transition: 0.5s all ease-out, 0.5s all ease-in; }
        .service_detail .s_detail_right .s_onze_blog ul li a:hover {
          background: url(../images/service_arrow_hover.svg) no-repeat right 20px center #0fb4e5;
          color: #fff; }
          .service_detail .s_detail_right .s_onze_blog ul li:hover a {
            color: #fff; }
        .service_detail .s_detail_right .s_onze_blog ul li a:hover:before {
          background: url(../images/service_icon1_hover.svg) no-repeat center center; }
        .service_detail .s_detail_right .s_onze_blog ul li a:nth-child(2)::before {
          background: url(../images/service_icon_2.svg) no-repeat center center; }
        .service_detail .s_detail_right .s_onze_blog ul li a:nth-child(2):hover:before {
          background: url(../images/service_icon2_hover.svg) no-repeat center center; }
        .service_detail .s_detail_right .s_onze_blog ul li a:nth-child(3)::before {
          background: url(../images/service_icon_3.svg) no-repeat center center; }
        .service_detail .s_detail_right .s_onze_blog ul li a:nth-child(3):hover:before {
          background: url(../images/service_icon3_hover.svg) no-repeat center center; }
    .service_detail .s_detail_right .s_heeft {
      width: 100%;
      background: #282828;
      border: 1px solid #282828;
      padding: 55px 40px; }
      .service_detail .s_detail_right .s_heeft h4 {
        font: 21px/24px poppins-regular;
        color: #fff;
        padding-bottom: 20px; }
      .service_detail .s_detail_right .s_heeft h2 {
        font: 32px/32px poppins-semibold;
        color: #fff;
        padding-bottom: 30px; }
      .service_detail .s_detail_right .s_heeft p {
        font: 17px/25px poppins-regular;
        color: #fff;
        padding-bottom: 25px; }
      .service_detail .s_detail_right .s_heeft .heet_button a.heet_btn {
        width: 230px;
        display: block;
        background: #0fb4e5 url(../images/een_btn.svg) no-repeat left 25px center;
        border: 1px solid #0fb4e5;
        border-radius: 5px;
        font: 16px/27px poppins-semibold;
        color: #fff;
        padding: 15px 0 15px 65px;
        text-align: left; }
        .service_detail .s_detail_right .s_heeft .heet_button a.heet_btn:hover {
          background: #8a9f26 url(../images/een_btn.svg) no-repeat left 25px center;
          border-color: #8a9f26; }
  .service_detail .s_detail_left {
    width: calc(100% - 365px);
    padding-right: 70px; }
    .service_detail .s_detail_left h1 {
      font: 51px/59px poppins-semibold;
      color: #282828;
      padding-bottom: 35px; }
      .service_detail .s_detail_left h1 span {
        display: block; }
    .service_detail .s_detail_left p {
      font: 17px/27px poppins-regular;
      color: #666666;
      padding-bottom: 25px; }
      .service_detail .s_detail_left p:last-child {
        padding-bottom: 0; }
    .service_detail .s_detail_left .service_detail_img {
      width: 100%;
      padding: 15px 0 40px; }

/*--- service detail ---*/
/*--- service ---*/
.service {
  width: 100%;
  padding: 110px 0; }
  .service h4 {
    font: 23px/23px poppins-medium;
    color: #0fb4e5;
    padding-bottom: 20px;
    position: relative; }
    .service h4::before {
      content: url(../images/diensten_bg.png);
      position: absolute;
      top: -16px;
      left: 0; }
  .service h4.serr::before {
    content: url(../images/ser_bg.png);
    position: absolute;
    top: -16px;
    left: 0; }
  .service h1 {
    font: 51px/59px poppins-semibold;
    color: #282828;
    padding-bottom: 20px; }
    .service h1 span {
      display: block; }
  .service p {
    font: 17px/27px poppins-regular;
    color: #666666;
    padding-bottom: 20px; }
  .service .ser_button {
    width: 100%; }
    .service .ser_button a.ser_btn {
      width: 200px;
      display: block;
      font: 16px/27px poppins-semibold;
      color: #fff;
      padding: 17px 0 17px 55px;
      background: #0fb4e5 url(../images/ban_icon2.svg) no-repeat left 35px center;
      border: 1px solid #0fb4e5;
      border-radius: 5px; }
      .service .ser_button a.ser_btn:hover {
        background-color: #282828;
        border-color: #282828; }
  .service .service_one .ser_img {
    width: 47.28%; }
  .service .service_one .ser_text {
    width: 52.72%;
    padding-left: 70px; }
  .service .service_two {
    width: 100%;
    padding: 100px 0; }
    .service .service_two .ser_img {
      width: 47.28%; }
    .service .service_two .ser_text {
      width: 52.72%;
      padding-right: 70px; }

/*--- service ---*/

/*Changes By Pooja*/
.head_links._fr #wp-megamenu-header {float: left;padding-right: 30px;}
header .main_header .head_links ul li.current-menu-item {color: #0fb4e5;}
.service_one:nth-child(even) .ser_img._fl {
    float: right;
}
.service_one {padding-bottom: 100px;}
.service_one:last-child {padding-bottom: 0;}
.foot_content .ft_top .new_letter form .ft_frm input:last-child {width: 55px;height: 55px;background: url(../images/sent.svg) no-repeat center center #8a9f26;position: absolute;top: 0;right: 0;border: 1px solid #8a9f26; text-indent: -2000rem;}
.foot_content .ft_top .new_letter form .ft_frm input:last-child:hover { background-color: #0fb4e5;border-color: #0fb4e5; }

.een_blog .een_right .een_form form .een_frm._checks input:checked + span:after {content: '';display: block;position: absolute;top: 5px;left: 9px;width: 6px;height: 14px;border: solid #0fb4e5;border-width: 0 2px 2px 0;transform: rotate(45deg); }
.een_blog .een_right .een_form form .een_frm.name span input {background: url(../images/form_icon1.svg) no-repeat right 28px center;}

.een_blog .een_right .een_form form .een_frm.mail span input {background: url(../images/form_icon2.svg) no-repeat right 28px center;}
.recent_img img {width: 65px;height: 61px;border-radius: 6px;}
.foot_content .ft_top .ft_recent .recent_blog .recent_text h5 {padding-right: 70px;}
/*cookie*/
div#cookie-law-info-bar {max-width: 520px;right: 12%;left: auto;bottom: 100px;top: auto!important;background: #e7e3e0!important;padding: 20px!important;}
div#cookie-law-info-bar:after {content: "";clear: both;display: table;background: #0fb4e5;width: 5px;height: 100%;position: absolute;top: 0;right: 0;}
div#cookie-law-info-bar span .cli-bar-container p {font: 15px/22px poppins-regular;color: #282828;width: 320px;text-align: left;}
div#cookie-law-info-bar span .cli-bar-container .cli-bar-btn_container {float: unset;display: block;margin: 0 auto;width: 195px;}
/*.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {display: block;}*/
div#cookie-law-info-bar br {display: none;}
/*div#cookie-law-info-bar span .cli-bar-container {display: block;}*/
div#cookie-law-info-bar span .cli-bar-container .cli-bar-btn_container a#cookie_action_close_header {font: 14px/20px poppins-bold;color: #fff;background: #0fb4e5!important;text-align: center;text-transform: uppercase;border-radius: 50px;max-width: 130px;width: 100%;}
.cok_close {display: inline-block;padding-left: 7px;}

.map_blog .map_form .form_box form .een_frm.name input {background: url(../images/form_icon1.svg) no-repeat right 28px center; }
/*.map_blog .map_form .form_box form .een_frm textarea {background: url(../images/textarea_icon.svg) no-repeat right 28px top 25px;}*/
.map_blog .map_form .form_box form .een_frm.email input {background: url(../images/form_icon2.svg) no-repeat right 28px center; }
.text_404 {text-align: center;padding: 80px 0;}
.text_404 li {
    font: 33px/33px poppins-semibold;
    color: #282828;
    padding-bottom: 50px;
}
.text_404 a.home_btn {font: 16px/45px poppins-semibold;color: #fff;background: #0fb4e5;border-radius: 5px;max-width: 200px;width: 100%;margin: 50px auto 0;display: block;}
.text_404 a.home_btn:hover {background: #666666;}
.map_blog:after {content: "";clear: both;display: table;}
.news_detail {padding: 80px 0;}
.news_detail ._detail_left._fl {width: 100%;}
.news_detail ._detail_left .news_detail_content {width: 60%;float: left;padding-right: 50px;}
.news_detail ._detail_left .news_detail_img {width: 40%;float: left;text-align: right;}
.news_detail ._detail_left .news_detail_content h1 {font: 38px/40px poppins-semibold;color: #282828;padding-bottom: 15px;}
.news_detail ._detail_left .news_detail_content p{font: 17px/27px poppins-regular;color: #666666;padding-bottom: 25px;}
.service_one:nth-child(even) .ser_text {padding-left: 0;padding-right: 70px;}
/*.service p {min-height: 190px;}*/
/*.service_detail .s_detail_left .service_detail_img img {width: 100%;}*/

.service_detail .s_detail_right .s_onze_blog ul li.active a {background: #0fb4e5 url(../images/service_arrow_hover.svg) no-repeat right 20px center;    color: #fff;}
.service_detail .s_detail_right .s_onze_blog ul li.active a:before {background: url(../images/service_icon1_hover.svg) no-repeat center center;}
.service_detail .s_detail_right .s_onze_blog ul li.active a {color: #fff;}


.service_detail .s_detail_right .s_onze_blog ul li:last-child a::before {background: url(../images/service_icon_3.svg) no-repeat center center; }
.service_detail .s_detail_right .s_onze_blog ul li:last-child:hover a::before {background: url(../images/service_icon3_hover.svg) no-repeat center center; }
.service_detail .s_detail_right .s_onze_blog ul li:nth-child(2) a::before {background: url(../images/service_icon_2.svg) no-repeat center center;}
.service_detail .s_detail_right .s_onze_blog ul li:nth-child(2) a:hover::before {background: url(../images/service_icon2_hover.svg) no-repeat center center;}


.service_detail .s_detail_right .s_onze_blog ul li.active:nth-child(2) a:before {background: url(../images/service_icon2_hover.svg) no-repeat center center;}
.service_detail .s_detail_right .s_onze_blog ul li.active:nth-child(3) a:before {background: url(../images/service_icon3_hover.svg) no-repeat center center;}

/*.service_detail .s_detail_right .s_onze_blog ul li.active:nth-child(2):hover {background: url(../images/service_icon_2.svg) no-repeat center center;}*/


.bans .banner_content .ban_cont {position: absolute;bottom: 180px;z-index: 1;}
.owl-carousel .owl-item .blijf_img img {
  min-height: 236px;
    max-height: 236px;
    height: 100%;
	object-fit: cover;
}

.service .service_one .ser_img img {max-height: 477px;min-height: 477px;height: 100%;width: 100%;object-fit: cover;}
.map_blog {margin-bottom: -10px;}
.blijf_content .blijf_body .blijf_blog .blijf_text h4 {min-height: 84px;}
.blijf_content .blijf_body .blijf_blog .blijf_text {overflow: hidden;}
.blijf_content .blijf_body .blijf_blog .blijf_text p {height: 77px;padding-bottom: 0;margin-bottom: 15px;overflow-y: scroll;width: calc(100% + 36px);}
.service_detail .s_detail_left h2 {font: 32px/59px poppins-semibold;color: #282828;padding-bottom: 10px;}
.service_detail .s_detail_right .icons {border: 1px solid #282828;padding: 45px 40px 40px;margin-top: 30px;}
.service_detail .s_detail_right .icons h2 {font: 18px/24px poppins-regular;color: #0fb4e5;padding-bottom: 20px;}
.service_detail .s_detail_right .icons .medias ul li {display: inline-block;margin-right: 8px;}
.service_detail .s_detail_right .icons .medias ul li a {width: 40px;height: 40px;display: inline-block;background: #282828;color: #ffffff;text-align: center;line-height: 40px;}
.service_detail .s_detail_right .icons .medias ul li a:hover {background: #0fb4e5;}


/*Blog page*/
.service_detail .s_detail_right .news_blog {width: 100%;border: 1px solid #282828;padding: 45px 40px 40px;margin-bottom: 44px;}
.service_detail .s_detail_right .news_blog h2 {font: 18px/24px poppins-regular;color: #0fb4e5;padding-bottom: 20px;}
.service_detail .s_detail_right .news_blog ul li .news_img {width: 65px;}
.service_detail .s_detail_right .news_blog ul li .news_cont {width: calc(100% - 65px);padding-left: 15px;}
.service_detail .s_detail_right .news_blog ul li .news_cont a {font: 16px/23px poppins-medium;color: #282828;padding-bottom: 5px;}
.service_detail .s_detail_right .news_blog ul li .news_cont span {font: 15px/23px poppins-regular;color: #282828;padding-left: 25px;background: url(../images/blog_cal.png) no-repeat left center;display: block;}
.service_detail .s_detail_right .news_blog:after {content: "";clear: both;display: table;}
.service_detail .s_detail_right .news_blog ul li:after {content: "";clear: both;display: table;}
.service_detail .s_detail_right .news_blog ul li {display: block;margin-bottom: 15px;}

/* The Modal (background) */
.modal {display: none;position: fixed;z-index: 1041;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0); /* Fallback color */background-color: rgba(0,0,0,0.4);}
.modal-content {background-color: #fefefe;margin: 15% auto;padding: 20px;border: 1px solid #888;width: 80%;}
.close {color: #aaa;float: right;font-size: 28px;font-weight: bold;}
.close:hover,.close:focus {color: black;text-decoration: none;cursor: pointer;}
.modal-dialog {max-width: 920px;width: 100%;}
.modal-content {width: 100%;margin: 0 auto;border-radius: 0;padding: 0;}
.modal-body {padding: 30px;}
button.close {font: 30px/10px 'poppins-bold';color: #000000;font-weight: bold;padding: 12px;text-align: right;opacity: 1;position: absolute;right: 0;z-index: 1021;}
.modal-content .modal-body .yt_vidz video#video-element {width: 100%;margin: 0 auto;}
.trans_img._fl span.btn-info {background: transparent;border: none;}
.service_detail .s_detail_right .s_onze_blog ul li {padding: 0;}
.service_detail .s_detail_right .s_onze_blog ul li a {padding: 23px 50px 23px 75px;display: block;}
iframe {
    width: 100%;
    height: 520px;
}
.modal-header {border: none;}

/*Jobs Overview*/
.jobs_overview_main {padding-top: 88px;padding-bottom: 75px;}
/*.jobs_overview_main .jobs_overview {}*/
.jobs_overview_main .jobs_overview h1 {font: 51px/59px poppins-semibold;color: #282828;padding-bottom: 23px;}
.jobs_overview_main .jobs_overview p {font: 17px/27px poppins-regular;color: #666666;padding-bottom: 20px;}
.jobs_overview_main .jobs_overview h2 {font: 37px/59px poppins-semibold;color: #282828;padding-top: 18px;padding-bottom: 23px;}

.crnt_vacancies .vcn_block {margin-bottom: 20px;border: 1px solid #dbdbdb;padding: 24px 30px 30px;}
.crnt_vacancies .vcn_block .cn_blk_head {border-bottom: 1px solid #dbdbdb;padding-bottom: 24px;}
.crnt_vacancies .vcn_block .cn_blk_head .blk_head_lft {width: 50%;float: left;}
.crnt_vacancies .vcn_block .cn_blk_head .blk_head_ryt {width: 50%;float: left;text-align: right;}

.cn_blk_head .blk_head_lft h4 {font: 22px/30px poppins-semibold;color: #282828;padding-bottom: 11px;}
.cn_blk_head .blk_head_lft ul li {font: 17px/17px poppins-semibold;color: #666666;display: inline-block;border-right: 1px solid #dbdbdb;padding-right: 15px;margin-right: 15px;}
.cn_blk_head .blk_head_lft ul li:last-child {border: none;padding-right: 0;margin-right: 0;}
.cn_blk_head .blk_head_lft ul li p {font: 17px/17px Poppins-Light;color: #666666;display: inline-block;padding-bottom: 0;}
.cn_blk_head .blk_head_ryt h6 {font: 17px/17px poppins-semibold;color: #8a9f26;padding-bottom: 14px;}
.cn_blk_head .blk_head_ryt p {font: 17px/30px poppins-regular;color: #666666;}
.vcn_block .cn_blk_body {clear: both;padding-top: 28px;}
.vcn_block .cn_blk_body p {font: 17px/30px Poppins-Light;color: #666666;padding-bottom: 20px;}
.vcn_block .cn_blk_body ul li {font: 17px/30px Poppins-Light;color: #666666;display: inline-block;}
.vcn_block .cn_blk_body ul li:before {content: "";clear: both;display: inline-block;width: 8px;height: 8px;background: #0fb4e5;border-radius: 100%;margin-right: 5px;}
.vcn_block .cn_blk_body a.apply_btn {font: 18px/57px poppins-semibold;color: #ffffff;text-align: center;background: #0fb4e5;max-width: 200px;width: 100%;display: block;border-radius: 4px;margin-top: 32px;}
.vcn_block .cn_blk_body a.apply_btn:hover {background: #666666;}
.cn_blk_body:after {content: "";clear: both;display: table;}








/*Changes By Pooja*/






/*changes by Veeranan*/
.service h4::first-letter, .service_detail .s_detail_right .s_onze_blog ul li::first-letter {
    text-transform: capitalize;
}
/*changes by Veeranan*/






/*--- Responsive ---*/
@media screen and (max-width: 1250px) {
  .container {
    padding: 0 10px; }

  .banners .owl-nav .owl-next {
    right: 10px; }

  .banners .owl-nav .owl-prev {
    left: 10px; } }
@media screen and (max-width: 1150px) {
  .bans .banner_content .ban_cont h1 {
    font-size: 60px;
    line-height: 67px;
    padding-bottom: 35px; }

  .pleders_invest {
    padding: 100px 0; }

  .pleders_invest .pleder_text {
    padding: 50px 0 0 50px; }

  .pleders_invest .pleder_text h1 {
    font-size: 48px;
    line-height: 50px;
    padding-bottom: 25px; }

  .pleders_invest .pleder_text h4 {
    padding-bottom: 30px; }

  .een_blog {
    padding: 80px 0; }

  .een_blog .een_left {
    padding-right: 20px; }

  .een_blog .een_left h1 {
    font-size: 48px;
    line-height: 55px;
    padding-bottom: 25px; }

  .een_blog .een_left .een_box .een_text {
    padding-left: 30px; }

  .een_blog .een_left .een_box .een_text h3 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 15px; }

  .een_blog .een_right .een_form h2 {
    font-size: 40px; }

  .home_transport {
    padding: 100px 0; }

  .home_transport .trans_text {
    padding-left: 60px; }

  .home_transport .trans_text h4 {
    padding-bottom: 20px; }

  .home_transport .trans_text h1 {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 35px; }

  .home_transport .trans_text .trans_blog {
    margin-bottom: 25px; }

  .home_transport .trans_text .trans_blog .trans_content {
    padding-left: 25px; }

  .home_transport .trans_text .trans_blog .trans_content h5 {
    font-size: 22px;
    padding-bottom: 15px; }

  .blijf_content .blijf_head {
    padding-bottom: 50px; }

  .blijf_content .blijf_head h5 {
    padding-bottom: 25px; }

  .blijf_content .blijf_head h1 {
    font-size: 50px;
    line-height: 60px; }

  .blijf_content .blijf_body .blijf_blog .blijf_text h4 {
    font-size: 22px;
    padding-bottom: 15px; }

  .home_contact {
    padding: 50px 0 100px 0; }

  .home_contact .hc_top .hc_left h4 {
    padding-bottom: 20px; }

  .home_contact .hc_top .hc_left h1 {
    font-size: 50px;
    line-height: 55px; }

  .home_contact .hc_body .hc_map_content {
    max-width: 380px; }

  .abt_content {
    padding: 80px 0; }

  .abt_content .abt_text {
    padding: 20px 0 0 50px; }

  .abt_content .abt_text h4 {
    padding-bottom: 20px; }

  .abt_content .abt_text h1, .abt_two .abt_t_text h1 {
    font-size: 44px;
    line-height: 50px;
    padding-bottom: 25px; }

  .abt_trans {
    padding: 70px 0; }

  .abt_trans .abt_trabs_head h4 {
    padding-bottom: 30px; }

  .abt_trans .abt_trabs_head h1 {
    font-size: 50px;
    line-height: 55px; }

  .abt_trans .abt_trabs_head {
    padding-bottom: 40px; }

  .abt_trans .abt_trans_body .abt_blog .ab_img {
    padding-bottom: 30px; }

  .abt_trans .abt_trans_body .abt_blog .ab_text h4 {
    padding-bottom: 20px; }

  .abt_two {
    padding: 100px 0; }

  .abt_two .abt_t_text h4 {
    padding-bottom: 25px; }

  .abt_two .abt_t_text h5, .abt_two .abt_t_text p {
    padding-bottom: 20px; }

  .map_blog .map_form .form_box {
    padding: 40px 50px;
    max-width: 500px; }

  .map_blog .map_form .form_box h2 {
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 25px; }

  .contact_address {
    padding: 100px 0; }

  .map_blog .map_form .form_box form .een_frm input {
    padding: 10px 40px 10px 20px;
    background-position: right 20px center; }

  .map_blog .map_form .form_box form .een_frm:nth-child(2) input {
    background-position: right 20px center; }
    .map_blog .map_form .form_box form .een_frm.name input {
    background-position: right 20px center; }
    .map_blog .map_form .form_box form .een_frm.email input {
    background-position: right 20px center; }

  .map_blog .map_form .form_box form .een_frm textarea {
    padding: 10px 40px 10px 20px;
    background-position: right 20px top 15px; }

  .service .service_one .ser_text {
    padding-left: 60px; }
.service_one:nth-child(even) .ser_text {
    padding-left: 0!important;}

  .service h4 {
    font-size: 22px;
    padding-bottom: 15px; }

  .service h1 {
    font-size: 45px;
    line-height: 52px;
    padding-bottom: 15px; }

  .service .service_two .ser_text {
    padding-right: 60px; }

  .service {
    padding: 100px 0; }
   /* .service p {
    min-height: 210px;}*/
    /*.service h1 {padding-bottom: 60px;}*/

 }
@media screen and (max-width: 1050px) {
  .logo {
    width: 225px; }

  .banners .banner img {
    min-height: 750px; }

  .bans .banner_content .ban_cont h1 {
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 30px; }

  .bans .banner_content .ban_cont p {
    padding-bottom: 25px; }

  .pleders_invest {
    padding: 80px 0; }

  .pleders_invest .pleder_text {
    padding: 25px 0 0 40px; }

  .pleders_invest .pleder_text h1 {
    font-size: 45px;
    line-height: 48px;
    padding-bottom: 20px; }

  .pleders_invest .pleder_text h4 {
    padding-bottom: 25px; }

  .een_blog .een_left h4 {
    font-size: 22px;
    padding-bottom: 15px; }

  .een_blog .een_left h1 {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 20px; }

  .een_blog .een_left .een_box .een_text h3 {
    font-size: 20px;
    line-height: 24px; }

  .een_blog .een_left .een_box {
    padding-bottom: 20px; }

  .een_blog .een_left .een_box .een_text {
    padding: 0 0 0 25px; }

  .een_blog .een_right .een_form h2 {
    font-size: 35px;
    padding-bottom: 25px; }

  .een_blog .een_right .een_form {
    padding: 40px; }

  .een_blog .een_right .een_form form .een_frm._buttons {
    margin: 0; }

  .home_transport, .service_detail {
    padding: 80px 0; }

  .home_transport .trans_text {
    padding-left: 40px; }

  .home_transport .trans_text h4 {
    padding-bottom: 15px;
    font-size: 22px; }

  .home_transport .trans_text h1 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 30px; }

  .blijf_content .blijf_head h5 {
    padding-bottom: 20px; }

  .blijf_content .blijf_head h1 {
    font-size: 45px;
    line-height: 55px; }

  .blijf_content .blijf_body .blijf_blog .blijf_text h4 {
    font-size: 20px;
    padding-bottom: 10px; }

  .home_contact {
    padding: 50px 0 80px 0; }

  .home_contact .hc_top .hc_left h4 {
    padding-bottom: 15px;
    font-size: 22px; }

  .home_contact .hc_top .hc_left h1 {
    font-size: 45px;
    line-height: 50px; }

  .home_contact .hc_top .hc_right a {
    width: 240px;
    font-size: 25px;
    padding: 10px 0 10px 80px;
    background-size: 40px;
    background-position: left 25px center; }

  .home_contact .hc_top .hc_right a span {
    font-size: 18px; }

  .home_contact .hc_body .hc_map_content {
    max-width: 360px; }

  .foot_content .ft_top {
    padding: 80px 0 70px; }

  .abt_content .abt_text h1, .abt_two .abt_t_text h1 {
    font-size: 39px;
    line-height: 46px;
    padding-bottom: 20px; }

  .abt_content .abt_text h4 {
    padding-bottom: 15px;
    font-size: 21px; }

  .abt_trans .abt_trabs_head h4 {
    padding-bottom: 20px; }

  .abt_trans .abt_trabs_head h1 {
    font-size: 45px;
    line-height: 50px; }

  .abt_trans .abt_trans_body .abt_blog .ab_img {
    padding-bottom: 25px; }

  .abt_two, .contact_address, .faq, .privacy_policy {
    padding: 80px 0; }

  .abt_two .abt_t_text h4 {
    padding-bottom: 20px;
    font-size: 21px; }

  .map_blog .map_form .form_box h2 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 20px;
    text-align: center; }

  .faq .panel-group .panel.panel-default .panel-heading h4.panel-title a {
    font-size: 18px;
    padding: 18px 30px 18px 0; }

  .faq .panel-group .panel.panel-default .panel-heading h4.panel-title a.collapsed::after {
    top: 15px; }

  .faq .panel-group .panel.panel-default .panel-heading {
    padding: 0 20px; }

  .faq .panel-group .panel.panel-default .panel-heading h4.panel-title span {
    font-size: 18px; }

  .service_detail .s_detail_left h1 {
    font-size: 43px;
    line-height: 53px;
    padding-bottom: 30px; }

  .service_detail .s_detail_left p {
    padding-bottom: 20px; }

  .service_detail .s_detail_right .s_onze_blog h5 {
    padding-bottom: 15px; }

  .service_detail .s_detail_right .s_onze_blog h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px; }

  .service_detail .s_detail_right .s_onze_blog {
    padding: 40px; }

  .service, .service .service_two {
    padding: 80px 0; }

  .service .service_one .ser_text {
    padding-left: 50px; }

  .service h1 {
    font-size: 40px;
    line-height: 45px; }

  .service .service_two .ser_text {
    padding-right: 50px; }
    div#cookie-law-info-bar span .cli-bar-container p {width: 280px;}
    .service .service_one .ser_img img {min-height: 400px;}
   /* .service p {
    min-height: 146px;}*/
}
@media screen and (max-width: 950px) {
  .logo {
    width: 200px; }

  header .main_header .head_links ul li.btnn {
    margin-left: 0; }

  header .main_header .head_links ul li:not(:last-child) {
    margin-right: 15px; }

  .banners .banner img {
    min-height: 650px; }

  /*.bans .banner_content {
    bottom: 130px; }*/
 .bans .banner_content .ban_cont {bottom: 130px;}
  .bans .banner_content .ban_cont h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 25px; }

  .bans .banner_content .ban_cont p {
    padding-bottom: 20px;
    font-size: 17px; }

  .pleders_invest .pleder_text {
    padding: 0px 0 0 30px; }

  .pleders_invest .pleder_text h1 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 15px; }

  .pleders_invest .pleder_text h4 {
    padding-bottom: 20px; }

  .pleders_invest .pleder_text p {
    font-size: 16px;
    padding-bottom: 25px; }

  .een_blog, .home_transport, .pleders_invest {
    padding: 70px 0; }

  .een_blog .een_left h4 {
    font-size: 20px;
    padding-bottom: 10px; }

  .een_blog .een_left h1 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 20px; }

  .een_blog .een_left .een_box .een_text {
    padding: 0 0 0 20px; }

  .een_blog .een_right .een_form h2 {
    font-size: 30px;
    padding-bottom: 20px; }

  .een_blog .een_right .een_form form .een_frm._checks label {
    font-size: 14px; }

  .een_blog .een_right .een_form form .een_frm._buttons input.een_btn {
    line-height: 50px; }

  .een_blog .een_right .een_form form .een_frm input {
    padding: 15px 55px 15px 30px; }

  .een_blog .een_left .een_box:last-child {
    padding: 0; }

  .home_transport .trans_text {
    padding-left: 30px; }

  .home_transport .trans_text h4 {
    padding-bottom: 10px;
    font-size: 20px; }

  .home_transport .trans_text h1 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 25px; }

  .home_transport .trans_text .trans_blog .trans_content {
    padding-left: 20px; }

  .home_transport .trans_text .trans_blog .trans_content h5 {
    font-size: 20px;
    padding-bottom: 10px; }

  .home_transport .trans_text .trans_blog .trans_icon {
    width: 65px; }

  .home_transport .trans_text .trans_blog .trans_content {
    width: calc(100% - 65px); }

  .blijf_content .blijf_head h5 {
    padding-bottom: 15px; }

  .blijf_content .blijf_head h1 {
    font-size: 40px;
    line-height: 50px; }

  .blijf_content .blijf_body .blijf_blog .blijf_text h4 {
    line-height: 28px;
    min-height: 94px; }

  .home_contact {
    padding: 50px 0 70px 0; }

  .home_contact .hc_top .hc_left h4 {
    padding-bottom: 10px;
    font-size: 20px; }

  .home_contact .hc_top .hc_left h1 {
    font-size: 40px;
    line-height: 45px; }

  .home_contact .hc_body .hc_map_content .hc_head h2 {
    font-size: 20px; }

  .home_contact .hc_body .hc_map_content {
    max-width: 335px; }

  .home_contact .hc_body .hc_map_content .hc_body {
    padding: 25px 30px; }

  .abt_content, .abt_two {
    padding: 70px 0; }

  .abt_content .abt_text {
    padding: 10px 0 0 40px; }

  .abt_content .abt_text h4 {
    padding-bottom: 10px;
    font-size: 20px; }

  .abt_content .abt_text h1, .abt_two .abt_t_text h1 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 15px; }

  .abt_content .abt_text p {
    font-size: 16px;
    padding-bottom: 15px; }

  .inner_banner img {
    min-height: 430px; }

  .abt_trans .abt_trabs_head h1 {
    font-size: 40px;
    line-height: 45px; }

  .abt_trans .abt_trans_body .abt_blog .ab_text h4 {
    padding-bottom: 15px;
    font-size: 22px; }

  .abt_trans .abt_trans_body .abt_blog .ab_text p, .abt_two .abt_t_text p {
    font-size: 16px; }

  .abt_two .abt_t_text h4 {
    padding-bottom: 15px;
    font-size: 20px; }

  .abt_two .abt_t_text h5 {
    font-size: 17px; }

  .map_blog .map_form .form_box {
    padding: 30px 40px;
    max-width: 430px; }

  .map_blog .map_form .form_box form .een_frm textarea {
    min-height: 130px; }

  .contact_address, .privacy_policy, .service_detail {
    padding: 70px 0; }

  .faq .panel-group .panel.panel-default .panel-heading h4.panel-title span {
    width: 40px; }

  .faq .panel-group .panel.panel-default .panel-heading h4.panel-title a {
    width: calc(100% - 40px); }

  .faq .panel-group .panel.panel-default .panel-body {
    padding: 0 68px 25px; }

  .service_detail .s_detail_left h1 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 25px; }

  .service_detail .s_detail_left p {
    padding-bottom: 15px;
    font-size: 16px; }

  .service_detail .s_detail_right .s_onze_blog {
    padding: 30px; }

  .service_detail .s_detail_right .s_onze_blog h5 {
    padding-bottom: 10px; }

  .service_detail .s_detail_right .s_onze_blog h2 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 25px; }

  .service_detail .s_detail_right .s_heeft {
    padding: 50px 40px; }

  .service_detail .s_detail_right .s_heeft h4 {
    font-size: 20px;
    padding-bottom: 15px; }

  .service_detail .s_detail_right .s_heeft h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 25px; }

  .service_detail .s_detail_left {
    padding-right: 50px; }

  .service p {
    font-size: 16px;
    padding-bottom: 15px; }

  .service h4 {
    font-size: 20px;
    padding-bottom: 10px; }

  .service h1 {
    font-size: 35px;
    line-height: 40px; }

  .service .service_one .ser_text {
    padding-left: 40px; }

  .service .service_two .ser_text {
    padding-right: 40px; }

  .service, .service .service_two {
    padding: 70px 0; } 
    /*.service p {
    min-height: 183px;}*/

}
@media screen and (max-width: 850px) {
  header .pre_header {
    display: none; }

  .noscroll {
    overflow: hidden; }

  body.noscroll::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

  .logo {
    width: 100%;
    text-align: center;
    float: none; }

  span.icontab {
    display: block;
    border-radius: 10px;
    color: #fff;
    width: 46px;
    margin: 0;
    background: #0fb4e5;
    text-align: center;
    padding: 9px 10px;
    float: left;
    position: absolute;
    left: 10px;
    top: 25px; }

  a.closebtn {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 230px;
    font-size: 30px;
    color: #0fb4e5; }

  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

  .mystyle {
    width: 101%;
    opacity: 1;
    left: -1px; }

  .overlay.mystyle {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow-x: hidden;
    visibility: visible; }

  .head_links {
    width: 0;
    padding: 35px 20px 20px;
    float: none;
    text-align: left;
    height: 100%;
    background: #fff;
    overflow: auto;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden; }

  .mystyle .head_links {
    width: 260px;
    position: fixed;
    opacity: 1;
    visibility: visible;
    text-align: left;
    padding: 40px 20px; }

  header .main_header .head_links ul li {
    width: 100%;
    display: block;
    color: #282828;
    margin: 0; }

  header .main_header .head_links ul li.btnn a {
    color: #fff; }

  .banners .banner img {
    min-height: 600px; }

  .bans .banner_content .ban_cont h1 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 20px; }

  .bans .banner_content .ban_cont p {
    padding-bottom: 15px;
    font-size: 16px; }

  .bans .banner_content .ban_cont .banner_button .ban_butn a {
    padding: 15px 0 15px 55px; }

  .een_blog, .home_transport, .pleders_invest {
    padding: 65px 0; }

  .pleders_invest .pleder_text h1 {
    font-size: 35px;
    line-height: 40px; }

  .een_blog .een_left h4 {
    font-size: 18px; }

  .een_blog .een_left h1 {
    font-size: 30px;
    line-height: 40px; }

  .een_blog .een_left .een_box .een_text {
    padding: 0 0 0 15px; }

  .een_blog .een_left .een_box .een_text h3 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px; }

  .een_blog .een_right .een_form h2 {
    font-size: 26px;
    padding-bottom: 20px;
    line-height: 30px; }

  .een_blog .een_right .een_form form .een_frm input {
    padding: 10px 50px 10px 20px;
    background-position: right 20px center; }

  .een_blog .een_right .een_form form .een_frm:nth-child(2) input {
    background-position: right 20px center; }

  .home_transport .trans_text h4 {
    font-size: 18px; }

  .home_transport .trans_text h1 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px; }

  .home_transport .trans_text .trans_blog .trans_content h5 {
    font-size: 18px;
    padding-bottom: 5px; }

  .home_transport .trans_text .trans_blog {
    margin-bottom: 20px; }

  .blijf_content .blijf_head h5 {
    padding-bottom: 10px; }

  .blijf_content .blijf_head h1 {
    font-size: 35px;
    line-height: 40px; }

  .blijf_content .blijf_head {
    padding-bottom: 40px; }

  .blijf_content .blijf_body .blijf_blog .blijf_text h4 {
    font-size: 18px; }

  .blijf_content .blijf_body .blijf_blog .blijf_text {
    padding: 20px; }

  .home_contact {
    padding: 40px 0 65px 0; }

  .home_contact .hc_top .hc_left h4 {
    font-size: 18px; }

  .home_contact .hc_top .hc_left h1 {
    font-size: 35px;
    line-height: 40px; }

  .home_contact .hc_body .hc_map_content {
    max-width: 300px; }

  .home_contact .hc_body .hc_map_content .hc_head {
    padding: 15px 30px; }

  .home_contact .hc_body .hc_map_content .hc_body {
    padding: 20px 20px; }

  .home_contact .hc_body .hc_map_content .hc_body ul li {
    word-break: break-all; }

  .foot_content .ft_top {
    padding: 60px 0; }

  .foot_content .ft_top .ft_over, .foot_content .ft_top .ft_recent, .foot_content .ft_top .ft_navigate {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #fff; }

  .foot_content .ft_top .new_letter {
    width: 100%;
    float: none; }

  .foot_content .ft_top h4 {
    padding-bottom: 0;
    position: relative; }

  .down_up {
    padding: 25px 0 0 30px;
    display: none;
    width: 100%; }

  .foot_content .ft_top h4::before, .foot_content .ft_top h4::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: rotate(45deg); }

  .foot_content .ft_top h4::after {
    transform: rotate(130deg);
    right: 28px; }

  .foot_content .ft_top h4.tog::before {
    transform: rotate(130deg); }

  .foot_content .ft_top h4.tog::after {
    transform: rotate(49deg); }

  .foot_content .ft_bottom .ft_bot_left {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px; }

  .foot_content .ft_bottom .ft_bot_right {
    width: 100%;
    float: none;
    text-align: center; }

  header .main_header .head_links ul li.btnn {
    margin-top: 18px; }

  .abt_content .abt_text {
    padding: 0px 0 0 30px; }

  .abt_content .abt_text h1, .abt_two .abt_t_text h1 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 15px; }

  .abt_trans .abt_trabs_head h4 {
    padding-bottom: 15px; }

  .abt_trans .abt_trabs_head h1 {
    font-size: 35px;
    line-height: 40px; }

  .abt_trans .abt_trans_body .abt_blog .ab_text h4 {
    font-size: 19px; }

  /*.map_blog .map_form {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    padding: 50px 0; }*/


  .map_blog .map_form .form_box {
    margin: auto; }
    div#map1 {height: 650px!important;}

  .contact_address .conts .conts_blog {
    padding: 30px 0; }

  .privacy_policy h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 25px; }

  .privacy_policy p {
    font-size: 16px;
    line-height: 26px; }

  .privacy_policy h5 {
    font-size: 18px; }

  .privacy_policy ul li {
    font-size: 17px; }

  .service_detail .s_detail_left {
    padding-right: 30px; }

  .service_detail .s_detail_left h1 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px; } 
  .service_one {
    padding-bottom: 60px;}
    /*.service p {
    min-height: 143px;}*/
}
@media screen and (max-width: 767px) {
  .banners .banner img {
    min-height: 550px; }

 /* .bans .banner_content {
    bottom: 100px; }*/
     .bans .banner_content .ban_cont {bottom: 100px;}

  .een_blog, .home_transport, .pleders_invest {
    padding: 50px 0; }

  .een_blog, .home_transport, .pleders_invest {
    padding: 50px 0; }

  .pleders_invest .pleder_text, .home_transport .trans_text {
    padding: 0;
    width: 100%;
    float: none; }

  .pleders_invest .pleder_text h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center; }

  .pleders_invest .pleder_text h1 span {
    display: inline; }

  .pleders_invest .pleder_text h4 {
    font-size: 18px;
    padding-bottom: 15px;
    text-align: center; }

  .pleders_invest .pleder_text .pleders_button a.pled_btn {
    margin: auto; }

  .een_blog .een_left {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 30px; }

  .een_blog .een_left h4, .een_blog .een_left h1, .home_transport .trans_text h4, .home_transport .trans_text h1, .home_contact .hc_top .hc_left h4 {
    text-align: center; }

  .een_blog .een_left h1 span, .home_transport .trans_text h1 span, .blijf_content .blijf_body .blijf_blog .blijf_text h4 span, .home_contact .hc_top .hc_left h1 span {
    display: inline; }

  .een_blog .een_right {
    width: 100%;
    float: none; }

  .een_blog .een_right .een_form {
    max-width: 425px;
    margin: auto; }

  .pleders_invest .pleder_img, .home_transport .trans_img {
    width: 60%;
    float: none;
    margin: 0 auto 30px; }

  .een_blog .een_right .een_form h2 {
    text-align: center;
    font-size: 24px; }

  .een_blog .een_right .een_form h2 span, .blijf_content .blijf_head h1 span {
    display: inline; }

  .home_transport .trans_text .trans_blog .trans_icon {
    width: 78px; }

  .home_transport .trans_text .trans_blog .trans_content {
    width: calc(100% - 78px); }

  .blijf_content .blijf_head h1 {
    font-size: 30px;
    line-height: 35px; }

  .blijf_content .blijf_body .blijf_blog {
    width: 100%;
    margin: 0 auto 25px;
    float: none;
    max-width: 380px; }

  .blijf_content .blijf_body .blijf_blog .blijf_text h4 {
    font-size: 20px;
    min-height: auto; }

  .blijf_content .blijf_body .blijf_blog:last-child {
    margin: 0 auto; }

  .home_contact {
    padding: 40px 0 50px 0; }

  .home_contact .hc_top .hc_left h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center; }

  .hc_left {
    margin-bottom: 30px; }

  .home_contact .hc_top .hc_right a {
    margin: auto; }

  .home_contact .hc_body {
    clear: both;
    /*display: table; */}

  .home_contact .hc_body .hc_map_content {
    display: none; }

  .inner_banner img {
    min-height: 350px; }

  .inner_banner .breads._content {
    bottom: 80px; }

  .inner_banner .breads._content h2 {
    font-size: 40px;
    line-height: 45px; }

  .abt_content, .abt_two, .abt_trans {
    padding: 50px 0; }

  .abt_content .abt_img, .abt_two .abt_t_img {
    width: 60%;
    float: none;
    margin: 0 auto 30px; }

  .abt_content .abt_text, .abt_two .abt_t_text {
    padding: 0;
    width: 100%;
    float: none; }

  .abt_content .abt_text h4 {
    font-size: 18px;
    text-align: center; }

  .abt_content .abt_text h1, .abt_two .abt_t_text h1 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 15px;
    text-align: center; }

  .abt_content .abt_text p, .abt_content .abt_text ul li, .abt_trans .abt_trans_body .abt_blog .ab_text p, .abt_two .abt_t_text p {
    font-size: 15px; }

  .abt_trans .abt_trabs_head h4 {
    padding-bottom: 10px; }

  .abt_trans .abt_trabs_head h1 {
    font-size: 30px;
    line-height: 35px; }

  .abt_trans .abt_trans_body .abt_blog {
    width: 100%;
    margin: 0 auto 25px;
    max-width: 360px;
    float: none; }

  .abt_trans .abt_trans_body .abt_blog:last-child {
    margin: 0 auto; }

  .abt_two .abt_t_text h4 {
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center; }

  .abt_two .abt_t_text h1 span {
    display: inline; }

  .abt_two .abt_t_text h5 {
    font-size: 16px;
    padding-bottom: 15px; }

  .abt_two .abt_t_text p {
    padding-bottom: 15px; }

  .contact_address, .privacy_policy, .service_detail {
    padding: 50px 0; }

  .contact_address .conts .conts_blog {
    padding: 30px 0;
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 0 auto 30px; }

  .contact_address .conts .conts_blog:last-child {
    margin: 0 auto; }

  .faq {
    padding: 60px 0; }

  .faq .panel-group .panel.panel-default .panel-body p {
    font-size: 16px; }

  .privacy_policy h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px; }

  .privacy_policy p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 20px; }

  .privacy_policy h5 {
    font-size: 17px;
    padding-bottom: 20px; }

  .privacy_policy ul li {
    font-size: 16px; }

  .service_detail .s_detail_right {
    float: none;
    margin: 0 auto 30px; }

  .service_detail .s_detail_left {
    padding-right: 0;
    width: 100%;
    float: none; }

  .service_detail .s_detail_left h1 {
    text-align: center; }

  .service_detail .s_detail_left h1 span {
    display: inline; }

  .service_detail .s_detail_left p {
    font-size: 15px; }

  .service_detail .s_detail_right .s_onze_blog h5, .service_detail .s_detail_right .s_onze_blog h2 {
    text-align: center; }

  .service, .service .service_two {
    padding: 50px 0; }

  .service .service_one .ser_img, .service .service_two .ser_img {
    width: 80%;
    float: none;
    margin: 0 auto 30px; }

  .service .service_one .ser_text, .service .service_two .ser_text {
    padding: 0;
    width: 100%;
    float: none; }

  .service h4 {
    text-align: center; }

  .service h4::before {
    left: 50%;
    transform: translateX(-50%); }

  .service h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center; }

  .service h1 span {
    display: inline; }

  .service .ser_button a.ser_btn {
    margin: auto; }

  .service p {
    font-size: 15px; padding-bottom: 30px;}
    .service_one {
    padding-bottom: 50px;
}
    .service_one:nth-child(even) .ser_img._fl {float: none;} 
  }
@media screen and (max-width: 660px) {
  .pleders_invest .pleder_img, .home_transport .trans_img {
    width: 70%; } 
	.blijf_content .blijf_body .blijf_blog .blijf_text h4 {
		min-height: 94px;
	}
  div#cookie-law-info-bar {right: 10px;}
}
@media screen and (max-width: 560px) {
  .banners .owl-nav .owl-prev, .banners .owl-nav .owl-next {
    width: 30px;
    height: 30px; }

  .banners .owl-nav .owl-prev img, .banners .owl-nav .owl-next img {
    width: 30px;
    height: 30px;
    object-fit: contain; }

  .banners .owl-nav {
    bottom: 70px;
    top: unset; }

  .banners .owl-nav .owl-next {
    right: 40%;
    transform: translateX(-40%); }

  .banners .owl-nav .owl-prev {
    left: 40%;
    transform: translateX(-40%); }

  .bans .banner_content .ban_cont {
    padding-left: 0;
    text-align: center; }

  .bans .banner_content .ban_cont .banner_button {
    margin: auto; }

  .logo img {
    width: 245px;
    object-fit: contain; }

  .banners .banner img {
    min-height: 520px; }
    
     div#cookie-law-info-bar {max-width: 450px;right: 10px;}
    }
  }
@media screen and (max-width: 480px) {
  .logo img {
    width: 200px; }

  .bans .banner_content .ban_cont h1 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 15px; }

  .bans .banner_content .ban_cont p {
    font-size: 15px;
    line-height: 22px; }

  .bans .banner_content .ban_cont .banner_button .ban_butn {
    width: 100%;
    margin: 0 0 15px;
    float: none; }

  .bans .banner_content .ban_cont .banner_button .ban_butn:last-child {
    margin-bottom: 0; }

  .bans .banner_content .ban_cont .banner_button .ban_butn a {
    padding: 15px 0;
    text-align: center; }

  .pleders_invest .pleder_img, .home_transport .trans_img {
    width: 80%; }

  .pleders_invest .pleder_text h1, .een_blog .een_left h1, .home_transport .trans_text h1, .blijf_content .blijf_head h1, .home_contact .hc_top .hc_left h1 {
    font-size: 26px;
    line-height: 30px; }

  .pleders_invest .pleder_text h4, .home_transport .trans_text h4, .blijf_content .blijf_head h5, .home_contact .hc_top .hc_left h4 {
    font-size: 17px;
    padding-bottom: 10px; }

  .pleders_invest .pleder_text p {
    font-size: 15px;
    padding-bottom: 20px; }

  .een_blog, .home_transport, .pleders_invest {
    padding: 30px 0; }

  .een_blog .een_left h4, .een_blog .een_left .een_box .een_text h3 {
    font-size: 17px; }

  .een_blog .een_left .een_box .een_text p, .home_transport .trans_text .trans_blog .trans_content p, .blijf_content .blijf_body .blijf_blog .blijf_text p {
    font-size: 15px;
    line-height: 24px; }

  .een_blog .een_right .een_form {
    padding: 30px; }

  .een_blog .een_right .een_form h2 {
    font-size: 22px;
    line-height: 26px; }

  .home_transport .trans_text .trans_blog .trans_icon {
    width: 65px; }

  .home_transport .trans_text .trans_blog .trans_content {
    width: calc(100% - 65px); }

  .blijf_content .blijf_body .blijf_blog .blijf_text h4 {
    font-size: 18px; }

  .home_contact {
    padding: 30px 0; }

  .home_contact .hc_top .hc_right a {
    width: 220px;
    font-size: 20px;
    padding: 5px 0 5px 80px;
    background-size: 35px; }

  .home_contact .hc_top .hc_right a span {
    font-size: 16px; }

  .foot_content .ft_top h4 {
    font-size: 20px; }

  .inner_banner img {
    min-height: 300px; }

  .inner_banner .breads._content {
    bottom: 60px; }

  .inner_banner .breads._content h2 {
    font-size: 35px;
    line-height: 40px; }

  .inner_banner .breads._content .breadcrumb li {
    font-size: 17px; }

  .abt_content .abt_img, .abt_two .abt_t_img {
    width: 80%; }

  .abt_content .abt_text h1, .abt_two .abt_t_text h1 {
    font-size: 26px;
    line-height: 30px; }

  .abt_content .abt_text p, .abt_content .abt_text ul li, .abt_trans .abt_trans_body .abt_blog .ab_text p, .abt_two .abt_t_text p {
    font-size: 14px;
    line-height: 24px; }

  .abt_content, .abt_two, .abt_trans {
    padding: 30px 0; }

  .abt_trans .abt_trabs_head h1 {
    font-size: 26px;
    line-height: 30px; }

  .foot_content .ft_bottom .ft_bot_left p, .foot_content .ft_bottom .ft_bot_right ul li {
    font-size: 14px; }

  .foot_content .ft_top {
    padding: 50px 0; }

  .contact_address, .map_blog .map_form, .privacy_policy {
    padding: 30px 0; }

  .map_blog .map_form .form_box h2 {
    font-size: 26px;
    line-height: 30px; }

  .map_blog .map_form .form_box {
    padding: 25px 30px; }

  .faq .panel-group .panel.panel-default .panel-heading h4.panel-title a {
    font-size: 17px;
    width: calc(100% - 40px); }

  .faq .panel-group .panel.panel-default .panel-heading h4.panel-title span {
    font-size: 17px;
    width: 25px; }

  .faq .panel-group .panel.panel-default .panel-heading h4.panel-title a::after {
    width: 15px;
    height: 20px;
    background-size: 15px; }

  .faq .panel-group .panel.panel-default .panel-body p {
    font-size: 15px; }

  .faq .panel-group .panel.panel-default .panel-body {
    padding: 0 60px 25px; }

  .faq .panel-group .panel.panel-default .panel-heading {
    padding: 0 10px; }

  .privacy_policy h2 {
    font-size: 23px;
    line-height: 28px;
    padding-bottom: 15px;
    text-align: center; }

  .privacy_policy p {
    font-size: 15px;
    padding-bottom: 15px; }

  .privacy_policy h5 {
    font-size: 16px;
    padding-bottom: 15px; }

  .privacy_policy ul li {
    font-size: 15px;
    margin-bottom: 15px; }

  .service_detail .s_detail_right .s_onze_blog h5 {
    font-size: 17px; }

  .service_detail .s_detail_right .s_onze_blog h2 {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 20px; }

  /*.service_detail .s_detail_right .s_onze_blog ul li {
    padding: 18px 50px 18px 75px; }*/
    .service_detail .s_detail_right .s_onze_blog ul li a {
    padding: 18px 50px 18px 75px; }

  .service_detail .s_detail_right .s_heeft h4 {
    font-size: 18px;
    padding-bottom: 10px; }

  .service_detail .s_detail_right .s_heeft h2 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 20px; }

  .service_detail .s_detail_right .s_heeft p {
    font-size: 16px;
    padding-bottom: 20px; }

  .service_detail .s_detail_left h1 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 15px; }

  .service_detail .s_detail_left p {
    font-size: 14px;
    padding-bottom: 10px; }

  .service .service_one .ser_img, .service .service_two .ser_img {
    width: 80%; }

  .service h4 {
    font-size: 18px; }

  .service h1 {
    font-size: 26px;
    line-height: 30px; }

  .service p {
    font-size: 14px;
    padding-bottom: 10px; }

  .service .ser_button a.ser_btn {
    padding: 10px 0 10px 55px; } 
	.blijf_content .blijf_body .blijf_blog .blijf_text h4 {
		min-height: auto;
	}
  div#cookie-law-info-bar {max-width: 360px;right: 10px;}
}
@media screen and (max-width: 380px) {
  .logo img {
    width: 170px; }

  .bans .banner_content .ban_cont h1 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 10px; }

  .pleders_invest .pleder_text h1, .een_blog .een_left h1, .home_transport .trans_text h1, .blijf_content .blijf_head h1, .home_contact .hc_top .hc_left h1 {
    font-size: 23px;
    line-height: 26px; }

  .map_blog .map_form .form_box h2 {
    font-size: 22px;
    line-height: 26px; } 
  div#cookie-law-info-bar {max-width: 300px;right: 10px;}
}
/*--- Responsive ---*/

/*# sourceMappingURL=style.css.map */

/*Changes by pooja*/

/*jobs overview responsive start*/
@media screen and (max-width: 1150px) {
.jobs_overview_main  {padding: 70px 0;}
.jobs_overview_main .jobs_overview h1 {font-size: 46px;line-height: 50px;}

}
@media screen and (max-width: 1024px) {
.jobs_overview_main  {padding: 60px 0;}
.jobs_overview_main .jobs_overview h1 {font-size: 42px;line-height: 50px;}
.jobs_overview_main .jobs_overview h2 {font-size: 32px;padding-bottom: 16px;}

}
@media screen and (max-width: 950px) {
.jobs_overview_main  {padding: 50px 0;}
.jobs_overview_main .jobs_overview h1 {font-size: 38px;line-height: 40px;padding-bottom: 12px;}
.jobs_overview_main .jobs_overview h2 {font-size: 28px;padding-bottom: 10px;}
}


@media screen and (max-width: 767px) {
.crnt_vacancies .vcn_block .cn_blk_head .blk_head_lft {width: 100%;margin-bottom: 25px;}
.crnt_vacancies .vcn_block .cn_blk_head .blk_head_ryt {width: 100%;text-align: left;}
.crnt_vacancies .vcn_block .cn_blk_head {padding-bottom: 10px;}
} 

@media screen and (max-width: 650px) {
.jobs_overview_main .jobs_overview h1 {font-size: 34px;}
.jobs_overview_main .jobs_overview h2 {font-size: 26px;line-height: 35px;}
.crnt_vacancies .vcn_block {padding: 20px;}

}

@media screen and (max-width: 450px) {
.jobs_overview_main .jobs_overview h1 {font-size: 30px;}
.jobs_overview_main .jobs_overview h2 {font-size: 22px;}
.cn_blk_head .blk_head_lft h4 {font-size: 20px;}
.vcn_block .cn_blk_body {padding-top: 18px;}
.jobs_overview_main .jobs_overview p {padding-bottom: 8px;}
.cn_blk_head .blk_head_lft ul li {display: block;padding-right: 0;margin-right: 0;border: none;margin-bottom: 14px;}
.cn_blk_head .blk_head_lft ul li:last-child {margin-bottom: 0;}
}
/*jobs overview responsive end*/


@media screen and (max-width: 985px) {
.cli-style-v2.cli-bar-container {flex-wrap: unset!important;}
.service .service_one .ser_img img {min-height: 380px;}


}


@media screen and (max-width: 767px) {
  .home_contact .hc_body .hc_map_content {display: block;}
.home_contact .hc_body .hc_map_content .hc_body ul li {font-size: 16px;padding: 5px 0;padding-left: 35px;}
.home_contact .hc_body .hc_map_content .hc_body ul li:first-child {background-size: 22px;}
.home_contact .hc_body .hc_map_content .hc_body ul li:nth-child(2) {background-size: 22px;}
.home_contact .hc_body .hc_map_content .hc_body ul li:last-child {background-size: 22px;}
.bans .banner_content .ban_cont .banner_button .ban_butn a {text-align: left;}
.news_detail ._detail_left .news_detail_content {width: 100%;padding-right: 0;}
.news_detail ._detail_left .news_detail_img {width: 100%;text-align: center;}

.map_blog .map_form {
    width: 100%;
    position: static;
    top: 0;
    transform: none;
    float: left;
    margin: 30px auto;
}
div#map1 {height: 400px!important;}
.map_blog .map_form .form_box h2 {font-size: 26px;}
.blijf_content .blijf_body .blijf_blog .blijf_text {min-height: auto;}
.service .service_one .ser_img img {min-height: 350px;}
/*.service p {
    min-height: auto;
}*/
.modal-dialog {max-width: 750px;}
iframe {height: 380px;}

}

@media screen and (max-width: 600px) {
.home_contact .hc_body .hc_map_content {position: static;top: auto;bottom: 0;width: 100%;max-width: 100%;transform: unset;}
.home_contact .hc_body .hc_map_content .hc_head h2 {font-size: 18px;}



}
@media screen and (max-width: 650px) {
.service .service_one .ser_img img {
    min-height: 320px;
}




}

@media screen and (max-width: 550px) {
  /*.blijf_content .blijf_body .blijf_blog .blijf_text {min-height: 156px;}*/
.service .service_one .ser_img img {
    min-height: 280px;
}
.inner_banner .breads._content h2 {
    font-size: 36px;
    line-height: 35px;
    padding-bottom: 10px;
}
.inner_banner .breads._content .breadcrumb li {font-size: 17px;}
iframe {
    height: 280px;
}



}



@media screen and (max-width: 480px) {
.cli-style-v2.cli-bar-container {flex-wrap: wrap!important;}
div#cookie-law-info-bar span .cli-bar-container p {width: 100%;}
.map_blog .map_form .form_box h2 {font-size: 22px;}


}

@media screen and (max-width: 450px) {
.bans .banner_content .ban_cont .banner_button .ban_butn {width: 100%;margin: 0;margin-bottom: 10px;}
.bans .banner_content .ban_cont .banner_button .ban_butn a {max-width: 200px;width: 100%;margin: 0 auto;}
.service .service_one .ser_img img {min-height: 250px;}
.modal-body {padding: 10px;}
iframe {
    height: 230px;
}



}

