@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700;900&display=swap");
html.sr .right-reveal,
html.sr .left-reveal,
html.sr .fade-reveal,
html.sr .left-reveal-init {
  visibility: hidden;
}

body {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  color: #5a5b5b;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 13px;
  }
}

.light-text {
  font-weight: 400;
}

.bold-text {
  font-weight: 900;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.8;
  color: #5a5b5b;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  p {
    margin-bottom: 30px;
  }
}
p a {
  color: #b97727;
}
p a:hover {
  color: #b97727;
  text-decoration: underline;
}

p.sm-p {
  font-size: 16px;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  color: #415364;
  padding: 20px 0 20px 30px;
  border-left: 2px solid #b97727;
  margin-bottom: 40px;
}
h2 .h2-sm {
  font-size: 0.7em;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
    padding: 15px 0 15px 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

h2.no-line {
  padding: 0;
  border-left: none;
  margin-bottom: 25px;
}

h3 {
  font-size: 30px;
  font-weight: 900;
  color: #415364;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 16px;
  }
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

/*-- HEADER --*/
.navbar {
  padding: 40px 0;
  z-index: 1000;
  transition: 0.15s all linear;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .navbar {
    padding: 30px 0 !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 20px 0 !important;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .navbar #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    background: #f8f8f8;
  }
}
@media (max-width: 767px) {
  .navbar .container-1300 {
    width: 100%;
  }
}
.navbar .nav-link {
  font-size: 16px;
  font-weight: 700;
  margin-left: 35px;
  color: #5a5b5b;
}
.navbar .nav-link:hover {
  color: #b97727;
}
@media (max-width: 1199px) {
  .navbar .nav-link {
    margin-left: 25px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navbar .nav-link {
    margin-left: 10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .navbar .nav-link {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
    text-align: center;
  }
  .navbar .nav-link:hover {
    background: #efefef;
  }
}
.navbar #contact-btn {
  background: #b97727;
  color: #fff;
  padding: 12px 25px 14px;
  font-size: 13px;
  margin-left: 40px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: 0.25s all linear;
}
.navbar #contact-btn:hover {
  text-decoration: none;
  background: #415364;
}
@media (max-width: 1199px) {
  .navbar #contact-btn {
    margin-left: 25px;
    font-size: 12px;
    padding: 10px 20px 12px;
  }
}
@media (max-width: 991px) {
  .navbar #contact-btn {
    margin-left: 10px;
    font-size: 10px;
    padding: 8px 15px 10px;
  }
}
@media (max-width: 767px) {
  .navbar #contact-btn {
    margin: 20px;
  }
}
.navbar .navbar-toggler {
  position: absolute;
  right: 4%;
  top: 23px;
  width: 40px;
  padding: 0;
  border: none;
}
.navbar .dropdown-toggle::after {
  margin-left: 8px;
}
.navbar .animated-icon {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .animated-icon span {
  display: block;
  position: absolute;
  background: #415364;
  height: 2px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .animated-icon span:nth-child(1) {
  top: 0px;
}
.navbar .animated-icon span:nth-child(2), .navbar .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
.navbar .animated-icon span:nth-child(4) {
  bottom: 0px;
}
.navbar .animated-icon.open span:nth-child(1),
.navbar .animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -2px;
  left: 50%;
}
.navbar .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar #logo {
  width: 350px;
  float: left;
}
@media (max-width: 1199px) {
  .navbar #logo {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .navbar #logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .navbar #logo {
    margin: 0 0 26px 4%;
  }
}

/*-- BODY STYLES --*/
#wrapper {
  margin-top: 129px;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #wrapper {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  #wrapper {
    margin-top: 75px;
  }
}

.btn {
  font-size: 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 10px 30px 12px;
  font-weight: 900;
  transition: 0.25s all linear;
  border: 2px solid #415364;
}
.btn i {
  margin-left: 10px;
  transition: 0.25s all linear;
}
.btn:hover i {
  margin-left: 25px;
}
@media (max-width: 575px) {
  .btn:hover i {
    margin-left: 20px;
  }
}
.btn.white-outline {
  color: #fff;
  border-color: #fff;
}
.btn.white-outline:hover {
  background: #fff;
  color: #415364;
}
.btn.blue-outline {
  color: #415364;
}
.btn.blue-outline:hover {
  background: #415364;
  color: #fff;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 18px;
    padding: 8px 25px 10px;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    border-width: 1px;
    padding: 6px 20px 8px;
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 13px;
  }
}

.homepage .top-banner .btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .homepage .top-banner .btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .top-banner .btn {
    margin-top: 25px;
  }
}

.top-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url("/assets/img//banners/home-top.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #415364;
}
.top-banner .banner-info {
  padding: 250px 250px 250px 0;
  width: auto;
  height: auto;
  position: relative;
  float: left;
  top: 0;
  left: 50%;
  margin-left: -650px;
  z-index: 1;
  color: #fff;
}
.top-banner .banner-info a {
  color: #fff;
}
@media (max-width: 1399px) {
  .top-banner .banner-info {
    margin-left: 0;
    left: 4%;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-right: 230px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-info {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 170px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-info {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 120px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-info {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 100px;
  }
}
.top-banner .banner-info h1 {
  font-size: 55px;
  line-height: 1.3;
  z-index: 1;
  color: #fff;
  position: relative;
  margin: 0;
  font-weight: 900;
  max-width: 750px;
}
.top-banner .banner-info h1 .h1-sm {
  font-size: 0.55em;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .top-banner .banner-info h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-info h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-info h1 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-info h1 {
    font-size: 19px;
  }
}
.top-banner .banner-info .slider-ground {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: -2;
  max-width: none;
  opacity: 0.5;
}

section {
  padding: 125px 0;
  box-sizing: content-box;
  background: url("/assets/img/light-angle-2.svg") center center no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
}
section .section-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 1199px) {
  section {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 95px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 65px 0;
  }
}

#process-steps .section-wrapper {
  margin-bottom: 50px;
}
#process-steps .section-wrapper:nth-child(even) .section-bg {
  left: auto;
  right: 0;
}
@media (max-width: 1199px) {
  #process-steps .section-wrapper:nth-child(even) .section-bg {
    right: auto;
    left: 4%;
  }
}
#process-steps .step-header {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
#process-steps .step-header .step-icon {
  width: 20%;
  margin-right: 5%;
  display: flex;
}
@media (max-width: 1199px) {
  #process-steps .step-header .step-icon {
    width: 75px;
    margin-right: 20px;
  }
}
#process-steps .step-header .step-info {
  width: auto;
  display: flex;
}
@media (max-width: 1199px) {
  #process-steps .step-header .step-info {
    width: auto;
  }
}
#process-steps .step-header h2 {
  padding: 5px 0;
  border: none;
  float: left;
  margin: 0;
}
#process-steps .step-header h2 .step-title {
  font-weight: 400;
  font-size: 0.8em;
  display: block;
}
#process-steps p {
  margin: 0;
}

section.light-grey-ground {
  background-color: #f8f8f8;
}

section#contact-cta {
  background: #415364;
  color: #fff;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  section#contact-cta {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  section#contact-cta {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  section#contact-cta {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  section#contact-cta {
    padding: 50px 0;
  }
}
section#contact-cta h3 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1199px) {
  section#contact-cta h3 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  section#contact-cta h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  section#contact-cta h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  section#contact-cta h3 {
    font-size: 20px;
  }
}
section#contact-cta p {
  font-size: 23px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1199px) {
  section#contact-cta p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  section#contact-cta p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section#contact-cta p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section#contact-cta p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  section#contact-cta .btn {
    float: right;
  }
}

section#testimonials {
  background: url("/assets/img/banners/testimonials.jpg") 40% top no-repeat #f8f8f8;
  background-size: cover;
  padding: 200px 0;
}
section#testimonials.testimonials-2 {
  background-image: url("/assets/img/banners/testimonials-2.jpg");
}
@media (max-width: 991px) {
  section#testimonials {
    background-size: 100% auto;
    padding: 30% 0 60px;
  }
}
@media (max-width: 767px) {
  section#testimonials {
    background-size: 100% auto;
    padding: 30% 0 60px;
  }
}

section#why-choose {
  background: url("/assets/img/banners/why-choose.jpg") center center no-repeat #efefef;
  background-size: cover;
  height: auto;
  overflow: hidden;
  /*@include respond-below(lg){
      background-size:100% auto;
      padding:30% 0 60px;
  }

  @include respond-below(md){
      background-size:100% auto;
      padding:30% 0 60px;
  }*/
}
@media (max-width: 991px) {
  section#why-choose {
    background-size: 100% auto;
    background-position: center top;
  }
}
section#why-choose .text-block {
  margin: 0;
}
@media (max-width: 991px) {
  section#why-choose .text-block {
    margin: 40% 0 0;
    width: 100%;
  }
}

.why-choose-block {
  width: 100%;
  margin-bottom: 25px;
  height: auto;
  overflow: hidden;
}
.why-choose-block:last-of-type {
  margin-bottom: 0;
}
.why-choose-block .choose-icon {
  width: 25%;
  margin-right: 5%;
  float: left;
  max-width: 115px;
}
.why-choose-block .choose-info {
  width: 70%;
  float: left;
}
.why-choose-block .choose-info h3 {
  font-size: 22px;
  font-weight: 900;
  margin: 10px 0 5px;
  color: #415364;
}
@media (max-width: 1199px) {
  .why-choose-block .choose-info h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .why-choose-block .choose-info h3 {
    font-size: 18px;
  }
}
.why-choose-block .choose-info p {
  margin-bottom: 0;
  line-height: 1.6;
}

.under-card {
  width: 90%;
  margin: -90px 5% 0;
  background: #fff;
  height: auto;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 45px 11%;
  text-align: center;
}
@media (max-width: 991px) {
  .under-card {
    padding: 40px 11%;
  }
}
@media (max-width: 575px) {
  .under-card {
    padding: 35px 11%;
  }
}
.under-card h3 {
  font-weight: 900;
  margin: 0 0 20px;
  color: #415364;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .under-card h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .under-card h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .under-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .under-card h3 {
    font-size: 20px;
  }
}
.under-card p {
  margin-bottom: 0;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .section-bg {
    width: 92%;
    height: 500px;
    left: 4%;
  }
}
@media (max-width: 991px) {
  .section-bg {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section-bg {
    height: 300px;
  }
}

#about-intro .section-bg {
  background-image: url("/assets/img/about-1.jpg");
}

#home-1 .section-bg {
  background-image: url("/assets/img/home-1.jpg");
}

#step-1 .section-bg {
  background-image: url("/assets/img/step-1.jpg");
}

#step-2 .section-bg {
  background-image: url("/assets/img/step-2.jpg");
}

#step-3 .section-bg {
  background-image: url("/assets/img/step-3.jpg");
}

#step-4 .section-bg {
  background-image: url("/assets/img/step-4.jpg");
}

#step-5 .section-bg {
  background-image: url("/assets/img/step-5.jpg");
}

.text-block {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin: 100px 0;
  padding: 80px 60px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media (max-width: 1199px) {
  .text-block {
    margin: 450px 4% 0;
    padding: 50px;
    width: 92%;
  }
}
@media (max-width: 991px) {
  .text-block {
    margin-top: 350px;
  }
}
@media (max-width: 767px) {
  .text-block {
    margin-top: 250px;
  }
}
@media (max-width: 767px) {
  .text-block {
    padding: 8%;
  }
}

.container-1300 {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
}

#testimonials .carousel-inner {
  min-height: 360px;
}
@media (max-width: 1199px) {
  #testimonials .carousel-inner {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  #testimonials .carousel-inner {
    min-height: 240px;
  }
}
#testimonials.testimonials-2 .carousel-inner {
  min-height: 310px;
}
@media (max-width: 1199px) {
  #testimonials.testimonials-2 .carousel-inner {
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  #testimonials.testimonials-2 .carousel-inner {
    min-height: 190px;
  }
}

#testimonial-wrapper {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  margin-top: 25px;
}
#testimonial-wrapper p {
  margin: 30px 0 0;
}
@media (max-width: 1199px) {
  #testimonial-wrapper p {
    font-size: 14px;
  }
}
#testimonial-wrapper:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50px;
  width: 117px;
  height: 93px;
  background: url("/assets/img/quote-icon.svg") no-repeat;
  /*@include respond-below(lg){
  	width:80px;
  	height:64px;
  	top:-40px;
  }*/
}
@media (max-width: 767px) {
  #testimonial-wrapper:before {
    left: 30px;
    width: 80px;
    height: 64px;
    top: -45px;
  }
}
#testimonial-wrapper #testimonials-slide {
  padding: 60px 50px 50px;
}
@media (max-width: 767px) {
  #testimonial-wrapper #testimonials-slide {
    min-height: 0;
    padding: 50px 30px 40px;
  }
}
#testimonial-wrapper #testimonials-slide .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0;
}
#testimonial-wrapper #testimonials-slide .carousel-indicators li {
  background: #efefef;
  width: 13px;
  height: 13px;
  padding: 0;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 10px 0 0;
  cursor: pointer;
}
#testimonial-wrapper #testimonials-slide .carousel-indicators li.active {
  background: #b97727;
}
#testimonial-wrapper #testimonials-slide .testimonial-author {
  font-size: 18px;
  color: #415364;
  font-weight: 700;
  margin-top: 30px;
  float: left;
  padding-bottom: 3px;
}
@media (max-width: 1199px) {
  #testimonial-wrapper #testimonials-slide .testimonial-author {
    font-size: 15px;
    margin-top: 25px;
  }
}

.form-wrapper {
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media (max-width: 1199px) {
  .form-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .form-wrapper {
    padding: 8%;
  }
}

.contact-block {
  padding: 25px 0;
  border-top: 1px solid #efefef;
  height: auto;
  overflow: hidden;
  /*@include respond-below(md){
      width:50%;
      float:left;
      padding:15px;
      border:1px solid #efefef;
  }*/
}
@media (max-width: 991px) {
  .contact-block {
    padding: 20px 0;
  }
}
.contact-block:last-of-type {
  border-bottom: 1px solid #efefef;
}
.contact-block h3 {
  font-weight: 900;
  color: #415364;
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contact-block h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact-block h3 {
    font-size: 13px;
  }
}
.contact-block a {
  display: block;
  font-size: 17px;
  color: #5a5b5b;
}
@media (max-width: 991px) {
  .contact-block a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact-block a {
    font-size: 13px;
  }
}
.contact-block a:hover {
  text-decoration: none;
  color: #000;
}

.social,
footer .footer-cols .social {
  margin: 5px 0 0;
}
.social a,
footer .footer-cols .social a {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  color: #415364;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #415364;
  transition: 0.25s all linear;
}
.social a:hover,
footer .footer-cols .social a:hover {
  background: #415364;
  color: #fff;
  text-decoration: none;
}

/*-- FOOTER --*/
footer {
  width: 100%;
  height: auto;
  background: #fff;
  float: left;
  padding: 70px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
footer #footer-logo {
  width: 120px;
  float: left;
}
footer #quantus {
  margin-left: 25px;
  width: 160px;
}
footer .footer-cols > div {
  line-height: 1.8;
}
footer .footer-cols > div h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #415364;
}
footer .footer-cols > div a {
  display: block;
  font-size: 16px;
  color: #5a5b5b;
  background: #fff;
  display: block;
}
footer .footer-cols > div a:hover {
  text-decoration: none;
  color: #000;
}

.partnerships a {
  width: 200px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 15px;
  background: #fff;
  border: 3px solid #fff;
  transition: 0.25s all linear;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.partnerships a:hover {
  border-color: #b97727;
}
@media (max-width: 767px) {
  .partnerships a {
    width: 120px;
    margin: 10px;
    padding: 10px;
  }
}

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