@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
* {
  font-family: 'Roboto', sans-serif;
  word-break: break-word;
}
div {
  color: #707070;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 53px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 1199px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 24px;
  }
}
main {
  min-height: 400px;
  background-color: #f7f7f7;
}
.display-flex {
  display: flex;
}
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: var(--bs-gutter-x, 2rem);
  padding-right: var(--bs-gutter-x, 2rem);
  position: relative;
}
.block-margin {
  margin-bottom: 50px;
}
a.button {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 0;
  width: 194px;
  line-height: 56px;
  cursor: pointer;
  font-weight: 500;
  background: transparent;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #08142e;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a.button::after {
  font-family: 'Font Awesome 6 Free';
  content: "\f178";
  margin-left: 10px;
  font-weight: 900;
}
a.button:hover {
  letter-spacing: .25px;
  background: #7ccaff;
  color: #000;
}
.form-actions button {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 0;
  width: 194px;
  line-height: 56px;
  cursor: pointer;
  font-weight: 500;
  background: transparent;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #08142e;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.form-actions button::after {
  font-family: 'Font Awesome 6 Free';
  content: "\f178";
  margin-left: 10px;
  font-weight: 900;
}
.form-actions button:hover {
  letter-spacing: .25px;
  background: #7ccaff;
  color: #000;
}
.form-actions .btn-primary {
  border: none;
  letter-spacing: normal !important;
  transition: all 0.3s ease-in-out;
}
.form-actions .btn-primary:active {
  background: #7ccaff;
  color: #000;
}
.form-actions .btn-primary:focus {
  background-color: #7ccaff;
  box-shadow: none;
  color: #000;
}
.contact-info-wrapper {
  align-items: center;
}
.contact-info-wrapper .icon-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7ccaff;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 0.57);
  -moz-box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 0.57);
  box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 0.57);
  margin-right: 15px;
}
.contact-info-wrapper .icon-wrapper i {
  color: #fff;
}
.contact-info-wrapper .text-wrapper a {
  text-decoration: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
}
.google-maps-container iframe {
  height: 500px;
  width: 100%;
}
.custom-button {
  margin: 0;
  outline: none;
  border: none;
  text-decoration: none;
  list-style-type: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  font-size: 16px;
  padding: 0;
  width: 194px;
  line-height: 56px;
  cursor: pointer;
  font-weight: 500;
  background: transparent;
  vertical-align: middle;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #142a5b;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
}
.custom-button a {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: #fff;
  padding-right: 10px;
}
.custom-button:hover a {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  color: #282828;
}
.custom-button:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  background: #7ccaff;
  color: #282828;
}
header p,
header ul {
  margin-bottom: 0px;
}
header .header-top {
  background: #142a5b;
  padding: 22px 0;
}
@media (max-width: 991px) {
  header .header-top {
    display: none;
  }
}
header .header-top .top-nav-wrapper {
  justify-content: space-between;
  align-items: center;
}
header .header-top .top-nav-wrapper .top-left p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
header .header-top .top-nav-wrapper .top-right li:first-child {
  margin-right: 50px;
}
header .header-top .top-nav-wrapper .top-right li {
  list-style: none;
}
header .header-top .top-nav-wrapper .top-right a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
header .header-top .top-nav-wrapper .top-right a:hover {
  color: #7ccaff;
}
header .header-top .top-nav-wrapper .top-right .light-blue-icon {
  color: #7ccaff;
  margin-right: 8px;
}
header .header-bottom .middle-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 22px 0px;
}
@media (max-width: 991px) {
  header .header-bottom .middle-nav-wrapper {
    padding: 16px 0px;
  }
}
header .header-bottom .middle-nav-wrapper .middle-left img {
  width: 300px;
}
@media (max-width: 991px) {
  header .header-bottom .middle-nav-wrapper .middle-left img {
    width: 160px;
  }
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar {
  padding: 0px;
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid {
  padding: 0px;
}
@media (min-width: 992px) {
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .mobile-contact {
    display: none;
  }
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .navbar-toggler:focus {
  box-shadow: none;
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .navbar-toggler:hover .icon-bar {
  background-color: #7ccaff;
}
@media (max-width: 991px) {
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show {
    width: 60%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #0B2639;
    padding: 20px 0;
    padding-bottom: 1000px;
    z-index: 100;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .toggler-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-toggler:focus {
    box-shadow: none;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse .navbar-nav {
    padding: 25px 0;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse .navbar-nav .nav-item {
    padding: 10px 15px;
    border-bottom: 1px solid #3c3c3c;
    display: block;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse .navbar-nav .nav-item a {
    color: #fff;
    font-size: 14px;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse .navbar-nav .nav-item a:hover {
    color: #7ccaff;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse ul.mobile-contact {
    padding-left: 0px;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse ul.mobile-contact li {
    padding: 10px 15px;
    list-style: none;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse ul.mobile-contact a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse ul.mobile-contact a:hover {
    color: #7ccaff;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .navbar-collapse ul.mobile-contact .white-icon {
    color: #fff;
    margin-right: 8px;
  }
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid.show .icon-bar {
    color: #fff;
    background-color: #fff;
  }
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .navbar-brand {
  display: none;
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .navbar-nav .nav-item .nav-link {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  margin-right: 75px;
  color: #333333;
}
@media (max-width: 1199px) {
  header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    margin-right: 30px;
  }
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .navbar-nav .nav-item .nav-link.active {
  color: #7ccaff;
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .navbar-nav .nav-item .nav-link:hover {
  color: #7ccaff;
}
header .header-bottom .middle-nav-wrapper .middle-right .navbar .container-fluid .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0px;
}
footer {
  color: #fff;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer ul {
  padding-left: 0px;
}
footer ul li {
  list-style: none;
}
footer ul li.list-spacing {
  margin-bottom: 25px;
}
footer .footer-top {
  background: #142a5b;
}
footer .footer-top .top-container {
  min-height: 158px;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .footer-top .top-container {
    display: block;
  }
}
footer .footer-top .top-container .top-left {
  display: inline-block;
}
@media (min-width: 768px) {
  footer .footer-top .top-container .top-left {
    margin-right: 30px;
  }
}
footer .footer-top .top-container .top-left h4 {
  padding-bottom: 15px;
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
footer .footer-top .top-container .top-right {
  display: inline-block;
  margin-left: auto;
}
footer .footer-top .top-container .top-right a {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  font-size: 16px;
  padding: 0;
  width: 194px;
  line-height: 56px;
  cursor: pointer;
  font-weight: 500;
  background: transparent;
  vertical-align: middle;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #142a5b;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  width: 264px;
  font-size: 14px;
  background: #7ccaff;
  display: block;
}
footer .footer-top .top-container .top-right a:hover {
  color: #282828;
}
footer .footer-top .top-container .top-right a i {
  padding-left: 10px;
}
footer .footer-bottom {
  padding-top: 70px;
  padding-bottom: 90px;
  background: #08142e;
}
footer .footer-bottom .bottom-container {
  display: flex;
}
@media (max-width: 767px) {
  footer .footer-bottom .bottom-container {
    display: block;
  }
}
footer .footer-bottom .bottom-container .bottom-left {
  display: inline-block;
}
footer .footer-bottom .bottom-container .bottom-left img {
  width: 300px;
}
@media (max-width: 767px) {
  footer .footer-bottom .bottom-container .bottom-left {
    display: block;
  }
}
footer .footer-bottom .bottom-container .bottom-right {
  display: inline-block;
  margin-left: auto;
  color: #fff;
}
footer .footer-bottom .bottom-container .bottom-right p {
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer-bottom .bottom-container .bottom-right {
    display: block;
  }
}
footer .footer-bottom .footer-spacing {
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer-bottom .mobile-margin {
    margin-bottom: 30px;
  }
}
footer .footer-bottom .email-form fieldset {
  color: #282828;
}
footer .footer-bottom .email-form fieldset label {
  display: none;
}
footer .footer-bottom .email-form fieldset .text-muted {
  display: none;
}
footer .footer-bottom .email-form fieldset input::placeholder {
  font-style: normal;
  /* Change placeholder font style to normal */
  color: #969696;
}
footer .footer-bottom .email-form fieldset input {
  border-radius: 0px;
  padding: 0 10px;
  line-height: 51px;
}
footer .footer-bottom .email-form button {
  width: 100%;
  font-size: 14px;
  background: #7ccaff;
  height: 45px;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-color: #7ccaff;
  border-radius: unset;
}
footer .footer-bottom .email-form button:hover {
  color: #282828;
}
footer .footer-bottom .email-form button:focus {
  box-shadow: unset;
}
footer .footer-bottom .email-form .form-control:focus {
  color: unset;
  background-color: #fff;
  border-color: unset;
  outline: 0;
  box-shadow: none;
}
footer .footer-bottom .copyright {
  padding: 40px 0;
  border-top: 2px solid #213b5a;
  text-align: center;
}
footer .footer-bottom .copyright p {
  color: #686868;
  font-size: 14px;
}
footer .footer-bottom .icon-wrapper {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
footer .footer-bottom .text-wrapper {
  display: inline-block;
  font-size: 14px;
}
footer .footer-bottom .small-divider {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}
footer .footer-bottom .small-divider.email {
  margin-top: 44px;
  margin-bottom: 74px;
}
footer .footer-bottom .small-divider::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 3px;
  background: #7ccaff;
  top: 1px;
}
footer .footer-bottom .small-divider::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 34px;
  height: 1px;
  left: 23px;
  top: 2px;
}
#back2top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  font-size: 22px;
  background: #7ccaff;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  z-index: 99;
}
#back2top i {
  vertical-align: middle;
}
.hero-image-home {
  height: 1270px;
}
@media (max-width: 991px) {
  .hero-image-home {
    height: 100%;
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  .hero-image-home {
    height: 100%;
    min-height: 550px;
  }
}
@media (max-width: 350px) {
  .hero-image-home {
    height: 100%;
    min-height: 750px;
  }
}
.hero-image-home .ccm-block-hero-image {
  height: 100%;
}
.hero-image-home .ccm-block-hero-image-cover {
  height: 100%;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-image {
  height: 100%;
}
@media (max-width: 991px) {
  .hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-image {
    height: 100%;
    min-height: 550px;
  }
}
@media (max-width: 575px) {
  .hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-image {
    height: 100%;
    min-height: 550px;
  }
}
@media (max-width: 350px) {
  .hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-image {
    height: 100%;
    min-height: 750px;
  }
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text {
  height: 100%;
  align-items: baseline;
}
@media (max-width: 575px) {
  .hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text {
    height: 100%;
    min-height: 550px;
  }
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text.wrapper {
  width: 100%;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-title h1 {
  font-size: 53px;
  font-weight: 700;
  font: 'Roboto', sans-serif;
  color: #fff;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-title h1 {
    font-size: 24px;
  }
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-title .blue-text {
  color: #7ccaff;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-text {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 22px;
  border-left: 3px solid #7ccaff;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-button .hero-button-text {
  display: flex;
  align-items: center;
  height: 58px;
  background-color: #08142e;
  padding: 0 20px;
  width: fit-content;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-button .hero-button-text:hover a {
  color: #000;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-button .hero-button-text:hover i {
  color: #000;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-button .hero-button-text a {
  padding: 0px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: none;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-button .hero-button-text:hover {
  background-color: #7ccaff;
  color: #000;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-button .hero-button-text .fa- {
  display: none;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-button .hero-button-text i {
  padding-left: 10px;
  color: #fff;
}
.hero-image-home div.ccm-block-hero-image div.ccm-block-hero-image-text .hero-text .hero-button .hero-button-text .btn:focus {
  box-shadow: none;
}
.hero-image-content {
  height: 410px;
}
.hero-image-content .ccm-block-hero-image {
  height: 100%;
  min-height: 410px;
}
.hero-image-content .ccm-block-hero-image-cover {
  height: 100% !important;
  min-height: 410px;
  background: rgba(0, 0, 0, 0.4);
}
.hero-image-content div.ccm-block-hero-image div.ccm-block-hero-image-image {
  height: 100%;
  min-height: 410px;
}
.hero-image-content div.ccm-block-hero-image div.ccm-block-hero-image-text {
  height: 100%;
  min-height: 410px;
}
.hero-image-content h1 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 53px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0px;
}
.hero-image-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '\f101';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
}
.hero-image-content .breadcrumb .breadcrumb-item {
  color: #fff;
}
.hero-image-content .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #7ccaff;
}
.custom-image {
  position: relative;
  margin-top: 30px;
  margin-right: 140px;
}
@media (max-width: 1199px) {
  .custom-image {
    margin-right: 45px;
  }
}
@media (max-width: 991px) {
  .custom-image {
    margin-right: 60px;
  }
}
@media (max-width: 575px) {
  .custom-image {
    margin-right: 0px;
    margin-top: 0px;
  }
}
.custom-image .information-area {
  padding: 65px 50px 130px 50px;
  position: absolute;
  right: -90px;
  top: -65px;
  background: url(/application/themes/meeby/images/information-icon.png) no-repeat;
  background-position: right top;
}
@media (max-width: 575px) {
  .custom-image .information-area {
    display: none;
  }
}
.custom-image .information-area .title-text {
  font-size: 53px;
  font-weight: 900;
  color: #08142e;
  margin-right: 10px;
  width: 210px;
  overflow-wrap: break-word;
}
.custom-image .information-area .subtitle-text {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  width: 210px;
  overflow-wrap: break-word;
}
