@charset "UTF-8";
body {
	cursor: url("../images/cur2.cur"), auto;
}
a, button, a:focus, button:focus, a:hover, button:hover, a:active, button:active {
	cursor: url("../images/cur1.cur"), auto;
}
a:focus, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
*:focus {
  outline: none;
}
input, button, select, textarea {
  outline: none;
}
button {
  padding: 0;
}
label {
  margin-bottom: 0;
}
p {
  margin: 0;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li, ol li {
  display: block;
}
dl {
  margin: 0;
}
dt, dd {
  line-height: inherit;
}
dt {
  font-weight: inherit;
}
dd {
  margin-bottom: 0;
}
cite {
  font-style: normal;
}
form {
  margin-bottom: 0;
}
address {
  margin-top: 0;
  margin-bottom: 0;
}
figure {
  margin-bottom: 0;
}
html p a:hover {
  text-decoration: none;
}
/* @section Context Styles */
.context-dark, .bg-gray-700, .bg-primary, .bg-secondary, .context-dark h1, .bg-gray-700 h1, .bg-primary h1, .bg-secondary h1, .context-dark h2, .bg-gray-700 h2, .bg-primary h2, .bg-secondary h2, .context-dark h3, .bg-gray-700 h3, .bg-primary h3, .bg-secondary h3, .context-dark h4, .bg-gray-700 h4, .bg-primary h4, .bg-secondary h4, .context-dark h5, .bg-gray-700 h5, .bg-primary h5, .bg-secondary h5, .context-dark h6, .bg-gray-700 h6, .bg-primary h6, .bg-secondary h6, .context-dark .h1, .bg-gray-700 .h1, .bg-primary .h1, .bg-secondary .h1, .context-dark .h2, .bg-gray-700 .h2, .bg-primary .h2, .bg-secondary .h2, .context-dark .h3, .bg-gray-700 .h3, .bg-primary .h3, .bg-secondary .h3, .context-dark .h4, .bg-gray-700 .h4, .bg-primary .h4, .bg-secondary .h4, .context-dark .h5, .bg-gray-700 .h5, .bg-primary .h5, .bg-secondary .h5, .context-dark .h6, .bg-gray-700 .h6, .bg-primary .h6, .bg-secondary .h6 {
  color: #ffffff;
}
/* @section Page layout */
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  opacity: 0;
}
.page.fadeIn {
  animation-timing-function: ease-out;
}
.page.fadeOut {
  animation-timing-function: ease-in;
}
[data-x-mode] .page {
  opacity: 1;
}
/* @section Offsets */
* + p {
  margin-top: 15px;
}
* + img {
  margin-top: 30px;
}
* + h2, * + .h2 {
  margin-top: 20px;
}
p + h2, p + .h2 {
  margin-top: 20px;
}
h2 + p, .h2 + p {
  margin-top: 20px;
}
* + .btn {
  margin-top: 30px;
}
* + .container {
  margin-top: 30px;
}
* + .row {
  margin-top: 30px;
}
@media (min-width: 768px) {
  * + .btn {
    margin-top: 40px;
  }
  .row + .row {
    margin-top: 50px;
  }
  .row + .row-md {
    margin-top: 70px;
  }
}
@media (min-width: 1600px) {
  .row + .row-md {
    margin-top: 50px;
  }
  .offset-md {
    margin-top: 60px;
  }
  .offset-lg {
    margin-top: 80px;
  }
  .offset-xl {
    margin-top: 190px;
  }
}
/* @group Utilities */
/* @section Text styling */
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  text-decoration: underline;
}
.text-strike {
  text-decoration: line-through;
}
.fw-thin {
  font-weight: 100;
}
.fw-extra-light {
  font-weight: 200;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semi-bold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extra-bold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.text-spacing-0 {
  letter-spacing: 0;
}
.text-primary {
  color: #ff4769 !important;
}
/* @section Row spacing */
.row-0 {
  margin-bottom: 0px;
}
.row-0:empty {
  margin-bottom: 0;
}
.row-0 > * {
  margin-bottom: 0px;
}
.row-15 {
  margin-bottom: -15px;
}
.row-15:empty {
  margin-bottom: 0;
}
.row-15 > * {
  margin-bottom: 15px;
}
.row-20 {
  margin-bottom: -20px;
}
.row-20:empty {
  margin-bottom: 0;
}
.row-20 > * {
  margin-bottom: 20px;
}
.row-30 {
  margin-bottom: -30px;
}
.row-30:empty {
  margin-bottom: 0;
}
.row-30 > * {
  margin-bottom: 30px;
}
.row-40 {
  margin-bottom: -40px;
}
.row-40:empty {
  margin-bottom: 0;
}
.row-40 > * {
  margin-bottom: 40px;
}
.row-50 {
  margin-bottom: -50px;
}
.row-50:empty {
  margin-bottom: 0;
}
.row-50 > * {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .row-md-70 {
    margin-bottom: -70px;
  }
  .row-md-70:empty {
    margin-bottom: 0;
  }
  .row-md-70 > * {
    margin-bottom: 70px;
  }
}
/* @section Sections */
.section-xs {
  padding: 25px 0;
}
.section-sm, .section-md, .section-lg, .section-xl {
  padding: 50px 0;
}
.section-collapse + .section-collapse {
  padding-top: 0;
}
.section-collapse:last-child {
  padding-bottom: 0;
}
html [class*='section-'].section-bottom-0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-sm {
    padding: 60px 0;
  }
  .section-md {
    padding: 70px 0;
  }
  .section-lg {
    padding: 85px 0;
  }
  .section-xl {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .section-md {
    padding: 80px 0 90px;
  }
  .section-lg {
    padding: 100px 0;
  }
  .section-xl {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  .section-md {
    padding: 100px 0;
  }
  .section-lg {
    padding: 115px 0;
  }
}
.section-single {
  display: flex;
  text-align: center;
}
.section-single p {
  margin-left: auto;
  margin-right: auto;
}
.section-single * + .rights {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .section-single * + .rights {
    margin-top: 60px;
  }
}
.section-single .rd-mailform-wrap {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-single * + .rd-mailform-wrap {
  margin-top: 20px;
}
.section-single-header {
  padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}
.section-single-main {
  padding: calc(1em + 4vh) 0;
}
.section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}
.desktop .section-single-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
	padding-bottom: 100px;
}
@media (max-width: 1199px) {
.desktop .section-single-inner {
	padding-bottom: 10px;
}	
	
}
.desktop .section-single-inner > * {
  width: 100%;
}
/* @section Grid modules */
.grid-demo {
  letter-spacing: 0;
  text-align: center;
}
.grid-demo p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-demo * + p {
  margin-top: 5px;
}
.grid-demo * + .row {
  margin-top: 20px;
}
.grid-demo .row + .row {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .grid-demo {
    text-align: left;
  }
  .grid-demo p {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .grid-demo * + p {
    margin-top: 25px;
  }
}
.grid-demo-bordered .row {
  border: 0 solid #d7d7d7;
  border-top-width: 1px;
}
.grid-demo-bordered .row:last-child {
  border-bottom-width: 1px;
}
.grid-demo-bordered [class*='col'] {
  padding: 5px 15px;
}
.grid-demo-bordered [class*='col']:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-left: 1px solid #d7d7d7;
}
@media (min-width: 768px) {
  .grid-demo-bordered [class*='col'] {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .grid-demo-bordered [class*='col'] {
    padding: 50px 50px 45px;
  }
}
.grid-demo-underlined .row {
  border-bottom: 1px solid #d7d7d7;
}
.grid-demo-underlined [class*='col'] {
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .grid-demo-underlined [class*='col'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .grid-demo-underlined [class*='col'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.row-narrow {
  margin-left: -10px;
  margin-right: -10px;
}
.row-narrow > [class*='col'] {
  padding-left: 10px;
  padding-right: 10px;
}
.row-wide {
  margin-left: -25px;
  margin-right: -25px;
}
.row-wide > [class*='col'] {
  padding-left: 25px;
  padding-right: 25px;
}
.row-ten .col-1 {
  flex: 0 0 auto;
  width: 10%;
}
.row-ten .col-2 {
  flex: 0 0 auto;
  width: 20%;
}
.row-ten .col-3 {
  flex: 0 0 auto;
  width: 30%;
}
.row-ten .col-4 {
  flex: 0 0 auto;
  width: 40%;
}
.row-ten .col-5 {
  flex: 0 0 auto;
  width: 50%;
}
.row-ten .col-6 {
  flex: 0 0 auto;
  width: 60%;
}
.row-ten .col-7 {
  flex: 0 0 auto;
  width: 70%;
}
.row-ten .col-8 {
  flex: 0 0 auto;
  width: 80%;
}
.row-ten .col-9 {
  flex: 0 0 auto;
  width: 90%;
}
.row-ten .col-10 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .row-ten .col-sm-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-ten .col-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-ten .col-sm-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-ten .col-sm-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-ten .col-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-ten .col-sm-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-ten .col-sm-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-ten .col-sm-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-ten .col-sm-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-ten .col-sm-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row-ten .col-md-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-ten .col-md-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-ten .col-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-ten .col-md-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-ten .col-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-ten .col-md-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-ten .col-md-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-ten .col-md-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-ten .col-md-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-ten .col-md-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row-ten .col-lg-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-ten .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-ten .col-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-ten .col-lg-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-ten .col-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-ten .col-lg-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-ten .col-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-ten .col-lg-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-ten .col-lg-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-ten .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row-ten .col-xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-ten .col-xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-ten .col-xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-ten .col-xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-ten .col-xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-ten .col-xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-ten .col-xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-ten .col-xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-ten .col-xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-ten .col-xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .row-ten .col-xxl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-ten .col-xxl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-ten .col-xxl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-ten .col-xxl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-ten .col-xxl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-ten .col-xxl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-ten .col-xxl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-ten .col-xxl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-ten .col-xxl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-ten .col-xxl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row-xl-ten .col-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-xl-ten .col-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-xl-ten .col-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-xl-ten .col-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-xl-ten .col-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-xl-ten .col-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-xl-ten .col-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-xl-ten .col-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-xl-ten .col-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-xl-ten .col-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .row-xl-ten .col-sm-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-xl-ten .col-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-xl-ten .col-sm-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-xl-ten .col-sm-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-xl-ten .col-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-xl-ten .col-sm-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-xl-ten .col-sm-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-xl-ten .col-sm-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-xl-ten .col-sm-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-xl-ten .col-sm-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .row-xl-ten .col-md-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-xl-ten .col-md-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-xl-ten .col-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-xl-ten .col-md-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-xl-ten .col-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-xl-ten .col-md-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-xl-ten .col-md-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-xl-ten .col-md-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-xl-ten .col-md-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-xl-ten .col-md-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .row-xl-ten .col-lg-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-xl-ten .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-xl-ten .col-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-xl-ten .col-lg-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-xl-ten .col-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-xl-ten .col-lg-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-xl-ten .col-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-xl-ten .col-lg-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-xl-ten .col-lg-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-xl-ten .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .row-xl-ten .col-xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-xl-ten .col-xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-xl-ten .col-xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-xl-ten .col-xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-xl-ten .col-xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-xl-ten .col-xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-xl-ten .col-xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-xl-ten .col-xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-xl-ten .col-xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-xl-ten .col-xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .row-xl-ten .col-xxl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-xl-ten .col-xxl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-xl-ten .col-xxl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .row-xl-ten .col-xxl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .row-xl-ten .col-xxl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-xl-ten .col-xxl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .row-xl-ten .col-xxl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .row-xl-ten .col-xxl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .row-xl-ten .col-xxl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .row-xl-ten .col-xxl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .container-reset-mobile {
    padding: 0;
  }
  .container-reset-mobile .col-restore {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* @section Backgrounds */
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark, .bg-secondary .brand .brand-logo-dark {
  display: none;
}
.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light, .bg-secondary .brand .brand-logo-light {
  display: block;
	max-width: 300px;
	width: 70vw;
}
.bg-default {
  background-color: #ffffff;
}
.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
  padding-top: 0;
}
.bg-gray-100 {
  background-color: #f7f7f7;
}
.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
  padding-top: 0;
}
.bg-gray-700 {
  background-color: #22282F;
}
.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
  padding-top: 0;
}
.bg-primary {
  background-color: #ff4769!important;
}
.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
  padding-top: 0;
}
.bg-secondary {
  background-color: #59b148!important;
}
.bg-secondary:not([style*="background-"]) + .bg-secondary:not([style*="background-"]) {
  padding-top: 0;
}
.bg-primary-light {
  background-color: rgba(254, 234, 199, 0.3);
}
.bg-primary-light:not([style*="background-"]) + .bg-primary-light:not([style*="background-"]) {
  padding-top: 0;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-overlay {
  position: relative;
}
@media (min-width: 768px) {
  .bg-overlay::before {
    display: none;
  }
}
@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}
/* @section Utilities custom */
.height-fill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.height-fill > * {
  flex-grow: 1;
  flex-shrink: 0;
}
.object-inline {
  white-space: nowrap;
}
.object-inline > * {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
  white-space: normal;
}
.object-inline > * + * {
  margin-left: 5px;
}
.oh {
  position: relative;
  overflow: hidden;
}
.text-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.text-decoration-lines-content {
  position: relative;
  display: inline-block;
  min-width: 170px;
  font-size: 13px;
  text-transform: uppercase;
}
.text-decoration-lines-content::before, .text-decoration-lines-content::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #d7d7d7;
  top: 50%;
  width: 100vw;
}
.text-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.text-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
* + .text-decoration-lines {
  margin-top: 30px;
}
p.rights {
  margin-top: 30px;
}
p.rights a {
  color: inherit;
}
p.rights a:hover {
  color: #ff4769;
}
.context-dark .rights, .bg-gray-700 .rights, .bg-primary .rights, .bg-secondary .rights {
  color: #ffffff;
}
[style*='z-index: 1000;'] {
  z-index: 1101 !important;
}
.text-block > * {
  margin-left: .125em;
  margin-right: .125em;
}
/* @group Components */
/* @section Typography */
body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.62222;
  font-weight: 400;
  color: #22282F;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #ff4769;
}
h1, .h1 {
  font-size: 60px;
  line-height: 1;
  color: #54c707;
}
.content h1, content .h1 {
    font-size: 40px;	
}
@media (min-width: 1200px) {
h1, .h1 {
    font-size: 70px;
}
.content h1, content .h1 {
    font-size: 44px;	
}
}
h2, .h2 {
  font-size: 46.66667px;
  line-height: 1;
  color: #59b148;
}
.content h2, content .h2 {
    font-size: 32px;	
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 56px;
  }
.content h2, content .h2 {
    font-size: 34px;	
}
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 60px;
  }
.content h2, content .h2 {
    font-size: 36px;	
}
}
h3, .h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
h3.modal-title {
	color: #59b148;
}
.h3 {
  font-size: 36px;
  line-height: 1;
  color: #59b148;
}
h3.service-title {
  font-size: 36px;  	
}
.service h3.service-title {
	transition: all 0.8s ease-in-out;
}
.service:hover h3.service-title {
	color: #ff4769;
}
@media (max-width: 767px) {
h3.service-title, .h3 {
  font-size: 30px;	
}
}
h4, .h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 24px;
  }
}
h5, .h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
h6, .h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.breadcrumb .h3.active {
	font-size: 30px;
}
@media (max-width: 991px) {
.breadcrumb .h3.active {
	font-size: 26px;
}
}
small, .small {
  display: block;
  font-size: 16px;
  line-height: 1.5625;
}
mark, .mark {
  padding: 3px 5px;
  color: #ffffff;
  background: #ff4769;
}
.big {
  font-size: 24px;
  line-height: 1.41667;
}
.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
code {
  padding: 3px 5px;
  border-radius: 0.2rem;
  font-size: 90%;
  color: #111111;
  background: #f7f7f7;
}
p [data-toggle='tooltip'] {
  padding-left: .25em;
  padding-right: .25em;
  color: #ff4769;
}
p [style*='max-width'] {
  display: inline-block;
}
::selection {
  background: #ff4769;
  color: #ffffff;
}
::-moz-selection {
  background: #ff4769;
  color: #ffffff;
}
/* @section Brand */
.brand {
  display: inline-block;
}
.brand img {
  margin-top: 0;
}
.brand .brand-logo-light {
  display: none;
}
.brand .brand-logo-dark {
  display: block;
}
/* @section Links */
a {
  transition: all 0.3s ease-in-out;
}
a, a:focus, a:active, a:hover {
  text-decoration: none;
}
a, a:focus, a:active {
  color: #ff4769;
}
a p, a:focus p, a:active p {
  color: #000000!important;
}
a:hover {
  color: #59b148;
}
a[href*='tel'], a[href*='mailto'] {
  white-space: nowrap;
}
.link-hover {
  color: #59b148;
}
.link-press {
  color: #59b148;
}
/* @section Blocks */
.block-center, .block-sm, .block-lg, .block-xl {
  margin-left: auto;
  margin-right: auto;
}
.block-sm {
  max-width: 560px;
}
.block-md {
  max-width: 650px;
}
.block-lg {
  max-width: 768px;
}
.block-xl {
  max-width: 828px;
}
.block-center:hover .block-center-header {
  background-color: #ff4769;
}
.block-center-title {
  background-color: #ffffff;
}
/* @section Boxes */
.box-minimal {
  text-align: center;
}
.box-minimal .box-minimal-icon {
  font-size: 50px;
  line-height: 50px;
  color: #ff4769;
}
.box-minimal-divider {
  width: 36px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background: #ff4769;
}
.box-minimal-text {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
* + .box-minimal {
  margin-top: 30px;
}
* + .box-minimal-title {
  margin-top: 10px;
}
* + .box-minimal-divider {
  margin-top: 20px;
}
* + .box-minimal-text {
  margin-top: 15px;
}
.context-dark .box-minimal p, .bg-gray-700 .box-minimal p, .bg-primary .box-minimal p, .bg-secondary .box-minimal p {
  color: #22282F;
}
.box-counter {
  position: relative;
  text-align: center;
  color: #22282F;
}
.box-counter-title {
  display: inline-block;
  font-family: "Shadows Into Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -.025em;
}
.box-counter-main {
  font-family: "Shadows Into Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}
.box-counter-main > * {
  display: inline;
  font: inherit;
}
.box-counter-main .small {
  font-size: 28px;
}
.box-counter-main .small_top {
  position: relative;
  top: .2em;
  vertical-align: top;
}
.box-counter-divider {
  font-size: 0;
  line-height: 0;
}
.box-counter-divider::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #ff4769;
}
* + .box-counter-title {
  margin-top: 10px;
}
* + .box-counter-main {
  margin-top: 20px;
}
* + .box-counter-divider {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .box-counter-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .box-counter-main {
    font-size: 60px;
  }
  .box-counter-main .small {
    font-size: 36px;
  }
  * + .box-counter-main {
    margin-top: 30px;
  }
  * + .box-counter-divider {
    margin-top: 15px;
  }
  * + .box-counter-title {
    margin-top: 18px;
  }
}
.bg-primary .box-counter {
  color: #ffffff;
}
.bg-primary .box-counter-divider::after {
  background: #ffffff;
}
/* @section Groups */
html .group {
  margin-bottom: -20px;
  margin-left: -15px;
}
html .group:empty {
  margin-bottom: 0;
  margin-left: 0;
}
html .group > * {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
}
html .group-sm {
  margin-bottom: -10px;
  margin-left: -10px;
}
html .group-sm:empty {
  margin-bottom: 0;
  margin-left: 0;
}
html .group-sm > * {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
html .group-xl {
  margin-bottom: -20px;
  margin-left: -30px;
}
html .group-xl:empty {
  margin-bottom: 0;
  margin-left: 0;
}
html .group-xl > * {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
}
@media (min-width: 992px) {
  html .group-xl {
    margin-bottom: -20px;
    margin-left: -45px;
  }
  html .group-xl > * {
    margin-bottom: 20px;
    margin-left: 45px;
  }
}
html .group-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .group-custom > * {
  width: 100%;
}
@media (min-width: 576px) {
  html .group-custom {
    flex-direction: row;
  }
}
* + .group-sm {
  margin-top: 30px;
}
* + .group-xl {
  margin-top: 20px;
}
/* @section Responsive units */
.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -20px;
}
.unit > * {
  margin-bottom: 30px;
  margin-left: 20px;
}
.unit:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.unit-body {
  flex: 0 1 auto;
}
.unit-left, .unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}
.unit-spacing-xs {
  margin-bottom: -15px;
  margin-left: -7px;
}
.unit-spacing-xs > * {
  margin-bottom: 15px;
  margin-left: 7px;
}
/* @section Lists */
.list > li + li {
  margin-top: 10px;
}
.list-xs {
  margin-top: 30px;
}
.list-xs > li + li {
  margin-top: 5px;
}
.list-sm > li + li {
  margin-top: 10px;
}
.list-md > li + li {
  margin-top: 18px;
}
.list-lg > li + li {
  margin-top: 25px;
}
.list-xl > li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .list-xl > li + li {
    margin-top: 60px;
  }
}
.list-inline > li {
  display: inline-block;
}
html .list-inline-md {
  margin-top: 25px;
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -5px;
  margin-right: -5px;
}
html .list-inline-md > * {
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
* + .list-terms {
  margin-top: 25px;
}
.list-terms + * {
  margin-top: 25px;
}
.list-terms dt + dd {
  margin-top: 5px;
}
.list-terms dd + dt {
  margin-top: 25px;
}
.index-list {
  counter-reset: li;
}
.index-list > li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}
.content ul {
  text-align: left;
}
.content ul > li {
  position: relative;
  padding-left: 25px;
}
.content .blog-meta ul > li, .content ul.pagination > li {
  padding-left: 0px;
}
.content ul > li::before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 1px;
  min-width: 25px;
  content: '\f105';
  font: 14px/24px 'FontAwesome';
  color: #59b148;
}
.content .blog-meta ul > li::before, .content ul.pagination > li::before {
  display: none;
}
.content ul > li + li {
  margin-top: 4px;
}
* + .content ul {
  margin-top: 15px;
}
p + .content ul {
  margin-top: 10px;
}
.content ol {
  counter-reset: li;
  text-align: left;
}
.content ol > li {
  position: relative;
  padding-left: 25px;
}
.content ol > li:before {
  position: absolute;
  content: counter(li, decimal) ".";
  counter-increment: li;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  color: #59b148;
}
.content ol > li + li {
  margin-top: 10px;
}
* + .content ol {
  margin-top: 15px;
}
/* @section Images */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  width: 100%;
}
.float-start {
	max-width:50%;	
	margin: 20px 20px 20px 0px;
}
.float-end {
	max-width:50%;	
	margin: 20px 0px 20px 20px;
}
@media (max-width: 767px) {
.float-end, .float-start {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    float: none !important;
    display: block;
    max-width: 100%;
}
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
@media (max-width: 767.98px) {
  .img-60m {
    max-width: 60%;
  }
}
/* @section Icons */
.icon {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
}
.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}
.icon-white, .icon-white:focus, .icon-white:active {
  color: #ffffff;
}
.icon-white:hover {
  color: #ff4769;
}
.icon-circle {
  border-radius: 50%;
}
.icon-lg {
  font-size: 20px;
}
.icon-box {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 0;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.icon-box:hover {
  background: #ff4769;
  color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.icon-box-icon {
  font-size: 22px;
  line-height: 1;
}
* + .icon-box-text {
  margin-left: 15px;
}
.icon-fill {
  fill: #ff4769;
}
/* @section Dividers */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px solid #59b148;
}
.content blockquote {
  max-width: 800px;
  position: relative;
  margin: 20px auto;
}
.content blockquote span.meta, .content blockquote cite {
  display: block;
}
.content blockquote cite {
  font-size: 20px;
  font-weight: 700;
}
.content blockquote span.meta {
  font-size: 16px;
  font-weight: 600;
  color: #ff4769;
}
.divider {
  font-size: 0;
  line-height: 0;
}
.divider::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #ff4769;
}
/* @section Buttons */
.btn {
  position: relative;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.page .btn:not([class*='shadow']) {
  box-shadow: none;
}
.page .btn:not(:disabled):not(.disabled):active:focus:not([class*='shadow']), .page .btn:not(:disabled):not(.disabled).active:focus:not([class*='shadow']) {
  box-shadow: none;
}
.btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #ff4769;
  border-color: #ff4769;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
  color: #ffffff;
  background-color: #22282F;
  border-color: #22282F;
}
.btn-primary.btn-ujarak::before {
  background: #22282F;
}
.btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: #ff4769;
  border-color: #ff4769;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
  color: #ffffff;
  background-color: #22282F;
  border-color: #22282F;
}
.btn-secondary.btn-ujarak::before {
  background: #22282F;
}
.btn-gray-100, .btn-gray-100:focus {
  color: #151515;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .btn-gray-100:hover, .btn-gray-100:active, .btn-gray-100.active {
  color: #151515;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-gray-100.btn-ujarak::before {
  background: #eaeaea;
}
.btn-default-outline, .btn-default-outline:focus {
  color: #cccccc;
  background-color: transparent;
  border-color: #22282F;
}
.btn-default-outline:not(:disabled):not(.disabled):active, .btn-default-outline:not(:disabled):not(.disabled).active, .btn-default-outline:hover, .btn-default-outline:active, .btn-default-outline.active {
  color: #ffffff;
  background-color: #ff4769;
  border-color: #ff4769;
}
.btn-default-outline.btn-ujarak::before {
  background: #ff4769;
}
.btn-ghost {
  border: 0;
  background-color: transparent;
}
.btn-ghost:hover {
  color: #ffffff;
  background: #ff4769;
}
.btn-facebook, .btn-facebook:focus {
  color: #ffffff;
  background-color: #4d70a8;
  border-color: #4d70a8;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .btn-facebook:hover, .btn-facebook:active, .btn-facebook.active {
  color: #ffffff;
  background-color: #456497;
  border-color: #456497;
}
.btn-facebook.btn-ujarak::before {
  background: #456497;
}
.btn-twitter, .btn-twitter:focus {
  color: #ffffff;
  background-color: #02bcf3;
  border-color: #02bcf3;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .btn-twitter:hover, .btn-twitter:active, .btn-twitter.active {
  color: #ffffff;
  background-color: #02a8da;
  border-color: #02a8da;
}
.btn-twitter.btn-ujarak::before {
  background: #02a8da;
}
.btn-google, .btn-google:focus {
  color: #ffffff;
  background-color: #e2411e;
  border-color: #e2411e;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .btn-google:hover, .btn-google:active, .btn-google.active {
  color: #ffffff;
  background-color: #cc3a1a;
  border-color: #cc3a1a;
}
.btn-google.btn-ujarak::before {
  background: #cc3a1a;
}
.btn-shadow {
  box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}
.btn-shadow:hover {
  box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}
.btn-shadow:focus, .btn-shadow:active {
  box-shadow: none;
}
.btn-circle {
  border-radius: 30px;
}
.btn-round-1 {
  border-radius: 5px;
}
.btn-round-2 {
  border-radius: 10px;
}
.btn.btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.btn.btn-icon .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 1.55em;
  line-height: 1em;
}
.btn.btn-icon-left .icon {
  padding-right: 11px;
}
.btn.btn-icon-right {
  flex-direction: row-reverse;
}
.btn.btn-icon-right .icon {
  padding-left: 11px;
}
.btn.btn-icon.btn-link .icon {
  top: 5px;
  font-size: 1em;
}
.btn.btn-icon.btn-xs .icon {
  top: .05em;
  font-size: 1.2em;
  padding-right: 8px;
}
.btn.btn-icon.btn-xs .btn-icon-right {
  padding-left: 8px;
}
.btn-aylen {
  position: relative;
  background: #fe4568;
  color: #ffffff;
  overflow: hidden;
  transition: 0.3s;
  transition-delay: .2s;
  border: none;
  border-radius: 40px;
  z-index: 0;
}
.btn-aylen::before, .btn-aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-aylen::before {
  background: #f9bdc9;
}
.btn-aylen::after {
  background: #5ed70d;
}
.btn-aylen:hover {
  color: #fff;
}
.btn-aylen:hover::before, .btn-aylen:hover::after {
  transform: translate3d(0, 100%, 0);
}
.btn-aylen:hover::after {
  transition-delay: 0.175s;
}
.lt-ie10 .btn-aylen:hover {
  background-color: #5ed70d;
}
.tablet .btn-aylen:after, .tablet .btn-aylen:before {
  display: none;
}
.tablet .btn-aylen:hover {
  background-color: #5ed70d;
}
/* @section Forms */
.rd-form {
  position: relative;
  text-align: left;
}
.rd-form .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}
* + .rd-form {
  margin-top: 20px;
}
input:-webkit-autofill ~ label, input:-webkit-autofill ~ .form-validation {
  color: #000000 !important;
}
.form-wrap {
  position: relative;
}
.form-wrap.has-error .form-input {
  border-color: #f5543f;
}
.form-wrap.has-focus .form-input {
  border-color: #ff4769;
}
.form-wrap + * {
  margin-top: 20px;
}
.form-input {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #22282F;
  background-color: #e7f5f5;
  background-image: none;
  border-radius: 10px;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #e7f5f5;
}
.form-input:focus {
  outline: 0;
}
textarea.form-input {
  height: 135px;
  min-height: 50px;
  max-height: 230px;
  resize: vertical;
}
.recaptcha div {
  display: block;
  transform-origin: 0 0;
}
.recaptcha iframe {
  display: block;
}
.form-label, .form-label-outside {
  margin-bottom: 0;
  color: #22282F;
  font-weight: 400;
}
.form-label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: .25s;
  will-change: transform;
  transform: translateY(-50%);
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #22282F;
}
.form-label-outside {
  width: 100%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    transform: none;
  }
}
[data-x-mode='true'] .form-label {
  pointer-events: auto;
}
.form-validation {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
}
.form-validation-left .form-validation {
  right: auto;
  left: 8px;
}
.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.form-output.active {
  opacity: 1;
  visibility: visible;
}
.form-output.error {
  color: #f5543f;
}
.form-output.success {
  color: #98bf44;
}
.radio .radio-custom, .radio-inline .radio-custom, .checkbox .checkbox-custom, .checkbox-inline .checkbox-custom {
  opacity: 0;
}
.radio .radio-custom, .radio .radio-custom-dummy, .radio-inline .radio-custom, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom, .checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: url("../images/cur1.cur"), auto;
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #ffffff;
}
.radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after, .checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
  position: absolute;
  opacity: 0;
  transition: .22s;
}
.radio .radio-custom:focus, .radio-inline .radio-custom:focus, .checkbox .checkbox-custom:focus, .checkbox-inline .checkbox-custom:focus {
  outline: none;
}
.radio input, .radio-inline input, .checkbox input, .checkbox-inline input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.radio-custom:checked + .radio-custom-dummy:after, .checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.radio, .radio-inline {
  padding-left: 28px;
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
}
.radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #22282F;
  border-radius: inherit;
}
.checkbox, .checkbox-inline {
  padding-left: 28px;
}
.checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #b7b7b7;
}
.checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
  content: '\f222';
  font-family: "Material Design Icons";
  position: absolute;
  top: -1px;
  left: -2px;
  font-size: 20px;
  line-height: 18px;
  color: #cccccc;
}
.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}
.toggle-custom:checked ~ .checkbox-custom-dummy::after {
  background: #ff4769;
  transform: translate(20px, -50%);
}
.toggle-custom ~ .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: #e7f5f5;
  cursor: url("../images/cur1.cur"), auto;
}
.toggle-custom ~ .checkbox-custom-dummy::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  background: #b7b7b7;
  transform: translate(4px, -50%);
  opacity: 1;
  transition: .22s;
}
.rd-form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  margin-bottom: -8px;
  margin-left: -8px;
}
.rd-form-inline:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.rd-form-inline > * {
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
}
.rd-form-inline > * {
  margin-top: 0;
}
.rd-form-inline .form-wrap {
  flex-grow: 1;
  min-width: 185px;
}
.rd-form-inline .form-wrap-select {
  text-align: left;
}
.rd-form-inline .form-button {
  flex-shrink: 0;
  max-width: calc(100% - 10px);
  min-height: 50px;
}
.rd-form-inline .form-button .btn {
  min-height: inherit;
}
@media (min-width: 576px) {
  .rd-form-inline .btn {
    display: block;
  }
}
.rd-form-inline.rd-form-inline-centered {
  justify-content: center;
}
.form-sm .form-input, .form-sm .btn {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px;
}
.form-sm .form-validation {
  top: -16px;
}
.form-sm .form-label {
  top: 20px;
}
.form-sm * + .btn {
  margin-top: 10px;
}
.form-lg .form-input, .form-lg .form-label, .form-lg .select2-container .select2-choice {
  font-size: 16px;
}
.form-lg .form-input, .form-lg .select2-container .select2-choice {
  font-size: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.form-lg .form-input, .form-lg .select2-container .select2-choice {
  min-height: 58px;
}
.form-lg .form-button {
  min-height: 60px;
}
.form-lg .form-label {
  top: 30px;
}
/* @section Quotes */
.quote {
  max-width: 510px;
  position: relative;
  margin-top: 20px;
	margin-left: 5px;
}
.quote q::before, .quote q::after {
  display: none;
}
.quote q, .quote cite {
  display: block;
}
@media (min-width: 768px) {
  .quote {
    margin-top: 30px;
  }
}
.quote-text {
   overflow: hidden;
	font-style: italic;
   text-overflow: ellipsis;
   display: -webkit-box!important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:4; /* number of lines to show */
   line-height:25px; 
   height: 100px;
}
.quote-cite {
  font-size: 20px;
  font-weight: 700;
}
.quote-meta {
  font-size: 16px;
  font-weight: 600;
  color: #ff4769;
}
* + .quote-cite {
  margin-top: 10px;
}
/* @section Thumbnails */
* + .figure-light {
  margin-top: 30px;
}
.figure-light figcaption {
  padding-top: 10px;
  color: #b7b7b7;
}
/* @section Breadcrumbs */
.breadcrumbs-custom {
  position: relative;
  padding: 35px 0 40px;
  text-align: center;
  background-color: #cccccc;
  background-position: center;
}
.breadcrumbs-custom-path {
  margin-left: -15px;
  margin-right: -15px;
}
.breadcrumbs-custom-path > * {
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumbs-custom-path a {
  display: inline;
  vertical-align: middle;
}
.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
  color: #ff4769;
}
.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.7;
}
.breadcrumbs-custom-path li::after {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  top: 52%;
  right: -5px;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  transform: translate3d(0, -50%, 0);
}
.breadcrumbs-custom-path li:last-child:after {
  display: none;
}
.breadcrumbs-custom-path a:hover, .breadcrumbs-custom-path li.active {
  color: #ffffff;
}
.breadcrumbs-custom-path li.active {
  top: 2px;
}
* + .breadcrumbs-custom-path {
  margin-top: 14px;
}
@media (min-width: 576px) {
  .breadcrumbs-custom {
    margin-left: -30px;
    margin-right: -30px;
  }
  .breadcrumbs-custom > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  * + .breadcrumbs-custom-path {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs-custom {
    padding: 70px 0 80px;
  }
  .breadcrumbs-custom-path li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-custom {
    padding: 80px 0 100px;
  }
}
@media (min-width: 1600px) {
  .breadcrumbs-custom {
    padding: 80px 0 100px;
  }
}
/* @section Service */
.service {
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service-text {
  max-width: 333px;
  margin-top: 5px;
}
.service-img + * {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .service-img + * {
    margin-top: 25px;
  }
  .service-text {
    margin-top: 15px;
  }
}

/* @section Footers */
.footer-classic {
  text-align: center;
  padding: 60px 0;
}
/* @section Animate */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
html:not(.lt-ie10) .not-animated {
  opacity: 0;
}
.ipad .not-animated, .ios .not-animated {
  opacity: 1 !important;
}
.ios .animated {
  animation: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
/* @section Preloader */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  transition: .3s all ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader-body {
  text-align: center;
}
.preloader-body p {
  position: relative;
  right: -8px;
}
.cssload-container {
  width: 100%;
  height: 36px;
  text-align: center;
}
.cssload-speeding-wheel {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid #ff4769;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: cssload-spin .88s infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* @section ToTop */
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 46px;
  color: #ffffff;
  background: #ff4769;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: .45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
}
.ui-to-top:hover {
  color: #ffffff;
  background: #111111;
  text-decoration: none;
}
.ui-to-top:focus {
  color: #ffffff;
}
.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}
html.mobile .ui-to-top, html.tablet .ui-to-top {
  display: none !important;
}
@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}
/* @section RD Navbar */
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.rd-navbar-wrap, .rd-navbar, .rd-menu, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}
.rd-navbar, .rd-navbar.rd-navbar--is-clone {
  display: none;
}
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone, .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}
.rd-navbar {
  display: none;
  background: transparent;
}
.rd-navbar-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: url("../images/cur1.cur"), auto;
  color: #ff4769;
  background-color: transparent;
  border: none;
  display: none;
}
.rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}
.rd-navbar-toggle span:after {
  top: 8px;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #ff4769;
  backface-visibility: hidden;
  border-radius: 0;
}
.rd-navbar-toggle span {
  transform: rotate(180deg);
}
.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
  transform-origin: 1.71429px center;
}
.rd-navbar-toggle.active span {
  transform: rotate(360deg);
}
.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-navbar-collapse-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: url("../images/cur1.cur"), auto;
  color: #22282F;
  display: none;
}
.rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -3px;
}
.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #22282F;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: .3s all ease;
}
.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  content: '';
}
.rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}
.rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 3px;
}
.rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}
.rd-navbar-collapse-toggle.active span:before {
  transform: translateY(18px);
}
.rd-navbar-collapse-toggle.active span:after {
  transform: translateY(-18px);
}
.rd-navbar-brand a {
  display: block;
}
.rd-navbar-dropdown {
  display: none;
}
.rd-navbar-nav-toggle {
  border: none;
  background: transparent;
  padding: 0;
  color: #000;
}
.rd-navbar-nav-toggle::before {
  content: '\e904';
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: url("../images/cur1.cur"), auto;
  font-size: 26px;
  line-height: 50px;
  font-family: "Icoset";
  text-align: center;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.rd-navbar-nav-toggle.active::before {
  content: '\e900';
  transform: rotate(180deg);
}
.rd-navbar-nav-toggle {
  font-size: 0;
}
.rd-navbar-nav-toggle:hover {
  color: #5ed70d;
}
.rd-navbar-wrap-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
/* @subsection  RD Navbar Static */
.rd-navbar-static {
  display: block;
}
.rd-navbar-static .rd-navbar-nav-wrap {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.rd-navbar-static .rd-navbar-main .rd-navbar-nav-wrap {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rd-navbar-static .rd-nav-item {
  display: inline-block;
}
.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
  color: #ff4769;
  background: transparent;
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #ff4769;
}
.rd-navbar-static .rd-nav-item .rd-nav-link.active {
  color: #ff4769;
  background: transparent;
}
.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
  color: #ff4769;
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before, .rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
  transform: rotate(180deg);
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
  margin-left: 4px;
  font-family: "Material Design Icons";
  font-size: 16px;
  cursor: url("../images/cur1.cur"), auto;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
  position: relative;
  display: inline-block;
  transition: .22s;
  content: '\f236';
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
  color: #ff4769;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
  margin-top: 20px;
}
.rd-navbar-static .rd-nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.rd-navbar-static .rd-nav-link {
  position: relative;
  display: inline-block;
  color: #22282F;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  transition: .25s;
}
.rd-navbar-static .rd-nav-link:hover {
  color: #ff4769;
}
.rd-navbar-static .rd-menu {
  z-index: 15;
  position: absolute;
  display: block;
  margin-top: 22px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  border: none;
  transform: translate3d(0, 30px, 0);
}
.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  width: 270px;
  padding: 15px;
  background: #ffffff;
  z-index: 5;
}
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  top: -1px;
  left: 100%;
  z-index: 2;
  margin-top: -15px;
  margin-left: 15px;
  transform: translate3d(30px, 0, 0);
}
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 15px;
  transform: translate3d(-30px, 0, 0);
}
.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
  color: #ff4769;
}
.rd-navbar-static .rd-dropdown-link {
  color: #9b9b9b;
}
.rd-navbar-static .rd-dropdown-link:hover {
  color: #ff4769;
}
.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-megamenu-list li > a {
  position: relative;
  left: -3px;
  display: flex;
  padding: 1px 14px 1px 0;
  text-align: left;
}
.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active, .rd-navbar-static .rd-megamenu-list li > a, .rd-navbar-static .rd-megamenu-list li > a:focus, .rd-navbar-static .rd-megamenu-list li > a:active {
  color: #9b9b9b;
}
.rd-navbar-static .rd-navbar-dropdown li > a:hover, .rd-navbar-static .rd-megamenu-list li > a:hover {
  color: #ff4769;
}
.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before, .rd-navbar-static .rd-megamenu-list li > a, .rd-navbar-static .rd-megamenu-list li > a::before {
  transition: .15s ease-in-out;
}
.rd-navbar-static .rd-navbar-dropdown li > a::before, .rd-navbar-static .rd-megamenu-list li > a::before {
  position: relative;
  top: -1px;
  left: -6px;
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: inherit;
  line-height: inherit;
  color: #ff4769;
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown li > a:hover, .rd-navbar-static .rd-megamenu-list li.focus > a, .rd-navbar-static .rd-megamenu-list li.opened > a, .rd-navbar-static .rd-megamenu-list li > a:hover {
  left: 0;
  padding-left: 14px;
  padding-right: 0;
}
.rd-navbar-static .rd-navbar-dropdown li.focus > a::before, .rd-navbar-static .rd-navbar-dropdown li.opened > a::before, .rd-navbar-static .rd-navbar-dropdown li > a:hover::before, .rd-navbar-static .rd-megamenu-list li.focus > a::before, .rd-navbar-static .rd-megamenu-list li.opened > a::before, .rd-navbar-static .rd-megamenu-list li > a:hover::before {
  left: -7px;
  opacity: 1;
  visibility: visible;
}
.rd-navbar-static .rd-navbar-megamenu {
  display: flex;
  left: 0;
  width: 100%;
  max-width: 1200px;
  padding: 30px 40px;
  background: #ffffff;
}
.rd-navbar-static .rd-megamenu-item {
  flex-basis: 50%;
  flex-grow: 1;
}
.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
  padding-left: 20px;
}
.rd-navbar-static .rd-megamenu-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.rd-navbar-static * + .rd-megamenu-title {
  margin-top: 30px;
}
.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
  margin-top: 5px;
}
.rd-navbar-static .rd-megamenu-list-link {
  color: #000000;
  background: transparent;
}
.rd-navbar-static .rd-megamenu-list-link:hover {
  color: #ff4769;
  background: transparent;
}
.rd-navbar-static * + .rd-megamenu-list {
  margin-top: 10px;
}
.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.rd-navbar-static.rd-navbar--is-clone {
  display: block;
  transform: translate3d(0, -100%, 0);
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translate3d(0, 0, 0);
}
.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  background: #ffffff;
}
.rd-navbar-static .rd-navbar--has-dropdown {
  position: relative;
}
/* RD Navbar Fixed */
.rd-navbar-fixed {
  display: block;
}
.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
}
.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  margin-left: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  line-height: 46px;
}
.rd-navbar-fixed .rd-navbar-brand img {
  width: 640px;
  max-width: 100%;
  height: auto;
}
.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 4px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  left: 0;
  top: -56px;
  bottom: -56px;
  z-index: 1079;
  width: 270px;
  padding: 112px 0 81px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
	font-weight: 500;
  line-height: 34px;
  transform: translateX(-110%);
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
  width: 4px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
  background: #feb67d;
  border: none;
  border-radius: 0;
  opacity: .2;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: #ff4769;
  border: none;
  border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}
.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  margin: 15px 0;
  height: auto;
  text-align: left;
}
.rd-navbar-fixed .rd-nav-item {
  text-align: left;
}
.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
  margin-top: 4px;
}
.rd-navbar-fixed .rd-nav-link {
  display: block;
  padding: 9px 56px 9px 18px;
}
.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
  padding: 4px 0 0;
}
.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.rd-navbar-fixed li.opened > .rd-menu {
  opacity: 1;
  height: auto;
}
.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}
.rd-navbar-fixed .rd-menu {
  display: none;
  transition: opacity 0.3s, height 0.4s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
  height: 34px;
  line-height: 34px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
  padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a, .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 46px;
}
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}
.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
  display: block;
  padding: 9px 56px 9px 16px;
  font-size: 12px;
  line-height: 1.5;
}
.rd-navbar-fixed .rd-megamenu-list > li + li, .rd-navbar-fixed .rd-navbar-dropdown > li + li {
  margin-top: 3px;
}
.rd-navbar-fixed .rd-megamenu-list > li > a {
  padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  position: relative;
  display: block;
  padding: 0 18px 7px;
  font-size: 16px;
  line-height: 1.5;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid;
}
.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
  margin-top: 11px;
}
.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
  margin-top: 20px;
}
.rd-navbar-fixed .rd-navbar-megamenu > li + li {
  margin-top: 20px;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  cursor: url("../images/cur1.cur"), auto;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 52px;
  font: 400 14px "FontAwesome";
  line-height: 52px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  cursor: url("../images/cur1.cur"), auto;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  top: 4px;
  z-index: 1081;
}
.rd-navbar-fixed .rd-navbar-collapse {
  position: fixed;
  right: 0;
  top: 56px;
  z-index: 1079;
  transform: translate3d(0, -10px, 0);
  padding: 15px;
  width: auto;
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.rd-navbar-fixed .rd-navbar-collapse.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
  display: block;
}
.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
  margin-top: 10px;
}
.rd-navbar-fixed .rd-navbar-main-element {
  position: absolute;
  float: left;
}
.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
  position: fixed;
  top: 4px;
  z-index: 1082;
}
.rd-navbar-fixed .rd-navbar-fixed-element-1 {
  right: 0;
}
.rd-navbar-fixed .rd-navbar-fixed-element-2 {
  right: 46px;
}
.rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}
.rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}
.rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}
.rd-navbar-fixed .rd-navbar-panel {
  color: #22282F;
  box-shadow: 0px 0px 10px -2px rgba(123, 200, 199, 0.5);
  background: #ffffff;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #ffffff;
  background: #ffffff;
  border: none;
  box-shadow: 0px 0px 10px -2px rgba(123, 200, 199, 0.5);
}
.rd-navbar-fixed .rd-nav-item .rd-nav-link.active, .rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  color: #ffffff;
  background: #ff4769;
}
.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #ffffff;
}
.rd-navbar-fixed .rd-nav-link {
  color: #22282F;
}
.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
  color: #9b9b9b;
}
.rd-navbar-fixed .rd-megamenu-list > li:hover > a, .rd-navbar-fixed .rd-megamenu-list > li.focus > a, .rd-navbar-fixed .rd-megamenu-list > li.active > a, .rd-navbar-fixed .rd-megamenu-list > li.opened > a, .rd-navbar-fixed .rd-navbar-dropdown > li:hover > a, .rd-navbar-fixed .rd-navbar-dropdown > li.focus > a, .rd-navbar-fixed .rd-navbar-dropdown > li.active > a, .rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
  color: #ffffff;
  background: #ff4769;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  color: #cccccc;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  border-bottom: none;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
  color: #ffffff;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
  color: #ff4769;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  color: #22282F;
}
.rd-navbar-fixed .rd-navbar-collapse {
  background-color: #ffffff;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}
.rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-collapse a {
  color: #22282F;
}
.rd-navbar-fixed .rd-navbar-nav-toggle {
  display: none;
}
html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}
/* RD Navbar Sidebar */
.rd-navbar-sidebar {
  display: block;
  background: #ffffff;
}
.rd-navbar-sidebar .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}
.rd-navbar-sidebar .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 60px 22px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.rd-navbar-sidebar .rd-navbar-main-element {
  display: flex;
  align-items: center;
}
.rd-navbar-sidebar .rd-navbar-main-element > * + * {
  margin-left: 20px;
}
.rd-navbar-sidebar .rd-navbar-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 1102;
}
.rd-navbar-sidebar .rd-navbar-panel {
  min-width: 200px;
  text-align: center;
}
.rd-navbar-sidebar .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
.rd-navbar-sidebar .rd-navbar-nav-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1101;
  width: 450px;
  padding: 94px 0 0 0;
  background: #ffffff;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100%);
  box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);
}
.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
  transition-delay: .1s;
  transform: translateX(0);
}
.rd-navbar-sidebar .rd-navbar-nav {
  height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #d7d7d7;
}
.rd-navbar-sidebar .rd-nav-item {
  position: relative;
  display: block;
  padding: 19px 30px 19px 40px;
}
.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
  color: #ff4769;
}
.rd-navbar-sidebar .rd-nav-item .rd-nav-link, .rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
  font-size: 18px;
}
.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
  border-top: 1px solid #d7d7d7;
}
.rd-navbar-sidebar .rd-nav-item:last-child {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
.rd-navbar-sidebar .rd-nav-link {
  max-width: calc(100% - 30px);
  word-break: break-all;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
  color: #cccccc;
}
.rd-navbar-sidebar .rd-nav-link:hover {
  color: #ff4769;
}
.rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
  display: none;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: opacity .2s;
}
.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {
  transform: translateY(30px);
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  transform: translateY(0);
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
  transform: translateX(-20px);
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
  transform: translateX(0);
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-left: 10px;
  margin-bottom: inherit;
  display: inline-block;
  width: 30px;
  margin-left: 5px;
  text-align: center;
  cursor: url("../images/cur1.cur"), auto;
  color: #22282F;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
  color: #ff4769;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
  content: '\f107';
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  transition: 0.4s all ease;
  z-index: 2;
  will-change: transform;
}
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
  font-size: 14px;
  color: #cccccc;
  margin-left: 7px;
}
.rd-navbar-sidebar .rd-menu {
  margin-top: 31px;
}
.rd-navbar-sidebar .rd-navbar-dropdown, .rd-navbar-sidebar .rd-megamenu-list {
  font-size: 14px;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-megamenu-list li > a {
  position: relative;
  left: -3px;
  display: flex;
  padding: 1px 14px 1px 0;
  text-align: left;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li > a:active, .rd-navbar-sidebar .rd-megamenu-list li > a, .rd-navbar-sidebar .rd-megamenu-list li > a:focus, .rd-navbar-sidebar .rd-megamenu-list li > a:active {
  color: #9b9b9b;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover, .rd-navbar-sidebar .rd-megamenu-list li > a:hover {
  color: #ff4769;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a::before, .rd-navbar-sidebar .rd-megamenu-list li > a, .rd-navbar-sidebar .rd-megamenu-list li > a::before {
  transition: .15s ease-in-out;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a::before, .rd-navbar-sidebar .rd-megamenu-list li > a::before {
  position: relative;
  top: -1px;
  left: -6px;
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: inherit;
  line-height: inherit;
  color: #ff4769;
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a, .rd-navbar-sidebar .rd-navbar-dropdown li.opened > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:hover, .rd-navbar-sidebar .rd-megamenu-list li.focus > a, .rd-navbar-sidebar .rd-megamenu-list li.opened > a, .rd-navbar-sidebar .rd-megamenu-list li > a:hover {
  left: 0;
  padding-left: 14px;
  padding-right: 0;
}
.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before, .rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before, .rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before, .rd-navbar-sidebar .rd-megamenu-list li.focus > a::before, .rd-navbar-sidebar .rd-megamenu-list li.opened > a::before, .rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
  left: -7px;
  opacity: 1;
  visibility: visible;
}
.rd-navbar-sidebar .rd-navbar-megamenu {
  max-width: 450px;
  margin-bottom: -30px;
}
.rd-navbar-sidebar .rd-navbar-megamenu > * {
  margin-bottom: 30px;
}
.rd-navbar-sidebar .rd-navbar-megamenu > li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
.rd-navbar-sidebar .rd-megamenu-title {
  display: none;
}
.rd-navbar-sidebar .rd-megamenu-list {
  margin-top: 0;
}
.rd-navbar-sidebar .rd-megamenu-list > li + li {
  margin-top: 10px;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
  padding-right: 0;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
  display: none;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
  padding-left: 0;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
  padding-left: 0;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
  color: #ff4769;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
  top: 1px;
}
.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
  margin-top: 10px;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
  margin-top: 25px;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
  margin-top: 10px;
  padding-left: 15px;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .rd-navbar-sidebar .rd-navbar-megamenu {
    margin-bottom: -30px;
  }
  .rd-navbar-sidebar .rd-navbar-megamenu > * {
    margin-bottom: 30px;
  }
  .rd-navbar-sidebar .rd-navbar-dropdown > li + li, .rd-navbar-sidebar .rd-megamenu-list > li + li {
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  .rd-navbar-sidebar .rd-navbar-nav-wrap {
    width: auto;
    left: calc(50% + 600px - 80px);
  }
}
.rd-navbar-sidebar.rd-navbar--is-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(-101%);
}
.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translateY(0);
}
.rd-navbar-sidebar.rd-navbar--is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}
.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
  padding-top: 11px;
  padding-bottom: 11px;
}
/* RD Navbar Classic */
.rd-navbar-classic.rd-navbar-static {
  border-bottom: 1px solid transparent;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside, .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
  padding: 10px 0;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
    max-width: 320px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
  display: flex;
  align-items: center;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
  box-shadow: 0 0 10px #d7d7d7;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding: 5px 0;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
  margin-top: 17px;
}
/* RD Navbar Fullwidth */
.rd-navbar-fullwidth {
  display: block;
}
.rd-navbar-fullwidth .rd-navbar-nav > li + li {
  margin-left: 20px;
}
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
  padding: 10px 0;
}
/* @section Tooltop Custom */
.tooltip {
  font-size: 18px;
  line-height: 1.2;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #ff4769;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #ff4769;
}
/* @section Owl Carousel */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  display: flex;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav, .owl-carousel .owl-dots {
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: url("../images/cur1.cur"), auto;
  user-select: none;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
* + .owl-carousel {
  margin-top: 35px;
}
.owl-carousel .owl-nav {
  pointer-events: none;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 40px;
  line-height: 1;
  cursor: url("../images/cur1.cur"), auto;
  pointer-events: auto;
  background: #ff4769;
  color: #151515;
}
.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after, .owl-carousel .owl-next::before, .owl-carousel .owl-next::after {
  display: block;
  font-family: "FontAwesome";
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
  text-decoration: none;
  background: #151515;
  color: #ff4769;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  opacity: .5;
  cursor: default;
}
.owl-carousel .owl-prev {
  left: 10px;
}
.owl-carousel .owl-prev::before {
  content: '\f104';
}
.owl-carousel .owl-next {
  right: 10px;
}
.owl-carousel .owl-next::before {
  content: '\f105';
}
.owl-carousel .owl-dots {
  margin-top: 15px;
  text-align: center;
}
.owl-carousel .owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 0 5px;
}
.owl-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #151515;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 5px;
}
.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
  background: #ff4769;
}
/* Select 2 */
.select2-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  margin: 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.select2-container .select2-selection--single {
  display: block;
  height: 50px;
  box-sizing: border-box;
  cursor: url("../images/cur1.cur"), auto;
  user-select: none;
  border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  display: block;
  box-sizing: border-box;
  cursor: url("../images/cur1.cur"), auto;
  user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.select2-container .select2-search--inline {
  align-self: center;
}
.select2-container .select2-search--inline .select2-search__field {
  display: block;
  padding: 0;
  border: none;
  font-size: 14px;
  min-height: 24px;
  box-sizing: border-box;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.has-error .select2-selection__rendered {
  outline: 1px solid #f5543f;
}
.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #e7f5f5;
  color: #22282F;
}
.select2-results {
  display: block;
}
.select2-results__options {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
  user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: url("../images/cur1.cur"), auto;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #e7f5f5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 19px;
  font-size: 14px;
  line-height: 1;
  color: #22282F;
  border-radius: 10px;
  padding-right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: url("../images/cur1.cur"), auto;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #22282F;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 26px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  border-color: #22282F transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: #e7f5f5;
  color: #424e5b;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #22282F transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #e7f5f5;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
  padding: 13px 24px 8px 14px;
  list-style: none;
  box-sizing: border-box;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #22282F;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: url("../images/cur1.cur"), auto;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px;
  cursor: default;
  font-size: 14px;
  background-color: #ff4769;
  color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  cursor: url("../images/cur1.cur"), auto;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #e7f5f5;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
  background-color: #e7f5f5;
  color: #424e5b;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection__rendered {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-search--inline .select2-search__field, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #22282F;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  background-color: #e7f5f5;
  color: #424e5b;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ff4769;
  color: #ffffff;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff4769;
  color: #ffffff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/* @section Bootstrap Modal */
.modal-content {
  border: none;
}
.modal-body {
  padding: 20px;
}
.modal-header {
  padding: 20px;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 30px;
  }
  .modal-header {
    padding: 10px 30px;
  }
}
.btn-close:focus {
  box-shadow: none;
}
@media (min-width: 768px) {
  .modal-body .btn {
    margin-top: 5px;
  }
}
.section-scene {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.scene {
  display: none;
  height: 100%;
  z-index: -1;
}
.scene img {
  width: 100vw;
  height: auto;
}
.layer {
  height: 100%;
}
@media (max-width: 1499px) {
  .desktop .scene {
    display: none;
  }
}
@media (min-width: 1500px) {
  .desktop .scene {
    display: block;
    position: absolute;
    top: 35%;
	  z-index: 200;
  }
}
@media (min-width: 1800px) {
  .desktop .scene {
    display: block;
    position: absolute;
    top: 30%;
	  z-index: 200;
  }
}
/*anim*/
.section-scene * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-scene h1 {
    position: absolute; 
	bottom: 304px;
    left: 50%;
	width: 100%; 
	text-align: center; 
	color: #fff;
	text-shadow: 1px 0px 12px #000000, 0px 10px 5px rgba(0,0,0,0.7), 5px 10px 5px rgba(0,0,0,0.5),  -5px 10px 5px rgba(0,0,0,0.5);
    transform: translate(-50%, -50%);
}
.anim-wrapper{
  overflow: hidden;
  display: block;
}
.anim {
  animation: slideUp 1s forwards;
  display: inline-block;
  transform: translateY(150%);
}

.section-scene h1 .anim-wrapper .anim{
  animation-delay: .85s;
}

@keyframes slideUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0%);
  }
}
.rd-navbar-main .h1 {font-size: 28px; color: #ff4769;}
.phone-mobil {
font-size: 20px;
	text-align: right;
	width: 100%;
}
@media (min-width: 1200px) {
.phone-mobil {
	display: none;
}
}
@media (max-width: 479px) {
.phone-mobil strong {
	display: none;
}
.phone-mobil {
	font-size: 30px;
	margin: 5px 10px;
	width: auto;
}
.intro {
	height: 200px; 
}
.section-scene h1 {
	bottom: 50px;
	font-size: 30px;
}
.intro {
    margin-top: -30px;
}
h2 {
	font-size: 35px;
}
}
.intro {
	background-size: auto 100%; 
	background-repeat: no-repeat; 
	background-position: center;
}

@media (min-width: 480px) and (max-width: 639px) {
.intro {
	height: 320px; 
}
.section-scene h1 {
	bottom: 90px;
	font-size: 40px;
}
h2 {
	font-size: 40px;
}
}
@media (min-width: 640px) and (max-width: 767px) {
.intro {
	height: 400px; 
}
.section-scene h1 {
	bottom: 110px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.intro {
	height: 450px; 
}
.section-scene h1 {
	bottom: 120px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.intro {
	height: 500px; 
}
.section-scene h1 {
	bottom: 140px;
}
}
@media (min-width: 1200px) {
.intro {
	height: 748px;
	margin-top: 100px;
}
}

@media (min-width: 1200px) {
.content {
	margin-top: 170px;
	padding-bottom: 50px;
	min-height: 47vh;
}
}
@media  (max-width: 1199px) {
.bg-gray-100.breadcrumb {
    margin-top: 20px;
}
.content {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

.info {
  border-top: 3px solid #ff4769;
  border-bottom: 3px solid #ff4769;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.info i {
  font-size: 30px;
  color: #59b148;
  font-style: normal;
  float: left;
  width: 44px;
  height: 44px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.info i.fa-envelope {
  font-size: 20px;
}
.info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
}
.info p.h3 {
  padding: 5px 0 0 60px;
  font-size: 22px;
  margin-bottom: 0px;
}
.info .email p {
  padding-top: 5px;
}
.info .social-links {
  padding-left: 60px;
}

.info .social-links a:hover {
  background: #59b148;
  color: #fff;
}
.info .email:hover i, .info .address:hover i, .info .phone:hover i, .info .hours:hover i {
  background: #59b148;
  color: #fff;
}
@media (max-width: 400px) {
.info p {
	font-size: 15px;
}
.info {
  padding: 30px 10px;
}
.info p {
  padding: 0 0 10px 50px;
}
.info p.h3 {
  padding: 5px 0 0 50px;
}
}
/* blog */
.blog-item {
  position: relative;
  margin-bottom: 30px;
	padding: 0px;
  border-top: 3px solid #e5e5e5;
  border-bottom: 3px solid #ff4769;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.blog-item i {
  font-size: 20px;
  color: #59b148;
  font-style: normal;
}
.blog-img {
  position: relative;
}
.blog-img img {
  margin-bottom: 0;
}
.blog-brief {
  padding: 10px;
color: #ababab;
}
.blog-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
	text-align: center;
	height: 50px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   line-height:25px; 
}
.blog-title a {
	color: #000;	
}
.blog-title a:hover {
	color: #59b148;	
}
.blog-meta {
  margin-bottom: 20px;
}
.blog-meta ul {
  padding: 0;
  margin: 0;
}
.blog-meta li {
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
  margin-top: 0;
  line-height: 45px;
}
.blog-meta li:last-child {
  margin-right: 0;
}
.blog-meta li i {
  margin-right: 5px;
}
.blog-btn {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-meta-btn {
  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;
}
.blog-meta-btn .blog-meta {
  margin-bottom: 0;
}
.blog-item .blog-img {
  overflow: hidden;
}
.blog-item .blog-img img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Pagination */

.pagination li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.pagination .page-link {
  height: 50px;
  width: 50px;
  line-height: 35px;
  border: 2px solid #ababab;
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 100%!important;
	color: #000;
}
.page-link:hover {
    background-color: #ededed;
    border-color: #59b148;
}
.page-item.active .page-link {
    background-color: #59b148;
    border-color: #59b148;
    color: #fff;
}
@media (max-width: 767px) {
  .pagination li {
    margin-right: 5px;
    font-size: 14px;
  }
  .pagination .page-link {
    height: 40px;
    width: 40px;
    line-height: 24px;
  }
}