@import url('https://fonts.googleapis.com/css?family=Crimson+Text:700i');

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf');
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Lato-Regular';
    font-size: 15px;
    font-weight: 400;
    color: #666;
    overflow-x: hidden !important;
}

p {
    line-height: 29px;
    text-align: justify;
    font-size: 16px;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.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: #274abb;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #333;
  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: #274abb;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header>.navbar-default {
    background-color: #fff;
}
.section-title {
  padding-left: 35px;
  position: relative;
  margin-bottom: 2.5rem;
}

.section-title:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  content: '';
  border-radius: 3px;
  position: absolute;
  background-color: #274abb;
}

.section-title h3 {
  font-size: 18px;
  color: #111;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 28px;
  color: #274abb;
  text-transform: uppercase;
}

.section-title.col-md-5 {
  margin-left: 1rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.bg-white {
  background: #fff !important;
}

.bg-gray {
  background: #f7f7f7 !important;
}
.header-top {
    background: rgb(43, 51, 102);
    color: #7f8997;
    display: block;
    padding: 1rem 0;
}
.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;
}
.header-top p {
    margin-right: 2rem;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}
.top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top p i {
    color: #fff;
    margin-right: .5rem;
    font-size: 1.3rem;
}
.top-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top .social-icons:hover {
    color: #274abb;
}
.header-top .social-icons {
    text-align: right;
    margin-left: .6rem;
}
.header-top .social-icons i {
    line-height: 26px;
    font-size: 1.2rem;
    margin-right: 1rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.social-icons-header .fa-facebook {
    color: #fff;
}
.social-icons-header .fa-twitter {
    color: #fff;
}
.social-icons-header .fa.fa-youtube{
    color: #fff;
}
.social-icons-header .fa.fa-instagram{
    color: #fff;
}
/*Footer*/
.first-footer .top-footer {
    background: #303441;
    color: #fff;
    padding: 2rem 0;
    border-top: 1px solid #e5e5e5;
}
.first-footer .netabout p {
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: rgba(245, 255, 255, 0.8);
}
.navigation h3 {
    margin-bottom: 2rem;
}
.first-footer h3 {
    margin-bottom: 2rem;
    color: #fff;
}
.first-footer .nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.navigation ul li {
    margin-bottom: 1rem;
    border-bottom: 1px dotted #666;
}
.navigation ul li a {
    text-decoration: none;
    color: rgba(245, 255, 255, 0.8);
    font-weight: 400;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.navigation .nav-right {
    margin-left: 2rem;
}
.first-footer .navigation h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #274abb;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}
.first-footer .netabout h3::after, .first-footer .navigation h3::after, .first-footer .widget h3::after, .first-footer .contactus h3::after {
    background-color: #e8be07;
}
.second-footer {
    padding: 1.5rem 0;
    background: #303441;
    border-top: 1px solid rgba(245, 255, 255, 0.1);
    color: #fff;
}
.second-footer {
    background: #252f52;
}
.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 {
    margin: 0;
    font-weight: 400;
}
.first-footer .logo img {
    width: auto;
    height: auto;
    margin-bottom: 1.6rem;
    margin-top: -2rem;
}
/*Testimonials*/
section.testimonials {
    background: #fff;
    padding: 6rem 0;
}
.bg-gray {
    background: #f7f7f7 !important;
}
.section-title {
    padding-left: 35px;
    position: relative;
    margin-bottom: 2.5rem;
}
.section-title:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: '';
    border-radius: 3px;
    position: absolute;
    background: linear-gradient(#fdbc00, #e60981, #7b2d87, #28345a);
}
.section-title:before {
    background-color: rgb(43, 51, 102);
}
.section-title h3 {
    font-size: 18px;
    color: #111;
    text-transform: uppercase;
}
.section-title h2 {
    font-size: 28px;
    color: #274abb;
    text-transform: uppercase;
}
.section-title h2 {
    color: rgb(43, 51, 102);
}
.top-location .owl-theme .owl-nav [class*=owl-] {
    background: rgb(43, 51, 102);
}
.blog-section .news-item a:hover h3 {
    color: rgb(43, 51, 102);
}
.blog-section .news-link {
    color: rgb(43, 51, 102);
}
.testimonials .test-1 p::before {
    color: rgb(43, 51, 102);
}
.testimonials .test-1 h3 {
    color: rgb(43, 51, 102);
}
.owl-dot.active {
    background: rgb(43, 51, 102) !important;
}
section.testimonials {
  background: #fff;
  padding: 6rem 0;
}

.testimonials .title-style h2,
.testimonials .title-style p {
  color: #274abb;
}

.testimonials .title-style span {
  color: #000;
}

.testimonials .title-icon:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #121B22;
  position: absolute;
  top: 14px;
  left: -80px;
}

.testimonials .title-icon:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #121B22;
  position: absolute;
  top: 14px;
  right: -80px;
}

.testimonials .title-icon i {
  color: #274abb;
  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: 2rem;
  border-radius: 10px;
}

.testimonials .test-1 img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .test-1 p {
  text-align: center;
  font-weight: 400;
  font-style: normal;
  margin: .3rem auto 0;
  max-width: 500px;
  color: #666;
  text-align: justify;
}

.testimonials .test-1 p::before {
  content: "\f10d ";
  font-size: 1.2rem;
  font-family: fontawesome;
  left: 136px;
  top: -24px;
  position: relative;
  color: #274abb;
}

.testimonials .test-1 p::after {
  bottom: 4px;
  content: "\f10e";
  font-size: .7rem;
  font-family: fontawesome;
  color: #fff;
  right: -6px;
  top: 0px;
  position: relative;
  color: #fff;
}

.testimonials .test-1 h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: .8rem;
  color: #274abb;
  font-weight: 600;
}

.testimonials .test-1 h6 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
  color: #000;
}

.owl-dots {
  text-align: center;
  margin-top: 1.3rem;
  line-height: 0;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #121B22 !important;
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background: #274abb !important;
}

.starts {
  list-style: none;
  margin-top: .4rem;
  padding: 0px;
}

.starts li {
  text-align: center;
  display: inline-block;
  margin-bottom: 1.8rem;
}

.starts .fa {
  color: #ffc107 !important;
}
.testimonials .test-1 h3 {
    color: rgb(43, 51, 102);
}
.testimonials .test-1 p::before {
    color: rgb(43, 51, 102);
}
.owl-dot.active {
    background: rgb(43, 51, 102) !important;
}
@media screen and (max-width: 767px) {
  .testimonials .test-1 p::before {
    left: 190px !important;
  }
}
@media screen and (max-width: 414px) {
  .testimonials .test-1 p::before {
    left: 135px !important;
  }
}
@media screen and (max-width: 360px) {
  .testimonials .test-1 p::before {
    left: 105px !important;
  }
}
/*-----------------------------------*/
/*------ 14. SECTION COUNTER UP -----*/
/*-----------------------------------*/
section.counterup {
  padding: 6rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../images/bg/bg-counter2.jpg) no-repeat center center;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/bg/bg-counter2.jpg) no-repeat center center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.counterup .section-title {
  padding-bottom: 3.5rem;
}

.counterup .title-icon:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #274abb;
  position: absolute;
  top: 14px;
  left: -80px;
}

.counterup .title-icon:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #274abb;
  position: absolute;
  top: 14px;
  right: -80px;
}

.counterup .title-icon i {
  color: #121B22;
  font-size: 1.8rem;
  margin-top: 1px;
}

.counterup .countr .fa {
  font-size: 3rem;
  color: #274abb;
  border-radius: 5px;
  margin-right: 1.5rem;
}

.counterup .countr p {
  font-size: 30px;
  font-weight: 700;
  color: #121B22;
}

.counterup .title-style h2,
.counterup .title-style p {
  color: #274abb;
}

.counterup .title-style span {
  color: #121B22;
}

.counterup .countr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.counterup .count-me h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #121B22;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0px;
}
.counterup .countr .fa {
    color: rgb(43, 51, 102);
}
@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;
  }
}
@media screen and (max-width: 767px) {
  .counterup .countr.mb-0 h3 {
    margin-bottom: 5rem;
  }

  .counterup .countr.mb-0.last {
    margin-right: 1rem;
  }

  .counterup .countr.mb-0.last h3 {
    margin-bottom: 0px;
  }

  .counterup .countr .fa {
    margin-top: 0px;
  }
}
/*------------------------------------*/
/*-- 6. SECTION FEATURED PROPERTIES --*/
/*------------------------------------*/
section.portfolio {
  padding: 6rem 0;
  background: #f7f7f7;
}

.portfolio .sec-title {
  margin-left: 0;
}

.portfolio .sec-title h2 span {
  font-weight: 600;
  color: #111;
}

.portfolio .sec-title h2 {
  color: #274abb;
  margin-bottom: .5rem;
}

.portfolio .item {
  padding-bottom: 1.6rem;
}

.portfolio .filters-group {
  margin-top: 1.4rem;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: right;
  border-radius: 5px;
}

.portfolio .filters-group ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.portfolio .filters-group ul li {
  list-style: none;
  color: #000;
  display: inline-block;
  padding: 10px 15px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.portfolio .filters-group ul li:hover {
  background: #274abb;
  color: #fff;
}

@media screen and (max-width: 543px) {
  .portfolio .filters-group ul {
    padding-left: 0px;
  }

  .portfolio .filters-group ul li:hover {
    background: none;
    color: #000;
  }
}
.portfolio .filters-group .active {
  background: #121B22;
  color: #fff;
}

.project-single {
  margin-bottom: 10px;
}

.project-single.no-mb {
  margin-bottom: 0px;
}

.portfolio .item.no-pb {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .project-single.no-mb.last:last-child {
    margin-bottom: 0px;
  }

  .portfolio .filters-group {
    text-align: left;
    margin-bottom: 2rem;
  }

  .filters-group.col-md-6 {
    margin-left: 1rem;
  }

  .portfolio .item.sale.no-pb {
    padding-bottom: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .portfolio .item.landscapes.no-pb {
    padding-bottom: 1.6rem;
    margin-bottom: 10px;
  }

  .portfolio .item.landscapes.h-17.no-pb {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }

  .project-single.mbx-10 {
    margin-bottom: 10px;
  }

  .featured .compare {
    margin-top: .9rem !important;
  }
}
.homes-img {
  display: block;
}

.homes,
.homes-img {
  position: relative;
  overflow: hidden;
}

.homes-tag.featured {
  width: 84px !important;
  background: #18ba60 !important;
}

.portfolio .homes .button {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 2px;
  color: #fff;
  border: none;
  background-color: #274abb;
  display: inline-block;
  z-index: 99;
}

.portfolio .homes-tag.featured {
  left: 15px;
  margin-top: 15px;
}

.portfolio .homes-price,
.portfolio .homes-tag {
  position: absolute;
  z-index: 99;
}

.portfolio .homes-tag.sale {
  background: #e54242 !important;
  width: 84px !important;
  height: 31px;
}

.portfolio .homes-tag.sale {
  right: 15px;
  margin-top: 15px;
  top: 0;
}

.portfolio .homes-tag.sale.rent {
  background: #ffb200 !important;
  color: #fff;
  z-index: 99;
}

.portfolio .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;
}

.portfolio .compare {
  margin-top: 1.1rem;
  line-height: 0px;
}

.portfolio .compare a {
  margin-right: 1.5rem;
}

.portfolio .compare a:last-child {
  margin-right: 0px;
}

.portfolio .compare i {
  font-size: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.portfolio .fa-exchange-alt {
  color: #666;
}

.portfolio .fa-exchange-alt:hover {
  color: #18ba60;
}

.portfolio .fa-share-alt {
  color: #666;
}

.portfolio .fa-share-alt:hover {
  color: #ffb200;
}

.portfolio .fa-heart-o {
  color: #666;
}

.portfolio .fa-heart-o:hover {
  color: #e54242;
}

.portfolio .homes-price {
  color: #fff;
  font-size: 13px !important;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 2px;
  background: rgb(43, 51, 102);
  bottom: 15px;
  left: 15px;
  z-index: 99;
}

.portfolio .homes-content {
  background: #fff !important;
  padding: 20px 20px !important;
}

.portfolio .homes-content h3.title a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}

.portfolio .homes-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
}

.portfolio .homes-content h3 a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.portfolio .homes-content h3 a:hover {
  color: #274abb;
}

.price-properties h3 {
  margin-top: 1.3 !important;
  margin-bottom: 0px;
}

.portfolio .homes-content .homes-address {
  margin-top: 0px;
}

.portfolio .homes-content .homes-address .fa-map-marker {
  font-size: 1rem;
  text-decoration: none;
  color: #18ba60;
}

.portfolio .homes-content .homes-address a {
  text-decoration: none;
}

.portfolio .homes-content .homes-address a span {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1px;
  text-decoration: none;
}

.portfolio .homes-address span {
  color: #666;
}

.portfolio .homes-content .homes-address a i {
  margin-right: 10px;
}

.portfolio .homes-content .homes-list {
  padding-left: 0px;
  padding-bottom: .9rem;
  margin: 0;
}

.portfolio .homes-content .homes-list li {
  width: 45%;
  float: left;
  font-size: 14px;
  line-height: 40px;
  list-style: none;
  color: #274abb;
}

.portfolio .homes-content .homes-list li i {
  font-size: 1rem;
  margin-right: 5px;
  color: #274abb;
}

.portfolio .homes-content .homes-list span {
  color: #666;
}

.portfolio .footer {
  background: none;
  border-top: 1px solid #e8e8e8;
  padding-top: 1rem;
  font-size: 13px;
  color: #666;
}

.portfolio .footer a {
  color: #666;
  text-decoration: none;
}

.portfolio .footer span {
  float: right;
}

.portfolio .footer i {
  margin-right: 5px;
  font-size: 1rem;
  color: #666;
}

/*----- HOVER EFFECT -----*/
.portfolio .project-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.portfolio .project-inner {
  position: relative;
  overflow: hidden;
}

.portfolio .project-head {
  position: relative;
  text-align: center;
}

.portfolio .project-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 33;
  background: #121B22;
  color: #fff;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.portfolio .project-single:hover .project-head:before {
  opacity: 0.8;
}

.portfolio .project-head img {
  width: 100%;
  z-index: 2;
}

.portfolio .project-bottom {
  text-align: center;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 333;
  text-align: center;
  top: 50%;
  margin-top: -23.5px;
}

.portfolio .project-bottom h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.portfolio .project-bottom h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.portfolio .project-single:hover .project-bottom h4 {
  opacity: 1;
  visibility: visible;
}

.portfolio .project-bottom h4 a {
  color: #fff;
  text-decoration: none;
}

.portfolio .project-bottom h4 span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}

.portfolio .button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: transparent;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  padding: 8px 15px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: .7rem;
}

.portfolio .project-single:hover .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.portfolio .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  z-index: 99;
}

.portfolio .button-effect .btn:hover {
  color: #fff;
}

.portfolio .button-effect .btn:last-child {
  margin: 0;
}

.portfolio .load-button {
  margin-top: 50px;
}

.portfolio .load-button .btn {
  padding: 14px 30px;
  color: #fff;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.portfolio .load-button .btn:hover {
  background: #353535;
}

.portfolio .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #000;
}

.portfolio .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #000;
}

.portfolio .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #000;
}

/*------ 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: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.btn-outline-light {
  background-color: #274abb;
  color: #fff;
  border-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3rem;
  padding: .9rem 2.5rem .9rem 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.btn-outline-light:hover {
  background: #121B22;
  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 WELCOME ------*/
/*-----------------------------------*/
section.welcome {
  padding: 6rem 0;
  background: #fff;
}

.welcome-title h2 {
  color: #121B22;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: .8rem;
}

.welcome-img {
  text-align: right;
}

.welcome-title h2 span,
.welcome-title h2 span {
  color: #274abb;
  font-weight: 800;
}

.welcome-title h4 {
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}

.welcome-title {
  padding-bottom: 17px;
}

.welcome-content > p {
  color: #666;
  font-weight: 400;
}

.welcome-content > p span {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

.services-img,
.services-desc {
  display: inline-block;
}

.services-img {
  float: left;
  margin-right: 16px;
}

.services-desc > h6 {
  color: #555;
  font-weight: 600;
}

.services-desc > p {
  color: #666;
  font-weight: 400;
  margin: 0;
}

.w-single-services {
  margin-bottom: 31px;
}

.w-single-services.no-mb {
  margin-bottom: 0px;
}

.welcome-services {
  padding-top: 34px;
}

.single-services .welcome-title {
  padding-top: 43px;
}

.single-services .welcome-content {
  padding-top: 17px;
}
.welcome-title h2 span,
.welcome-title h2 span {
    color: rgb(43, 51, 102);
}
.welcome .popup-youtube {
    color: rgb(43, 51, 102);
}
.welcome .wprt-image-video .iq-waves .waves {
    background: rgb(100, 73, 231) none repeat scroll 0 0 padding-box;
}
.welcome .popup-youtube {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #274abb;
  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;
}

.welcome .popup-youtube i {
  margin-left: 5px;
}

.welcome .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;
}

.welcome .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: #274abb 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;
}

.welcome .wprt-image-video .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.welcome .wprt-image-video .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.welcome .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) {
  .welcome .wprt-image-video {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .w-single-services.no-mb.mbx {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 575px) {
  .w-single-services.no-mb.mbx {
    margin-bottom: 31px;
  }

  .welcome-title h2 {
    font-size: 20px;
  }

  .welcome-title h4 {
    font-size: 16px;
  }

  .welcome-content > p span {
    font-size: 15px;
  }
}
/*------------------------------------*/
/*-- 3. SECTION RECENTLY PROPERTIES --*/
/*------------------------------------*/
section.recently.portfolio {
  padding: 6rem 0;
  background: #f7f7f7;
}

.portfolio .sec-title {
  margin-left: 0;
}

.portfolio .sec-title h2 span {
  font-weight: 600;
  color: #111;
}

.portfolio .sec-title h2 {
  color: #274abb;
  margin-bottom: .5rem;
}

.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: 84px !important;
  background: #18ba60 !important;
}

.recently .homes .button {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 2px;
  color: #fff;
  border: none;
  background-color: #274abb;
  display: inline-block;
  z-index: 99;
}

.recently .homes-tag.featured {
  left: 15px;
  margin-top: 15px;
}

.recently .homes-price,
.recently .homes-tag {
  position: absolute;
  z-index: 99;
}

.recently .homes-tag.sale {
  background: #e54242 !important;
  width: 84px !important;
  height: 31px;
}

.recently .homes-tag.sale {
  right: 15px;
  margin-top: 15px;
  top: 0;
}

.recently .homes-tag.sale.rent {
  background: #ffb200 !important;
  color: #fff;
  z-index: 99;
}

.recently .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;
}

.recently .compare {
  margin-top: 1.1rem;
  line-height: 0px;
}

.recently .compare a {
  margin-right: 1.5rem;
}

.recently .compare a:last-child {
  margin-right: 0px;
}

.recently .compare i {
  font-size: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.recently .fa-exchange-alt {
  color: #666;
}

.recently .fa-exchange-alt:hover {
  color: #18ba60;
}

.recently .fa-share-alt {
  color: #666;
}

.recently .fa-share-alt:hover {
  color: #ffb200;
}

.recently .fa-heart-o {
  color: #666;
}

.recently .fa-heart-o:hover {
  color: #e54242;
}

.recently .homes-price {
  color: #fff;
  font-size: 13px !important;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 2px;
  background: #3a2c5f;
  bottom: 15px;
  left: 15px;
  z-index: 99;
}

.recently .homes-content {
  background: #fff !important;
  padding: 20px 20px !important;
}

.recently .homes-content h3.title a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}

.recently .homes-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
}

.price-properties h3 {
  margin-bottom: 0px;
}

.recently .homes-content .homes-address {
  margin-top: 0px;
}

.recently .homes-content .homes-address .fa-map-marker {
  font-size: 1rem;
  text-decoration: none;
  color: #18ba60;
}

.recently .homes-content .homes-address a span {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1px;
  text-decoration: none;
}

.recently .homes-address span {
  color: #666;
}

.recently .homes-content .homes-address a i {
  margin-right: 10px;
}

.recently .homes-content .homes-list {
  padding: 0;
  margin: 0;
}

.recently .homes-content .homes-list li {
  width: 45%;
  float: left;
  font-size: 14px;
  line-height: 40px;
  list-style: none;
  color: #274abb;
}

.recently .homes-content .homes-list li i {
  font-size: 1rem;
  margin-right: 5px;
  color: #274abb;
}

.recently .homes-content .homes-list span {
  color: #666;
}

.recently.portfolio .item {
  padding-bottom: 0px;
}

.recently.portfolio .homes {
  margin-bottom: 0px;
}

.recently .footer {
  background: none;
  border-top: 1px solid #ebebeb;
  padding-top: 1rem;
  font-size: 13px;
  color: #666;
}

.recently .footer a {
  color: #666;
  text-decoration: none;
}

.recently .footer span {
  float: right;
}

.recently .footer i {
  margin-right: 5px;
  font-size: 1rem;
  color: #666;
}

.hidden.photo-gallery {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*----- HOVER EFFECT -----*/
.recently .project-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.recently .project-inner {
  position: relative;
  overflow: hidden;
}

.recently .project-head {
  position: relative;
  text-align: center;
}

.recently .project-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 33;
  background: #121B22;
  color: #fff;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.recently .project-single:hover .project-head:before {
  opacity: 0.8;
}

.recently .project-head img {
  width: 100%;
  z-index: 2;
}

.recently .project-bottom {
  text-align: center;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 333;
  text-align: center;
  top: 50%;
  margin-top: -23.5px;
}

.recently .project-bottom h4 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.recently .project-bottom h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.recently .project-single:hover .project-bottom h4 {
  opacity: 1;
  visibility: visible;
}

.recently .project-bottom h4 a {
  color: #fff;
  text-decoration: none;
}

.recently .project-bottom h4 span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}

.recently .button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: transparent;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  padding: 8px 15px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: .7rem;
}

.recently .project-single:hover .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.recently .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  z-index: 99;
}

.recently .button-effect .btn:hover {
  color: #fff;
}

.recently .button-effect .btn:last-child {
  margin: 0;
}

.recently .load-button {
  margin-top: 50px;
}

.recently .load-button .btn {
  padding: 14px 30px;
  color: #fff;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.recently .load-button .btn:hover {
  background: #353535;
}

.recently .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #000;
}

.recently .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #000;
}

.recently .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #000;
}

.recently.portfolio .item {
  padding-bottom: 0;
}

.recently.portfolio .project-single {
  margin-bottom: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.recently.portfolio.bshd .project-single {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.listing-hidden-content.blue {
  background: #274abb;
}

/*----- 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: #121B22;
  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: #274abb;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  outline: none;
}

.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: #121B22;
}

.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: #274abb;
  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 #274abb;
          box-shadow: inset 0 0 0 2px #274abb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots li.slick-active {
  -webkit-box-shadow: inset 0 0 0 6px #274abb;
          box-shadow: inset 0 0 0 6px #274abb;
  -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: #274abb;
}

.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;
}

@media screen and (max-width: 767px) {
  .recently.portfolio .item.no-pb.pbp-3 {
    padding-bottom: 1.6rem !important;
  }

  .agents-grid {
    margin-right: 0px;
  }

  .recently.portfolio .item.landscapes.no-pb {
    padding-bottom: 0px;
    margin-bottom: 10px !important;
  }

  .recently.portfolio .item.landscapes.no-pb:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  .recently.portfolio .item {
    padding-bottom: 1.6rem;
  }

  .recently.portfolio .project-single {
    margin-bottom: 10px;
  }

  .recently.portfolio .item.no-pb {
    padding-bottom: 0px;
  }

  .recently.portfolio .project-single.no-mb {
    margin-bottom: 0px;
  }

  .recently.portfolio .item.landscapes.no-pb {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .recently .compare {
    margin-top: .8rem;
    margin-right: .2rem;
  }
}
@media screen and (max-width: 420px) {
  .recently .compare {
    margin-right: 0;
  }
}
/*------------------------------------*/
/*----- 10. SECTION TOP LOCATION -----*/
/*------------------------------------*/
section.top-location {
  padding: 6rem 0;
  background: #fff;
  text-align: center;
}

.top-location .item {
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.top-location .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 37, 46, 0)), color-stop(150%, #10252e));
  background: linear-gradient(to bottom, rgba(16, 37, 46, 0) 0%, #10252e 150%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.top-location .tp-caption {
  position: absolute;
  left: 0;
  bottom: -16px;
  padding: 20px;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.top-location .tp-caption h6 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 5px;
}

.top-location .tp-caption strong {
  color: #fff;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
}

.top-location .tp-caption p {
  color: #18ba60;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.top-location .item:hover .tp-caption {
  bottom: 0px;
}

.top-location .item:hover .tp-caption p {
  opacity: 1;
}

.top-location h4 {
  font-weight: 600;
  font-size: 1.1rem;
  top: 27px;
  z-index: 9;
  color: #fff;
  margin: 0px !important;
  padding: 0px !important;
  line-height: 0px !important;
  position: relative;
}

.top-location .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 9999;
  width: 18%;
  margin: auto;
  background: #121B22;
  height: 54px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .top-location .owl-theme .owl-nav {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .top-location .owl-theme .owl-nav {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .top-location h4 {
    font-size: .9rem;
  }
}
.top-location .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  background: rgb(43, 51, 102);
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  font-size: 0;
}

.top-location .owl-prev {
  width: 54px;
  height: 54px;
  background: #fff;
  position: relative;
  float: left;
  border-right: 1px solid #121B22;
}

.top-location .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff !important;
}

.top-location .owl-next {
  width: 54px;
  height: 54px;
  background: #fff;
  position: relative;
  float: right;
  border-left: 1px solid #121B22;
}

.top-location .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 36px;
  color: #fff !important;
  line-height: 52px;
}

.top-location .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 36px;
  color: #fff !important;
  line-height: 52px;
}
/*About Us*/
.aboutus_sec {
    width: 100%;
    margin: 3% auto;
}
.aboutus_sec .page_title
{
    color: rgb(43, 51, 102);
    font-size: 26px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 4%;
  }
.aboutus_sec h3
{
text-transform: capitalize;
    color: #333333;
    font-size: 25px;
    margin-bottom: 5%;
  }
.aboutus_sec .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.aboutus_sec .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    color: rgb(43, 51, 102);
    border-bottom: 2px solid rgb(43, 51, 102);
}
.aboutus_sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: #ffffff;
    background: rgb(43, 51, 102);
    border-color: #eceeef00 #eceeef00 #ddd0;
    border-radius: 0.25rem;
    font-size: 16px;
    border-bottom: 0px solid rgb(43, 51, 102);
}
.aboutus_sec .tab-content {
    margin-top: 4%;
}
/* sidebar css*/
.bx-viewport
{
  width: 100%;
    overflow: hidden;
    position: relative;
    height: 308px;
}
.bx-wrapper img
{
  margin:0px auto;
}
.right_sidebar>div{background:#fff;}
.sidebar_title{border-bottom:1px solid #e1dfdf;}
.right_sidebar>div>div,.sidebar_title{padding:20px 20px;margin: 0px;}

.right_sidebar>div{margin-bottom:20px;-webkit-box-shadow:0 2px 2px rgba(230,223,230,1);
-moz-box-shadow: 0 2px 2px rgba(230,223,230,1);
box-shadow: 0 2px 2px rgba(230,223,230,1);}
.right_sidebar>div>div, .sidebar_title {
    padding: 20px 20px;
    margin: 0px;
}
.gallery{position:relative;overflow:hidden;}
.gallery>a{display:block;}
.gallery .g_hover{position:absolute;background-color:#000;background-color:rgba(12,38,89,0.6);top:0%;height:100%;width:100%;display:block;
-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s;text-align:center;

}
.bottom_to_top .g_hover{top:100%;}
.bottom_to_top:hover .g_hover,.bottom_to_top:focus .g_hover{top:0%;}
.zoom_in .g_hover{-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0);}
.zoom_in:hover .g_hover,.zoom_in:focus .g_hover{-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1);}
.gallery .g_hover i{position:absolute;top:50%;color:#fff;font-size:22px;}
/* slider css */
#mob_slide{display:none;}
.bx-wrapper{-moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;margin-bottom:0px;
    background: transparent;}
  .bx-wrapper img{margin:0px auto;}
.home_banner .bx-wrapper .bx-controls-direction{max-width: 1170px;
    margin: 0px auto;
    width: 100%;
    position: absolute;margin-top:0px;
    top: 50%;left:0px;right:0px;}

.bx-wrapper .bx-controls-direction a,#cboxPrevious, #cboxNext{text-indent:0px;color:#0c0c0c;background-color:#ffffff;width:auto;height:auto;padding:10px 16px;border-radius:50%;-moz-box-shadow:0px 0px 5px 0px rgba(193,193,193,1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(193,193,193,1);
    box-shadow: 0px 0px 5px 0px rgba(193,193,193,1);z-index:99;    z-index: 9;}
#cboxPrevious, #cboxNext{border:1px solid #000;}
#cboxClose{font-size: 22px;}
.bx-wrapper .bx-controls-direction a:hover,.wrap_projects  .bx-controls-direction a,.home_testimonials_wrap  .bx-controls-direction a,#cboxPrevious:hover, #cboxNext:hover{color:#ac208e;}
.wrap_projects  .bx-controls-direction a:hover,.home_testimonials_wrap  .bx-controls-direction a:hover{color:#000;}
#cboxTitle{bottom:-3px;color:#333;}
.sidebar .h4 {
    color: #666666;
}
.sidebar_title {
    border-bottom: 1px solid #e1dfdf;
}
.s_link {
    color: rgb(43, 51, 102);
    font-weight: bold;
}
.enquire_footer  h3
{
text-transform: capitalize;
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .social_links a {
    padding: 8px 8px;
    background-color: #e8e8e8;
    font-size: 24px;
    width: 54px;
    display: block;
    text-align: center;
    border-radius: 50%;
}
.list-inline>li {
    display: inline-block;
    width: 49%;
    margin: 10px 0;
}
.fa-facebook {
    color: #fff;
}
.fa-twitter {
    color: #fff;
}
.fa-linkedin {
    color: #fff;
}
.fa-youtube-play {
    color: #fff;
}
.social_links a.fb:hover, .social_links a.fb:hover .fa-facebook {
    color: #fff;
    background-color: #294bdd;
}
.social_links a.twitter:hover, .social_links a.twitter:hover .fa-twitter {
    color: #fff;
    background-color: #2dd2e6;
}
.social_links a.linkedin:hover, .social_links a.linkedin:hover .fa-linkedin {
    color: #fff;
    background-color: #005e93;
}
.social_links a.youtube:hover, .social_links a.youtube:hover .fa-youtube-play {
    color: #fff;
    background-color: #f72828;
}
footer {
    background-color: #fff;
}
footer .container {
    padding: 0px 0px;
}
.enquire_footer>div {
    margin: 20px 0px;
}
.btn-primary {
    width: 150px;
    text-align: center;
    background-color: #0c2659;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 400;
    border: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #522f91;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* form css start */
.error_field{font-size:12px;color:red;display:block;padding-top:5px;}
.form-control{border:none;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid #ccc;}
.form-group{margin-bottom:20px;}
.right_sidebar .form-group{margin-bottom:5px;}
.form-control:focus{border-color:#0c2659; outline: 0;
  -webkit-box-shadow: none;
          box-shadow:none;}
#s_success_screen,#success_screen,#foot_success_screen,#foot_success_screenpop{display:none;clear:both;}
.form-check-inline{display:inline-block;margin:5px 7px;}
#start_time,#budget_from{width:45%;float:left;}
#end_time,#budget_to{width:45%;float:right;}
.to_center{width:10%;text-align:center;float:left;}
.mandatory{color:red;font-weight:normal;}
#eForm .form-control,.emi_page .form-horizontal .form-control{border:1px solid #ccc;}
#eForm .form-control:focus,.emi_page .form-horizontal .form-control:focus{border-color:#0c2659; }
.emi_page form{padding:20px;background:#fff;overflow:hidden;}
#eForm .row>div{display:inline-block;vertical-align:top;float:none;margin-left:-4px;}
#p_date>select.form-control{float:left;}
#day.form-control{width:30%;}
#month.form-control{width:30%;margin:0% 3.3333%;}
#year.form-control{width:30%;}
.emi_page .form-horizontal .h4{margin-bottom:30px;}
.btn-sm{padding:5px 10px;width:auto;}
.results{font-weight:bold;color:#522f91;}
.emi_page td{padding:10px;}
.emi_footer{margin-top:20px;}
.emi_page table{margin-bottom:20px;}
/* form css end */

.crimson-bold_i {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    color: #ec008c;
    margin: 20px 0px;
    font-size: 24px;
}
.news_events
{
  cursor: pointer;
}
.news_events,.c_address{padding:20px;background:#fff;margin-bottom:30px;}
.news_events .meta_details{font-family: 'Lato-Regular', sans-serif;font-weight:700;font-size:13px;margin:10px 0px;color:#999999;}
.news_events h4{font-size:16px;line-height:24px;color:#666666;font-family: 'Lato-Regular', sans-serif;}
.shadows{
-webkit-box-shadow:0 2px 2px rgba(230,223,230,1);
-moz-box-shadow: 0 2px 2px rgba(230,223,230,1);
box-shadow: 0 2px 2px rgba(230,223,230,1);
  }
.news_events.shadows:hover
{
      -webkit-box-shadow: 0 2px 2px rgb(43, 51, 102);
    -moz-box-shadow: 0 2px 2px rgb(43, 51, 102);
    box-shadow: 0 5px 13px rgb(43, 51, 102);
        transform: scale(1.01);
  }
  .testimonials1>div {
    background: rgb(255 255 255 / 0%);
    padding: 20px;
    max-width: 800px;
    margin: 20px 0px;
    box-shadow: 0 5px 0px rgb(230 223 230 / 15%);
}
.testimonials1 p, .testimonials1 .c_details, .inner_content p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
}
.testimonials1 .text-left .client_details {
    text-align: left;
}
.testimonials1 p, .testimonials1 .c_details, .inner_content p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
}
.client_details li {
    display: inline-block;
    vertical-align: middle;
}
.c_name {
    font-weight: 700;
}
.move-right>div {
    float: right;
}
.testimonials1 .text-right .client_details {
    text-align: right;
}
.testimonials1 blockquote {
    margin: 10px 0px 0;
    background: #efefef;
    padding: 20px 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-style: italic;
    font-size: 16px;
    line-height: 38px;
}

.testimonials1 blockquote:before,
.testimonials1 blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 65px;
  line-height: 1;
  color: #757f9a;
  font-style: normal;
}

.testimonials1 blockquote:before {
  top: 0;
  left: 10px;
}

.testimonials1 blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}
.testimonials1 .arrow {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #efefef;
    margin: 0 0 0 60px;
}
.testimonials1 .arrowr
{
 width: 0;
height: 0;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #efefef;
    margin: 0px 94% 0px; 
}
.resource .row>div {
    margin-bottom: 20px;
}
.resource ul {
    background: #fff;
    margin: 0px;
    padding: 10px 20px;
    border: 1px solid #e4e3e3;
}
.resource ul>li {
    margin: 10px 0px;
}
.img-rounded {
    border-radius: 6px;
}
.panel-group .panel {border:none;border-bottom:1px solid #ddd;border-radius:0px;background:none;}
.panel-default>.panel-heading{background:none;border: none;}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{border:0px;margin-bottom:10px;}
.panel-group .panel-heading+.panel-collapse>.panel-body{padding-left:55px;}
#accordion  .panel-title span{color:#772b90;}
#accordion  .panel-title a{text-decoration:none;padding:10px 0px;    display: inline-block;font-family: 'Montserrat', sans-serif;font-size:18px;padding-left:20px;}
#accordion  .active a{text-decoration:none;color:#772b90;}
.panel-body{padding:0px 15px;}
.c_address h5
{
    font-size: 19px;
    font-weight: 900;
  }

  h3.head_title
  {
       text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5%;
    text-align: center;
    color: #ffffff;
    background: rgb(243 147 20);
    padding: 5% 0; 
  }
  .c_address a
  {
    color:  rgb(43, 51, 102);
  }

.parallax-search {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/bg/bg-demo.jpg") no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/bg-demo.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: auto;
}

.parallax-search .hero-inner {
  text-align: center;
  padding: 50px 0;
}

.parallax-search .welcome-text p {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}

.parallax-search .welcome-text h1 {
  font-size: 50px;
  color: #fff;
  text-transform: capitalize;
}

/* Search Form */
.parallax-search .trip-search {
  background: #fff;
  padding: 10px;
  border: 1px solid #A7CCE8;
  border-radius: 50px;
  text-align: left;
  margin-top: 30px;
}

.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: #274abb;
}

.parallax-search .form-group .nice-select::after {
  right: 20px;
  color: #757575;
}

.parallax-search .form-group .nice-select i {
  color: #274abb;
  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: #274abb;
}

.parallax-search .form-group.location {
  width: 150px;
}

.parallax-search .form-group.button {
  width: 145px;
  position: relative;
  height: 50px;
}

.parallax-search .form-group .btn {
  display: block;
  width: 100%;
  background: #274abb;
  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: #121B22;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .parallax-search .trip-search .form-group {
    margin-top: 15px;
    margin-right: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .parallax-search .trip-search .form-group {
    margin-top: 15px;
    margin-right: 20px;
  }

  .parallax-search .trip-search {
    border-radius: 1px;
  }

  .parallax-search .hero-inner {
    margin: 97px 0;
  }

  .parallax-search.home15 .hero-inner {
    margin: 0 !important;
  }

  .int_dark_bg .portfolio .item.landscapes.no-pb {
    margin-bottom: 0px;
  }

  .int_dark_bg .portfolio .item.landscapes.no-pb {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .parallax-search .welcome-text h1 {
    font-size: 30px;
  }

  .parallax-search .hero-inner {
    margin: 69px 0;
  }

  .parallax-search .trip-search .form-group {
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .parallax-search .welcome-text h1 {
    font-size: 26px !important;
  }

  .parallax-search .hero-inner {
    padding: 40px 0;
  }

  .parallax-search .welcome-text p {
    font-size: 14px;
  }

  .parallax-search .hero-inner {
    margin: 70px 0;
  }

  .parallax-search .trip-search {
    margin-top: 30px;
  }
}



