/* ------------------------------------------------
 Author: Ruliweb
 
 Template Name: Card
 version: 1.0.0
------------------------------------------------ */
/* ------------------------------------------------

 - General Styles
 - Typography
 - Preloader
 - Form
 - Button
 - Preloader
 - Header
 - Sections
 - Navbar
 - Footer
 - Cases
 - Clients
 - Contact
 - Single post
 - Footer
 - Contact
 - Portfolio
 - News
 - Single news
 - Testimonials
 - Timeline
 - Other
 
------------------------------------------------ */
@import url("vendors/bootstrap.min.css");
@import url("vendors/swiper.min.css");
@import url("vendors/simplebar.min.css");
@import url("../icons/style.css");
@import url("../font/inter.css");

/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
}

body, html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #F0F0F6;
  color: #5F6F81;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 580px) {
  body {
    line-height: 1.6;
  }
}

html.is-scroll-disabled body {
  height: 100vh;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.is-scroll-disabled {
    overflow: hidden;
  }
}
.no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

.no-scroll-height {
  overflow-x: hidden;
}

.svg-defs {
  position: absolute;
  height: 0;
  width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .full-page {
    overflow: auto;
  }
}


/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
.logoRuliweb{
	  font-family: "Inter", sans-serif;
	font-weight:700;
}

h1, h2, h3, h4, h5, h6 {
  color: #44566C;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.title--h1 {
  font-size: 1.875rem;
  margin-bottom: 1.1875rem;
}
@media only screen and (max-width: 580px) {
  .title--h1 {
    font-size: 1.6875rem;
  }
}
.title--h2 {
  font-size: 1.5625rem;
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 580px) {
  .title--h2 {
    font-size: 1.5rem;
    margin-bottom: 1.1875rem;
  }
}
.title--h3 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 580px) {
  .title--h3 {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
  }
}
.title--h4 {
  font-size: 1.0625rem;
  margin-bottom: 0.8125rem;
}
@media only screen and (max-width: 580px) {
  .title--h4 {
    font-size: 1rem;
  }
}
.title--center {
  text-align: center;
}
.title--tone {
  color: #244C6C;
}
.title-icon {
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media only screen and (max-width: 580px) {
  .title-icon {
    height: 1.9230769231rem;
    width: 1.9230769231rem;
  }
}
.title__separate {
  margin-bottom: 1.5rem;
  position: relative;
}
.title__separate::before, .title__separate::after {
  content: '';
  background-color: #244C6C;
  border-radius: 0.5rem;
  height: 0.3125rem;
  position: absolute;
  bottom: -1.0625rem;
  left: 0;
  width: 3.12rem;
  z-index: 1;
}
.title__separate::after {
  background-color: #FFBB00;
  width: 1rem;
}
@media only screen and (max-width: 580px) {
  .title__separate {
    margin-bottom: 0.8125rem;
  }
  .title__separate::before, .title__separate::after {
    height: 0.1875rem;
    bottom: -0.625rem;
  }
  .title__separate::before {
    width: 3rem;
  }
  .title__separate::after {
    width: 1rem;
  }
}

.weight--400 {
  font-weight: 400;
}
.weight--500 {
  font-weight: 500;
}
.weight--600 {
  font-weight: 600;
}
.weight--700 {
  font-weight: 700;
}

.color--light {
  color: #8697A8;
}
.color--dark {
  color: #44566C;
}

.block-quote {
  font-size: 1.3125rem;
  font-weight: 400;
  font-style: italic;
  margin: 1.8125rem 0 1.8125rem 0.1875rem;
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .block-quote {
    padding-left: 3.8125rem;
  }
}
@media only screen and (max-width: 768px) {
  .block-quote {
    font-size: 1.125rem;
    margin: 1.0625rem 0 1.3125rem;
    padding-left: 0;
    padding-top: 2.375rem;
  }
}
.block-quote::before {
  background-image: url(../images/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
  height: 1.5625rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -2.5625rem;
  width: 28px;
}
@media only screen and (max-width: 991px) {
  .block-quote::before {
    left: 0;
  }
}
.block-quote__author {
  font-size: 1rem;
  font-style: normal;
  display: block;
  margin-top: 0.625rem;
  padding-left: 3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block-quote__author {
    font-size: 0.875rem;
    margin-top: 0;
    padding-left: 2rem;
  }
}
.block-quote__author::before {
  content: '';
  background-color: #44566C;
  height: 0.0625rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
}
@media only screen and (max-width: 768px) {
  .block-quote__author::before {
    width: 1rem;
  }
}

a {
  color: #244C6C;
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: color 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
a:hover {
  color: #244C6C;
  outline: none;
  text-decoration: underline;
}
a.decoration--none {
  text-decoration: none;
}

.description {
  color: #F5F8F9;
  margin-bottom: 1.875rem;
}

.foreword {
  color: #F5F8F9;
  font-size: 1.125rem;
}

.separation {
  background-color: rgba(134, 151, 168, 0.2);
  height: 0.0625rem;
  margin: 2rem 0;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

iframe {
  background-color: #44566C;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.cover {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
  width: 100%;
}

::-moz-selection {
  background: transparent;
  color: #244C6C;
}

::selection {
  background: transparent;
  color: #244C6C;
}

/* -----------------------------------------------------------------
    - Button
----------------------------------------------------------------- */


.badge {
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 20px;
  padding: 0.5625rem 1rem;
}
.badge--light {
  background-color: #F5F8F9;
  color: #44566C;
}
.badge--gray {
  background-color: #E9EDF0;
  color: #44566C;
}
.badge--dark {
  background-color: #44566C;
  color: #fff;
}
.badge--blue {
  background-color: #244C6C;
  color: #fff;
}
.badge--blue-gradient {
  background-image: linear-gradient(111.59deg, #FFF2E7 0%, #FFCADA 99.08%);
  color: #fff;
}
.badge--aqua {
  background-color: #FFBB00;
  color: #fff;
}
.badge--red {
  background-color: #FF3D57;
  color: #fff;
}

.tooltip {
  font-family: "Inter", sans-serif;
}
.tooltip-inner {
  max-width: 12.5rem;
  padding: 0.25rem 0.5625rem 0.25rem;
  background-color: #44566C;
  border-radius: 0.25rem;
  box-shadow: 0 1rem 2rem rgba(134, 151, 168, 0.25), 0 0.125rem 1rem rgba(134, 151, 168, 0.5);
}
.tooltip.show {
  opacity: 1;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #44566C;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-width: 0.3125rem 0.3125rem 0.3125rem 0;
  border-right-color: #44566C;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #44566C;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #44566C;
}

.progress {
  background-color: rgba(68, 86, 108, 0.1);
  border-radius: 20px;
  height: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: inherit;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 580px) {
  .progress {
    margin-bottom: 1rem;
  }
}
.progress:last-child {
  margin-bottom: 0;
}
.progress-bar {
  background-color: #244C6C;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 0%;
  z-index: 1;
}
.progress .progress-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.progress .progress-text > * {
  min-width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .progress-text span:nth-child(2) {
    float: right;
  }
}
.btn {
  background-color: #244C6C;
  border-radius: 20px;
  border: 0;
  /*box-shadow: 0 0.5rem 1rem rgba(48, 76, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 76, 253, 0.15);*/
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  overflow: hidden;
  padding: 0.9375rem 1.5rem;
  position: relative;
  transition: .4s ease-in-out;
  white-space: nowrap;
}
.btn:hover {
  color: #fff;
  box-shadow: none;

}
.btn:hover span {
  width: 30rem;
  height: 30rem;
}
.btn:focus {
  box-shadow: 0 1.5rem 2.5rem rgba(48, 76, 253, 0.1), 0 0.5rem 1rem rgba(48, 76, 253, 0.1);
}
.btn::before {
  content: '';
  box-shadow: 0 0.25rem 2rem rgba(48, 76, 253, 0.25), 0 0.25rem 1rem rgba(48, 76, 253, 0.25);
  margin: 0 auto;
  height: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 64%;
  z-index: -1;
}
.btn span {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  transition: width .4s ease-in-out, height .4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn .font-icon {
  margin-right: 0.1875rem;
}

button:focus {
  outline: none;
}

/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1106;
  opacity: 1;
}
.preloader > * {
  min-width: 0;
}
.preloader__wrap {
  width: 100%;
  max-width: 9.375rem;
}
.preloader__progress {
  background: #fff;
  height: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.preloader__progress span {
  background: #244C6C;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

/* -----------------------------------------------------------------
    - Sidebar
----------------------------------------------------------------- */
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F5F8F9;
  border-radius: 30px;
  padding: 2.5rem;
  width: 17.5rem;
  text-align: center;
}
.sidebar > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    align-items: center;
    border-radius: 30px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar {
    padding: 2rem;
  }
}
.full-page .sidebar {
  justify-content: flex-start;
}
.sidebar .avatar {
  margin-bottom: 1.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 580px) {
  .sidebar .avatar {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 580px) {
  .sidebar__user-name {
    font-size: 1.625rem;
    margin-bottom: 0.8125rem;
  }
}
.sidebar .btn {
  flex: 0 0 auto;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .sidebar .btn {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media only screen and (max-width: 580px) {
  .sidebar .btn {
    width: 100%;
  }
}

.contact-block {
  color: #44566C;
  font-size: 0.9375rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.3125rem;
}
@media only screen and (max-width: 991px) {
  .contact-block {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.contact-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-block__item > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .contact-block__item {
    justify-content: center;
  }
}
.contact-block__item a {
  color: #44566C;
  text-decoration: none;
}
.contact-block__item a:hover {
  color: #244C6C;
}
.contact-block .font-icon {
  font-size: 1.125rem;
  margin-right: 0.875rem;
}

.sticky-column {
  width: 100%;
}

.sticky-column.is_stuck {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
.sticky-column.is_stuck .avatar {
  margin-top: 0;
}

/* -----------------------------------------------------------------
    - Sections
----------------------------------------------------------------- */
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 1.875rem;
}
.main > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .main {
    justify-content: normal;
    margin-top: 2rem;
    height: 100%;
    padding: 0.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .main {
    margin-top: 0;
  }
}
.full-page .main {
  height: 100%;
}

.wrapper {
  background-color: #fff;
  border-radius: 30px 0 30px 30px;
  box-shadow: 0 2.5rem 3.125rem rgba(134, 151, 168, 0.1);
  display: flex;
  max-height: 42.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 64.375rem;
  position: relative;
  width: 100%;
}
.wrapper > * {
  min-width: 0;
}
.wrapper::before {
  content: '';
  box-shadow: 0 2.5rem 3.125rem rgba(134, 151, 168, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: 5rem;
  width: 78%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .wrapper {
    flex-direction: column;
    border-radius: 0 0 30px 30px;
    margin-bottom: 2rem;
    max-height: 100%;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    border-radius: 30px;
    margin-top: 4rem;
    width: 86%;
  }
}
@media only screen and (max-width: 580px) {
  .wrapper {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.full-page .wrapper {
  max-height: 100%;
}
.wrapper--shadow-orange {
  box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1);
}
.wrapper--shadow-orange::before {
  box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.2);
}
.wrapper--shadow-azure {
  box-shadow: 0 2.5rem 3.125rem rgba(20, 93, 104, 0.1);
}
.wrapper--shadow-azure::before {
  box-shadow: 0 2.5rem 3.125rem rgba(20, 93, 104, 0.2);
}

.content {
  max-height: 42.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: calc(100% - 280px);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .content {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
}
.full-page .content {
  max-height: 100%;
  height: 100%;
}

.section {
  margin-top: 1.8125rem;
  padding: .1px 0;
}
@media only screen and (max-width: 580px) {
  .section {
    margin-top: 1.5rem;
  }
}

.js-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.box-gray {
  background-color: #F5F8F9;
  border-radius: 30px;
  padding: 2rem 1.875rem;
}
@media only screen and (max-width: 768px) {
  .box-gray {
    border-radius: 20px;
    padding: 0.9375rem;
  }
}

.overlay {
  position: relative;
}
.overlay::before, .overlay--45::before, .overlay--80::before {
  content: '';
  background-color: rgba(68, 86, 108, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.overlay--45::before {
  background-color: rgba(68, 86, 108, 0.45);
}
.overlay--80::before {
  background-color: rgba(68, 86, 108, 0.8);
}

.avatar-wrap {
  position: relative;
  z-index: 1;
}
.avatar-wrap::before {
  content: '';
  /* box-shadow: 0 1rem 1.5rem rgba(134, 151, 168, 0.4); */
  border-radius: 1rem;
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  margin: 0 auto;
  height: 1rem;
  width: 7.5rem;
  z-index: -1;
}

.avatar {
  display: block;
  height: 100%;
  width: 100%;
}
.avatar--180 {
  max-height: 11.25rem;
  max-width: 11.25rem;
  height: 11.25rem;
  width: 11.25rem;
}
@media only screen and (max-width: 991px) {
  .avatar--180 {
    max-height: 12.5rem;
    max-width: 12.5rem;
    height: 12.5rem;
    width: 12.5rem;
  }
}
.avatar--80 {
  max-height: 5rem;
  max-width: 5rem;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.1)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.1));
}
@media only screen and (max-width: 580px) {
  .avatar--80 {
    max-height: 4.5454545455rem;
    max-width: 4.5454545455rem;
  }
}
.avatar--60 {
  max-height: 60px;
  max-width: 60px;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.1)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.1));
}
@media only screen and (max-width: 580px) {
  .avatar--60 {
    max-height: 45.1127819549px;
    max-width: 45.1127819549px;
  }
}
.avatar__box {
  -webkit-clip-path: url(#avatar-box);
  clip-path: url(#avatar-box);
}
.avatar__hexagon {
  -webkit-clip-path: url(#avatar-hexagon);
  clip-path: url(#avatar-hexagon);
}
.avatar image {
  height: 100%;
  width: 100%;
}

.social {
  line-height: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.375rem;
}
.social__link {
  color: #44566C;
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 0.8125rem;
  text-decoration: none;
}
.social__link:hover {
  cursor: pointer;
  text-decoration: none;
}
.social__link:first-child {
  margin-left: 0;
}

.pt-6 {
  padding-top: 5rem;
}

/* -----------------------------------------------------------------
    - Navbar
----------------------------------------------------------------- */
.circle-menu {
  background: #244C6C;
  border-radius: 50% 0 50% 50%;
  box-shadow: 0 1.5rem 2.5rem rgba(48, 76, 253, 0.1), 0 0.5rem 1rem rgba(48, 76, 253, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 3.75rem;
  z-index: 1101;
}
.circle-menu > * {
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  .circle-menu {
    pointer-events: all;
    visibility: visible;
  }
}
.open-menu .circle-menu {
  box-shadow: 0 0 0 0.0625rem rgba(48, 76, 253, 0.5);
  background-image: none;
}

.hamburger {
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.hamburger .line {
  background-color: #fff;
  border-radius: 0.25rem;
  display: block;
  margin: 0.3125rem 0;
  height: 0.1875rem;
  width: 1.5rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.hamburger .line:nth-child(2) {
  margin-left: 0.25rem;
  width: 1.25rem;
}
@media only screen and (max-width: 580px) {
  .hamburger .line {
    margin: 0.25rem 0;
    height: 0.125rem;
    width: 1.125rem;
  }
  .hamburger .line:nth-child(2) {
    width: 0.875rem;
  }
}
.hamburger.is-active .line:nth-child(1) {
  opacity: 1;
  transform: translateY(8px) rotate(45deg);
}
@media only screen and (max-width: 580px) {
  .hamburger.is-active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
}
.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
  transform: rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 1;
  transform: translateY(-8px) rotate(-45deg);
}
@media only screen and (max-width: 580px) {
  .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.hamburger__text {
  font-size: 0.75rem;
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
}
.hamburger.is-active .hamburger__text {
  opacity: 0;
}

.nav-wrap {
  display: flex;
  max-width: 64.375rem;
  width: 100%;
}
.nav-wrap > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .nav-wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .nav-wrap {
    height: 100%;
    position: fixed;
    top: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
  }
  .nav-wrap::before {
    content: '';
    background-color: #244C6C;
    border-radius: 50% 0 50% 50%;
    height: 3.75rem;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease-in-out;
    width: 3.75rem;
    z-index: 0;
  }
}
.open-menu .nav-wrap {
  visibility: visible;
}
.open-menu .nav-wrap::before {
  border-radius: 0;
  height: 100rem;
  width: 100rem;
}
.open-menu .nav-wrap .nav {
  opacity: 1;
  transform: translateY(0%);
}

.nav {
  background-color: #fff;
  border-radius: 0 30px 0 0;
  color: #5F6F81;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 4.25rem;
  letter-spacing: .04rem;
  margin-left: auto;
  padding-top: 1rem;
  padding-right: 2.5rem;
  position: relative;
  bottom: -0.1px;
  z-index: 1;
}
.nav > * {
  min-width: 0;
}
.nav::before {
  content: '';
  background-image: url(../images/nav-edge.svg);
  height: 100%;
  position: absolute;
  top: 0;
  left: -7.75rem;
  width: 8.4375rem;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .nav {
    border-radius: 30px 30px 0 0;
    padding-top: 0;
    padding-right: 0;
    width: 100%;
  }
  .nav::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 400;
    height: 100%;
    padding: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: translateY(-100%);
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .nav {
    bottom: -.7px;
  }
}
.nav__item {
  margin-right: 0.375rem;
}
@media only screen and (max-width: 768px) {
  .nav__item {
    margin-right: 0;
    margin: 0.8125rem 0;
  }
}
.nav__item a {
  color: #5F6F81;
  padding: 0.5625rem 1rem;
  text-transform: uppercase;
}
.nav__item a:hover {
  color: #244C6C;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .nav__item a {
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
  }
  .nav__item a:hover {
    color: #fff;
  }
}
.nav__item a.active {
  background-color: #244C6C;
  border-radius: 10px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .nav__item a.active {
    background-color: transparent;
    border-radius: 0;
  }
}
.nav__item:last-child {
  margin-right: 0;
}





/* -----------------------------------------------------------------
    - Other
----------------------------------------------------------------- */
.back-to-top {
  border-top: 1px solid #44566C;
  border-left: 1px solid #44566C;
  cursor: pointer;
  height: 2rem;
  opacity: .5;
  position: fixed;
  right: 2.5rem;
  bottom: 1.875rem;
  width: 2rem;
  transform: rotate(45deg);
  transition: opacity .35s ease-out;
  z-index: 10;
}
.back-to-top:hover {
  opacity: 1;
}
@media only screen and (max-width: 580px) {
  .back-to-top {
    display: none !important;
  }
}

.js-lines {
  overflow: hidden;
}
.js-lines div {
  overflow: hidden;
}

.js-words div div {
  opacity: 0;
}

.medium-zoom--opened {
  overflow: hidden;
}

.medium-zoom-overlay {
  background: #fff !important;
  z-index: 1104;
}

.medium-zoom-image {
  cursor: pointer !important;
  z-index: 1104;
}
.medium-zoom-image--opened {
  border-radius: 1px;
  height: 100%;
}

.simplebar-track.simplebar-vertical {
  right: 0.375rem;
  width: 0.5rem;
}
.simplebar-track.simplebar-horizontal {
  height: 0.5rem;
}
.simplebar-track .simplebar-scrollbar::before {
  background-color: #5F6F81;
}

.simplebar-content-wrapper {
  overflow: auto;
}

/* -----------------------------------------------------------------
    - Cases
----------------------------------------------------------------- */
.case-item-wrap {
  margin-bottom: 1.5rem;
}
.case-item-wrap:nth-last-child(1), .case-item-wrap:nth-last-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .case-item-wrap {
    margin-bottom: 1.5rem;
  }
  .case-item-wrap:nth-last-child(2) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .case-item-wrap {
    margin-bottom: 0.9375rem;
  }
  .case-item-wrap:nth-last-child(2) {
    margin-bottom: 0.9375rem;
  }
}

.case-item {
  border: 3px solid #F5F8F9;
  border-radius: 30px;
  padding: 1.5rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .case-item {
    padding: 1.1875rem 1rem;
  }
}
.case-item .title {
  margin-bottom: 0.5625rem;
}
.case-item__icon {
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 1rem;
}
.case-item__caption {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 580px) {
  .case-item__caption {
    line-height: 1.5;
  }
}
.case-item__caption:last-child {
  margin-bottom: 0;
}