
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
#preloader:before {
  border: 3px solid #474747;
}
.services .icon-box:hover, .contact .php-email-form input:focus, .contact .php-email-form textarea:focus  {
  border-color: #474747;
}
#topbanner .btn-menu:hover, #topbanner .btn-book:hover {
  border-color: #474747;
  background: #474747;
}
body .Fplan .Fplan-item h3, .Fplan .Fplan-item h4, #footer .socials-media ul li a:hover, .services .icon-box:hover h4 a, .Fplan h3, #topbanner h2 span, .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a  {
  color: #474747;
}
.services .icon-box .icon, .back-to-top i, .section-title h2::after, .list-a li:before,
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i, .contact .php-email-form button[type="submit"] {
  background: #474747;
}
a:hover, .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a, .services .icon-box:hover h4 a   {
  color: #707070;
}
.back-to-top i:hover, .agency-vision2 .member h4::after, .contact .php-email-form button[type="submit"]:hover   {
 background: #999;
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgba(21, 5, 23, 0.85);
}

.nav-menu .drop-down ul a, .summary-list, .summary-list .list span, .agency-vision2 .member .member-info, .services .icon-box h4 a    {
  color: #333;
}
#topbanner {
  background-color: rgba(173, 173, 173, 0.2);
}
#topbanner .carousel-item::before {
  background-color: rgba(12, 11, 10, 0.2);
}
.mobile-nav-overly {
  background: rgba(0, 0, 0, 0.6);
}
.nav-menu .drop-down ul {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
#topbanner .carousel-control-next-icon, #topbanner .carousel-control-prev-icon {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

#topbanner .carousel-control-next-icon:hover, #topbanner .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
#topbanner .btn-scroll, #topbanner .carousel-control-next-icon:hover, #topbanner .carousel-control-prev-icon:hover  {
  color: rgba(255, 255, 255, 0.6);
}
#topbanner .btn-scroll:hover {
  color: rgba(255, 255, 255, 0.1);
}
.agency-vision2::before {
  background: rgba(255, 255, 255, 0.8);
}
.services .icon-box {
  background: #707070;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:'Quicksand', sans-serif;
}

a {
  color: #dadada;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif
}
.mt-5{
  margin-top: 50px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-radius: 5px;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgb(0 0 0 / 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  position: relative;
}



#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.is-sticky {
  z-index: 997;
  position: relative;
}
@media (max-width: 768px) {
  #header {
   background: none;
   padding: 27px 0;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 24px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 0 3px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}



.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  padding-left: 20px;
}

.header-social-links a {
  color: #fff;
  padding-left: 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 48px 0 0;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    color: #333;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# topbanner Section
--------------------------------------------------------------*/
#topbanner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin-bottom: -72px;
}

#topbanner .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#topbanner .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#topbanner .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#topbanner .carousel-content {
  text-align: center;
}

#topbanner h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 300;
}
#topbanner h4 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}
#topbanner p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#topbanner .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#topbanner .carousel-inner .carousel-item,
#topbanner .carousel-inner .active.carousel-item-left,
#topbanner .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#topbanner .carousel-inner .active,
#topbanner .carousel-inner .carousel-item-next.carousel-item-left,
#topbanner .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#topbanner .carousel-inner .carousel-item-next,
#topbanner .carousel-inner .carousel-item-prev,
#topbanner .carousel-inner .active.carousel-item-left,
#topbanner .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#topbanner .carousel-control-prev, #topbanner .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#topbanner .carousel-control-next-icon, #topbanner .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
}

#topbanner .carousel-indicators li {
  display: none;
  cursor: pointer;
}

#topbanner .btn-menu, #topbanner .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #fff;
}

#topbanner .btn-menu:hover, #topbanner .btn-book:hover {
    color: #fff;
}
#topbanner .btn-scroll {
    transition: 0.4s;
    animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

#topbanner .btn-scroll i {
  font-size: 48px;
}

@media (max-width: 768px) {
  #topbanner h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #topbanner p {
    width: 50%;
  }
  #topbanner .carousel-control-prev, #topbanner .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections Property
--------------------------------------------------------------*/
#property .section-title h2::after{
  left: 0;
}

.list-a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}
.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}
.list-a li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
}
.summary-list {
  padding-right: 1rem;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}
@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #dedede;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
}
/*--------------------------------------------------------------
# agency-vision2
--------------------------------------------------------------*/
.agency-vision2 {
  padding: 60px 0;
  position: relative;
}

.agency-vision2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.agency-vision2 .container {
  position: relative;
  z-index: 10;
}

.agency-vision2 .member {
  padding: 0 80px 160px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.agency-vision2 .member .pic {
  overflow: hidden;
}

.agency-vision2 .member .member-info {
  position: absolute;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.member-info a { color: #333; }
.agency-vision2 .member h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 24px;
  position: relative;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
}

/*
.agency-vision2 .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 25px);
}
*/

.agency-vision2 .member span {
  /* font-style: italic; */
  display: block;
  font-size: 14px;
}

.agency-vision2 .member .member-title {
  font-size: 18px;
}

.agency-vision2 .member .member-phone {
  font-size: 24px;
}

.agency-vision2 .member .social {
  margin-top: 15px;
}

.agency-vision2 .member .social a {
  transition: color 0.3s;
}

.agency-vision2 .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .agency-vision2 .member {
    margin-bottom: 110px;
  }
}

@media (min-width: 1024px) {
  .agency-vision2 {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius: 18px;
  border-bottom: 5px solid #fff;
  width:100% ;
  text-align: center;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.services .icon-box h4 a {
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}


/*--------------------------------------------------------------
# Fplan
--------------------------------------------------------------*/

.Fplan .owl-nav, .Fplan .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.Fplan .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.Fplan .owl-dot.active {
  background-color: #999 !important;
}
.Fplan .owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 50%;
    margin-top: -100px;
}
.Fplan .owl-carousel .owl-prev.disabled,
.Fplan .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}
.Fplan .owl-carousel .prev-slide{
    background: url(../img/nav-icon.png) no-repeat scroll 0 0;
    left: -45px;
}
.Fplan .owl-carousel .next-slide{
    background: url(../img/nav-icon.png) no-repeat scroll -24px 0px;
    right: -45px;
}
.Fplan .owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
}
.Fplan .owl-carousel .next-slide:hover{
  background-position: -24px -53px;
}
.Fplan h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

@media (max-width: 768px) {
  .Fplan {
    margin: 30px 10px;
  }
  .Fplan .Fplan-item img {
    width: 100%;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff8f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  background: #ed3c0d;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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 input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(167 167 167);
  z-index: 1;
}
#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  transition: all 0.5s ease-in-out 0s;
}

#footer .footer-bottom {
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

@media (max-width: 768px) {
  .services .icon-box h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .services .icon-box {
    padding: 10px;
  }
  .services .icon-box .icon {
    margin-top: 10px;
    width: 54px;
    height: 54px;
}
