body {
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #464646;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 100px
}
::-moz-selection {
  background-color: #1b3666;
  color: #fff
}
::selection {
  background-color: #1b3666;
  color: #fff
}
a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear
}
a:hover {
  color: #000;
  text-decoration: none
}
textarea {
  resize: none
}
section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px
}
img {
  max-width: 100%;
  height: auto
}
button {
  all: unset;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.btn.focus, .btn:focus, .form-control, .form-control:focus, button, button:focus {
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
:focus {
  outline: 0
}
textarea {
  resize: none
}
select {
  background-color: transparent
}
.sticky-top {
  top: 100px;
  z-index: 500
}
@media (max-width:1200px) {
  html {
    overflow-x: hidden
  }
}
@media (min-width:768px) and (max-width:992px) {
  .container {
    max-width: 100%
  }
}
@media (min-width:576px) and (max-width:768px) {
  .container {
    max-width: 100%
  }
}
@media (min-width:1300px) {
  .google-map .container-fluid, .navbar > .container, .page-title-layout5 .container-fluid, .portfolio-masonry .container-fluid, .slider-layout1, .slider-layout2 .container-fluid, .slider-layout3, .team-boxed, .video-banner .container-fluid {
    padding-right: 35px;
    padding-left: 35px
  }
}
@media (min-width:1500px) {
  .google-map .container-fluid, .navbar > .container, .page-title-layout5 .container-fluid, .portfolio-masonry .container-fluid, .slider-layout1, .slider-layout2 .container-fluid, .slider-layout3, .team-boxed, .video-banner .container-fluid {
    padding-right: 70px;
    padding-left: 70px
  }
}
.col-padding-0 > .row {
  margin: 0
}
.col-padding-0, .col-padding-0 > .row > [class*="col-"] {
  padding: 0
}
.col-padding-5 > .row {
  margin-right: -5px;
  margin-left: -5px
}
.col-padding-5, .col-padding-5 > .row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}
.inner-padding {
  padding: 30px 65px
}
@media (min-width:1400px) {
  .inner-padding {
    padding: 70px 140px
  }
}
.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.background-banner {
  min-height: 500px
}
.width-auto {
  width: auto !important
}
.lh-1 {
  line-height: 1 !important
}
.vh-100 {
  height: 100vh !important
}
.align-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.align-v-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.fz-13 {
  font-size: 13px
}
.fz-16 {
  font-size: 16px;
  line-height: 26px
}
.border-top {
  border-top: 1px solid #e9e9e9
}
@media (min-width:992px) {
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%
  }
}
.mt-0 {
  margin-top: 0 !important
}
.mt-5 {
  margin-top: 5px !important
}
.mt-10 {
  margin-top: 10px !important
}
.mt-20 {
  margin-top: 20px !important
}
.mt-30 {
  margin-top: 30px !important
}
.mt-40 {
  margin-top: 40px !important
}
.mt-50 {
  margin-top: 50px !important
}
.mt-60 {
  margin-top: 60px !important
}
.mt-70 {
  margin-top: 70px !important
}
.mt-80 {
  margin-top: 80px !important
}
.mt-90 {
  margin-top: 90px !important
}
.mt-100 {
  margin-top: 100px !important
}
.mt-120 {
  margin-top: 120px !important
}
.mb-0 {
  margin-bottom: 0 !important
}
.mb-5 {
  margin-bottom: 5px !important
}
.mb-10 {
  margin-bottom: 10px !important
}
.mb-20 {
  margin-bottom: 20px !important
}
.mb-25 {
  margin-bottom: 25px !important
}
.mb-30 {
  margin-bottom: 30px !important
}
.mb-40 {
  margin-bottom: 40px !important
}
.mb-45 {
  margin-bottom: 45px !important
}
.mb-50 {
  margin-bottom: 50px !important
}
.mb-60 {
  margin-bottom: 60px !important
}
.mb-70 {
  margin-bottom: 70px !important
}
.mb-80 {
  margin-bottom: 80px !important
}
.mb-90 {
  margin-bottom: 90px !important
}
.mb-100 {
  margin-bottom: 100px !important
}
.mt--100 {
  margin-top: -100px
}
.mr-0 {
  margin-right: 0 !important
}
.mr-10 {
  margin-right: 10px !important
}
.mr-20 {
  margin-right: 20px !important
}
.mr-30 {
  margin-right: 30px !important
}
.mr-40 {
  margin-right: 40px !important
}
.mr-50 {
  margin-right: 50px !important
}
.ml-0 {
  margin-left: 0 !important
}
.ml-20 {
  margin-left: 20px !important
}
.ml-30 {
  margin-left: 30px !important
}
.ml-40 {
  margin-left: 40px !important
}
.ml-50 {
  margin-left: 50px !important
}
.pb-10 {
  padding-top: 10px !important
}
.pt-20 {
  padding-top: 20px !important
}
.pt-30 {
  padding-top: 30px !important
}
.pt-40 {
  padding-top: 40px !important
}
.pt-50 {
  padding-top: 50px !important
}
.pt-60 {
  padding-top: 60px !important
}
.pt-70 {
  padding-top: 70px !important
}
.pt-80 {
  padding-top: 80px !important
}
.pt-90 {
  padding-top: 90px !important
}
.pt-100 {
  padding-top: 100px !important
}
.pt-110 {
  padding-top: 110px !important
}
.pt-120 {
  padding-top: 120px !important
}
.pt-130 {
  padding-top: 130px !important
}
.pt-140 {
  padding-top: 140px !important
}
.pt-150 {
  padding-top: 150px !important
}
.pt-170 {
  padding-top: 170px !important
}
.pb-10 {
  padding-bottom: 10px !important
}
.pb-20 {
  padding-bottom: 20px !important
}
.pb-30 {
  padding-bottom: 30px !important
}
.pb-40 {
  padding-bottom: 40px !important
}
.pb-50 {
  padding-bottom: 50px !important
}
.pb-60 {
  padding-bottom: 60px !important
}
.pb-70 {
  padding-bottom: 70px !important
}
.pb-80 {
  padding-bottom: 80px !important
}
.pb-90 {
  padding-bottom: 90px !important
}
.pb-100 {
  padding-bottom: 100px !important
}
.pb-110 {
  padding-bottom: 110px !important
}
.pb-120 {
  padding-bottom: 120px !important
}
.pb-130 {
  padding-bottom: 130px !important
}
.pb-140 {
  padding-bottom: 140px !important
}
.pb-150 {
  padding-bottom: 150px !important
}
.pb-170 {
  padding-bottom: 170px !important
}
.pr-0 {
  padding-right: 0 !important
}
.pr-15 {
  padding-right: 15px !important
}
.pr-20 {
  padding-right: 20px !important
}
.pr-30 {
  padding-right: 30px !important
}
.pr-50 {
  padding-right: 50px !important
}
.pr-60 {
  padding-right: 60px !important
}
.pr-70 {
  padding-right: 70px !important
}
.pr-100 {
  padding-right: 100px !important
}
.pl-0 {
  padding-left: 0 !important
}
.pl-15 {
  padding-left: 15px !important
}
.pl-20 {
  padding-left: 20px !important
}
.pl-30 {
  padding-left: 30px !important
}
.pl-50 {
  padding-left: 50px !important
}
.pl-60 {
  padding-left: 60px !important
}
.pl-70 {
  padding-left: 70px !important
}
.pl-100 {
  padding-left: 100px !important
}
@media (max-width:992px) {
  .text-center-xs-sm-md {
    text-align: center !important
  }
	
	.pl-50 {
  padding-left: 0px !important
}
}
@media (min-width:992px) and (max-width:1200px) {
  .inner-padding {
    padding: 20px 50px
  }
}
@media (min-width:768px) and (max-width:991px) {
  section {
    padding: 75px 0
  }
  .inner-padding {
    padding: 100px 50px !important
  }
  .mt-30 {
    margin-top: 26.66667px !important
  }
  .mt-40 {
    margin-top: 26.66667px !important
  }
  .mt-50 {
    margin-top: 33.33333px !important
  }
  .mt-60 {
    margin-top: 40px !important
  }
  .mt-70 {
    margin-top: 46.66667px !important
  }
  .mt-80 {
    margin-top: 53.33333px !important
  }
  .mt-90 {
    margin-top: 60px !important
  }
  .mt-100 {
    margin-top: 66.66667px !important
  }
  .mb-30 {
    margin-bottom: 20px !important
  }
  .mb-40 {
    margin-bottom: 26.66667px !important
  }
  .mb-50 {
    margin-bottom: 33.33333px !important
  }
  .mb-60 {
    margin-bottom: 40px !important
  }
  .mb-70 {
    margin-bottom: 46.66667px !important
  }
  .mb-80 {
    margin-bottom: 53.33333px !important
  }
  .mb-90 {
    margin-bottom: 60px !important
  }
  .mb-100 {
    margin-bottom: 66.66667px !important
  }
  .mr-30 {
    margin-right: 20px !important
  }
  .mr-40 {
    margin-right: 26.66667px !important
  }
  .mr-50 {
    margin-right: 33.33333px !important
  }
  .ml-30 {
    margin-left: 20px !important
  }
  .ml-40 {
    margin-left: 26.66667px !important
  }
  .ml-50 {
    margin-left: 33.33333px !important
  }
  .pt-30 {
    padding-top: 20px !important
  }
  .pt-40 {
    padding-top: 26.66667px !important
  }
  .pt-50 {
    padding-top: 33.33333px !important
  }
  .pt-60 {
    padding-top: 40px !important
  }
  .pt-70 {
    padding-top: 46.66667px !important
  }
  .pt-80 {
    padding-top: 53.33333px !important
  }
  .pt-90 {
    padding-top: 60px !important
  }
  .pt-100 {
    padding-top: 66.66667px !important
  }
  .pt-110 {
    padding-top: 73.33333px !important
  }
  .pt-120 {
    padding-top: 80px !important
  }
  .pt-130 {
    padding-top: 93.33333px !important
  }
  .pt-140 {
    padding-top: 93.33333px !important
  }
  .pt-150 {
    padding-top: 100px !important
  }
  .pt-160 {
    padding-top: 106.66667px !important
  }
  .pt-170 {
    padding-top: 113.33333px !important
  }
  .pb-30 {
    padding-bottom: 20px !important
  }
  .pb-40 {
    padding-bottom: 26.66667px !important
  }
  .pb-50 {
    padding-bottom: 33.33333px !important
  }
  .pb-60 {
    padding-bottom: 40px !important
  }
  .pb-70 {
    padding-bottom: 46.66667px !important
  }
  .pb-80 {
    padding-bottom: 53.33333px !important
  }
  .pb-90 {
    padding-bottom: 60px !important
  }
  .pb-100 {
    padding-bottom: 66.66667px !important
  }
  .pb-110 {
    padding-bottom: 73.33333px !important
  }
  .pb-120 {
    padding-bottom: 80px !important
  }
  .pb-130 {
    padding-bottom: 86.66667px !important
  }
  .pb-140 {
    padding-bottom: 93.33333px !important
  }
  .pb-150 {
    padding-bottom: 100px !important
  }
  .pb-160 {
    padding-bottom: 106.66667px !important
  }
  .pb-170 {
    padding-bottom: 113.33333px !important
  }
}
@media (min-width:320px) and (max-width:767px) {
  section {
    padding: 50px 0
  }
  .inner-padding {
    padding: 20px !important
  }
  .text-center-xs-sm {
    text-align: center !important
  }
  .mt-30 {
    margin-top: 15px !important
  }
  .mt-40 {
    margin-top: 20px !important
  }
  .mt-50 {
    margin-top: 25px !important
  }
  .mt-60 {
    margin-top: 30px !important
  }
  .mt-70 {
    margin-top: 35px !important
  }
  .mt-80 {
    margin-top: 40px !important
  }
  .mt-90 {
    margin-top: 45px !important
  }
  .mt-100 {
    margin-top: 50px !important
  }
  .mb-30 {
    margin-bottom: 15px !important
  }
  .mb-40 {
    margin-bottom: 20px !important
  }
  .mb-50 {
    margin-bottom: 25px !important
  }
  .mb-60 {
    margin-bottom: 30px !important
  }
  .mb-70 {
    margin-bottom: 35px !important
  }
  .mb-80 {
    margin-bottom: 40px !important
  }
  .mb-90 {
    margin-bottom: 45px !important
  }
  .mb-100 {
    margin-bottom: 50px !important
  }
  .mr-30 {
    margin-right: 15px !important
  }
  .mr-40 {
    margin-right: 20px !important
  }
  .mr-50 {
    margin-right: 25px !important
  }
  .ml-30 {
    margin-left: 15px !important
  }
  .ml-40 {
    margin-left: 20px !important
  }
  .ml-50 {
    margin-left: 25px !important
  }
  .pt-30 {
    padding-top: 15px !important
  }
  .pt-40 {
    padding-top: 20px !important
  }
  .pt-50 {
    padding-top: 25px !important
  }
  .pt-60 {
    padding-top: 30px !important
  }
  .pt-70 {
    padding-top: 35px !important
  }
  .pt-80 {
    padding-top: 40px !important
  }
  .pt-90 {
    padding-top: 45px !important
  }
  .pt-100 {
    padding-top: 50px !important
  }
  .pt-110 {
    padding-top: 55px !important
  }
  .pt-120 {
    padding-top: 60px !important
  }
  .pt-130 {
    padding-top: 70px !important
  }
  .pt-140 {
    padding-top: 70px !important
  }
  .pt-150 {
    padding-top: 75px !important
  }
  .pt-160 {
    padding-top: 80px !important
  }
  .pt-170 {
    padding-top: 85px !important
  }
  .pb-30 {
    padding-bottom: 15px !important
  }
  .pb-40 {
    padding-bottom: 20px !important
  }
  .pb-50 {
    padding-bottom: 25px !important
  }
  .pb-60 {
    padding-bottom: 30px !important
  }
  .pb-70 {
    padding-bottom: 35px !important
  }
  .pb-80 {
    padding-bottom: 40px !important
  }
  .pb-90 {
    padding-bottom: 45px !important
  }
  .pb-100 {
    padding-bottom: 50px !important
  }
  .pb-110 {
    padding-bottom: 55px !important
  }
  .pb-120 {
    padding-bottom: 60px !important
  }
  .pb-130 {
    padding-bottom: 65px !important
  }
  .pb-140 {
    padding-bottom: 70px !important
  }
  .pb-150 {
    padding-bottom: 75px !important
  }
  .pb-160 {
    padding-bottom: 80px !important
  }
  .pb-170 {
    padding-bottom: 85px !important
  }
}
.color-white {
  color: #fff !important
}
.color-gray {
  color: #f9f9f9 !important
}
.color-dark {
  color: #1b3666 !important
}
.color-theme {
  color: #1b3666 !important
}
.color-heading {
  color: #1b3666 !important
}
.color-body {
  color: #464646 !important
}
.bg-white {
  background-color: #fff !important
}
.bg-gray2 {
  background-color: #f9f9f9 !important
}
.bg-gray {
  background-color: #f9f9f9 !important
}
.bg-dark {
  background-color: #1b3666 !important
}

.bg-dark-2 {
  background-color: #0f2245 !important
}

.bg-genos {
  background-color: #1b3666 !important
}
.bg-heading {
  background-color: #1b3666 !important
}
.bg-theme {
  background-color: #1b3666 !important
}
.bg-img {
  position: relative;
  z-index: 1
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, .25)
}
.bg-parallax {
  background-attachment: fixed
}
h1, h2, h3, h4, h5, h6 {
  color: #1b3666;
  font-family: Heebo, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .3px;
  margin-bottom: 20px
}
p {
  margin-bottom: 15px
}
h1 {
  font-size: 52px
}
h2 {
  font-size: 42px
}
h3 {
  font-size: 38px
}
h4 {
  font-size: 22px
}
h5 {
  font-size: 24px
}
h6 {
  font-size: 18px
}
.heading-subtitle {
  position: relative;
  font-size: 14px;
  color: #222;
  margin-bottom: 10px
}
.heading-subtitle:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #222;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.heading-title {
  font-size: 44px;
  margin-bottom: 20px
}
.heading-desc {
  margin-bottom: 0
}
.genos-blog-archive-desc {
  color: #1b3666;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px
}
.heading-light .heading-subtitle {
  color: #f9f9f9
}
.heading-light .heading-desc, .heading-light .heading-title {
  color: #fff
}
@media (min-width:992px) and (max-width:1200px) {
  .heading-title {
    font-size: 35px;
    margin-bottom: 15px
  }
  .heading-subtitle:before {
    left: -50px
  }
}
@media (min-width:320px) and (max-width:767px) {
  .heading-title {
    font-size: 25px;
    margin-bottom: 15px
  }
  .heading-desc {
    font-size: 14px;
    line-height: 24px
  }
  .genos-blog-archive-desc {
    font-size: 18px;
    line-height: 1.4
  }
}
.header-transparent + .page-title {
  margin-top: -100px
}
.pagetitle__subheading {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #f9f9f9;
  display: block;
  margin-bottom: 24px
}
.pagetitle__heading {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px
}
.pagetitle__desc {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  color: #fff
}
.page-title {
  padding-top: 28px;
  padding-bottom: 5px
}
.page-title-layout1 .breadcrumb .breadcrumb-item a {
  color: #fff
}
.page-title-layout1 .breadcrumb .breadcrumb-item.active {
  color: #f4f4f4
}
.page-title-layout1 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #fff
}
.page-title-layout2 {
  padding-top: 195px;
  padding-bottom: 195px
}
.page-title-layout2 .pagetitle__heading {
  color: #1b3666;
  font-size: 55px;
  font-weight: 800
}
.page-title-layout3 {
  padding-top: 195px;
  padding-bottom: 195px
}
.page-title-layout3 .pagetitle__heading {
  color: #fff;
  font-size: 65px;
  font-weight: 800
}
.page-title-layout4 .breadcrumb:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #222;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.page-title-layout6 {
  padding-top: 100px;
  padding-bottom: 100px
}
.page-title-layout6 .pagetitle__heading {
  color: #fff;
  font-size: 45px;
  font-weight: 800
}
.page-title-layout7 {
  padding-top: 370px;
  padding-bottom: 270px
}
.page-title-layout7 .pagetitle__heading {
  color: #1b3666;
  font-size: 55px;
  font-weight: 800
}
@media (min-width:320px) and (max-width:767px) {
  .pagetitle__heading {
    font-size: 19px
  }
  .page-title-layout2 {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .page-title-layout2 .pagetitle__heading {
    font-size: 30px
  }
}
.btn {
  font-family: Heebo, sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 1px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.btn.active, .btn:active, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}
.btn:not(.btn__link):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #00A2A6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.24s cubic-bezier(.37, .31, .31, .9);
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(.37, .31, .31, .9);
  transition: -webkit-transform 0.24s cubic-bezier(.37, .31, .31, .9);
  transition: transform 0.24s cubic-bezier(.37, .31, .31, .9);
  transition: transform 0.24s cubic-bezier(.37, .31, .31, .9), -webkit-transform 0.24s cubic-bezier(.37, .31, .31, .9)
}
.btn:not(.btn__link):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.btn-white:not(.btn__link):before {
  background-color: #1b3666
}
.btn:not(.btn__link):hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center
}
.btn__primary {
  background-color: #1b3666;
  color: #fff
}
.btn__primary:hover {
  color: #fff
}
.btn__primary:active, .btn__primary:focus {
  background-color: #1b3666;
  color: #fff
}
.btn__primary.btn__bordered {
  background-color: transparent;
  border: 2px solid #1b3666;
  color: #1b3666
}
.btn__primary.btn__bordered:hover {
  color: #fff
}
.btn__primary.btn__bordered:before {
  background-color: #1b3666
}
.btn__secondary {
  background-color: #1b3666;
  color: #fff
}
.btn__secondary:before {
  background-color: #1b3666 !important
}
.btn__secondary:hover {
  color: #fff
}
.btn__secondary:active, .btn__secondary:focus {
  background-color: #1b3666;
  color: #fff
}
.btn__secondary.btn__bordered {
  background-color: transparent;
  border: 2px solid #1b3666;
  color: #1b3666
}
.btn__secondary.btn__bordered:hover {
  border-color: #1b3666;
  color: #fff
}
.btn__secondary.btn__bordered:before {
  background-color: #1b3666
}
.btn__white {
  background-color: #fff;
  color: #1b3666
}
.btn__white:hover {
  color: #fff
}


.btn__green {
  background-color: #00A2A5;
  color: #fff
}


.btn__green:not(.btn__link):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1b3666;
  color: #fff;	
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.24s cubic-bezier(.37, .31, .31, .9);
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(.37, .31, .31, .9);
  transition: -webkit-transform 0.24s cubic-bezier(.37, .31, .31, .9);
  transition: transform 0.24s cubic-bezier(.37, .31, .31, .9);
  transition: transform 0.24s cubic-bezier(.37, .31, .31, .9), -webkit-transform 0.24s cubic-bezier(.37, .31, .31, .9)
}


.btn__white:hover {
  color: #fff
}

.btn__green:hover {
  background-color: #1b3666;
  color: #fff
}

.btn__white:active, .btn__white:focus {
  background-color: #fff;
  color: #1b3666
}
.btn__white.btn__bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff
}
.btn__white.btn__bordered:hover {
  color: #1b3666
}
.btn__white.btn__bordered:before {
  background-color: #fff
}
.btn__bordered {
  background-color: transparent
}
.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0 0 4px 0;
  border: none
}
.btn__link:after, .btn__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%
}
.btn__link:before {
  width: 0;
  z-index: 2;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear
}
.btn__link:hover:before {
  width: 100%
}
.btn__link.btn__primary {
  color: #1b3666
}
.btn__link.btn__primary:active, .btn__link.btn__primary:focus, .btn__link.btn__primary:hover {
  color: #1b3666;
  background-color: transparent;
  border-color: transparent
}
.btn__link.btn__primary:active:before, .btn__link.btn__primary:focus:before, .btn__link.btn__primary:hover:before {
  background-color: #1b3666
}
.btn__link.btn__primary:after {
  background-color: #1b3666
}
.btn__link.btn__secondary {
  color: #1b3666
}
.btn__link.btn__secondary:active, .btn__link.btn__secondary:focus, .btn__link.btn__secondary:hover {
  color: #1b3666;
  background-color: transparent;
  border-color: transparent
}
.btn__link.btn__secondary:active:before, .btn__link.btn__secondary:focus:before, .btn__link.btn__secondary:hover:before {
  background-color: #1b3666
}
.btn__link.btn__secondary:after {
  background-color: #1b3666
}
.btn__rounded {
  border-radius: 50px
}
.btn__block {
  width: 100%
}
.btn__lg {
  min-width: 270px
}
.btn__icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}
.btn__icon span {
  margin-right: 5px
}
.btn__icon i {
  margin-left: 5px
}
@media (min-width:320px) and (max-width:767px) {
  .btn {
    font-size: 13px;
    min-width: 100px;
    height: 40px;
    line-height: 40px
  }
}
.form-group {
  position: relative;
  margin-bottom: 20px
}
label.error {
  position: absolute;
  bottom: -30px;
  color: red
}
.form-control {
  border: 0;
  padding: 0;
  border-radius: 0;
  height: 55px;
  border-bottom: 2px solid #e9e9e9
}
.form-control::-webkit-input-placeholder {
  color: #464646
}
.form-control:-moz-placeholder {
  color: #464646
}
.form-control::-moz-placeholder {
  color: #464646
}
.form-control:-ms-input-placeholder {
  color: #464646
}
.form-control:focus {
  border-color: #e9e9e9
}
.form-control ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  width: 0;
  z-index: 2;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  background-color: #1b3666
}
.form-control:focus ~ .focus-border {
  width: 100%;
  -webkit-transition: width 0.2s;
  transition: width 0.2s
}
textarea.form-control {
  min-height: 90px
}
.nice-select.form-control {
  border: 2px solid #e9e9e9
}
.nice-select .list {
  width: 100%
}
.nav-tabs {
  border-bottom: 1px solid #1b3666
}
.nav-tabs .nav__link {
  position: relative;
  color: #222;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  margin-right: 20px;
  display: block
}
.nav-tabs .nav__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  margin: auto;
  display: block;
  background-color: #1b3666;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease
}
.nav-tabs .nav__link:last-of-type {
  margin-right: 0
}
.nav-tabs .nav__link.active:before, .nav-tabs .nav__link:hover:before {
  width: 100%
}
.tab-content {
  padding-top: 36px
}
@media (min-width:320px) and (max-width:767px) {
  .nav__link {
    margin-right: 7px
  }
}
.social-icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.social-icons li {
  margin-right: 20px
}
.social-icons li:last-of-type {
  margin-right: 0
}
.social-icons li a {
  font-size: 15px;
  color: #1b3666
}
.social-icons li a:hover {
  color: #1b3666
}
.social-icons-white li a {
  color: #fff
}
.social-icons-white li a:hover {
  color: #00a2a6
}
.social-icons.flex-column li {
  margin-right: 0;
  margin-bottom: 10px
}
.social-icons.flex-column li:last-child {
  margin-bottom: 0
}
.icon-arrow-left, .icon-arrow-right {
  font-size: 60%
}
.arrow-right {
  display: inline-block;
  width: 20px;
  border: 1px solid #1b3666;
  position: relative;
  -webkit-transition: width 0.4s linear;
  transition: width 0.4s linear
}
.arrow-right:before {
  content: "";
  position: absolute;
  width: 10px;
  top: 2px;
  right: -2px;
  border: 1px solid #1b3666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.arrow-right:after {
  content: "";
  position: absolute;
  width: 10px;
  top: -4px;
  right: -2px;
  border: 1px solid #1b3666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.icon-menu {
  color: #1b3666;
  display: inline-block;
  height: 24px;
  width: 21px;
  cursor: pointer;
  position: relative
}
.icon-menu span {
  position: absolute;
  top: 15px;
  right: 0;
  width: 21px;
  height: 2px;
  background-color: #1b3666
}
.icon-menu:after, .icon-menu:before {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #1b3666;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear
}
.icon-menu:before {
  top: 9px;
  width: 15px
}
.icon-menu:after {
  top: 21px;
  width: 11px
}
.icon-menu:hover:after, .icon-menu:hover:before {
  width: 21px
}
.breadcrumb {
  padding: 0;
  position: relative;
  background-color: transparent
}
.breadcrumb .breadcrumb-item {
  font-family: Heebo, sans-serif
}
.breadcrumb .breadcrumb-item a {
  color: #222
}
.breadcrumb .breadcrumb-item.active {
  color: #222
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #222
}
.pagination {
  margin-bottom: 0
}
.pagination li {
  margin-right: 10px
}
.pagination li:last-child {
  margin-right: 0
}
.pagination li a {
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  background-color: #1b3666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.pagination li a.current, .pagination li a:hover {
  background-color: #00A2A6;
  border-color: #000
}
@media (min-width:320px) and (max-width:767px) {
  .pagination li a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px
  }
}
.alert-panel {
  position: relative;
  padding: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 3px
}
.alert__title {
  font-family: "Work Sans", sans-serif;
  color: #1b3666;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0
}
@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes zooming {
  0% {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  40% {
    opacity: .7;
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
  }
  100% {
    opacity: .8;
    -webkit-transform: scale(1.11);
    transform: scale(1.11)
  }
}
@keyframes zooming {
  0% {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  40% {
    opacity: .7;
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
  }
  100% {
    opacity: .8;
    -webkit-transform: scale(1.11);
    transform: scale(1.11)
  }
}
@-webkit-keyframes pulsing {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}
@keyframes pulsing {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}
.accordion-item {
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 27px 0 24px
}
.accordion-item:last-child {
  margin-bottom: 0
}
.accordion-item .accordion-item__title {
  color: #1b3666;
  font-family: Heebo, sans-serif;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  display: block;
  position: relative
}
.accordion-item .accordion-item__title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f067";
  font-family: fontawesome;
  color: #1b3666;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px
}
.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title {
  color: #1b3666
}
.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title:after {
  color: #1b3666;
  content: "\f068"
}
.accordion-item .accordion-item__body {
  padding-top: 25px
}
.accordion-item .accordion-item__body p {
  margin-bottom: 0
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  max-height: 100px;
  padding: 0;
  z-index: 1040;
  background-color: #fff;
  border-bottom: 1px solid #ededed
}
.navbar > .container {
  position: relative;
  height: 100px;
  max-width: 1400px
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative
}
.navbar .navbar-toggler .menu-lines {
  display: inline-block
}
.navbar .navbar-toggler .menu-lines:after, .navbar .navbar-toggler .menu-lines:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #1b3666;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}
.navbar .navbar-toggler .menu-lines:after {
  top: 10px
}
.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #1b3666
}
.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0
}
.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.navbar .nav__item {
  position: relative;
  margin-right: 30px
}
.navbar .nav__item .nav__item-link {
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  color: #1b3666;
  line-height: 100px;
  letter-spacing: .4px
}
.navbar .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  display: block;
  background-color: #1b3666;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease
}
.navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link:hover:before {
  width: 100%
}
.navbar .dropdown-toggle:after {
  content: ">";
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #1b3666
}
.navbar .dropdown-menu .nav__item {
  padding: 0 40px;
  margin-right: 0
}
.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #f9f9f9;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 37px;
  white-space: nowrap;
  border-bottom: 1px solid transparent
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: #00a2a6;
  border-bottom-color: #00a2a6
}
.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0
}
.navbar .dropdown-menu__title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px
}
.sticky-navbar {
  border-bottom: 0 !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
  box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
  -webkit-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s
}
.header-transparent .navbar {
  background-color: transparent !important
}
.header-transparent .navbar.sticky-navbar {
  background-color: #fff !important
}
.navbar-actions__list > li > a {
  margin-left: 20px
}
.action-btn {
  position: relative;
  color: #1b3666
}
.action-btn:hover {
  color: #1b3666
}
.cart__counter {
  position: absolute;
  top: -10px;
  right: -9px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  background-color: #1b3666;
  color: #fff;
  font-size: 12px
}
.hamburger-menu, .search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(27, 26, 26, .98);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}
.search-popup.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.search-popup.active .search-popup__form {
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1)
}
.search-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.search-popup.inActive .search-popup__form {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0)
}
.search-popup .search-popup__close {
  position: absolute;
  top: 50px;
  right: 50px;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 35px;
  line-height: 1;
  color: #f9f9f9;
  cursor: pointer;
  font-style: normal;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear
}
.search-popup .search-popup__close:hover {
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.search-popup .search-popup__form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}
.search-popup .search-popup__form__input {
  color: #fff;
  z-index: 1;
  height: 80px;
  padding: 0 0 0 40px;
  background: 0 0;
  border: none;
  border-bottom: 2px solid #f9f9f9;
  width: 100%;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.search-popup .search-popup__form__input:focus {
  outline: 0;
  border-bottom: 2px solid #fff
}
.search-popup .search-popup__form__input::-webkit-input-placeholder {
  color: #f9f9f9
}
.search-popup .search-popup__form__input:-ms-input-placeholder {
  color: #f9f9f9
}
.search-popup .search-popup__form__input::-ms-input-placeholder {
  color: #f9f9f9
}
.search-popup .search-popup__form__input::placeholder {
  color: #f9f9f9
}
.search-popup .search-popup__btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff
}
.search-popup .search-popup__btn:hover {
  color: #f9f9f9
}
.hamburger-menu {
  background-color: #0e1c36;
  max-width: 510px;
  padding: 75px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}
.hamburger-menu.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.hamburger-menu.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.hamburger-menu.inActive .hamburger-menu__content {
  opacity: 0;
  -webkit-transform: scale(.97);
  transform: scale(.97)
}
.hamburger-menu .hamburger-menu__content {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.hamburger-menu .hamburger-menu__close {
  position: absolute;
  top: 40px;
  right: 40px;
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear
}
.hamburger-menu .hamburger-menu__close:hover {
  color: #f9f9f9;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.hamburger-menu .hamburger-menu__close, .hamburger-menu .hamburger-menu__email, .hamburger-menu .hamburger-menu__title {
  color: #fff;
  font-size: 23px
}
.hamburger-menu .hamburger-menu__title {
  margin-bottom: 15px
}
.hamburger-menu .hamburger-menu__email {
  font-family: Heebo, sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  display: inline-block
}
.hamburger-menu .hamburger-menu__email:after, .hamburger-menu .hamburger-menu__email:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px
}
.hamburger-menu .hamburger-menu__email:after {
  width: 100%;
  background-color: #fff
}
.hamburger-menu .hamburger-menu__email:before {
  width: 0;
  z-index: 2;
  background-color: #00a2a6;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear
}
.hamburger-menu .hamburger-menu__email:hover {
  color: #00a2a6
}
.hamburger-menu .hamburger-menu__email:hover:before {
  width: 100%
}
.hamburger-menu .hamburger-menu__body {
  color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 1.7
}
.hamburger-menu .hamburger-menu__body p:last-child {
  margin-bottom: 0
}
.hamburger-menu .hamburger-menu__body a {
  color: #fff;
  text-decoration: underline
}
.hamburger-menu .social-icons li a {
  color: #fff
}
.cart-popup {
  background-color: #1b3666;
  width: 330px;
  padding: 40px;
  position: absolute;
  top: 100%;
  right: 30px;
  z-index: 1055;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 6px 0 rgba(40, 40, 40, .1);
  box-shadow: 0 2px 6px 0 rgba(40, 40, 40, .1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease
}
.cart-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.cart-popup .cart-item {
  position: relative;
  margin-bottom: 20px
}
.cart-popup .cart-item .cart__item-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 15px
}
.cart-popup .cart-item .cart__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 22px
}
.cart-popup .cart-item .cart__item-title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px
}
.cart-popup .cart-item .cart__item-detail {
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1
}
.cart-popup .cart-item .cart__item-detail span:first-child {
  padding-right: 4px
}
.cart-popup .cart-item .cart__item-delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #1b3666;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease
}
.cart-popup .cart-item .cart__item-delete:hover {
  background-color: #1b3666
}
.cart-popup .cart-subtotal span {
  color: #fff;
  font-family: Heebo, sans-serif;
  line-height: 1;
  font-size: 18px;
  font-weight: 700
}
.cart-popup .cart-action .btn {
  min-width: 105px;
  height: 40px;
  line-height: 40px
}
.menu-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(27, 26, 26, .98);
  -webkit-transform: scaleX(.7);
  transform: scaleX(.7);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}
.menu-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}
.menu-popup .menu-popup__close {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
  font-style: normal;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear
}
.menu-popup .menu-popup__close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.menu-popup .menu-popup__banner {
  -ms-flex: 0 0 44%;
  -webkit-box-flex: 0;
  flex: 0 0 44%;
  max-width: 44%
}
.menu-popup .menu-popup__content {
  -ms-flex: 0 0 56%;
  -webkit-box-flex: 0;
  flex: 0 0 56%;
  max-width: 56%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.menu-popup .menu-popup__list li a {
  font-family: Heebo, sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 56px;
  display: block
}
.menu-popup .menu-popup__list li a:hover {
  color: #00a2a6
}
.menu-popup .menu-popup__contact-list li a {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px
}
.menu-popup .social-icons li a {
  color: #fff
}
.menu-popup .social-icons li a:hover {
  color: #00a2a6
}
@media (max-width:991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px
  }
  .navbar .collapse:not(.show) {
    display: block
  }
  .navbar .navbar-nav {
    margin: 0 !important
  }
  .navbar .nav__item {
    margin-right: 0
  }
  .navbar .nav__item .nav__item-link {
    display: block;
    color: #1b3666;
    line-height: 35px;
    padding-left: 15px
  }
  .navbar .nav__item .nav__item-link:hover {
    color: #1b3666
  }
  .navbar .nav__item .nav__item-link:before {
    display: none
  }
  .navbar .navbar-collapse {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  .navbar .navbar-collapse .navbar-actions {
    padding: 0 15px
  }
  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .navbar .nav__item.opened > .dropdown-toggle:after, .navbar .nav__item.show > .dropdown-toggle:after {
    content: "<"
  }
  .navbar .dropdown-menu {
    background-color: #fff
  }
  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px
  }
  .navbar .dropdown-menu .nav__item .nav__item-link {
    color: #1b3666;
    padding-left: 0
  }
  .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px
  }
  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none
  }
  .navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px
  }
  .navbar .mega-dropdown-menu .nav__item {
    padding: 0
  }
  .sticky-navbar {
    -webkit-animation: none;
    animation: none
  }
  .navbar-actions__list {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .header-transparent + .page-title {
    margin-top: 0
  }
  .header .navbar {
    background-color: #fff
  }
  .header .action-btn {
    color: #1b3666
  }
  .header .navbar .navbar-toggler .menu-lines span, .header .navbar .navbar-toggler .menu-lines:after, .header .navbar .navbar-toggler .menu-lines:before {
    background-color: #1b3666
  }
  .header .navbar-expand-lg > .container, .header .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none
  }
  .header .navbar, .header .navbar > .container, .header .navbar > .container-fluid {
    height: 80px
  }
  .header .navbar-brand {
    margin-left: 15px;
    line-height: 80px
  }
  .header-transparent .navbar {
    background-color: #fff !important;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .07)
  }
  .cart-popup {
    right: 15px
  }
  .header__topbar > .container {
    max-width: none
  }
  .menu-popup .menu-popup__banner {
    display: none
  }
  .menu-popup .menu-popup__list li a {
    font-size: 30px
  }
  .menu-popup .menu-popup__content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px
  }
  .action-btn__contact {
    background-color: #1b3666;
    color: #fff !important
  }
}
@media (min-width:992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(40, 40, 40, .1);
    box-shadow: 0 2px 6px 0 rgba(40, 40, 40, .1);
    padding: 25px 0 23px
  }
  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none
  }
  .navbar .dropdown-toggle:after {
    display: none
  }
  .navbar .dropdown-menu.mega-dropdown-menu {
    padding: 30px
  }
  .navbar .nav__item.dropdown-submenu > .mega-menu, .navbar .nav__item.with-dropdown > .dropdown-menu, .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu, .navbar .nav__item.with-dropdown > .mega-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.with-dropdown > .dropdown-menu, .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%
  }
  .navbar .nav__item.dropdown-submenu:hover > .mega-menu, .navbar .nav__item.with-dropdown:hover > .dropdown-menu, .navbar .nav__item.with-dropdown:hover > .mega-menu, .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static
  }
  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0
  }
}
@media (min-width:320px) and (max-width:767px) {
  .dropdown-menu.mega-dropdown-menu > .nav__item {
    padding: 0 15px
  }
  .cart-popup {
    width: 300px;
    padding: 15px;
    left: 15px
  }
}
@media (min-width:320px) and (max-width:575px) {
  .hamburger-menu {
    padding: 20px
  }
  .hamburger-menu __close {
    top: 20px;
    right: 20px
  }
  .hamburger-menu __email, .hamburger-menu __title {
    font-size: 16px
  }
  .hamburger-menu .hamburger-menu__email {
    margin-bottom: 20px !important
  }
  .search-popup .search-popup__form {
    max-width: 90%
  }
  .search-popup .search-popup__form__input {
    font-size: 20px;
    font-weight: 400
  }
  .cart-popup {
    left: 10px
  }
}
.banner-layout1 {
  margin-right: 90px
}
.banner-layout1 .banner-panel {
  background-color: #fff;
  padding: 90px 0 90px 90px
}
.banner-layout2 .banner-panel, .banner-layout3 .banner-panel {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 100px
}
.banner-layout2 .banner-panel {
  margin-left: -160px
}
.banner-layout3 .banner-panel {
  margin-right: -160px
}
@media (min-width:1400px) {
  .banner-layout1 {
    margin-right: 110px
  }
  .banner-layout1 .banner-panel {
    padding: 110px 0 110px 110px
  }
}
@media (min-width:320px) and (max-width:992px) {
  .banner-layout1 {
    margin-right: 30px
  }
  .banner-layout1 .banner-panel {
    padding: 30px 0 30px 30px
  }
  .banner-layout2 .banner-panel {
    padding: 40px;
    margin-left: 0;
    margin-right: 0
  }
}
@media (min-width:992px) and (max-width:1200px) {
  .banner-layout2 .banner-panel, .banner-layout3 .banner-panel {
    padding: 40px
  }
}
.about__img img {
  -webkit-box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .15);
  box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .15)
}
.about__imgs-wrapper {
  position: relative
}
.about-layout1 .container {
  max-width: 1240px
}
.about-layout1 .about__imgs-wrapper {
  padding-right: 40px
}
.about-layout1 .about__img:first-child {
  padding-top: 30px;
  padding-right: 30px
}
.about-layout1 .cta__box {
  bottom: 0;
  left: 0
}
.about-layout1 .cta__box, .about-layout2 .cta__box, .about-layout3 .cta__box {
  position: absolute;
  width: 220px;
  border-radius: 0 4px 0 4px
}
.about-layout2 .about__img {
  padding-right: 50px
}
.about-layout2 .cta__box {
  bottom: 40px;
  left: -40px
}
.about-layout3 .about__img {
  padding-right: 50px
}
.about-layout3 .heading-desc-primary {
  font-size: 17px;
  font-weight: 700;
  color: #1b3666
}
.about-layout3 .about__carousel {
  background-color: #1b3666;
  padding: 40px;
  position: absolute;
  bottom: -40px;
  left: 40px;
  border-radius: 4px;
  max-width: 340px
}
.about-layout3 .about__carousel:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -12px;
  border: 7px solid;
  border-color: #1b3666 #1b3666 transparent transparent
}
.about-layout3 .about__carousel .owl-dots {
  position: absolute;
  top: 0;
  right: 0
}
.about-layout3 .text__block-title {
  font-size: 17px;
  color: #fff
}
.about-layout3 .text__block-desc {
  color: #f9f9f9;
  margin-bottom: 0
}
.about-layout4 .quote__panel {
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 1;
  max-width: 350px
}
.about-layout4 .quote__panel .quote__panel-content {
  padding: 50px;
  border-radius: 4px;
  background-color: #1b3666
}
.about-layout4 .quote__panel:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  background-image: url(../images/icons/quote-icon2.html);
  width: 56px;
  height: 40px
}
.about-layout4 .quote__panel:after {
  content: "";
  position: absolute;
  background-color: #efefef;
  top: -30px;
  right: -30px;
  z-index: -1;
  width: calc(100% - 15px);
  height: 100%;
  border-radius: 0 4px 0 0
}
.about-layout4 .quote__panel .quote__panel-text {
  color: #fff;
  letter-spacing: .4px
}
[class^="about-layout"] .heading-desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px
}
@media (min-width:1300px) {
  .about-layout3 .content-wrapper {
    max-width: 700px;
    margin: auto
  }
}
@media (max-width:1200px) {
  .about-layout1 .container-fluid {
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (max-width:992px) {
  .about-layout2 .about__img {
    padding-right: 0;
    margin-bottom: 20px
  }
  .about-layout2 .cta__box {
    bottom: 0;
    left: 0
  }
  .about-layout3 .col-padding-0 > .row {
    margin-right: -15px;
    margin-left: -15px
  }
  .about-layout3 .col-padding-0, .about-layout3 .col-padding-0 > .row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px
  }
  .about-layout3 .about__img {
    padding-right: 0;
    margin-bottom: 40px
  }
  .about-layout4 .content-wrapper {
    margin-top: 70px
  }
}
@media (min-width:320px) and (max-width:575px) {
  .about-layout1 .about__imgs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .about-layout1 .about__imgs-wrapper .about__img:first-child {
    padding: 0 0 10px 0
  }
  .about-layout3 .about__carousel {
    padding: 20px;
    bottom: -20px;
    left: 20px;
    max-width: 300px
  }
  [class^="about-layout"] .heading-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px
  }
}
@media (min-width:320px) and (max-width:365px) {
  .about-layout4 .quote__panel {
    left: 0;
    max-width: 300px
  }
  .about-layout4 .quote__panel .quote__panel-content {
    padding: 30px
  }
  .about-layout4 .quote__panel:after {
    width: calc(100% + 15px)
  }
}
.footer {
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: #1b3666
}
.footer .footer-widget {
  margin-bottom: 35px
}
.footer .footer-widget__title {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 19px
}
.footer .footer-newsletter {
  margin-bottom: 65px
}
.footer .footer-newsletter__title span {
  color: #fff;
  font-size: 23px;
  display: block;
  margin-bottom: 13px
}
.footer .footer-newsletter__title a {
  border-bottom: 2px solid #fff
}
.footer .footer-newsletter__title a:hover {
  color: #00a2a6;
  border-bottom-color: #00a2a6
}
.footer .footer-newsletter__form {
  position: relative
}
.footer .footer-newsletter__form .form-control {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  padding-left: 20px
}
.footer .footer-newsletter__form .form-control:focus {
  background-color: transparent;
  border-color: #f9f9f9
}
.footer .footer-newsletter__form .form-control::-webkit-input-placeholder {
  color: #fff
}
.footer .footer-newsletter__form .form-control:-moz-placeholder {
  color: #fff
}
.footer .footer-newsletter__form .form-control::-moz-placeholder {
  color: #fff
}
.footer .footer-newsletter__form .form-control:-ms-input-placeholder {
  color: #fff
}
.footer .footer-newsletter__form .submit-btn {
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-left: -2px;
  font-size: 18px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}
.footer .footer-newsletter__form .submit-btn:hover {
  color: #1b3666;
  background-color: #fff
}
.footer .social-icons li a {
  color: #fff
}
.footer .social-icons li a:hover {
  color: #00a2a6;
  opacity: 1
}
.footer .footer-copyright a {
  color: rgba(249, 249, 249, .8)
}

.footer .footer-copyright a:hover {
  color: #00a2a6
}

.footer-copyright {
	color: #fff;
}
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background-color: #0c3666;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
#scrollTopBtn:hover {
  background-color: #00A2A6
}
#scrollTopBtn.actived {
  right: 30px;
  opacity: 1
}
.genos-client-logout-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9997;
  margin: 0;
}
.genos-client-logout-float button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(31, 63, 119, .16);
  border-radius: 4px;
  background: #1f3f77;
  color: #fff;
  box-shadow: 0 12px 32px rgba(31, 63, 119, .22);
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.genos-client-logout-float button:hover {
  background: #00a2a6;
  box-shadow: 0 14px 34px rgba(0, 162, 166, .24);
  transform: translateY(-1px);
}
.genos-client-logout-float i {
  font-size: 13px;
}
body.has-genos-client-logout #scrollTopBtn.actived {
  bottom: 82px;
}
@media (min-width:320px) and (max-width:767px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 30px
  }
  .footer .footer-widget__title {
    margin-bottom: 10px
  }
  .footer .footer-newsletter__title span {
    font-size: 16px
  }
  .footer .footer-copyright {
    margin-top: 0 !important
  }
}
@media (min-width:320px) and (max-width:575px) {
  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px
  }
  #scrollTopBtn.actived {
    right: 20px
  }
  .genos-client-logout-float {
    right: 14px;
    bottom: 14px;
  }
  .genos-client-logout-float button {
    min-height: 38px;
    padding: 0 13px;
  }
  body.has-genos-client-logout #scrollTopBtn.actived {
    bottom: 68px;
  }
}
.slick-list {
  margin: 0 -10px
}
.slick-slide {
  margin: 0 10px
}
.m-slides-0 .slick-list {
  margin: 0
}
.m-slides-0 .slick-slide {
  margin: 0
}
.slick-arrow {
  position: absolute;
  top: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 0;
  z-index: 3;
  text-align: center;
  color: #fff;
  background-color: #1b3666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.slick-arrow:focus, .slick-arrow:hover {
  background-color: #000
}
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  font-family: icomoon;
  font-size: 12px
}
.slick-arrow.slick-next {
  top: 370px;
  right: 20px
}
.slick-arrow.slick-next:before {
  content: "\e903"
}
.slick-arrow.slick-prev {
  top: 370px;
  left: 20px
}
.slick-arrow.slick-prev:before {
  content: "\e902"
}
.carousel-arrows-light .slick-arrow {
  color: #1b3666;
  background-color: #fff
}
.slick-dots {
    list-style: none;
  display: flex;
  gap: 8px;          
  padding: 0;
  margin: 0;
	float: right;

}
.slick-dots li {
   width: 14px;   
  height: 14px;      
  border: 2px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, opacity 0.3s;
  opacity: 0.6;
}

.slick-dots li:hover {
   opacity: 1;
}
.slick-dots li button {
  font-size: 0;
  width: 100%
}
.slick-dots li.slick-active {
  background-color: #1b3666
}
.carousel-dots-light .slick-dots li {
  background-color: rgba(255, 255, 255, .6)
}
.carousel-dots-light .slick-dots li.slick-active {
  background-color: #fff
}
.header-transparent + .slider {
  margin-top: -100px
}
.header-transparent + .slider .slide-item__content {
  padding-top: 100px
}
.hero__subtitle, .slide-item__subtitle {
  font-size: 17px;
  margin-bottom: 10px
}
.hero__title, .slide-item__title {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px
}
.hero__desc, .slide-item__desc {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 28px
}
.slider {
  padding: 0
}
.slider .slide-item {
  height: calc(100vh - 200px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}
.slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 50px;
  width: 50px;
  height: auto;
  line-height: 23px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #00A2A6;
  background-color: transparent
}
.slider .slick-arrow:before {
  position: absolute;
  top: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.2s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, -webkit-transform 0.4s ease
}
.slider .slick-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 2px solid #00A2A6
}
.slider .slick-arrow.slick-prev {
  left: 35px
}
@media (min-width:1500px) {
  .slider .slick-arrow.slick-prev {
    left: 70px
  }
}
.slider .slick-arrow.slick-prev:before {
  left: 0
}
.slider .slick-arrow.slick-prev:hover:before {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}
.slider .slick-arrow.slick-prev:after {
  content: "Prev";
  text-align: right
}
.slider .slick-arrow.slick-next {
  right: 35px
}
@media (min-width:1500px) {
  .slider .slick-arrow.slick-next {
    right: 70px
  }
}
.slider .slick-arrow.slick-next:before {
  right: 0
}
.slider .slick-arrow.slick-next:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}
.slider .slick-arrow.slick-next:after {
  content: "Next";
  text-align: left
}
.slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  text-align: center;
  padding: 0 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  counter-reset: count
}
.slider-layout2 .slide-item__title {
  font-size: 50px
}
.slider-layout2 .slick-arrow.slick-next {
  right: 0
}
.slider-layout2 .slick-arrow.slick-prev {
  left: 0
}
.slider-layout2 .social-icons {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.slider-layout3 .slick-arrow.slick-next {
  right: calc(50% - 65px)
}
.slider-layout3 .slick-arrow.slick-prev {
  left: calc(50% - 65px)
}
@media (min-width:1500px) {
  .slider-layout2 .social-icons {
    right: 25px
  }
}
@media (max-width:1300px) {
  .slider-layout2 .social-icons {
    display: none
  }
}
@media (min-width:320px) and (max-width:767px) {
  .header-transparent + .slider {
    margin-top: 0
  }
  .slider .slide-item {
    height: calc(100vh - 80px)
  }
  .header-transparent + .slider .slide-item__content {
    padding-top: 0
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hero__title, .slide-item__title {
    font-size: 50px
  }
}
@media (min-width:576px) and (max-width:767px) {
  .hero__title, .slide-item__title {
    font-size: 40px
  }
}
@media (min-width:320px) and (max-width:575px) {
  .hero__subtitle, .slide-item__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
  }
  .hero__title, .slide-item__title {
    font-size: 30px;
    margin-bottom: 15px
  }
  .hero__desc, .slide-item__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px
  }
}
.video-btn {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 110px;
  height: 110px
}
.video-btn .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background-color: #1b3666;
  color: #fff
}
.video-btn .video-player:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  border-radius: 50%;
  background-color: #1b3666;
  -webkit-animation: pulsing 1.5s linear infinite;
  animation: pulsing 1.5s linear infinite
}
.video-btn .video-player:hover:before {
  opacity: 0;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
.video-btn .video-btn-title {
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-block
}
.video-btn-white .video-player {
  background-color: #fff !important;
  color: #1b3666
}
.video-btn-white .video-player:before {
  background-color: #fff
}
.video-banner {
  min-height: 700px
}
@media (min-width:320px) and (max-width:767px) {
  .video-banner {
    min-height: 300px
  }
  .popup-video .video-player {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px
  }
}
.progress-item {
  margin-bottom: 27px;
  overflow: hidden
}
.progress {
  background-color: #e9e9e9;
  border-radius: 6px;
  width: 100%;
  height: 6px;
  overflow: visible;
  position: relative
}
.progress-bar {
  position: relative;
  border-radius: 6px;
  height: 6px;
  width: 0;
  overflow: visible;
  background-color: #1b3666;
  -webkit-transition: width 2s ease;
  transition: width 2s ease
}
.progress-item__title {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px
}
.progress-item__percentage {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -18px;
  right: 0;
  color: #464646
}
.fancybox-item {
  position: relative;
  margin-bottom: 30px
}
.fancybox-item .fancybox-item__icon {
  font-size: 15px;
  line-height: 1;
  color: #1b3666;
  margin-bottom: 16px
}
.fancybox-item .fancybox-item__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}
.fancybox-item .fancybox-item__title {
  font-size: 20px;
  margin-bottom: 16px
}
.fancybox-item .fancybox-item__desc {
  line-height: 25px;
  margin-bottom: 0
}
.fancybox-item .fancybox-item__more {
  display: inline-block;
  margin-top: 10px
}
.fancybox-item:hover .fancybox-item__icon {
  -webkit-animation: slideTopDown 0.8s ease-in-out 0.1s infinite;
  animation: slideTopDown 0.8s ease-in-out 0.1s infinite
}
.fancybox-item:hover .fancybox-item__more .arrow-right {
  width: 60px
}
.fancybox-layout1 .fancybox-item .fancybox-item__icon {
  height: 60px
}
.fancybox-layout2 .fancybox-item .fancybox-item__heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  padding-right: 30px
}
.fancybox-layout2 .fancybox-item .fancybox-item__title {
  position: relative;
  font-size: 16px;
  text-align: right;
  padding-bottom: 4px
}
.fancybox-layout2 .fancybox-item .fancybox-item__title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #222
}
.portfolio-item {
  position: relative;
  margin-bottom: 27px
}
.portfolio-item .portfolio-item__img {
  position: relative;
  overflow: hidden;
  border-radius: 2px
}
.portfolio-item .portfolio-item__img img {
  width: 100%
}
.portfolio-item .portfolio-item__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: rgba(27, 26, 26, .5);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear
}
.portfolio-item .portfolio-item__hover__inner {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}
.portfolio-item .portfolio-item__hover__inner .portfolio-item__info {
  margin-top: 0
}
.portfolio-item .portfolio-item__hover__inner .portfolio-item__info .portfolio-item__cat a, .portfolio-item .portfolio-item__hover__inner .portfolio-item__info .portfolio-item__title a {
  color: #fff
}
.portfolio-item .portfolio-item__hover__inner .portfolio-item__info .portfolio-item__cat a:hover, .portfolio-item .portfolio-item__hover__inner .portfolio-item__info .portfolio-item__title a:hover {
  color: #00a2a6
}
.portfolio-item:hover .portfolio-item__hover {
  opacity: 1
}
.portfolio-item:hover .portfolio-item__hover__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.portfolio-item .portfolio-item__info {
  margin-top: 25px
}
.portfolio-item .portfolio-item__title {
  font-size: 22px;
  margin-bottom: 8px
}
.portfolio-item .portfolio-item__title a {
  color: #1b3666
}
.portfolio-item .portfolio-item__title a:hover {
  color: #000
}
.portfolio-item .portfolio-item__cat a {
  position: relative;
  color: #464646;
  padding-right: 7px
}
.portfolio-item .portfolio-item__cat a:hover {
  color: #1b3666
}
.portfolio-item .portfolio-item__cat a:last-child {
  padding-right: 0
}
.portfolio-item .portfolio-item__cat a:last-child:after {
  display: none
}
.portfolio-item .portfolio__desc {
  margin-bottom: 0
}
.portfolio-item .portfolio__link {
  color: #1b3666;
  line-height: 1
}
.portfolio-item .zoom__icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.portfolio-grid .portfolio-item {
  margin-bottom: 45px
}
.portfolio-filter li {
  margin-right: 25px
}
.portfolio-filter li:last-child {
  margin-right: 0
}
.portfolio-filter li a {
  color: #1b3666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0
}
.portfolio-filter li a.active, .portfolio-filter li a:hover {
  color: #1b3666
}
.portfolio-gallery-layout2 .portfolio-item {
  margin-bottom: 0
}
.portfolio-gallery-layout2 .portfolio-item .portfolio-item__img {
  border-radius: 0
}
.portfolio-gallery-layout2 .portfolio-item .portfolio-item__hover {
  background-color: #1b3666
}
.portfolio-gallery-layout2 .portfolio-item .portfolio-item__hover .portfolio-item__info .portfolio-item__cat a:hover, .portfolio-gallery-layout2 .portfolio-item .portfolio-item__hover .portfolio-item__info .portfolio-item__title a:hover {
  color: #1b3666
}
.portfolio-masonry .portfolio-item__hover__inner {
  position: absolute;
  left: 35px;
  bottom: 35px
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover {
  background-color: transparent
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner {
  width: auto;
  left: auto;
  bottom: 60%;
  -webkit-transform: translateX(30px) translateY(0);
  transform: translateX(30px) translateY(0)
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner .portfolio-item__title {
  margin-bottom: 0;
  background-color: #1b3666
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner .portfolio-item__cat {
  display: inline;
  padding: 3px;
  background-color: #1b3666
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner .portfolio-item__cat a {
  color: #464646
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner .portfolio-item__cat a:hover {
  color: #00a2a6
}
.portfolio-masonry-layout2 .portfolio-item:hover .portfolio-item__hover__inner {
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__hover {
  background-color: #fff
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__info .portfolio-item__cat a, .portfolio-masonry-layout3 .portfolio-item .portfolio-item__info .portfolio-item__title a {
  color: #1b3666
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__info .portfolio-item__cat a:hover, .portfolio-masonry-layout3 .portfolio-item .portfolio-item__info .portfolio-item__title a:hover {
  color: #000
}
.portfolio-single .portfolio-item__title {
  font-size: 35px
}
.portfolio-single .portfolio-item__img {
  overflow: hidden;
  margin-bottom: 30px
}
.portfolio-single .portfolio-item__img img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease
}
.portfolio-single .portfolio-item__img:hover img {
  -webkit-transform: scale(1.1) rotate(0.3deg);
  transform: scale(1.1) rotate(0.3deg)
}
.portfolio-single .portfolio-item__desc p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 23px
}
.portfolio-single .portfolio-item__desc p:last-of-type {
  margin-bottom: 0
}
.portfolio-meta__list li {
  font-family: Heebo, sans-serif;
  margin-bottom: 17px
}
.portfolio-meta__list li strong {
  font-size: 16px;
  color: #1b3666;
  min-width: 110px;
  display: inline-block
}
.portfolio-meta__list li span {
  font-size: 15px
}
.portfolio-nav a:not(.portfolio-nav-all) {
  position: relative;
  color: #1b3666;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear
}
.portfolio-nav a:not(.portfolio-nav-all):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #1b3666;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear
}
.portfolio-nav a:not(.portfolio-nav-all):hover {
  color: #1b3666
}
.portfolio-nav a:not(.portfolio-nav-all):hover:before {
  background-color: #1b3666
}
.portfolio-nav .nav__prev a:before {
  left: auto;
  right: 0
}
.portfolio-nav .portfolio-nav-all {
  font-size: 23px;
  line-height: 50px;
  color: #1b3666;
  display: block;
  text-align: center
}
.portfolio-nav .portfolio-nav-all:hover {
  color: #1b3666
}
.portfolio-hidden > .portfolio-item {
  display: none
}
@media (min-width:1300px) {
  .portfolio-masonry-layout2 .portfolio-item {
    padding: 30px
  }
}
@media (min-width:320px) and (max-width:992px) {
  .portfolio-meta__list li {
    margin-bottom: 25px
  }
  .portfolio-nav a:not(.portfolio-nav-all):before {
    left: -20px
  }
  .portfolio-nav .nav__prev a:before {
    left: auto;
    right: -20px
  }
  .portfolio-meta__list li {
    margin-bottom: 15px
  }
  .portfolio-meta__list li span {
    margin-bottom: 0
  }
  .portfolio-meta__list li strong {
    font-size: 15px
  }
  .portfolio-masonry-layout3 .portfolio-item .portfolio-item__hover {
    padding: 20px
  }
}
@media (min-width:320px) and (max-width:767px) {
  .portfolio-single .portfolio-item__title {
    font-size: 20px
  }
  .portfolio-nav {
    display: block
  }
  .portfolio-nav .portfolio-nav-content h6 {
    font-size: 14px;
    line-height: 24px
  }
  .portfolio-meta__list {
    display: block !important
  }
}
@media (min-width:320px) and (max-width:575px) {
  .portfolio-item {
    max-width: 400px;
    margin: 0 auto 30px
  }
  .portfolio-filter li {
    margin-right: 10px;
    margin-bottom: 10px
  }
  .portfolio-filter li a {
    font-size: 13px
  }
  .portfolio-masonry .portfolio-item {
    margin-bottom: 15px
  }
}
.member {
  position: relative;
  margin-bottom: 40px
}
.member .member__img {
  position: relative;
  overflow: hidden
}
.member .member__img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.9s linear, -webkit-filter 0.5s linear;
  transition: -webkit-transform 0.9s linear, -webkit-filter 0.5s linear;
  transition: transform 0.9s linear, filter 0.5s linear;
  transition: transform 0.9s linear, filter 0.5s linear, -webkit-transform 0.9s linear, -webkit-filter 0.5s linear
}
.member:hover .member__img img {
  -webkit-transform: scale(1.05) rotate(1deg);
  transform: scale(1.05) rotate(1deg)
}
.member .member__info {
  padding-top: 27px
}
.member .member__info .member__name {
  font-size: 20px;
  margin-bottom: 5px
}
.member .member__info .member__desc {
  margin-bottom: 0
}
.member .social-icons li a {
  font-size: 16px
}
.member .member__img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
  background-color: #1b3666;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear
}
.member .member__img-hover .social-icons li a {
  color: #fff
}
.member .member__img-hover .social-icons li a:hover {
  color: #1b3666
}
.member .member__img-hover .member__info .member__desc, .member .member__img-hover .member__info .member__name {
  color: #fff
}
.member:hover .member__img-hover {
  opacity: 1
}
@media (min-width:320px) and (max-width:767px) {
  .member {
    margin-bottom: 30px
  }
  .member .member__info .member__name {
    font-size: 17px
  }
}
.testimonial-item {
  position: relative
}
.testimonial-item .testimonial-item__desc {
  font-family: Heebo, sans-serif;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  color: #1b3666;
  margin-bottom: 30px
}
.testimonial-item__meta__title {
  font-size: 16px;
  margin-bottom: 2px
}
.testimonial-item__meta__desc {
  margin-bottom: 0
}
.testimonial-item__thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 20px
}
.testimonial-item__thumb img {
  max-width: 100%
}
.testimonials .heading__title {
  font-size: 14px
}
.testimonials .slick-list, .testimonials .slick-slide {
  margin: 0
}
.testimonials .slick-slider {
  position: static
}
.testimonials .slick-arrow {
  top: 55%;
  width: 50px;
  height: 35px;
  line-height: 50px;
  border-radius: 0;
  color: #1b3666;
  background-color: transparent
}
.testimonials .slick-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #1b3666
}
.testimonials .slick-arrow:after {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 700
}
.testimonials .slick-arrow.slick-prev {
  left: 0
}
.testimonials .slick-arrow.slick-prev:after {
  content: "Prev";
  text-align: right
}
.testimonials .slick-arrow.slick-next {
  right: 0
}
.testimonials .slick-arrow.slick-next:after {
  content: "Next";
  text-align: left
}
@media (max-width:1200px) {
  .testimonials .slick-carousel {
    padding-bottom: 40px
  }
  .testimonials .slick-arrow.slick-arrow {
    top: 93%
  }
  .testimonials .slick-arrow.slick-arrow.slick-next {
    right: 30px
  }
  .testimonials .slick-arrow.slick-arrow.slick-prev {
    left: 30px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .testimonial-item .testimonial-item__desc {
    font-size: 18px;
    line-height: 28px
  }
}
@media (max-width:992px) {
  .testimonial-item .testimonial-item__desc {
    font-size: 17px;
    margin-bottom: 15px
  }
}
.cta__box {
  background-color: #1b3666;
  padding: 37px
}
.cta__box img {
  margin-bottom: 27px
}
.cta__box .cta__box-title {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0
}
.cta__desc {
  font-size: 17px;
  font-weight: 700
}
.cta__subtitle {
  font-size: 17px;
  font-weight: 700;
  display: block
}
.cta-layout1 {
  padding-top: 210px;
  padding-bottom: 210px
}
.cta-layout1 .cta__title {
  font-size: 85px;
  color: #fff
}
.cta-layout1 .cta__desc {
  color: #fff
}
.cta-layout2 {
  padding-top: 200px;
  padding-bottom: 200px
}
.cta-layout2 .cta__subtitle {
  color: #fff
}
.cta-layout2 .cta__title {
  font-size: 95px;
  color: #fff
}
.cta-layout3 {
  padding-top: 160px;
  padding-bottom: 160px
}
.cta-layout3 .cta__subtitle {
  color: #fff
}
.cta-layout3 .cta__title {
  font-size: 75px;
  color: #fff
}
.cta-layout4 {
  padding-top: 150px;
  padding-bottom: 140px
}
.cta-layout4 .cta__subtitle {
  color: #fff
}
.cta-layout4 .cta__title {
  font-size: 75px;
  color: #fff
}
.cta-layout5 {
  padding-top: 190px;
  padding-bottom: 190px
}
.cta-layout5 .cta__subtitle {
  color: #fff
}
.cta-layout5 .cta__title {
  font-size: 85px;
  color: #fff
}
.cta-layout5 .cta__desc {
  font-size: 14px;
  color: #fff
}
.cta-layout5 .cta__form {
  max-width: 570px;
  margin: 30px auto
}
.cta-layout5 .cta__form .form-control {
  color: #fff;
  max-width: 370px
}
.cta-layout5 .cta__form .form-control::-webkit-input-placeholder {
  color: #fff
}
.cta-layout5 .cta__form .form-control:-moz-placeholder {
  color: #fff
}
.cta-layout5 .cta__form .form-control::-moz-placeholder {
  color: #fff
}
.cta-layout5 .cta__form .form-control:-ms-input-placeholder {
  color: #fff
}
@media (max-width:1200px) {
  .cta__desc {
    font-size: 15px;
    font-weight: 400
  }
  .cta-layout1, .cta-layout2, .cta-layout3, .cta-layout4, .cta-layout5 {
    padding-top: 100px;
    padding-bottom: 100px
  }
  .cta-layout1 .cta__title, .cta-layout2 .cta__title, .cta-layout3 .cta__title, .cta-layout4 .cta__title, .cta-layout5 .cta__title {
    font-size: 50px;
    margin-bottom: 30px !important
  }
}
@media (min-width:320px) and (max-width:767px) {
  .cta__box {
    padding: 15px
  }
  .cta__desc {
    font-size: 14px;
    font-weight: 400
  }
  .cta-layout1, .cta-layout2, .cta-layout3, .cta-layout4, .cta-layout5 {
    padding-top: 50px;
    padding-bottom: 50px
  }
  .cta-layout1 .cta__title, .cta-layout2 .cta__title, .cta-layout3 .cta__title, .cta-layout4 .cta__title, .cta-layout5 .cta__title {
    font-size: 30px
  }
  .cta-layout5 .cta__form .form-control {
    height: 40px
  }
}
@media (min-width:320px) and (max-width:360px) {
  .cta-layout5 .cta__form {
    display: block !important
  }
  .cta-layout5 .cta__form .btn {
    width: 100%;
    margin-top: 10px
  }
}
.clients .slick-carousel {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 20px;
  margin: 20px 0
}
.clients .slick-list {
  overflow: visible
}
.clients .slick-list:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  width: 1px;
  height: calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  background-color: #e9e9e9
}
.clients .slick-slide {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease
}
.clients .slick-slide.slick-active {
  opacity: 1;
  visibility: visible
}
.clients .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden
}
.clients .client {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;



  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}
.clients .client img {

  max-width: 100%;
  height: auto
}

.width-100 {
	width: 100%;
}
.clients .client:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 1px;
  height: calc(100% + 40px);
  background-color: #e9e9e9
}
.post-item {
  position: relative;
  margin-bottom: 40px
}
.post-item .post-item__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
  max-height: 180px;
  object-fit: cover
}
.post-item .post-item__meta {
  margin-bottom: 7px
}
.post-item .post-item__meta > * {
  position: relative;
  color: #222;
  padding-right: 10px;
  margin-right: 10px
}
.post-item .post-item__meta > :after {
  content: "-";
  position: absolute;
  top: 0;
  right: -3px;
  color: #222
}
.post-item .post-item__meta > :last-child {
  margin-right: 0;
  padding-right: 10px
}
.post-item .post-item__meta > :last-child:after {
  display: none
}
.post-item .post-item__title {
  font-size: 14px;
  margin-bottom: 14px
}
.post-item .post-item__title a {
  color: #1b3666;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s
}
.post-item:hover .post-item__title a {
  color: #fff;
  background-color: #00A2A6
}
.post-item:hover .post-item__more .arrow-right {
  width: 60px
}
.blog-single .post-item {
  margin-bottom: 50px
}
.blog-single .post-item .post-item__meta {
  margin-bottom: 21px
}
.blog-single .post-item .post-item__title {
  font-size: 29px;
  margin-bottom: 19px
}
.blog-single .post-item .post-item__desc {
  margin-bottom: 33px
}
.post-author {
  padding: 40px;
  border-radius: 4px
}
.post-author .post-author__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  margin-right: 30px
}
.post-author .post-author__avatar img {
  width: 100%;
  max-width: 100%;
  border-radius: 2px
}
.post-author .post-author__name {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 5px
}
.post-author .post-author__bio {
  line-height: 26px;
  margin-bottom: 17px
}
.post-author .social-icons li {
  margin-right: 25px
}
.post-author .social-icons li:last-child {
  margin-right: 0
}
.posts-nav {
  border-top: 2px solid #e9e9e9
}
.posts-nav a {
  position: relative;
  color: #1b3666;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear
}
.posts-nav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #1b3666;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear
}
.posts-nav a:hover {
  color: #1b3666
}
.posts-nav a:hover:before {
  background-color: #1b3666
}
.posts-nav .nav__prev a:before {
  left: auto;
  right: 0
}
.blog__widget-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 34px
}
.post-comments {
  padding-top: 60px;
  border-top: 2px solid #e9e9e9
}
.post-comments-form .form-group {
  margin-bottom: 40px
}
.comments-list .comment-item {
  position: relative;
  margin-bottom: 30px
}
.comments-list .comment-item .comment-item__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden
}
.comments-list .comment-item .comment-item__avatar img {
  border-radius: 3px
}
.comments-list .comment-item .comment-item__body {
  padding-left: 70px
}
.comments-list .comment-item .comment-item__body .comment-item__author {
  font-size: 16px;
  margin-bottom: 0
}
.comments-list .comment-item .comment-item__body .comment-item__date {
  color: #222;
  font-size: 13px;
  display: block;
  margin-bottom: 9px
}
.comments-list .comment-item .comment-item__body .comment-item__desc {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px
}
.comments-list .comment-item .comment-item__body .comment-item__reply {
  font-family: Heebo, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #1b3666;
  display: -block
}
.comments-list .comment-item .comment-item__body .comment-item__reply:hover {
  color: #000
}
@media (min-width:320px) and (max-width:767px) {
  .blog-single .post-item, .post-item {
    margin-bottom: 25px
  }
  .post-item .post-item__title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px
  }
  .post-item .post-item__desc {
    font-size: 14px;
    margin-bottom: 10px
  }
  .post-item .post-item__meta > * {
    font-size: 12px;
    margin-right: 10px
  }
  .blog-single .post-item .post-item__title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px
  }
  .blog-single .post-item .post-item__desc {
    font-size: 14px;
    margin-bottom: 10px
  }
  .blog-single .post-item .post-item__meta {
    margin-bottom: 10px
  }
  .post-author {
    display: block !important;
    padding: 15px
  }
  .post-author .post-author__avatar {
    margin-bottom: 25px
  }
  .post-comments {
    padding-top: 20px
  }
  .comments-list .comment-item .comment-item__avatar {
    width: 40px;
    height: 40px
  }
  .comments-list .comment-item .comment-item__body {
    padding-left: 60px
  }
  .posts-nav {
    display: block
  }
  .posts-nav .nav__prev {
    margin-bottom: 20px
  }
}
.contact-box {
  position: relative;
  min-height: 70px;
  margin-bottom: 30px
}
.contact-box .contact-box__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
.contact-box .contact-box__icon i {
  color: #e8e8e8;
  font-size: 65px;
  line-height: 1
}
.contact-box .contact-box__content {
  padding-left: 20px
}
.contact-box .contact-box__title {
  font-size: 16px;
  margin-bottom: 0
}
.contact-box .contact-box__desc {
  margin-bottom: 0
}
.contact-info-layout2 .contact-box {
  min-height: auto
}
.pricing-item {
  position: relative;
  background-color: #1b3666;
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px
}
.pricing-item .pricing-item__header {
  position: relative;
  padding: 57px 60px 60px
}
.pricing-item .pricing-item__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #d7d7d7
}
.pricing-item .pricing-item__title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0
}
.pricing-item .pricing-item__price {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px
}
.pricing-item .pricing-item__currency {
  font-size: 45px
}
.pricing-item .pricing-item__time {
  font-size: 15px
}
.pricing-item .pricing-item__content {
  padding: 45px 60px 60px
}
.pricing-item .pricing-item__list {
  margin-bottom: 36px
}
.pricing-item .pricing-item__list li {
  color: #fff;
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  margin-bottom: 8px;
  text-transform: capitalize
}
.pricing-item .pricing-item__list li:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #464646
}
@media (max-width:992px) {
  .page-title-layout4 + .pricing {
    margin-top: 0
  }
}
@media (min-width:768px) and (max-width:991px) {
  .pricing .container {
    max-width: none;
    padding: 0 15px
  }
  .pricing-item .pricing-item__content, .pricing-item .pricing-item__header {
    padding: 20px
  }
  .pricing-item .pricing-item__list {
    margin-bottom: 20px
  }
  .pricing-item .pricing-item__title {
    margin-bottom: 30px
  }
  .pricing-item .pricing-item__price {
    font-size: 50px;
    margin-bottom: 10px
  }
}
@media (min-width:320px) and (max-width:767px) {
  .pricing-item .pricing-item__list {
    margin-bottom: 20px
  }
  .pricing-item .pricing-item__content, .pricing-item .pricing-item__header {
    padding: 20px
  }
}
.counter-item .counter {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 13px
}
.counter-item .counter-item__desc {
  color: #1b3666;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .5px;
  margin-bottom: 0
}
.counter-light .counter-item .counter, .counter-light .counter-item .counter-item__desc {
  color: #fff
}
@media (min-width:320px) and (max-width:575px) {
  .counter-item .counter {
    font-size: 35px
  }
  .counter-item .counter-item__desc {
    font-size: 15px
  }
}
.product-item {
  position: relative;
  text-align: center;
  margin-bottom: 50px
}
.product-item .product-item__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 26px
}
.product-item .product-item__img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease
}
.product-item .product-item__action {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease
}
.product-item:hover .product-item__action {
  bottom: 30px
}
.product-item:hover .product-item__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.product-item__title {
  font-size: 20px;
  margin-bottom: 0
}
.product-item__title a {
  color: #1b3666
}
.product-item__title a:hover {
  color: #1b3666
}
.product-item__price {
  display: block;
  font-size: 19px;
  font-weight: 600
}
.shop-single .product-item__title {
  margin-bottom: 15px
}
.shop-single .product-item__img {
  padding-right: 30px
}
.shop-single .product-item__rating {
  margin-right: 37px
}
.shop-single .product-item__rating i {
  font-size: 13px
}
.shop-single .product-item__rating i.active {
  color: #1b3666
}
.shop-single .product-item__price {
  font-size: 26px;
  font-weight: 400
}
.shop-single .product-item__desc {
  font-size: 15px;
  line-height: 26px
}
.product-item__details li {
  line-height: 2;
  font-size: 15px
}
.product-item__details li strong {
  font-size: 16px;
  font-weight: 700;
  color: #1b3666;
  min-width: 120px;
  display: inline-block
}
.related-products__title {
  font-size: 22px;
  font-weight: 500
}
.product__quantity-title {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px
}
.quantity__input-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 80px;
  max-height: 50px;
  border-radius: 3px;
  border: 2px solid #1b3666
}
.quantity__input-wrap i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  text-align: center;
  color: #1b3666;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-style: normal;
  border-left: 1px solid #1b3666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}
.quantity__input-wrap .decrease-qty {
  bottom: 0;
  border-top: 1px solid #1b3666
}
.quantity__input-wrap .qty-input {
  background-color: transparent;
  text-align: center;
  color: #1b3666;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  -moz-appearance: textfield
}
.quantity__input-wrap .qty-input::-webkit-inner-spin-button, .quantity__input-wrap .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}
.product__tabs .tab-content {
  padding-top: 20px
}
.product__tabs .tab-content p {
  font-size: 15px;
  line-height: 22px
}
.product__tabs .tab-content p:last-child {
  margin-bottom: 0
}
.magnifier {
  z-index: 3000 !important
}
.sort-box .nice-select.form-control {
  min-width: 230px
}
.cart-table {
  margin-bottom: 50px
}
.cart-table .table {
  border: 0;
  border-radius: 0;
  margin-bottom: 0
}
.cart-table thead {
  background-color: transparent
}
.cart-table thead tr th {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #1b3666;
  border: 0 !important;
  padding: 15px 0
}
.cart-table tbody tr td {
  padding: 15px;
  border-color: #1b3666;
  vertical-align: middle
}
.cart-table .btn__primary:before {
  display: none !important
}
.cart-table .cart-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.cart-table .cart-item__price, .cart-table .cart-item__total {
  font-size: 16px;
  font-weight: 700;
  color: #464646;
  text-align: center
}
.cart-table .cart-item__quantity {
  text-align: center
}
.cart-table .cart-item__img {
  width: 50px;
  margin-right: 20px
}
.cart-table .cart-item__title {
  font-size: 16px
}
.cart-table .cart-item__remove {
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  background-color: #1b3666;
  color: #fff;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px
}
.cart-table .cart-item__remove:hover {
  background-color: #1b3666
}
.cart-table .cart-item__action td {
  padding: 30px 20px 20px
}
.cart-table .cart-item__action td .form-control {
  font-size: 12px;
  font-weight: 400;
  width: 250px;
  height: 42px;
  padding: 15px;
  border: 1px solid #dbdbdb
}
.cart-table .cart-item__action td .btn {
  line-height: 39px;
  height: 42px;
  min-width: 134px
}
.cart-table .cart-item__action td .cart-item__action-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.cart-total__amount ul li {
  font-size: 15px;
  line-height: 36px;
  border-bottom: 1px solid #1b3666
}
.cart-total__amount ul li span:first-of-type {
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1b3666;
  min-width: 190px;
  display: inline-block
}
@media (min-width:320px) and (max-width:575px) {
  .product-item {
    margin-bottom: 30px
  }
  .shop-single .product-item__img {
    padding-right: 0
  }
  .filtering-options span {
    font-size: 12px
  }
  .filtering-options .sort-box .nice-select.form-control {
    height: 40px;
    min-width: 190px;
    line-height: 26px;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 20px
  }
  .filtering-options .sort-box .nice-select.form-control .option {
    font-size: 12px;
    min-height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (min-width:320px) and (max-width:400px) {
  .cart-table tbody tr td {
    padding: 5px
  }
  .cart-table .cart-item__img {
    width: 40px;
    margin-right: 5px
  }
  .cart-table .cart-item__title {
    font-size: 12px;
    font-weight: 400
  }
  .cart-table .cart-item__price, .cart-table .cart-item__total {
    font-size: 10px
  }
  .cart-table .cart-item__action-content {
    display: block !important
  }
  .cart-table .cart-item__price, .cart-table .cart-item__total {
    font-size: 10px;
    font-weight: 400;
    padding: 0
  }
  .cart-table thead tr th {
    font-size: 10px
  }
}
.fixed-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  padding: 60px;
  border-right: 1px solid #e9e9e9
}
.fixed-sidebar .nav__item-link {
  display: block;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1b3666;
  margin-bottom: 20px
}
.sidebar-wide {
  padding: 50px 50px 40px;
  background-color: #f9f9f9;
  border-radius: 1px
}
.widget {
  margin-bottom: 35px
}
.widget:last-child {
  margin-bottom: 0
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 17px
}
.widget-search .widget-search__form {
  position: relative
}
.widget-search .widget-search__form .form-control {
  padding-right: 30px
}
.widget-search .widget-search__form button {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  color: #1b3666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.widget-about img {
  margin-bottom: 23px
}
.widget-categories li a {
  display: block;
  position: relative;
  font-family: Heebo, sans-serif;
  color: #1b3666;
  font-size: 15px;
  margin-bottom: 8px
}
.widget-categories li a:hover {
  color: #000
}
.widget-tags ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-family: Heebo, sans-serif;
  color: #222;
  line-height: 1;
  text-transform: capitalize;
  padding-right: 10px;
  margin: 0 5px 9px 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear
}
.widget-tags ul li a:after {
  content: "-";
  position: absolute;
  top: 0;
  right: 0;
  color: #222
}
.widget-tags ul li a:hover {
  color: #000
}
.widget-tags ul li:last-child a {
  padding-right: 0
}
.widget-tags ul li:last-child a:after {
  display: none
}
.instagram-images li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  margin: 5px
}
.instagram-images li img {
  max-width: 100%
}
.ui-slider {
  position: relative
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget.ui-widget-content {
  border: none
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit
}
.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #1b3666
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}
.widget-filter .ui-slider {
  background-color: rgba(34, 34, 34, .06);
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: #1b3666
}
.widget-filter .price-output {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.widget-filter label {
  color: #464646;
  font-size: 14px;
  margin-bottom: 0
}
.widget-filter input {
  background-color: transparent;
  color: #464646;
  font-size: 14px;
  border: none
}
.widget-filter .filter__btn {
  font-size: 14px;
  font-weight: 700;
  color: #1b3666
}
@media (min-width:1200px) {
  .sidebar {
    padding-left: 30px
  }
  .has-fixed-sidebar {
    padding-left: 290px
  }
}
@media (max-width:1200px) {
  .fixed-sidebar {
    position: static;
    padding: 30px;
    border-right: 0;
    width: 100%;
    height: auto
  }
}
.countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.countdown-section {
  display: block;
  width: 100%
}
.countdown-section:last-of-type {
  display: none
}
.countdown-amount {
  color: #1b3666;
  font-family: Heebo, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 16px
}
.countdown-period {
  color: #1b3666;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: block
}
@media (min-width:320px) and (max-width:767px) {
  .countdown-amount {
    font-size: 30px
  }
}
.award-item {
  padding-bottom: 23px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 25px
}
.award-item:last-of-type {
  padding-bottom: 0;
  border-bottom: 0
}
.award-item .award-item__title {
  font-size: 20px;
  margin-bottom: 5px
}
.award-item .award-item__desc {
  margin-bottom: 0
}
.page-404 .error-code {
  font-size: 130px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px
}
.page-404 .error-title {
  font-size: 14px;
  position: relative;
  margin-bottom: 15px
}
.page-404 .error-title:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #1b3666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.page-404 .error-subtitle {
  font-size: 44px;
  margin-bottom: 32px
}
.page-404 .subscribe-form {
  position: relative
}
.page-404 .subscribe-form .form-control {
  color: #1b3666;
  background-color: transparent;
  border: 2px solid #1b3666;
  padding-left: 20px
}
.page-404 .subscribe-form .form-control:focus {
  background-color: transparent;
  border-color: #1b3666
}
.page-404 .subscribe-form .form-control::-webkit-input-placeholder {
  color: #1b3666
}
.page-404 .subscribe-form .form-control:-moz-placeholder {
  color: #1b3666
}
.page-404 .subscribe-form .form-control::-moz-placeholder {
  color: #1b3666
}
.page-404 .subscribe-form .form-control:-ms-input-placeholder {
  color: #1b3666
}
.page-404 .subscribe-form .submit-btn {
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-left: -2px;
  font-size: 18px;
  color: #1b3666;
  border: 2px solid #1b3666;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}
.page-404 .subscribe-form .submit-btn:hover {
  color: #fff;
  background-color: #1b3666
}
@media (min-width:320px) and (max-width:767px) {
  .page-404 {
    padding-top: 80px
  }
  .page-404 .error-code {
    font-size: 90px;
    margin-bottom: 20px
  }
  .page-404 .error-subtitle {
    font-size: 30px;
    margin-bottom: 20px
  }
}
.text-blue {
  color: #113666
}
.social {
  display: flex;
  z-index: 100
}
.social.-bordered .social__item {
  border-radius: 100%;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center
}
.social__item {
  position: relative;
  font-size: 1rem;
  transition: color 0.35s cubic-bezier(.165, .84, .44, 1);
  margin-right: 1rem
}
.social__item:hover {
  color: var(--accent-color)
}
.social__item:last-child {
  margin-right: 0
}
.border-light {
  border: 1px solid rgba(255, 255, 255, .1)
}
.text-light2 {
  color: #D1D1D1
}
.genos-link-white a:hover {
  color: #00a2a6
}
.footer a:not(.btn):hover,
.bg-dark a:not(.btn):hover,
.bg-dark-1 a:not(.btn):hover,
.bg-dark-2 a:not(.btn):hover,
.genos-link-white a:hover,
.text-light2 a:hover,
.text-white a:hover,
a.text-white:hover,
a.text-light:hover,
.social-icons-white li a:hover,
.social__item.text-white:hover,
.hamburger-menu a:hover {
  color: #00a2a6 !important
}
.cta-one {
  background-color: #00A2A6;
  padding-top: 101.5px;
  padding-bottom: 101.5px
}
.cta-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.cta-one__title {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-top: -10px
}
.cta-one__btn {
  font-size: 16px;
  color: #fff;
  background-color: #1b3666;
  padding: 21.5px 47.5px
}
.cta-one__home-one {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  padding-top: 121px;
  padding-bottom: 121px
}
.cta-one__home-one::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #56C5D0;
  opacity: .9
}
.cta-one__home-one .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center
}
.cta-one__home-one .cta-one__title {
  font-size: 60px;
  margin-bottom: 60px
}
.genos-center {
  text-align: center
}
.opacity50 {
  background: #000
}
.genos-responsive-img img {
  max-width: 100%;
  height: auto
}
@media (min-width:992px) {
  .genos-slide {
    min-height: 760px;
    padding-top: 100px
  }
}
@media (min-width:992px) {
  .genos-button {
    position: absolute;
    left: 20px;
    bottom: 50px
  }
}
@media (max-width:992px) {
  .genos-slide {
    min-height: 760px;
    padding-top: 100px
  }
}
@media (max-width:992px) {
  .genos-button {
    position: absolute;
    left: 20px;
    bottom: 50px
  }
}
@media (min-width:480px) and (max-width:992px) {
  .genos-button {
    position: absolute;
    left: 20px;
    bottom: 50px
  }
}
.genos-padding-slider {
  padding-right: 20px;
  padding-left: 20px
}
.genos-font-normal {
  font-size: 15px;
  font-weight: normal !important
}
.tooltiptext {
  visibility: hidden;
  width: 320px;
  min-height: 80px;
  background-color: #56C5D0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  position: absolute;
  bottom: 100px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column
}
.genos-tool:hover .tooltiptext {
  visibility: visible
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.text-client {
  font-size: 12px !important
}
.genos-center-img img {
  margin-left: auto;
  margin-right: auto
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0
}
.genos-max-width {
  max-width: 100px
}
.bw-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}
.text-gray {
  color: #6c757d !important
}
.green-hoover a:hover {
  color: #00A2A6 !important;
  border-color: #00A2A6 !important
}
.position-website {
  position: absolute;
  left: 20px;
  top: 420px
}
.gazelle img {
  width: 150px;
  height: auto;
}
.genos-awards-nav {
	width: 100%;
}

.gazelle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: 100%;
}

.gazelle li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pt-10 {
  padding-top: 10px !important;
   
}

.mywidth {
padding-left:200px;
}

.mt0 {
	margin-top: 0px!important;

}

.mb0 { 

margin-bottom: 0px !important;
}

.no-decorations-li ul {
	list-style: none;
}


.fs-slim-slider {
	font-size: 27px;
	font-weight: 100;
}

.fs-slim-slider-2 {
	font-size: 47px;
	font-weight: 400;
}

.heading-subtitle-new {
  position: relative;
  font-size: 20px;
    text-transform: uppercase;
  color: #00A2A5;
	font-weight: 100;
  margin-bottom: 10px;
}

.new-h4 {
	font-size: 30px;
	color: #184879;
	font-weight: 100;
}

.green-bg {
	background-color: rgba(207,236,234,0.30);
	padding: 10px;
}



.new-p {
	padding: 20px;

}

.max-width-more {
	max-width: 1440px !important;
}

.m-10 {
	margin: 10px;
}


.row.gutter-20 {
  margin-left:  -10px;
  margin-right: -10px;
}

.row.gutter-20 > [class*="col-"] {
  padding-left:  10px;
  padding-right: 10px;
}

.p-20-n {
	padding: 14px;
}

 /* SECTION WRAPPER */
    .handbook-section {
      background-color: #dff4f2; /* pale aqua */
      padding: 80px 0;
    }
    .handbook-container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
    }

    .genos-handbooks-section {
      background-color: #dff4f2;
      padding: 70px 0;
    }

    .genos-handbooks-container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(32px, 6vw, 90px);
      align-items: start;
    }

    .genos-handbooks-container.is-single {
      max-width: 680px;
      grid-template-columns: minmax(0, 1fr);
    }

    .genos-handbook-card {
      display: flex;
      flex-direction: column;
      gap: 34px;
      min-width: 0;
    }

    .genos-handbook-card__image {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      aspect-ratio: 1.35;
      overflow: hidden;
    }

    .genos-handbook-card__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      margin: 0;
    }

    .genos-handbook-card__content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .genos-handbook-card__content .heading-subtitle-new {
      margin-bottom: 16px;
    }

    .genos-handbook-card__content .new-h4 {
      margin-bottom: 26px;
    }

    .genos-handbook-card__content .handbook-desc {
      max-width: 560px;
      margin-bottom: 30px;
    }

    /* LEFT COLUMN: IMAGE */
    .handbook-image {
      width: 100%;
      max-width: 500px;
      height: auto;
      display: block;
     
    }

    /* RIGHT COLUMN: TEXT */
    .handbook-subtitle {
      color: #00a699;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 10px;
      font-size: 0.9rem;
    }
    .handbook-title {
      color: #174a80;
      font-size: 2.5rem;
      margin: 0 0 20px;
      line-height: 1.2;
    }
    .handbook-desc {
      color: #4a4a4a;
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 30px;
      max-width: 500px;
    }

    /* BUTTON */
    .btn-download {
      display: inline-block;
      background-color: #174a80;
      color: #ffffff;
      text-decoration: none;
      font-weight: 600;
      padding: 15px 30px;
      position: relative;
    }
    .btn-download::before {
      content: "—";
      display: inline-block;
      margin-right: 10px;
      font-size: 1.2em;
      vertical-align: middle;
    }
    .btn-download:hover {
      background-color: #133a66;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .handbook-container {
        flex-direction: column;
        text-align: center;
      }
      .genos-handbooks-container {
        grid-template-columns: 1fr;
      }
      .handbook-desc {
        margin-left: auto;
        margin-right: auto;
      }
    }

 /* ===== SECTION WRAPPER ===== */
    .job-section {
      background: #fff;
      padding: 4rem 0;
      font-family: Arial, sans-serif;
    }
    .job-container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      gap: 2rem;
      flex-wrap: wrap;
    }

    /* ===== LEFT COLUMN (TEXT) ===== */
    .job-text {
      flex: 1 1 40%;
      min-width: 300px;
    }
    .job-subtitle {
      font-size: 0.875rem;       /* ~14px */
      font-weight: 600;
      color: #00A699;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 0.5rem;
    }
    .job-title {
      font-size: 2rem;           /* ~32px */
      font-weight: 700;
      color: #174A80;
      line-height: 1.2;
      margin: 0 0 1.5rem;
    }
    .job-desc {
      font-size: 1rem;           /* ~16px */
      font-weight: 400;
      color: #4A4A4A;
      line-height: 1.6;
      margin-bottom: 2rem;
    }
    .btn-available {
      display: inline-block;
      padding: 0.75rem 2rem;     /* 12px 32px */
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      background: #174A80;
      text-decoration: none;
      position: relative;
    }
    .btn-available::before {
      content: "—";
      margin-right: 0.5rem;
      font-size: 1.25rem;
      vertical-align: middle;
    }
    .btn-available:hover {
      background: #133A66;
    }

    /* ===== RIGHT COLUMN (VIDEO) ===== */
    .job-video-wrapper {
      flex: 1 1 55%;
      min-width: 300px;
      position: relative;
    }
    .job-video-wrapper > img {
      display: block;
      max-width: 100%;
      height: auto;
    }
    .video-container {
      position: relative;
      padding-top: 56.25%;       /* 16:9 aspect ratio */
      box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
      overflow: hidden;
      border-radius: 0.25rem;
    }
    .video-container iframe {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      border: 0;
    }


    /* ===== RESPONSIVE ===== */
    @media (max-width: 992px) {
      .job-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .job-text, .job-video-wrapper {
        flex: 1 1 100%;
      }
      .video-footer {
        flex-direction: column;
        gap: 0.5rem;
      }
    }

.slider-nice h2,
.slider-nice h3 {
	font-size: 16px;
	line-height: 1.35;
}

.slider-nice {
	height: auto !important;
	padding: 30px;
	text-align: left !important;
}

.fw-section {
	margin-left: 0px;
}
 @media (min-width: 1400px) {
	 
	 .fw-section {
		 margin-left: 200px;
	
	 }
	 
	 .new-pc {
		 	padding: 40px 40px 0px 40px;
	 }
	 
	 .new-p {
		 padding-left: 40px;
	 }
	 
}

.fw-section {
	width: 100% !important;
	max-width: 100% !important;

}

.fw-section-2 {
	width: 100% !important;
	max-width: 100% !important;

}

.ofh {
	overflow: hidden;
}


.blog-img img {
	    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
    min-height: 180px;
    object-fit: cover;
	max-width: 100%;
}

.p-20-c {
	padding: 20px;
}

.genos-news-view-all {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

.pt-100 {
	padding-top: 100px;
}

.tbg {
  /* cum să se întindă imaginea */
  background-size: cover;            /* umple tot spaţiul păstrând proporţiile */
  background-position: center center;/* centrată pe mijloc */
  background-repeat: no-repeat;      /* să nu se repete dacă e mai mică de container */

  /* opţional: pentru un overlay semi-transparent */
  /* background: 
     linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
     url('path/to/your-image.jpg') center/cover no-repeat; */

  /* asigură-te că are suficientă înălţime */
  min-height: 300px;  /* ajustează după nevoie */
  padding: 80px 40px; /* spaţiu interior */
}

.testimonials-layout1 .testimonial-item .testimonial-item__desc.text-12,
.testimonials-layout1 .testimonial-item .testimonial-item__desc.text-12 p {
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
}

.testimonials-layout1 .testimonial-item .testimonial-item__desc.text-12 {
	margin-bottom: 30px;
}

.testimonials-layout1 .testimonial-item .testimonial-item__desc.text-12 p {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.genos-clients-testimonials-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: stretch;
	}

	.genos-clients-testimonials-row:before,
	.genos-clients-testimonials-row:after {
		content: none;
	}

	.genos-clients-testimonials-row > .genos-clients-column,
	.genos-clients-testimonials-row > .genos-testimonials-column {
		display: flex;
		flex-direction: column;
		flex: none;
		width: auto;
		max-width: none;
	}

	.genos-testimonials-column > .testimonials {
		display: flex;
		flex: 1 1 auto;
		width: 100%;
		min-height: 0;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.genos-testimonials-column .tbg {
		display: flex;
		align-items: center;
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 0;
	}

	.genos-testimonials-column .tbg > .row {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.genos-clients-testimonials-row {
		grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	}
}

.text-12 {
	font-size: 12px;
}

.data-te {
	position: absolute;
	bottom: 20px;
	left: 40px;
}

.img-100 img {
	width: 100%;
}

.pl-50 {
	padding-left: 50px;
}


.myimg img {
	    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
    height: 180px;
    object-fit: cover;
	width: 100%;
	    object-position: top;
}

.mya {
	text-align: center;
}

.myimg {
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
  max-height: 480px;
  object-fit: cover
}



.text-black p  {
	color: #1b3666 !important;
}


.em img {
	max-width: 100px;
}

.portfolio-masonry-layout3 .clients .client.myimg .mya {
	display: block;
	width: 100%;
	height: 180px;
	max-height: 180px;
	overflow: hidden;
}

.portfolio-masonry-layout3 .clients .client.myimg .mya img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.portfolio-masonry-layout3 .clients .genos-partner-talks-carousel {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin: 20px 0;
	padding: 0 20px;
	position: relative;
}

.portfolio-masonry-layout3 .genos-partner-talks-viewport {
	overflow: hidden;
	width: 100%;
}

.portfolio-masonry-layout3 .genos-partner-talks-track {
	display: flex;
	align-items: stretch;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.portfolio-masonry-layout3 .genos-partner-talks-carousel.is-moving .genos-partner-talks-track {
	transition: transform .5s ease;
}

.portfolio-masonry-layout3 .genos-partner-talks-track > .client {
	flex: 0 0 calc(100% / var(--genos-partner-visible, 3));
	max-width: calc(100% / var(--genos-partner-visible, 3));
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.portfolio-masonry-layout3 .genos-partner-talks-carousel .client.myimg {
	margin-bottom: 0;
}

.portfolio-masonry-layout3 .genos-partner-talks-carousel.is-static .slick-arrow {
	display: none;
}

@media (max-width: 767px) {
	.portfolio-masonry-layout3 .clients .client.myimg .mya {
		height: 180px;
	}
}


.slll {
	color: #fff;
	font-size: 22px;
	font-style: italic;
}

.blog-single .post-item .genos-single-post-hero {
	width: min(100%, 730px);
	aspect-ratio: 73 / 41;
	max-height: none;
	background: #f4f7f7;
}

.blog-single .post-item .genos-single-post-hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-grid .post-item .genos-blog-archive-img {
	width: 100%;
	aspect-ratio: 350 / 216;
	max-height: none;
	background: #f4f7f7;
}

.blog-grid .post-item .genos-blog-archive-img a,
.blog-grid .post-item .genos-blog-archive-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-grid .post-item .genos-blog-archive-img img {
	object-fit: cover;
	object-position: center;
}

.blog-grid .post-item .genos-blog-card-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.blog-single .widget-posts .widget-content {
	display: grid;
	gap: 16px;
}

.blog-single .widget-post-item.genos-latest-news-item {
	align-items: flex-start;
	gap: 12px;
	margin: 0;
}

.blog-single .widget-post-item .widget-post__img {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	margin: 0;
	overflow: hidden;
	background: #f4f7f7;
}

.blog-single .widget-post-item .widget-post__img a,
.blog-single .widget-post-item .widget-post__img img {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-single .widget-post-item .widget-post__img img {
	object-fit: cover;
	object-position: center;
}

.blog-single .widget-post-item .widget-post__content {
	min-width: 0;
	flex: 1 1 auto;
}

.blog-single .widget-post-item .widget-post__date {
	display: block;
	color: #687584;
	font-size: 13px;
	line-height: 1.35;
	margin-bottom: 4px;
}

.blog-single .widget-post-item .widget-post__title {
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
}

.blog-single .widget-post-item .widget-post__title a {
	color: #1b3666;
}

.blog-single .widget-post-item .widget-post__title a:hover {
	color: #00A2A6;
}

.blog-single .genos-related-posts .post-item .post-item__title {
	font-size: 16px;
	line-height: 1.4;
}

.blog-single .genos-related-posts .post-item .post-item__img {
	width: 100%;
	aspect-ratio: 350 / 216;
	max-height: none;
	margin-bottom: 16px;
	background: #f4f7f7;
}

.blog-single .genos-related-posts .post-item .post-item__img a,
.blog-single .genos-related-posts .post-item .post-item__img img {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-single .genos-related-posts .post-item .post-item__img img {
	object-fit: cover;
	object-position: center;
}

.genos-blog-post-title {
	padding-bottom: 18px;
}

.genos-blog-post-title .pagetitle__heading {
	max-width: 820px;
	margin-bottom: 8px;
}

.genos-blog-post-title .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
}

.genos-search-results__form {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-bottom: 18px;
}

.genos-search-results__form input {
	width: 100%;
	height: 56px;
	border: 1px solid #e2e8f0;
	color: #163b6d;
	font-family: Heebo, sans-serif;
	font-size: 17px;
	padding: 0 18px;
	outline: none;
}

.genos-search-results__form input:focus {
	border-color: #1b3666;
}

.genos-search-results__form .btn {
	min-width: 150px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.genos-search-results__summary {
	color: #4f5b6a;
	font-family: Heebo, sans-serif;
	font-size: 17px;
	margin-bottom: 12px;
}

.genos-search-results__summary strong {
	color: #123b6d;
}

.genos-search-results__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.genos-search-results__filters span,
.genos-search-result__meta span {
	display: inline-flex;
	align-items: center;
	color: #00a99d;
	font-family: Heebo, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.genos-search-result {
	display: flex;
	gap: 22px;
	padding: 26px 0;
	border-bottom: 1px solid #e7edf3;
}

.genos-search-result:first-child {
	border-top: 1px solid #e7edf3;
}

.genos-search-result__image {
	width: 120px;
	height: 84px;
	flex: 0 0 120px;
	overflow: hidden;
	background: #f3f8fa;
}

.genos-search-result__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.genos-search-result__content h2,
.genos-search-result__content h3 {
	font-family: Heebo, sans-serif;
	font-size: 22px;
	line-height: 1.35;
	margin-bottom: 8px;
}

.genos-search-result__content h2 a,
.genos-search-result__content h3 a {
	color: #123b6d;
}

.genos-search-result__content h2 a:hover,
.genos-search-result__content h3 a:hover {
	color: #00a99d;
}

.genos-search-result__content p,
.genos-search-empty p {
	color: #4f5b6a;
	font-family: Heebo, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
}

.genos-search-result__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 7px;
}

.genos-search-empty {
	background: #eef9f9;
	padding: 32px;
	border-left: 4px solid #00a99d;
}

.genos-search-empty h2,
.genos-search-empty h3 {
	color: #123b6d;
	font-size: 24px;
	margin-bottom: 8px;
}

@media (max-width: 575px) {
	.genos-search-results__form,
	.genos-search-result {
		flex-direction: column;
	}

	.genos-search-results__form .btn {
		width: 100%;
	}

	.genos-search-result__image {
		width: 100%;
		height: 180px;
		flex-basis: auto;
	}
}

.genos-blog-post-title .breadcrumb .breadcrumb-item {
	color: #fff;
	line-height: 1.5;
}

.genos-blog-post-title .breadcrumb .breadcrumb-item.active {
	min-width: 0;
}

@media (max-width: 767px) {
	.genos-blog-post-title .pagetitle__heading {
		font-size: 20px;
	}
}

.genos-post-submit-embed {
	margin-top: 30px;
}

.genos-post-submit-embed--full {
	width: 100%;
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #e6eeee;
}

.genos-post-submit-embed--full > div {
	width: 100%;
}

.genos-post-submit-embed > div {
	max-width: 100%;
}

.genos-post-submit-embed iframe {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	aspect-ratio: 3 / 2;
	min-height: 360px;
	border: 0;
}

@media (max-width: 991px) {
	.genos-post-submit-embed iframe {
		min-height: 320px;
	}
}

@media (max-width: 767px) {
	.genos-post-submit-embed iframe {
		min-height: 280px;
	}
}

.genos-job-single .genos-job-main-image {
	aspect-ratio: 730 / 410;
	overflow: hidden;
	background: #f4f7f7;
}

.genos-job-single .genos-job-main-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.genos-job-single .product-item__desc {
	white-space: normal;
}

.genos-job-single .product__tabs .nav-tabs {
	flex-wrap: wrap;
}

.genos-job-single .product__tabs .tab-content ul,
.genos-job-single .product__tabs .tab-content ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

.genos-job-single .product__tabs .tab-content li {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 22px;
}

.genos-job-single .genos-job-company-logo {
	margin-bottom: 22px;
}

.genos-job-single .genos-job-company-logo img {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 80px;
	object-fit: contain;
}

.genos-job-single .product__tabs .tab-content article,
.genos-job-single .product__tabs .tab-content footer {
	display: contents;
}

.genos-job-application {
	padding-bottom: 60px;
}

.genos-job-application .heading-desc {
	margin-bottom: 24px;
}

.genos-job-application-form label {
	display: block;
	margin-bottom: 8px;
	color: #0b3f76;
	font-size: 14px;
	font-weight: 700;
}

.genos-job-application-form .form-control.is-invalid {
	border-color: #dc3545;
}

.genos-job-application-form .genos-required {
	color: #dc3545;
	font-weight: 700;
}

.genos-job-application-form .genos-job-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #687584;
	font-weight: 500;
	line-height: 1.6;
}

.genos-job-application-form .genos-job-consent input {
	flex: 0 0 auto;
	margin-top: 5px;
}

.genos-job-field-error {
	display: block;
	margin-top: 7px;
	font-size: 13px;
	line-height: 1.4;
}

.genos-job-upload-note {
	margin-top: 7px;
	color: #687584;
	font-size: 13px;
	line-height: 1.4;
}

.genos-job-required-note {
	margin-top: 12px;
	color: #687584;
	font-size: 13px;
	line-height: 1.5;
}

.genos-job-submit-overlay {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(7px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.18s ease, visibility 0.18s ease;
}

.genos-job-submit-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

.genos-job-submit-overlay__panel {
	width: min(420px, 100%);
	padding: 34px 30px 30px;
	background: #fff;
	border: 1px solid rgba(0, 162, 166, 0.18);
	border-top: 4px solid #00a2a6;
	box-shadow: 0 22px 70px rgba(15, 35, 60, 0.18);
	text-align: center;
}

.genos-job-submit-overlay__spinner {
	width: 52px;
	height: 52px;
	margin: 0 auto 18px;
	border: 4px solid rgba(0, 162, 166, 0.16);
	border-top-color: #00a2a6;
	border-radius: 50%;
	animation: genosJobSubmitSpin 0.82s linear infinite;
}

.genos-job-submit-overlay__title {
	color: #1f3f77;
	font-family: "Work Sans", "Heebo", Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.genos-job-submit-overlay__text {
	margin-top: 8px;
	color: #52606e;
	font-size: 15px;
	line-height: 1.6;
}

.genos-job-submit-overlay__progress {
	position: relative;
	overflow: hidden;
	height: 5px;
	margin-top: 22px;
	background: #e6f6f6;
}

.genos-job-submit-overlay__progress span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -45%;
	width: 45%;
	background: linear-gradient(90deg, rgba(0, 162, 166, 0), #00a2a6, rgba(0, 162, 166, 0));
	animation: genosJobSubmitProgress 1.2s ease-in-out infinite;
}

.genos-job-application-form.is-submitting {
	pointer-events: none;
}

.genos-job-application-form.is-submitting button[type="submit"],
.genos-job-application-form.is-submitting input[type="submit"] {
	opacity: 0.82;
	cursor: wait;
}

body.genos-job-submit-lock {
	overflow: hidden;
}

@keyframes genosJobSubmitSpin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes genosJobSubmitProgress {
	0% {
		left: -45%;
	}

	100% {
		left: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.genos-job-submit-overlay,
	.genos-job-submit-overlay__spinner,
	.genos-job-submit-overlay__progress span {
		animation: none;
		transition: none;
	}
}

.genos-job-related .product-item__img {
	aspect-ratio: 350 / 216;
	overflow: hidden;
	background: #f4f7f7;
}

.genos-job-related .product-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 575px) {
	.genos-job-single .genos-job-main-image {
		margin-bottom: 24px;
	}
}

@media (max-width: 991px) {
	.page-title.page-title-layout1.bg-dark-2:has(.gazelle) {
		padding-bottom: 10px !important;
	}

	.genos-awards-row {
		display: block !important;
	}

	.genos-awards-row .pagetitle__heading {
		display: none;
	}

	.gazelle {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: clamp(6px, 2vw, 16px);
		margin: 0;
	}

	.gazelle li {
		flex: 0 1 20%;
		min-width: 0;
	}

	.gazelle img {
		width: min(100%, 86px);
		max-width: 86px;
		height: auto;
		object-fit: contain;
	}
}

@media (max-width: 575px) {
	.gazelle img {
		max-width: 64px;
	}
}

.portfolio-masonry-layout3 .genos-partner-talks-carousel {
	padding-bottom: 78px;
}

.portfolio-masonry-layout3 .genos-partner-talks-carousel .slick-arrow {
	top: auto !important;
	bottom: 0;
	transform: none;
}

.genos-gallery-carousel.slick-carousel {
	position: relative;
	padding-bottom: 0;
}

.genos-gallery-carousel.slick-carousel .slick-arrow {
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.carousel-arrows.slick-carousel,
	.testimonials .slick-carousel {
		position: relative;
		padding-bottom: 72px;
	}

	.carousel-arrows.slick-carousel .slick-arrow,
	.testimonials .slick-carousel .slick-arrow.slick-arrow {
		top: auto !important;
		bottom: 0;
		transform: none;
	}

	.genos-gallery-carousel.slick-carousel {
		padding-bottom: 0;
	}

	.genos-gallery-carousel.slick-carousel .slick-arrow {
		top: 50% !important;
		bottom: auto !important;
		transform: translateY(-50%);
	}
}

@media (max-width: 575px) {
	.carousel-arrows.slick-carousel,
	.testimonials .slick-carousel,
	.portfolio-masonry-layout3 .genos-partner-talks-carousel {
		padding-bottom: 62px;
	}

	.carousel-arrows.slick-carousel .slick-arrow,
	.testimonials .slick-carousel .slick-arrow.slick-arrow,
	.portfolio-masonry-layout3 .genos-partner-talks-carousel .slick-arrow {
		width: 54px;
		height: 54px;
		line-height: 54px;
	}

	.genos-gallery-carousel.slick-carousel {
		padding-bottom: 0;
	}
}

.genos-private-hero {
	background-position: center;
	background-size: cover;
}

.genos-private-login,
.genos-private-dashboard {
	background: #fff;
}

.genos-private-panel,
.genos-private-card,
.genos-private-empty,
.genos-private-user {
	background: #fff;
	border: 1px solid #edf3f3;
	box-shadow: 0 10px 34px rgba(31, 63, 119, 0.08);
}

.genos-private-panel {
	padding: 34px;
}

.genos-private-form label {
	color: #1f3f77;
	font-weight: 700;
	margin-bottom: 8px;
}

.genos-private-form .form-control {
	border: 1px solid #dce8e8;
	border-radius: 0;
	color: #1f3f77;
	min-height: 52px;
}

.genos-private-user {
	padding: 24px;
	color: #1f3f77;
}

.genos-private-section {
	padding: 48px 0;
	border-top: 1px solid #edf3f3;
}

.genos-private-section:first-of-type {
	border-top: 0;
}

.genos-private-dashboard .genos-private-section:first-of-type {
	padding-top: 0;
}

.genos-private-section-banner {
	min-height: 220px;
	margin-bottom: 36px;
	background-position: center;
	background-size: cover;
}

.genos-private-section-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.genos-private-card {
	min-height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 28px;
}

.genos-private-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	background: #e9f7f7;
	color: #1f3f77;
}

.genos-private-card__icon img {
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.genos-private-card h3,
.genos-private-event h3 {
	color: #1f3f77;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 12px;
}

.genos-private-card__text {
	color: #51606f;
	font-size: 14px;
	line-height: 1.65;
}

.genos-private-card__meta {
	margin-top: 16px;
	color: #00a6a6;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.genos-private-card__actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
}

.genos-private-card__actions .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 0;
	min-width: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
	font-size: 13px;
	letter-spacing: 0;
	margin-right: 0;
	margin-top: 18px !important;
	white-space: nowrap;
}

.genos-private-card__actions .btn:before {
	display: none;
}

.genos-private-card__actions .btn i {
	margin-left: 0;
	margin-right: 7px;
	font-size: 13px;
}

.genos-private-card__actions .btn span {
	line-height: 1;
}

.genos-private-empty {
	padding: 24px;
	color: #51606f;
}

.genos-private-calendar {
	display: grid;
	grid-template-columns: minmax(160px, 210px) minmax(360px, 1fr) minmax(280px, 380px);
	background: linear-gradient(135deg, #f4fbfb 0%, #fff 46%, #eef9f9 100%);
	border: 1px solid #dceeee;
	color: #1b3666;
	box-shadow: 0 18px 46px rgba(27, 54, 102, 0.10);
	border-radius: 8px;
	overflow: hidden;
}

.genos-private-calendar__months {
	background: rgba(255, 255, 255, 0.76);
	border-right: 1px solid #dceeee;
	padding: 24px 16px 28px;
	backdrop-filter: blur(16px);
}

.genos-private-calendar__year {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 18px;
	color: #1b3666;
	font-size: 24px;
	font-family: "Work Sans", sans-serif;
}

.genos-private-calendar__year button {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(0, 162, 166, 0.18);
	border-radius: 50%;
	background: #f4fbfb;
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease;
}

.genos-private-calendar__year button:hover {
	background: #00a2a6;
	border-color: #00a2a6;
}

.genos-private-calendar__year button:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #00a2a6;
	border-left: 3px solid #00a2a6;
	transform: rotate(-45deg);
}

.genos-private-calendar__year button:hover:before {
	border-color: #fff;
}

.genos-private-calendar__year button[data-calendar-next-year]:before {
	left: 3px;
	transform: rotate(135deg);
}

.genos-private-calendar__month-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.genos-private-calendar__month-list button {
	border: 0;
	background: transparent;
	color: #1b3666;
	text-align: left;
	padding: 9px 12px;
	border-radius: 6px;
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0;
	transition: all 0.2s ease;
}

.genos-private-calendar__month-list button.is-active,
.genos-private-calendar__month-list button:hover {
	background: #00a2a6;
	color: #fff;
	box-shadow: 0 8px 18px rgba(0, 162, 166, 0.20);
}

.genos-private-calendar__main {
	background: rgba(255, 255, 255, 0.88);
	padding: 38px 36px 40px;
}

.genos-private-calendar__main h3 {
	color: #00a2a6;
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 14px;
	letter-spacing: 0;
	font-family: "Work Sans", sans-serif;
}

.genos-private-calendar__weekdays,
.genos-private-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(38px, 1fr));
	gap: 9px;
}

.genos-private-calendar__weekdays {
	border-top: 1px solid rgba(0, 162, 166, 0.35);
	padding-top: 14px;
	margin-bottom: 18px;
	color: #1b3666;
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
}

.genos-private-calendar__day {
	position: relative;
	min-height: 46px;
	border: 1px solid transparent;
	border-radius: 7px;
	background: #f8fcfc;
	color: #1b3666;
	font-family: "Work Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s ease;
}

.genos-private-calendar__day.is-empty {
	pointer-events: none;
}

.genos-private-calendar__day.has-event:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 7px;
	width: 7px;
	height: 7px;
	background: #00a2a6;
	transform: translateX(-50%);
	border-radius: 50%;
}

.genos-private-calendar__day.is-selected {
	background: #1b3666;
	border-color: #1b3666;
	color: #fff;
	box-shadow: 0 10px 22px rgba(27, 54, 102, 0.18);
}

.genos-private-calendar__day.is-selected:after {
	background: #fff;
}

.genos-private-calendar__day:hover {
	border-color: rgba(0, 162, 166, 0.45);
	background: #eaf8f8;
}

.genos-private-calendar__day.is-today:not(.is-selected) {
	border-color: rgba(0, 162, 166, 0.65);
}

.genos-private-calendar__details {
	background: linear-gradient(180deg, #1b3666 0%, #17305d 100%);
	padding: 56px 34px 40px;
	color: #fff;
}

.genos-private-calendar__details h3 {
	color: #fff;
	font-size: 25px;
	line-height: 1.25;
	margin-bottom: 24px;
	font-family: "Work Sans", sans-serif;
}

.genos-private-calendar__event {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 14px;
	margin-bottom: 18px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
}

.genos-private-calendar__event-marker {
	width: 12px;
	height: 12px;
	margin-top: 5px;
	background: #00a2a6;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(0, 162, 166, 0.15);
}

.genos-private-calendar__event h4 {
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.genos-private-calendar__event p,
.genos-private-calendar__no-events {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 0;
}

.genos-private-pdf-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.genos-private-pdf-modal.is-open {
	display: flex;
}

.genos-private-pdf-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(13, 26, 46, 0.78);
}

.genos-private-pdf-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(1180px, 96vw);
	height: min(860px, 92vh);
	background: #fff;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
}

.genos-private-pdf-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 24px;
	border-bottom: 1px solid #edf3f3;
}

.genos-private-pdf-modal__header h3 {
	color: #1f3f77;
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 0;
}

.genos-private-pdf-modal__actions {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.genos-private-pdf-modal__actions .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	font-size: 13px;
	letter-spacing: 0;
}

.genos-private-pdf-modal__actions .btn:before {
	display: none;
}

.genos-private-pdf-modal__actions .btn i {
	margin-left: 0;
	margin-right: 7px;
	font-size: 13px;
}

.genos-private-pdf-modal__close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 0;
	background: #00a6a6;
	color: #fff;
	font-size: 30px;
	line-height: 42px;
	cursor: pointer;
}

.genos-private-pdf-modal iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #f5f8fb;
}

.genos-private-timeline {
	border-left: 3px solid #e9f7f7;
	padding-left: 28px;
}

.genos-private-event {
	position: relative;
	display: grid;
	grid-template-columns: minmax(160px, 220px) 1fr;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid #edf3f3;
}

.genos-private-event:before {
	content: "";
	position: absolute;
	left: -36px;
	top: 31px;
	width: 14px;
	height: 14px;
	background: #00a6a6;
	border: 3px solid #fff;
	box-shadow: 0 0 0 3px #e9f7f7;
}

.genos-private-event__date {
	color: #00a6a6;
	font-weight: 700;
}

.genos-private-event__body p {
	margin-bottom: 0;
	color: #51606f;
}

@media (max-width: 767px) {
	.genos-private-panel {
		padding: 24px;
	}

	.genos-private-section-banner {
		min-height: 160px;
	}

	.genos-private-event {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (max-width: 1199px) {
	.genos-private-calendar {
		grid-template-columns: 180px 1fr;
	}

	.genos-private-calendar__details {
		grid-column: 1 / -1;
		padding: 32px 34px;
	}
}

@media (max-width: 767px) {
	.genos-private-calendar {
		grid-template-columns: 1fr;
	}

	.genos-private-calendar__months {
		padding: 22px 0;
	}

	.genos-private-calendar__month-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.genos-private-calendar__main {
		padding: 34px 18px;
	}

	.genos-private-calendar__weekdays,
	.genos-private-calendar__grid {
		gap: 6px;
		grid-template-columns: repeat(7, minmax(34px, 1fr));
	}

	.genos-private-calendar__day {
		min-height: 42px;
		font-size: 15px;
	}

	.genos-private-pdf-modal {
		padding: 14px;
	}

	.genos-private-pdf-modal__dialog {
		width: 100%;
		height: 90vh;
	}

	.genos-private-pdf-modal__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.genos-private-pdf-modal__close {
		top: 0;
		right: 0;
	}
}

.genos-site-popup {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: grid;
	place-items: center;
	padding: 26px;
	font-family: "Heebo", Arial, sans-serif;
}

.genos-site-popup[hidden] {
	display: none !important;
}

.genos-site-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 28, 52, 0.68);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity 0.24s ease;
}

.genos-site-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(940px, 100%);
	max-height: min(760px, calc(100vh - 52px));
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.1fr);
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(221, 240, 239, 0.9);
	box-shadow: 0 30px 90px rgba(5, 21, 42, 0.28);
	opacity: 0;
	transform: translateY(18px) scale(0.985);
	transition: opacity 0.24s ease, transform 0.24s ease;
}

.genos-site-popup.no-image .genos-site-popup__dialog {
	width: min(640px, 100%);
	grid-template-columns: 1fr;
}

.genos-site-popup.is-visible .genos-site-popup__backdrop {
	opacity: 1;
}

.genos-site-popup.is-visible .genos-site-popup__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.genos-site-popup__media {
	position: relative;
	min-height: 360px;
	background: #e9f7f7;
}

.genos-site-popup__media:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(31, 63, 119, 0) 42%, rgba(31, 63, 119, 0.18) 100%);
	pointer-events: none;
}

.genos-site-popup__media img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	display: block;
	object-fit: cover;
}

.genos-site-popup__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	padding: clamp(30px, 5vw, 58px);
}

.genos-site-popup__content h2 {
	margin: 0;
	color: #1f3f77;
	font-family: "Work Sans", "Heebo", Arial, sans-serif;
	font-size: clamp(27px, 3.2vw, 43px);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: 0;
}

.genos-site-popup__text {
	color: #52606e;
	font-size: 16px;
	line-height: 1.75;
}

.genos-site-popup__text p:last-child,
.genos-site-popup__text :last-child {
	margin-bottom: 0;
}

.genos-site-popup__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 6px;
}

.genos-site-popup__cta,
.genos-site-popup__secondary {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 0;
	padding: 0 20px;
	font-family: "Work Sans", "Heebo", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.genos-site-popup__cta {
	background: #1f3f77;
	border: 1px solid #1f3f77;
	color: #fff;
}

.genos-site-popup__cta:hover {
	background: #00a6a6;
	border-color: #00a6a6;
	color: #fff;
	transform: translateY(-1px);
}

.genos-site-popup__secondary {
	background: #fff;
	border: 1px solid #d9e7e7;
	color: #1f3f77;
	cursor: pointer;
}

.genos-site-popup__secondary:hover {
	border-color: #00a6a6;
	color: #00a6a6;
}

.genos-site-popup__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 0;
	background: rgba(255, 255, 255, 0.92);
	color: #1f3f77;
	box-shadow: 0 10px 28px rgba(5, 21, 42, 0.16);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.genos-site-popup__close span {
	font-size: 30px;
	line-height: 1;
}

.genos-site-popup__close:hover {
	background: #00a6a6;
	color: #fff;
	transform: translateY(-1px);
}

.genos-site-popup__dialog:focus,
.genos-site-popup__close:focus-visible,
.genos-site-popup__cta:focus-visible,
.genos-site-popup__secondary:focus-visible {
	outline: 3px solid rgba(0, 166, 166, 0.32);
	outline-offset: 3px;
}

body.genos-site-popup-open {
	overflow: hidden;
}

.heading-desc a:not(.btn),
.post-item__desc a:not(.btn),
.handbook-desc a:not(.btn),
.job-desc a:not(.btn),
.fancybox-item__desc a:not(.btn),
.member__desc a:not(.btn),
.testimonial-item__desc a:not(.btn),
.product-item__desc a:not(.btn),
.genos-responsive-img a:not(.btn),
.portfolio-masonry-layout3 .grid-item > p.pl-50 a:not(.btn),
.blog-grid.green-bg .pl-50 a:not(.btn),
.footer__content:not(.genos-link-white) a:not(.btn),
.tab-pane a:not(.btn),
.genos-private-card__text a:not(.btn),
.hamburger-menu__body a:not(.btn) {
	color: inherit;
	text-decoration-line: underline;
	text-decoration-thickness: 0.07em;
	text-underline-offset: 0.18em;
	text-decoration-color: currentColor;
}

.heading-desc a:not(.btn):hover,
.post-item__desc a:not(.btn):hover,
.handbook-desc a:not(.btn):hover,
.job-desc a:not(.btn):hover,
.fancybox-item__desc a:not(.btn):hover,
.member__desc a:not(.btn):hover,
.testimonial-item__desc a:not(.btn):hover,
.product-item__desc a:not(.btn):hover,
.genos-responsive-img a:not(.btn):hover,
.portfolio-masonry-layout3 .grid-item > p.pl-50 a:not(.btn):hover,
.blog-grid.green-bg .pl-50 a:not(.btn):hover,
.footer__content:not(.genos-link-white) a:not(.btn):hover,
.tab-pane a:not(.btn):hover,
.genos-private-card__text a:not(.btn):hover,
.hamburger-menu__body a:not(.btn):hover {
	color: #00a2a6;
	text-decoration-color: #00a2a6;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid #00a2a6;
	outline-offset: 3px;
}

.btn:focus-visible,
.action-btn:focus-visible,
.navbar-toggler:focus-visible,
.slick-arrow:focus-visible,
.video-trigger:focus-visible,
.search-popup__btn:focus-visible,
.search-popup__close:focus-visible,
.hamburger-menu__close:focus-visible,
.modal__close:focus-visible,
.genos-private-pdf-modal__close:focus-visible {
	outline: 3px solid #00a2a6;
	outline-offset: 4px;
	box-shadow: 0 0 0 5px rgba(0, 162, 166, 0.18);
}

.footer .footer__top h2.text-xl {
	font-size: 22px;
	line-height: 1.25;
}

.genos-contact-map-embed {
	display: block;
	width: 100%;
	border: 0;
}

@media (max-width: 767px) {
	.genos-site-popup {
		padding: 14px;
		align-items: end;
	}

	.genos-site-popup__dialog {
		width: 100%;
		max-height: calc(100vh - 28px);
		grid-template-columns: 1fr;
		overflow-y: auto;
	}

	.genos-site-popup__media,
	.genos-site-popup__media img {
		min-height: 220px;
		max-height: 34vh;
	}

	.genos-site-popup__content {
		padding: 28px 22px 24px;
	}

	.genos-site-popup__actions {
		align-items: stretch;
	}

	.genos-site-popup__cta,
	.genos-site-popup__secondary {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.genos-site-popup__backdrop,
	.genos-site-popup__dialog,
	.genos-site-popup__cta,
	.genos-site-popup__secondary,
	.genos-site-popup__close {
		transition: none;
	}
}
