#ry-section-header .ry-right .ry-leads .ry-contact li span, #ry-section-header .ry-right .ry-leads .ry-contact li a {
  font-family: Montserrat, sans-serif;
  transition: all ease 0.3s;
  transition-delay: 0.1s;
  color: #cda349;
  font-size: calc(15px + 0 *((100vw - 500px) / 1100));
  line-height: 20px !important; }

#ry-section-about {
  padding: 50px 0 100px;
  position: relative;
  z-index: 2;
  background: #fff; }
  #ry-section-about .ry-container {
    max-width: 1280px;
    margin: auto;
    float: none; }
    #ry-section-about .ry-container #about {
      -ms-flex-direction: column;
          flex-direction: column; }
      #ry-section-about .ry-container #about h2 {
        font-family: Alice, serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 45px; }
        #ry-section-about .ry-container #about h2 .span-1 {
          font-weight: 700;
          color: #cda349;
          font-size: 45px; }
      #ry-section-about .ry-container #about p {
        font-size: calc(16px + 1 *((100vw - 320px) / 1280));
        font-weight: 500; }
      #ry-section-about .ry-container #about .ry-btn-primary {
        max-width: 215px;
        text-align: center;
        margin: auto;
        margin-top: 3em; }

#ry-section-services {
  padding: 0;
  position: relative;
  z-index: 2; }
  #ry-section-services .ry-content {
    padding: 0;
    display: -ms-flexbox;
    display: flex; }
    #ry-section-services .ry-content .ry-each-box-text {
      font-family: Alice, serif;
      color: #fff;
      position: relative;
      line-height: 40px !important;
      display: block;
      font-size: calc(20px + 8 *((100vw - 500px) / 1100));
      text-shadow: 2px 2px 10px rgba(158, 125, 116, 0.7); }
      #ry-section-services .ry-content .ry-each-box-text span {
        position: relative;
        line-height: 33px !important;
        font-size: calc(20px + 8 *((100vw - 500px) / 1100));
        display: block; }
        #ry-section-services .ry-content .ry-each-box-text span span {
          display: block; }
    #ry-section-services .ry-content .ry-each-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; }
    #ry-section-services .ry-content .ry-each-box-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      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); }
    #ry-section-services .ry-content .ry-each {
      cursor: pointer; }
      #ry-section-services .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;
        transition: 0.3s ease;
        opacity: 0; }
      #ry-section-services .ry-content .ry-each .ry-each-box-text {
        opacity: 1; }
      #ry-section-services .ry-content .ry-each:hover:before {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        border-color: #cda349; }
      #ry-section-services .ry-content .ry-each:hover .ry-each-box-image {
        -webkit-transform: scale(1.06);
                transform: scale(1.06); }
      #ry-section-services .ry-content .ry-each:hover .ry-each-box-text {
        opacity: 0.6; }
    #ry-section-services .ry-content .ry-flex-left {
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #ry-section-services .ry-content .ry-flex-left .ry-each {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        height: 20.5vw;
        position: relative;
        overflow: hidden;
        padding: 0; }
        #ry-section-services .ry-content .ry-flex-left .ry-each .ry-each-box-image {
          background-repeat: none;
          background-position: center;
          background-size: cover; }
      #ry-section-services .ry-content .ry-flex-left .ry-each-1 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -ms-flex-order: 1;
            order: 1; }
        #ry-section-services .ry-content .ry-flex-left .ry-each-1 .ry-each-box {
          padding: 5%;
          -ms-flex-align: start;
              align-items: flex-start; }
        #ry-section-services .ry-content .ry-flex-left .ry-each-1 .ry-each-box-text {
          position: absolute;
          right: 115px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
      #ry-section-services .ry-content .ry-flex-left .ry-each-2 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -ms-flex-order: 2;
            order: 2; }
        #ry-section-services .ry-content .ry-flex-left .ry-each-2 .ry-each-box {
          padding: 5%;
          -ms-flex-align: start;
              align-items: flex-start; }
        #ry-section-services .ry-content .ry-flex-left .ry-each-2 .ry-each-box-text {
          position: absolute;
          top: 90px;
          left: 35px;
          max-width: 210px; }
    #ry-section-services .ry-content .ry-flex-right {
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      #ry-section-services .ry-content .ry-flex-right .ry-flex-divisor {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding: 0; }
      #ry-section-services .ry-content .ry-flex-right .ry-each {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        position: relative;
        overflow: hidden;
        height: 41vw; }
        #ry-section-services .ry-content .ry-flex-right .ry-each .ry-each-box-image {
          background-repeat: none;
          background-position: center;
          background-size: cover; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-1 {
        height: 41vw; }
        #ry-section-services .ry-content .ry-flex-right .ry-each-1 .ry-each-box-text {
          margin-left: 0;
          margin-bottom: 0; }
        #ry-section-services .ry-content .ry-flex-right .ry-each-1 .ry-each-box {
          -ms-flex-pack: end;
              justify-content: flex-end;
          -ms-flex-align: start;
              align-items: flex-start;
          padding: 10%; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-2 {
        height: 20.5vw; }
        #ry-section-services .ry-content .ry-flex-right .ry-each-2 .ry-each-box {
          padding: 10%;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: end;
              align-items: flex-end; }
        #ry-section-services .ry-content .ry-flex-right .ry-each-2 .ry-each-box-text {
          position: absolute;
          right: 35px;
          bottom: 35px; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-3 {
        height: 20.5vw; }
        #ry-section-services .ry-content .ry-flex-right .ry-each-3 .ry-each-box {
          padding: 10%;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
        #ry-section-services .ry-content .ry-flex-right .ry-each-3 .ry-each-box-text {
          position: absolute;
          right: 35px;
          bottom: 35px; }
          #ry-section-services .ry-content .ry-flex-right .ry-each-3 .ry-each-box-text span {
            display: inline-block; }

#ry-section-map {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2; }
  #ry-section-map .ry-each-4 {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #fff; }
    #ry-section-map .ry-each-4 .cmsForm {
      width: 75%; }
      #ry-section-map .ry-each-4 .cmsForm input {
        font-family: Montserrat, sans-serif; }
      #ry-section-map .ry-each-4 .cmsForm textarea {
        font-family: Montserrat, sans-serif;
        padding-top: 15px !important;
        height: 150px !important; }
      #ry-section-map .ry-each-4 .cmsForm div {
        padding: 0; }
      #ry-section-map .ry-each-4 .cmsForm .__name {
        position: relative;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        #ry-section-map .ry-each-4 .cmsForm .__name:hover:before {
          -webkit-transform: rotate(20deg) translateY(-6px);
                  transform: rotate(20deg) translateY(-6px); }
        #ry-section-map .ry-each-4 .cmsForm .__name:hover:after {
          -webkit-transform: rotatex(75deg) scale(1.5);
                  transform: rotatex(75deg) scale(1.5);
          opacity: 0; }
        #ry-section-map .ry-each-4 .cmsForm .__name:before {
          content: '\f015';
          font-family: fontawesome;
          position: absolute;
          z-index: 999;
          top: 18px;
          left: 37px;
          color: #333333;
          opacity: 0.5;
          font-size: 18px;
          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);
          content: '\f2c0';
          font-size: 18px; }
        #ry-section-map .ry-each-4 .cmsForm .__name:after {
          content: '';
          width: 15px;
          height: 15px;
          border-radius: 50%;
          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; }
      #ry-section-map .ry-each-4 .cmsForm .__email {
        position: relative;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        #ry-section-map .ry-each-4 .cmsForm .__email:hover:before {
          -webkit-transform: rotate(20deg) translateY(-6px);
                  transform: rotate(20deg) translateY(-6px); }
        #ry-section-map .ry-each-4 .cmsForm .__email:hover:after {
          -webkit-transform: rotatex(75deg) scale(1.5);
                  transform: rotatex(75deg) scale(1.5);
          opacity: 0; }
        #ry-section-map .ry-each-4 .cmsForm .__email:before {
          content: '\f015';
          font-family: fontawesome;
          position: absolute;
          z-index: 999;
          top: 18px;
          left: 37px;
          color: #333333;
          opacity: 0.5;
          font-size: 18px;
          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); }
        #ry-section-map .ry-each-4 .cmsForm .__email:after {
          content: '';
          width: 15px;
          height: 15px;
          border-radius: 50%;
          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; }
      #ry-section-map .ry-each-4 .cmsForm .__phone {
        position: relative;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        #ry-section-map .ry-each-4 .cmsForm .__phone:hover:before {
          -webkit-transform: rotate(20deg) translateY(-6px);
                  transform: rotate(20deg) translateY(-6px); }
        #ry-section-map .ry-each-4 .cmsForm .__phone:hover:after {
          -webkit-transform: rotatex(75deg) scale(1.5);
                  transform: rotatex(75deg) scale(1.5);
          opacity: 0; }
        #ry-section-map .ry-each-4 .cmsForm .__phone:before {
          content: '\f015';
          font-family: fontawesome;
          position: absolute;
          z-index: 999;
          top: 18px;
          left: 37px;
          color: #333333;
          opacity: 0.5;
          font-size: 18px;
          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); }
        #ry-section-map .ry-each-4 .cmsForm .__phone:after {
          content: '';
          width: 15px;
          height: 15px;
          border-radius: 50%;
          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; }
      #ry-section-map .ry-each-4 .cmsForm .__message {
        position: relative;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        #ry-section-map .ry-each-4 .cmsForm .__message:hover:before {
          -webkit-transform: rotate(20deg) translateY(-6px);
                  transform: rotate(20deg) translateY(-6px); }
        #ry-section-map .ry-each-4 .cmsForm .__message:hover:after {
          -webkit-transform: rotatex(75deg) scale(1.5);
                  transform: rotatex(75deg) scale(1.5);
          opacity: 0; }
        #ry-section-map .ry-each-4 .cmsForm .__message:before {
          content: '\f015';
          font-family: fontawesome;
          position: absolute;
          z-index: 999;
          top: 18px;
          left: 37px;
          color: #333333;
          opacity: 0.5;
          font-size: 18px;
          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);
          content: '\f040';
          font-size: 18px; }
        #ry-section-map .ry-each-4 .cmsForm .__message:after {
          content: '';
          width: 15px;
          height: 15px;
          border-radius: 50%;
          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; }
      #ry-section-map .ry-each-4 .cmsForm .split__box {
        display: -ms-flexbox;
        display: flex; }
        #ry-section-map .ry-each-4 .cmsForm .split__box .__email {
          padding-right: 5px; }
          #ry-section-map .ry-each-4 .cmsForm .split__box .__email:before {
            content: '\f003';
            font-size: 16px; }
        #ry-section-map .ry-each-4 .cmsForm .split__box .__phone {
          padding-left: 5px; }
          #ry-section-map .ry-each-4 .cmsForm .split__box .__phone:before {
            content: '\f095';
            font-size: 18px; }
      #ry-section-map .ry-each-4 .cmsForm h2 {
        font-family: Alice, serif;
        font-size: calc(30px + 15 *((100vw - 500px) / 1100));
        margin-bottom: 10px;
        line-height: 50px; }
      #ry-section-map .ry-each-4 .cmsForm .form-control {
        box-shadow: none;
        border-color: #eff0f1;
        height: 55px;
        border-radius: 0;
        padding: 0 60px;
        font-size: calc(15px + 1 *((100vw - 500px) / 1100)); }
      #ry-section-map .ry-each-4 .cmsForm .btn-primary {
        padding: 16px 30px; }
      #ry-section-map .ry-each-4 .cmsForm .alert {
        padding: 14px 20px;
        border-color: #dcaaa9;
        color: #a94442; }
      #ry-section-map .ry-each-4 .cmsForm .has-error {
        border: 1px solid #a94442; }
      #ry-section-map .ry-each-4 .cmsForm .ry-btn-primary {
        width: 180px;
        transition: all .2s ease; }
    #ry-section-map .ry-each-4 p {
      font-family: Montserrat, sans-serif;
      font-size: calc(16px + 2 *((100vw - 320px) / 1280));
      font-weight: 400;
      color: #fff;
      margin-bottom: 40px;
      color: #333333; }
  #ry-section-map .ry-each {
    border: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    padding: 0;
    height: 44vw; }
    #ry-section-map .ry-each .map-widget iframe {
      height: 34vw; }
  #ry-section-map .ry-each-1 {
    background: #cda349;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    #ry-section-map .ry-each-1 .ry-content-wrap {
      width: 70%; }
    #ry-section-map .ry-each-1 h2 {
      font-family: Alice, serif;
      font-size: calc(30px + 15 *((100vw - 500px) / 1100));
      margin-bottom: 10px;
      line-height: 50px;
      color: #fff; }
    #ry-section-map .ry-each-1 p {
      font-family: Montserrat, sans-serif;
      font-size: calc(16px + 2 *((100vw - 320px) / 1280));
      font-weight: 400;
      color: #fff; }
    #ry-section-map .ry-each-1 div {
      font-family: Montserrat, sans-serif;
      font-size: calc(16px + 2 *((100vw - 320px) / 1280));
      font-weight: 400;
      color: #fff; }
  #ry-section-map .ry-each-2 {
    overflow: hidden; }
    #ry-section-map .ry-each-2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      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); }
    #ry-section-map .ry-each-2:hover:before {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  #ry-section-map .ry-each-3 {
    overflow: hidden; }

.ry-btn {
  font-family: Montserrat, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  overflow: hidden;
  height: 65px;
  font-weight: 400;
  padding: 0;
  border: 0;
  text-decoration: none !important;
  font-size: calc(16px + 1 *((100vw - 500px) / 940));
  max-width: 215px;
  margin: auto; }
  .ry-btn.ry-btn-primary {
    background: #333333;
    color: #fff; }
    .ry-btn.ry-btn-primary:after {
      color: #fff;
      background: transparent; }
    .ry-btn.ry-btn-primary:before {
      background: rgba(255, 255, 255, 0.2); }
  .ry-btn.ry-btn-secondary {
    background: transparent;
    color: #fff; }
    .ry-btn.ry-btn-secondary:before {
      background: rgba(255, 255, 255, 0.2); }
    .ry-btn.ry-btn-secondary:after {
      background: #cda349; }
  .ry-btn:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
  .ry-btn:after {
    content: "\f105";
    font-family: fontawesome;
    width: 27px;
    height: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    font-size: 19px;
    border-radius: 50%;
    transition: all 400ms ease;
    margin-left: 20px; }
  .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; }

#ry-section-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 35px 0; }
  #ry-section-header .ry-right {
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 1000px; }
    #ry-section-header .ry-right .ry-leads {
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      max-width: 1000px;
      float: right;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      #ry-section-header .ry-right .ry-leads .search-bar-widget {
        margin-right: 20px;
        width: 280px; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control {
          font-family: Montserrat, sans-serif;
          height: 72px;
          background-color: transparent;
          border: 1px solid rgba(191, 191, 191, 0.4);
          border-right: none !important;
          transition: all ease 0.3s;
          border-radius: 0;
          box-shadow: none;
          padding: 16px 28px;
          color: #fff;
          letter-spacing: 1px;
          text-decoration: none;
          display: block;
          font-weight: 500; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control::-webkit-input-placeholder {
          transition: opacity ease 0.3s;
          color: #fff !important;
          letter-spacing: 1px;
          text-decoration: none;
          display: block;
          font-weight: 500;
          opacity: 1; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control::-ms-input-placeholder {
          transition: opacity ease 0.3s;
          color: #fff !important;
          letter-spacing: 1px;
          text-decoration: none;
          display: block;
          font-weight: 500;
          opacity: 1;
          transition: opacity ease 0.3s;
          color: #fff !important;
          letter-spacing: 1px;
          text-decoration: none;
          display: block;
          font-weight: 500;
          opacity: 1; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control:-ms-input-placeholder {
          transition: opacity ease 0.3s;
          color: #fff !important;
          letter-spacing: 1px;
          text-decoration: none;
          display: block;
          font-weight: 500;
          opacity: 1; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control::placeholder {
          transition: opacity ease 0.3s;
          color: #fff !important;
          letter-spacing: 1px;
          text-decoration: none;
          display: block;
          font-weight: 500;
          opacity: 1; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control::focus {
          color: #fff; }
          #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control::focus:-ms-input-placeholder {
            opacity: 0.3;
            transition: opacity ease 0.3s; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder {
          opacity: 0.3;
          transition: opacity ease 0.3s; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control::focus::-ms-input-placeholder {
          opacity: 0.3;
          transition: opacity ease 0.3s; }
        #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control::focus::placeholder {
          opacity: 0.3;
          transition: opacity ease 0.3s; }
        #ry-section-header .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; }
          #ry-section-header .ry-right .ry-leads .search-bar-widget .btn-primary:before {
            display: none !important; }
          #ry-section-header .ry-right .ry-leads .search-bar-widget .btn-primary:after {
            display: none !important; }
          #ry-section-header .ry-right .ry-leads .search-bar-widget .btn-primary:hover {
            background-color: transparent; }
      #ry-section-header .ry-right .ry-leads .ry-contact {
        font-family: Montserrat, sans-serif;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        min-width: 450px; }
        #ry-section-header .ry-right .ry-leads .ry-contact li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          padding: 16px 0;
          background: rgba(255, 255, 255, 0.8);
          width: 225px;
          position: relative;
          overflow: hidden; }
          #ry-section-header .ry-right .ry-leads .ry-contact li a {
            z-index: 1;
            position: absolute;
            width: 100%;
            max-width: 100%;
            height: 100%;
            display: block;
            top: 0;
            left: 0;
            font-weight: 600;
            padding: 16px 0 0 60px; }
          #ry-section-header .ry-right .ry-leads .ry-contact li:hover .contact__overlay {
            -webkit-transform: scale(15);
                    transform: scale(15); }
          #ry-section-header .ry-right .ry-leads .ry-contact li:hover span {
            color: #333333; }
          #ry-section-header .ry-right .ry-leads .ry-contact li .contact__overlay {
            position: absolute;
            width: 30px;
            height: 30px;
            background: #cda349;
            border-radius: 50%;
            top: 21px;
            left: 34px;
            z-index: 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); }
          #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(1) a {
            color: #fff;
            text-decoration: none;
            display: block;
            font-size: 17px; }
            #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(1) a span {
              font-size: 15px; }
          #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(1):hover span {
            color: #fff; }
          #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) {
            transition: all ease 0.3s; }
            #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2):hover span {
              color: #fff; }
            #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2):hover .contact__overlay {
              -webkit-transform: scale(0);
                      transform: scale(0); }
            #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) .contact__overlay {
              -webkit-transform: scale(15);
                      transform: scale(15);
              left: 25px; }
            #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) span {
              color: #333333;
              text-transform: uppercase;
              font-weight: 600;
              letter-spacing: 2px;
              line-height: 18px !important;
              text-decoration: none;
              text-align: left;
              font-size: calc(15px + 0 *((100vw - 500px) / 1100)); }
            #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) a {
              color: #333333;
              text-transform: uppercase;
              font-weight: 600;
              letter-spacing: 2px;
              line-height: 45px !important;
              text-decoration: none;
              text-align: left;
              font-size: calc(15px + 0 *((100vw - 500px) / 1100)); }
            #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) .fa {
              position: relative;
              left: 1px;
              transition: all ease 0.3s;
              transition-delay: 0.1s; }
          #ry-section-header .ry-right .ry-leads .ry-contact li .contact__icon {
            position: absolute;
            left: 17px;
            top: 23px;
            min-width: 40px;
            z-index: 1; }
            #ry-section-header .ry-right .ry-leads .ry-contact li .contact__icon .icon__wrap {
              width: 30px;
              height: 30px;
              display: block;
              border: 1px solid rgba(255, 255, 255, 0.3);
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-align: center;
                  align-items: center;
              border-radius: 50%;
              padding-left: 3px; }
            #ry-section-header .ry-right .ry-leads .ry-contact li .contact__icon .fa {
              color: #fff;
              font-size: 13px;
              transition: all ease 0.3s; }
    #ry-section-header .ry-right .ry-menu {
      font-family: Montserrat, sans-serif;
      width: 100%; }
      #ry-section-header .ry-right .ry-menu .nav-menu {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        top: 30px;
        max-width: 1024px;
        float: right; }
        #ry-section-header .ry-right .ry-menu .nav-menu li {
          list-style-type: none; }
          #ry-section-header .ry-right .ry-menu .nav-menu li a {
            font-family: Montserrat, sans-serif;
            transition: all ease 0.3s;
            text-transform: uppercase;
            color: #fff;
            font-weight: 400;
            letter-spacing: 1px;
            text-decoration: none;
            font-size: calc(16px + 1 *((100vw - 500px) / 1100));
            padding-bottom: 18px !important;
            display: block; }
            #ry-section-header .ry-right .ry-menu .nav-menu li a:hover {
              color: #cda349; }
          #ry-section-header .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: -ms-flexbox;
            display: flex;
            padding: 30px 10px;
            margin-top: 2px;
            -ms-flex-direction: column;
                flex-direction: column;
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
            transition: all ease 0.3s;
            background: #cda349; }
            #ry-section-header .ry-right .ry-menu .nav-menu li .dropdown-menu li {
              display: block;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: start;
                  align-items: flex-start;
              transition: all ease 0.3s;
              position: relative;
              overflow: hidden; }
              #ry-section-header .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
                width: 100% !important;
                padding: 4px 30px !important;
                -ms-flex-pack: start;
                    justify-content: flex-start;
                transition: all ease 0.3s;
                text-transform: uppercase;
                color: #fff;
                line-height: 24px !important;
                font-size: calc(13px + 1 *((100vw - 500px) / 1100)); }
                #ry-section-header .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
                  opacity: 0.6; }
              #ry-section-header .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
                background: transparent; }
          #ry-section-header .ry-right .ry-menu .nav-menu li:hover .dropdown-menu {
            opacity: 1 !important;
            visibility: visible !important;
            transition: all ease 0.4s; }
  #ry-section-header .ry-left {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    #ry-section-header .ry-left img {
      max-width: 300px;
      width: 100%; }

#menu_container {
  font-family: Montserrat, sans-serif;
  padding-top: 0; }
  #menu_container .mm-navbar {
    font-family: Montserrat, sans-serif;
    position: static;
    height: auto;
    border: 0; }
    #menu_container .mm-navbar img {
      max-width: 150px; }
  #menu_container .mm-listview {
    margin-top: 20px !important; }
    #menu_container .mm-listview .mob-menu a {
      font-family: Montserrat, sans-serif; }
      #menu_container .mm-listview .mob-menu a:hover {
        color: #fff; }

.mm-panel {
  font-family: Montserrat, sans-serif; }
  .mm-panel .mm-listview {
    position: initial;
    width: 100%;
    margin: auto !important;
    border: none !important;
    background: none !important; }
  .mm-panel .mob-menu a:hover {
    color: #fff; }

#ry-section-hero {
  margin-top: -1px;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  #ry-section-hero .bnr-textbox {
    margin-bottom: 120px !important;
    margin-bottom: 90px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9; }
    #ry-section-hero .bnr-textbox h1 {
      font-family: Montserrat, sans-serif;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-size: calc(30px + 35 *((100vw - 320px) / 1280)); }
  #ry-section-hero .carousel-control {
    display: none; }

.mobile-container {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  position: fixed;
  z-index: 999;
  transition: all 0.4s ease; }
  .mobile-container .flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: transparent; }
    .mobile-container .flex-wrap .flex-item.left-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 50%;
      padding-left: 30px;
      -ms-flex-align: center;
          align-items: center;
      max-width: 309px; }
      .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .hamburger {
        padding: 0; }
        .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .hamburger:focus {
          outline: 0; }
        .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .hamburger.is-active .hamburger-inner:before {
          top: 0; }
      .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn {
        border-radius: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        background: transparent;
        border: 0;
        width: 50px;
        height: 50px;
        border-radius: 0;
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin: 0 20px 0 0; }
        .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn:focus {
          outline: 0; }
        .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner {
          height: 4px;
          color: #fff;
          background: #fff;
          border-radius: 0; }
          .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner:after {
            height: 4px;
            color: #fff;
            background: #fff;
            border-radius: 0; }
          .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner:before {
            height: 4px;
            color: #fff;
            background: #fff;
            border-radius: 0; }
    .mobile-container .flex-wrap .flex-item.right-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-right: 30px;
      width: 40%;
      max-width: 185px;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; }
      .mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        max-width: 105px;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
        .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          background: transparent;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          color: #fff;
          font-size: 20px;
          text-align: center; }
          .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 {
            color: #fff;
            text-decoration: none; }
  .mobile-container.fixed {
    background: transparent;
    padding: 10px 0 0; }
    .mobile-container.fixed .mobile_logo img {
      max-width: 200px; }
  .mobile-container .mobile_logo {
    padding-bottom: 0; }
    .mobile-container .mobile_logo img {
      max-width: 309px;
      margin: 0 auto; }
  .mobile-container .mobile_menu {
    display: none; }

body {
  overflow: auto;
  overflow-y: hidden !important; }
  body .userway.userway_p1 {
    top: 5% !important;
    right: 2.5% !important; }
    body .userway.userway_p1 .userway_accessibility_icon {
      opacity: 0.4 !important; }

.ry-el-bg {
  background-size: cover !important;
  background-position: 50% !important; }
  .ry-el-bg img {
    display: none; }

#mobile_menu {
  background: #000; }
  #mobile_menu .caret {
    display: none; }
  #mobile_menu .dropdown-menu.mm-listview .mm-listitem a {
    padding: 10px 20px; }
  #mobile_menu .mm-listitem_selected a:hover {
    color: #fff !important; }
  #mobile_menu .mm-listitem_selected a:focus {
    color: #fff !important; }
  #mobile_menu .mm-listitem:after {
    border-color: #2b2b2b; }
  #mobile_menu .mm-listitem .mm-btn_next:before {
    border-left-width: 0px; }
  #mobile_menu .mm-btn_next:after {
    right: 16px; }
  #mobile_menu .mm-listitem .mm-btn_prev:before {
    content: "\f00d";
    border-top: none;
    border-left: none;
    font-family: fontAwesome; }
  #mobile_menu .mm-listitem .mm-btn_next:after {
    content: "\f00d";
    border-top: none;
    border-left: none;
    font-family: fontAwesome; }

#mobileheader {
  padding: 0 !important; }

.ry-arrow__down {
  display: block;
  z-index: 2;
  text-align: center;
  background: #fff;
  position: relative;
  top: -20px; }
  .ry-arrow__down .arrow__wrapper {
    background: #cda349;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    top: -32px;
    cursor: pointer;
    -webkit-perspective: 500px;
            perspective: 500px; }
    .ry-arrow__down .arrow__wrapper:hover .arrow__inner {
      -webkit-transform: scale(0);
              transform: scale(0); }
    .ry-arrow__down .arrow__wrapper:hover .fa {
      color: #fff; }
    .ry-arrow__down .arrow__wrapper .arrow__inner {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 50%;
      z-index: 1;
      top: 7px;
      left: 0;
      transition: 1.2s cubic-bezier(0.24, 1, 0.3, 1);
      -webkit-transform: scale(1);
              transform: scale(1); }
    .ry-arrow__down .arrow__wrapper .fa {
      font-size: 25px;
      color: #000;
      position: relative;
      top: 0;
      z-index: 2;
      transition: color 1.2s cubic-bezier(0.24, 1, 0.3, 1) 0.15s; }

#ry-section-team {
  background: #fff;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100vh; }
  #ry-section-team .bg-image {
    position: absolute;
    width: 57%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  #ry-section-team .ry-container {
    max-width: 1280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  #ry-section-team .ry-each {
    padding: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
  #ry-section-team .ry-each-left {
    position: relative;
    text-align: right;
    z-index: 2;
    margin-top: -80px; }
    #ry-section-team .ry-each-left .person__wp {
      max-width: 400px;
      display: block;
      margin-right: -80px;
      float: right;
      position: relative;
      top: 0; }
  #ry-section-team .ry-each-right {
    background: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 90px; }
    #ry-section-team .ry-each-right:before {
      content: '';
      height: 250px;
      width: 500px;
      background: radial-gradient(450px 250px ellipse at 50% 100%, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0));
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: -250px; }
    #ry-section-team .ry-each-right:after {
      content: '';
      height: 250px;
      width: 500px;
      background: radial-gradient(450px 250px ellipse at 50% 100%, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0));
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: -250px;
      background: radial-gradient(450px 250px ellipse at 50% 0, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0)); }
    #ry-section-team .ry-each-right div {
      z-index: 1;
      position: relative; }
    #ry-section-team .ry-each-right h2 {
      font-family: Alice, serif;
      font-size: calc(30px + 15 *((100vw - 500px) / 1100));
      margin-bottom: 30px;
      line-height: 50px; }
    #ry-section-team .ry-each-right p {
      font-family: Montserrat, sans-serif;
      font-size: calc(16px + 1 *((100vw - 320px) / 1280));
      font-weight: 500;
      text-align: justify; }
    #ry-section-team .ry-each-right .ry-btn-primary {
      width: 215px;
      text-align: center;
      margin: unset;
      margin-top: 0; }
    #ry-section-team .ry-each-right .ry-btn-light {
      background: #cda349; }
    #ry-section-team .ry-each-right .btn-content {
      margin-top: 2em;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      max-width: 450px; }

#ry-section-footer {
  background-color: #333333;
  padding: 40px 0 80px;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  #ry-section-footer .ry-container {
    max-width: 1280px;
    margin-bottom: 40px; }
  #ry-section-footer .ry-footer-logo {
    max-width: 200px;
    margin: 0 auto 0; }
  #ry-section-footer .ry-divisor {
    width: 100%;
    border-top: 2px solid #484848;
    margin: 40px 0; }
  #ry-section-footer .ry-social-icons {
    padding: 0;
    list-style: none;
    max-width: 250px;
    background: #333333;
    margin: 0 auto;
    position: relative;
    top: -20px;
    text-align: center; }
    #ry-section-footer .ry-social-icons li {
      display: inline-block;
      margin: 2px; }
      #ry-section-footer .ry-social-icons li img {
        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);
        max-width: 35px; }
      #ry-section-footer .ry-social-icons li:hover img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
  #ry-section-footer .ry-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0; }
  #ry-section-footer .ry-each {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 0; }
    #ry-section-footer .ry-each h2 {
      font-family: Alice, serif;
      color: #fff;
      margin-bottom: 25px;
      text-align: left;
      font-size: calc(24px + 4 *((100vw - 500px) / 1100)); }
    #ry-section-footer .ry-each a {
      font-size: calc(14px + 1 *((100vw - 500px) / 1100));
      color: #fff;
      font-weight: 500;
      line-height: 25px !important;
      font-family: Montserrat, sans-serif; }
    #ry-section-footer .ry-each div {
      font-size: calc(14px + 1 *((100vw - 500px) / 1100));
      color: #fff;
      font-weight: 500;
      line-height: 25px !important;
      font-family: Montserrat, sans-serif; }
    #ry-section-footer .ry-each span {
      font-size: calc(14px + 1 *((100vw - 500px) / 1100));
      color: #fff;
      font-weight: 500;
      line-height: 25px !important;
      font-family: Montserrat, sans-serif; }
    #ry-section-footer .ry-each .address {
      max-width: 200px;
      margin-bottom: 15px; }
    #ry-section-footer .ry-each ul {
      padding: 0; }
      #ry-section-footer .ry-each ul li {
        list-style-type: none; }
        #ry-section-footer .ry-each ul li:hover a {
          opacity: 0.5; }
    #ry-section-footer .ry-each li {
      margin-bottom: 10px;
      display: block; }
    #ry-section-footer .ry-each th {
      display: block;
      width: 100%; }
    #ry-section-footer .ry-each td {
      min-width: 120px; }
    #ry-section-footer .ry-each .office-hours li {
      display: -ms-flexbox;
      display: flex; }
      #ry-section-footer .ry-each .office-hours li .day {
        width: 100px;
        display: inline-block; }
      #ry-section-footer .ry-each .office-hours li .span-2 {
        width: 120px;
        display: inline-block; }
    #ry-section-footer .ry-each .contact td {
      margin-bottom: 6px;
      display: block;
      line-height: 26px !important; }
  #ry-section-footer .social-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    width: 220px;
    -ms-flex-pack: justify;
        justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px; }
    #ry-section-footer .social-inner-wrap li .fa-rss {
      background: #ff8580;
      font-size: 20px;
      padding-top: 8px !important; }
    #ry-section-footer .social-inner-wrap li .fa {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      list-style: none;
      text-align: center;
      padding-top: 12px; }
    #ry-section-footer .social-inner-wrap li a {
      color: #fff;
      padding-top: 3px; }
  #ry-section-footer .social-icons {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex; }
  #ry-section-footer .ry-each-footer-menu li {
    list-style: none; }

.ry-footer-copyright {
  background-color: #333333;
  padding: 0;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .ry-footer-copyright .ry-container {
    max-width: 1280px;
    border-top: 2px solid #484848; }
  .ry-footer-copyright .ry-left {
    padding: 0;
    margin: 20px 0 !important;
    padding-right: 40px; }
    .ry-footer-copyright .ry-left p {
      color: #fff;
      font-family: Montserrat, sans-serif;
      opacity: 0.7;
      font-weight: 500;
      font-size: calc(14px);
      display: inline-block;
      line-height: 1.8em; }
    .ry-footer-copyright .ry-left a {
      color: #5f5f5f;
      font-family: Montserrat, sans-serif;
      font-size: calc(14px);
      display: inline-block; }
    .ry-footer-copyright .ry-left img {
      max-width: 120px;
      margin-left: 7px;
      position: relative;
      top: 5px;
      width: auto; }
  .ry-footer-copyright .ry-right {
    padding: 0;
    margin: 20px 0 !important; }
    .ry-footer-copyright .ry-right p {
      color: #fff;
      font-family: Montserrat, sans-serif;
      opacity: 0.7;
      font-weight: 500;
      font-size: calc(14px);
      display: inline-block;
      line-height: 1.8em; }
    .ry-footer-copyright .ry-right img {
      max-width: 120px;
      margin-left: 7px;
      position: relative;
      top: 0;
      width: auto; }
    .ry-footer-copyright .ry-right div {
      text-align: right; }
    .ry-footer-copyright .ry-right .powered {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.has-error {
  border: 1px solid #a94442; }
  .has-error .form-control {
    border: 1px solid #a94442; }

.modal .ry-heading {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 20px; }

.modal .ry-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5em; }

.modal form {
  font-family: Montserrat, sans-serif; }
  .modal form input:not([type="submit"]), .modal form textarea {
    border-radius: 0;
    padding: 10px 15px;
    height: auto; }

.modal .ry-btn.ry-btn-primary {
  padding: 20px 40px; }

.modal.fade.in {
  z-index: 9999; }

.modal .button-box input[type="submit"] {
  margin: 0; }

form div.alert {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5em; }

.reviewbox .fa-star {
  font-size: 20px !important; }

.ry-img.modal-img {
  margin-top: 1em;
  margin-bottom: 1em; }

.modal-backdrop.fade.in {
  z-index: -1; }

.fa-yelp:before {
  content: "\f167"; }

.fa-feed:before {
  content: "rs.";
  font-weight: 900; }

.fa-rss:before {
  content: "rs.";
  font-weight: 900; }

.ry-social .social-inner-wrap li a.fa-rss {
  font-size: 20px; }

.ry-bordered-bottom {
  border-bottom: 2px dotted #e3e3e3;
  padding-bottom: 45px;
  margin-bottom: 45px; }

@-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; } }

@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; } }

@media (min-width: 1600px) {
  #ry-section-header .ry-right .ry-leads .ry-contact li span {
    font-size: 15px; }
  #ry-section-header .ry-right .ry-leads .ry-contact li a {
    font-size: 15px; }
  #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) span {
    font-size: 14px; }
  #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) a {
    font-size: 14px; }
  #ry-section-header .ry-right .ry-menu .nav-menu li a {
    font-size: 17px; }
  #ry-section-header .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
    font-size: 14px; }
  #ry-section-hero .bnr-textbox h1 {
    font-size: 65px; }
  #ry-section-about .ry-container #about p {
    font-size: 17px; } }

@media screen and (min-width: 1440px) {
  .ry-btn {
    font-size: 17px; } }

@media screen and (min-width: 992px) and (max-width: 1380px) {
  #ry-section-header .ry-right .ry-menu .nav-menu .reverse__menu {
    left: -100%; } }

@media screen and (min-width: 768px) and (max-width: 1660px) {
  #ry-section-header {
    padding: 30px 40px; } }

@media screen and (min-width: 992px) and (max-width: 1600px) {
  #ry-section-header .ry-right {
    width: 75% !important; } }

@media screen and (min-width: 992px) {
  #ry-section-hero .item {
    height: 100vh;
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
    #ry-section-hero .item img {
      display: none; }
  #ry-section-hero .carousel {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0)); } }

@media screen and (min-width: 1600px) {
  #ry-section-map .ry-each-1 h2 {
    font-size: 45px; }
  #ry-section-map .ry-each-1 p {
    font-size: 18px; }
  #ry-section-map .ry-each-1 div {
    font-size: 18px; }
  #ry-section-map .ry-each-4 p {
    font-size: 18px; }
  #ry-section-map .ry-each-4 .cmsForm h2 {
    font-size: 45px; }
  #ry-section-map .ry-each-4 .cmsForm .form-control {
    font-size: 16px; }
  .ry-footer-copyright .ry-left p {
    font-size: 14px; }
  .ry-footer-copyright .ry-right p {
    font-size: 14px; }
  #ry-section-services .ry-content .ry-each-box-text {
    font-size: 28px; }
    #ry-section-services .ry-content .ry-each-box-text span {
      font-size: 28px; }
  #ry-section-team .ry-each-right h2 {
    font-size: 45px; }
  #ry-section-team .ry-each-right p {
    font-size: 17px; }
  #ry-section-footer .ry-each h2 {
    font-size: 28px; }
  #ry-section-footer .ry-each a {
    font-size: 16px; }
  #ry-section-footer .ry-each div {
    font-size: 16px; }
  #ry-section-footer .ry-each span {
    font-size: 16px; } }

@media screen and (min-width: 320px) and (max-width: 1300px) {
  #ry-section-services .ry-content .ry-each-box-text {
    font-size: calc(24px + 4 *((100vw - 500px) / 1100));
    line-height: 30px !important; }
    #ry-section-services .ry-content .ry-each-box-text span {
      font-size: calc(24px + 4 *((100vw - 500px) / 1100));
      line-height: 30px !important; } }

@media screen and (min-width: 320px) and (max-width: 1300px) and (max-width: 500px) {
  #ry-section-services .ry-content .ry-each-box-text {
    font-size: 20px; }
    #ry-section-services .ry-content .ry-each-box-text span {
      font-size: 20px; } }

@media screen and (min-width: 320px) and (max-width: 1300px) and (min-width: 1600px) {
  #ry-section-services .ry-content .ry-each-box-text {
    font-size: 24px; }
    #ry-section-services .ry-content .ry-each-box-text span {
      font-size: 24px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #ry-section-team .ry-each-left .person__wp {
    margin-right: -50px; } }

@media screen and (max-width: 1600px) and (min-width: 1201px) {
  #ry-section-map .ry-each {
    height: 46vw !important; }
    #ry-section-map .ry-each .map-widget iframe {
      height: 46vw !important; } }

@media screen and (max-width: 991px) and (max-width: 500px) {
  #ry-section-team .ry-each-right h2 {
    font-size: 30px; } }

@media screen and (max-width: 991px) and (min-width: 1600px) {
  #ry-section-team .ry-each-right h2 {
    font-size: 45px; } }

@media (max-width: 1600px) {
  #ry-section-header .ry-container {
    max-width: 100%; }
  #ry-section-header .ry-right .ry-menu .nav-menu {
    max-width: 750px; }
  #ry-section-about .ry-container #about h2 {
    font-size: calc(30px + 15 *((100vw - 320px) / 1280)); }
    #ry-section-about .ry-container #about h2 .span-1 {
      font-size: calc(30px + 15 *((100vw - 320px) / 1280)); }
  #ry-section-map .ry-each .map-widget iframe {
    height: 38vw; } }

@media (max-width: 1500px) {
  #ry-section-map .ry-each {
    height: 40vw; } }

@media (max-width: 1400px) {
  #ry-section-map .ry-each .map-widget iframe {
    height: 40vw; }
  #ry-section-map .ry-each-1 .ry-content-wrap {
    width: 85%; }
  #ry-section-map .ry-each-4 .cmsForm {
    width: 85%; }
  #ry-section-header .ry-right .ry-menu .nav-menu li a {
    font-size: calc(14px + 2 *((100vw - 500px) / 1100)); }
  #ry-section-footer .ry-container {
    padding-left: 2%;
    padding-right: 2%; }
  .ry-footer-copyright .ry-container {
    padding-left: 2%;
    padding-right: 2%; } }

@media (max-width: 1300px) {
  #ry-section-map .ry-each {
    height: 100%; }
    #ry-section-map .ry-each .map-widget iframe {
      height: 50vw; }
    #ry-section-map .ry-each .cmsForm textarea {
      height: 70px !important; }
    #ry-section-map .ry-each .cmsForm h2 {
      font-size: calc(25px + 15 *((100vw - 500px) / 1100)); }
    #ry-section-map .ry-each .cmsForm p {
      margin-bottom: 25px;
      line-height: 1.5em; } }

@media (max-width: 1260px) {
  #welcome-wrap {
    padding-left: 2%;
    padding-right: 2%; }
  #ry-section-team .ry-each-right .text-content {
    padding-right: 2% !important; } }

@media (max-width: 1200px) {
  #ry-section-header .ry-right .ry-menu .nav-menu li a .caret {
    display: none; }
  #ry-section-services .ry-content .ry-flex-right .ry-each-3 .ry-each-box-text span {
    display: block; }
  #ry-section-map .ry-each {
    height: 65vw; }
    #ry-section-map .ry-each .map-widget iframe {
      height: 65vw; } }

@media (max-width: 1130px) {
  #ry-section-header .ry-left img {
    max-width: 215px; } }

@media (max-width: 1199px) {
  #ry-section-team .ry-each-right {
    padding: 50px; } }

@media (max-width: 1100px) {
  #ry-section-header .ry-right .ry-leads .search-bar-widget {
    width: 200px !important; }
    #ry-section-header .ry-right .ry-leads .search-bar-widget .form-control {
      padding: 16px 10px !important; }
    #ry-section-header .ry-right .ry-leads .search-bar-widget .btn-primary {
      padding: 16px 10px !important; } }

@media (max-width: 1069px) {
  #ry-sidebar .contact-table a.directions.primary-btn {
    margin-left: 0; } }

@media (max-width: 1024px) {
  #ry-section-header .ry-right .ry-menu .nav-menu {
    margin-top: 12px; }
    #ry-section-header .ry-right .ry-menu .nav-menu li a {
      padding-bottom: 8px; }
  #ry-section-services .ry-content .ry-flex-right .ry-flex-divisor {
    display: block; }
  #ry-section-team {
    padding: 0;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto; }
    #ry-section-team .bg-image {
      position: relative;
      height: 100vw;
      width: 100%; }
    #ry-section-team .ry-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: -25px; }
    #ry-section-team .ry-each-left {
      margin-top: 0; }
      #ry-section-team .ry-each-left .person__wp {
        max-width: 250px;
        top: 31px;
        margin-right: 0; }
    #ry-section-team .ry-each-right {
      padding: 40px;
      top: auto;
      height: auto;
      width: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
      box-shadow: 1px 1px 120px rgba(0, 0, 0, 0.1);
      margin-bottom: 50px; }
      #ry-section-team .ry-each-right:before {
        display: none;
        display: none; }
      #ry-section-team .ry-each-right:after {
        display: none; }
      #ry-section-team .ry-each-right h2 {
        line-height: 30px;
        font-family: Alice, serif;
        font-size: calc(30px + 15 *((100vw - 500px) / 1100));
        margin-bottom: 30px;
        line-height: 50px;
        text-align: center; }
      #ry-section-team .ry-each-right p {
        text-align: center; }
      #ry-section-team .ry-each-right .ry-btn-primary {
        max-width: 200px;
        margin: 10px; }
      #ry-section-team .ry-each-right .btn-content {
        -ms-flex-pack: center;
            justify-content: center;
        max-width: 100%; }
  #ry-section-footer .ry-each .office-hours li .span-2 {
    width: 100px; }
  #ry-section-map {
    -ms-flex-direction: column;
        flex-direction: column; }
    #ry-section-map .ry-each {
      width: 100%; }
      #ry-section-map .ry-each .map-widget iframe {
        height: 400px; }
    #ry-section-map .ry-each-1 {
      height: auto;
      padding: 40px 0;
      -ms-flex-order: 2;
          order: 2; }
      #ry-section-map .ry-each-1 .ry-content-wrap {
        width: 100%;
        padding: 0 20px; }
      #ry-section-map .ry-each-1 h2 {
        margin-bottom: 10px;
        text-align: center; }
      #ry-section-map .ry-each-1 p {
        max-width: 100%;
        text-align: center; }
    #ry-section-map .ry-each-4 {
      height: auto;
      padding: 61px 0;
      -ms-flex-order: 4;
          order: 4; }
      #ry-section-map .ry-each-4 p {
        max-width: 100%;
        text-align: center; }
      #ry-section-map .ry-each-4 .cmsForm {
        width: 100%;
        padding: 0 20px; }
        #ry-section-map .ry-each-4 .cmsForm h2 {
          text-align: center; }
    #ry-section-map .ry-each-2 {
      max-height: 400px;
      -ms-flex-order: 1;
          order: 1; }
    #ry-section-map .ry-each-3 {
      height: 400px;
      -ms-flex-order: 3;
          order: 3; } }

@media (max-width: 991px) {
  #ry-section-services .ry-content {
    -ms-flex-direction: column;
        flex-direction: column; }
    #ry-section-services .ry-content .ry-each-box-text {
      top: 0;
      top: 0; }
    #ry-section-services .ry-content .ry-flex-right {
      -ms-flex-direction: column;
          flex-direction: column; }
      #ry-section-services .ry-content .ry-flex-right .ry-each {
        height: 400px; }
      #ry-section-services .ry-content .ry-flex-right .ry-flex-divisor {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-1 .ry-each-box-text {
        top: 0;
        text-align: right;
        width: 100%; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-1 .ry-each-box {
        padding: 5%;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-2 .ry-each-box {
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start;
        padding: 5%; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-2 .ry-each-box-text {
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        left: 35px;
        bottom: auto; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-3 .ry-each-box {
        padding: 5%;
        -ms-flex-pack: center;
            justify-content: center; }
      #ry-section-services .ry-content .ry-flex-right .ry-each-3 .ry-each-box-text {
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        left: 35px;
        bottom: auto; }
    #ry-section-services .ry-content .ry-flex-left .ry-each {
      height: 400px; }
    #ry-section-services .ry-content .ry-flex-left:before {
      display: none; } }

@media (max-width: 991px) {
  .ry-btn {
    min-height: 60px;
    margin: 20px auto 0; }
  .mobile-container {
    display: block; }
  .ry-arrow__down {
    top: -50px; }
  #ry-section-about {
    padding: 0 0 50px; }
  #ry-section-footer .ry-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    float: none; }
  #ry-section-footer .ry-each {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 40px; }
  .ry-footer-copyright {
    padding-bottom: 0 !important; }
    .ry-footer-copyright .ry-container {
      padding: 30px 20px 40px !important; }
    .ry-footer-copyright .ry-left {
      text-align: center;
      margin: 0 0 10px !important;
      padding-right: 0; }
      .ry-footer-copyright .ry-left p {
        text-align: center !important;
        display: block; }
    .ry-footer-copyright .ry-right {
      text-align: center;
      margin-top: 0;
      margin: 0 !important; }
      .ry-footer-copyright .ry-right p {
        text-align: center !important;
        display: block; }
      .ry-footer-copyright .ry-right div {
        text-align: center; }
        .ry-footer-copyright .ry-right div p {
          display: inline-block; }
      .ry-footer-copyright .ry-right .powered {
        -ms-flex-pack: center;
            justify-content: center; }
  body .userway.userway_p1 .userway_accessibility_icon {
    display: none !important; } }

@media (max-width: 767px) {
  #ry-section-header {
    padding: 0 20px; }
  #ry-section-hero {
    background-position: center;
    background-size: cover;
    height: auto !important; }
    #ry-section-hero .bnr-textbox h1 {
      padding: 0 20px; }
  #ry-section-team .ry-each-left .person__wp {
    display: none; }
  #ry-section-team .ry-each-right .ry-btn-primary {
    margin-bottom: 1em; }
  #ry-section-map .ry-each-1 h2 {
    line-height: 40px !important; }
  #ry-section-map .ry-each-4 .cmsForm .split__box {
    -ms-flex-direction: column;
        flex-direction: column; }
    #ry-section-map .ry-each-4 .cmsForm .split__box .__email {
      padding-right: 0; }
    #ry-section-map .ry-each-4 .cmsForm .split__box .__phone {
      padding-left: 0; }
  #ry-section-about .ry-container #about h2 .span-1 {
    display: block;
    text-align: center;
    margin-top: 5px; }
  #ry-section-services .ry-content .ry-each {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 40.5vw; }
  #ry-section-services .ry-content .ry-flex-right {
    -ms-flex-direction: column;
        flex-direction: column; }
    #ry-section-services .ry-content .ry-flex-right .ry-each {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: 40.5vw; }
    #ry-section-services .ry-content .ry-flex-right .ry-each-1 {
      height: 40.5vw; }
    #ry-section-services .ry-content .ry-flex-right .ry-each-2 {
      height: 40.5vw; }
    #ry-section-services .ry-content .ry-flex-right .ry-each-3 {
      height: 40.5vw; }
  #ry-section-services .ry-content .ry-flex-left .ry-each {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 40.5vw; }
  #ry-section-footer .ry-each {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center; }
    #ry-section-footer .ry-each .address {
      margin: 0 auto 15px; }
    #ry-section-footer .ry-each h2 {
      text-align: center; }
    #ry-section-footer .ry-each table {
      margin: auto; }
    #ry-section-footer .ry-each ul li {
      text-align: center !important; } }

@media (max-width: 767px) {
  #ry-section-footer .ry-each .office-hours li {
    display: block; } }

@media (max-width: 540px) {
  #ry-section-team .ry-each-right .btn-content {
    margin-top: 2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: none;
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (max-width: 500px) {
  #ry-section-header .ry-right .ry-leads .ry-contact li span {
    font-size: 15px; }
  #ry-section-header .ry-right .ry-leads .ry-contact li a {
    font-size: 15px; }
  #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) span {
    font-size: 14px; }
  #ry-section-header .ry-right .ry-leads .ry-contact li:nth-child(2) a {
    font-size: 14px; }
  #ry-section-header .ry-right .ry-menu .nav-menu li a {
    font-size: 16px; }
  #ry-section-header .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
    font-size: 13px; }
  .mobile-container .flex-wrap .flex-item.left-nav {
    width: 60%;
    padding-left: 15px;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn {
      width: 35px;
      height: 35px; }
      .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-box {
        width: 20px;
        height: 15px; }
      .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner {
        height: 2px;
        width: 20px; }
        .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner:after {
          height: 2px;
          top: -6px;
          width: 20px; }
        .mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner:before {
          height: 2px;
          top: -12px;
          width: 20px; }
  .mobile-container .flex-wrap .flex-item.right-nav {
    width: 35%; }
    .mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
      max-width: 70px; }
      .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
        width: 30px;
        height: 30px;
        font-size: 14px; } }

@media (max-width: 500px) {
  .ry-btn {
    font-size: 16px; }
  #ry-section-map .ry-each-1 h2 {
    font-size: 30px; }
  #ry-section-map .ry-each-4 .cmsForm h2 {
    font-size: 30px; }
  #ry-section-map .ry-each-4 .cmsForm .form-control {
    font-size: 15px; }
  .ry-footer-copyright .ry-left p {
    font-size: 14px; }
  .ry-footer-copyright .ry-right p {
    font-size: 14px; }
  #ry-section-services .ry-content .ry-each-box-text {
    font-size: 20px; }
    #ry-section-services .ry-content .ry-each-box-text span {
      font-size: 20px; }
  #ry-section-team .ry-each-right h2 {
    font-size: 30px; }
  #ry-section-footer .ry-each h2 {
    font-size: 24px; }
  #ry-section-footer .ry-each a {
    font-size: 14px; }
  #ry-section-footer .ry-each div {
    font-size: 14px; }
  #ry-section-footer .ry-each span {
    font-size: 14px; } }

@media (min-width: 481px) {
  #ry-section-team .ry-each-right .ry-btn-primary {
    margin-right: 5px; } }

@media (max-width: 480px) {
  #ry-section-team .ry-each-left .person__wp {
    margin-right: 30px; } }

@media (max-width: 425px) {
  .mobile-container .flex-wrap .flex-item.right-nav {
    width: 42%; }
  #ry-section-team .ry-each-right {
    padding: 30px 20px 20px; } }

@media (max-width: 375px) {
  .mobile-container .mobile_logo img {
    max-width: 120px; }
  .mobile-container .flex-wrap .flex-item.left-nav {
    padding-left: 20px; } }

@media (max-width: 320px) {
  #ry-section-hero .bnr-textbox h1 {
    font-size: 30px; }
  #ry-section-about .ry-container #about h2 {
    font-size: 30px; }
    #ry-section-about .ry-container #about h2 .span-1 {
      font-size: 30px; }
  #ry-section-about .ry-container #about p {
    font-size: 16px; } }

@media (max-width: 320px) {
  #ry-section-map .ry-each-1 p {
    font-size: 16px; }
  #ry-section-map .ry-each-1 div {
    font-size: 16px; }
  #ry-section-map .ry-each-4 p {
    font-size: 16px; }
  #ry-section-team .ry-each-right p {
    font-size: 16px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ry-section-footer {
    display: block; }
  .ry-footer-copyright {
    display: block; } }

.styled-frm-variant {
  font-family: Montserrat, sans-serif;
  font-size: inherit; }
  .styled-frm-variant .ui-widget {
    font-family: Montserrat, sans-serif;
    font-size: inherit; }
  .styled-frm-variant .fieldset {
    opacity: .5; }
    .styled-frm-variant .fieldset.ui-accordion {
      opacity: 1; }
  .styled-frm-variant .form-section-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.3em;
    font-weight: 800;
    padding: 20px;
    display: block;
    clear: both;
    outline: none;
    border: 1px solid #e3e3e3; }
  .styled-frm-variant .ui-accordion .ui-accordion-content {
    border: 1px solid #e3e3e3;
    border-top: none;
    margin-bottom: 2px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fbfbfb; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #fff; }

.styled-frm-variant .form-set {
  margin-bottom: 10px; }
  .styled-frm-variant .form-set.bordered {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px; }

.styled-frm-variant .form-set-label {
  margin-bottom: 10px;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4em;
  color: #505050; }
  .styled-frm-variant .form-set-label p {
    margin-bottom: 10px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4em;
    color: #505050; }

.styled-frm-variant .form-sub-heading {
  text-decoration: underline; }

.styled-frm-variant div[data-type="checkboxlist"] label {
  display: block;
  margin-bottom: 7px;
  margin-right: 0; }

.styled-frm-variant .check50 div[data-type="checkboxlist"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .styled-frm-variant .check50 div[data-type="checkboxlist"] label {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; }

@media (min-width: 1200px) {
  .styled-frm-variant .form-set .col-xs-12:not(:last-child) {
    padding-right: 25px; } }

@media (min-width: 992px) {
  .styled-frm-variant .form-set:not(.family-history) .col-md-4:not(:last-child), .styled-frm-variant .form-set:not(.family-history) .col-md-6:not(:last-child) {
    padding-right: 25px; } }

@media (max-width: 425px) {
  .check50 div[data-type="checkboxlist"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .check50 div[data-type="checkboxlist"] label {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

#ry-pg-body .styled-frm-variant .form-set textarea {
  height: 70px; }

#ry-pg-body .styled-frm-variant .form-set input[type="text"], #ry-pg-body .styled-frm-variant .form-set textarea, #ry-pg-body .styled-frm-variant .form-set select {
  border-radius: 0;
  padding: 10px 15px;
  height: 40px; }

.styled-frm-variant input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #efa59c;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.2em;
  transition: .3s all;
  margin-top: 30px;
  letter-spacing: 2px; }
  .styled-frm-variant input[type="submit"]:hover {
    background: #d9efea; }

.no-result {
  display: none; }

.ui-datepicker-prev.ui-corner-all:before,
.ui-datepicker-next.ui-corner-all:before {
  font-family: fontAwesome;
  font-size: 14px;
  position: absolute;
  top: 9px;
  left: 14px;
  color: #000; }

.ui-datepicker-next.ui-corner-all:before {
  content: '\f0da'; }

.ui-datepicker-prev.ui-corner-all:before {
  content: '\f0d9'; }


.badge-wrap {
  text-align: left;
  margin-bottom: 20px;
  line-height: 18px !important;
  float: left;
  margin-top: 20px;
  width: 100%;
}
/*updates*/
.badge-wrap {
  text-align: left;
  margin-bottom: 20px;
  line-height: 18px !important;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.badge-wrap img {
  max-width: 100px;
  height: auto;
}

.badge-wrap p,
.badge-wrap a {
  line-height: 20px;
  font-size: 12px !important;
}

.badge-wrap b {
  font-weight: 700 !important;
}

#ry-section-team .ry-container {
  max-width: 1500px;
  max-width: none !important;
  width: 90% !important;
}

#ry-section-team .ry-each-right {
  padding-right: 0;
}

#ry-section-team .ry-each-right p {
  font-size: 16px;
  line-height: 25px;
}

.thumbnail-wrap {
  margin-top: 50px;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.thumbnail-wrap .item {
  width: calc((100% / 3) - 5px);
}

.thumbnail-wrap .item img {
  max-width: 500px;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .badge-wrap {
    text-align: center;
  }
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a {
    font: 400 18px/32px Montserrat, sans-serif;
}

/*QR Code added on Form section*/
#ry-section-map .qr-code-wrapper {
    flex-basis: 35%;
    background: #D9F0EA;
    height: 100%;
    display: flex;
    transform: translate(10%, 0);
}

#ry-section-map .qr-code-wrapper img {
    object-fit: contain;
    max-width: 300px;
    position: absolute;
    left: -35%;
    top: 50%;
    transform: translate(0, -50%);
}

#ry-section-map .ry-each-4 .cmsForm {
    width: 40%;
    background: #fceedf;
    height: 100%;
    width: 100%;
    padding: 100px 5%;
    padding-right: 20%;
}

#ry-section-map .ry-each {
    gap: 0;
}

#ry-section-map {
     max-width: 1920px;
}

@media screen and (max-width: 1045px){
    #ry-section-map .ry-each {
        flex-direction: column-reverse;
        height: 100%;
        overflow: visible;
    }
    
    #ry-section-map .qr-code-wrapper {
        flex-basis: 100%;
        width: 100%;
        height: fit-content;
        transform: none;
        justify-content: center;
        padding: 3% 0;
    }
    
    #ry-section-map .qr-code-wrapper img {
        position: relative;
        left: 0;
        transform: none;
        top: 0;
        /* max-width: 100%; */
    }
}

body .wi-section {
    padding: 120px 0;
    background: #fceedf;
}

body .wi-section .ry-flex {
    gap: 80px;
}

body .wi-section .ry-flex .each.each-left {
    max-width: 550px;
    width: 40%;
}

body .wi-section .ry-flex .each.each-right {
    width: 60%;
}

body .wi-section .ry-flex .each.each-right .photo img {
    max-width: 280px;
}

body .wi-section .ry-headline h2 {
    font-size: 54px;
    font-weight: 400 !important;
    text-transform: uppercase;
	line-height:1.1;
}

body .wi-section .ry-headline h2 span {
    color: #b0826e;
}

body .wi-section .ry-headline {
    padding: 30px 0 40px;
    clear: both;
}

body .wi-section .ry-btn {
    margin-left: 0;
    margin-top: 40px;
}

body .wi-section .ry-btn:after {
    margin-left: 10px;
    width: auto;
}

/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1480px) {
	.wi-section .ry-headline h2 {
		font-size: 42px;
	}

	.wi-section .ry-flex {
		gap: 60px;
	}
}
@media (max-width: 1024px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    body .wi-section .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	body .wi-section {
		padding: 60px 0;
	}

	body .wi-section .ry-flex .each.each-left {
		width: 100%;
	}

	body .wi-section .ry-flex .each.each-right {
		width: 100%;
	}

	body .wi-section .ry-flex .each.each-right img {
		margin: auto;
	}

	body .wi-section .ry-headline h2 {
		text-align: center;
	}

	body .wi-section .ry-headline {
		padding-bottom: 30px;
	}

	body .wi-section .ry-text p {
		text-align: center;
	}

	body .wi-section .ry-btn {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 480px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.wi-section .ry-headline h2 {
		font-size: 36px;
	}

	.wi-section .ry-text p {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}
