/*
Theme Name: Las Vegas
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

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

/*------------------------------------------------------------------
Author       : JK
Template Name: Lasvegasapartmentsllc
Version      : 1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Section Headings



/*------ 1. TYPOGRAPHY ------*/
/*-----------------------------------*/
html {
  font-size: 15px; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  overflow-x: hidden !important; }

p {
  line-height: 26px; }

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem; }

h2 {
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-size: 1.4rem;
  font-weight: 800;
 }

h2 span {
  font-weight: 600;
  color: #0098ef; }

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #444;
  font-weight: 600; }

h5 {
  color: #444; }

.top-headings-section {
  padding-bottom: 2rem; }

.top-headings-section p {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  color: #555;
  max-width: 550px; }

.top-headings-section h2::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0098ef;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.section-title {
  padding-left: 35px;
  position: relative;
  margin-bottom: 2.5rem; }

.section-title:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  content: '';
  border-radius: 3px;
  position: absolute;
  background-color: #0098ef; }

.section-title h3 {
  font-size: 18px;
  color: #111;
  text-transform: uppercase; }

.section-title h2 {
  font-size: 36px;
  color: #0098ef;
  text-transform: uppercase; }

.section-title.col-md-5 {
  margin-left: 1rem; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

/*-----------------------------------*/
/*------ 2. SECTION HEADINGS ------*/
/*-----------------------------------*/
.header-top {
  background: #0098ef;
  color: #7f8997;
  display: block;
  padding: 1rem 0; }

.header.head-tr {
  position: absolute;
  width: 100%;
  z-index: 99999; }

.header-top.head-tr {
  background: rgba(255, 255, 255, 0.06);
  color: #7f8997;
  display: block;
  padding: 1rem 0; }

.heading.head-tr {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  padding: 1rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

@media screen and (max-width: 767px) {
	.barcode {
    margin-left:20px !important;
   }
  .header-top {
    padding: 0px; } }
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto; }

.top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-top p {
  margin-right: 2rem;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px; }

.header-top p i {
  color: #fff;
  margin-right: .5rem;
  font-size: 1.3rem; }

.top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.top-social .login-wrap ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin-bottom: 0px; }

.top-social .login-wrap ul li {
  padding: 0px 12px;
  position: relative; }

.top-social .login-wrap ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.top-social .login-wrap ul li a:hover {
  color: #121B22; }

.top-social .login-wrap ul li a i {
  margin-right: 5px; }

.header-top .social-icons {
  text-align: right;
  margin-left: .6rem; }

.header-top .social-icons i {
  line-height: 26px;
  font-size: 1.2rem;
  margin-right: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.social-icons-header .fa-facebook {
  color: #fff; }

.social-icons-header .fa-twitter {
  color: #fff; }

.social-icons-header .fa-google-plus {
  color: #fff; }

.social-icons-header .fa-linkedin {
  color: #fff; }

.social-icons-header .fa-skype {
  color: #fff; }

.header-top .social-icons:hover {
  color: #0098ef; }

.header-top .dropdown {
  display: inline-block;
  background: transparent; }

.header-top .dropdown button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.header-top .dropdown button:hover {
  color: #121B22; }

.header-top .dropdown .dropdown-menu {
  border-radius: 0;
  left: auto;
  margin: 0;
  min-width: 115px;
  padding: 0px;
  position: absolute;
  right: 0;
  z-index: 9999999; }

.header-top .dropdown-menu img {
  margin-right: 5px; }

.header-top .dropdown-menu li {
  color: #333;
  cursor: pointer;
  padding: 5px 10px; }

.header-top .dropdown-menu li:hover {
  background: #eee none repeat scroll 0 0; }

.heading {
  background: #fff;
  color: #fff;
  position: relative;
  padding: 1rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.sticky,
.sticky.head-tr {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #121B22 none repeat scroll 0 0;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }
.barcode {
    margin-left: 240px;
}

@media screen and (max-width: 991px) {
  .heading.head-tr {
    background: rgba(255, 255, 255, 0.06);
    padding-bottom: 0px; }

  .header.head-tr #main-menu {
    background: #fff;
    width: 100%; }

  .header.head-tr #main-menu ul a,
  .header.head-tr #main-menu .po a::after {
    color: #000 !important; }

  .sticky.head-tr {
    background: #121B22 none repeat scroll 0 0; }

  .header.head-tr .heading .logo img {
    padding-left: 15px;
    padding-bottom: 1rem; }

  .header.head-tr .button-menu {
    padding-right: 18px !important; }

  .heading.head-tr .container {
    padding-left: 0px;
    padding-right: 0px; }

  .header.head-tr .search-button,
  .header.head-tr .button-menu {
    margin-bottom: 1rem !important; } }
.heading .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.heading .logo img {
  width: 160px; }

@media screen and (max-width: 414px) {
  .heading .logo img {
      width: 130px; } }

@media screen and (max-width: 575px) {
  .header.head-tr #bloq-search {
    padding-left: 15px;
    padding-right: 15px; }

  .tp-caption.slid-2 {
    padding-top: 7.7rem; } }
.search-button,
.button-menu {
  border: 0;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #fff; }

.search-button:focus,
.button-menu:focus {
  outline: 0; }

.search-button {
  color: #fff;
  margin-left: auto;
  margin-right: .8rem; }

.get-quote {
  background: #4dc7ec;
  /* margin-left: 2rem; */
  color: #fff;
  padding: .6rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.get-quote:hover {
  background: #121B22;
  color: #fff !important; }

.get-quote p {
  text-transform: uppercase;
  margin: 0px;
  font-weight: 600; }

.get-quote a {
  text-decoration: none;
  color: #fff; }

.get-quote a:hover {
  color: #fff; }

#bloq-search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.bloq-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  margin: 1.3rem 0;
  z-index: 1; }

.bloq-search input[type="text"] {
  border: 1px solid #0098ef;
  border-radius: 5px 0 0 5px;
  margin-bottom: 0px;
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.bloq-search input[type="submit"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 0;
  width: auto;
  border-radius: 0 5px 5px 0;
  background: #0098ef;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0px;
  padding: 0 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.bloq-search input[type="submit"]:hover {
  background: #121B22;
  color: #fff; }

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(2, 152, 239);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  padding: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0298ef;
}
.dropdown-item {
  padding: 1rem 1.5rem;
}
#main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

#main-menu ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0; }

#main-menu ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  text-decoration: none; 
  font-size: 12px;}

#main-menu ul a:hover,
#main-menu ul li.active a {
  color: #0098ef; }

#main-menu .card {
  background: transparent; }

#main-menu .card a:hover {
  background: transparent; }

#main-menu .po a::after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #fff;
  margin-left: .3rem; }

.text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*------ ARROW DOWN ------*/
.arrow-down a {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  -webkit-animation: animate-arrow 2s ease-in-out infinite;
          animation: animate-arrow 2s ease-in-out infinite; }

@-webkit-keyframes animate-arrow {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animate-arrow {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*-----------------------------------*/

/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.masthead {
  height: 60vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*-----------Crousel----------------*/

.carousel-caption {
    /* background: #fff; */
    color: #403f3f;
    height: auto;
    text-align: left;
    padding: 40px 0 0;
    margin: 0;
    top: 0;
    bottom: 0;
    /* transform: translateY(-50%); */
}

.carousel-caption .display-4 {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 900;
  margin: 0;
  color: #fff;
  padding: 6em 0;
}
.masthead h1 {
  font-size: 1.7em;
  word-break: break-word;
}
.masthead h1 span {
  letter-spacing: 1px;
}
.popup-youtube {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #0098ef;
  font-size: 30px;
  height: 70px;
  left: 50%;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 9;
}
.wprt-image-video .iq-waves {
  height: 352px;
  height: 22rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 352px;
  width: 22rem;
  z-index: 2;
}
.wprt-image-video .iq-waves .waves {
  -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
  animation: 3s ease-in-out 0s normal none infinite running waves;
  background: #0098ef none repeat scroll 0 0 padding-box;
  border-radius: 320px;
  height: 352px;
  height: 22rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  width: 352px;
  width: 22rem;
}

.wprt-image-video .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wprt-image-video .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/*----------Property View------------*/

.pr-amt {
    font-size: 12px;
    background: #4dc7ec;
    color: #fff;
    font-weight: 900;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}
.property-list img.card-img {
    max-height: 150px;
}
p.card-text.pr-info {
    font-size: 13px;
}
.property-meta span {
    float: left;
    font-size: 12px;
    color: #394041;
    display: inline-block;
    border-right: 1px solid #dedede;
    padding: 10px;
}
.formp-left {
    padding-left: 0px;
}
.brand {
  background:#162026
}

.popup-gallery span {
    font-size: 1.7em;
    font-weight: 900;
    color: #cf0f1b;
    margin-right: 20px;
}
/* .brand h3:after {
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -14px;
  width: 30%;
  height: 2px;
  content: '';
  transform: translate(-50%, -50%);
  left: 50%;
} */
/*-----------------------------------*/
/*------ 41. MEDIAS QUERIES ------*/
/*-----------------------------------*/
@media screen and (min-width: 992px) {
  #main-menu {
    height: auto !important;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /* margin-left: 7rem; */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  #main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }

  #main-menu ul li a {
    color: #000;
    padding: .7rem;
    text-transform: uppercase;
    font-weight: 400;
    /* margin: 0 .3rem; */
    border-top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  #main-menu ul li a.active {
    color: #fff; }

  #main-menu ul li a:hover {
    color: #fff;
    background: #0098ef;
    border-radius: 5px; }

  .dropdown:hover > .dropdown-menu {
    display: block; }

  #main-menu .dropdown-menu {
    -webkit-animation: 330ms ease 0s normal none 1 running zoomIn;
            animation: 330ms ease 0s normal none 1 running zoomIn;
    background: #fff none repeat scroll 0 0;
    margin-top: 0px; }

  #main-menu .dropdown-menu a {
    color: #000;
    text-align: left;
    border-top: 0;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 0px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

  #main-menu .dropdown-menu a:hover {
    color: #fff;
    background: #0098ef;
    text-decoration: none;
    border: 0;
    border-radius: 0px; }

  .search-button {
    margin-left:0;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  #bloq-search {
    position: absolute;
    width: 20rem;
    right: 17.5rem;
    top: 2.5rem;
    z-index: 99999;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; } }

/*--------recent Post---------*/

.recent-posts .media img {
    width: 75px;
    border-radius: 2px;
    margin-right: 20px;
}

.recent-posts .media h5 {
    margin-bottom: 7px;
    font-weight: 500;
}
.recent-posts .media h5 a {
    font-size: 16px;
    color: #000;
}
.recent-posts .media p {
    color: #000;
    margin: 0;
    line-height: 24px;
    font-size: 13px;
}

/*------ 14. SECTION NEWSLETTERS -----*/
/*------------------------------------*/
section.subscribe {
  padding: 3rem 0;
  background:#162026;
  text-align: center; }

.realhome_subscribe input {
  font-size: 16px;
  padding: 11px 0px 12px 22px;
  line-height: 26px;
  font-weight: 300;
  background: transparent;
  border: 2px solid;
  width: 100%;
  display: block;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 3px;
  vertical-align: top;
  border-color: #0098ef;
  border-radius: 0;
  color: #fff;
  height: auto;
  margin-bottom: 0px;
  -webkit-appearance: none; }

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.realhome_subscribe h2 {
  font-size: 1.9rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem; }

input {
  margin-right: 0px !important; }

@media screen and (max-width: 767px) {
  .realhome_subscribe h2 {
    font-size: 1.3rem; }

  .realhome_subscribe input {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px; }

  .realhome_form_subscribe button {
    margin-right: 0; } }
@media screen and (max-width: 575px) {
  .realhome_subscribe h2 {
    font-size: 1.2rem; } }
@media screen and (max-width: 360px) {
	.barcode {
    margin-left:5px !important;
   }
  .realhome_subscribe input {
    font-size: 14px; } }
@media screen and (max-width: 320px) {
  .realhome_form_subscribe button {
    padding: 11px 11px 12px 11px !important; } }
.realhome_form_subscribe {
  position: relative;
  width: 100%; }

.realhome_form_subscribe button {
  background: #0098ef;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  border: 2px solid #0098ef;
  line-height: 26px;
  letter-spacing: 3px;
  min-height: 40px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 18px 12px 23px;
  text-transform: uppercase;
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none; }

/*-----------------------------------*/
/*---------carousel--------------*/

.carousel-item {
  /* height: 70vh; */
  min-height: 410px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-y: -15em;
}

@media screen and (max-width: 991px) {
.carousel-item {
    height: 40vh;
    min-height: 200px;
}
    
}


/*------ 15. SECTION FOOTER ------*/
/*-----------------------------------*/
.first-footer .top-footer {
  background: #fff;
  color: #fff;
  padding: 4rem 0; }

.first-footer .logo img {
  width: 180px;
  height: auto;
  margin-bottom: 1.6rem; }

@media screen and (max-width: 991px) {
  .first-footer .netabout {
    margin-bottom: 0px; }

  .first-footer .netabout p {
    margin-bottom: 2rem !important; } }
.first-footer .netabout h3 {
  margin-bottom: 2rem; }

.first-footer .netabout h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0098ef;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

.first-footer .netabout p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #000; }

.first-footer .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.first-footer .netsocials a .fab {
  font-size: 1rem;
  text-align: center;
  background: transparent;
  border: 1px solid #E91E63;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1.5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.first-footer .netsocials a .fa-facebook-f {
  background: #3b5998;
  color: #fff;
  border: 1px dotted #3b5998; }

.first-footer .netsocials a .fa-facebook-f:hover {
  background: #3b5998;
  color: #fff; }

.first-footer .netsocials a .fa-twitter {
  background: #1da1f2;
  color: #fff;
  border: 1px dotted #1da1f2; }

.first-footer .netsocials a .fa-twitter:hover {
  background: #1da1f2;
  color: #fff; }

.first-footer .netsocials a .fa-google-plus {
  background: #dd4b39;
  color: #fff;
  border: 1px dotted #dd4b39; }

.first-footer .netsocials a .fa-google-plus:hover {
  background: #dd4b39;
  color: #fff; }

.first-footer .netsocials a .fa-youtube {
  background: #cd201f;
  color: #fff;
  border: 1px dotted #cd201f; }

.first-footer .netsocials a .fa-youtube:hover {
  background: #cd201f;
  color: #fff; }

.navigation h3 {
  margin-bottom: 2rem; }

.first-footer .nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.first-footer .navigation h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0098ef;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 991px) {
  .first-footer .navigation h3 {
    margin-top: 0px; }

  .navigation ul {
    margin-bottom: 0px; }

  .navigation ul li.no-mgb {
    margin-bottom: 0px; } }
@media screen and (max-width: 767px) {
  .first-footer .navigation h3 {
    margin-top: 3rem; } }
.navigation ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px; }

.navigation ul li {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #666; }

.navigation ul li.no-mgb {
  margin-bottom: 0px; }

.navigation ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.navigation ul li a:hover {
  color: #0098ef; }

.navigation a {
  display: block;
  margin-bottom: .6rem; }

.navigation .nav-right {
  margin-left: 2rem; }

.first-footer .widget h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0098ef;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

.twitter-widget.contuct .single-item {
  position: relative;
  margin-bottom: 25px; }

.twitter-widget.contuct .single-item:last-child {
  margin-bottom: 0px; }

.twitter-widget.contuct .twitter-area .icon-holder {
  position: absolute;
  left: 0;
  top: 0; }

.twitter-widget.contuct .twitter-area .icon-holder i {
  color: #0098ef; }

.twitter-widget.contuct .twitter-area .text {
  padding: 0px 0px 0px 30px; }

.twitter-widget.contuct .twitter-area .text h5,
.inner-pages .twitter-widget.contuct .twitter-area .text h5 {
  font-size: 15px;
  color: #BBBBBB;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.3rem; }

.twitter-widget.contuct .twitter-area .text h5 a,
.inner-pages .twitter-widget.contuct .twitter-area .text h5 a {
  color: #fff;
  font-weight: 600; }

.twitter-widget.contuct .twitter-area .text h4,
.inner-pages .twitter-widget.contuct .twitter-area .text h4 {
  font-size: 14px;
  color: #0098ef;
  font-weight: 500;
  margin-bottom: 0px; }

@media screen and (max-width: 991px) {
  .first-footer .widget,
  .inner-pages .first-footer .widget {
    padding-top: 0px !important; }

  .first-footer .widget h3 {
    margin-top: 3rem; } }
.inner-pages .first-footer .twitter-widget.contuct h5::after {
  display: none; }

.first-footer h3 {
  color: #000;
  margin-bottom: 2rem; }

.first-footer .contactus h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0098ef;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 991px) {
  .first-footer .contactus h3 {
    margin-top: 3rem; } }
@media screen and (max-width: 767px) {
  .first-footer .contactus {
    margin-top: 2rem; }

  .first-footer .top-footer {
    padding-bottom: 6rem; } }
.first-footer .contactus .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .6rem;
  color: #fff; }

.first-footer .contactus .ti {
  margin-bottom: 0px; }

.first-footer .contactus .info p {
  margin: 0px;
  margin-left: 1.5rem;
  font-weight: 400;
  color: #000;}

.first-footer .contactus ul li {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #666; }

.first-footer .contactus ul {
  list-style: none;
  margin-bottom: 2.5rem !important;
  padding: 0;
  margin: 0; }

.first-footer .contactus ul li .fa {
  font-size: 1.6rem;
  color: #000; }

/*------ HOVER EFFECT ------*/
.hover-effect figure {
  position: relative;
  overflow: hidden;
  margin: 0; }

.hover-effect figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg); }

.hover-effect:hover figure::before {
  -webkit-animation: shine .75s;
          animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.hover-effect figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s ease;
  transition: .5s ease; }

.hover-effect:hover figure img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

.second-footer {
  padding: 1.5rem 0;
  background: #0098ef;
  color: #fff; }

.second-footer h3 {
  margin: 0;
  font-weight: 300; }

.second-footer p {
  margin: 0;
  font-weight: 400; }

.second-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto; }

.second-footer p .fa-heart:before {
  color: #fff; }

/*------ ARROW GO UP ------*/
.go-up {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 2.1rem;
  background: #0098ef;
  padding: .4rem;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.go-up:hover,
.go-up:focus {
  outline: 0;
  text-decoration: none;
  color: #fff; }


.headings {
    background:url(/wp-content/uploads/2019/07/LV-Background-1.jpg) no-repeat center center;
    width: 100%;
    height: 35vh;
    background-position-y: -30em;
} 

.headings p:first-child {
    margin-top: 10rem;
    font-size: 2rem;
    color: #000;
}
.headings p a, .headings p:last-child {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-size: 1rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#portfolio .container-fluid {
  max-width: 1920px;
}

#portfolio .container-fluid .portfolio-box {
  position: relative;
  display: block;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(244, 98, 58, 0.9);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-align: center;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}

#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.btn-primary {
    color: #fff;
    background-color: #4dc7ec;
    border-color: #4dc7ec;
}
.property-list .card .card-body {
    min-height: 177px;
}
.carousel-caption {
  right: 5%;
  left: 5%;
}
.how-to p {
  font-size: 1.5em;
  margin-bottom: 2em;
}
.how-to p span {
  font-size: 1.7em;
  font-weight: 900;
  color: #cf0f1b;
  margin-right: 20px;
}
.font-lg{
  font-size: 1.3em; 
  line-height: 35px; 
}
.footer-txt p {
	margin-bottom: 1.5rem;
    font-weight: 400;
    color: #000;
	padding-left: 15px;
}

.news h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #0098ef;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}
.media-news img {
    float: right;
	border-radius: 10px;
}
.archive .card {
    border-radius: 10px;
}
h3.card-title a {
    color: #444;
}

/* Large screens */

@media only screen 
  and (min-width: 1824px){
    .navbar-light .navbar-nav .nav-link {
      font-size: 12px;
     }

  }
  


/* Non-Retina screens */

@media only screen  
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {
   .navbar-light .navbar-nav .nav-link { font-size: 15px;}
  }
/* Retina screens */
  @media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (min-resolution: 192dpi) {
    .navbar-light .navbar-nav .nav-link { font-size: 15px; }
  }

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
  .navbar-light .navbar-nav .nav-link { font-size: 12px;}
  .masthead h1 {font-size: 1.1em;}
  .masthead h1 span {letter-spacing: 1.5px;}
  .masthead {height: 20vh;min-height: 400px;}

  }
  

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
  /* insert styles here */
  .navbar-light .navbar-nav .nav-link { font-size: 16px; }
}

/* (1280x1024) SXGA Display */
@media  screen and (max-width: 1280px) {
  /* insert styles here */
  .navbar-light .navbar-nav .nav-link { font-size: 12px; }
}


/* Desktops and laptops */
@media only screen 
  and (min-width: 1224px){
    .navbar-light .navbar-nav .nav-link {
      font-size: 16px;
     }
  }

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1){
    .masthead { height: 40vh; min-height: 550px;}
    .navbar-light .navbar-nav .nav-link { font-size: 12px;}
    .masthead h1 {font-size: 1.1em;font-weight: 800;margin: 2em 0 0;text-align: center;}
  }

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  and (orientation: portrait){

  }

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  and (orientation: landscape){
    .masthead {height: 40vh;min-height: 360px;}
    .masthead h1 {text-align:justify;}
  }


@media screen and (min-width:320px) and (max-width:767px){

  .masthead { min-height: 360px;}
  .masthead h1 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0;
}
.navbar-nav li {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #0298ef;
}
.navbar-nav li:nth-child(odd) {
  background: #f5f5f5;
}
.carousel-caption {
    width: 70%;
    max-height: 60px;
}
.carousel-caption .display-4 {
    font-size: 11px;
    margin: 0;
}

.pro-text h1 {
    font-size: 1.1rem;
    text-align: center;
    text-transform: capitalize;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 100%;
}
.pro-text p {
    text-align: justify;
    font-size: 13px;
}
section.map-view iframe {
    height: 201px;
}
.navbar-brand img {
  width: 250px;
}
    
}

 @media (min-width: 1024px) {
        .d-hide {
            display: none;
        }
    }

/*
.main-megamenu {
    position: static !important;
}

.main-megamenu > ul.dropdown-menu {
    width: 100%;
    left: 0%;
    padding: 15px;
	margin: -2rem 0 0;
}
.main-megamenu > ul.dropdown-menu > li.mega-grid:nth-child(3n+1) {
    clear: both;
}
.main-megamenu > ul.dropdown-menu > li.mega-grid {
    width: 33%;
    float: left;
    margin-bottom: 0px;
} */

.dropdown-menu {
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
}