/** Web Site Special Variables **/
@import "fontawesome/css/all.min.css";
@font-face {
  font-family: "PlayfairDisplay-Black";
  src: url("/assets/fonts/PlayfairDisplay-Black.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplay-Black.woff") format("woff");
}
@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url("/assets/fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplay-Bold.woff") format("woff");
}
@font-face {
  font-family: "PlayfairDisplay-BoldItalic";
  src: url("/assets/fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplay-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "PlayfairDisplay-Italic";
  src: url("/assets/fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplay-Italic.woff") format("woff");
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("/assets/fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: "PlayfairDisplaySC-Bold";
  src: url("/assets/fonts/PlayfairDisplaySC-Bold.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplaySC-Bold.woff") format("woff");
}
@font-face {
  font-family: "PlayfairDisplaySC-Regular";
  src: url("/assets/fonts/PlayfairDisplaySC-Regular.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplaySC-Regular.woff") format("woff");
}
@font-face {
  font-family: "PTN57F";
  src: url("/assets/fonts/PTN57F.woff2") format("woff2"), url("/assets/fonts/PTN57F.woff") format("woff");
}
@font-face {
  font-family: "PTN77F";
  src: url("/assets/fonts/PTN77F.woff2") format("woff2"), url("/assets/fonts/PTN77F.woff") format("woff");
}
@font-face {
  font-family: "PTS55F";
  src: url("/assets/fonts/PTS55F.woff2") format("woff2"), url("/assets/fonts/PTS55F.woff") format("woff");
}
@font-face {
  font-family: "PTS56F";
  src: url("/assets/fonts/PTS56F.woff2") format("woff2"), url("/assets/fonts/PTS56F.woff") format("woff");
}
@font-face {
  font-family: "PTS75F";
  src: url("/assets/fonts/PTS75F.woff2") format("woff2"), url("/assets/fonts/PTS75F.woff") format("woff");
}
@font-face {
  font-family: "PTS76F";
  src: url("/assets/fonts/PTS76F.woff2") format("woff2"), url("/assets/fonts/PTS76F.woff") format("woff");
}
@font-face {
  font-family: "Times";
  src: url("/assets/fonts/times.woff") format("woff"), url("/assets/fonts/times2.woff") format("woff");
}
@font-face {
  font-family: "Mincho";
  src: url("/assets/fonts/BIZUDPMincho-Regular.woff") format("woff");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 16px;
  color: #000;
  height: 100%;
  background: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.errorBox {
  display: none;
  background-color: #0f96c891;
  width: 30%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.errorBox .succesData {
  font-family: "PlayfairDisplay-Italic";
  background-color: white;
  color: #0f96c8;
}
.errorBox .errorData {
  font-family: "PlayfairDisplay-Italic";
  background-color: white;
  color: red;
}
.errorBox .fancybox-button svg {
  color: White;
}

textarea:hover,
input:not([type=checkbox]):hover,
textarea:active,
input:not([type=checkbox]):active,
textarea:focus,
input:not([type=checkbox]):focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

*, *:focus, *:hover {
  outline: none !important;
}

.succesData {
  font-size: 16px;
  color: #fff;
  background: #34bfa3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.errorData {
  font-size: 16px;
  color: #fff;
  background: #c0392b;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.center {
  width: 90%;
  margin: 0 5%;
}

.clearfix {
  clear: both;
}

/*** checkboxes **/
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 17px;
  min-width: 17px;
  height: 17px;
  float: left;
  margin-right: 10px;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  line-height: 0;
  top: 9px;
  left: 3px;
  font-size: 12px !important;
  color: #000;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
  display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
  font-size: 18px;
}

.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

.grecaptcha-badge {
  display: none;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: -500px;
  left: -500px;
}

form > div {
  position: relative;
}

/*********/
.form-control:focus {
  background-color: white;
  border-color: #000;
  box-shadow: 0 0 0 0;
}

.span2:hover {
  cursor: pointer;
}

.fa-calendar-day:hover {
  cursor: pointer;
}

.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0;
}

/********************** Header Begin  ********************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
header .headerTop {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  z-index: 995;
}
header .headerTop .logo {
  display: flex;
  width: 329px;
  height: 95px;
  text-indent: -999999px;
  background: url("../img/logo.png") no-repeat center center;
  background-size: 329px 95px;
  transition: width 0.3s;
  margin-bottom: -20px;
}
header .headerBottom {
  height: 60px;
  width: 100%;
  background-color: #0f96c8;
  z-index: 994;
}
header .headerBottom .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
  min-height: 60px;
}
header .headerBottom .container .bg {
  width: 47px;
  height: 50px;
  background-color: white;
  clip-path: polygon(23% 0, 9% 100%, 100% 0);
  margin-left: 120px;
  margin-top: -10px;
}
header .headerBottom .container .menu > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
header .headerBottom .container .menu > ul > li {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 40px;
}
header .headerBottom .container .menu > ul > li:last-child {
  margin-right: 0;
}
header .headerBottom .container .menu > ul > li img {
  margin-bottom: 10px;
  margin-top: -10px;
}
header .headerBottom .container .menu > ul > li div h1 {
  font-family: "PTN77F";
  color: #cccccc;
  margin-bottom: 3px;
}

.scrollHeader {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

#owl-demo {
  margin-top: 112px;
  height: calc(100vh - 160px);
  min-height: 500px;
}
#owl-demo .owl-buttons {
  display: none;
}
#owl-demo .item {
  height: calc(100vh - 160px);
  position: relative;
  min-height: 500px;
}
#owl-demo .item > img {
  display: block;
  width: 100%;
  height: calc(100vh - 160px);
  object-fit: cover;
  min-height: 500px;
}
#owl-demo .item .itemOne {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 88% 87%, 63% 96%, 31% 89%, 9% 92%, 0% 88%);
  height: calc(100vh - 160px);
  min-height: 500px;
  z-index: 95;
  background: #73adca;
}
#owl-demo .item .itemOne img {
  z-index: 95;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#owl-demo .item .itemOne .bg {
  position: absolute;
  z-index: 96;
  width: 100%;
  height: 100%;
  color: #0f96c8;
  background: rgba(15, 150, 200, 0.75);
  opacity: 0.5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#owl-demo .item .itemTwo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0 95%, 10% 100%, 51% 92%, 51% 92%, 56% 93%, 62% 94%, 77% 90%, 79% 89%, 79% 89%, 87% 91%, 100% 99%, 100% 99%, 100% 98%, 100% 94%, 100% 83%, 100% 76%, 100% 40%, 100% 13%, 100% 5%, 100% 0);
  background: #d1d3d4;
  z-index: 1;
}
#owl-demo .item .itemMain {
  z-index: 96;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#owl-demo .item .itemMain h1 {
  font-family: "PlayfairDisplay-BoldItalic";
  font-size: 42px;
  color: white;
  margin-bottom: 30px;
}
#owl-demo .item .itemMain h2 {
  font-family: "PTN57F";
  color: white;
  position: relative;
  text-align: center;
  font-size: 28px;
  min-height: 84px;
  width: 75%;
}
#owl-demo .item .itemMain .sliderBtn {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#owl-demo .item .itemMain .sliderBtn .firstButton {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-radius: 20px;
  background: url(/assets/img/btnImage.png) center center/cover no-repeat;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 13px;
  overflow: hidden;
}
#owl-demo .item .itemMain .sliderBtn .firstButton .firstButtonSpan {
  font-size: 26px;
  color: #002e5b;
  font-family: "PTS75F";
  padding: 15px 15px;
  position: relative;
}
#owl-demo .item .itemMain .sliderBtn .firstButton .firstButtonSpan:before {
  content: "";
  background-image: linear-gradient(transparent, white, transparent);
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
#owl-demo .item .itemMain .sliderBtn .firstButton .firstButtonImg {
  padding-left: 10px;
  padding-right: 10px;
}
#owl-demo .item .itemMain .sliderBtn .firstButton .firstButtonImg img {
  width: 45px;
  height: auto;
}
#owl-demo .item .itemMain .sliderBtn .firstSecond {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-radius: 20px;
  background: url(/assets/img/btnImage2.png) center center/cover no-repeat;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 13px;
  overflow: hidden;
  margin-left: 25px;
}
#owl-demo .item .itemMain .sliderBtn .firstSecond .firstSecondSpan {
  font-size: 26px;
  color: white;
  font-family: "PTS75F";
  padding: 15px 15px;
  position: relative;
}
#owl-demo .item .itemMain .sliderBtn .firstSecond .firstSecondSpan:before {
  content: "";
  background-image: linear-gradient(transparent, white, transparent);
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
#owl-demo .item .itemMain .sliderBtn .firstSecond .firstSecondImg {
  padding-left: 10px;
  padding-right: 10px;
}
#owl-demo .item .itemMain .sliderBtn .firstSecond .firstSecondImg img {
  width: 45px;
  height: auto;
}

.owl-theme .owl-controls {
  margin-top: -95px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page.active span:before,
.owl-theme .owl-controls.clickable .owl-page:hover span:before {
  width: 18px;
  background-color: white;
  height: 18px;
  border: 1px solid white;
  position: absolute;
}

.openerMenuMain:hover .openerMenuTitle span {
  display: flex;
}
.openerMenuMain .openerMenuTitle {
  position: relative;
}
.openerMenuMain .openerMenuTitle span {
  background-color: #0796C9;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
}
.openerMenuMain .openerMenuTitle span:before {
  content: "";
  position: absolute;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0796C9 transparent transparent transparent;
}
.openerMenuMain:hover a, .openerMenuMain h1 {
  cursor: pointer;
}
.openerMenuMain:hover > .openerMenu {
  display: flex;
}
.openerMenuMain .openerMenu {
  position: absolute;
  flex-direction: row;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  display: none;
  top: 55px;
  left: 0;
  right: 0;
  color: white;
  background-color: #ffffffed;
  padding: 20px;
  backdrop-filter: blur(3px);
  width: 77%;
}
.openerMenuMain .openerMenu div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-content: start;
  align-items: start;
}
.openerMenuMain .openerMenu div .openerTitle {
  margin-bottom: 10px;
  margin-top: 20px;
}
.openerMenuMain .openerMenu div .openerTitle i {
  color: #002E5B;
}
.openerMenuMain .openerMenu div .openerTitle span {
  color: #002E5B;
  margin-left: 5px;
  font-weight: bold;
}
.openerMenuMain .openerMenu div ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-content: start;
  align-items: start;
}
.openerMenuMain .openerMenu div ul li {
  margin-bottom: 3px;
}
.openerMenuMain .openerMenu div ul li a {
  color: #0796C9;
}

/********************** Header End  ********************/
/********************** About Us Begin ********************/
.aboutUs {
  margin-bottom: 50px;
}
.aboutUs .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.aboutUs .container > h1 {
  font-family: "PlayfairDisplay-Regular";
  color: #0f96c8;
  font-size: 28px;
  margin-bottom: 15px;
}
.aboutUs .container > h3 {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 34px;
  margin-bottom: 25px;
}
.aboutUs .container > p {
  text-align: center;
  color: #939598;
  width: 80%;
  line-height: 1.3;
}
.aboutUs .container div .uberunsDescription p {
  text-align: left;
  width: 100%;
}
.aboutUs .container div p {
  text-align: center;
  color: #939598;
  width: 80%;
  margin: 0 auto;
  line-height: 1.3;
}
.aboutUs .container .aboutUsMain {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  align-items: unset !important;
  margin-top: 50px;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft .aboutUsMainLeftTitle {
  background-color: #002e5b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft .aboutUsMainLeftTitle span {
  position: absolute;
  width: 47px;
  height: 50px;
  background-color: white;
  clip-path: polygon(36% 0, 23% 56%, 73% 0);
  left: 20px;
  top: -2px;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft .aboutUsMainLeftTitle h3 {
  font-family: "PTS75F";
  color: white;
  font-size: 34px;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft .aboutUsMainLeftImage {
  height: 247px;
  width: 100%;
  margin-bottom: 15px;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft .aboutUsMainLeftImage img {
  width: 0;
  height: 0;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft ul li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: start;
  margin-top: 10px;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft ul li img {
  margin-right: 5px;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft ul li h2 {
  font-family: "PTN57F";
  color: #939598;
  font-size: 20px;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft a {
  margin-top: 40px;
  background-color: #0f96c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.aboutUs .container .aboutUsMain .aboutUsMainLeft a span {
  font-size: 26px;
  font-family: "PTS75F";
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight .aboutUsMainLeftTitle {
  background-color: #002e5b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight .aboutUsMainLeftTitle span {
  position: absolute;
  width: 47px;
  height: 50px;
  background-color: white;
  clip-path: polygon(36% 0, 23% 56%, 73% 0);
  right: 20px;
  top: -2px;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight .aboutUsMainLeftTitle h3 {
  font-family: "PTS75F";
  color: white;
  font-size: 34px;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight .aboutUsMainLeftImage {
  height: 247px;
  width: 100%;
  margin-bottom: 15px;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight .aboutUsMainLeftImage img {
  width: 0;
  height: 0;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight ul li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: start;
  margin-top: 10px;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight ul li img {
  margin-right: 5px;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight ul li h2 {
  font-family: "PTN57F";
  color: #939598;
  font-size: 20px;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight a {
  margin-top: 40px;
  background-color: #0f96c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.aboutUs .container .aboutUsMain .aboutUsMainRight a span {
  font-size: 26px;
  font-family: "PTS75F";
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

/********************** About Us End ********************/
/********************** Slider 2 Begin ********************/
#owl-demo-2 {
  height: 80vh;
}
#owl-demo-2 .owl-buttons {
  display: none;
}
#owl-demo-2 .item {
  height: 80vh;
  position: relative;
}
#owl-demo-2 .item img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
#owl-demo-2 .item .itemOne {
  position: relative;
  width: 100%;
  clip-path: polygon(35% 15%, 8% 7%, 0 12%, 0% 50%, 0 85%, 9% 82%, 36% 91%, 66% 85%, 91% 91%, 100% 87%, 100% 16%, 91% 18%, 63% 10%, 49% 13%);
  height: 80vh;
  z-index: 95;
  background: #73adca;
}
#owl-demo-2 .item .itemOne img {
  z-index: 95;
}
#owl-demo-2 .item .itemOne .bg {
  position: absolute;
  z-index: 96;
  width: 100%;
  height: 100%;
  color: #0f96c8;
  background: rgba(15, 150, 200, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#owl-demo-2 .item .itemTwo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(51% 14%, 10% 0, 0 5%, 0% 50%, 0 91%, 16% 84%, 36% 91%, 59% 85%, 89% 99%, 100% 95%, 100% 9%, 90% 14%, 69% 20%, 57% 13%);
  background: #d1d3d4;
  z-index: 1;
}
#owl-demo-2 .item .itemMain {
  z-index: 96;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#owl-demo-2 .item .itemMain h1 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 22px;
  color: white;
  margin-bottom: 20px;
}
#owl-demo-2 .item .itemMain h2 {
  font-size: 34px;
  font-family: "PTS75F";
  color: white;
  position: relative;
}
#owl-demo-2 .item .itemMain .sliderBtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#owl-demo-2 .item .itemMain .sliderBtn a {
  margin-top: 20px;
  background-color: #0f96c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#owl-demo-2 .item .itemMain .sliderBtn a span {
  font-size: 26px;
  font-family: "PTS75F";
  color: white;
  padding: 15px 100px;
}
#owl-demo-2 .owl-controls {
  margin-top: -125px;
  text-align: center;
}

/********************** Slider 2 End ********************/
/********************** Content Begin ********************/
.content {
  margin-top: 20px;
}
.content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.content .container > h2 {
  font-family: "PlayfairDisplay-Regular";
  color: #0f96c8;
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
}
.content .container > h1 {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 34px;
  margin-bottom: 15px;
}
.content .container > p {
  text-align: center;
  color: #939598;
  line-height: 1.3;
}
.content .container .contentContact {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  align-content: stretch;
}
.content .container .contentContact .contentContactLeft .contentContactMap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
}
.content .container .contentContact .contentContactLeft .contentContactMap img {
  width: 0;
  height: 0;
}
.content .container .contentContact .contentContactLeft > p {
  margin-top: 10px;
  color: #939598;
  line-height: 1.3;
}
.content .container .contentContact .contentContactRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.content .container .contentContact .contentContactRight > h1 {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 28px;
  margin-bottom: 20px;
}
.content .container .contentContact .contentContactRight > h2 {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 22px;
  margin-bottom: 10px;
}
.content .container .contentContact .contentContactRight > p {
  font-family: "PTN57F";
  color: #939598;
  font-size: 18px;
  margin-bottom: 3px;
}
.content .container .contentContact .contentContactRight .contactOne {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.content .container .contentContact .contentContactRight .contactOne .contactOneArticle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.content .container .contentContact .contentContactRight .contactOne .contactOneArticle h1 {
  margin-top: -1px;
  text-align: center;
  background-color: #002e5b;
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: white;
  font-family: "PTS75F";
  letter-spacing: 1px;
  line-height: 1.1;
  font-size: 16px;
  position: absolute;
  top: 0;
  width: 149px;
}
.content .container .contentContact .contentContactRight .contactOne .contactOneArticle h2 {
  background-color: #1196c8;
  color: white;
  font-size: 14px;
  width: 149px;
  margin-top: 30px;
  padding-top: 33px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-family: "PTS75F";
}

/********************** Content End ********************/
/********************** Slider 3 Begin ********************/
.owlPrivate {
  height: 80vh;
  min-height: 650px;
  position: relative;
}
.owlPrivate .itemOne {
  position: relative;
  width: 100%;
  min-height: 650px;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 88% 87%, 63% 96%, 31% 89%, 9% 92%, 0% 88%);
  height: calc(100vh - 160px);
  z-index: 2;
  background: #73adca;
}
.owlPrivate .itemOne img {
  z-index: 95;
  object-fit: cover;
}
.owlPrivate .itemOne .bg {
  position: absolute;
  z-index: 96;
  width: 100%;
  height: 100%;
  color: #0f96c8;
  background: rgba(15, 150, 200, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.owlPrivate .itemTwo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0 95%, 10% 100%, 51% 92%, 51% 92%, 56% 93%, 62% 94%, 77% 90%, 79% 89%, 79% 89%, 87% 91%, 100% 99%, 100% 99%, 100% 98%, 100% 94%, 100% 83%, 100% 76%, 100% 40%, 100% 13%, 100% 5%, 100% 0);
  background: #d1d3d4;
  z-index: 1;
  min-height: 650px;
}

#owl-demo-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
#owl-demo-3 .owl-buttons {
  display: none;
}
#owl-demo-3 .itemOne {
  position: relative;
  width: 100%;
  clip-path: polygon(35% 15%, 8% 7%, 0 12%, 0% 50%, 0 85%, 9% 82%, 36% 91%, 66% 85%, 91% 91%, 100% 87%, 100% 16%, 91% 18%, 63% 10%, 49% 13%);
  height: 80vh;
  min-height: 650px;
  z-index: 95;
  background: #73adca;
}
#owl-demo-3 .itemOne img {
  z-index: 95;
}
#owl-demo-3 .itemOne .bg {
  position: absolute;
  z-index: 96;
  width: 100%;
  height: 100%;
  color: #0f96c8;
  background: rgba(15, 150, 200, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#owl-demo-3 .itemOne .newsBottomMenu {
  position: absolute;
  z-index: 99;
  bottom: 25%;
  font-weight: bold;
}
#owl-demo-3 .itemTwo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(51% 14%, 10% 0, 0 5%, 0% 50%, 0 91%, 16% 84%, 36% 91%, 59% 85%, 89% 99%, 100% 95%, 100% 9%, 90% 14%, 69% 20%, 57% 13%);
  background: #d1d3d4;
  z-index: 1;
}
#owl-demo-3 .itemMains {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#owl-demo-3 .itemMains .itemOneItem {
  background-color: white;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#owl-demo-3 .itemMains .itemOneItem h2 {
  font-family: "PTN57F";
  color: #cccccc;
  font-size: 16px;
  text-align: center;
}
#owl-demo-3 .itemMains .itemOneItem h1 {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 22px;
  margin: 10px 0;
  text-align: center;
  min-height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
}
#owl-demo-3 .itemMains .itemOneItem .text {
  line-height: 1.2;
}
#owl-demo-3 .itemMains .itemOneItem .text p {
  font-family: "PTN57F";
  color: #0f96c8;
  margin-bottom: 15px;
}
#owl-demo-3 .itemMains .itemOneItem .text p span {
  font-family: "PTN57F";
  color: #0f96c8;
}
#owl-demo-3 .itemMains .itemOneItem .itemButtons {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#owl-demo-3 .itemMains .itemOneItem .itemButtons a {
  display: flex;
  background-color: #d1d3d4;
  font-family: "PTS75F";
  color: #002e5b;
  padding: 10px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#owl-demo-3 .itemMains .itemOneItem .hrMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#owl-demo-3 .itemMains .itemOneItem .hrMain hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  width: 38%;
}
#owl-demo-3 .leftItemsMain {
  justify-content: end !important;
  margin-right: 10px !important;
}
#owl-demo-3 .rightItemsMain {
  justify-content: start !important;
  margin-left: 10px !important;
}
#owl-demo-3 .item {
  height: 80vh;
  min-height: 650px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#owl-demo-3 .item img {
  display: block;
  width: 100%;
  height: 80vh;
  min-height: 650px;
}
#owl-demo-3 .owl-controls {
  margin-top: -125px;
  text-align: center;
}

.itemMainsP {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin-top: 15px;
  width: inherit;
  z-index: 20;
}
.itemMainsP p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #002e5b;
}
.itemMainsP p i {
  font-size: 14px;
  margin-right: 5px;
}
.itemMainsP p span {
  font-size: 18px;
  font-family: "PTN77F";
}

/********************** Slider 3 End ********************/
/********************** Contact Begin ********************/
.contactMain {
  margin-top: 20px;
}
.contactMain .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.contactMain .container > h2 {
  font-family: "PlayfairDisplay-Regular";
  color: #0f96c8;
  font-size: 26px;
  margin-bottom: 15px;
}
.contactMain .container > h1 {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 34px;
  margin-bottom: 15px;
}
.contactMain .container > p {
  font-family: "PTN57F";
  text-align: center;
  color: #939598;
  line-height: 1.2;
  font-size: 24px;
}
.contactMain .container .contactUl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
}
.contactMain .container .contactUl .active span {
  background-color: #0f96c8;
}
.contactMain .container .contactUl .active p {
  color: #0f96c8;
  font-weight: bold;
}
.contactMain .container .contactUl li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.contactMain .container .contactUl li span {
  color: white;
  font-family: "PTS55F";
  background-color: #cccccc;
  padding: 10px 15px;
  margin: 2px 10px 2px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contactMain .container .contactUl li p {
  margin-right: 35px;
}
.contactMain .container .contactForm {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.contactMain .container .contactForm .contactFormTitle {
  width: fit-content;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contactMain .container .contactForm .contactFormTitle .nav-item {
  background-color: #cccccc;
  min-width: 318px;
}
.contactMain .container .contactForm .contactFormTitle button {
  color: white !important;
  padding: 8px 80px 7px 80px;
  font-family: "PTS75F";
  font-size: 18px;
  min-width: 318px;
}
.contactMain .container .contactForm .contactFormTitle .nav-link.active, .contactMain .container .contactForm .contactFormTitle .show > .nav-link {
  background-color: #0f96c8;
}
.contactMain .container .contactForm .contactFormContainer {
  width: 100%;
}

/********************** Contact End ********************/
.articleBlack {
  color: black !important;
}
.articleBlack p {
  color: black !important;
}
.articleBlack span {
  color: black !important;
}

.newItemOne .itemOneItem {
  min-height: 313px;
}
.newItemOne .itemOneItem .newItemOneP {
  min-height: 101px;
  margin-bottom: 15px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 101px;
}

#map {
  z-index: 20 !important;
}

footer {
  margin-top: 30px;
}
footer .footerTop {
  background-color: #e9e9e966;
}
footer .footerTop .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: start;
}
footer .footerTop .container > div .mapsModal h1 {
  font-size: 14px;
}
footer .footerTop .container > div .mapsModal h2 {
  font-size: 11px;
  margin-bottom: 4px;
}
footer .footerTop .container > div .mapsModal p {
  font-size: 12px;
}
footer .footerTop .container > div h1 {
  font-family: "PTS75F";
  color: #002e5b;
  margin-bottom: 10px;
  font-size: 20px;
}
footer .footerTop .container > div ul li {
  margin-bottom: 3px;
}
footer .footerTop .container > div ul li a {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 18px;
}
footer .footerTop .container .footerPrivateContact {
  margin-top: 30px;
}
footer .footerBottom {
  background-color: #0f96c8;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footerBottom .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: start;
}
footer .footerBottom .container .footerBottomCenter p {
  font-family: "PTN57F";
  color: white;
  line-height: 1.1;
  font-size: 24px;
}
footer .footerBottom .container .footerBottomRight ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
footer .footerBottom .container .footerBottomRight ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: center;
  margin-bottom: 5px;
  width: 190px;
}
footer .footerBottom .container .footerBottomRight ul li div {
  margin-right: 5px;
}
footer .footerBottom .container .footerBottomRight ul li div img {
  height: 30px;
}
footer .footerBottom .container .footerBottomRight ul li a {
  color: white;
  font-family: "PTN57F";
  font-size: 20px;
}

form {
  /* IE10+ */
}
form .selectOption {
  color: black;
}
form input::-webkit-input-placeholder {
  color: black;
}
form input::-moz-placeholder {
  color: black;
  opacity: 1;
}
form input:-moz-placeholder {
  color: black;
  opacity: 1;
}
form input::-ms-input-placeholder {
  color: black;
}
form .formBtnMain {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: start;
}
form .formBtnMain p {
  color: #d3d3d3;
}
form .form-check {
  padding-left: unset;
}
form .form-check .form-check-input {
  display: none;
}
form .form-check input[type=checkbox] + label {
  position: relative;
  padding-left: 37px;
  left: 0;
}
form .form-check input[type=checkbox] + label:before {
  width: 30px;
  height: 30px;
  border-radius: 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin-top: 0;
  content: "";
  margin-right: 1px;
  vertical-align: text-top;
  border: 1px solid #d3d3d3;
}
form .form-check input[type=checkbox] + label:after {
  position: absolute;
  content: "\f00c";
  font-weight: 500;
  font-size: 22px;
  line-height: 15px;
  opacity: 0;
  width: 0;
  height: 0;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  color: #0f96c8;
  left: 5px;
  box-shadow: unset;
  transform: unset;
  top: 8px;
}
form .form-check input[type=checkbox]:disabled + label:after {
  color: #0f96c8;
}
form .form-check input[type=checkbox]:disabled + label:before {
  background-color: #e0e0e0;
}
form .form-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
form .form-check label {
  text-align: left;
  color: #d3d3d3;
  font-family: "PTN57F";
}
form .form-check label a {
  text-decoration: underline;
  color: #cccccc;
  font-family: "PTS75F";
}
form .privateButton {
  background-color: #0f96c8;
  border-color: #0f96c8;
}
form .privateButton:hover {
  background-color: #002e5b;
  border-color: #002e5b;
}

/********************** Cookie Begin ********************/
.displayCenterLabel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  align-content: start;
  min-height: 30px;
}

#cookieModal .privateModal {
  max-width: 621px !important;
  transition: max-height 0.15s ease-out;
}
#cookieModal .privateModal .modal-header {
  border: 0;
  padding: 1rem;
  padding-top: 2rem;
  justify-content: center;
}
#cookieModal .privateModal .modal-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 30px;
}
#cookieModal .privateModal .modal-body .cookie h1 {
  color: #0f96c8;
  font-size: 20px;
}
#cookieModal .privateModal .modal-body .cookie p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.2;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle {
  width: 100%;
  display: none;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li {
  margin-top: 10px;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li:first-child {
  margin-top: 0;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li .form-check-input {
  margin-top: -2px;
  position: absolute;
  opacity: 0;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox] + label {
  position: relative;
  padding-left: 37px;
  left: 0;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox] + label:before {
  width: 30px;
  height: 30px;
  border-radius: 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin-top: 0;
  content: "";
  margin-right: 1px;
  vertical-align: text-top;
  border: 1px solid grey;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox] + label:after {
  position: absolute;
  content: "\f00c";
  font-weight: 500;
  font-size: 22px;
  line-height: 15px;
  opacity: 0;
  width: 0;
  height: 0;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  color: #0f96c8;
  left: 5px;
  box-shadow: unset;
  transform: unset;
  top: 8px;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox]:disabled + label:after {
  color: #0f96c8;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox]:disabled + label:before {
  background-color: #e0e0e0;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li h2 {
  color: black;
  font-size: 14px;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li p {
  margin-top: 5px;
  font-size: 12px;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom button {
  width: 48%;
  border-radius: 0.3rem;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtnSave, #cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtn {
  background-color: transparent;
  color: #858585;
  border: 1px solid #858585;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtnSave:hover, #cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtn:hover {
  background-color: #858585;
  color: white;
  border: 1px solid #858585;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtnSave {
  display: none;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieSave {
  background-color: #0f96c8;
  color: White;
  border: 1px solid #0f96c8;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieSave:hover {
  background-color: #02628f;
  color: white;
  border: 1px solid #02628f;
}
#cookieModal .mgana-btn {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  background-color: #3e3e3e;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}

/********************** Cookie End ********************/
/********************** PAGE LAYOUT ********************/
.pagehead {
  margin-top: 160px;
}

.subMenuitem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.subMenuitem span {
  margin-right: 13px;
  background: url(../img/arrow.svg) no-repeat;
}
.subMenuitem span i {
  color: transparent;
}

.pushy-submenu-open > .subMenuitem span, .pushy-submenu-open > .subMenuitem span {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  margin-top: 13px;
  margin-right: 19px;
}

.pageTitleArea {
  position: relative;
  height: 350px;
  width: 100%;
  min-height: 350px;
}
.pageTitleArea .pageTitleContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageTitleArea .pageTitleContent .pageTitle {
  color: #fff;
  filter: drop-shadow(-3px 3px 2px #3333334f);
  font-family: "PTS75F";
  font-size: 48px;
  margin-bottom: 25px;
}
.pageTitleArea .pageTitleContent p {
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
}

.kontrol ::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}
.kontrol ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.kontrol ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

.kontrol2 ::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}
.kontrol2 ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.kontrol2 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

.kontrol3 ::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}
.kontrol3 ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.kontrol3 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

.cssmap-tooltip-content2 {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  color: #eee;
  font: normal 12px "Lucida Grande", Arial, Helvetica, sans-serif;
  padding: 0.4em 1em;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  line-height: 18px !important;
  font-size: 14px !important;
  padding: 10px !important;
}

div .jumbotronImage {
  height: 350px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #0f96c8 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div .jumbotronImage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 150, 200, 0.75);
  opacity: 0.5;
}
div .jumbotronPage {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #d1d3d4;
}
div .jumbotronPage span {
  margin: 0 5px;
  text-transform: uppercase;
}
div .jumbotronPage a {
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
}
div .jumbotronPage a:hover {
  color: #646464;
}
div .jumbotronPage a:last-child {
  font-weight: 300;
  color: #646464;
}
div .jumbotronPage svg {
  width: 15px;
  margin-bottom: 3.3px;
  margin-right: 3px;
  fill: #333;
}

.mobileNavbar {
  text-align: right;
}

.criteriatitleText {
  color: #fff;
  filter: drop-shadow(-3px 3px 2px #3333334f);
  font-family: "PlayfairDisplay-BoldItalic";
  font-size: 20px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.maicompassMenuDesign {
  background: #002e5b !important;
}

.menu-btn {
  width: 100px;
  padding: 10px;
  background: transparent;
  border: 2px solid #0f96c8;
  color: #0f96c8;
  text-align: center;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}
.menu-btn:hover {
  background: #0f96c8;
  color: #fff;
}

.footerTop h1 {
  display: inline-block;
  position: relative;
  margin-bottom: 18px !important;
}
.footerTop h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: #cbcbcb;
  width: 70%;
  height: 2px;
}

.footerBg {
  background-image: url("/assets/img/abstract1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  opacity: 0.2;
  z-index: -1;
}
.footerBg.mirror {
  transform: scaleX(-1);
}

/********************** PRIVATKUNDEN / FIRMENKUNDEN ********************/
.aboutUsList ul li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: start;
  margin-top: 10px;
}
.aboutUsList ul li img {
  margin-right: 5px;
}
.aboutUsList ul li h2 {
  font-family: "PTN57F";
  color: #939598;
  font-size: 20px;
}

.backgroundImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}

.topLeftImage {
  display: inline-block;
  top: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.slideAnimate {
  display: block;
  position: relative;
  height: 350px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.slideAnimate .card-body {
  transition: all 0.65s ease-out;
  opacity: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.slideAnimate .card-body .icon {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: -4px 3px 14px -3px #3333334f;
  background-color: #fff;
}
.slideAnimate .card-body .title {
  font-weight: 600;
  filter: drop-shadow(-3px 3px 2px #3333334f);
  font-size: 1.2rem;
  color: #fff;
}
.slideAnimate .card-body p {
  font-size: 13px;
  color: #fafafa;
}
.slideAnimate .card-body .button {
  border: 1px solid #333;
  border-radius: 0;
  text-align: center;
  background-color: #fafafa;
  padding: 5px 15px;
  border: 0;
  font-weight: 500;
  font-size: 15px;
  transition: background-color 0.25s ease-out;
}
.slideAnimate .card-body .button:hover {
  transition: background-color 0.25s ease-out;
  background-color: #d9d9d9;
}
.slideAnimate .lockTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s ease-out;
  opacity: 1;
  z-index: 1;
}
.slideAnimate .lockTitle .row {
  height: 50px;
  background-color: #0f96c8;
}
.slideAnimate .lockTitle .row .title {
  font-weight: 600;
  color: #fff;
  filter: drop-shadow(-3px 3px 2px #3333334f);
}
.slideAnimate:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -50px;
  right: -50px;
  background: #0f96c8;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-out;
}
.slideAnimate:hover .card-body {
  transition: all 0.65s ease-out;
  opacity: 1;
}
.slideAnimate:hover .lockTitle {
  transition: all 0.25s ease-out;
  opacity: 0;
}

.col-xl-4 .slideAnimate:hover:before {
  bottom: -50px;
  right: -50px;
  transform: scale(7);
  transition: all 0.5s ease-out;
}

.col-xl-3 .slideAnimate:hover:before {
  bottom: -50px;
  right: -50px;
  transform: scale(6.2);
  transition: all 0.5s ease-out;
}

.focusAnimate:hover .focusElement {
  transition: opacity 0.5s ease-out;
  opacity: 0.7;
}
.focusAnimate:hover .focusElement:hover {
  transition: opacity 0.5s ease-out;
  opacity: 1;
}

.serviceArea {
  position: relative;
  height: 600px;
}
.serviceArea .leftImageBackground {
  width: 45%;
  height: 100%;
  background-color: #0f96c8;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.serviceArea .leftImage {
  width: 80%;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.serviceArea .rightImage {
  width: 80%;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: absolute;
  top: 15%;
  right: 0;
  height: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.serviceArea .rightImageBackground {
  width: 45%;
  height: 100%;
  background-color: #0f96c8;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  float: right;
}

.serviceTextLeft {
  line-height: 19px;
  /* ul{
     li{
       padding-bottom: 20px;
       font-weight: 400;
       font-family: $fontPTN57F;
       color:$color4;
       font-size: 20px;
       letter-spacing: .7px;
       &:first-child{
         padding-top: 10px;
       }
       img{
         margin-right: 8px;
       }
     }
   } */
}
.serviceTextLeft p, .serviceTextLeft span {
  font-size: 18px;
}
.serviceTextLeft h1 {
  font-family: "PlayfairDisplay-Regular";
  color: #0f96c8;
  font-size: 22px;
  margin-bottom: 15px;
}
.serviceTextLeft h2 {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 28px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 26px;
  display: inline-block;
  line-height: 26px;
}
.serviceTextLeft h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #002e5b;
}
.serviceTextLeft ul {
  list-style: unset;
}
.serviceTextLeft ul li {
  line-height: 1.3;
}
.serviceTextLeft ul li a {
  line-height: 1.3;
}
.serviceTextLeft ul li p {
  line-height: 1.3;
}
.serviceTextLeft ul li span {
  line-height: 1.3;
}

.serviceTextRight {
  text-align: left;
  line-height: 19px;
}
.serviceTextRight p, .serviceTextRight span {
  font-size: 18px;
}
.serviceTextRight h1 {
  font-family: "PlayfairDisplay-Regular";
  color: #0f96c8;
  font-size: 22px;
  margin-bottom: 15px;
}
.serviceTextRight h2 {
  font-family: "PTS75F";
  color: #002e5b;
  font-size: 28px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 26px;
  display: inline-block;
  line-height: 25px;
}
.serviceTextRight h2:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #002e5b;
}
.serviceTextRight ul {
  list-style-type: none;
}
.serviceTextRight ul li {
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
.serviceTextRight ul li:first-child {
  padding-top: 10px;
}
.serviceTextRight ul li img {
  float: right;
  margin-left: 8px;
}

/********************** UBER UNS ********************/
.motto {
  color: #0f96c8;
  margin-top: 20px;
  font-family: "Mincho";
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  position: relative;
  margin-left: 17px;
}
.motto span:first-child {
  position: absolute;
  left: -18px;
}

.aboutImageArea {
  position: relative;
  height: 450px;
  width: 100%;
}
.aboutImageArea .frontImage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 250px;
  background-color: #bababa;
  z-index: 1;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-2deg);
}
.aboutImageArea .backImage {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 250px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(2deg);
}

.colorizedBackground {
  background-color: #002e5b;
  color: #fff;
}
.colorizedBackground .titleForColorizedBg div h4 {
  line-height: 56px;
  text-align: center;
  font-size: 38px;
  font-family: "PTS75F";
  display: block;
}
.colorizedBackground .titleForColorizedBg div h4:first-child {
  font-family: "PlayfairDisplay-Regular";
  font-size: 32px;
}
.colorizedBackground .titleForColorizedBg div h4:last-child {
  font-family: "PlayfairDisplay-Regular";
  font-size: 32px;
}

.counterCard {
  height: 100%;
  transition: all 0.5s ease;
}
.counterCard .icon {
  width: 100%;
  text-align: center;
}
.counterCard .icon svg {
  fill: #255687;
  height: 90px;
  width: 90px;
}
.counterCard .counter {
  font-size: 38px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-family: sans-serif;
  color: #255687;
}
.counterCard .title {
  font-size: 17px;
  text-align: center;
  font-family: "Mincho";
  font-weight: 600;
  text-transform: capitalize;
  color: #255687;
}
.counterCard:hover {
  box-shadow: 0px 0px 18px 1px #d7d7d7;
}

.menu > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.menu > ul > li {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 40px;
}
.menu > ul > li:last-child {
  margin-right: 0;
}
.menu > ul > li img {
  margin-bottom: 10px;
  margin-top: -10px;
}
.menu > ul > li div h1 {
  font-family: "PTN77F";
  color: #cccccc;
  margin-bottom: 3px;
}

.top160 {
  top: 160px !important;
}

/********************** STELLENANGEBOTE ********************/
.offers:hover .jobOffer:hover {
  background-color: #fff;
  box-shadow: 0px 0px 18px 1px #d7d7d7;
}
.offers .jobOffer {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-bottom: 2px solid #fff;
  transition: all 0.5s ease;
  border-radius: 0;
}
.offers .jobOffer h4 {
  font-weight: 600;
  font-size: 16px;
}
.offers .jobOffer .info {
  color: #6c6c6c;
  font-size: 14px;
  margin-top: 5px;
}
.offers .jobOffer a {
  color: #333;
}

.container div p {
  text-align: center;
  color: #939598;
  line-height: 1.3;
}

.jobItem h1 {
  font-size: 28px !important;
}
.jobItem .row {
  color: #384146;
  font-weight: 400;
  font-size: 14px;
}
.jobItem .jobForm {
  border-top: 4px dashed #f3f3f3;
}

.descriptionArea {
  width: 100%;
  text-align: left !important;
}
.descriptionArea h1 {
  color: #002e5b;
  font-size: 28px;
  font-weight: 500;
  text-align: left !important;
}
.descriptionArea h2 {
  color: #002e5b;
  font-size: 25px;
  font-weight: 500;
  text-align: left !important;
}
.descriptionArea h3 {
  color: #002e5b;
  font-size: 22px;
  font-weight: 500;
  text-align: left !important;
}
.descriptionArea h4 {
  color: #002e5b;
  font-size: 19px;
  font-weight: 500;
  text-align: left !important;
}
.descriptionArea h5 {
  color: #002e5b;
  font-size: 16px;
  font-weight: 600;
  text-align: left !important;
}
.descriptionArea h6 {
  color: #002e5b;
  font-size: 13px;
  font-weight: 600;
  text-align: left !important;
}
.descriptionArea p {
  text-align: left !important;
  line-height: 1.2;
  font-size: 14px;
  color: #384146;
}
.descriptionArea ul {
  list-style: disc;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.descriptionArea ul li {
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
  color: #384146;
  padding-bottom: 6px;
}

/********************** NEWS ********************/
.newsItem {
  border-radius: 3px;
  border: none;
}
.newsItem .card-header {
  height: 250px;
  overflow: hidden;
  padding: 0;
}
.newsItem .card-header .backgroundImage {
  background-image: url("/images/extras/slider.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
  display: flex;
}
.newsItem .card-header .backgroundImage:hover {
  transform: scale(1.2);
}
.newsItem .card-body {
  padding: 0;
  border: 2px solid #0f96c8;
}
.newsItem .card-body .categoryWrapper {
  position: relative;
}
.newsItem .card-body .categoryWrapper .categoryArea {
  position: absolute;
  top: -15px;
  left: -2px;
  background-color: #0f96c8;
  height: 30px;
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 13px;
  border-radius: 15px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: #fff;
}
.newsItem .card-body .categoryWrapper .categoryArea a {
  position: relative;
  color: #fff;
}
.newsItem .card-body .categoryWrapper .categoryArea a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 0.7px;
  background-color: #f3f3f3;
  transition: all 0.5s ease;
}
.newsItem .card-body .categoryWrapper .categoryArea a:hover {
  color: #f3f3f3;
}
.newsItem .card-body .categoryWrapper .categoryArea a:hover:before {
  width: 95%;
}
.newsItem .content {
  padding: 20px;
  padding-top: 10px;
}
.newsItem .content a {
  color: #333;
}
.newsItem .content a h4 {
  word-spacing: 0.1rem;
  letter-spacing: -0.01rem;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  overflow: hidden;
  max-height: 36px;
}
.newsItem .content a p {
  text-align: left;
  font-size: 12px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  overflow: hidden;
  max-height: 36px;
}
.newsItem .content a:hover {
  color: #4c4c4c;
}

.newsBtn {
  margin-top: 10px;
  width: 120px;
  height: 32px;
  padding: 5px 10px;
  border: 2px solid #002e5b;
  font-size: 13px;
  font-weight: 500;
  color: #002e5b !important;
}
.newsBtn span {
  position: relative;
  transition: all 0.5s ease;
  padding: 1.5px 0;
}
.newsBtn span i {
  font-size: 8px;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 2.5px;
  bottom: 1px;
}
.newsBtn span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -1px;
  background-color: #002e5b;
  height: 13px;
  width: 13px;
  border-radius: 50%;
}
.newsBtn:hover {
  color: #fff !important;
  background-color: #002e5b;
  border-color: #fff;
}
.newsBtn:hover span {
  margin-left: 4px;
}
.newsBtn:hover span i {
  color: #002e5b;
}
.newsBtn:hover span:before {
  background-color: #fff;
}

.newsInfo {
  position: absolute;
  background-color: #fff;
  top: -50px;
  left: 0;
  width: 35%;
  height: 50px;
  border-top-right-radius: 15px;
  border-top: 1px solid #0f96c8;
  border-right: 1px solid #0f96c8;
}
.newsInfo svg {
  width: 13px;
  margin-bottom: 2px;
  margin-right: 2px;
  fill: #333;
}
.newsInfo .categoryArea {
  position: absolute;
  top: -15px;
  left: 15%;
  background-color: #0f96c8;
  width: 120px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
}
.newsInfo .categoryArea a {
  position: relative;
  color: #fff;
}
.newsInfo .categoryArea a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 0.7px;
  background-color: #f3f3f3;
  transition: all 0.5s ease;
}
.newsInfo .categoryArea a:hover {
  color: #f3f3f3;
}
.newsInfo .categoryArea a:hover:before {
  width: 95%;
}

.textOthers h1, .textOthers h2, .textOthers h3, .textOthers h4, .textOthers h5, .textOthers h6 {
  margin: 10px 0;
}
.textOthers table, .textOthers th, .textOthers td {
  border: 1px solid #939598 !important;
}

.otherImage img {
  width: 100%;
  background-image: url(/images/extras/slider.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}
.otherImage img:hover {
  transform: scale(1.2);
}

.newsDate {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #616161;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.newsTitle {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  color: #333;
}

/********************** RESPONSIVE ********************/
#owl-demo-3 .itemMains .itemOneItem .text > p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 21px;
  max-height: 21px;
}
#owl-demo-3 .itemMains .itemOneItem .text .newItemOneP > p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 104px;
  max-height: 104px;
}

.dataProtectionMain p, .dataProtectionMain span, .dataProtectionMain h1, .dataProtectionMain h2, .dataProtectionMain h3, .dataProtectionMain h4, .dataProtectionMain h5, .dataProtectionMain h6 {
  word-break: break-all;
}
.dataProtectionMain h2 {
  line-height: 28px !important;
}
.dataProtectionMain .cookieFirstTable {
  width: 100%;
  overflow: auto;
}
.dataProtectionMain .cookieFirstTable table {
  width: 100%;
  min-width: 255px;
}
.dataProtectionMain .cookieFirstTable table p {
  margin: 20px;
  word-break: unset !important;
}
.dataProtectionMain .cookieSecondTable {
  width: 100%;
  overflow: auto;
}
.dataProtectionMain .cookieSecondTable table {
  width: 100%;
  min-width: 281px;
}
.dataProtectionMain .cookieSecondTable table p {
  margin: 20px;
  word-break: unset !important;
}

.serviceTextLeft ul li {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: start;
  padding-bottom: 0 !important;
}
.serviceTextLeft ul li:first-child {
  padding-top: unset !important;
}
.serviceTextLeft ul li:last-child {
  padding-top: unset !important;
}
.serviceTextLeft ul li img {
  margin-right: 5px;
  margin-left: unset !important;
}
.serviceTextLeft ul li span {
  line-height: 1;
}

.serviceTextRight ul li {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: start;
  padding-bottom: 0 !important;
}
.serviceTextRight ul li:first-child {
  padding-top: unset !important;
}
.serviceTextRight ul li:last-child {
  padding-top: unset !important;
}
.serviceTextRight ul li img {
  margin-right: 5px;
  margin-left: unset !important;
}
.serviceTextRight ul li span {
  line-height: 1;
}

@media screen and (max-width: 1399px) {
  .contentContact .contentContactLeft {
    width: 70%;
  }
  .contentContact .contentContactRight {
    width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .openerMenuMain .openerMenu {
    padding: 20px;
  }

  .colorizedBackground .titleForColorizedBg div h4 {
    line-height: 46px;
    font-size: 32px;
  }
  .colorizedBackground .titleForColorizedBg div h4:first-child {
    font-size: 26px;
  }
  .colorizedBackground .titleForColorizedBg div h4:last-child {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .slideAnimate {
    height: 280px;
  }

  #owl-demo .item .itemMain h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  #owl-demo .item .itemMain h1 {
    text-align: center;
    font-size: 32px;
  }
  #owl-demo .item .itemMain h2 {
    font-size: 24px;
  }
  #owl-demo .item .itemMain .sliderBtn {
    margin-top: 50px;
  }
  #owl-demo .item .itemMain .sliderBtn .firstButton .firstButtonSpan {
    font-size: 17px;
    padding: 6px 6px;
  }
  #owl-demo .item .itemMain .sliderBtn .firstButton .firstButtonImg img {
    width: 30px;
  }
  #owl-demo .item .itemMain .sliderBtn .firstSecond .firstSecondSpan {
    font-size: 17px;
    padding: 6px 6px;
  }
  #owl-demo .item .itemMain .sliderBtn .firstSecond .firstSecondImg img {
    width: 30px;
  }

  #owl-demo-2 .item .itemMain h2 {
    font-size: 30px;
    text-align: center;
  }
  #owl-demo-2 .item .itemMain .sliderBtn a span {
    font-size: 18px;
    padding: 12px 60px;
  }

  #owl-demo-3 .item .itemMain .itemMains .itemOneItem h2 {
    font-size: 14px !important;
  }
  #owl-demo-3 .item .itemMain .itemMains .itemOneItem h1 {
    font-size: 18px !important;
  }
  #owl-demo-3 .item .itemMain .itemMains .itemOneItem .text p {
    font-size: 13px !important;
  }
  #owl-demo-3 .item .itemMain .itemMains .itemOneItem .itemButtons a {
    font-size: 14px !important;
  }

  .aboutUs .container h1 {
    font-size: 22px;
  }

  .container h1 {
    font-size: 28px;
  }
  .container h2 {
    font-size: 22px !important;
  }
  .container h3 {
    text-align: center;
    font-size: 28px !important;
  }
  .container p {
    font-size: 15px !important;
  }
  .container .aboutUsMain .aboutUsMainRight a span {
    font-size: 24px !important;
  }
  .container .aboutUsMain .aboutUsMainLeft a span {
    font-size: 24px !important;
  }
  .container .contentContact .contentContactRight .contactOne .contactOneArticle h2 {
    font-size: 14px !important;
  }
  .container .contentContact .contentContactLeft .contentContactMap {
    height: 300px !important;
  }
  .container .contentContact .contentContactLeft p {
    text-align: center;
  }

  .colorizedBackground .titleForColorizedBg div h4 {
    line-height: 36px;
    font-size: 26px;
  }
  .colorizedBackground .titleForColorizedBg div h4:first-child {
    font-size: 18px;
  }
  .colorizedBackground .titleForColorizedBg div h4:last-child {
    font-size: 18px;
  }

  .cssmap-tooltip-content2 h1 {
    font-size: 22px;
  }
  .cssmap-tooltip-content2 h2 {
    font-size: 18px !important;
  }

  #map h2 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991px) {
  .contactTextArea {
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .contactTextArea2 {
    margin-top: 0;
    margin-bottom: 1rem !important;
  }

  .serviceAreaLeft {
    display: flex;
    flex-direction: column-reverse;
  }

  .aboutUsSubPage > div {
    flex-direction: column-reverse !important;
  }
  .aboutUsSubPage > div h3 {
    font-size: 22px !important;
  }

  .errorBox {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .serviceArea {
    height: 450px;
    margin-bottom: 50px;
  }

  .content .container .contentContact {
    flex-direction: column;
  }
  .content .container .contentContact .contentContactLeft {
    width: 100%;
  }
  .content .container .contentContact .contentContactRight {
    width: 100%;
    padding-top: 0 !important;
  }
  .content .container .contentContact .contentContactRight .contactOne {
    margin-top: 0;
  }

  .aboutUs {
    margin-bottom: 0;
  }

  .cssmap-tooltip-content2 {
    right: 0 !important;
    bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .contactMain .container .contactUl li {
    justify-content: start;
    align-content: center;
    align-items: center;
  }

  .contactFirmenMarginTop > div {
    margin-bottom: 1rem !important;
  }
  .contactFirmenMarginTop > div:last-child {
    margin-bottom: 0 !important;
  }

  #map {
    height: 300px !important;
  }

  footer .footerBottom .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  footer .footerBottom .container .footerBottomCenter {
    margin: 0 !important;
  }
  footer .footerBottom .container .footerBottomRight ul li {
    width: unset;
  }

  .counterArea .row > div {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 575px) {
  #cookieModal .privateModal .modal-body .cookie .cookieBottom {
    flex-direction: column;
  }

  #cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtnSave {
    margin-bottom: 10px;
    width: max-content;
  }

  #cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtn {
    margin-bottom: 10px;
    width: max-content;
  }
}
@media screen and (max-width: 550px) {
  #owl-demo-3 .itemMains {
    flex-wrap: wrap;
  }
  #owl-demo-3 .itemMains .newItemOne {
    flex: 0 0 auto;
    width: 80%;
    margin-bottom: 15px;
    display: none;
  }
  #owl-demo-3 .itemMains .newItemOne:first-child {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .serviceArea {
    height: 300px;
    margin-bottom: 50px;
  }

  .footerTop .row {
    text-align: center;
  }

  .footerBottomCenter p {
    text-align: center;
  }

  #owl-demo .item .itemMain h1 {
    text-align: center;
    font-size: 28px;
  }
  #owl-demo .item .itemMain h2 {
    font-size: 18px;
  }
  #owl-demo .item .itemMain .sliderBtn {
    margin-top: 50px;
  }
  #owl-demo .item .itemMain .sliderBtn .firstButton .firstButtonSpan {
    font-size: 14px;
    padding: 5px 5px;
  }
  #owl-demo .item .itemMain .sliderBtn .firstButton .firstButtonImg img {
    width: 30px;
  }
  #owl-demo .item .itemMain .sliderBtn .firstSecond .firstSecondSpan {
    font-size: 14px;
    padding: 5px 5px;
  }
  #owl-demo .item .itemMain .sliderBtn .firstSecond .firstSecondImg img {
    width: 30px;
  }

  #owl-demo-2 .item .itemMain h2 {
    font-size: 28px;
    text-align: center;
  }
  #owl-demo-2 .item .itemMain .sliderBtn a span {
    font-size: 16px;
    padding: 12px 60px;
  }

  #owl-demo-3 .item .itemMain .itemMains .itemOneItem h2 {
    font-size: 14px !important;
  }
  #owl-demo-3 .item .itemMain .itemMains .itemOneItem h1 {
    font-size: 18px !important;
  }
  #owl-demo-3 .item .itemMain .itemMains .itemOneItem .text p {
    font-size: 13px !important;
  }
  #owl-demo-3 .item .itemMain .itemMains .itemOneItem .itemButtons a {
    font-size: 14px !important;
  }

  .aboutUs .container h1 {
    font-size: 22px;
  }

  .container h1 {
    font-size: 28px;
  }
  .container h2 {
    font-size: 22px !important;
  }
  .container h3 {
    text-align: center;
    font-size: 28px !important;
  }
  .container p {
    font-size: 15px !important;
  }
  .container .contentContact .contentContactRight .contactOne .contactOneArticle h2 {
    font-size: 14px !important;
  }
  .container .contentContact .contentContactLeft .contentContactMap {
    height: 300px !important;
  }
  .container .contentContact .contentContactLeft p {
    text-align: center;
  }

  .colorizedBackground .titleForColorizedBg div h4 {
    line-height: 36px;
    font-size: 22px;
  }
  .colorizedBackground .titleForColorizedBg div h4:first-child {
    font-size: 16px;
  }
  .colorizedBackground .titleForColorizedBg div h4:last-child {
    font-size: 16px;
  }

  .categoryMainTop {
    margin-top: 1rem !important;
  }
  .categoryMainTop .categoryMain {
    margin-right: 0 !important;
    --bs-gutter-x: 0 $i;
  }
  .categoryMainTop .categoryMain .col-6 {
    width: 100%;
  }

  #owl-demo-3 .rightItemsMain {
    margin-left: unset !important;
  }

  #owl-demo-3 .leftItemsMain {
    justify-content: center !important;
    margin-right: unset !important;
    margin-left: unset;
  }

  #owl-demo-3 .itemMains .itemOneItem .text > p {
    min-height: 19px;
    max-height: 19px;
  }

  #owl-demo-3 .itemMains .itemOneItem .text .newItemOneP > p {
    min-height: 99px;
    max-height: 99px;
  }
}
@media screen and (max-width: 478px) {
  .itemMainsP {
    bottom: 78px;
  }

  .cssmap-tooltip-content2 {
    right: 0 !important;
    top: 0 !important;
    bottom: unset !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .cssmap-tooltip-content2 h1 {
    font-size: 20px;
  }
  .cssmap-tooltip-content2 h2 {
    font-size: 18px !important;
  }
  .cssmap-tooltip-content2 p {
    font-size: 14px !important;
  }

  .pageTitleArea .pageTitleContent .pageTitle {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .pageTitleArea .pageTitleContent p {
    font-size: 18px;
  }

  #owl-demo-3 .leftItemsMain {
    justify-content: center !important;
    margin-right: unset !important;
  }

  #owl-demo-3 .rightItemsMain {
    justify-content: center !important;
    margin-right: unset !important;
  }
}
@media screen and (max-width: 450px) {
  #owl-demo .item .itemMain .sliderBtn {
    flex-direction: column;
  }
  #owl-demo .item .itemMain .sliderBtn .firstSecond {
    margin-left: unset;
    margin-top: 10px;
  }

  .aboutUs .container .aboutUsMain {
    margin-top: 20px;
  }

  .aboutUs {
    margin-top: unset !important;
  }

  .serviceTextRight h2 {
    font-size: 16pt;
  }

  .serviceTextRight h1 {
    font-size: 16pt;
  }

  .serviceTextLeft h2 {
    font-size: 16pt;
  }

  .serviceTextLeft h1 {
    font-size: 16pt;
  }
}
@media screen and (max-width: 430px) {
  .aboutUs .container .aboutUsMain .aboutUsMainLeft .aboutUsMainLeftTitle h3 {
    font-size: 24px !important;
  }

  .aboutUs .container .aboutUsMain .aboutUsMainLeft a span {
    font-size: 20px !important;
  }

  .aboutUs .container .aboutUsMain .aboutUsMainRight .aboutUsMainLeftTitle h3 {
    font-size: 24px !important;
  }

  .aboutUs .container .aboutUsMain .aboutUsMainRight a span {
    font-size: 20px !important;
  }

  .content .container > h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 369px) {
  #owl-demo-3 .itemMains .newItemOne {
    width: 95%;
    min-width: 95%;
  }
}
@media screen and (max-width: 365px) {
  .content .container .contentContact .contentContactRight .row > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .content .container .contentContact .contentContactRight .row > div:last-child {
    margin-bottom: 0;
  }

  .pushy {
    width: 285px !important;
  }
}
@media screen and (max-width: 380px) {
  .owl-theme .owl-controls {
    margin-top: -80px;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .aboutUs .container .aboutUsMain .aboutUsMainLeft a span {
    font-size: 18px !important;
  }

  .aboutUs .container .aboutUsMain .aboutUsMainRight a span {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 336px) {
  #owl-demo .item .itemMain h1 {
    text-align: center;
    font-size: 25px;
  }
}
@media screen and (max-width: 330px) {
  #owl-demo-3 .itemMains .itemOneItem .itemButtons a {
    font-size: 14px;
  }
}
@media screen and (max-width: 310px) {
  .aboutUs .container .aboutUsMain .aboutUsMainLeft a span {
    font-size: 16px !important;
  }

  .aboutUs .container .aboutUsMain .aboutUsMainRight a span {
    font-size: 16px !important;
  }

  #owl-demo .item .itemMain h1 {
    text-align: center;
    font-size: 24px;
  }

  #owl-demo .item .itemMain h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 325px) {
  #owl-demo-3 .item .itemMain .itemMains .itemOneItem .itemButtons a {
    font-size: 12px !important;
  }

  #owl-demo-3 .itemMains .newItemOne {
    width: 90%;
  }
}
@media screen and (max-width: 315px) {
  #owl-demo-3 .itemMains .itemOneItem .itemButtons a {
    font-size: 12px;
  }
}
@media screen and (max-height: 700px) {
  #owl-demo .item .itemMain .sliderBtn {
    margin-top: 10px;
  }
}

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