/*
** - Default CSS
** - Home Demo One CSS
** - Home Demo Two CSS
** - Home Demo Three CSS
** - About Us CSS
** - Service Details CSS
** - Property Details CSS
** - Blog Details CSS
** - Contact CSS
** - User CSS
** - FAQ CSS
** - Coming Soon CSS
** - Error CSS
** - Rules CSS
** - Go Top CSS
** - Loader CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");
/*----- Default CSS -----*/
.share_div {
  float: left;
}

.share_icons {
  width: 40px;
  padding: 5px;
  float: left;
}

.share_icons_wp {
  width: 30px;
  float: left;
}

body {
  font-family: "Work Sans", sans-serif;
  color: #2a2f38;
  background-color: #fff;
  font-size: 19px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #4F5561;
  font-family: "Lato", sans-serif;
}

p {
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

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

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-size: 12pt;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  background: #E1E1E1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.flag {
  float: left;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.container {
  max-width: 1170px;
}

.common-btn {
  display: inline-block;
  color: #fff;
  background-color: #FF6302;
  padding: 12px 25px;
  font-weight: 500;
  border: 0;
  transition: 0.5s;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.common-btn i {
  display: inline-block;
  font-size: 18px;
  margin-left: -1px;
  position: relative;
  top: 3px;
}

.common-btn:hover {
  color: #fff;
  background-color: #4F5561;
}

.common-btn.two {
  border-radius: 30px;
}

.section-title {
  text-align: center;
  margin-top: -5px;
  position: relative;
}

.section-title .sub-title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FF6302;
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.3;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.section-title p {
  margin-top: 10px;
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.section-title .counter-item {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.section-title .counter-item h3 {
  font-size: 70px;
  color: #3E1648;
  margin-bottom: 0;
}

.section-title .counter-item h3 .odometer {
  font-family: "Lato", sans-serif;
}

.section-title .counter-item h3 .target {
  margin-left: -8px;
  position: relative;
  top: 17px;
}

.section-title .counter-item p {
  margin-bottom: 0;
  margin-top: 0;
}

/*----- Home Demo One -----*/
/*-- Header --*/
.header-area {
  background-color: #f0f2f9;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9999;
  position: relative;
}

.header-area .left ul {
  margin: 0;
  padding: 0;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #e1e1e1;
  margin-right: 8px;
  padding-right: 10px;
}

.header-area .left ul li:last-child {
  border-right: 0;
}

.header-area .left ul li a {
  display: block;
  color: #4F5561;
  font-size: 18px;
  line-height: 18px;
}

.header-area .left ul li a:hover {
  transform: rotateY(360deg);
}

.header-area .right {
  text-align: right;
}

.header-area .right ul {
  margin: 0;
  padding: 0;
}

.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}

.header-area .right ul li a {
  display: block;
  color: #4F5561;
  font-size: 15px;
  border-right: 1px solid #e1e1e1;
  margin-right: 8px;
  padding-right: 10px;
}

.header-area .right ul li a:hover {
  color: #FF6302;
}

.header-area .right ul li .nice-select {
  border: 0;
  height: 50px;
  line-height: 35px;
  background-color: #fff;
  padding-left: 0;
  color: #4F5561;
  font-size: 15px;
}

.header-area .right ul li .nice-select:after {
  border-bottom: 2px solid #4F5561;
  border-right: 2px solid #4F5561;
  width: 6px;
  height: 6px;
}

.header-area .right ul li .nice-select ul {
  border-radius: 0;
}

.header-area .right ul li .nice-select ul li {
  display: block;
  font-size: 14px;
}

/*-- Nav Top --*/
.nav-top-area {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-top-area .left a {
  display: block;
}

.nav-top-area .right {
  text-align: right;
}

.nav-top-area .right ul {
  margin: 0;
  padding: 0;
}

.nav-top-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 35px;
  vertical-align: middle;
}

.nav-top-area .right ul li:last-child {
  margin-right: 0;
}

.nav-top-area .right ul li .inner {
  position: relative;
  padding-left: 35px;
  text-align: left;
}

.nav-top-area .right ul li .inner i {
  position: absolute;
  left: 0;
  color: #FF6302;
  border: 1px solid #FF6302;
  display: inline-block;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #FF6302;
  border-radius: 50%;
}

.nav-top-area .right ul li .inner a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #4F5561;
}

.nav-top-area .right ul li .inner a:hover {
  color: #FF6302;
}

.nav-top-area .right ul li .inner span {
  display: block;
}

.nav-top-area .right ul li .common-btn i {
  top: 2px;
  font-size: 19px;
}

/*-- Navbar --*/
.main-nav {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.5s;
}

.main-nav.menu-shrink {
  background: #4F5561;
  box-shadow: 0px 0px 25px -7px #e1e0e0;
}

.main-nav.menu-shrink:before {
  opacity: 0;
  visibility: hidden;
}

.main-nav.menu-shrink nav {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.main-nav.menu-shrink .side-nav .left {
  padding: 15px 25px;
}

.main-nav:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 35px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.main-nav nav {
  background-color: #4F5561;
  border-radius: 5px;
  padding-left: 50px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.5s;
}

.main-nav nav .navbar-nav {
  margin-left: 0;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item .sidenav_show {
  display: none;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #FF6302;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: unset;
  margin-left: 12px;
  margin-right: 12px;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #FF6302;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: #fff;
  border-top: 3px solid #FF6302;
  transition: all 0.2s ease-in-out;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #f4f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -3px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #FF6302;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: unset;
  padding: 12px 15px;
  color: #4F5561;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #FF6302;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: unset;
  right: -100%;
  top: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a {
  color: #FF6302;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: unset;
  padding: 12px 15px;
  color: #4F5561;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #FF6302;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.side-nav .left {
  display: inline-block;
  color: #fff;
  background-color: #3E1648;
  padding: 22px 50px;
  font-weight: 500;
}

.side-nav .left i {
  display: inline-block;
  font-size: 18px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.side-nav .left.two {
  margin-left: -4px;
  background-color: #3E1648;
  border-radius: 0 5px 5px 0;
  padding-left: 50px;
}

.side-nav .left.tree {
  margin-left: -4px;
  background-color: #FF6302;
  border-radius: 0 5px 5px 0;
  padding-left: 50px;
}

.side-nav .left:hover {
  color: #3E1648;
  background-color: #fff;
}

/*-- Banner --*/
.container-fluid-banner {
  background-image: url("../images/banner/tangier.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 300px;
}

.banner-area {
  overflow: hidden;
}

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

.banner-area .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  left: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 5px;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  transition: 0.5s;
  font-size: 30px;
}

.banner-area .owl-theme .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.banner-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 48%;
  right: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 5px;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  transition: 0.5s;
  font-size: 30px;
}

.banner-area .owl-theme .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.banner-area .owl-item.active .banner-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}

.banner-area .banner-slider-item {
  height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding-bottom: 400px !important;
}

.banner-area .banner-slider-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4F5561;
  opacity: .50;
}

.banner-area .tab .tabs_item {
  display: none;
}

.banner-area .tab .tabs_item:first-child {
  display: block;
}

.banner-slider-img-one {
  background-image: url("../images/banner/tangier.jpg");
  height: 500px !important;
}

.banner-slider-img-two {
  background-image: url("../images/banner/main2.jpg");
}

.banner-slider-img-three {
  background-image: url("../images/banner/main3.jpg");
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-content .banner-span {
  display: inline-block;
  color: #fff;
  background-color: #FF6302;
  font-weight: 500;
  border-radius: 30px;
  padding: 3px 18px;
  margin-bottom: 20px;
}

.banner-content h1 {
  font-size: 70px;
  color: #fff;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.banner-content form .banner-form-tag {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-content form .banner-form-tag li {
  margin-left: 5px;
  margin-right: 5px;
}

.banner-content form .banner-form-tag li.current a {
  color: #4F5561;
  background-color: #fff;
}

.banner-content form .banner-form-tag li a {
  display: block;
  color: #fff;
  background-color: #4F5561;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 18px;
}

.banner-content form .banner-form-tag li a:hover {
  color: #4F5561;
  background-color: #fff;
}

.banner-content form .banner-form-area {
  margin-top: 100px;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 210px;
  opacity: 0.90;
}

.banner-content form .banner-form-area .col-lg-4:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 80px;
  top: -15px;
  right: 0;
  border-right: 1px solid #e1e1e1;
}

.banner-content form .banner-form-area .form-group label {
  top: 12px;
  right: 0;
  font-size: 20px;
  margin-bottom: 0;
}

.banner-content form .banner-form-area .form-group .form-control {
  height: 150px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
}

.banner-content form .banner-form-area .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}

.banner-content form .button-area {
  position: absolute;
  top: 142px;
  right: 20px;
}

.banner-content form .button-area a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #4F5561;
  background-color: #f0f2f9;
  border-radius: 5px;
  line-height: 57px;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.banner-content form .button-area a:hover {
  color: #fff;
  background-color: #4F5561;
}

.banner-content form .button-area .common-btn {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 45px;
  padding-left: 45px;
  vertical-align: middle;
}

.banner-content form .button-area .common-btn i {
  top: 1px;
  margin-right: 3px;
}

/*-- Apartment --*/
.apartment-area .container-fluid {
  max-width: 1270px;
  margin-right: 0;
}

.apartment-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -75px;
  right: 105px;
}

.apartment-area .owl-theme .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px !important;
  border-radius: 5px;
  color: #4F5561 !important;
  background-color: transparent !important;
  border: 1px solid #4F5561;
  transition: 0.5s;
  font-size: 30px;
}

.apartment-area .owl-theme .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.apartment-area .owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px !important;
  border-radius: 5px;
  color: #4F5561 !important;
  background-color: transparent !important;
  border: 1px solid #4F5561;
  transition: 0.5s;
  font-size: 30px;
}

.apartment-area .owl-theme .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.apartment-area .section-title {
  text-align: left;
}

.apartment-area .section-title h2 {
  margin-left: 0;
}

.apartment-item {
  height: 350px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.apartment-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #3E1648 1%, rgba(255, 255, 255, 0) 93%);
  border-radius: 5px;
}

.apartment-item:hover .inner {
  bottom: 55px;
}

.apartment-item:hover .property-btn {
  opacity: 1;
  visibility: visible;
  left: 15px;
  top: 120px;
}

.apartment-item img {
  width: 100%;
  border-radius: 5px;
}

.apartment-item .inner {
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
  padding: 15px 15px 12px;
  transition: 0.5s;
}

.apartment-item .inner h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.apartment-item .inner h3 a {
  color: #fff;
}

.apartment-item .inner h3 a:hover {
  color: #FF6302;
}

.apartment-item .inner span {
  display: block;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.apartment-item .inner ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.apartment-item .inner ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-right: 1px solid #fff;
  margin-right: 4px;
  padding-right: 8px;
}

.apartment-item .inner ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.apartment-item .inner .common-btn {
  opacity: 0;
  visibility: hidden;
}

.apartment-item .property-btn {
  position: relative;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

/*-- Choose --*/
.choose-area {
  background-image: url("../images/banner/tangier2.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.choose-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4F5561;
  opacity: .70;
  z-index: -1;
}

.choose-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 220px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.choose-area .section-title h2 {
  color: #fff;
  max-width: 100%;
}

.choose-area .section-title p {
  color: #fff;
}

.choose-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
  box-shadow: 0px 23px 20px -6px #f1ecec;
  transition: 0.5s;
}

.choose-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4F5561;
  transition: 0.5s;
  border-radius: 5px;
  z-index: -1;
}

.choose-item:hover {
  transform: translate(0, -5px);
}

.choose-item:hover:before {
  height: 100%;
  background-color: #FF6302;
}

.choose-item:hover i {
  color: #fff;
}

.choose-item:hover i:after {
  background-color: #3E1648;
}

.choose-item:hover h3 {
  color: #fff;
}

.choose-item:hover p {
  color: #fff;
}

.choose-item i {
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  z-index: 1;
  color: #4F5561;
  margin-bottom: 30px;
  transition: 0.5s;
}

.choose-item i:after {
  position: absolute;
  content: '';
  left: -15px;
  bottom: -15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #e5eeff;
  z-index: -1;
  transition: 0.5s;
}

.choose-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  transition: 0.5s;
}

.choose-item p {
  margin-bottom: 0;
  transition: 0.5s;
}

/*-- Project --*/
.project-area .section-title {
  text-align: left;
  position: relative;
}

.project-area .section-title h2 {
  margin-left: 0;
}

.project-item {
  margin-bottom: 30px;
  text-align: center;
}

.project-item:hover .inner {
  background-color: #FF6302;
}

.project-item:hover .inner h3 a {
  color: #fff;
}

.project-item:hover .inner h3 a:hover {
  color: #4F5561;
}

.project-item:hover .inner span {
  color: #fff;
}

.project-item a {
  display: block;
}

.project-item a img {
  width: 100%;
  border-radius: 5px;
}

.project-item .inner {
  background-color: #fff;
  box-shadow: 0px 23px 20px -6px #f1ecec;
  padding: 25px 15px;
  border-radius: 0 15px 15px 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -51px;
  position: relative;
  transition: 0.5s;
}

.project-item .inner h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.project-item .inner h3 a {
  color: #4F5561;
}

.project-item .inner span {
  display: block;
  transition: 0.5s;
}

/*-- Find --*/
.find-area {
  background-image: url("../images/banner/tangier3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.find-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4F5561;
  opacity: .70;
}

.find-area .find-content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: -5px;
}

.find-area .find-content h2 {
  color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: -8px;
}

.find-area .find-content .common-btn {
  margin-left: 5px;
  margin-right: 5px;
}

.find-area .find-content .find-btn {
  background-color: #3E1648;
}

.find-area .find-content .find-btn:hover {
  background-color: #fff;
  color: #3E1648;
}

/*-- Services --*/
.services-area {
  background-color: #f9f9f9;
  z-index: 1;
  position: relative;
}

.services-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 230px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.services-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 15px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 5px 13px 25px -14px #e1e0e0;
}

.services-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3E1648;
  transition: 0.5s;
  z-index: -1;
}

.services-item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 30px;
  right: 0;
  background-color: #e1e1e1;
}

.services-item.right-border:after {
  display: none;
}

.services-item:hover:before {
  height: 100%;
}

.services-item:hover i {
  color: #FF6302;
  box-shadow: none;
  transform: rotateY(360deg);
}

.services-item:hover h3 a {
  color: #fff;
}

.services-item:hover h3 a:hover {
  color: #fff;
}

.services-item:hover p {
  color: #fff;
}

.services-item i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #4F5561;
  background-color: #fff;
  font-size: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 25px -8px #e1e0e0;
  margin-bottom: 20px;
  transition: 0.5s;
}

.services-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.services-item h3 a {
  color: #4F5561;
}

.services-item p {
  margin-bottom: 0;
  transition: 0.5s;
}

/*-- City --*/
.city-area .section-title {
  text-align: left;
}

.city-area .section-title h2 {
  margin-left: 0;
}

.city-item {
  margin-bottom: 30px;
  box-shadow: 0px 13px 25px -7px #e1e0e0;
  border-radius: 5px;
  transition: 0.5s;
  background-color: #fff;
}

.city-item:hover {
  transform: translate(0, -5px);
  background-color: #4F5561;
}

.city-item:hover .bottom h3 {
  color: #fff;
}

.city-item:hover .bottom span {
  color: #fff;
}

.city-item .top {
  position: relative;
}

.city-item .top img {
  width: 100%;
  border-radius: 5px;
}

.city-item .top .common-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.city-item .bottom {
  padding: 20px 20px;
  transition: 0.5s;
}

.city-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 8px;
  transition: 0.5s;
}

.city-item .bottom span {
  display: block;
  transition: 0.5s;
  font-size: 15px;
}

/*-- Properties --*/
.properties-area {
  background-color: #f9f9f9;
}

.properties-area .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.properties-area .section-title h2 {
  margin-left: 0;
}

.properties-area .container-fluid {
  max-width: 1270px;
  margin-right: 0;
}

.properties-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -80px;
  right: 105px;
}

.properties-area .owl-theme .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px !important;
  border-radius: 5px;
  color: #4F5561 !important;
  background-color: transparent !important;
  border: 1px solid #4F5561;
  transition: 0.5s;
  font-size: 30px;
}

.properties-area .owl-theme .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.properties-area .owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px !important;
  border-radius: 5px;
  color: #4F5561 !important;
  background-color: transparent !important;
  border: 1px solid #4F5561;
  transition: 0.5s;
  font-size: 30px;
}

.properties-area .owl-theme .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.property-item {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: 0.5s;
  margin-top: 5px;
}

.property-item:hover {
  transform: translate(0, -5px);
  background-color: #4F5561;
}

.property-item:hover .bottom h3 a {
  color: #fff;
}

.property-item:hover .bottom h3 a:hover {
  color: #FF6302;
}

.property-item:hover .bottom .location {
  color: #fff;
}

.property-item:hover .bottom .location:hover {
  color: #FF6302;
}

.property-item:hover .bottom ul li {
  color: #fff;
  border-right: 1px solid #fff;
}

.property-item .top {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.property-item .top img {
  width: 100%;
  border-radius: 5px;
}

.property-item .top span {
  display: inline-block;
  color: #fff;
  background-color: #FF6302;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 8px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.property-item .top span:nth-child(2) {
  right: 15px;
  top: 15px;
  left: unset;
  background-color: #4F5561;
}

.property-item .bottom {
  padding: 25px 25px;
}

.property-item .bottom span {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #FF6302;
  font-size: 15px;
}

.property-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.property-item .bottom h3 a {
  color: #4F5561;
}

.property-item .bottom h3 a:hover {
  color: #FF6302;
}

.property-item .bottom .location {
  display: block;
  color: #2a2f38;
  font-size: 15px;
  margin-bottom: 12px;
}

.property-item .bottom .location i {
  color: #FF6302;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.property-item .bottom .location:hover {
  color: #FF6302;
}

.property-item .bottom ul {
  margin: 0;
  padding: 0;
}

.property-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  color: #4F5561;
  border-right: 1px solid #4F5561;
  margin-right: 3px;
  padding-right: 8px;
  transition: 0.5s;
}

.property-item .bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/*-- Team --*/
.team-area {
  background-color: #4F5561;
}

.team-area .section-title {
  text-align: left;
}

.team-area .section-title h2 {
  color: #fff;
  margin-left: 0;
}

.team-area .section-title .counter-item p {
  color: #fff;
}

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

.team-area .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -65px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px !important;
  border-radius: 5px;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  transition: 0.5s;
  font-size: 30px;
}

.team-area .owl-theme .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.team-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -65px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px !important;
  border-radius: 5px;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  transition: 0.5s;
  font-size: 30px;
}

.team-area .owl-theme .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.team-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 30px 30px;
  border-radius: 5px;
}

.team-item .top {
  margin-bottom: 20px;
}

.team-item .top span {
  display: inline-block;
  color: #fff;
  background-color: #FF6302;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 8px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.team-item .top span:nth-child(2) {
  right: 30px;
  top: 30px;
  left: unset;
  background-color: #e5eeff;
  color: #4F5561;
}

.team-item .top img {
  border-radius: 50%;
  margin-top: 45px;
  margin-bottom: 20px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.team-item .top h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.team-item .top p {
  font-size: 15px;
  margin-bottom: 20px;
}

.team-item .top ul {
  margin: 0;
  padding: 0;
}

.team-item .top ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.team-item .top ul li a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #4F5561;
  background-color: #e5eeff;
  border-radius: 5px;
  font-size: 20px;
}

.team-item .top ul li a i {
  line-height: 35px;
}

.team-item .top ul li a:hover {
  color: #fff;
  background-color: #4F5561;
}

.team-item .bottom ul {
  margin: 0;
  padding: 0;
}

.team-item .bottom ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 5px;
}

.team-item .bottom ul li:last-child {
  margin-bottom: 0;
}

.team-item .bottom ul li i {
  display: inline-block;
  color: #FF6302;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.team-item .bottom ul li a {
  display: inline-block;
  color: #2a2f38;
}

.team-item .bottom ul li a:hover {
  color: #FF6302;
}

/*-- Partner --*/
.partner-area .owl-carousel .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.partner-item {
  text-align: center;
}

.partner-item:hover img {
  filter: grayscale(0%);
}

.partner-item img {
  transition: 0.5s;
  filter: grayscale(100%);
}

/*-- Subscribe --*/
.subscribe-area {
  background-image: url("../images/banner/tangier4.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.subscribe-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4F5561;
  opacity: .70;
}

.subscribe-area .section-title {
  text-align: left;
}

.subscribe-area .section-title h2 {
  margin-left: 0;
  color: #fff;
}

.subscribe-area .subscribe-content {
  position: relative;
  z-index: 1;
}

.subscribe-area .subscribe-content img {
  position: absolute;
  right: 0;
  bottom: -100px;
}

.subscribe-area .subscribe-content .form-control {
  height: 55px;
  border: 0;
  border-radius: 30px;
  display: inline-block;
  max-width: 455px;
  padding-left: 20px;
}

.subscribe-area .subscribe-content .form-control:focus {
  border: 0;
  box-shadow: none;
}

.subscribe-area .subscribe-content .common-btn {
  border-radius: 30px;
  height: 55px;
  margin-left: 15px;
}

.subscribe-area .subscribe-content .validation-danger {
  margin-top: 10px;
  color: #fff;
}

.subscribe-area .subscribe-content .validation-success {
  margin-top: 10px;
  color: #fff;
}

/*-- Footer --*/
.footer-item {
  margin-bottom: 30px;
}

.footer-item h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.footer-item .footer-logo .top {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
}

.footer-item .footer-logo .top .logo {
  display: block;
  margin-bottom: 10px;
}

.footer-item .footer-logo .top p {
  margin-bottom: 12px;
}

.footer-item .footer-logo .top ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo .top ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.footer-item .footer-logo .top ul li a {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  color: #4F5561;
  background-color: #fff;
  box-shadow: 0px 0px 25px -7px #e1e0e0;
  font-size: 16px;
}

.footer-item .footer-logo .top ul li a i {
  line-height: 30px;
}

.footer-item .footer-logo .top ul li a:hover {
  color: #fff;
  background-color: #FF6302;
}

.footer-item .footer-logo .bottom ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  max-width: 75px;
}

.footer-item .footer-logo .bottom ul li a {
  display: block;
  position: relative;
}

.footer-item .footer-logo .bottom ul li a:hover:before {
  width: 100%;
}

.footer-item .footer-logo .bottom ul li a:hover i {
  left: 50%;
  opacity: 1;
  visibility: visible;
}

.footer-item .footer-logo .bottom ul li a:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FF6302;
  opacity: .80;
  border-radius: 5px;
  transition: 0.5s;
}

.footer-item .footer-logo .bottom ul li a img {
  display: block;
  border-radius: 5px;
}

.footer-item .footer-logo .bottom ul li a i {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.footer-item .footer-links .top {
  float: right;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
  max-width: 100%;
}

.footer-item .footer-links .top .left {
  float: left !important;
  flex: 0 0 50%;
  max-width: 50%;
}

.footer-item .footer-links .top ul {
  margin: 0;
  padding: 20px;
  float: right;
}

.footer-item .footer-links .top ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
}

.footer-item .footer-links .top ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-links .top ul li a {
  display: block;
  color: #2a2f38;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  font-size: 13pt;
}

.footer-item .footer-links .top ul li a:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  background-color: #FF6302;
  transition: 0.5s;
}

.footer-item .footer-links .top ul li a:hover {
  color: #FF6302;
}

.footer-item .footer-links .top ul li a:hover:before {
  border-radius: 50%;
}

.footer-item .footer-links .bottom h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-item .footer-links .bottom ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-links .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
}

.footer-item .footer-links .bottom ul li a {
  display: block;
  font-weight: 500;
  color: #2a2f38;
  background-color: #fff;
  box-shadow: 0px 0px 25px -7px #e1e0e0;
  padding: 6px 15px;
  border-radius: 5px;
}

.footer-item .footer-links .bottom ul li a:hover {
  color: #fff;
  background-color: #4F5561;
}

.footer-item .footer-blog .inner {
  margin-bottom: 25px;
}

.footer-item .footer-blog .inner:last-child {
  margin-bottom: 0;
}

.footer-item .footer-blog .inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-item .footer-blog .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.footer-item .footer-blog .inner ul li:nth-child(1) {
  flex: 0 0 30%;
  max-width: 30%;
}

.footer-item .footer-blog .inner ul li:nth-child(2) {
  flex: 0 0 650%;
  max-width: 65%;
  margin-left: 10px;
}

.footer-item .footer-blog .inner ul li img {
  border-radius: 5px;
  width: 100%;
}

.footer-item .footer-blog .inner ul li a {
  display: block;
  color: #4F5561;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-item .footer-blog .inner ul li a:hover {
  color: #FF6302;
}

.footer-item .footer-blog .inner ul li span {
  display: block;
  font-size: 15px;
}

.footer-item .footer-contact .top {
  margin-bottom: 10px;
}

.footer-item .footer-contact .top ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-contact .top ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
}

.footer-item .footer-contact .top ul li:hover i {
  color: #fff;
  background-color: #FF6302;
}

.footer-item .footer-contact .top ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-contact .top ul li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FF6302;
  font-size: 16px;
  border: 1px solid #FF6302;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  top: 5px;
  left: 0;
}

.footer-item .footer-contact .top ul li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #4F5561;
}

.footer-item .footer-contact .top ul li a:hover {
  color: #FF6302;
}

.footer-item .footer-contact .top ul li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #4F5561;
}

.footer-item .footer-contact .top ul li span {
  display: block;
  font-size: 15px;
}

.footer-item .footer-contact .bottom {
  background-color: #fff;
  box-shadow: 0px 0px 25px -7px #e1e0e0;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

.footer-item .footer-contact .bottom i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FF6302;
  font-size: 16px;
  background-color: #ffe5e6;
  border-radius: 50%;
  margin-bottom: 10px;
}

.footer-item .footer-contact .bottom a {
  display: block;
  color: #FF6302;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.footer-item .footer-contact .bottom a:hover {
  color: #4F5561;
}

.footer-item .footer-contact .bottom span {
  font-size: 15px;
  display: block;
}

.copyright-area {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f4f4f4;
  margin-top: 70px;
}

.copyright-area p {
  font-size: 11pt !important;
  margin-bottom: 0;
  text-align: left;
}

.copyright-area p i {
  display: inline-block;
  position: relative;
  top: 1px;
}

.copyright-area p a {
  display: inline-block;
  font-weight: 400;
  color: #FF6302;
}

.copyright-area p a:hover {
  color: #4F5561;
}

.copyright-area .capconnect {
  float: right;
}

/*----- Home Demo Two -----*/
/*-- Nav Top --*/
.nav-top-area.two {
  background-color: #4F5561;
}

.nav-top-area.two .right ul li .inner a {
  color: #fff;
}

.nav-top-area.two .right ul li .inner a:hover {
  color: #FF6302;
}

.nav-top-area.two .right ul li .inner span {
  color: #fff;
}

.nav-top-area.two .right .common-btn i {
  margin-left: 0;
}

/*-- Navbar --*/
.main-nav.two.menu-shrink {
  background-color: #fff;
}

.main-nav.two:before {
  display: none;
}

.main-nav.two nav {
  background-color: #fff;
}

.main-nav.two nav .navbar-nav .nav-item a {
  color: #4F5561;
}

.main-nav.two nav .navbar-nav .nav-item a:hover, .main-nav.two nav .navbar-nav .nav-item a:focus, .main-nav.two nav .navbar-nav .nav-item a.active {
  color: #FF6302;
}

.side-nav.two .left {
  color: #4F5561;
  background-color: #e8e9eb;
}

.side-nav.two .left:hover {
  color: #fff;
  background-color: #4F5561;
}

.side-nav.two .left.two {
  background-color: #fff;
}

.side-nav.two .left.two:hover {
  background-color: #3E1648;
}

/*-- Banner --*/
.banner-area.two .banner-slider-item {
  background-color: #4F5561;
  height: 600px;
}

.banner-area.two .banner-slider-item .banner-shape img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 500px;
}

.banner-area.two .banner-slider-item:before {
  display: none;
}

.banner-area.two .banner-slider-item .banner-img {
  max-width: 1105px;
  position: relative;
  margin-left: auto;
}

.banner-area.two .banner-slider-item .banner-img img:nth-child(1) {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-area.two .banner-slider-item .banner-img img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.banner-area.two .banner-slider-item .banner-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FF6302;
  padding: 15px;
  text-align: left;
}

.banner-area.two .banner-slider-item .banner-bottom-right h3 {
  margin-bottom: 8px;
  font-size: 20px;
  position: relative;
  color: #fff;
}

.banner-area.two .banner-slider-item .banner-bottom-right h3 span {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.banner-area.two .banner-slider-item .banner-bottom-right .location {
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  display: block;
}

.banner-area.two .banner-slider-item .banner-bottom-right .location i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.banner-area.two .banner-slider-item .banner-bottom-right ul {
  margin: 0;
  padding: 0;
}

.banner-area.two .banner-slider-item .banner-bottom-right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
  color: #fff;
  position: relative;
}

.banner-area.two .banner-slider-item .banner-bottom-right ul li:last-child {
  margin-right: 0;
  text-align: right;
}

.banner-area.two .banner-slider-item .banner-bottom-right ul li i {
  display: inline-block;
  font-display: 16px;
  position: relative;
  top: 1px;
}

.banner-area.two .banner-slider-item .banner-bottom-right ul li a {
  display: inline-block;
  color: #fff;
  background-color: #4F5561;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 14px;
}

.banner-area.two .banner-slider-item .banner-bottom-right ul li a:hover {
  color: #4F5561;
  background-color: #fff;
}

.banner-area.two .banner-content {
  text-align: left;
  margin-top: 0;
}

.banner-area.two .banner-content h1 {
  max-width: 535px;
  margin-left: 0;
}

.banner-area.two .banner-content .btn-area .common-btn {
  border: 1px solid #FF6302;
}

.banner-area.two .banner-content .btn-area .common-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}

.banner-area.two .banner-content .btn-area .banner-btn {
  background-color: transparent;
  margin-left: 15px;
  border: 1px solid #fff;
}

.banner-area.two .banner-content .btn-area .banner-btn:hover {
  border: 1px solid #FF6302;
  background-color: #FF6302;
}

.banner-area.two .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
}

.banner-area.two .owl-theme .owl-nav .owl-prev {
  position: unset;
  top: 0;
  left: 0;
}

.banner-area.two .owl-theme .owl-nav .owl-next {
  position: unset;
  top: 0;
  right: 0;
}

/*-- Services --*/
.services-area.two {
  background-color: #fff;
}

.services-area.two:before {
  display: none;
}

.services-area.two .services-item {
  box-shadow: none;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  transition: 0.5s;
}

.services-area.two .services-item:hover {
  transform: translate(0, -5px);
  box-shadow: 0px 0px 20px -7px #e1e0e0;
  border: 1px solid transparent;
}

.services-area.two .services-item:hover i {
  box-shadow: 0px 0px 25px -8px #e1e0e0;
}

.services-area.two .services-item:hover h3 a {
  color: #4F5561;
}

.services-area.two .services-item:hover h3 a:hover {
  color: #FF6302;
}

.services-area.two .services-item:hover p {
  color: #2a2f38;
}

.services-area.two .services-item:before {
  display: none;
}

.services-area.two .services-item:after {
  display: none;
}

/*-- Property --*/
.properties-area.two .section-title {
  text-align: center;
}

.properties-area.two .section-title h2 {
  margin-left: auto;
}

/*-- Feature --*/
.feature-area {
  background-color: #4F5561;
  position: relative;
}

.feature-area .feature-shape img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 390px;
}

.feature-area .section-title h2 {
  color: #fff;
}

.feature-area .feature-item .feature-content {
  padding: 25px 20px 30px 35px;
  background-color: #fff;
}

.feature-area .feature-item .feature-content .top {
  margin-bottom: 15px;
}

.feature-area .feature-item .feature-content .top h3 {
  position: relative;
  margin-bottom: 8px;
  font-size: 22px;
  margin-top: -5px;
}

.feature-area .feature-item .feature-content .top h3 a {
  color: #4F5561;
}

.feature-area .feature-item .feature-content .top h3 a:hover {
  color: #FF6302;
}

.feature-area .feature-item .feature-content .top h3 span {
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  top: 3px;
  right: 0;
  color: #FF6302;
}

.feature-area .feature-item .feature-content .top .location {
  display: block;
  color: #2a2f38;
  font-size: 15px;
  margin-bottom: 8px;
}

.feature-area .feature-item .feature-content .top .location i {
  display: inline-block;
  color: #FF6302;
  position: relative;
  top: 1px;
}

.feature-area .feature-item .feature-content .top .location:hover {
  color: #FF6302;
}

.feature-area .feature-item .feature-content .bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.feature-area .feature-item .feature-content .bottom ul li {
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #e1e1e1;
  margin-right: 10px;
  padding-right: 14px;
}

.feature-area .feature-item .feature-content .bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.feature-area .feature-item .feature-content .bottom ul li h4 {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.feature-area .feature-item .feature-content .bottom ul li i {
  display: inline-block;
  color: #FF6302;
  margin-right: 3px;
  position: relative;
  top: 1px;
  font-size: 17px;
}

.feature-area .feature-item .feature-content .bottom ul li span {
  display: inline-block;
  font-size: 15px;
}

.feature-area .feature-item .feature-content .sell h4 {
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  color: #FF6302;
}

.feature-area .feature-item .feature-content .sell h4 a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #4F5561;
  padding: 4px 12px;
  border-radius: 5px;
  position: absolute;
  top: -3px;
  right: 0;
}

.feature-area .feature-item .feature-content .sell h4 a:hover {
  color: #fff;
  background-color: #FF6302;
}

.feature-area .feature-item .feature-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.feature-area .feature-item .feature-img.one {
  background-image: url("../images/feature1.jpg");
}

.feature-area .feature-item .feature-img.two {
  background-image: url("../images/feature2.jpg");
}

.feature-area .feature-item .feature-img.three {
  background-image: url("../images/feature3.jpg");
}

.feature-area .feature-item .feature-img img {
  display: none;
}

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

.feature-area .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 44%;
  left: -70px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 5px;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  transition: 0.5s;
  font-size: 30px;
}

.feature-area .owl-theme .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.feature-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 44%;
  right: -70px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 5px;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  transition: 0.5s;
  font-size: 30px;
}

.feature-area .owl-theme .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.feature-area .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 500px;
}

.feature-area .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  background: #fff;
  transition: 0.5s;
}

.feature-area .owl-theme .owl-dots .owl-dot.active span, .feature-area .owl-theme .owl-dots .owl-dot:hover span {
  background: #FF6302;
}

/*-- City --*/
.city-area.two .section-title {
  text-align: center;
}

.city-area.two .section-title h2 {
  margin-left: auto;
}

.city-area.two .city-item {
  margin-top: 15px;
  box-shadow: none;
}

.city-area.two .city-item:hover {
  transform: translate(0, 0);
  background-color: transparent;
}

.city-area.two .city-item:hover .bottom {
  background-color: #4F5561;
  box-shadow: none;
}

.city-area.two .city-item .top .common-btn {
  bottom: unset;
  top: -15px;
  padding: 8px 18px 8px 20px;
}

.city-area.two .city-item .bottom {
  max-width: 235px;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 5px;
  margin-top: -45px;
  position: relative;
  background-color: #fff;
}

.city-area.two .owl-theme .owl-nav {
  margin-top: 0;
}

.city-area.two .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 44%;
  left: -70px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 5px;
  color: #4F5561 !important;
  background-color: transparent !important;
  border: 1px solid #4F5561;
  transition: 0.5s;
  font-size: 30px;
}

.city-area.two .owl-theme .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

.city-area.two .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 44%;
  right: -70px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 5px;
  color: #4F5561 !important;
  background-color: transparent !important;
  border: 1px solid #4F5561;
  transition: 0.5s;
  font-size: 30px;
}

.city-area.two .owl-theme .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #FF6302 !important;
  border: 1px solid #FF6302;
}

/*-- Offer --*/
.offer-area {
  background-color: #f9f9f9;
}

.offer-item {
  margin-bottom: 30px;
}

.offer-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.offer-item ul:hover li i {
  color: #fff;
  background-color: #FF6302;
}

.offer-item ul li {
  list-style-type: none;
  display: inline-block;
}

.offer-item ul li:nth-child(1) {
  flex: 0 0 28%;
  max-width: 28%;
}

.offer-item ul li:nth-child(2) {
  flex: 0 0 65%;
  max-width: 65%;
  margin-left: 10px;
}

.offer-item ul li i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FF6302;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
  border-radius: 50%;
  font-size: 45px;
  transition: 0.5s;
}

.offer-item ul li h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.offer-item ul li h3 a {
  color: #4F5561;
}

.offer-item ul li h3 a:hover {
  color: #FF6302;
}

/*-- Office --*/
.office-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.office-item:hover:before {
  opacity: 0;
  visibility: hidden;
}

.office-item:hover:after {
  opacity: .80;
  visibility: visible;
}

.office-item:hover .inner {
  top: 50%;
}

.office-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(24, 37, 62, 0.783261) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.5s;
}

.office-item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FF6302;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.office-item img {
  width: 100%;
  height: 400px;
}

.office-item .inner {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 1;
}

.office-item .inner h3 {
  margin-bottom: 5px;
  font-size: 22px;
}

.office-item .inner h3 a {
  color: #fff;
}

.office-item .inner h3 a:hover {
  color: #4F5561;
}

.office-item .inner span {
  display: block;
  font-size: 15px;
  color: #fff;
}

/*-- Services --*/
.services-area-three {
  position: relative;
}

.services-area-three .service-shape img {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 455px;
}

.services-area-three .services-item-three {
  border-radius: 5px;
  padding: 30px 25px;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

.services-area-three .services-item-three:hover {
  background-color: #4F5561;
  border: 1px solid #4F5561;
}

.services-area-three .services-item-three:hover img {
  top: -50px;
  right: -50px;
}

.services-area-three .services-item-three:hover i {
  color: #FF6302;
}

.services-area-three .services-item-three:hover h3 a {
  color: #fff;
}

.services-area-three .services-item-three:hover h3 a:hover {
  color: #FF6302;
}

.services-area-three .services-item-three:hover p {
  color: #fff;
}

.services-area-three .services-item-three img {
  position: absolute;
  top: -75px;
  right: -75px;
  max-width: 140px;
  z-index: -1;
  transition: 0.5s;
}

.services-area-three .services-item-three i {
  color: #4F5561;
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: -5px;
  transition: 0.5s;
}

.services-area-three .services-item-three h3 {
  font-size: 22px;
  margin-bottom: 13px;
}

.services-area-three .services-item-three h3 a {
  color: #4F5561;
}

.services-area-three .services-item-three p {
  transition: 0.5s;
}

/*-- Testimonial --*/
.testimonial-area {
  background-image: url("../images/testimonial-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.testimonial-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FF6302;
  opacity: .80;
}

.testimonial-area .section-title h2 {
  color: #fff;
}

.testimonial-area .section-title span {
  color: #fff;
}

.testimonial-area .testimonial-item {
  position: relative;
  z-index: 1;
}

.testimonial-area .testimonial-item .top {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 40px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.testimonial-area .testimonial-item .top:before {
  position: absolute;
  content: '';
  bottom: -35px;
  left: 150px;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 39px solid #fff;
}

.testimonial-area .testimonial-item .top p {
  font-size: 18px;
  font-weight: 500;
}

.testimonial-area .testimonial-item .bottom {
  margin-left: 80px;
}

.testimonial-area .testimonial-item .bottom ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.testimonial-area .testimonial-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
}

.testimonial-area .testimonial-item .bottom ul li:nth-child(1) {
  flex: 0 0 15%;
  max-width: 15%;
}

.testimonial-area .testimonial-item .bottom ul li:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 10px;
}

.testimonial-area .testimonial-item .bottom ul li img {
  border-radius: 5px;
}

.testimonial-area .testimonial-item .bottom ul li h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
}

.testimonial-area .testimonial-item .bottom ul li span {
  display: block;
  color: #fff;
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  margin-bottom: -10px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0;
  transition: 0.5s;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span, .testimonial-area .owl-theme .owl-dots .owl-dot:hover span {
  background: #4F5561;
}

/*----- Home Demo Three -----*/
/*-- Banner --*/
.banner-slider-img-four {
  background-image: url("../images/banner/main7.jpg");
}

.banner-slider-img-five {
  background-image: url("../images/banner/main8.jpg");
}

.banner-area.three .banner-slider-item {
  height: 600px;
}

.banner-area.three .banner-slider-item:before {
  display: none;
}

.banner-area.three .banner-slider-item .banner-apartment-info {
  padding: 30px 20px 30px 30px;
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 485px;
  margin-top: 50px;
}

.banner-area.three .banner-slider-item .banner-apartment-info:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4F5561;
  opacity: .95;
  z-index: -1;
  border-radius: 5px;
}

.banner-area.three .banner-slider-item .banner-apartment-info .top {
  margin-bottom: 15px;
}

.banner-area.three .banner-slider-item .banner-apartment-info .top h3 {
  position: relative;
  margin-bottom: 8px;
  font-size: 22px;
}

.banner-area.three .banner-slider-item .banner-apartment-info .top h3 a {
  color: #fff;
}

.banner-area.three .banner-slider-item .banner-apartment-info .top h3 a:hover {
  color: #FF6302;
}

.banner-area.three .banner-slider-item .banner-apartment-info .top h3 span {
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
}

.banner-area.three .banner-slider-item .banner-apartment-info .top .location {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 8px;
}

.banner-area.three .banner-slider-item .banner-apartment-info .top .location i {
  display: inline-block;
  color: #FF6302;
  position: relative;
  top: 1px;
}

.banner-area.three .banner-slider-item .banner-apartment-info .top .location:hover {
  color: #FF6302;
}

.banner-area.three .banner-slider-item .banner-apartment-info .bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.banner-area.three .banner-slider-item .banner-apartment-info .bottom ul li {
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #e1e1e1;
  margin-right: 10px;
  padding-right: 14px;
}

.banner-area.three .banner-slider-item .banner-apartment-info .bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.banner-area.three .banner-slider-item .banner-apartment-info .bottom ul li h4 {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.banner-area.three .banner-slider-item .banner-apartment-info .bottom ul li i {
  display: inline-block;
  color: #FF6302;
  margin-right: 3px;
  position: relative;
  top: 1px;
  font-size: 17px;
}

.banner-area.three .banner-slider-item .banner-apartment-info .bottom ul li span {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.banner-area.three .banner-slider-item .banner-apartment-info .sell h4 {
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  color: #fff;
}

.banner-area.three .banner-slider-item .banner-apartment-info .sell h4 a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #FF6302;
  padding: 4px 12px;
  border-radius: 5px;
  position: absolute;
  top: -3px;
  right: 0;
}

.banner-area.three .banner-slider-item .banner-apartment-info .sell h4 a:hover {
  color: #fff;
  background-color: #4F5561;
}

.banner-area.three .owl-theme .owl-nav .owl-prev {
  color: #4F5561 !important;
  background-color: #fff !important;
}

.banner-area.three .owl-theme .owl-nav .owl-prev:hover {
  color: #fff !important;
  background: #FF6302 !important;
}

.banner-area.three .owl-theme .owl-nav .owl-next {
  color: #4F5561 !important;
  background-color: #fff !important;
}

.banner-area.three .owl-theme .owl-nav .owl-next:hover {
  color: #fff !important;
  background: #FF6302 !important;
}

/*-- Partner --*/
.partner-area.two {
  background-color: #f9f9f9;
}

.partner-area.two .partner-item img {
  filter: grayscale(0%);
}

/*-- Provide --*/
.provide-area .provide-img {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}

.provide-area .provide-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 15px;
  left: -15px;
  border-radius: 5px;
  border: 2px solid #4F5561;
  z-index: -1;
}

.provide-area .provide-img img {
  width: 100%;
  border-radius: 5px;
}

.provide-area .provide-content {
  margin-bottom: 30px;
}

.provide-area .provide-content .section-title {
  text-align: left;
}

.provide-area .provide-content .section-title h2 {
  margin-left: 0;
}

.provide-area .provide-content .section-title p {
  margin-left: 0;
}

.provide-area .provide-content .inner {
  display: flex;
  flex-wrap: wrap;
}

.provide-area .provide-content .inner .left {
  flex: 0 0 50%;
  max-width: 50%;
}

.provide-area .provide-content .inner .right {
  flex: 0 0 50%;
  max-width: 50%;
}

.provide-area .provide-content .inner ul {
  margin: 0;
  padding: 0;
}

.provide-area .provide-content .inner ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 25px;
}

.provide-area .provide-content .inner ul li:last-child {
  margin-bottom: 0;
}

.provide-area .provide-content .inner ul li i {
  display: inline-block;
  font-size: 55px;
  color: #FF6302;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 55px;
}

.provide-area .provide-content .inner ul li h3 {
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

/*-- Project --*/
.project-area.two .section-title {
  text-align: center;
}

.project-area.two .section-title h2 {
  margin-left: auto;
}

/*-- Blog --*/
.blog-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px #f4f4f4;
  border-radius: 5px;
  transition: 0.5s;
}

.blog-item:hover {
  transform: translate(0, -5px);
}

.blog-item .top a {
  display: block;
}

.blog-item .top a img {
  width: 100%;
  border-radius: 5px;
}

.blog-item .bottom {
  padding: 25px;
}

.blog-item .bottom .tips {
  display: inline-block;
  color: #fff;
  background-color: #FF6302;
  border-radius: 30px;
  padding: 3px 12px;
  font-size: 14px;
  margin-bottom: 12px;
}

.blog-item .bottom h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
}

.blog-item .bottom h3 a {
  color: #4F5561;
}

.blog-item .bottom h3 a:hover {
  color: #FF6302;
}

.blog-item .bottom ul {
  margin: 0;
  padding: 0;
}

.blog-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.blog-item .bottom ul li i {
  display: inline-block;
  color: #FF6302;
  margin-right: 2px;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.blog-item .bottom ul li span {
  display: inline-block;
}

.blog-item .bottom ul li a {
  display: inline-block;
  color: #2a2f38;
}

.blog-item .bottom ul li a:hover {
  color: #FF6302;
}

/*----- About -----*/
.main-nav.three:before {
  display: none;
}

.page-title-area {
  height: 0px;
}

.about-area {
  background-color: #f9f9f9;
}

.about-area .about-img {
  margin-bottom: 30px;
}

.about-area .about-img img {
  width: 100%;
  border-radius: 5px;
}

.about-area .about-content {
  margin-bottom: 30px;
}

.about-area .about-content .section-title {
  text-align: left;
}

.about-area .about-content .section-title h2 {
  margin-left: 0;
}

.about-area .about-content .section-title p {
  margin-left: 0;
}

.about-area .about-content .section-title .about-p {
  font-weight: 500;
}

.about-area .about-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
}

.about-area .about-content ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  position: relative;
}

.about-area .about-content ul li:nth-child(1) {
  background-color: #FF6302;
  padding: 20px 15px 20px;
  flex: 0 0 30%;
  max-width: 30%;
  border-radius: 5px 0 0 5px;
}

.about-area .about-content ul li:nth-child(2) {
  flex: 0 0 55%;
  max-width: 55%;
}

.about-area .about-content ul li:nth-child(2) img {
  width: 100%;
  height: 140px;
  border-radius: 0 5px 5px 0;
}

.about-area .about-content ul li h3 {
  font-size: 50px;
  margin-bottom: 5px;
  color: #fff;
  margin-top: -20px;
}

.about-area .about-content ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
}

.about-area .about-content ul li .js-modal-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #4F5561;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  transition: 0.5s;
  padding: 0;
}

.about-area .about-content ul li .js-modal-btn i {
  line-height: 50px;
}

.about-area .about-content ul li .js-modal-btn:hover {
  color: #fff;
  background-color: #FF6302;
}

.provide-area.two .provide-img:before {
  left: unset;
  right: -15px;
}

/*----- Service Details -----*/
.title-bg-two {
  background-image: url("../images/title-bg2.jpg");
}

.service-details-area .details-item .service-details-slider {
  margin-bottom: 25px;
}

.service-details-area .details-item .service-details-slider .slider-item img {
  border-radius: 5px;
}

.service-details-area .details-item .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.service-details-area .details-item .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0;
  transition: 0.5s;
}

.service-details-area .details-item .owl-theme .owl-dots .owl-dot.active span, .service-details-area .details-item .owl-theme .owl-dots .owl-dot:hover span {
  background: #FF6302;
}

.service-details-area .details-item h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.service-details-area .details-item p {
  margin-bottom: 18px;
}

.service-details-area .details-item p:last-child {
  margin-bottom: 25px;
}

.service-details-area .details-item .list {
  display: flex;
  flex-wrap: wrap;
}

.service-details-area .details-item .list .left {
  flex: 0 0 50%;
  max-width: 50%;
}

.service-details-area .details-item .list .right {
  flex: 0 0 50%;
  max-width: 50%;
}

.service-details-area .details-item .list ul {
  margin: 0;
  padding: 0;
}

.service-details-area .details-item .list ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 500;
}

.service-details-area .details-item .list ul li:hover i {
  background-color: #4F5561;
}

.service-details-area .details-item .list ul li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #FF6302;
  border-radius: 50%;
  font-size: 15px;
  margin-right: 3px;
  transition: 0.5s;
}

.service-details-area .details-item .img {
  margin-bottom: 30px;
  margin-top: 5px;
}

.service-details-area .details-item .img img {
  width: 100%;
  border-radius: 5px;
}

.service-details-area .details-item h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.common-details-contact {
  padding: 30px 30px;
  box-shadow: 0px 0px 20px 0px #fafafa;
  position: relative;
  z-index: 2;
}

.common-details-contact h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: -5px;
  color: #FF6302;
}

.common-details-contact .form-group {
  margin-bottom: 15px;
}

.common-details-contact .form-group .form-control {
  height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-left: 15px;
  transition: 0.5s;
}

.common-details-contact .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #FF6302;
}

.common-details-contact .form-group textarea {
  height: auto !important;
}

.widget-area .widget-item {
  box-shadow: 0px 0px 20px 0px #f4f4f4;
  padding: 25px 25px;
  margin-bottom: 30px;
}

.widget-area .widget-item:last-child {
  margin-bottom: 0;
}

.widget-area .widget-item h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  margin-top: -4px;
}

.widget-area .widget-item h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #FF6302;
}

.widget-area .search form {
  position: relative;
}

.widget-area .search form .form-control {
  height: 55px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  padding-left: 20px;
  transition: 0.5s;
}

.widget-area .search form .form-control:focus {
  box-shadow: none;
  border: 1px solid #FF6302;
}

.widget-area .search form .btn {
  padding: 0;
  position: absolute;
  top: 11px;
  right: 20px;
  color: #4F5561;
  font-size: 25px;
  transition: 0.5s;
  border: 0;
}

.widget-area .search form .btn:hover {
  color: #FF6302;
}

.widget-area .categories ul {
  margin: 0;
  padding: 0;
}

.widget-area .categories ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.widget-area .categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .categories ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 9px;
  left: 0;
  background-color: #FF6302;
}

.widget-area .categories ul li a {
  display: block;
  color: #4F5561;
  font-weight: 500;
}

.widget-area .categories ul li a:hover {
  color: #FF6302;
}

.widget-area .popular .inner {
  margin-bottom: 30px;
}

.widget-area .popular .inner:last-child {
  margin-bottom: 0;
}

.widget-area .popular .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.widget-area .popular .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.widget-area .popular .inner ul li:nth-child(1) {
  flex: 0 0 25%;
  max-width: 25%;
}

.widget-area .popular .inner ul li:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 10px;
}

.widget-area .popular .inner ul li img {
  border-radius: 5px;
  width: 100%;
}

.widget-area .popular .inner ul li h4 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
}

.widget-area .popular .inner ul li h4 a {
  color: #4F5561;
}

.widget-area .popular .inner ul li h4 a:hover {
  color: #FF6302;
}

.widget-area .popular .inner ul li .location {
  display: block;
  color: #2a2f38;
  font-size: 15px;
}

.widget-area .popular .inner ul li .location i {
  display: inline-block;
  color: #FF6302;
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.widget-area .popular .inner ul li .location:hover {
  color: #FF6302;
}

.widget-area .tags h3 {
  margin-bottom: 12px;
}

.widget-area .tags ul {
  margin: 0;
  padding: 0;
}

.widget-area .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 4px;
  margin-top: 8px;
}

.widget-area .tags ul li a {
  display: block;
  color: #4F5561;
  box-shadow: 0px 0px 15px 0px #f1f1f1;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 500;
}

.widget-area .tags ul li a:hover {
  color: #fff;
  background-color: #4F5561;
}

.pagination-area {
  text-align: center;
}

.pagination-area ul {
  margin: 0;
  padding: 0;
}

.pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}

.pagination-area ul li a {
  display: block;
  color: #4F5561;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px #e1dfdf;
  padding: 4px 12px;
  border-radius: 5px;
  font-weight: 500;
}

.pagination-area ul li a.active, .pagination-area ul li a:hover {
  color: #fff;
  background-color: #FF6302;
}

/*----- Property Details -----*/
.common-img-details {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.common-img-details span {
  display: inline-block;
  color: #fff;
  background-color: #FF6302;
  border-radius: 5px;
  padding: 3px 12px;
  font-size: 14px;
  margin-bottom: 10px;
}

.common-img-details h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.common-img-details ul {
  margin: 0;
  padding: 0;
}

.common-img-details ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.common-img-details ul li i {
  display: inline-block;
  color: #FF6302;
  font-size: 15px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.common-img-details ul li a {
  display: inline-block;
  color: #2a2f38;
}

.common-img-details ul li a:hover {
  color: #FF6302;
}

blockquote {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
  padding: 30px 30px 30px 45px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  margin-left: 30px;
}

blockquote i {
  display: inline-block !important;
  position: absolute;
  top: 43px;
  left: -30px;
  width: 55px;
  height: 55px;
  line-height: 55px !important;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #FF6302;
  border-radius: 50%;
}

.property-details-area .details-item .property-details-slider {
  margin-bottom: 20px;
}

.property-details-area .details-item .property-details-slider .slider-item img {
  border-radius: 5px;
}

.property-details-area .details-item .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.property-details-area .details-item .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0;
  transition: 0.5s;
}

.property-details-area .details-item .owl-theme .owl-dots .owl-dot.active span, .property-details-area .details-item .owl-theme .owl-dots .owl-dot:hover span {
  background: #FF6302;
}

.property-details-area .details-item p {
  margin-bottom: 5px;
}

.property-details-area .details-item .video-item {
  position: relative;
  margin-bottom: 25px;
}

.property-details-area .details-item .video-item img {
  border-radius: 5px;
}

.property-details-area .details-item .video-item .video-wrap {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.property-details-area .details-item .video-item .video-wrap .js-modal-btn {
  z-index: 5;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  font-size: 55px;
  text-align: center;
  color: #FF6302;
  transition: 0.5s;
}

.property-details-area .details-item .video-item .video-wrap .js-modal-btn i {
  line-height: 78px;
}

.property-details-area .details-item .video-item .video-wrap .js-modal-btn:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}

.property-details-area .details-item .video-item .video-wrap .js-modal-btn:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
}

.property-details-area .details-item .video-item .video-wrap .js-modal-btn:hover {
  color: #fff;
}

.property-details-area .details-item .video-item .video-wrap .js-modal-btn:hover:before {
  background-color: #FF6302;
}

.property-details-area .details-item .video-item .video-wrap .js-modal-btn:hover:after {
  background-color: #FF6302;
}

.property-details-area .details-item .information {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.property-details-area .details-item .information h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.property-details-area .details-item .information ul {
  margin: 0;
  padding: 0;
}

.property-details-area .details-item .information ul li {
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #e1e1e1;
  margin-right: 10px;
  padding-right: 14px;
}

.property-details-area .details-item .information ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.property-details-area .details-item .information ul li h4 {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.property-details-area .details-item .information ul li i {
  display: inline-block;
  color: #FF6302;
  margin-right: 3px;
  position: relative;
  top: 5px;
  font-size: 25px;
}

.property-details-area .details-item .information ul li span {
  display: inline-block;
  font-size: 15px;
}

.property-details-area .details-item .information-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.property-details-area .details-item .information-list .left {
  flex: 0 0 50%;
  max-width: 50%;
}

.property-details-area .details-item .information-list .right {
  flex: 0 0 50%;
  max-width: 50%;
}

.property-details-area .details-item .information-list ul {
  margin: 0;
  padding: 0;
}

.property-details-area .details-item .information-list ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.property-details-area .details-item .information-list ul li:last-child {
  margin-bottom: 0;
}

.property-details-area .details-item .information-list ul li i {
  font-size: 17px;
  position: relative;
  top: 1px;
  margin-right: 2px;
  color: #FF6302;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.properties-area.three {
  background-color: #fff;
}

.properties-area.three .property-item {
  background-color: #f9f9f9;
}

.properties-area.three .property-item:hover {
  background-color: #4F5561;
}

/*----- Blog Details -----*/
.blog-details-area .details-item img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blog-details-area .details-item p {
  margin-bottom: 5px;
}

.blog-details-area .details-item .video-item {
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-details-area .details-item .video-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.blog-details-area .details-item .video-item ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.blog-details-area .details-item .video-item ul li:nth-child(1) {
  flex: 0 0 30%;
  max-width: 30%;
}

.blog-details-area .details-item .video-item ul li:nth-child(2) {
  flex: 0 0 65%;
  max-width: 65%;
  margin-left: 15px;
}

.blog-details-area .details-item .video-item ul li .js-modal-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #4F5561;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  transition: 0.5s;
  padding: 0;
}

.blog-details-area .details-item .video-item ul li .js-modal-btn i {
  line-height: 50px;
}

.blog-details-area .details-item .video-item ul li .js-modal-btn:hover {
  color: #fff;
  background-color: #FF6302;
}

.blog-details-area .details-item .video-item ul li img {
  margin-bottom: 0;
}

.blog-details-area .details-item blockquote {
  margin-bottom: 22px;
}

.blog-details-area .details-item .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-details-area .details-item .tags .left {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-area .details-item .tags .left ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-item .tags .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
}

.blog-details-area .details-item .tags .left ul li span {
  font-weight: 500;
  display: inline-block;
}

.blog-details-area .details-item .tags .left ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #4F5561;
  border-radius: 5px;
}

.blog-details-area .details-item .tags .left ul li a i {
  line-height: 30px;
}

.blog-details-area .details-item .tags .left ul li a:hover {
  color: #fff;
  background-color: #FF6302;
}

.blog-details-area .details-item .tags .right {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-details-area .details-item .tags .right ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-item .tags .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 6px;
  position: relative;
}

.blog-details-area .details-item .tags .right ul li:before {
  position: absolute;
  content: ',';
  top: 0;
  right: -5px;
  color: #2a2f38;
}

.blog-details-area .details-item .tags .right ul li:first-child:before {
  display: none;
}

.blog-details-area .details-item .tags .right ul li:last-child:before {
  display: none;
}

.blog-details-area .details-item .tags .right ul li span {
  font-weight: 500;
  display: inline-block;
}

.blog-details-area .details-item .tags .right ul li a {
  display: inline-block;
  font-weight: 500;
  color: #FF6302;
}

.blog-details-area .details-item .tags .right ul li a:hover {
  color: #4F5561;
}

.blog-details-area .details-item .comments {
  margin-bottom: 30px;
}

.blog-details-area .details-item .comments h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.blog-details-area .details-item .comments ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-item .comments ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 25px;
  position: relative;
  padding-left: 100px;
}

.blog-details-area .details-item .comments ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-item .comments ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #FF6302;
  max-width: 85px;
}

.blog-details-area .details-item .comments ul li h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .comments ul li p {
  margin-bottom: 15px;
}

.blog-details-area .details-item .comments ul li a {
  display: inline-block;
  margin-right: 15px;
  color: #FF6302;
  font-size: 15px;
}

.blog-details-area .details-item .comments ul li a i {
  display: inline-block;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.blog-details-area .details-item .comments ul li a:hover {
  color: #4F5561;
}

.blog-details-area .details-item .comments ul li span {
  display: inline-block;
  font-size: 15px;
}

.blog-details-area .widget-area .categories ul li a {
  position: relative;
}

.blog-details-area .widget-area .categories ul li a span {
  position: absolute;
  top: 0;
  right: 0;
}

.title-bg-four {
  background-image: url("../images/title-bg4.jpg");
}

/*----- Contact -----*/
.title-bg-five {
  background-image: url("../images/title-bg5.jpg");
}

.contact-area #contactForm {
  margin-bottom: 30px;
  background-color: #f1f1f1;
  padding: 30px 30px;
  border-radius: 5px;
}

.contact-area #contactForm .section-title {
  text-align: left;
}

.contact-area #contactForm .section-title h2 {
  margin-left: 0;
}

.contact-area #contactForm .form-group {
  margin-bottom: 20px;
}

.contact-area #contactForm .form-group .form-control {
  border-radius: 30px;
  height: 50px;
  border: 0;
  padding-left: 25px;
}

.contact-area #contactForm .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}

.contact-area #contactForm .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.contact-area #contactForm .form-group .form-check .form-check-label {
  color: #2a2f38;
}

.contact-area #contactForm .form-group .form-check .form-check-label a {
  display: inline-block;
  color: #2a2f38;
  font-weight: 600;
}

.contact-area #contactForm .form-group .form-check .form-check-label a:hover {
  color: #FF6302;
}

.contact-area #contactForm .form-group .form-check .form-check-input {
  margin-left: -25px;
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin-top: 3px;
  border: 1px solid #4F5561;
}

.contact-area #contactForm .form-group .form-check .form-check-input:focus {
  box-shadow: none;
  border: 1px solid #4F5561;
}

.contact-area #contactForm .form-group .form-check .form-check-input:checked {
  background-color: #4F5561;
}

.contact-area #contactForm .common-btn {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.contact-area #contactForm .list-unstyled {
  color: #dc3545 !important;
  margin-top: 10px;
}

.contact-area #contactForm .text-danger {
  color: #dc3545 !important;
  margin-top: 10px;
}

.contact-area #contactForm .text-success {
  color: #28a745 !important;
  margin-top: 10px;
}

.contact-area .contact-info {
  margin-bottom: 30px;
  background-color: #f1f1f1;
  padding: 30px 30px;
  border-radius: 5px;
}

.contact-area .contact-info h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.contact-area .contact-info p {
  margin-bottom: 25px;
}

.contact-area .contact-info .info {
  margin: 0;
  padding: 0;
}

.contact-area .contact-info .info li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.contact-area .contact-info .info li:last-child {
  margin-bottom: 0;
}

.contact-area .contact-info .info li i {
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #FF6302;
  color: #FF6302;
  border-radius: 50%;
}

.contact-area .contact-info .info li a {
  display: block;
  color: #2a2f38;
  margin-bottom: 3px;
  font-weight: 500;
}

.contact-area .contact-info .info li a:last-child {
  margin-bottom: 0;
}

.contact-area .contact-info .info li a:hover {
  color: #FF6302;
}

.map-area {
  background-color: #F5F5F5;
}

.map-area #map {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 10px;
}

/*----- User -----*/
.user-area .user-item {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.user-area .user-item h2 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -4px;
  font-size: 25px;
  position: relative;
}

.user-area .user-item h2:before {
  position: absolute;
  content: '';
  width: 85px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF6302;
}

.user-area .user-item h2:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF6302;
}

.user-area .user-item .form-group {
  margin-bottom: 20px;
}

.user-area .user-item .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 30px;
  padding-left: 25px;
  background-color: #F5F5F5;
}

.user-area .user-item .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}

.user-area .user-item .form-group .form-check .form-check-label {
  color: #2a2f38;
}

.user-area .user-item .form-group .form-check .form-check-label a {
  display: inline-block;
  color: #2a2f38;
  font-weight: 600;
}

.user-area .user-item .form-group .form-check .form-check-label a:hover {
  color: #FF6302;
}

.user-area .user-item .form-group .form-check .form-check-input {
  margin-left: -25px;
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin-top: 3px;
  border: 1px solid #4F5561;
}

.user-area .user-item .form-group .form-check .form-check-input:focus {
  box-shadow: none;
  border: 1px solid #4F5561;
}

.user-area .user-item .form-group .form-check .form-check-input:checked {
  background-color: #4F5561;
}

.user-area .user-item .common-btn {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border-radius: 30px;
}

.user-area .user-item h4 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 19px;
  position: relative;
  text-align: center;
}

.user-area .user-item h4:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #ddd;
}

.user-area .user-item h4:after {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #ddd;
}

.user-area .user-item ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}

.user-area .user-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.user-area .user-item ul li:last-child {
  margin-bottom: 0;
}

.user-area .user-item ul li a {
  display: block;
  color: #fff;
  background-color: #3B5998;
  border-radius: 30px;
  border: 1px solid #3B5998;
  padding: 10px 12px;
  font-weight: 600;
}

.user-area .user-item ul li a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.user-area .user-item ul li a:hover {
  color: #3B5998;
  background-color: #fff;
}

.user-area .user-item ul li:nth-child(2) a {
  background-color: #DB3236;
  border: 1px solid #DB3236;
}

.user-area .user-item ul li:nth-child(2) a:hover {
  color: #DB3236;
  background-color: #fff;
}

.user-area .user-item h5 {
  margin-bottom: 0;
  font-weight: 500;
  color: #2a2f38;
  font-size: 19px;
  text-align: center;
}

.user-area .user-item h5 a {
  color: #FF6302;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #FF6302;
}

.user-area .user-item h5 a:hover {
  color: #2a2f38;
  border-bottom: 1px solid #2a2f38;
}

.team-area.two {
  background-color: #fff;
}

.team-area.two .section-title {
  text-align: center;
}

.team-area.two .section-title h2 {
  margin-left: auto;
  color: #4F5561;
}

.team-area.two .team-item {
  background-color: #fafafa;
  transition: 0.5s;
}

.team-area.two .team-item .top span {
  transition: 0.5s;
}

.team-area.two .team-item .top h3 {
  transition: 0.5s;
}

.team-area.two .team-item .top p {
  transition: 0.5s;
}

.team-area.two .team-item .bottom ul li i {
  transition: 0.5s;
}

.team-area.two .team-item:hover {
  background-color: #FF6302;
}

.team-area.two .team-item:hover .top span {
  background-color: #4F5561;
}

.team-area.two .team-item:hover .top span:nth-child(2) {
  background-color: #e5eeff;
  color: #18253e;
}

.team-area.two .team-item:hover .top h3 {
  color: #fff;
}

.team-area.two .team-item:hover .top p {
  color: #fff;
}

.team-area.two .team-item:hover .bottom ul li i {
  color: #fff;
}

.team-area.two .team-item:hover .bottom ul li a {
  color: #fff;
}

.team-area.two .team-item:hover .bottom ul li a:hover {
  color: #4F5561;
}

.project-area.three .section-title {
  text-align: center;
}

.project-area.three .section-title h2 {
  margin-left: auto;
}

/*----- FAQ -----*/
.faq-item {
  margin-bottom: 30px;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.faq-item .section-title {
  text-align: left;
}

.faq-item .section-title h2 {
  max-width: 100%;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.faq-item .section-title h2:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #FF6302;
}

.faq-item .accordion {
  margin: 0;
  padding: 0;
}

.faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 25px;
  display: block;
}

.faq-item .accordion li:last-child {
  margin-bottom: 0;
}

.faq-item .accordion li .faq-head {
  color: #4F5561;
  font-size: 18px;
  width: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 15px;
  line-height: 1.3;
}

.faq-item .accordion li .faq-head:after {
  position: absolute;
  left: 0;
  content: "+";
  top: -5px;
  color: #FF6302;
  font-size: 25px;
  font-weight: 700;
}

.faq-item .accordion li .faq-head.active:after {
  content: '-';
  top: -9px;
}

.faq-item .accordion li .faq-content {
  display: none;
  background-color: #fff;
  padding: 15px 15px 0 20px;
}

.faq-item .accordion li .faq-content p {
  margin-bottom: 0;
}

.faq-item .accordion li .faq-content p a {
  display: inline-block;
  color: #FF6302;
}

.faq-item .accordion li .faq-content p a:hover {
  color: #4F5561;
}

.faq-item .accordion li .faq-content a {
  display: inline-block;
  color: #FF6302;
  font-weight: 600;
}

.faq-item .accordion li .faq-content a:hover {
  color: #4F5561;
}

/*----- Coming Soon -----*/
.coming-soon-area {
  height: 100vh;
  text-align: center;
  background-image: url("../images/coming-soon-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.coming-soon-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4F5561;
  opacity: .90;
}

.coming-soon-area .soon-item {
  position: relative;
  z-index: 1;
}

.coming-soon-area .soon-item h1 {
  font-size: 100px;
  color: #fff;
  margin-bottom: 20px;
}

.coming-soon-area .soon-item .span-days {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}

.coming-soon-area .soon-item .span-days:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 2px;
  left: -45px;
  top: 14px;
  background-color: #fff;
}

.coming-soon-area .soon-item .span-days:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 2px;
  right: -45px;
  top: 14px;
  background-color: #fff;
}

.coming-soon-area .soon-item .coming-inner {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #4F5561;
  padding: 30px 30px 35px;
}

.coming-soon-area .soon-item .coming-inner span {
  font-size: 50px;
  margin-bottom: 0;
  color: #fff;
  display: block;
  font-weight: 700;
}

.coming-soon-area .soon-item .coming-inner p {
  margin-bottom: 0;
  color: #fff;
}

/*----- Error -----*/
.error-area {
  height: 100vh;
  background-color: #4F5561;
}

.error-area .error-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.error-area .error-item h1 {
  font-size: 150px;
  margin-bottom: 15px;
  color: #fff;
}

.error-area .error-item h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.error-area .error-item p {
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

/*----- Rules -----*/
.rules-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rules-area .rules-item img {
  width: 100%;
  margin-bottom: 30px;
}

.rules-area .rules-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.rules-area .rules-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.rules-area .rules-item ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.rules-area .rules-item ul li:last-child {
  margin-bottom: 0;
}

.rules-area .rules-item ul li:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FF6302;
}

.rules-area .rules-item p {
  margin-bottom: 30px;
}

.rules-area .rules-item p:last-child {
  margin-bottom: 0;
}

/*----- Go Top -----*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 0;
  color: #fff;
  background-color: #FF6302;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  transition: .9s;
  border-radius: 50%;
  border: 1px solid #FF6302;
}

.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.6s;
  font-size: 25px;
  line-height: 45px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top.active {
  right: 1%;
  transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  color: #fff;
  border: 1px solid #4F5561;
  background-color: #4F5561;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*----- Loader -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}

.spinner {
  width: 60px;
  height: 60px;
  margin: 100px auto;
  background-color: #4F5561;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */