@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

body {
  font-size: 16px;
  color: #141414;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

a {
  transition: all ease 0.5s;
  text-decoration: none;
  color: #141414;
  cursor: pointer;
}

button {
  transition: all ease 0.5s;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #141414;
  font-family: "Lora", serif;
}

p {
  font-size: 16px;
  color: #141414;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.section-title {
  display: inline-block;
  margin-bottom: 20px;
}

.section-title.black h6 {
}

.section-title h6 {
  color: #c4c4c4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.4em;
  margin-bottom: 13px;
}

.section-title h2 {
  font-family: "Lora", serif;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.section-title.white h6:after {
  background: #fff;
}

.section-title.white h6,
.section-title.white h2,
.section-title.white p {
  color: #fff;
}

.section-title.white p {
  color: #fff;
}

.btn-default {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  transition: all 0.3s;
  letter-spacing: 0.4em;
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 20px;
  position: relative;
}

.btn-default::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #b07d2e 0%, #dbce8e 50%, #b07d2e 100%);
  transition: all 0.3s;
}

.btn-default:hover:before,
.btn-default.active:before {
  width: 100%;
}

.btn-default span {
  position: relative;
  z-index: 2;
}

.btn-default.white {
}

ul.bulleted-list {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

ul.bulleted-list li {
  color: #c8c8c8;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.63;
  margin-bottom: 7px;
}

/*** Social Side menu ***/
.floating-contact-smis {
  position: fixed;
  top: 60%;
  right: 35px;
  transform: translateY(-50%);
  z-index: 99;
}

.floating-contact-smis.active {
  display: inline-block;
}

.floating-contact-smis .align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.floating-contact-smis .rote {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: scale(-1);
  font-weight: 400;
  letter-spacing: 0.3em;
}

.floating-contact-smis .rote::after {
  content: "";
  display: block;
  width: 1px;
  height: 104px;
  background: #fff;
}

.floating-smis {
  margin-bottom: 45px;
}

.floating-smis a {
  display: flex;
  border: 0;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -ms-transition: all 0.325s ease-in-out;
  transition: all 0.325s;
}

.floating-smis a:hover {
  color: #ca943c;
}

/*** Sidemenu ***/
.menu-btn {
  color: #fff !important;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.menu-btn:before,
.menu-btn:after {
  display: none;
}

.menu-btn span {
  display: block;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff !important;
  height: 2px;
  margin: 3px 0px;
  transition: all 0.3s;
  float: right;
}

.menu-btn div {
  margin-left: 0px;
  position: relative;
  top: 0px;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
/**/
.side-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 50%;
  background-color: #141414;
  height: 100%;
  z-index: 999999;
  padding: 40px 60px 40px 70px;
  -webkit-transition: all ease 0.9s;
  transition: all ease 0.9s;
  overflow-y: scroll;
}

.side-menu .logo img {
  max-height: 48px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.side-menu.intro {
  right: 0px;
}

.side-menu ul.main-menu ul {
  padding: 0;
}

.side-menu ul.main-menu li {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.side-menu ul.main-menu {
  padding-left: 0px;
  margin-top: 50px;
}

.side-menu ul.main-menu li a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active > a {
  background-image: linear-gradient(
    to bottom,
    #cc9741,
    #f8e9a0,
    #cc9741
  ) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

.CloseBtn {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
}

.CloseBtn img {
  height: 20px;
  display: inline-block;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -ms-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out;
  filter: invert(1);
}

.CloseBtn:hover img {
  transform: rotate(90deg);
}

/**/
.side-menu ul.main-menu.navbar-nav {
  margin-top: 30px;
}

.side-menu ul.main-menu.navbar-nav li {
  margin: 0;
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
  border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741);
  -webkit-background-clip: text;
  color: transparent;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
  padding: 10px 5px;
  font-size: 12px;
  background: #ebebeb;
  color: #141414;
}

.side-menu .menu-item-has-children {
  cursor: pointer;
}

.side-menu .menu-item-has-children > a {
  pointer-events: none;
  cursor: pointer;
  position: relative;
}

.side-menu .menu-item-has-children:hover > a {
  background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741);
  -webkit-background-clip: text;
  color: transparent !important;
}

.side-menu .menu-item-has-children > a:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children > a:before {
  position: absolute;
  top: 0;
  right: 0;
  color: #141414;
  font-size: 27px;
  z-index: 99;
  top: 51%;
  transform: translate(0px, -50%);
  right: 6px;
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current > a:before {
  content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
  background: none;
  color: #141414;
  border-bottom-color: rgba(11, 23, 23, 0.2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
  opacity: 1;
  visibility: visible !important;
  position: relative !important;
  left: 0 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  background: #ccc;
  padding: 0px 0px !important;
  display: none !important;
  top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
  display: block !important;
  pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li {
  margin: 0;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item > a,
.side-menu ul.navbar-nav li ul.sub-menu li.active > a {
  color: #141414 !important;
  background: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741) !important;
}

.side-menu ul li.current ul.sub-menu {
  display: block !important;
  pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

section {
  overflow: hidden;
}

/**** TOPBAR ***/
.topbar {
  padding-bottom: 5px;
  width: 100%;
}

.topbar * {
  color: #fff;
}

.topbar a {
  display: inline-block;
  margin: 0px 15px;
  padding: 10px 0px;
}

.topbar a:last-child {
  background: linear-gradient(to bottom, #b07d2e 0%, #dbce8e 50%, #b07d2e 100%);
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 0px;
}

/*** HEADER ***/
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  overflow: visible;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

.header.fixed {
  position: fixed;
  z-index: 999;
  padding: 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #141414;
}

.header .logo a {
  margin-right: 20px;
}

.header .logo a + a img {
  max-height: 55px;
}

.header.fixed .logo a + a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(81%) saturate(0%)
    hue-rotate(160deg) brightness(113%) contrast(101%);
}

.header .logo img {
  width: 175px;
}

.header .main-nav {
  padding: 5px 0 10px 0;
}

.header .nav-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.header .navbar {
  padding: 0px;
}

.header .main-nav .navbar .navbar-nav > .nav-item {
  padding: 0px 10px;
}

.header .main-nav .navbar .navbar-nav > .nav-item.bleft {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0px 0px;
  padding-left: 21px;
  margin-left: -5px;
  margin-right: 0px;
}

.header .main-nav .navbar .navbar-nav > .nav-item.bleft > a {
  line-height: 26px;
}

.header .main-nav .navbar .navbar-nav > .nav-item.bnone > a::after {
  display: none;
}

.header .main-nav .navbar .navbar-nav > .nav-item.bnone > a:hover,
.header .main-nav .navbar .navbar-nav > .nav-item.bnone > a:hover {
  color: #ca943c;
}

.header .main-nav .navbar .navbar-nav > .nav-item .ai-font-phone-o {
  font-size: 16px;
}

.header .main-nav .navbar .navbar-nav > .nav-item > a {
  padding: 0px 0px;
  line-height: 35px;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}

.header .main-nav .navbar .navbar-nav > .nav-item > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 51%;
  right: 51%;
  bottom: 0px;
  background: #fff;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header .main-nav .navbar .navbar-nav > .nav-item:hover > a {
  color: #ffffff;
}

.header .main-nav .navbar .navbar-nav > .nav-item:hover > a:before,
.header .main-nav .navbar .navbar-nav > .nav-item:hover > a:after,
.header .main-nav .navbar .navbar-nav > .nav-item.active > a:before,
.header .main-nav .navbar .navbar-nav > .nav-item.active > a:after {
  left: 0;
  right: 0;
}

.main-nav .navbar .navbar-nav {
  align-items: center;
}

.main-nav .navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar-expand-lg .navbar-nav > .nav-item .dropdown-menu,
.navbar-expand-lg .navbar-nav > .nav-item .sub-menu {
  padding: 11px 0 0;
  list-style: none outside none;
  margin: 0;
  position: absolute;
  left: 50%;
  width: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 15px);
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s;
  display: block;
  min-width: 200px;
  background: none !important;
  border: none !important;
}

.navbar-expand-lg .navbar-nav > .nav-item:hover .dropdown-menu,
.navbar-expand-lg .navbar-nav > .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(-50%, 0%);
  border-radius: 0;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li {
  background: rgba(26, 26, 26, 0.75) !important;
  text-align: left;
  margin-bottom: 1px;
  padding: 0;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li > a.nav-link {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0.4em;
  font-size: 12px;
  line-height: 1;
  text-decoration: none !important;
  padding: 15px 15px;
  display: block;
  text-transform: uppercase;
  color: #141414 !important;
  background: rgba(255, 255, 255, 80%) !important;
  text-align: center;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li:hover > a.nav-link,
.navbar-expand-lg .navbar-nav > .nav-item .sub-menu .active > a.nav-link {
  background: rgba(199, 142, 52, 80%) !important;
  color: #ffffff !important;
}

.header .main-nav .navbar .navbar-nav > .nav-item > a.menu-btn {
  font-size: 10px;
  letter-spacing: 2px !important;
}

.header .nav-item.btn-link {
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  border: 0px;
  text-decoration: none;
}

.header .nav-item.btn-link a {
  color: #141414 !important;
  text-decoration: none !important;
}

.header .main-nav .navbar .navbar-nav > .nav-item.btn-link > a:after {
  display: none !important;
  text-decoration: none !important;
}

.header.home-page .navbar-brand.logo {
  opacity: 0;
}

.header.home-page.fixed .navbar-brand.logo {
  opacity: 1;
}

/*** Banner ***/
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.banner-content {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  bottom: 55px;
  left: 0;
}

.banner-content .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content .btns a {
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-decoration: none;
}

.banner-content .btns a:hover {
  color: #ca943c;
}

.banner-content .btns .sb-br {
  display: inline-block;
  position: relative;
  width: 2px;
  height: 58px;
  background: linear-gradient(to bottom, #b07d2e 0%, #dbce8e 50%, #b07d2e 100%);
  display: block;
  margin: 0 40px;
}

.banner-content .logo img {
  max-height: 300px;
  margin-top: 30px;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0) 0%,
    rgba(0, 0, 0, 0.6) 20%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 52%,
    rgba(0, 0, 0, 0) 53%,
    rgba(0, 0, 0, 0.57) 80%,
    rgb(0 0 0) 100%
  );
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}

#myVideo2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}

.banner .logo-remax {
  max-height: 50px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 5;
  filter: invert(1);
}

/*** about ***/
.about {
  padding: 120px 0px 80px 0px;
  background-size: cover;
  background: #141414;
  position: relative;
  overflow: hidden;
}

.about .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .bgimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  z-index: 2;
  opacity: 87%;
}

.about .bgimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.about .bgimg img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  object-position: center;
}

.about .container {
  position: relative;
  z-index: 2;
}

.about .bg {
  background: #141414;
  /* width: calc((861 / 1277) * 100%); */
  padding: 62px 72px;
  z-index: 4;
  margin-left: -8%;
  width: 108%;
  margin-top: 60px;
}

.about .bg.me-8per {
  margin-right: -8%;
  position: relative;
  z-index: 4;
}

.about .section-title {
  margin-bottom: 40px;
}

.about p {
  color: #c8c8c8;
  /* font-size: 12px; */
  font-weight: 300;
  line-height: 1.63;
  margin-bottom: 24px;
}

.about ul li {
  font-weight: 300;
  line-height: 1.63;
  color: #c8c8c8;
  margin-bottom: 6px;
}

.about .btn-default {
  margin-top: 40px;
}

.about-steps p {
  text-align: unset;
}

.about-steps h3 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 100px;
  position: relative;
}

.about-steps h3::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 2px;
  background: #fff;
  height: 60%;
}

.inner-about .bg {
  margin-bottom: 100px;
}

/*** featured-properties ***/
.featured-properties {
  padding: 80px 0px;
  background: #141414;
}

.featured-properties .section-title {
  margin-bottom: 40px;
}

.featured-properties .space > div {
  padding: 0px 3px;
}

.property-box {
  float: left;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}

.property-box .img {
  float: left;
  display: inline-block;
  width: 100%;
  position: relative;
  background: #141414;
}

.property-box .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
  pointer-events: none;
}

.property-box:hover .img img {
  opacity: 0.37;
}

.property-box .img img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  float: left;
  transition: all 0.3s;
}

.property-box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 25px;
  width: 100%;
  z-index: 2;
}

.property-box p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.property-box h5 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
}

.property-box .btn-text {
  position: absolute;
  bottom: 40px;
  right: 20px;
  min-width: 155px;
  min-width: 145px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #141414;
  background: #fff;
  letter-spacing: 0.7px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.property-box:hover .btn-text {
  opacity: 1;
}

.property-box .label {
  position: absolute;
  top: 20px;
  left: -9px;
  padding: 5px 20px 4px 20px;
  background: #fff;
  font-size: 24px;
  font-weight: 400;
  color: #141414;
  text-transform: uppercase;
  letter-spacing: 4px;
  box-shadow: 4px 4px 6px 0 rgb(0 0 0 / 57%);
}

/*** sold-properties ***/
.sold-properties {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}

.sold-properties .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: grayscale(1) brightness(0.3);
}

.sold-properties .container {
  position: relative;
  z-index: 3;
}

.sold-properties .section-title {
  margin-bottom: 25px;
}

.sold-properties .custom-nav {
  margin-top: 40px;
}

.sold-properties .custom-nav button {
  background: none !important;
  outline: none !important;
  padding: 0px !important;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}

.sold-properties .custom-nav .btn-default {
  margin: 0px 25px;
}

.sold-properties .custom-nav button:hover span {
  background: #fff;
}

.sold-properties .custom-nav button:hover span img {
  filter: invert(1);
}

.sold-properties .custom-nav button span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-right: 47px;
}

.sold-properties .custom-nav button span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% - 15px);
  width: 53px;
  height: 2px;
  background: #fff;
  opacity: 0.7;
}

.sold-properties .custom-nav button:last-child span {
  margin-left: 47px;
  margin-right: 0px;
}

.sold-properties .custom-nav button:last-child span:after {
  left: auto;
  right: calc(100% - 15px);
}

/*** why-work ***/
.why-work {
  background: #141414;
  padding: 100px 0px 100px 0px;
}

.why-work h4 {
  font-size: 27px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #c8c8c8;
}

.why-work h4 img {
  max-height: 50px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(100%) saturate(283%)
    hue-rotate(358deg) brightness(90%) contrast(90%);
}

.why-work p {
  margin-bottom: 20px;
  color: #c8c8c8;
}

/*** ctas ***/
.ctas {
  position: relative;
  padding: 98px 15px;
}

.ctas .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: grayscale(1) brightness(0.2);
}

.ctas .container {
  position: relative;
  z-index: 3;
  max-width: 1450px;
}

.ctas .space > div {
  padding: 0px 3px;
}

.ctabox {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #141414;
}

.ctabox > img {
  opacity: 0.85;
  width: 100%;
  object-fit: cover;
}

.ctabox:hover > img {
  opacity: 1;
  transition: all 0.3s;
}

.ctabox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #fff;
  text-align: center;
}

.ctabox .overlay h5 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0px 0px 8px #141414;
}

/*** testimonials ***/
.testimonials {
  padding: 95px 0px;
  position: relative;
  overflow: hidden;
  background: #141414;
}

.testimonials .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonials .bgimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  z-index: 2;
  opacity: 53%;
}

.testimonials .bgimg img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  object-position: center;
}

.testimonials .container {
  position: relative;
  z-index: 2;
}

.testimonials .space {
  padding: 0px 150px;
}

.testimonials p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.66;
}

.testimonials h5 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: block;
  margin-top: 34px;
  font-weight: 400;
}

.testimonials .section-title {
  margin-bottom: 50px;
}

.testimonials .btn-default {
  margin-top: 70px;
}

.testimonials .owl-theme .owl-nav [class*="owl-"] {
  margin: 0px;
  border-radius: 0px !important;
  background: none !important;
  position: absolute;
  top: 20%;
  left: -150px;
}

.testimonials .owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -150px;
}

.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 0.4 !important;
}

/*** blog ***/
.blog {
  padding: 80px 0px;
  background-image: url(../images/lighter-pattern.png);
  background-repeat: repeat;
  position: relative;
}

.blog::before {
  content: "";
  background: #141414;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.blogbox {
  display: inline-block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
  background-color: #141414;
  color: #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.blogbox:hover {
  color: #141414;
}

.blogbox .img {
  height: 250px;
  overflow: hidden;
  background: #141414;
}

.blogbox .img img {
  display: block;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blogbox:hover .img img {
  transform: scale(1.1);
  opacity: 0.5;
}

.blogbox .text {
  padding: 25px;
  min-height: 240px;
}

.blogbox .text p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.blogbox h4 {
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.blogbox h4 .delim {
  color: #fff;
  font-size: 14px;
  font-style: normal;
}

.blogbox h4 span {
  color: #fff;
  font-style: italic;
}

.blogbox h3 {
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
}

.blogbox .learn-text {
  letter-spacing: 3px;
  font-weight: 600;
  color: #ca943c;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.blogbox .learn-text:hover {
  color: #ca943c;
  text-decoration: underline;
}

/*** contact-form ***/
.contact-form {
  padding: 100px 0 97px;
  background: #141414;
  position: relative;
  overflow: hidden;
}

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

.contact-form h3 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact-form .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}

.contact-form .bgimg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.65;
}

.contact-form .container {
  position: relative;
  z-index: 2;
}

.form-control::-webkit-input-placeholder,
.form-control::placeholder {
  color: #fff;
}

.form-control {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.6px;
  background: transparent;
  width: 100%;
  height: 52px;
  color: #fff;
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none !important;
  box-shadow: none !important;
  margin-bottom: 20px;
  padding-left: 10px;
}

.form-control:focus {
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 50%) !important;
}

textarea.form-control {
  resize: none;
  padding-top: 19px;
  height: 100px;
}

.contact-form .btn-default {
  margin-top: 35px;
  background: none;
}

/*** FOOTER ***/
.footer {
  padding: 75px 0px 20px;
  background: #141414;
}

.foot-logo img {
  max-height: 150px;
}

.foot-contact,
.foot-socials {
  margin: 30px 0px;
}

.foot-contact *,
.foot-socials *,
.footer * {
  color: #fff;
}

.foot-contact a,
.foot-socials a {
  margin: 0px 15px;
}

.foot-socials a {
  font-size: 24px;
}

.foot-contact a:hover,
.foot-contact a:hover .fa,
.foot-socials a:hover .fa {
  color: #b07d2e;
}

.foot-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.foot-menu li {
  display: inline-block;
  margin: 0px 20px;
}

.foot-menu li a {
  color: #fff;
  text-transform: uppercase;
}

.foot-menu li:hover a {
  color: #b07d2e;
}

.footer p small {
  font-size: 12px;
  color: #fff;
}

/*** PAGE BANNER ***/
.page-banner {
  height: 55vh;
  padding-bottom: 30px;
}

.page-banner h1 {
  color: #fff;
  text-transform: uppercase;
}

/*** ABOUT ***/
.about h6 {
  color: #c8c8c8;
  text-transform: uppercase;
}

/*** Contact ***/
.contact-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  color: #141414;
}

.contact-info > i {
  display: inline-block;
  color: #141414;
  background: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741);
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-info a,
.contact-info span {
  color: #fff;
}

.contact-info a:hover {
  color: #ca943c;
}

.contact-form.contactpage .foot-socials {
  margin-top: 15px;
}

.contact-form.contactpage .section-title h2 {
  margin-bottom: 35px;
}

.contact-form.contactpage h3 {
  margin-top: 35px;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.contact-form.contactpage .section-title {
  background: rgba(0, 0, 0, 0.6);
  padding: 90px 50px 70px 50px;
  width: 100%;
}

.contact-form.contactpage .foot-socials a {
  margin: 0px 25px 0px 0px;
}

.contact-form.contactpage .foot-socials a i {
  transition: all 0.3s;
}

.contact-form.contactpage .foot-socials a:hover i {
  color: #ca943c;
}

.about p a {
  color: #ca943c;
}

.about p a:hover {
  color: #fff;
}

/*** buysellform ***/
.buysellform {
  background: #141414;
  padding: 80px 0px;
}

/* .buysellform .bg-form {
    background: #f3ede4;
    padding: 50px 50px;
} */

.buysellform h4 {
  color: #fff;
}

.buysellform .btn-default {
  min-width: 150px;
  margin-top: 25px;
  background: none;
}

.buysellform .section-title {
  margin-bottom: 40px;
}

.buysellform .form-control {
  border: 1px solid rgb(255 255 255 / 50%);
  padding: 0px 15px;
}

.buysellform .form-control::-webkit-input-placeholder {
}

.buysellform select.form-control {
  appearance: auto;
}

.buysellform textarea.form-control {
  height: 125px;
  resize: none;
  padding: 15px 15px;
}

.buysellform option {
  color: #141414;
}

.info-small {
  padding: 80px 0px;
  background-image: url(../images/lighter-pattern.png);
  background-repeat: repeat;
  position: relative;
}

.info-small::before {
  content: "";
  background: #141414;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.info-small p {
  color: #fff;
}

/*** FREE HOME EVALUATION ***/
.evaluation-box {
  padding: 75px 0px;
  position: relative;
  background: #141414;
}

.evaluation-box .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.evaluation-box .bgimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  z-index: 2;
  opacity: 87%;
}

.evaluation-box .bgimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.evaluation-box .bgimg img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  object-position: center;
}

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

.evaluation-box .bg-form {
  padding: 75px 50px;
  background: #141414;
}

.evaluation-box label {
  font-size: 18px;
  font-weight: 500;
  color: #c4c4c4;
  margin-top: 10px;
  margin-bottom: 20px;
}

.evaluation-box .checkbox-group label {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  padding: 25px 0px;
  font-weight: 400;
  background: none;
  display: inline-block;
}

.evaluation-box .btn-default.bordered span {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.evaluation-box .btn-default.bordered:hover,
.evaluation-box .btn-default.bordered.active {
  background: linear-gradient(to bottom, #b07d2e 0%, #dbce8e 50%, #b07d2e 100%);
  border-color: #141414;
  color: #fff;
}

.evaluation-box .btn-default.active {
  background: #141414;
  border-color: #141414;
  color: #fff;
}

.evaluation-box .btn-default.bordered:before,
.evaluation-box .btn-default.bordered:after {
  display: none;
}

.evaluation-box fieldset.active {
  display: block;
}

.evaluation-box .navigate-btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.evaluation-box p {
  color: #c4c4c4;
}

fieldset#StepOne .navigate-btns {
  justify-content: end;
}

.evaluation-box .checkbox-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.evaluation-box .checkbox-group label {
  flex: 0 1 calc(50% - 10px);
  margin-bottom: 25px;
}

.evaluation-box input[type="checkbox"] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px;
}

.evaluation-box .form-control {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 10px 16px;
  margin-bottom: 18px;
  height: 50px;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #c4c4c4;
}

.evaluation-box .form-control::placeholder {
  color: #fff;
}

.evaluation-box .form-control:focus {
  color: #141414;
  outline: 0;
  box-shadow: none;
  background: #fff;
  border-color: #fff;
}

.evaluation-box button {
  background: none;
}

/*** Calculator info ***/
.calc-info {
  padding: 70px 0px;
  overflow: hidden;
}

mw-calc-panel-body,
mw-calc-section {
  background: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 35px 0px !important;
}

mw-calc-section {
  padding: 35px 30px !important;
}

mw-calc-label {
  color: #c4c4c4 !important;
  font-weight: 400 !important;
}

.mw-calc-search-input {
  border-radius: 0px !important;
}

#calculate_lt {
  color: #c4c4c4 !important;
  background: #141414 !important;
}

#calculate_lt:hover {
  color: #c4c4c4 !important;
  background: #141414 !important;
}

.mw-calc-table > tbody > tr.active {
  border-color: #141414 !important;
}

.mw-calc-table > tbody > tr.active > td {
  background: #141414 !important;
  border-color: #141414 !important;
  color: #c4c4c4 !important;
}

.header .main-nav .navbar .navbar-nav > .nav-item.menu-item-has-children > a {
  padding-right: 16px;
}

.header
  .main-nav
  .navbar
  .navbar-nav
  > .nav-item.menu-item-has-children:before {
  content: "";
  font-family: IcoFont;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  line-height: 1;
  font-size: 15px;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: all 0.3s;
  color: #fff;
}

.header .main-nav .navbar .navbar-nav > .nav-item.current-menu-parent > a:after,
.header .main-nav .navbar .navbar-nav > .nav-item.current_page_item > a:after {
  left: 0;
  right: 0;
}

.navbar-expand-lg
  .navbar-nav
  > .nav-item
  .sub-menu
  li.current-menu-item
  > a.nav-link {
  background: rgba(199, 142, 52, 80%) !important;
  color: #ffffff !important;
}

.side-menu ul.main-menu li.current_page_item > a,
.side-menu ul.main-menu li.current-menu-parent > a {
  background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741);
  -webkit-background-clip: text;
  color: transparent !important;
}

.foot-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.buysellform.advice textarea.form-control {
  height: 195px;
}

button#calculate_lt {
  background: linear-gradient(
    to bottom,
    #b07d2e 0%,
    #dbce8e 50%,
    #b07d2e 100%
  ) !important;
  padding: 10px 40px;
  border-radius: 5px;
  color: #fff !important;
}

#calculate_lt:hover {
  opacity: 0.9;
  color: #fff !important;
  background: linear-gradient(
    to bottom,
    #b07d2e 0%,
    #dbce8e 50%,
    #b07d2e 100%
  ) !important;
}

/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button {
  margin-bottom: 5px;
  transition: all 0.3s;
  opacity: 1 !important;
  letter-spacing: 0.4em;
  border-radius: 0px;
  background: none !important;
  color: #fff;
  border: none !important;
  outline: 0px;
  padding: 0px 15px !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 45px !important;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}

.evaluation-box .cf7mls_next.action-button span,
.evaluation-box .cf7mls_back.action-button span,
.evaluation-box .action-button span {
  position: relative;
  z-index: 2;
}

.evaluation-box .cf7mls_next.action-button::before,
.evaluation-box .cf7mls_back.action-button::before,
.evaluation-box .action-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #b07d2e 0%, #dbce8e 50%, #b07d2e 100%);
  transition: all 0.3s;
  z-index: -1;
}

.evaluation-box .cf7mls_next.action-button:hover {
  color: #fff !important;
}

.evaluation-box .cf7mls_next.action-button:hover::before,
.evaluation-box .cf7mls_back.action-button:hover::before,
.evaluation-box .action-button:hover::before {
  width: 100% !important;
}

.evaluation-box .navigate-btns button[type="submit"] {
  margin-left: auto;
}

.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
  flex: 0 1 calc(50% - 10px);
  margin: 0px;
  margin-bottom: 25px !important;
  font-size: 16px;
  font-weight: 500;
  color: #c4c4c4;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
  margin: 0;
}

.evaluation-box input[type="submit"].btn-default,
.evaluation-box button[type="submit"].btn-default {
  margin-left: auto;
}

input[type="submit"],
button[type="submit"] {
  transition: all 0.3s;
}

.evaluation-box input[type="checkbox"] {
  margin-right: 10px;
}

.info-small a {
  color: #fff;
}

.otgs-development-site-front-end {
  display: none;
}

input.wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: inline-block !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  display: inline-block !important;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff;
}
/*** meet the team ***/
.about .agents-contact {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 50px 0 0px;
  padding: 12px 20px;
  position: relative;
  width: 100%;
  background: #eee;
  gap: 25px;
}

.about .agents-contact li {
  display: inline-block;
  margin-right: 15px;
}

.about .agents-contact li {
  display: inline-block;
  margin-right: 18px;
}

.about .agents-contact span {
  margin-right: 8px;
  position: relative;
  top: 1px;
  font-size: 14px;
}

.about .agents-contact a {
  color: #666666;
  font-weight: 400;
}

.about .agents-contact a:hover {
  color: #ca943c;
}

.about .right .bg {
  text-align: right;
}
body.single-post .info-small h2 {
  color: #fff;
  margin-bottom: 20px;
}

body.single-post .info-small ul,
body.single-post .info-small ol {
  color: #fff;
  padding-left: 13px;
  font-size: 16px;
  line-height: 1.8;
}

body.single-post .info-small ul li,
body.single-post .info-small ol li {
  padding-bottom: 12px;
}

.modal .form-control,
.modal .form-control:focus {
  border: 1px solid #fff !important;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: capitalize;
}

.modal .form-control::placeholder {
  color: #fff;
}

.modal button[type="submit"] {
  background: none;
}

.modal .btn-close {
  float: right;
  margin-top: -40px;
  margin-right: -40px;
  filter: invert(1);
}

.modal .btn-close i {
  display: none;
}

.modal .section-title {
  margin-bottom: 15px;
}

.modal.guide.modal .modal-dialog {
  max-width: 700px;
}

.modal.guide.modal .modal-content {
  padding: 40px;
  background: #141414;
}

.modal .modal-content * {
  color: #fff;
}

.about-services p {
  color: #fff;
}

.blog-info {
  padding: 120px 0px 80px 0px;
  background-size: cover;
  background: #141414;
  position: relative;
  overflow: hidden;
}

.blog-info .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-info .bgimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  z-index: 2;
  opacity: 87%;
}

.blog-info .bgimg img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  object-position: center;
}

.blog-info .container {
  position: relative;
  z-index: 2;
}

.blog-info .bg {
  background: #141414;
  padding: 0px 0px;
  z-index: 4;
  margin-bottom: 40px;
}

.blog-info .bg .pic-me {
  display: inline-block;
  width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-info .bg .pic-me:hover img {
  transform: scale(1.05);
}

.blog-info .bg .pic-me img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
}

.blog-info .bg .section-title {
  padding: 30px 30px 20px 30px;
}

.blog-info .bg .section-title h6 {
  font-size: 13px;
  margin-bottom: 20px;
}

.blog-info .bg .section-title h2:hover {
  opacity: 0.6;
}

.blog-info .bg .section-title h2 {
  font-size: 25px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.blog-info .bg .date {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

.blog-info .bg p {
  color: #fff;
  font-size: 15px;
}

.blog-info .bg hr {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.3);
  margin-top: 35px;
  margin-bottom: 25px;
}

.blog-info .bg .link {
  color: rgba(255, 255, 255, 0.6);
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-info .bg .link:hover {
  color: #ca943c;
}

.blog-info .pagination-text {
  padding: 20px 15px;
  text-align: center;
  background-color: #a3a3a3;
  margin-bottom: 40px;
}

.blog-info .pagination-text ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.blog-info .pagination-text ul li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.blog-info .pagination-text ul li a {
  display: inline-block;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin: 3px 1px;
}

.blog-info .pagination-text ul li:hover > a,
.blog-info .pagination-text ul li.active > a {
  color: #141414;
  background: #fff;
}

.blog-info .right h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.blog-info .right .categories {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 45px;
}

.blog-info .right .categories li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 0 0 5px 0;
  position: relative;
  padding-left: 15px;
  text-transform: uppercase;
}

.blog-info .right .categories li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  margin-right: 9px;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-info .right .categories li a:hover {
  opacity: 0.5;
}

.blog-info .right .recent-publish {
  margin: 0px;
  color: #fff;
  padding-left: 15px;
  font-size: 12px;
}

.blog-info .right .recent-publish li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  margin-bottom: 5px;
}

.blog-info .right .recent-publish li a:hover {
  opacity: 0.5;
}

.blog-info .right .recent-publish li a img {
  display: inline-block;
  vertical-align: middle;
  max-height: 15px;
  margin-left: 3px;
}

.blog-info .right .short-text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  margin-top: 15px;
}

body.blog {
  padding: 0 !important;
  background: none !important;
}

body.blog:before {
  display: none !important;
}

.blog-info .formbox {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 15px 15px;
}

.blog-info .formbox label {
  color: #141414;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}

.blog-info .formbox input.form-control,
.blog-info .formbox textarea.form-control {
  color: #141414;
  border: 1px solid #141414 !important;
  height: 40px;
  padding: 0px 10px;
  margin-bottom: 15px;
}

.blog-info .formbox textarea.form-control {
  height: 100px;
  padding: 8px 10px;
}

.blog-info .formbox .form-control::-webkit-input-placeholder {
  color: #141414;
}

.blog-info .formbox span.wpcf7-form-control.wpcf7-radio.form-control span {
  margin: 0;
  width: 100%;
  position: relative;
  top: -1px;
  font-weight: 400;
}

.blog-info .formbox span.wpcf7-form-control.wpcf7-radio.form-control {
  border: none;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 2px;
}

.blog-info .formbox span.wpcf7-form-control.wpcf7-radio.form-control input {
  margin-right: 3px;
}

.blog-info .formbox button.btn-default {
  background: none;
  color: #141414;
  margin: 10px 0px;
}

.btn-default.btn-black span {
  color: #000;
}
