@import url("https://fonts.googleapis.com/css?family=Lato|Poppins:500,700");
html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #727272;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 22px;
  color: #272727;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  color: #2f1919;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  font-size: 16px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.section-title-header {
  margin-bottom: 30px;
}

.section-title-header p {
  font-size: 14px;
  text: center;
  font-weight: 400;
  line-height: 22px;
}

.section-title {
  font-size: 30px;
  color: #272727;
  padding-bottom: 40px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0;
}

.section-title:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 60px;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DC143C;
}

.section-title:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: 10px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DC143C;
}

.small-title {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  padding: 15px 0;
}

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
}

.medium-title {
  font-size: 22px;
  color: #272727;
  font-weight: 500;
  margin-bottom: 30px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn {
  font-size: 14px;
  padding: 12px 32px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}

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

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

.btn-common:not(.disabled):hover {
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-common::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.disabled {
  cursor: default;
}

.btn-common:hover:not(.disabled)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 15px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #DC143C;
}

/* ---------------------------------- */
/* Social Icons
------------------------------------- */
.social-icons {
  padding-left: 5px;
}

.social-icons li {
  display: inline;
  float: left;
  text-align: left;
  margin-right: 16px;
  margin-top: 11px;
}

.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  color: #272727;
  font-size: 16px;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.social-icons li .facebook:hover {
  background: #3b5999;
}

.social-icons li .twitter:hover {
  background: #4A9CEC;
}

.social-icons li .instagram:hover {
  background: #D6274D;
}

.social-icons li .linkedin:hover {
  background: #1260A2;
}

.social-icons li .google:hover {
  background: #CE332A;
}

.social-icons li a:hover {
  color: #fff;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #DC143C;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #DC143C;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 60px 0;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

#page-banner-area-about {
  background: url("../img/background/pula-1.jpg") no-repeat;
  background-position: 100% 45%;
  background-size: cover;
}

#page-banner-area-contact {
  background: url("../img/background/porec-1.jpg") no-repeat;
  background-position: 100% 10%;
  background-size: cover;
}

#page-banner-area-property {
  background: url("../img/background/rovinj-1.jpg") no-repeat;
  background-position: 100% 85%;
  background-size: cover;
}

.page-banner {
  position: relative;
  min-height: 200px;
  color: #fff;
}

.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.page-banner .page-banner-title {
  position: relative;
  padding: 68px;
}

.page-banner .page-banner-title h2 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.page-banner a {
  color: #fff;
  font-size: 14px;
}

.page-banner a:hover {
  color: #DC143C;
}

.page-banner .crumbs-spacer i {
  vertical-align: middle;
  font-size: 12px;
  margin: 5px;
}

.page-banner .current {
  color: #fff;
}

.pagination-container {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}

.pagination-container .pagination .page-number {
  margin: 0 50px 0 50px;
  padding: 15px 20px;
  color: #DC143C;
  border-color: #f3f3f3;
  border-radius: 4px;
  font-size: 22px;
}

.pagination-container .pagination .page-item .page-link {
  margin: 0 10px;
  padding: 15px 20px;
  color: #DC143C;
  border-color: #f3f3f3;
  border-radius: 4px;
  background: #fff;
}

.pagination-container .pagination .page-item .page-link:hover {
  background: #DC143C;
  box-shadow: none;
  color: #fff;
}

.pagination-container .pagination .page-item .page-link:focus {
  box-shadow: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

.top-bar {
  background: #DC143C;
}

.top-bar .links li {
  display: inline-block;
  line-height: 42px;
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
}

.top-bar .links li a {
  display: block;
  margin-right: 15px;
  color: #fff;
  line-height: 32px;
}

.top-bar .links li i {
  font-size: 14px;
  color: #fff;
  padding-right: 5px;
  vertical-align: middle;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header-top-right {
  margin-right: 15px;
  line-height: 42px;
  color: #fff;
}

.header-top-right .header-top-button {
  color: #ffffff;
  font-size: 14px;
  margin: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-top-right .header-top-button i {
  font-size: 13px;
  margin-right: 3px;
}

.header-top-right .header-top-button:hover {
  color: #f1f1f1;
}

.roof-social a {
  color: #ffffff;
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  transition: all .4s ease 0s;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.roof-social a i {
  min-width: 40px;
  display: inline-block;
}

.roof-social a:hover {
  color: #fff;
  background: #DC143C;
}

.roof-social a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.roof-social .facebook:hover {
  background: #3b5999;
  border-left-color: #3b5999;
}

.roof-social .twitter:hover {
  background: #4A9CEC;
  border-left-color: #4A9CEC;
}

.roof-social .instagram:hover {
  background: #D6274D;
  border-left-color: #D6274D;
}

.roof-social .linkedin:hover {
  background: #1260A2;
  border-left-color: #1260A2;
}

.roof-social .google:hover {
  background: #CE332A;
  border-left-color: #CE332A;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  margin: 0;
}

.navbar-brand img {
  width: 90%;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #DC143C !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #fff !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  padding: 0 17px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #DC143C;
  outline: none;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #fff !important;
  background: #DC143C;
  border-radius: 4px;
}

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

.dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  box-shadow: 0 3px 10px rgba(218, 235, 255, 0.51);
  -webkit-box-shadow: 0 3px 10px rgba(218, 235, 255, 0.51);
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  border-top: 1px solid #DC143C;
  white-space: nowrap;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 23px;
  font-size: 14px;
  color: #272727;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #DC143C;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.search-add {
  margin: 15px 0px 0px 0px;
}

.search-add .form-group {
  position: relative;
}

.search-add input {
  border: 1px solid #e5e5e5;
  padding: 7px 40px 7px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search-add input:focus {
  box-shadow: none;
  outline: none;
  border-color: #DC143C;
}

.search-add .search-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #272727;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 18px;
}

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

.slicknav_btn {
  border-color: #DC143C;
}

.slicknav_menu .slicknav_icon-bar {
  background: #DC143C;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.language-mobile-section {
  display: flex;
  justify-content: center;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .slicknav_menu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #DC143C;
  }
  .slicknav_nav .dropdown li a:focus {
    outline: none;
  }
}

/*====================================================
intro section style
====================================================*/
.section-intro {
  background: url("../img/background/umag-1.jpg") center center no-repeat;
  background-position: 100% 62%;
  background-size: cover;
  color: #fff;
  position: relative;
  width: 100%;
  height: 450px;
}

.section-intro:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(42, 46, 50, 0.3);
  position: absolute;
}

.search-container {
  padding: 60px 0 60px;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
}

.search-container .intro-sub-heading {
  font-size: 28px;
  font-weight: 500;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.search-container .intro-title {
  font-weight: 700;
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 40px;
}

.search-container .content {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
}

#search-button {
  width: 300px;
}

.search-container .form-group {
  margin-bottom: 30px !important;
}

.search-container .form-group input {
  height: 48px;
}

.search-container .search-category-container select {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #272727;
  border-radius: 4px;
  height: 48px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search-container .search-category-container select:focus {
  outline: none;
  box-shadow: none;
}

.search-container .search-category-container .styled-select {
  width: 100%;
  margin-bottom: 15px;
}

.search-container .btn-section .btn-common {
  width: 100%;
  padding: 12px 32px;
}

.search-container .btn-section .btn-common i {
  margin-right: 5px;
}

.show-options {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  margin-top: -20px;
  text-transform: uppercase;
  line-height: 20px;
  color: #DC143C;
}

.show-options:before {
  content: "\e9d6";
  font-family: 'LineIcons' !important;
  position: absolute;
  top: 0px;
  left: -2px;
}

.show-options:hover {
  color: #DC143C;
}

.show-options.active:before {
  content: "\e9bc";
}

.irs-with-grid {
  margin-top: -7px;
}

.irs-bar {
    background-color: #DC143C;
}

select.classic {
  background-image: linear-gradient(45deg, transparent 50%, #272727 50%), linear-gradient(135deg, #272727 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(15px + 5px), calc(100% - 15px) calc(15px + 5px), 100% 0;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.about .img-thumb {
  border-radius: 4px;
}

.about .img-thumb img {
  border-radius: 4px;
  margin-bottom: 50px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
}

.about .about-conter h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.about .about-conter p {
  margin-bottom: 10px;
}

.about .about-conter li {
  list-style-type: circle;
  list-style-position: inside;
  font-size: 16px;
  color: #2f1919;;
}

/* ==========================================================================
   Property Section
   ========================================================================== */
.property {
  background: #fafafa;
}

@media screen and (max-width: 768px) {
  .property {
    margin-top: 250px;
    background: #ffffff
  }
}

.property-main {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

.property-main:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
}

.property-wrap {
  background: #fff;
  width: 100%;
  border-radius: 4px;
}

.item-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.item-thumb a {
  display: block;
}

.item-thumb a img {
  border-radius: 4px 4px 0px 0px;
}

.item-thumb:hover {
  opacity: 0.9;
}

.property-thumbnail {
  height: 250px;
  max-height: 250px;
}

.label-inner {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
}

.label-inner .label {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 7px 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 15px;
  vertical-align: top;
}

.label-inner .label-status {
  background: #DC143C;
  margin-bottom: 5px;
}

.label-estate-type {
  background: #fcc200;
  margin-bottom: 5px;
}

.label-offer-status {
  background: red;
  margin-bottom: 5px;
  margin-right: 3px;
}

.item-body {
  padding: 20px;
  width: 100%;
}

.item-body .property-title {
  margin-bottom: 10px;
}

.item-body .property-title a {
  font-size: 18px;
  color: #272727;
  font-weight: 500;
}

.item-body .property-title a:hover {
  color: #DC143C;
}

.item-body .adderess {
  color: #2f1919;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.item-body .pricin-list {
  margin-top: 20px;
  position: relative;
}

.item-body .pricin-list .property-price {
  font-size: 26px;
  font-weight: 700;
  color: #DC143C;
  margin-bottom: 15px;
}

.item-body .pricin-list p span {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.item-body .pricin-list .view-iocn {
  position: absolute;
  bottom: 0px;
  right: 15px;
}

/* latest-property */
#latest-property .item {
  margin: 0px 10px;
}

.img-box {
  height: 350px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 90;
  margin: 10px 0;
  border-radius: 4px;
}

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

.img-box .img-box-content h4 {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

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

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

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

.img-box:hover:before {
  background-color: #DC143C;
  opacity: 0.7;
}

.img-box:hover .img-box-background {
  transform: scale(1.06);
}

.card-hight {
  height: 161px;
}

.bg-red {
  background: #db2a91 !important;
}

.bg-yellow {
  background: #FFC107 !important;
}

.product-filter {
  height: 40px;
  margin-bottom: 20px;
  line-height: 40px;
}

.product-filter .sort-by {
  position: relative;
}

.product-filter .sort-by span {
  margin-right: 15px;
  float: left;
}

.product-filter .sort-by .sort-by-select {
  display: inline-block;
  float: left;
  margin-right: 15px;
  position: relative;
}

.product-filter .sort-by .sort-by-select select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 40px 0px 15px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.product-filter .sort-by .sort-by-select select:focus {
  box-shadow: none;
  outline: none;
}

.product-filter .sort-by .sort-by-select i {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #272727;
  z-index: 999;
}

.product-filter .layout-switcher {
  float: right;
  margin-left: 30px;
}

.product-filter .layout-switcher a {
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  display: inline-block;
  border-radius: 4px;
  color: #a0a0a0;
  font-size: 20px;
  line-height: 38px;
  margin-left: 5px;
  text-align: center;
  transition: all 0.3s;
}

.product-filter .layout-switcher .active {
  background-color: #DC143C;
  color: #fff;
}

.listing-container {
  position: relative;
  z-index: 9;
}

.grid-layout {
  left: -1.5%;
  width: 103%;
  position: relative;
}

.grid-layout .property-main {
  display: inline-block;
  width: 47%;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  position: relative;
}

.list-layout .property-main {
  display: flex;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.list-layout .property-main {
  width: 100%;
}

.list-layout .property-main .item-thumb {
  width: 320px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

.list-layout .property-main .item-body {
  padding: 30px;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
}

.sidebar.right {
  padding-left: 20px;
  margin-top: 12px;
}

.sticky .widget {
  position: relative;
}

.sticky .widget select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fcfcfc;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.sticky .widget select:focus {
  box-shadow: none;
  outline: none;
}

.sticky .widget i {
  position: absolute;
  top: 17px;
  right: 30px;
  color: #272727;
  z-index: 999;
}

.range-area,
.price-range {
  margin-top: 20px;
}

.range-area label,
.price-range label {
  margin-bottom: 10px;
}

#area-range .form-control {
  width: 30%;
  float: left;
}

#area-range span {
  float: left;
  line-height: 40px;
  margin: 0px 10px;
}

.more-search-options {
  margin-top: 30px;
}

.fullwidth {
  width: 100%;
}

/* Custom Checkboxes */
.checkboxes {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.checkboxes li {
  padding: 5px 0;
}

.checkboxes li i {
  margin: 5px 0;
}

.checkboxes .in-row label {
  margin-top: 9px;
}

.checkboxes .one-in-row label {
  margin-top: 9px;
  width: 100%;
}

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding-left: 28px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.checkboxes label span {
  color: #909090;
  font-size: 15px;
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  margin-top: 5px;
  left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkboxes li:last-child {
  margin-bottom: -8px;
}

.checkboxes input[type=checkbox]:checked + label:before {
  content: "\e938";
  font-family: 'LineIcons' !important;
  color: #DC143C;
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-align: center;
  line-height: 15px;
  text-align: center;
}

.checkboxes input[type=checkbox] {
  display: none;
}

.property-details-error p {
  margin: 150px 0 150px 0;
  text-align: center;
  font-size: xxx-large;
}

/* ==========================================================================
Property wrapper Style
========================================================================== */
.property-details {
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.property-details .info h3 {
  font-size: 30px;
  line-height: 35px;
  color: #272727;
  margin-bottom: 10px;
}

.property-details .info h3 span {
  margin-left: 10px;
  background: #fb1d51;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
}

.additional {
  margin-top: 30px;
}

.property-details .info span {
  color: #272727;
  font-size: 18px;
}

.property-details .info .address {
  color: #272727;
  font-size: 16px;
}

.detail-badge-estate-type {
  background: #fcc200 !important;
}

.detail-badge-offer-status {
  background: red !important;
}

.property-details .details {
  margin-top: 34px;
}

.property-details .details .details-listing {
  float: left;
  width: 25%;
}

.property-details .details .details-listing p {
  margin-bottom: 0;
  color: #272727;
  line-height: 26px;
}

.property-details .details .details-listing h5 {
  margin: 0;
  font-size: 16px;
  color: #2f1919;
}

.property-details .others {
  margin-top: 34px;
}

.property-details .others ul li {
  float: right;
  margin-left: 20px;
}

.property-details .others ul li a {
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  background: #DC143C;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
}

.property-details .others ul li span {
  color: #272727;
  font-size: 36px;
  line-height: 36px;
  margin-top: 5px;
}

.details-thumb {
  margin-bottom: 30px;
}

.desc-title {
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 25px;
  padding-top: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.property-dsc {
  margin-bottom: 30px;
}

.additional-details li strong {
  margin-right: 10px;
  font-weight: 700;
  color: #272727;
}

.additional-details li strong span {
  color: #888;
}

.odd-row-feature {
  background-color: #fafafa;
}

.property-features {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.property-features li {
  color: #272727;
  display: flex;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 700;
}

.property-features li span {
  color: #2f1919;
  padding-left: 5px;
}

.property-features li i {
  margin-right: 5px;
  color: #DC143C;
}

.property-features-details {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.property-features-details li {
  color: #272727;
  display: flex;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 700;
}

.property-features-details li span {
  color: #2f1919;
  padding-left: 5px;
}

.property-features-details li i {
  margin-right: 5px;
  color: #DC143C;
}

.accordion-fp .card {
  margin-bottom: 20px;
}

.accordion-fp .card .card-header {
  padding: 0;
}

.accordion-fp .accordion-heading {
  font-size: 18px;
  margin: 0;
}

.accordion-fp .accordion-heading a {
  color: #272727;
}

.accordion-fp button {
  border: none;
}

.accordion-fp .accordion-title {
  color: #272727;
  background-color: #fbfbfb;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 12px;
}

.accordion-fp .card-body {
  padding: 30px;
  border-top: none;
}

.location-map {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.swipebox-image-container {
  text-align: center;
  background-color: #FFF;
}

#box-container li {
  margin: 5px 5px 5px 5px;
  display: inline-block;
}

.property-slider {
  position: relative;
  margin-bottom: 30px;
}

.property-slider .item img {
  width: 100%;
}

.property-image {
  width: auto;
  height: 700px;
  max-height: 700px;
}

@media screen and (max-width: 768px) {
  .property-image {
    width: auto;
    height: 550px;
    max-height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .property-image {
    width: auto;
    height: 400px;
    max-height: 400px;
  }
}

.video-container {
  text-align: center;
}

.video-item {
  display: inline-block;
  margin: 10px;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.inner-box {
  margin-bottom: 30px;
}

.widget-button {
  height: 41px;
  text-align: center;
  width: 41px;
  float: left;
  border: none;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-radius: 4px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.widget-button:hover {
  background: #DC143C;
  color: #fff;
}

.widget-button i {
  top: 0;
  line-height: 41px;
  left: 2px;
  opacity: 0.9;
  font-size: 18px;
}

.agent-inner {
  background-color: #fff;
  color: #707070;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.25s;
}

.agent-inner .agent-title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.agent-inner .agent-title .agent-photo {
  float: left;
  display: block;
}

.agent-inner .agent-title .agent-photo img {
  border-radius: 4px;
  max-width: 72px;
}

.agent-inner .agent-title .agent-details {
  margin-left: 92px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.agent-inner .agent-title .agent-details h3 {
  font-size: 16px;
}

.agent-inner .agent-title .agent-details h3 a {
  color: #272727;
  margin: 0pc 0 6px 0;
}

.agent-inner .agent-title .agent-details span {
  color: #888;
}

.agent-inner .agent-title .agent-details span i {
  margin-right: 5px;
}

.agent-inner .form-control {
  margin-bottom: 20px;
}

.listing-item {
  background-color: #f3f3f3;
  display: block;
  width: 100%;
  border-radius: 4px;
  position: relative;
}

.listing-item img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

/* Content on */
.listing-content {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.listing-content .listing-title {
  color: #272727;
  font-size: 20px;
}

.listing-content .listing-title i {
  display: block;
  font-style: normal;
  font-size: 17px;
  padding: 0;
  margin: 2px 0 0 0;
}

.listing-content .listing-content {
  position: relative;
  width: 100%;
  background-color: #DC143C;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  font-size: 14px;
  padding: 15px;
  margin-top: 15px;
}

.listing-content .listing-content li {
  display: inline-block;
  color: #fff;
  line-height: 20px;
  padding: 8px;
  position: relative;
  transition: all 0.5s;
}

.listing-content .listing-content li span {
  display: block;
  font-size: 14px;
  color: #fff;
}

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

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

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

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

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

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

.featured-bg {
  background: #fafafa;
}

.featured-bg .intro-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.featured-bg .title-sub {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 36px;
}

.featured-bg .intro-desc {
  margin-bottom: 20px;
}

.featured-bg .featured-item {
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.featured-bg .featured-item .icon {
  float: left;
  padding-right: 15px;
}

.featured-bg .featured-item .icon i {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #DC143C;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.featured-bg .featured-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.featured-bg .featured-item h3 a {
  color: #272727;
}

.featured-bg .featured-item h3 a:hover {
  color: #DC143C;
}

.team-section {
  background: #fafafa;
}

/* Team Item */
.team-item {
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-item .team-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 45%;
  position: absolute;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

.team-item .overlay-social-icon .social-icon-team {
  padding-left: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-item .overlay-social-icon .social-icon-team li {
  display: inline-block;
  margin: 0 2px;
}

.team-item .overlay-social-icon .social-icon-team li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icon-team li a i {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: block;
  border-radius: 4px;
  line-height: 35px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-facebook-filled {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-twitter-filled {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-instagram-filled {
  background: #fb3958;
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-linkedin-filled {
  background: #1364A8;
}

.team-item .info-text {
  padding: 20px 20px;
  background: white;
}

.team-item .info-text h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #272727;
}

.team-item .info-text h3 a:hover {
  color: #DC143C;
}

.team-item .info-text p {
  margin: 0;
  color: #2f1919;
}

.team-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-10px);
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.team-item:hover .social-icon-team {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Conact Home Page Section */
#conatiner-map {
  width: 100%;
  height: 630px;
}

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

.text-danger {
  margin-top: 20px;
  font-size: 18px;
}

.heading {
  margin-bottom: 30px;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  box-shadow: none;
  color: #272727;
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-weight: 500;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.input-unit {
  display: block;
  width: 50px;
  line-height: 26px;
  font-size: 14px;
  box-shadow: none;
  color: #272727;
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-weight: 500;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.input-unit-rooms {
  width: 80px;
}

.form-control:focus {
  border-color: #DC143C;
  outline: 0;
  box-shadow: none;
}

textarea {
  border-radius: 4px !important;
}

.box {
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.input-icon {
  position: relative;
}

.input-icon i {
  color: #DC143C;
  padding-right: 10px;
  font-size: 15px;
  left: 12px;
  line-height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
  border-radius: 4px 0px 0px 4px;
  top: 1px;
  left: 1px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 48px;
  line-height: 42px;
  height: 42px;
}

.box .checkbox label, .box .radio label {
  padding-left: 34px;
}

/* Footer Area Start */
.footer-area {
  background: #272727;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area .footer-link li a:before {
  background-color: white;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
}

.footer-area .footer-link li a:hover {
  color: #fff;
}

.footer-area .footer-link li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0);
}

.footer-area .ft-contact-info {
  text-align: center;
}

.footer-area .address {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.footer-area .address li {
  margin-bottom: 20px;
  margin-right: 20px;
}

.footer-area .address li a {
  color: #888;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.footer-area .address li a:hover {
  color: #fff;
}

.footer-area .address li i {
  margin-right: 5px;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area #subscribe-form {
  margin-top: 10px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-radius: 0;
  border-left: 1px solid #f3f3f3;
  background: transparent;
  color: #DC143C;
}

#copyright {
  background: #333;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #DC143C;
}

.social-icon a {
  color: #272727;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

#contact-section h2 {
  color: #272727;
  font-size: 30px;
  margin-bottom: 26px;
}

.contact-right-area .contact-right {
  padding: 4px;
}

.contact-right-area .contact-right .single-contact {
  margin: 20px 0px;
  padding: 3px 55px;
  position: relative;
  color: #888;
}

.contact-right-area .contact-right .single-contact p {
  margin-bottom: 5px;
}

.contact-right-area .contact-right .single-contact p a {
  color: #888;
}

.contact-right-area .contact-right .contact-icon {
  background: #DC143C;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
