@import 
url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

:root {
  --bs-blue: #0d6efd; 
  --bs-indigo: #6610f2; 
  --bs-purple: #6f42c1; 
  --bs-pink: #d63384; 
  --bs-red: #dc3545; 
  --bs-orange: #f4623a; 
  --bs-yellow: #ffc107; 
  --bs-green: #198754; 
  --bs-teal: #20c997; 
  --bs-cyan: #0dcaf0; 
  --bs-white: #fff; 
  --bs-gray: #6c757d; 
  --bs-gray-dark: #343a40; 
  --bs-gray-100: #f8f9fa; 
  --bs-gray-200: #e9ecef; 
  --bs-gray-300: #dee2e6; 
  --bs-gray-400: #ced4da; 
  --bs-gray-500: #adb5bd; 
  --bs-gray-600: #6c757d; 
  --bs-gray-700: #495057; 
  --bs-gray-800: #343a40; 
  --bs-gray-900: #212529; 
  --bs-primary: #f4623a; 
  --bs-secondary: #6c757d; 
  --bs-success: #198754; 
  --bs-info: #0dcaf0; 
  --bs-warning: #ffc107; 
  --bs-danger: #dc3545; 
  --bs-light: #f8f9fa; 
  --bs-dark: #212529; 
  --bs-primary-rgb: 244, 98, 58; 
  --bs-secondary-rgb: 108, 117, 125; 
  --bs-success-rgb: 25, 135, 84; 
  --bs-info-rgb: 13, 202, 240; 
  --bs-warning-rgb: 255, 193, 7; 
  --bs-danger-rgb: 220, 53, 69; 
  --bs-light-rgb: 248, 249, 250; 
  --bs-dark-rgb: 33, 37, 41; 
  --bs-white-rgb: 255, 255, 255; 
  --bs-black-rgb: 0, 0, 0; 
  --bs-body-color-rgb: 33, 37, 41; 
  --bs-body-bg-rgb: 255, 255, 255; 
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); 
  --bs-body-font-family: 'Play', sans-serif; 
  --bs-body-font-size: 1rem; 
  --bs-body-font-weight: 400; 
  --bs-body-line-height: 1.5; 
  --bs-body-color: #212529; 
  --bs-body-bg: #ebebf2; 
  --bg-footer: #212529; 
  --bg-body: #ebebf2; 
  --orange-color: #F2994A; 
  --blue-color: #00476B; 
  --gray-color: #828282; 
  --bg-blue: #00476B; 
}

*,
*::before,
*::after {
  box-sizing: border-box; 
}

body {
  margin: 0; 
  font-family: var(--bs-body-font-family); 
  font-size: var(--bs-body-font-size); 
  font-weight: var(--bs-body-font-weight); 
  line-height: var(--bs-body-line-height); 
  color: var(--bs-body-color); 
  text-align: var(--bs-body-text-align); 
  background-color: var(--bg-body); 
  -webkit-text-size-adjust: 100%; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1110px!important; 
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0; 
  margin-bottom: 0.5rem; 
  font-family: var(--bs-body-font-family); 
  font-weight: 700; 
  line-height: 1.2; 
  color: #00476B; 
}
h1, .h1 {
  margin-bottom: 30px; 
}
h3 {
  font-size: 36px; 
  line-height: 100%; 
  color: #F24F00; 
}
h3 span.color-blue {
  color: var(--blue-color); 
}
.orange {
  color: #F24F00; 
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}

.sub-title {
  color: #fff; 
  font-size: 18px; 
  font-weight: 700; 
}
.fixed-top {
  position: absolute; 
  top: 0; 
  right: 0; 
  left: 0; 
  z-index: 1030; 
}
.svg-inline--fa {
  height: 13px!important; 
}

::placeholder {
  color: #606372!important; 
  opacity: 1; 
}

.small-ratings i{
  color: #cecece; 
}

#mainNav {
  background-color: #f4f0f7; 
  transition: background-color 0.2s ease; 
}
#mainNav .navbar-brand {
  font-family: "Play", "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  font-weight: 700; 
  color: #212529; 
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #003a5d; 
  font-size: 14px;
  line-height: 18px;
  padding: 0.5rem 0; 
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #0db5c1; 
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #0db5c1!important; 
}
#footer {
  background-color: #212529; 
  transition: background-color 0.2s ease; 
}
#footer .navbar-brand {
  font-family: "Play", "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  font-weight: 700; 
  color: #212529; 
}
#footer .navbar-nav .nav-item .nav-link {
  color: #fff; 
  font-size: 14px;
  line-height: 18px;
  padding: 0.5rem 0; 
}
#footer .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f4623a; 
}
#footer .navbar-nav .nav-item .nav-link.active {
  color: #f4623a!important; 
}
.footer-header {
  font-weight: 600; 
  font-size: 18px; 
  color: #f4623a; 
}
footer.bg-footer {
//  border-top: 2px solid #FFCC33; 
  background: var(--bg-footer); 
}
.copyright, .footer-text {
  font-weight: 400; 
  font-size: 14px; 
  color: var(--gray-color); 
}
.footer-small {
  font-weight: 400; 
  font-size: 14px; 
  color: var(--gray-color); 
}
.footer-ssmall {
  font-weight: 400; 
  font-size: 10px; 
  color: var(--gray-color); 
}
.nav-link.sign-up {
  background: rgba(255, 255, 255, 0.15); 
  width: 160px; 
  height: 45px; 
  border-radius: 5px; 
  display: inline-block; 
  padding: 12px!important; 
  text-align: center; 
}
footer .nav-link.sign-up {
  width: 160px; 
  height: 45px; 
  background: #251D39; 
  border-radius: 5px; 
  display: inline-block; 
  padding: 10px!important; 
  text-align: center; 
  margin:  0 10px; 
}
footer .nav-link {
  font-size: 14px; 
}
footer .nav-link:nth-child(1) {
  padding-left: 0!important; 
}


@media (min-width: 992px) {
  #mainNav {
    box-shadow: none; 
    background-color: transparent; 
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7); 
  }
  #mainNav .navbar-brand:hover {
    color: #F24F00; 
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #00476B; 
    font-weight: 00; 
    padding: 0 1rem; 
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #00476B; 
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0; 
  }
  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); 
    background-color: #fff; 
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #212529; 
  }
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #F24F00; 
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529; 
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #F24F00; 
  }
}

header.main {
  padding-top:1rem; 
  padding-bottom: calc(10rem - 4.5rem); 
  background: linear-gradient(0deg, #06535f 0%, rgba(12, 0, 40, 0) 90%), url("../img/bg_about.jpg"); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-attachment: scroll; 
  background-size: cover; 
}
header.text {
  padding-top:3rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(0deg, #1b7f8f 0%, rgba(0, 105, 115, 0.5) 100%), url("../img/bg_text.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead  {
  padding-top:1rem; 
  padding-bottom: calc(10rem - 4.5rem); 
  background: linear-gradient(180deg, #ffffff 0%, rgba(0, 58, 93, 0.5) 90%), url("../img/bg_home.jpg"); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-attachment: scroll; 
  background-size: cover; 
}


header.masthead h1, header.masthead .h1 {
  font-size: 36px; 
  line-height: 1em; 
}
.page-header-text {
  font-weight: 500; 
  font-size: 18px; 
  line-height: 28px; 
  color: var(--blue-color); 
}

@media (min-width: 992px) {
  header.main {
    height: 680px; 
    padding-top: 4.5rem; 
    padding-bottom: 0; 
  }
  header.home {
    height: 400px; 
    min-height: 35rem; 
    padding-top: 3rem; 
    padding-bottom: 0; 
  }

  header.masthead {
    padding-top: 6rem; 
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 64px; 
  }
  .page-header-text {
    font-size: 24px; 
    line-height: 36px; 
  }
}
@media (min-width: 1200px) {
  header.login h1, header.login .h1 {
    font-size: 52px; 
  }
}

.page-section {
  padding: 5rem 0 7rem; 
}

.page-header-title{
  font-style: normal; 
  font-weight: 700; 
  line-height: 46px; 
  color: #FFFFFF; 
}
.page-header-title span {
  color: var(--blue-color); 
}

#btn-back-to-top {
  position: fixed; 
  bottom: 5%; 
  right: 20vh; 
  display: none; 
  background: #251D39; 
  border: none; 
  border-radius: 50%; 
  height: 50px; 
  width: 50px; 
}
.fa-arrow-up {
  height: 24px!important; 
  vertical-align: -0.225em!important; 
}
.referral .btn-form, .home .btn-form {
  max-width: 255px; 
  font-weight: 700!important; 
  font-size: 24px!important; 
  line-height: 28px; 
  text-align: center; 
  color: #f03127!important; 
  font-family: var(--bs-body-font-family)!important; 
  background: #f03127!important; 
  border-radius: 5px; 
  padding: 10px 20px; 
  border: none; 
}
.masthead .container{
  margin-top: 120px; 
}




#btn-back-to-top {
  position: fixed; 
  bottom: 5%; 
  right: 20vh; 
  display: none; 
  background: #251D39; 
  border: none; 
  border-radius: 50%; 
  height: 50px; 
  width: 50px; 
}
.fa-arrow-up {
  height: 24px!important; 
  vertical-align: -0.225em!important; 
}

@media (min-width: 576px) {
  #btn-back-to-top {
    position: fixed; 
    bottom: 29vh; 
    right: 20vh; 
    display: none; 
    background: #251D39; 
    border: none; 
    border-radius: 50%; 
    height: 72px; 
    width: 72px; 
  }
  .fa-arrow-up {
    height: 30px!important; 
    vertical-align: -0.325em!important; 
  }
  .cta-content {
    padding: 60px 65px; 
  }
  .cta-title {
    font-size: 32px; 
  }
  .btn-cta {
    margin: 0 auto; 
  }
}


input[type="radio"] {
  position: absolute; 
  right: 0; 
  left: 0; 
  width: 100%; 
  height: 50%; 
  margin: 0; 
  opacity: 0; 
  cursor: pointer; 
}

#about_light{
  padding: 0; 
  padding-top: 80px; 
  padding-bottom: 60px; 
  background: url('../img/bg-light.jpg'), #bebebe;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2)  0%, rgba(255, 255, 255, 0.2) 75%), url("../img/bg-light.jpg");
  background-repeat: repeat; 
}
#about_light h3{
  padding-top: 0; 
  font-size: 30px;
  color: #F24F00;
}
#about_light p,ul,li{
  color: #000000;
}
#about_blue{
  padding: 0; 
  padding-top: 80px; 
  padding-bottom: 60px; 
  background: #00476B;
  background: linear-gradient(180deg, rgba(0, 71, 107, 0.8)  0%, rgba(0, 71, 107, 0.8) 75%), url("../img/bg-light.jpg");
  background-repeat: repeat; 
}
#about_blue h3{
  padding-top: 0; 
  font-size: 30px;
  color: #F24F00;
}
#about_blue p,ul,li{
  color: #ffffff;
}
#about_white{
  padding: 0; 
  padding-top: 80px; 
  padding-bottom: 60px; 
  background: #ffffff;
  background-repeat: repeat; 
}
#about_white h3{
  padding-top: 0; 
  font-size: 30px;
  color: #F24F00;
}
#about_gray{
  padding: 0; 
  padding-top: 80px; 
  padding-bottom: 60px; 
  background: #ebebf2;
  background-repeat: repeat; 
}
#about_gray h3{
  padding-top: 0; 
  font-size: 30px;
  color: #F24F00;
}
#about_text{
  padding: 0; 
  padding-top: 40px; 
  padding-bottom: 40px; 
  background: #161421;
}
#about_features{
  padding: 0; 
  padding-top: 40px; 
  padding-bottom: 40px; 
  background: #00476B;
  background: linear-gradient(180deg, #00476B 10%, rgba(0, 105, 115, 0.5) 75%), url("../img/bg_bluewaves.jpg");
  background-size: cover; 

}
#about_grad {
  border-bottom: 2px solid #F24F00;
  padding: 0; 
  padding-top: 80px; 
  padding-bottom: 60px; 
  background: linear-gradient(-30deg, #00476B, #ebedee 35%, #f4f5f6 0);

}
#about_grad h3{
  padding-top: 0; 
  font-size: 30px;
  color: #F24F00;
}
.grad {
    background: linear-gradient(-30deg,#ebedee,#ebedee 35%,#f4f5f6 0);
}

#services{
  padding: 0; 
  padding-top: 40px; 
  padding-bottom: 40px; 
  background: #00476B;
}
#services h3, h4{
  padding-top: 0; 
  font-size: 24px;
  color: #ffffff;
}
#services p{
  color: #ffffff;
}
#projects{
  padding: 0; 
  padding-top: 30px; 
  padding-bottom: 30px; 
}
#projects h5{
  color: #00476B;
}
#projects p,ul,li{
  color: #000000;
}

#about_text .page-text{
  font-size: 16px; 
}
#about_features .page-text{
  font-size: 16px; 
}#reg {
    padding: 20px; 
}
.btn:hover {
  color: #fff; 
  border: none; 
  background: var(--orange-color); 
}
#content-wrapper{
  width: 100%; 
}
.paginate .page-link{
  background: transparent; 
  color: #F2994A; 
  border-color: #F2994A; 
}
.paginate .active >.page-link, .page-link.active{
  background: #F2994A; 
  color: #fff; 
}



// stylelint-disable declaration-no-important

//
// Utilities for common `display` values
//

@each $breakpoint in map-keys($grid-breakpoints) {
  @include media-breakpoint-up($breakpoint) {
    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);

    .d#{$infix}-none         { display: none !important; }
    .d#{$infix}-inline       { display: inline !important; }
    .d#{$infix}-inline-block { display: inline-block !important; }
    .d#{$infix}-block        { display: block !important; }
    .d#{$infix}-table        { display: table !important; }
    .d#{$infix}-table-row    { display: table-row !important; }
    .d#{$infix}-table-cell   { display: table-cell !important; }
    .d#{$infix}-flex         { display: flex !important; }
    .d#{$infix}-inline-flex  { display: inline-flex !important; }
  }
}


//
// Utilities for toggling `display` in print
//

@media print {
  .d-print-none         { display: none !important; }
  .d-print-inline       { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block        { display: block !important; }
  .d-print-table        { display: table !important; }
  .d-print-table-row    { display: table-row !important; }
  .d-print-table-cell   { display: table-cell !important; }
  .d-print-flex         { display: flex !important; }
  .d-print-inline-flex  { display: inline-flex !important; }
}

/// Grid system
//
// Generate semantic grid columns with these mixins.

@mixin make-container($gutter: $grid-gutter-width) {
  width: 100%;
  padding-right: $gutter / 2;
  padding-left: $gutter / 2;
  margin-right: auto;
  margin-left: auto;
}


// For each breakpoint, define the maximum width of the container in a media query
@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {
  @each $breakpoint, $container-max-width in $max-widths {
    @include media-breakpoint-up($breakpoint, $breakpoints) {
      max-width: $container-max-width;
    }
  }
}

@mixin make-row($gutter: $grid-gutter-width) {
  display: flex;
  flex-wrap: wrap;
  margin-right: -$gutter / 2;
  margin-left: -$gutter / 2;
}

@mixin make-col-ready($gutter: $grid-gutter-width) {
  position: relative;
  // Prevent columns from becoming too narrow when at smaller grid tiers by
  // always setting `width: 100%;`. This works because we use `flex` values
  // later on to override this initial width.
  width: 100%;
  padding-right: $gutter / 2;
  padding-left: $gutter / 2;
}

@mixin make-col($size, $columns: $grid-columns) {
  flex: 0 0 percentage($size / $columns);
  // Add a `max-width` to ensure content within each column does not blow out
  // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
  // do not appear to require this.
  max-width: percentage($size / $columns);
}

@mixin make-col-offset($size, $columns: $grid-columns) {
  $num: $size / $columns;
  margin-left: if($num == 0, 0, percentage($num));
}


.container .swiper-container{
  width: 100%;
  height: 100%;
}
.container .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  text-align: center;
  display: flex;
}
.container .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: center;
}
.container .swiper-slide .card-link a{
    text-decoration: none;
    color: #1d6ce2;
}
.swiper-button-next{
    right: 26px !important;
}
.swiper-button-prev{
    left: 26px !important;
}


.arch-list {
    display: block;
    width: 90%;
    padding: 0.375rem 1.375rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ff3047;
    background-size: 20px 15px;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#issue-list .swiper-scrollbar-drag{background:#c4c4c4!important}
#issue-list select.form-select{max-height:32px;padding-top:2px}
#issue-list select.form-select:active, #issue-list select.form-select:focus{box-shadow:none}
#issue-list .title:after{border-bottom:4px solid red;content:"";display:block;width:10%}
#issue-list .slide-wrapper{cursor:pointer}
#issue-list .slide-wrapper .img-wrapper{overflow:hidden}
#issue-list .slide-wrapper .img-wrapper img{transition:.35s}
#issue-list .slide-wrapper:hover img{-webkit-transform:scale(1.01);transform:scale(1.01);transition:.35s}

#krmedia .beg{color:#faf4d3;text-decoration:none;background-color:transparent}
#krmedia .beg:hover{color:#faf4d3;text-decoration:none} 


#button {
  display: inline-block;
  background-color: #F24F00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.footer_nav ul {
  display: grid;
  grid-gap: 12px;
}

.footer_nav a {
  color: var(--primary);
  transition: color .43s;
}

.footer_nav a:hover {
  color: var(--accent);
}



a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 18px; }

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%; }
  .owl-1 .owl-nav .owl-next,
  .owl-1 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%; }
    .owl-1 .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
    .owl-1 .owl-nav .owl-prev:active,
    .owl-1 .owl-nav .owl-prev:focus {
      outline: none; }
    .owl-1 .owl-nav .owl-next span,
    .owl-1 .owl-nav .owl-prev span {
      color: #fff; }
      .owl-1 .owl-nav .owl-next span:before,
      .owl-1 .owl-nav .owl-prev span:before {
        font-size: 40px !important; }
  .owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px; }
  .owl-1 .owl-nav .owl-prev {
    left: 20px; }

.owl-1 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block; }
    .owl-1 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      margin: 4px; }
    .owl-1 .owl-dots .owl-dot.active > span {
      background: white; }
    .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
      outline: none; }

.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.media-29101 .text {
  padding: 50px; }
  @media (max-width: 991.98px) {
    .media-29101 .text {
      padding: 20px;
      width: 100%; } }
  .media-29101 .text .category {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .1rem; }
  .media-29101 .text h2 {
    font-family: "Play", Verdana, Arial;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 10px; }
    .media-29101 .text h2 a {
      color: #000; }

.carousel-nav {
  width: 100%;
  border-bottom: 1px solid #00476B;
  margin-bottom: 40px; }
  .carousel-nav a {
    color: #999;
    padding: 20px;
    text-align: center;
    display: inline-block; }
    .carousel-nav a:hover {
      color: #000; }
    .carousel-nav a.active {
      color: #000; }
      .carousel-nav a.active:before {
        content: "";
        bottom: -1px;
        left: 0;
        right: 0;
        position: absolute;
        border-bottom: 2px solid #F24F00; }


.owl-2.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%; }
  @media (max-width: 991.98px) {
    .owl-2 .owl-nav {
      display: none; } }
  .owl-2 .owl-nav .owl-next,
  .owl-2 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-2 .owl-nav .owl-next:active, .owl-2.owl-nav .owl-next:focus,
    .owl-2 .owl-nav .owl-prev:active,
    .owl-2 .owl-nav .owl-prev:focus {
      outline: none; }
    .owl-2 .owl-nav .owl-next:hover,
    .owl-2 .owl-nav .owl-prev:hover {
      opacity: 1; }
    .owl-2 .owl-nav .owl-next span,
    .owl-2 .owl-nav .owl-prev span {
      color: #fff; }
      .owl-2 .owl-nav .owl-next span:before,
      .owl-2 .owl-nav .owl-prev span:before {
        font-size: 40px !important; }
  .owl-2 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px; }
  .owl-2 .owl-nav .owl-prev {
    left: 20px; }

.owl-2 .owl-dots {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-2 .owl-dots .owl-dot {
    background: none;
    display: inline-block; }
    .owl-2 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      margin: 4px; }
    .owl-2 .owl-dots .owl-dot.active > span {
      background: white; }
    .owl-2 .owl-dots .owl-dot:active, .owl-2 .owl-dots .owl-dot:focus {
      outline: none; }

blockquote.testimony-29101 {
  max-width: 799px;
  margin: 0 auto; }
  blockquote.testimony-29101 p {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    font-family: "Halvar Breit Rg", serif; }
  blockquote.testimony-29101 .author {
    font-size: 14px; }
    blockquote.testimony-29101 .author cite {
      color: #ccc; }



.main-footer {
	background: linear-gradient(-30deg, #ebedee, #ebedee 35%, #f4f5f6 0)
}

.footer-wrapper  {
	padding: 0px 0 0px;
	background-image: url("../img/build-footer.png");
	background-position: calc(100% + 30px) bottom;
	background-repeat: no-repeat
}

.main-footer__subtitle {
	display: block;
	width: 50%
}


@media screen and (max-width:1199.98px) {
	.main-footer {
		background: #f4f5f6 !important
	}

	.main-footer__wrapper {
		padding: 32px 0;
		background-image: none !important
	}

	.main-footer__subtitle {
		width: auto
	}
}