/*
 * Stylesheet : NobleDocs
 * Created    : Oct 2024
 * -----------------------------------------------------------------------------------
 */
@import url('https://use.typekit.net/dyc4qud.css');
@import url('https://use.typekit.net/dyc4qud.css');
html {
  font-size: var(--noble-root-font-size);
}

body {
  font-size: 16px;
}

.site {
  overflow: clip;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}

h4 {
  color: #0b3780;
  font-size: 1.625rem;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}
h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #c9ae43;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.bottom-text {
  font-size: 1.75rem;
  margin: 40px 0 10px;
}
.bottom-text span {
  color: #0b3780;
}

.content {
  margin-left: 0;
  font-size: 1.875rem;
  max-width: 500px;
  padding: 20px;
  border-radius: 0px 20px 20px 0px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .content {
    margin-top: 100px;
  }
}
@media (min-width: 576px) {
  .content {
    max-width: 680px;
    margin-left: 50px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 1650px) {
  .content {
    max-width: 680px;
  }
}

.g-y {
  height: 100%;
  background: linear-gradient(180deg, #e4d287 40%, #e4d287 60%, #fffae4 100%);
}

/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

:root {
  --noble-root-font-size: 12px;
  --noble-page-max-width: 100%;
  --noble-container-gutter-x: 15px;
  --noble-container-offset-x: var(--noble-container-gutter-x);
  --noble-container-max-width: calc(
    var(--noble-page-max-width) - var(--noble-container-gutter-x)
  );
}
@media (min-width: 576px) {
  :root {
    --noble-root-font-size: 14.4px;
  }
}
@media (min-width: 992px) {
  :root {
    --noble-root-font-size: 16px;
    --noble-container-gutter-x: 15px;
  }
}
@media (min-width: 1200px) {
  :root {
    --noble-container-gutter-x: 15px;
    --noble-page-max-width: 1920px;
  }
}
@media (min-width: 1650px) {
  :root {
    --noble-root-font-size: 16px;
    --noble-page-max-width: 1920px;
  }
}

body {
  font-family: 'aktiv-grotesk', sans-serif;
}

.font-regular {
  font-weight: 400;
  font-style: normal;
}

.font-medium {
  font-weight: 600;
  font-style: normal;
}

.font-bold {
  font-weight: 700;
  font-style: normal;
}

header {
  position: relative;
  height: 100vh;
  z-index: 5;
}
@media (min-width: 576px) {
  header {
    height: 900px;
  }
}
header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 100%;
  background: linear-gradient(
    89deg,
    #fff 54.13%,
    rgba(255, 255, 255, 0.9) 77.06%,
    rgba(255, 255, 255, 0) 99.05%
  );
  z-index: 0;
}
header::after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.9) 20%,
    rgba(255, 255, 255, 0) 90%
  );
}
header .main-menu {
  background-color: #c9ae43;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5;
}
header .main-menu .menu {
  display: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 576px) {
  header .main-menu .menu {
    display: flex;
  }
}
header .main-menu .menu a {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  header .main-menu .menu a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  header .main-menu .menu a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  header .main-menu .menu a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1650px) {
  header .main-menu .menu a {
    font-size: 1.325rem;
  }
}
header .main-menu .menu li {
  padding: 0 50px;
  border-right: 1px dashed #fff;
}
header .main-menu .menu li:last-child {
  border-right: none;
}
header .main-menu .home {
  display: inline-block;
  width: 166px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  text-indent: -9999px;
  padding: 0 60px;
}
header .main-menu .home::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 111px;
  height: 51px;
  background-image: url('../images/logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .main-menu .btn-login {
  display: none;
  background-color: #2f5aa0;
  padding: 5px 30px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  font-size: 1.625rem;
  white-space: nowrap;
  margin-right: 50px;
}
@media (min-width: 576px) {
  header .main-menu .btn-login {
    display: inline-block;
  }
}
header .contact-social {
  background: linear-gradient(
    90deg,
    #a48b28 0%,
    #a48b28 49.5%,
    rgba(164, 139, 40, 0) 100%
  );
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #c9ae43;
  padding: 10px;
  position: relative;
  z-index: 5;
}
header .contact {
  display: flex;
  gap: 50px;
  margin-left: 0;
  padding: 10px 0;
  font-size: 1rem;
}
@media (min-width: 576px) {
  header .contact {
    margin-left: 5.625rem;
    font-size: 1.25rem;
    padding: 0;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  header .contact {
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
header .contact a {
  color: #fff;
  font-weight: 600;
  padding-left: 50px;
}
header .contact .phone {
  position: relative;
}
header .contact .phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 37px;
  background-image: url('../images/icons/phone.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .contact .e-mail {
  position: relative;
}
header .contact .e-mail:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 37px;
  background-image: url('../images/icons/email.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .social {
  display: none;
  gap: 10px;
  margin-right: 40px;
}
@media (min-width: 576px) {
  header .social {
    display: flex;
  }
}
header .social .soc-icon {
  display: block;
  width: 31px;
  height: 31px;
}
header .social .youtube {
  background-image: url('../images/Rectangle 31.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .social .twitter {
  background-image: url('../images/icons/twitter.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .social .facebook {
  background-image: url('../images/icons/facebook.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .social .instagram {
  background-image: url('../images/icons/instagram.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .social .linked-in {
  background-image: url('../images/icons/linked-in.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .row {
  font-size: 24px;
  background-color: #0b3780;
  color: #fff;
  width: 100%;
  padding: 50px 0;
}
footer .row .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(15px);
  padding-right: var(15px);
}
@media (min-width: 576px) {
  footer .row .container {
    padding-left: var(20px);
    padding-right: var(20px);
  }
}
@media (min-width: 576px) {
  footer .row .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
footer .social {
  display: flex;
  gap: 10px;
  margin-right: 40px;
}
footer .social .soc-icon {
  display: block;
  width: 31px;
  height: 31px;
}
footer .social .youtube {
  background-image: url('../images/Rectangle 31.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social .twitter {
  background-image: url('../images/icons/twitter.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social .facebook {
  background-image: url('../images/icons/facebook.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social .instagram {
  background-image: url('../images/icons/instagram.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social .linked-in {
  background-image: url('../images/icons/linked-in.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .phone {
  position: relative;
}
footer .phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 37px;
  background-image: url('../images/icons/phone-white.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .e-mail {
  position: relative;
}
footer .e-mail:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 37px;
  background-image: url('../images/icons/email-white.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .contact {
  display: flex;
  flex-direction: column;
}
footer .contact a {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 600;
  padding-left: 50px;
}
footer .copyright {
  font-size: 1.375rem;
  padding: 40px;
  color: #fff;
  background-color: #578de8;
}
footer .copyright .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(15px);
  padding-right: var(15px);
}
@media (min-width: 576px) {
  footer .copyright .container {
    padding-left: var(20px);
    padding-right: var(20px);
  }
}
@media (min-width: 576px) {
  footer .copyright .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
footer .copyright .powered {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  footer .copyright .powered {
    flex-direction: row;
    gap: 30px;
  }
}

.three-column__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .three-column__row {
    flex-direction: row;
  }
}
.three-column__row > *:first-child {
  width: 100%;
  display: none;
}
@media (min-width: 576px) {
  .three-column__row > *:first-child {
    display: block;
    width: 30%;
  }
}
.three-column__row > *:nth-child(2) {
  width: 100%;
}
@media (min-width: 576px) {
  .three-column__row > *:nth-child(2) {
    width: 47%;
  }
}
.three-column__row > *:nth-child(3) {
  width: 100%;
}
@media (min-width: 576px) {
  .three-column__row > *:nth-child(3) {
    width: 23%;
  }
}

.two-column__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  .two-column__row {
    flex-direction: row;
  }
}
.two-column__row > *:first-child {
  width: 100%;
}
@media (min-width: 576px) {
  .two-column__row > *:first-child {
    display: block;
    width: 77%;
  }
}
.two-column__row > *:nth-child(2) {
  width: 100%;
}
@media (min-width: 576px) {
  .two-column__row > *:nth-child(2) {
    width: 23%;
  }
}

.two-column-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 576px) {
  .two-column-text {
    flex-direction: row;
  }
}
.two-column-text > * {
  width: 100%;
}
@media (min-width: 576px) {
  .two-column-text > * {
    width: 50%;
  }
}

.book-now {
  display: inline-block;
  max-width: 100%;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  background-color: #0b3780;
  border-radius: 26px;
  padding: 10px 10px 10px 60px;
  position: relative;
  margin: 40px 0;
  margin-bottom: 50px;
}
.book-now:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url('../images/icons/button-book-now.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.book-now span {
  padding: 5px 15px;
  border-radius: 20px;
  background: #578de8;
  position: relative;
  z-index: 1;
}
.book-now span::before {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 20px;
  border: 1px solid white;
  z-index: -1;
  transition: all 0.3s ease;
}
.book-now span:hover::before {
  border: 1px solid #c9ae43;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

.read-more {
  display: inline-block;
  max-width: 100%;
  color: #c9ae43;
  font-size: 1.375rem;
  font-weight: 700;
  background-color: #0b3780;
  border-radius: 26px;
  padding: 10px 10px 10px 60px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  transition: all 0.3s ease;
}
.read-more:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url('../images/icons/button-book-now.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.read-more span {
  padding: 5px 15px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
  color: #c9ae43 !important;
}
.read-more span::before {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 20px;
  border: 1px solid white;
  z-index: -1;
}

.light-blue span {
  background: #578de8 !important;
  color: #fff !important;
}

.schedule {
  display: inline-block;
  max-width: 100%;
  color: #0b3780;
  font-size: 1rem;
  font-weight: 700;
  background-color: #0b3780;
  border-radius: 26px;
  padding: 10px;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .schedule {
    margin: 40px 0;
    padding: 35px 35px 35px 80px;
    font-size: 1.6875rem;
    margin-left: 70px;
    font-size: 1.25rem;
  }
}
.schedule:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url('../images/icons/button-book-now.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .schedule:before {
    width: 65px;
    height: 65px;
    left: 5px;
  }
}
.schedule span {
  padding: 5px;
  padding-left: 70px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .schedule span {
    padding: 25px 30px;
    padding-left: 70px;
  }
}
.schedule span::before {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 20px;
  border: 1px solid white;
  z-index: -1;
}
.schedule span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url('../images/icons/today.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .schedule span::after {
    width: 50px;
    height: 50px;
  }
}

.navbar {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 300010;
  text-align: left;
}
@media (min-width: 576px) {
  .navbar {
    display: none;
  }
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  padding: 0;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

.navbar .nav-container .submenu a {
  font-size: 1rem;
  padding: 3px;
  margin-bottom: 0;
}

.navbar .nav-container .submenu li {
  margin-bottom: 0;
}

.navbar .nav-container li {
  margin-bottom: 0;
}

.navbar .nav-container a:hover {
  font-weight: bolder;
}

.nav-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  z-index: 10010;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 28px;
  right: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 28px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0b3780;
}

.community-page .nav-container .hamburger-lines .line {
  background: #0b3780;
}

.walkthrough-page .nav-container .hamburger-lines .line {
  background: #0b3780;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar {
  position: relative;
}

.navbar .menu-items {
  margin-top: 138px;
  background-color: #0b3780;
  height: auto;
  width: 430px;
  transform: translateX(0);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.landing-page .navbar .menu-items {
  margin-top: 100px;
}

.navbar .menu-items li {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav-container input[type='checkbox']:checked ~ .menu-items {
  transform: translateX(-100%);
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type='checkbox']:checked ~ .logo {
  display: none;
}

#mobile-navigation .submenu {
  visibility: visible;
  opacity: 1;
}
#mobile-navigation .submenu > li > a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 10px;
  margin-left: 1rem;
}
@media (min-width: 576px) {
  #mobile-navigation .submenu {
    visibility: hidden;
    opacity: 0;
  }
  #mobile-navigation .submenu > li > a {
    font-size: 1.2rem;
  }
}

.page-home header {
  background-image: url('../images/home_banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-home header::before {
  display: none;
}
.page-home .logo-container {
  display: none;
}
@media (min-width: 576px) {
  .page-home .logo-container {
    background: linear-gradient(
      90deg,
      #fff 52.38%,
      #fff 75.9%,
      rgba(255, 255, 255, 0) 99.9%
    );
    display: flex;
    align-items: center;
    margin-top: 3.0125rem;
    max-width: 600px;
    height: 250px;
    padding-left: 68px;
  }
}
.page-home .main-logo {
  max-width: 100%;
  max-height: 100%;
}
.page-home h1 {
  max-width: 484px;
  color: #fff;
  font-size: 2.875rem;
  text-shadow: 0px 0px 20px #012764;
  font-weight: 600;
  line-height: 1;
  margin-top: 250px;
  margin-left: 20px;
}
@media (min-width: 576px) {
  .page-home h1 {
    margin-left: 90px;
    margin-top: 30px;
  }
}
.page-home .what-is-nobledocs {
  background-color: #dcebfd;
  padding: 20px;
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  .page-home .what-is-nobledocs {
    padding: 40px;
  }
}
.page-home h3 {
  font-size: 2.875rem;
  color: #0b3780;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.page-home h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #c9ae43;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.page-home span {
  color: #0b3780;
  font-weight: 700;
}
.page-home .left-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-home .home-list {
  margin-top: 40px;
  list-style: disc;
  -moz-columns: 2;
  columns: 2;
  padding-left: 20px;
}
.page-home .provides {
  background-color: #e4d287;
  font-size: 1.375rem;
  color: #0b3780;
  font-weight: 600;
}
.page-home .provides__content {
  padding: 20px;
}
@media (min-width: 576px) {
  .page-home .provides__content {
    padding: 20px 40px;
  }
}

.page-services {
  font-size: 1.375rem;
}
.page-services header {
  position: relative;
  background-image: url('../images/services_banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-services header .title-center {
  position: absolute;
  top: -50%;
  left: 70%;
  max-width: 715px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px #012764;
  font-size: 2.875rem;
  font-weight: 600;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(11, 55, 128, 0.7) 0%,
    rgba(11, 55, 128, 0.35) 63.5%,
    rgba(11, 55, 128, 0) 100%
  );
}
@media (min-width: 576px) {
  .page-services header .title-center {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1650px) {
  .page-services header .title-center {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-content-left {
  background: rgb(228, 210, 135);
  background: linear-gradient(
    180deg,
    rgb(228, 210, 135) 35%,
    rgba(255, 255, 255, 0) 60%
  );
}
.page-content-left p {
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .page-content-left .b-radius {
    margin-right: 50px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.page-content-left__img-text-row {
  display: flex;
  flex-direction: column;
}
.page-content-left__img-text-row img {
  order: 2;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 576px) {
  .page-content-left__img-text-row img {
    order: 1;
  }
}
@media (min-width: 576px) {
  .page-content-left__img-text-row img {
    width: 40%;
  }
}
@media (min-width: 1650px) {
  .page-content-left__img-text-row img {
    width: 40%;
  }
}
@media (min-width: 576px) {
  .page-content-left__img-text-row {
    flex-direction: row;
  }
}
.page-content-left__img-text-row .text {
  order: 1;
  padding: 40px;
  background-color: #dcebfd;
  font-size: 1.375rem;
  width: 100%;
}
@media (min-width: 576px) {
  .page-content-left__img-text-row .text {
    order: 2;
    width: 60%;
  }
}
.page-content-left__text-row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(15px);
  padding-right: var(15px);
  padding: 40px 20px;
}
@media (min-width: 576px) {
  .page-content-left__text-row {
    padding-left: var(20px);
    padding-right: var(20px);
  }
}
.page-content-left__banner-img {
  background-image: url('../images/about-us_banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 85px 0 65px;
  position: relative;
}
.page-content-left__banner-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 700px;
  height: 100%;
  background: none;
  z-index: 1;
}
@media (min-width: 576px) {
  .page-content-left__banner-img:before {
    order: 1;
    background: linear-gradient(
      89deg,
      #fff 54.13%,
      rgba(255, 255, 255, 0.9) 77.06%,
      rgba(255, 255, 255, 0) 99.05%
    );
  }
}
.page-content-left__banner-img .content {
  margin-left: 0;
  font-size: 1.5rem;
  max-width: 500px;
  padding: 20px;
  border-radius: 0px 20px 20px 0px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  position: relative;
}
.page-content-left__banner-img .content h1 {
  color: #0b3780;
}

@media (min-width: 576px) {
  .page-content-left__banner-img .content {
    margin-left: 100px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 1650px) {
  .page-content-left__banner-img .content {
    max-width: 680px;
  }
}

.page-content-right {
  background: linear-gradient(180deg, #e4d287 0%, #e4d287 43%, #fffae4 100%);
}

.page-content-right img {
  width: 100%;
  object-fit: cover;
}

.title-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .title-list {
    flex-direction: row;
    gap: 20px;
  }
}
.title-list > * {
  width: 100%;
}
@media (min-width: 576px) {
  .title-list > * {
    width: 33.333%;
  }
}
.title-list .m-b {
  margin-bottom: 30px;
}

.page-about-us {
  font-size: 1.375rem;
}
.page-about-us header {
  height: 100%;
}
.page-about-us header::after {
  content: none;
}
.page-about-us .about-desc {
  font-size: 1.875rem;
}
.page-about-us span {
  font-weight: 700;
  color: #0b3780;
}
.page-about-us .gold {
  color: #c9ae43;
}
.page-about-us .blue-block {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  padding: 30px 50px 80px;
  background-image: url('../images/back-green.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
.page-about-us .blue-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(11, 55, 128, 0.75) 24.8%,
    #0b3780 99.61%
  );
  z-index: -1;
}
.page-about-us .blue-block h5 {
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 400;
}
.page-about-us .blue-block h5 span {
  font-weight: 700;
  color: #fff;
}
.page-about-us .blue-block ul {
  list-style: disc;
  margin-left: 30px;
}

.description-container {
  position: relative;
  padding: 20px 0 0 10px;
  z-index: 5;
}
@media (min-width: 576px) {
  .description-container {
    padding: 20px 0 0 50px;
  }
}
.description-container h5 {
  color: #0b3780;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.description-container ul {
  color: #a48b28;
  font-size: 1.375rem;
  font-weight: 600;
}
.description-container li {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px dotted #000;
  max-width: 450px;
}
.description-container li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #0b3780;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.page-pricing header {
  background-image: url('../images/pricing_benner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-coment {
  color: #0b3780;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 50px;
}

.page-reviews header {
  background-image: url('../images/news_banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-reviews .image {
  position: relative;
  z-index: 5;
}
.page-reviews .image img {
  position: absolute;
  bottom: -300px;
  left: 0;
}
@media (min-width: 576px) {
  .page-reviews .image img {
    bottom: -300px;
    left: 200px;
  }
}

.page-small-business header {
  background-image: url('../images/small-business__banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-small-business .content {
  margin-top: 40px;
}

.page-q-a header {
  background-image: url('../images/q-a_banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-q-a .image {
  position: relative;
  z-index: 5;
}
.page-q-a .image img {
  position: absolute;
  bottom: -300px;
  left: 0;
}
@media (min-width: 576px) {
  .page-q-a .image img {
    bottom: -200px;
    left: 600px;
  }
}
.page-q-a .content p {
  margin-bottom: 10px;
}
.page-q-a .text p {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.price-list {
  list-style: disc;
  margin-bottom: 10px;
}
.price-list span {
  color: #578de8;
}
.price-list li {
  margin-left: 50px;
  padding-left: 0;
  color: #000;
}
.price-list li::before {
  display: none;
}
.price-list li::marker {
  color: #578de8;
}

.gold-link {
  color: #c9ae43;
  font-size: 1.875rem;
  font-weight: 700;
  text-decoration: underline;
}

.q-a-image {
  width: 35%;
}

.page-q-a .page-content-left__text-row h5 {
  color: #0b3780;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.page-q-a .page-content-left__text-row p {
  color: #967d1e;
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 600;
  max-width: 960px;
  margin: 0 auto;
  display: block;
}

.page-services .page-content-left {
  background: rgb(201, 174, 67);
  background: linear-gradient(
    180deg,
    rgb(201, 174, 67) 0%,
    rgba(255, 255, 255, 0) 49%
  );
}

.landing-page header {
  background-image: url('../images/landing-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing-page header::after {
  display: none;
}
.landing-page header::before {
  display: none;
}
.landing-page header .main-menu li {
  margin: 10px 0;
}
@media only screen and (max-width: 1900px) {
  .landing-page header .main-menu li {
    padding: 0 20px;
  }
}
.landing-page header .main-menu li a {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1900px) {
  .landing-page header .main-menu li a {
    font-size: 1.25rem;
  }
}
.landing-page header .contact-social {
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 18px;
}
.landing-page .three-column__row {
  margin-top: 40px;
}
.landing-page .three-column__row img {
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.todd {
  position: relative;
}
.todd::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 420px;
  background-image: url('../images/Todd Cutout.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .todd::before {
    width: 400px;
    height: 520px;
    left: 700px;
  }
}
@media (min-width: 1650px) {
  .todd::before {
    width: 664px;
    height: 880px;
    left: 1050px;
  }
}
.todd .three-column__row img {
  margin-bottom: 0px !important;
}

.header-content {
  display: flex;
  justify-content: space-between;
}
.header-content__left-side {
  width: 100%;
}
.header-content__left-side .company-about {
  display: flex;
  padding-top: 0px;
  padding-left: 55px;
}
@media (min-width: 768px) {
  .header-content__left-side .company-about {
    padding-top: 110px;
  }
}
.header-content__left-side .company-name {
  padding: 20px 40px;
  width: 30%;
  background-color: #fff;
  border-radius: 20px 0px 0px 0px;
  min-width: 420px;
}
.header-content__left-side .company-name img {
  width: 145px;
}
.header-content__left-side .company-name h1 {
  color: #0b3780;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -1.68px;
  padding-top: 20px;
  line-height: 0.8;
}
@media (min-width: 1200px) {
  .header-content__left-side .company-name h1 {
    font-size: 2.75rem;
  }
}
.header-content__left-side .company-name p {
  font-size: 1.375rem;
  font-weight: 600;
  padding-top: -20px;
}
.header-content__left-side .company-services {
  color: #fff;
  width: 70%;
  background: linear-gradient(
    90deg,
    #0b3780 0%,
    #0b357b 27.03%,
    rgba(10, 51, 118, 0.8) 58%,
    rgba(11, 55, 128, 0.3) 100%
  );
  padding: 50px;
  font-size: 28px;
}
@media only screen and (max-width: 1440px) {
  .header-content__left-side .company-services {
    font-size: 20px;
    padding-left: 20px;
  }
}
.header-content__left-side .company-services ul {
  list-style-type: disc;
  padding-left: 20px;
}
.header-content__left-side .company-description {
  border-radius: 0px 0px 0px 20px;
  background: #b59825;
  padding: 25px 55px;
  margin-left: 55px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .header-content__left-side .company-description {
    font-size: 0.75rem;
  }
}
.header-content .reviews {
  display: flex;
  align-items: center;
}
.header-content .reviews img {
  width: 123px !important;
  height: 23px;
  margin-right: 10px;
}
.header-content__right-side {
  max-height: 900px;
  width: 30%;
  background-color: #fff;
  color: #c9ae43;
  padding: 30px;
  font-weight: 600;
}
@media (min-width: 1650px) {
  .header-content__right-side {
    width: 22%;
  }
}
@media only screen and (max-width: 1300px) {
  .header-content__right-side {
    max-height: 800px;
  }
}
.header-content__right-side li {
  font-size: 22px;
  padding: 5px;
  padding-left: 20px;
  border-bottom: 1px dashed #000;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .header-content__right-side li {
    font-size: 18px;
  }
}
.header-content__right-side li:last-child {
  border-bottom: none;
}
.header-content__right-side li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0b3780;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-top: 20px;
}
.landing-page .btn-wrapper {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .btn-wrapper {
    margin-top: 50px;
    margin-bottom: 103px;
  }
}
@media only screen and (max-width: 1220px) {
  .btn-wrapper {
    margin-bottom: 103px;
  }
}

.about-todd {
  padding: 10px 50px;
}
.about-todd h4 {
  font-size: 2.875rem;
}
.about-todd .description {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin: 10px 0;
}
.about-todd .description h5 {
  font-size: 1.875rem;
  color: #c9ae43;
  line-height: 1;
}
.about-todd .todd-list {
  list-style-type: disc;
  padding-left: 30px;
}
.about-todd .todd-list li {
  padding: 20px 0;
}
.about-todd .todd-list li::marker {
  color: #c9ae43;
}

.todd-online {
  background-color: #e4d287;
  padding: 20px 40px;
  list-style-type: disc;
  margin-bottom: 20px;
}
.todd-online li {
  padding: 10px;
  color: #0b3780;
  font-size: 1.625rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.todd-online li::marker {
  color: #c9ae43;
}
.todd-online li:last-child {
  border-bottom: none;
} /*# sourceMappingURL=style.css.map */

.title-list p {
  padding-left: 32px;
}

.landing-page header {
  height: 900px !important;
}
