@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap);

.main-font {
  font-family: Roboto, sans-serif;
}

.alt-font {
  font-family: Oswald, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
  font-family: Oswald, sans-serif;
}

.fixedmenu,
.navbar,
.owl-dot,
.owl-next,
.owl-prev,
.tp-bullet,
::after,
::before,
a,
button,
img,
input,
span {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

.section-padding,
section {
  position: relative;
  overflow: hidden;
}

.section-top-margin {
  margin-top: 7.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.rev_slider_wrapper {
  width: 100% !important;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

p {
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0 !important;
}

a:active,
a:hover {
  color: #d79f37;
}

blockquote {
  border-left: 2px solid;
  padding: 10px 15px 10px 35px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
}

blockquote>cite {
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.hidden {
  display: none;
}

section {
  padding: 70px 0;
}

.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opacity-full {
  opacity: 1;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 17px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}

.btn.btn-medium {
  font-size: 12px;
  padding: 6px 1.8em;
}

.btn.btn-large {
  font-size: 14px;
  padding: 9px 34px;
  line-height: 1.8em;
}

.btn.btn-rounded {
  border-radius: 0;
}

.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #585858;
}

.btn.btn-white:focus,
.btn.btn-white:hover {
  background: 0 0 !important;
  border-color: #fff;
  color: #fff !important;
}

.btn.btn-transparent-white {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}

.btn.btn-transparent-white:focus,
.btn.btn-transparent-white:hover {
  background: #fff !important;
  color: #585858 !important;
}

.btn.btn-transparent-black {
  background: 0 0;
  border-color: #2b2b2b;
  color: #2b2b2b;
}

.btn.btn-transparent-black:focus,
.btn.btn-transparent-black:hover {
  background: #2b2b2b !important;
  color: #fff !important;
}

.btn.btn-transparent-purple {
  background: 0 0;
  border-color: #a07bf7;
  color: #a07bf7;
}

.btn.btn-transparent-purple:focus,
.btn.btn-transparent-purple:hover {
  background: #a07bf7 !important;
  color: #fff !important;
}

.btn.btn-black {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff;
}

.btn.btn-black:focus,
.btn.btn-black:hover {
  background: 0 0 !important;
  border-color: #2b2b2b;
  color: #2b2b2b !important;
}

.btn.btn-purple {
  background: #a07bf7;
  border-color: #a07bf7;
  color: #fff;
}

.btn.btn-purple:focus,
.btn.btn-purple:hover {
  background: 0 0 !important;
  border-color: #a07bf7;
  color: #a07bf7 !important;
}

.btn.btn-hvr-white:focus,
.btn.btn-hvr-white:hover {
  background: #fff !important;
  border-color: #fff;
  color: #585858 !important;
}

.standard-btn {
  font-size: 15px;
  font-family: Poppins, sans-serif;
  padding: 10px 25px;
  color: #fff;
  font-weight: 600;
  background-color: #d79f37;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: 0.8s ease !important;
  -o-transition: 0.8s ease !important;
  transition: 0.8s ease !important;
}

.standard-btn:hover {
  color: #fff;
  background-color: #000 !important;
}

.secondary-btn {
  font-size: 13px;
  font-family: Poppins, sans-serif;
  padding: 10px 25px;
  color: #fff;
  font-weight: 600;
  background-color: #d79f37;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: 0.8s ease !important;
  -o-transition: 0.8s ease !important;
  transition: 0.8s ease !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.secondary-btn:hover {
  color: #000;
  background-color: #f3f3f3 !important;
}

.bg-main {
  background: #c29e75;
}

.bg-black {
  background: #000;
}

.bg-light-black {
  background: #000;
}

.bg-dark {
  background-color: #1d1d21 !important;
}

.bg-blue {
  background-color: #a07bf7;
}

.bg-pink {
  background-color: #f033b5;
}

.bg-purple {
  background-color: #9556f5;
}

.mix-gradient {
  background: linear-gradient(to right, #1d56bf 0, #07164a 100%);
}

.main-color {
  color: #c29e75;
}

.mx-570 {
  max-width: 570px;
  display: inline-block;
}

.social-icon-bg a i.fa-facebook-f {
  background-color: #3b5998;
}

.social-icon-bg a i.fa-twitter {
  background-color: #a07bf7;
}

.social-icon-bg a i.fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-bg a i.fa-linkedin-in {
  background-color: #0976b4;
}

.social-icon-bg a i.fa-instagram {
  background-color: #c13584;
}

.social-icon-bg a i.fa-youtube {
  background-color: #dd4b39;
}

.social-icon-bg a i.fa-pinterest-p {
  background-color: #b7242a;
}

.social-icon-bg a i.fa-instagram {
  background-color: #e8715c;
}

.social-icon-bg a i.fa-vimeo {
  background-color: #1ab7ea;
}

.social-icon-bg a i.fa-vk {
  background-color: #4c75a3;
}

.social-icon-bg a i.fa-youtube {
  background-color: #cd201f;
}

.social-icon-bg a i.fa-pinterest {
  background-color: #bd081c;
}

.social-icon-bg a i.fa-tumblr {
  background-color: #34465d;
}

.social-icon-bg a i.fa-behance {
  background-color: #131418;
}

.social-icon-bg a i.fa-dribbble {
  background-color: #ea4c89;
}

.social-icon-bg a i.fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-bg a i.fa-xing {
  background-color: #026466;
}

.social-icon-bg a i.fa-yelp {
  background-color: #af0606;
}

.social-icon-bg a i.fa-vine {
  background-color: #00b489;
}

.social-icon-bg-hvr a:hover i.fa-facebook-f {
  background-color: #3b5998;
}

.social-icon-bg-hvr a:hover i.fa-twitter {
  background-color: #a07bf7;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
  background-color: #0976b4;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
  background-color: #c13584;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
  background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
  background-color: #b7242a;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
  background-color: #e8715c;
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
  background-color: #1ab7ea;
}

.social-icon-bg-hvr a:hover i.fa-vk {
  background-color: #4c75a3;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
  background-color: #cd201f;
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
  background-color: #bd081c;
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
  background-color: #34465d;
}

.social-icon-bg-hvr a:hover i.fa-behance {
  background-color: #131418;
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
  background-color: #ea4c89;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-xing {
  background-color: #026466;
}

.social-icon-bg-hvr a:hover i.fa-yelp {
  background-color: #af0606;
}

.social-icon-bg-hvr a:hover i.fa-vine {
  background-color: #00b489;
}

.social-icon-clr a i.fa-facebook-f {
  color: #3b5998;
}

.social-icon-clr a i.fa-twitter {
  color: #0976b4;
}

.social-icon-clr a i.fa-google-plus {
  color: #dd4b39;
}

.social-icon-clr a i.fa-linkedin-in {
  color: #0976b4;
}

.social-icon-clr a i.fa-instagram {
  color: #c13584;
}

.social-icon-clr a i.fa-youtube {
  color: #dd4b39;
}

.social-icon-clr a i.fa-pinterest-p {
  color: #b7242a;
}

.social-icon-clr a i.fa-instagram {
  color: #e8715c;
}

.social-icon-clr a i.fa-vimeo {
  color: #1ab7ea;
}

.social-icon-clr a i.fa-vk {
  color: #4c75a3;
}

.social-icon-clr a i.fa-youtube {
  color: #cd201f;
}

.social-icon-clr a i.fa-pinterest {
  color: #bd081c;
}

.social-icon-clr a i.fa-tumblr {
  color: #34465d;
}

.social-icon-clr a i.fa-behance {
  color: #131418;
}

.social-icon-clr a i.fa-dribbble {
  color: #ea4c89;
}

.social-icon-clr a i.fa-google-plus {
  color: #dd4b39;
}

.social-icon-clr a i.fa-xing {
  color: #026466;
}

.social-icon-clr a i.fa-yelp {
  color: #af0606;
}

.social-icon-clr a i.fa-vine {
  color: #00b489;
}

.social-icon-clr-hvr a i:hover.fa-facebook-f {
  color: #3b5998;
}

.social-icon-clr-hvr a i:hover.fa-twitter {
  color: #0976b4;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
  color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
  color: #0976b4;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
  color: #c13584;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
  color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
  color: #b7242a;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
  color: #e8715c;
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
  color: #1ab7ea;
}

.social-icon-clr-hvr a i:hover.fa-vk {
  color: #4c75a3;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
  color: #cd201f;
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
  color: #bd081c;
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
  color: #34465d;
}

.social-icon-clr-hvr a i:hover.fa-behance {
  color: #131418;
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
  color: #ea4c89;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
  color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-xing {
  color: #026466;
}

.social-icon-clr-hvr a i:hover.fa-yelp {
  color: #af0606;
}

.social-icon-clr-hvr a i:hover.fa-vine {
  color: #00b489;
}

header a.logo {
  z-index: 9;
  text-align: center;
  left: 0;
  right: 0;
  top: 30px;
}

header a.logo img {
  max-width: 170px;
  margin-right: 10px;
  /* filter: invert(1) brightness(10)*/
}

.header-appear a.logo {
  background-color: transparent;
  text-align: center;
}

header .inner-nav-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.agency-num {
  position: absolute;
  right: 15px;
  display: inline-block;
  top: 36%;
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.navbar-top-default {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  /* background-color: #fff;*/
  padding-bottom: 10px;
  padding-top: 10px;
}

.manage-space {
  margin-top: 150px;
}

.header-appear .navbar-top-default {
  height: 100px;
  position: fixed;
  z-index: 99;
  background: #fff;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar-top-default {
  background: #fff;
}

.navbar .logo .logo-dark {
  /* display: none;*/
}

.header-appear .navbar .logo .logo-dark {
  display: block;
  filter: invert(1) brightness(0);
}

.header-appear .navbar .logo .logo-white {
  display: none;
}

.header-appear .navbar-simple .navbar-nav .nav-link {
  font-size: 14px;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 12px;
}

.header-appear .ascon-desktop-logo img {
  filter: none;
}

.header-appear .sidemenu_btn span {
  background-color: #2b2b2b;
}

.header-appear .inner-nav-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
}

.navbar-simple .navbar-nav .nav-link {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 1.5rem;
  font-family: Oswald, sans-serif;
}

.navbar-top-default #megaone {
  margin-right: 0;
}

.navbar-simple .navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 12px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  transition: 0.8s ease;
}

.navbar-nav .nav-link .num:first-child {
  transform: translateX(2px);
}

.navbar-nav .nav-link .num {
  color: #cbcbcb;
  font-size: 50px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.navbar-nav .nav-link .num-width {
  width: 30px;
}

.navbar-nav .nav-link.active .num,
.navbar-nav .nav-link:hover .num {
  color: #d79f37;
}

.side-menu {
  width: 40%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
}

.side-menu.left {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.before-side,
.side-menu.side-menu-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

.side-menu .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::after,
.side-menu .btn-close::before {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #2b2b2b;
  top: 5px;
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidemenu_btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 36px;
  padding: 6px;
  margin-right: 1rem;
  position: absolute;
  left: 15px;
  display: inline-block;
  top: 50%;
}

.header-appear .sidemenu_btn {
  /*  top: 45%;*/
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #ffffff;
  display: block;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

.side-menu .inner-wrapper {
  padding: 35px;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 10px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item .nav-link:hover span {
  color: #d79f37;
}

.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #2b2b2b;
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link.active::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: 0 0;
}

.side-menu p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
}

.social-icons-simple li {
  display: inline-block;
}

.social-icons-simple li a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 36px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  color: #2b2b2b;
}

.social-icons-simple li a:hover {
  background-color: #2b2b2b;
  color: #fff;
}

.side-footer p {
  color: #2b2b2b;
}

.social-icons-simple li.animated-wrap a:hover {
  background-color: transparent;
  color: #fff;
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.slider-area {
  /*  background-image: url(../images/4_and_5BHK_flats_in_surat.jpg);*/
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  background-position: center;
}

.slider-area {
  align-items: center;
}

.slider-area .slider-content {
  margin-top: 100px;
}

.slider-area .slider-content .heading {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
}

.slider-area .slider-content .text {
  color: #fff;
  margin-top: 30px;
}

.real-state-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 189px;
}

.real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.real-state-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  font-weight: 300;
  font-size: 16px;
}

.real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent;
}

.real-state-form {
  padding: 25px;
  background-color: rgba(30, 30, 30, 0.7);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  z-index: 1;
  right: 1%;
  top: 50%;
  transform: translateY(-40%);
  max-width: 262px;
  height: 332px;
}

.book-property .booking-heading {
  font-size: 20px;
  font-weight: 500;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #d79f37;
  text-align: center;
  margin-top: 0px;
}

.real-state-form .contact-form .form-control {
  color: #fff;
}

.real-state-form .contact-form input {
  background-color: transparent;
  border-bottom: 1px #fff solid;
}

.real-state-form .contact-form select {
  background-color: transparent;
  border-bottom: 1px #fff solid;
  color: #fff;
}

.real-state-form .contact-form select option {
  color: #000;
}

.real-state-form .contact-form .form-group select::placeholder,
.real-state-form .contact-form input::placeholder {
  color: #fff;
  font-size: 16px;
  opacity: 1;
}

.real-state-form .contact-form .form-group select:-ms-input-placeholder,
.real-state-form .contact-form input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.real-state-form .contact-form .form-group select::-ms-input-placeholder,
.real-state-form .contact-form input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.team-section {
  background-color: #fff;
  padding-bottom: 0;
}

.team-section .stats-heading-area .sub-heading {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #202020;
  font-weight: 400;
  margin-bottom: 50px;
}

.team-section .stats-heading-area .heading {
  color: #202020;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}

.team-section .stats-heading-area .heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.team-section .stats-heading-area .heading span.color {
  display: inline-block;
  color: #d79f37;
}

.team-section .stats-heading-area .heading span {
  display: block;
}

.team-section .stats-heading-area .text {
  color: #555;
  width: 80%;
  margin: 20px auto 0;
}

.team-section .team-member-area {
  margin-top: 70px;
  margin-bottom: 50px;
}

.team-section .image-holder:hover~.team-name {
  color: #d79f37;
}

.team-section .image-holder img {
  height: 200px;
  width: 200px;
  padding-top: 10px;
  background-color: #e3e5e4;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-section .team-name {
  margin-top: 20px;
  color: #555;
  transition: 0.5s ease all;
  font-size: 20px;
  font-weight: 400;
  background: #f3f3f3;
  padding: 20px 0;
  border-bottom: 3px solid #d79f37;
  line-height: 30px;
}

.testimonial-team .owl-item .item {
  transition: 0.5s ease;
}

.testimonial-team .owl-item.center .item {
  margin-top: 100px;
}

.project-sec {
  position: relative;
  padding-bottom: 0;
}

.project-sec .row {
  margin: 0 !important;
}

.project-sec .project-area {
  position: relative;
}

.project-sec .project-area .project-img img {
  height: 100%;
  width: 100%;
}

.project-sec .project-area .project-detail {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  color: #fff;
}

.project-sec .project-area .project-detail .project-sub-heading {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #d79f37;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.project-sec .project-area .project-detail .project-sub-heading span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #d79f37;
  margin-right: 8px;
  margin-bottom: 4px;
}

.project-sec .project-area .project-detail .project-heading {
  font-size: 25px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 35px;
}

.project-sec .project-area .project-detail .project-heading span {
  display: block;
}

.project-sec .project-area .project-detail .project-text {
  font-family: Roboto, sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #ccc;
  margin-bottom: 33px;
  text-align: justify;
}

.project-sec .project-links {
  position: absolute;
  top: 90%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 1111;
  cursor: pointer;
}

.project-sec .project-links a i {
  color: #fff;
  font-size: 22px;
  transition: 0.8s ease;
}

.project-sec .project-links a:hover i {
  color: #f73859;
}

.project-sec .owl-item.active .project-area .project-detail .animate-fade {
  animation: 1.5s slideInUp;
}

.project-sec .owl-item.active .project-area .project-detail .animate-box {
  animation: 2s slideInLeft;
}

.project-sec .owl-item.active .project-area .project-detail .animate-roll {
  animation: 2s slideInLeft;
}

.project-sec .owl-item.active .project-area .project-detail .animate-in {
  animation: 2s fadeIn;
}

.project-sec .owl-item.active .project-area .project-detail .animate-fate-in {
  animation: 1.5s fadeIn;
}

.color-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000;
}

.project-box {
  background: rgba(32, 32, 32, 0.9);
  padding: 25px;
}

.gallary-sec .stats-heading-area .sub-heading {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #202020;
  font-weight: 400;
  margin-bottom: 20px;
}

.gallary-sec .stats-heading-area .heading {
  color: #202020;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}

.gallary-sec .stats-heading-area .heading {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 35px;
}

.gallary-sec .stats-heading-area .heading span.color {
  display: inline-block;
  color: #d79f37;
}

.gallary-sec .stats-heading-area .heading span {
  display: block;
}

.gallary-sec .stats-heading-area .text {
  color: #202020;
  width: 60%;
  margin: 0 auto;
}

.gallary-sec .gallary-content-top {
  margin-bottom: 50px;
}

.gallary-sec .gallary-manage-top {
  margin-top: 80px;
}

.gallary-sec .card {
  -webkit-box-shadow: 0 16px 12px -6px rgba(179, 161, 179, 0.25);
  -moz-box-shadow: 0 16px 12px -6px rgba(179, 161, 179, 0.25);
  box-shadow: 0 16px 12px -6px rgba(179, 161, 179, 0.25);
  cursor: default;
}

.gallary-sec .card .image-holder-gallary {
  overflow: hidden;
}

.gallary-sec .card:hover img {
  transform: scale(1.1);
  transition: 0.6s ease;
}

.gallary-manage-top .card {
  -webkit-box-shadow: 0 16px 12px -6px rgba(179, 161, 179, 0.31);
  -moz-box-shadow: 0 16px 12px -6px rgba(179, 161, 179, 0.31);
  box-shadow: 0 16px 12px -6px rgba(179, 161, 179, 0.31);
}

.gallary-sec .card .card-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gallary-sec .card:hover .card-body {
  background: #fff;
  transition: 0.6s ease;
  color: #333;
}

.gallary-sec .card:hover .property-details h5,
.gallary-sec .card:hover .property-price,
.gallary-sec .card:hover .user-rating li {
  color: #333;
  transition: 0.1s ease;
}

.property-details h5 {
  color: #202020;
  text-align: center;
  margin-bottom: 0;
}

.user-rating {
  list-style: none;
  margin-bottom: 0;
}

.user-rating li {
  display: inline-block;
  color: #ffc600;
}

.property-price {
  color: #d79f37;
}

.gallary-contact-btn a {
  margin-top: 80px;
}

.our-testimonial {
  padding-bottom: 0;
}

.parallax-disable {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.page-header {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}

.testimonial-bg {
  min-height: 300px;
}

.testimonial-content {
  padding-top: 85px;
  color: #fff;
}

.testimonial-content h2 {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

#testimonial-slider .owl-nav,
.bg-testimonial {
  position: relative;
}

#testimonial-slider {
  margin-top: -60px;
  margin-bottom: 0;
}

.bg-transparent {
  background: 0 0;
}

.bg-testimonial::after {
  height: 55%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.bg-testimonial::after,
.testi-box .testimonial-round>img {
  width: 100%;
}

.testi-box .testimonial-round {
  height: 180px;
  width: 180px;
  overflow: hidden;
}

.testi-box .testimonial-round,
.testi-box .testimonial-round>img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.testi-box.no-rounded .testimonial-round,
.testi-box.no-rounded .testimonial-round>img {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #24cdd5;
}

.testi-box .testimonial-round:hover>img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.testimonial-round>img {
  pointer-events: none;
}

#testimonial-slider .owl-nav {
  width: 300px;
  display: inline-block;
  height: 30px;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
  margin-left: 2%;
  position: absolute;
  z-index: 5;
}

.test-star {
  font-size: 12px;
  color: #ffc13c;
  cursor: pointer;
}

#rattingIcon .fa-star {
  color: #ffc107;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#ratingText {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.rating-part {
  margin-top: 100px;
}

.our-testimonial .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

.our-testimonial .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}

@media (max-width: 992px) {
  #testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1%;
  }
}

.slider-form-area .contact-form {
  max-width: 750px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.slider-form-area .contact-form .form-control {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0;
  color: #fff;
  letter-spacing: 0.7px;
  font-weight: 300;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  font-size: 14px;
  position: relative;
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
  background: rgba(0, 0, 0, 0);
  margin: 0
}

.slider-form-area .contact-form textarea {
  min-height: 100px;
  resize: none;
}

.slider-form-area .contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-sec .heading {
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}

.contact-sec .contact-form {
  width: 95%;
}

.contact-sec .contact-form input {
  color: #fff;
  font-size: 16px;
  height: 50px;
  padding: 0px;
}

.contact-sec .contact-form .form-control {
  border-radius: 0;
  /* border: solid 2px #eceef2;*/
}

.contact-sec .contact-form input::placeholder {
  color: #fff;
  font-size: 16px;
  padding-left: 0px;
}

.contact-sec .contact-form textarea {
  padding: 13px;
  padding-left: 25px;
  height: 202px;
  color: #8799a3;
  font-size: 16px;
}

.contact-sec .contact-form .purple-btn {
  margin-top: 15px;
}

.contact-sec .contact-background {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: -1;
}

.contact-sec .contact-details {
  font-family: Roboto, sans-serif;
}

.contact-sec .contact-details .heading {
  margin-bottom: 35px;
}

.contact-sec .contact-details .text {
  color: #18212e;
}

.contact-sec .contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
}

.contact-sec .contact-details ul li {
  color: #ccc;
  list-style: none;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 500;
}

.contact-sec .contact-details ul li a {
  font-size: 14px;
}

.contact-sec .contact-details ul li span {
  display: inline-block;
}

.contact-sec .contact-details ul li span:last-child {
  padding-right: 0;
}

.contact-sec .contact-details ul li i {
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 8px;
  color: #d79f37;
  top: 1px;
  position: relative;
}

.contact-sec .contact-details ul li i.email {
  transform: rotate(-30deg);
}

.footer-style-1 {
  background: #111;
  padding: 10px 0
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
  padding: 5px 0;
}

.footer-social a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #fff;
}

.footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.footer-social li a:hover {
  background-color: #d79f37;
  color: #fff;
}

.company-about {
  font-size: 14px;
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
  font-size: 23px;
  line-height: 47px;
  color: #fff;
  background-color: #d79f37;
  display: none;
  height: 45px;
  width: 45px;
  cursor: pointer;
  padding: 0;
  position: fixed;
  bottom: 20px;
  left: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 99;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-top-arrow:hover {
  background-color: #d79f37;
}

.magic {
  display: none !important;
}

.aimated-cursor {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  -o-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover~.aimated-cursor {
  display: inline-block;
  z-index: 9999999;
}

.cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999999999;
}

.slider-social {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  color: #fff;
}

.side-nav-menu .slider-social {
  right: auto;
}

.slider-social li {
  list-style: none;
}

.slider-social a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  border-radius: 50px;
  font-size: 16px;
  margin: 2px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: relative;
}

.facebook_bg_hvr2:hover {
  color: #fff !important;
  background: #4267b2 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.twitter_bg_hvr2:hover {
  color: #fff !important;
  background: #00a7e6;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.linkdin_bg_hvr2:hover {
  color: #fff !important;
  background: #1682ab;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.googleplus_bg_hvr2:hover {
  color: #fff !important;
  background: #d5463a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pintrest_bg_hvr2:hover {
  color: #fff !important;
  background: #c8232c;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.instagram_bg_hvr2:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.instagram_bg_hvr2:hover {
  color: #fff !important;
  z-index: 999;
}

.instagram_bg_hvr2:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.page-title {
  position: relative;
  text-align: center;
  padding: 125px 0 125px;
  background-size: cover;
  background-position: top center;
}

.standalone-content {
  margin-top: 150px;
}

.page-title .auto-container {
  position: relative;
}

.page-title h2 {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-size: 3.5rem;
  text-transform: capitalize;
}

.page-breadcrumb {
  position: relative;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f101";
  right: -5px;
  top: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-breadcrumb li a {
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a .icon {
  margin-right: 4px;
  color: #d79f37;
}

.page-breadcrumb li a:hover {
  color: #fff;
}

.standalone-row:not(:last-child) {
  margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
  padding-left: 30px;
  text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
  padding-left: 0;
  padding-right: 30px;
}

.standalone-detail .sub-heading {
  color: #c29e75;
  margin-bottom: 10px;
}

.standalone-area .sub-heading {
  color: #c29e75;
  margin-bottom: 8px;
}

.standalone-detail .heading {
  margin-bottom: 20px;
  font-size: 56px;
  color: #2b2b2b;
  font-weight: 500;
  font-family: Oswald, sans-serif;
}

.standalone-detail .para_text {
  color: #2b2b2b;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
  line-height: 2.1;
}

.standalone-detail {
  padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
  font-weight: 500;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
}

.standalone-area .stand-img-des .para_text {
  font-family: Roboto, sans-serif;
  color: #2b2b2b;
}

.filter-form {
  background-color: #f1f1f1;
}

.filter-form .contact-form {
  padding: 15px 0;
}

.filter-form .contact-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 95%;
}

.filter-form .contact-form label {
  margin-bottom: 0;
  color: gray;
  position: relative;
  left: -6px;
  top: -1px;
  z-index: 11;
  font-size: 22px;
}

.filter-form .contact-form input {
  color: gray;
  font-size: 16px;
  height: 50px;
  padding: 25px;
}

.filter-form .contact-form .form-control {
  border-radius: 0;
  border: solid 2px transparent;
  margin-bottom: 0;
  border-right: solid 2px #eceef2;
  background-color: transparent;
}

.filter-form .contact-form .form-control:last-child {
  border-right: none;
}

.filter-form .contact-form input::placeholder {
  color: #8799a3;
  font-size: 16px;
}

.filter-form .green-btn {
  padding: 15px 35px;
}

.filter-form .form-control:focus {
  border-color: #80bdff00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.filter-form .select2-container {
  width: 100% !important;
}

.filter-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
}

.filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: gray;
}

.product-filter-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  z-index: 111;
}

.change-position {
  position: relative;
}

.about_content {
  padding-top: 80px;
  padding-bottom: 0;
}

.product-body .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "|";
}

.product-body .breadcrumb .breadcrumb-item a {
  color: #000;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.product-body .pro-detail-sec .pro-heading {
  font-size: 60px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: #202020;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product-detail {
  margin-top: 50px;
}

.product-body .product-list .product-item .p-item-img {
  position: relative;
}

.product-body .product-list .product-item .p-item-img img {
  height: 100%;
  width: 100%;
}

.product-body .product-list .product-item .p-item-img .p-item-overlay {
  position: absolute;
  background-color: #00000080;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  cursor: pointer;
  opacity: 0;
}

.product-body .product-list .product-item:hover .p-item-img .p-item-overlay {
  opacity: 1;
}

.product-body .product-list .product-item .p-item-img .p-item-overlay .btn {
  padding: 4px 15px 3px 15px;
  font-size: 10px;
  border: solid 1px transparent;
  display: block;
}

.product-body .product-list .product-item .p-item-img .p-item-overlay .q-btn {
  background-color: #03a9f5;
  padding: 4px 20px 3px 20px;
  color: #fff;
  margin-bottom: 3px;
}

.product-body .product-list .product-item .p-item-name {
  font-size: 14px;
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 8px;
}

.product-body .product-list .product-item .p-item-price {
  font-size: 16px;
  color: #03a9f5;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-align: center;
}

.product-section-body .product-body .p-featured-footer p {
  font-size: 16px;
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: lighter;
  margin-bottom: 20px;
}

.product-section-body .product-body .p-featured-footer .terms h4 {
  font-size: 18px;
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.product-section-body .product-body .p-featured-footer .terms p {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #000;
}

.product-detail-slider img {
  width: 100%;
}

.product-slider .swiper-slide img {
  height: auto;
}

.product-body .product-list .product-single-price {
  margin-bottom: 10px;
}

.product-body .product-list .product-single-price h4 {
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #d9d9d9;
  margin-bottom: 10px;
}

.product-body .product-list .product-single-price h4 .real-price {
  color: #d79f37;
}

.pro-description {
  font-size: 14px;
  font-weight: 400;
}

.product-body .product-detail .product-checklist {
  margin-top: 20px;
}

.product-body .product-detail .product-checklist ul {
  padding-left: 0;
  margin-bottom: 20px;
}

.product-body .product-detail .product-checklist ul li {
  list-style: none;
  color: #000;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-body .product-detail .product-checklist ul li i {
  color: #d79f37;
}

.product-body .product-list .product-detail .product-single-price {
  margin-top: 20px;
}

.product-body .product-list .product-quantity .qty .our-btn {
  position: relative;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item a {
  color: #d79f37;
  font-size: 12px;
}

.comma-separtor {
  color: #03a9f5;
}

.product-body .product-list .share-product-details .share-product-icons {
  padding: 0;
}

.product-body .product-list .share-product-details .share-product-icons li p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.product-body .product-list .share-product-details .share-product-icons li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

.product-body .product-list .share-product-details .share-product-icons li a {
  color: #000;
  padding: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 27px;
  border: 1px solid transparent;
  transition: none;
}

.facebook-bg-hvr:hover {
  background: #4267b2 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.twitter-bg-hvr:hover {
  background: #1da1f2 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.instagram-bg-hvr:hover {
  color: #fff !important;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#aa2fb5),
      color-stop(93%, #f1762c)) !important;
  background: -o-linear-gradient(top, #aa2fb5 0, #f1762c 93%) !important;
  background: linear-gradient(to bottom, #aa2fb5 0, #f1762c 93%) !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.linkedin-bg-hvr:hover {
  background: #0077b5 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

#map {
  height: 300px;
}

.product-all-details {
  margin-top: 50px;
  margin-bottom: 50px;
}

.nav-tabs {
  border: none;
  background-color: #eceff6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #d79f37;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  border-left: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-item {
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #fff;
  margin-bottom: 0;
}

.nav-tabs .nav-item:first-child {
  border-right: none;
}

.nav-tabs .nav-link {
  text-align: center;
  border: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8b8d96;
}

.tab-content {
  border-left: 0.5px solid #eceff6;
  border-right: 0.5px solid #eceff6;
  border-bottom: 0.5px solid #eceff6;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.table td,
.table th {
  padding: 0.5rem;
}

.tab-content .reviews .media {
  margin-bottom: 15px;
}

.user-rating {
  padding: 0;
  margin: 0;
}

.user-rating li {
  display: inline-block;
  list-style: none;
}

.tab-content .reviews .media .user-rating li a {
  color: #f5c136;
}

.tab-content .reviews .media .media-body {
  border-left: 1px solid #eceff6;
  padding-left: 25px;
  padding-right: 25px;
}

.tab-content .reviews .media .media-body span {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: #d3d3d3;
  font-weight: lighter;
}

.tab-content .text-nowrap {
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea:focus {
  outline: 0 !important;
  border: 1px solid #ececec;
}

.wrapper {
  max-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-detail-slider .swiper-slide {
  width: 96%;
}

.product-detail-slider .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.Thumbs {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.Thumbs .swiper-slide {
  opacity: 0.4;
}

.Thumbs .swiper-slide-active {
  opacity: 1;
}

.remove-margins {
  margin: 0;
}

.property-addtional-info {
  list-style-position: outside;
  padding: 0;
  margin: 0 0 0;
  margin-left: 25px;
  list-style: none;
}

.property-addtional-info li {
  margin-bottom: 10px;
}

.property-addtional-info li i {
  display: inline-block;
  margin-right: 2px;
  color: #d79f37;
}

.property-addtional-info li p {
  display: inline-block;
  font-size: 17px;
}

.lastest_arrivals .user-rating {
  font-size: 14px;
}

.quote-content {
  text-align: center;
  max-width: 900px;
  padding: 50px 150px;
  overflow: visible;
}

.quote-content .contact-form .form-control {
  border-radius: 0;
  padding: 0;
}

.quote-content #quote_submit_btn {
  margin-bottom: -120px;
}

.quote-content .form-check {
  padding: 50px 0 8px 0;
  text-align: center;
  margin-bottom: -15px;
}

.checkbox-lable {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-lable input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px dotted #d4d4d4;
}

.checkbox-lable:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox-lable input:checked~.checkmark {
  background-color: #d79f37;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-lable input:checked~.checkmark:after {
  display: block;
}

.checkbox-lable .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #d79f37;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quote-content .fancybox-close-small:focus,
.quote-content .fancybox-close-small:hover {
  background: #d79f37;
}

.quote-content .fancybox-close-small:after {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -1px;
  font: initial;
  font-size: 35px;
  color: #fff;
}

.fancybox-close-small:focus:after {
  outline: 0;
}

.quote-content .fancybox-close-small:focus:after,
.quote-content .fancybox-close-small:hover:after {
  background-color: transparent;
}

.quote-content .contact-form .form-control {
  border: none;
  border-bottom: 1.5px solid #e2e2e2;
  padding: 10px 0;
  background: #fff;
  font-weight: 400;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  color: #9b9b9b;
  font-size: 14px;
  position: relative;
  font-family: Roboto, sans-serif;
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
}

.quote-content .contact-form textarea {
  min-height: 130px;
  resize: none;
}

.property-id {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #202020;
  font-weight: 400;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 999;
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  position: relative;
}

.full-width {
  max-width: 100%;
  width: 100%;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

svg {
  width: 66vw;
  height: 30vh;
}

.ha-logo circle,
.ha-logo path {
  fill: none;
  stroke: #d79f37;
  stroke-width: 0.125px;
  stroke-linejoin: round;
}

.ha-logo circle.house,
.ha-logo path.house {
  stroke-linecap: round;
  stroke-width: 0.3px;
}

.loading.ha-logo circle {
  animation: nodes 6s linear infinite;
}

.loading.ha-logo .house {
  animation: house 6s ease infinite;
}

.loading.ha-logo .circut {
  animation: circut 6s cubic-bezier(0.7, 0.1, 0.1, 0.9) infinite;
}

@keyframes house {
  0% {
    stroke-dashoffset: -50;
    stroke-dasharray: 50, 50;
  }

  45% {
    stroke-dashoffset: -100;
  }

  50% {
    stroke: #d79f37;
  }

  60% {
    stroke: #fff;
  }

  75% {
    stroke: #d79f37;
  }

  80% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: -130;
    stroke-dasharray: 50, 50;
  }
}

@keyframes circut {
  0% {
    stroke-dasharray: 20, 20;
    stroke-dashoffset: -20;
  }

  13% {
    stroke-dashoffset: -20;
  }

  50% {
    stroke-dashoffset: -40;
    stroke: #d79f37;
  }

  60% {
    stroke: #fff;
  }

  70% {
    stroke: #d79f37;
  }

  85% {
    stroke-dashoffset: -40;
  }

  100% {
    stroke-dashoffset: -60;
    stroke-dasharray: 20, 20;
  }
}

@keyframes nodes {
  0% {
    stroke-dasharray: 0, 4;
  }

  25% {
    stroke-dasharray: 0, 4;
  }

  35% {
    stroke-dasharray: 4, 0;
    stroke: #d79f37;
  }

  41% {
    fill: none;
  }

  42% {
    fill: #d79f37;
  }

  55% {
    fill: none;
    stroke: #d79f37;
  }

  65% {
    fill: #fff;
    stroke: #fff;
  }

  75% {
    stroke: #d79f37;
    fill: none;
    stroke-dasharray: 4, 0;
  }

  85% {
    fill: #d79f37;
    stroke: #d79f37;
  }

  93% {
    fill: none;
    stroke-dasharray: 4, 0;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -4;
    stroke-dasharray: 0, 4;
  }
}

.ha-logo circle:nth-child(1n) {
  animation-delay: -54ms;
}

.ha-logo circle:nth-child(2n) {
  animation-delay: -108ms;
}

.ha-logo circle:nth-child(3n) {
  animation-delay: -162ms;
}

.ha-logo circle:nth-child(4n) {
  animation-delay: -216ms;
}

.ha-logo circle:nth-child(5n) {
  animation-delay: -0.27s;
}

.ha-logo circle:nth-child(6n) {
  animation-delay: -324ms;
}

.ha-logo circle:nth-child(7n) {
  animation-delay: -378ms;
}

.ha-logo circle:nth-child(8n) {
  animation-delay: -432ms;
}

.ha-logo circle:nth-child(9n) {
  animation-delay: -486ms;
}

.ha-logo circle:nth-child(10n) {
  animation-delay: -0.54s;
}

.ha-logo circle:nth-child(11n) {
  animation-delay: -594ms;
}

.ha-logo circle:nth-child(12n) {
  animation-delay: -648ms;
}

.ha-logo circle:nth-child(13n) {
  animation-delay: -702ms;
}

.ha-logo circle:nth-child(14n) {
  animation-delay: -756ms;
}

@media screen and (max-width: 991px) {
  body {
    text-align: center;
  }

  .home-banner {
    padding: 10rem 0 7.5rem;
  }

  .slider-right {
    float: none;
    margin-top: 6rem;
  }

  .heading-box h2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-area {
    margin-bottom: 3rem;
  }

  .heading-area .title {
    font-size: 2.5rem;
  }

  .services-skill {
    margin-bottom: 2rem;
  }

  .team-item {
    margin-top: 4rem;
  }

  .about-list li {
    display: inline-block;
  }

  .testimonial-post {
    display: inline-block;
  }

  .testimonial-post .post {
    display: inline-block;
  }

  #blog .col-lg-4:not(:nth-last-child(1)) .news-item {
    margin-bottom: 3rem;
  }

  #blog .heading-area {
    margin: 0;
    padding: 7.5rem 0;
  }

  .address-item {
    margin: 3rem 0;
  }

  .footer-social {
    margin-bottom: 1rem;
  }

  .blog-comment {
    margin-bottom: 4rem;
  }

  .page-title h2 {
    font-size: 2.5rem;
  }

  .blog-post-navigation {
    padding: 4rem 0;
  }




  .navbar-top-default {
    background-color: black;
  }




  .logo-white {
    margin-top: 2px;
    margin-left: 0px;
  }




}

@media screen and (min-width: 767px) {
  .sidemenu_btn {
    display: none;
  }

  .desk-none {
    display: none;
  }

}

@media screen and (max-width: 767px) {
  .call-btn {
    position: absolute;
  }

  .header-appear .navbar-top-default {
    position: relative
  }

  .mobile-none {
    display: none
  }

  .ascon-logo {
    display: block
  }

  .dm-tags {
    display: block;
  }

  .qua_scroll_down {
    display: none;
  }

  body .call-btn {
    bottom: 90px;
  }

  body .heading {
    font-size: 25px !important;
  }

  #brochure .heading {
    margin-bottom: 20px;
  }

  #brochure p {
    font-size: 14px;
  }

  #views {
    padding-top: 0;
  }

  .mob-none {
    display: none;
  }

  body .container {
    max-width: 100%;
  }

  body header a.logo img {
    max-width: 100px;
  }

  body .book-property span {
    color: #333;
  }

  body .slider-form-area {
    padding: 10px;
  }

  .book-property .booking-heading {
    color: #d79f37;
  }

  section {
    padding: 50px 0;
  }

  .home-banner {
    padding: 7rem 0 4.5rem;
  }

  .sidemenu_btn {
    right: 0px;
    position: absolute;
    left: auto;
    top: 30px;
    display: block;
  }

  .project-box {
    margin-bottom: 50px;
  }

  body .slider-form-area textarea::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }

  body .slider-form-area input::placeholder {
    color: #333 !important;
    font-size: 16px;
    font-weight: 500;
  }

  .slider-area {
    background-size: 100%;
    height: 179px;
    padding-bottom: 0;
  }

  .navbar-top-default {
    position: relative;
    /*	  background: #000;*/
  }

  body footer .company-about {
    margin-bottom: 20px !important;
  }

  .dm-tags {
    margin-bottom: 10px;
  }

  #retail-segment.mt-100 {
    margin-top: 0;
  }

  .agency-num {
    right: 12px;
    top: 40%;
    font-size: 27px;
    display: none;
  }

  .scroll-top-arrow,
  .scroll-top-arrow:focus {
    bottom: 50px;
    display: none !important
  }

  .whatsapp-boat {
    bottom: 50px
  }

  #contact-sec .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .parallax-box {
    padding: 1.5rem 0;
  }

  .parallax-box i {
    font-size: 2.2rem;
  }

  .parallax-box h2 {
    font-size: 2.2rem;
  }

  .parallax-box h5 {
    font-size: 1rem;
  }

  .partners-slider {
    margin: 0;
  }

  .slider-right {
    float: none;
    margin-top: 5rem;
  }

  .heading-box h2 {
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .heading-area {
    margin-bottom: 3rem;
  }

  .heading-area .title {
    font-size: 2rem;
  }

  #blog .heading-area {
    margin: 0;
    padding: 4.5rem 0;
  }

  .address-item {
    margin: 3rem 0;
  }

  .footer-social {
    margin-bottom: 1rem;
  }

  .side-menu {
    width: 100%;
  }

  .contact-sec .contact-form {
    width: 100%;
    margin-left: 0;
  }

  .contact-sec .contact-details {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .contact-sec .contact-details ul li:first-child {
    width: 100%;
  }

  .contact-sec .contact-details ul li {
    display: block;
    margin-bottom: 30px;
  }

  .contact-sec .contact-details ul li i {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }

  svg {
    width: 40vw;
    height: 25vh;
  }

  .quote-content {
    padding: 30px 20px;
    margin: 0;
  }

  .quote-content #quote_submit_btn {
    margin-bottom: 0;
  }

  .quote-content .form-check {
    padding: 10px 0 40px 0;
  }

  body .project-sec .project-area .project-detail {
    color: #000;
    text-align: left;
  }

  body #popup_wrapper div#popupContact {
    margin: 30% auto 0%;
  }
}

@media (max-width: 575.98px) {
  .navbar-top-default {
    padding-bottom: 7px;
  }



  header a.logo img {
    max-width: 90px;
  }

  .header-appear .navbar-top-default {
    background: #fff;
    padding-bottom: 30px;
  }

  .header-appear .agency-num {
    top: 46%;
  }

  .side-menu .btn-close {
    top: 20px;
    right: 30px;
  }

  .slider-area .slider-content .heading {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .slider-social {
    display: none;
  }

  .real-state-form .contact-form .form-group select::placeholder,
  .real-state-form .contact-form input::placeholder {
    color: #8799a3;
    opacity: 1;
  }

  .real-state-form .contact-form .form-group select:-ms-input-placeholder,
  .real-state-form .contact-form input:-ms-input-placeholder {
    color: #8799a3;
  }

  .real-state-form .contact-form .form-group select::-ms-input-placeholder,
  .real-state-form .contact-form input::-ms-input-placeholder {
    color: #8799a3;
  }

  .real-state-form .select2-container--default .select2-selection--single {
    border-bottom: 2px solid #eceef2;
    width: 300px;
  }

  .real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #202020 transparent transparent;
  }

  .real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8799a3;
  }

  .slider-form-area .contact-form .form-control {
    border-bottom: 1px solid #33333352;
    color: #2d2d2d;
  }

  .real-state-form {
    padding: 50px 20px 50px 20px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    transform: translateY(0);
    max-width: 500px;
    background: #f3f3f3;
  }

  .team-section .stats-heading-area .heading {
    font-size: 35px;
    margin-bottom: 32px;
  }

  .team-section .stats-heading-area .text {
    width: 100%;
  }

  .testimonial-team .owl-item.center .item {
    margin-top: 40px;
  }

  .project-sec .project-area .project-detail {
    position: relative;
    top: auto;
    transform: translateY(0);
    color: #fff;
  }

  .project-sec .project-links {
    display: none;
  }

  .project-box {
    background: 0 0;
    padding: 0;
  }

  .project-sec .project-area .project-detail .project-text {
    width: 100%;
    color: #202020;
  }

  .project-sec .project-area .project-detail .project-heading {
    color: #202020;
    font-size: 26px;
    line-height: 1.5;
  }

  .project-sec .project-area .project-detail .project-sub-heading {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .project-sec .owl-item.active .project-area .project-detail .animate-in {
    animation: none !important;
  }

  .property-details h5 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .property-price {
    text-align: center;
    margin-top: 15px;
  }

  .gallary-sec .card {
    margin-bottom: 20px;
  }

  .gallary-sec .gallary-manage-top {
    margin-top: 0;
  }

  .gallary-contact-btn a {
    margin-top: 0;
  }

  .gallary-sec .stats-heading-area .text {
    width: 100%;
  }

  .gallary-sec .stats-heading-area .heading {
    font-size: 35px;
    line-height: 1.4;
  }

  .gallary-sec .stats-heading-area .heading {
    margin-bottom: 0;
  }

  #testimonial-slider .owl-nav {
    font-size: 26px;
  }

  .testimonial-content h2 {
    font-size: 40px;
  }

  .testimonial-content {
    padding-top: 75px;
  }

  .rating-part {
    margin-top: 80px;
  }

  .contact-sec .contact-form {
    width: auto;
  }

  .filter-form .contact-form {
    padding: 30px 0;
  }

  .filter-form .contact-form .form-group {
    width: 100%;
    margin-bottom: 30px;
  }

  .filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    position: absolute;
    left: 15px;
  }

  .product-body .breadcrumb {
    display: flex;
    justify-content: center;
  }

  .product-body .pro-detail-sec .pro-heading {
    font-size: 45px;
  }

  .pro-description {
    margin-top: 20px;
  }

  .product-all-details {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .property-addtional-info {
    list-style: none;
    margin-left: 0;
  }

  .product-body .product-detail .product-checklist ul li {
    text-align: left;
  }

  .property-addtional-info li {
    margin-bottom: 10px;
    text-align: left;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-top-default {
    padding-bottom: 45px;
  }

  header a.logo {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }

  header a.logo img {
    max-width: 90px;
  }

  .header-appear .navbar-top-default {
    background: #fff;
    padding-bottom: 30px;
  }

  .header-appear .agency-num {
    top: 46%;
  }

  .slider-area .slider-content .heading {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .slider-social {
    display: none;
  }

  .real-state-form .contact-form .form-group select::placeholder,
  .real-state-form .contact-form input::placeholder {
    color: #8799a3;
    opacity: 1;
  }

  .real-state-form .contact-form .form-group select:-ms-input-placeholder,
  .real-state-form .contact-form input:-ms-input-placeholder {
    color: #8799a3;
  }

  .real-state-form .contact-form .form-group select::-ms-input-placeholder,
  .real-state-form .contact-form input::-ms-input-placeholder {
    color: #8799a3;
  }

  .real-state-form .select2-container--default .select2-selection--single {
    border-bottom: 2px solid #eceef2;
    width: 500px;
  }

  .real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #202020 transparent transparent;
  }

  .real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8799a3;
  }

  .slider-form-area .contact-form .form-control {
    border-bottom: 2px solid #eceef2;
    color: #8799a3;
  }

  .book-property .booking-heading {
    color: #202020;
  }

  .real-state-form {
    padding: 50px 20px 50px 20px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    max-width: none;
    transform: translateY(0);
    background: 0 0;
  }

  .team-section .stats-heading-area .heading {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .team-section .stats-heading-area .text {
    width: 100%;
  }

  .testimonial-team .owl-item.center .item {
    margin-top: 40px;
  }

  .project-sec .project-area .project-detail {
    position: relative;
    top: auto;
    transform: translateY(0);
    color: #fff;
  }

  .project-sec .project-links {
    display: none;
  }

  .project-box {
    background: 0 0;
    padding: 0;
  }

  .project-sec .project-area .project-detail .project-text {
    width: 100%;
    color: #202020;
  }

  .project-sec .project-area .project-detail .project-heading {
    color: #202020;
    font-size: 40px;
    line-height: 1.5;
  }

  .project-sec .project-area .project-detail .project-sub-heading {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .project-sec .project-area .project-detail .project-text {
    font-size: 16px;
  }

  .project-sec .owl-item.active .project-area .project-detail .animate-in {
    animation: none !important;
  }

  .property-details h5 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .stats-heading-area p {
    font-size: 16px;
  }

  .property-price {
    text-align: center;
    margin-top: 15px;
  }

  .gallary-sec .card {
    margin-bottom: 60px;
  }

  .gallary-sec .gallary-manage-top {
    margin-top: 0;
  }

  .gallary-contact-btn a {
    margin-top: 0;
  }

  .gallary-sec .stats-heading-area .text {
    width: 100%;
  }

  .gallary-sec .stats-heading-area .heading {
    font-size: 40px;
    line-height: 1.4;
  }

  .gallary-sec .stats-heading-area .heading {
    margin-bottom: 32px;
  }

  .filter-form .contact-form {
    padding: 30px 0;
  }

  .filter-form .contact-form .form-group {
    width: 100%;
    margin-bottom: 30px;
  }

  .filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    position: absolute;
    left: 15px;
  }

  .product-body .breadcrumb {
    display: flex;
    justify-content: center;
  }

  .product-body .pro-detail-sec .pro-heading {
    font-size: 45px;
  }

  .pro-description {
    margin-top: 20px;
  }

  .product-all-details {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .property-addtional-info {
    list-style: none;
    margin-left: 0;
  }

  .product-body .product-detail .product-checklist ul li {
    text-align: left;
  }

  .property-addtional-info li {
    margin-bottom: 10px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sidemenu_btn {
    display: block;
  }

  body .tab-none {
    display: none;
  }

  body .tab-block {
    display: block;
    margin: 0 auto;
  }

  .slider-form-area textarea::placeholder {
    color: #111;
  }

  .slider-area {
    height: 45vh;
    background-repeat: no-repeat;
    background-size: contain;
    top: 70px;
  }

  header a.logo img {
    max-width: 90px;
  }

  .header-appear .navbar-top-default {
    background: #fff;
    padding-bottom: 30px;
  }

  .header-appear .agency-num {
    top: 46%;
  }

  .sidemenu_btn {
    right: 100px;
    position: absolute;
    left: auto;
    top: 35px;
  }

  .agency-num {
    top: 41%;
  }

  .slider-area .slider-content .heading {
    font-size: 55px;
    margin-bottom: 20px;
  }

  .slider-social {
    display: none;
  }

  .real-state-form .contact-form .form-group select::placeholder,
  .real-state-form .contact-form input::placeholder {
    color: #8799a3;
    opacity: 1;
  }

  .real-state-form .contact-form .form-group select:-ms-input-placeholder,
  .real-state-form .contact-form input:-ms-input-placeholder {
    color: #8799a3;
  }

  .real-state-form .contact-form .form-group select::-ms-input-placeholder,
  .real-state-form .contact-form input::-ms-input-placeholder {
    color: #8799a3;
  }

  .real-state-form .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #8799a3;
    width: 700px;
  }

  .real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #202020 transparent transparent;
  }

  .real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8799a3;
  }

  .slider-form-area .contact-form .form-control {
    border-bottom: 1px solid #8799a3;
    color: #202020;
  }

  .book-property .booking-heading {
    color: #202020;
  }

  .real-state-form {
    padding: 50px 20px 50px 20px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    transform: translateY(0);
    max-width: inherit;
    background: 0 0;
  }

  .contact-sec .heading {
    font-size: 22px;
  }

  .team-section .stats-heading-area .text {
    width: 100%;
  }

  .testimonial-team .owl-item.center .item {
    margin-top: 60px;
  }

  .team-section .stats-heading-area .heading {
    font-size: 45px;
    margin-bottom: 40px;
  }

  .project-sec .project-area .project-detail {
    position: relative;
    top: auto;
    transform: translateY(0);
    color: #000;
    text-align: left;
  }

  body .project-sec {
    height: auto;
  }

  .project-sec .project-links {
    display: none;
  }

  .project-box {
    background: 0 0;
    padding: 0;
  }

  .project-sec .project-area .project-detail .project-text {
    width: 100%;
    color: #202020;
  }

  .project-sec .project-area .project-detail .project-heading {
    color: #202020;
    font-size: 40px;
    line-height: 1.5;
  }

  .project-sec .project-area .project-detail .project-sub-heading {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .project-sec .owl-item.active .project-area .project-detail .animate-in {
    animation: none !important;
  }

  .property-details h5 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .property-price {
    text-align: center;
    margin-top: 15px;
  }

  .gallary-sec .card {
    margin-bottom: 60px;
  }

  .gallary-sec .gallary-manage-top {
    margin-top: 0;
  }

  .gallary-contact-btn a {
    margin-top: 0;
  }

  .gallary-sec .stats-heading-area .text {
    width: 100%;
  }

  .gallary-sec .stats-heading-area .heading {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 1.4;
  }

  .contact-sec .contact-form {
    width: 100%;
    margin-left: 0;
  }

  .contact-sec .contact-details {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }

  .contact-sec .contact-details ul li:first-child {
    width: 100%;
  }

  .contact-sec .contact-details ul li {
    display: block;
    margin-bottom: 30px;
  }

  .contact-sec .contact-details ul li i {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }

  .filter-form .contact-form {
    padding: 30px 0;
  }

  .filter-form .contact-form .form-group {
    width: 100%;
    margin-bottom: 30px;
  }

  .filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    position: absolute;
    left: 15px;
  }

  .product-body .breadcrumb {
    display: flex;
    justify-content: center;
  }

  .product-body .pro-detail-sec .pro-heading {
    font-size: 50px;
  }

  .pro-description {
    margin-top: 20px;
  }

  .product-all-details {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .property-addtional-info {
    list-style: none;
    margin-left: 0;
  }

  .swiper-container {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  .Thumbs {
    flex-basis: 200px;
  }

  .product-body .product-detail .product-checklist ul li {
    text-align: left;
  }

  .property-addtional-info li {
    margin-bottom: 10px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  body .container {
    max-width: 100%;
  }

  /*
    .slide{
    margin-top: 86px !important;
    
*/

}

.real-state-form {
  width: 350px;
  right: 80px;
}

.team-section .stats-heading-area .text {
  width: 100%;
}

.property-details h5 {
  font-size: 16px;
}

.gallary-sec .card .card-body {
  padding: 20px 10px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-sec .project-links {
    top: 92%;
    left: 45%;
  }

  .standard-btn {
    padding: 10px 15px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .property-details h5 {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .slider-social {
    right: 1%;
  }
}

@media (min-width: 1000px) {
  .project-sec .project-links {
    top: 90%;
    left: 42%;
  }

  .real-state-form {
    padding: 30px 30px 30px 30px;
    top: 52%;
  }
}

@media (min-width: 1300px) {
  .project-sec .project-links {
    top: 85%;
    left: 44%;
  }
}

@media (min-width: 1600px) {
  .project-sec .project-links {
    top: 82%;
    left: 48%;
  }

  .slider-area .slider-content .heading {
    font-size: 60px;
  }
}

@media (min-width: 1700px) {
  .project-sec .project-links {
    top: 80%;
    left: 49%;
  }
}

@media (min-width: 1800px) {
  .project-sec .project-links {
    top: 75%;
    left: 50%;
  }
}

@media (max-width: 1599px) {
  .agency-num span i {
    display: block;
  }

  .whatsapp-num {
    display: none;
  }
}

.slider-form-area textarea::placeholder {
  color: #fff;
  font-size: 16px;
}

#megaone .nav-link i {
  padding-right: 5px;
}

#megaone .navbar-nav {
  top: 15px;
  position: relative;
  margin: auto;
}

.header-appear .navbar-top-default .navbar-nav {
  top: 0 !important;
}

.margin-auto {
  margin: 0 auto;
}

.segments-section {
  background: #f3f3f3;
}

.mt-100 {
  margin-top: 100px;
}

.about-text p {
  text-align: justify;
}

.about-text h2 {
  margin-bottom: 20px;
}

.p-30 {
  padding: 30px;
}

.contact-sec {
  background: #333;
}

.contact-details .fa-phone {
  transform: rotate(90deg);
}

.container {
  max-width: 90%;
}

footer .company-about {
  color: #fff;
}

.fa-google-plus:before {
  content: "" !important;
  background: url(../images/2bhk-southbopal-social-media2-0.png);
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 90%;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
}

#message-section .container {
  max-width: 70%;
}

.team-name span {
  font-weight: 600;
  color: #202020;
}

.contact-sec {
  padding: 5rem 0 3.5rem;
}

.popular-tags h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.dm-tags {
  padding: 4px 15px;
  border: 1px solid #cccccc73;
  line-height: 2;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.dm-tags a {
  color: #ccc;
}

.mb-20 {
  margin-bottom: 10px;
}

.book-property {
  text-align: center;
}

.book-property span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-family: Oswald, sans-serif;
  margin-bottom: 20px;
}

.grecaptcha-badge {
  display: none !important;
}

#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
}

#error_data {
  color: red;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: normal;
}

.alert.alert-danger p {
  color: #fff;
  background: red;
  border-radius: 24px;
  padding: 10px;
}

.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
}

#Seo_Sites .fa-refresh {
  background: url(../images/2bhk-southbopal-refresh.svg);
  width: 20px;
  height: 20px;
  left: 0;
  top: 12px;
  filter: invert(10);
  margin: 0 auto;
  display: block;
}

#brochure .fa-refresh {
  background: url(../images/2bhk-southbopal-refresh.svg);
  width: 20px;
  height: 20px;
  left: 0;
  top: 12px;
  margin: 0 auto;
  display: block;
}

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

.mt-50 {
  margin-top: 50px;
}

.qua_scroll_down {
  position: absolute;
  bottom: 10px;
  text-decoration: none;
  font: 16px/18px Open Sans, Arial;
  color: #fff;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  text-align: center;
  z-index: 2;
  font-weight: 600;
}

.qua_scroll_down.qua_wht_txt,
.qua_wht_txt .qua_scroll_down,
.qua_wht_txt .qua_scroll_down:hover {
  color: #fff;
}

.qua_scroll_down:hover {
  color: #fff;
  text-decoration: none;
}

.qua_scroll_down b {
  width: 25px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 15px;
  display: inline-block;
  position: relative;
}

.qua_scroll_down b:before {
  display: block;
  content: "";
  height: 4px;
  width: 2px;
  background: #fff;
  left: 10px;
  top: 8px;
  position: absolute;
  animation: 2s ease 0s normal none infinite mouse-down;
  -webkit-animation: 2s ease 0s normal none infinite mouse-down;
}

@keyframes mouse-down {

  0%,
  100% {
    height: 4px;
  }

  50% {
    height: 12px;
  }
}

#plans {
  background: #f3f3f3;
}

#location-map {
  padding-bottom: 0;
  background: #f9f9f9;
}

.contact-form {
  margin: 0 auto;
}

.form-control {
  border-radius: 0 !important;
}

.call-btn {
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 65px;
}

.phonering-alo-phone.phonering-alo-static {
  opacity: 0.6;
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
  opacity: 1;
}

.phonering-alo-ph-circle {
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border-radius: 100% !important;
  opacity: 0.1;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #75eb50;
  border-color: #baf5a7;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #00aff2;
  border-color: #bfebfc;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.phonering-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: 0;
  left: 14px;
  position: absolute;
  background-color: #d79f37;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-ph-img-circle {
  width: 45px;
  height: 45px;
  top: 18px;
  left: 32px;
  position: absolute;
  background: #d79f37 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 60%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #75eb50;
  background-color: #75eb50 9;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #00aff2;
  background-color: #00aff2 9;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.book-property img {
  width: 250px;
}



.contact-form {
  max-width: 750px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0;
  color: #fff;
  letter-spacing: 0.7px;
  font-weight: 300;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  font-size: 14px;
  position: relative;
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
  background: rgba(0, 0, 0, 0);
  margin: 0
}

.contact-form textarea {
  min-height: 100px;
  resize: none;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-form input::placeholder {
  color: #fff;
  font-size: 16px;
  opacity: 1;
}

.list-stype {
  margin-bottom: 0
}

.project-sec {
  /*    height: 95vh*/
}

.rera-no {
  /* text-align: center;
    margin: 0 auto;*/
  color: #fff;
  font-size: 12px;
  margin-bottom: 0
}

.ascon-logo {
  padding-right: 0;

  margin: 15px auto;

  position: relative;
  top: 40px;
  z-index: 9;

}


.ascon-logo img {

  width: 140px;
  margin: 0 auto;
  text-align: center;
  display: block;
  /* background: #000; */
  padding: 10px;
  border-radius: 10px;
}

.ascon-desktop-logo {
  max-width: 150px;
  position: relative;
  right: 100px;
  margin-left: 50px;
}

.whatsapp-boat {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 20px;
}

.whatsapp-boat img {
  width: 40px;
}

.slider-area {
  position: relative
}

.slider-area:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.1)
}

.navbar-nav {
  display: none;
}

.footer-social {
  display: block;
  text-align: center !important;
}

.contact-details li {
  list-style: none;
  letter-spacing: 0;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-details .heading {
  margin: 20px 0
}

.logo-white {
  filter: invert(1) brightness(10);
}

.sidemenu_btn {
  display: none
}

.ascon-logo.desk-none img.logo-white {
  filter: none
}

.contact-form-second {
  background: #111;
  padding: 30px;
  border-radius: 5px;
}







/* body{
  background:#e6e6e6;
} */
#slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
  ;
}

.slide {
  width: 100%;
  margin-top: 152px;
  display: none;
  animation-name: fade;
  animation-duration: 1s;
}

/* img{
 width:100%; 
} */
@keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  padding: 15px 10px;
  border-radius: 5px;

}

.controls:hover {
  background: white;
  transition: 0.3s;
}

.controls:active {
  color: grey;
}

#left-arrow {
  left: 10px;
}

#right-arrow {
  right: 10px;
}

#dots-con {

  text-align: center;
}

.dot {
  display: inline-block;
  background: grey;
  padding: 8px;
  border-radius: 50%;
  margin: 10px 5px;
}

.active {
  background: crimson;
}

@media (max-width:576px) {
  #slider {
    width: 100%;

  }

  .controls {
    font-size: 1em;
  }

  #dots-con {
    display: none;
  }
}






div#dots-con {
  display: none;
}

.real-state-form {
  margin-right: 50px;
  padding: 10px;
}















/* .block-image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.block-image img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.block-blog:hover .block-image img,
.block-blog:focus .block-image img {
  -webkit-transform: scale(1.2) translateX(0) translateY(0);
  -moz-transform: scale(1.2) translateX(0) translateY(0);
  -o-transform: scale(1.2) translateX(0) translateY(0);
  -ms-transform: scale(1.2) translateX(0) translateY(0);
  transform: scale(1.2) translateX(0) translateY(0);
}
.block-team:hover .block-image img {
  -webkit-transform: scale(1.2) translateX(0) translateY(0);
  -moz-transform: scale(1.2) translateX(0) translateY(0);
  -o-transform: scale(1.2) translateX(0) translateY(0);
  -ms-transform: scale(1.2) translateX(0) translateY(0);
  transform: scale(1.2) translateX(0) translateY(0);
}

@media (max-width: 1200px) {
  .block-image img {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .block-image img {
    -webkit-transform: scale(1) translateX(0) translateY(0) !important;
    -moz-transform: scale(1) translateX(0) translateY(0) !important;
    -o-transform: scale(1) translateX(0) translateY(0) !important;
    -ms-transform: scale(1) translateX(0) translateY(0) !important;
    transform: scale(1) translateX(0) translateY(0) !important;
  }
} */
.slide1 {
  display: block !important;
}




* {
  box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}





.text-slider {

  text-align: center !important;
  position: absolute;
  top: 35%;
  left: 35%;
  /* background-color: #d79f36cf;
    padding: 50px 20px;
    border-radius: 2%; */

}

.amenities-text {
  width: 20%;
  background-color: #000000cf;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;

  text-align: center;
}

.prev,
.next {
  font-size: 24px;
  background-color: #ffffff99;
}

span.dot {
  display: none;
}

.numbertext {
  display: none;
}

/*  */
/* .team-section .stats-heading-area .heading {
  margin-bottom: 100px;
}
.sub-heading {
  display: none;
} */





.testim-simple {
  background: url(../images/download-bg2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section>.download-form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.download-form .section-title h2 {
  display: block;
  font-size: 35px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 80px;
  z-index: 2;
  text-transform: uppercase;
}

.download-form .contact-form input,
.download-form .contact-form textarea {
  border-radius: 0;
  margin-bottom: 20px;
  border: 2px solid #eee;
  padding: 15px 20px;
  color: #fff;
  background: transparent;
  width: 100%;
}

button.theme-btn.btn-style-one {
  font-size: 16px;
  padding: 10px 60px;
  color: #fff;
  font-weight: 600;
  background-color: #d79f37;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: 0.8s ease !important;
  -o-transition: 0.8s ease !important;
  transition: 0.8s ease !important;
}

.contact-form {
  max-width: 387px;
}

div#section_amenities {
  background-color: #d79f36cf;
  /* padding: 50px 20px; */
}

h5.section-title.light {
  font-size: 34px;
}

/* .row.justify-content-center.brochure {
  background-color: rgba(30, 30, 30, 0.7);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 100px;
} */
.team-section {
  padding-bottom: 70px;
}















/* responsiveness */
@media screen and (max-width: 767px) {
  a.prev {
    left: 0px;
  }


  .gallary-sec .gallary-content-top {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  #location-map {
    padding-top: 0px;
  }

  .location {
    margin-bottom: 20px !important;
  }

  .real-state-form {
    margin: 20px;
  }

  .real-state-form {
    margin: 20px;
    right: 13px;
    width: 321px;

  }







  .phonering-alo-ph-circle-fill {
    top: -10px !important;
    left: 70px !important;
  }

  .phonering-alo-ph-circle {
    top: 20px !important;
    left: 20px !important;
  }

  .phonering-alo-ph-img-circle {
    top: 8px;
    left: 90px;
  }












  /* about section */
  .container-fluid-about {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .property-btn {
    margin-bottom: 25px;
  }





  /* construction */
  section#construction {
    padding: 30px !important;
  }






  .card {
    margin-bottom: 14px;
  }

  section#gallery-view-plan {
    padding: 0px 0px !important;
  }

}


@media (min-width: 768px) and (max-width: 1023px) {
  .logo-white {
    margin-top: 2px;
    margin-left: 40vh;
    top: 0px;
    right: 0px;
    position: relative;
  }

  .slideshow-container {
    left: 101px;
  }

  .slide {
    margin-top: 15px;


  }

  .text-slider {
    left: 10%;
  }

  a.prev {
    left: 0px;
  }

  /*
#slider {
  margin-top: 110px;
}
*/
  /*
.real-state-form {
    margin-right: 0px;
}
*/
  .footer-form {
    padding-top: 90px;
  }

  .real-state-form {
    padding: 72px 0px 0px 0px !important;
    height: 393px !important;
    right: -221px !important;
  }

  .qua_scroll_down {
    bottom: 500px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .text-slider {
    left: 10%;
  }
}

@media (min-width: 1367px) and (max-width: 1440px) {
  .text-slider {
    left: 10%;
  }
}

/*
@media (min-width: 1024px) and (max-width: 1279px) {
    .slider-area {
    top: 44px !important;
    
    }

}
*/





body .head-profile {
  position: fixed;
  top: 54%;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-54%);
  -moz-transform: translateY(-54%);
  -o-transform: translateY(-54%);
  -ms-transform: translateY(-54%);
  transform: translateY(-54%);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -ms-transition: none;
}

body .head-profile .link {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 13px 30px;
  border-radius: 0 0 10px 10px;
  margin-right: 20px;
  background-color: #fff;
  position: relative;
  transform-origin: center;
  transition: none;
  -ms-transition: none;
  transform: translateX(50%) rotate(90deg);
}

/* .bg_gradient {
  background: linear-gradient(90deg, #d79f37 17%, #8f8360 75%) !important;
} */
.bg_gradient {
  background: linear-gradient(90deg, #d79f37 17%, #d79f37 75%) !important;
}


.inq-box {
  right: 0;
}

.inq-box {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 13px 30px;
}







.inq-box-2 {
  position: static;
  top: 50%;
}

.property-btn {
  margin-top: 25px;
}

.container-fluid-about {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #80808029;
  /* padding-top: 50px;
  padding-bottom: 50px; */

  padding-top: 90px;
  padding-bottom: 90px;
}


/*  */
/* .ascon-desktop-logo {
  right: 20px;
}
.property-btn-nav {
  margin-top: 25px;
  margin-right: 100px;
} */

i.fa.fa-phone {
  transform: rotate(90deg);
  color: #fff;
  /* font-size: 22px; */
  font-size: 14px;
  padding-right: 4px;


  /* position: relative;
    top: 40px;
    left: 62px; */
}

span.contact-no {
  /* position: relative;
  top: 36px;
  left: 62px; */


  color: #fff;
  font-weight: 600;
}

.ascon-desktop-logo {
  right: 162px;
}










/* tab */
.active {
  background: transparent !important;
}

.property-img-three img {
  border-radius: 6px;
}

section#gallery-view-plan {
  padding: 90px 0px;
}

section#construction {
  padding: 100px;
}





@media (min-width: 1200px) and (max-width: 1366px) {
  .show .img-show {
    width: 70vw !important;
    height: 70vh !important;
  }
}

section#about {
  padding: 0px !important;
}




section#gallery-view-plan .card {
  padding: 20px;
}




/*  */
.bg-gray {
  color: #f3f3f3 !important;
}

.bg-white {
  color: #fff !important;
}








@media (min-width: 1250px) and (max-width: 1270px) {
  .img-show img {
    max-width: 60% !important;
    max-height: 70% !important;
  }
}






.circle {
  position: relative;
  top: 32px;
  left: 58px;
  background-color: #d79f37;
  padding: 6px 10px;
  /* border: 2px solid #d79f37; */
  border-radius: 8px;
}

/* .circle:hover {
  box-shadow: 5px 5px 5px 2px #d79f37;
} */
.real-state-form .contact-form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0;
  color: #fff;
  letter-spacing: 0.7px;
  font-weight: 300;
}

select#property {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0;
  color: #fff;
  letter-spacing: 0.7px;
  font-weight: 300;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  font-size: 14px;
  position: relative;
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
  background: rgba(0, 0, 0, 0);
  margin: 0;
}

option {
  background-color: #111;
  color: #fff !important;
  border: none !important;
  border-bottom: 1px solid #e2e2e2;
  border-radius: none !important;
}

.bg-gray-section {
  background-color: #80808029;
}

section#views {
  padding-bottom: 130px;
}

select#property option {
  color: #000;
}

/*  */
div#section_amenities {
  background-color: white;
  /* background-color: #f7f4f4; */
  color: black;
  border-radius: 6px;
}

.slideshow-container {
  max-width: 800px;
}

/* .section-header-title.text-left.text-slider {
  background-color: #d79f37;
  color: #fff;
  padding: 10px 23px;
 
} */

.amenities-heading {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 35px;
  color: black;
  font-weight: 700;
}

/* .light.big {
  margin-bottom: 50px !important;
} */

/* .text-detail {
  color: #d79f37;
  text-align: center !important;
  margin-bottom: 50px;
} */

p.text-2 {
  color: #202020;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px !important;
  font-size: 16px;
  font-weight: 400;
}

.text-detail {
  /* width: 90%; */
  margin: 0 auto;
  margin-bottom: 50px !important;
  font-size: 16px;
  font-weight: 400;
}

p.light.big {
  margin: 6px;
  font-weight: 500;
}

.slideshow-container {
  margin-top: 40px;
}

.tab-content {
  padding-top: 0px;
}

.col-lg-4.col-md-6.cust_offset-1 {
  margin-left: 9%;
  margin-top: 5%;
}

.col-lg-6.col-md-8.footer-form {
  margin-top: 5%;
}

#news-slider {
  margin-top: 80px;
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg,
      rgba(6, 190, 244, 0.75) 0%,
      rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.5s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}







.owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.test {
  background-color: #000000cf;
  color: #f2f2f2;
  position: absolute;
  z-index: 9;
  bottom: -12px;
  font-size: 14px;
  padding: 0px 12px 0px;
  width: 89%;
  text-align: center;
  border: 2px solid;
  border-radius: 10px;
}


.text.amenities-text1 {
  width: 100%;
  background-color: #000000cf;
  color: #f2f2f2;
  font-size: 15px;
  padding: 4px 18px;
  position: absolute;
  bottom: -39px;
  text-align: center;
  border: 2px solid;
  border-radius: 10px;
}


.tabs {
  display: flex;
  justify-content: center;
  /* Center align tabs */
  margin-bottom: 20px;
}

.tabs span {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f1f1f1;
}

.tabs span.active {
  background-color: white;
  position: relative;
  top: 1px;
}

.tab-content {
  display: none;
  /* Hide all tab content by default */
}

.tab-content.active {
  display: block;
  /* Show active tab content */
}


p.text {
  font-size: 20px;
  font-weight: bold;
}



@media (min-width: 720px) and (max-width: 1280px) {
  .slide {
    margin-top: 70px;

  }

}

@media (min-width: 991px) and (max-width: 1024px) {
  .slide {
    margin-top: 12px !important;

  }


}

@media (max-width: 767px) {
  .slide {
    margin-top: 1px;


  }
}




/*
@media (min-width: 767px) and (max-width: 1024px){
    .slide {
    margin-top: 116px !important;
    }

}
*/

header.head {
  margin-top: -25px;
}