/*========== Variables ============*/ /*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  min-height: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  transition: right 0.5s;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}

img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  width: 100% !important;
}
.wp-caption .wp-caption-text {
  padding-top: 10px;
  font-size: 16px;
}

* {
  outline: none !important;
}

/*==========Fonts & Headings===========*/
body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 140%;
}

h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-size: clamp(3.8rem, 6vw, 4.8rem);
  margin: 0 0 20px 0;
}

h2 {
  font-size: 38px;
  font-size: 3.8rem;
  font-size: clamp(2.8rem, 6vw, 3.8rem);
  margin: 0 0 20px 0;
}

h3 {
  font-size: 35px;
  font-size: 3.5rem;
  font-size: clamp(2.6rem, 6vw, 3.5rem);
  margin: 0 0 20px 0;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(2rem, 6vw, 2.4rem);
  margin: 0 0 20px 0;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin: 0 0 20px 0;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 6vw, 1.8rem);
  margin: 0 0 20px 0;
}

p {
  margin: 0 0 20px 0;
  line-height: 180%;
}

ol, ul {
  margin: 0 0 20px 0;
}

strong {
  font-weight: bold;
}

a {
  color: #161040;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #904b9d;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.button-primary {
  padding: 9px 22px;
  border-radius: 4px;
  color: #161040;
  border: 1px solid #161040;
}
.button-primary:hover {
  color: white;
  background-color: #161040;
}

.button-primary-solid {
  padding: 9px 22px;
  border-radius: 4px;
  color: white;
  background-color: #161040;
}
.button-primary-solid:hover {
  color: #161040;
  background-color: #cce298;
}

.button-secondary {
  padding: 9px 22px;
  border-radius: 4px;
  color: #904b9d;
  border: 1px solid #904b9d;
}
.button-secondary:hover {
  color: white;
  background-color: #904b9d;
}

.button-tertiary {
  padding: 9px 22px;
  border-radius: 4px;
  color: #161040;
  background-color: #cce298;
}
.button-tertiary:hover {
  color: #161040;
  background-color: #a5cc48;
}

.button-gradient {
  background: linear-gradient(90deg, #904b9d 0%, #161040 100%);
  padding: 10px 24px;
  border-radius: 4px;
  color: white;
}
.button-gradient:hover {
  color: white;
  background: linear-gradient(90deg, #904b9d 0%, #904b9d 100%);
}

.button-white {
  padding: 9px 22px;
  border-radius: 100px;
  color: white;
  border: 1px solid white;
}
.button-white:hover {
  background-color: white;
}

@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.margin {
  margin: 120px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin {
    margin: 90px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin {
    margin: 60px 0;
  }
}
@media (max-width: 575px) {
  .margin {
    margin: 45px 0;
  }
}

.margin-top {
  margin-top: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top {
    margin-top: 90px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-top {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .margin-top {
    margin-top: 45px;
  }
}

.margin-bottom {
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 90px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .margin-bottom {
    margin-bottom: 45px;
  }
}

.padding {
  padding: 120px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding {
    padding: 90px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .padding {
    padding: 45px 0;
  }
}

.padding-top {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top {
    padding-top: 90px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .padding-top {
    padding-top: 45px;
  }
}

.padding-bottom {
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 90px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .padding-bottom {
    padding-bottom: 45px;
  }
}

.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper input[type=submit] {
  padding: 9px 22px;
  border-radius: 4px;
  color: #161040;
  background-color: #cce298;
  border: none;
  font-weight: 600;
}
.gform_wrapper input[type=submit]:hover {
  color: #161040;
  background-color: #a5cc48;
}

.mejs-controls {
  display: none !important;
  visibility: hidden !important;
}

.search-results-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
}

.search .search-header {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .search .search-header {
    margin-bottom: 30px;
  }
}
.search .blog-article {
  padding-left: 95px;
  margin-bottom: 60px;
  position: relative;
}
.search .blog-article .result-num {
  font-size: 40px;
  display: inline-block;
  padding: 20px 15px;
  width: 65px;
  text-align: center;
  border: 1px solid #d7d7d7;
  position: absolute;
  left: 0;
  top: 0;
  /*height: 100%;*/
  color: #161040;
}
@media (max-width: 991px) {
  .search .blog-article h4 {
    font-size: 20px;
  }
}
.search .blog-article p i {
  font-size: 14px;
}
.search .blog-article a {
  color: #161040;
}
.search .search-form {
  width: 100%;
  margin: 40px 0 90px;
}
.search .search-form label {
  float: left;
  width: 85%;
}
.search .search-form .search-field {
  border: none;
  background-color: #ebebeb;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 20px;
  width: 100%;
}
.search .search-form .search-submit {
  width: 10%;
  text-indent: -999px;
  border: none;
  background-color: #ebebeb;
  padding: 5.5px 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url("images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.call-to-action {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.call-to-action .col-12 {
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .call-to-action .col-12 {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .call-to-action .col-12 {
    min-height: 500px;
  }
}
.call-to-action .col-12.text-right {
  justify-content: flex-end;
}
.call-to-action .inner {
  max-width: 500px;
  color: white;
  padding-top: 45px;
  padding-bottom: 65px;
}
.call-to-action .inner .button-wrapper {
  margin-top: 45px;
}

.carousel {
  margin-top: 30px;
  margin-bottom: 30px;
}
.carousel img {
  max-height: 300px;
  width: auto;
}

.contact-option-2 h3 {
  margin-bottom: 50px;
}
.contact-option-2 .inner {
  height: 100%;
  background: white;
  box-shadow: 0px 1px 4px 4px rgba(229, 229, 229, 0.4);
  border-radius: 6px;
  padding: 50px 30px;
}
.contact-option-2 .inner i {
  color: #161040;
}
.contact-option-2 .inner i.i-large {
  font-size: 50px;
  margin-bottom: 27px;
}
.contact-option-2 .inner span {
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-option-2 .inner a,
.contact-option-2 .inner address {
  color: black;
  font-size: 20px;
  font-style: italic;
}
.contact-option-2 .inner a i {
  color: black;
  margin-left: 5px;
  margin-right: 5px;
}
.contact-option-2 .inner a:hover {
  color: #904b9d;
}
.contact-option-2 .inner a:hover i {
  color: #904b9d;
}

#footer {
  background-color: #161040;
}
#footer #footer-body {
  padding-top: 45px;
  padding-bottom: 45px;
}
#footer #footer-body .footer-col-1 img {
  max-width: 250px;
}
#footer #footer-body h5 {
  color: white;
}
#footer #footer-body a {
  color: white;
}
#footer #footer-body a:hover {
  color: #cce298;
}
#footer #footer-body .footer-menu ul {
  padding-left: 0;
}
#footer #footer-body .footer-menu ul li {
  display: block;
  margin-bottom: 7px;
}
#footer #footer-body .social-media a {
  margin-right: 5px;
}
#footer #footer-terms {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: black;
  color: #cce298;
}
#footer #footer-terms .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #footer #footer-terms .col-12 {
    display: block;
  }
}
#footer #footer-terms .col-12 .left {
  display: flex;
}
#footer #footer-terms .col-12 .left .footer-menu ul {
  padding: 0;
  margin: 0;
}
#footer #footer-terms .col-12 .left .footer-menu ul li {
  display: inline-block;
  border-left: 1px solid #000000;
  line-height: 12px;
  margin-left: 15px;
  padding-left: 15px;
}
#footer #footer-terms .col-12 .left .footer-menu ul li a:hover {
  color: #cce298;
}
#footer #footer-terms .col-12 .right .site-by {
  display: block;
  color: #cce298;
}
@media (min-width: 991px) {
  #footer #footer-terms .col-12 .right .site-by {
    text-align: right;
  }
}

/* Header
==============================*/
#header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #161040;
}
#header .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .col-12 .left img {
  max-width: 250px;
}
#header .col-12 .right {
  display: flex;
}
#header .col-12 .right .social-media {
  margin-left: 70px;
}
@media (max-width: 991px) {
  #header .col-12 .right .social-media {
    display: none;
  }
}
#header .col-12 .right .social-media a:not(:last-child) {
  margin-right: 18px;
}
#header .col-12 .right .navToggle {
  color: white;
  font-size: 30px;
}
#header .main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
#header .main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
#header .main-menu ul li:not(:last-child) {
  margin-right: 35px;
}
#header .main-menu ul li.menu-item-has-children a i {
  margin-left: 5px;
}
#header .main-menu ul li.menu-item-has-children > a:after {
  font: var(--fa-font-solid);
  content: "\f078";
  margin-left: 5px;
  font-weight: 500;
}
#header .main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  font: var(--fa-font-solid);
  content: "\f077";
  display: inline-block;
  font-weight: 500;
}
#header .main-menu ul li.green-text a {
  color: #cce298;
}
#header .main-menu ul li.green-text:hover a {
  color: #904b9d;
}
#header .main-menu ul li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1%;
  color: white;
}
#header .main-menu ul li a:hover {
  color: #cce298;
}
#header .main-menu ul li.menu-button a {
  background-color: #cce298;
  color: #161040;
  padding: 16px 24px;
  border-radius: 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .main-menu ul li.menu-button a {
    padding: 12px 20px;
  }
}
#header .main-menu ul li.menu-button a:hover {
  background-color: #a5cc48;
}
#header .main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: -20px;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 10px 20px;
  background-color: #161040;
}
#header .main-menu ul .sub-menu-wrap li {
  display: block;
  margin: 7px 0;
}

.hero-banner-large .option-1 .carousel-item .bg-image {
  height: 100%;
  min-height: 840px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner-large .option-1 .carousel-item .bg-image {
    min-height: 740px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner-large .option-1 .carousel-item .bg-image {
    min-height: 640px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-banner-large .option-1 .carousel-item .bg-image {
    min-height: 540px;
  }
}
@media (max-width: 575px) {
  .hero-banner-large .option-1 .carousel-item .bg-image {
    min-height: 440px;
  }
}
.hero-banner-large .option-1 .carousel-caption {
  z-index: 999;
  max-width: 700px;
  margin: 0 auto;
  top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .hero-banner-large .option-1 .carousel-caption {
    left: 3%;
    right: 3%;
  }
}
.hero-banner-large .option-1 .carousel-caption h1 {
  font-size: 82px;
  font-size: 8.2rem;
  font-size: clamp(3.2rem, 6vw, 8.2rem);
  line-height: 115%;
  font-weight: 700;
}
.hero-banner-large .option-1 .carousel-caption h4 {
  margin-bottom: 60px;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}
@media (max-width: 575px) {
  .hero-banner-large .option-1 .carousel-caption h4 {
    margin-bottom: 30px;
  }
}
.hero-banner-large .option-1 .carousel-caption .button-wrapper a:first-child {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .hero-banner-large .option-1 .carousel-caption .button-wrapper a {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}
.hero-banner-large .option-2 {
  background-color: #161040;
  color: white;
}
.hero-banner-large .option-2 .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner-large .option-2 .left .inner {
  padding: 30px 30px 45px 30px;
}
.hero-banner-large .option-2 .left .inner h1 {
  font-size: 82px;
  font-size: 8.2rem;
  font-size: clamp(3.2rem, 6vw, 7.2rem);
  line-height: 115%;
  font-weight: 700;
  color: #cce298;
}
.hero-banner-large .option-2 .left .inner h4 {
  margin-bottom: 45px;
  color: #904b9d;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}
@media (max-width: 575px) {
  .hero-banner-large .option-2 .left .inner h4 {
    margin-bottom: 25px;
  }
}
.hero-banner-large .option-2 .left .inner .button-wrapper a:first-child {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .hero-banner-large .option-2 .left .inner .button-wrapper a {
    display: block;
    text-align: center;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}
.hero-banner-large .option-2 .right {
  padding: 15px;
}
.hero-banner-large .option-2 .right .carousel-item .bg-image {
  height: 100%;
  min-height: 640px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner-large .option-2 .right .carousel-item .bg-image {
    min-height: 640px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner-large .option-2 .right .carousel-item .bg-image {
    min-height: 640px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-banner-large .option-2 .right .carousel-item .bg-image {
    min-height: 540px;
  }
}
@media (max-width: 575px) {
  .hero-banner-large .option-2 .right .carousel-item .bg-image {
    min-height: 440px;
  }
}
.hero-banner-large .option-3 .hero-video-wrapper {
  position: relative;
}
.hero-banner-large .option-3 .hero-video-wrapper .hero-video {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.hero-banner-large .option-3 .hero-video-wrapper .hero-video .hero-caption {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  max-width: 700px;
  margin: 0 auto;
  top: 1.25rem;
  display: flex;
  align-items: center;
  color: white;
  padding: 45px 30px 45px 30px;
}
@media (max-width: 575px) {
  .hero-banner-large .option-3 .hero-video-wrapper .hero-video .hero-caption {
    left: 3%;
    right: 3%;
  }
}
.hero-banner-large .option-3 .hero-video-wrapper .hero-video .hero-caption h1 {
  font-size: 82px;
  font-size: 8.2rem;
  font-size: clamp(3.2rem, 6vw, 8.2rem);
  line-height: 115%;
  font-weight: 700;
}
.hero-banner-large .option-3 .hero-video-wrapper .hero-video .hero-caption h4 {
  margin-bottom: 60px;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}
@media (max-width: 575px) {
  .hero-banner-large .option-3 .hero-video-wrapper .hero-video .hero-caption h4 {
    margin-bottom: 30px;
  }
}
.hero-banner-large .option-3 .hero-video-wrapper .hero-video .hero-caption .button-wrapper a:first-child {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .hero-banner-large .option-3 .hero-video-wrapper .hero-video .hero-caption .button-wrapper a {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}
.hero-banner-large .option-3 .hero-video-wrapper .background-video {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: -6px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .hero-banner-large .option-3 .hero-video-wrapper .background-video {
    min-height: 400px;
  }
}

.intro-text h2 {
  font-weight: 700;
}

.logo-carousel .swiper-slide {
  text-align: center;
}
.logo-carousel .swiper-slide img {
  max-height: 60px;
  width: auto;
}

.logo-carousel-bg .swiper {
  background-color: #161040;
  padding: 45px 0;
}
.logo-carousel-bg .swiper .swiper-slide {
  text-align: center;
}
.logo-carousel-bg .swiper .swiper-slide img {
  max-height: 150px;
  width: auto;
}

.logo-grid .logo-block {
  text-align: center;
}
.logo-grid .logo-block img {
  max-height: 60px;
  width: auto;
}

/* Mobile Nav
==============================*/
#offcanvasMobileMenu .offcanvas-header {
  border-bottom: 1px solid grey;
  background-color: #161040;
}
#offcanvasMobileMenu .offcanvas-header img {
  max-width: 250px;
}
#offcanvasMobileMenu .offcanvas-header .navToggleClose {
  font-size: 30px;
  border: none;
  background: none;
}
#offcanvasMobileMenu .offcanvas-header .navToggleClose i {
  color: white;
}
#offcanvasMobileMenu .offcanvas-body {
  padding-top: 0;
}
#offcanvasMobileMenu .social-media a {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

#mobileNav {
  overflow-x: hidden;
  transition: all 0.5s ease;
  padding-left: 0;
  padding-right: 0;
}
#mobileNav ul {
  padding: 0px;
}
#mobileNav ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#mobileNav ul.sub-menu li a:before {
  content: "- ";
}
#mobileNav ul li {
  list-style-type: none;
  position: relative;
}
#mobileNav ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 3;
  color: #161040;
  width: 50px;
  text-align: center;
  transition: all 0.5s ease;
}
#mobileNav ul li .menu-drop.sub-menu-active {
  transform: rotate(180deg);
}
#mobileNav ul li a {
  padding: 20px 40px 20px 25px;
  display: block;
  color: black;
  text-transform: uppercase;
  border-bottom: 1px solid grey;
  text-decoration: none;
  font-size: 16px;
}

.testimonials.solid-bg {
  margin: 160px 0 120px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials.solid-bg {
    margin: 150px 0 90px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials.solid-bg {
    margin: 120px 0 60px 0;
  }
}
@media (max-width: 575px) {
  .testimonials.solid-bg {
    margin: 100px 0 45px 0;
  }
}
.testimonials.solid-bg .inner {
  background-color: #904b9d;
  border-radius: 20px;
  padding: 110px 70px 70px 70px;
  text-align: center;
  color: white;
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials.solid-bg .inner {
    padding: 100px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .testimonials.solid-bg .inner {
    padding: 60px 20px 30px 20px;
  }
}
.testimonials.solid-bg .inner .quotes {
  position: absolute;
  top: -40px;
}
.testimonials.solid-bg .inner .quotes i {
  font-size: 130px;
  color: #161040;
}
@media (max-width: 575px) {
  .testimonials.solid-bg .inner .quotes i {
    font-size: 80px;
  }
}
.testimonials.solid-bg .inner p {
  font-style: italic;
}
.testimonials.no-bg {
  margin: 150px 0 120px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials.no-bg {
    margin: 90px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials.no-bg {
    margin: 60px 0;
  }
}
@media (max-width: 575px) {
  .testimonials.no-bg {
    margin: 45px 0;
  }
}
.testimonials.no-bg .inner .quotes {
  position: absolute;
  top: 0px;
}
.testimonials.no-bg .inner .quotes i {
  font-size: 160px;
  color: #161040;
  opacity: 0.2;
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials.no-bg .inner .quotes i {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .testimonials.no-bg .inner .quotes i {
    font-size: 120px;
  }
}
@media (min-width: 991px) {
  .testimonials.no-bg .inner .carousel-item {
    padding: 30px 180px 0 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials.no-bg .inner .carousel-item {
    padding: 60px 0 0 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials.no-bg .inner .carousel-item {
    padding: 35px 0 0 45px;
  }
}
@media (max-width: 575px) {
  .testimonials.no-bg .inner .carousel-item {
    padding: 35px 0 0 15px;
  }
}
.testimonials .inner {
  position: relative;
}
.testimonials .inner p {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 150%;
  font-weight: 600;
}

.text-image.solid-colour {
  background-color: #161040;
}
.text-image.normal-image {
  margin: 120px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-image.normal-image {
    margin: 90px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-image.normal-image {
    margin: 60px 0;
  }
}
@media (max-width: 575px) {
  .text-image.normal-image {
    margin: 45px 0;
  }
}
.text-image.background-image .text .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 991px) {
  .text-image.background-image .text .inner {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .text-image.background-image .text .inner {
    padding: 30px;
  }
}
.text-image .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .text-image .image {
    height: 300px;
  }
}
.text-image .text .bullet-point-list {
  padding: 0;
  margin: 0;
}
.text-image .text .bullet-point-list li:not(:last-child) {
  margin-bottom: 20px;
}
.text-image .text .bullet-point-list li i {
  font-size: 24px;
}
.text-image .text .button-wrapper {
  margin-top: 45px;
}

.text-image-4 .title-wrapper {
  margin-bottom: 60px;
}
.text-image-4 .title-wrapper p:last-child {
  margin-bottom: 0;
}
.text-image-4 .text-image-block.col-lg-4 .bg-image {
  height: 260px;
}
.text-image-4 .text-image-block.col-lg-3 .bg-image {
  height: 200px;
}
.text-image-4 .text-image-block .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.text-image-4 .text-image-block .bg-image a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.text-image-4 .text-image-block .image-caption {
  font-size: 14px;
}
.text-image-4 .text-image-block a {
  color: #161040;
}
.text-image-4 .text-image-block a:hover {
  color: #904b9d;
}

.services-bullets.solid-colour {
  background-color: #161040;
}
.services-bullets h3 {
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .services-bullets .bullet-point-block .inner {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .services-bullets .bullet-point-block .inner {
    justify-content: center;
  }
}
.services-bullets .bullet-point-block .inner i {
  font-size: 30px;
}/*# sourceMappingURL=main.css.map */