/* Theme */

body {
  color: #23064b;
}

.contentbuilder-css,
.contentbuilder-css p {
  font-weight: 300;
}

h1,
.h1,
.contentbuilder-css h1,
h2,
.h2,
.contentbuilder-css h2,
h3,
.h3,
.contentbuilder-css h3,
h4,
.h4,
.contentbuilder-css h4,
h5,
.h5,
.contentbuilder-css h5,
h6,
.h6,
.contentbuilder-css h6 {
  color: #b29141;
  font-weight: 400;
}

a,
.contentbuilder-css a {
  color: #b29141;
}

.btn,
.contentbuilder-css .btn {
  padding: 5px 25px;
}

.btn.btn-default,
.contentbuilder-css .btn.btn-default {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #23064b;
  border-radius: 5px;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default.active,
.contentbuilder-css .btn.btn-default:hover,
.contentbuilder-css .btn.btn-default:focus,
.contentbuilder-css .btn.btn-default:active {
  color: #fff;
  background-color: #a1a1a1;
}

.btn.btn-purple,
.contentbuilder-css .btn.btn-purple {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #23064b;
  border-radius: 5px;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.contentbuilder-css .btn.btn-purple:hover,
.contentbuilder-css .btn.btn-purple:focus {
  color: #fff;
  background-color: #23064b;
  opacity: 0.7;
}

.btn.btn-grey,
.contentbuilder-css .btn.btn-grey {
  color: #23064b;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ebebeb;
  border-radius: 5px;
}

.btn.btn-grey:hover,
.btn.btn-grey:focus,
.contentbuilder-css .btn.btn-grey:hover,
.contentbuilder-css .btn.btn-grey:focus {
  color: #fff;
  background-color: #23064b;
}

.btn.btn-border,
.contentbuilder-css .btn.btn-border {
  color: #0f286d;
  border: 2px solid #0f286d;
  font-weight: 600;
}

.btn.btn-border:hover,
.btn.btn-border:focus,
.contentbuilder-css .btn.btn-border:hover,
.contentbuilder-css .btn.btn-border:focus {
  color: #fff;
  background-color: #0f286d;
}

.btn.btn-border.btn-border-white,
.contentbuilder-css .btn.btn-border.btn-border-white {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  font-weight: 600;
}

.btn.btn-border.btn-border-white:hover,
.btn.btn-border.btn-border-white:focus,
.contentbuilder-css .btn.btn-border.btn-border-white:hover,
.contentbuilder-css .btn.btn-border.btn-border-white:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}

.btn.btn-gold,
.contentbuilder-css .btn.btn-gold {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #d4b466;
  border-radius: 5px;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.contentbuilder-css .btn.btn-purple:hover,
.contentbuilder-css .btn.btn-purple:focus {
  color: #fff;
  background-color: #d4b466;
  opacity: 0.7;
}

.section-header {
  color: #000;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a {
  color: #23064b;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:hover,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:focus {
  color: #23064b;
  opacity: 0.6;
}

.section-header
  .navbar-menus
  ul.navbar-nav.ul-after-dash
  .dropdown-menu
  > li
  > a {
  color: #fff;
  white-space: nowrap;
}

.section-header
  .navbar-menus
  ul.navbar-nav.ul-after-dash
  .dropdown-menu
  > li
  > a:hover,
.section-header
  .navbar-menus
  ul.navbar-nav.ul-after-dash
  .dropdown-menu
  > li
  > a:focus {
  color: #e8e8e8;
  white-space: nowrap;
}

.section-header .navbar-nav > li > .dropdown-menu {
  background-color: rgb(35 6 75 / 75%);
}

/* Custom - Base */

.playfair {
  font-family: 'Playfair Display', serif !important;
  font-weight: 500 !important;
}

.text-gold {
  color: #d4b466 !important;
}

.text-purple {
  color: #23064b !important;
}

.text-white {
  color: #fff !important;
}

.text-red {
  color: #dc3545 !important;
}

.text-red-brown {
  color: #8d2215 !important;
}

.bg-purple {
  background-color: #23094b !important;
}

.bg-gold {
  background-color: #d4b466 !important;
}

.bg-grey {
  background-color: #f8f8f8 !important;
}

ul.large-circle-list-style {
  list-style: none;
}

ul.large-circle-list-style li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.65em;
  left: -22px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: auto;
  background-color: #00679c;
  border-radius: 50%;
}

ul.large-circle-list-style > li {
  position: relative;
}

.section-title .is-boxes {
  min-height: unset;
  height: auto;
}

.section-title .is-container {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.section-spacer .is-boxes {
  min-height: auto;
}

.bold {
  font-weight: 600 !important;
}

.regular {
  font-weight: 400 !important;
}

.h-100 {
  height: 100% !important;
}

strong {
  font-weight: 600;
}

.btn.btn-lg,
.contentbuilder-css .btn.btn-lg {
  font-size: 1.2em;
}

.panel-wrapper {
  margin-bottom: -2em;
}

.panel {
  margin-bottom: 2em;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.panel .inner {
  height: 100%;
  position: relative;
}

.panel .panel-content {
  padding-left: 15px;
  padding-right: 15px;
}

.section-title-blue .is-boxes {
  min-height: unset;
  height: auto;
  background-color: #22408a;
}

.section-title-blue .is-container {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.is-box .is-container {
  margin-top: 0;
  margin-bottom: 0;
}

.section-spacer .is-boxes {
  min-height: auto;
}

.section-full-width .is-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.contentbuilder-css p.lg {
  font-size: 1.15em;
}

.contentbuilder-css p.xl {
  font-size: 1.3em;
}

.social-media .social-media-icon.social-media-icon-circle {
  font-size: 2em;
  color: #fff;
  background-color: #00679c;
  border-color: #00679c;
}

.is-boxes.is-box-collapse {
  display: block;
  min-height: auto;
}

.is-boxes.is-box-collapse > .is-box-centered {
  display: block;
}

.is-boxes.collapse {
  display: none;
}

.is-boxes.collapse.in {
  display: block;
}

.is-boxes.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.grid {
  display: grid;
}

.grid-row-gab-1 {
  row-gap: 1em;
}

.grid-row-gab-2 {
  row-gap: 2em;
}

.grid-col-gab-1 {
  column-gap: 1em;
}

.grid-col-gab-2 {
  column-gap: 2em;
}

@media (min-width: 640px) {
  .grid-col-sm-num-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .contentbuilder-css p,
  .contentbuilder-css ul li,
  .contentbuilder-css ol li {
    font-size: 1.1em;
  }

  .contentbuilder-css p.lg {
    font-size: 1.3em;
  }

  .contentbuilder-css p.xl {
    font-size: 1.5em;
  }

  .margin-sm-top-2 {
    margin-top: 2em !important;
  }

  .margin-sm-bottom-2 {
    margin-bottom: 2em !important;
  }
}

@media (min-width: 992px) {
  .grid-col-md-num-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-col-md-num-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  /* .contentbuilder-css p,
  .contentbuilder-css ul li,
  .contentbuilder-css ol li {
    font-size: 1.2em;
  } */

  .grid-col-lg-num-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Float nav */

#hiddenHeader {
  display: none;
}

body.fixed-top #hiddenHeader {
  display: block;
}

.section-header {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

body.fixed-top .section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

body.fixed-top .section-header .navbar-default {
  -webkit-box-shadow: 0 1px 2px 0px #ddd;
  box-shadow: 0 1px 2px 0px #ddd;
}

/* Top bar - base */

.top-bar .container-fluid {
  max-width: 1600px;
  padding: 5px 15px;
}

.top-bar a {
  display: inline-block;
  margin-left: 2em;
}

.top-bar a:first-child {
  margin-left: 0;
}

@media (min-width: 480px) {
  .top-bar .container-fluid {
    width: 90%;
  }
}

/* Top bar - custom */

/* Header */

.section-header {
  width: 100%;
}

body.fixed-top .top-bar {
  display: none;
}

.navbar-nav > li.header-menu-home {
  display: none;
}

.section-header .navbar .navbar-header a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a {
  font-weight: 400;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  vertical-align: middle;
  text-transform: uppercase;
}

.section-header .navbar .navbar-toggle {
  margin-top: 15px;
}

.section-header .navbar .navbar-toggle .icon-bar {
  background-color: #2d4658;
  width: 25px;
  height: 4px;
}

.section-header .navbar .navbar-header a img {
  max-width: none;
  width: 230px;
  height: auto;
}

/* .section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a:hover,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a:focus {
  white-space: nowrap;
} */

.section-header .navbar-nav > li > .dropdown-menu {
  text-align: center;
  font-size: 0.93em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .section-header .navbar .navbar-header a {
    vertical-align: middle;
  }
  .section-header .navbar .navbar-header a img {
    max-width: 180px;
  }

  .section-header .navbar-menus {
    background-color: rgba(255, 255, 255, 0.65);
  }

  .section-header .navbar-menus ul.navbar-nav {
    text-align: center;
  }

  .section-header .navbar-nav > li > .dropdown-menu {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a {
    height: 80px;
    line-height: 80px;
  }

  body.fixed-top .section-header .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  body.fixed-top .section-header .navbar .navbar-header {
    padding-top: 0;
  }

  body.fixed-top .section-header .navbar .navbar-header a img {
    max-width: 140px;
    height: auto;
  }

  body.fixed-top
    .section-header
    .navbar-menus
    ul.navbar-nav.ul-after-dash
    > li
    > a {
    height: 55px;
    line-height: 55px;
  }

  body.fixed-top .section-header .navbar-nav > li > .dropdown-menu {
    top: 50px;
  }

  .section-header .navbar-menus ul.navbar-nav > li > a,
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
    font-size: 1em;
  }

  .section-header .navbar-nav > li > .dropdown-menu {
    left: 50%;
    right: 0;
    top: 55px;
    min-width: 220px;
    transform: translateX(-50%);
  }

  .section-header .navbar-nav > li > .dropdown-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid rgba(255, 255, 255, 0.65);
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (min-width: 1400px) {
  .section-header .navbar-menus ul.navbar-nav > li > a,
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
    font-size: 1.1em;
  }
}

/* Header - extra */

.section-header .container-fluid {
  display: flex;
  align-items: center;
}

.section-header .navbar .navbar-toggle .icon-bar {
  background-color: #452634;
}

.section-header
  .navbar-menus
  ul.navbar-nav.ul-after-dash
  > li
  span.menu
  .caret {
}

@media (max-width: 1199px) {
  .section-header .container-fluid {
    justify-content: center;
    flex-direction: column;
  }

  .section-header .navbar .navbar-header,
  .section-header .navbar-menus {
    width: 100%;
  }

  .section-header .navbar-nav > li > .dropdown-menu {
    background: none;
  }

  .section-header
    .navbar-menus
    ul.navbar-nav.ul-after-dash
    .dropdown-menu
    > li
    > a {
    color: #d4a00f;
  }
}

@media (min-width: 1200px) {
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a {
    height: 60px;
    line-height: 60px;
  }

  .section-header .navbar-menus {
    margin-left: auto;
  }

  .section-header .navbar-nav > li > .dropdown-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid rgb(35 6 75 / 75%);
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* Footer */

.section-footer {
  background-color: #23064b;
  color: #fff;
  position: relative;
}

.section-footer footer {
  padding: 3em 0 1em;
  font-size: 0.9em;
}

.section-footer p {
  margin: 1em 0;
}

.section-footer footer,
.section-footer footer a {
  color: #fff;
}

.section-footer footer a:hover,
.section-footer footer a:focus {
  color: #00679c;
  text-decoration: none;
}

footer h4 {
  color: #fff;
}

footer .footer-logo img {
  max-width: 200px;
}

.footer-top .container-fluid {
  padding-top: 15px;
  padding-bottom: 35px;
  position: relative;
}

.footer-bottom .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-logo {
  margin-bottom: 1em;
}

h4.footer-title {
  margin-bottom: 1.5em;
}

footer ul.footer-list li.footer-menu a {
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
}

footer ul.footer-list li.footer-menu a:hover,
footer ul.footer-list li.footer-menu a:focus {
  color: #fff;
  opacity: 0.6;
}

footer .footer-copyright {
  font-size: 0.9em;
}

@media (max-width: 991px) {
  .footer-top .footer-logo {
    text-align: center;
  }
}

/* Footer - custom */

.section-footer footer {
  padding-bottom: 0;
}

.footer-list.footer-list-menu li.footer-menu {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bottom {
  border-top: 1px solid #fff;
}

.footer-bottom .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .footer-top .row-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .footer-logo {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .footer-list.footer-list-menu {
    padding-left: 3em;
  }

  .footer-top .col-logo {
    position: absolute;
    left: 0;
    top: -15px;
  }
}

/* Banner */

/* Banner - Full height */

/*
.section-banner, .section-banner .inner, .swiper-banner-container { height: 100%; }

.section-banner {
  position: relative;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 0.9em;
  position: relative;
  z-index: 1;
  height: 100%;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg {
  min-height: 280px;
  height: 100%;
  background-position: center;
  position: relative;
}

.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
  margin-bottom: 1em;
  line-height: 1.5;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  background-color: rgba(255, 255, 255, 0.65);
}

.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 {
  font-size: 1.3em;
  margin: 0 auto;
  max-width: 100%;
  width: 85%;
  line-height: 1.6;
}

.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 small {
  display: block;
  font-size: 75%;
  margin-top: 2em;
}

.swiper-banner-container .swiper-slide-background .banner-background-container .btn-container {
  margin-top: 2em;
}

.swiper-banner-container .swiper-slide-background .banner-background-container .btn-container .btn {
  font-size: 0.8em;
}

.swiper-banner-container .banner-text2 .scroll-down {
  color: #fff;
  font-size: 2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.15;
  margin-top: 0.8em;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@media (min-width: 480px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
    max-width: 1600px;
    width: 90%;
  }

  .banner-text2 .banner-wrapper p {
    max-width: 70%;
  }
}

@media (min-width: 640px) {
  .banner-text2 .banner-wrapper p {
    max-width: 58%;
  }

  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
    font-size: 3.3vw;
    position: relative;
    top: 8%;
  }
}

@media (min-width: 768px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
    font-size: 1.1em;
  }
}

*/

/* Banner - custom */

.section-banner {
  display: none !important;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg {
  height: auto;
}

.swiper-banner-container
  .swiper-slide-background.banner-padding-lg
  .banner-background-container {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.swiper-banner-container
  .swiper-slide-background.banner-padding-lg
  .banner-background-container {
  height: 100%;
  padding-bottom: 5em;
}

.swiper-banner-container
  .swiper-slide-background
  .banner-background-container
  .banner-text1,
.swiper-banner-container
  .swiper-slide-background
  .banner-background-container
  .banner-text2 {
  max-width: 90%;
}

.swiper-banner-container
  .swiper-slide-background
  .banner-background-container
  .banner-text2 {
  margin-top: 1.5em;
  /*   max-width: 90%; */
  font-size: 1.5em;
}

@media (max-width: 479px) {
  .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text1 {
    font-size: 2.3em;
  }

  .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text2 {
    font-size: 1.8em;
  }
}

@media (min-width: 480px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg {
    /*     height: 320px; */
  }
}

@media (min-width: 768px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg {
    min-height: 390px;
  }
  /* 
  .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text1,
  .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text2 {
    width: 70%;
  } */
}

@media (min-width: 1200px) {
  .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text1 {
    font-size: 3vw;
  }

  .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text2 {
    font-size: 1.8vw;
  }

  .swiper-banner-container .swiper-slide-background.banner-padding-lg {
    min-height: 430px;
  }
}

@media (min-width: 1600px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg {
    min-height: 500px;
    height: auto;
  }
}

/* Main */

.btn.btn-quill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  min-width: 280px;
}

.btn.btn-quill > span {
  margin: 0 auto;
}

.btn.btn-quill > img {
  height: 60px;
  margin: 0;
  justify-items: flex-end;
}

.btn.btn-quill > img.hover {
  /*   display: none; */
}

.btn.btn-quill:hover > img.hover,
.btn.btn-quill:focus > img.hover {
  display: inline-block;
}

.btn.btn-quill:hover > img.normal,
.btn.btn-quill:focus > img.normal {
  /*   display: none; */
}

.section-alexander {
  border-top: 5px solid #d0c4e1;
  background-color: #ece7f3 !important;
}

.step-collapse {
  margin: -15px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}

img.section-title-quill {
  position: absolute;
  margin: 0 !important;
  top: 0;
  left: -70px;
  height: 100%;
}

img.section-title-quill.section-title-quill-right {
  display: none;
  right: 30px;
}

@media (min-width: 480px) {
  .btn.btn-quill.btn-quill-wide {
    min-width: 380px;
  }
}

@media (min-width: 620px) {
  img.section-title-quill {
    left: -100px;
  }

  img.section-title-quill.section-title-quill-right {
    display: inline-block;
    left: auto;
  }
}

@media (min-width: 992px) {
  img.section-title-quill.section-title-quill-right {
    right: 90px;
  }
}

@media (min-width: 1400px) {
  img.section-title-quill.section-title-quill-right {
    right: 250px;
  }
}

/* Home */

.tab-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.tab-wrapper > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.tab-wrapper .tab {
  padding-left: 10px;
  padding-right: 10px;
}

.tab-wrapper .tab .inner a {
  width: 100%;
}

.tab-wrapper .tab.active .inner a img.hover {
  display: inline-block;
}

.tab-wrapper .tab.active .inner a img.normal {
  /*   display: none; */
}

.tab-wrapper .btn.btn-quill {
  background-color: #a1a1a1;
}

.tab-wrapper .tab.active .btn.btn-quill,
.tab-wrapper .tab:hover .btn.btn-quill,
.tab-wrapper .tab:focus .btn.btn-quill {
  background-color: #23064b;
}

.row-tab-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
    transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.row-tab-content.in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: auto;
}

@media (max-width: 767px) {
  .tab-wrapper .tab + .tab {
    margin-top: 8px;
  }

  .tab-wrapper .tab .inner a img {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .tab-wrapper .tab .inner a {
    font-size: 1.2em;
  }
}

/* Reviews Widget - base */

.sectionbuilder-widget-2059 {
  height: auto !important;
}

.testimonial-container .review-item {
  background-color: #fff;
  padding: 30px 20px;
  position: relative;
}

.review-stars {
  max-width: 230px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.review-header {
  padding-bottom: 1.5em;
}

.review-content {
  line-height: 1.6;
  margin-top: 1em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.reviewer {
  margin-top: 15px;
  font-weight: 400;
  margin-top: 2em;
  margin-right: 5%;
  text-align: right;
}

.testimonial-container .no-review {
  width: 100%;
  border-radius: 5px;
  padding: 0px 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonial-container .swiper-singlerow .swiper-default-container {
  padding-top: 1em;
  padding-bottom: 3em;
}

.testimonial-container .swiper-singlerow .swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-review-container .swiper-slide {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.3);
}

.swiper-review-container .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.7) translateX(75%);
  transform: scale(0.7) translateX(75%);
}

.swiper-review-container .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.7) translateX(-75%);
  transform: scale(0.7) translateX(-75%);
}

.swiper-review-container .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
}

.testimonial-container .more-btn {
  margin-top: 3em;
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::before,
.swiper-singlerow.swiper-gradient-side .swiper-default-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 8;
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::before {
  left: 0;
  background: -moz-linear-gradient(
    left,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::after {
  right: 0;
  background: -moz-linear-gradient(
    right,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
  background: -webkit-linear-gradient(
    right,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(238, 239, 240, 1) 0%,
    rgba(238, 239, 240, 0) 100%
  );
}

@media (max-width: 991px) {
  .swiper-singlerow .swiper-default-container.swiper-container-3d {
    -webkit-perspective: none;
    perspective: none;
  }
}

@media (max-width: 768px) {
  .testimonial-container .swiper-singlerow {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .swiper-review-container .swiper-slide {
    width: 85%;
  }
}

@media (min-width: 992px) {
  .swiper-singlerow {
    padding-left: 6em;
    padding-right: 6em;
  }

  .swiper-singlerow .swiper-default-container.swiper-container-3d {
    margin-left: -6em;
    margin-right: -6em;
  }

  .swiper-review-container .swiper-slide {
    width: 60%;
  }

  .tes .review-item {
    padding-left: 65px;
    padding-right: 65px;
  }

  .tes .review-stars {
    max-width: 100%;
  }
}

/* Reviews Widget - Custom */

.testimonial-container .review-item {
  padding: 10px 45px 20px 15px;
}

.swiper-review-container .swiper-slide {
  box-shadow: none;
}

.swiper-review-container .swiper-slide .review-item {
  border: 3px solid #d0c4e1;
  border-radius: 20px;
  background-color: #ece7f3;
  overflow: hidden;
}

.swiper-review-container .swiper-slide .review-item .inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -5%;
  width: 29%;
  height: 0;
  padding-bottom: 40%;
  background: url(/FileServer/sites/266/images/white-tooth.png) top center/100%
    100% no-repeat;
}

.review-header,
.review-content,
.reviewer {
  position: relative;
  z-index: 1;
}

/* Review Page - base */

.scriptbuilder-contentarea .verview-review-widget .btn-primary,
.google-review-widget .gv-button-load-more {
  color: #bd1d22;
  background: none;
  border: 2px solid #bd1d22;
  border-radius: 2em;
  font-weight: 600;
  padding: 8px 25px;
  font-size: 1.1em;
}

.scriptbuilder-contentarea .verview-review-widget .btn-primary:hover,
.google-review-widget .gv-button-load-more:hover,
.google-review-widget .gv-button-load-more:focus {
  color: #fff;
  background-color: #bd1d22;
}

/* Review Page - Custom */

.google-review-widget .gv-title {
  color: #000;
}

.scriptbuilder-contentarea .verview-review-widget .btn-primary,
.google-review-widget .gv-button-load-more {
  padding: 8px 25px;
  font-size: 1.1em;
  color: #62231b;
  font-weight: 600;
  text-transform: uppercase;
  border: 3px solid #d0c4e1;
  border-radius: 10px;
  background-color: #ece7f3;
}

.scriptbuilder-contentarea .verview-review-widget .btn-primary:hover,
.google-review-widget .gv-button-load-more:hover,
.google-review-widget .gv-button-load-more:focus {
  color: #62231b;
  background-color: #d0c4e1;
  border-color: #d0c4e1;
  opacity: 0.8;
}

.vv-header .vv-write-button {
  color: #62231b !important;
  background-color: #ece7f3 !important;
}

/* Blog - base */

body.blog .outer-container h1,
.blog-list-section h1,
body.blog .outer-container h2,
.blog-list-section h2,
body.blog .outer-container h3,
.blog-list-section h3,
body.blog .outer-container h4,
.blog-list-section h4,
body.blog .outer-container h5,
.blog-list-section h5,
body.blog .outer-container h6,
.blog-list-sectionh6 {
  font-weight: 400;
}

.blog-popular-item h4 {
  font-size: 0.9em;
}

/* Blog - custom */

.blog .btn {
  border-radius: 30px;
}

.blog .btn.btn-danger {
  border: 2px solid #d43f3a;
}

.blog .btn.btn-danger:hover,
.blog .btn.btn-danger:focus {
  border-color: #ac2925;
}

.blog-list-section .blog-post-button {
  border-radius: 30px;
  background: #bd1d22;
  border: 2px solid #bd1d22;
  padding: 5px 25px;
}

.blog-list-section .blog-post-button:hover,
.blog-list-section .blog-post-button:focus {
  background-color: #fff;
  color: #bd1d22;
}

#btn-comment-submit {
  border-radius: 5px;
}

/* Contact Us */

/* Form base */

.form-group-lg .form-control {
  border-radius: 0;
  border-color: #7e8488;
}

.widget-form > .formbuilder-inner .btn-form-submit {
  font-size: 1em;
}

/* Form - custom */

.widget-form {
  font-family: 'Open Sans', sans-serif;
}

.formbuilder-widget-2073 {
  display: none;
}

.formbuilder-widget-2073 > .formbuilder-inner {
  padding: 0;
  max-width: 760px;
}

.formbuilder-widget-2073 > .formbuilder-inner > p {
  text-align: center;
  font-weight: 400;
  padding-bottom: 0;
}

.formbuilder-widget-2073 > .formbuilder-inner .form-control {
  border: 1px solid #96a2ab;
}

.formbuilder-widget-2073 > .formbuilder-inner .row-submit .col-md-12 {
  margin-top: 1em;
  text-align: center;
}

.formbuilder-widget-2073 > .formbuilder-inner .btn {
  min-width: 140px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.formbuilder-widget-2073 > .formbuilder-inner .btn-form-submit {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 0;
}

.formbuilder-widget-2073
  .formbuilder-content
  .label-list-normal.label-list-vertical
  > span.label-list {
  margin-left: 20px;
}

/* Contact us - page */

.col-contact-form {
  width: 100%;
}

@media (min-width: 420px) {
  .row.row-top-contact {
    flex-wrap: nowrap;
  }

  .col-contact-info > p {
    margin-top: 0;
  }
}

/* Incorporations */

.row-incorporation-top .col-xs-12 .inner {
  border: 3px solid #d3d3d3;
  border-radius: 20px;
  height: 100%;
  padding: 10px 15px;
}

.row-incorporation-top .col-xs-12 .inner::before,
.row-incorporation-top .col-xs-12 .inner::after {
  content: '';
  position: absolute;
}

.row-incorporation-top .col-xs-12 .inner::before {
  background: url(/FileServer/sites/267/images/quill.png) no-repeat;
  width: 54px;
  height: 67px;
  top: -15px;
  left: 12px;
  z-index: 1;
}

.row-incorporation-top .col-xs-12 .inner::after {
  top: 0px;
  left: 15px;
  width: 60px;
  height: 63px;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-left-radius: 20px;
  z-index: 0;
}

.panel-incorporation-wrapper {
  margin-left: -8px;
  margin-right: -8px;
}

.panel-incorporation {
  padding-left: 8px;
  padding-right: 8px;
}

.panel-incorporation .price {
  align-items: flex-end;
}

.panel-incorporation .price > p {
  margin-left: 5px !important;
}

.panel-incorporation .panel-inner {
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 24%);
  height: 100%;
}

.package {
  padding: 20px 25px;
  margin-left: -25px;
  margin-right: -25px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
}

.package:hover,
.package:focus {
  background-color: #23064b;
  color: #fff;
}

.package:hover p,
.package:focus p,
.package:hover .title h3,
.package:focus .title h3,
.package:hover .title h4,
.package:focus .title h4 {
  color: #fff !important;
}

.row-packages .col-xs-12 {
  padding-left: 25px;
  padding-right: 25px;
}

.row.row-packages {
  margin-left: -25px;
  margin-right: -25px;
}

.package .price {
  font-size: 2.2em;
  align-self: flex-end;
}

.price .dollar {
  font-size: 80%;
}

.price .number {
  font-weight: 600;
}

.price .tax {
  font-size: 50%;
}

.package ul li:before {
  content: '✓';
  display: inline-block;
  margin-right: 10px;
}

.package table.fees tr td:first-child {
  padding-right: 15px;
}

.package table.fees tr td:last-child {
  white-space: nowrap;
}

.package .btn.btn-quill {
  text-transform: none;
  font-size: 1.5em;
}

.package .divider {
  margin-top: auto;
}

.incorporation-choice a {
  text-decoration: none !important;
  display: block;
  border: 2px solid #d4b466;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 2em;
}

.incorporation-choice a:hover,
.incorporation-choice a:focus,
.incorporation-choice a.active {
  background-color: #23064b !important;
  border-color: #23064b;
}

.incorporation-choice a:hover h3,
.incorporation-choice a:focus h3,
.incorporation-choice a.active h3 {
  color: #fff !important;
}

ul.list-style-quill li:before {
  display: inline-block;
  content: '';
  background: url(/FileServer/sites/267/images/quill.png) center/cover no-repeat;
  width: 30px;
  height: 37px;
  position: absolute;
  left: 0;
}

ul.list-style-quill li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
}

.total-price-wrapper .total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .row-packages .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .row-incorporation-top .col-xs-12 + .col-xs-12 {
    margin-top: 25px;
  }
}

@media (max-width: 420px) {
  .package table.fees tr td {
    padding-right: 0;
    display: block;
  }

  .package table.fees tr td:last-child {
    margin-bottom: 10px;
  }
}

/* Incorporation - Form */

.form-golegal .form-group .text-danger {
  color: #a94442;
  font-size: 0.9em;
  display: block;
  margin: 0.5em 0;
}

.form-group {
  margin-bottom: 1em;
}

.form-group .indent {
  margin-left: 28px;
}

.form-group .checkbox input[type='checkbox'],
.form-group .checkbox-inline input[type='checkbox'],
.form-group .radio input[type='radio'],
.form-group .radio-inline input[type='radio'] {
  margin-top: 8px;
}

form.form-golegal input[type='text'],
form.form-golegal textarea {
  border: none;
  background-color: #ebebeb;
  padding: 5px 10px;
  line-height: 1.3;
  color: #23064b;
}

form.form-golegal .checkbox,
form.form-golegal .radio {
  margin-top: 0;
  margin-bottom: 0;
}

form.form-golegal input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363636;
}

form.form-golegal input::-moz-placeholder {
  /* Firefox 19+ */
  color: #363636;
}

form.form-golegal input:-ms-input-placeholder {
  /* IE 10+ */
  color: #363636;
}

form.form-golegal input:-moz-placeholder {
  /* Firefox 18- */
  color: #363636;
}

form.form-golegal .btn.btn-form-info {
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
  border: none;
  border-radius: 2px;
  vertical-align: top;
}

.input-sm {
  height: auto;
  line-height: 1.3;
  border-radius: 2px;
  font-size: 1em;
  max-width: 95px;
}

form.form-golegal p {
  font-size: 1em;
  margin: 0;
}

form.form-golegal .btn {
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
  border: none;
  border-radius: 2px !important;
}

form.form-golegal .form-group label > span + select {
  margin-left: 5px;
  max-width: 230px;
  color: #b29141;
}

.add-item {
  color: #23064b;
  display: block;
  border: none;
  background: none;
}

.add-item:focus {
  outline: none;
}

#articles-incorporation-content .director-info {
  max-width: 600px;
}

.parsley-errors-list {
  list-style: none;
  padding: 0;
  font-size: 80%;
  color: red;
}

@media (max-width: 420px) {
  .form-group.flex {
    flex-wrap: wrap;
  }

  .form-group.flex > .col {
    width: 100%;
  }
}

/* Numbered Incorporation */

@media (max-width: 991px) {
  .form-numbered-incorporation .form-group input[type='text'] {
    max-width: 120px;
  }

  #sub-share-class {
    display: block;
  }

  #sub-share-class input {
    margin-bottom: 2px;
  }
}

/* Articles of Corporation */

/* Last Will and Testament */

.steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.steps span {
  font-weight: 400;
}

.row-form-steps .progress-bar {
  float: none;
  width: 100%;
  height: auto;
  background-color: #a1a1a1;
  box-shadow: none;
  line-height: 1;
  margin-top: 50px;
}

.row-form-steps .progress-bar span.line {
  display: block;
  height: 5px;
  background-color: #23064b;
  width: 0;
  position: relative;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.row-form-steps .progress-bar .quill-progress {
  margin: 0;
  position: absolute;
  width: 45px;
  bottom: 0;
  right: -40px;
}

#last-will-testament-content .form-group {
  max-width: 400px;
}

#last-will-testament .btn-submit-wrapper {
  margin-top: 5em;
}

.added-item {
  position: relative;
  max-width: 400px;
}

.added-item + .added-item {
  margin-top: 3em;
}

.remove-item {
  text-decoration: none !important;
  font-size: 80%;
  position: absolute;
  top: 6px;
  right: 0;
}

.btn-marital-wrapper {
  max-width: 900px;
}

.btn-marital-wrapper .btn {
  width: 30%;
  margin-bottom: 10px;
}

.tooltip-inner {
  text-align: left !important;
}

/* Popup */

.golegal-popup.alert .swal2-title {
  line-height: 1.43 !important;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  color: #23064b;
  font-weight: 400;
}

/* Thank you */

h2.success-icon {
  font-size: 5em;
  margin-bottom: 0;
}

.row-thank-you .btn-wrapper .btn {
  display: block;
  max-width: 350px;
  margin: 10px auto;
}

/* How It Works */

.how-works-item .item-num,
.how-works-item .item-detail {
  background-color: #23064b;
}

.how-works-item {
  color: #fff;
  width: 100%;
  display: flex;
  margin-bottom: 1em;
}

.how-works-item .item-num {
  margin-right: 0.2em;
  font-size: 4em;
  font-weight: 400;
  width: 90px;
  text-align: center;
}

.how-works-item .item-detail {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.4em;
  font-size: 1.4em;
}

.how-works-container {
  max-width: 1200px;
  margin: 0 auto;
}

.how-works-container .row {
  margin: 0;
}

.how-works-container .btn-wrapper {
  margin-top: 0;
  width: 100%;
}

.how-works-container .btn-wrapper .btn {
  width: 100%;
  max-width: 100%;
  font-size: 1.5em;
}

/* Scroll Top */

.scrollToTop {
  background-color: rgb(121 76 183);
  z-index: 10;
}
