/* ----- DEFAULT ------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }
  ol:before, ol:after, ul:before, ul:after {
    display: none !important; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  overflow: auto !important;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1280)); }
  @media screen and (max-width: 320px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 1600px) {
    body {
      font-size: 16px; } }

.ry-form input[type="text"] {
  height: 60px;
  border-radius: 0;
  border: 0;
  padding-left: 30px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
  color: rgba(54, 48, 43, 0.5); }
  @media screen and (max-width: 320px) {
    .ry-form input[type="text"] {
      font-size: 16px; } }
  @media screen and (min-width: 1600px) {
    .ry-form input[type="text"] {
      font-size: 18px; } }
  .ry-form input[type="text"]::-webkit-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]::-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]:-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]:-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]::-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form input[type="text"]:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.ry-form select {
  height: 60px;
  border-radius: 0;
  border: 0;
  padding-left: 30px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
  color: rgba(54, 48, 43, 0.5); }
  @media screen and (max-width: 320px) {
    .ry-form select {
      font-size: 16px; } }
  @media screen and (min-width: 1600px) {
    .ry-form select {
      font-size: 18px; } }
  .ry-form select::-webkit-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select::-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select:-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select:-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select::-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form select:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.ry-form textarea {
  height: 200px;
  border-radius: 0;
  border: 0;
  padding-left: 30px;
  padding-top: 25px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
  color: rgba(54, 48, 43, 0.5); }
  @media screen and (max-width: 320px) {
    .ry-form textarea {
      font-size: 16px; } }
  @media screen and (min-width: 1600px) {
    .ry-form textarea {
      font-size: 18px; } }
  .ry-form textarea::-webkit-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea::-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea:-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea:-moz-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea::-ms-input-placeholder {
    color: rgba(54, 48, 43, 0.5); }
  .ry-form textarea:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.ry-form .form-group {
  margin-bottom: 10px; }

.ry-form .ry-btn {
  width: 150px; }

.alert {
  padding: 15px 30px; }

.ry-container {
  max-width: 83.33333%;
  margin: 0 auto;
  float: none; }
  @media (min-width: 992px) {
    .ry-container {
      max-width: 1600px; } }
  @media screen and (min-width: 992px) and (max-width: 1700px) {
    .ry-container {
      max-width: 90%; } }
  @media (max-width: 991px) {
    .ry-container {
      max-width: 90%; } }

.ry-heading h1 {
  font-size: calc(32px + 16 * ((100vw - 320px) / 1280)); }
  @media screen and (max-width: 320px) {
    .ry-heading h1 {
      font-size: 32px; } }
  @media screen and (min-width: 1600px) {
    .ry-heading h1 {
      font-size: 48px; } }

.ry-heading h2 {
  font-size: calc(26px + 10 * ((100vw - 320px) / 1280)); }
  @media screen and (max-width: 320px) {
    .ry-heading h2 {
      font-size: 26px; } }
  @media screen and (min-width: 1600px) {
    .ry-heading h2 {
      font-size: 36px; } }

.ry-heading h3 {
  font-size: calc(22px + 6 * ((100vw - 320px) / 1280)); }
  @media screen and (max-width: 320px) {
    .ry-heading h3 {
      font-size: 22px; } }
  @media screen and (min-width: 1600px) {
    .ry-heading h3 {
      font-size: 28px; } }

.ry-heading h4 {
  font-size: calc(18px + 0 * ((100vw - 320px) / 1280)); }
  @media screen and (max-width: 320px) {
    .ry-heading h4 {
      font-size: 18px; } }
  @media screen and (min-width: 1600px) {
    .ry-heading h4 {
      font-size: 18px; } }

.ry-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .ry-flex.col2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .ry-flex.col2 .ry-each {
    width: calc((100% / 2) - 20px); }
    @media (max-width: 768px) {
      .ry-flex.col2 .ry-each {
        width: 100%; } }
  @media (max-width: 768px) {
    .ry-flex.col3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .ry-flex.col3 .ry-each {
    width: calc((100% / 3) - 20px); }
    @media (max-width: 768px) {
      .ry-flex.col3 .ry-each {
        width: 100%; } }

.ry-social {
  width: auto; }
  .ry-social .social-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .ry-social .social-inner-wrap li {
      width: 27px;
      height: 27px;
      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;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease; }
      .ry-social .social-inner-wrap li:last-child {
        margin-right: 0; }
      .ry-social .social-inner-wrap li:hover {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
        .ry-social .social-inner-wrap li:hover a {
          background: #272727 !important;
          border: #272727; }
      .ry-social .social-inner-wrap li a {
        color: #ffffff;
        font-size: 11px;
        background: rgba(39, 39, 39, 0.4);
        border-radius: 50%;
        height: 100%;
        width: 100%;
        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-transition: all 400ms ease;
        transition: all 400ms ease; }
        .ry-social .social-inner-wrap li a:before {
          font-family: fontawesome !important; }

.ry-btn {
  text-align: center;
  position: relative;
  border-radius: 0;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff; }
  .ry-btn:focus, .ry-btn:hover {
    outline: 0; }
  .ry-btn.ry-btn-primary {
    background: #272727; }

.ry-modal .ry-img {
  max-width: 450px;
  float: none;
  margin: 20px auto;
  overflow: hidden; }

.modal button.btn.btn-primary {
  background: transparent;
  color: #333;
  border-color: #333; }

.modal-dialog {
  z-index: 99999; }

.ry-el-bg img {
  visibility: hidden; }

.ry-accordion {
  -webkit-box-shadow: 1px 1px 90px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 90px rgba(0, 0, 0, 0.1); }
  .ry-accordion .ry-heading {
    padding: 25px 35px;
    border: 0;
    border-bottom: 1px solid rgba(189, 189, 189, 0.5);
    border-radius: 0;
    outline: 0;
    font-size: calc(16px + 9 * ((100vw - 500px) / 940)); }
    @media screen and (max-width: 500px) {
      .ry-accordion .ry-heading {
        font-size: 16px; } }
    @media screen and (min-width: 1440px) {
      .ry-accordion .ry-heading {
        font-size: 25px; } }
    .ry-accordion .ry-heading.ui-state-active {
      font-weight: 700; }
      .ry-accordion .ry-heading.ui-state-active:after {
        content: "\f068"; }
    .ry-accordion .ry-heading:after {
      content: "\f067";
      float: right;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease; }
    .ry-accordion .ry-heading .ui-icon {
      display: none; }
  .ry-accordion .ry-content {
    z-index: 10;
    border: 0;
    padding: 30px; }
    .ry-accordion .ry-content .ry-photo {
      max-width: 300px; }

/* ---- END DEFAULT ---- */
/* ---- MOBILE ---- */
#mobileheader {
  padding: 0 !important; }

.mobile-container {
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
  left: 0; }
  .mobile-container.fixed {
    padding: 10px 0 0; }
    .mobile-container.fixed .mobile_logo img {
      max-width: 200px; }
  @media (max-width: 991px) {
    .mobile-container {
      display: block; } }
  .mobile-container .mobile_logo {
    padding-bottom: 0; }
    .mobile-container .mobile_logo img {
      max-width: 309px;
      margin: 0 auto; }
      @media (max-width: 375px) {
        .mobile-container .mobile_logo img {
          max-width: 120px; } }
  .mobile-container .mobile-nav {
    margin-right: 20px; }
    .mobile-container .mobile-nav .hamburger {
      padding: 0; }
      .mobile-container .mobile-nav .hamburger.is-active .hamburger-inner:before {
        top: 0; }
      .mobile-container .mobile-nav .hamburger:focus {
        outline: 0; }
    .mobile-container .mobile-nav .flex-btn {
      border-radius: 0px;
      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;
      border: 0;
      width: 50px;
      height: 50px;
      border-radius: 0%;
      color: #ffffff;
      font-size: 20px;
      text-align: center; }
      @media (max-width: 500px) {
        .mobile-container .mobile-nav .flex-btn {
          width: 35px;
          height: 35px; } }
      .mobile-container .mobile-nav .flex-btn:focus {
        outline: 0; }
      @media (max-width: 500px) {
        .mobile-container .mobile-nav .flex-btn .hamburger-box {
          width: 20px;
          height: 15px; } }
      .mobile-container .mobile-nav .flex-btn .hamburger-inner {
        height: 4px;
        border-radius: 0; }
        @media (max-width: 500px) {
          .mobile-container .mobile-nav .flex-btn .hamburger-inner {
            height: 2px;
            width: 20px; } }
        .mobile-container .mobile-nav .flex-btn .hamburger-inner:after {
          height: 4px;
          border-radius: 0; }
          @media (max-width: 500px) {
            .mobile-container .mobile-nav .flex-btn .hamburger-inner:after {
              height: 2px;
              top: -6px;
              width: 20px; } }
        .mobile-container .mobile-nav .flex-btn .hamburger-inner:before {
          height: 4px;
          border-radius: 0; }
          @media (max-width: 500px) {
            .mobile-container .mobile-nav .flex-btn .hamburger-inner:before {
              height: 2px;
              top: -12px;
              width: 20px; } }
  .mobile-container .flex-wrap {
    background: transparent; }
    .mobile-container .flex-wrap .flex-item.left-nav {
      width: 50%;
      padding-left: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 309px; }
      @media (max-width: 500px) {
        .mobile-container .flex-wrap .flex-item.left-nav {
          width: 60%; } }
      @media (max-width: 375px) {
        .mobile-container .flex-wrap .flex-item.left-nav {
          padding-left: 20px; } }
    .mobile-container .flex-wrap .flex-item.right-nav {
      padding-right: 30px;
      width: 40%;
      max-width: 185px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 500px) {
        .mobile-container .flex-wrap .flex-item.right-nav {
          width: 35%; } }
      @media (max-width: 425px) {
        .mobile-container .flex-wrap .flex-item.right-nav {
          width: 42%; } }
      .mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        max-width: 105px; }
        @media (max-width: 500px) {
          .mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
            max-width: 70px; } }
        .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
          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;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          font-size: 20px;
          text-align: center; }
          @media (max-width: 500px) {
            .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
              width: 30px;
              height: 30px;
              font-size: 14px; } }
          .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a .phone:before {
            content: "";
            background: url("https://s3.amazonaws.com/static.organiclead.com/Site-e8cded92-df14-4bd9-96aa-da854ee86d7d/phone_ico.png");
            width: 15px;
            height: 29px;
            display: block; }
          .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a .phone i {
            display: none; }
          .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:hover {
            text-decoration: none; }
  .mobile-container .mobile_menu {
    display: none; }

#menu_container {
  padding-top: 0; }
  #menu_container .hamburger {
    position: absolute;
    top: 10px;
    right: 0; }
    #menu_container .hamburger .hamburger-inner {
      width: 20px;
      height: 4px;
      border-radius: 0; }
      @media (max-width: 500px) {
        #menu_container .hamburger .hamburger-inner {
          height: 2px; } }
      #menu_container .hamburger .hamburger-inner:after, #menu_container .hamburger .hamburger-inner:before {
        height: 4px;
        border-radius: 0;
        width: 20px; }
        @media (max-width: 500px) {
          #menu_container .hamburger .hamburger-inner:after, #menu_container .hamburger .hamburger-inner:before {
            height: 2px; } }
  #menu_container .mm-navbar {
    position: static;
    height: auto;
    border: 0;
    display: none; }
    #menu_container .mm-navbar img {
      max-width: 150px; }
  #menu_container .mm-listview {
    margin-top: 50px; }
    #menu_container .mm-listview .mm-listitem {
      padding: 10px 0; }
      #menu_container .mm-listview .mm-listitem.lbl a {
        font-weight: 600;
        font-size: 18px; }
      #menu_container .mm-listview .mm-listitem a i {
        font-size: 20px;
        margin-right: 20px; }
        #menu_container .mm-listview .mm-listitem a i.fa-youtube-square:before {
          content: "\f431" !important; }
      #menu_container .mm-listview .mm-listitem:nth-child(2) a:before {
        content: "\f015";
        margin-right: 20px;
        font-size: 20px; }
      #menu_container .mm-listview .mm-listitem:nth-child(3) a:before {
        content: "\f559";
        margin-right: 20px;
        font-size: 20px; }
      #menu_container .mm-listview .mm-listitem:nth-child(4) a:before {
        content: "\f2b5";
        margin-right: 20px;
        font-size: 20px; }
      #menu_container .mm-listview .mm-listitem:nth-child(5) a:before {
        content: "\f0f0";
        margin-right: 20px;
        font-size: 20px; }
      #menu_container .mm-listview .mm-listitem:nth-child(6) a:before {
        content: "\f469";
        margin-right: 20px;
        font-size: 20px; }
      #menu_container .mm-listview .mm-listitem:after {
        border-color: rgba(255, 255, 255, 0.1) !important; }

/* ---- END MOBILE ---- */
/* ----- INNER PAGE ----- */
body, .ry-form input[type="text"], .ry-form select, .ry-form textarea, .ry-btn {
  font-family: 'Montserrat', sans-serif; }

.mobile-container .flex-wrap, .mobile-container .flex-wrap .flex-item.left-nav, .mobile-container .flex-wrap .flex-item.right-nav .mobile-button, #ry-pg-body #srvc-box.style2 .service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

body.default {
  color: #403f40; }
  body.default #ry-section-header {
    position: relative; }
    body.default #ry-section-header .header-wrap {
      border-bottom: 0; }

#ry-pg-banner .ry-bnr-wrp {
  height: 400px;
  display: none;
  background-position: 50% !important;
  background-size: cover !important; }
  @media screen and (min-width: 992px) and (max-width: 1440px) {
    #ry-pg-banner .ry-bnr-wrp {
      background-position: 70% !important; } }
  @media (max-width: 991px) {
    #ry-pg-banner .ry-bnr-wrp {
      height: 300px;
      margin-top: 50px; }
      #ry-pg-banner .ry-bnr-wrp:after {
        content: "";
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media (max-width: 768px) {
    #ry-pg-banner .ry-bnr-wrp {
      background-position: 70% !important; } }
  @media (max-width: 500px) {
    #ry-pg-banner .ry-bnr-wrp {
      background-position: 80% !important; } }
  #ry-pg-banner .ry-bnr-wrp .ry-pg-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9; }
    #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
      text-transform: capitalize;
      font-size: calc(30px + 15 * ((100vw - 500px) / 940)); }
      @media screen and (max-width: 500px) {
        #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
          font-size: 30px; } }
      @media screen and (min-width: 1440px) {
        #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
          font-size: 45px; } }
      @media (max-width: 991px) {
        #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
          text-align: center; } }
  #ry-pg-banner .ry-bnr-wrp img {
    display: none; }

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

#ry-sidebar .ry-sb-main {
  margin-bottom: 20px; }

#ry-sidebar .ry-sb-articles {
  margin-bottom: 20px; }

#ry-sidebar #searchfield {
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    #ry-sidebar #searchfield {
      margin-top: 20px; } }
  #ry-sidebar #searchfield input {
    border-radius: 0px !important;
    border: 1px solid #c6cfd6;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0px !important;
    min-height: 50px;
    max-width: 100%;
    width: 100%;
    border-right: 0px;
    padding-left: 30px;
    font: 400 15px/24px georgia, serif !important; }
    #ry-sidebar #searchfield input::-webkit-input-placeholder {
      font: 400 15px/24px georgia, serif !important;
      color: rgba(112, 120, 128, 0.5) !important;
      font-style: italic !important; }
    #ry-sidebar #searchfield input::-moz-placeholder {
      font: 400 15px/24px georgia, serif !important;
      color: rgba(112, 120, 128, 0.5) !important;
      font-style: italic !important; }
    #ry-sidebar #searchfield input:-ms-input-placeholder {
      font: 400 15px/24px georgia, serif !important;
      color: rgba(112, 120, 128, 0.5) !important;
      font-style: italic !important; }
    #ry-sidebar #searchfield input:-moz-placeholder {
      font: 400 15px/24px georgia, serif !important;
      color: rgba(112, 120, 128, 0.5) !important;
      font-style: italic !important; }
    #ry-sidebar #searchfield input::-ms-input-placeholder {
      font: 400 15px/24px georgia, serif !important;
      color: rgba(112, 120, 128, 0.5) !important;
      font-style: italic !important; }
  #ry-sidebar #searchfield button {
    width: auto;
    max-height: 50px;
    border: 1px solid #c6cfd6;
    border-left: 0px !important;
    border-radius: 0px !important;
    outline: 0px !important;
    display: inline-block;
    font-size: 18px;
    color: rgba(112, 120, 128, 0.5);
    padding-right: 30px; }

#ry-sidebar .ry-sb-title {
  padding: 20px 30px;
  font-size: calc(18px + 12 * ((100vw - 500px) / 940)); }
  @media screen and (max-width: 500px) {
    #ry-sidebar .ry-sb-title {
      font-size: 18px; } }
  @media screen and (min-width: 1440px) {
    #ry-sidebar .ry-sb-title {
      font-size: 30px; } }

#ry-sidebar .ry-link-wrp {
  margin: 0;
  list-style: none;
  padding-left: 0;
  background: #fff;
  padding: 0 30px;
  -webkit-box-shadow: 1px 1px 120px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 120px rgba(0, 0, 0, 0.1); }
  #ry-sidebar .ry-link-wrp .ry-link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(219, 225, 230, 0.3); }
    #ry-sidebar .ry-link-wrp .ry-link-item.ry-drop-nav {
      display: block; }
      #ry-sidebar .ry-link-wrp .ry-link-item.ry-drop-nav:after {
        display: none; }
      #ry-sidebar .ry-link-wrp .ry-link-item.ry-drop-nav ul {
        display: none;
        margin-top: 20px; }
        #ry-sidebar .ry-link-wrp .ry-link-item.ry-drop-nav ul li {
          margin-bottom: 10px; }
    #ry-sidebar .ry-link-wrp .ry-link-item:last-child {
      border-bottom: 0; }
    #ry-sidebar .ry-link-wrp .ry-link-item:after {
      content: "\f105";
      font-family: fontawesome !important;
      color: rgba(64, 63, 64, 0.5);
      font-size: 18px; }
    #ry-sidebar .ry-link-wrp .ry-link-item a {
      font-size: calc(18px + 2 * ((100vw - 500px) / 940)); }
      @media screen and (max-width: 500px) {
        #ry-sidebar .ry-link-wrp .ry-link-item a {
          font-size: 18px; } }
      @media screen and (min-width: 1440px) {
        #ry-sidebar .ry-link-wrp .ry-link-item a {
          font-size: 20px; } }

#ry-sidebar #accordion {
  padding: 0; }
  #ry-sidebar #accordion .ry-link-item {
    padding: 20px 45px; }
    #ry-sidebar #accordion .ry-link-item > a {
      display: block; }
      #ry-sidebar #accordion .ry-link-item > a:after {
        content: "\f055";
        font-family: fontawesome;
        display: block;
        float: right; }
    #ry-sidebar #accordion .ry-link-item.open {
      background: #f2fcfd;
      position: relative; }
      #ry-sidebar #accordion .ry-link-item.open:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: #403f40; }
      #ry-sidebar #accordion .ry-link-item.open > a {
        display: block; }
        #ry-sidebar #accordion .ry-link-item.open > a:after {
          content: "\f056";
          font-family: fontawesome;
          display: block;
          float: right; }
    #ry-sidebar #accordion .ry-link-item li a:before {
      content: "\f105";
      font-family: fontawesome;
      margin-right: 15px; }

#ry-sidebar .ry-sb-cta .ry-cta-wrp {
  background-size: cover !important;
  min-height: 240px;
  padding: 9.5% 12%; }
  @media (max-width: 991px) {
    #ry-sidebar .ry-sb-cta .ry-cta-wrp {
      text-align: center; } }
  #ry-sidebar .ry-sb-cta .ry-cta-wrp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%; }
  #ry-sidebar .ry-sb-cta .ry-cta-wrp:nth-child(1) {
    margin: 0 0 20px; }
  @media (max-width: 991px) {
    #ry-sidebar .ry-sb-cta .ry-cta-wrp {
      padding: 0;
      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-size: cover !important;
      min-height: 240px;
      max-width: 450px;
      float: none;
      margin: 20px auto !important; } }
  #ry-sidebar .ry-sb-cta .ry-cta-wrp h4 {
    font-size: calc(20px + 8 * ((100vw - 500px) / 900));
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff !important; }
    @media screen and (max-width: 500px) {
      #ry-sidebar .ry-sb-cta .ry-cta-wrp h4 {
        font-size: 20px; } }
    @media screen and (min-width: 1400px) {
      #ry-sidebar .ry-sb-cta .ry-cta-wrp h4 {
        font-size: 28px; } }

@media (max-width: 991px) {
  #ry-sidebar .contact-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#ry-sidebar .contact-table td:first-child {
  font: 400 16px/40px montserrat, sans-serif; }

#ry-sidebar .contact-table td:last-child {
  font: 300 16px/28px montserrat, sans-serif; }

#ry-sidebar .contact-table #adr td:first-child {
  position: relative;
  top: 0;
  vertical-align: top;
  min-width: 85px; }

#ry-sidebar .contact-table a.directions.primary-btn {
  display: block;
  padding: 0 !important;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  height: auto;
  padding: 5px 20px;
  font-size: 12px;
  position: relative;
  top: 3px; }

#ry-sidebar .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    #ry-sidebar .social-wrap {
      -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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #ry-sidebar .social-wrap .lbl {
    min-width: 85px;
    font: 400 16px/40px montserrat, sans-serif; }

#ry-sidebar .social-inner-wrap li {
  width: 40px;
  height: 40px; }
  #ry-sidebar .social-inner-wrap li a {
    height: 100%;
    width: 100%; }

#ry-pg-body {
  padding: 100px 0; }
  @media (max-width: 991px) {
    #ry-pg-body {
      padding: 50px 0; } }
  @media (max-width: 991px) {
    #ry-pg-body .ry-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #ry-pg-body .ry-left {
    width: 63%; }
    @media (max-width: 991px) {
      #ry-pg-body .ry-left {
        width: 100%; } }
  #ry-pg-body .ry-right {
    width: 30%; }
    @media (max-width: 991px) {
      #ry-pg-body .ry-right {
        width: 100%; } }
  @media (max-width: 991px) {
    #ry-pg-body .ry-text {
      text-align: center; } }
#ry-pg-body .ry-text h3 {
    line-height: 1;
    font-size: calc(30px + 15 * ((100vw - 500px) / 940));
    margin-bottom: 20px;
    margin-top: 50px;
}
  #ry-pg-body .ry-text h3 {
    line-height: 1;
    font-size: calc(30px + 15 * ((100vw - 500px) / 940));
   margin-bottom: 20px;
	margin-top: 50px; }
    @media screen and (max-width: 500px) {
      #ry-pg-body .ry-text h3 {
        font-size: 30px; } }
    @media screen and (min-width: 1440px) {
      #ry-pg-body .ry-text h3 {
        font-size: 35px; } }
  #ry-pg-body .ry-text h4 {
    line-height: 1;
    font-size: calc(20px + 10 * ((100vw - 500px) / 940));
    margin-bottom: 10px;
    margin-top: 0; }
    @media screen and (max-width: 500px) {
      #ry-pg-body .ry-text h4 {
        font-size: 20px; } }
    @media screen and (min-width: 1440px) {
      #ry-pg-body .ry-text h4 {
        font-size: 20px; } }
  #ry-pg-body .ry-text p {
    font-size: calc(18px + 2 * ((100vw - 500px) / 940)); }
    @media screen and (max-width: 500px) {
      #ry-pg-body .ry-text p {
        font-size: 16px; } }
    @media screen and (min-width: 1440px) {
      #ry-pg-body .ry-text p {
        font-size: 16px; } }
  #ry-pg-body .ry-text .search-result.page {
    margin-bottom: 20px; }
  #ry-pg-body .ry-text .description {
    line-height: 30px; }
  #ry-pg-body .ry-text .search-result, #ry-pg-body .ry-text .description {
    line-height: 30px;
    font-size: calc(18px + 2 * ((100vw - 500px) / 940)); }
    @media screen and (max-width: 500px) {
      #ry-pg-body .ry-text .search-result, #ry-pg-body .ry-text .description {
        font-size: 18px; } }
    @media screen and (min-width: 1440px) {
      #ry-pg-body .ry-text .search-result, #ry-pg-body .ry-text .description {
        font-size: 20px; } }
  #ry-pg-body .ry-text a {
    text-transform: capitalize; }
  #ry-pg-body .ry-text ul {
    padding-left: 30px; }
    @media (max-width: 991px) {
      #ry-pg-body .ry-text ul {
        padding-left: 0; } }
    #ry-pg-body .ry-text ul.pagination {
      padding-left: 0; }
      #ry-pg-body .ry-text ul.pagination li:before {
        display: none; }
    #ry-pg-body .ry-text ul li {
      position: relative;
      line-height: 30px; }
      @media (max-width: 991px) {
        #ry-pg-body .ry-text ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #ry-pg-body .ry-text ul li:before {
        content: "\f054";
        font-size: 12px;
        position: absolute;
        left: -20px; }
        @media (max-width: 991px) {
          #ry-pg-body .ry-text ul li:before {
            left: 0;
            position: relative;
            margin-right: 10px; } }
  #ry-pg-body .ry-photo {
    padding: 30px 0 30px; }
    #ry-pg-body .ry-photo.left {
      width: 40%;
      max-width: 300px;
      padding: 0;
      margin: 0 30px 0 0; }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        #ry-pg-body .ry-photo.left {
          width: 60%;
          float: none;
          margin: 0 auto 20px; } }
      @media (max-width: 991px) {
        #ry-pg-body .ry-photo.left {
          width: 50%;
          margin: 0 20px 10px 0; } }
      @media (max-width: 768px) {
        #ry-pg-body .ry-photo.left {
          width: 100%;
          float: none;
          margin: 20px auto; } }
      @media (max-width: 500px) {
        #ry-pg-body .ry-photo.left {
          width: 100%; } }
    #ry-pg-body .ry-photo.right {
      width: 40%;
      max-width: 300px;
      float: right;
      margin: 0 0 10px 20px; }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        #ry-pg-body .ry-photo.right {
          width: 60%;
          float: none;
          margin: 0 auto 20px; } }
      @media (max-width: 991px) {
        #ry-pg-body .ry-photo.right {
          margin: 0 0 50px 20px; } }
      @media (max-width: 500px) {
        #ry-pg-body .ry-photo.right {
          width: 100%;
          margin: 0 0 10px; } }
  #ry-pg-body .btn-primary {
    height: 60px;
    width: 140px;
    border: none; }
  #ry-pg-body .review-item {
    padding: 60px 0 95px;
    border-bottom: 1px solid #dbe1e6; }
    @media (max-width: 991px) {
      #ry-pg-body .review-item {
        padding: 20px; } }
    #ry-pg-body .review-item:last-child {
      border-bottom: 0; }
    #ry-pg-body .review-item h5 {
      font-size: calc(16px + 2 * ((100vw - 500px) / 940));
      margin-bottom: 15px; }
      @media screen and (max-width: 500px) {
        #ry-pg-body .review-item h5 {
          font-size: 16px; } }
      @media screen and (min-width: 1440px) {
        #ry-pg-body .review-item h5 {
          font-size: 18px; } }
    #ry-pg-body .review-item em {
      font-style: italic; }
  #ry-pg-body .rev-form-box {
    padding: 60px 50px 80px !important; }
    @media (max-width: 500px) {
      #ry-pg-body .rev-form-box {
        padding: 10% !important; } }
    #ry-pg-body .rev-form-box h3 {
      margin-top: 0; }
    #ry-pg-body .rev-form-box .form-group {
      margin-bottom: 0; }
    #ry-pg-body .rev-form-box .star-box {
      margin-left: 30px; }
      @media (max-width: 991px) {
        #ry-pg-body .rev-form-box .star-box {
          margin-left: 0;
          font-size: 18px; } }
      #ry-pg-body .rev-form-box .star-box .blank-star .fa {
        color: #c6c8ca; }
      #ry-pg-body .rev-form-box .star-box .star-active .fa {
        color: #e5c865 !important; }
      #ry-pg-body .rev-form-box .star-box .star-rated .fa {
        color: #e5c865 !important; }
      #ry-pg-body .rev-form-box .star-box .star-active .fa {
        color: #e5c865 !important; }
    #ry-pg-body .rev-form-box .pg-fields {
      max-width: 98%;
      float: right;
      min-height: 55px;
      border-radius: 0px;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      outline: 0px !important;
      border: 1px solid #c6cfd6;
      padding: 10px 15px;
      font: 400 15px/24px georgia, serif;
      font-style: italic;
      color: #707880 !important; }
      #ry-pg-body .rev-form-box .pg-fields::-webkit-input-placeholder {
        color: rgba(112, 120, 128, 0.5) !important;
        font: 400 15px/24px georgia, serif;
        font-style: italic;
        color: #333; }
      #ry-pg-body .rev-form-box .pg-fields::-moz-placeholder {
        color: rgba(112, 120, 128, 0.5) !important;
        font: 400 15px/24px georgia, serif;
        font-style: italic;
        color: #333; }
      #ry-pg-body .rev-form-box .pg-fields:-ms-input-placeholder {
        color: rgba(112, 120, 128, 0.5) !important;
        font: 400 15px/24px georgia, serif;
        font-style: italic;
        color: #333; }
      #ry-pg-body .rev-form-box .pg-fields:-moz-placeholder {
        color: rgba(112, 120, 128, 0.5) !important;
        font: 400 15px/24px georgia, serif;
        font-style: italic;
        color: #333; }
      #ry-pg-body .rev-form-box .pg-fields::-ms-input-placeholder {
        color: rgba(112, 120, 128, 0.5) !important;
        font: 400 15px/24px georgia, serif;
        font-style: italic;
        color: #333; }
    #ry-pg-body .rev-form-box textarea.pg-fields {
      min-height: 250px;
      max-width: 100%;
      min-width: 100%; }
    #ry-pg-body .rev-form-box .rate-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        #ry-pg-body .rev-form-box .rate-box {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #ry-pg-body .rev-form-box .rate-box .pg-copy {
        margin-bottom: 0;
        margin-right: 30px; }
        @media (max-width: 991px) {
          #ry-pg-body .rev-form-box .rate-box .pg-copy {
            margin: 0; } }
    #ry-pg-body .rev-form-box .rf-box {
      margin-bottom: 35px; }
  #ry-pg-body .formBox {
    padding: 50px;
    border: 1px solid #eee;
    margin-top: 30px; }
    @media (max-width: 500px) {
      #ry-pg-body .formBox {
        padding: 10%; } }
    #ry-pg-body .formBox .leadbox .pg-copy p {
      margin-bottom: 5px; }
    #ry-pg-body .formBox .pg-fields {
      max-width: 100%;
      float: right;
      min-height: 55px;
      border-radius: 0px;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      outline: 0px !important;
      border: 1px solid #c6cfd6;
      padding: 10px 15px;
      font: 400 15px/24px georgia, serif;
      font-style: italic;
      color: #707880 !important; }
    #ry-pg-body .formBox .pg-fields::-webkit-input-placeholder {
      color: rgba(112, 120, 128, 0.5) !important;
      font: 400 15px/24px georgia, serif;
      font-style: italic; }
    #ry-pg-body .formBox textarea.pg-fields {
      min-height: 250px;
      max-width: 100%;
      min-width: 100%; }
  #ry-pg-body #srvc-box {
    margin-top: 40px !important; }
    #ry-pg-body #srvc-box.style2 .service-items {
      padding: 50px 0 !important;
      background: none;
      border: 0;
      border-bottom: 1px solid rgba(189, 189, 189, 0.5); }
      #ry-pg-body #srvc-box.style2 .service-items:first-child {
        padding-top: 0 !important; }
      #ry-pg-body #srvc-box.style2 .service-items:last-child {
        border-bottom: 0; }
      @media screen and (min-width: 992px) and (max-width: 1440px) {
        #ry-pg-body #srvc-box.style2 .service-items {
          -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; } }
      @media (max-width: 991px) {
        #ry-pg-body #srvc-box.style2 .service-items {
          -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-pg-body #srvc-box.style2 .service-items img {
        max-width: 265px;
        margin: 0; }
      #ry-pg-body #srvc-box.style2 .service-items .service-info {
        width: 62%;
        margin-top: 0; }
        @media screen and (min-width: 992px) and (max-width: 1440px) {
          #ry-pg-body #srvc-box.style2 .service-items .service-info {
            width: 100%;
            margin-top: 20px; } }
        @media (max-width: 991px) {
          #ry-pg-body #srvc-box.style2 .service-items .service-info {
            width: 100%;
            margin-top: 20px; } }
      @media (max-width: 991px) {
        #ry-pg-body #srvc-box.style2 .service-items h4 {
          text-align: center; } }
      @media screen and (min-width: 992px) and (max-width: 1440px) {
        #ry-pg-body #srvc-box.style2 .service-items h4 {
          text-align: center; } }
    #ry-pg-body #srvc-box .service-items {
      -webkit-transform: scale(0.96);
              transform: scale(0.96);
      padding: 40px 20px !important;
      border: 1px solid #c6cfd6; }
      #ry-pg-body #srvc-box .service-items img {
        max-width: 100px;
        float: none;
        margin: 0 auto; }
      #ry-pg-body #srvc-box .service-items .service-info {
        margin: 50px 0 10px; }
        #ry-pg-body #srvc-box .service-items .service-info h4 {
          font-size: 20px;
          font-weight: 600; }
  #ry-pg-body .teambox {
    margin: 50px 0 0; }
    #ry-pg-body .teambox h3 {
      margin-bottom: 70px; }
    #ry-pg-body .teambox .team-item {
      margin-bottom: 90px; }
      #ry-pg-body .teambox .team-item h4 {
        font-weight: 700; }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          #ry-pg-body .teambox .team-item h4 {
            text-align: center; } }
      #ry-pg-body .teambox .team-item h5 {
        margin-bottom: 40px;
        font-weight: 500; }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          #ry-pg-body .teambox .team-item h5 {
            text-align: center; } }
      #ry-pg-body .teambox .team-item p {
        text-align: justify; }
  #ry-pg-body .result-box a {
    display: block; }
  #ry-pg-body .no-result {
    display: none; }
  #ry-pg-body ul.pagination a {
    border: 0; }
  #ry-pg-body .primary-btn:hover {
    border: 0; }
  #ry-pg-body .alert {
    margin-top: 20px; }
  #ry-pg-body .ry-list-wrp {
    margin-top: 50px; }
    #ry-pg-body .ry-list-wrp .ry-list-item {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px dashed #eee;
      padding: 0 0 1em;
      margin-bottom: 2em; }
      @media (max-width: 991px) {
        #ry-pg-body .ry-list-wrp .ry-list-item {
          -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-pg-body .ry-list-wrp .ry-list-item:last-child {
        border: 0; }
      #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-photo {
        width: 25%; }
        @media (max-width: 991px) {
          #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-photo {
            width: 100%;
            float: none;
            margin: 20px auto;
            max-width: 300px; } }
      #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content {
        width: 70%; }
        @media (max-width: 991px) {
          #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content {
            width: 100%; } }
        #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-title {
          margin-bottom: 20px; }
          #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
            font-size: calc(20px + 2 * ((100vw - 500px) / 940));
            margin-bottom: 20px; }
            @media screen and (max-width: 500px) {
              #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
                font-size: 20px; } }
            @media screen and (min-width: 1440px) {
              #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
                font-size: 22px; } }
        #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt {
          font-size: calc(18px + 2 * ((100vw - 500px) / 940));
          line-height: 28px;
          text-align: justify; }
          @media screen and (max-width: 500px) {
            #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt {
              font-size: 18px; } }
          @media screen and (min-width: 1440px) {
            #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt {
              font-size: 20px; } }
        #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .primary-btn {
          display: block;
          max-width: 140px;
          margin-top: 20px; }
          @media (max-width: 991px) {
            #ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .primary-btn {
              margin: 20px auto; } }

/* ---- END INNER PAGE ---- */