body {
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.space--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container {
  width: 1170px;
  max-width: 96%;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 1440px) {
  .container {
    width: 100%;
  }
}

.bg--White {
  background-color: white !important;
}

.text--center {
  text-align: center !important;
}

.text--left {
  text-align: left !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.button {
  background: #feb900;
  color: #fff;
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
}

.owl-nav button {
  width: 50px;
  height: 50px;
  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: white !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.owl-nav button i {
  font-size: 26px;
}

.owl-nav .owl-next {
  right: 0;
}

.section__heading {
  font-size: 30px;
  color: #003087;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto 20px;
  font-family: 'Roboto Slab', serif;
}

.section__subheading {
  text-align: center;
  color: #666;
  font-weight: 300;
}

.page__text {
  color: #4a4e51;
  font-size: 14px;
  line-height: 25px;
}

.top-head {
  background: #003087;
  padding: 10px 0;
}

.top-head .top-headlinks, .top-head .socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-head .top-headlinks li {
  font-size: 13px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.top-head .top-headlinks li a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.top-head .top-headlinks li a:hover {
  color: #feb900;
}

.top-head .top-headlinks li i {
  color: #fff;
  margin-right: 10px;
}

.top-head .top-headlinks li:hover {
  color: #feb900;
}

.top-head .top-headlinks li:hover i {
  color: #feb900;
}

.top-head .socialLinks li {
  margin-left: 10px;
}

.top-head .socialLinks li a {
  color: white;
  color: #003087;
  width: 30px;
  height: 30px;
  background: white;
  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-radius: 50%;
}

.top-head .socialLinks li a:hover {
  color: #feb900;
}

.top-head .top-links {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 10px;
}

.top-head .top-links li {
  font-size: 13px;
  margin-left: 30px;
  position: relative;
}

.top-head .top-links li::after {
  content: '|';
  position: absolute;
  color: white;
  right: -15px;
}

.top-head .top-links li:last-child::after {
  display: none;
}

.top-head .top-links a {
  color: white;
}

.top-head .top-links a:hover {
  color: #feb900;
}

.logobar {
  padding: 0;
}

.logobar .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logobar .logo {
  padding: 5px 0;
  margin-right: 10px;
}

.logobar .logo img {
  max-height: 80px;
}

.logobar .mobile-menu {
  display: none;
}

.navBar {
  border-top: 1px solid #dfdfdf;
}

.navBar .mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navBar .mainMenu .menu-item {
  font-size: 14px;
  position: relative;
  padding: 20px 0;
}

.navBar .mainMenu .menu-item a {
  color: #333333;
  position: relative;
}

.navBar .mainMenu .menu-item a:hover,
.navBar .mainMenu .menu-item.current-menu-item a{
  color: #feb900;
}

.hero-banner {
  position: relative;
}

.hero-banner .item {
  background-size: cover;
}

.hero-banner .owl-dots {
  display: none;
}

.hero-banner .contentBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-banner .bannerBox {
  width: 520px;
  background: #003087;
  padding: 10px;
  border-radius: 5px;
  margin: 30px 0;
}

.hero-banner .bannerBoxInner {
  border: 2px dotted white;
  border-radius: 5px;
  padding: 30px;
}

.hero-banner .bannerBoxInner .banner__heading {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin: 0px auto 20px;
  line-height: 60px;
  text-transform: capitalize;
}

.hero-banner .bannerBoxInner .banner__caption {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 25px;
}

.DetailInfo {
  padding: 40px 0;
}

.AboutRHI {
  padding-bottom: 70px;
}

.AboutRHI .flex-row {
  position: relative;
}

.AboutRHI .aboutImage {
  width: 48%;
}

.AboutRHI .aboutImage img {
  width: 100%;
}

.AboutRHI .aboutContent {
  width: 48%;
  position: relative;
  padding: 40px 40px 0 0;
}

.AboutRHI .aboutContent::before {
  right: 0;
  top: 0;
  position: absolute;
  content: url(../images/recLight.png);
}

.AboutRHI .aboutContent strong {
  display: block;
  margin: 10px 0 15px;
}

.AboutRHI .aboutContent .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.AboutRHI .aboutContent .links a {
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  color: #003087;
  border: 1px solid #003087;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
}

.AboutRHI .aboutContent .links a:hover {
  background: #003087;
  color: #fff;
}

.AboutRHI .aboutContent .flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.AboutRHI .aboutContent .flags img {
  margin-right: 10px;
}

.AboutRHI .aboutContent .inspeactionLink {
  font-size: 14px;
  color: #003087;
  text-decoration: underline;
  font-weight: 500;
}

.services {
  background: #f0f1f3;
  padding: 50px 0;
}

.services .servicesList .serviceItem {
  width: 100%;
}

.services .servicesList .serviceItem .serviceImage img {
  display: block;
  width: 100%;
}

.services .servicesList .serviceItem .service__name {
  font-size: 20px;
  color: #004279;
  margin: 10px 0;
  font-weight: 600;
  font-family: 'Roboto Slab', serif;
}

.services .servicesList .serviceItem .service__content {
  color: #4a4e51;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.services .servicesList .serviceItem .button.explore {
  font-size: 13px;
  padding: 10px 20px;
}

.consulting {
  padding: 60px 0;
}

.consulting .flex-row {
  position: relative;
}

.consulting .consultingData {
  width: 58%;
  padding: 40px;
  position: relative;
}

.consulting .consultingData::before {
  left: 0;
  top: 0;
  position: absolute;
  content: url(../images/recLeft.png);
}

.consulting .consultingData .consultingButton {
  margin-top: 40px;
}

.consulting .consultingData .consultingButton .button {
  background-color: #003087;
}

.consulting .consultingData .consultingButton .button i {
  margin-right: 5px;
}

.consulting .consultingData .consultingButton .button:hover {
  background-color: #feb900;
}

.consulting .consultingImage {
  width: 40%;
}

.consulting .consultingImage img {
  margin: 0 auto;
}

.virtual {
  background-image: url(../images/virtual.png);
  padding: 60px 0;
  background-size: cover;
}

.virtual .virtualImage {
  width: 48%;
  text-align: center;
}

.virtual .virtualImage img {
  margin: 0 auto;
}

.virtual .virtualContent {
  width: 48%;
}

.virtual .virtualContent .section__heading {
  color: #feb900;
}

.virtual .virtualContent .page__text {
  font-size: 16px;
  color: #ffffff;
  font-style: italic;
}

.preInspection {
  padding: 50px 0;
}

.preInspection .section__heading {
  font-size: 24px;
}

.preInspection .section__heading a {
  color: #003087;
  text-decoration: underline;
}

.preInspection .section__heading a:hover {
  color: #feb900;
}

.sub--heaidng {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
}

.section__caption {
  font-size: 16px;
  color: #525355;
  font-weight: 600;
  margin-bottom: 30px;
}

.button.transparent {
  background: white;
  border: 1px solid #525355;
  color: #525355;
  padding: 8px 20px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.button.transparent:hover {
  background: #003087;
  color: #fff;
}

footer {
  background: #003087;
  padding-top: 80px;
}

footer .flex-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-item {
  width: 28%;
  padding: 20px 0 20px;
  color: white;
  padding-right: 30px;
}

footer .footer-item:first-child {
  width: 44%;
}

footer .footer-item .footerLogo {
  width: 150px;
  margin-bottom: 15px;
}

footer .footer-item .Footer-about {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}

footer .footer-item .socialLinks {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  padding: 0;
}

footer .footer-item .socialLinks li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #26292a;
  text-align: center;
  margin-right: 15px;
}

footer .footer-item .socialLinks li a {
  color: white;
}

footer .footer-item .socialLinks li a:hover {
  color: #e6ac0d;
}

footer .footer-item .footer__heading {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  font-family: 'Roboto Slab', serif;
}

footer .footer-item .footer__heading:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background: #feb900;
  left: 0;
  bottom: -10px;
}

footer .footer-item p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.65;
  margin-top: -10pxx;
}

footer .footer-item .addressItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
}

footer .footer-item .addressItem i {
  font-size: 30px;
  margin-right: 15px;
  color: #e6ac0d;
}

footer .footer-item .addressItem span {
  opacity: 0.65;
  font-size: 14px;
}

footer .footer-item .flex-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .footer-item .footer-list {
  padding: 0;
  margin: 0;
  width: 48%;
  list-style: none;
}

footer .footer-item .footer-list li {
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
}

footer .footer-item .footer-list li a {
  color: white;
  opacity: 0.65;
}

footer .footer-item .footer-list li a:hover {
  opacity: 1;
}

.moreLinks {
  border-top: 1px solid #3962ab;
  border-bottom: 1px solid #3962ab;
  padding: 20px 0;
}

.moreLinks .links {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.7;
  line-height: 26px;
}

.moreLinks .links a {
  font-size: 13px;
  color: #ffffff;
  line-height: 26px;
}

.moreLinks .links a:hover {
  color: #feb900;
  opacity: 1;
}

.moreLinks .links:first-child {
  margin-bottom: 10px;
}

.copyright {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 26px;
  border-bottom: 1px solid #3962ab;
  padding: 20px 0;
  text-align: center;
}

.importantLink {
  background: #062968;
  padding: 30px 0;
}

.importantLink .links {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 26px;
}

.importantLink .links a {
  font-size: 13px;
  color: #ffffff;
  line-height: 26px;
}

.importantLink .links a:hover {
  color: #feb900;
  opacity: 1;
}

.importantLink .footer__heading {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  color: white;
  font-family: 'Roboto Slab', serif;
}

.importantLink .footer__heading:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background: #feb900;
  left: 0;
  bottom: -10px;
}

.Minnescota {
  padding: 25px 0;
}

.Minnescota .flex-row .left p {
  color: white;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.7;
}

.Minnescota .flex-row .left p a {
  color: #fff;
}

.Minnescota .flex-row .left .list {
  margin-bottom: 10px;
  font-size: 13px;
}

.Minnescota .flex-row .left .list a {
  color: white;
  margin-right: 5px;
  text-decoration: underline;
}

.rating {
  margin-top: 20px;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid white;
  display: inline-block;
}

.rating .rating__heading {
  font-size: 13px;
  margin-bottom: 10px;
}

.rating .ratinglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating .ratinglist a {
  margin-left: 10px;
  background: #feb900;
  color: #333;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
}

.rating .ratinglist a:hover {
  background: #3962ab;
  color: white;
}

.homes {
  width: 30%;
  border: 1px solid #fff;
  border-radius: 10px;
  color: white;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 20px;
}

.homes p {
  opacity: 0.7;
}

.homes p a {
  color: #fff;
}

.meber {
  margin-top: 20px;
  color: white;
}

.meber div {
  font-size: 24px;
  margin-top: 5px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
}

.closes {
  display: none;
}

.innerBanner {
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-image: url(../images/propertyBanner.jpg);
}

.innerBanner h1 {
  color: white;
  margin: 0;
  font-weight: 600;
}

.inner-page {
  padding: 60px 0;
}

.inner-page .page__content {
  color: #4a4e51;
  font-size: 14px;
  line-height: 25px;
}

.inner-page .flex-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner-page .sideBar {
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.inner-page .sideBar .imageGallary .galleryImage {
  width: 100%;
  padding: 15px;
  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: 1px solid #d4d4d4;
  border-radius: 5px;
  margin-bottom: 5px;
}
.inner-page .sideBar .imageGallary .galleryImage  a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.inner-page .sideBar .imageGallary .galleryImage img {
  max-width: 160px;
}
.gallaryname {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #4a4e51;
}

.inner-page .sideBar .contentTable {
  border: 1px solid #d4d4d4;
  padding: 20px 10px;
  margin-bottom: 10px;
  background: #f3f3f3;
  border-radius: 5px;
}

.inner-page .sideBar .contentTable .tableHeading {
  font-size: 16px;
  color: #003087;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto 20px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 10px;
}

.inner-page .sideBar .contentTable ul.ContentList {
  margin: 20px 0 0;
  padding: 0;
  font-size: 13px;
  list-style: decimal;
  padding-left: 18px;
  font-weight: 700;
}

.inner-page .sideBar .contentTable ul.ContentList li {
  margin-bottom: 10px;
  color: #4a4e51;
}

.inner-page .sideBar .contentTable ul.ContentList li a {
  color: #4a4e51;
  font-weight: 400;
  padding-left: 5px;
}

.inner-page .sidebar-withTable {
  min-width: 300px;
}

.inner-page .ContentWrapper {
  width: calc(100% - 240px);
}

.inner-page .autoWidth {
  width: calc(100% - 340px);
}

.inner-page .subHeading {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto 20px;
  font-family: 'Roboto Slab', serif;
	line-height: 1.4;
}

.inner-page .section__caption {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  margin: 15px auto;
}

.inner-page .innerPage-list {
  margin: 20px 0 15px;
  padding: 0;
  list-style: none;
}

.inner-page .innerPage-list li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 25px;
}

.inner-page .innerPage-list li i {
  margin-right: 5px;
}

.inner-page .linkedBox {
  margin-top: 15px;
}

.alignnone {
    margin-bottom: 10px;
}

.subHeading.f--16 {
    font-size: 16px;
    margin: 15px 0 8px;
}



.testimonials{
	padding:60px 0
}
.client-row {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:35px;
}
.client__image {
    width: 80px;
    height: 80px;
    border: 2px solid #003087;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.client-detail {
    display: flex;
    align-items: center;
}
.clientCompany {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1;
    color: #003087;
    font-weight: 600;
}
.client-view {
    color: #4a4e51;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    margin-top: 10px;
}
.clientName {
    font-size: 18px;
    color: #003087;
    font-weight: 700;
}


section.InTouch {
    padding: 60px 0;
}
.InTouch .flex-row {
    align-items: flex-start;
    justify-content: space-between;
}
.InTouch .form {
    width: 48%;
}
form.wpcf7-form.init {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form--control {
    width: 48%;
	margin-bottom:16px
}
.form--control input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #d4d4d4;
	    font-size: 14px;
}
.form--control.w-100 {
    width: 100%;
}
.form--control textarea{
	width: 100%;
    height: 100px;
	    font-size: 14px;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #d4d4d4;
	resize:none
}
.form--control .submit__button {
    background: #feb900;
    color: #fff;
    display: inline-block;
    padding: 15px 40px;
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    height: auto;
    border: 0;
	cursor:pointer
}
.InTouch .addressInfo {
    width: 48%;
}

.InTouch-inner {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
	line-height:25px
}
.inTouch__icon {
    font-size: 30px;
    color: #003087;
    margin-right: 10px;
}

.map-inner iframe {
    width: 100%;
    height: 250px;
    border: 2px solid #d4d4d4 !important;
    border-radius: 5px;
}

h3.contact-caption {
    color: #4a4e51;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 25px;
}

.flex-row.addressBox {
    display: flex;
    align-items: flex-start;
	margin:20px 0 10px
}
.flex-row.addressBox .address{
	width:40%
}
.flex-row.addressBox .middleImage{
	width:auto;
	margin:0 25px
}
.flex-row.addressBox .flags {
    display: flex;
    align-items: flex-start;
	flex:1;
	justify-content: flex-end;
}
.flex-row.addressBox figure {
    margin-right: 20px;
}
.flex-row.addressBox .wp-caption-text {
    line-height: 1.3;
    font-size: 11px;
    text-align: center;
	margin-top:5px
}

.logo_title {font-family: 'Roboto Slab'; } .logo_title p {color: #000; font-size: 24px; margin: 0; line-height: 26px; font-weight: bold; } .logo_title span {color: #0446bd; text-transform: uppercase; font-size: 13px; font-weight: bold; letter-spacing: 1px; }

.importantLinks {
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap
}
.importantLinks li{
	margin-right:5px
}
.importantLinks li:after{
	margin-right:0px;
	content:'|';
	margin-left:5px;
}

.page__content em {
    margin-bottom: 10px;
    display: block;
}
.directoryHeading{
	font-size: 24px;
    color: #003087;
    line-height: 1;
    font-weight: 700;
    margin: 0 auto 10px;
    font-family: 'Roboto Slab', serif;
}

.directoryCaption{
	font-size: 16px;
    color: #003087;
    line-height: 1;
    font-weight: 700;
    margin: 0 auto 10px;
    font-family: 'Roboto Slab', serif;
}

.directoryBox {
    border: 1px solid #d4d4d4;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.DirRow {
    margin-bottom: 15px;
}
.DirRow:last-child{
	margin-bottom:0
}
.DirName {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
}
.DirName a{
	color: #003087;
}
.dirPhone {
    font-size: 14px;
}
.dirDetail {
    font-size: 14px;
	margin-top:5px;
}

@media (max-width: 768px) and (max-width: 1023px) {
  .top-head .top-headlinks li {
    font-size: 12px;
    margin-right: 10px;
  }
  .top-head .top-headlinks li:last-child {
    margin-right: 0;
  }
  .top-head .top-headlinks li i {
    margin-right: 5px;
  }
  .top-head ul.socialLinks {
    display: none !important;
  }
  .top-head .top-links {
    margin-left: 0px;
  }
  .top-head .top-links li {
    font-size: 11px;
  }
  .navBar .mainMenu .menuItem {
    font-size: 12px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navBar .mainMenu .menuItem:last-child {
    margin-right: 0;
  }
  .hero-banner {
    position: relative;
  }
  .hero-banner .item {
    background-size: cover;
  }
  .hero-banner .item img {
    display: block;
    width: 100%;
    min-height: 350px;
    -o-object-fit: COVER;
       object-fit: COVER;
  }
  .hero-banner .owl-dots {
    display: none;
  }
  .hero-banner .contentBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-banner .bannerBox {
    width: 520px;
    background: #003087;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 0;
    max-width: 100%;
  }
  .hero-banner .bannerBoxInner {
    padding: 15px 10px;
  }
  .hero-banner .bannerBoxInner .banner__heading {
    font-size: 25px;
    font-weight: 600;
    margin: 0px auto 15px;
    line-height: 35px;
    text-transform: capitalize;
  }
  .hero-banner .bannerBoxInner .banner__caption {
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer .footer-item {
    width: 33% !important;
    padding: 20px 0 20px;
    color: white;
    padding-right: 20px;
  }
  .rating .ratinglist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rating .ratinglist a {
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
.logo_title p {font-size: 16px; line-height: 11px; } .logo_title span {font-size: 9px; letter-spacing: 0; } .logo_title {text-align: center; }	
	
  .top-head {
    background: #003087;
    padding: 10px 0;
  }
  .top-head .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-head .top-headlinks, .top-head .socialLinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-head .top-headlinks li {
    font-size: 9.5px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .top-head .top-headlinks li:last-child {
    margin-right: 0;
  }
  .top-head .top-headlinks li i {
    margin-right: 5px;
  }
  .top-head .socialLinks {
    display: none;
  }
  .top-head .top-links {
    margin-left: 0px;
  }
  .top-head .top-links li {
    font-size: 11px;
    margin-left: 0px;
    margin-right: 30px;
  }
  .logobar {
    padding: 0;
  }
  .logobar .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logobar .logo-wrapper > img {
    max-width: 150px;
  }
  .logobar .logo {
    padding: 5px 0;
    margin-right: 10px;
  }
  .logobar .logo img {
    max-height: 70px;
  }
  .logobar .button {
    padding: 10px;
    font-size: 13px;
    display: none;
  }
  .logobar .mobile-menu {
    display: block;
    color: #003087;
    font-size: 30px;
    cursor: pointer;
  }
  .navBar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #003087;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 112;
    padding: 20px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .navBar .mainMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navBar .mainMenu .menuItem {
    padding: 35px 0 0;
  }
  .navBar .mainMenu .menuItem a {
    color: #fff;
    position: relative;
  }
  .navBar .closes {
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 11;
    font-size: 20px;
  }
  .has-openMenu .navBar {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .hero-banner {
    position: relative;
  }
  .hero-banner .item {
    background-size: cover;
  }
  .hero-banner .item img {
    display: block;
    width: 100%;
    min-height: 300px;
    -o-object-fit: COVER;
       object-fit: COVER;
  }
  .hero-banner .owl-dots {
    display: none;
  }
  .hero-banner .contentBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-banner .bannerBox {
    width: 520px;
    background: #003087;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 0;
    max-width: 100%;
  }
  .hero-banner .bannerBoxInner {
    padding: 15px 10px;
  }
  .hero-banner .bannerBoxInner .banner__heading {
    font-size: 20px;
    font-weight: 600;
    margin: 0px auto 15px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .hero-banner .bannerBoxInner .banner__caption {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .AboutRHI .flex-row {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .AboutRHI .aboutImage {
    width: 100%;
    margin-bottom: 20px;
  }
  .AboutRHI .aboutContent {
    width: 100%;
    position: relative;
    padding: 40px 40px 0 0;
  }
  .AboutRHI .aboutContent .links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .AboutRHI .aboutContent .links a {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .consulting .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .consulting .flex-row .consultingData {
    width: 100%;
  }
  .consulting .flex-row .consultingImage {
    width: 100%;
  }
  .virtual .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .virtual .virtualImage {
    width: 100%;
    text-align: center;
  }
  .virtual .virtualContent {
    width: 100%;
    margin-top: 20px;
  }
  footer .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-item {
    width: 100%;
  }
  footer .footer-item:first-child {
    width: 100%;
  }
  .homes {
    width: 100%;
    margin-top: 10px;
  }
	.InTouch .flex-row {
   flex-wrap:wrap;
}
	.InTouch .form {
    width: 100%;
}
	.InTouch .addressInfo {
    width: 100%;
    margin-top: 30px;
}
}
/*# sourceMappingURL=style.css.map */