/* table of content - start
==================================================================================================== */
/* ==================================================
Project Name 	:  Bariel - Real Estate Co.
File 			:  CSS Base
Version 		:  1.0.0
Last change 	:  06 April 2019
Author 			:  Codeixer (https://themeforest.net/user/codeixer)
Developer:		:  Rakibul Islam Dewan
================================================== */
/* table of content - end
==================================================================================================== */
/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  padding-top: 153px;
  font-style: normal;
  color: #7c8a97;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background-color: #ec3323;
}

::selection {
  color: #ffffff;
  background-color: #ec3323;
}

.container {
  max-width: 1200px;
}

.grid {
  margin-left: -15px;
  margin-right: -15px;
}

.grid .grid-item,
.grid .grid-sizer {
  float: left;
  display: inline-block;
}

a,
button {
  cursor: pointer;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
}

a:hover,
button:hover {
  text-decoration: none;
}

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}

button:focus {
  outline: none;
}

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

.image-container {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.parallax-window {
  min-width: 100%;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001238;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.form-item {
  position: relative;
  margin-bottom: 30px;
}

.form-item input {
  width: 100%;
  height: 60px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 30px;
  background: #f8fbff;
  padding-left: 50px;
  border: 1px solid #e0deff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-item input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ec3323;
}

.form-item .form-item-btn {
  top: 50%;
  z-index: 1;
  left: 35px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  position: absolute;
  color: #e0deff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-textarea {
  position: relative;
  margin-bottom: 30px;
}

.form-textarea textarea {
  background: #f8fbff;
  width: 100%;
  padding: 30px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 180px;
  padding-left: 50px;
  border: 1px solid #e0deff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-textarea textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ec3323;
}

.form-textarea .form-item-btn {
  top: 30px;
  left: 25px;
  color: #e0deff;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-item .nice-select {
  float: none;
  width: 100%;
  height: 60px;
  position: relative;
  line-height: 60px;
  padding: 0px 30px;
  padding-left: 80px;
  border-radius: 0px;
  font-weight: 400;
  border: solid 1px #e0deff;
  background-color: #ffffff;
}

.form-item .nice-select:after {
  display: none;
}

.form-item .nice-select .list {
  top: 100%;
  left: 0px;
  margin: 0px;
  min-width: 250px;
  border-radius: 0px;
}

.form-item .nice-select .list li {
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
}

.form-item .nice-select .list .selected {
  color: #001238;
  font-weight: 400;
  background-color: #f8fbff;
}

.form-item .nice-select.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

:-moz-placeholder {
  color: #7c8a97;
  text-transform: capitalize;
}

::-moz-placeholder {
  color: #7c8a97;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  color: #7c8a97;
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  color: #7c8a97;
  text-transform: capitalize;
}

/* owl settings - start
================================================== */
.owl-theme .owl-dots {
  margin-top: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  background-color: #eceaff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ec3323;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ec3323;
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  color: transparent;
  background-color: transparent;
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  color: #001238;
  border: 2px solid #e0deff;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "FontAwesome";
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background-color: transparent;
}

.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.owl-theme .owl-nav .owl-prev:before {
  content: "\f060";
}

.owl-theme .owl-nav .owl-next:before {
  content: "\f061";
}

/* owl settings - end
================================================== */
/* list style settings - start 
================================================== */
.ul-li > ul {
  margin: 0px;
  padding: 0px;
  display: table;
}

.ul-li > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-block > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.ul-li-block > ul > li {
  width: 50%;
  display: inline-block;
  list-style: none;
}

.ul-li-right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}

.ul-li-right > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-center > ul {
  padding: 0px;
  margin: 0 auto;
}

.ul-li-center > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

/* list style settings - end
================================================== */
/* social links - start
================================================== */
.social-links > ul > li {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  text-align: center;
}

.social-links > ul > li:last-child {
  margin-right: 0px !important;
}

.social-links > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 58px;
  border-radius: 100%;
  color: #7c8a97;
  border: 2px solid #e0deff;
}

.social-links > ul > li > a:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

/* social links - end
================================================== */
/* post meta - start
================================================== */
.post-meta > ul > li {
  font-size: 14px;
  margin-right: 30px;
  color: #7c8a97;
}

.post-meta > ul > li:last-child {
  margin-right: 0px !important;
}

.post-meta > ul > li i {
  font-size: 16px;
  margin-right: 8px;
}

.post-meta > ul > li > a {
  color: #7c8a97;
}

.post-meta > ul > li > a:hover {
  color: #001238;
}

/* post meta - end
================================================== */
/* item label - start
================================================== */
.item-label > ul > li {
  height: 20px;
  margin-right: 10px;
  border-radius: 50px;
  text-transform: uppercase;
}

.item-label > ul > li:last-child {
  margin-right: 0px;
}

.item-label > ul > li > a {
  width: 100%;
  display: block;
  font-size: 10px;
  padding: 0px 17px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.item-badge {
  top: 20px;
  left: 20px;
  z-index: 1;
  height: 20px;
  font-size: 10px;
  line-height: 22px;
  padding: 0px 17px;
  color: #ffffff;
  position: absolute;
  margin-right: 10px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.item-badge:hover {
  color: #ffffff;
}

/* item label - end
================================================== */
/* action btns group - start
================================================== */
.action-btns-group > ul > li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
}

.action-btns-group > ul > li:last-child {
  margin-right: 0px;
}

.action-btns-group > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  background-color: rgba(236, 51, 35, 0.7);
}

.action-btns-group > ul > li > a:hover {
  background-color: #ec3323;
}

/* action btns group - end
================================================== */
/* rating star - start
================================================== */
.rating-star .review-text {
  font-size: 14px;
  text-transform: capitalize;
}

.rating-star ul li {
  font-size: 14px;
  margin-right: 5px;
}

.rating-star ul li:last-child {
  margin-right: 0px;
}

.rating-star ul .rated {
  color: #ffae00;
}

/* rating star - end
================================================== */
/* pagination - start
================================================== */
/* pagination - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec-ptb-120 {
  padding: 120px 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
/* custom-btn - start */
.custom-btn {
  z-index: 1;
  height: 55px;
  font-size: 14px;
  overflow: hidden;
  line-height: 55px;
  padding: 0px 30px;
  color: #ffffff;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ec3323;
}

.custom-btn:before {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: -50px;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #062a4d;
}

.custom-btn i {
  margin-right: 5px;
}

.custom-btn:hover {
  color: #ffffff;
}

.custom-btn:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* custom-btn - end */
/* custom-btn-bordered - start */
.custom-btn-bordered {
  z-index: 1;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 50px;
  position: relative;
  color: #7c8a97;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #e0deff;
}

.custom-btn-bordered i {
  margin-right: 5px;
}

.custom-btn-bordered:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

/* custom-btn-bordered - end */
/* details-btn - start */
.details-btn {
  font-size: 14px;
  position: relative;
  padding-right: 17px;
  color: #7c8a97;
  font-weight: 500;
  text-transform: capitalize;
}

.details-btn:before {
  top: 4px;
  right: 0px;
  font-size: 12px;
  line-height: 1;
  content: "\f138";
  position: absolute;
  font-family: "Flaticon";
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.details-btn:hover {
  color: #ec3323;
}

.details-btn:hover:before {
  right: -5px;
  color: #ec3323;
}

/* details-btn - end */
/* button style - end
================================================== */
/* title text - start
================================================== */
.section-title .big-title {
  font-size: 60px;
  font-weight: 600;
  text-transform: capitalize;
}

.section-title .small-title {
  font-size: 20px;
  color: #ec3323;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}

/* title text - end
================================================== */
/* plus effect - start
================================================== */
.plus-effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 18, 56, 0.9);
}

.plus-effect:after, .plus-effect:before {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  border-radius: 10px;
  background-color: #ec3323;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.plus-effect:before {
  height: 4px;
  width: 80px;
}

.plus-effect:after {
  width: 4px;
  height: 80px;
}

/*
&:hover {
  .plus-effect {
    opacity: 1;
    &:before {
      width: 60px;
    }
    &:after {
      height: 60px;
    }
  }
}
*/
/* plus effect - end
================================================== */
/* back to top - start
================================================== */
.thetop {
  top: 0;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  z-index: -1;
  position: absolute;
}

.backtotop {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 65px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #ec3323;
  -webkit-box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.2);
}

.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  position: relative;
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
.preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader-1.svg") no-repeat center center;
}

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.bg-default-red {
  background-color: #ec3323;
}

.bg-default-blue {
  background-color: #001238;
}

.bg-default-purered {
  background-color: #ec3323;
}

.bg-default-lightblue {
  background-color: #2673ff;
}

.bg-default-leafgreen {
  background-color: #67a657;
}

.bg-default-past {
  background-color: #50aab2;
}

.bg-default-royalblue {
  background-color: #062a4d;
}

.bg-default-lightgreen {
  background-color: #aab73f;
}

.bg-default-brown {
  background-color: #af9779;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-deep-gray {
  background-color: #e0deff;
}

.bg-light-gray {
  background-color: #f8fbff;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-youtube {
  background-color: #ff0000;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-linkedin {
  background-color: #007bb5;
}

.bg-pinterest {
  background-color: #bd081c;
}

.bg-google-plus {
  background-color: #db4437;
}

.bg-instagram-magenta {
  background-color: #c32aa3;
}

/* custom colors - end
================================================== */
/* transition - start
================================================== */
a,
button {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header-section - start
==================================================================================================== */
/* header-section - start
================================================== */
.header-section .default-header {
  /* header-top - start */
  /* header-top - end */
  /* header-bottom - start */
  /* header-bottom - end */
}

.header-section .default-header .container-fluid {
  width: 1630px;
  margin: 0 auto;
}

.header-section .default-header .header-top {
  padding: 7px 0px;
}

.header-section .default-header .header-top .contact-info > ul > li {
  font-size: 12px;
  color: #ffffff;
  margin-right: 40px;
  font-weight: 500;
}

.header-section .default-header .header-top .contact-info > ul > li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-top .contact-info > ul > li > i {
  margin-right: 8px;
}

.header-section .default-header .header-top .social-media .nice-select {
  width: auto;
  height: 40px;
  border: none;
  color: #ffffff;
  font-size: 12px;
  margin: -7px 0px;
  padding: 0px 25px;
  margin-right: 40px;
  border-radius: 0px;
  padding-right: 32px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}

.header-section .default-header .header-top .social-media .nice-select:after {
  width: 7px;
  height: 7px;
  right: 20px;
  margin-top: -6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.header-section .default-header .header-top .social-media .nice-select .list {
  top: 40px;
  right: -32px;
  margin: 0px;
  left: unset;
  border: none;
  padding: 15px;
  min-width: 250px;
  border-radius: 10px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  border-top-right-radius: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 60px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 60px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.header-section .default-header .header-top .social-media .nice-select .list .option {
  font-size: 18px;
  min-height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  color: #7c8a97;
  text-transform: capitalize;
  border-bottom: 1px solid #e0deff;
}

.header-section .default-header .header-top .social-media .nice-select .list .option:last-child {
  border-bottom: none;
}

.header-section .default-header .header-top .social-media .nice-select .list .option:hover {
  color: #ec3323;
  background-color: transparent;
}

.header-section .default-header .header-top .social-media .nice-select .list .option.selected.focus {
  font-weight: 400;
  color: #ec3323;
  background-color: transparent;
}

.header-section .default-header .header-top .social-media > ul > li {
  margin-right: 15px;
}

.header-section .default-header .header-top .social-media > ul > li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-top .social-media > ul > li > a {
  font-size: 12px;
  color: #ffffff;
}

.header-section .default-header .header-bottom {
  padding: 30px 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
  width: 50px;
  height: 50px;
  display: none;
  font-size: 20px;
  color: #ffffff;
  background-color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar > ul > li {
  padding: 13px 23px;
  position: relative;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > a {
  width: 100%;
  display: block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > a span {
  width: 100%;
  display: block;
  position: relative;
  color: #7c8a97;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > a span:after {
  left: 0px;
  opacity: 0;
  bottom: -20px;
  position: absolute;
  color: #7c8a97;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-section .default-header .header-bottom .main-menubar > ul > li:hover:before {
  opacity: 1;
  bottom: 10px;
}

.header-section .default-header .header-bottom .main-menubar > ul > li:hover > a span {
  color: #ec3323;
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
}

.header-section .default-header .header-bottom .main-menubar > ul > li:hover > a span:after {
  opacity: 1;
  color: #ec3323;
}

.header-section .default-header .header-bottom .main-menubar > ul > .active:before {
  opacity: 1;
  bottom: 10px;
}

.header-section .default-header .header-bottom .main-menubar > ul > .active > a span {
  color: #ec3323;
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
}

.header-section .default-header .header-bottom .main-menubar > ul > .active > a span:after {
  opacity: 1;
  color: #ec3323;
}

.header-section .default-header .header-bottom .btns-group > ul {
  margin: -4px 0px;
}

.header-section .default-header .header-bottom .btns-group > ul > li {
  margin-right: 30px;
}

.header-section .default-header .header-bottom .btns-group > ul > li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-bottom .btns-group > ul > li > a {
  width: 100%;
  display: block;
  word-spacing: 2px;
  letter-spacing: 0px;
}

/* header-section - end
================================================== */
/* dropdown menu - start
================================================== */
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child {
  position: relative;
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:after {
  top: 16px;
  right: 5px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  content: '\f0d7';
  position: absolute;
  color: #7c8a97;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'FontAwesome';
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu {
  top: 150%;
  left: 0px;
  opacity: 0;
  margin: 0px;
  z-index: 999;
  height: auto;
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  padding: 0 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #e0deff;
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > li:last-child {
  border-bottom: none;
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > li > a {
  width: 100%;
  padding: 15px;
  display: block;
  font-size: 14px;
  color: #7c8a97;
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > li:hover > a {
  color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > .active > a {
  color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:hover:after {
  color: #ec3323;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-section .default-header .header-bottom .main-menubar > ul > .active:after {
  color: #ec3323;
}

/* dropdown menu - end
================================================== */
/* dropdown menu >> inner sub menu  - start
================================================== */
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child {
  position: relative;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child:after {
  top: 18px;
  right: 5px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  content: '\f0da';
  position: absolute;
  color: #7c8a97;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'FontAwesome';
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu {
  top: 0%;
  left: 112%;
  opacity: 0;
  margin: 0px;
  z-index: 999;
  height: auto;
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  padding: 0 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #e0deff;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > li:last-child {
  border-bottom: none;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > li > a {
  width: 100%;
  padding: 15px;
  display: block;
  font-size: 14px;
  color: #7c8a97;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > li:hover > a {
  color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > .active > a {
  color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child:hover:after {
  color: #062a4d;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child:hover > .sub-menu {
  top: 0%;
  opacity: 1;
  visibility: visible;
}

/* dropdown menu >> inner sub menu  - end
================================================== */
/* sticky-header - start
================================================== */
.sticky-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}

/* sticky-header - end
================================================== */
/* auto-hide - start
================================================== */
.auto-hide {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
}

.auto-hide.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* auto-hide - end
================================================== */
/* mobile menu - start
================================================== */
.sidebar-menu-wrapper {
  display: block;
}

.sidebar-menu-wrapper .sidebar-menu {
  top: 0;
  right: -400px;
  height: 100vh;
  z-index: 9999;
  padding: 40px;
  position: fixed;
  min-width: 350px;
  max-width: 350px;
  overflow-y: scroll;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
  /* menu items - start */
  /* menu items - end */
  /* menu items >> sub menu - start */
  /* menu items >> sub menu - end */
  /* contact-info - start */
  /* contact-info - end */
  /* social-links - start */
  /* social-links - end */
  /* social-links - start */
  /* social-links - end */
}

.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
  overflow: visible !important;
}

.sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
  width: 40px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  background-color: #001238;
}

.sidebar-menu-wrapper .sidebar-menu .sidebar-title {
  font-size: 21px;
  text-transform: capitalize;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list {
  margin: 0px -40px;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e0deff;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > li > a {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 15px 40px;
  color: #7c8a97;
  text-transform: capitalize;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > li:hover > a {
  color: #062a4d;
  background-color: #f8fbff;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .active > a {
  color: #062a4d;
  background-color: #f8fbff;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > a {
  position: relative;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > a:before {
  top: 18px;
  right: 40px;
  font-size: 14px;
  font-weight: 400;
  content: '\f067';
  position: absolute;
  color: #7c8a97;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'FontAwesome';
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > a[aria-expanded=true]:before {
  content: '\f068';
  -webkit-transform: rotate(-540deg);
          transform: rotate(-540deg);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu {
  background-color: #f8fbff;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > li {
  position: relative;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > li > a {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 15px 0px;
  padding-left: 60px;
  color: #7c8a97;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > li:hover > a {
  color: #062a4d;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > .active:before {
  background-color: #001238;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > .active > a {
  color: #062a4d;
}

.sidebar-menu-wrapper .sidebar-menu .contact-info > ul > li {
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebar-menu-wrapper .sidebar-menu .contact-info > ul > li:last-child {
  margin-bottom: 0px;
}

.sidebar-menu-wrapper .sidebar-menu .social-links > ul > li {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.sidebar-menu-wrapper .sidebar-menu .social-links > ul > li:last-child {
  margin-right: 0px !important;
}

.sidebar-menu-wrapper .sidebar-menu .social-links > ul > li > a {
  font-size: 14px;
  line-height: 40px;
}

.sidebar-menu-wrapper .sidebar-menu .custom-btn.signup-btn {
  width: 100%;
  display: block;
  border-radius: 0px;
}

.sidebar-menu-wrapper .sidebar-menu.active {
  right: 0px;
  -webkit-box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
          box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
}

.sidebar-menu-wrapper .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper .overlay.active {
  opacity: 1;
  display: block;
}

.sidebar-menu::-webkit-scrollbar {
  width: 0px;
}

/* mobile menu - end
================================================== */
/* header-section - end
==================================================================================================== */
/* footer section - start
==================================================================================================== */
/* default-footer - start
================================================== */
.footer-section .default-footer .area-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 45px;
  font-weight: 600;
}

.footer-section .default-footer .our-clients {
  padding: 100px 0px;
}

.footer-section .default-footer .our-clients > ul {
  width: 100%;
}

.footer-section .default-footer .our-clients > ul > li {
  width: 16.666%;
}

.footer-section .default-footer .our-clients > ul > li > .client-logo {
  height: 100px;
  position: relative;
}

.footer-section .default-footer .our-clients > ul > li > .client-logo > a {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-section .default-footer .footer-content {
  padding: 100px 0px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-section .default-footer .footer-content .about-content > p {
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-section .default-footer .footer-content .about-content .hot-line {
  color: #ffffff;
  padding: 20px 30px;
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-icon {
  float: left;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  margin-right: 15px;
  display: inline-block;
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content {
  display: table;
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content .item-title {
  margin-bottom: 10px;
  display: inline-block;
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content .contact-number {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 600;
}

.footer-section .default-footer .footer-content .useful-links {
  padding-left: 35px;
}

.footer-section .default-footer .footer-content .useful-links > ul > li {
  margin-bottom: 30px;
}

.footer-section .default-footer .footer-content .useful-links > ul > li:last-child {
  margin-bottom: 0px;
}

.footer-section .default-footer .footer-content .useful-links > ul > li > a {
  display: table;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}

.footer-section .default-footer .footer-content .useful-links > ul > li > a:before {
  top: 50%;
  opacity: 0;
  left: -10px;
  line-height: 1;
  font-size: 10px;
  content: '\f0da';
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "FontAwesome";
}

.footer-section .default-footer .footer-content .useful-links > ul > li > a:hover {
  padding-left: 20px;
  color: #ec3323;
}

.footer-section .default-footer .footer-content .useful-links > ul > li > a:hover:before {
  left: 5px;
  opacity: 1;
  color: #ec3323;
}

.footer-section .default-footer .footer-content .our-services {
  margin-left: -50px;
  position: relative;
}

.footer-section .default-footer .footer-content .our-services > ul > li {
  margin-bottom: 20px;
}

.footer-section .default-footer .footer-content .our-services > ul > li:last-child {
  margin-bottom: 0px;
}

.footer-section .default-footer .footer-content .our-services > ul > li .item-image {
  float: left;
  width: 80px;
  height: auto;
  overflow: hidden;
  margin-right: 20px;
}

.footer-section .default-footer .footer-content .our-services > ul > li .item-content {
  display: table;
}

.footer-section .default-footer .footer-content .our-services > ul > li .item-content .item-title .title-link {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.footer-section .default-footer .footer-content .our-services > ul > li .item-content .post-date {
  color: #9eacca;
}

.footer-section .default-footer .footer-content .our-services > ul > li .item-content .post-date i {
  margin-right: 8px;
}

.footer-section .default-footer .footer-content .our-services > ul > li:hover .item-content .item-title .title-link {
  color: #ec3323;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form {
  margin-bottom: 40px;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email] {
  width: 100%;
  border: none;
  height: 60px;
  padding: 0px 40px;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:focus {
  outline: none;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:-moz-placeholder {
  color: #bfbfcb;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]::-moz-placeholder {
  color: #bfbfcb;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:-ms-input-placeholder {
  color: #bfbfcb;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #bfbfcb;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form .custom-btn {
  width: 100%;
  display: block;
  text-align: center;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media .area-title {
  margin-bottom: 30px;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media > ul > li {
  margin-right: 15px;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media > ul > li:last-child {
  margin-right: 0px;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media > ul > li a {
  color: #acafc0;
  font-size: 16px;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media > ul > li a:hover {
  color: #ec3323;
}

.footer-section .default-footer .copyright-text {
  padding: 30px 0px;
}

.footer-section .default-footer .copyright-text > p {
  color: #ffffff;
  margin-bottom: 0px;
}

/* default-footer - end
================================================== */
/* footer-one (home 1) - start
================================================== */
.footer-section .footer-one .footer-top {
  padding: 55px 0px;
}

.footer-section .footer-one .footer-top .footer-menu {
  padding: 13px 0px;
}

.footer-section .footer-one .footer-top .footer-menu > ul > li {
  margin-right: 50px;
}

.footer-section .footer-one .footer-top .footer-menu > ul > li:last-child {
  margin-right: 0px;
}

.footer-section .footer-one .footer-top .footer-menu > ul > li > a {
  font-size: 16px;
  color: #7c8a97;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-section .footer-one .footer-top .footer-menu > ul > li > a:hover {
  color: #aab73f;
}

.footer-section .footer-one .footer-bottom {
  padding: 80px 0px;
}

.footer-section .footer-one .footer-bottom .social-media > ul > li {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-section .footer-one .footer-bottom .social-media > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}

.footer-section .footer-one .footer-bottom .social-media > ul > li > a:hover {
  color: #062a4d;
  background-color: #aab73f;
}

.footer-section .footer-one .footer-bottom .copyright-text {
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 500;
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-title {
  font-size: 24px;
  color: #ffffff;
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-item input {
  padding: 0px 30px;
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-item .submit-btn {
  top: 50%;
  right: 0px;
  height: 60px;
  line-height: 64px;
  padding: 0px 40px;
  position: absolute;
  font-weight: 500;
  color: #062a4d;
  background-color: #cedd55;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* footer-one (home 1) - end
================================================== */
/* footer-section (home 2) - start
================================================== */
.footer-section .footer-two .footer-content > p {
  display: table;
  font-size: 16px;
  max-width: 690px;
  line-height: 30px;
  color: #ffffff;
  margin: 0px auto 60px;
}

.footer-section .footer-two .footer-content .social-links > ul > li > a {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.01);
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-section .footer-two .footer-content .social-links > ul > li > a:hover {
  border-color: #af9779;
  background-color: #af9779;
}

/* footer-section (home 2) - end
================================================== */
/* footer section - end
==================================================================================================== */
/* counter section - start
==================================================================================================== */
/* default-counter - start
================================================== */
.counter-section .default-counter .overlay {
  background-color: rgba(236, 51, 35, 0.9);
}

.counter-section .default-counter .counter-items-container > ul {
  width: 100%;
}

.counter-section .default-counter .counter-items-container > ul > li {
  width: 25%;
}

.counter-section .default-counter .counter-items-container > ul > li .counter-item .counter-text {
  font-size: 54px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 30px;
}

.counter-section .default-counter .counter-items-container > ul > li .counter-item .counter-text .count-text {
  font-family: "Rufina", serif;
}

.counter-section .default-counter .counter-items-container > ul > li .counter-item .item-title {
  width: 100%;
  display: table;
  font-size: 18px;
  color: #ffffff;
}

/* default-counter - end
================================================== */
/* secondary-counter - start
================================================== */
.counter-section .secondary-counter .counter-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 60px 40px;
  background-color: #f8fbff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.counter-section .secondary-counter .counter-item:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.counter-section .secondary-counter .counter-item .item-icon {
  line-height: 1;
  font-size: 60px;
  color: #ec3323;
  margin-bottom: 40px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-section .secondary-counter .counter-item .counter-text {
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-section .secondary-counter .counter-item .counter-text .count-text {
  font-size: 40px;
  color: #001238;
  display: inline-block;
  font-weight: 600;
  font-family: "Rufina", serif;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-section .secondary-counter .counter-item .item-title {
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-section .secondary-counter .counter-item:hover:before {
  background-color: #ec3323;
}

.counter-section .secondary-counter .counter-item:hover .item-icon {
  color: #ffffff;
}

.counter-section .secondary-counter .counter-item:hover .counter-text {
  color: #ffffff;
}

.counter-section .secondary-counter .counter-item:hover .counter-text .count-text {
  color: #ffffff;
}

.counter-section .secondary-counter .counter-item:hover .item-title {
  color: #ffffff;
}

/* border hover effect - start */
/*
.counter-section {
	.secondary-counter {
		.counter-item {
			&:before,
			&:after {
				left: 0;
				content: '';
				height: 6px;
				width: 100%;
				position: absolute;
			}
			&:before {
				bottom: 0;
				transform: translateX(100%);
				border-bottom: 6px solid transparent;
				border-left: 6px solid transparent;
			}
			&:after {
				top: 0;
				transform: translateX(-100%);
				border-top: 6px solid transparent;
				border-right: 6px solid transparent;
			}
			&:hover {
				background-color: $default-red;
				&:after,
				&:before {
					border-color: $default-blue;
				}
				&:before {
					height: 100%;
					transform: translateX(0);
					transition: .2s transform ease-in,.2s height ease-in .2s;
				}
				&:after {
					height: 100%;
					transform: translateX(0);
					transition: .2s transform ease-out .4s,.2s height ease-out .6s;
				}
			}
		}
	}
}
*/
/* border hover effect - end */
/* secondary-counter - end
================================================== */
/* counter section - end
==================================================================================================== */
/* sidebar section - start
==================================================================================================== */
.sidebar-section {
  /* widget_search - start */
  /* widget_search - end */
  /* widget_calculator - start */
  /* widget_calculator - end */
  /* widget_recent_entries - start */
  /* widget_recent_entries - end */
  /* widget_featured_property - start */
  /* widget_featured_property - end */
  /* widget_categories - start */
  /* widget_categories - end */
}

.sidebar-section .widget {
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #e0deff;
}

.sidebar-section .widget:last-child {
  margin-bottom: 0px;
}

.sidebar-section .widget .widget_title {
  font-size: 20px;
}

.sidebar-section .widget_block ul,
.sidebar-section .widget_block ol {
  padding: 0px;
  list-style: none;
}

.sidebar-section .widget_search .form-item {
  margin-bottom: 0px;
}

.sidebar-section .widget_search .form-item > input {
  padding: 0px 30px;
}

.sidebar-section .widget_search .form-item .form-item-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
  left: unset;
  right: 23px;
  background-color: #ffffff;
}

.sidebar-section .widget_calculator .custom-btn {
  width: 100%;
  display: block;
  border-radius: 0px;
}

.sidebar-section .widget_calculator .form-item {
  margin-bottom: 20px;
}

.sidebar-section .widget_recent_entries > ul > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.sidebar-section .widget_recent_entries > ul > li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar-section .widget_recent_entries > ul > li .post-image {
  width: 80px;
  float: left;
  overflow: hidden;
  margin-right: 15px;
}

.sidebar-section .widget_recent_entries > ul > li .post-content {
  display: table;
}

.sidebar-section .widget_recent_entries > ul > li .post-content .rating-star > ul {
  line-height: 1;
  margin-bottom: 8px;
}

.sidebar-section .widget_recent_entries > ul > li .post-content .rating-star > ul > li {
  font-size: 12px;
}

.sidebar-section .widget_recent_entries > ul > li .post-content .post-title {
  line-height: 0.6;
  margin-bottom: 8px;
}

.sidebar-section .widget_recent_entries > ul > li .post-content .post-title .title-link {
  font-size: 14px;
  color: #001238;
  display: inline-block;
  font-weight: 600;
}

.sidebar-section .widget_recent_entries > ul > li:hover .post-content .post-title .title-link {
  color: #ec3323;
  text-decoration: underline;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item {
  overflow: hidden;
  position: relative;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 56, 0)), to(rgba(0, 18, 56, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.5));
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-badge {
  top: 20px;
  left: 20px;
  position: absolute;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-title {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 20px 25px;
  margin-bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-title .title-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 56, 0)), to(rgba(0, 18, 56, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.8));
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:hover .item-title {
  padding-bottom: 25px;
}

.sidebar-section .widget_categories > ul > li > a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e0deff;
}

.sidebar-section .widget_categories > ul > li > a > span {
  float: right;
}

.sidebar-section .widget_categories > ul > li > a:hover {
  color: #ec3323;
}

.sidebar-section .widget_categories > ul > li:last-child {
  margin-bottom: 0px;
}

/* sidebar section - end
==================================================================================================== */
/* breadcrumb section - start
==================================================================================================== */
/* default-breadcrumb - start
================================================== */
.breadcrumb-section .default-breadcrumb .overlay {
  padding: 150px 0px;
  background-color: rgba(3, 19, 46, 0.4);
}

.breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
  line-height: normal;
  font-weight: 600;
  font-size: 54px;
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav {
  padding: 30px 0px;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav > ul > li {
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  font-weight: 400;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav > ul > li:after {
  top: 50%;
  right: -4px;
  content: '/';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav > ul > li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav > ul > li:last-child:after {
  display: none;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav > ul > li > a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav > ul > li > a:hover {
  color: #ec3323;
}

/* default-breadcrumb - end
================================================== */
/* default-breadcrumb - start
================================================== */
.breadcrumb-section .secondary-breadcrumb {
  position: relative;
}

.breadcrumb-section .secondary-breadcrumb .overlay {
  padding: 150px 0px;
  background-color: rgba(0, 18, 56, 0.8);
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
  color: #ffffff;
  line-height: 100px;
  font-weight: 600;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav {
  left: 50%;
  z-index: 1;
  bottom: -33px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul {
  padding: 20px 40px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 3px solid #f8fbff;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul > li {
  font-size: 16px;
  color: #7c8a97;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  font-weight: 400;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul > li:after {
  top: 50%;
  right: -4px;
  content: '/';
  font-size: 16px;
  position: absolute;
  color: #7c8a97;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul > li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul > li:last-child:after {
  display: none;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul > li > a {
  width: 100%;
  font-size: 16px;
  color: #7c8a97;
  font-weight: 400;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul > li > a:hover {
  color: #ec3323;
}

/* default-breadcrumb - end
================================================== */
/* breadcrumb section - end
==================================================================================================== */
/* call to action section - start
==================================================================================================== */
/* default call to action - start
================================================== */
.calltoaction-section .default-calltoaction {
  padding: 100px 0px;
}

.calltoaction-section .default-calltoaction .section-title .big-title {
  color: #ffffff;
}

.calltoaction-section .default-calltoaction .quote-btn-area {
  padding: 70px 0px;
}

/* default call to action - end
================================================== */
/* call to action one (home 1) - start
================================================== */
.calltoaction-section .calltoaction-one {
  border: 14px solid #e0deff;
}

.calltoaction-section .calltoaction-one .person-image {
  z-index: 1;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(46px);
          transform: translateY(46px);
}

.calltoaction-section .calltoaction-one .section-title {
  padding: 90px 0px;
}

.calltoaction-section .calltoaction-one .section-title .btns-group > ul > li {
  margin-right: 30px;
}

.calltoaction-section .calltoaction-one .section-title .btns-group > ul > li:last-child {
  margin-right: 0px;
}

/* call to action one (home 1) - end
================================================== */
/* call to action two (home 2) - start
================================================== */
.calltoaction-section .calltoaction-two {
  position: relative;
  padding: 100px 0px;
  border: 14px solid #e0deff;
}

.calltoaction-section .calltoaction-two .more-btn {
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  position: absolute;
}

.calltoaction-section .calltoaction-two .contact-info ul > li {
  margin-bottom: 50px;
}

.calltoaction-section .calltoaction-two .contact-info ul > li:last-child {
  margin-bottom: 0px;
}

.calltoaction-section .calltoaction-two .contact-info ul > li .item-icon {
  float: left;
  width: 100px;
  height: 100px;
  font-size: 72px;
  line-height: 100px;
  margin-right: 30px;
  text-align: center;
  color: #af9779;
}

.calltoaction-section .calltoaction-two .contact-info ul > li .item-content {
  display: table;
}

.calltoaction-section .calltoaction-two .contact-info ul > li .item-content .item-title {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.calltoaction-section .calltoaction-two .contact-info ul > li .item-content > p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #062a4d;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.calltoaction-section .calltoaction-two .agent-content .agent-info {
  padding: 8px 0px;
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-image {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: -8px 0px;
  margin-right: 30px;
  text-align: center;
  border-radius: 100%;
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name {
  display: table;
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name .name-text {
  font-size: 24px;
}

/* call to action two (home 2) - end
================================================== */
/* call to action section - end
==================================================================================================== */
/* home page - start
==================================================================================================== */
/* home 1 - start
================================================== */
/* global reset - start */
.home-page-1 .form-item input:focus {
  border-color: #aab73f;
}

.home-page-1 .form-textarea textarea:focus {
  border-color: #aab73f;
}

.home-page-1 .backtotop {
  background-color: #cedd55;
}

.home-page-1 .backtotop .scroll {
  color: #062a4d;
}

.home-page-1 .preloader {
  background: #ffffff url("../images/preloader-2.svg") no-repeat center center;
}

/* global reset - end */
/* header-section - start */
.home-page-1 .header-section .default-header .header-bottom .main-menubar > ul > li > a span {
  color: #7c8a97;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar > ul > li > a span:after {
  color: #7c8a97;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar > ul > li:hover > a span {
  color: #50aab2;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar > ul > li:hover > a span:after {
  color: #50aab2;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar > ul > .active > a span {
  color: #50aab2;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar > ul > .active > a span:after {
  color: #50aab2;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:hover:after {
  color: #50aab2;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar > ul > .active:after {
  color: #50aab2;
}

/* header-section - end */
/* slider-section - start */
.slider-section .main-slider-1 .item {
  padding: 100px 0px;
}

.slider-section .main-slider-1 .item .slider-content .section-title .big-title {
  font-size: 38px;
}

.slider-section .main-slider-1 .item .slider-content .room-info > ul > li {
  margin-right: 50px;
}

.slider-section .main-slider-1 .item .slider-content .room-info > ul > li:last-child {
  margin-right: 0px !important;
}

.slider-section .main-slider-1 .item .slider-content .room-info > ul > li .item-icon {
  float: left;
  line-height: 1;
  margin-top: 6px;
  font-size: 36px;
  margin-right: 20px;
}

.slider-section .main-slider-1 .item .slider-content .room-info > ul > li .item-content {
  display: table;
}

.slider-section .main-slider-1 .item .slider-content .room-info > ul > li .item-content .number-text {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #062a4d;
}

.slider-section .main-slider-1 .item .slider-content .room-info > ul > li .item-content .title-text {
  font-size: 14px;
}

.slider-section .main-slider-1 .item .slider-content .btns-group > ul > li {
  margin-right: 20px;
}

.slider-section .main-slider-1 .item .slider-content .btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

.slider-section .main-slider-1 .item .slider-content .btns-group > ul > li .video-btn {
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  background-color: #50aab2;
}

.slider-section .main-slider-1 .item .slider-image {
  opacity: 0;
  width: 570px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.slider-section .main-slider-1 .owl-item.active .item .slider-content {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slider-section .main-slider-1 .owl-item.active .item .slider-image {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.home-page-1 .slider-section .owl-theme .owl-dots {
  top: 50%;
  right: 80px;
  margin-top: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 10px;
  color: #7c8a97;
  background-color: #ffffff;
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot:last-child {
  margin-bottom: 0px;
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot:hover {
  color: #062a4d;
  background-color: #cedd55;
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot.active {
  color: #062a4d;
  background-color: #cedd55;
}

/* slider-section - end */
/* approach-section - start */
.home-page-1 .approach-section .approach-content .section-title {
  margin-bottom: 40px;
}

.home-page-1 .approach-section .approach-content .section-title .big-title:before {
  display: none;
}

.home-page-1 .approach-section .approach-content > strong {
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #50aab2;
  font-weight: 400;
}

/* approach-section - end */
/* feature-section - start */
.feature-section .feature-big-item-1 .feature-content > strong {
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #50aab2;
  font-weight: 400;
}

.feature-section .feature-big-item-1 .feature-content .info-list {
  margin-bottom: 30px;
}

.feature-section .feature-big-item-1 .feature-content .info-list > ul > li {
  margin-right: 35px;
  margin-bottom: 15px;
}

.feature-section .feature-big-item-1 .feature-content .info-list > ul > li:last-child {
  margin-right: 0px;
}

.feature-section .feature-big-item-1 .feature-content .info-list > ul > li .serial-number {
  margin-right: 10px;
  color: #aab73f;
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-image {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content {
  display: table;
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-name {
  font-size: 24px;
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-title {
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #aab73f;
}

.feature-section .counter-container > ul {
  z-index: 1;
  width: 970px;
  position: relative;
  margin-top: -65px;
}

.feature-section .counter-container > ul > li {
  width: 25%;
  padding: 75px 30px;
  position: relative;
}

.feature-section .counter-container > ul > li:before {
  top: 50%;
  width: 2px;
  content: '';
  right: -1px;
  height: 80px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.feature-section .counter-container > ul > li:last-child:before {
  display: none;
}

.feature-section .counter-container > ul > li .item-icon {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 25px;
  display: inline-block;
  color: #aab73f;
}

.feature-section .counter-container > ul > li .count-text {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
}

.feature-section .counter-container > ul > li .item-title {
  color: #a0b1c1;
  font-size: 14px;
  text-transform: uppercase;
}

/* feature-section - end */
/* planning-section - start */
.planning-section .planning-tabs-nav > ul {
  border-bottom: 2px solid #e0deff;
}

.planning-section .planning-tabs-nav > ul > li {
  z-index: 1;
  width: auto;
  height: 60px;
  margin-bottom: -2px;
}

.planning-section .planning-tabs-nav > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 30px;
  line-height: 60px;
  color: #7c8a97;
  font-weight: 500;
  text-transform: uppercase;
}

.planning-section .tab-content .tab-pane .planning-image > img {
  width: 100%;
  display: block;
}

.planning-section .tab-content .tab-pane .planning-content .section-title {
  margin-bottom: 40px;
}

.planning-section .tab-content .tab-pane .planning-content .section-title .small-title {
  margin-bottom: 20px;
}

.planning-section .tab-content .tab-pane .planning-content .info-list > ul > li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0deff;
}

.planning-section .tab-content .tab-pane .planning-content .info-list > ul > li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.planning-section .tab-content .tab-pane .planning-content .info-list > ul > li > a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #062a4d;
  text-transform: uppercase;
}

.planning-section .tab-content .tab-pane .planning-content .info-list > ul > li > a > span {
  float: right;
  color: #7c8a97;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.planning-section .tab-content .tab-pane .planning-content .info-list > ul > li > a:hover {
  color: #50aab2;
}

.planning-section .tab-content .tab-pane .planning-content .info-list > ul > li > a:hover > span {
  color: #50aab2;
}

/* planning-section - end */
/* planning-section - start */
.directions-section .section-title {
  position: relative;
}

.directions-section .section-title .custom-btn {
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.directions-section .direction-items-list {
  margin-bottom: 40px;
}

.directions-section .direction-items-list > ul > li {
  margin-right: 75px;
}

.directions-section .direction-items-list > ul > li:last-child {
  margin-right: 0px !important;
}

.directions-section .direction-items-list > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 25px;
  padding-bottom: 34px;
  border-bottom: 4px solid #e5f2ff;
}

.directions-section .direction-items-list > ul > li > a .item-icon {
  line-height: 1;
  display: table;
  font-size: 60px;
  margin: 0px auto 20px;
  color: #aab73f;
}

.directions-section .direction-items-list > ul > li > a .item-title {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #062a4d;
  text-transform: uppercase;
}

.directions-section .direction-items-list > ul > li > .active {
  border-color: #aab73f;
}

.directions-section .direction-items-list > ul > li:hover > a {
  border-color: #aab73f;
}

.directions-section .google-map {
  width: 100%;
  height: 700px;
}

.directions-section .google-map > div + div {
  display: none;
}

/* planning-section - end */
/* availability-section - start */
.availability-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.availability-section .section-title {
  padding: 100px;
  position: relative;
  background-color: #ffffff;
}

.availability-section .section-title .custom-btn {
  top: 50%;
  right: 100px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.availability-section .availability-table table {
  margin-bottom: 0px;
}

.availability-section .availability-table table thead {
  background-color: #ec3323;
}

.availability-section .availability-table table thead th {
  border-top: none;
  border-bottom: none;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.availability-section .availability-table table tbody {
  background-color: #ffffff;
}

.availability-section .availability-table table tbody td {
  vertical-align: middle;
}

.availability-section .availability-table table tbody td .custom-btn-bordered {
  margin: -19px 0px;
  border-radius: 0px;
}

.availability-section .availability-table table tbody td .custom-btn-bordered:hover {
  color: #ffffff;
  border-color: #50aab2;
  background-color: #50aab2;
}

.availability-section .availability-table table tbody .name,
.availability-section .availability-table table tbody .price {
  font-weight: 500;
  color: #062a4d;
  text-transform: uppercase;
}

.availability-section .availability-table table tbody .price {
  color: #aab73f;
}

/* availability-section - end */
/* home 1 - end
================================================== */
/* header-section - start */
.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > li:before {
  background-color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > li > a span {
  color: #7c8a97;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > li > a span:after {
  color: #7c8a97;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > li:hover > a span {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > li:hover > a span:after {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > .active > a span {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > .active > a span:after {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:hover:after {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar > ul > .active:after {
  color: #af9779;
}

/* header-section - end */
/* banner-section - start */
.banner-section .banner-2 {
  padding: 300px 0px;
}

.banner-section .banner-2 .banner-content .section-title .small-title {
  font-size: 30px;
  color: #7c8a97;
}

.banner-section .banner-2 .banner-content .section-title .big-title {
  font-size: 100px;
}

.banner-section .banner-2 .banner-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.banner-section .banner-2 .banner-content .btns-group > ul > li {
  margin-right: 30px;
}

.banner-section .banner-2 .banner-content .btns-group > ul > li:last-child {
  margin-right: 0px;
}

/* banner-section - end */
/* team-section - end */
/* property-section - start */
.home-page-2 .property-section .section-title {
  position: relative;
}

.home-page-2 .property-section .section-title .custom-btn {
  top: 50%;
  right: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-page-2 .property-section .property-grid-item .property-image .post-admin .admin-link {
  color: #af9779;
}

.home-page-2 .property-section .property-grid-item .property-content .price-and-location > ul > li .price-text {
  color: #af9779;
}

.home-page-2 .property-section .property-grid-item:hover .property-content .item-title .title-link {
  color: #af9779;
}

/* property-section - end */
/* testimonial-section - start */
.testimonial-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-section .overlay-blue {
  background-color: rgba(0, 18, 56, 0.8);
}

.testimonial-section .testimonial-carousel-2 .item .section-title .big-title {
  color: #ffffff;
}

.testimonial-section .testimonial-carousel-2 .item .quote-text {
  width: 100%;
  display: block;
  color: #68af6d;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 40px;
  font-weight: 400;
}

.testimonial-section .testimonial-carousel-2 .item > p {
  color: #c6d0e4;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}

.testimonial-section .testimonial-carousel-2 .item .hero-info .hero-name {
  font-size: 24px;
  color: #ffffff;
}

.testimonial-section .testimonial-carousel-2 .item .hero-info .hero-title {
  color: #af9779;
}

.testimonial-section .thumbs-nav {
  max-width: 300px;
}

.testimonial-section .thumbs-nav .item {
  width: 70px;
  height: 70px;
  opacity: .5;
  overflow: hidden;
}

.testimonial-section .thumbs-nav .owl-item.active.current .item {
  opacity: 1;
}

/* testimonial-section - end */
/* home 2 - end
================================================== */
/* home 3 - start
================================================== */
/* banner-section - start */
.banner-section .overlay-blue {
  padding: 200px 0px;
  background-color: rgba(0, 18, 56, 0.4);
}

.banner-section .banner-content .sub-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px;
  display: inline-block;
}

.banner-section .banner-content .title-text {
  font-size: 100px;
  color: #ffffff;
}

.banner-section .banner-content .form-group {
  padding: 22px;
  display: table;
  border-radius: 70px;
  background-color: rgba(255, 255, 255, 0.1);
}

.banner-section .banner-content .form-group > ul {
  width: 100%;
  padding: 5px;
  border-radius: 45px;
  background-color: #ffffff;
}

.banner-section .banner-content .form-group > ul > li {
  margin-right: 30px;
}

.banner-section .banner-content .form-group > ul > li:last-child {
  margin-right: 0px;
}

.banner-section .banner-content .form-group > ul > li .form-item {
  display: inline-block;
}

.banner-section .banner-content .form-group > ul > li .form-item input {
  width: 270px;
  border: none;
  border-radius: 45px;
}

.banner-section .banner-content .form-group > ul > li .form-item.type-select-form .nice-select {
  width: 100px;
  border: none;
  padding: 0px 20px;
}

.banner-section .banner-content .form-group > ul > li .form-item.type-select-form .form-item-btn {
  left: 35px;
}

/* banner-section - end */
/* about-section - start */
.home-page-3 .about-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-page-3 .about-section .about-content .section-title .big-title {
  font-size: 52px;
  margin-bottom: 40px;
}

.home-page-3 .about-section .about-content .section-title .big-title:before {
  display: none;
}

.home-page-3 .about-section .about-content > p {
  margin-bottom: 30px;
}

.home-page-3 .about-section .about-content .admin-info .admin-image {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}

.home-page-3 .about-section .about-content .admin-info .admin-content {
  display: table;
  padding: 18px 0px;
}

.home-page-3 .about-section .about-content .admin-info .admin-content .admin-name {
  font-size: 24px;
}

.home-page-3 .about-section .about-content .admin-info .admin-content .admin-title {
  color: #ec3323;
}

/* about-section - end */
/* home 3 - end
================================================== */
/* home page - end
==================================================================================================== */
/* about page - start
==================================================================================================== */
/* about-section - start
================================================== */
.about-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-section .overlay-white {
  background-color: rgba(255, 255, 255, 0.93);
}

.about-section .about-image {
  z-index: 1;
  position: relative;
  padding-right: 40px;
  padding-bottom: 30px;
}

.about-section .about-image .decoration-image {
  z-index: -1;
  bottom: 0px;
  left: -40px;
  width: 530px;
  position: absolute;
}

.about-section .about-content .section-title {
  margin-bottom: 60px;
}

.about-section .about-content .section-title .big-title {
  position: relative;
}

.about-section .about-content .section-title .big-title:before {
  left: 0px;
  bottom: -28px;
  width: 80px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ec3323;
}

.about-section .about-content > p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

/* about-section - end
================================================== */
/* feature-section - start
================================================== */
.feature-section .feature-grid-item {
  padding: 50px;
  margin-top: 30px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.feature-section .feature-grid-item .item-icon {
  font-size: 50px;
  color: #ec3323;
  margin-bottom: 40px;
  display: inline-block;
}

.feature-section .feature-grid-item .feature-title {
  margin-bottom: 20px;
}

.feature-section .feature-grid-item .feature-title .title-link {
  font-size: 24px;
  line-height: 36px;
  color: #001238;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.feature-section .feature-grid-item p {
  margin-bottom: 30px;
}

.feature-section .feature-grid-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.05);
}

.feature-section .feature-grid-item:hover .feature-title .title-link {
  color: #ec3323;
}

/* feature-section - end
================================================== */
/* about page - end
==================================================================================================== */
/* team page - start
==================================================================================================== */
/* team-section - start
================================================== */
.team-section .team-member-bordered {
  padding: 60px 30px;
  margin-bottom: 30px;
  border: 1px solid #e0deff;
  background-color: #ffffff;
}

.team-section .team-member-bordered .member-image {
  width: 180px;
  height: 180px;
  display: table;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  margin: 0px auto 30px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(106, 118, 194, 0.2);
          box-shadow: 0px 16px 32px 0px rgba(106, 118, 194, 0.2);
}

.team-section .team-member-bordered .member-image .plus-effect:after, .team-section .team-member-bordered .member-image .plus-effect:before {
  top: 54%;
}

.team-section .team-member-bordered .member-image .plus-effect:before {
  width: 60px;
}

.team-section .team-member-bordered .member-image .plus-effect:after {
  height: 60px;
}

.team-section .team-member-bordered:hover .member-image .plus-effect {
  opacity: 1;
}

.team-section .team-member-bordered:hover .member-image .plus-effect:before {
  width: 40px;
}

.team-section .team-member-bordered:hover .member-image .plus-effect:after {
  height: 40px;
}

/* team-section - end
================================================== */
/* approach-section - start
================================================== */
.approach-section .approach-content {
  font-size: 16px;
  line-height: 28px;
  padding-right: 30px;
}

.approach-section .approach-content .section-title {
  margin-bottom: 100px;
}

.approach-section .approach-content .section-title .big-title {
  position: relative;
}

.approach-section .approach-content .section-title .big-title:before {
  left: 0px;
  bottom: -28px;
  width: 80px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ec3323;
}

.approach-section .approach-content .our-goal {
  margin-bottom: 40px;
}

.approach-section .approach-content .our-goal .item-title {
  font-size: 24px;
}

.approach-section .approach-image.grid .grid-item,
.approach-section .approach-image.grid .grid-sizer {
  width: 50%;
}

.approach-section .approach-image.grid .grid-item {
  padding: 15px;
}

.approach-section .approach-image.grid .grid-item:nth-child(2) {
  margin-top: -30px;
}

/* approach-section - end
================================================== */
/* testimonial-section - start
================================================== */
.testimonial-section {
  position: relative;
}

.testimonial-section .testimonial-carousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-bottom: -34px;
}

.testimonial-section .testimonial-carousel .item {
  padding: 50px 40px;
  position: relative;
  background-color: #f8fbff;
}

.testimonial-section .testimonial-carousel .item .rating-star {
  margin-bottom: 40px;
}

.testimonial-section .testimonial-carousel .item .rating-star ul {
  float: left;
}

.testimonial-section .testimonial-carousel .item .rating-star .review-text {
  float: right;
  font-size: 18px;
  color: #001238;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.testimonial-section .testimonial-carousel .item > p {
  margin-bottom: 30px;
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-image {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content {
  display: table;
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content .admin-name {
  font-size: 18px;
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content .admin-title {
  color: #ec3323;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonial-section .testimonial-carousel .item:hover:before {
  top: 47px;
  opacity: 1;
}

.testimonial-section .testimonial-carousel .item:hover:after {
  top: 67px;
  opacity: 1;
}

.testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
  top: 47px;
  opacity: 1;
}

.testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
  top: 67px;
  opacity: 1;
}

.testimonial-section .owl-theme .owl-nav {
  z-index: 1;
  right: 0px;
  top: -155px;
  position: absolute;
}

/* testimonial-section - end
================================================== */
/* team page - end
==================================================================================================== */
/* team details page - start
==================================================================================================== */
/* team-details-section - start
================================================== */
.team-details-section .member-image img {
  width: 100%;
  display: block;
}

.team-details-section .member-content {
  padding-left: 30px;
}

.team-details-section .member-content .member-title {
  color: #ec3323;
  margin-bottom: 40px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.team-details-section .member-content .member-name {
  font-size: 56px;
  margin-bottom: 40px;
}

.team-details-section .member-content > p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

.team-details-section .member-content .contact-info {
  margin-bottom: 40px;
}

.team-details-section .member-content .contact-info > ul > li {
  font-size: 16px;
  margin-bottom: 20px;
}

.team-details-section .member-content .contact-info > ul > li:last-child {
  margin-bottom: 0px;
}

.team-details-section .member-content .contact-info > ul > li > i {
  font-size: 18px;
  margin-right: 20px;
}

/* team-details-section - end
================================================== */
/* skill-section - start
================================================== */
.skill-section .section-title .big-title {
  color: #ffffff;
}

.skill-section .overlay {
  background-color: rgba(0, 18, 56, 0.9);
}

.skill-section .skill-item {
  width: 550px;
  display: table;
  margin-top: 70px;
  position: relative;
}

.skill-section .skill-item .skill-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.skill-section .skill-item .skill-progress {
  width: 100%;
  height: 6px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}

.skill-section .skill-item .skill-progress .progress-value {
  top: -47px;
  right: 0px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.skill-section .skill-item .skill-progress .progress-bar {
  height: 6px;
  background-color: #ec3323;
}

@-webkit-keyframes Rx-width-80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

@keyframes Rx-width-80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

.Rx-width-80 {
  -webkit-animation-name: Rx-width-80;
          animation-name: Rx-width-80;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes Rx-width-55 {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}

@keyframes Rx-width-55 {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}

.Rx-width-55 {
  -webkit-animation-name: Rx-width-55;
          animation-name: Rx-width-55;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes Rx-width-62 {
  0% {
    width: 0%;
  }
  100% {
    width: 62%;
  }
}

@keyframes Rx-width-62 {
  0% {
    width: 0%;
  }
  100% {
    width: 62%;
  }
}

.Rx-width-62 {
  -webkit-animation-name: Rx-width-62;
          animation-name: Rx-width-62;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes Rx-width-95 {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}

@keyframes Rx-width-95 {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}

.Rx-width-95 {
  -webkit-animation-name: Rx-width-95;
          animation-name: Rx-width-95;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes Rx-width-80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

.Rx-width-80 {
  -webkit-animation-name: Rx-width-80;
          animation-name: Rx-width-80;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes Rx-width-50 {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

@keyframes Rx-width-50 {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

.Rx-width-50 {
  -webkit-animation-name: Rx-width-50;
          animation-name: Rx-width-50;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* skill-section - end
================================================== */
/* team details page - end
==================================================================================================== */
/* agent page - start
==================================================================================================== */
/* agent-details-section - start
================================================== */
.agent-details-section {
  /* agent-details-content - start */
  /* agent-details-content - end */
  /* sidebar-section - start */
  /* sidebar-section - end */
}

.agent-details-section .agent-details-content .bg-default-red {
  padding: 80px 0px;
}

.agent-details-section .agent-details-content .bg-default-red .agent-info .social-links > ul > li > a {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.agent-details-section .agent-details-content .bg-default-red .agent-info .social-links > ul > li > a:hover {
  color: #ffffff;
  border-color: #062a4d;
  background-color: #062a4d;
}

.agent-details-section .agent-details-content .overlay {
  padding: 80px 0px;
  background-color: rgba(0, 18, 56, 0.9);
}

.agent-details-section .agent-details-content .overlay .agent-info .social-links > ul > li > a {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.agent-details-section .agent-details-content .overlay .agent-info .social-links > ul > li > a:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

.agent-details-section .agent-details-content .agent-image {
  border: 10px solid #ffffff;
}

.agent-details-section .agent-details-content .agent-info {
  color: #ffffff;
  position: relative;
}

.agent-details-section .agent-details-content .agent-info .agent-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 1.6px;
  font-weight: 500;
  text-transform: uppercase;
}

.agent-details-section .agent-details-content .agent-info .agent-name {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}

.agent-details-section .agent-details-content .agent-info p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}

.agent-details-section .agent-details-content .agent-info .contact-info > ul {
  float: left;
  width: auto;
  margin-right: 100px;
  display: inline-block;
}

.agent-details-section .agent-details-content .agent-info .contact-info > ul > li {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}

.agent-details-section .agent-details-content .agent-info .contact-info > ul > li i {
  margin-right: 20px;
}

.agent-details-section .agent-details-content .agent-info .contact-info > ul > li:last-child {
  margin-bottom: 0px;
}

.agent-details-section .agent-details-content .agent-info .social-links {
  top: 0px;
  right: 0px;
  position: absolute;
}

.agent-details-section .sidebar-section .widget_contact {
  border-color: #ffffff;
  background-color: #ffffff;
}

/* agent-details-section - end
================================================== */
/* property-section - start
================================================== */
.agent-details-page .property-section .owl-theme .owl-nav {
  top: -95px;
  right: 0px;
  position: absolute;
}

/* property-section - end
================================================== */
/* agent page - end
==================================================================================================== */
/* service page - start
==================================================================================================== */
/* service-section - start
================================================== */
.service-section {
  /* service-grid-item-1 - start */
  /* service-grid-item-1 - end */
  /* service-grid-item-2 - start */
  /* service-grid-item-2 - end */
  /* service-grid-item-3 - star */
  /* service-grid-item-3 - end */
}

.service-section .service-grid-item-1 {
  margin-top: 50px;
  padding-right: 30px;
}

.service-section .service-grid-item-1 .service-icon {
  height: 90px;
  margin-bottom: 40px;
  display: inline-block;
}

.service-section .service-grid-item-1 .service-title {
  font-size: 26px;
  margin-bottom: 20px;
}

.service-section .service-grid-item-1 p {
  margin-bottom: 20px;
}

.service-section .service-grid-item-2 {
  margin-top: 30px;
  padding: 60px 35px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service-section .service-grid-item-2 .service-icon {
  line-height: 1;
  font-size: 60px;
  color: #ec3323;
  margin-bottom: 40px;
  display: inline-block;
}

.service-section .service-grid-item-2 .service-title {
  margin-bottom: 30px;
}

.service-section .service-grid-item-2 .service-title .title-link {
  font-size: 21px;
  color: #001238;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.service-section .service-grid-item-2:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.service-section .service-grid-item-2:hover .service-title .title-link {
  color: #ec3323;
}

.service-section .service-grid-item-3 {
  margin-top: 50px;
}

.service-section .service-grid-item-3 .service-icon {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(208, 208, 255, 0.3);
          box-shadow: 0px 16px 32px 0px rgba(208, 208, 255, 0.3);
}

.service-section .service-grid-item-3 .service-content {
  display: table;
  padding-left: 30px;
}

.service-section .service-grid-item-3 .service-content .service-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

/* service-section - end
================================================== */
/* category-section - start
================================================== */
.category-section .category-item-list > ul {
  width: 100%;
  display: block;
}

.category-section .category-item-list > ul > li {
  width: 50%;
}

.category-section .category-item-list > ul > li .category-item {
  overflow: hidden;
  position: relative;
  padding: 115px 140px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-section .category-item-list > ul > li .category-item .item-icon {
  line-height: 1;
  display: table;
  font-size: 100px;
  color: #ffffff;
  margin: 0 auto 60px;
}

.category-section .category-item-list > ul > li .category-item .sub-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.category-section .category-item-list > ul > li .category-item .item-title {
  font-size: 70px;
  line-height: 80px;
  color: #ffffff;
  margin-bottom: 40px;
}

.category-section .category-item-list > ul > li .category-item .custom-btn-bordered {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.category-section .category-item-list > ul > li .category-item.overlay-red {
  background-color: rgba(236, 51, 35, 0.8);
}

/* category-section - end
================================================== */
/* service page - end
==================================================================================================== */
/* property page - start
==================================================================================================== */
.property-section {
  position: relative;
  /* sidebar-section - start */
  /* sidebar-section - end */
  /* property-grid-item - start */
  /* property-grid-item - end */
  /* property-list-item - start */
  /* property-list-item - end */
  /* nav for featured property - start */
  /* nav for featured property - end */
}

.property-section .filter-bar {
  margin-bottom: 23px;
}

.property-section .filter-bar .result-text {
  font-size: 30px;
  padding: 7px 0px;
  margin-bottom: 0px;
}

.property-section .filter-bar .layout-btns-group > ul > li {
  margin-right: 20px;
}

.property-section .filter-bar .layout-btns-group > ul > li:last-child {
  margin-right: 0px;
}

.property-section .filter-bar .layout-btns-group > ul > li > a {
  width: 50px;
  height: 50px;
  padding: 0px;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  border-radius: 100%;
  color: #7c8a97;
  background-color: #ffffff;
}

.property-section .filter-bar .layout-btns-group > ul > li > a:hover {
  color: #ffffff;
  background-color: #ec3323;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
          box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
}

.property-section .filter-bar .layout-btns-group > ul > li > .active {
  color: #ffffff;
  background-color: #ec3323;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
          box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
}

.property-section .filter-bar .layout-btns-group > ul > li .filter-select .nice-select {
  height: 50px;
  min-width: 150px;
  line-height: 50px;
  padding: 0px 30px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
}

.property-section .filter-bar .layout-btns-group > ul > li .filter-select .nice-select:after {
  width: 8px;
  height: 8px;
  right: 30px;
  margin-top: -4px;
  border-right: 2px solid #7c8a97;
  border-bottom: 2px solid #7c8a97;
}

.property-section .filter-bar .layout-btns-group > ul > li .filter-select .nice-select .list {
  min-width: 150px;
}

.property-section .filter-bar .layout-btns-group > ul > li .filter-select .nice-select .list > li {
  text-align: center;
}

.property-section .pagination-list > ul > li > a {
  background-color: #ffffff;
}

.property-section .pagination-list > ul > li:hover > a {
  color: #ffffff;
  background-color: #ec3323;
}

.property-section .pagination-list > ul > .active > a {
  color: #ffffff;
  background-color: #ec3323;
}

.property-section .sidebar-section .widget {
  border-color: #ffffff;
  background-color: #ffffff;
}

.property-section .sidebar-section .widget_find_place .form-item {
  margin-bottom: 20px;
}

.property-section .sidebar-section .widget_find_place .form-item input {
  border: 2px solid #e0deff;
}

.property-section .sidebar-section .widget_find_place .form-item input:focus {
  border-color: #ec3323;
}

.property-section .sidebar-section .widget_find_place .form-item .nice-select {
  border: solid 2px #e0deff;
}

.property-section .sidebar-section .widget_find_place .price-range {
  font-size: 14px;
  margin-bottom: 30px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.property-section .sidebar-section .widget_find_place .price-range .range-text {
  float: right;
  color: #ec3323;
}

.property-section .sidebar-section .widget_find_place .bed-and-baths > ul {
  width: 100%;
  display: table;
}

.property-section .sidebar-section .widget_find_place .bed-and-baths > ul > li {
  width: 48.2666%;
  margin-right: 10px;
}

.property-section .sidebar-section .widget_find_place .bed-and-baths > ul > li:last-child {
  margin-right: 0px;
}

.property-section .sidebar-section .widget_find_place .custom-btn {
  width: 100%;
  display: block;
  text-align: left;
  border-radius: 0px;
  text-transform: capitalize;
}

.property-section .sidebar-section .widget_find_place .custom-btn:after, .property-section .sidebar-section .widget_find_place .custom-btn:before {
  border-radius: 0px;
}

.property-section .sidebar-section .widget_find_place .custom-btn > i {
  margin-right: 15px;
}

.property-section .property-grid-item,
.property-section .property-list-item {
  margin-top: 30px;
  background-color: #ffffff;
}

.property-section .property-grid-item .property-image:before,
.property-section .property-list-item .property-image:before {
  top: 0px;
  left: 0px;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  content: '';
  position: absolute;
  background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.property-section .property-grid-item .property-image > img,
.property-section .property-list-item .property-image > img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.property-section .property-grid-item .property-image .item-label,
.property-section .property-list-item .property-image .item-label {
  top: 20px;
  z-index: 1;
  right: 20px;
  position: absolute;
}

.property-section .property-grid-item .property-image .action-btns-group,
.property-section .property-list-item .property-image .action-btns-group {
  z-index: 1;
  right: 20px;
  bottom: 20px;
  position: absolute;
}

.property-section .property-grid-item .property-image .post-admin,
.property-section .property-list-item .property-image .post-admin {
  z-index: 1;
  left: 20px;
  bottom: 20px;
  height: 30px;
  display: table;
  padding: 6px 0px;
  position: absolute;
  border-radius: 30px;
  padding-right: 20px;
  background-color: #ffffff;
}

.property-section .property-grid-item .property-image .post-admin .admin-link,
.property-section .property-list-item .property-image .post-admin .admin-link {
  display: table;
  font-size: 12px;
  color: #ec3323;
  font-weight: 400;
  font-family: "Rufina", serif;
}

.property-section .property-grid-item .property-image .post-admin .admin-link .admin-image,
.property-section .property-list-item .property-image .post-admin .admin-link .admin-image {
  float: left;
  width: 30px;
  height: 30px;
  display: table;
  margin: -6px 0px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}

.property-section .property-grid-item .property-content,
.property-section .property-list-item .property-content {
  padding: 30px;
}

.property-section .property-grid-item .property-content .post-meta,
.property-section .property-list-item .property-content .post-meta {
  margin-bottom: 20px;
}

.property-section .property-grid-item .property-content .post-meta > ul > li,
.property-section .property-list-item .property-content .post-meta > ul > li {
  margin-right: 30px;
}

.property-section .property-grid-item .property-content .post-meta > ul > li i,
.property-section .property-list-item .property-content .post-meta > ul > li i {
  margin-right: 3px;
}

.property-section .property-grid-item .property-content .post-meta > ul > li:last-child,
.property-section .property-list-item .property-content .post-meta > ul > li:last-child {
  margin-right: 0px;
}

.property-section .property-grid-item .property-content .item-title,
.property-section .property-list-item .property-content .item-title {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-section .property-grid-item .property-content .item-title .title-link,
.property-section .property-list-item .property-content .item-title .title-link {
  color: #001238;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.property-section .property-grid-item .property-content .price-and-location > ul,
.property-section .property-list-item .property-content .price-and-location > ul {
  width: 100%;
}

.property-section .property-grid-item .property-content .price-and-location > ul > li,
.property-section .property-list-item .property-content .price-and-location > ul > li {
  width: 50%;
}

.property-section .property-grid-item .property-content .price-and-location > ul > li > i,
.property-section .property-list-item .property-content .price-and-location > ul > li > i {
  font-size: 16px;
  margin-right: 5px;
}

.property-section .property-grid-item .property-content .price-and-location > ul > li .price-text,
.property-section .property-list-item .property-content .price-and-location > ul > li .price-text {
  font-size: 18px;
  color: #ec3323;
  display: inline-block;
  font-weight: 500;
}

.property-section .property-grid-item:hover .property-image > img,
.property-section .property-list-item:hover .property-image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.property-section .property-grid-item:hover .property-content .item-title .title-link,
.property-section .property-list-item:hover .property-content .item-title .title-link {
  color: #ec3323;
}

.property-section .property-list-item .property-image {
  float: left;
  width: 370px;
}

.property-section .property-list-item .property-content {
  display: table;
}

.property-section .owl-theme .owl-nav {
  top: -165px;
  right: 365px;
  position: absolute;
}

/* property page - end
==================================================================================================== */
/* property details page - start
==================================================================================================== */
.property-details-section {
  /* sidebar-section - start */
  /* sidebar-section - end */
  /* property-title - start */
  /* property-title - end */
  /* property-documents - start */
  /* property-documents - end */
  /* core-details - start */
  /* core-details - end */
  /* more-features - start */
  /* more-features - end */
  /* property-location - start */
  /* property-location - end */
  /* nearby-property - start */
  /* nearby-property - end */
  /* review-item - start */
  /* review-item - end */
}

.property-details-section .area-title {
  font-size: 24px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .agent-image {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content {
  display: table;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .agent-name {
  font-size: 20px;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .agent-title {
  font-size: 12px;
  font-weight: 500;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .contact-number {
  margin-bottom: 0px;
  color: #ec3323;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .contact-number > i {
  margin-right: 5px;
}

.property-details-section .sidebar-section .widget_contact_agent .form-item {
  margin-bottom: 10px;
}

.property-details-section .sidebar-section .widget_contact_agent .form-textarea {
  margin-bottom: 15px;
}

.property-details-section .property-title {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .property-title .info-list {
  padding-top: 80px;
}

.property-details-section .property-title .info-list > ul > li {
  margin-right: 30px;
}

.property-details-section .property-title .info-list > ul > li:last-child {
  margin-right: 0px;
}

.property-details-section .property-title .info-list > ul > li .price-text {
  color: #ffa200;
  font-size: 36px;
  font-weight: 500;
}

.property-details-section .property-title .info-list > ul > li .item-badge {
  height: 25px;
  position: static;
  line-height: 27px;
}

.property-details-section .property-documents > ul > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .property-documents > ul > li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.property-details-section .property-documents > ul > li .download-btn {
  float: right;
  margin-top: 5px;
  color: #ec3323;
  font-weight: 500;
}

.property-details-section .property-documents > ul > li .download-btn i {
  margin-right: 10px;
}

.property-details-section .property-documents > ul > li .download-btn:hover {
  text-decoration: underline;
}

.property-details-section .core-details > ul {
  float: left;
}

.property-details-section .core-details > ul > li {
  margin-bottom: 25px;
}

.property-details-section .core-details > ul > li:last-child {
  margin-bottom: 0px;
}

.property-details-section .core-details > ul > li .title-text {
  margin-right: 5px;
  color: #001238;
  font-weight: 500;
}

.property-details-section .more-features > ul {
  float: left;
  display: inline-block;
}

.property-details-section .more-features > ul > li {
  margin-bottom: 15px;
}

.property-details-section .more-features > ul > li:last-child {
  margin-bottom: 0px;
}

.property-details-section .more-features > ul > li .icon {
  float: left;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-right: 13px;
  display: inline-block;
  color: #062a4d;
  border: 2px solid #e0deff;
}

.property-details-section .property-location .google-map {
  height: 370px;
}

.property-details-section .nearby-property > ul > li {
  position: relative;
  margin-bottom: 30px;
  padding-right: 115px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .nearby-property > ul > li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.property-details-section .nearby-property > ul > li .item-image {
  float: left;
  width: 135px;
  margin-right: 25px;
}

.property-details-section .nearby-property > ul > li .item-content {
  display: table;
}

.property-details-section .nearby-property > ul > li .item-content .item-title .title-link {
  font-size: 18px;
  color: #001238;
  font-weight: 600;
}

.property-details-section .nearby-property > ul > li .rating-star {
  top: 50%;
  right: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.property-details-section .nearby-property > ul > li:hover .item-content .item-title .title-link {
  color: #ec3323;
}

.property-details-section .review-item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .review-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.property-details-section .review-item .reviewer-info .reviewer-image {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.property-details-section .review-item .reviewer-info .reviewer-info-content {
  display: table;
  padding-top: 3px;
}

.property-details-section .review-item .reviewer-info .reviewer-info-content .reviewer-name {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #001238;
  font-weight: 600;
}

.property-details-section .review-item > p {
  margin-bottom: 0px;
}

.property-details-section .review-item .reply-btn {
  top: 0px;
  right: 0px;
  height: 30px;
  font-size: 12px;
  padding: 0px 24px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  color: #ec3323;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #ffd8d5;
}

.property-details-section .review-item .reply-btn:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

/* property details page - end
==================================================================================================== */
/* blog page - start
==================================================================================================== */
.blog-section {
  /* image-blog-item - start */
  /* image-blog-item - end */
  /* text-blog-item - start */
  /* text-blog-item - end */
  /* blog-image-grid-item - strat */
  /* blog-image-grid-item - end */
  /* blog-grid-item - start */
  /* blog-grid-item - end */
}

.blog-section hr {
  margin: 40px 0px;
  border-top: 1px solid #e0deff;
}

.blog-section .sidebar-section .widget {
  border-color: #ffffff;
  background-color: #ffffff;
}

.blog-section .image-blog-item {
  width: 590px;
  overflow: hidden;
  position: relative;
}

.blog-section .image-blog-item:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 56, 0)), color-stop(rgba(0, 18, 56, 0.8)), to(#001238));
  background: linear-gradient(to bottom, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.8), #001238);
}

.blog-section .image-blog-item > img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog-section .image-blog-item .item-badge {
  top: 40px;
  left: 40px;
  position: absolute;
}

.blog-section .image-blog-item .blog-content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 20px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog-section .image-blog-item .blog-content .post-meta > ul > li {
  color: rgba(255, 255, 255, 0.8);
}

.blog-section .image-blog-item .blog-content .post-meta > ul > li > a {
  color: rgba(255, 255, 255, 0.8);
}

.blog-section .image-blog-item .blog-content .post-meta > ul > li > a:hover {
  color: white;
}

.blog-section .image-blog-item:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-section .image-blog-item:hover .blog-content {
  padding-bottom: 50px;
}

.blog-section .text-blog-item {
  padding: 40px;
  margin-bottom: 10px;
  background-color: #ffffff;
}

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

.blog-section .text-blog-item .post-meta {
  margin-bottom: 23px;
}

.blog-section .text-blog-item .blog-title .title-link {
  color: #001238;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.blog-section .text-blog-item .blog-title .title-link:hover {
  color: #ec3323;
}

.blog-section .blog-image-grid-item {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

.blog-section .blog-image-grid-item > img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.blog-section .blog-image-grid-item .blog-content {
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 30px;
  position: absolute;
  background-color: #ffffff;
}

.blog-section .blog-image-grid-item .blog-content .post-date {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  color: #aab73f;
}

.blog-section .blog-image-grid-item:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-section .blog-image-grid-item:hover .blog-content .blog-title .title-link {
  text-decoration: underline;
}

.blog-section .blog-grid-item {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.blog-section .blog-grid-item .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-section .blog-grid-item .blog-image > img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-section .blog-grid-item .blog-image .post-admin {
  z-index: 1;
  left: 20px;
  bottom: 20px;
  height: 30px;
  display: table;
  padding: 6px 0px;
  position: absolute;
  border-radius: 30px;
  padding-right: 20px;
  background-color: #ffffff;
}

.blog-section .blog-grid-item .blog-image .post-admin .admin-link {
  display: table;
  font-size: 12px;
  color: #ec3323;
  font-weight: 400;
  font-family: "Rufina", serif;
}

.blog-section .blog-grid-item .blog-image .post-admin .admin-link .admin-image {
  float: left;
  width: 30px;
  height: 30px;
  display: table;
  margin: -6px 0px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}

.blog-section .blog-grid-item .blog-content {
  padding: 30px;
}

.blog-section .blog-grid-item .blog-content .post-meta {
  margin-bottom: 20px;
}

.blog-section .blog-grid-item .blog-content .post-meta > ul > li {
  margin-right: 30px;
}

.blog-section .blog-grid-item .blog-content .post-meta > ul > li i {
  margin-right: 3px;
}

.blog-section .blog-grid-item .blog-content .post-meta > ul > li:last-child {
  margin-right: 0px;
}

.blog-section .blog-grid-item .blog-content .item-title .title-link {
  color: #001238;
  font-weight: 600;
  font-family: "Rufina", serif;
}

.blog-section .blog-grid-item:hover .blog-image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-section .blog-grid-item:hover .blog-content .item-title .title-link {
  color: #ec3323;
}

/* blog page - end
==================================================================================================== */
/* blog details page - start
==================================================================================================== */
.blog-details-section .sidebar-section .widget {
  border-color: #ffffff;
  background-color: #ffffff;
}

.blog-details-section .item-decoration {
  padding: 50px;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.blog-details-section .item-decoration:last-child {
  margin-bottom: 0px;
}

.blog-details-section .details-content .blog-title {
  line-height: 44px;
}

.blog-details-section .details-content blockquote {
  padding: 30px 40px;
  padding-left: 90px;
  background-color: #ffffff;
}

.blog-details-section .details-content blockquote p {
  font-size: 16px;
  position: relative;
}

.blog-details-section .details-content blockquote p:before {
  top: 50%;
  left: -60px;
  font-size: 36px;
  content: '\f10d';
  font-weight: 900;
  position: absolute;
  color: #ec3323;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
}

.blog-details-section .details-content blockquote .blockquote-footer {
  font-weight: 700;
  color: #001238;
  text-transform: capitalize;
}

.blog-details-section .details-content .tag-share-links .title-text {
  font-size: 18px;
}

.blog-details-section .details-content .tag-share-links .tag-links > ul > li {
  margin-right: 15px;
}

.blog-details-section .details-content .tag-share-links .tag-links > ul > li:last-child {
  margin-right: 0px;
}

.blog-details-section .details-content .tag-share-links .tag-links > ul > li > a {
  height: 40px;
  line-height: 38px;
  padding: 0px 15px;
  text-align: center;
  color: #7c8a97;
  border: 1px solid #e4e5ff;
  text-transform: capitalize;
}

.blog-details-section .details-content .tag-share-links .tag-links > ul > li > a:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

.blog-details-section .details-content .tag-share-links .social-links > ul > li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.blog-details-section .details-content .tag-share-links .social-links > ul > li:last-child {
  margin-right: 0px !important;
}

.blog-details-section .details-content .tag-share-links .social-links > ul > li > a {
  font-size: 14px;
  line-height: 40px;
}

.blog-details-section .other-posts-filter .more-btn {
  text-align: center;
}

.blog-details-section .other-posts-filter .more-btn > button {
  line-height: 1;
  font-size: 48px;
  text-align: center;
  color: #ec3323;
}

.blog-details-section .other-posts-filter .other-post {
  padding: 5px 0px;
}

.blog-details-section .other-posts-filter .other-post .post-link {
  width: 100%;
  display: block;
}

.blog-details-section .other-posts-filter .other-post .post-link .title-text {
  width: 100%;
  display: table;
  font-size: 14px;
  margin-bottom: 5px;
  color: #7c8a97;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-details-section .other-posts-filter .other-post .post-link .post-title {
  font-size: 18px;
  color: #001238;
  font-family: "Rufina", serif;
}

.blog-details-section .post-avatar {
  margin-top: 100px;
  padding: 50px 40px;
  background-color: #ffffff;
}

.blog-details-section .post-avatar .hero-image {
  z-index: 1;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: -100px;
  border-radius: 100%;
  margin-bottom: 40px;
  display: inline-block;
  border: 6px solid #ffffff;
}

.blog-details-section .post-avatar .hero-image > img {
  width: 100%;
  display: block;
}

.blog-details-section .post-avatar .hero-name {
  font-size: 24px;
}

.blog-details-section .post-avatar .hero-social-links > ul > li {
  margin-right: 20px;
}

.blog-details-section .post-avatar .hero-social-links > ul > li:last-child {
  margin-right: 0px;
}

.blog-details-section .post-avatar .hero-social-links > ul > li > a {
  color: #7c8a97;
}

.blog-details-section .post-avatar .hero-social-links > ul > li > a:hover {
  color: #ec3323;
}

.blog-details-section .peoples-comment .comment-item {
  margin-bottom: 60px;
}

.blog-details-section .peoples-comment .comment-item:last-child {
  margin-bottom: 0px;
}

.blog-details-section .peoples-comment .comment-item .hero-image {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
}

.blog-details-section .peoples-comment .comment-item .hero-content {
  display: table;
  padding-left: 30px;
  position: relative;
}

.blog-details-section .peoples-comment .comment-item .hero-content .reply-btn {
  top: 0px;
  right: 0px;
  position: absolute;
  color: #7c8a97;
  font-weight: 600;
}

.blog-details-section .peoples-comment .comment-item .hero-content .reply-btn:hover {
  color: #ec3323;
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name {
  font-size: 18px;
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn {
  font-size: 14px;
  margin-left: 20px;
  color: #7c8a97;
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn:hover {
  color: #ec3323;
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn.active {
  color: #ec3323;
}

.blog-details-section .peoples-comment .comment-item .hero-content .post-date {
  width: 100%;
  word-spacing: 3px;
  letter-spacing: 2px;
  color: #ec3323;
  font-weight: 600;
  text-transform: uppercase;
}

/* blog details page - end
==================================================================================================== */
/* faq page - start
==================================================================================================== */
.faq-section {
  /* widget_calculator - start */
  /* widget_calculator - end */
}

.faq-section .faq-accordion .card {
  position: relative;
  border-radius: 0px;
  margin-bottom: 20px;
  border: 1px solid #e0deff;
  background-color: #ffffff;
}

.faq-section .faq-accordion .card:last-child {
  margin-bottom: 0px;
}

.faq-section .faq-accordion .card .card-header {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: #ffffff;
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link {
  width: 100%;
  padding: 30px;
  display: block;
  font-size: 18px;
  text-align: left;
  position: relative;
  padding-left: 110px;
  color: #001238;
  font-weight: 600;
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:before {
  top: 50%;
  left: 40px;
  content: '\f06e';
  font-weight: 300;
  position: absolute;
  color: #ec3323;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Font Awesome 5 Pro';
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:not(.collapsed):before {
  font-weight: 900;
}

.faq-section .faq-accordion .card .card-body {
  padding: 40px;
  padding-top: 0px;
}

.faq-section .sidebar-section .widget_calculator .form-item input {
  padding-left: 35px;
}

.faq-section .sidebar-section .widget_calculator .form-item .form-item-btn {
  left: 20px;
  color: #e0deff;
}

/* faq page - end
==================================================================================================== */
/* contact page - start
==================================================================================================== */
.contact-section .info-item {
  padding: 60px 70px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
          box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
}

.contact-section .info-item .item-icon {
  width: 100px;
  height: 100px;
  display: table;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  margin: 0 auto 40px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(236, 51, 35, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(236, 51, 35, 0.2);
}

.contact-section .info-item .item-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-section .info-item .info-list > ul > li {
  margin-bottom: 5px;
}

.contact-section .info-item .info-list > ul > li:last-child {
  margin-bottom: 0px;
}

.contact-section .google-map {
  width: 100%;
  height: 700px;
  margin-top: 90px;
}

.contact-section .google-map > div + div {
  display: none;
}

.contact-section .contact-form .form-item input,
.contact-section .contact-form .form-item textarea,
.contact-section .contact-form .form-textarea input,
.contact-section .contact-form .form-textarea textarea {
  background: #f8fbff;
  border: 2px solid #f0f0ff;
}

.contact-section .contact-form .form-item input:focus,
.contact-section .contact-form .form-item textarea:focus,
.contact-section .contact-form .form-textarea input:focus,
.contact-section .contact-form .form-textarea textarea:focus {
  border-color: #ec3323;
}

.contact-section .contact-form .form-textarea {
  margin-bottom: 50px;
}

/* contact page - end
==================================================================================================== */
/* error page - start
==================================================================================================== */
.error-section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #1e88e5;
}

.error-section .home-btn {
  top: 40px;
  left: 40px;
  width: 50px;
  z-index: 999;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.error-section .error-content {
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  display: table;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error-section .error-content .error-image {
  width: 880px;
  margin: 0 auto 50px;
}

.error-section .error-content .title-text {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 0px;
}

.error-section .error-content .search-form {
  width: 600px;
  display: table;
  position: relative;
  margin: 70px auto 0px;
}

.error-section .error-content .search-form input {
  width: 100%;
  height: 70px;
  padding: 0px 40px;
  border-radius: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.error-section .error-content .search-form input:focus {
  outline: none;
}

.error-section .error-content .search-form .submit-btn {
  top: 50%;
  right: 5px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* error page - end
==================================================================================================== */
/* ================================================== 
*	Project Name 	:  Bariel - Real Estate Co.
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  06 April 2019
*	Author 			:  Codeixer (https://themeforest.net/user/codeixer)
*	Developer:		:  Rakibul Islam Dewan

*	css code for responsive layout To make Responsive
================================================== */
/* ==================================================

*	2 - media screen and (max-width: 1300px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 580px)
*	6 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1300px) - start
==================================================================================================== */
@media screen and (max-width: 1300px) {
  /* global - start */
  .custom-btn {
    height: 50px;
    line-height: 52px;
  }
  .custom-btn-bordered {
    height: 50px;
    line-height: 50px;
    padding: 0px 40px;
    border: 2px solid #e0deff;
  }
  .backtotop {
    bottom: 30px;
  }
  /* global - end */
  /* header - start */
  .header-section .default-header .header-bottom .main-menubar > ul > li > a {
    padding-bottom: 5px;
  }
  .header-section .default-header .header-bottom .main-menubar > ul > li {
    padding: 17px 18px;
  }
  .header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:after {
    top: 19px;
    right: 5px;
  }
  .header-section .default-header .header-bottom .btns-group > ul {
    margin: 0px 0px;
  }
  /* header - end */
  /* breadcrumb - start */
  .breadcrumb-section .default-breadcrumb .overlay {
    padding: 120px 0px;
  }
  /* breadcrumb - end */
  /* 404 - start */
  .error-section .error-content .search-form input {
    height: 60px;
    padding: 0px 30px;
  }
  /* 404 - end */
  /* home 1 - start */
  .calltoaction-section .calltoaction-one .person-image {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
  }
  /* home 1 - end */
  /* home 3 - start */
  .banner-section .banner-content .form-group > ul > li .form-item input {
    height: 50px;
  }
  .banner-section .banner-content .form-group > ul > li .form-item.type-select-form .nice-select {
    height: 50px;
    line-height: 50px;
  }
  .category-section .category-item-list > ul > li .category-item {
    padding: 100px 60px;
  }
  .category-section .category-item-list > ul > li .category-item .item-title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  /* home 3 - end */
}

/*  ====================================================================================================
2 - media screen and (max-width: 1300px) - start
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  /* global - start */
  .custom-btn {
    height: 50px;
    line-height: 52px;
    padding: 0px 30px;
  }
  .custom-btn-bordered {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
  .section-title .big-title {
    font-size: 54px;
  }
  .post-meta > ul > li {
    margin-right: 25px;
  }
  .backtotop {
    bottom: 20px;
  }
  /* global - end */
  /* footer - start */
  .footer-section .default-footer .footer-content .about-content .hot-line {
    padding: 20px;
  }
  .footer-section .default-footer .footer-content .about-content .hot-line .item-content .contact-number {
    font-size: 16px;
  }
  /* footer - end */
  /* sidebar - start */
  .sidebar-section .widget {
    padding: 30px;
  }
  .sidebar-section .widget_recent_entries > ul > li .post-image {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .sidebar-section .widget_recent_entries > ul > li .post-content .post-title .title-link {
    font-size: 18px;
  }
  .sidebar-section .widget_recent_entries > ul > li .post-content {
    width: 100%;
    display: table;
  }
  /* sidebar - end */
  /* breadcrumb 1 - start */
  /* breadcrumb 1 - end */
  /* breadcrumb 2 - start */
  /* breadcrumb 2 - end */
  /* about 1 - start */
  .about-section .about-image {
    padding-right: 0px;
    padding-left: 40px;
    padding-bottom: 30px;
  }
  .about-section .about-image .decoration-image {
    bottom: 0px;
    left: -40px;
    width: 400px;
  }
  .feature-section .feature-grid-item {
    padding: 40px;
  }
  .feature-section .feature-grid-item .feature-title .title-link {
    font-size: 20px;
    line-height: 30px;
  }
  /* about 1 - end */
  /* about 2 - start */
  .counter-section .secondary-counter .counter-item .item-title {
    font-size: 14px;
  }
  /* about 2 - end */
  /* team 1 - start */
  .testimonial-section .testimonial-carousel .item:before {
    width: 90%;
  }
  .testimonial-section .testimonial-carousel .item:after {
    width: 80%;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
    top: 30px;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
    top: 50px;
  }
  /* team 1 - end */
  /* team 2 - start */
  .team-section .team-member-bordered {
    padding: 30px 15px;
  }
  /* team 2 - end */
  /* team details 1 - start */
  .team-details-section .member-content .member-title {
    margin-bottom: 20px;
  }
  .team-details-section .member-content .member-name {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .skill-section .skill-item {
    width: 100%;
  }
  .blog-section .image-blog-item {
    width: 100%;
  }
  .blog-section .text-blog-item .blog-title .title-link {
    font-size: 20px;
  }
  /* team details 1 - end */
  /* service 1 - start */
  .service-section .service-grid-item-1 .service-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .service-section .service-grid-item-1 {
    margin-top: 50px;
    padding-right: 0px;
  }
  .category-section .category-item-list > ul > li .category-item {
    padding: 100px 50px;
  }
  .category-section .category-item-list > ul > li .category-item .item-title {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  /* service 1 - end */
  /* service 2 - start */
  .service-section .service-grid-item-2 {
    padding: 50px 30px;
  }
  .service-section .service-grid-item-2 .service-title {
    margin-bottom: 20px;
  }
  .service-section .service-grid-item-2 .service-title .title-link {
    font-size: 18px;
  }
  /* service 2 - end */
  /* property grid 1 - start */
  .property-section .sidebar-section .widget_find_place .bed-and-baths > ul > li {
    width: 100%;
    margin-right: 0px;
  }
  .property-section .property-grid-item .property-image .post-admin,
  .property-section .property-list-item .property-image .post-admin {
    left: 10px;
    padding-right: 10px;
  }
  .property-section .property-grid-item .property-content .item-title .title-link,
  .property-section .property-list-item .property-content .item-title .title-link {
    font-size: 20px;
    line-height: 30px;
  }
  .property-section .property-grid-item .property-content .item-title,
  .property-section .property-list-item .property-content .item-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .property-section .property-list-item .property-content {
    padding: 25px;
  }
  /* property grid 1 - end */
  .property-section .property-grid-item .property-content .post-meta > ul > li,
  .property-section .property-list-item .property-content .post-meta > ul > li {
    margin-right: 20px;
  }
  /* property details 1 - end */
  /* property details 2 - start */
  .property-section .owl-theme .owl-nav {
    top: -120px;
    right: 15px;
    position: absolute;
  }
  /* property details 2 - end */
  /* agent details 1 - start */
  .agent-details-section .agent-details-content .bg-default-red .agent-info .social-links > ul > li {
    margin-right: 10px;
  }
  /* agent details 1 - end */
  /* contact - start */
  .contact-section .google-map {
    height: 500px;
  }
  .contact-section .info-item {
    padding: 60px 40px;
  }
  /* contact - end */
  /* 404 - start */
  .error-section .error-content .error-image {
    width: 60%;
  }
  /* 404 - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item .slider-image {
    width: 380px;
  }
  .service-section .service-grid-item-3 .service-content {
    width: 100%;
    display: table;
    padding-left: 0px;
  }
  .service-section .service-grid-item-3 .service-icon {
    float: none;
    display: table;
    margin-bottom: 30px;
  }
  .feature-section .counter-container > ul {
    width: 100%;
    margin-top: 60px;
  }
  .directions-section .direction-items-list > ul > li {
    padding: 15px;
    margin-right: 0px;
  }
  .directions-section .google-map {
    height: 500px;
  }
  .calltoaction-section .calltoaction-one .person-image {
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
  .blog-section .blog-image-grid-item .blog-content {
    padding: 30px;
  }
  .blog-section .blog-image-grid-item .blog-content .post-date:before {
    display: none;
  }
  .blog-section .blog-image-grid-item .blog-content .blog-title .title-link {
    font-size: 20px;
  }
  .footer-section .footer-one .footer-bottom .social-media > ul > li {
    margin-right: 10px;
  }
  /* home 1 - end */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 80px;
  }
  .calltoaction-section .calltoaction-two .contact-info ul > li .item-content > p {
    font-size: 16px;
  }
  .testimonial-section .testimonial-carousel-2 .item .quote-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .testimonial-section .testimonial-carousel-2 .item > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  /* home 3 - start */
  .home-page-3 .about-section .about-content .section-title .big-title {
    font-size: 44px;
  }
  /* home 3 - end */
  /* blog 1 - start */
  .blog-section .blog-grid-item .blog-content .item-title .title-link {
    font-size: 20px;
    line-height: 30px;
  }
  /* blog 1 - end */
  .blog-details-section .details-content .blog-title {
    font-size: 28px;
    line-height: 44px;
  }
  .blog-details-section .other-posts-filter .other-post .post-link .post-title {
    font-size: 16px;
  }
  /* blog details 1 - end */
}

/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start --->>>for medium device
==================================================================================================== */
@media screen and (max-width: 991px) {
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 28px !important;
  }
  .home-page-1 .slider-section .owl-theme .owl-dots {
    position: relative;
    right: 0px !important;
  }
  .home-page-1 .slider-section .owl-theme .owl-dots .owl-dot {
    display: inline;
    margin-right: 10px;
  }
  .breadcrumb-nav .post-meta li {
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .breadcrumb-nav .post-meta ul {
    display: block !important;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
    font-size: 34px;
  }
  /* global - start */
  body {
    padding-top: 116px;
  }
  .sec-ptb-120 {
    padding: 80px 0px;
  }
  /* global - end */
  /* header - start */
  .header-section .default-header .header-top {
    display: none;
  }
  .header-section .default-header .header-bottom .btns-group,
  .header-section .default-header .header-bottom .main-menubar {
    display: none;
  }
  .header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
    display: inline-block;
  }
  /* header - end */
  /* footer - start */
  .footer-section .default-footer .our-clients {
    padding: 60px 0px;
  }
  .footer-section .default-footer .footer-content .useful-links,
  .footer-section .default-footer .footer-content .about-content {
    margin-bottom: 60px;
  }
  .footer-section .default-footer .footer-content .our-services {
    margin-left: 0px;
  }
  /* footer - end */
  /* breadcrumb 1 - start */
  .breadcrumb-section .default-breadcrumb .breadcrumb-content {
    text-align: center;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-nav > ul {
    float: none;
    display: table;
    margin: 0px auto;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-nav {
    padding: 0px;
    margin-top: 30px;
  }
  /* breadcrumb 1 - end */
  /* breadcrumb 2 - end */
  /* sidebar - start */
  .sidebar-section {
    margin-top: 60px;
  }
  /* sidebar - end */
  /* about 1 - start */
  .about-section .about-image {
    margin-bottom: 60px;
  }
  .about-section .about-content .section-title {
    margin-bottom: 30px;
  }
  .about-section .about-image .decoration-image {
    left: 0px;
    bottom: 0px;
    width: 300px;
  }
  .about-section .about-content {
    text-align: center;
  }
  .about-section .about-content .section-title .big-title:before {
    display: none;
  }
  .feature-section .feature-grid-item {
    display: table;
    max-width: 370px;
    margin: 30px auto 0px;
  }
  .counter-section .default-counter .counter-items-container > ul > li .counter-item .counter-text {
    line-height: 1;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .counter-section .default-counter .counter-items-container > ul > li .counter-item .item-title {
    font-size: 14px;
  }
  .team-section .team-member-item {
    display: table;
    max-width: 370px;
    margin: 0px auto 30px;
  }
  .team-section .hire-btn {
    margin-top: 30px;
  }
  /* about 1 - end */
  /* about 2 - start */
  .counter-section .secondary-counter .counter-item {
    margin-top: 30px;
  }
  /* about 2 - end */
  /* team 1 - start */
  .approach-section .approach-content .section-title {
    margin-bottom: 40px;
  }
  .approach-section .approach-content {
    text-align: center;
    margin-bottom: 60px;
  }
  .approach-section .approach-content .section-title .big-title:before {
    display: none;
  }
  .testimonial-section .owl-theme .owl-nav {
    margin-top: 60px;
    position: static;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
    top: 70px;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
    top: 85px;
  }
  /* team 1 - end */
  /* team 2 - start */
  .team-section .team-member-bordered {
    padding: 40px 15px;
  }
  /* team 2 - end */
  /* team details 1 - start */
  .team-details-section .member-image {
    margin-bottom: 30px;
  }
  .team-details-section .member-content {
    padding-left: 0px;
    text-align: center;
  }
  .team-details-section .member-content .contact-info {
    text-align: left;
  }
  /* team details 1 - end */
  /* service 1 - start */
  .calltoaction-section .default-calltoaction .quote-btn-area {
    padding: 0px;
    margin-top: 60px;
    text-align: center !important;
  }
  .category-section .category-item-list > ul > li .category-item .item-icon {
    font-size: 54px;
    margin: 0 auto 30px;
  }
  .category-section .category-item-list > ul > li .category-item .sub-title {
    margin-bottom: 20px;
  }
  .category-section .category-item-list > ul > li .category-item .item-title {
    font-size: 24px;
    line-height: 36px;
  }
  .category-section .category-item-list > ul > li .category-item {
    padding: 50px 30px;
  }
  /* service 1 - end */
  /* property details 1 - start */
  .property-details-section .property-title .info-list > ul {
    float: none;
    margin: 0px auto;
  }
  .property-details-section .property-title .info-list {
    padding-top: 40px;
  }
  .property-details-section .property-title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0deff;
  }
  .property-section .property-grid-item {
    display: table;
    max-width: 370px;
    margin: 30px auto 0px;
  }
  .property-details-section .section-title .post-meta > ul {
    float: none;
    display: table;
    margin: 0px auto;
  }
  /* property details 1 - end */
  /* property details 2 - start */
  .property-section .owl-theme .owl-nav {
    margin-top: 60px;
    position: static;
  }
  /* property details 2 - end */
  /* agent details 1 - start */
  .agent-details-section .agent-details-content .agent-info .social-links {
    position: static;
    margin-top: 30px;
  }
  .agent-details-section .agent-details-content .agent-info .social-links > ul {
    display: table;
    margin: 0px auto;
  }
  .agent-details-section .agent-details-content .agent-info {
    margin-top: 40px;
    text-align: center;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info {
    text-align: left;
    padding-left: 50px;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info > ul > li {
    margin-bottom: 10px;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info > ul {
    margin-bottom: 10px;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info > ul:last-child {
    margin-bottom: 0px;
  }
  .agent-details-page .property-section .owl-theme .owl-nav {
    margin-top: 60px;
    position: static;
  }
  /* agent details 1 - end */
  /* contact - start */
  .contact-section .info-item {
    display: table;
    max-width: 370px;
    padding: 60px 50px;
    margin: 0px auto 30px;
  }
  .contact-section .google-map {
    margin-top: 30px;
  }
  /* contact - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 54px;
  }
  .home-page-1 .slider-section .owl-theme .owl-dots {
    top: 14%;
    right: 15px;
    -webkit-transform: unset;
            transform: unset;
  }
  .slider-section .main-slider-1 .item .slider-content .btns-group > ul > li .video-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .slider-section .main-slider-1 .item .slider-content .btns-group > ul {
    display: table;
    margin: 0px auto;
  }
  .approach-section .approach-image.grid .grid-item {
    width: 50%;
    height: auto;
  }
  .approach-section .approach-image.grid .grid-item .image-container > img {
    width: 100%;
    display: block;
  }
  .home-page-1 .approach-section .approach-content {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 0px;
  }
  .service-section .service-grid-item-3 {
    margin-top: 50px;
    padding: 0px 30px;
    text-align: center;
  }
  .service-section .service-grid-item-3 .service-icon {
    margin: 0px auto 30px;
  }
  .feature-section .feature-big-item-1 .feature-content .section-title,
  .feature-section .feature-big-item-1 .feature-content .section-title {
    text-align: left !important;
  }
  .feature-section .feature-big-item-1 .feature-content {
    margin-top: 40px;
  }
  .feature-section .counter-container > ul > li {
    width: 50%;
    padding: 75px 30px;
  }
  .feature-section .counter-container > ul > li:before {
    display: none;
  }
  .feature-section .feature-big-item-1 .feature-content .info-list > ul > li {
    width: 50%;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .planning-section .tab-content .tab-pane .planning-content {
    margin-top: 60px;
  }
  .planning-section .planning-tabs-nav > ul > li > a {
    padding: 0px 20px;
    line-height: 50px;
  }
  .planning-section .planning-tabs-nav > ul > li {
    height: 50px;
  }
  .availability-section .section-title .custom-btn {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 60px;
  }
  .availability-section .availability-table {
    overflow-x: scroll;
  }
  .availability-section .availability-table table {
    width: 830px;
  }
  .directions-section .section-title .custom-btn {
    position: static;
    margin-top: 40px;
  }
  .blog-section .blog-image-grid-item {
    max-width: 370px;
    display: table;
    margin: 30px auto 0px;
  }
  .footer-section .footer-one .brand-logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-section .footer-one .footer-menu > ul {
    float: none;
    display: table;
    margin: 0px auto;
  }
  .footer-section .footer-one .footer-bottom .social-media > ul {
    margin: 0px auto 40px;
  }
  .footer-section .footer-one .footer-bottom .copyright-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-section .footer-one .footer-bottom .footer-newsletter {
    text-align: center;
  }
  /* home 1 - end */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content p {
    width: 100%;
  }
  .banner-section .banner-2 .banner-content .section-title {
    text-align: left;
  }
  .banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 70px;
  }
  .calltoaction-section .calltoaction-two .agent-content {
    margin-top: 60px;
  }
  .home-page-2 .property-section .section-title .custom-btn {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 30px;
  }
  /* home 3 - start */
  .banner-section .overlay-blue {
    padding: 100px 0px;
  }
  .banner-section .banner-content .title-text {
    font-size: 72px;
  }
  .banner-section .banner-content .form-group > ul > li {
    margin-right: 10px;
  }
  .banner-section .banner-content .form-group > ul > li:last-child {
    margin-right: 0px !important;
  }
  .banner-section .banner-content .form-group > ul > li .custom-btn {
    margin: 0px;
  }
  .home-page-3 .about-section .about-content .admin-info {
    text-align: left;
  }
  .home-page-3 .about-section .about-content {
    text-align: left;
  }
  .home-page-3 .about-section .about-content .section-title .big-title {
    font-size: 30px;
  }
  /* home 3 - end */
  /* blog 2 - start */
  .blog-section .text-blog-item {
    margin: 15px 0px;
  }
  /* blog 2 - end */
  /* blog details 1 - start */
  .blog-details-section .details-content .blog-title {
    font-size: 24px;
    line-height: 36px;
  }
  /* blog details 1 - end */
}

/* ====================================================================================================
4 - media screen and (max-width: 991px) - end --->>>for medium device
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 580px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
  /* global - start */
  body {
    padding-top: 83px !important;
  }
  .sec-ptb-120 {
    padding: 60px 0px;
  }
  .mb-70 {
    margin-bottom: 40px;
  }
  .section-title .big-title {
    font-size: 30px;
  }
  .section-title .small-title {
    margin-bottom: 10px;
  }
  .social-links > ul > li {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .social-links > ul > li > a {
    font-size: 14px;
    line-height: 46px;
  }
  .form-item .form-item-btn {
    left: 35px;
    font-size: 14px;
  }
  .form-item input {
    padding-left: 50px;
  }
  .form-item .nice-select {
    padding-left: 50px;
  }
  .post-meta > ul > li {
    font-size: 12px;
  }
  .post-meta > ul > li i {
    font-size: 12px;
    margin-right: 5px;
  }
  .backtotop {
    width: 40px;
    height: 40px;
    bottom: 40px;
  }
  .backtotop .scroll {
    font-size: 18px;
    line-height: 42px;
  }
  /* global - end */
  /* header - start */
  .header-section .header-bottom .brand-logo .brand-link {
    max-width: 120px;
  }
  .header-section .default-header .header-bottom {
    padding: 20px 0px;
  }
  .header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .sidebar-menu-wrapper .sidebar-menu {
    right: -350px;
    min-width: 330px;
    max-width: 330px;
    padding: 40px 30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .menu-list {
    margin: 0px -30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .menu-list > li > a {
    padding: 15px 30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > a:before {
    right: 30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > li > a {
    padding: 15px 0px;
    padding-left: 50px;
  }
  /* header - end */
  /* footer - start */
  .footer-section .default-footer .our-clients {
    padding: 30px 0px;
  }
  .footer-section .default-footer .footer-content .our-services {
    margin-bottom: 60px;
  }
  .footer-section .default-footer .footer-content .useful-links {
    padding: 0px;
  }
  .footer-section .default-footer .footer-content {
    padding: 50px 0px;
  }
  /* footer - end */
  /* breadcrumb 1 - start */
  .breadcrumb-section .default-breadcrumb .overlay {
    padding: 80px 0px;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-nav {
    margin-top: 20px;
  }
  /* breadcrumb 1 - end */
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav {
    left: 0px;
    bottom: 0px;
    margin-top: 30px;
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul > li,
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul > li > a {
    font-size: 14px;
  }
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav > ul {
    padding: 5px 20px;
  }
  .breadcrumb-section .secondary-breadcrumb .overlay {
    padding: 80px 0px;
  }
  /* breadcrumb 2 - end */
  /* sidebar - start */
  .sidebar-section .widget {
    padding: 20px;
  }
  /* sidebar - end */
  /* about 1 - satrt */
  .about-section .about-image .decoration-image {
    width: 280px;
  }
  .about-section .about-image {
    padding-left: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .about-section .about-content > p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .about-section .about-content .section-title {
    margin-bottom: 30px;
  }
  .feature-section .feature-grid-item {
    max-width: 100%;
  }
  .feature-section .feature-grid-item {
    padding: 30px;
    margin-top: 30px;
  }
  .counter-section .default-counter .counter-items-container > ul > li {
    width: 50%;
    margin-bottom: 30px;
  }
  .counter-section .default-counter .counter-items-container > ul > li:nth-child(3), .counter-section .default-counter .counter-items-container > ul > li:nth-child(4) {
    margin-bottom: 0px;
  }
  .counter-section .default-counter .counter-items-container > ul > li {
    width: 50%;
  }
  .counter-section .default-counter .counter-items-container > ul > li .counter-item .counter-text {
    font-size: 30px;
    margin-bottom: 15px;
  }
  /* about 1 - end */
  /* team 1 - start */
  .approach-section .approach-content .section-title {
    margin-bottom: 30px;
  }
  .approach-section .approach-content .our-goal .item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .approach-section .approach-content .our-goal {
    margin-bottom: 20px;
  }
  .approach-section .approach-content {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .approach-section .approach-image.grid .grid-item,
  .approach-section .approach-image.grid .grid-sizer {
    width: 100%;
  }
  .approach-section .approach-image.grid .grid-item:nth-child(2) {
    margin-top: 0px;
  }
  .approach-section .approach-image.grid .grid-item .image-container img {
    width: 100%;
  }
  .testimonial-section .testimonial-carousel .item {
    padding: 50px 30px;
  }
  /* team 1 - end */
  .blog-section .image-blog-item .blog-content {
    padding: 30px 20px;
  }
  .blog-section .image-blog-item .blog-content .blog-title .title-link {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-section .image-blog-item .blog-content .post-meta {
    margin-bottom: 20px;
  }
  .blog-section .text-blog-item {
    padding: 30px 20px;
  }
  .blog-section .text-blog-item .blog-title .title-link {
    font-size: 18px;
    line-height: 28px;
  }
  /* team details 1 - end */
  /* service 1 - start */
  .service-section .service-grid-item-1 {
    text-align: center;
    padding: 0px 30px;
  }
  .category-section .category-item-list > ul > li {
    width: 100%;
  }
  /* service 1 - end */
  /* property grid 1 - start */
  .property-section .filter-bar .result-text {
    padding: 0px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .property-section .filter-bar .layout-btns-group > ul {
    float: none;
    display: table;
    margin: 0px auto;
  }
  .property-section .property-list-item .property-image {
    float: none;
    width: 100%;
    display: block;
  }
  .property-section .property-grid-item .property-image .post-admin .admin-link,
  .property-section .property-list-item .property-image .post-admin .admin-link {
    font-size: 10px;
  }
  /* property grid 1 - end */
  /* property details 1 - start */
  .property-details-section .property-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .property-details-section .core-details > ul {
    float: none;
    width: 100%;
    display: table;
    margin-bottom: 30px;
  }
  .property-details-section .core-details > ul:last-child {
    margin-bottom: 0px;
  }
  .property-details-section .core-details > ul > li {
    margin-bottom: 10px;
  }
  .property-details-section .core-details > ul > li:last-child {
    margin-bottom: 0px;
  }
  .property-details-section .more-features ul {
    float: none;
    width: 100%;
    display: table;
    margin-bottom: 30px;
  }
  .property-details-section .more-features ul:last-child {
    margin-bottom: 0px;
  }
  .property-details-section .nearby-property > ul > li .item-image {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .property-details-section .nearby-property > ul > li .item-content {
    width: 100%;
    display: table;
  }
  .property-details-section .nearby-property > ul > li .item-content .item-title {
    margin-bottom: 5px;
  }
  .property-details-section .nearby-property > ul > li .rating-star {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
  .property-details-section .nearby-property > ul > li {
    position: relative;
    padding-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0deff;
  }
  .property-details-section .review-item .reply-btn {
    position: static;
    margin-top: 20px;
  }
  .property-details-section .review-item .reviewer-info .reviewer-info-content .reviewer-name {
    float: none;
    width: 100%;
    display: block;
    margin-right: 0px;
  }
  .property-section .property-grid-item {
    max-width: 100%;
  }
  /* property details 1 - end */
  /* agent details 1 - start */
  .agent-details-section .agent-details-content .agent-info .contact-info {
    padding-left: 0px;
  }
  .agent-details-section .agent-details-content .agent-info .agent-name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .agent-details-section .agent-details-content .agent-info .agent-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .agent-details-section .agent-details-content .agent-info p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* agent details 1 - end */
  /* faq - start */
  .faq-section .faq-accordion .card .card-header .item-title .btn.btn-link {
    padding: 20px;
    font-size: 14px;
    overflow-x: scroll;
  }
  .faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:before {
    display: none;
  }
  .faq-section .faq-accordion .card .card-body {
    padding: 20px;
  }
  /* faq - end */
  /* contact - start */
  .contact-section .info-item {
    width: 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
  .contact-section .info-item .item-icon {
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    margin: 0 auto 30px;
  }
  .contact-section .info-item .item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact-section .google-map {
    height: 300px;
  }
  /* contact - end */
  /* 404 - start */
  .error-section .error-content .title-text {
    font-size: 30px;
  }
  .error-section .error-content .error-image {
    width: 95%;
    margin: 0 auto 20px;
  }
  .error-section .error-content .search-form {
    width: 95%;
  }
  .error-section .error-content .search-form .submit-btn {
    padding: 0px 20px;
  }
  .error-section .home-btn {
    top: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  /* 404 - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item {
    padding: 80px 0px;
  }
  .section-title .small-title {
    font-size: 16px;
  }
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 36px;
  }
  .slider-section .main-slider-1 .item .slider-content .room-info > ul > li {
    margin-right: 40px;
    text-align: center;
  }
  .slider-section .main-slider-1 .item .slider-content .room-info > ul > li .item-icon {
    float: none;
    display: table;
    margin: 0px auto 15px;
  }
  .slider-section .main-slider-1 .item .slider-content .room-info > ul > li .item-content {
    width: 100%;
  }
  .slider-section .main-slider-1 .item .slider-content .room-info > ul {
    display: table;
    margin: 0px auto;
  }
  .service-section .service-grid-item-3 {
    padding: 0px;
  }
  .feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-name {
    font-size: 22px;
  }
  .feature-section .feature-big-item-1 .feature-content .info-list > ul > li {
    width: 100%;
    display: table;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .feature-section .feature-big-item-1 .feature-content .item-admin {
    width: 100%;
    text-align: left;
  }
  .feature-section .counter-container > ul > li .item-icon {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .feature-section .counter-container > ul > li .count-text {
    font-size: 30px;
  }
  .feature-section .counter-container > ul > li {
    width: 50%;
    padding: 30px 15px;
  }
  .planning-section .planning-tabs-nav > ul {
    padding: 0px;
  }
  .planning-section .planning-tabs-nav > ul > li {
    height: 50px;
  }
  .directions-section .direction-items-list > ul > li {
    width: 50%;
  }
  .directions-section .direction-items-list > ul > li > a .item-icon {
    font-size: 42px;
    margin: 0px auto 15px;
  }
  .directions-section .direction-items-list > ul > li > a {
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5f2ff;
  }
  .directions-section .google-map {
    height: 300px;
  }
  .availability-section .section-title {
    padding: 50px 30px;
  }
  .availability-section .section-title .custom-btn {
    margin-top: 30px;
  }
  .blog-section .blog-image-grid-item {
    max-width: 100%;
  }
  .calltoaction-section .calltoaction-one {
    border: 3px solid #e0deff;
    padding: 30px 15px;
  }
  .calltoaction-section .calltoaction-one .section-title {
    padding: 0px 0px;
    margin-top: 30px;
  }
  .calltoaction-section .calltoaction-one .section-title .big-title {
    margin-bottom: 30px;
  }
  .calltoaction-section .calltoaction-one .section-title .btns-group > ul {
    width: 100%;
  }
  .calltoaction-section .calltoaction-one .section-title .btns-group > ul > li {
    width: 100%;
    display: table;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  .calltoaction-section .calltoaction-one .person-image {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .footer-section .footer-one .footer-bottom .footer-newsletter .form-item .submit-btn {
    width: 100%;
    display: block;
    position: static;
    margin-top: 15px;
    -webkit-transform: unset;
            transform: unset;
  }
  .footer-section .footer-one .footer-top .footer-menu {
    padding: 0px;
  }
  .footer-section .footer-one .footer-top .footer-menu > ul > li {
    margin-right: 15px;
  }
  .footer-section .footer-one .footer-top .footer-menu > ul > li:last-child {
    margin-right: 0px !important;
  }
  .footer-section .footer-one .footer-top .footer-menu > ul > li > a {
    font-size: 12px;
  }
  /* home 1 - end */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 48px;
  }
  .banner-section .banner-2 .banner-content .section-title .small-title {
    font-size: 20px;
    color: #062a4d;
  }
  .banner-section .banner-2 .banner-content .section-title {
    margin-bottom: 20px;
  }
  .banner-section .banner-2 .banner-content p {
    color: #000000;
  }
  .banner-section .banner-2 .banner-content {
    text-align: left;
  }
  .banner-section .banner-2 {
    padding: 130px 0px;
    padding-top: 170px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .banner-section .banner-2 .banner-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .home-page-2 .banner-section .parallax-window {
    background-size: cover;
    background-position: 70% 100% !important;
  }
  .calltoaction-section .calltoaction-two {
    position: relative;
    padding: 50px 15px;
    border: 2px solid #e0deff;
  }
  .calltoaction-section .calltoaction-two .contact-info ul > li .item-icon {
    width: 70px;
    height: 100px;
    font-size: 48px;
    line-height: 100px;
    margin-right: 30px;
  }
  .calltoaction-section .calltoaction-two .agent-content .agent-info .agent-image {
    float: none;
    margin: 0px;
    margin-bottom: 20px;
  }
  .calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name {
    width: 100%;
    display: table;
  }
  .testimonial-section .testimonial-carousel-2 .item .quote-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .testimonial-section .testimonial-carousel-2 .item > p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .home-page-2 .property-section .section-title {
    margin-bottom: 30px;
  }
  .property-section .featurd-property-carousel .owl-stage {
    padding-left: 0px !important;
  }
  /* home 3 - start */
  .banner-section .overlay-blue {
    padding: 100px 0px;
  }
  .banner-section .banner-content {
    text-align: center;
  }
  .banner-section .banner-content .title-text {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .banner-section .banner-content .sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .banner-section .banner-content .form-group {
    padding: 10px;
    border-radius: 10px;
  }
  .banner-section .banner-content .form-group > ul {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
  }
  .banner-section .banner-content .form-group > ul > li {
    width: 100%;
    display: table;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .banner-section .banner-content .form-group > ul > li:last-child {
    margin-bottom: 0px;
  }
  .banner-section .banner-content .form-group > ul > li .form-item {
    width: 100%;
    display: block;
  }
  .banner-section .banner-content .form-group > ul > li .form-item input {
    width: 100%;
    border-radius: 10px;
    background-color: #f8fbff;
  }
  .banner-section .banner-content .form-group > ul > li .form-item.type-select-form .nice-select {
    width: 100%;
    border: none;
    padding: 0px 20px;
    padding-left: 50px;
    border-radius: 10px;
    background-color: #f8fbff;
  }
  .banner-section .banner-content .form-group > ul > li .form-item.type-select-form .form-item-btn {
    left: 25px;
  }
  .banner-section .banner-content .form-group > ul > li .custom-btn {
    margin: 0px;
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  .home-page-3 .about-section .about-content .section-title .big-title {
    font-size: 18px;
  }
  .home-page-3 .about-section .about-content .admin-info .admin-content .admin-name {
    font-size: 20px;
  }
  .home-page-3 .about-section .about-content .admin-info .admin-image {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .home-page-3 .about-section .about-content .admin-info .admin-content {
    padding: 10px 0px;
  }
  .footer-section .footer-two .footer-content > p {
    font-size: 14px;
    line-height: 26px;
    margin: 0px auto 40px;
  }
  .footer-section .footer-two .footer-content .brand-logo {
    margin-bottom: 30px;
  }
  /* home 3 - end */
  /* blog 2 - start */
  .blog-section .image-blog-item .blog-content .blog-title .title-link {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-section .text-blog-item .blog-title .title-link {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-section .text-blog-item .post-meta {
    margin-bottom: 15px;
  }
  .blog-section .image-blog-item .blog-content .post-meta {
    margin-bottom: 15px;
  }
  /* blog 2 - end */
  /* blog details 1 - start */
  .blog-details-section .item-decoration {
    padding: 20px;
  }
  .blog-details-section .details-content .blog-title {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-details-section .details-content .post-meta {
    margin-bottom: 15px;
  }
  .blog-details-section .details-content blockquote {
    padding: 0px;
    padding-top: 40px;
  }
  .blog-details-section .details-content blockquote p {
    font-size: 14px;
  }
  .blog-details-section .details-content blockquote p:before {
    top: -40px;
    left: 0px;
    font-size: 36px;
    -webkit-transform: unset;
            transform: unset;
  }
  .blog-details-section .details-content p.mb-60 {
    margin-bottom: 30px;
  }
  .blog-details-section .details-content p.mb-30 {
    margin-bottom: 20px;
  }
  .blog-details-section .other-posts-filter .more-btn {
    margin: 20px 0px;
  }
  .blog-details-section .post-avatar .hero-image {
    width: 100px;
    height: 100px;
    margin-top: -60px;
    margin-bottom: 10px;
  }
  .blog-details-section .peoples-comment .comment-item .hero-image {
    float: none;
    display: table;
  }
  .blog-details-section .peoples-comment .comment-item .hero-content {
    width: 100%;
    display: table;
    margin-top: 20px;
    padding-left: 0px;
  }
  .blog-details-section .peoples-comment .comment-item .hero-content .reply-btn {
    position: static;
    margin-top: 20px;
  }
  .blog-details-section .details-content .tag-share-links .title-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .blog-details-section .details-content .tag-share-links .tag-links {
    margin-bottom: 30px;
  }
  .blog-details-section .details-content .tag-share-links .social-links {
    text-align: left !important;
  }
  .blog-details-section .details-content .tag-share-links .social-links > ul {
    float: none;
  }
  /* blog details 1 - end */
}

/* ====================================================================================================
5 - media screen and (max-width: 580px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 320px) {
  /* global - start */
  .rating-star ul li {
    font-size: 12px;
    margin-right: 2px;
  }
  .rating-star ul li:last-child {
    margin-right: 0px;
  }
  .section-title .big-title {
    font-size: 28px;
  }
  /* global - end */
  /* header - start */
  .sidebar-menu-wrapper .sidebar-menu {
    right: -320px;
    min-width: 300px;
    max-width: 300px;
    padding: 40px 30px;
  }
  /* header - end */
  /* sidebar - start */
  .sidebar-section .widget_recent_entries > ul > li .post-content .post-title .title-link {
    font-size: 12px;
  }
  /* sidebar - end */
  /* about 1 - start */
  .feature-section .feature-grid-item {
    padding: 50px 30px;
  }
  .counter-section .default-counter .counter-items-container > ul > li .counter-item .counter-text {
    font-size: 24px;
  }
  .counter-section .default-counter .counter-items-container > ul > li .counter-item .item-title {
    font-size: 12px;
  }
  /* about 1 - end */
  /* team 1 - start */
  .testimonial-section .testimonial-carousel .item .rating-star .review-text {
    font-size: 14px;
  }
  .testimonial-section .testimonial-carousel .item {
    padding: 30px 15px;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
    top: 50px;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
    top: 30px;
  }
  /* team 1 - end */
  /* service 1 - start */
  .service-section .service-grid-item-1 {
    padding: 0px;
  }
  /* service 1 - end */
  /* agent details 1 - start */
  .agent-details-section .agent-details-content .agent-info .contact-info > ul > li {
    font-size: 14px;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info > ul > li i {
    margin-right: 15px;
  }
  /* agent details 1 - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 30px;
  }
  .home-page-1 .approach-section .approach-content > strong,
  .feature-section .feature-big-item-1 .feature-content > strong {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  /* home 1 - end */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 36px;
  }
  .banner-section .banner-2 .banner-content .section-title .small-title {
    font-size: 18px;
  }
  .calltoaction-section .calltoaction-two .contact-info {
    text-align: center;
  }
  .calltoaction-section .calltoaction-two .contact-info ul > li .item-icon {
    float: none;
    width: 70px;
    height: 70px;
    display: table;
    font-size: 36px;
    line-height: 70px;
    border-radius: 100%;
    margin: 0px auto 20px;
  }
  .calltoaction-section .calltoaction-two .contact-info ul > li .item-content {
    width: 100%;
    display: table;
  }
}
/*# sourceMappingURL=style.css.map */