.searchAndNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: width 0.5s;
  will-change: width;
  flex-direction: column;
  padding-top: 80px;
  background-color: #f8a52d;
  background-color: #fff;
  display: flex;
  z-index: 11;
}
@media (min-width: 900px) {
  .sidenav {
    display: none;
  }
}
.sidenav--open {
  width: 300px;
  max-width: 80%;
  box-shadow: 11px 0 40px 2px rgba(0, 0, 0, 0.33);
}
.sidenav div:first-of-type {
  margin-bottom: 15px;
}
.sidenav div ul li {
  padding: 5px;
  border-top: 1px solid #f8f8ff;
  font-size: 18px;
}
.sidenav div ul li:first-of-type {
  border-bottom: 0;
}
.sidenav div ul li a {
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.searchAndNav__mainTopNav {
  display: block;
}
@media (min-width: 900px) {
  .searchAndNav__mainTopNav {
    display: none;
  }
}
.header-btn {
  background: 0;
  border: 0;
  padding: 5px;
}
.header-btn img {
  height: 20px;
}
.header-btn--menu {
  padding: 5px;
  height: 40px;
  width: 40px;
  position: relative;
  color: red;
  cursor: pointer;
  z-index: 11;
}
.header-btn--menu span {
  display: block;
  position: absolute;
  height: 2px;
  background: #3a73c1;
  border-radius: 9px;
  opacity: 1;
  width: 60%;
  left: 20%;
  transform: rotate(0deg);
  will-change: width, left, top;
  transition: 0.2s ease-in-out;
}
.header-btn--menu span:first-child {
  top: 11px;
}
.header-btn--menu span:first-child.header-btn--menu--open {
  top: 18px;
  width: 0;
  left: 50%;
}
.header-btn--menu span:nth-child(2),
.header-btn--menu span:nth-child(3) {
  top: 19px;
}
.header-btn--menu span:nth-child(4) {
  top: 27px;
}
.header-btn--menu--open span:first-child {
  top: 18px;
  width: 0;
  left: 50%;
}
.header-btn--menu--open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-btn--menu--open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-btn--menu--open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.menuBodyChanger--open {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  backdrop-filter: saturate(110%) blur(20px);
  -webkit-backdrop-filter: saturate(110%) blur(20px);
}
.bodynoscrolling {
  overflow: hidden;
}
header.topHeader {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 2px 0;
  box-shadow: 0 1px 2px 1px hsla(0, 0%, 45.9%, 0.17);
  position: fixed;
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: #fff;
  position: static;
}
header.topHeader .topHeadrDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.topHeader .topHeadrDiv .topHeader__contanctInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  header.topHeader .topHeadrDiv .topHeader__contanctInfo {
    display: none;
  }
}
header.topHeader .topHeadrDiv .topHeader__contanctInfo a {
  padding: 2px 5px;
  margin: 2px;
  color: #51ace4;
  color: #3a73c1;
  font-weight: 700;
}
header.topHeader .topHeadrDiv .topHeader__contanctInfo a:hover {
  color: #f8a52d;
}
header.topHeader .topHeadrDiv img.topHeadrDiv--logoIcon {
  width: 150px;
}
@media (max-width: 900px) {
  header.topHeader .topHeadrDiv img.topHeadrDiv--logoIcon {
    width: 100px;
  }
}
.pagenotfound {
  display: flex;
  justify-content: center;
}
.pagenotfound img {
  width: 30%;
}
.homePage {
  background-color: #3a73c1;
  font-family: Montserrat, sans-serif;
  background-color: #fff;
  background-image: url(/wp-content/themes/mltheme/images/mainbg6.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) {
  .homePage {
    padding-top: 100px;
  }
}
.homePage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.685);
  background-color: rgba(0, 0, 0, 0.317);
  background-color: rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.041);
}
.homePage .homePageContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 150px;
}
@media (max-width: 900px) {
  .homePage .homePageContent {
    padding-top: 50px;
  }
}
.homePage .sliderAndtiles {
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.homePage .sliderAndtiles .homePageContent__sliderContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__sliderContainer {
    flex-direction: column;
  }
}
.homePage .sliderAndtiles .homePageContent__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__slider {
    transform: translateY(-45%);
  }
}
.homePage .sliderAndtiles .homePageContent__slider,
.homePage .sliderAndtiles .homePageContent__tiles {
  width: 50%;
  display: flex;
  padding: 0 5px;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__slider,
  .homePage .sliderAndtiles .homePageContent__tiles {
    width: 100%;
  }
}
.homePage .sliderAndtiles .homePageContent__slider {
  width: 40%;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__slider {
    width: 100%;
  }
}
.homePage .sliderAndtiles .homePageContent__tiles {
  width: 60%;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__tiles {
    width: 100%;
  }
}
.homePage .sliderAndtiles .homePageContent__slider article {
  min-height: 280px;
  justify-content: center;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__slider article {
    min-height: 200px;
    font-family: SwissBlackExtended, Arial, sans-serif;
    letter-spacing: 6px;
    color: #f8a52d;
  }
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__slider article p {
    color: #3a73c1;
    font-weight: 700;
  }
}
.homePage .sliderAndtiles .homePageContent__slider article h1 {
  font-size: 35px;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__slider article h1 {
    font-size: 30px;
  }
}
.homePage .sliderAndtiles .homePageContent__slider article p {
  font-size: 28px;
  margin-top: 15px;
}
@media (max-width: 900px) {
  .homePage .sliderAndtiles .homePageContent__slider article p {
    font-size: 25px;
  }
}
.homePage .sliderAndtiles .homePageContent__slider article span.slidertContent {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: height 0s, opacity 0.4s ease-in-out;
  will-change: height, opacity;
}
.homePage
  .sliderAndtiles
  .homePageContent__slider
  article
  span.slidertContent.slidertContent--active {
  opacity: 1;
  height: auto;
}
.homePage .sliderAndtiles .sliderButton {
  height: 20px;
  width: 20px;
  margin: 5px;
  background-color: rgba(32, 72, 127, 0);
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  cursor: pointer;
}
.homePage .sliderAndtiles .sliderButton.sliderButton-active {
  background-color: #fff;
}
.homePage .homePageContent__tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 23px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .homePage .homePageContent__tiles {
    margin-bottom: 20px;
  }
}
.homePage .homePageContent__tiles .tiles-element {
  display: block;
  flex-direction: column;
  color: #fff;
  background-color: #f8a52d;
  background-image: linear-gradient(90deg, #f8a52d 20%, #f58716);
  transition: 1s;
  background-size: 200% auto;
  padding: 5px;
  width: 33%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}
@media (max-width: 900px) {
  .homePage .homePageContent__tiles .tiles-element {
    width: 50%;
  }
}
.homePage .homePageContent__tiles .tiles-element:hover {
  text-decoration: none;
  background-position: 100%;
}
@media (max-width: 900px) {
  .homePage .homePageContent__tiles .tiles-element:nth-child(3),
  .homePage .homePageContent__tiles .tiles-element:nth-child(6),
  .homePage .homePageContent__tiles .tiles-element:nth-child(7),
  .homePage .homePageContent__tiles .tiles-element:nth-child(9) {
    background-image: linear-gradient(90deg, #51ace4 0, #3a73c1) !important;
  }
}
@media (max-width: 900px) {
  /* .homePage .homePageContent__tiles .tiles-element:nth-child(9) {
    width: 100%;
    background-image: linear-gradient(
      90deg,
      #f8a52d 0,
      #51ace4 50%,
      #f8a52d
    ) !important;
  } */
}
@media (max-width: 900px) {
  .homePage .homePageContent__tiles .tiles-element:nth-child(4),
  .homePage .homePageContent__tiles .tiles-element:nth-child(8),
  .homePage .homePageContent__tiles .tiles-element:nth-child(9) {
    background-image: linear-gradient(90deg, #f8a52d 20%, #f58716) !important;
  }
}
.homePage .homePageContent__tiles .tiles-element:nth-child(2n) {
  background: #51ace4;
  transition: 1s;
  background-size: 200% auto;
  background-image: linear-gradient(90deg, #51ace4 0, #3a73c1);
}
.homePage .homePageContent__tiles .tiles-element:nth-child(2n):hover {
  text-decoration: none;
  background-position: 100%;
}
.homePage .formContactPhone {
  z-index: 2;
  margin-top: 45px;
  margin-bottom: 35px;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  .homePage .formContactPhone {
    margin-top: 40px;
  }
}
.homePage .formContactPhone form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.homePage .formContactPhone form label {
  font-weight: 700;
}
.homePage .formContactPhone form div {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  max-width: 100%;
}
.homePage .formContactPhone form div input {
  background-color: hsla(0, 0%, 100%, 0.9294117647058824);
  background-color: hsla(0, 0%, 100%, 0.8823529411764706);
  padding: 7px;
  border: 3px solid #51ace4;
  border-radius: 1px;
  border-right: 0;
  width: 400px;
  transition: all 0.4s ease;
  max-width: 90%;
  font-size: 20px;
  line-height: 2;
}
.homePage .formContactPhone form div input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 2;
}
.homePage .formContactPhone form div input:focus {
  outline: none;
  border: 3px solid #fff;
  border-right: 0;
  background-color: #fff;
}
.homePage .formContactPhone form div button {
  background-color: #51ace4;
  background-image: linear-gradient(90deg, #2e728f 0, #1c4884) !important;
  background-size: 200% auto;
  border: 3px solid #fff;
  border-left: 0;
  padding: 7px 15px;
  cursor: pointer;
  transition: all 0.8s ease;
}
.homePage .formContactPhone form div button:hover {
  background-position: 100%;
  border-left: 0;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .pageWrapper {
    width: 1300px;
    max-width: 100%;
    padding: 6px 0;
    margin: auto;
    background-image: linear-gradient(90deg, #2e728f 0, #82daff);
    background-image: linear-gradient(90deg, #82daff 0, #f8a52d 50%, #82daff);
    background-size: 200% auto;
    min-height: calc(100vh - 110px);
  }
}
.pageContainer {
  display: flex;
  background-image: linear-gradient(90deg, #51ace4 0, #f8a52d 90%);
  background-image: linear-gradient(90deg, #f8a52d 0, #51ace4 70%, #51ace4);
  transition: 1s;
  background-size: 200% auto;
  min-height: calc(100vh - 110px);
}
.pageContainer .leftPagesMenu,
.pageContainer .menu-mainleftmenu-container {
  padding-top: 63px;
  background-image: linear-gradient(90deg, #51ace4 0, #f8a52d 90%);
  background-image: linear-gradient(90deg, #51ace4 0, #f8a52d);
  background-size: 200% auto;
  min-height: calc(100vh - 110px);
  width: 24%;
}
@media (max-width: 900px) {
  .pageContainer .leftPagesMenu,
  .pageContainer .menu-mainleftmenu-container {
    display: none;
  }
}
.pageContainer .leftPagesMenu ul,
.pageContainer .menu-mainleftmenu-container ul {
  list-style: none;
}
.pageContainer .leftPagesMenu ul li,
.pageContainer .menu-mainleftmenu-container ul li {
  padding: 25px 10px;
  margin: 5px 0;
  color: #3a73c1;
  color: #fff;
  background-color: rgba(31, 31, 31, 0.5882352941176471);
}
.pageContainer .leftPagesMenu ul li:last-of-type,
.pageContainer .menu-mainleftmenu-container ul li:last-of-type {
  border-bottom: 0;
}
.pageContainer .leftPagesMenu ul li a,
.pageContainer .menu-mainleftmenu-container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.pageContainer .pageContent {
  width: 75%;
  background-color: #fff;
}
@media (max-width: 900px) {
  .pageContainer .pageContent {
    width: 100%;
  }
}
.pageContainer .pageContent .imgAandTitleDiv {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .pageContainer .pageContent .imgAandTitleDiv {
    min-height: 300px;
  }
}
.pageContainer .pageContent .imgAandTitleDiv span {
  padding: 5px 35px;
  background-color: rgba(31, 31, 31, 0.5882352941176471);
}
.pageContainer .pageContent .imgAandTitleDiv span .page-title {
  text-align: center;
  font-weight: 400;
  font-family: Headland One, serif;
  color: #fff;
  font-size: 40px;
  padding: 10px 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation: fadeIn 1s ease-in both;
  animation: fadeIn 1s ease-in both;
}
@media (max-width: 900px) {
  .pageContainer .pageContent .imgAandTitleDiv span .page-title {
    font-size: 30px;
  }
}
.pageContainer .pageContent p {
  margin: 10px 0;
  line-height: 1.5;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 12px;
  font-size: 13px;
}
::-moz-selection {
  background-color: #51ace4;
  color: #fff;
}
::selection {
  background-color: #51ace4;
  color: #fff;
}
.container {
  width: 1300px;
  width: 1200px;
  max-width: 95%;
  margin: auto;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
.footer_content {
  display: none;
}
a,
div,
p,
span {
  font-size: 16px;
}
@media (max-width: 900px) {
  a,
  div,
  p,
  span {
    font-size: 13px;
  }
}
.off {
  display: none;
}
