::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fef4f8;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #ffffff;
}

html,
body {
  height: 100%;
}

a {
  color: #ed1c24;
  text-decoration: none;
}

a:hover {
  color: #d8161e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  color: #3a3a3c;
  margin-top: 0px;
  font-style: normal;
  font-weight: 900;
  text-transform: normal;
}
.btn-primary {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.btn-outline-primary {
  color: #ed1c24;
  border-color: #ed1c24;
}
.btn-outline-primary:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #d8161e;
  border-color: #d8161e;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #d8161e;
  border-color: #d8161e;
}
.getBtn {
  border-color: #ffffff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed1c24;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #d8161e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

#header.fixed-top {
  min-height: 70px;
}

#header.fixed-top.sticky {
  background: #3a3a3c;
  box-shadow: 0 1px 5px 0 rgb(96 96 96 / 30%);
  height: 50px;
}

#header.fixed-top.sticky .navbar > ul > li a,
.navbar > ul > li a:focus,
#header.fixed-top.sticky .navbar > ul > li a.login-btn .text-white {
  color: #ffffff !important;
}

#header.fixed-top.sticky .navbar > ul > li > a.login-btn:before,
.navbar > ul > li > a.login-btn:before {
  background-color: transparent;
}

.login-btn .btn-outline-primary {
  border-color: #ed1c24;
  border-width: 1.5px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #ed1c24;
}

#header .logo img {
  max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.hove:hover {
  color: rgb(10, 123, 199);
}
#shadow-host-companion {
  padding: 0;
}
.linke:hover {
  color: rgb(13, 155, 222);
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ed1c24;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a,
#header.fixed-top.sticky .navbar > ul > li a.active {
  color: #ffffff !important;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px #ed1c24;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ed1c24;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ed1c24;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .login-btn .btn-outline-primary {
    color: #ed1c24 !important;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #1a1d53;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff !important;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ed1c24;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ed1c24;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg1.jpg") top left;
  background-size: cover;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(115deg, #11132d 10%, #11132d 50%, #11132d 100%);
  background-color: transparent;
  background-image: linear-gradient(
    115deg,
    #11132d 10%,
    #11132d 50%,
    #11132d 100%
  );
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #ed1c24;
}

#hero h2 {
  margin: 5px 0 30px 0;
  font-size: 14px;
  font-weight: 400;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #ed1c24;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #ed1c24;
}

#hero .btn-watch-video:hover i {
  color: #d8161e;
}
.single-features-container {
  position: relative;
  margin-top: -110px;
}
.single-features {
  background-color: #140f14;
  padding: 30px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.single-features::before {
  background-color: #ed1c24;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
}
.single-features::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#d2044d),
    to(#ff5e68)
  );
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-features:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.single-features:hover h4,
.single-features:hover h4 i {
  color: #ffffff;
}

.single-features h4 {
  position: relative;
  color: #ed1c24;
  font-weight: 600;
  padding-left: 45px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-features h4 i {
  font-size: 40px;
  color: #ed1c24;
  line-height: 1;
  position: absolute;
  top: -4px;
  left: -3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-features p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-features span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 80px;
  color: #292529;
  opacity: 0.5;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 140vh;
  }
}

/* testimonial */
.ltn__testimonial-item {
  background-color: white;
  padding: 30px 35px 40px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: rgba(23, 44, 82, 0.1) 0px 5px 20px 0px;
  border: 1px solid #f5f5f5;
  position: relative;
  margin-bottom: 20px;
}
.ltn__testimonial-item .ltn__testimoni-info p i {
  font-size: 30px;
  position: relative;
  top: 8px;
  margin-right: 2px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ltn__testimonial-item:hover .ltn__testimoni-info p i {
  color: #ed1c24;
}
.ltn__testimonial-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #ed1c24;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.ltn__testimonial-item:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.ltn__testimonial-item .ltn__testimoni-info p {
  font-size: 18px;
}

.ltn__testimonial-item .ltn__testimoni-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ltn__testimonial-item .ltn__testimoni-info-inner .ltn__testimoni-img {
  max-width: 60px;
  margin-right: 15px;
  margin-bottom: 0;
}

.ltn__testimonial-item
  .ltn__testimoni-info-inner
  .ltn__testimoni-name-designation
  h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.ltn__testimonial-item
  .ltn__testimoni-info-inner
  .ltn__testimoni-name-designation
  label {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}

.section-bg {
  background-color: #fef4f8;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
}

.about-title h2 {
  font-size: 45px;
  margin-bottom: 0 !important;
}
.about-content li .icon i {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-right: 20px;
  color: #ed1c24;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1.732px 30px 0px rgba(0, 0, 0, 0.1);
}

.s-about-content p {
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #ed1c24;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #ed1c24;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}
.logo-icon {
  max-width: 15px;
  margin-top: 3px;
  margin-right: 10px;
}

.services-thumb img {
  max-width: 50px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-size: 26px;
  text-transform: uppercase;
}
.about-img-box {
  width: 100%;
  min-height: 580px;
  position: relative;
  display: flex;
  align-items: center;
}
.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-img {
  width: 100%;
  min-height: 350px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}
.about-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40vw;
  height: 100%;
  z-index: 0;
}
.about-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
}
.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #ed1c24;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.main-counter-box {
  position: relative;
  width: calc(100% - 80px);
}
.counter-box {
  width: 100%;
  height: 145px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
.counter-box .text-border {
  margin-bottom: 2px;
}
.text-border {
  font-family: "Rubik", sans-serif;
  font-size: 45px;
  line-height: 55px;
  color: transparent;
  font-weight: 700;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ed1c24;
  transition: 0.3s;
}
.counter-box p {
  margin-bottom: 0;
}
.main-counter-box:before,
.main-counter-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: transparent;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  pointer-events: none;
  z-index: -1;
}
.main-counter-box:after {
  width: 100px;
  height: 100px;
  z-index: 5;
}
.property-details-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.property-details-area:before {
  position: absolute;
  right: -70%;
  background: #ed1c24;
  content: "";
  top: 0;
  width: 260%;
  height: 1385%;
  z-index: 22;
  transform: skewY(108deg);
}

.video-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #1a1d53;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-image:before {
  position: absolute;
  right: 0;
  background-image: url("../img/tall-buildings.png");
  content: "";
  top: 0;
  background-size: cover;
  filter: grayscale(1);
  width: 100%;
  opacity: 0.1;
  height: 100%;
  z-index: 0;
}

.video-image .video-btn,
.video-image .video-btn:after {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.video-btn img {
  max-width: 120px;
}
.video-image .video-btn:after {
  z-index: -1;
  content: "";
  top: 0;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: hsla(0, 0%, 100%, 0.5);
}
@-webkit-keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.video-image .video-btn {
  display: flex;
  text-align: center;
  line-height: 95px;
  font-size: 30px;
  color: #71b100;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.property-details-info {
  position: relative;
  z-index: 25;
}
.property-details-info h3 {
  color: #1a1d53;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.property-details-info .property-details h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}
.property-details-info .property-details .list-unstyled li {
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
  padding: 5px;
  display: flex;
}
.property-details-info .property-details .list-unstyled li .bx-home {
  line-height: 1.2;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
  min-height: 70%;
}

.contact .info-box i {
  font-size: 22px;
  color: #ed1c24;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ed1c24;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ed1c24;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ed1c24;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d8161e;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* services */
.services-item--wrapper > div:nth-child(1) {
  border-right: 1px solid #cccccc;
}
.services-item--wrapper > div:nth-child(2) {
  border-top: 1px solid #cccccc;
}

.services-item--wrapper > div:nth-child(3) {
  border-top: 1px solid #cccccc;
  border-left: none;
}

.services-item--wrapper > div:nth-child(2),
.services-item--wrapper > div:nth-child(3),
.services-item--wrapper > div:nth-child(4),
.services-item--wrapper > div:nth-child(5),
.services-item--wrapper > div:nth-child(6) {
  border-right: 1px solid #cccccc;
  background: #fff;
}

.services-item--wrapper > div:nth-child(4) {
  border-left: 1px solid #cccccc;
}

.services-item--wrapper > div:nth-child(4),
.services-item--wrapper > div:nth-child(5),
.services-item--wrapper > div:nth-child(6) {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.services-item {
  padding: 30px 15px;
}

.services-thumb i {
  font-size: 50px;
  color: #ed1c24;
}

/* pricing */
.single-pricing {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.single-pricing::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img//shape.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.5;
}
.single-pricing.active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 2;
  position: relative;
}
.single-pricing .pricing-content {
  background-color: #fef4f8;
  padding: 30px;
  margin-bottom: 30px;
}
.single-pricing h1 {
  color: #ed1c24;
  font-size: 40px;
  margin-bottom: 0;
}

.single-pricing h1 sub {
  font-size: 14px;
  font-weight: normal;
  color: #9e9b9b;
}

.single-pricing ul li {
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #fef4f8;
}

.single-pricing ul li i {
  color: #ed1c24;
  font-size: 25px;
  position: relative;
  top: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  color: #444444;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #ed1c24;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed1c24;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ed1c24;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ed1c24;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d8161e;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

.footer-contact img {
  max-width: 80px;
}

/* login */
.login-block {
  background-image: url("../img/hero-bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.login-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(115deg, #11132d 10%, #11132d 50%, #11132d 100%);
  background-color: transparent;
  background-image: linear-gradient(
    115deg,
    #11132d 10%,
    #11132d 50%,
    #11132d 100%
  );
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.login-card {
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 20px 10px;
}

.social_icon span {
  font-size: 60px;
  margin-left: 10px;
  color: #ffc312;
}

.social_icon span:hover {
  color: white;
  cursor: pointer;
}

.card-header h3 {
  color: white;
}

.social_icon {
  position: absolute;
  right: 20px;
  top: -45px;
}

.input-group-prepend span {
  width: 50px;
  background-color: #ffc312;
  color: black;
  border: 0 !important;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.remember {
  color: white;
}

.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}

.login-block .input-group-text {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}

.login_btn {
  color: white;
  background-color: #ed1c24;
  width: 100px;
}

.login-card h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.login_btn:hover {
  color: white;
  background-color: #d8161e;
}

.links {
  color: white;
}

.links a {
  margin-left: 4px;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
  .about-title h2 {
    font-size: 32px;
  }
  .property-details-area:before {
    right: 0;
  }
}
