/* ------- 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: 'Inter';
  }

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: 'Inter';
  }

.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: 50px;
  font-weight: normal;
  padding: 0;
  border: 0;
  text-decoration: none !important;
  font-size: calc(15px + 1 * ((100vw - 500px) / 940));
  color: #fff;
  text-transform: inherit;
  background: #a06261;
  text-transform: inherit;
  font-family: 'Inter';
  max-width: 150px;
  }
  body.home #ry-main .ry-btn:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 10%);
    width: 100%;
    height: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    display: none;
    }
  body.home #ry-main .ry-btn:after {
    }
  body.home #ry-main .ry-btn:hover {
    color: #fff;
    max-width: 150px;
    }
  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); }

.contact-section-block {
  background: url(https://www.royacdn.com/unsafe/smart/Site-51e12878-2f40-4a3f-b0e9-c3858ba0378e/images/bg_contact.jpg);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  }
  .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;
  color: #333333 !important;
  }
  .ry-form input[type="text"]::-webkit-input-placeholder {
    color: #333333; }
  .ry-form input[type="text"]:-ms-input-placeholder {
    color: #333333 !important; }
  .ry-form input[type="text"]::-ms-input-placeholder {
    color: #333333 !important; }
  .ry-form input[type="text"]::placeholder {
    color: #333333 !important; }

.ry-form textarea {
  border: solid 1px #ddd;
  color: #333333 !important;
  }
  .ry-form textarea::-webkit-input-placeholder {
    color: #333333 !important; }
  .ry-form textarea:-ms-input-placeholder {
    color: #333333 !important; }
  .ry-form textarea::-ms-input-placeholder {
    color:#333333 !important; }
  .ry-form textarea::placeholder {
    color:#333333!important; }

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

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

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

.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));
  text-transform: uppercase;
  }
  @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: 25px;
      } }

#ry-pg-body h5 {
  line-height: 1;
  font-size: calc(17px + 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: 19px;
      } }

@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;
	  font-size: 35px;} }
    #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: 1px;
    font-weight: normal;
    border-radius: 10px 10px 0 0;
    background: #a06261 !important;
    }
  #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;
      background: #fff;
      }
      #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: 180px;
    margin: auto;
    padding: 18px 0;
    }

.default .map-contact-form {
    box-shadow: -1px -10px 20px 0px rgb(0 0 0 / 6%);
}


  #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: 150px; } }
  #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: 0px;
  }

.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 {
  }

/* ---- 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;
  margin-top: 1em;
  }
  @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;
      margin-bottom: 1em !important;
      } 

          .ry-box-left.ry-el-bg {
        margin-bottom: 1em;
        width: 100% !important;
        max-width: 300px;
    }

    a#serv-btn {
        width: 100%;
        max-width: 180px;
        margin: 1em auto 0;
        display: block;
        height: 50px;
    }

      }

      
  .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 !important;
        } }
  .module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5 {
    font-size: 26px !important; }
  .module-1 .ry-box-left {
    width: 40%;
    }
    @media (max-width: 500px) {
      .module-1 .ry-box-left {
        width: 100%; } }
    @media (max-width: 767px) {
      .module-1 .ry-box-left img {
        margin-bottom: 20px; } }
  .module-1 .ry-box-right {
    width: 55%;
    }
    @media (max-width: 767px) {
      .module-1 .ry-box-right, .module-1 .ry-box-right >div {
        width: 100%;
	      text-align: center;} }

/* header */
.module-43 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  }
  .module-43 .ry-left {
    max-width: 220px;
    }
    .module-43 .ry-left img {
      max-width: 350px;
      width: 100%;
      position: relative;
      transition: all ease 0.3s;
      }
      @media (max-width: 1199px) {
        .module-43 .ry-left img {
          width: 200px;
          z-index: 9999;
          } 

          .module-43 .ry-right .ry-menu {
        top: 0 !important;
        }

        .module-43 .ry-left {
        }

        .module-43 .ry-left img {
            max-width: 150px;
        }

        div.module-43 .ry-menu .nav-menu {
      /* max-width: 720px !important; */
      }

}



  .module-43 .ry-right {
    display: flex;
    }
    .module-43 .ry-right .ry-leads {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      float: right;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      top: 0;
      align-items: center;
      }
      .module-43 .ry-right .ry-leads .search-bar-widget {
        margin-right: 10px;
        width: 280px;
        display: none;
        }
        .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: #000;
          letter-spacing: 1px;
          text-decoration: none;
          display: block;
          font-weight: 500;
          font-size: 16px;
          }
          .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: #333 !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: #333 !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: #333 !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:#333 !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: #333; }
            .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: 1;
              -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: 1;
              -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;
          color: #000;
          }
          .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;
        }
        @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;
          width: auto;
          position: relative;
          overflow: hidden;
          cursor: pointer;
          height: 50px;
          padding: 0 20px;
          border-radius: 0;
          font-family: 'Inter';
          border: 1px solid #d3a19d;
          }
          .module-43 .ry-right .ry-leads .ry-contact li:hover .contact__overlay {
            
             }
          .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: normal;
            font-size: calc(19px + 1 * ( (100vw - 500px) / 1100));
            line-height: 19px !important;
            font-family: 'Inter';
            }
          .module-43 .ry-right .ry-leads .ry-contact li:nth-child(1) a {
            text-decoration: none;
            display: block;
            color: #333;
            font-size: 16px;
            }
          .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;
            margin-left: 0;
            background: transparent;
            }
            .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: inherit;
              font-weight: no;
              letter-spacing: 0;
              line-height: 18px !important;
              text-decoration: none;
              text-align: left;
              font-size: 16px;
              font-family: 'Inter';
              }
            .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 {
            }
            .module-43 .ry-right .ry-leads .ry-contact li .contact__icon .icon__wrap {
              display: block;
              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;
              margin-right: 10px;
              }
            .module-43 .ry-right .ry-leads .ry-contact li .contact__icon .fa {
              color: #fff;
              }
          @media (max-width: 1160px) {
            .module-43 .ry-right .ry-leads .ry-contact li {
              /* width: 200px; */
              } }
    .menu-container .ry-menu {
      width: 100%;
      position: relative;
      }
      .menu-container ul.nav-menu.ry-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        }
    .menu-container .ry-menu .nav-menu li {
          list-style-type: none; }
          .menu-container .ry-menu .nav-menu li a {
            -webkit-transition: all ease 0.3s;
            transition: all ease 0.3s;
            font-size: calc(19px + 1 * ( (100vw - 500px) / 1100));
            display: block;
            line-height: 25px;
            color: #d46a7e;
            font-weight: 600;
            font-family: 'Inter';
            text-transform: uppercase;
            letter-spacing: 1px;
            }

            @media screen and (min-width: 992px) and (max-width: 1199px) {
             .menu-container .ry-menu .nav-menu li a {
                font-size: 18px; }
			
			div#services .ry-each-box-image.ry-el-bg:before {
				content: '';
				background: rgb(255 255 255 / 38%);
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
			}
			
			 #ry-sidebar .ry-contact-table .ry-row .ry-td:first-child {
				width: 26%;
			}

			#ry-sidebar .social-inner-wrap li {
				width: 30px;
				height: 30px;
				margin-right: 5px;
			}

			#ry-sidebar .ry-contact-table .ry-row.ry-social-wrp .social-inner-wrap {
				max-width: 100%;
				margin-left: 0;
				position: relative;
				margin-top: 10px;
			}
		}
          .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: 45px; }
          .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; 
			padding-bottom:15px;}

              .module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
                width: 100% !important;
                padding: 4px 20px !important;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-transition: all ease 0.3s;
                transition: all ease 0.3s;
                }
                .module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
                  
                  }
              .module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
                background: transparent; }
  body.default .module-43 {
    position: relative;
    background: transparent;
    padding-bottom: 0;
    }
    body.default .module-43.fixed {
      position: fixed;
      padding: 1em 0;
      }
  @media (max-width: 1199px) {
    .module-43 .ry-center.ry-logo {
    width: 20%;
}

.module-43 .ry-right {
    width: auto;
}
      
} 

  .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: 3em;
  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;
 
  z-index: 1;
  }
  .module-44 .ry-footer-top {
    }
  @media (min-width: 1601px) {
    .module-44 .ry-container {
      max-width: 1280px;
      } }


@media (max-width:1600px) and (min-width:992px) {
    .module-44 .ry-container {
    max-width: 80%;
}
}
  @media (max-width: 1200px) {
      .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: 220px;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    }
  .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: 2em;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      
      
      
      }
      .module-44 .social-icons .social-inner-wrap li {
        list-style: none;
        
        width: auto;margin-right: 8px;}
        .module-44 .social-icons .social-inner-wrap li .fa {
          border-radius: 50%;
          width: 35px;
          height: 35px;
          line-height: 40px;
          list-style: none;
          text-align: center;
          background: #6ba099 !important;
          }
          .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 {
            }
            .module-44 .social-icons .social-inner-wrap li .fa.fa-yelp:before {
              }
        .module-44 .social-icons .social-inner-wrap li a {
          color: #fff;
          font-size: 14px;
          }
  .module-44 .ry-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
     }
    .module-44 .ry-flex .ry-each {
      padding: 0;
      }
      .module-44 .ry-flex .ry-each h2 {
        }
        
      .module-44 .ry-flex .ry-each ul {
        padding: 0; }
        .module-44 .ry-flex .ry-each ul li {
          list-style: none;
          
          display: flex;align-items: center;justify-content: space-between;margin-bottom: 5px;}
      .module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
        font-size: calc(16px + 1 * ( (100vw - 500px) / 1100));
        font-weight: normal;
        line-height: 0px !important;
        font-family: 'Roboto';
        }
      .module-44 .ry-flex .ry-each .span-2 {
        
         font-weight: normal;}
        @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: 30px 0;
    position: relative;
    z-index: 2;
	      background: #a06261;
    
    }
    .module-44 .ry-footer-copyright .ry-left img,
    .module-44 .ry-footer-copyright .ry-right img {
      max-width: 120px;
      margin-left: 7px;
      margin-top: 7px;
      position: relative;
      }
    .module-44 .ry-footer-copyright .ry-right div {
      }
    .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-weight: normal;
      font-size: calc(15px);
      color: rgb(255 255 255 / 60%)!important;
      }
    .module-44 .ry-footer-copyright .ry-container {
      }
    @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;
      padding: 2em 0 0 0 !important;
      }
      .module-44 .ry-flex .ry-each {
        text-align: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        left: 0 !important;
        height: auto !important;
        }
        .module-44 .ry-flex .ry-each h2, .module-44 .ry-flex .ry-each div {
          text-align: center; width: auto;left: 0;align-items: center;justify-content: 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: 'Karla', sans-serif !important;
    text-transform: uppercase;
    font-size: 25px; }

.lunchtime {
    margin-top: 10px;
}

/* 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: 1; */
  position: relative;
  }
  @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 {
    position: absolute;
    bottom: 16%;
    z-index: 9;
    }
    .module-66 .bnr-textbox .ry-section-title {
      text-align: center;
      text-transform: uppercase;
      font-size: calc(80px + 20 * ( (100vw - 320px) / 1280));
      }
      @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: 100px;
          } }
  .module-66 .ry-arrow__down {
    z-index: 300;
    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);
        background: #fff !important;
        }
      .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: 0.6; */
      }
      .module-66 .carousel .carousel-inner .item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 100vh;
        }
        @media (min-width: 1300px) {
          .module-66 .carousel .carousel-inner .item {
            } }
        .module-66 .carousel .carousel-inner .item img {
          display: none;
          }
    .module-66 .carousel .carousel-control {
      /* z-index: 9999; */
      background-image: none !important;
      }
  .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: 'Allura', 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 */

    @media (max-width: 1280px) {
      .module-67 .ry-container {
        max-width: 95%;
	  }
	}
    .module-67 .ry-container #about {
 max-width: 1100px;
 margin: auto;
 }
     
      .module-67 .ry-container #about p, .teamwrp p {
        font-size: calc(16px + 2 * ( (100vw - 320px) / 1280));
        font-weight: 300;
        max-width: 600px;
        color: #000;
        letter-spacing: 0;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
        }
 		 .module-67 .ry-btn-primary {
   		 	text-align: center;
   		 	margin: 2.5em auto 0;
   		 	max-width: 150px;
   		 	background: #a36361;
   	}
  @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: 1199px) {
    .module-67 {
      padding: 3em 1em !important;
      height: auto !important;
      margin: 0;
      flex-direction: column;
      } }
  @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 {
        }
      .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: 100%;
        text-align: left;
        line-height: 28px !important;
        font-size: 22px;
        }
        @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: 0;
            }
            @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: center;
            -ms-flex-pack: center;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: ce;
            align-items: center;
            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-end;
            -webkit-box-align: start;
            -ms-flex-align: end;
            align-items: flex-start;
            }
            @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: 'Karla', 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 {
  background: url(https://www.royacdn.com/unsafe/smart/Site-25c13413-0cfa-4324-9994-aaa0d359e7ed/homepage_assets/team_bg.jpg);;
  background-size: cover;
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;background-position: 80% center;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  height: 1025px;
  ;;display: flex;;;
  ;;;align-items: center;;;;
  ;;;;;;;;;;;;justify-content: space-between;;;;;;;;;;;;;
  ;;;;;;;;;;
  }
  .module-69 .bg-image {
    }
  .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:nth-child(1) {
    width: 43%;
    }
  .module-69 .ry-each-left {
    }
    .module-69 .ry-each-left .ry-section-title-wrapper {
      }
      .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;
    }
    .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;
      text-transform: uppercase;
      }
      @media (max-width: 767px) {
        .module-69 .ry-each-right .ry-section-title {
          display: none; } }
    .module-69 .ry-each-right p {
      font-family: poppins;
      font-size: calc(16px + 1 * ( (100vw - 320px) / 1280));
      font-weight: normal;
      }
    .module-69 .ry-each-right .ry-btn-primary {
      width: 215px;
      text-align: center;
      margin: unset;
      margin-top: 0;
      background: #1c4d9c;
      }
    .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 {
        } }
    @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: 'Karla', 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: 'Karla', 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: 8em 0 2em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b0d7ec+0,cbebff+53,f0f9ff+100 */
  background: #b0d7ec; /* Old browsers */
  background: -moz-linear-gradient(top,  #b0d7ec 0%, #cbebff 53%, #f0f9ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #b0d7ec 0%,#cbebff 53%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #b0d7ec 0%,#cbebff00 53%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d7ec', endColorstr='#f0f9ff',GradientType=0 ); /* IE6-9 */
  }
  
.module-70 .ry-content { 
    display: flex;
    justify-content: flex-end;
}
  
.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 .ry-content-wrap img {
         max-width: 65px;
		  margin-bottom: 1.2em;
	  }
      .module-70 .ry-each.ry-each-1 .ry-section-title {
        text-align: center;
	  }
     
      .module-70 .ry-each.ry-each-1 p {
        
        font-family: 'Karla', sans-serif;
        font-weight: normal;
        
        margin: auto;color: #000 !important;line-height: 28px;height: 150px;}
      @media (max-width: 1400px) {
        .module-70 .ry-each.ry-each-1 .ry-content-wrap {
           position: relative;max-width: 500px;left: -2em;} }
      @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 {
           }
        .module-70 .ry-each.ry-each-1 p, .module-70 .ry-each.ry-each-1 div {
           } }
      @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: 2em 0 2em 0 !important; justify-content: center !important;} }
    .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: 700px;
          } }
      .module-70 .ry-each.ry-each-4 p {
        font-family: Poppins;
        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(20px + 15 * ( (100vw - 500px) / 1100));
          margin-bottom: 30px;
          line-height: 50px;
          text-align: center;
          text-transform: uppercase;
          }
          @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));
          color: #000 !important;
          }
        .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 !important;
          }
        .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: 'Karla', 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: 'Karla', 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: 60px 0 60px;
  border-bottom: 1px solid #dbe1e6;
  }

  .module-24 .ry-each h5 {
    margin-top: 15px;
}


  .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;
   background: rgb(247 247 247);
   margin-top: 10px; }
  


.module-311 .ry-payment-options-logos .ry-each {
    width: 33.33%;
    padding: 30px;
    border: none;
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
	
	

    @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;
    color: #fff !important;
}

/*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 Roboto !important;
    }
  .module-327 .publish-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  .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 #landing-hero .ld-box form textarea#Message {
    height: 100px;
    padding-top: 10px;
    padding-left: 20px;
}

.landing-page #landing-info h2 {
    font-family: 'Lato';
    letter-spacing: 1px;
    font-size: 40px;
    color: #172242;
    margin-bottom: 1em;
}

.landing-page #landing-info p {
    font-family: 'Lato';
}

.landing-page #landing-info h3 {
    font-family: 'Lato';
    text-transform: inherit;
    color: #dd8879;
}



.landing-page #landing-review .ld-box h4 {
    color: #dd8879 !important;
    letter-spacing: 1px !important;
    font-family: 'Lato' !important;
}

.landing-page #landing-review p {
    font-family: 'Lato';
    line-height: 30px;
    height: 90px;
}

.landing-page #landing-review h5 {
    margin-top: 3em;
}

.landing-page .carousel-indicators li {
    border: none;
    margin: 4px 2px !important;
    background: rgb(23 34 66 / 50%);
    width: 12px;
    height: 12px;
}

.landing-page .carousel-indicators li.active {
    background: #172242 !important;
}




@media (max-width:991px) {
   .landing-page .mobile-container {
        display: none;
    }

    .landing-page #landing-hero {
        padding-top: 0;
        margin-top: -1px;
    }

    .landing-page #landing-hero .bnr-hero.ry-el-bg {
        background-image: none !important;
        background: url("https://www.royacdn.com/unsafe/Site-51e12878-2f40-4a3f-b0e9-c3858ba0378e/landingpage/hero_image.jpg") !important;
        background-size: cover !important;
    }

    .landing-page-logo-wrp {
        top: 3%;
    }  
}

@media (max-width:500px) {
    .landing-page #landing-hero div.ld-leads {
        border: none !important;
        margin-top: 0 !important;
    }

    .landing-page #landing-hero .ld-header h1 {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    .landing-page div#landing-info {
      border-top: 1px solid #eee;
  }

    .landing-page #landing-hero .ld-header {
        padding: 30px 10px 40px !important;
        width: 100% !important;
    }

    .landing-page #landing-review p {
        height: auto !important;
    }
}


@media (max-width:991px) {
    .module-44 .ry-footer-top {
        padding-bottom: 0;
    }
}







.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 .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;
    }
    @media (min-width: 992px) {
      .landing-page #landing-hero .bnr-hero.ry-el-bg {
        height: 100vh;
        background-position: center;
        background-size: cover;
        } }
  .landing-page #landing-hero .ld-header {
    background: rgb(23,34,66);
    color: #fff;
    padding: 40px 0 30px;
    }
  .landing-page #landing-hero .ld-leads {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 500px;
    -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: normal;
    letter-spacing: 0;
    font-size: 35px;
    line-height: 1.2em;
    font-family: Oswald;
    font-weight: normal;
    }
  .landing-page #landing-hero .ld-header p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    font-family: lato;
    text-transform: capitalize;
    }
  .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: 30px;
    }
  .landing-page #landing-hero .databox input {
    height: 45px;
    font-family: 'Lato';
    padding-left: 20px;
    }
  .landing-page #landing-hero .testi-icon img {
    max-width: 110px;
    float: none;
    margin: 0 auto; }
  .landing-page #landing-hero .databox .ld-button {
    background: #DE8879 !important;
    border: 0px;
    outline: 0px;
    color: #fff;
    height: auto;
    padding: 13px 50px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 18px;
    font-style: inherit;
    }
  .landing-page #landing-hero div#form-button {
    text-align: center;
    padding-top: 15px;
    }
  .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: #f0f0f0;
  padding: 100px 0 80px;
  border-radius: 50px;
  margin: 2em 0px 4em;
  }

.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 auto 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: 0;
    margin-bottom: 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%; } }


.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) a {
}



a.btn__appointment,li#order-contacts-btn span.call_us {color: #fff !important;}

.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) span.call_us {}

.module-66.ry-section:before {
}

.module-68 .ry-each-box-text a {
    color: #333;
    font-family: 'Cormorant';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
}


.module-68 .ry-content .ry-each:hover .ry-each-box-text a {
    color: #1d7195;
}

.ry-sticky-menu.fixed  .ry-leads {
}

.ry-sticky-menu.fixed .nav-menu {
    top: 10px !important;
}

.module-43 .ry-right .ry-leads .ry-contact li:hover {
    background: #ba8b46;
}

.grecaptcha-badge {
    z-index: 9999 !important;
}  




@media (max-width:1199px) {
    .ry-sticky-menu.fixed .ry-left.ry-logo {
        position: inherit;
        top: 0 !important;
    }

    .ry-sticky-menu.fixed  .ry-menu {
        position: inherit !important;
        bottom: 0;
    }

    .ry-sticky-menu.fixed .ry-left img {
        /* max-width: 150px !important; */
        top: 0;
    }
}

.ry-sticky-menu.fixed img {
    top: 0;
    max-width: 180px;
}

@media (max-width:1199px) {
   body.default .module-43 {
        padding-bottom: 0em;
        /*padding-top: 1em;*/
    }

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

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

div.ry-list-content .ry-btn.ry-btn-primary {
    color: #fff !important;
}

body ul.pagination li a, body ol.pagination li a {
    color: #fff !important;
}


.module-43 .ry-right .ry-leads .ry-contact li.ry-el-link:first-child {
}

.module-43 .ry-right .ry-leads .ry-contact li.ry-el-link:first-child:hover, li#order-contacts-btn:hover {
}


@media (min-width:1600px) {
    .module-43 .ry-container {
        /* max-width: 80%; */
    }
}



.module-66 .bnr-textbox h4.ry-section-title {
    font-weight: 300;
    font-size: 38px;
    margin: 0 auto 10px;
}

.module-66 .bnr-textbox  a.ry-btn.ry-btn-primary {
    margin: auto;
    max-width: 170px !important;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    background: transparent !important;
    border: 1px solid #fff !important;
    }

.circile-cta-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    margin: -4em auto 0;
    float: none;
}

.cta-wrapper {
    width: 32%;
position: relative;margin: auto;}

.cta-image-wrapper {
    
    
    
    
    transition: all ease 0.3s;
}

.circle-cta-title-wrp {position: absolute;left: 0;right: 0;margin: auto;top: 40%;}

.circle-cta-title-wrp h4 {text-transform: uppercase;font-weight: 500;color: #fff;font-size: 23px;line-height: 28px;position: relative;left: 1.5em;}


.link, a.link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}



div#about-image img {
    max-width: 650px;
}

div#welcome-section {
	width: 100%;
	}



.team-section .ry-container {
	max-width: 1500px;
position: relative;}

.teamwrp h2.ry-section-title .ry-form.ry-form-box h2.ry-section-title {
	margin-bottom: 10px;
}


.teamwrp {
    background: #eee;
    border-radius: 50px;
    padding: 5em;
    position: relative;
}

.team-slider-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-slide {
    width: 25%;
}

.carousel-control {
    background-image: none !important;
}

.team-slide img {
    margin: 2em auto 1em;
}

.team-slide h6 {
    font-family: 'Lora';
    color: #666;
    font-size: 15px;
    margin-top: 8px;
    font-style: italic;
}

.team-slide h4 {
    font-size: 18px;
    font-weight: 500;
}

.module-70 .ry-each.ry-each-1 {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    position: relative;
    top: -3em;
}

.module-70 h4.ry-section-title {
    
    font-weight: normal !important;
    
margin-bottom: 10px;}

.module-70 img {
    max-width: 70px;
    margin: auto;
    position: relative;
    top: -1em;
}

.rev-slider-block p {
}



.module-44 .social-icons .social-inner-wrap li:hover .fa {
    background: #4e192b !important;
}



.ry-form.ry-form-box h2.ry-section-title {
    margin-bottom: 10px;
}

.ry-form.ry-form-box p {
    font-weight: 500;
}

button#contact-btn-home {
    width: 100%;
    max-width: 140px;
    margin: 10px auto 0;
	text-transform: uppercase;
	padding-top: 17px;
}



.module-70 .ry-each.ry-each-1 h5 {
    text-transform: inherit;
    margin-top: 1.5em;
	color: #000;font-weight: 600;
font-size: 18px;}

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

.map-contact-form .footerform-wrapper {
    padding: 4em;
	height: 600px;
}



.contact-section-block .ry-form-box {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    justify-content: flex-end;
    display: flex;
    max-width: 85%;
    margin: auto;
}

.contact-section-block .ry-form.ry-form-box:after {
    display: none;
}



.contac-us-section {
    margin-bottom: 1.5em;
}

.split__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.split__box .__email {
    width: 49%;
}

.split__box .__phone {
    width: 49%;
}

.contac-us-section textarea#message_text {
    height: 150px;
}

div#footer-left .phone strong {
    font-weight: 500 !important;
    color: #000 !important;
}

div#footer-left .phone {
    line-height: 35px;
}

.module-43 .ry-right .ry-menu .nav-menu li a:hover {
    
color: #000 !important;}

.team-inner-block a.carousel-control.right {
    width: 5%;
    right: -2em;
   
}

.teamwrp  a.carousel-control.left {
    width: 5%;
    left: -2em;
   
}

.module-44 .ry-flex .ry-each:first-child h2 {
    /* position: relative; */
    /* top: 6px; */
    }

.module-44 .ry-flex .ry-each:first-child ul {
    margin-top: 2px;
}

body p {font-family: 'Inter';}

a#landingpage-btn:hover {
    background: #de8879 !important;
}

.landing-page #landing-hero .ld-box form .alert {
    margin-bottom: 10px;
}



.landing-page #landing-info p {
    text-align: center;
}

.ld-text.ry-text a:hover {
    color: #dd8879;
}

div#footer-left a:hover, div#footer-right a:hover, div#footer-left .phone strong:hover,
div#landingpage-copy-right a:hover {
    color: #dd8879 !important;
}


@media (max-width:991px) {
    
    div#landing-review {
        margin-bottom: 0;
    }

    div#landingpage-footer div.website-info h3 {
        text-align: center;
    }

}


/*Homepage Insurance Logo Slider*/

.module-32 {background: #fff;padding: 2em 0 5em;}
@media (max-width: 991px) {
  .module-32 { padding: 60px 0px; }
}
.module-32 .module-32-heading { text-align: center; }
.module-32 .module-32-heading .ry-section-title { display: inline-block; text-transform: uppercase; font-weight: 600; padding: 20px 35px; letter-spacing: 3px; font-size: calc(18px + 2 * ((100vw - 320px) / 1600)); }
@media screen and (max-width: 320px) {
  .module-32 .module-32-heading .ry-section-title { font-size: 18px; }
}
@media screen and (min-width: 1920px) {
  .module-32 .module-32-heading .ry-section-title { font-size: 20px; }
}
.module-32 .module-32-heading-2 { text-align: center; }
.module-32 .module-32-heading-2::before {         }
.module-32 .module-32-heading-2 .ry-section-title {margin-top: 0;text-transform: inherit;letter-spacing: 3px;font-size: calc(20px + 5 * ((100vw - 320px) / 1600));line-height: 90px;color: #293543;font-weight: 400;font-family: "Roboto";text-align: center;}
@media screen and (max-width: 320px) {
  .module-32 .module-32-heading-2 .ry-section-title { font-size: 18px; }
}
@media screen and (min-width: 1920px) {
  .module-32 .module-32-heading-2 .ry-section-title {font-size: 25px;}
}
.module-32 #module-32-carousel-one { padding-top: 60px; padding-bottom: 60px; }
.module-32 #module-32-carousel-one .swiper-pagination { bottom: 20px; }
.module-32 #module-32-carousel-two { padding-top: 30px; padding-bottom: 40px; }
.module-32 .swiper-slide {display: flex;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;height: 100px;}
@media (min-width: 768px) {
  .module-32 .swiper-slide img {max-width: 150px;}
}
@media (max-width: 600px) {
  .module-32 .swiper-button-prev, .module-32 .swiper-button-next { top: 90%; }
  .module-32 .swiper-button-prev::before, .module-32 .swiper-button-next::before { font-size: 30px !important; }
}
@media (max-width: 992px) {
  .module-32 .swiper-button-prev, .module-32 .swiper-button-next { width: 14px; }
  .module-32 .swiper-button-prev::before, .module-32 .swiper-button-next::before { font-size: 35px !important; }
}
.module-32 .swiper-button-prev {left: 0px;background: none;display: none;}
.module-32 .swiper-button-prev::before { content: ""; font-family: fontawesome; font-size: 20px; }
.module-32 .swiper-button-next {right: 0px;background: none;display: none;}
.module-32 .swiper-button-next::before { content: ""; font-family: fontawesome; font-size: 20px; }

/*Homepage Insurance Logo Slider*/

@media (min-width:768px) {
	
	.module-1 .ry-box-right p {
    	text-align: left;
	}
}


li.thirdpartyarticle-link {
  display: none;
}

div#technology li:nth-child(6) {
  display: block !important;
}


@media (max-width:1300px) and (min-width:992px) {
   #ry-sidebar .ry-contact-table .ry-row {
    flex-direction: column !important;
}

#ry-sidebar .ry-contact-table .ry-row.ry-social-wrp .social-inner-wrap {
    margin-top: 10px !important;
} 
}

ul#header-social {
    margin-right: 10px;
    margin-top: 0;
}

ul#header-social li {
    margin-bottom: 0;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}


@media (max-width:1080px) and (min-width:992px) {
	ul#header-social {
	}
}
/* ------- END SITE.CSS -------*/