/*!
  Theme Name: Meridian Financial LLC
  Theme URI: https://meridianfinllc.com/
  Author: Ember Web
  Author URI: https://www.emberweb.co.uk/
  Description: Created for Meridian Financial LLC by Ember Web.
  Version: 1.0.0
  Tested up to: 5.4
  Requires PHP: 5.6
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
  Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

* {
  scroll-behavior: smooth !important;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1350px;
  }
}

p,
span {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Lora", serif;
}

.title-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .title-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .title-area {
    margin-bottom: 40px;
  }
}
.title-area span {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .title-area span {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.title-area h2 {
  color: #002030;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .title-area h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .title-area h2 {
    font-size: 26px;
  }
}
.title-area p {
  color: #00608F;
  max-width: 750px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .title-area p {
    max-width: 550px;
    font-size: 16px;
  }
}

body, button, input, select, optgroup, textarea {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #21759b;
  transition: 0.5s;
}
a:visited {
  color: #21759b;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

button {
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}

.border-button {
  background-color: transparent;
  color: #EBF5FA;
  max-width: 160px;
  width: max-content;
  padding: 10px 20px;
  font-size: 18px;
  outline: none;
  border: 1px solid #EBF5FA;
  transition: 0.5s all;
}
.border-button:hover {
  background-color: #EBF5FA;
  color: #002030;
  transition: 0.5s all;
}

.custom-button {
  background-color: #66B3D8;
  color: white;
  display: block;
  max-width: max-content;
  width: max-content !important;
  padding: 10px 16px !important;
  font-size: 20px;
  border-radius: 12px;
  font-weight: 600;
  outline: none !important;
  border: 1px solid #66B3D8 !important;
  transition: 0.5s all;
}
.custom-button:hover {
  background-color: transparent;
  color: #66B3D8;
  transition: 0.5s all;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  background-color: white;
  padding: 20px 0 10px;
}
@media (max-width: 1199px) {
  header {
    padding: 0px 0 0px;
  }
}
header.scrolled {
  padding: 0px 0 0px;
  box-shadow: 0 0px 4px 0px rgba(3, 3, 3, 0.137);
  transition: padding 0.3s ease;
}
header .navbar-content {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navbar-content #nav-toggle-checkbox {
  display: none;
}
@media (max-width: 991px) {
  header .navbar-content #nav-toggle-checkbox:checked ~ ul {
    right: 0;
  }
}
header i {
  color: #00608F;
  cursor: pointer;
}
header .logo img {
  height: 43px;
}
header ul {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  header ul {
    position: fixed;
    background: #00608F;
    height: calc(100vh - 50px);
    top: 100px;
    right: -100%;
    width: 50%;
    flex-direction: column;
    align-items: center;
    transition: right 0.5s linear;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  header ul {
    justify-content: space-evenly;
    gap: 0;
    padding: 0 0 30px 0;
    width: 100%;
  }
}
header ul li {
  list-style: none;
}
header ul li a {
  text-decoration: none;
  color: #00608F;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: "DM Sans";
  font-size: 14px;
}
@media (max-width: 991px) {
  header ul li a {
    color: white;
  }
}
header ul li a:hover, header ul li a.active {
  color: #66B3D8;
  font-weight: 600;
}
header .custom-button {
  width: 137px;
  background-color: #66B3D8;
  color: #002030;
  display: block;
  max-width: max-content;
  width: max-content;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 100px;
  font-weight: 500;
  outline: none;
  border: 1px solid #66B3D8;
}
header .custom-button:hover, header .custom-button.active {
  background-color: transparent;
  color: #66B3D8;
}
header .menu {
  font-size: 2.5rem;
  display: none;
}
@media (max-width: 991px) {
  header .menu {
    display: block;
    width: 100px;
    text-align: center;
  }
}

.hero-section {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .hero-section {
    padding: 20px 0;
  }
}
.hero-section .hero-content {
  position: relative;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  min-height: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  background-color: #828282;
  background: url("images/hero-bg.png") no-repeat center center/cover;
  padding: 20px;
}
@media (max-width: 991px) {
  .hero-section .hero-content {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content {
    min-height: 300px;
    border-radius: 10px;
    gap: 20px;
  }
}
.hero-section .hero-content h2 {
  max-width: 488px;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 104%;
  text-align: center;
  letter-spacing: -1px;
  color: #00405F;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content h2 {
    font-size: 26px;
  }
}
.hero-section .hero-content p {
  max-width: 750px;
  font-size: 20px;
  color: #00608F;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content p {
    font-size: 16px;
    max-width: 550px;
  }
}
.hero-section .hero-content img#about {
  position: absolute;
  bottom: 40px;
  width: 20px;
  height: 15px;
  cursor: pointer;
  animation: bounce 2s infinite;
}
@media (max-width: 767px) {
  .hero-section .hero-content img#about {
    bottom: 20px;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.about-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .about-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 40px 0;
  }
}
.about-section .about-content {
  background-color: #ebf5fa;
  border-radius: 20px;
  padding: 72px 70px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 991px) {
  .about-section .about-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .about-section .about-content {
    padding: 20px;
    border-radius: 10px;
    gap: 15px;
  }
}
.about-section .about-content span {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-section .about-content span {
    font-size: 16px;
  }
}
.about-section .about-content h2 {
  color: #002030;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .about-section .about-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-section .about-content h2 {
    font-size: 26px;
  }
}
.about-section .about-content p {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .about-section .about-content p {
    font-size: 16px;
  }
}
.about-section .about-different {
  border-radius: 20px;
  padding: 72px 70px 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-section .about-different {
    padding: 30px 30px 0px;
  }
}
@media (max-width: 767px) {
  .about-section .about-different {
    gap: 30px;
    padding: 20px 10px 0;
  }
}
.about-section .about-different img {
  height: 460px;
}
@media (max-width: 991px) {
  .about-section .about-different img {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .about-section .about-different img {
    height: 240px;
  }
}
.about-section .about-different .about-different-content h2 {
  color: #002030;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .about-section .about-different .about-different-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-section .about-different .about-different-content h2 {
    font-size: 26px;
  }
}
.about-section .about-different .about-different-content p {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .about-section .about-different .about-different-content p {
    font-size: 16px;
  }
}

.services-section {
  background-color: #ebf5fa;
  margin-top: 55px;
  padding: 90px 0 20px;
}
@media (max-width: 991px) {
  .services-section {
    margin-top: 0px;
    padding: 60px 0 50px;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 40px 0 30px;
  }
}
.services-section .service-card {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .services-section .service-card {
    margin-bottom: 30px;
    gap: 15px;
  }
}
.services-section .service-card img {
  width: 70px;
  height: 70px;
}
@media (max-width: 991px) {
  .services-section .service-card img {
    width: 40px;
    height: 40px;
  }
}
.services-section .service-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .services-section .service-card .card-content {
    gap: 8px;
    max-width: 100%;
  }
}
.services-section .service-card .card-content h3 {
  color: #002030;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .services-section .service-card .card-content h3 {
    font-size: 22px;
  }
}
.services-section .service-card .card-content p {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .services-section .service-card .card-content p {
    font-size: 16px;
  }
}

.values-section {
  padding: 90px 0 60px;
}
@media (max-width: 991px) {
  .values-section {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .values-section {
    padding: 40px 0 30px;
  }
}
.values-section .value-img {
  width: 100%;
}
@media (max-width: 991px) {
  .values-section .value-img img {
    height: 300px;
    margin-bottom: 20px;
    display: none;
  }
}
.values-section .value-card {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .values-section .value-card {
    margin-bottom: 30px;
  }
}
.values-section .value-card img {
  width: 22px;
  margin-top: 5px;
}
.values-section .value-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .values-section .value-card .card-content {
    gap: 8px;
  }
}
.values-section .value-card .card-content h3 {
  color: #002030;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .values-section .value-card .card-content h3 {
    font-size: 22px;
  }
}
.values-section .value-card .card-content p {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .values-section .value-card .card-content p {
    font-size: 16px;
  }
}

.team-section {
  background-color: #ebf5fa;
  margin-top: 55px;
  padding: 90px 0 20px;
}
@media (max-width: 991px) {
  .team-section {
    margin-top: 0px;
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .team-section {
    padding: 40px 0 30px;
  }
}
.team-section .title-area {
  text-align: center;
}
.team-section .title-area p {
  margin: 0 auto;
}
.team-section .team-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .team-section .team-card {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.team-section .team-card .img-wrap {
  position: relative;
  width: 100%;
}
.team-section .team-card .img-wrap .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: transparent;
}
.team-section .team-card .img-wrap .shadow::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 12px;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
  box-shadow: 10px 10px 100px 100px #49b3db;
}
.team-section .team-card .img-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .team-section .team-card .img-wrap img {
    border-radius: 10px;
  }
}
.team-section .team-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .team-section .team-card .card-content {
    gap: 8px;
  }
}
.team-section .team-card .card-content h3 {
  color: #002030;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .team-section .team-card .card-content h3 {
    font-size: 22px;
  }
}
.team-section .team-card .card-content p {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .team-section .team-card .card-content p {
    font-size: 16px;
  }
}

.contact-section {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .contact-section {
    padding: 40px 0;
  }
}
.contact-section .title-area p {
  max-width: 100%;
}
.contact-section .contact-form {
  width: 100%;
  background: white;
  border-radius: 12px;
  border: 2px solid #66B3D8;
  padding: 56px 48px;
  max-width: 750px;
}
@media (max-width: 991px) {
  .contact-section .contact-form {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
  }
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 30px;
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
}
.contact-section .contact-form p {
  position: relative;
}
.contact-section .contact-form p span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-section .contact-form + .wpcf7-response-output {
  max-width: 750px;
  border-radius: 12px;
  margin-left: -12px;
}
.contact-section .cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.contact-section .cta-wrap .book-a-call {
  background-color: #ebf5fa;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 66px 48px;
  gap: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .contact-section .cta-wrap .book-a-call {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-section .cta-wrap .book-a-call {
    padding: 20px;
    gap: 20px;
    border-radius: 10px;
  }
}
.contact-section .cta-wrap .book-a-call h2 {
  color: #002030;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact-section .cta-wrap .book-a-call h2 {
    font-size: 32px;
  }
}
.contact-section .cta-wrap .book-a-call p {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact-section .cta-wrap .book-a-call p {
    font-size: 16px;
  }
}
.contact-section .cta-wrap .book-a-call .custom-button {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .contact-section .cta-wrap .book-a-call .custom-button {
    margin-top: 15px;
  }
}
.contact-section .cta-wrap .contact-globe-img {
  width: 217px;
}
@media (max-width: 991px) {
  .contact-section .cta-wrap .contact-globe-img {
    display: none;
  }
}

.footer {
  background-color: #002030;
}
.footer .wrapper {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .footer .wrapper {
    padding: 50px 0;
  }
}
.footer .wrapper .logo img {
  height: 43px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .footer .wrapper .logo img {
    width: 100px;
  }
}
.footer .wrapper .logo p {
  font-size: 16px;
  color: #cce6f2;
  font-weight: 400;
  max-width: 440px;
}
@media screen and (max-width: 991px) {
  .footer .wrapper .logo p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer .wrapper .logo p {
    font-size: 16px;
  }
}
.footer .wrapper .info h2 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Lora", serif;
  color: #66b3d8;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .footer .wrapper .info h2 {
    margin-top: 40px;
  }
}
.footer .wrapper .info ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .footer .wrapper .info ul {
    display: flex;
    flex-direction: column;
  }
}
.footer .wrapper .info ul li {
  list-style-type: none;
  font-size: 16px;
  color: #cfd3d7;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .footer .wrapper .info ul li {
    text-align: left;
  }
}
.footer .wrapper .info ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fbfcff;
}
.footer .wrapper .info ul li a:hover {
  color: #cfd3d7;
}
.footer .wrapper .info ul li a img {
  width: 74px;
}
.footer .wrapper .info ul li a img:hover {
  opacity: 0.7;
}
.footer .wrapper .info ul li:last-child {
  margin-bottom: 0;
}
.footer .wrapper .info ul li img {
  width: 16px;
  height: 20px;
  margin-top: 2px;
}
.footer .wrapper .info ul li .call {
  text-decoration: underline;
}
.footer .copy-right {
  padding-bottom: 25px;
}
.footer .copy-right .links {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .footer .copy-right .links {
    gap: 10px;
    flex-direction: column;
  }
}
.footer .copy-right .links p {
  font-size: 16px;
  font-weight: 400;
  color: #cce6f2;
}
.footer .copy-right .links a {
  font-size: 14px;
  font-weight: 500;
  color: #cce6f2;
}

.service-hero-section {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .service-hero-section {
    padding: 20px 0;
  }
}
.service-hero-section .hero-content {
  position: relative;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  min-height: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  background-color: #828282;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px;
}
@media (max-width: 991px) {
  .service-hero-section .hero-content {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .service-hero-section .hero-content {
    background-color: rgba(0, 96, 143, 0.1);
    min-height: 300px;
    border-radius: 10px;
    gap: 20px;
    padding: 50px 20px;
    background-size: inherit;
  }
}
.service-hero-section .hero-content h2 {
  max-width: 474px;
  font-size: 40px;
  color: #002030;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .service-hero-section .hero-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .service-hero-section .hero-content h2 {
    font-size: 26px;
  }
}
.service-hero-section .hero-content p {
  max-width: 750px;
  font-size: 20px;
  color: #00608F;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .service-hero-section .hero-content p {
    font-size: 16px;
    max-width: 550px;
  }
}
.service-hero-section .hero-content img#about {
  position: absolute;
  bottom: 40px;
  width: 20px;
  height: 15px;
  cursor: pointer;
  animation: bounce 2s infinite;
}
@media (max-width: 767px) {
  .service-hero-section .hero-content img#about {
    bottom: 20px;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.service-stage-section {
  padding: 90px 0 160px;
}
@media (max-width: 991px) {
  .service-stage-section {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .service-stage-section {
    padding: 40px 0 30px;
  }
}
.service-stage-section .stage-img {
  width: 100%;
}
.service-stage-section .stage-img img {
  width: 100%;
  height: 100%;
  max-height: 732px;
}
@media (max-width: 991.98px) {
  .service-stage-section .stage-img img {
    height: 400px;
    margin-bottom: 60px;
    object-fit: contain;
    background-color: rgba(0, 96, 143, 0.1);
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .service-stage-section .stage-img img {
    height: 300px;
    margin-bottom: 30px;
  }
}
.service-stage-section .stages-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .service-stage-section .stages-wrap {
    gap: 30px;
  }
}
.service-stage-section .stage-card {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .service-stage-section .stage-card {
    flex-direction: column;
  }
}
.service-stage-section .stage-card img {
  width: 174px;
  height: 174px;
}
@media (max-width: 767px) {
  .service-stage-section .stage-card img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .service-stage-section .stage-card img {
    width: 80px;
    height: 80px;
  }
}
.service-stage-section .stage-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .service-stage-section .stage-card .card-content {
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .service-stage-section .stage-card .card-content {
    padding-left: 8px;
  }
}
.service-stage-section .stage-card .card-content h3 {
  color: #002030;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .service-stage-section .stage-card .card-content h3 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .service-stage-section .stage-card .card-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .service-stage-section .stage-card .card-content h3 {
    font-size: 22px;
  }
}
.service-stage-section .stage-card .card-content p {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 430px;
}
@media (max-width: 1199px) {
  .service-stage-section .stage-card .card-content p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .service-stage-section .stage-card .card-content p {
    font-size: 16px;
  }
}
.service-stage-section .stage-card .card-content span {
  color: #00608F;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .service-stage-section .stage-card .card-content span {
    font-size: 16px;
  }
}

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