:root {
  --eauston-blue: rgb(2, 7, 80);
  --eauston-orange: #e26c05;
}

* {
  font-family: Hind Siliguri;
}

::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.navbar-nav .nav-link {
  margin: 5px;
  font-weight: bold;
  color: rgb(2, 7, 80) !important;
}

.navbar-nav .nav-link:hover {
  background-color: #e26c05;
  color: #fff !important;
}
.navbar-nav .nav-link:active {
  background-color: #e26c05;
  color: #fff;
}

.navbar-brand img {
  height: 90px;
}

.navbar {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.two-navs {
  display: flex;
  justify-content: space-between;
}

.special-dark {
  background-color: #e26c05;
  color: #fff !important;
  border: 3px solid #e26c05;
}

.special-dark:hover {
  background-color: rgba(226, 108, 5, 0.5);
  color: #fff !important;
  border: 3px solid rgba(226, 108, 5, 0.1);
}

.special-transparent {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.special-transparent:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff !important;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.special-light {
  border: 3px solid #e26c05;
  background-color: transparent;
  color: #e26c05 !important;
  box-sizing: border-box;
}

.special-light:hover {
  background-color: #e26c05;
  color: #fff !important;
}

.right-link {
  margin-left: 10px;
  text-decoration: none;
  padding: 5px 15px;
}

.hero {
  min-height: 75vh;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.hero-text {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.hero-text > span {
  font-size: 0.9rem;
}
.hero-btn-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1rem;
}

.hero-btn {
  border: 2px solid #e26c05;
  color: #e26c05;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: none;
}

.hero-btn:hover {
  color: #fff;
  background-color: #e26c05;
}
.top-search-item {
  height: 40px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bread-bar {
  background-color: #000;
}

.login-form {
  box-shadow: 5px 5px 5px rgba(211, 211, 211, 0.5),
    -5px -5px 5px rgba(211, 211, 211, 0.5);
  border-radius: 7px;
}

.featured-properties {
  position: relative;
  top: -120px;
}

.blog-box .card {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.blog-box .card p,
.blog-box .card h5 {
  padding: 0px 20px;
  align-self: flex-start;
}

.blog-box .card h5 {
  color: var(--eauston-blue);
  font-weight: bolder;
}

.blog-box .card h5 small {
  color: var(--eauston-orange);
  font-weight: normal;
}








.project-box .card {
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.project-box .card p,
.project-box .card h5 {
  padding: 0px 20px;
  align-self: flex-start;
}

.project-box .card h5 {
  color: var(--eauston-blue);
  font-weight: bolder;
}

.project-box .card h5 small {
  color: var(--eauston-orange);
  font-weight: normal;
}










.blog-single .card .title {
  background-color: var(--eauston-orange);
  box-sizing: border-box;
  padding: 50px;

  font-size: 2.2rem;
  color: #fff;
}

.blog-single p {
  text-align: justify;
}
.blog-single .card .main {
  font-size: 1.2rem;
  padding: 30px;
}

.contact-box {
  position: relative;
  top: -200px;
}

.contact-box .fa {
  color: var(--eauston-orange);
}
.property-advisor {
  position: relative;
  top: -150px;
}
.property-advisor .lead p {
  border-width: 0px 5px;
  border-style: solid;
  border-color: #e26c05;
  padding: 20px 50px;
}
.property {
  padding: 10px;
}
.property a {
  text-decoration: none;
}

.property .card-text {
  color: #4d4b4b;
}
.property .card {
  height: 550px;
  border: none;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.property .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.property .icons {
  color: #e26c05;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.property .card .card-title {
  font-weight: bolder;
  color: var(--eauston-blue);
  text-transform: uppercase;
}

.prop-label {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 100;
  background-color: #e26c05;
  color: white;
  padding: 7px 15px;
  border-radius: 6px;
}

.prop-cat-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 90;
  background-color: #e26c0567;
  color: white;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta {
  min-height: 50vh;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section-text {
  text-align: center;
  color: rgb(2, 7, 80);
  font-weight: bold;
}
.section-text > span {
  color: #e26c05;
  font-size: 0.9rem;
}

.artisan-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-2 {
  min-height: 90px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cta-2 h1 {
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
}

.footer {
  background-color: #000;
  padding: 50px 0px;
  color: #fff;
}

.footer-title {
  color: #fff;
  font-size: 1.1em;
  font-weight: bolder;
  margin-bottom: 20px;
}

.footer a {
  color: gray;
  text-decoration: none;
}
.footer a:hover {
  color: #e26c05;
  text-decoration: none;
}
.footer-icon {
  color: #fff;
  font-size: 1.5em;
  text-align: right;
}

.social-links {
  float: right;
}

.social-links li {
  display: inline;
}

.social-links a {
  margin-left: 7px;
  font-size: 1.3em;
}

.property-desc h1 {
  color: var(--eauston-blue);
  font-weight: bold;
  font-size: 2.2em;
}
.property-desc h5 {
  background-color: var(--eauston-orange);
  color: white;
  padding: 7px 20px;
}

.single-property .main-img {
  border: 5px solid var(--eauston-orange);
}

.property-desc .spec li {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 10px;
  align-items: center;
  color: var(--eauston-orange);
}

.property-desc .spec li .fa {
  margin-right: 5px;
}

.eauston-link {
  color: gray;
  text-decoration: none;
}

.eauston-link:hover {
  color: #e26c05;
  text-decoration: none;
}
.agent-link {
  text-decoration: none;
  color: #000;
}

.verified-box {
  width: 130px;
  font-size: 0.6em;
  height: 30px;
  border: 2px inset #ebae3d;
  outline: 2px outset #8f6b29;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  margin-left: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: verify;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  background-image: linear-gradient(#f5e39d, #f7f3c0, rgb(250, 205, 123));
}

a.artisan {
  text-decoration: none;
}

@keyframes verify {
  0% {
    border: 2px inset #ebae3d;
    outline: 2px outset #8f6b29;
  }

  30% {
    border: 2px solid #ebae3d;
    outline: 2px solid #8f6b29;
  }
  70% {
    border: 3px solid #8f6b29;
    outline: 3px solid #ebae3d;
  }
  100% {
    border: 3px inset #8f6b29;
    outline: 3px outset #ebae3d;
  }
}

#collapsedInputs {
  display: block;
}
.artisan-logo {
  position: absolute;
  right: 20px;
  top: -30px;
  height: 50px;
}

.ico-row{
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  overflow-x: scroll;
  padding: 20px;
  width: 100%;
}

.ico-box{
  width: 80px; 
  height: 80px; 
  display: flex;
  margin-left: 10px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  border-radius: 7px;
}

.ico-box > span{
  margin-top: 3px;
  font-size: 8px;
}

.ico-box > .fa{
  font-size: 2em;
  color: var(--eauston-blue);
}

.btn-eauston-blue{
  background-color: var(--eauston-blue);
  color: #fff;
}

.btn-eauston-blue:hover{
  color: #fff;
}

.btn-eauston-orange{
  background-color: var(--eauston-orange);
  color: #fff;
}

.btn-eauston-orange:hover{
  color: #fff;
}

@media screen and (max-width: 500px) {
  .navbar-brand img {
    height: 50px;
  }

  .two-navs {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }

  .featured-properties {
    position: static;
    top: 0px;
  }
  #collapsedInputs {
    display: none;
  }

  .right-nav-item {
    margin-top: 30px;
  }

  .right-nav-item:last-child {
    margin-bottom: 30px;
  }
}
.eauston-text {
  color: var(--eauston-orange);
}

.eauston-bg {
  background-color: var(--eauston-orange);
}

.owl-prev,
.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}
.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}
.owl-prev i,
.owl-next i {
  transform: scale(2, 5);
  color: #ccc;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
