/* ------- START SITE.CSS -------*/
body div,
body p,
body .search-result,
body .description,
.ry-form label,
.ry-table .ry-row .ry-td:first-child .ry-lbl,
.ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt,
#menu_container .mm-listview .mob-menu a,
.mm-panel .mob-menu a,
#ry-sidebar #searchfield input,
#ry-sidebar .ry-link-wrp .ry-link-item a,
#ry-sidebar .ry-contact-table .ry-row .ry-td,
#ry-sidebar .social-wrap .lbl,
body,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
.module-66.style2 .bnr-textbox .ry-section-title span.span-1,
.module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title,
.password--overlay .password--box div .__label,
.module-327 .review-box h6,
.module-327 .review-box a,
.module-327 .pg-sections .pg-copy h3,
.module-327 .pub-copy,
.module-327 .pub-name,
.landing-page .ld-title h2,
.landing-page #landing-hero .ld-header h1,
.landing-page #landing-hero .databox .ld-button,
.landing-page #landing-review .rev-title h4 {
  font-family: 'Jost', sans-serif;
}

body.default h1,
body.default h2,
body.default h3,
body.default h4,
body.default h5,
body.default h6,
.ry-accordion .ry-heading,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
#ry-sidebar .ry-sb-title,
.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title,
#ry-sidebar .ry-sb-cta .ry-cta-wrp p,
.module-44 .ry-flex .ry-each h2,
.module-68 .ry-content .ry-each-box-text,
.module-68 .ry-content .ry-each-box-text span,
.module-69 .ry-each-right .ry-section-title,
.module-70 .ry-each.ry-each-1 .ry-section-title,
.module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title,
.module-24 .ry-each h5,
.ry-instagram .ry-heading,
.module-327 .review-box h2,
.landing-page .ld-title h2 .span-2,
.landing-page #landing-hero .ld-header p {
  font-family: 'Marcellus', serif !important;
}

.ry-indicator .ry-play-btn:before,
.ry-indicator .ry-pause-btn:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.ry-form .input-name .form-group:before,
.ry-form .input-email .form-group:before,
.ry-form .input-phone .form-group:before,
.ry-form .input-message .form-group:before,
.ry-social .social-inner-wrap li a:before,
.ry-accordion .ry-heading:after,
.ry-slider-nav .button-prev:after,
.ry-slider-nav .button-next:after,
.ry-icon:before,
#ry-sidebar .ry-link-wrp .ry-link-item:after,
#ry-sidebar #accordion .ry-link-item.open>a:after,
#ry-sidebar #accordion .ry-link-item ul a:before,
.ry-instagram #instafeed .flex-item .overlay:before {
  font-family: "fontawesome" !important;
}

.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
  font-size: calc(30px + 25 * ((100vw - 320px) / 1280));
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 65px;
}

@media screen and (max-width: 320px) {
  .module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
    text-align: center;
    line-height: normal;
  }
}

#ry-pg-banner .ry-container,
#ry-pg-body .ry-container {
  max-width: 67.70833%;
  margin: 0 auto;
  float: none;
}

@media (min-width: 992px) {

  #ry-pg-banner .ry-container,
  #ry-pg-body .ry-container {
    max-width: 1300px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {

  #ry-pg-banner .ry-container,
  #ry-pg-body .ry-container {
    max-width: 90%;
  }
}

@media (max-width: 991px) {

  #ry-pg-banner .ry-container,
  #ry-pg-body .ry-container {
    max-width: 90%;
  }
}

body.home #ry-main .ry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 65px;
  font-weight: 400;
  padding: 0;
  border: 0;
  text-decoration: none !important;
  font-size: 18px;
}

body.home #ry-main .ry-btn:before {
  content: '';
  position: absolute;
  background: rgba(134, 211, 220, 0.1);
  width: 100%;
  height: 90%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

body.home #ry-main .ry-btn:after {
  content: "\f105";
  font-family: fontawesome;
  color: #ffffff;
  font-size: 19px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-left: 10px;
}

body.home #ry-main .ry-btn:hover {
  color: #fff;
}

body.home #ry-main .ry-btn:hover:before {
  -webkit-animation: overlay 1.6s cubic-bezier(0.694, 0.048, 0.335, 1) forwards;
  animation: overlay 1.6s cubic-bezier(0.694, 0.048, 0.335, 1) forwards;
}

@-webkit-keyframes overlay {
  0% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  50% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
  }

  100% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
  }
}

body .userway.userway_p1 {
  top: 5% !important;
  right: 2.5% !important;
  opacity: 0.5;
}

body .userway.userway_p1.userway_on {
  opacity: 1;
}

@media (max-width: 1600px) {
  body .userway.userway_p1 {
    right: 1% !important;
  }
}

@media (max-width: 991px) {
  body .userway.userway_p1 {
    display: none;
  }
}

.ry-social .social-inner-wrap li:hover {
  -webkit-transform: unset;
  transform: unset;
}

.ry-social .social-inner-wrap li:hover a:before,
.ry-social .social-inner-wrap li:hover a i {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.ry-social .social-inner-wrap li a:before,
.ry-social .social-inner-wrap li a i {
  -webkit-transition: all ease 0.9s;
  transition: all ease 0.9s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.ry-form.ry-form-box {
  background-color: #fff;
  padding: 60px 7% 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ry-form.ry-form-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-31d61482-8c99-49ba-aa86-d48519073e8c/svp_contact_shadow.png);
  background-position: center;
  background-size: 100% 100%;
  opacity: 0.2;
}

.ry-form input[type="text"] {
  border: solid 1px #ddd !important;
  color: #333 !important;
}

.ry-form input[type="text"]::-webkit-input-placeholder {
  color: #cecece !important;
}

.ry-form input[type="text"]:-ms-input-placeholder {
  color: #cecece !important;
}

.ry-form input[type="text"]::-ms-input-placeholder {
  color: #cecece !important;
}

.ry-form input[type="text"]::placeholder {
  color: #cecece !important;
}

.ry-form textarea {
  border: solid 1px #ddd !important;
  color: #333 !important;
}

.ry-form textarea::-webkit-input-placeholder {
  color: #cecece !important;
}

.ry-form textarea:-ms-input-placeholder {
  color: #cecece !important;
}

.ry-form textarea::-ms-input-placeholder {
  color: #cecece !important;
}

.ry-form textarea::placeholder {
  color: #cecece !important;
}

.ry-form div.has-error input {
  border: 1px solid red !important;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
  top: 30px;
}

.ry-menu .ry-nav li.dropdown .dropdown-toggle span {
  display: inline-block;
  margin-left: 5px;
}

.ry-modal img {
  margin-bottom: 30px;
}

#ry-pg-body h1 {
  line-height: 1;
  font-size: calc(28px + 2 * ((100vw - 320px) / 1120));
}

@media screen and (max-width: 320px) {
  #ry-pg-body h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  #ry-pg-body h1 {
    font-size: 30px;
  }
}

#ry-pg-body h2 {
  line-height: 1;
  font-size: calc(28px + 2 * ((100vw - 320px) / 1120));
}

@media screen and (max-width: 320px) {
  #ry-pg-body h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  #ry-pg-body h2 {
    font-size: 30px;
  }
}

#ry-pg-body h3 {
  line-height: 1;
  font-size: calc(25px + 2 * ((100vw - 320px) / 1120));
}

@media screen and (max-width: 320px) {
  #ry-pg-body h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 1440px) {
  #ry-pg-body h3 {
    font-size: 27px;
  }
}

#ry-pg-body h4 {
  line-height: 1;
  font-size: calc(23px + 1 * ((100vw - 320px) / 1120));
}

@media screen and (max-width: 320px) {
  #ry-pg-body h4 {
    font-size: 23px;
  }
}

@media screen and (min-width: 1440px) {
  #ry-pg-body h4 {
    font-size: 24px;
  }
}

#ry-pg-body h5 {
  line-height: 1;
  font-size: calc(20px + 2 * ((100vw - 320px) / 1120));
}

@media screen and (max-width: 320px) {
  #ry-pg-body h5 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  #ry-pg-body h5 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  #ry-pg-body .ry-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#ry-pg-body .ry-left {
  width: 65%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #ry-pg-body .ry-left {
    width: 60%;
  }
}

@media (max-width: 991px) {
  #ry-pg-body .ry-left {
    width: 100%;
  }
}

#ry-pg-body .ry-left ul.html-sitemap-ul {
  list-style: none !important;
  padding-left: 0;
}

#ry-pg-body .ry-left ul.html-sitemap-ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #333333;
  margin-right: 20px;
}

#ry-pg-body .ry-right {
  max-width: 400px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #ry-pg-body .ry-right {
    width: 30%;
  }
}

@media (max-width: 991px) {
  #ry-pg-body .ry-right {
    width: 100%;
    max-width: 350px;
  }
}

#ry-pg-banner .ry-bnr-wrp {
  height: 400px;
  display: none;
}

@media (max-width: 600px) {
  #ry-pg-banner .ry-bnr-wrp {
    height: 300px;
  }
}

#ry-pg-banner .ry-bnr-wrp:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .1;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  #ry-pg-banner .ry-bnr-wrp:before {
    opacity: 0.5;
  }
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
  position: absolute;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

@media (max-width: 500px) {
  #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    font-size: 30px;
  }
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
  font-size: calc(30px + 20 * ((100vw - 992px) / 608));
}

@media screen and (max-width: 992px) {
  #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1600px) {
  #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
    font-size: 25px;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    max-width: 55%;
  }
}

@media (max-width: 991px) {
  #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    color: #fff !important;
  }
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title .ry-container {
  max-width: 1300px;
  width: 90%;
}

#ry-sidebar {
  margin-top: 8px;
}

#ry-sidebar .ry-sb-title {
  padding: 20px 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}

#ry-sidebar #searchfield input[type="text"] {
  border-radius: 10px;
  display: block;
}

#ry-sidebar #searchfield input[type="text"]::-ms-clear {
  display: none;
}

#ry-sidebar #searchfield button:before {
  width: auto;
  height: auto;
}

#ry-sidebar .ry-cta-wrp {
  border-radius: 20px;
  overflow: hidden;
}

#ry-sidebar .ry-link-wrp {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
}

#ry-sidebar .ry-link-wrp .ry-link-item {
  padding: 0;
}

#ry-sidebar .ry-link-wrp .ry-link-item:after {
  display: none;
}

#ry-sidebar .ry-link-wrp .ry-link-item a {
  display: block;
  padding: 20px 30px;
  width: 100%;
}

#ry-sidebar .ry-link-wrp .ry-link-item.active a {
  color: #fff;
}

#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
  color: #fff;
}

#ry-sidebar #accordion .ry-drop-nav {
  padding: 0;
}

#ry-sidebar #accordion .ry-drop-nav.open:before {
  display: none;
}

#ry-sidebar #accordion .ry-drop-nav a {
  display: block;
  padding: 20px 30px;
  width: 100%;
}

#ry-sidebar #accordion .ry-drop-nav ul {
  margin-top: 0;
}

#ry-sidebar #accordion .ry-drop-nav ul li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}

#ry-sidebar .ry-sb-cta .ry-btn {
  display: block;
  max-width: 220px;
  margin: auto;
}

#ry-sidebar .ry-contact-table.top {
  margin-top: 38px;
}

@media (min-width: 992px) {
  #ry-sidebar .ry-contact-table .ry-row.ry-social-wrp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #ry-sidebar .ry-contact-table .ry-row.ry-social-wrp .social-inner-wrap {
    max-width: 250px;
  }
}

#ry-sidebar .ry-contact-table .ry-row .ry-btn {
  font-size: 16px;
  padding: 5px 15px;
}

#ry-sidebar .ry-contact-table .ry-row .ry-btn:hover {
  color: #fff;
}

@media (max-width: 991px) {
  #ry-sidebar .ry-contact-table {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  #ry-sidebar {
    margin-top: 30px;
  }
}

.mobile-container .mobile-nav {
  margin-right: 20px;
}

.mobile-container .flex-wrap .flex-item.left-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobile-container .flex-wrap .mobile_logo img {
  max-width: 80px;
}

/* ---- MODULES ----*/
/*default - meet the team*/
.module-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .module-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.module-1 h1,
.module-1 h2,
.module-1 h3,
.module-1 h4,
.module-1 h5,
.module-1 h6,
.module-1 p {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {

  .module-1 h1,
  .module-1 h2,
  .module-1 h3,
  .module-1 h4,
  .module-1 h5,
  .module-1 h6,
  .module-1 p {
    text-align: center;
  }
}

.module-1 h1,
.module-1 h2,
.module-1 h3,
.module-1 h4,
.module-1 h5,
.module-1 h6 {
  font-size: 26px !important;
}

.module-1 .ry-box-left {
  width: 25%;
}

@media (max-width: 500px) {
  .module-1 .ry-box-left {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .module-1 .ry-box-left img {
    margin-bottom: 20px;
  }
}

.module-1 .ry-box-right {
  width: 70%;
}

@media (max-width: 767px) {
  .module-1 .ry-box-right {
    width: 100%;
  }
}

/* header */
.module-43 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 35px 0 20px;
}

.module-43 .ry-left {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-43 .ry-left img {
  max-width: 220px;
  width: 100%;
}

@media (max-width: 1024px) {
  .module-43 .ry-left img {
    width: 150px;
  }
}

.module-43 .ry-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1000px;
}

.module-43 .ry-right .ry-leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 1000px;
  float: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.module-43 .ry-right .ry-leads .search-bar-widget {
  margin-right: 20px;
  width: 280px;
}

.module-43 .ry-right .ry-leads .search-bar-widget .form-control {
  height: 72px;
  background-color: transparent;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-right: none !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px 28px;
  color: #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.module-43 .ry-right .ry-leads .search-bar-widget .form-control::-webkit-input-placeholder {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  color: #ffffff !important;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  opacity: 1;
}

.module-43 .ry-right .ry-leads .search-bar-widget .form-control:-ms-input-placeholder {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  color: #ffffff !important;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  opacity: 1;
}

.module-43 .ry-right .ry-leads .search-bar-widget .form-control::-ms-input-placeholder {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  color: #ffffff !important;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  opacity: 1;
}

.module-43 .ry-right .ry-leads .search-bar-widget .form-control::placeholder {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  color: #ffffff !important;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  opacity: 1;
}

.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus {
  color: #ffffff;
}

.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder,
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus:-ms-input-placeholder,
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-ms-input-placeholder,
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder {
  opacity: 0.3;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder,
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus:-ms-input-placeholder,
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-ms-input-placeholder,
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::placeholder {
  opacity: 0.3;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.module-43 .ry-right .ry-leads .search-bar-widget .btn-primary {
  height: 72px;
  background-color: transparent !important;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-left: 0 !important;
  position: relative;
  left: 1px;
  padding: 16px 26px !important;
  border-radius: 0 !important;
}

.module-43 .ry-right .ry-leads .search-bar-widget .btn-primary:before,
.module-43 .ry-right .ry-leads .search-bar-widget .btn-primary:after {
  display: none !important;
}

.module-43 .ry-right .ry-leads .search-bar-widget .btn-primary:hover {
  background-color: transparent;
}

@media (max-width: 1160px) {
  .module-43 .ry-right .ry-leads .search-bar-widget {
    width: 220px;
  }

  .module-43 .ry-right .ry-leads .search-bar-widget .form-control {
    padding: 16px 0 16px 15px;
  }
}

.module-43 .ry-right .ry-leads .ry-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 450px;
}

@media (max-width: 1160px) {
  .module-43 .ry-right .ry-leads .ry-contact {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 400px;
  }
}

.module-43 .ry-right .ry-leads .ry-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  width: 225px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.module-43 .ry-right .ry-leads .ry-contact li:hover .contact__overlay {
  -webkit-transform: scale(15);
  transform: scale(15);
}

.module-43 .ry-right .ry-leads .ry-contact li:hover span {
  color: #333333;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__overlay {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 22px;
  left: 20px;
  z-index: -1;
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
  transition: transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
  transition: transform 1.6s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.module-43 .ry-right .ry-leads .ry-contact li span.call_us,
.module-43 .ry-right .ry-leads .ry-contact li a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  font-weight: 600;
  font-size: calc(16px + 0 * ((100vw - 500px) / 1100));
  line-height: 19px !important;
}

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(1) a {
  color: #ffffff;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
}

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(1):hover span {
  color: #ffffff !important;
}

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover span {
  color: #ffffff !important;
}

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .contact__overlay {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) .contact__overlay {
  -webkit-transform: scale(15);
  transform: scale(15);
  left: 25px;
}

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) span.call_us,
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) a {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 137px;
  line-height: 18px !important;
  text-decoration: none;
  text-align: left;
  font-size: calc(16px + 0 * ((100vw - 500px) / 1100));
}

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) fa {
  position: relative;
  left: 1px;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__icon {
  min-width: 45px;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__icon .icon__wrap {
  width: 35px;
  height: 35px;
  display: block;
  /*border: 1px solid rgba(255, 255, 255, 0.3);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__icon .fa {
  color: #ffffff;
  font-size: 13px;
}

@media (max-width: 1160px) {
  .module-43 .ry-right .ry-leads .ry-contact li {
    width: 200px;
  }
}

.module-43 .ry-right .ry-menu {
  width: 100%;
}

.module-43 .ry-right .ry-menu .nav-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 30px;
  max-width: 1024px;
  float: right;
}

.module-43 .ry-right .ry-menu .nav-menu li {
  list-style-type: none;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: calc(16px + 1 * ((100vw - 500px) / 1100));
  padding-bottom: 18px !important;
  display: block;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .module-43 .ry-right .ry-menu .nav-menu li a {
    font-size: 14px;
  }
}

.module-43 .ry-right .ry-menu .nav-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  padding: 0;
  top: 30px;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  margin-top: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
  width: 100% !important;
  padding: 4px 30px !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-transform: uppercase;
  line-height: 24px !important;
  font-size: calc(13px + 1 * ((100vw - 500px) / 1100));
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
  opacity: 0.6;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
  background: transparent;
}

body.default .module-43 {
  position: relative;
}

body.default .module-43.fixed {
  position: fixed;
}

@media (max-width: 1024px) {
  .module-43 {
    padding: 30px 40px 30px 0;
  }
}

.module-43.style2 .ry-right .ry-leads .ry-contact li:nth-child(2) span.call_us {
  color: #fff;
}

.module-43.style2 .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
  background: transparent;
}

/*footer*/
.module-44 {
  padding-top: 40px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.module-44 .ry-footer-top {
  padding-bottom: 80px;
}

@media (min-width: 1366px) {
  .module-44 .ry-container {
    max-width: 1280px;
  }
}

@media (max-width: 1200px) {
  .module-44 .ry-container {
    max-width: 95%;
  }

  .module-44 .ry-container .ry-left {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .module-44 .ry-container .ry-left {
    white-space: normal;
  }
}

.module-44 .ry-footer-logo {
  max-width: 200px;
  margin: 0 auto 0;
}

.module-44 .ry-divisor {
  width: 100%;
  margin: 40px 0;
}

.module-44 .ry-social-icons {
  padding: 0;
  list-style: none;
  max-width: 250px;
  background: #333;
  margin: 0 auto;
  position: relative;
  top: -20px;
  text-align: center;
}

.module-44 .ry-social-icons li {
  display: inline-block;
  margin: 2px;
}

.module-44 .social-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-44 .social-icons .social-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  width: 260px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.module-44 .social-icons .social-inner-wrap li {
  list-style: none;
}

.module-44 .social-icons .social-inner-wrap li .fa {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  list-style: none;
  text-align: center;
}

.module-44 .social-icons .social-inner-wrap li .fa.fa-facebook {
  background: #1f68a0;
}

.module-44 .social-icons .social-inner-wrap li .fa.fa-twitter {
  background: #77ceee;
}

.module-44 .social-icons .social-inner-wrap li .fa.fa-instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.module-44 .social-icons .social-inner-wrap li .fa.fa-yelp {
  background: #ec2626;
}

.module-44 .social-icons .social-inner-wrap li .fa.fa-yelp:before {
  content: "\f167";
}

.module-44 .social-icons .social-inner-wrap li a {
  color: #fff;
}

.module-44 .ry-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.module-44 .ry-flex .ry-each {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0;
}

.module-44 .ry-flex .ry-each h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (min-width: 992px) and (max-width: 1039px) {
  .module-44 .ry-flex .ry-each h2 {
    font-size: 25px;
  }
}

.module-44 .ry-flex .ry-each ul {
  padding: 0;
}

.module-44 .ry-flex .ry-each ul li {
  list-style: none;
}

.module-44 .ry-flex .ry-each a,
.module-44 .ry-flex .ry-each div,
.module-44 .ry-flex .ry-each span {
  font-size: calc(14px + 1 * ((100vw - 500px) / 1100));
  color: #fff;
  font-weight: 300;
  line-height: 32px !important;
  font-family: "Jost", sans-serif;
}

.module-44 .ry-flex .ry-each .span-2 {
  width: 100px;
  display: inline-block;
}

@media (max-width: 992px) {
  .module-44 .ry-flex .ry-each .span-2 {
    width: auto;
    margin-right: 4px;
    display: inline;
  }
}

@media (max-width: 991px) {
  .module-44 .ry-flex .ry-each .span-2 {
    margin-right: 0;
    display: block;
  }
}

.module-44 .ry-footer-copyright {
  font-size: 14px;
  padding: 0 0 30px 0;
  position: relative;
  z-index: 2;
}

.module-44 .ry-footer-copyright .ry-left img,
.module-44 .ry-footer-copyright .ry-right img {
  max-width: 120px;
  margin-left: 7px;
  margin-top: 3px;
  position: relative;
}

.module-44 .ry-footer-copyright .ry-right div {
  text-align: right;
}

.module-44 .ry-footer-copyright .ry-right .powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .module-44 .ry-footer-copyright .ry-right .powered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.module-44 .ry-footer-copyright p,
.module-44 .ry-footer-copyright a {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 300;
  font-size: calc(14px);
}

.module-44 .ry-footer-copyright .ry-container {
  padding: 20px 0;
}

@media (max-width: 991px) {
  .module-44 .ry-footer-copyright p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .module-44 .ry-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-44 .ry-flex .ry-each {
    margin-bottom: 30px;
    text-align: center;
  }

  .module-44 .ry-flex .ry-each h2,
  .module-44 .ry-flex .ry-each div {
    text-align: center;
  }
}

.module-44.style2 .ry-divisor {
  border-top: 2px rgba(255, 255, 255, 0.1) solid;
}

.module-44.style2 .ry-footer-copyright .ry-container {
  border-top: 2px rgba(255, 255, 255, 0.1) solid;
}

.module-44.style2 .ry-flex .ry-each h2 {
  font-family: 'Jost', sans-serif !important;
  text-transform: uppercase;
  font-size: 25px;
}

/* hero */
.module-66 {
  height: 98vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

@media (min-width: 1300px) {
  .module-66 {
    min-height: 800px;
  }
}

@media (max-width: 767px) {
  .module-66 {
    background-position: center;
    background-size: cover;
  }
}

.module-66 .bnr-textbox {
  margin-bottom: 70px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.module-66 .bnr-textbox .ry-section-title {
  text-align: center;
  text-transform: uppercase;
  text-shadow: #333 0px 0px 16px;
  font-size: calc(30px + 35 * ((100vw - 320px) / 1280));
  font-family: 'Marcellus',serif;
}

@media (max-width: 320px) {
  .module-66 .bnr-textbox .ry-section-title {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .module-66 .bnr-textbox .ry-section-title {
    font-size: 65px;
  }
}

.module-66 .ry-arrow__down {
  z-index: 2;
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.module-66 .ry-arrow__down .arrow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9999;
  margin: 0 auto;
  cursor: pointer;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.module-66 .ry-arrow__down .arrow__wrapper .arrow__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  top: 7px;
  left: 0;
  -webkit-transition: 1.2s cubic-bezier(0.24, 1, 0.3, 1);
  transition: 1.2s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.module-66 .ry-arrow__down .arrow__wrapper .fa {
  font-size: 25px;
  color: #000;
  position: relative;
  top: 0;
  z-index: 2;
  -webkit-transition: color 1.2s cubic-bezier(0.24, 1, 0.3, 1) 0.15s;
  transition: color 1.2s cubic-bezier(0.24, 1, 0.3, 1) 0.15s;
}

.module-66 .ry-arrow__down .arrow__wrapper:hover .arrow__inner {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.module-66 .ry-arrow__down .arrow__wrapper:hover .fa {
  color: #fff;
}

.module-66 .carousel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
}

.module-66 .carousel .carousel-inner {
  opacity: 1;
}

.module-66 .carousel .carousel-inner .item {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1300px) {
  .module-66 .carousel .carousel-inner .item {
    min-height: 800px;
  }
}

.module-66 .carousel .carousel-inner .item img {
  display: none;
}

.module-66 .carousel .carousel-control {
  z-index: 9999;
  display: none;
}

.module-66 .ry-el-bg {
  background-size: cover !important;
  background-position: 50% !important;
}

.module-66 .ry-el-bg img {
  display: none;
}

@media (max-width: 992px) {
  .module-66 .item {
    height: 100vh;
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .module-66 .item img {
    display: none;
  }

  .module-66 .carousel {
    /*background: #000;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
  }

  .module-66 .carousel-inner {
    opacity: 0.6;
  }
}

.module-66.style2 .carousel .carousel-inner {
  opacity: 1;
}

.module-66.style2 .carousel .carousel-inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
}

.module-66.style2 .carousel .carousel-control .icon-next,
.module-66.style2 .carousel .carousel-control .icon-prev {
  margin-top: 40px;
}

@media (max-width: 1350px) {
  .module-66.style2 .carousel .carousel-control {
    width: 5%;
  }
}

.module-66.style2 .bnr-textbox {
  bottom: 300px;
  margin-bottom: 0 !important;
}

.module-66.style2 .bnr-textbox .ry-section-title {
  font-family: 'Marcellus', cursive;
  text-transform: capitalize;
  font-size: 185px;
}

.module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
  display: block;
  font-size: 45px;
  text-transform: uppercase;
}

@media (max-width: 375px) {
  .module-66.style2 .bnr-textbox .ry-section-title {
    font-size: 100px;
  }

  .module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .module-66.style2 .bnr-textbox {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1024px) {
  .module-66.style2 .bnr-textbox .ry-section-title {
    font-size: 130px;
  }

  .module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
    font-size: 35px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1123px) {
  .module-66.style2 .bnr-textbox {
    bottom: 305px;
  }

  .module-66.style2 .bnr-textbox .ry-section-title {
    font-size: 160px;
  }
}

/* welcome */
.module-67 {
  padding: 50px 0 150px 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

.module-67 .ry-container {
  max-width: 1280px;
  width: 85%;
  margin: auto;
  float: none;
}

@media (max-width: 1280px) {
  .module-67 .ry-container {
    max-width: 95%;
  }
}

.module-67 .ry-container #about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.module-67 .ry-container #about .ry-section-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 45px;
  text-align: center;
}

.module-67 .ry-container #about p {
  font-size: calc(16px + 1 * ((100vw - 320px) / 1280));
  font-weight: 400;
}

.module-67 .ry-btn-primary {
  max-width: 215px;
  text-align: center;
  margin: auto;
  margin-top: 2em;
}

@media (max-width: 320px) {
  .module-67 h2 {
    font-size: 30px;
  }

  .module-67 h2 .span-1 {
    font-size: 30px;
  }

  .module-67 p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .module-67 h2 .span-1 {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  .module-67 {
    padding: 50px;
  }
}

@media (max-width: 1600px) {
  .module-67 h2 {
    font-size: calc(30px + 15 * ((100vw - 320px) / 1280));
  }

  .module-67 h2 .span-1 {
    font-size: calc(30px + 15 * ((100vw - 320px) / 1280));
  }
}

@media (min-width: 1600px) {
  .module-67 p {
    font-size: 17px;
  }
}

.module-67.style2 .ry-container #about .ry-section-title {
  font-weight: 600;
}

.module-67.style2 .ry-container #about p {
  max-width: 920px;
  margin: auto;
}

/* services */
.module-68 {
  padding: 0;
  position: relative;
  z-index: 2;
}

.module-68 .ry-content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .module-68 .ry-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.module-68 .ry-content .ry-each-box,
.module-68 .ry-content .ry-each-box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-68 .ry-content .ry-each-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.module-68 .ry-content .ry-each-box-image {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.24, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.module-68 .ry-content .ry-each-box-text,
.module-68 .ry-content .ry-each-box-text span {
  position: relative;
  line-height: 33px !important;
  display: block;
  font-size: 26px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .module-68 .ry-content {
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  .module-68 .ry-content {
    font-size: 28px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1300px) {
  .module-68 .ry-content {
    font-size: calc(20px + 4 * ((100vw - 500px) / 1100));
    line-height: 22px !important;
  }
}

.module-68 .ry-content .ry-each-box-text span,
.module-68 .ry-content .ry-each-box-text span span {
  display: block;
}

.module-68 .ry-content .ry-each {
  cursor: pointer;
}

.module-68 .ry-content .ry-each:before {
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-each:before {
    display: none;
  }
}

.module-68 .ry-content .ry-each:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.module-68 .ry-content .ry-each:hover .ry-each-box-image {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.module-68 .ry-content .ry-each:hover .ry-each-box-text {
  opacity: 0.6;
}

.module-68 .ry-content .ry-each .ry-each-box-text {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
  max-width: 190px;
  text-align: left;
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-each .ry-each-box-text {
    width: auto;
    font-size: 24px;
  }
}

@media (max-width: 411px) {
  .module-68 .ry-content .ry-each .ry-each-box-text {
    width: 90px;
    font-size: 20px;
    line-height: 22px !important;
  }
}

.module-68 .ry-content .ry-flex-left {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module-68 .ry-content .ry-flex-left .ry-each {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 20.5vw;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.module-68 .ry-content .ry-flex-left .ry-each .ry-each-box-image {
  background-repeat: none;
  background-position: center;
  background-size: cover;
}

.module-68 .ry-content .ry-flex-left .ry-each.ry-each-1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.module-68 .ry-content .ry-flex-left .ry-each.ry-each-1 .ry-each-box {
  padding: 5%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.module-68 .ry-content .ry-flex-left .ry-each.ry-each-1 .ry-each-box-text {
  position: relative;
  top: -40px;
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-left .ry-each.ry-each-1 .ry-each-box-text {
    top: 0;
  }
}

.module-68 .ry-content .ry-flex-left .ry-each.ry-each-2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.module-68 .ry-content .ry-flex-left .ry-each.ry-each-2 .ry-each-box {
  padding: 5%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.module-68 .ry-content .ry-flex-left .ry-each.ry-each-2 .ry-each-box-text {
  position: relative;
  top: 40px;
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-left .ry-each.ry-each-2 .ry-each-box-text {
    top: 0;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-left .ry-each {
    height: 30.5vw;
  }
}

@media (max-width: 767px) {
  .module-68 .ry-content .ry-flex-left .ry-each {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 40.5vw;
  }
}

.module-68 .ry-content .ry-flex-right {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.module-68 .ry-content .ry-flex-right .ry-each {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
  height: 41vw;
}

.module-68 .ry-content .ry-flex-right .ry-each .ry-each-box-image {
  background-repeat: none;
  background-position: center;
  background-size: cover;
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 {
  height: 41vw;
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 .ry-each-box-text {
  margin-left: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 .ry-each-box-text {
    top: 0;
    text-align: left;
  }
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 .ry-each-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10%;
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 .ry-each-box {
    padding: 5%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 {
    height: 30.5vw;
  }
}

@media (max-width: 767px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 {
    height: 40.5vw;
  }
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 {
  height: 20.5vw;
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 .ry-each-box {
  padding: 10%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 .ry-each-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5%;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 {
    height: 30.5vw;
  }
}

@media (max-width: 767px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 {
    height: 40.5vw;
  }
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 {
  height: 20.5vw;
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box {
  padding: 10%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text {
  position: relative;
  top: 0;
}

.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text .ry-each-box-text span {
  display: inline-block;
}

@media (max-width: 1200px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text .ry-each-box-text span {
    display: block;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text {
    top: 0;
  }
}

@media (max-width: 767px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text {
    top: 0;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box {
    padding: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 {
    height: 30.5vw;
  }
}

@media (max-width: 767px) {
  .module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 {
    height: 40.5vw;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-each {
    height: 30.5vw;
  }
}

@media (max-width: 767px) {
  .module-68 .ry-content .ry-flex-right .ry-each {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 40.5vw;
  }
}

.module-68 .ry-content .ry-flex-right .ry-flex-divisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0;
}

@media (max-width: 1024px) {
  .module-68 .ry-content .ry-flex-right .ry-flex-divisor {
    display: block;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right .ry-flex-divisor {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 991px) {
  .module-68 .ry-content .ry-flex-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .module-68 .ry-content .ry-flex-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .module-68 .ry-content .ry-flex-divisor .ry-each-2 .ry-each-box .ry-each-box-text {
    max-width: 90px;
  }
}

.module-68.style2 .ry-content .ry-each .ry-each-box-text {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  width: 90%;
  max-width: 390px;
  text-align: center;
  border-radius: 10px;
  font-family: 'Jost', sans-serif !important;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 500;
  top: auto !important;
  bottom: 40px !important;
  left: auto;
  position: absolute !important;
}

.module-68.style2 .ry-content .ry-each .ry-each-box-text a {
  text-transform: uppercase;
}

.module-68.style2 .ry-content .ry-flex-right .ry-each-box-text {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .module-68.style2 .ry-content .ry-flex-right .ry-each-box-text {
    left: auto !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.module-68.style2 .ry-content .ry-flex-divisor .ry-each-2 .ry-each-box .ry-each-box-text {
  max-width: 100%;
}

/* team */
.module-69 {
  padding: 200px 0 0;
  overflow: hidden;
}

.module-69 .bg-image {
  position: absolute;
  width: 57%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.module-69 .ry-container {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.module-69 .ry-each {
  padding: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}

.module-69 .ry-each-left {
  position: relative;
  text-align: right;
  z-index: 2;
  margin-top: -80px;
}

.module-69 .ry-each-left .ry-section-title-wrapper {
  display: none;
}

.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
  font-weight: 400;
  text-align: center;
}

.module-69 .ry-each-left .person__wp {
  max-width: 400px;
  display: block;
  margin-right: -80px;
  float: right;
  position: relative;
  top: 0;
}

.module-69 .ry-each-right {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
}

.module-69 .ry-each-right:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 0;
}

.module-69 .ry-each-right div {
  z-index: 1;
  position: relative;
}

.module-69 .ry-each-right .ry-section-title {
  font-size: calc(30px + 15 * ((100vw - 500px) / 1100));
  margin-bottom: 30px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .module-69 .ry-each-right .ry-section-title {
    display: none;
  }
}

.module-69 .ry-each-right p {
  font-family: "Jost", sans-serif;
  font-size: calc(16px + 1 * ((100vw - 320px) / 1280));
  font-weight: 400;
}

.module-69 .ry-each-right .ry-btn-primary {
  width: 215px;
  text-align: center;
  margin: unset;
  margin-top: 0;
}

.module-69 .ry-each-right .btn-content {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 450px;
}

@media (min-width: 992px) {
  .module-69 .ry-each-right .ry-btn-light {
    margin-left: 15px;
  }
}

@media (max-width: 1365px) {
  .module-69 .ry-each-right .text-content {
    padding-left: 80px;
    padding-right: 50px;
  }
}

@media (min-width: 1366px) {
  .module-69 .ry-each-right {
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .module-69 .ry-each-right {
    width: 85%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 50px;
  }

  .module-69 .ry-each-right .btn-content {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-69 .ry-each-right .btn-content .ry-btn-primary {
    margin-bottom: 10px;
  }

  .module-69 .ry-each-right .text-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .module-69 .ry-each-right .text-content p {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .module-69 .ry-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .module-69 .ry-container .ry-each-left .person__wp {
    float: none;
    margin: auto;
  }

  .module-69 .bg-image {
    width: 100%;
  }

  .module-69 .ry-each-left .ry-section-title-wrapper {
    display: block;
  }

  .module-69 .ry-each-right .text-content {
    padding: 50px;
  }

  .module-69 .ry-each-right .ry-section-title {
    display: none;
  }
}

.module-69.style2 {
  padding: 200px 0;
}

.module-69.style2 .ry-container {
  z-index: 2;
  background-color: #fff;
  max-width: 1110px;
  width: 90%;
  padding: 100px 0;
}

.module-69.style2 .ry-each-left {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.module-69.style2 .ry-each-left img {
  max-width: 300px;
}

.module-69.style2 .ry-each-left .ry-section-title {
  display: none;
  font-family: 'Jost', sans-serif !important;
  font-weight: 500;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .module-69.style2 .ry-each-left .ry-section-title {
    text-align: center;
  }
}

.module-69.style2 .ry-each-right {
  padding-left: 0;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  height: auto;
}

.module-69.style2 .ry-each-right .text-content {
  max-width: 90%;
}

@media (max-width: 1365px) {
  .module-69.style2 .ry-each-right .text-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.module-69.style2 .ry-each-right .ry-section-title {
  font-family: 'Jost', sans-serif !important;
  font-weight: 500;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .module-69.style2 .ry-each-right .ry-section-title {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .module-69.style2 .ry-each-right .ry-btn-light {
    margin-left: 15px;
  }
}

.module-69.style2:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.module-69.style2 .bg-image {
  width: 100%;
}

@media (max-width: 1199px) {
  .module-69.style2 {
    padding: 50px 0;
  }

  .module-69.style2 .hidden-lg {
    display: none !important;
  }

  .module-69.style2 .ry-container {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .module-69.style2 .ry-container .ry-each-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-69.style2 .ry-container .ry-each-left .ry-section-title {
    display: block !important;
  }

  .module-69.style2 .ry-container .ry-each-right {
    padding: 0;
  }

  .module-69.style2 .ry-container .ry-each-right .text-content {
    margin-top: 50px;
    padding: 0;
    max-width: 100% !important;
  }

  .module-69.style2 .ry-container .ry-each-right .ry-section-title {
    display: none !important;
  }
}

/* map */
.module-70 {
  padding: 0;
  z-index: 2;
}

.module-70 .ry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.module-70 .ry-each {
  border: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  padding: 0;
  height: 38vw;
}

.module-70 .ry-each .map-widget iframe {
  height: 38vw;
}

@media (min-width: 1200px) {
  .module-70 .ry-each .map-widget iframe {
    height: 100%;
    position: absolute;
  }
}

.module-70 .ry-each.ry-each-1 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-70 .ry-each.ry-each-1 .ry-content-wrap {
  width: 70%;
}

.module-70 .ry-each.ry-each-1 .ry-section-title {
  font-size: calc(30px + 15 * ((100vw - 500px) / 1100));
  margin-bottom: 30px;
  line-height: 62px;
}

.module-70 .ry-each.ry-each-1 p,
.module-70 .ry-each.ry-each-1 div {
  font-family: "Jost", sans-serif;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
  font-weight: 400;
  color: #fff;
}

.module-70 .ry-each.ry-each-1 p {
  max-width: 600px;
}

@media (max-width: 1400px) {
  .module-70 .ry-each.ry-each-1 .ry-content-wrap {
    width: 85%;
  }
}

@media (max-width: 500px) {
  .module-70 .ry-each.ry-each-1 h2 {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .module-70 .ry-each.ry-each-1 h2 {
    font-size: 45px;
  }

  .module-70 .ry-each.ry-each-1 p,
  .module-70 .ry-each.ry-each-1 div {
    font-size: 18px;
  }
}

@media (max-width: 320px) {

  .module-70 .ry-each.ry-each-1 p,
  .module-70 .ry-each.ry-each-1 div {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .module-70 .ry-each.ry-each-1 {
    padding: 40px 0;
  }
}

.module-70 .ry-each.ry-each-2 {
  overflow: hidden;
}

.module-70 .ry-each.ry-each-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
  transition: transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
  transition: transform 1.6s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.module-70 .ry-each.ry-each-2:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.module-70 .ry-each.ry-each-3 {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .module-70 .ry-each.ry-each-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width: 1200px) {
  .module-70 .ry-each.ry-each-3 {
    height: auto;
  }
}

.module-70 .ry-each.ry-each-4 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .module-70 .ry-each.ry-each-4 {
    padding: 50px 0;
    height: auto;
  }
}

.module-70 .ry-each.ry-each-4 p {
  font-family: "Jost", sans-serif;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
  font-weight: 400;
  color: #333;
  max-width: 600px;
  margin-bottom: 20px;
}

.module-70 .ry-each.ry-each-4 .cmsForm {
  width: 70%;
}

.module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title {
  font-size: calc(30px + 15 * ((100vw - 500px) / 1100));
  margin-bottom: 30px;
  line-height: 50px;
  text-align: left;
}

@media screen and (min-width: 992px) and (max-width: 1082px) {
  .module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title {
    text-align: center;
  }
}

.module-70 .ry-each.ry-each-4 .cmsForm .__name,
.module-70 .ry-each.ry-each-4 .cmsForm .__email,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone,
.module-70 .ry-each.ry-each-4 .cmsForm .__message {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.module-70 .ry-each.ry-each-4 .cmsForm .__name:hover:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__email:hover:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone:hover:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__message:hover:before {
  -webkit-transform: rotate(20deg) translateY(-6px);
  transform: rotate(20deg) translateY(-6px);
}

.module-70 .ry-each.ry-each-4 .cmsForm .__name:hover:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__email:hover:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone:hover:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__message:hover:after {
  -webkit-transform: rotatex(75deg) scale(1.5);
  transform: rotatex(75deg) scale(1.5);
  opacity: 0;
}

.module-70 .ry-each.ry-each-4 .cmsForm .__name:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__email:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__message:before {
  content: '\f015';
  font-family: fontawesome;
  position: absolute;
  z-index: 999;
  top: 18px;
  left: 37px;
  color: #333;
  opacity: 0.5;
  font-size: 18px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.24, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
}

.module-70 .ry-each.ry-each-4 .cmsForm .__name:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__email:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__message:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0.24, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transform: rotatex(75deg) scale(1);
  transform: rotatex(75deg) scale(1);
  position: absolute;
  background: #eff0f1;
  top: 33px;
  left: 38px;
  opacity: 0.6;
}

.module-70 .ry-each.ry-each-4 .cmsForm .__name:before {
  content: '\f2c0';
  font-size: 18px;
}

.module-70 .ry-each.ry-each-4 .cmsForm .__message:before {
  content: '\f040';
  font-size: 18px;
}

.module-70 .ry-each.ry-each-4 .cmsForm .split__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__email {
  padding-right: 5px;
}

.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__email:before {
  content: '\f003';
  font-size: 16px;
}

.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__phone {
  padding-left: 5px;
}

.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__phone:before {
  content: '\f095';
  font-size: 18px;
}

@media (max-width: 767px) {
  .module-70 .ry-each.ry-each-4 .cmsForm .split__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-70 .ry-each.ry-each-4 .cmsForm .split__box .__email {
    padding-right: 0;
  }

  .module-70 .ry-each.ry-each-4 .cmsForm .split__box .__phone {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .module-70 .ry-each.ry-each-4 .cmsForm .split__box h2 {
    text-align: center;
  }
}

.module-70 .ry-each.ry-each-4 .cmsForm .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eff0f1;
  height: 55px;
  border-radius: 0;
  padding: 0 60px;
  font-size: calc(15px + 1 * ((100vw - 500px) / 1100));
}

.module-70 .ry-each.ry-each-4 .cmsForm textarea {
  padding-top: 15px !important;
  height: 150px !important;
}

.module-70 .ry-each.ry-each-4 .cmsForm .btn-primary {
  padding: 16px 30px;
}

.module-70 .ry-each.ry-each-4 .cmsForm .alert {
  padding: 14px 20px;
  border-color: green;
}

.module-70 .ry-each.ry-each-4 .cmsForm .alert.alert-danger {
  border-color: #dcaaa9;
}

.module-70 .ry-each.ry-each-4 .cmsForm .has-error {
  border: 1px solid #dcaaa9;
}

.module-70 .ry-each.ry-each-4 .cmsForm .ry-btn-primary {
  width: 180px;
}

.module-70 .ry-each.ry-each-4 .cmsForm div {
  padding: 0;
}

@media (max-width: 1400px) {
  .module-70 .ry-each.ry-each-4 .cmsForm {
    width: 85%;
  }
}

@media (max-width: 991px) {
  .module-70 .ry-each.ry-each-4 .cmsForm {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .module-70 .ry-each.ry-each-4 .cmsForm .form-control {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  .module-70 .ry-each.ry-each-4 .cmsForm .form-control {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .module-70 .ry-each.ry-each-4 p {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .module-70 .ry-each.ry-each-4 p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .module-70 .ry-each.ry-each-4 {
    max-width: 100%;
    text-align: center;
    height: auto !important;
    padding: 40px 0;
  }

  .module-70 .ry-each.ry-each-4 p {
    max-width: 100%;
    text-align: center;
  }

  .module-70 .ry-each.ry-each-4 .ry-btn-primary {
    margin: auto;
  }
}

.module-70 .ry-each.ry-el-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .module-70 .ry-each {
    height: 45vw;
  }
}

@media (max-width: 1300px) {
  .module-70 .ry-each {
    height: 50vw;
  }
}

@media (max-width: 1200px) {
  .module-70 .ry-each {
    height: 65vw;
  }
}

@media (max-width: 1199px) {
  .module-70 .ry-each {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto;
  }

  .module-70 .ry-each p {
    max-width: 100% !important;
    text-align: center;
  }

  .module-70 .ry-each .ry-section-title {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .module-70 .ry-each.ry-each-2 {
    height: 500px;
    background-position: center;
  }

  .module-70 .ry-each.ry-each-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .module-70 .ry-each.ry-each-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.module-70.style2 .ry-each.ry-each-1 .ry-section-title {
  text-transform: uppercase;
  font-family: 'Jost', sans-serif !important;
  font-weight: 500;
  font-size: calc(35px + 5 * ((100vw - 1600px) / 270));
  line-height: 44px;
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .module-70.style2 .ry-each.ry-each-1 .ry-section-title {
    font-size: 35px;
  }
}

@media screen and (min-width: 1870px) {
  .module-70.style2 .ry-each.ry-each-1 .ry-section-title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .module-70.style2 .ry-each.ry-each-1 .ry-section-title {
    text-align: center;
  }
}

.module-70.style2 .ry-each.ry-each-1 p {
  color: #000;
}

.module-70.style2 .ry-each.ry-each-3 {
  height: 38vw;
}

.module-70.style2 .ry-each.ry-each-3 .map-widget,
.module-70.style2 .ry-each.ry-each-3 .map-widget iframe {
  height: 100%;
}

@media (max-width: 1199px) {
  .module-70.style2 .ry-each.ry-each-3 {
    height: auto;
  }
}

@media (max-width: 1600px) {
  .module-70.style2 .ry-each.ry-each-3 {
    height: 50vw;
  }
}

.module-70.style2 .ry-each.ry-each-4 {
  background: #f2f2f2;
  height: 38vw;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title {
  font-family: 'Jost', sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: calc(32px + 8 * ((100vw - 1600px) / 270));
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 1870px) {
  .module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title {
    text-align: center;
  }
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"] {
  border: solid 1px #ddd !important;
  color: #333 !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"]::-webkit-input-placeholder {
  color: #cecece !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"]:-ms-input-placeholder {
  color: #cecece !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"]::-ms-input-placeholder {
  color: #cecece !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"]::placeholder {
  color: #cecece !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea {
  border: solid 1px #ddd !important;
  color: #333 !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea::-webkit-input-placeholder {
  color: #cecece !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea:-ms-input-placeholder {
  color: #cecece !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea::-ms-input-placeholder {
  color: #cecece !important;
}

.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea::placeholder {
  color: #cecece !important;
}

@media (max-width: 1199px) {
  .module-70.style2 .ry-each.ry-each-4 {
    height: auto;
  }
}

@media (max-width: 1600px) {
  .module-70.style2 .ry-each.ry-each-4 {
    height: 50vw;
  }
}

@media (max-width: 991px) {
  .module-70.style2 .ry-each.ry-each-4 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .module-70.style2 .ry-each {
    height: 50vw !important;
  }
}

@media (max-width: 1199px) {
  .module-70.style2 .ry-each.ry-each-1 {
    padding: 80px 0;
  }
}

/*default - testimonials 1*/
.module-24 .ry-each {
  padding: 40px 0px;
  border-bottom: 1px solid #dbe1e6;
}

.module-24 .ry-each:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .module-24 .ry-each {
    padding: 20px;
  }
}

.module-24 .ry-each h5 {
  font-size: calc(20px + 0 * ((100vw - 500px) / 940));
  margin-bottom: 0 !important;
  line-height: normal;
}

@media screen and (max-width: 500px) {
  .module-24 .ry-each h5 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .module-24 .ry-each h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .module-24 .ry-each p {
    text-align: center;
  }
}

/*default - service style 1*/
.module-23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .module-23 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.module-23 .ry-each {
  width: calc((100% / 3) - 10px);
  border: 1px solid #c6cfd6;
  padding: 50px 25px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .module-23 .ry-each {
    width: calc((100% / 2) - 10px);
  }
}

@media (max-width: 767px) {
  .module-23 .ry-each {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .module-23 .ry-each {
    width: calc((100% / 2) - 10px);
  }
}

.module-23:after {
  content: "";
  width: calc((100% / 3) - 10px);
}

@media (max-width: 991px) {
  .module-23:after {
    width: calc((100% / 2) - 10px);
  }
}

@media (max-width: 767px) {
  .module-23:after {
    width: 100%;
    max-width: 500px;
  }
}

.module-23 .ry-icon-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-23 .ry-icon-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto 50px;
}

.module-23 .ry-el-bg {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.module-23 h1,
.module-23 h2,
.module-23 h3,
.module-23 h4,
.module-23 h5,
.module-23 h6 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.module-23 p {
  font-size: 17px;
}

/* payment options */
.module-311 .ry-payment-options-logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}

.module-311 .ry-payment-options-logos .ry-each {
  width: 33.33%;
  padding: 30px;
  border: 1px #ccc solid;
  text-align: center;
  margin-left: -1px;
  margin-bottom: -1px;
}

@media (max-width: 991px) {
  .module-311 .ry-payment-options-logos .ry-each {
    width: 50%;
  }
}

.module-311 .ry-payment-options-logos .ry-each img {
  width: 90%;
  max-width: 128px;
  display: inline;
}

/*online forms*/
.module-7 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .module-7 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.module-7 ul li {
  width: 50%;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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;
}

@media (max-width: 767px) {
  .module-7 ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .module-7 ul li:nth-child(odd) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.module-7 ul li:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .module-7 ul li:nth-child(even) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.module-7 ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.module-7 ul li p:before {
  content: "\f0f6";
  font-family: fontAwesome;
  font-size: 16px;
  margin-right: 20px;
}

/*contact style 2 */
.module-314 {
  max-width: 900px !important;
}

@media (max-width: 991px) {
  .module-314 {
    padding: 0 30px;
  }
}

.module-314 .ry-left {
  width: 100% !important;
}

.module-314 .ry-left h2,
.module-314 .ry-left p,
.module-314 .ry-left span,
.module-314 .ry-left strong {
  text-align: center;
}

.module-314 .ry-social {
  width: 100%;
}

.module-314 .ry-social .social-inner-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-314 .ry-social .social-inner-wrap li {
  width: 40px;
  height: 40px;
}

.module-314 .ry-social .social-inner-wrap li a {
  font-size: 15px;
}

/*Password protected Page*/
.password--overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2147483648;
}

.password--overlay .password--box {
  width: 350px;
  height: auto;
  background-color: #fff;
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.password--overlay .password--box .box--lock {
  margin-right: 20px;
}

.password--overlay .password--box .box--lock i {
  width: 33px !important;
  height: 33px;
  max-width: 35px;
  background-color: #45576c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  float: left;
  font-size: 11px;
}

.password--overlay .password--box div {
  padding: 0;
  display: inline-block;
  float: left;
}

.password--overlay .password--box div .__label {
  font-weight: 600;
  color: #000;
}

.password--overlay .password--box div .form-control {
  width: 230px;
  display: block;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  padding: 0;
  height: 25px;
}

/*Instafeed*/
.ry-instagram {
  margin: 100px 0;
}

.ry-instagram .ry-heading {
  font-size: calc(40px + 12 * ((100vw - 320px) / 1280));
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .ry-instagram .ry-heading {
    font-size: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .ry-instagram .ry-heading {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .ry-instagram .ry-heading {
    text-align: center;
    line-height: normal;
  }
}

.ry-instagram #instafeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ry-instagram #instafeed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ry-instagram #instafeed:after {
  content: "";
  width: calc((100% / 4) - 20px);
  margin-bottom: 20px;
}

.ry-instagram #instafeed .ry-el-bg {
  height: 300px;
  background-position: 50%;
  background-size: cover;
}

@media (max-width: 1199px) {
  .ry-instagram #instafeed .ry-el-bg {
    height: 250px;
  }
}

.ry-instagram #instafeed .flex-item {
  width: calc((100% / 4) - 20px);
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 1199px) {
  .ry-instagram #instafeed .flex-item {
    width: calc((100% / 3) - 20px);
  }
}

@media (max-width: 991px) {
  .ry-instagram #instafeed .flex-item {
    width: calc((100% / 2) - 20px);
  }
}

@media (max-width: 767px) {
  .ry-instagram #instafeed .flex-item {
    width: 60%;
  }
}

@media (max-width: 500px) {
  .ry-instagram #instafeed .flex-item {
    width: 100%;
  }
}

.ry-instagram #instafeed .flex-item:hover .overlay {
  opacity: 1;
}

.ry-instagram #instafeed .flex-item .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.ry-instagram #instafeed .flex-item .overlay:before {
  content: "\f0c1";
  font-size: 30px;
}

.ry-instagram #instafeed .ry-desc {
  display: none;
}

.ry-instagram .ry-btn-container {
  text-align: center;
}

/*404 page*/
.module-326 {
  background-size: cover;
  background-position: 50%;
  height: 100vh;
}

.module-326 .ry-title-wrap {
  margin-bottom: 30px;
}

.module-326 .ry-text-wrap {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

.module-326 .ry-text-wrap .ry-heading {
  text-align: center;
  font-size: calc(70px + 80 * ((100vw - 700px) / 740));
  line-height: 1;
}

@media screen and (max-width: 700px) {
  .module-326 .ry-text-wrap .ry-heading {
    font-size: 70px;
  }
}

@media screen and (min-width: 1440px) {
  .module-326 .ry-text-wrap .ry-heading {
    font-size: 150px;
  }
}

.module-326 .ry-text-wrap h2 {
  text-align: center;
  font-size: calc(25px + 10 * ((100vw - 700px) / 740));
}

@media screen and (max-width: 700px) {
  .module-326 .ry-text-wrap h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .module-326 .ry-text-wrap h2 {
    font-size: 35px;
  }
}

.module-326 .ry-btn-container {
  text-align: center;
}

.module-326 .ry-btn-container a:hover {
  color: #fff;
}

/*reputation builder*/
.module-327 {
  /* Reviews and Ratings */
  /* Modal */
  /* RETINA  READY */
  /* Media Query */
  /* PRE LAUNCH */
  /*Review_key*/
}

.module-327 .ry-btn {
  cursor: pointer;
  margin-top: 20px;
}

.module-327 .ry-btn span {
  margin-left: 5px;
}

.module-327 input::-webkit-input-placeholder {
  font-size: 14px;
}

.module-327 input:-ms-input-placeholder {
  font-size: 14px;
}

.module-327 input::-ms-input-placeholder {
  font-size: 14px;
}

.module-327 input::placeholder {
  font-size: 14px;
}

.module-327 textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.module-327 textarea:-ms-input-placeholder {
  font-size: 14px;
}

.module-327 textarea::-ms-input-placeholder {
  font-size: 14px;
}

.module-327 textarea::placeholder {
  font-size: 14px;
}

.module-327 .review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fdfbfb;
  padding: 0px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .module-327 .review-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.module-327 .review-box>div:nth-child(2) {
  padding: 50px 50px;
  background: #fdfbfb;
}

@media (max-width: 1199px) {
  .module-327 .review-box>div:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .module-327 .review-box>div:nth-child(2) {
    padding: 50px 25px 25px;
  }
}

.module-327 .review-box h1 {
  text-transform: none;
}

.module-327 .review-box h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: none;
  padding: 0px;
  margin: 20px 0px 0px;
}

.module-327 .review-box .disclaimer p {
  font-size: 14px;
  text-align: justify;
}

.module-327 .review-box .disclaimer p a {
  font-size: 14px;
  text-align: left;
}

.module-327 .review-box h6,
.module-327 .review-box a {
  font-size: 14px;
  text-align: left;
}

.module-327 .review-box .rate-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .module-327 .review-box .rate-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.module-327 .review-box .star-wrap {
  width: auto;
}

.module-327 .review-box .review-image {
  display: block;
  background-size: cover;
  background-position: 50%;
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .module-327 .review-box .review-image {
    width: 100%;
    max-height: 500px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.module-327 .review-box .review-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}

.module-327 .jq-ry-container {
  margin: 10px;
}

@media (max-width: 1199px) {
  .module-327 .jq-ry-container {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .module-327 .jq-ry-container {
    padding-left: 0;
  }
}

.module-327 #review-thank-you {
  display: none;
}

.module-327 #review-thank-you h1 {
  text-transform: none;
}

.module-327 #review-publish-extra {
  display: none;
}

.module-327 #review-publish-extra h1 {
  line-height: normal;
  text-transform: none;
}

.module-327 #review-publish-extra h3 {
  font-size: calc(20px + 2 * ((100vw - 500px) / 940));
}

@media screen and (max-width: 500px) {
  .module-327 #review-publish-extra h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .module-327 #review-publish-extra h3 {
    font-size: 22px;
  }
}

.module-327 .pg-copy ul {
  padding: 0;
}

.module-327 .pg-bnr-flex img,
.module-327 .pg-bnr-flex div {
  display: inline-block;
  width: auto;
  margin: 0 10px 10px 0;
}

.module-327 .pg-bnr-flex img {
  max-width: 320px;
  margin-right: 20px;
  position: relative;
  top: -5px;
}

.module-327 .pg-bnr-flex {
  margin-bottom: -10px;
  margin-top: 10px;
}

.module-327 .pg-sections .pg-copy h3 {
  font-size: 35px/45px;
  font-weight: 300;
  max-width: 570px;
  float: none;
  margin: 0 auto 2em !important;
}

.module-327 .rating-copy.pg-copy h3 {
  text-align: left;
  max-width: 100%;
  margin: 0 0 30px !important;
  font-weight: 400;
  font-size: calc(16px + 4 * ((100vw - 500px) / 940));
  letter-spacing: -.02em;
}

@media screen and (max-width: 500px) {
  .module-327 .rating-copy.pg-copy h3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .module-327 .rating-copy.pg-copy h3 {
    font-size: 20px;
  }
}

.module-327 .publish-social img {
  max-width: 150px;
}

.module-327 #pub-ylp img.img-responsive {
  max-width: 125px;
  margin-bottom: 10px;
}

.module-327 .publish-social {
  padding: 0 40px 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.module-327 .publish-contents {
  padding: 10px 40px 0 !important;
}

.module-327 .pub-stars .star-icons {
  padding: 0;
}

.module-327 .pub-stars li.star-icons:before {
  font-size: 22px;
}

.module-327 .publish-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 60px !important;
  -webkit-transform: scale(0.9) translatex(-5%);
  transform: scale(0.9) translatex(-5%);
}

.module-327 .pub-copy {
  font-weight: 400;
  font-size: 15/21px;
  text-align: justify;
  color: black;
  margin-bottom: 20px;
}

.module-327 .publish-body {
  margin-top: 10px;
}

.module-327 .pub-name {
  font-weight: 600;
  font-size: calc(16px + 4 * ((100vw - 500px) / 940));
  letter-spacing: .02em;
  color: black;
}

@media screen and (max-width: 500px) {
  .module-327 .pub-name {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .module-327 .pub-name {
    font-size: 20px;
  }
}

.module-327 .publish-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module-327 .pub-stars .star-box {
  margin: 10px 0 0;
}

.module-327 .rating-copy.pg-copy p {
  font: 400 20px/30px Poppins, sans-serif !important;
}

.module-327 .publish-wrap {
  margin-top: 20px;
}

.module-327 .modal-show {
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999999;
}

.module-327 .dimmer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.module-327 .modal-content-box {
  z-index: 1;
  background: white;
  max-width: 1200px;
  padding: 100px;
  height: auto;
  border: 1px solid #fff;
}

.module-327 .modal-content-box h3 {
  text-align: left;
  max-width: 100%;
  margin: 0 0 30px !important;
  font: 700 40px/45px Poppins, sans-serif;
  letter-spacing: -.02em;
  color: #555;
}

.module-327 .modal-content-box h4 {
  font: 400 20px/30px Poppins, sans-serif !important;
  margin-bottom: 40px !important;
}

.module-327 .ry-btn:hover {
  background: #000;
  color: #fff;
}

.module-327 .close-modal {
  position: absolute;
  top: 20px;
  right: 40px;
  -webkit-transform: scale(2);
  transform: scale(2);
  cursor: pointer;
  color: #fefcfc;
  font-size: 10px;
}

.module-327 .close-modal span {
  color: #333333;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .module-327 div.star-counter p {
    font: 300 24px/30px Poppins, sans-serif !important;
  }

  .module-327 .pub-copy {
    font: 300 15px/21px Poppins, sans-serif;
  }

  .module-327 .rating-copy.pg-copy p {
    font: 300 20px/30px Poppins, sans-serif !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .module-327 div#ratingsHero {
    background: url(https://www.royacdn.com/unsafe/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/get_reviews/review_bnr_laptop.jpg) 100% 100%;
  }

  .module-327 div.pg-copy p {
    font: 300 14px/26px Poppins, sans-serif !important;
  }

  .module-327 .publish-contents {
    padding: 10px 20px 0 !important;
  }

  .module-327 .publish-social {
    padding: 0 15px 0px !important;
  }

  .module-327 #pub-ylp img.img-responsive {
    position: relative;
    left: -15px;
  }

  .module-327 .databox textarea::-webkit-input-placeholder {
    text-indent: 60px !important;
  }

  .module-327 .databox textarea::-moz-placeholder {
    text-indent: 60px;
  }

  .module-327 .databox textarea:-ms-input-placeholder {
    text-indent: 60px;
  }

  .module-327 .databox textarea:-moz-placeholder {
    text-indent: 60px;
  }

  .module-327 .rated-stars li.star-icons:before {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .module-327 div#ratingsHero {
    background: url(https://www.royacdn.com/unsafe/Site-2ac7da87-1c9c-494e-93ac-7b7504f1927b/homepage/spinal.jpg) 100% 100%;
  }

  .module-327 .pg-photo img {
    max-width: 450px;
    float: none;
    margin: 0 auto;
  }

  .module-327 .pg-sections .pg-copy h3 {
    font: 300 25px/32px Poppins, sans-serif;
  }

  .module-327 #default a.phone__icon {
    -webkit-transform: scale(3);
    transform: scale(3);
    color: #343434;
  }

  .module-327 div#ratings-sec1 {
    padding: 50px 0;
  }

  .module-327 div#ratings-sec2 {
    padding: 50px 0;
  }

  .module-327 .publish-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 20px 0 auto;
  }

  .module-327 .publish-wrap {
    max-width: 600px;
    float: none;
    margin: 20px auto;
  }

  .module-327 .rating-copy.pg-copy p {
    font: 400 16px/24px Poppins, sans-serif !important;
  }

  .module-327 .publish-social {
    padding: 0 10px !important;
  }

  .module-327 .publish-contents {
    padding: 10px 20px 0 !important;
  }

  .module-327 .databox textarea::-webkit-input-placeholder {
    text-indent: 60px !important;
  }

  .module-327 .databox textarea::-moz-placeholder {
    text-indent: 60px;
  }

  .module-327 .databox textarea:-ms-input-placeholder {
    text-indent: 60px;
  }

  .module-327 .databox textarea:-moz-placeholder {
    text-indent: 60px;
  }

  .module-327 .rated-stars li.star-icons:before {
    font-size: 15px;
  }

  .module-327 .pg-sections .rating-copy h3 {
    font: 700 28px/32px Poppins, sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .module-327 div#ratingsHero {
    background: url(https://www.royacdn.com/unsafe/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/get_reviews/review_bnr_mobile_v3.jpg) 90% 100%;
  }

  .module-327 .active-review-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #45576d;
    content: '';
  }

  .module-327 .close-modal {
    top: 0;
    right: 10px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  .module-327 ul.rated-stars {
    text-align: center;
  }

  .module-327 .active-review-content:after {
    content: '“';
    position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
    font: 600 75px/75px Poppins, sans-serif;
  }

  .module-327 div.pg-wrap .active-review-content {
    padding: 90px 20px 60px;
  }

  .module-327 div.review-info {
    display: block !important;
  }

  .module-327 div.review-info>div {
    width: 100%;
  }

  .module-327 div.reviewer-photo {
    margin: 0;
    width: 100%;
  }

  .module-327 div.reviewer-photo img {
    margin: 0 auto;
    float: none;
  }

  .module-327 ul.rated-stars {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .module-327 div.review-site {
    margin: 0;
    padding: 0 !important;
  }

  .module-327 div.review-site p {
    text-align: center;
    word-break: break-word;
  }

  .module-327 div.stars-rated {
    padding: 20px 0 0;
    width: 100%;
  }

  .module-327 .reviewer-name {
    text-align: center;
  }

  .module-327 div.comment-copy {
    padding-top: 20px;
  }

  .module-327 .pg-bnr-flex img {
    display: none;
  }

  .module-327 .pg-bnr-flex div {
    width: 100% !important;
  }

  .module-327 .rating-copy.pg-copy h3 {
    font: 700 28px/32px Poppins, sans-serif;
  }

  .module-327 .modal-content-box {
    z-index: 1;
    background: #fff;
    max-width: 1200px;
    padding: 40px 15px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .module-327 div.review-site p {
    text-align: left;
  }

  .module-327 .col-xs-12.review-site {
    position: absolute;
    top: 50px;
    left: 149px;
  }
}

.module-327 ul.rated-stars {
  display: block;
  white-space: nowrap;
}

.module-327 .rated-stars li.star-icons {
  width: auto;
  padding: 0 1px;
}

.module-327 .rated-stars li.star-icons {
  width: auto;
  padding: 0 1px;
}

.module-327 div#review-slot {
  width: 100%;
  overflow: hidden;
}

.module-327 div#ratings-wrap.no-key #ratings-sec1 {
  display: none;
}

.module-327 div#ratings-wrap .btn-container {
  display: none;
}

.module-327 div#ratings-wrap.no-key .btn-container {
  display: block;
}

.module-327 .btn-container {
  margin: 50px auto;
}

.module-327 .reviews-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.module-327 .show-more-box {
  /*margin: 10px 20px 60px 0;*/
  margin: 20px 20px 150px 0;
  width: auto;
}

@media only screen and (max-width: 500px) {
  .module-327 .reviews-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-327 .show-more-box {
    margin: 20px 0;
  }

  .module-327 .btn-container {
    margin: 20px 0 40px;
  }
}

.module-327 .published-copy {
  color: black;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.6em;
}

@media (max-width: 991px) {
  .module-327 .published-copy p {
    margin-bottom: 10px;
  }
}

.module-327 #confirm-modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

#repModal .modal-content {
  padding: 0 0 50px;
}

#repModal .modal-header {
  border: 0;
}

#repModal .published-copy p {
  margin-bottom: 20px;
}

#repModal .modal-dialog {
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  max-width: 90%;
  margin: 0 auto;
}

#repModal .modal-footer {
  border-top: 0;
}

#repModal .modal-content-box h3 {
  text-align: left;
  max-width: 100%;
  margin: 0 0 30px !important;
  font: 700 40px/45px Poppins, sans-serif;
  letter-spacing: -.02em;
  color: #555;
}

#repModal .modal-content-box h4 {
  font: 400 20px/30px Poppins, sans-serif !important;
  margin-bottom: 40px !important;
}

#repModal .ry-btn:hover {
  background: #000;
  color: #fff;
}

#repModal .close-modal span {
  color: #333333;
}

/*Landing page*/
.landing-page #ry-pg-body {
  padding: 0;
}

.landing-page .ld-title h2 {
  margin-bottom: 50px;
  font-size: 25px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.landing-page .ld-title h2 .span-2 {
  color: #242424;
  font-size: 65px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.landing-page #landing-hero {
  padding: 0 0 0;
}

@media (max-width: 991px) {
  .landing-page #landing-hero {
    padding: 87px 0 0;
  }
}

.landing-page #landing-hero .ry-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.landing-page #landing-hero .ld-box {
  padding: 0;
  position: relative;
}

.landing-page #landing-hero .bnr-hero.ry-el-bg {
  padding: 0;
  background-size: cover;
}

@media (min-width: 992px) {
  .landing-page #landing-hero .bnr-hero.ry-el-bg {
    height: 80vh;
    min-height: 800px;
    background-position: 50%;
  }
}

.landing-page #landing-hero .ld-header {
  background: #242424;
  color: #fff;
  padding: 40px 0 30px;
}

.landing-page #landing-hero .ld-leads {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 570px;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  padding: 0;
}

.landing-page #landing-hero .ld-leads .cmsForm .ry-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .landing-page #landing-hero .ld-leads .cmsForm .ry-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.landing-page #landing-hero .ld-leads .cmsForm .ry-flex .databox {
  width: calc(50% - 6px);
}

@media (max-width: 991px) {
  .landing-page #landing-hero .ld-leads .cmsForm .ry-flex .databox {
    width: 100%;
  }
}

.landing-page #landing-hero .ld-header h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 50px;
  line-height: 1;
}

.landing-page #landing-hero .ld-header p {
  color: #fff;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 500;
}

.landing-page #landing-hero #form-lead .ld-box {
  -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.2);
}

.landing-page #landing-hero .ld-box form {
  background: #fff;
  padding: 40px;
}

.landing-page #landing-hero .databox input {
  height: 55px;
  color: #545454;
}

.landing-page #landing-hero .testi-icon img {
  max-width: 110px;
  float: none;
  margin: 0 auto;
}

.landing-page #landing-hero .databox .ld-button {
  background: #242424;
  border: 0px;
  outline: 0px;
  color: #fff;
  height: auto;
  padding: 15px 50px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 20px;
  font-weight: 700;
}

.landing-page #landing-hero div#form-button {
  text-align: center;
  padding: 25px 0;
}

.landing-page #landing-hero .databox input::-webkit-input-placeholder {
  color: #333;
}

.landing-page #landing-info {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .landing-page #landing-info {
    padding: 60px 0 100px;
  }
}

.landing-page #landing-info .ld-img {
  padding: 12px 50px 20px 0;
}

.landing-page #landing-info .ld-full {
  padding-top: 50px;
}

.landing-page #landing-review .ld-box {
  background: #f7f7f7;
  padding: 100px 0 80px;
  border-radius: 50px;
}

.landing-page #landing-review .testi-icon {
  margin-top: -150px;
}

.landing-page #landing-review .testi-icon img {
  max-width: 100px;
  margin: 0 auto;
  float: none;
}

.landing-page #landing-review .rev-title {
  margin: 30px 0;
}

.landing-page #landing-review .rev-title h4 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 30px 0;
}

.landing-page #landing-review .testi-box .slide {
  max-width: 1040px;
  float: none;
  margin: 0 auto;
  padding: 0 40px 60px;
}

.landing-page #landing-review .testi-box a.carousel-control {
  display: none;
}

@media (max-width: 414px) {
  .landing-page #landing-review p {
    text-align: center !important;
  }
}

@media (max-width: 1499px) {
  .landing-page #landing-hero .ld-leads {
    position: absolute;
    left: auto;
    max-width: 570px;
    padding: 0;
    right: 20%;
  }

  .landing-page .bnr-hero {
    background: url(https://www.royacdn.com/unsafe/Site-77691801-5034-4efc-8f11-cf20bab37e72/landing_dry_eye/hero.jpg);
    height: 45vw;
    background-size: cover;
    background-position: 80% 50%;
  }

  .landing-page .bnr-hero img {
    display: none;
  }
}

@media (max-width: 1199px) {
  .landing-page .ld-leads {
    right: 0;
    -webkit-transform: scale(0.75) translatey(-10%);
    transform: scale(0.75) translatey(-10%);
  }
}

@media (max-width: 991px) {
  .landing-page #landing-hero div.ld-leads {
    position: relative;
    -webkit-transform: scale(1) translatex(-50%);
    transform: scale(1) translatex(-50%);
    left: 50%;
    border: 1px solid #ccc;
    margin: 50px 0 0;
    top: 0;
  }

  .landing-page #landing-info .ld-img {
    padding-right: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .landing-page #landing .ld-title h2 {
    font-size: 20px;
  }

  .landing-page .ld-title h2 .span-2 {
    font-size: 36px;
  }

  .landing-page div#landing-info {
    padding: 2.5em 0;
  }

  .landing-page div#landing-review {
    padding: 5em 0;
  }

  .landing-page .testi-box .slide {
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .landing-page #landing .ld-header p {
    font: 20px;
  }

  .landing-page .bnr-hero {
    height: 300px;
    background-position: 25% 50%;
  }
}

/* ------- END SITE.CSS -------*/