body {
  line-height: 1.33;
  color: #000;
}
header {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
p {
  margin-bottom: 1.5rem;
}
@media (min-width: 1800px) {
  .container{
      max-width: 1574px;
  }
}
a {
  text-decoration: none;
}
.btn, .btn:hover, .btn:active {
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 0.5rem 3rem;
  line-height: 1.1;
}
.btn-primary, .btn-primary:hover, .btn-primary:active {
  color: #fff;
  background-color: #1CA9E1;
  border-color: #1CA9E1;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
  background-color: #fff;
  color: #1CA9E1;
  border-color: #fff;
}
.nav-link, .nav-link:focus, .nav-link:hover {
  font-size: 1.25rem;
  font-weight: bold;
  color: #707070;
  text-transform: uppercase;
}
.font-24 {
  font-size: 24px;
}
.bg-ex-light, .bg-ex-light-blue {
  background-color: #85D1FF !important;
  color: #fff !important;
}
.bg-light, .bg-light-blue {
  background-color: #1CA9E1 !important;
  color: #fff !important;
}
.bg-blue {
  background-color: #2747A1 !important;
  color: #fff !important;
}
.bg-dark-blue {
  background-color: #0A1578 !important;
  color: #fff !important;
}
.bg-green {
  background-color: #06D4A0 !important;
  color: #fff !important;
}
.bg-orange {
  background-color: #E97451 !important;
  color: #fff !important;
}
.bg-gray {
  background-color: #A8A8A8 !important;
  color: #fff !important;
}
.before-dot {
  display: block;
  position: relative;
  padding-left: 20px;
}
.before-dot:before {
	content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 32px;
  display: block;
  line-height: 1;
  transform: translateY(-50%);
}
.before-ex-light-blue-dot:before {
  color: #85D1FF !important;
}
.before-light-blue-dot:before {
  color: #1CA9E1 !important;
}
.before-blue-dot:before {
  color: #2747A1 !important;
}
.before-dark-blue-dot:before {
  color: #0A1578 !important;
}
.before-green-dot:before {
  color: #06D4A0 !important;
}
.before-orange-dot:before {
  color: #E97451 !important;
}
.before-gray-dot:before {
  color: #A8A8A8 !important;
}
.color-orange {
  color: #E97451 !important;
}
.color-blue {
  color: #2747A1 !important;
}
.color-light-blue {
  color: #1CA9E1 !important;
}
.color-dark-blue {
  color: #0A1578 !important;
}
.form-control {
  border: solid 1px #3E3E3E;
  border-radius: 0;
}
.small {
  font-size: 1rem;
}
.navbar-toggler .navbar-toggler-icon i {
  font-size: 2rem;
}
.navbar-toggler .navbar-toggler-icon i:before {
  color: #2747A1;
}
.footer a, .footer a:active, .footer a:hover {
  color: #fff;
}
.footer .footer-menu {
  list-style: none;
  padding: 0;
}
.footer .footer-menu .menu-item a {
  font-weight: 700;
}
.footer .footer-bottom-content {
  font-size: 18px;
}
.footer .footer-bottom-content .footer-menu-container {
  display: flex;
  justify-content: flex-end;
  gap: 130px;
  padding-right: 0 !important;
}
.social-share {
  display: flex;
  gap: 30px;
}
.social-link img {
  width: 67px;
  height: auto;
}
@media (max-width: 767px) {
  .footer .footer-bottom-content .footer-menu-container {
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
  }
  .footer .footer-bottom-content .footer-menu-container a {
    flex-basis: 100%;
  }
}
img {
  max-width: 100%;
}
.image-with-text {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.image-with-text.homepage-banner {
  background: #1CA9E1;
}
.image-with-text .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  min-height: 640px;
}
.image-with-text .image-wrapper-bg {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 50%;
  height: 159%;
  right: 0;
  width: 100%;
  overflow: hidden;
  transform: translateY(-50%);
}
.image-with-text.image-radius-right .image-wrapper-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 50%;
  height: 130%;
  right: -100;
  width: 50%;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  overflow: hidden;
  transform: translateY(-50%);
}
.image-with-text.image-radius .image-wrapper-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 50%;
  height: 130%;
  right: 0;
  width: 50%;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  overflow: hidden;
  transform: translateY(-50%);
}
.image-with-text .image-wrapper-bg img {
  display: none;
}
.image-with-text .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-right: 50px;
}
.image-with-text .text-container:before {
  content: '';
  display: block;
  position: absolute;
  width: 50vw;
  height: 161%;
  right: 0;
  top: 50%;
  background: #fff;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  transform: translateY(-50%);
}
.image-with-text.homepage-banner .text-container {
  color: #fff;
}
.image-with-text.homepage-banner .text-container:before {
  background-image: linear-gradient(90deg, #1CA9E1 0%, #212059 100%);  
}
.image-with-text .text-container .text-wrapper {
  position: relative;
}
.image-with-text h1, .image-with-text h2 {
  font-weight: 300;
  font-size: 3rem;
  color: #1CA9E1;
}
.image-with-text h2,
.apply-form-wrapper h2 {
  font-weight: 300;
  font-size: 2.4rem;
  color: #1CA9E1;
}
.image-with-text.homepage-banner h1, .image-with-text.homepage-banner h2 {
  color: #fff;
}
.image-with-text .btn {
  font-size: 1.5rem;
}
.image-with-text.image-radius .text-container:before {
  border-radius: 0;
}
.image-with-text h3 {
  color: #2747A1;
  font-size: 1.8rem;
}
.icon-list-container .icon-container img {
  width: 55px;
  max-width: unset;
}
.icon-list-container .icon-desc {
  font-size: 1.3rem;
}
.image-with-text.app-download-section {
  background-image: linear-gradient(90deg, #1CA9E1 0%, #212059 100%);
  color: #fff;
}
.image-with-text.app-download-section .text-container:before {
  display: none;
}
.image-with-text.app-download-section .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-with-text.app-download-section h2 {
  color: #fff;
}
.text-with-image-background {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-with-image-background h1, .text-with-image-background h2 {
  font-weight: 300;
  font-size: 3rem;
}
.out-team .heading {
  font-size: 3rem;
  font-weight: 300;
  color: #1CA9E1;
}
.out-team .team-member {
  max-width: 438px;
}
.out-team .team-member img {
  border-radius: 50%;
}
.out-team .team-member .info {
  text-align: center;
}
.out-team .team-member .name {
  font-size: 24px;
  font-weight: 700;
}
.out-team .team-member .role {
  font-size: 24px;
  font-weight: 400;
}
.packages .heading {
  color: #1CA9E1;
  font-size: 3rem;
  font-weight: 300;
}
.btn-package {
  /* padding: 1.5rem 2.5rem; */
}
.packages .package-option-title-wrapper {
  border-radius: 145px;
}
.packages .package-option-title-wrapper .icon-wrapper img {
  max-height: 60px;
}
.packages .package-option-title-wrapper .package-info-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.packages .package-option-title-wrapper .package-info-subtitle {
  font-size: 1rem;
  font-weight: 700;
}
.packages .package-option-title-wrapper .price-wrapper {
  color: #2747A1;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  background: #fff;
  border-radius: 145px;
  flex-shrink: 0;
}
.packages .package-info-button-wrapper {
  /* max-width: 450px;
  border-bottom-left-radius: 145px;
  border-bottom-right-radius: 145px; */
  min-width: 150px;
}
.packages .package-info {
  margin-left: 140px;
}
.packages .package-info .info-include-title {
  color: #0A1578;
  gap: 50px;
}
.packages .package-info .info-include-title:after {
  content: "";
  border: solid 1px #0A1578;
  flex-grow: 1;
  height: 0;
  margin-top: 15px;
}
.packages .package-option-summary-wrapper {
  cursor: pointer;
}
.packages .package-option-summary-wrapper .package-info-button-wrapper i {
  color: #fff;
  margin-left: 20px;
}
.packages .package-option-summary-wrapper .package-info-button-wrapper:before {
  /* content: "What’s in it"; */
}
.packages .package-option-summary-wrapper:not(.collapsed) .package-info-button-wrapper:before {
  /* content: "See less"; */
}
.packages .package-option-summary-wrapper:not(.collapsed) .package-info-button-wrapper i {
  transform: rotate(90deg);
}
.process-steps .process-step {
  max-width: 400px;
}
.service-location ul {
  list-style: none;
  padding: 0;
}
.blog-image img {
  max-width: unset;
  width: 100%;
  border-radius: 60px;
  max-height: 600px;
  object-fit: cover;
}
h1 {
  font-size: 3rem;
}
.btn-search-post {
  width: 70%;
  border: solid 1px #707070;
  text-transform: initial !important;
  border-radius: 35px;
  display: block;
}
.featured-image img {
  border-radius: 60px;
}
.accordion-item {
  border: none;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  background: none;
  border-bottom: solid 2px #0A1578;
}
.accordion-button:focus {
  box-shadow: unset;
  border-bottom: solid 2px #0A1578;
}
.accordion-button::after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  background: none !important;
}
.accordion-button.collapsed::after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\2b";
}
.contact-us .image-wrapper {
  border-radius: 40px;
  overflow: hidden;
}
.underline-20 {
  display: block;
  margin-bottom: 5rem;
  position: relative;
}
.underline-20:after {
  content: "";
  border-top: solid 2px #000;
  position: absolute;
  width: 50px;
  bottom: -20px;
  left: 0;
}
.cocktail-wrapper .cocktail {
  gap: 3rem;
}
.cocktail-wrapper .image-wrapper {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color:  #1CA9E1;
}
.process-steps-wrapper .image-container img {
  max-width: 180px;
}
.team-member img {
  max-width: 250px;
}
.form-control {
  font-size: 18px;
}
.social-link img {
  border-radius: 50%;
}
.header-button-wrapper {
  background-image: linear-gradient(90deg, #1CA9E1 0%, #212059 100%);
  color: #fff;
}
@media (max-width: 991px) {
  .btn, .btn:hover, .btn:active {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
  .image-with-text {
    /* background: #1CA9E1; */
  }
  .image-with-text .image-wrapper-bg {
    position: initial !important;
    height: auto !important;
    width: 100% !important;
    transform: unset !important;
    border-radius: 0 !important;
  }
  .image-with-text .image-wrapper-bg img {
    display: block;
  }
  .image-with-text .container {
    display: block;
    min-height: unset;
  }
  .image-with-text .text-container {
    padding-right: 0;
    display: block;
    padding: 3rem 0;
  }
  .image-with-text .text-container:before {
    display: none;
  }
  h1,
  .image-with-text h1,
  .text-with-image-background h1 {
    font-size: 2.3rem;
  }
  .image-with-text h2,
  .text-with-image-background h2,
  .packages .heading,
  .apply-form-wrapper h2 {
    font-size: 2rem;
  }
  .image-with-text .btn {
    font-size: 1.2rem;
  }
  .packages .package-option-title-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 0;
  }
  .packages .package-option-title-wrapper .package-info-title {
    font-size: 1.5rem;
  }
  .packages .package-option-title-wrapper .package-info-subtitle {
    font-size: 1rem;
  }
  .packages .package-info {
    margin-left: 0;
    padding-right: 0 !important;
  }
  .footer-logo-container {
    width: 100%;
    text-align: center;
  }
  .social-share {
    justify-content: center;
  }
  .packages .package-info-button-wrapper {
    min-width: unset;
  }
}


/* post styles */
.blog-page .content-wrapper h2 {
  font-weight: 700;
  color: #2063AE;
  font-size: 36px;
}
.blog-page .content-wrapper h3 {
  font-weight: 700;
  color: #000;
  font-size: 28px;
}
.blog-page .content-wrapper h4 {
  font-weight: 700;
  color: #000;
  font-size: 24px;
}
.blog-page .content-wrapper p {
  color: #000;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .blog-page .content-wrapper h2 {
    font-size: 30px;
  }
  .blog-page .content-wrapper h3 {
    font-size: 26px;
  }
  .blog-page .content-wrapper h4 {
    font-size: 22px;
  }
}