/* CSS */
    .rv-open-video {
      cursor: pointer;  
    }

    .rv-lightbox-header {
        border-bottom: 1px solid #8a8a8a;
        margin-bottom: 40px;
      }

  .a-container .a-btn {
        margin: 0;
        position: relative;
        padding: 15px 0px;
        width: 100%;
        display: block;
        cursor: pointer;
        transition: all 0.3s ease-in-out;  
        font-family: 'Proyale';
        color:#B9795D;
        border-bottom: 1px solid #f1efed;
      }
      .a-container .a-panel {
        width: 100%;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        height: auto;
        max-height: 0;
        overflow: hidden;
        padding: 0px 0px;
      }
      .a-container.active .a-panel {
        padding: 20px 0px;
        opacity: 1;
        max-height: 5000px;
      }
      
     .a-container .a-btn span {
        display: block;
        position: absolute;
        height: 14px;
        width: 14px;
        right: 10px;
        top: 18px;
      }

      .a-container .a-btn span:after {
        content: "";
        width: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #959595;
        position: absolute;
        top: 6px;
        
      }

      .a-container .a-btn span:before {
        content: "";
        width: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #959595;
        position: absolute;
        top: 6px;
        transform: rotate(90deg);
        transition: all 0.3s ease-in-out;
      }
      .a-container.active .a-btn span::before {
        transform: rotate(0deg);
      }


  .rv-arrow-slider-reel { /* #paginated_gallery .gallery */
     position: relative;
     padding: 0px 30px 0px 30px;
     margin: 0px auto;
      }
    .rv-arrow-slider-reel-inner {   /*  .gallery_scroller */
        /* snap mandatory on horizontal axis  */
        scroll-snap-type: x mandatory;

        overflow-x: hidden;
        overflow-y: hidden;

        display: flex;
        align-items: center;

        /* Enable Safari touch scrolling physics which is needed for scroll snap */
        -webkit-overflow-scrolling: touch;
      
        
     }
      .rv-arrow-slider-reel-inner > div {
        /* snap align center  */
        scroll-snap-align: center;
        margin: 0px 30px;
        position: relative;
      }
      .rv-arrow-slider-reel-inner div.rv-arrow-slider-reel-item {
        min-width: 95%;
        min-height: 95%;
        border-radius: 10px;
      }
      .rv-arrow-slider-reel-item {   /* .colored_card */
        text-align: center;
      }

	.rv-arrow-slider-prev {
        width:48px;
        height:48px;
        position: absolute;
        top: calc(50% - 24px);
        left: 10px;        
        cursor: pointer;
        background-size: 48px 48px;
        background-position: center center;
        background-repeat: no-repeat;
        
      }
      .rv-arrow-slider-next {
        width:48px;
        height:48px;
        position: absolute;
        top: calc(50% - 24px);
        right: 10px;        
        cursor: pointer;
        background-size: 48px 48px;
        background-position: center center;
        background-repeat: no-repeat;
      }

  .rv-dot {
          background: #797979;
          border-radius: 100px;
          height: 10px;
          margin: 4px 4px;
          width: 10px;
      }
      
      .rv-dot-slider-wrap {
        clear: both;
        display: flex;
        height: 20px;
        justify-content: center;
        justify-content: start;
        margin: 20px 0px 0px 20px;
        text-align: left;
        width: 100%;
      }
      
      .rv-dot-slider-reel { /* #paginated_gallery .gallery */
     position: relative;
     padding: 0px;
     margin: 0px auto;
      }
    .rv-dot-slider-reel-inner {   /*  .gallery_scroller */
        /* snap mandatory on horizontal axis  */
        scroll-snap-type: x mandatory;

        overflow-x: scroll;
        overflow-y: hidden;

        display: flex;
        align-items: center;

        /* Enable Safari touch scrolling physics which is needed for scroll snap */
        -webkit-overflow-scrolling: touch;
      
        
     }
      .rv-dot-slider-reel-inner > div {
        /* snap align center  */
        scroll-snap-align: center;
        margin: 0px 20px 0px 20px;
        position: relative;
      }
      .rv-dot-slider-reel-inner div.rv-dot-slider-reel-item {
        min-width: 75%;
        min-height: 95%;
        border-radius: 10px;
      }
      .rv-dot-slider-reel-item {   /* .colored_card */
        text-align: center;
      }

  .rv-universal-heading {
        color: #B9795D;
        text-align: left;
        margin: 0px auto;    
      }
      .rv-universal-heading-main {
        font-family: "Proyale";
        font-weight: 300;            
      }
      .rv-universal-heading-sub {
        font-family: 'Roxale Story Calligraphy';
        font-style: italic;   
        font-weight: 300;
      }

    .rv-most-awarded-heading {
    color: #B9795D;
    text-align: left;
    margin: 0px auto;
}
		
	  /* SECTION: SUBSCRIBE */

   .rv-most-awarded-heading-main {
    font-family: "Proyale";
    font-size: 19px;
    font-weight: 300;    
    line-height: 36px;
   }
   .rv-most-awarded-heading-sub {
    font-family: 'Roxale Story Calligraphy';
    font-style: italic;   
    font-size: 26px;
    font-weight: 300;    
    line-height: 36px;
   } 
      
      .rv-subscribe-form,
      .rv-subscribe-form .hs_cos_wrapper, 
      .rv-subscribe-form #hs_form_target_form-1668094733986,
      .rv-subscribe-form form {
        width: 100%;
      }
      
      .rv-subscribe-form .hs_firstname input[type=text],
      .rv-subscribe-form .hs_email input[type=email] {
        padding: 12px 4%;
        border-radius: 4px 4px 0px 0px;
        background: #f5f5f5;
        color: #959595;
        font-family: 'Gotham Pro';
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        border: 0px solid #fff;
        margin-bottom: 10px;
        border-bottom: 2px solid #ab644a;
        width:80%;
        text-transform: uppercase;
      } 
      
      
      .rv-subscribe-form .hs_firstname {
        width: 30%;
        
      }
      .rv-subscribe-form .hs_email {
        width: 40%;
        
      }
      .rv-subscribe-form .hs_submit {
        width: 30%;
        
      }
      
      .rv-subscribe-form .hs_submit input[type=submit] {
            padding: 18px 20px;
            FONT-WEIGHT: 700;
            background: #ab644a;
            color: #fff;
            width: 100%;
            border: 0px solid #fff;
            border-radius: 4px;
            cursor:pointer;
      }
      .rv-subscribe-form .hs-form-private,
      .rv-subscribe-form .hs-custom-form {
        display: flex;
        flex-wrap: nowrap;     
        width:100%;
      }
      .rv-subscribe-section {
        padding: 30px 0px;
      }
      
      /* SECTION: FOOTER */
      
      .rv-blue-section {
        background: #02313a;
      }
      .footer {
        border-top: 3px solid #B9795D;
        padding: 60px 0px;
        color: #e8e5e1;
      }
      .footer a:hover,
      .footer a:focus,
      .footer a:active,
      .footer a:visited,
      .footer a,
      .footer a {
        color: #e8e5e1;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
      }
      .footer .rv-footer-heading-main {
        font-size: 17px;
        line-height: 23px;
      }
      .footer-column-menu,
      .footer-column-menu li {
       list-style:none;
       list-style: none;
       padding-left: 0px; 
      }
      
      .footer-column-menu li {
       padding:10px 0px;
      }
      .rv-footer-logo {
        /* width: 80%; */
          margin-bottom: 30px;
        margin-bottom: 60px;
      }
      .rv-footer-creds-cred,
      .rv-footer-creds-cred a {
        color: #3d6369;
      }
      .rv-foot-socials-container {
        
      }
      .rv-foot-socials-container > a {
        width: 25px;
        margin-left: 10px;  
      }

      .rv-cream-section {
          width: 100%;
          background-color: #f5f1e9;
      }

      .slide-link:hover,
      .slide-link:active,
      .slide-link:visited,
      .slide-link:focus,
      .slide-link {
       text-decoration: none; 
      }
	  
/* MOBILE */

@media only screen and ( max-width: 768px ) {

  
    .rv-footer-logo {
        width: 240px;
        height: 80.2px;
      }
    .rv-logo img {
       width: 240px;
       height: 60px;
    }
    .rv-burger img {
       width: 35px;
       height: 24px;
    }
  
  
  
  
  
    .footer-column-menu {
       margin-bottom: 60px;
      }
  
  
	/* SECTION: SUBSCRIBE */
      
      .rv-subscribe-heading {
        margin-top: 0px;
      }
      .rv-subscribe-heading-main {
        font-size:16px;
        line-height:22px;
      }
      .rv-subscribe-heading-sub {
        font-size:23px;
        line-height:29px;
      }
    
      /* SECTION SUBSCRIBE */
    
      .rv-subscribe-form .hs_firstname input[type=text],
      .rv-subscribe-form .hs_email input[type=email] {
		
      } 
      
      
      .rv-subscribe-form .hs_firstname {
        width: 100%;
        
      }
      .rv-subscribe-form .hs_email {
        width: 100%;
        
      }
      .rv-subscribe-form .hs_submit {
        width: 100%;
        
      }
      
      .rv-subscribe-form .hs_submit input[type=submit] {
        width: unset;    
      }
      .rv-subscribe-form .hs-form-private,
      .rv-subscribe-form .hs-custom-form {
        display: block;  
        width:100%;
      }
      .rv-subscribe-form .input,
      .rv-subscribe-form .actions {
        padding: 10px 0px;
      }
      .rv-subscribe-heading {
          margin-bottom: 10px;
      }
    
      /* SECTION: FOOTER */
      
      .footer {
        text-align:center;
      }
      .footer .rv-universal-heading {
        text-align:center;
      }
      .rv-footer-creds {
        display: flex;  
        flex-wrap: wrap;
      }
      .rv-footer-creds > div {
        width:100%; 
        padding: 30px 0px;
      }
      .rv-footer-creds-cred {
        text-align: center;    
      }
      .rv-footer-creds-socials {
        text-align: center;     
      }
  
    .smully-lightbox {
      width: 94%;
      margin: 0px auto;
      padding: 30px 10px;
    }
	  
}



	  
/* DESKTOP */

@media only screen and ( min-width: 769px ) {
  
  
      .rv-footer-logo {
         width: 80%;
      }

	  /* SECTION: SUBSCRIBE */
  
      .rv-subscribe-form {
        margin-top: 15px;
       }
  
    /* SECTION: FOOTER */
      
      .rv-footer-creds {
        display: flex;  
        flex-wrap: nowrap;
        flex-direction: row-reverse;
      }
      .rv-footer-creds > div {
        width:100%;     
        padding: 30px 0px;
      }
      .rv-footer-creds-cred {
        text-align: left;    
      }
      .rv-footer-creds-socials {
        text-align: right;     
      }
  
    .smully-lightbox {
        width: 60%;
        margin: 40px auto 0px auto;
        padding: 30px 30px;
        border: 1px solid #8a8a8a;
        border-radius: 20px;
    }
  
  /* SECTION: NEW AUG 2023 MAIN NAV */
  
  .rv-nav-item {
     width: 12.5%;
    
  }
  
  .rv-contact-nav-button {
      height: 22px;
		  display: flex;
		  align-content: center;
		  justify-content: center;
		  flex-wrap: wrap;
  }
  
  .rv-nav-7a,
  .rv-nav-7 {
      padding-top: 48px;
		  line-height: 16px;
  }
  
  .rv-props-wanted-nav-button {
      border: 1px solid #02313a;
      color: #02313a;
  }
  .rv-props-wanted-nav-button:hover,
  .rv-props-wanted-nav-button:focus,
  .rv-props-wanted-nav-button:visited,
  .rv-props-wanted-nav-button:active {
      background-color: #02313a;
      border: 1px solid #fff;
      color: #fff;
  }
	   
}



/* LARGER TABLET VIEW */
      
@media only screen and ( min-width: 769px ) and ( max-width: 1200px ) {

    .rv-most-awarded-heading-main {    
      font-size: 14px;
      line-height: 26px;
     }
    .rv-most-awarded-heading-sub {
      font-size: 19px;
      line-height: 30px;
    }
  
}
/**** New Menu Css **********/
.container-large {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}
.header-top-area {
	background: #00404B;
	padding: 16px 0px;
}

.header-top-area p {
	margin: 0px;
  color:#fff !important;
  font-size:16px;
	/*font-family: 'Gotham Pro Light';*/
}

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

.search-area {
	max-width: 442px;
	width: 100%;
}

.search-form-wrapper {
	display: flex;
	border: 1px solid #00404B;
	border-radius: 40px;
	overflow: hidden;
}

.search-form-wrapper input {
	width: 100%;
	border: 0px;
	padding: 12px 15px;
}

.search-form-wrapper input:focus {
	outline: none
}

.search-form-wrapper button {
	padding: 0px 15px;
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
}

.social-area ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	gap: 10px
}

.social-area ul li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #00313A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}

.social-area ul li a:hover {
	background-color: #B9795D;
	transition: all 0.5s;
}

.header--middle-area {
	padding: 26px 0px;
	background-color: #fff
}

.header-menu-area {
	background-color: #00404B;
	border-top: 7px solid #B9795D;
	padding: 30px 0px;
}

.header-menu-area-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-area ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
}

.menu-area ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0px 30px;
	transition: all 0.5s;
}

.menu-area ul li a:hover {
	color: #B9795D;
	transition: all 0.5s;
}

.menu-area ul li:not(:last-child) a {
	border-right: 1px solid #fff
}

.menu-area ul li:first-child a {
	padding-left: 0px;
}

@media(max-width:1400px) {
	.menu-area ul li a {
		padding: 0px 13px;
		text-transform: uppercase;
	}
  .container-large {
        padding: 0px 15px;
        box-sizing: border-box;
        max-width: 1250px;
    }
}

/************* Desktop Menu **************/
.menubox-wrapper {
	max-width: 1320px;
	width: calc(100% - 180px);
	background: linear-gradient(148.45deg, #00404B -12.94%, #00191E 88.64%);
	height: 100%;
	position: fixed;
	top: 0px;
	right: -100%;
	height: 100%;
	padding: 55px 75px 500px 105px;
	z-index: 99;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: all 0.4s;
}

.menubox-wrapper.active {
	right: 0%;
	transition: all 0.4s;
}

.menu-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.location h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	font-family: 'Proyale';
	color: #B9795D;
	text-transform: uppercase;
	background: #00404B;
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
	height: 80px;
	padding-top: 18px;
	display: inline-block;
	min-width: 180px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: -30px;
}

.location-box {
	padding: 14px;
	background: linear-gradient(148.45deg, #00404B -12.94%, #00191E 88.64%);
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
}

.each-location-box:before {
	background: linear-gradient(180deg, rgba(0, 64, 75, 0) 30%, rgba(0, 49, 58, 0.9) 90%);
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.large-height {
	min-height: 315px;
}

.small-height {
	min-height: 130px;
}

.each-location-box {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.location-box .row {
	margin: 0px -17px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 34px;
}

.location-box .row>* {
	padding: 0px 17px;
}

.location-box .row .col-lg-6 {
	padding: 0px 17px;
	box-sizing: border-box;
	width: 50%
}

.location-box .row .col-lg-3 {
	padding: 0px 17px;
	box-sizing: border-box;
	width: 25%
}

.location-name h4 {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	font-family: 'Roxale Story Calligraphy';
}

.location-listing {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 64, 75, 0.9) 0%, rgba(0, 49, 58, 0.9) 100%);
	transition: all 0.5s;
	padding: 25px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	box-sizing: border-box;
}

.location-listing ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	gap: 25px
}

.location-listing ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}

.location-listing ul li a:hover {
	color: #B9795D;
	transition: all 0.5s;
}

.each-location-box:hover:before {
	opacity: 0;
	transition: all 0.5s;
}

.location-name {
	opacity: 1;
	pointer-events: all;
	transition: all 0.5s;
}

.each-location-box:hover .location-name {
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}

.long-listing ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: unset;
	column-gap: 0px;
}

.long-listing ul li {
	width: 50%;
}

.each-location-box:hover .location-listing {
	opacity: 1;
	pointer-events: all;
	transition: all 0.5s;
}

.menu-listing ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu-listing>ul {
	display: flex;
	/* z-index: 1;
    position: relative; */
}
.modified-header .menu-area > ul>li>a{
  font-size:16px !important;
}
.menu-listing>ul>li>a {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	font-family: 'Proyale';
	color: #B9795D;
	text-transform: uppercase;
	/*backdrop-filter: blur(100px);*/
	display: inline-block;
	padding-left: 23px;
	padding-right: 23px;
	border-radius: 10px;
	text-decoration: none;
}

.menu-listing>ul>li:nth-child(1)>a:hover {
	background: #003942;
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
}

.menu-listing>ul>li:nth-child(2)>a:hover {
	background: #00353e;
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
}

.menu-listing>ul>li:nth-child(3)>a:hover {
	background: #003038;
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
}

.menu-listing>ul>li:nth-child(4)>a:hover {
	background: #002b33;
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
}

.menu-listing>ul>li:nth-child(5)>a:hover {
	background: #002930;
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
}

.menu-listing>ul>li:nth-child(6)>a:hover {
	background: #00242a;
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
}

.menu-listing>ul>li>.sub-menu {
	position: absolute;
	top: 70px;
	border-radius: 10px;
	overflow: hidden;
	/*width:100%;*/
	/*left: 0;*/
	z-index: 2;
	display: none;
}

.menu-listing>ul>li:hover>.sub-menu {
	display: block;
}

.menu-listing>ul>li>.sub-menu>ul {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	padding: 15px 24px;
	position: absolute;
	top: 100%;
	/*min-height:400px;*/
	position: relative;
	z-index: 1;
}

.menu-listing>ul>li>.sub-menu>ul>li>a {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	/*white-space: nowrap;*/
}

.menu-listing>ul>li>.sub-menu>ul>li>a:hover {
	color: #B9795D
}

.menu-listing {
	position: relative;
}

.menu-listing.active:after {
	position: absolute;
	top: 60px;
	left: 0px;
	content: '';
	width: 100%;
	height: 400px;
	transition: all 0.5s;
	content: '';
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(148.45deg, #00404B -12.94%, #00191E 88.64%);
	backdrop-filter: blur(100px);
	box-shadow: 17px 26px 50px 0px #00000040;
	pointer-events: none;

}

/* .menu-listing > ul > li > .sub-menu > ul:after{
    position: absolute;
    top:0px;
    left: 0px;
    content:'';
    width:100%;
    height: 400px;
    transition: all 0.5s;
    content:'';
    background: linear-gradient(148.45deg, #00404B -12.94%, #00191E 88.64%);
    backdrop-filter: blur(100px);
    box-shadow: -10px 4px 50px 0px #00000040;
    z-index: -1;
} */
.location {
	margin-bottom: 35px;
}

.service-menu {
	display: none;
}

.service-menu.active {
	display: block;
}

.location.unactive {
	display: none;
}

.location.active {
	display: block;
}

.discover-menu {
	display: none;
}

.discover-menu.active {
	display: block;
}

.our-company-menu {
	display: none;
}

.our-company-menu.active {
	display: block;
}

.our-purchases-menu {
	display: none;
}

.our-purchases-menu.active {
	display: block;
}

.who-help-menu {
	display: none;
}

.who-help-menu.active {
	display: block;
}

.resources-menu {
	display: none;
}

.resources-menu.active {
	display: block;
}

.rv-burger123 {
	display: none;
}

.service-menu h3,
.discover-menu h3,
.our-company-menu h3,
.our-purchases-menu h3,
.resources-menu h3,
.who-help-menu h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	font-family: 'Proyale';
	color: #B9795D;
	text-transform: uppercase;
	background: #00404B;
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
	height: 80px;
	padding-top: 18px;
	display: inline-block;
	min-width: 180px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: -30px;
}

.service-menu-list {
	padding: 26px 25px 11px;
	background: linear-gradient(148.45deg, #00404B -12.94%, #00191E 88.64%);
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
	min-height: 264px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.service-menu-list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 95px;
}

.service-menu-list ul li {
	margin-bottom: 20px;
	width: 35%;
}

.service-menu-list ul li a {
	padding: 10px 19px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	background: linear-gradient(118.45deg, #00404B -22.52%, #00191E 154.32%);
	backdrop-filter: blur(100px);
	box-shadow: -10px 4px 50px 0px #00000040;
	text-decoration: none;

}

.service-menu-list ul li a span {
	color: #BCBCBC;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}

.service-menu-list ul li a img {
	margin-right: 20px;
}

.service-menu-list.one-line ul {
	display: block;
}

.menu-listing.active:after {
	display: none;
}

.menu-listing>ul>li>a {
	height: auto;
	padding: 18px 15px 16px 15px;
}

.service-menu-list ul li a span {
	transition: all 0.4s;
	;
}

.service-menu-list ul li a span:hover {
	color: #B9795D;
	transition: all 0.4s;
	;
}

.menu-listing ul li a.discover-menu-area.main {
	display: none;
}

.menu-listing ul li a.our-company-menu-area.main {
	display: none;
}

.menu-listing ul li a.our-purchases-menu-area.main {
	display: none;
}

.menu-listing ul li a.service-menu-area.main {
	display: none;
}

.menu-listing ul li a.who-help-menu-area.main {
	display: none;
}

.menu-listing ul li a.resources-menu-area.main {
	display: none;
}

.menu-listing ul li a.location-menu-area.main {
	display: none;
}

.menu-listing {
	margin-top: 50px;
}

@media(max-width:1500px) {
	.menu-listing>ul>li>a {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.menu-area ul li a {
		padding: 0px 13px !important;
	}
}

@media(max-width:767px) {
	.rv-most-awarded-heading {
		margin-top: 50px !important;
	}
}

/***** Modified Header css **********/
.modified-header .header-menu-area {
	position: relative;
}

.modified-header .service-menu-list,
.location-service {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 85px;
	display: none;
	background: none !important;
	background-color: rgba(6, 40, 46, 0.8) !important;
	backdrop-filter: blur(0px);
}

.modified-header .service-menu-list {
	padding: 45px 40px;
	box-sizing: border-box;
}

.menu-area>ul>li:hover .service-menu-list {
	display: flex;
	column-gap: 100px;
}

.modified-header .menu-area .service-menu-list ul {
	display: block;
}

.modified-header .menu-area .service-menu-list>ul>li {
	width: auto;
}

.modified-header .menu-area .service-menu-list>ul>li:last-child {
	margin-bottom: 0px;
}

.modified-header .menu-area .service-menu-list>ul>li>a {
	padding: 10px 19px !important;
	border: 0px;
	min-width: 325px;
	border: 1px solid transparent;
	transition: all 0.5s;
}

.modified-header .menu-area .service-menu-list>ul>li>a:hover {
	border: 1px solid rgba(185, 121, 93, 1);
	transition: all 0.5s;
}

.modified-header .menu-area>ul>li>a {
	padding: 23px 28px;
	text-transform: uppercase;
	border-right: 0px;
	position: relative;
	transition: all 0.5s;
	z-index: 1;
}

.modified-header .menu-area>ul>li>a:after {
	position: absolute;
	height: 15px;
	width: 1px;
	background-color: #fff;
	content: '';
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -2;
}

.modified-header .menu-area>ul>li:last-child>a:after {
	display: none;
}

.modified-header .header-menu-area-wrapper {
	justify-content: center;
}

.modified-header .menu-area>ul>li>a:before {
	background: linear-gradient(90deg, #064a54 0%, #002E36 100%);
	position: absolute;
	top: 0px;
	left: -1px;
	transition: all 0.5s;
	width: 101%;
	height: 100%;
	content: '';
	z-index: -1;
	opacity: 0;
	transition: all 0.5s;
	border-radius: 10px;
}

.modified-header .menu-area>ul>li>a:hover:before {
	opacity: 1;
	transition: all 0.5s;
}

.modified-header .menu-area>ul>li>a:hover {
	font-family: 'Proyale';
	font-size: 16px;
}

.location-service {
	background: none !important;
	background-color: rgba(6, 40, 46, 0.8) !important;
	backdrop-filter: blur(0px);
	box-shadow: -10px 4px 50px 0px #00000040;
	min-height: 264px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 25px 0px;
}

.menu-area>ul>li:hover .location-service {
	display: block;
}

.location-service .location-box {
	max-width: 1115px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: transparent;
}

.header-area.modified-header {
	position: relative;
	z-index: 9999
}

.location-service .location-box ul li a {
	padding: 0px;
	border: 0px;
}

.navbar-icon {
	opacity: 0;
	pointer-events: none;
}

.service-menu-list ul li a span {
	text-transform: capitalize;
}

.service-menu-list ul li a span span {
	text-transform: lowercase;
}

@media (max-width: 1500px) {
	.modified-header .menu-area>ul>li>a {
		padding: 20px 20px !important;
	}

	.modified-header .menu-area .service-menu-list>ul>li>a {
		padding: 8px 19px !important;
		8
	}

	.service-menu-list ul li a span {
		font-size: 13px;
	}

	.modified-header .service-menu-list,
	.location-service {
		top: 75px;
	}
}

/*********** Newest Header ***************/
.newest-menu.modified-header .menu-area>ul>li>a:before {
	display: none;
}

.newest-menu.modified-header .header-menu-area {
	padding: 0px;
}

.newest-menu.modified-header .menu-area>ul>li>a {
	padding: 38px 28px;
}

.newest-menu .service-menu-list ul li a img {
	display: none;
}

.newest-menu.modified-header .service-menu-list,
.newest-menu .location-service {
	background: rgba(0, 64, 75, 1) !important;
	box-shadow: none;
	opacity: 1;
	pointer-events: all;
}

.newest-menu.modified-header .menu-area .service-menu-list>ul>li>a {
	min-width: 231px;
	border: 0px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: transparent;
	box-shadow: none;
	padding: 5px 0px !important;
	border-radius: 0px !important;
	text-transform: none;
}

.newest-menu.modified-header .menu-area .service-menu-list>ul>li>a:hover {
	color: rgba(185, 121, 93, 1);
	border-bottom: 1px solid rgba(185, 121, 93, 1) !important;
}

.newest-menu.modified-header .menu-area .service-menu-list>ul>li>a:hover span {
	color: rgba(185, 121, 93, 1);
}

.newest-menu .service-menu-list ul li {
	margin-bottom: 10px;
	position: relative
}

.menu-area>ul>li {
	position: relative
}

.newest-menu .menu-area>ul>li:hover .service-menu-list {
	column-gap: 60px;
	padding: 20px 28px;
}

.newest-menu .menu-area>ul>li:hover .service-menu-list:before {
	width: 200vw;
	margin-left: -100vw;
	left: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 64, 75, 1) !important;
	content: '';
	height: 100%;
}

body {
	overflow-x: hidden;
}

.menu-area ul li.location-box2 {
	position: static
}

.menu-area ul li.location-box2>.location-listing {
	min-height: 445px;
	padding: 45px 40px !important;
	align-items: flex-start;
}

.location-box2 .location-listing ul {
	display: block;
	margin-bottom: 10px;

}

.location-box2 .location-listing ul li {
	width: 100%;
}

.location-listing:before {
	display: none;
}

.location-box2 h4 {
	color: rgba(185, 121, 93, 1) !important;
	border: 0px !important;
	font-family: 'Gotham Pro bold';
	height: 22px;
	margin-bottom: 5px;
	margin-top: 16px;
}

.newest-menu .each-location-list ul li a {
	border: 0px !important;
	padding: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: transparent;
	box-shadow: none;
	padding: 5px 0px !important;
	border-radius: 0px !important;
	text-transform: none;
	color: #BCBCBC
}

.newest-menu .each-location-list ul li a:hover {
	color: #B9795D;
	border-bottom: 1px solid #B9795D !important;
}

.newest-menu .each-location-list {
	width: 20%;
}

@media (max-width: 1500px) {
	.newest-menu .menu-area>ul>li:hover .service-menu-list {
		column-gap: 30px;
	}

	.newest-menu.modified-header .service-menu-list,
	.location-service {
		top: 56px;
	}

	.newest-menu .service-menu-list ul li a span {
		font-size: 16px;
	}
}
@media (max-width: 1200px) {
    .newest-menu.modified-header .menu-area>ul>li>a{
        padding: 0px 7px !important;
        font-size: 12px !important;
    }
  
}
.mobile-menu {
	display: none;
}

@media (max-width:991px) {
	.rv-burger123 {
		display: block !important
	}

	.mobile-menu {
		display: block;
		background: linear-gradient(148.45deg, #00404B -12.94%, #00191E 88.64%);
		box-shadow: -30px 21px 100px 0px rgba(0, 0, 0, 0.3);
		padding: 35px 15px;
		position: fixed;
		right: -100%;
		top: 0px;
		height: 100vh;
		z-index: 99999 !important;
		width: 100%;
		box-sizing: border-box;
		overflow-y: scroll;
		transition: all 0.5s;
	}

	.mobile-menu.active {
		right: 0%;
		transition: all 0.5s;
	}

	.mobile-menu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: block;
	}

	.mobile-menu>ul {
		padding: 0px 0px;
	}

	.mobile-menu>ul>li:not(:last-child) {
		margin-bottom: 25px;
	}

	.mobile-menu>ul>li>a {
		font-family: 'Gotham Pro' !important;
		font-weight: 400;
		font-size: 18px;
		line-height: 140%;
		letter-spacing: 0%;
		color: rgba(255, 255, 255, 1) !important;
		text-decoration: none;
		width: 100%;
		position: relative;
		display: block;
		text-transform: uppercase;
	}

	.mobile-menu>ul>li>a:after {
		content: url('https://www.propertybuyer.com.au/hubfs/orangeicon.png') !important;
		position: absolute;
		right: 0px;
		filter: invert(1) brightness(500%)
	}

	.mobile-menu>ul>li>.service-menu-list,
	.mobile-menu>ul>li>.location-service {
		display: none;
	}

	.mobile-cross-and-back-area {
		margin-bottom: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-cross {
		text-align: right
	}

	.mobile-menu .search-area {
		display: block;
		margin-bottom: 40px;
	}

	.search-form-wrapper {
		border: 1px solid #fff;
	}

	.search-form-wrapper input {
		color: #fff;
		background: transparent;
		font-size: 12px;
	}

	.search-form-wrapper button img {
		filter: invert(1) brightness(200%)
	}

	.back-area {
		opacity: 0;
		pointer-events: none
	}

	.mobile-menu.active-sub-menu .social-area {
		display: none;
	}

	.mobile-menu.active-sub-menu .back-area {
		opacity: 1;
		pointer-events: all
	}

	.mobile-menu>ul>li>.service-menu-list.active {
		display: block;
	}

	.mobile-menu .service-menu-list.active>ul {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}

	.mobile-menu .service-menu-list.active>ul>li>a {
		font-size: 16px;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #FFFFFF1A;
		max-width: 232px;
		padding: 0px !important;
		padding-bottom: 5px !important;
	}

	.mobile-menu .service-menu-list.active>ul {
		/*margin-bottom:20px;*/
		margin-bottom: 0px !important;
	}

	.mobile-menu>ul>li.active>a {
		margin-bottom: 20px;
		font-family: 'Proyale' !important;
		color: #B9795D !important;
	}

	.mobile-menu>ul>li.active>a:after {
		display: none;
	}

	.service-menu-list {
		padding: 0px 13px;
	}

	.mobile-menu>ul>li>.location-service.active {
		display: block;
	}

	.mobile-menu .location-listing {
		display: none
	}

	.mobile-menu .each-location-box {
		padding: 23px 15px;
		border-radius: 10px;
	}

	.mobile-menu .location-name h4 {
		font-family: 'Roxale Story Calligraphy';
		color: #fff;
		font-size: 18px;
	}

	.mobile-menu .each-location-box {
		position: relative;
		background-size: cover;
		background-position: center center;
		z-index: 1;
	}

	.mobile-menu .each-location-box:before {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 64, 75, 0) 0.75%, rgba(0, 57, 67, 0.409547) 33.57%, rgba(0, 49, 58, 0.9) 100%);
		content: '';
		z-index: -1;
	}

	.mobile-menu .location-box .row {
		row-gap: 15px;
		display: flex;
		flex-direction: column;
	}

	.mobile-menu .each-location-box.active .location-listing {
		display: block
	}

	.mobile-menu .each-location-box.active:before {
		background: linear-gradient(180deg, rgba(0, 64, 75, 0.9) 0%, rgba(0, 49, 58, 0.9) 100%);
	}

	.mobile-menu .each-location-box.active .location-name {
		display: none;
	}

	.mobile-menu .each-location-box.active .location-listing ul {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}

	.mobile-menu .each-location-box.active .location-listing ul li a {
		font-size: 16px;
		color: #fff;
		text-decoration: none;
	}

	.mobile-menu .search-area {
		width: 100%;
	}

	.mobile-menu .social-area {
		/*position:absolute;
		bottom:30px;
		left:25px;*/
		margin-top: 50px;
	}

	.mobile-menu .social-area ul {
		display: flex;
	}

	.mobile-menu .social-area ul li a {
		background: #B9795D;
		color: #00313A;
		font-size: 12px;
		width: 27px;
		height: 27px;
	}

	.mobile-menu .service-menu-list {
		padding: 0px;
		background: transparent;
		box-shadow: none !important;
		backdrop-filter: blur(0px) !important;
	}

	.mobile-menu .service-menu-list.active>ul>li>a {
		background: transparent;
		box-shadow: none !important;
	}

	.mobile-menu .service-menu-list ul li {
		margin-bottom: 20px;
		width: 100%;
	}

	.mobile-menu .service-menu-list.active>ul {
		row-gap: 0px !important;
	}

	.service-menu-list h4 {
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0%;
		margin-bottom: 20px;
		color: #B9795D !important;
		font-family: 'Gotham Pro bold';
	}
}