/*------------------------------------------------------------------
Author       : Code-Theme
Template Name: Listingo - HTML5 Template
Version      : 1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Section Headings
3. Section Parallax Image
4. Section Feature Categories
5. Section Popular Listings
6. Section How It Works
7. Section Most Visited Cities
8. Section Counter Up
9. Section Pricing
10.Section Testimonials
11.Section Blog
12.Section Footer
13.Inner Page Listings List
14.Inner Page Listings List Right Sidebar
15.Inner Page Listings Grid
16.Inner Page Listings Half Map
17.Inner Page Listings Full Map
18.Inner Page Listing Details
19.Inner Page About Us
20.Inner Page Dashboard
21.Inner Page Faq
22.Inner Page Payment-Method
23.Inner Page Thank you
24.Inner Page 404
25.Inner Page Login
26.Inner Page Coming Soon
27.Inner Page Under Construction
28.Inner Page Blog Grid
29.Inner Page Blog Grid Sidebar
30.Inner Page Blog Lists
31.Inner Page Blog List Sidebar
32.Inner Page Blog Details
33.Inner Page Contact Us
34.Inner Page Add Listing
35.PreLoader
36.Medias Queries
-------------------------------------------------------------------*/
/*-----------------------------------*/
/*------ 1. TYPOGRAPHY ------*/
/*-----------------------------------*/
html {
  font-size: 15px;
}

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

p {
  line-height: 26px;
}

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

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

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

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  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: #0741AF;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

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

.sec-title {
  text-align: center;
  padding-bottom: 2rem;
}

.sec-title h2 {
  color: #0741AF;
}

.sec-title h2 span {
  position: relative;
  color: #000;
}

.sec-title p {
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  max-width: 550px;
}

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

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

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

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

.section-title h2 {
  color: #0741AF;
  text-transform: uppercase;
}

.popular.portfolio.pb-5 {
  padding-bottom: 4rem !important;
}

/*-----------------------------------*/
/*------ 2. SECTION HEADINGS ------*/
/*-----------------------------------*/
.header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

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

@media screen and (max-width: 767px) {
  .header-top {
    padding: 0px;
  }
}
.header.head-2 {
  position: relative;
}

.header-top.head-2 {
  background: #0741AF;
  color: #fff;
  display: block;
  padding: 1rem 0;
}

.heading.head-2 {
  background: #303441;
}

.header-top.head-2 .top-social .login-wrap ul li a:hover,
.header-top.head-2 .dropdown button:hover {
  color: #fff;
}

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

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

.header-bottom.heading.sticky-header.head-2.sticky {
  z-index: 99999;
}

@media screen and (max-width: 767px) {
  .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;
}

.top-info a {
  color: #fff;
  text-decoration: none;
}

.top-info a:hover {
  color: rgba(254, 254, 254, 0.7);
}

.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: #0741AF;
}

.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 {
  color: #fff;
}

.header-top .social-icons:hover {
  color: #0741AF;
}

.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: #0741AF;
}

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

.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: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  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: #303441 none repeat scroll 0 0;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

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

  #main-menu {
    background: #fff;
    width: 100%;
    margin-left: 0px !important;
  }

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

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

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

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

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

  .search-button,
  .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: 165px;
}

@media screen and (max-width: 414px) {
  .heading .logo img {
    width: 140px;
  }
}
@media screen and (max-width: 575px) {
  .header #bloq-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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: transparent;
  margin-left: 2rem;
  color: #fff;
  padding: 1rem;
  -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: #0741AF;
  color: #fff !important;
}

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

.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 #0741AF;
  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: #0741AF;
  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: #303441;
  color: #fff;
}

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

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

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

/*----------------------------------------------*/
/*--------- 3. PARALLAX IMAGE HOME 1 ----------*/
/*----------------------------------------------*/
.parallax-search {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/bg/home-bg.jpg") no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/bg/home-bg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: 90vh;
}

.parallax-search .hero-inner {
  text-align: center;
  margin-top: 370px;
  margin-bottom: 200px;
}

.parallax-search .welcome-text p {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 300;
}

.parallax-search .welcome-text h1 {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
}

/* Search Form */
.parallax-search .trip-search {
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  text-align: left;
  margin-top: 40px;
}

.parallax-search .trip-search .form {
  line-height: 0px;
}

.parallax-search .form-group {
  width: 190px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 0px;
}

.parallax-search .form-group:last-child {
  margin-right: 0px;
}

.parallax-search .form-group .nice-select {
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #757575;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.parallax-search .form-group .nice-select:hover {
  color: #0741AF;
}

.parallax-search .form-group .nice-select::after {
  right: 20px;
  color: #757575;
}

.parallax-search .form-group .nice-select i {
  color: #0741AF;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-right: 10px;
}

.parallax-search .form-group .list li {
  color: #757575;
}

.parallax-search .form-group .list li.selected {
  color: #757575;
  font-weight: 400;
}

.parallax-search .form-group .list li:hover {
  color: #fff;
  background: #0741AF;
}

.parallax-search .form-group.looking {
  width: 350px;
  margin: 0px;
}

.parallax-search .first-select {
  height: 30px;
  border-radius: 5px;
  margin-right: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #757575;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.main-search-input-item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  position: relative;
}

.nice-select.wide {
  width: 100%;
}

.parallax-search .form-group.looking input {
  float: left;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}

.parallax-search .form-group.location {
  width: 288px;
}

.parallax-search .form-group.categories {
  width: 288px;
}

.parallax-search .form-group.button {
  width: 145px;
  position: relative;
  height: 50px;
}

.parallax-search .form-group .btn {
  display: block;
  width: 100%;
  background: #0741AF;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 14px;
  border: none;
  border-radius: 50px;
}

.parallax-search .form-group .btn:hover {
  background: #303441;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .parallax-search .trip-search .form-group {
    margin-top: 15px;
    margin-right: 20px;
    width: 100%;
  }

  .parallax-search .welcome-text h1 {
    font-size: 40px;
  }

  .parallax-search .trip-search {
    margin-top: 20px;
    border-radius: 0px;
  }

  .parallax-search .hero-inner {
    margin-top: 240px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .parallax-search .hero-inner {
    margin-top: 350px;
    margin-bottom: 0px;
  }

  .parallax-search .hero-inner.mt-55 {
    margin-top: 250px !important;
  }

  .hero-inner .lc-cat-browse-two {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .parallax-search .welcome-text h1 {
    font-size: 48px;
  }

  .parallax-search .hero-inner {
    margin-top: 200px;
  }

  .parallax-search .trip-search .form-group {
    margin-top: 10px;
    width: 100%;
  }

  .text-center .lc-cat-browse a.cat-single {
    display: block;
    margin-right: 0;
    margin-top: 0;
    width: 48%;
    float: left;
    margin: 2%;
  }
}
@media only screen and (max-width: 450px) {
  .parallax-search .welcome-text h1 {
    font-size: 25px !important;
  }

  .parallax-search .welcome-text p {
    font-size: 14px;
  }

  .parallax-search .hero-inner {
    margin: 70px 0;
  }

  .parallax-search .trip-search {
    margin-top: 30px;
  }

  .parallax-search .hero-inner.mt-55 {
    margin-top: 100px !important;
    margin-bottom: 0px;
    height: 100% !important;
  }

  .parallax-search.bot .trip-search {
    margin-top: 10px !important;
  }

  .popular-searchs {
    margin-top: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 414px) {
  .parallax-search .hero-inner {
    margin-top: 160px !important;
  }

  .parallax-search .welcome-text h1 {
    font-size: 21px !important;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .parallax-search .hero-inner {
    margin-top: 130px !important;
    font-size: 18px !important;
  }

  .parallax-search .welcome-text h1 {
    font-size: 21px !important;
    margin-bottom: 1rem;
  }

  .parallax-search .welcome-text p {
    margin-bottom: .5rem;
  }

  .parallax-search .trip-search {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .parallax-search {
    height: 100vh;
  }
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}

.fullwidth-home-map.dark-overlay {
  height: 100vh !important;
  margin-bottom: 0;
}

.fullwidth-home-map.dark-overlay video {
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  position: absolute;
}

.dark-overlay:before {
  background: rgba(0, 0, 0, 0.5) !important;
}

.dark-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.99)), color-stop(70%, rgba(255, 255, 255, 0.7)), color-stop(95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.99) 20%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 95%);
}

.dark-overlay h1 {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.dark-overlay p {
  color: #fff;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}

/* Owl Nav */
.hero-area.style2 .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0;
  font-size: 25px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.hero-area.style2 .owl-controls .owl-nav div:hover {
  background: #FF7550;
  border-color: transparent;
  color: #fff;
}

.hero-area.style2 .owl-controls .owl-nav div.owl-prev {
  left: 0;
}

.hero-area.style2 .owl-controls .owl-nav div.owl-next {
  right: 0;
}

/* Slider Animation */
.hero-area .owl-item.active .welcome-text p {
  -webkit-animation: fadeInDown 0.8s both 1s;
          animation: fadeInDown 0.8s both 1s;
}

.hero-area .owl-item.active .welcome-text h1 {
  -webkit-animation: fadeInLeft 0.8s both 1.4s;
          animation: fadeInLeft 0.8s both 1.4s;
}

.hero-area .owl-item.active .welcome-text .btn {
  -webkit-animation: fadeInRight 0.8s both 1.6s;
          animation: fadeInRight 0.8s both 1.6s;
}

/*------ HEADER SLIDER HOME 4 ------*/
.rev_slider_wrapper {
  width: 100%;
}

.slotholder {
  position: relative;
}

.slotholder:after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.tp-leftarrow {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tp-leftarrow:hover {
  background: #0741AF;
}

.tp-rightarrow {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tp-rightarrow:hover {
  background: #0741AF;
}

.tp-parallax-wrap {
  top: 10px;
}

.tp-bannertimer {
  z-index: 21;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 48px;
}

.mfp-bg {
  z-index: 1112;
}

.mfp-wrap {
  z-index: 1113;
}

.rev_slider a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.text-theme-colored2 {
  color: #0741AF !important;
}

.tp-caption.font-p {
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 496px) {
  .tp-caption.font-p {
    margin-top: .8rem;
  }
}
.btn-default.btn-theme-colored2 {
  color: #fff;
  font-weight: 600;
  background-color: #303441;
  border-color: #fff;
  font-size: 16px;
  padding: 13px 32px;
  margin-top: .8rem;
  margin-right: 1rem;
  line-height: 1.3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-default.btn-theme-colored2:hover {
  background: #0741AF;
  color: #fff;
  border-color: #fff;
}

.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #0741AF;
  border-color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 32px;
  margin-top: .8rem;
  line-height: 1.3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-dark.btn-theme-colored:hover {
  background: #303441;
  color: #fff;
  border-color: #fff;
}

/*------ BUTTOM HOVER EFFECT ------*/
.bg-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.7rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.btn-outline-light {
  background-color: transparent;
  color: #0741AF;
  border-color: #0741AF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3rem;
  padding: .9rem 2.5rem .9rem 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.btn-outline-light:hover {
  background: #0741AF;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.btn-outline-light:after {
  content: '\f0a9';
  font-family: 'FontAwesome';
  position: relative;
  left: .5rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.btn.btn-outline-light:hover:after {
  left: 1rem;
  color: #fff;
  -webkit-transform: rotateZ(-360deg);
          transform: rotateZ(-360deg);
}

/*-------------------------------------*/
/*--- 4. SECTION FEATURE CATEGORIES ---*/
/*-------------------------------------*/
section.feature-categories {
  padding: 6rem 0;
  background: #fff;
}

.feature-categories .img-box {
  height: 290px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 90;
  border-radius: 3px;
}

.feature-categories .img-box.no-mb {
  margin-bottom: 0px;
}

.feature-categories .img-box:hover {
  background: #0741AF;
}

.feature-categories .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  display: block;
  content: "";
  background-color: #303441;
  opacity: 0.3;
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.feature-categories .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  overflow: hidden;
  height: 100px;
}

.feature-categories .listing-badges .featured {
  background-color: #0741AF;
  float: left;
  border-radius: 20px;
  left: 17px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 110px;
  font-size: 14px;
  margin: 0;
}

.feature-categories .listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  float: right;
  background-color: rgba(74, 74, 76, 0.7);
  border-radius: 3px;
  top: 15px;
  right: 15px;
  position: absolute;
}

.feature-categories .img-box-content {
  position: absolute;
  z-index: 101;
  top: 73%;
  padding: 0 1.3rem;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  -webkit-transform: translate(0, -50.5%);
          transform: translate(0, -50.5%);
}

.feature-categories .img-box-content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  margin-bottom: 12px !important;
}

.feature-categories .img-box-content span,
.feature-categories .img-box-content pre {
  font-family: 'Asap', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.feature-categories .img-box img {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

/*----- HOVER EFFECT -----*/
.feature-categories .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
}

.hover-effect img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

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

@media screen and (max-width: 991px) {
  .feature-categories .mt {
    margin-top: 1rem;
    padding-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .feature-categories .img-box.no-mb,
  .feature-categories .img-box {
    margin-bottom: 1.6rem;
  }

  .feature-categories .mt {
    margin-top: 1.6rem;
  }

  .feature-categories .img-box.no-mb.x3 {
    margin-bottom: 0px;
  }

  .feature-categories .img-box {
    height: 350px;
  }

  .feature-categories .img-box img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .feature-categories .img-box img,
  .feature-categories .img-box {
    height: 286px;
  }
}
/*------------------------------------*/
/*-- 5. SECTION POPULAR LISTINGS --*/
/*------------------------------------*/
section.popular.portfolio {
  padding: 6rem 0;
  background: #f5f6ff;
}

section.popular.portfoliosearch {
  padding: 2rem 0;
  background: #f5f6ff;
}

.homes.no-mb {
  margin-bottom: 0px;
}

.homes-img {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease-in;
  transition: -webkit-transform 0.6s ease-in;
  transition: transform 0.6s ease-in;
  transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
}

.homes,
.homes-img {
  position: relative;
  overflow: hidden;
}

.homes-tag.featured {
  width: auto !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

.popular .homes .button {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 60;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 4px 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 9px;
}

.popular .homes-tag.featured {
  left: 15px;
  margin-top: 15px;
}

.popular .homes-price,
.popular .homes-tag {
  position: absolute;
  z-index: 3;
}

.popular .starts {
  list-style: none;
  margin-top: 0px;
  padding: 0px;
}

.popular .starts li {
  text-align: center;
  display: inline-block;
  margin-bottom: 0px;
}

.popular .starts .fa {
  color: #fe4f4f !important;
  margin-bottom: 0px !important;
}

.popular .homes-tag.sale {
  background: #e54242 !important;
  width: 31px !important;
  height: 31px;
}

.popular .homes-tag.sale {
  right: 15px;
  margin-top: 15px;
  top: 0;
}

.popular .homes-tag.sale.rent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff;
  z-index: 3;
}

.popular .homes-tag.sale.rent .fa {
  color: #fff !important;
  font-size: 1.1rem;
  margin-left: -0.5em;
  margin-top: .2em;
}

.popular .homes-tag.sale.rent p {
  line-height: 22px;
}

.popular .price-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}

.popular .compare {
  margin-top: 1.1rem;
  line-height: 0px;
}

.popular .compare a {
  margin-right: 1.5rem;
}

.popular .compare a:last-child {
  margin-right: 0px;
}

.popular .compare i {
  font-size: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.popular .fa-exchange-alt {
  color: #666;
}

.popular .fa-exchange-alt:hover {
  color: #0741AF;
}

.popular .fa-share-alt {
  color: #666;
}

.popular .fa-share-alt:hover {
  color: #ffb200;
}

.popular .fa-heart-o {
  color: #666;
}

.popular .fa-heart-o:hover {
  color: #e54242;
}

.popular .homes-price {
  color: #fff;
  font-size: 13px !important;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 15px;
  left: 15px;
  z-index: 3;
}

.popular .homes-content {
  background: #fff !important;
  padding: 20px 8px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular .homes-content h3.title a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}

.popular .homes-content a {
  text-decoration: none;
}

.popular .homes-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.popular .homes-content h3:hover {
  color: #0741AF;
}

.price-properties h3 {
  margin-bottom: 0px;
}

.recently .homes-content .homes-address {
  margin-top: 0px;
  margin-bottom: 0px;
}

.popular .homes-content .homes-address .fa-map-marker {
  font-size: 1rem;
  text-decoration: none;
  color: #fe4f4f;
}

.popular .homes-content .homes-address a span {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 1px;
  text-decoration: none;
}

.popular p.homes-address {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular .homes-address span {
  color: #333;
}

.popular .homes-content .homes-address a {
  text-decoration: none;
}

.popular .homes-content .homes-address a i {
  margin-right: 10px;
}

/*INICIO MOSTRA QUARTOS/SUITES/TAMANHO/PREÇO*/
.popular .homes-content .homes-dependences {
  width: calc(100% / 3 - 10px);
  margin: 0px 5px;
  float: left;
  text-align: center;
}

.popular .homes-content .homes-dependences i {
  font-size: 1rem;
  text-decoration: none;
  color: #fe4f4f;
}

.popular .homes-content .homes-dependences span {
  font-size: 1em;
  margin: 5px 0px;
}

.popular .homes-content .homes-pricing {
  width: calc(100% - 10px);
  margin-top: 40px;
  text-align: center;
}

.popular .homes-content .homes-pricing h3 {
  font-size: 1.6em !important;
  margin-top: 50px !important;
}
/*FIM MOSTRA QUARTOS/SUITES/TAMANHO/PREÇO*/

.popular .homes-content .homes-list {
  padding: 0;
  margin: 0;
}

.popular .homes-content .homes-list li {
  width: 45%;
  float: left;
  font-size: 14px;
  line-height: 40px;
  list-style: none;
  color: #0741AF;
}

.popular .homes-content .homes-list li i {
  font-size: 1rem;
  margin-right: 5px;
  color: #0741AF;
}

.popular .homes-content .homes-list span {
  color: #444;
}

.popular.portfolio .item {
  padding-bottom: 0px;
}

.popular.portfolio .homes {
  margin-bottom: 0px;
}

.popular .footer {
  background: none;
  border-top: 1px solid #ebebeb;
  padding-top: 1rem;
  font-size: 13px;
  color: #444;
}

.popular .footer a {
  color: #444;
  text-decoration: none;
}

.popular .footer span {
  float: right;
}

.popular .footer i {
  margin-right: 5px;
  font-size: 1rem;
  color: #444;
}

/*----- SLICK CAROUSEL -----*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #303441;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: block;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: #0741AF;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
  cursor: default;
  background-color: #e8e8e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: #303441;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 26px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #fff;
}

.slick-prev {
  left: -85px;
}

.slick-prev:before {
  content: '\f053';
  left: -1px;
}

.slick-next {
  right: -85px;
}

.slick-next:before {
  content: '\f054';
  right: -1px;
}

/* Dots */
.slick-dots {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

ul.slick-dots {
  margin-top: 20px;
  list-style-type: disc;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: #0741AF;
  border: 0;
  position: relative;
  outline: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
  line-height: 0;
  -webkit-box-shadow: inset 0 0 0 2px #0741AF;
          box-shadow: inset 0 0 0 2px #0741AF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots li.slick-active {
  -webkit-box-shadow: inset 0 0 0 6px #0741AF;
          box-shadow: inset 0 0 0 6px #0741AF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots li:after {
  display: block;
  height: 13px;
  width: 13px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background-color: #0741AF;
}

.slick-dots li.slick-active:after {
  opacity: 1;
}

.slick-dots button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  cursor: pointer;
}

.agents-grid {
  position: relative;
  background: #ffffff;
  margin: 0 30px 0 0;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
}

/*----- HOVER EFFECT -----*/
.popular .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
}

.popular.portfolio .item {
  padding-bottom: 0;
}

.popular.portfolio .project-single {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .popular.portfolio .item.no-pb.pbp-3 {
    padding-bottom: 2.4rem !important;
  }

  .popular.portfolio .item.landscapes.no-pb {
    padding-bottom: 0px;
    margin-bottom: 0px !important;
  }

  .popular.portfolio .item.landscapes.no-pb:last-child {
    margin-bottom: 0px !important;
  }

  .agents-grid {
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .popular.portfolio .item {
    padding-bottom: 2.4rem;
  }

  .popular.portfolio .project-single {
    margin-bottom: 0px;
  }

  .popular.portfolio .item.no-pb {
    padding-bottom: 0px;
  }

  .popular.portfolio .project-single.no-mb {
    margin-bottom: 0px;
  }

  .popular.portfolio .item.landscapes.no-pb {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .popular .compare {
    margin-top: .8rem;
    margin-right: .2rem;
  }
}
@media screen and (max-width: 420px) {
  .popular .compare {
    margin-right: 0;
    margin-top: .3rem !important;
  }
}
@media screen and (max-width: 320px) {
  .popular .starts li.ml-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: .5rem;
    margin-left: 0px !important;
  }

  .popular .compare a {
    margin-right: 1rem;
  }

  .inner-pages span.category-tag {
    margin-left: 0px !important;
  }

  .inner-pages .listing-title-bar h3 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: .8rem;
  }

  .inner-pages .listing-title-bar a {
    font-size: 14px;
  }

  .role--admin {
    font-size: 13px;
  }

  h4.widget_author__name {
    font-size: 1.2rem;
  }

  .inner-pages .photoUpload {
    padding: 3px !important;
  }
}
/*-----------------------------------*/
/*---- 6. SECTION HOW IT WORKS -----*/
/*-----------------------------------*/
section.how-it-works {
  background: #fff;
  padding: 6rem 0;
}

.how-it-works .serv-flex {
  background: #fff;
  color: #0741AF;
  text-align: center;
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.how-it-works .serv-flex:after {
  content: '';
  position: absolute;
  top: 0;
  right: -80px;
  width: 217px;
  height: 200px;
  background: url(../images/arrow-big.png) no-repeat center center;
  z-index: 1;
}

.how-it-works .serv-flex.arrow:after {
  display: none;
}

.how-it-works .art-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-it-works article .fa {
  padding-right: 1rem;
  padding-bottom: .5rem;
  font-size: 4rem;
  text-align: left;
}

.how-it-works article img {
  padding-right: 1rem;
  padding-bottom: .5rem;
  width: 80px;
  height: 70px;
  text-align: center;
}

.how-it-works .sec-title {
  margin-left: .5rem;
}

.how-it-works .sec-title h2 span {
  font-weight: 600;
  color: #111;
}

.how-it-works .sec-title h2 {
  color: #0741AF;
  margin-bottom: .5rem;
}

.how-it-works .sec-title img {
  position: relative;
  width: 151px;
  height: 26px;
}

.how-it-works article h3 {
  color: #222;
  font-size: 18px;
  margin: 1.7rem 0 .2rem;
}

.how-it-works article p {
  color: #444;
  margin-top: 1rem;
  margin-bottom: 0px;
}

.how-it-works .service-1 .serv:hover,
.how-it-works .service-2 .serv:hover {
  cursor: all-scroll;
}

@media screen and (max-width: 767px) {
  .how-it-works .service-1 .serv {
    margin-bottom: 2rem;
  }

  .how-it-works .service-1 .serv:last-child {
    margin-bottom: 0px;
  }

  .how-it-works .mt-50 {
    margin-top: 0px !important;
  }

  .how-it-works .service-1 .serv.mb-0.pt {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  .how-it-works .mt-50 {
    margin-top: 2rem;
  }

  .how-it-works .service-1 .serv.mb-0 {
    margin-bottom: 0px;
  }

  .how-it-works .service-1 .serv.mb-0.pt {
    margin-top: 2rem;
  }

  .how-it-works .serv-flex:after {
    display: none;
  }
}
/*--------------------------------------*/
/*--- 7. SECTION MOST VISITED CITIES ---*/
/*--------------------------------------*/
section.visited-cities {
  padding: 6rem 0;
  background: #f5f6ff;
}

.visited-cities .img-box {
  height: 280px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 90;
  border-radius: 3px;
}

.visited-cities .img-box.no-mb {
  margin-bottom: 0px;
}

.visited-cities .img-box:hover {
  background: #0741AF;
}

.visited-cities .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #303441;
  opacity: 0.3;
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.visited-cities .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  overflow: hidden;
  height: 100px;
}

.visited-cities .listing-badges .featured {
  background-color: #0741AF;
  float: left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
}

.visited-cities .listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 3px;
  float: right;
  background-color: rgba(74, 74, 76, 0.7);
  border-radius: 3px;
  top: 15px;
  right: 15px;
  position: absolute;
}

.visited-cities .starts {
  list-style: none;
  margin-top: 0;
  padding: 0px;
  margin-bottom: 0px;
}

.visited-cities .starts li {
  text-align: center;
  display: inline-block;
  margin-bottom: 0px;
}

.visited-cities .starts .fa {
  color: #fe4f4f !important;
}

.visited-cities .starts ul {
  margin-bottom: 0px;
}

.visited-cities .img-box-content {
  position: absolute;
  z-index: 101;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50.5%);
          transform: translate(0, -50.5%);
}

.visited-cities .img-box-content h4 {
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  margin: 0;
}

.visited-cities .img-box-content span {
  font-size: 16px;
  color: #fff;
}

.visited-cities .img-box img {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

@media screen and (max-width: 991px) {
  .visited-cities .pr {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .visited-cities .img-box.no-mb {
    margin-bottom: 1.5rem;
  }

  .visited-cities .img-box.no-mb.x3 {
    margin-bottom: 0px;
  }

  .visited-cities .img-box.mi,
  .visited-cities .img-box {
    margin-bottom: 1.6rem !important;
  }

  .visited-cities .bg-all {
    margin-top: 0px;
  }

  .visited-cities .pr-1,
  .feature-categories .pr-1,
  .feature-categories .mt,
  .visited-cities .pr {
    padding-right: 15px !important;
  }
}
/*-----------------------------------*/
/*------ 8. SECTION COUNTER UP -----*/
/*-----------------------------------*/
section.counterup {
  padding: 6rem 0;
  background: #0741AF;
  color: #fff;
  text-align: center;
}

.counterup .section-title {
  padding-bottom: 3.5rem;
}

.counterup .title-icon:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #0741AF;
  position: absolute;
  top: 14px;
  left: -80px;
}

.counterup .title-icon:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #0741AF;
  position: absolute;
  top: 14px;
  right: -80px;
}

.counterup .title-icon i {
  color: #303441;
  font-size: 1.8rem;
  margin-top: 1px;
}

.counterup .countr .fa {
  font-size: 3rem;
  color: #fff;
  border-radius: 5px;
  margin-right: 1.5rem;
}

.counterup .countr p {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-top: .5rem;
}

.counterup .title-style h2,
.counterup .title-style p {
  color: #0741AF;
}

.counterup .title-style span {
  color: #303441;
}

.counterup .countr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counterup .count-me h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.3rem;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .counterup .countr h3 {
    margin-bottom: 5rem;
  }

  .counterup .countr.mb-0 h3 {
    margin-bottom: 0px;
  }

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

  .counterup .countr p {
    padding: 0px;
  }

  h3.specific:last-child {
    margin-bottom: 0px;
  }

  .counterup .count-me.use {
    margin-right: 1.5rem;
  }

  .counterup .count-me.trop {
    margin-left: 1.5rem;
  }

  .counterup .countr .fa-trophy {
    margin-right: 0rem;
    margin-left: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .counterup .countr.mb-0 h3 {
    margin-bottom: 5rem;
  }

  .counterup .countr.mb-0.last {
    margin-right: 0px;
  }

  .counterup .countr.mb-0.last h3 {
    margin-bottom: 0px;
  }

  .counterup .countr .fa {
    margin-top: 0px;
  }

  .counterup .count-me.list,
  .counterup .count-me.trop {
    margin-right: 1.5rem;
  }
}
/*-----------------------------------*/
/*----- 9. SECTION PRICING  ------*/
/*-----------------------------------*/
section.pricing-table {
  padding: 6rem 0;
  background: #fff;
}

.plan {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.plan-name {
  background: #0741AF;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.plan-price {
  font-size: 48px;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
  background: #f5f6ff;
  color: #0741AF;
  margin-bottom: 1rem;
}

.plan-price:after {
  bottom: -30px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 15px;
  border-top-color: #0741AF;
  left: 50%;
  margin-left: -16px;
}

.plan.featured {
  -webkit-box-shadow: -2px 7px 15px 7px #e2e2e2;
          box-shadow: -2px 7px 15px 7px #e2e2e2;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.plan.featured .plan-price {
  background: #f5f6ff;
}

.plan.featured .plan-price:after {
  border-top-color: #303441;
}

.plan.featured .plan-name {
  background: #303441;
  color: #fff;
}

.plan.featured .plan-price {
  color: #303441;
}

.plan-price .currency {
  top: -0.9em;
  font-size: 50%;
  left: -0.01em;
  font-weight: 700;
}

.plan-name small {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: .5rem;
  line-height: normal;
}

.plan-price sub {
  font-size: 18px;
  font-weight: 700;
}

.plan ul {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
}

.plan ul li {
  border-top: 1px dashed #dedede;
  padding: 12px 29px;
  color: #444;
  font-weight: 400;
}

.plan ul li:first-child {
  border-top: 0 !important;
}

.plan a.btn {
  color: #fff;
  background: #0741AF;
  border: 0px;
  margin: 25px 0;
  padding: 8px 30px;
}

.plan a.btn:hover {
  background: #303441;
  color: #fff;
}

.plan.featured a.btn {
  color: #fff;
  background: #303441;
  border: 0px;
  margin: 25px 0;
  padding: 8px 30px;
}

.plan.featured a.btn:hover {
  background: #0741AF;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .plan {
    margin-bottom: 2.5rem;
  }

  .plan.no-mgb {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .plan.yes-mgb {
    margin-bottom: 2.5rem;
  }
}
/*-----------------------------------*/
/*----- 10. SECTION TESTIMONIALS ----*/
/*-----------------------------------*/
section.testimonials {
  background: #f5f6ff;
  padding: 6rem 0;
}

.testimonials .title-icon i {
  color: #0741AF;
  font-size: 1.8rem;
  margin-top: 1px;
}

.testimonials .owl-carousel .test-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 3px;
}

.testimonials .test-1 img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .test-1 p {
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.5rem !important;
  margin: .3rem auto 0;
  max-width: 500px;
  margin-top: 0px;
  color: #444;
}

.testimonials .test-1 p::before {
  content: "\f10d ";
  font-size: .7rem;
  font-family: fontawesome;
  left: -6px;
  top: -1px;
  position: relative;
  color: #888;
}

.testimonials .test-1 p::after {
  bottom: 4px;
  content: "\f10e";
  font-size: .7rem;
  font-family: fontawesome;
  color: #888;
  right: -6px;
  top: 1px;
  position: relative;
}

.testimonials .test-1 h3 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: .6rem;
  margin-top: 12px !important;
  color: #222;
  font-weight: 600;
}

.testimonials .test-1 h6 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
  color: #333;
}

.owl-dots {
  text-align: center;
  margin-top: 2.2rem;
  line-height: 0;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #303441 !important;
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background: #0741AF !important;
}

.starts {
  list-style: none;
  margin-top: 1.2rem;
  padding: 0px;
}

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

.starts li {
  text-align: center;
  display: inline-block;
  margin-bottom: 0px;
}

.starts .fa {
  color: #fe4f4f !important;
}

/*------------------------------------*/
/*--------- 11. SECTION BLOG ---------*/
/*------------------------------------*/
section.blog-section {
  padding: 6rem 0;
  background: #fff;
}

.blog-section .news-item {
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.blog-section .news-item.-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-section .news-item-descr.big-news {
  height: 106px;
}

.blog-section .news-item h3 {
  color: #222;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.blog-section .news-item.-news-slider-item {
  height: 100%;
}

.blog-section .news-item.-news-slider {
  height: auto;
}

.blog-section .news-item a:hover {
  text-decoration: none;
}

.blog-section .news-item a:hover h3 {
  color: #0741AF;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.blog-section .news-item .news-img-link.-news-page {
  display: block;
  position: relative;
  padding-bottom: 69%;
  width: 100%;
}

.blog-section .news-item .news-img-link.-news-page .resp-img {
  background-size: cover;
}

.blog-section .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-section .news-item-img .resp-img {
  background-size: cover;
}

.blog-section .news-item-img {
  position: relative;
  width: 100%;
}

.blog-section .news-item-img .resp-img {
  background-size: cover;
}

.blog-section .news-item-text {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog-section .news-item-text-header {
  display: block;
}

.blog-section .news-item .date {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  color: #333;
}

.blog-section .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .3rem;
}

.blog-section .news-item-bottom img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-section .admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section .admin p {
  font-size: 13px;
  font-weight: 600;
  margin-top: .5rem;
  margin-right: 1rem;
  margin-bottom: 0px;
}

.blog-section .news-item-descr {
  margin: 6px 0px 20px 0px;
  height: 80px;
}

.blog-section .news-item-descr p {
  color: #444;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.blog-section .news-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-section .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  color: #333;
}

.blog-section .action-list .fa-comment {
  color: #0741AF;
}

.blog-section .action-list .fa-share-alt {
  color: #0741AF;
}

.blog-section .action-list .fa-heart {
  color: #0741AF;
}

.blog-section ul.action-list {
  margin-bottom: 0px;
}

.blog-section .action-item {
  display: inline-block;
  padding-left: 15px;
}

.blog-section .news-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section .news-item-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}

.blog-section .news-item-sm:last-child {
  margin-bottom: 0px;
}

.blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  position: relative;
}

.blog-section .news-item-sm .news-img-link .news-item-img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-section .news-item-sm .news-item-text {
  -ms-flex-preferred-size: 66.6%;
      flex-basis: 66.6%;
  padding: 15px 20px;
}

.blog-section .news-item-sm .news-item-descr {
  height: 52px;
}

.blog-section .news-link {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: #0741AF;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.blog-section .news-link:hover {
  color: #303441;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media screen and (max-width: 1199px) {
  .blog-section .news-item.news-item-sm.mb,
  .blog-section .news-item {
    margin-bottom: 2.5rem;
  }

  .blog-section .news-item.no-mb {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .blog-section .news-item {
    margin-bottom: 2.5rem;
  }

  .blog-section .news-item.no-mb:last-child {
    margin-bottom: 0px;
  }

  .blog-section .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 33.5%;
        flex-basis: 33.5%;
  }
}
@media screen and (max-width: 577px) {
  .blog-section .news-item-sm {
    display: block;
  }

  .blog-section .news-item-sm .news-img-link .news-item-img {
    position: relative;
    padding-bottom: 69%;
  }

  .blog-section .news-item-sm {
    border-radius: 0px;
  }
}
@media screen and (max-width: 414px) {
  .blog-section .news-item-descr p,
  .blog-section .news-item-descr {
    overflow: hidden;
  }

  .blog-section ul.action-list {
    padding-left: 0px;
  }

  .blog-section .news-link {
    font-size: .9rem;
  }
}
/*-----------------------------------*/
/*------ 12. SECTION FOOTER ------*/
/*-----------------------------------*/
.first-footer .top-footer {
  background: rgba(18, 27, 34, 0.98);
  color: #fff;
  padding: 6rem 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: #0741AF;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.first-footer .contactus a {
  color: #fff;
  text-decoration: none;
}

.first-footer .contactus a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.first-footer .contactus ul li:last-child,
.first-footer .contactus .info:last-child {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .first-footer .top-footer {
    padding-bottom: 6rem;
  }
}
.first-footer .contactus .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .6rem;
}

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

.first-footer .contactus .info p {
  margin: 0px;
  font-size: .9rem;
  color: #fff;
  margin-left: 1rem;
  line-height: 1.1;
  font-weight: 300;
}

.first-footer .contactus ul li {
  margin-bottom: 1.1rem;
}

.first-footer .contactus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.first-footer .contactus ul li .fa {
  font-size: 1rem;
  color: #0741AF;
}

.quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget.quick-link ul {
  padding-left: 5px;
  line-height: 26px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.widget.quick-link ul li a {
  padding-left: 0px;
  padding-bottom: .9rem;
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.widget.quick-link ul li.no-pb a:last-child {
  padding-bottom: 0px;
}

.widget.quick-link ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: 1rem;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.widget.quick-link ul li a:hover,
.widget.quick-link ul li a:hover:before {
  color: #0741AF;
}

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

.first-footer .widget ul.photo {
  margin: 0;
  padding: 0;
  list-style: none;
}

.first-footer .widget ul.photo li {
  margin: 4px;
  display: inline-block;
}

.first-footer .widget ul.photo li img {
  width: 100%;
  width: 73px;
}

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

  .first-footer .widget h3.widget-title {
    margin-top: 1.5rem;
  }

  .first-footer .widget h3 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .first-footer .widget h3.widget-title {
    margin-top: 3rem;
  }
}
.bloq-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bloq-email .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

  .bloq-email .email {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.newsletters p {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 300;
}

.first-footer .bloq-email .email input[type="email"] {
  border: 1px solid #0741AF;
  background: #303441;
  color: #fff;
  padding: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.first-footer .bloq-email .email input[type="submit"] {
  border: 1px solid #0741AF;
  padding: .8rem;
  background: #0741AF;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.5rem;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.first-footer .email input[type="submit"]:hover {
  background: #303441;
}

@media screen and (max-width: 991px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 320px) {
  .bloq-email .email {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 1.5rem;
  }
}
.first-footer .bloq-email label.error {
  color: #ff0000;
}

.first-footer .bloq-email label {
  color: #fff;
}

.first-footer .bloq-email .email input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

.first-footer .bloq-email .email input:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

.first-footer .bloq-email .email input::-ms-input-placeholder {
  color: white;
  opacity: 1;
}

.first-footer .bloq-email .email input::placeholder {
  color: white;
  opacity: 1;
}

/*------ 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: #303441;
  color: #fff;
}

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

.second-footer p {
  margin: 0;
  margin-top: .5rem;
  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;
}

.second-footer .container a {
  color: #fff;
  text-decoration: none;
}

.second-footer .container a:hover {
  color: rgba(245, 245, 245, 0.6);
}

/*------ ARROW GO UP ------*/
.go-up {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 2.1rem;
  background: #0741AF;
  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;
}

/*-----------------------------------*/
/*- 13. INNER PAGE LISTINGS LIST --*/
/*-----------------------------------*/
.inner-pages .blog .block-heading {
  background: #edeff1;
  border-radius: 3px;
  height: 52px;
  margin-bottom: 30px;
}

.inner-pages .listings-list.full .project-single {
  border-bottom: 0px;
}

.inner-pages .listings-list.full .my-44 {
  margin: 2.5rem 0;
}

.inner-pages .enty.mt-5 {
  margin-top: 5rem !important;
}

@media screen and (max-width: 991px) {
  .inner-pages .listings-list.full .my-44.ft {
    margin: 0px;
  }

  .inner-pages .listings-list.full .pr-0 {
    padding-left: 0px;
  }

  .inner-pages .listings-list.full .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-pages .listings-list.full .mb-44 {
    margin-bottom: 2.5rem !important;
  }

  .inner-pages .listings-list.full .row.featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-pages .enty.mt-5 {
    margin-top: 0px !important;
  }

  .inner-pages .price-properties {
    margin-top: 2rem;
    padding-bottom: 0px;
  }
}
/*-------------------------------------------------*/
/*- 14. INNER PAGE LISTINGS LIST RIGHT SIDEBAR --*/
/*-------------------------------------------------*/
.inner-pages .blog .block-heading {
  background: #fff;
  border-radius: 3px;
  height: 52px;
  margin-bottom: 30px;
}

.inner-pages .listings-right.list .homes-img img {
  height: 272px;
}

.inner-pages .listings-right.list .project-single {
  border-bottom: 0px;
}

.inner-pages .listings-right.list .my-44 {
  margin: 2.5rem 0;
}

.inner-pages .filter-tags {
  margin-top: 0px;
}

.inner-pages .fh-col-list-wrap .filter-tags {
  margin-bottom: 20px;
}

.inner-pages .fh-col-list-wrap .filter-tags-wrap {
  width: 100%;
  margin-bottom: 10px;
}

.inner-pages .filter-tags-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.inner-pages .filter-tags-wrap:last-child {
  margin-bottom: 0px;
}

.inner-pages .filter-tags-wrap label {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 19px;
}

.inner-pages .filter-tags input,
.custom-form .filter-tags input {
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0;
  color: #0741AF;
  width: 20px;
  height: 20px;
  color: #fff;
  outline: none;
  margin-right: .5rem;
  margin-bottom: 0px;
  background: #fff !important;
  -webkit-appearance: none;
}

.inner-pages .filter-tags h6 {
  font-size: 16px;
  color: #444;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.filter-tags input:checked:after,
.custom-form .filter-tags input:checked:after {
  font-family: FontAwesome;
  color: #0741AF;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f00c";
  font-size: 14px;
  position: absolute;
  left: 2px;
  z-index: 20;
}

.filter-tags input[type=checkbox]:checked + label:before {
  background-color: #f91942;
  border-color: #f91942;
}

.inner-pages .pagination.list {
  margin-top: 2.5rem;
}

@media screen and (max-width: 991px) {
  .inner-pages .listings-right.list .my-44.ft {
    margin: 0px;
  }

  .inner-pages .listings-right.list .homes-img img {
    height: auto;
  }

  .inner-pages .listings-right.list .pr-0 {
    padding-left: 0px;
  }

  .inner-pages .listings-right.list .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-pages .listings-right.list .mb-44,
  .inner-pages .blog .hvr-bounce-to-right {
    margin-bottom: 2.5rem !important;
  }

  .inner-pages .listings-right.list .row.featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-pages .pagination.map {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .popular.portfolio .project-single.no-mb.san {
    margin-bottom: 0px;
  }
}
.main-search-field {
  padding: 3rem 0;
  background: #0741AF;
  background-repeat: repeat;
}

.main-search-field select {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 0;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-search-field .no-mb select,
.main-search-field .at-col-default-mar.no-mb,
.main-search-field .at-input {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .main-search-field .no-mb select,
  .main-search-field .at-input {
    margin-bottom: 20px;
  }
}
.main-search-field-2.mb-5 {
  margin-bottom: 35px !important;
}

.main-search-field select:focus {
  outline: none;
}

.main-search-field option {
  background: #fff;
}

.main-search-field select:focus {
  background: transparent;
}

.main-search-field .at-input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  color: #000 !important;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
}

.main-search-field .at-input:focus {
  outline: none;
}

.main-search-field .at-col-default-mar {
  margin-bottom: 10px;
}

/* BTN CSS START*/
button[disabled],
html input[disabled] {
  cursor: default;
}

.slider_amount {
  border: none;
  background: none;
  padding: 0px;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
}

.ui-widget.ui-widget-content {
  border-radius: 2px;
  background: #fff;
  border: none;
}

.ui-slider-horizontal {
  height: 10px;
}

.ui-widget-header {
  background: #303441;
}

@media screen and (max-width: 767px) {
  .hvr-bounce-to-right {
    margin-top: 30px;
  }
}
/*-----------------------------------*/
/*- 15. INNER PAGE LISTINGS GRID --*/
/*-----------------------------------*/
.inner-pages .blog .block-heading {
  background: #fff;
  border-radius: 3px;
  height: 52px;
  margin-bottom: 30px;
}

.inner-pages .blog .block-heading h4 {
  line-height: 52px;
  color: #222;
  display: inline-block;
  padding-right: 20px;
  border-radius: 3px 0 0 3px;
  margin: 0 0 0;
  font-weight: 600;
}

.inner-pages .blog .space-3 {
  margin-bottom: 1.6rem;
}

.inner-pages .blog .block-heading .heading-icon {
  background: #0741AF;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  color: #fff;
}

.inner-pages .project-single .homes-content .homes-list li i {
  font-size: 1rem;
}

.inner-pages .project-single .fa-user,
.inner-pages .project-single .fa-calendar {
  color: #666 !important;
}

.inner-pages .portfolio .homes-content .homes-list li {
  width: 45% !important;
  line-height: 40px !important;
}

.listings-full-grid .item,
.google-map-right .item,
.google-full-map .item,
.listings-grid-right .item {
  padding-bottom: 2.5rem !important;
}

@media screen and (max-width: 767px) {
  .inner-pages .blog .item {
    padding-bottom: 2.5rem;
  }

  .inner-pages .portfolio.blog .item.no-pb.x2 {
    padding-bottom: 0px;
  }
}
.inner-pages .blog .block-heading .sorting {
  padding: 8px 12px;
  width: auto;
  background: #FFF;
  border: 1px solid #EEE;
  color: #444;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 300;
  outline: none;
}

@media screen and (max-width: 380px) {
  .inner-pages .blog .block-heading .sorting {
    float: left;
    width: 120px;
  }
}
.inner-pages .blog .block-heading .sorting-options {
  margin: 10px 15px 0 0;
  text-align: right;
}

.inner-pages .blog .block-heading .sorting {
  font-size: 13px;
  font-weight: 300;
  padding: 5px 12px;
  border: solid 1px #e7e7e7;
}

.inner-pages .blog .block-heading a {
  text-decoration: none;
}

.inner-pages .blog .block-heading .change-view-btn.lde .fa {
  color: #303441 !important;
}

.inner-pages .blog .block-heading .change-view-btn.lde:hover {
  background: #0741AF;
  color: #fff !important;
}

.inner-pages .blog .sorting-options a .active-view-btn .fa {
  color: #fff !important;
}

.inner-pages .blog .change-view-btn {
  color: #303441 !important;
  border: 1px solid #0741AF;
  margin-left: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: transparent;
  padding: 10px;
}

.inner-pages .change-view-btn:hover {
  color: #0741AF !important;
}

.inner-pages .active-view-btn {
  background: #303441 !important;
  color: #fff !important;
  margin-left: 5px;
  padding: 5px 9px;
}

.inner-pages .blog .active-view-btn:hover {
  background: #0741AF !important;
  color: #fff;
}

.inner-pages .blog .block-heading .fa {
  color: #fff;
  margin-right: 0px;
}

.inner-pages .blog .homes .fa {
  color: #0741AF;
}

.inner-pages .listings-grid .compare,
.inner-pages .listings-right .compare {
  margin-top: 0;
}

.inner-pages .listings-right .fa-heart-o {
  color: #666 !important;
}

.inner-pages .blog .single-block {
  padding: 3rem 0;
}

.inner-pages .blog .section-heading .media .media-left i {
  background: #0741AF;
  color: #fff;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 25px;
  float: left;
}

.inner-pages .blog .section-heading .media .media-left {
  padding-right: 15px;
}

.inner-pages .blog .section-heading .media .media-body h5::after {
  margin-bottom: 16px;
}

.inner-pages .blog .section-heading .media .media-body p {
  margin: 0 0 0;
  color: #444;
  line-height: 0;
}

.inner-pages .blog .main-search-field {
  background: transparent;
  padding-bottom: 0px;
}

.inner-pages .blog .main-search-field select {
  background: transparent;
  color: #444;
  line-height: 51px;
  border: 2px solid #0741AF;
}

.inner-pages .blog .main-search-field .at-col-default-mar {
  margin-bottom: 0px;
}

.inner-pages .blog .at-input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  color: #000;
  border: 2px solid #0741AF;
  border-radius: 0;
  background: transparent;
}

@media screen and (max-width: 991px) {
  .inner-pages .blog .at-input {
    margin-bottom: 0px;
  }
}
.inner-pages .blog .col-lg-12.no-pds {
  padding-left: 0px;
  padding-right: 0px;
}

.inner-pages .blog .slider_amount {
  color: #444;
  font-weight: 400;
}

.inner-pages .blog .ui-widget.ui-widget-content {
  background: #0741AF;
}

.inner-pages .blog .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 1.5rem;
  font-size: 14px;
  cursor: pointer;
  background: #0741AF;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 12px 22px;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .blog .hvr-bounce-to-right:hover {
  background: #303441;
}

/*---------------------------------------*/
/*- 16. INNER PAGE LISTINGS HALF MAP --*/
/*---------------------------------------*/
.google-maps-right {
  position: fixed;
  top: 1;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0 !important;
  margin-bottom: 0px;
}

.google-maps-right #map-leaflet {
  height: 867px;
}

section.google-map-right {
  padding: 100px 0 30px 0 !important;
}

.header.google-map-right {
  z-index: 99999;
}

.header.google-map-right .header-bottom {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

@media screen and (max-width: 991px) {
  .google-maps-right {
    position: relative;
    margin-top: 2rem;
  }

  .header.google-map-right .header-bottom {
    position: absolute;
  }

  .mt-5.pagi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .google-maps-right {
    margin-top: 0;
  }
}
/*---------------------------------------*/
/*- 17. INNER PAGE LISTINGS FULL MAP --*/
/*---------------------------------------*/
.header-map.google-maps.listings #map-leaflet,
.header-map.google-maps.listings {
  height: 450px;
}

/*---------------------------------------*/
/*--- 18. INNER PAGE lISTING DETAILS ---*/
/*---------------------------------------*/
section.listing.details {
  padding: 2rem 0;
  background: #fff;
}

.inner-pages .detail-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 2.5rem;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.inner-pages .white-box {
  background: #fff;
  border-radius: 6px;
}

.inner-pages .white-shadow {
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.inner-pages .detail-wrapper-body {
  padding: 1.5rem;
}

.inner-pages .detail-wrapper-header {
  padding: 1em 1em 1em 1.5em;
  border-bottom: 1px solid #eaeff5;
}

.inner-pages .listing-title-bar .listing-title-div {
  margin-bottom: 10px;
}

.inner-pages .listing-title-bar .listing-title-div .destak {
  color: #cd201f;
  font-size: 1em;
}

.inner-pages .listing-title-bar .listing-title-div .simplelink {
  color: #01c15a;
  font-size: 1.1em;
  text-decoration: none;
}

.inner-pages .listing-title-bar .listing-title-div .simplelink:hover {
  color: #000;
}

.inner-pages .listing-title-bar .listing-title-dependences {
  color: #0741AF;
  margin-top: 10px;
  padding: 10px 0px 2px;
  width: calc(20% - 5px);
  font-size: 1em;
  text-align: center;
  display: inline-block;
}

.inner-pages .listing-title-bar h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #222;
  text-transform: capitalize !important;
}

h4.widget_author__name {
  color: #222;
}

.inner-pages .listing-title-bar a {
  text-decoration: none;
  color: #333;
}

.inner-pages .listing-title-bar a:last-child {
  text-decoration: none;
  color: #444;
}

.inner-pages .detail-wrapper-header h4 {
  margin: 0;
}

.inner-pages .detail-list-rating {
  float: left;
  margin-right: 15px;
}

.inner-pages .detail-list-rating i {
  color: #ffc107;
}

.inner-pages span.category-tag {
  font-size: 12px;
  color: #0741AF;
  border: 1px solid #0741AF;
  padding: 5px 15px;
  border-radius: 50px;
  top: -3px;
  margin-left: .1rem;
  position: relative;
}

.inner-pages .blog .block-heading.details h4 {
  color: #000;
}

.inner-pages .blog .blog-info.details h5 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.inner-pages .blog .blog-info.details {
  padding: 0;
  border-bottom: 0px;
}

.inner-pages .blog .homes-content .homes-list {
  padding: 0px;
  margin: 0px;
}

.inner-pages .blog .homes-content .homes-list li {
  width: 33%;
  float: left;
  font-size: 14px;
  line-height: 36px;
  list-style: none;
  color: #0098ef;
}

.inner-pages .blog .homes-content.details-2 {
  background: #303441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}

section.leve-comments.details {
  margin-top: 2.5rem;
}

.inner-pages .leave-rating {
  height: 24px;
  float: left;
}

.inner-pages .leave-rating:hover input[type=radio]:checked ~ label {
  color: #dadada;
}

.inner-pages .leave-rating input[type=radio] {
  display: none;
}

.inner-pages .leave-rating input[type=radio]:checked ~ label {
  color: #ffc600;
}

.inner-pages .leave-rating label {
  font-size: 24px;
  float: right;
  letter-spacing: 4px;
  color: #dadada;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-pages .leave-rating label:hover,
.inner-pages .leave-rating label:hover ~ label {
  color: #ffc600 !important;
}

.inner-pages .leave-rating-title {
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 7px;
}

.inner-pages .add-review-photos {
  font-weight: 600;
  padding: 6px 7px;
  color: #444;
  border: 1px solid #0741AF;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: auto;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  line-height: 20px;
  float: right;
  top: -25px;
}

.inner-pages .photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 12px;
  cursor: pointer;
}

.inner-pages .photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.inner-pages .add-review-photos:hover {
  color: #fff;
  background-color: #303441;
}

.inner-pages .add-review-photos i {
  color: #66676b;
  margin-right: 3px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.inner-pages .add-review-photos:hover i {
  color: #fff;
}

.inner-pages a.rate-review {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-pages a.rate-review span {
  border-left: 1px solid #e0e0e0;
  line-height: 20px;
  padding-left: 10px;
  margin-left: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #666;
}

.inner-pages a.rate-review i {
  padding-right: 3px;
}

.inner-pages a.rate-review:hover span {
  border-color: #d0d0d0;
}

.inner-pages a.rate-review:hover {
  border-color: #d0d0d0;
  background-color: #fafafa;
}

.btn.counter-btn,
.widget-boxed {
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
          box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.widget-boxed {
  border-radius: 6px;
  padding: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 90;
  margin-bottom: 0px;
  position: relative;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.widget-boxed .input-group .fa {
  font-size: 18px !important;
  color: #0741AF;
}

.widget-boxed .input-group .fa:hover {
  color: #fff;
}

.widget-boxed-header {
  padding-bottom: 1.5rem;
  padding-top: 0px;
  border-bottom: 1px solid #eaeff5;
}

.widget-boxed-header h4 {
  color: #222 !important;
  font-weight: 500;
  margin: 0;
}

.widget-boxed-header h4 .fa {
  color: #0741AF;
  position: relative;
  top: 0px;
}

.row.mrg-top-15 label.mb-3 {
  color: #333;
}

.widget-boxed-body {
  padding: 1.5rem 0 0;
}

.widget-boxed.mt-5 {
  margin-top: 2.5rem !important;
}

.widget.widget_listings.my-5 {
  margin: 2.5rem 0 !important;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-number {
  background: 0 0;
}

.input-number:focus,
.input-number:hover {
  background: 0 0;
  border: none;
}

.btn.counter-btn {
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  padding: 0;
  margin-left: 0 !important;
  background: #fff;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

div.datedropper.my-style {
  border-radius: 8px;
  width: 180px;
}

div.datedropper.my-style .picker {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

div.datedropper.my-style .pick-l {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

div.datedropper.my-style .pick-lg-b .pick-sl:before,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-submit,
div.datedropper.my-style:before {
  background-color: #0741AF;
}

div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker,
div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny:before {
  background-color: #FFF;
}

div.datedropper.my-style .pick li span,
div.datedropper.my-style .pick-btn,
div.datedropper.my-style .pick-lg-b .pick-wke,
div.datedropper.my-style .pick-y.pick-jump {
  color: #0741AF;
}

div.datedropper.my-style .pick-arw,
div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker {
  color: #3a465e;
}

div.datedropper.my-style .pick-lg-b .pick-sl,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-m .pick-arw,
div.datedropper.my-style .pick-submit {
  color: #FFF;
}

div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
  color: #3a465e;
}

div.datedropper.my-style.picker-lkd .pick-submit {
  background-color: #FFF;
  color: #3a465e;
}

.btn.counter-btn:focus,
.btn.counter-btn:hover,
a.subs-popup,
ul.side-list-inline.social-side li a:focus,
ul.side-list-inline.social-side li a:hover {
  background: #ff3a72;
  color: #fff;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: 0;
}

.btn-radius {
  border-radius: 50px;
}

.theme-btn {
  text-transform: uppercase;
}

.theme-btn,
.theme-btn:focus,
.theme-btn:hover,
.theme-btn:active {
  color: #fff;
  background: #ff3a72;
  border: 1px solid #ff3a72;
}

body a.btn {
  padding: 10px 30px;
  text-transform: capitalize;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

html body .full-width {
  width: 100%;
}

html body .mrg-top-10 {
  margin-top: 10px;
}

.side-list ul {
  margin: 0;
  padding: 0;
}

.side-list ul li {
  list-style: none;
  padding: 10px 5px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #eaeff5;
}

.side-list ul li:last-child,
.side-list.no-border ul li {
  border-bottom: none;
}

.side-list ul li span {
  float: right;
}

.side-list-inline ul {
  margin: 0;
  padding: 0;
}

.side-list-inline li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  padding: 10px 5px;
}

.widget_author__header {
  padding: 1.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.widget_author__avatar {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin-right: 30px;
  float: left;
}

.widget_author__avatar img {
  border-radius: 50%;
}

.role--admin,
.fa.fa-cogs.mr-2 {
  color: #5dc57b;
}

.blog-info.details.overview,
.homes-content.details.amenities,
.property-location.mp,
.reviews.comments,
.reviews.leve-comments,
.widget.widget_listings,
.recent-post.tags {
  padding: 1.5rem !important;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.homes-content.details.amenities,
.property-location.mp {
  margin-bottom: 2.5rem;
}

.widget.widget_listings,
.recent-post.tags {
  padding: 1.5rem !important;
}

.widget_listings ul {
  padding-top: 20px;
  padding-bottom: 10px;
}

.widget_listings ul {
  padding: 0;
  margin: 0;
}

.widget_listings ul li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.widget_listings ul li:first-child {
  padding-top: 0;
}

.widget_listings ul img {
  float: left;
  width: 70px;
  margin-right: 18px;
}

.widget_listings ul .cat {
  color: #000;
}

.widget_listings h4 {
  color: #444;
}

.widget_listings ul h4 {
  color: #444;
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.widget_listings ul h4 a {
  color: #666;
}

.widget_listings ul .rating__star {
  font-size: 14px;
}

.widget_listings ul img {
  float: left;
  width: 85px;
  height: 70px;
  margin-right: 18px;
}

.widget_listings ul li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.widget_listings .fa-map-marker,
.recent-post.tags .fas.fa-tags,
.inner-pages .listing-title-bar .fa-map-marker {
  color: #0741AF;
}

.recent-post.tags .fas.fa-tags {
  font-size: 17px;
}

.overflow-hidden a {
  color: #333;
  text-decoration: none;
}

.overflow-hidden .fa {
  color: #ffc107;
}

.inner-pages .recent-post.tags .tags a {
  background: #fff;
  color: #444;
  border: 1px solid #0741AF;
  margin-bottom: .7rem;
  margin-left: .2rem;
  text-transform: capitalize;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 991px) {
  .widget-boxed .book {
    margin-bottom: 1.5rem;
  }

  .widget-boxed .book2 {
    margin-bottom: 1rem;
  }

  section.leve-comments.details {
    margin-bottom: 2.5rem;
  }

  .widget.widget_listings.my-5 h4:first-child {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .inner-pages .blog .homes-content.details-2 {
    padding-left: 4rem;
  }

  .ameneniti ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .inner-pages .blog .homes-content .homes-list li {
    width: 100%;
  }

  .inner-pages .blog .widget-boxed {
    margin-top: 0px;
  }
}
@media screen and (max-width: 450px) {
  .inner-pages .blog .homes-content.details-2 {
    padding-left: 2.5rem;
  }

  .inner-pages .listing-title-bar .listing-title-dependences {
    width: calc(33% - 5px);
  }
}
@media screen and (max-width: 360px) {
  .inner-pages .blog .homes-content.details-2 {
    padding-left: 1.3rem;
  }

  .inner-pages .add-review-photos {
    padding: 4px 2px;
  }

  .inner-pages .leave-rating-title {
    margin-bottom: 15px;
  }

  .inner-pages .listing-title-bar .listing-title-dependences {
    width: calc(33% - 5px);
  }
}
.inner-pages .blog .homes-content.details-2 span {
  color: #fff;
  font-size: 1rem;
}

.inner-pages .blog .homes-content.details-2 .fa {
  color: #0741AF;
}

.inner-pages .blog .blog-info p.mb-3 {
  color: #444;
  font-weight: 400;
}

.inner-pages .blog .blog-info.details {
  background: #fff;
  margin-bottom: 2.5rem;
}

.inner-pages .blog .sorting-options span {
  color: #303441;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.inner-pages .blog .sorting-options h5 {
  color: #0741AF;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-top: 0px;
}

.inner-pages .blog .sorting-options h6 {
  color: #0741AF;
  font-weight: bold;
  margin-right: 3.2rem;
}

.inner-pages .blog .wprt-image-video.w50 {
  margin-bottom: 5rem;
}

.inner-pages .blog .homes-content h5,
.inner-pages .blog .property-location h5,
.inner-pages .blog .team.assigned h5,
.inner-pages .blog .reviews.comments h3,
.inner-pages .blog .comments h3,
.inner-pages .blog .leve-comments h3,
h3.listing-desc-headline.margin-bottom-20 {
  color: #222;
  font-size: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.inner-pages .blog .homes-content h5::after,
.inner-pages .blog .blog-info.details h5::after,
.inner-pages .blog .property-location h5::after,
.inner-pages .blog .team.assigned h5::after {
  color: #0741AF;
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0741AF;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.inner-pages .blog .homes-content.details .fa {
  color: #0741AF;
  font-size: 1.5rem;
  font-weight: bold;
}

.inner-pages .blog .homes-content.details span {
  font-size: 1rem;
  color: #444;
}

#map-contact {
  width: 100%;
  height: 300px;
}

.inner-pages .info-box-img {
  width: 180px !important;
  margin-right: 20px;
  float: left;
}

.inner-pages section.team.assigned {
  padding: 0px;
}

/*-----------------------------------*/
/*------ 19. INNER PAGE ABOUT US ----*/
/*-----------------------------------*/
.inner-pages section.about-us {
  background: #fff;
  padding: 6rem 0;
}

.inner-pages .headings {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/bg/bg-inner.jpg) no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg/bg-inner.jpg) no-repeat center center;
  width: 100%;
  height: 45vh;
}

.inner-pages .headings-small {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/bg/bg-inner.jpg) no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg/bg-inner.jpg) no-repeat center center;
  width: 100%;
  height: 18vh;
}

.inner-pages .headings h1 {
  margin-top: 16rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
}

.inner-pages .headings h2 a,
.inner-pages .headings h2 {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .headings h2 a:hover {
  color: #0741AF;
}

.inner-pages .about-us h2::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #303441;
  content: " ";
  width: 97px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 500px) {
  .inner-pages .headings h1 {
    margin-top: 11rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .inner-pages .cod-pad.mt-22 {
    margin-top: .8rem;
  }
}
@media screen and (max-width: 360px) {
  .inner-pages .headings h1 {
    margin-top: 9rem;
  }
}
.inner-pages .about-us .who-1 {
  background: #fff;
  background-size: cover;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 80px;
  left: 0;
  top: 0;
}

.inner-pages .about-us .who-1 h2 span {
  color: #0741AF;
}

.inner-pages .about-us .who-1 p {
  color: #444;
  background: #fff;
  font-weight: 400;
  font-family: 'Asap', sans-serif;
}

.inner-pages .services .top-headings-section.se h2 {
  color: #fff;
}

.inner-pages .about-us .box.bg-2 a {
  text-decoration: none;
}

.inner-pages .about-us .box.bg-2 {
  color: #000 !important;
  background: #fff;
}

.inner-pages .about-us .box.bg-2 .button:hover {
  color: #fff;
  border-color: #fff;
}

.about-us .about-list ul li:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: .7rem;
  color: #0741AF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-us .btn.btn-primary.btn-lg {
  background: #0741AF;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-us .btn.btn-primary.btn-lg:hover {
  background: #303441;
}

.about-us .popup-youtube {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #0741AF;
  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;
}

.about-us .popup-youtube i {
  margin-left: 5px;
}

.about-us .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;
}

.about-us .wprt-image-video img {
  height: 350px;
}

.about-us .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: rgba(255, 255, 255, 0.2) 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;
}

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

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

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

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@media screen and (max-width: 991px) {
  .box.bg-2 img {
    width: 30%;
  }

  .inner-pages .about-us .wprt-image-video {
    margin-bottom: 2.5rem;
  }
}
.about-us .who img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .about-us .who img {
    width: 100%;
  }

  .inner-pages .team .jann {
    padding-top: 2.5rem;
  }

  .inner-pages .team .kat {
    padding-top: 2.5rem;
  }

  .services-2 .serv {
    margin-bottom: 2rem;
  }

  .services-2 .serv:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .about-us .wprt-image-video img {
    height: 250px;
  }
}
section.team {
  padding: 6rem 0;
  background: #fff;
}

.team-block {
  position: relative;
}

.team-block .inner-box {
  position: relative;
  padding-bottom: 0px;
  -webkit-box-shadow: 1px 1px 30px #ccc;
          box-shadow: 1px 1px 30px #ccc;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.team-block .inner-box .image {
  position: relative;
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}

.team-block .inner-box .lower-box {
  position: relative;
  padding: 22px 0;
  text-align: center;
}

.team-block .inner-box .lower-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0px;
}

.team-block .inner-box .lower-box h3 a {
  position: relative;
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-block .inner-box .lower-box h3 a:hover {
  color: #0741AF;
}

.team-block .inner-box .lower-box .designation {
  position: relative;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  padding-top: 2px;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .team-block {
    padding-bottom: 2.5rem;
  }

  .team-block.pb-none {
    padding-bottom: 0px;
  }

  .inner-pages .about-us .col-lg-6.pr-4 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .team-block.pb-none {
    padding-bottom: 2.5rem;
  }

  .team-block.pb-none:last-child {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .inner-pages .headings h1 {
    margin-top: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .inner-pages .headings h1 {
    margin-top: 18rem;
  }
}
@media screen and (max-width: 575px) {
  .inner-pages .headings h1 {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 411px) {
  .inner-pages .headings h1 {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 360px) {
  .inner-pages .headings h1 {
    margin-top: 9rem;
  }
}
/*------------------------------------*/
/*------ 20. INNER PAGE DASHBOARD ----*/
/*------------------------------------*/
.user-page.section-padding {
  padding: 6rem 0;
}

.user-profile-box {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
          box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
  margin: 0 auto 50px;
}

.user-profile-box .header {
  padding: 30px 20px 120px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  background: #0741AF;
  background-size: cover;
  color: #ffffff;
  z-index: 1;
}

.user-profile-box .header h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 24px;
}

.user-profile-box .header h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.user-profile-box .profile-img {
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #0741AF;
  bottom: -65px;
  float: left;
  height: 160px;
  width: 160px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.user-profile-box .detail {
  padding-top: 100px;
}

.user-profile-box .detail ul li a {
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 20px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.my-address.pro label {
  color: #222;
  font-weight: 500;
}

.my-address.pro .form-group {
  margin-bottom: 1.5rem;
}

.user-profile-box .detail ul {
  list-style: none;
  padding-left: 0px;
}

.user-profile-box .detail ul li a i {
  margin-right: 10px;
}

.user-profile-box .detail ul li .active {
  background: #0741AF;
  color: #fff;
  font-weight: 500;
}

.user-profile-box .detail ul li a:hover {
  background: #303441;
  color: #fff;
}

.dashborad-box {
  padding: 30px;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
  box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
}

.dashborad-box .title {
  position: relative;
  padding-bottom: 15px;
  color: #222;
  margin-bottom: 15px;
}

.dashborad-box .item,
.table.table-striped {
  margin-bottom: 0px;
}

.dashborad-box .item .icon {
  float: left;
  font-size: 34px;
  color: #0741AF;
  width: 50px;
  position: relative;
}

.dashborad-box .item .icon:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #d7d7d7;
}

.dashborad-box a {
  color: #0741AF;
  text-decoration: none;
}

.dashborad-box .item .icon span {
  font-size: 32px;
  color: #0741AF;
}

.dashborad-box .item .info {
  padding-left: 20px;
  float: left;
}

.dashborad-box .item .info .number {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.dashborad-box .item .info .type {
  font-size: 15px;
  color: #444;
  margin-bottom: 0px;
}

.dashborad-box .item:after {
  display: table;
  content: "";
  clear: both;
}

.listing-table .table thead tr .rating span {
  background: #f3f3f3;
  padding: 0 3px;
  border-radius: 4px;
}

.listing-table .table thead tr .status .active {
  background: #f3f3f3;
  color: #ffffff;
  padding: 0 3px;
  border-radius: 4px;
}

.listing-table .table thead tr .status .non-active {
  background: #d7d7d7;
  padding: 0 3px;
  border-radius: 4px;
}

.listing-table .table thead tr .edit a span {
  color: #0741AF !important;
}

.listing-table .table thead tr th {
  margin-bottom: 0;
  border: none;
  color: #333;
  font-weight: 600;
}

.messages .message {
  margin-top: 50px;
}

.messages .message:after {
  display: table;
  content: '';
  clear: both;
}

.messages .message .thumb {
  height: 120px;
  width: 120px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}

.messages .message .body {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px;
}

.messages .message .body h6,
.reviews .review .body h6 {
  font-size: 18px;
  margin-bottom: .2rem;
  color: #333;
}

.messages .message .body h6 .badge {
  background: #0741AF;
  color: #ffffff;
}

.messages .message .body .post-time {
  margin-bottom: 0;
  color: #0741AF;
}

.messages .message .body .controller {
  position: absolute;
  top: 0;
  right: 0;
}

.messages .message .body .controller ul li {
  display: inline-block;
  margin-left: 6px;
}

.messages .message .body .controller ul li a {
  color: #888;
}

.messages .message .body .controller ul li a:hover {
  color: #0741AF;
}

.review {
  margin-top: 30px;
  display: inline-block;
}

.review .thumb {
  height: 120px;
  width: 120px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}

.review .thumb:after {
  display: table;
  content: '';
  clear: both;
}

.review .body {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px;
}

.review .body h6 .stars {
  margin-left: 10px;
  font-size: 1rem;
}

.review .body h6 .stars i {
  color: #fcc200;
}

.review .body .post-time {
  margin-bottom: 0;
  color: #0741AF;
}

.review .body .controller {
  position: absolute;
  top: 0;
  right: 0;
}

.review .body .controller ul li {
  display: inline-block;
  margin-left: 6px;
}

.review .body .controller ul li a {
  color: #888;
}

.review .body .controller ul li a:hover {
  color: #0741AF;
}

.password-section {
  margin-top: 20px;
}

.password-section h6 {
  margin-bottom: 10px;
  color: #0741AF;
}

.my-properties {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
          box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
  padding: 30px;
}

.my-properties table {
  width: 100%;
  display: table;
}

.my-properties table thead tr th {
  font-size: 15px;
  color: #222;
  background-color: #f3f3f3;
  border: none;
  font-weight: 500;
  padding: 10px 10px 10px 0;
}

.my-properties table thead tr th:first-child {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 30px;
}

.my-properties table tbody tr td {
  border-top: none;
  border-bottom: 1px solid #f3f3f3;
  padding: 30px 20px 30px 0;
  vertical-align: middle;
  font-size: 14px;
}

.my-properties table h2 {
  border: none;
  font-size: 16px;
  color: #222;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 0 9px 0;
  padding: 0;
}

.my-address label {
  color: #222;
}

.my-address .form-group {
  margin-bottom: 1.5rem;
}

.my-properties table tbody tr .image {
  width: 150px;
}

.my-properties table tbody tr .image a img {
  width: 100%;
}

.my-properties table tbody tr td .actions .edit {
  float: left;
}

.my-properties table tbody tr td .inner figure {
  margin-bottom: 16px;
  color: #333;
}

.my-properties table tbody tr td .inner figure i {
  font-size: 13px;
}

.my-properties table tbody tr td .price {
  font-size: 12px;
  font-weight: 500;
}

.my-properties table tbody tr td.actions {
  text-align: right;
}

.my-properties table tbody tr td.actions .edit {
  float: left;
  color: #0741AF;
}

.my-properties table tbody tr td.actions .edit i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 5px;
}

.my-properties table tbody tr td.actions a {
  padding: 0;
  color: #f50057;
}

.my-properties table tbody tr td:last-child {
  padding-right: 5px;
}

.user-page .heading {
  margin-bottom: 1.5rem;
  text-transform: capitalize;
  color: #222;
  font-weight: 500;
}

.section-inforamation label {
  color: #222;
  font-weight: 500;
}

.section-inforamation .form-group {
  margin-bottom: 1.5rem;
}

.dashborad-box .starts {
  margin-top: .8rem;
}

.notification-box {
  padding: 30px 35px;
  color: #727272;
  border-radius: 4px;
  background-color: #f3f3f3;
}

.notification-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.notification-box p {
  margin-bottom: 0;
}

.submit-property .drop-file {
  position: relative;
  border: 2px dashed #e5e5e5;
  border-radius: 4px;
  background: #fcfcfc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

.user-page.section-padding select {
  border: 0;
  font-size: 14px;
  width: 100%;
  line-height: 30px;
  padding: 0 15px;
  color: #727272;
  background: #ffffff;
  z-index: 1;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  min-height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 4px;
  width: 100% !important;
  cursor: pointer;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-check-input {
  margin-top: 7px;
}

.drop-file {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 4px;
  background: #fcfcfc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

.drop-file:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  background-color: #66676b;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 4px;
}

.drop-file .drop-message {
  text-align: center;
  margin: 50px 0;
  font-size: 17px;
  color: #4a4747;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
}

.drop-file .drop-message:hover {
  color: #66676b;
}

.drop-file .drop-message span {
  display: inline;
  line-height: 117px;
}

.inner-pages .section-inforamation .form-control,
.inner-pages .my-address .form-control {
  border: 1px solid #444;
}

.inner-pages .section-inforamation .btn-primary,
.inner-pages .my-address .btn-primary {
  color: #fff;
  background-color: #0741AF;
  border: none;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .section-inforamation .btn-primary:hover,
.inner-pages .my-address .btn-primary:hover {
  background: #303441;
  color: #fff;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.pagination-container .pagination {
  padding-top: 30px;
}

.pagination-container a {
  text-decoration: none;
}

.pagination-container a:hover {
  background: #303441;
  color: #fff;
}

.btn-common {
  background-color: #0741AF;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn.btn-common {
  padding: 15px 20px;
}

.pagination-container .pagination .page-item .page-link {
  margin: 0 10px;
  padding: 15px 20px;
  color: #0741AF;
  border-color: #f3f3f3;
  border-radius: 4px;
  background: #fff;
}

.pagination-container .pagination .page-item .page-link:hover {
  background: #0741AF;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .my-address.pro {
    margin-top: 2.5rem;
  }

  .user-profile-box,
  .user-profile-box .detail.pass {
    margin-bottom: 2.5rem;
  }

  .dashborad-box .item {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .my-properties table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .my-properties table tbody tr .image {
    width: 100%;
  }

  .my-properties table thead tr th:first-child,
  .my-properties table thead tr th {
    padding-left: 1rem;
    font-size: 15px;
  }

  .my-properties table tbody tr td {
    padding-top: 0px;
  }

  .my-properties table tbody tr td:first-child,
  .inner-pages .pagination {
    margin-top: 30px;
  }

  .my-properties table tbody tr td {
    padding-bottom: 15px;
  }

  .btn.btn-common,
  .pagination-container .pagination .page-item .page-link {
    padding: 8px;
  }
}
@media screen and (max-width: 450px) {
  .messages .message,
  .reviews .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .messages .message .thumb,
  .review .thumb {
    margin-bottom: 1rem;
    margin-right: 8rem;
  }

  .messages .message .body {
    padding-left: 0px;
  }

  .listing-table .table thead tr th,
  .listing-table .table tbody {
    font-size: 14px;
  }
}
@media screen and (max-width: 411px) {
  .messages .message .thumb {
    margin-right: 5rem;
  }

  .review .thumb {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .messages .message .thumb {
    margin-right: 10rem !important;
  }

  .review .thumb {
    margin-right: 10rem !important;
  }
}
@media screen and (max-width: 360px) {
  .messages .message .body,
  .review .body {
    width: 100%;
  }

  .review .body {
    padding-left: 0px;
  }

  .messages .message .thumb,
  .review .thumb {
    margin-right: 8rem;
  }
}
/*-----------------------------------*/
/*---- 21. INNER PAGE FAQ ---*/
/*-----------------------------------*/
.inner-pages section.faq {
  padding: 6rem 0;
  background: #f5f6ff;
}

.inner-pages .panel .panel-heading {
  font-size: 1.2rem;
}

.inner-pages .panel .panel-heading a {
  background: #0741AF;
  color: #fff;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .panel .panel-heading a:hover {
  background: #303441;
  color: #fff;
}

.inner-pages .opening-hours.faq {
  margin-top: 0px;
}

.inner-pages .opening-list.faq ul {
  margin-bottom: 0px;
}

.inner-pages .service-details h2 {
  font-weight: 600;
  color: #222;
}

.inner-pages .faq-contact h3 {
  color: #111;
}

.inner-pages .faq-contact h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0741AF;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.inner-pages .faq .btn.btn-primary {
  background: #0741AF;
  border: 0px;
}

@media screen and (max-width: 991px) {
  .inner-pages .widget-service-details.faq {
    padding-top: 4rem;
  }

  .inner-pages .opening-list ul li:last-child {
    margin-bottom: 0px;
  }

  .inner-pages .faq-contact {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .service-details.faq-text h2 {
    font-size: 1.3rem;
  }

  .inner-pages .faq-contact h3 {
    font-size: 1.1rem;
  }
}
/*---------------------------------------*/
/*---- 22. INNER PAGE PAYMENT-METHOD ----*/
/*---------------------------------------*/
.inner-pages section.payment-method {
  padding: 6rem 0;
  background: #f5f6ff;
}

.tr-single-box {
  background: #ffffff;
  display: block;
  border-radius: 2px;
  border: 1px solid #f0f3f7;
  margin-bottom: 30px;
}

.tr-single-header {
  width: 100%;
  border-bottom: 1px solid #f3f4f7;
  margin-bottom: 2rem;
}

.tr-single-header i {
  color: #0741AF;
}

.tr-single-header h4 {
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 600;
}

.tr-single-header h4 > i {
  margin-right: 7px;
}

.tr-single-body {
  width: 100%;
  padding: 25px;
}

.payment-card {
  border-radius: 4px;
  padding: 18px 15px 15px;
  border: 1px solid #eaeff5;
  margin-bottom: 20px;
}

header.payment-card-header {
  display: inline-block;
  width: 100%;
}

.payment-card-title.flexbox {
  float: left;
}

header.payment-card-header .pull-right img {
  max-width: 100px;
}

.payment-card .collapse {
  padding: 20px 15px 10px;
}

.payment-card-title.flexbox h4 {
  margin: 0;
  font-size: 18px;
}

.include-features {
  margin-top: 15px;
}

.features-tag {
  background-color: #eaedf3;
  border-radius: 0 2px 2px 0;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2727272727;
  margin: 2px 15px 5px 0;
  padding: 3px 7px;
  position: relative;
}

.features-tag:before {
  border-top: 10px solid transparent;
  border-left: 9px solid #eaedf3;
  border-bottom: 10px solid transparent;
  height: 0;
  position: absolute;
  top: 0;
  right: -8px;
  width: 0;
}

.features-tag:after {
  background-color: #fff;
  border-radius: 50%;
  height: 4px;
  position: absolute;
  top: 8px;
  right: -2px;
  width: 4px;
}

.features-tag:after,
.features-tag:before {
  content: "";
}

.payment-card .custom-checkbox input[type="checkbox"]:checked + label:after {
  top: 5px;
}

.mrg-bot-20 {
  margin-bottom: 20px;
}

.inner-pages .payment-method .form-control {
  border: 1px solid #444;
  margin-bottom: 1.3rem;
}

.booking-price-detail h5 {
  font-size: 16px;
  font-weight: 600;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin: 5px 0 0 3px;
  z-index: 9;
}

.custom-checkbox label:before {
  width: 18px;
  height: 18px;
}

.custom-checkbox label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: #ffffff;
  border: 1px solid #444;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: inherit;
          transform: inherit;
  z-index: 3;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #0741AF;
  background: #0741AF;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

.custom-checkbox input[type="checkbox"]:disabled + label:before {
  color: #b8b8b8;
  cursor: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

@media screen and (max-width: 575px) {
  .inner-pages .payment-method .form-control.address {
    margin-bottom: 1.3rem !important;
  }

  .payment-card-title.flexbox h4 {
    font-size: 16px;
  }
}
/*---------------------------------------*/
/*---- 23. INNER PAGE THANK YOU ----*/
/*---------------------------------------*/
section.than-you {
  padding: 10rem 0;
}

.confirmation-wrap {
  text-align: center;
}

.confirmation-wrap span {
  color: #05bf83;
  font-size: 30px;
  font-weight: 800;
  border: 1px solid #05bf83;
  border-radius: 50%;
  padding: 20px;
}

.confirmation-wrap h2 {
  margin: 30px 0 15px;
}

.confirmation-wrap p {
  font-family: 'Asap', sans-serif;
  color: #7c7c7c;
  font-size: 18px;
}

.confirmation-wrap a {
  text-decoration: none;
  color: #444;
}

.btn-confirmation {
  padding: 14px 20px;
  font-size: 18px;
  margin: 12px 0 0;
}

.main-block .btn-outline-danger {
  color: #0741AF;
  background-image: none;
  background-color: transparent;
  border-color: #0741AF;
}

.main-block .btn-outline-danger:hover {
  background: #0741AF;
  color: #fff;
}

/*-----------------------------------*/
/*------ 24. INNER PAGE 404 ------*/
/*-----------------------------------*/
.inner-pages .notfound {
  padding: 6rem 0;
}

.inner-pages .top-headings h2 {
  font-size: 10rem;
  color: #0741AF;
  margin-bottom: 2rem;
  line-height: 0.73;
}

.inner-pages .top-headings h3 {
  font-size: 3rem;
  color: #000;
  margin-bottom: 2rem;
}

.inner-pages .top-headings p:last-child {
  font-size: 1.2rem;
}

.inner-pages .port-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.inner-pages .port-info .btn {
  background: #0741AF;
  color: #fff;
  border: 1px solid #0741AF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .port-info .btn:hover {
  background: #303441;
  color: #fff;
  border: 1px solid #303441;
}

@media screen and (max-width: 500px) {
  .inner-pages .top-headings h2 {
    font-size: 7rem;
  }

  .inner-pages .top-headings h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .inner-pages .top-headings p:last-child {
    font-size: 1rem;
  }
}
/*---------------------------------------*/
/*- 25. INNER PAGE LOGIN --*/
/*---------------------------------------*/
#login .login,
#register .login {
  width: 430px;
  padding: 45px 60px 60px;
  overflow-y: auto;
  background-color: #fff;
}

#login {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.social_bt {
  border-radius: 3px;
  color: #fff;
  min-width: 200px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.social_bt.facebook {
  background-color: #3B5998;
}

a.social_bt.google {
  background-color: #DC4E41;
}

a.social_bt.linkedin {
  background-color: #0077B5;
}

.add_bottom_15,
a.social_bt {
  margin-bottom: 15px;
}

a.social_bt {
  text-align: center;
  text-decoration: none;
}

a.social_bt.facebook:before {
  content: "\f09a";
}

a.social_bt.google:before {
  content: "\f0d5";
  top: 12px;
}

a.social_bt.linkedin:before {
  content: "\f0e1";
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
  font-family: FontAwesome;
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1.3rem;
  color: #fff;
}

#login .divider {
  height: 1px;
  margin: 30px 0 20px;
  text-align: center;
  background-color: #e1e8ed;
}

#login .divider span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -20px;
  padding: 10px;
  font-style: italic;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

#login .float-left {
  float: left !important;
}

#login .container_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 10px;
}

#login .container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#login .container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #d2d8dd;
  border-radius: 3px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#login .float-right {
  float: right !important;
  margin-top: 0px !important;
}

.checkboxes label,
a#forgot {
  color: #666;
  text-decoration: none;
}

#login .btn_1.rounded,
a.btn_1.rounded {
  border-radius: 25px !important;
}

#login .btn_1.full-width,
a.btn_1.full-width {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  margin-bottom: 5px;
}

#login .btn_1,
a.btn_1 {
  border: none;
  background: #0741AF;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 3px;
}

#login a.btn_1:hover {
  background: #303441;
}

#login .add_top_10 {
  margin-top: 16px;
}

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

#login strong a {
  text-decoration: none;
}

.inner-pages .filter-tags input,
.custom-form .filter-tags input {
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0;
  color: #0741AF;
  width: 20px;
  height: 20px;
  color: #fff;
  outline: none;
  margin-right: .5rem;
  margin-bottom: 0px;
  background: #fff !important;
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
  #login .login,
  #register .login {
    width: 100%;
  }

  #login .checkboxes label,
  a#forgot {
    font-size: 13px;
  }
}
/*-----------------------------------*/
/*--- 26. INNER PAGE COMING SOON ----*/
/*-----------------------------------*/
.headings-7 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 44, 95, 0.7)), to(rgba(32, 51, 100, 0.7))), url(../images/bg/video-poster.jpg) no-repeat center top;
  background: linear-gradient(rgba(58, 44, 95, 0.7), rgba(32, 51, 100, 0.7)), url(../images/bg/video-poster.jpg) no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headings-7 .text-heading p.sorry {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 2.5rem;
}

.headings-7 .bloq-email {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.headings-7 .bloq-email .email input[type="email"] {
  border: 0;
  padding: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.headings-7 .bloq-email .email input[type="submit"] {
  border: 0;
  padding: .8rem;
  background: #0741AF;
  border: 1px solid #fff;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.headings-7 .email input[type="submit"]:hover {
  background: #303441;
  border: 1px solid #fff;
}

.font-16 {
  font-size: 16px;
  margin-right: 2rem;
}

.font-36 {
  font-size: 36px;
}

@media screen and (max-width: 320px) {
  .headings-7 .text-heading p.sorry {
    margin-top: 6rem;
  }
}
/*------------------------------------------*/
/*--- 27. INNER PAGE UNDER CONSTRUCTION ----*/
/*------------------------------------------*/
.headings-8 {
  background: url(../images/bg/bg-under.png) no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headings-8 .text-heading p.sorry {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 2.5rem;
}

.headings-8 .bloq-email {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.headings-8 .bloq-email .email input[type="email"] {
  border: 0;
  padding: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.headings-8 .bloq-email .email input[type="submit"] {
  border: 0;
  padding: .8rem;
  background: #0741AF;
  border: 1px solid #fff;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.headings-8 .email input[type="submit"]:hover {
  background: #303441;
  border: 1px solid #fff;
}

.font-16 {
  font-size: 16px;
}

.font-36 {
  font-size: 36px;
}

@media screen and (max-width: 320px) {
  .headings-8 .text-heading p.sorry {
    margin-top: 6rem;
  }
}
/*------------------------------------*/
/*----- 28. INNER PAGE BLOG GRID -----*/
/*------------------------------------*/
.inner-pages section.blog-section {
  padding: 6rem 0;
  background: #fff;
}

.inner-pages .blog-section .news-item {
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.inner-pages .blog-section .news-item.-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-pages .blog-section .news-item-descr.big-news {
  height: 120px !important;
}

.inner-pages .blog-section .space,
.inner-pages .blog-section .space2.port {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item h3 {
  color: #333;
  font-size: 18px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.inner-pages .blog-section .news-item.-news-slider-item {
  height: 100%;
}

.inner-pages .blog-section .news-item.-news-slider {
  height: auto;
}

.inner-pages .blog-section .news-item a:hover {
  text-decoration: none;
}

.inner-pages .blog-section .news-item a:hover h3 {
  color: #0741AF;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page {
  display: block;
  position: relative;
  padding-bottom: 69%;
  width: 100%;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .news-item-img {
  position: relative;
  width: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .news-item-text {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.inner-pages .blog-section .news-item-text-header {
  display: block;
}

.inner-pages .blog-section .news-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #0741AF;
}

.inner-pages .blog-section .news-item-descr {
  margin-bottom: 20px;
  height: 110px !important;
}

.inner-pages .blog-section .news-item-descr p {
  color: #444;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.inner-pages .blog-section .news-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-pages .blog-section .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  color: #444;
}

.inner-pages .blog-section .action-list .fa-comment {
  color: #0741AF;
}

.inner-pages .blog-section .action-list .fa-share-alt {
  color: #0741AF;
}

.inner-pages .blog-section .action-list .fa-heart {
  color: #0741AF;
}

.inner-pages .blog-section ul.action-list {
  margin-bottom: 0px;
}

.inner-pages .blog-section .action-item {
  display: inline-block;
  padding-left: 15px;
}

.inner-pages .blog-section .news-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-pages .blog-section .news-item-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item-sm:last-child {
  margin-bottom: 0px;
}

.inner-pages .blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 33.5%;
      flex-basis: 33.5%;
  position: relative;
}

.inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-pages .blog-section .news-item-sm .news-item-text {
  -ms-flex-preferred-size: 66.6%;
      flex-basis: 66.6%;
  padding: 25px 30px;
}

.inner-pages .blog-section .news-item-sm .news-item-descr {
  height: 52px;
  overflow: hidden;
}

.inner-pages .blog-section .news-link {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: #0741AF;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.inner-pages .blog-section .news-link:hover {
  color: #303441;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media screen and (max-width: 991px) {
  .inner-pages .blog-section .news-item {
    margin-bottom: 2.5rem;
  }

  .inner-pages .blog-section .news-item.nomb {
    margin-bottom: 0px;
  }

  .inner-pages .blog-section .news-item.no-mb:last-child {
    margin-bottom: 0px;
  }

  .inner-pages .blog-section .space.port,
  .inner-pages .blog-section .space2.port {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .inner-pages .blog-section .no-mb .news-item {
    margin-bottom: 0px;
  }

  .inner-pages .blog-section .space.no-pb2 {
    padding-bottom: 0px;
  }

  .inner-pages .pagination.wpt {
    padding-top: 3rem;
  }

  .inner-pages .blog-section .recent-post.sher {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .inner-pages .blog-section .no-mb.wpt-2 .news-item {
    margin-bottom: 2.5rem;
  }

  .inner-pages .blog-section .space.no-pb2 {
    padding-bottom: 2.5rem;
  }

  .inner-pages .blog-section .news-item.nomb {
    margin-bottom: 2.5rem;
  }

  .inner-pages .blog-section .recent-post.sher {
    margin-top: 0px;
  }
}
@media screen and (max-width: 577px) {
  .inner-pages .blog-section .news-item-sm {
    display: block !important;
  }

  .inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
    position: relative;
    padding-bottom: 69%;
  }
}
@media screen and (max-width: 414px) {
  .inner-pages .blog-section .news-item-descr p,
  .inner-pages .blog-section .news-item-descr {
    overflow: visible;
  }

  .inner-pages .blog-section .news-item-descr.visib {
    overflow: hidden;
    margin-bottom: 2rem;
  }

  .inner-pages .blog-section .news-item.no-mb2 {
    margin-bottom: 0px;
  }

  .inner-pages .blog-section ul.action-list {
    padding-left: 0px;
  }

  .inner-pages .blog-section .news-link {
    font-size: .9rem;
  }
}
.inner-pages .pagination {
  margin-bottom: 0px;
}

.page-item.active .page-link {
  background: #0741AF;
  border-color: #0741AF;
}

.page-link {
  color: #303441;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.page-link:hover {
  background: #0741AF;
  color: #fff;
}

/*--------------------------------------*/
/*-- 29. INNER PAGE BLOG GRID SIDEBAR --*/
/*--------------------------------------*/
.inner-pages section.blog-section {
  padding: 6rem 0;
  background: #fff;
}

.inner-pages .blog-section .news-item {
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.inner-pages .blog-section .news-item.-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-pages .blog-section .news-item-descr.big-news {
  height: 120px !important;
}

.inner-pages .blog-section .space,
.inner-pages .blog-section .space2.port {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item h3 {
  color: #000;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.inner-pages .blog-section .news-item.-news-slider-item {
  height: 100%;
}

.inner-pages .blog-section .news-item.-news-slider {
  height: auto;
}

.inner-pages .blog-section .news-item a:hover {
  text-decoration: none;
}

.inner-pages .blog-section .news-item a:hover h3 {
  color: #0741AF;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page {
  display: block;
  position: relative;
  padding-bottom: 69%;
  width: 100%;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .news-item-img {
  position: relative;
  width: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .news-item-text {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.inner-pages .blog-section .news-item-text-header {
  display: block;
}

.inner-pages .blog-section .news-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.inner-pages .blog-section .news-item-descr {
  margin-bottom: 20px;
  height: 110px !important;
}

.inner-pages .blog-section .news-item-descr p {
  color: #444;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.inner-pages .blog-section .news-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-pages .blog-section .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  color: #444;
}

.inner-pages .blog-section .action-list .fa-comment {
  color: #0741AF;
}

.inner-pages .blog-section .action-list .fa-share-alt {
  color: #0741AF;
}

.inner-pages .blog-section .action-list .fa-heart {
  color: #0741AF;
}

.inner-pages .blog-section ul.action-list {
  margin-bottom: 0px;
}

.inner-pages .blog-section .action-item {
  display: inline-block;
  padding-left: 15px;
}

.inner-pages .blog-section .news-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .inner-pages .space3 {
    padding-bottom: 2.5rem;
  }

  .inner-pages .widget {
    padding-top: 0 !important;
  }
}
.inner-pages .form-control {
  padding: .7rem;
  border: 1px solid #0741AF;
}

@media screen and (max-width: 767px) {
  .inner-pages .input-group {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .inner-pages .widget {
    padding-top: 2.5rem;
  }
}
.inner-pages .input-group-btn .fa {
  font-size: 1.8rem;
  cursor: pointer;
}

.inner-pages .input-group-btn .btn-primary {
  background: #0741AF;
  border: 1px solid #0741AF;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .input-group-btn .btn-primary:hover {
  background: #303441;
  color: #fff;
}

.inner-pages .recent-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media screen and (max-width: 992px) {
  .inner-pages .recent-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.inner-pages .recent-img img {
  width: 90px;
  height: 70px;
  margin-right: 1rem;
}

.inner-pages .info-img h6 {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.inner-pages .info-img a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .info-img a:hover {
  co0741AF;
}

.inner-pages .recent-post .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-pages .recent-post .tags a {
  background: #0741AF;
  color: #fff;
  border: 1px solid #0741AF;
  margin-bottom: .7rem;
  margin-left: .2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .recent-post .tags a:hover {
  background: #fff;
  color: #0741AF;
}

.inner-pages .recent-post .tags.no-mb a {
  margin-bottom: 0px;
}

.inner-pages .recent-post ul {
  margin: 0;
  padding: 0;
}

.inner-pages .recent-post ul li {
  list-style: none;
  padding: .5rem 0;
}

.inner-pages .recent-post ul li.npt {
  padding-top: 0px;
}

.inner-pages .recent-post ul li:last-child {
  padding-top: .5rem;
  padding-bottom: 0px;
}

.inner-pages .recent-post ul li a {
  text-decoration: none;
  color: #444;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .recent-post ul li a:hover {
  color: #0741AF;
}

.inner-pages .recent-post ul li .fa {
  margin-right: 1rem;
}

.inner-pages .recent-post button {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.inner-pages .widget h5 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 2rem !important;
}

.inner-pages .widget h5::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0741AF;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.inner-pages .recent-post .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-pages .recent-post .netsocials a .fa {
  font-size: 1.3rem;
  text-align: center;
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .recent-post .netsocials a .fa-facebook {
  background: #3b5998;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-twitter {
  background: #1da1f2;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-google-plus {
  background: #dd4b39;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-youtube {
  background: #cd201f;
  color: #fff;
}

.inner-pages .recent-post ul li.npt:last-child {
  padding-top: 0px;
}

/*-----------------------------------*/
/*--- 30. INNER PAGE BLOG LIST ---*/
/*-----------------------------------*/
.inner-pages section.blog-section {
  padding: 6rem 0;
  background: #fff;
}

.inner-pages .blog-section .news-item-sm {
  border-radius: 0px;
}

.inner-pages .blog-section.list-sidebar .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 43.5%;
      flex-basis: 43.5%;
  position: relative;
}

.inner-pages .blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 33.5%;
      flex-basis: 33.5%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .inner-pages .blog-section .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 43.5%;
        flex-basis: 43.5%;
  }
}
/*-----------------------------------------*/
/*--- 31. INNER PAGE BLOG LIST SIDEBAR ---*/
/*-----------------------------------------*/
.inner-pages section.blog-section {
  padding: 6rem 0;
  background: #fff;
}

.inner-pages .blog-section .news-item {
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.inner-pages .form-control {
  padding: .7rem;
  border: 1px solid #0741AF;
}

@media screen and (max-width: 767px) {
  .inner-pages .input-group {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .inner-pages .widget {
    padding-top: 0px;
  }
}
.inner-pages .input-group-btn .fa {
  font-size: 1.8rem;
  cursor: pointer;
}

.inner-pages .input-group-btn .btn-primary {
  background: #0741AF;
  border: 1px solid #0741AF;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .input-group-btn .btn-primary:hover {
  background: #303441;
  color: #fff;
}

.inner-pages .recent-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media screen and (max-width: 992px) {
  .inner-pages .recent-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.inner-pages .recent-img img {
  width: 90px;
  height: 70px;
  margin-right: 1rem;
}

.inner-pages .info-img h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

.inner-pages .info-img a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .info-img a:hover {
  color: #0741AF;
}

.inner-pages .recent-post .tags a {
  background: #0741AF;
  color: #fff;
  border: 1px solid #0741AF;
  margin-bottom: .7rem;
  margin-left: .2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .recent-post .tags a:hover {
  background: #fff;
  color: #0741AF;
}

.inner-pages .recent-post .tags.no-mb a {
  margin-bottom: 0px;
}

.inner-pages .recent-post ul {
  margin: 0;
  padding: 0;
}

.inner-pages .recent-post ul li {
  list-style: none;
  padding: .5rem 0;
}

.inner-pages .recent-post ul li.npt {
  padding-top: 0px;
}

.inner-pages .recent-post ul li:last-child {
  padding-top: .5rem;
  padding-bottom: 0px;
}

.inner-pages .recent-post ul li a {
  text-decoration: none;
  color: #444;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .recent-post ul li a:hover {
  color: #0741AF;
}

.inner-pages .recent-post ul li .fa {
  margin-right: 1rem;
}

.inner-pages .recent-post button {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.inner-pages .widget h5::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0741AF;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.inner-pages .recent-post .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-pages .recent-post .netsocials a .fa {
  font-size: 1.3rem;
  text-align: center;
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .recent-post .netsocials a .fa-facebook {
  background: #3b5998;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-twitter {
  background: #1da1f2;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-google-plus {
  background: #dd4b39;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-youtube {
  background: #cd201f;
  color: #fff;
}

.inner-pages .recent-post ul li.npt:last-child {
  padding-top: 0px;
}

/*-----------------------------------*/
/*--- 32. INNER PAGE BLOG DETAILS ---*/
/*-----------------------------------*/
.inner-pages section.blog-section {
  padding: 6rem 0;
  background: #fff;
}

.inner-pages .blog-section .news-item-descr.big-news.details {
  height: 240px !important;
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important;
}

.inner-pages .blog-section .news-item.details {
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 #edeff1;
          box-shadow: 0 0 0 0 #edeff1;
}

.inner-pages .blog-section .news-item-text.details {
  padding: 20px 0;
}

.inner-pages .comments-info .conra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner-pages .comments-info h5 {
  color: #0741AF;
  font-weight: bold;
  margin-bottom: 0px;
}

.inner-pages .comments-info p:last-child {
  font-weight: 400;
}

.inner-pages .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

.inner-pages .social-share .fa-facebook {
  color: #3b5998;
}

.inner-pages .social-share .fa-twitter {
  color: #1da1f2;
}

.inner-pages .social-share .fa-google-plus {
  color: #dd4b39;
}

.inner-pages .social-share .fa-youtube {
  color: #cd201f;
}

.inner-pages .social-share a {
  color: #0741AF;
  font-size: 1.5rem;
  margin: 0 .5rem;
}

.col-md-10.comments-info {
  padding-left: 0px;
}

.col-md-10.comments-info p.mb-2 {
  color: #333;
}

.col-md-10.comments-info p:last-child {
  font-weight: 400;
}

.inner-pages .comments-info.no-mb p:last-child {
  margin-bottom: 0px;
}

.inner-pages .comments h3::after,
.inner-pages .leve-comments h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #0741AF;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.inner-pages .commented .comm-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.inner-pages .commented img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 2rem;
}

.inner-pages .data form .col-md-12 {
  padding: 0;
  padding-right: 1rem;
}

section.leve-comments {
  margin-top: 4rem;
}

.inner-pages .leve-comments .btn {
  background: #0741AF;
  cursor: pointer;
  border: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .leve-comments .btn:hover {
  background: #303441;
  color: #fff;
}

.inner-pages .recent-post ul li.npt {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .inner-pages .leve-comments.wpb {
    padding-bottom: 2.5rem;
  }

  .col-md-10.comments-info {
    padding-left: 15px;
  }
}
@media screen and (max-width: 575px) {
  section.leve-comments {
    margin-top: 2rem;
  }
}
/*-----------------------------------*/
/*---- 33. INNER PAGE CONTACT US ----*/
/*-----------------------------------*/
.inner-pages .contact-us {
  padding: 6rem 0;
}

.inner-pages .contact-us ul li {
  list-style: none;
  font-weight: 300;
}

.inner-pages .contact-us ul {
  margin: 0;
  padding: 0;
}

.inner-pages .contact-us .btn {
  background: #0741AF;
  border: 1px solid #0741AF;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .contact-us .btn:hover {
  background: #fff;
  color: #303441;
  border: 1px solid #0741AF;
}

.inner-pages .address-info p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .inner-pages .offices h3:first-child {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .inner-pages .contact-us h3 {
    font-size: 1.1rem !important;
  }
}
label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #444;
}

form label.error {
  display: block;
  color: #ff0000;
  font-size: 14px !important;
  opacity: 1 !important;
}

.successform,
.errorform {
  display: none;
  height: 70px;
}

.successform span,
.errorform span {
  display: block;
}

.successform span p,
.errorform span p {
  margin-top: 15px;
}

.successform span p {
  color: #01c15a;
  font-size: 2rem;
}

.errorform span p {
  color: #c0392b;
}

.inner-pages .contact-us .form-control {
  border: 1px solid #444;
}

.inner-pages .contact-us h3 {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  font-size: 1.2rem;
}

.inner-pages .offices h3 {
  text-transform: capitalize;
}

.inner-pages .offices p {
  font-weight: 300;
}

/*---- CONTACT MAP ----*/
.inner-pages .contact-us #map-contact {
  width: 100%;
  height: 312px;
  border: 1px solid #0741AF;
}

/*---- CONTACT INFO ----*/
.inner-pages .contact_us_details {
  margin-top: 4rem;
}

.inner-pages .contact_us_details .row .col-md-4:nth-child(2) .c_details_item .media .media-left i {
  font-size: 23px;
}

.inner-pages .c_details_item {
  background: #fff;
  border-radius: 10px;
  padding: 28px 30px;
}

.inner-pages .c_details_item .media .media-left {
  padding-right: 30px;
  vertical-align: middle;
}

.inner-pages .c_details_item .media .media-left i {
  height: 60px;
  width: 60px;
  border: 2px solid #0741AF;
  border-radius: 50%;
  color: #0741AF;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  -webkit-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.inner-pages .c_details_item .media .media-left .fa-envelope {
  font-size: 23px;
}

.inner-pages .c_details_item .media .media-body p {
  max-width: 185px;
  font-size: 17px;
  padding-top: .5rem;
  font-family: 'Asap', sans-serif;
  color: #000;
  letter-spacing: .34px;
  margin-bottom: 0;
  margin-right: 0 !important;
  line-height: 23px;
}

.inner-pages .c_details_item .media .media-body a {
  display: block;
  font-size: 17px;
  font-family: 'Asap', sans-serif;
  color: #000;
  text-decoration: none;
  letter-spacing: .34px;
}

.inner-pages .c_details_item .media .media-body a:first-child {
  padding-top: .2rem;
}

.inner-pages .c_details_item .media:hover .media-left i {
  border-color: #fff;
  color: #303441;
}

@media screen and (max-width: 991px) {
  .inner-pages .contact_us_details .phone-area.mt-44 {
    margin-top: 2rem;
  }

  .inner-pages .our-lo.property-location,
  .inner-pages .contact_us_details {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .inner-pages .contact_us_details .email-area.mt-44 {
    margin-top: 2rem;
  }

  .inner-pages .contact-location {
    margin-top: 4rem;
  }
}
.inner-pages .contact-us ul li {
  list-style: none;
  font-weight: 300;
}

.inner-pages .contact-us ul {
  margin: 0;
  padding: 0;
}

.inner-pages .contact-us .btn {
  background: #0741AF;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-pages .contact-us .btn:hover {
  background: #303441;
  color: #fff;
}

.inner-pages .address-info p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .inner-pages .offices h3:first-child {
    margin-top: 4rem;
  }
}
/*------------------------------------*/
/*-- 34. INNER PAGE ADD LISTING --*/
/*------------------------------------*/
.inner-pages .royal-add-property-area {
  padding: 6rem 0;
  background: #f5f6ff none repeat scroll 0 0;
}

.inner-pages .royal-complete-order-head {
  margin-bottom: 50px;
  text-align: center;
}

.inner-pages .property-form-group {
  padding: 0 50px;
}

.inner-pages .royal-complete-order-head h2 {
  color: #333;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inner-pages .single-add-property > h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 25px;
  color: #0741AF;
  text-transform: capitalize;
}

.inner-pages .property-form-group label {
  color: #333;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-pages .property-form-group p input {
  border: 1px solid #ddd;
  height: 50px;
  padding: 10px;
  width: 100%;
}

.inner-pages .property-form-group p.no-mb,
.inner-pages .property-form-group p.no-mb input {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .inner-pages .property-form-group p.no-mb,
  .inner-pages .property-form-group p.no-mb input {
    margin-bottom: 20px;
  }

  .inner-pages .property-form-group p.no-mb.first input {
    margin-bottom: 20px !important;
  }

  .inner-pages .dropdown.faq-drop.mb-0 {
    margin-bottom: 20px !important;
  }

  .inner-pages .no-mb.last.des {
    margin-top: 20px;
  }

  .inner-pages .property-form-group p.no-mb.last:last-child,
  .inner-pages .property-form-group p.no-mb input:last-child {
    margin-bottom: 0px;
  }
}
.inner-pages .property-form-group p textarea {
  border: 1px solid #ddd;
  height: 180px;
  padding: 10px;
  width: 100%;
}

.inner-pages .single-add-property {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 30px;
}

.inner-pages .property-form-group p,
.property-form-group .dropdown.faq-drop {
  margin-bottom: 20px;
}

.property-form-group .dropdown.faq-drop.no-mb {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .property-form-group .dropdown.faq-drop.no-mb {
    margin-bottom: 40px;
  }

  .property-form-group .dropdown.faq-drop.no-mb.last {
    margin-bottom: 0px;
  }
}
.inner-pages .property-form-group .dropdown-toggle {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #999;
  padding: 10px;
  text-align: left;
  width: 100%;
  text-transform: capitalize;
}

.inner-pages .property-form-group .dropdown-toggle::after {
  display: none;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open {
  width: 100%;
  padding: 0;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open > li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open > li:last-child {
  border-bottom: 0px solid #ddd;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open > li:hover {
  background: #f9f9f9;
}

.inner-pages .property-form-group .dropdown-toggle i {
  float: right;
  font-size: 20px;
  line-height: 25px;
}

.inner-pages .property-form-group .dz-message {
  background: #fff none repeat scroll 0 0;
  border: 2px dashed #0741AF;
  padding: 50px 20px;
  text-align: center;
}

.inner-pages .dz-default i {
  color: #0741AF;
  display: block;
  font-size: 60px;
  margin-bottom: 30px;
}

.inner-pages .dz-default.dz-message > span {
  color: #0741AF;
  font-size: 20px;
  text-transform: capitalize;
}

.inner-pages .dropdown.faq-drop span {
  color: #999;
  margin-left: 5px;
}

.inner-pages .pro-feature-add label {
  color: #000;
  font-weight: 500;
}

.inner-pages .pro-feature-add input {
  margin-right: 5px;
}

.inner-pages .pro-feature-add > li {
  display: inline-block;
  margin: 5px 10px;
}

.inner-pages .pro-feature-add li.no-mb input,
.inner-pages .pro-feature-add .no-mb label,
.inner-pages ul.pro-feature-add,
.inner-pages .pro-feature-add > li.no-mb {
  margin-bottom: 0px;
}

@media screen and (max-width: 404px) {
  .inner-pages .pro-feature-add .no-mb label {
    margin-bottom: 20px;
  }

  .inner-pages .pro-feature-add .no-mb.last label:last-child {
    margin-bottom: 0px;
  }
}
.inner-pages .prperty-submit-button > button {
  background: #0741AF none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: capitalize;
}

.inner-pages .prperty-submit-button > button:hover {
  background: #303441 none repeat scroll 0 0;
}

.inner-pages .royal-complete-order-head > p {
  font-size: 17px;
}

@media screen and (max-width: 575px) {
  .inner-pages .property-form-group {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*-----------------------------------*/
/*------ 35. PRELOADER ------*/
/*-----------------------------------*/
#preloader {
  background: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status,
.status-mes {
  background-image: url(../images/preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}

/*-----------------------------------*/
/*------ 00. STYLE SWITCHER ------*/
/*-----------------------------------*/
.color-switcher {
  width: 266px;
  position: fixed;
  right: -266px;
  top: 300px;
  z-index: 999;
  padding: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom-right-radius: 4px;
}

.color-switcher h5 {
  font-size: 15px;
  margin-top: 0;
  padding: 0 20px 0;
}

.color-switcher p {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  margin: 0px;
}

.color-switcher ul {
  list-style: none;
  padding: 0;
}

.color-switcher ul li {
  float: left;
}

.color-switcher ul li a {
  display: block;
  width: 40px;
  height: 40px;
  outline: none;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}

.color-switcher ul li a.blue {
  background: #0098ef;
}

.color-switcher ul li a.pink {
  background: #fa2964;
}

.color-switcher ul li a.orange {
  background: #f7a13e;
}

.color-switcher ul li a.purple {
  background: #3a2c5f;
}

.color-switcher ul li a.green {
  background: #0741AF;
}

.color-switcher ul li a.red {
  background: #e54242;
}

.color-switcher ul li a.cyan {
  background: #1ABC9C;
}

.color-switcher ul li a.sky-blue {
  background: #00cdcd;
}

.color-switcher .gray {
  background: #656565;
}

.color-switcher ul li a.brown {
  background: #987654;
}

.deflt {
  width: 100%;
}

#default {
  width: 100%;
}

.color-switcher .black {
  background: #000;
  display: none;
}

.color-switcher .white {
  background: #fff;
  display: none;
}

.color-switcher .light {
  background: #fff;
  width: 60px;
  color: #000;
  text-align: center;
  float: left;
  border: 1px solid #666;
  margin-top: 15px;
  margin-right: 22px;
}

.color-switcher .dark {
  background: #272727;
  width: 60px;
  float: right;
  color: #fff;
  border: 1px solid #666;
  margin-top: 15px;
}

.picker_close {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -60px;
  top: 0px;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.picker_close i {
  color: #666;
  font-size: 30px;
  line-height: 60px;
}

.position {
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.theme-colours,
.layouts,
.backgrounds,
.choose-header,
.choose-footer {
  display: table;
  text-align: left;
  padding-top: 0px;
  width: 100%;
  padding: 18px;
  background: #fff;
  padding-top: 0px;
}

.layouts a {
  display: inline-block;
  text-align: center;
  width: 100%;
  float: left;
  font-size: 10px;
  color: #000;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
}

.layouts a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.styleswitcher {
  position: fixed;
  width: 120px;
  background: #ffffff;
  color: #595959;
  top: 150px;
  right: -123px;
  z-index: 999;
}

.styleswitcher p {
  color: #000 !important;
}

.styleswitcher.ackapa {
  left: 0;
}

.styleswitcher .switch {
  padding-left: 15px;
  padding-bottom: 10px;
}

.styleswitcher .switch h5 {
  margin-top: 20px;
}

.styleswitcher .switch p {
  margin-top: 10px;
}

.stylebutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  top: 0px;
  right: -40px;
}

.styleswitcher a {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 99999999;
}

.color-switcher ul li {
  margin: 3px;
}

.color-switcher.position .theme-colours {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------*/
/*------ 36. 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: 17.6rem;
    -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 {
    padding: .8rem;
    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: #0741AF;
    border-radius: 5px;
  }

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

  #main-menu .dropdown-menu {
    -webkit-animation: 300ms ease 0s normal none 1 running zoomIn;
            animation: 300ms 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: #0741AF;
    text-decoration: none;
    border: 0;
    border-radius: 0px;
  }

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

  #bloq-search {
    position: absolute;
    width: 20rem;
    right: 10.9rem;
    top: 3.8rem;
    z-index: 99999;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  .main-search-field h3 {
    font-size: 1.5rem;
  }

  .portfolio .port-item img {
    width: 100%;
  }

  .team .team-pro img {
    width: 100%;
  }

  .team .team-pro {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .blog .blog-pots img {
    width: 100%;
  }

  .second-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .second-footer .container h3 {
    margin-bottom: .8rem;
  }

  .box.bg-3.hed-3 {
    padding-top: 0px;
  }

  .inner-pages .commented img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 1.5rem;
    margin-bottom: .8rem;
  }

  .inner-pages .offices h2 {
    margin-top: 4rem;
  }

  .inner-pages .box.bg-3.mt-5 {
    padding-top: 0px;
  }

  .parallax-search .welcome-text h1 {
    font-size: 40px;
  }

  .sticky,
  .sticky.head-tr {
    position: absolute !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .top-info {
    margin-bottom: 1rem;
  }

  #main-menu {
    margin-left: 14rem;
  }
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.2rem;
  }

  .headings .text-heading p {
    font-size: 1rem;
  }

  .who-we-are .who img {
    height: 415px;
  }

  .blog .blog-pots h3 {
    font-size: 1.2rem;
  }

  .portfolio img {
    width: 100%;
  }

  .team .team-info .artl {
    padding-bottom: 1.3rem;
  }

  .parallax-search .trip-search {
    border-radius: 0px;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 1.6rem;
  }

  .section-title h3 {
    font-size: 16px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .sec-title p {
    font-size: 15px;
  }

  .feature-categories .img-box-content h4 {
    font-size: 1.4rem;
  }

  .who-we-are .who img {
    height: 300px;
  }

  .counterup .countr p {
    font-size: 2rem;
  }

  .testimonials .test-1 p {
    padding: 0px 1rem;
  }

  span.plan-name {
    font-size: 21px;
  }

  .team .team-pro {
    padding-right: 0;
    padding-left: 0;
  }

  .inner-pages .services {
    margin: 0px;
  }

  .inner-pages article.faq h2 {
    font-size: 1.4rem;
  }

  .inner-pages .panel .panel-heading a {
    font-size: 1rem;
  }

  .first-footer h2 {
    margin-top: 2rem;
  }

  .inner-pages .blog .sorting-options h5 {
    font-size: 1.2rem;
    margin-top: 0px;
  }

  .inner-pages .blog .block-heading .sorting-options {
    margin-top: 0px;
  }

  .inner-pages .blog .sorting-options h6 {
    font-size: 0.95rem;
  }

  .inner-pages .blog .homes-content.details-2 span {
    font-size: .9rem;
  }

  .inner-pages .headings h2 a,
  .inner-pages .headings h2 {
    font-size: 1rem;
  }

  .inner-pages .contact-us .offices {
    margin-top: 2rem;
  }

  .headings-7 .text-heading p.sorry {
    font-size: 1.1rem;
  }

  .font-36,
  .dashborad-box .item .info .number {
    font-size: 26px;
  }

  .parallax-search .welcome-text h1 {
    font-size: 30px;
  }

  .parallax-search .hero-inner,
  .hero-inner2 {
    margin-top: 290px;
  }

  .user-profile-box .header h2 {
    font-size: 21px;
  }
}

.div-whatsapp {
  left: 10px;
  top: calc(100% - 70px);
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 999;
}

.contentModalVideo{
  width: 50rem;
  height: 35rem;
}
/*# sourceMappingURL=styles.css.map */