@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,400,700);



@font-face {
    font-family: myFirstFont;
    src: url(VarelaRound-Regular.ttf);
}

body {
  /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-size: 4.5rem;
}
.display-2 {
  /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-size: 3rem;
}
.display-4 {
  /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-size: 1rem;
}
.display-5 {
 /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-size: 1.5rem;
}
.display-55 {
 /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-size: .8em;
}
.display-7 {
  /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-size: 1.1rem;
}
.display-8 {
  /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-size: 1.2rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    /*font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));*/
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    /*font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));*/
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    /*font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));*/
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    /*font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));*/
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,2s;
  transition-timing-function: ease-in-out;
  padding: 1rem 2rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #a38dfd !important;
}
.bg-success {
  background-color: #b2ccd2 !important;
}
.bg-info {
  background-color: #1ba1e2 !important;
}
.bg-warning {
  background-color: #82786e !important;
}
.bg-danger {
  background-color: #879a9f !important;
}
.btn-primary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #6642fc;
  border-color: #6642fc;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a38dfd;
  border-color: #a38dfd;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #6642fc;
  border-color: #6642fc;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6642fc !important;
  border-color: #6642fc !important;
}
.btn-secondary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  /*background-color: #fe0613;
  border-color: #fe0613;
  border-radius: 100px;*/
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fe525b;
  border-color: #fe525b;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  /*color: #ffffff !important;
  background-color: #fe0613;
  border-color: #fe0613;*/
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before {
  transform: scale(10);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  /*color: #ffffff !important;
  background-color: #fe0613 !important;
  border-color: #fe0613 !important;*/
}
.btn-info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #13709e;
  border-color: #13709e;
  border-radius: 100px;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #1ba1e2;
  border-color: #1ba1e2;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #13709e;
  border-color: #13709e;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before {
  transform: scale(10);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-success {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82acb6;
  border-color: #82acb6;
  border-radius: 100px;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b2ccd2;
  border-color: #b2ccd2;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #82acb6;
  border-color: #82acb6;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #59524b;
  border-color: #59524b;
  border-radius: 100px;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before {
  transform: scale(10);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-danger {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #617479;
  border-color: #617479;
  border-radius: 100px;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #617479;
  border-color: #617479;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before {
  transform: scale(10);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-black {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  border-radius: 100px;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before {
  transform: scale(10);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 100px;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before {
  transform: scale(10);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #a38dfd;
  border-color: #a38dfd;
  border-radius: 100px;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #5229fb;
  color: #5229fb !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a38dfd;
  border-color: #a38dfd;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a38dfd !important;
  border-color: #a38dfd !important;
}
.btn-secondary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #fe525b;
  border-color: #fe525b;
  border-radius: 100px;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9010d;
  color: #e9010d !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #fe525b;
  border-color: #fe525b;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before {
  transform: scale(10);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe525b !important;
  border-color: #fe525b !important;
}
.btn-info-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
  border-radius: 100px;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #106087;
  color: #106087 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before {
  transform: scale(10);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
}
.btn-success-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
  border-radius: 100px;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-warning-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82786e;
  border-color: #82786e;
  border-radius: 100px;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before {
  transform: scale(10);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-danger-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #879a9f;
  border-color: #879a9f;
  border-radius: 100px;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before {
  transform: scale(10);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-black-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #333333;
  border-color: #333333;
  border-radius: 100px;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before {
  transform: scale(10);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 100px;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline.focus:before {
  transform: scale(10);
}
.text-primary {
  color: #a38dfd !important;
}
.text-secondary {
  color: #fe525b !important;
}
.text-success {
  color: #b2ccd2 !important;
}
.text-info {
  color: #1ba1e2 !important;
}
.text-warning {
  color: #82786e !important;
}
.text-danger {
  color: #879a9f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5229fb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9010d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #72a1ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #106087 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4b453f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #55666b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #b2ccd2;
}
.alert-info {
  background-color: #1ba1e2;
}
.alert-warning {
  background-color: #82786e;
}
.alert-danger {
  background-color: #879a9f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,.8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a38dfd;
  border-color: #a38dfd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
/*a,
a:hover {
  color: #a38dfd;
}*/

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0ecf9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ced6d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  /* font-family: myFirstFont, 'Poppins', sans-serif; */
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #a38dfd;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  /*border-radius: 100px !important;*/
  padding: 1rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #a38dfd;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #a38dfd;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #a38dfd;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #a38dfd;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.cid-qIQYkXQhwt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIQYkXQhwt .nav-item:focus,
.cid-qIQYkXQhwt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qIQYkXQhwt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qIQYkXQhwt .nav-item .nav-link {
    position: relative;
  }
  .cid-qIQYkXQhwt .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    /*background: linear-gradient(90deg, #a38dfd, #fe525b);*/
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-qIQYkXQhwt .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-qIQYkXQhwt .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-qIQYkXQhwt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIQYkXQhwt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIQYkXQhwt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qIQYkXQhwt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qIQYkXQhwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qIQYkXQhwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIQYkXQhwt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qIQYkXQhwt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qIQYkXQhwt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1ba1e2;
}
.cid-qIQYkXQhwt .navbar.opened {
  transition: all .3s;
  background: #1ba1e2 !important;
}
.cid-qIQYkXQhwt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qIQYkXQhwt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-qIQYkXQhwt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qIQYkXQhwt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qIQYkXQhwt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qIQYkXQhwt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qIQYkXQhwt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qIQYkXQhwt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qIQYkXQhwt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qIQYkXQhwt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qIQYkXQhwt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qIQYkXQhwt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qIQYkXQhwt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qIQYkXQhwt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qIQYkXQhwt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qIQYkXQhwt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qIQYkXQhwt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qIQYkXQhwt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qIQYkXQhwt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qIQYkXQhwt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qIQYkXQhwt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qIQYkXQhwt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qIQYkXQhwt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qIQYkXQhwt .navbar.navbar-short {
  background: #1ba1e2 !important;
  min-height: 60px;
}
.cid-qIQYkXQhwt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qIQYkXQhwt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qIQYkXQhwt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qIQYkXQhwt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qIQYkXQhwt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qIQYkXQhwt .dropdown-item.active,
.cid-qIQYkXQhwt .dropdown-item:active {
  background-color: transparent;
}
.cid-qIQYkXQhwt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qIQYkXQhwt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qIQYkXQhwt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qIQYkXQhwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1ba1e2;
}
.cid-qIQYkXQhwt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qIQYkXQhwt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIQYkXQhwt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qIQYkXQhwt .navbar-buttons {
  text-align: center;
}
.cid-qIQYkXQhwt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qIQYkXQhwt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qIQYkXQhwt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIQYkXQhwt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIQYkXQhwt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIQYkXQhwt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIQYkXQhwt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIQYkXQhwt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIQYkXQhwt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIQYkXQhwt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIQYkXQhwt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qIQYkXQhwt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qIQYkXQhwt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qIQYkXQhwt .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qIQYkXQhwt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIQYkXQhwt .navbar {
    height: 77px;
  }
  .cid-qIQYkXQhwt .navbar.opened {
    height: auto;
  }
  .cid-qIQYkXQhwt .nav-item .nav-link:hover::before { 
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}













.cid-qIQYkXQhwt_stor_in .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIQYkXQhwt_stor_in .nav-item:focus,
.cid-qIQYkXQhwt_stor_in .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qIQYkXQhwt_stor_in .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qIQYkXQhwt_stor_in .nav-item .nav-link {
    position: relative;
  }
  .cid-qIQYkXQhwt_stor_in .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    /*background: linear-gradient(90deg, #a38dfd, #fe525b);*/
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-qIQYkXQhwt_stor_in .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-qIQYkXQhwt_stor_in .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-qIQYkXQhwt_stor_in .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIQYkXQhwt_stor_in .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIQYkXQhwt_stor_in .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qIQYkXQhwt_stor_in .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qIQYkXQhwt_stor_in .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qIQYkXQhwt_stor_in .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIQYkXQhwt_stor_in .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qIQYkXQhwt_stor_in .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qIQYkXQhwt_stor_in .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1ba1e2;
}
.cid-qIQYkXQhwt_stor_in .navbar.opened {
  transition: all .3s;
  background: #1ba1e2 !important;
}
.cid-qIQYkXQhwt_stor_in .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qIQYkXQhwt_stor_in .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qIQYkXQhwt_stor_in .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qIQYkXQhwt_stor_in .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qIQYkXQhwt_stor_in .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qIQYkXQhwt_stor_in .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qIQYkXQhwt_stor_in .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qIQYkXQhwt_stor_in .navbar.navbar-short {
  background: #1ba1e2 !important;
  min-height: 60px;
}
.cid-qIQYkXQhwt_stor_in .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qIQYkXQhwt_stor_in .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qIQYkXQhwt_stor_in .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qIQYkXQhwt_stor_in .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qIQYkXQhwt_stor_in .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qIQYkXQhwt_stor_in .dropdown-item.active,
.cid-qIQYkXQhwt_stor_in .dropdown-item:active {
  background-color: transparent;
}
.cid-qIQYkXQhwt_stor_in .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qIQYkXQhwt_stor_in .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qIQYkXQhwt_stor_in .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qIQYkXQhwt_stor_in .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1ba1e2;
}
.cid-qIQYkXQhwt_stor_in .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qIQYkXQhwt_stor_in .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIQYkXQhwt_stor_in ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qIQYkXQhwt_stor_in .navbar-buttons {
  text-align: center;
}
.cid-qIQYkXQhwt_stor_in button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qIQYkXQhwt_stor_in button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qIQYkXQhwt_stor_in button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIQYkXQhwt_stor_in button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIQYkXQhwt_stor_in button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIQYkXQhwt_stor_in button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIQYkXQhwt_stor_in nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIQYkXQhwt_stor_in nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIQYkXQhwt_stor_in nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIQYkXQhwt_stor_in nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIQYkXQhwt_stor_in .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qIQYkXQhwt_stor_in a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qIQYkXQhwt_stor_in .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qIQYkXQhwt_stor_in .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qIQYkXQhwt_stor_in .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIQYkXQhwt_stor_in .navbar {
    height: 77px;
  }
  .cid-qIQYkXQhwt_stor_in .navbar.opened {
    height: auto;
  }
  .cid-qIQYkXQhwt_stor_in .nav-item .nav-link:hover::before { 
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
























.cid-qIRVbIaRaa {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden !important;
}
.cid-qIRVbIaRaa .container-fluid {
  padding: 0 0rem;
}
.cid-qIRVbIaRaa .animated-element {
  color: #efefef;
}
.cid-qIRVbIaRaa .img-block {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-qIRVbIaRaa .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-qIRVbIaRaa .container-fluid {
    padding: 0 0rem;
  }
  .cid-qIRVbIaRaa .mbr-figure {
    margin-top: 0rem;
  }
}
.cid-qIRVbIaRaa .mbr-section-title {
  text-align: center;
}
.cid-qIRVbIaRaa .mbr-section-subtitle,
.cid-qIRVbIaRaa .mbr-section-btn {
  text-align: center;
}





.cid-qIRVbIaRaa2 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden !important;
}
.cid-qIRVbIaRaa2 .container-fluid {
  padding: 0 5rem;
}
.cid-qIRVbIaRaa2 .animated-element {
  color: #efefef;
}
.cid-qIRVbIaRaa2 .img-block {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-qIRVbIaRaa2 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-qIRVbIaRaa2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-qIRVbIaRaa2 .mbr-figure {
    margin-top: 1rem;
  }
}
.cid-qIRVbIaRaa2 .mbr-section-title {
  text-align: center;
}
.cid-qIRVbIaRaa2 .mbr-section-subtitle,
.cid-qIRVbIaRaa2 .mbr-section-btn {
  text-align: center;
}



.cid-qIRVbIaRaa23 {
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden !important;
}
.cid-qIRVbIaRaa23 .container-fluid {
  padding: 0 5rem;
}
.cid-qIRVbIaRaa23 .animated-element {
  color: #efefef;
}
.cid-qIRVbIaRaa23 .img-block {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-qIRVbIaRaa23 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-qIRVbIaRaa23 .container-fluid {
    padding: 0 1rem;
  }
  .cid-qIRVbIaRaa23 .mbr-figure {
    margin-top: 1rem;
  }
}
.cid-qIRVbIaRaa23 .mbr-section-title {
  text-align: center;
}
.cid-qIRVbIaRaa23 .mbr-section-subtitle,
.cid-qIRVbIaRaa23 .mbr-section-btn {
  text-align: center;
}



.cid-qIRVbIaRaa3 {
  padding-top: 75px;
  padding-bottom: 0px;
  overflow: hidden !important;
}
.cid-qIRVbIaRaa3 .container-fluid {
  padding: 0 5rem;
}
.cid-qIRVbIaRaa3 .animated-element {
  color: #efefef;
}
.cid-qIRVbIaRaa3 .img-block {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-qIRVbIaRaa3 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-qIRVbIaRaa3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-qIRVbIaRaa3 .mbr-figure {
    margin-top: 1rem;
  }
}
.cid-qIRVbIaRaa3 .mbr-section-title {
  text-align: center;
}
.cid-qIRVbIaRaa3 .mbr-section-subtitle,
.cid-qIRVbIaRaa3 .mbr-section-btn {
  text-align: center;
}







.cid-qKbW0LhLfD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qKbW0LhLfD .container-fluid {
  padding: 0 3rem;
}
.cid-qKbW0LhLfD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qKbW0LhLfD .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qKbW0LhLfD .card:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-qKbW0LhLfD .card .card-wrapper {
  height: 1%;
}
.cid-qKbW0LhLfD .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-qKbW0LhLfD .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qKbW0LhLfD .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-qKbW0LhLfD .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qKbW0LhLfD .card .card-wrapper .card-img .img-name {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cid-qKbW0LhLfD .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-qKbW0LhLfD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-qKbW0LhLfD .mbr-section-title,
.cid-qKbW0LhLfD .underline {
  text-align: center;
}
.cid-qKbW0LhLfD .img-text {
  color: #ffffff;
}
.cid-qKbW0LhLfD .card-img > .img-name {
  color: #ffffff;
}


.cid-qKnXSOORa6 {
  padding-top: 60px;
  padding-bottom: 45px;
   /*background-image: url("../../../assets/images/noam-show-long-1600x240.jpg");
  background-image: url("../../../assets/images/03_bck.jpg");
  background-color: #096693;*/
}
.cid-qKnXSOORa6 .container-fluid {
  padding: 0 3rem;
}
.cid-qKnXSOORa6 .media-container-column {
  padding: 0 2rem;
}
.cid-qKnXSOORa6 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-qKnXSOORa6 .container-fluid {
    padding: 0 1rem;
  }
}




.cid-qKnXSOORa6_2 {
  padding-top: 100px;
  padding-bottom: 30px;
   /*background-image: url("../../../assets/images/noam-show-long-1600x240.jpg");
  background-image: url("../../../assets/images/03_bck.jpg");
  background-color: #096693;*/
}
.cid-qKnXSOORa6_2 .container-fluid {
  padding: 0 3rem;
}
.cid-qKnXSOORa6_2 .media-container-column {
  padding: 0 2rem;
}
.cid-qKnXSOORa6_2 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-qKnXSOORa6_2 .container-fluid {
    padding: 0 1rem;
  }
}





.cid-qRgwRMxA80 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cid-qRgwRMxA80 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRgwRMxA80 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qRgwRMxA80 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qRgwRMxA80 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRgwRMxA80 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRgwRMxA80 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-qRgwRMxA80 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444;
}
.cid-qRgwRMxA80 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-qRgwRMxA80 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-qRgwRMxA80 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00;
}
.cid-qRgwRMxA80 .mbr-gallery-filter ul {
  display: block;
}
.cid-qRgwRMxA80 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-qRgwRMxA80 .mbr-gallery-filter li.active .btn {
  color: #ffbc00;
  background: transparent;
}
.cid-qRgwRMxA80 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00;
}
.cid-qRgwRMxA80 .mbr-gallery-filter li.active::after,
.cid-qRgwRMxA80 .mbr-gallery-filter li:hover::after {
  transform: translateX(-50%) scale(1);
  background: #ffbc00;
}
.cid-qRgwRMxA80 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-qRgwRMxA80 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-qRgwRMxA80 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-qRgwRMxA80 .icon-focus:before {
  content: '\e95e';
}
.cid-qRgwRMxA80 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-qRgwRMxA80 .mbr-section-title {
  margin: 0;
}
.cid-qRgwRMxA80 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qRgwRMxA80 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}



.cid-qRgwO4iJta {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f00fff;
}
.cid-qRgwO4iJta .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRgwO4iJta .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qRgwO4iJta .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qRgwO4iJta .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRgwO4iJta .mbr-gallery-item > div::before {
  /*content: '';*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(to left, #554346, #45505b) !important;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.2), rgba(69, 80, 91, 0.2)) !important;*/
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRgwO4iJta .mbr-gallery-title {
  font-size: .8em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: .3rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.5), rgba(69, 80, 91, 0.5)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}




.cid-qKnYAnEgrX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKnYAnEgrX .mbr-text,
.cid-qKnYAnEgrX blockquote {
  color: #232323;
}
.cid-qKnZWOK5iq {
  padding-top: 60px;
  padding-bottom: 60px;
  /*background-image: url("../../../assets/images/noam-show-long-1600x240.jpg");
   background-image: url("../../../assets/images/03_bck.jpg");*/
  background-color: #096693;
}
.cid-qKnZWOK5iq .container-fluid {
  padding: 0 3rem;
}
.cid-qKnZWOK5iq .media-container-column {
  padding: 0 2rem;
}
.cid-qKnZWOK5iq .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-qKnZWOK5iq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-qKnZRZDqhb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKnZRZDqhb .mbr-text,
.cid-qKnZRZDqhb blockquote {
  color: #232323;
}
.cid-qKnZRZDqhb .mbr-text DIV {
  text-align: right;
}
.cid-qKo1aVTphb {
  padding-top: 45px;
  padding-bottom: 45px;
   /*background-image: url("../../../assets/images/noam-show-long-1600x240.jpg");*/
  background-image: url("../../../assets/images/03_bck.jpg");
  background-color: #096693;
}
.cid-qKo1aVTphb .container-fluid {
  padding: 0 3rem;
}
.cid-qKo1aVTphb .media-container-column {
  padding: 0 2rem;
}
.cid-qKo1aVTphb .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-qKo1aVTphb .container-fluid {
    padding: 0 1rem;
  }
}
.cid-qKo1e2wh4O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKo1e2wh4O .mbr-text,
.cid-qKo1e2wh4O blockquote {
  color: #232323;
}
.cid-qKo1e2wh4O .mbr-text DIV {
  text-align: right;
}
.cid-qKo4NLBg6A {
  /*padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;*/
}
.cid-qKo4NLBg6A .container-fluid {
  padding: 0 3rem;
}
.cid-qKo4NLBg6A .mbr-section-title {
  margin-bottom: 0.5em;
}
.cid-qKo4NLBg6A .input-main {
  width: 99.6%;
  /*margin-left: .1em;*/
  justify-content: center;
}
.cid-qKo4NLBg6A .input-main label {
  color: #000000;
}
.cid-qKo4NLBg6A .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-qKo4NLBg6A .input-wrap {
  /*padding: 0;*/
  margin-bottom: 0.5em;
}
.cid-qKo4NLBg6A .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #ffffff;
  padding: 18px 25px;
  width: 98%;
}
.cid-qKo4NLBg6A .form-group {
  padding: 0;
}
.cid-qKo4NLBg6A .form-group textarea {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-qKo4NLBg6A .btn-row {
  padding-left: 0;
}
.cid-qKo4NLBg6A .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-qKo4NLBg6A .container-fluid {
    padding: 0 1rem;
  }
  .cid-qKo4NLBg6A .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-qIR1QVuKGX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qIR1QVuKGX .carousel-item {
  justify-content: center;
}
.cid-qIR1QVuKGX .carousel-control-prev {
  justify-content: flex-end;
  align-items: flex-end;
}
.cid-qIR1QVuKGX .carousel-control-next {
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-qIR1QVuKGX .carousel-item.active,
.cid-qIR1QVuKGX .carousel-item-next,
.cid-qIR1QVuKGX .carousel-item-prev {
  display: flex;
}
.cid-qIR1QVuKGX .carousel-controls a {
  transition: opacity .5s;
}
.cid-qIR1QVuKGX .carousel-controls a:hover span,
.cid-qIR1QVuKGX .carousel-controls a:focus span {
  opacity: 1;
}
.cid-qIR1QVuKGX .carousel-controls a:hover svg,
.cid-qIR1QVuKGX .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-qIR1QVuKGX .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-qIR1QVuKGX .user_image {
  overflow: hidden;
  display: flex;
}
.cid-qIR1QVuKGX .user_image .user_image_inner {
  max-width: 130px;
  max-height: 130px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-qIR1QVuKGX .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qIR1QVuKGX .user_text {
  color: #767676;
}
.cid-qIR1QVuKGX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qIR1QVuKGX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qIR1QVuKGX .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-qIR1QVuKGX svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-qIR1QVuKGX .user_name {
  color: #5a31fb;
}
.cid-qIR1QVuKGX .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-qIR1QVuKGX .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-qIR1QVuKGX .testimonials-quote,
  .cid-qIR1QVuKGX .user_text,
  .cid-qIR1QVuKGX .user_name,
  .cid-qIR1QVuKGX .user_desk {
    text-align: center !important;
  }
  .cid-qIR1QVuKGX .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-qIR1QVuKGX .mbr-section-title,
  .cid-qIR1QVuKGX .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-qIR1QVuKGX .carousel-control-prev span {
    right: -1rem;
  }
  .cid-qIR1QVuKGX .carousel-control-next span {
    left: -1rem;
  }
  .cid-qIR1QVuKGX .user-text {
    padding-right: 2rem;
  }
  .cid-qIR1QVuKGX .carousel-control-prev,
  .cid-qIR1QVuKGX .carousel-control-next {
    align-items: center;
  }
}
.cid-qIR1QVuKGX .user_text,
.cid-qIR1QVuKGX .testimonials-quote {
  text-align: right;
}
.cid-qKbzPpcqNR {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #096693;
}
.cid-qKbzPpcqNR .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qKbzPpcqNR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qKbzPpcqNR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qKbzPpcqNR .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qKbzPpcqNR .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qKbzPpcqNR .icon-transition span:hover {
  background-color: #fe525b;
}
.cid-qKbzPpcqNR .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-qKbzPpcqNR .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qKbzPpcqNR .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qKbzPpcqNR .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qKhZLJvaMm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qKhZLJvaMm .nav-item:focus,
.cid-qKhZLJvaMm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qKhZLJvaMm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qKhZLJvaMm .nav-item .nav-link {
    position: relative;
  }
  .cid-qKhZLJvaMm .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-qKhZLJvaMm .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-qKhZLJvaMm .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qKhZLJvaMm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qKhZLJvaMm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKhZLJvaMm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qKhZLJvaMm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qKhZLJvaMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qKhZLJvaMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qKhZLJvaMm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qKhZLJvaMm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qKhZLJvaMm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1ba1e2;
}
.cid-qKhZLJvaMm .navbar.opened {
  transition: all .3s;
  background: #1ba1e2 !important;
}
.cid-qKhZLJvaMm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qKhZLJvaMm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qKhZLJvaMm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qKhZLJvaMm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qKhZLJvaMm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qKhZLJvaMm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qKhZLJvaMm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qKhZLJvaMm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qKhZLJvaMm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qKhZLJvaMm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qKhZLJvaMm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qKhZLJvaMm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qKhZLJvaMm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qKhZLJvaMm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qKhZLJvaMm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qKhZLJvaMm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qKhZLJvaMm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qKhZLJvaMm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qKhZLJvaMm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qKhZLJvaMm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qKhZLJvaMm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qKhZLJvaMm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qKhZLJvaMm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qKhZLJvaMm .navbar.navbar-short {
  background: #1ba1e2 !important;
  min-height: 60px;
}
.cid-qKhZLJvaMm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qKhZLJvaMm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qKhZLJvaMm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qKhZLJvaMm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qKhZLJvaMm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qKhZLJvaMm .dropdown-item.active,
.cid-qKhZLJvaMm .dropdown-item:active {
  background-color: transparent;
}
.cid-qKhZLJvaMm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qKhZLJvaMm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qKhZLJvaMm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qKhZLJvaMm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1ba1e2;
}
.cid-qKhZLJvaMm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qKhZLJvaMm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKhZLJvaMm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qKhZLJvaMm .navbar-buttons {
  text-align: center;
}
.cid-qKhZLJvaMm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qKhZLJvaMm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qKhZLJvaMm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKhZLJvaMm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKhZLJvaMm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKhZLJvaMm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKhZLJvaMm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKhZLJvaMm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKhZLJvaMm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKhZLJvaMm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKhZLJvaMm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qKhZLJvaMm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qKhZLJvaMm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qKhZLJvaMm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qKhZLJvaMm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qKhZLJvaMm .navbar {
    height: 77px;
  }
  .cid-qKhZLJvaMm .navbar.opened {
    height: auto;
  }
  .cid-qKhZLJvaMm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qKi04W5CJy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-qKi04W5CJy .card-wrapper {
  z-index: 3;
}
.cid-qKi04W5CJy .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-qKi04W5CJy:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-qKi04W5CJy .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-qKi04W5CJy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-qKi04W5CJy .text-block {
  text-align: left !important;
}
.cid-qKhZLS7m4t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKhZLS7m4t .container-fluid {
  padding: 0 3rem;
}
.cid-qKhZLS7m4t .card .card-wrapper {
  height: 1%;
}
.cid-qKhZLS7m4t .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-qKhZLS7m4t .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qKhZLS7m4t .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-qKhZLS7m4t .text-row {
  align-self: center;
}
@media (max-width: 767px) {
  .cid-qKhZLS7m4t .container-fluid {
    padding: 0 1rem;
  }
  .cid-qKhZLS7m4t .text-row {
    padding-bottom: 1rem;
  }
}
.cid-qKhZLTq25W {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-qKhZLTq25W .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qKhZLTq25W .number-wrap {
  color: #565656;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-qKhZLTq25W .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #28262b;
}
.cid-qKhZLTq25W .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-qKhZLTq25W .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #28262b;
}
.cid-qKhZLTq25W .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qKhZLTq25W .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-qKhZLTq25W .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-qKhZLTq25W .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qKhZLTq25W .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-qKhZLTq25W .number,
  .cid-qKhZLTq25W .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-qKhZLTq25W .period {
    font-size: 0.8rem;
  }
}
.cid-qKhZLUV2D4 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-qKhZLUV2D4 .input-form {
  display: flex;
  justify-content: center;
}
.cid-qKhZLUV2D4 .input-form .form1 {
  width: 100%;
}
.cid-qKhZLUV2D4 .mbr-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-qKhZLUV2D4 .mbr-form .special-form {
  padding: 1.7rem 2rem;
}
.cid-qKhZLUV2D4 .mbr-section-btn {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cid-qKhZLUV2D4 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qKhZLUV2D4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
@media (min-width: 992px) {
  .cid-qKhZLUV2D4 .input-form .form1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-qKhZLUV2D4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-qKhZLUV2D4 .social-media {
    padding: 0;
    display: block;
  }
  .cid-qKhZLUV2D4 .subtext-1,
  .cid-qKhZLUV2D4 .subtext-2 {
    text-align: center !important;
  }
  .cid-qKhZLUV2D4 .form-text {
    text-align: center!important;
  }
  .cid-qKhZLUV2D4 .input-form div {
    width: 100%;
  }
  .cid-qKhZLUV2D4 .mbr-form {
    flex-direction: column;
    width: 100% !important;
  }
  .cid-qKhZLUV2D4 .mbr-form input[type="email"] {
    width: 100%;
  }
  .cid-qKhZLUV2D4 .mbr-form .mbr-section-btn {
    margin-top: 1rem;
    position: static;
  }
  .cid-qKhZLUV2D4 .mbr-form .mbr-section-btn a {
    display: block;
  }
}
.cid-qKhZLUV2D4 .mbr-title,
.cid-qKhZLUV2D4 .underline {
  color: #000000;
}
.cid-qKhZLUV2D4 .mbr-section-subtitle {
  color: #000000;
}
.cid-qKhZLWMm5w {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-qKhZLWMm5w .container-fluid {
  padding: 0 2rem;
}
.cid-qKhZLWMm5w .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-qKhZLWMm5w .mbr-title {
  padding: 0 1rem;
}
.cid-qKhZLWMm5w .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-qKhZLWMm5w .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qKhZLWMm5w .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qKhZLWMm5w .image-wrap {
  width: 100%;
}
.cid-qKhZLWMm5w .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-qKhZLWMm5w .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-qKhZLWMm5w .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-qKhZLWMm5w .container-fluid {
    padding: 0rem;
  }
}
.cid-qKhZLY3Zcf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-qKhZLY3Zcf .container-fluid {
  padding: 0 3rem;
}
.cid-qKhZLY3Zcf ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-qKhZLY3Zcf ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-qKhZLY3Zcf ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-qKhZLY3Zcf ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-qKhZLY3Zcf .container-fluid {
    padding: 0 1rem;
  }
  .cid-qKhZLY3Zcf .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-qKhZLY3Zcf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qKhZLY3Zcf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qKhZM2JepM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #096693;
}
.cid-qKhZM2JepM .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qKhZM2JepM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qKhZM2JepM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qKhZM2JepM .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qKhZM2JepM .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qKhZM2JepM .icon-transition span:hover {
  background-color: #fe525b;
}
.cid-qKhZM2JepM .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-qKhZM2JepM .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qKhZM2JepM .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qKhZM2JepM .mbr-text {
    margin-bottom: 1.5rem;
  }
}


.cid-qMgKwbzWHH {
  /*padding-top: 45px;
  padding-bottom: 45px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);*/
}
.cid-qMgKwbzWHH .carousel-control {
  background: #000;
}
.cid-qMgKwbzWHH .mbr-section-subtitle {
  color: #767676;
}
.cid-qMgKwbzWHH .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qMgKwbzWHH .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qMgKwbzWHH .carousel-item .wrap-img {
  text-align: center;
}
.cid-qMgKwbzWHH .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qMgKwbzWHH .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qMgKwbzWHH .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qMgKwbzWHH .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qMgKwbzWHH .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qMgKwbzWHH .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qMgKwbzWHH .cloneditem-1,
.cid-qMgKwbzWHH .cloneditem-2,
.cid-qMgKwbzWHH .cloneditem-3,
.cid-qMgKwbzWHH .cloneditem-4,
.cid-qMgKwbzWHH .cloneditem-5 {
  display: none;
}
.cid-qMgKwbzWHH .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qMgKwbzWHH .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qMgKwbzWHH .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides2 .cloneditem-1,
  .cid-qMgKwbzWHH .carousel-inner.slides2 .cloneditem-2,
  .cid-qMgKwbzWHH .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qMgKwbzWHH .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides3 .cloneditem-1,
  .cid-qMgKwbzWHH .carousel-inner.slides3 .cloneditem-2,
  .cid-qMgKwbzWHH .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qMgKwbzWHH .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides4 .cloneditem-1,
  .cid-qMgKwbzWHH .carousel-inner.slides4 .cloneditem-2,
  .cid-qMgKwbzWHH .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qMgKwbzWHH .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides5 .cloneditem-1,
  .cid-qMgKwbzWHH .carousel-inner.slides5 .cloneditem-2,
  .cid-qMgKwbzWHH .carousel-inner.slides5 .cloneditem-3,
  .cid-qMgKwbzWHH .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qMgKwbzWHH .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qMgKwbzWHH .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qMgKwbzWHH .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qMgKwbzWHH .carousel-inner.slides6 .cloneditem-1,
  .cid-qMgKwbzWHH .carousel-inner.slides6 .cloneditem-2,
  .cid-qMgKwbzWHH .carousel-inner.slides6 .cloneditem-3,
  .cid-qMgKwbzWHH .carousel-inner.slides6 .cloneditem-4,
  .cid-qMgKwbzWHH .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}


.cid-qSZ1WkoW3k {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f8fcfd;
}
.cid-qSZ1WkoW3k .container-fluid {
  padding: 0 3rem;
}
.cid-qSZ1WkoW3k .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-qSZ1WkoW3k .container-fluid {
    padding: 0 1rem;
  }
  .cid-qSZ1WkoW3k .video-block {
    width: 100% !important;
  }
}


.cid-qUJCAL0SN0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qUJCAL0SN0 .main-heading-content {
  margin-bottom: 5rem;
}
.cid-qUJCAL0SN0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qUJCAL0SN0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qUJCAL0SN0 .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.cid-qUJCAL0SN0 .form-control,
.cid-qUJCAL0SN0 textarea {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.cid-qUJCAL0SN0 .google-map {
  width: 100%;
  height: 30rem;
}
.cid-qUJCAL0SN0 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qUJCAL0SN0 a:link {
  text-decoration: none;
}
.cid-qUJCAL0SN0 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qUJCAL0SN0 .mbr-section-title,
.cid-qUJCAL0SN0 .underline {
  text-align: center;
  color: #232323;
}
.cid-qUJCAL0SN0 .mbr-section-subtitle DIV {
  text-align: right;
}



.cid-qUJE1cH3nS {
  padding-top: 10px;
  padding-bottom: 10px;
  /*background: #ffffff;*/
}
.cid-qUJE1cH3nS .container-fluid {
  padding: 0 3rem;
}
.cid-qUJE1cH3nS .mbr-section-title {
  margin-bottom: 0;
}
.cid-qUJE1cH3nS .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-qUJE1cH3nS .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-qUJE1cH3nS .underline {
  /*padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;*/
}
.cid-qUJE1cH3nS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qUJE1cH3nS .image-wrap {
  position: relative;
}
.cid-qUJE1cH3nS .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-qUJE1cH3nS .image-wrap:hover .img-overlay {
  opacity: 0.5;
}

.cid-qUJE1cH3nS .img-overlay {
  /*background-color: #ffffff;*/
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border: 3px solid;
  border-color: #e6e6e6;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-qUJE1cH3nS .image-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-qUJE1cH3nS .mbr-section-subtitle {
  line-height: 1.5;
}
.cid-qUJE1cH3nS .card-wrap {
  /*margin-bottom: 3rem;*/
}
.cid-qUJE1cH3nS .social-media {
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-qUJE1cH3nS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-qUJE1cH3nS .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}

.cid-qUJE1cH3nS .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
@media (max-width: 767px) {
  .cid-qUJE1cH3nS .container-fluid {
    padding: 0 1rem;
  }
}




.cid-qUJF42IyCW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qUJF42IyCW .content-slider {
  display: flex;
  justify-content: center;
  padding: 0;
}
.cid-qUJF42IyCW .modal-body .close {
  background: #1b1b1b;
}
.cid-qUJF42IyCW .modal-body .close span {
  font-style: normal;
}
.cid-qUJF42IyCW .carousel-inner > .active,
.cid-qUJF42IyCW .carousel-inner > .next,
.cid-qUJF42IyCW .carousel-inner > .prev {
  display: flex;
}
.cid-qUJF42IyCW .carousel-control .icon-next,
.cid-qUJF42IyCW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qUJF42IyCW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qUJF42IyCW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qUJF42IyCW .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qUJF42IyCW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qUJF42IyCW .boxed-slider > div {
  position: relative;
}
.cid-qUJF42IyCW .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkitobject-position: center;
}
.cid-qUJF42IyCW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qUJF42IyCW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qUJF42IyCW .mbr-table-cell {
  padding: 0;
}
.cid-qUJF42IyCW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qUJF42IyCW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qUJF42IyCW .mbr-overlay {
  z-index: 1;
}
.cid-qUJF42IyCW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-qUJF42IyCW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qUJF42IyCW .carousel-item .container {
    width: 100%;
  }
}
.cid-qUJF42IyCW .carousel-item-next.carousel-item-left,
.cid-qUJF42IyCW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qUJF42IyCW .active.carousel-item-right,
.cid-qUJF42IyCW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qUJF42IyCW .active.carousel-item-left,
.cid-qUJF42IyCW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/*.cid-qUJF42IyCW .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem; 
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}*/
.cid-qUJF42IyCW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qUJF42IyCW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qUJF42IyCW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qUJF42IyCW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qUJF42IyCW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qUJF42IyCW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qUJF42IyCW .mbr-slider .carousel-indicators li.active,
.cid-qUJF42IyCW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qUJF42IyCW .mbr-slider .carousel-indicators li::after,
.cid-qUJF42IyCW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qUJF42IyCW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qUJF42IyCW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qUJF42IyCW .mbr-slider > .container img {
  width: 100%;
}
.cid-qUJF42IyCW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qUJF42IyCW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qUJF42IyCW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qUJF42IyCW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qUJF42IyCW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qUJF42IyCW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-qUJF42IyCW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qUJF42IyCW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qUJF42IyCW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qUJF42IyCW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qUJF42IyCW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qUJF42IyCW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qUJF42IyCW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qUJF42IyCW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qUJF42IyCW .carousel-inner {
  height: 100%;
}
.cid-qUJF42IyCW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
/*.cid-qUJF42IyCW .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 500px;
  overflow: hidden;
}*/
.cid-qUJF42IyCW .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-qUJF42IyCW .content-slider-wrap {
  width: 100%;
}



.cid-qUJEJh94k7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qUJEJh94k7 p {
  color: #767676;
}
.cid-qUJEJh94k7 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qUJEJh94k7 .row-element,
.cid-qUJEJh94k7 .image-element {
  padding: 0;
}
.cid-qUJEJh94k7 .image-element {
  display: flex;
  justify-content: center;
}
.cid-qUJEJh94k7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qUJEJh94k7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qUJEJh94k7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-qUJEJh94k7 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-qUJEJh94k7 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qUJEJh94k7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-qUJEJh94k7 .underline .line {
    height: 2px;
  }
  .cid-qUJEJh94k7 .mbr-title,
  .cid-qUJEJh94k7 .underline,
  .cid-qUJEJh94k7 .mbr-text,
  .cid-qUJEJh94k7 .mbr-section-btn {
    text-align: center !important;
  }
}




.cid-qUJCSJgHJw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qUJCSJgHJw .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qUJCSJgHJw .number-wrap {
  color: #565656;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-qUJCSJgHJw .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #28262b;
}
.cid-qUJCSJgHJw .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-qUJCSJgHJw .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #28262b;
}
.cid-qUJCSJgHJw .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qUJCSJgHJw .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-qUJCSJgHJw .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-qUJCSJgHJw .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qUJCSJgHJw .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-qUJCSJgHJw .number,
  .cid-qUJCSJgHJw .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-qUJCSJgHJw .period {
    font-size: 0.8rem;
  }
}



.cid-qUKnpqUh1v {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background: #52bdf1;
  background: linear-gradient(180deg, #52bdf1, #efefef);*/
}
.cid-qUKnpqUh1v .mbr-iconfont-social {
  font-size: 32px;
  color: #ff7d84;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-qUKnpqUh1v .mbr-iconfont-social:hover {
  color: #8264fd;
}
.cid-qUKnpqUh1v .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qUKnpqUh1v .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qUKnpqUh1v .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-qUKnpqUh1v .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}



.cid-qUKnpqUh1v_footer_folow {
  padding-top: 10px;
  padding-bottom: 10px;
   /*background: #52bdf1;
 background: linear-gradient(180deg, #52bdf1, #efefef);*/
}
.cid-qUKnpqUh1v_footer_folow .mbr-iconfont-social {
  font-size: 32px;
  color: #ff7d84;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-qUKnpqUh1v_footer_folow .mbr-iconfont-social:hover {
  color: #8264fd;
}
.cid-qUKnpqUh1v_footer_folow .underline {
  padding-top: .1rem;
  padding-bottom: 1.5rem;
}
.cid-qUKnpqUh1v_footer_folow .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qUKnpqUh1v_footer_folow .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-qUKnpqUh1v_footer_folow .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}



.cid-qUKnsOck93_footer {
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-image: url("../../../assets/images/background1.jpg");*/
}
.cid-qUKnsOck93_footer [class^="socicon-"]:before,
.cid-qUKnsOck93_footer [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qUKnsOck93_footer .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qUKnsOck93_footer .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qUKnsOck93_footer .socicon {
  color: #5b686b;
}
.cid-qUKnsOck93_footer .btn-social {
  border-color: #1ba1e2;
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.cid-qUKnsOck93_footer .btn-social:hover {
  background: #1ba1e2;
}
.cid-qUKnsOck93_footer .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qUKnsOck93_footer .btn {
    font-size: 20px !important;
  }
  .cid-qUKnsOck93_footer .btn-social {
    margin-right: .1rem !important;
    margin-left: .1rem !important;
  }
}











.cid-qUKnsOck93 {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-image: url("../../../assets/images/background1.jpg");*/
}
.cid-qUKnsOck93 [class^="socicon-"]:before,
.cid-qUKnsOck93 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qUKnsOck93 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qUKnsOck93 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a38dfd, #fe525b);
  display: inline-block;
}
.cid-qUKnsOck93 .socicon {
  color: #5b686b;
}
.cid-qUKnsOck93 .btn-social {
  border-color: #1ba1e2;
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.cid-qUKnsOck93 .btn-social:hover {
  background: #1ba1e2;
}
.cid-qUKnsOck93 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qUKnsOck93 .btn {
    font-size: 20px !important;
  }
  .cid-qUKnsOck93 .btn-social {
    margin-right: .1rem !important;
    margin-left: .1rem !important;
  }
}




.cid-qK1AlBdjTf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qK1AlBdjTf .card-box {
  padding: 0 2rem;
}
.cid-qK1AlBdjTf .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qK1AlBdjTf .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qK1AlBdjTf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qK1AlBdjTf p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qK1AlBdjTf .mbr-text {
  color: #767676;
}
.cid-qK1AlBdjTf .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qK1AlBdjTf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qK1AlBdjTf .card-title {
  text-align: center;
}

.cid-qYxfvIphn8 .modal-body .close {
  background: #1b1b1b;
}
.cid-qYxfvIphn8 .modal-body .close span {
  font-style: normal;
}
.cid-qYxfvIphn8 .carousel-inner > .active,
.cid-qYxfvIphn8 .carousel-inner > .next,
.cid-qYxfvIphn8 .carousel-inner > .prev {
  display: table;
}
.cid-qYxfvIphn8 .carousel-control .icon-next,
.cid-qYxfvIphn8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qYxfvIphn8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qYxfvIphn8 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qYxfvIphn8 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qYxfvIphn8 .boxed-slider > div {
  position: relative;
}
.cid-qYxfvIphn8 .container img {
  width: 100%;
}
.cid-qYxfvIphn8 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qYxfvIphn8 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qYxfvIphn8 .mbr-table-cell {
  padding: 0;
}
.cid-qYxfvIphn8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qYxfvIphn8 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qYxfvIphn8 .mbr-overlay {
  z-index: 1;
}
.cid-qYxfvIphn8 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qYxfvIphn8 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qYxfvIphn8 .carousel-item .container {
    width: 100%;
  }
}
.cid-qYxfvIphn8 .carousel-item-next.carousel-item-left,
.cid-qYxfvIphn8 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qYxfvIphn8 .active.carousel-item-right,
.cid-qYxfvIphn8 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qYxfvIphn8 .active.carousel-item-left,
.cid-qYxfvIphn8 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/*.cid-qYxfvIphn8 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}*/
.cid-qYxfvIphn8 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qYxfvIphn8 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qYxfvIphn8 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qYxfvIphn8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qYxfvIphn8 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qYxfvIphn8 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qYxfvIphn8 .mbr-slider .carousel-indicators li.active,
.cid-qYxfvIphn8 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qYxfvIphn8 .mbr-slider .carousel-indicators li::after,
.cid-qYxfvIphn8 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qYxfvIphn8 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qYxfvIphn8 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qYxfvIphn8 .mbr-slider > .container img {
  width: 100%;
}
.cid-qYxfvIphn8 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qYxfvIphn8 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qYxfvIphn8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qYxfvIphn8 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qYxfvIphn8 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qYxfvIphn8 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qYxfvIphn8 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qYxfvIphn8 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qYxfvIphn8 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qYxfvIphn8 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qYxfvIphn8 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qYxfvIphn8 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qYxfvIphn8 .mbr-overlay ~ .container-slide {
  z-index: auto;
}



