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

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

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-ExtraBold.woff") format("woff2"),
    url("../font/Inter-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff") format("woff2"),
    url("../font/Inter-Regular.wofff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Light.woff") format("woff2"),
    url("../font/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  margin-top: 0;
  transition: background-color 500ms linear 0s;
  background-color: #fffffffb;
  color: #000;
  font-size: 18px;
  font-family: "Inter";
}

.big_wrap {
}
.karr_sec3 .button_wrapper {
  margin-top: 50px;
  position: relative;
  margin-bottom: 64px;
}
.button_wrapper a {
  background: #002545;
  color: #fff;
  font-size: 25px;
  padding: 18px 50px;
  font-weight: 500;
  letter-spacing: 3px;
  transition: 0.3s;
  display: inline-block;
}

.button_wrapper a:hover {
  opacity: 0.7;
}
.big_wrap {
  margin-bottom: 120px;
}

.logo a img {
  width: 206px;
  position: relative;
  top: 2px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
}

.top-nav-collapse .logo a img {
  width: 191px;
  top: 0px;
}

.wow {
  visibility: hidden;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

button:focus {
  outline: 0 !important;
}

input:focus {
  outline: none !important;
}

.f-none {
  float: none;
}

.bg-white {
  background-color: #fff;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.page-wrap {
  padding: 0;
  padding-top: 84px;
}

.p-null {
  padding: 0;
}

.pl-null {
  padding-left: 15px !important;
}

.mob-only {
  display: none;
}

.desc-only {
  display: block;
}

.relative {
  position: relative;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.anchor {
  display: block;
  position: relative;
  top: 0;
  visibility: hidden;
}

div.table {
  display: table;
  margin-bottom: 79px;
  line-height: 1.5;
  margin-top: 25px;
  max-width: 554px;
}

div.tr {
  display: table-row;
}

div.td {
  display: table-cell;
  padding-right: 20px;
  margin-bottom: 48px;
  padding-bottom: 4px;
  padding-right: 32px;
  vertical-align: top;
}

div.td strong {
  font-weight: 400;
  max-width: 253px;
  display: inline-block;
}

div.td.t-bold {
}

div.tr.space-b div.td {
  padding-bottom: 30px;
}

.to-top img {
  position: fixed;
  right: 26px;
  bottom: 54px;
  cursor: pointer;
  display: none;
  z-index: 99;
  width: 43px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.to-top img:hover {
  opacity: 0.6;
}

.page-wrap {
  /* max-width: 1920px; */
  margin: 0 auto;
  /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); */
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); */
  z-index: 9;
  position: relative;
  /* overflow-y: hidden; */
  overflow-x: hidden;
}

.kunden_sec2 {
  padding: 70px 0;
}

.navbar .container {
  position: relative;
  max-width: 1870px;
}

.navbar-default .navbar-collapse.navbar250 {
  width: 100%;
  /* padding-left: 18px; */
}

.menu-btn-close {
  display: none;
}

.menu-btn {
  display: none;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: 0;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #fff;
}

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.c-hamburger--htla.is-active span::after,
.c-hamburger--htla.is-active span::before,
.c-hamburger--htra.is-active span::after,
.c-hamburger--htra.is-active span::before {
  width: 50%;
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger--rot {
  background-color: #28aadc;
}

.c-hamburger--rot span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--rot.is-active {
  background-color: #166888;
}

.c-hamburger--rot.is-active span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: 0 0;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.c-hamburger--htla {
  background-color: #32dc64;
}

.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

.c-hamburger--htla.is-active {
  background-color: #18903c;
}

.c-hamburger--htla.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(38px) translateY(4px) rotate(45deg);
  -ms-transform: translateX(38px) translateY(4px) rotate(45deg);
  transform: translateX(38px) translateY(4px) rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(38px) translateY(-4px) rotate(-45deg);
  -ms-transform: translateX(38px) translateY(-4px) rotate(-45deg);
  transform: translateX(38px) translateY(-4px) rotate(-45deg);
}

.c-hamburger--htra {
  background-color: #ff9650;
}

.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

.c-hamburger--htra.is-active {
  background-color: #e95d00;
}

.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  -ms-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  -ms-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #12131d;
}

.se-pre-con .load-logo {
}

.se-pre-con .load-logo .part1 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  width: 151px;
}

.content-full-wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.paginate {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  padding-top: 50px;
  width: 100%;
  margin-bottom: 50px;
}

.paginate span {
  padding: 4px;
  color: #000000;
}

.paginate .current {
  color: #f2d800;
}

.paginate a {
  color: #333333;
  padding: 4px;
}

.paginate a:hover {
  color: #f2d800;
}

.color {
  color: #f2d800;
}

.nav-link {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  font-family: inter;
  color: #fff;
}

.navbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #002545;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin: 6px 16px;
  padding: 14px 13px;
}

.top-nav-collapse .navbar-nav .nav-link {
  padding: 2px 13px;
}

.navbar-nav .nav-link:hover,
.navbar-nav li.active .nav-link,
.navbar-nav li.current-page-ancestor .nav-link,
.navbar-nav li.active > .dropdown-item,
body.single-blog-details .menu-item-34 a {
  color: #357ab4;
}

.navbar-expand-lg .navbar-nav {
  /* padding-left: 117px; */
}

.navbar .icon-right {
  position: absolute;
  right: 0;
  top: -9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .icon-right .icon {
}

.navbar .icon-right .icon img {
  width: 91px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.top-nav-collapse .icon-right .icon img {
  width: 48px;
}

.navbar.top-nav-collapse .icon-right {
  top: -22px;
}

.navbar .icon-right .text {
  font-size: 22px;
  font-weight: 700;
  ransform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  right: 75px;
  top: 154px;
  height: 454px;
  width: 300px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.top-nav-collapse .icon-right .text {
  right: -54px;
  top: 146px;
  height: 54px;
  width: 157px;
  font-size: 12px;
  /* background-color: antiquewhite; */
}

.navbar.top-nav-collapse {
  background-color: #002545;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

/*****************************************************************/

.home_sec1 {
}

.home_sec1 .mega_wrap {
  display: flex;
  flex-wrap: wrap;
}
.home_sec1 .wrap {
  flex: 0 0 50%;
  max-width: 50%;
}

.home_sec1 .wrap .item {
  transition: 0.3s;
}

.home_sec1 .wrap .item .blue_box {
  height: 150px;
}

.home_sec1 .wrap .item .it_wrap {
  height: 100%;
}

.home_sec1 .wrap .item:hover .blue_box {
  height: 252px;
}

.home_sec1 .wrap.wrap1 {
  -ms-flex: 0 0 25%;
}
.home_sec1 .wrap.wrap1 .slider_wrap {
  position: relative;
}

.blue_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent
    linear-gradient(
      180deg,
      #ffffff08 0%,
      #95959500 0%,
      #5884a9a1 35%,
      #357ab4 100%
    )
    0% 0% no-repeat padding-box;
  transition: 0.3s;
}

.home_sec1 .wrap.wrap1 .slider_wrap .blue_box {
  height: 150px;
}
.home_sec1 .wrap.wrap1 .slider_wrap .image {
  height: 680px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.home_sec1 .wrap.wrap1 .slider_wrap .image img {
  max-width: 100%;
}

.home_sec1 .wrap.wrap1 .pages_wraper1 {
}

.home_sec1 .wrap.wrap1 .pages_wraper1 {
  display: flex;
  flex-wrap: wrap;
  height: 312px;
}

.home_sec1 .wrap.wrap1 .pages_wraper1 .item {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.home_sec1 .wrap.wrap1 .pages_wraper1 .item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_sec1 .wrap.wrap1 .pages_wraper1 .item.item1 {
  background-size: cover;
  background-position: center;
}
.home_sec1 .wrap.wrap1 .pages_wraper1 .item.item2 {
  background-size: cover;
  background-position: center;
}

.home_sec1 .wrap.wrap1 .pages_wraper1 .item.item1 img {
}
.home_sec1 .wrap.wrap1 .pages_wraper1 .item.item2 img {
}

.home_sec1 .wrap.wrap1 .pages_wraper1 .item .text {
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
}

.home_sec1 .wrap.wrap1 .pages_wraper1 .item .arrow_wrap {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.home_sec1 .wrap.wrap1 .pages_wraper1 .item .arrow_wrap img {
  width: 40px;
  cursor: pointer;
}

/*****************************************************************/

.home_sec1 .wrap.wrap2 .pages_wraper1 {
}

.home_sec1 .wrap.wrap2 .pages_wraper1 {
  display: flex;
  flex-wrap: wrap;
  height: 340px;
}

.home_sec1 .wrap.wrap2 .pages_wraper1 .item {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.home_sec1 .wrap.wrap2 .pages_wraper1 .item img {
  max-width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.home_sec1 .wrap.wrap2 .pages_wraper1 .item.item1 {
}
.home_sec1 .wrap.wrap2 .pages_wraper1 .item.item2 {
}

.home_sec1 .wrap.wrap2 .pages_wraper1 .item.item1 img {
}
.home_sec1 .wrap.wrap2 .pages_wraper1 .item.item2 img {
}

.home_sec1 .wrap.wrap2 .pages_wraper1 .item .text {
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
}

.home_sec1 .wrap.wrap2 .pages_wraper1 .item .arrow_wrap {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.home_sec1 .wrap.wrap2 .pages_wraper1 .item .arrow_wrap img {
  width: 40px;
  cursor: pointer;
}

.home_sec1 {
}
.home_sec1 {
}

.home_sec1 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  text-align: left;
  position: absolute;
  bottom: 26px;
  left: 25px;
  /* right: 0; */
  z-index: 9999;
  right: 0;
}

.home_sec1 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  width: 20px;
  height: 20px;
  background: #fff0;
  margin-right: 4px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}

.home_sec1 .owl-theme .owl-dots .owl-dot.active {
  background: #fff;
}

.blue_text_wrap {
  min-height: 312px;
  background: #2993c5;
  margin-top: 0px;
  padding: 33px 15px 20px 42px;
}
.blue_text_wrap .content {
  max-width: 706px;
}
.blue_text_wrap .content .title {
  margin-bottom: 41px;
}
.blue_text_wrap .content .title h2 {
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}
.blue_text_wrap .content .text {
  line-height: 1.2;
  color: #fff;
}
.blue_text_wrap .content .text p {
}

/*********************global**************************/

.container {
  max-width: 1747px;
}

.main_title h2 {
  font-size: 75px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.karr_sec3 .main_title h2 {
  color: #000;
}
.main_subtitle h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.main_text {
  color: #fff;
  font-size: 28px;
}

.uber_sec2 .main_text {
  color: #04151f;
  margin-bottom: 60px;
  font-size: 40px;
}

.uber_sec2 .main_title h2 {
  color: #04151f;
}
/***********************************************/

.home_sec2 {
  background-position: center;
  background-size: cover;
  min-height: 1042px;
  position: relative;
}
.home_sec2 .blue_box {
  height: 300px;
}
.home_sec2 .content {
  padding-top: 519px;
  padding-bottom: 30px;
}
.home_sec2.uber_sec2 .content .main_title {
  margin-bottom: 39px;
}
.home_sec2 .content .main_subtitle {
  margin-bottom: 39px;
}
.main_text {
  line-height: 1.3;
}

.home_sec2.home_sec3 {
  min-height: inherit;
  padding: 170px 0;
  position: relative;
}

.home_sec2.home_sec3.uber_sec2 {
  padding: 70px 0 0 0;
}

.home_sec2.home_sec3 .content {
  padding-top: 0;
}

.home_sec2.home_sec3 .content .central_wrap {
  padding: 125px 0;
  text-align: center;
  color: #fff;
}

.home_sec2.home_sec3.uber_sec2 .content .central_wrap {
  color: #04151f;
  padding: 70px 0;
}
.home_sec2.home_sec3 .content .central_wrap .title {
  max-width: 680px;
  margin: auto;
}

.home_sec2.home_sec3.uber_sec2 .content .central_wrap .title {
  max-width: 880px;
  margin: auto;
}
.home_sec2.home_sec3 .content .central_wrap .title h3 {
  font-size: 50px;
  font-weight: 600;
}
.home_sec2.home_sec3 .content .central_wrap .title p {
  font-size: 30px;
  font-style: italic;
}

.home_sec2.home_sec3 .blue_overlay {
  background: #002545a6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*******************footer****************************************/

.footer {
  padding-top: 70px;
  border-top: 15px solid #2993c5;
  overflow: hidden;
}
.footer .logo_wrap {
  padding-top: 100px;
}
.footer .info p {
  font-size: 19px;
}
.footer .logo_wrap img {
  max-width: 450px;
}
.footer .info {
}
.footer .info.info1 {
  padding-left: 70px;
}
.footer .info.info1 .text {
}
.footer .info.info1 a {
  display: block;
  color: #000;
  font-size: 19px;
}

.footer .info.info1 a:hover {
  opacity: 0.7;
}
.footer .info.info1 .tel {
  margin: 40px 0;
}
.footer .info.info1 .email {
}

.footer .info.info2 .title h3 {
  font-size: 20px;
  color: #2993c5;
  font-weight: 600;
}
.footer .info.info2 .title {
  margin-bottom: 35px;
}
.footer .info.info2 .time_wrap {
}
.footer .info.info2 .time_wrap .time {
}
.footer .info.info2 .time_wrap .time.time1 {
  margin-right: 71px;
}
.footer .info.info2 .time_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.footer .bottom_part {
  background: #072545;
  padding: 30px 0;
  margin-top: 50px;
}
.footer .bottom_part a {
  color: #fff;
  font-size: 16px;
}

.footer .bottom_part a:hover {
  opacity: 0.7;
}
.footer .bottom_part .first {
  margin-right: 10px;
  color: #fff;
}

.footer .bottom_part .first p {
  margin-bottom: 0;
}
.footer .bottom_part .first a {
}
.footer .bottom_part .second {
  color: #fff;
}
.footer .bottom_part .second a {
  margin-right: 2px;
  padding-left: 2px;
}

.footer .cont_bottom {
  max-width: 1747px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}

/****************************************************/

.main_tamp_sec1 {
  min-height: 1840px;
  overflow: hidden;
  position: relative;
}

.main_tamp_sec1 .content_main {
  min-height: 1600px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.main_tamp_sec1 .blue_box {
  height: 555px;
}
.main_tamp_sec1 .title {
  position: absolute;
  bottom: 100px;
  left: 55px;
  color: #fff;
}
.main_tamp_sec1 .title h2 {
  font-size: 101px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.main_tamp_sec1 .title h4 {
  font-weight: 600;
}
.main_tamp_sec1 .slider_sub_wrap {
  position: absolute;
  bottom: -121px;
  left: 45%;
}
.main_tamp_sec1 .slider_sub_wrap .image {
  width: 300px;
  height: 450px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.main_tamp_sec1 .slider_sub_wrap .image .blue_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 150px;
  opacity: 0;
}
.main_tamp_sec1 .slider_sub_wrap .image .title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_tamp_sec1 .slider_sub_wrap .image:hover .blue_box {
  opacity: 1;
}
.main_tamp_sec1 .slider_sub_wrap .image:hover .title {
  opacity: 1;
}

.main_tamp_sec1 .slider_sub_wrap .image img {
  width: 300px;
  object-fit: cover;
  height: 100%;
}

.main_tamp_sec1 .arrows_wrap {
}
.main_tamp_sec1 .arrows_wrap .arr {
  width: 97px;
  height: 103px;
  background: #0f2545;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_tamp_sec1 .arrows_wrap .arr.arr_left {
  margin-right: 12px;
}
.main_tamp_sec1 .arrows_wrap .arr.arr_left img {
  transform: rotate(180deg);
}

.main_tamp_sec1 .arrows_wrap .arr.arr_right {
}
.main_tamp_sec1 .arrows_wrap .arr.arr_right img {
}
.main_tamp_sec1 .arrows_wrap .arr {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_tamp_sec1 .arrows_wrap .arr img {
  max-width: 45px;
  width: 100%;
}

.main_tamp_sec1 .arrows_wrap .arr:hover {
  cursor: pointer;
  opacity: 0.7;
}
.main_tamp_sec1 .arrows_wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  left: -311px;
}

.main_tamp_sec1 .owl-carousel.owl-drag .owl-item {
  width: 300px !important;
}

.main_tamp_sec1 .blue_bottom_line {
}
.main_tamp_sec1 .blue_bottom_line {
  height: 15px;
  position: absolute;
  width: 100%;
  background: #2993c5;
  bottom: 0;
}

.sub_sec1 {
  min-height: 964px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sub_sec1 .video_wrap {
  /* position: absolute; */
  /* width: 100%; */
  left: 0;
  top: 0;
  bottom: 0;
}
.sub_sec1 .video_wrap video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
}

.sub_sec1 .back_image {
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sub_sec1 .blue_box {
  height: 450px;
  z-index: 1;
}
.sub_sec1 .title {
  max-width: 100%;
  position: absolute;
  bottom: 100px;
  z-index: 2;
  padding: 0 15px;
  max-width: 1747px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.sub_sec1.uber_sec1 .title {
  /* max-width: 100%; */
}
.sub_sec1 .title h2 {
  font-size: 124px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.sub_sec1 {
}

.sub_sec2 {
}
.sub_sec2 .text {
  padding: 120px 0;
  font-size: 40px;
  line-height: 1.5;
}
.sub_sec2 .text p {
}

.sub_sec3 {
  position: relative;
  margin-top: 143px;
}
.sub_sec3 .arrow_wrap {
  width: 97px;
  height: 103px;
  background: #002545;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 29px;
  top: -129px;
  transition: 0.3s;
}

.sub_sec3 .arrow_wrap:hover {
  opacity: 0.7;
}
.sub_sec3 .arrow_wrap img {
  width: 50px;
  transform: rotate(180deg);
  cursor: pointer;
}
.sub_sec3 .card_wrapper {
  width: 100%;
  height: 203px;
  display: flex;
  flex-wrap: wrap;
}
.sub_sec3 .card_wrapper .card1 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
  height: 100%;
}
.sub_sec3 .card_wrapper .card1 .blue_box {
  height: 100px;
  transition: 0.3s;
}

.sub_sec3 .card_wrapper .card1:hover .blue_box {
  height: 152px;
}
.sub_sec3 .card_wrapper .card1 .title {
  position: absolute;
  bottom: 20px;
  left: 13px;
  color: #fff;
  font-weight: 600;
}
.sub_sec3 .card_wrapper .card1 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.kont_sec2 {
}
.kont_sec2 .content {
}
.kont_sec2 .content .main_title {
  padding-top: 121px;
}

.kont_sec2.kar_sec2 .content .main_title {
  padding-top: 0px;
  margin-bottom: 32px;
}

.kont_sec2.kar_sec2 .content .main_text {
  color: #04151f;
}
.kont_sec2.kar_sec2 .content .text p {
}
.kont_sec2 .content .main_title h2 {
  color: #000000;
}
.kont_sec2.kar_sec2 {
}
.kont_sec2 {
  padding: 150px 0;
}

.kon_sec3 {
}
.kon_sec3 .map {
}
.kon_sec3 .map iframe {
  width: 100%;
  min-height: 640px;
  margin-bottom: -6px;
}
.kon_sec3 {
  padding-top: 60px;
}

.impressum_sec1 {
  background: transparent
    linear-gradient(
      180deg,
      #ffffff08 0%,
      #95959500 0%,
      #5884a9a1 35%,
      #357ab4 100%
    )
    0% 0% no-repeat padding-box;
  min-height: 590px;
  background-color: #002545;
}
.impressum_sec1 .blue_box {
}
.impressum_sec1 .title {
}

.impressum_sec1 .title h2 {
}

.impres_sec2 a {
}

.stan_con2 {
  text-align: center;
  padding: 120px 0;
}
.stan_con2 .title {
}
.stan_con2 .subtitle {
}
.stan_con2 .subtitle h2 {
  font-size: 108px;
  font-weight: 600;
}
.stan_con2 .title h2 {
  font-size: 600px;
  font-weight: 600;
}
.stan_con2 .btn_wrap {
  margin-top: 100px;
}
.stan_con2 .btn_wrap a {
  background-color: #002545;
  color: #fff;
  padding: 14px 20px;
}

.stan_con2 .btn_wrap a:hover {
  opacity: 0.7;
}

.stan_con2 .btn_wrap a span img {
  width: 36px;

  transform: rotate(180deg);

  margin-right: 7px;
}

.form_wrapper .acf-field .acf-label label {
  display: none;
}

.form_wrapper .acf-fields > .acf-field {
  border: none;
  padding: 9px;
}

.form_wrapper .acf-field .acf-input-wrap input {
  height: 66px;
  color: #00000066;
  font-size: 30px;
  border: 1px solid #95989a;
  font-weight: 200;
  padding-left: 32px;
}

.form_wrapper .acf-field textarea {
  font-size: 30px;
  color: #00000066;
  padding-left: 32px;
}

.form_wrapper .acf-field[data-width] {
}
.form_wrapper .acf-checkbox-list label {
  font-size: 18px;
}
.form_wrapper .acf-checkbox-list input {
  width: 17px;
  height: 17px;
}
.form_wrapper label a {
  color: #0a2444;
}
.form_wrapper label a:hover {
  opacity: 0.7;
}
.acf-field[data-width] + .acf-field[data-width] {
  border-left: none !important;
}

.form_wrapper :placeholder-shown {
  color: #00000066;

  font-size: 30px;

  font-weight: 200;

  padding-left: 32px;

  padding-top: 38px;
}
.form_wrapper .af-submit {
  text-align: center;
}

.form_wrapper .af-submit .acf-button {
  font-size: 21px;
  text-transform: uppercase;
  background: #0f2545;
  color: #fff;
  padding: 19px 65px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.form_wrapper .af-submit .acf-button:hover {
  opacity: 0.7;
}

.accordion_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 27px;
}
.accordion_wrap .title {
  cursor: pointer;
}
.accordion_wrap .title .icone_wrap {
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: 0px;
  top: 1px;
  position: absolute;
  margin-left: 0px;
}
.accordion_wrap .title .icone_wrap .icone {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.accordion_wrap .title .icone_wrap .icone .line {
  width: 16px;
  height: 3px;
  background: #000;
  border-radius: 3px;
}
.accordion_wrap .title .icone_wrap .icone.icone1 {
}
.accordion_wrap .title .icone_wrap .icone.icone2 {
  transform: rotate(90deg);
}

.accordion_wrap .title.active .icone_wrap .icone.icone2 {
  transform: rotate(0deg);
}
.accordion_wrap .title .icone_wrap .icone {
}
.accordion_wrap .title .icone_wrap {
}
.accordion_wrap .title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-left: 35px;
}
.accordion_wrap .text {
  display: none;
  padding-left: 36px;
  padding-right: 15px;
}

.accordion_wrap .text {
  max-width: 100%;
  font-size: 28px;
}

.accordion_wrap .text a {
  /* display: block; */
  color: #fff;
}
.accord_mega_wrap {
  margin-top: 40px;
}
.accord_mega_wrap .part1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.accord_mega_wrap .part2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/***************************************************************/

@media (min-width: 992px) {
}

@media (max-height: 800px) {
}

@media (max-height: 560px) {
}

@media (max-width: 1750px) {
  .container,
  .footer .cont_bottom {
    max-width: 1360px;
  }
  .sub_sec1 .title {
    max-width: 1360px;
  }
}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1500px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 6px 8px;
  }
  .kont_sec2 .content .main_title {
    padding-top: 0;
  }
  .kont_sec2 .content .main_title h2 {
    font-size: 50px;
  }
  .stan_con2 .subtitle h2 {
    font-size: 60px;
  }
  .stan_con2 {
  }
  .stan_con2 .title h2 {
    font-size: 100px;
  }
  .sub_sec1.impressum_sec1 {
    min-height: 400px;
  }
  .sub_sec3 .card_wrapper {
    height: 100%;
  }

  .sub_sec3 .card_wrapper .card1 {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    height: 315px;
  }

  .sub_sec1 .title h2 {
    font-size: 75px;
  }

  .sub_sec1 {
    min-height: 680px;
  }
  .main_tamp_sec1 {
    min-height: 1000px;
  }

  .main_tamp_sec1 .content_main {
    min-height: 800px;
  }
  .home_sec2 .content {
    padding-top: 300px;
  }
}

@media (max-width: 1345px) {
}

@media (max-width: 1299px) {
  .main_tamp_sec1 .title {
    left: 15px;
  }

  .main_tamp_sec1 .title h2 {
    font-size: 55px;
  }
  .home_sec1 .wrap.wrap1 .slider_wrap .image {
    height: 500px;
  }
  .home_sec1 .wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
}

@media (max-width: 1100px) {
  .nav-link {
    font-size: 19px;
  }
  .footer .logo_wrap {
    padding-top: 0;
  }

  .footer .info.info1 a {
    font-size: 16px;
  }

  .footer .info p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .form_wrapper {
    margin-left: -9px;
    margin-right: -9px;
  }
  .stan_con2 .btn_wrap {
    margin-top: 50px;
  }

  .stan_con2 .subtitle h2 {
    font-size: 35px;
  }

  .stan_con2 {
    padding: 60px 0;
  }
  .sub_sec3 .arrow_wrap {
    width: 60px;
    height: 66px;
    top: -100px;
  }
  .main_tamp_sec1 .slider_sub_wrap .image .title {
    opacity: 1;
    line-height: 1.3;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 6px 10px;
    padding: 8px 13px;
  }
  .kont_sec2 .content .main_title {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .form_wrapper .acf-fields > .acf-field {
  }

  .kont_sec2 {
    padding: 45px 0;
  }

  .kon_sec3 .map iframe {
    height: 350px;
    min-height: inherit;
  }
  .uber_sec2 .main_text {
    font-size: 28px;
  }
  .sub_sec2 .text {
    padding: 60px 0;
    font-size: 25px;
  }
  .sub_sec2 .text p {
  }

  .sub_sec1 .blue_box {
    height: 193px;
  }

  .sub_sec1 .title {
    /* left: 15px; */
  }

  .sub_sec1 .title h2 {
    font-size: 50px;
  }

  .sub_sec1 {
    min-height: 550px;
  }
  .main_tamp_sec1 {
    min-height: 800px;
  }

  .main_tamp_sec1 .content_main {
    min-height: 600px;
  }
  .footer .logo_wrap {
    text-align: center;
    margin-bottom: 45px;
  }
  .home_sec2.home_sec3 {
    padding: 50px 0;
  }

  .home_sec2.home_sec3 .content .central_wrap {
    padding: 40px 0;
  }

  .main_text {
    font-size: 20px;
  }

  .main_subtitle h3 {
    font-size: 32px;
  }

  .main_title h2 {
    font-size: 50px;
  }

  .home_sec2 {
    min-height: inherit;
  }

  .home_sec2 .content {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .blue_text_wrap .content .title {
    margin-bottom: 25px;
  }

  .blue_text_wrap .content .title h2 {
    font-size: 32px;
  }

  .blue_text_wrap {
    padding: 33px 15px 20px 15px;
  }

  .home_sec1 .wrap.wrap1 .pages_wraper1 {
    height: 270px;
  }

  .home_sec1 .wrap.wrap2 .pages_wraper1 {
    height: 270px;
  }
  .navbar .icon-right .icon img {
    width: 45px !important;
  }

  .navbar .icon-right {
    right: 57px;
    top: -37px !important;
  }

  .dark-overly {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    bottom: 0;
    background-color: #000000c4;
    right: -100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .dark-overly.active {
    right: 0;
  }

  .fixed-top {
    /* overflow: inherit; */
    background: #fff;
  }

  .navbar {
    padding: 9px 10px !important;
  }

  .navbar.top-nav-collapse .contakt-info,
  .navbar .contakt-info {
    top: 10px;
    right: 70px;
  }

  .logo a img,
  .top-nav-collapse .logo a img {
    width: 91px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    top: 2px;
    left: 0;
  }

  .navbar {
    padding: 7px 10px;
    opacity: 1;
    background-color: #002545;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    height: auto;
  }

  .page-wrap {
    padding-top: 48px;
  }

  .navbar .contakt-info .search-part,
  .navbar .contakt-info .icons {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li.active .dropdown-item {
    color: #b1291c;
  }

  .dropdown-item {
    padding: 3px 14px;
    font-size: 17px;
  }

  .dropdown-menu {
    padding: 0px 0 0px 0;
    position: static !important;
    display: block;
    text-align: left;
  }

  .navbar-nav .nav-link {
    font-size: 18px !important;
    line-height: 1.5;
    background: none !important;
    white-space: nowrap;
    padding: 5px 13px;
  }

  .top-nav-collapse .navbar-nav .nav-link,
  .navbar-nav .nav-link {
    margin: 6px 10px;
    padding: 8px 13px;
  }

  .navbar-collapse {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .navbar-light .navbar-nav li {
    margin-left: 0px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-left: 5px;
    position: relative;
    z-index: 9;
  }

  .navbar .contakt-info .direct-call a .icon img {
    width: 40px;
    margin: 0 17px;
  }

  .navbar.top-nav-collapse .contakt-info,
  .navbar .contakt-info {
    top: 10px;
    right: 70px;
  }

  .logo a img,
  .top-nav-collapse .logo a img {
    width: 176px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    margin-bottom: 0;
  }

  .menu-btn-close img {
    width: 100%;
  }

  .top-nav-collapse .menu-btn {
    /* top: -9px; */
  }

  .menu-btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    /* width: 32px; */
    /* height: 35px; */
    position: absolute;
    right: -13px;
    top: 15px;
    z-index: 999;
    top: -12px;
  }

  .menu-btn.active {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    width: 61px;
    height: 63px;
    background-size: 61px;
    background-color: transparent;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 19px;
    transition: 0.5s;
    border-top: 0;
    display: block;
    margin-top: 51px;
    margin-bottom: 0;
    padding-top: 19px;
    padding-left: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding-bottom: 50px;
    /* min-height: 650px; */
    background-color: #002545;
  }

  .navbar-light #menu-main-menu-2.navbar-nav .current-menu-parent > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link {
    border-bottom: none;
    color: #009fe3;
  }
}

@media (max-width: 767px) {
  .page-template-page-subpage-main-tamplate .big_wrap {
    margin-bottom: 50px;
  }
  .button_wrapper a {
    font-size: 19px;
    padding: 18px 33px;
  }

  .kont_sec2 .content .main_title h2 {
    font-size: 26px;
  }

  .accordion_wrap .title h2 {
    font-size: 22px;
  }

  .accordion_wrap .text {
    font-size: 18px;
  }

  .form_wrapper :placeholder-shown {
    padding-left: 15px;
    font-size: 23px;
    padding-top: 15px;
  }

  .form_wrapper .acf-field .acf-input-wrap input {
    font-size: 23px;
    padding-left: 15px;
  }

  .form_wrapper .acf-field[data-width] {
    float: none;
    width: 100% !important;
  }

  .main_tamp_sec1 .slider_sub_wrap .image .blue_box {
    opacity: 1;
  }
  .home_sec2 .blue_box {
    height: 555px;
  }
  .impressum_sec1 {
    min-height: 300px;
  }

  .main_tamp_sec1 .slider_sub_wrap .image .title {
    font-size: 17px;
  }
  .sub_sec1.impressum_sec1 {
    min-height: 300px;
  }
  .home_sec2.home_sec3.uber_sec2 .content .central_wrap {
    padding: 32px 0;
  }
  .home_sec2.home_sec3.uber_sec2 {
    padding: 30px 0 0 0;
  }

  .uber_sec2 .main_text {
    font-size: 20px;
  }
  .sub_sec3 .card_wrapper .card1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sub_sec1 .title {
    bottom: 50px;
    right: 15px;
  }
  .sub_sec1 .title h2 {
    font-size: 26px;
  }

  .sub_sec1 {
    min-height: 240px;
  }

  .main_tamp_sec1 .arrows_wrap {
  }
  .main_tamp_sec1 .arrows_wrap .arr {
    width: 54px;
    height: 60px;
  }
  .main_tamp_sec1 .arrows_wrap .arr img {
    max-width: 30px;
  }

  .main_tamp_sec1 {
    min-height: 615px;
  }

  .main_tamp_sec1 .content_main {
    min-height: 400px;
  }

  .main_tamp_sec1 .title {
    bottom: 222px;
    left: 15px;
  }
  .main_tamp_sec1 .title h2 {
    font-size: 45px;
  }
  .main_tamp_sec1 .title h4 {
    font-size: 19px;
  }

  .main_tamp_sec1 .owl-carousel.owl-drag .owl-item {
    width: 230px !important;
  }

  .main_tamp_sec1 .slider_sub_wrap .image {
    width: 230px;
    height: 333px;
  }
  .main_tamp_sec1 .slider_sub_wrap .image img {
    width: 230px;
  }

  .main_tamp_sec1 .slider_sub_wrap {
    left: 15px;
  }

  .main_tamp_sec1 .arrows_wrap {
    left: 0;
    bottom: -69px;
  }
  .footer .bottom_part a {
    font-size: 14px;
  }
  .footer .info.info1 {
    padding-left: 0;
    margin-bottom: 35px;
  }
  .home_sec2.home_sec3 .content .central_wrap .title h3 {
    font-size: 32px;
  }

  .home_sec2 .content {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .main_text {
    font-size: 18px;
    line-height: 1.5;
  }

  .main_title h2 {
    font-size: 26px;
  }

  .main_subtitle h3 {
    font-size: 23px;
  }
  .home_sec1 .wrap.wrap1 .slider_wrap .image {
    height: 300px;
  }

  .home_sec1 .wrap.wrap1 .pages_wraper1 {
    height: 600px;
  }
  .home_sec1 .wrap.wrap2 .pages_wraper1 {
    height: 600px;
  }

  .home_sec1 .wrap.wrap1 .pages_wraper1 .item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }

  .home_sec1 .wrap.wrap2 .pages_wraper1 .item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }

  .sub_sec2 .text {
    font-size: 20px;
  }

  .sub_sec3 {
    margin-top: 90px;
  }
}

@media (max-width: 567px) {
  .sub_sec3 .card_wrapper .card1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 260px;
  }
}
