@charset "UTF-8";
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1350px;
}

main {
  min-height: 80vh;
}

.card {
  background: #010149;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

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

.ddmg-sig {
  background-color: #2e2f30;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(0.88);
  }
}

@media (min-width: 1024px) {
  .mini-sections > div {
    flex: 0 0 29.8%;
  }
}
@media (min-width: 1080px) {
  .mini-sections > div {
    flex: 0 0 30.8%;
  }
}
@media (min-width: 1180px) {
  .mini-sections > div {
    flex: 0 0 32.3%;
  }
}
@media (min-width: 1194px) {
  .mini-sections > div {
    flex: 0 0 32.6%;
  }
}
@media (min-width: 1200px) {
  .mini-sections > div {
    flex: 0 0 32.5%;
  }
}
@media (min-width: 1366px) {
  .mini-sections > div {
    flex: 0 0 33.3%;
  }
}
@media (min-width: 1800px) {
  .mini-sections > div {
    flex: 0 0 33.3%;
  }
}

.half-container {
  padding-right: calc(var(--bs-gutter-x) / 3);
  padding-left: calc(var(--bs-gutter-x) / 3);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 473.3333333333px;
  }
}

@media screen and (min-width: 992px) {
  .testimonial-block {
    max-width: 460px;
  }
}
@media screen and (min-width: 1400px) {
  .testimonial-block {
    max-width: 633.3333333333px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-1s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-2s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

[data-animate] {
  opacity: 0;
}

[data-animate].animated {
  opacity: 1;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 171px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}
.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}
.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 117px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

.btn-team-contact, .submit-btn, .return-btn, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.btn-team-contact:focus, .submit-btn:focus, .return-btn:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn-team-contact, .submit-btn, .return-btn, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #010149;
  background: #010149;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #B2032F;
  border: 1px solid #B2032F;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #010149;
  background: #010149;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.return-btn:hover {
  background: #79C7FE;
  border: 1px solid #79C7FE;
  color: #000;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #B2032F;
  background: #B2032F;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.submit-btn:hover {
  background: #010149;
  border: 1px solid #010149;
  color: #fff;
  text-decoration: underline;
}

.btn-team-contact {
  border: 1px solid #1f661d;
  background: #1f661d;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-team-contact:hover {
  background: #B2032F;
  border: 1px solid #B2032F;
  color: #fff;
  text-decoration: underline;
}

.phrase button {
  display: inline-block;
  border-radius: 5px;
  background-color: #ffffffd9;
  border: 3px solid #79C7FE;
  color: #010149;
  text-align: center;
  font-size: 17px;
  padding: 8px;
  width: 210px;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.phrase button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.phrase button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: -7px;
  right: -15px;
  transition: 0.5s;
  font-size: 25px;
}
.phrase button:hover {
  width: 230px;
}
.phrase button:hover span {
  padding-right: 15px;
}
.phrase button:hover span:after {
  opacity: 1;
  right: -7px;
}

.focus-area button {
  cursor: pointer;
  font-weight: 700;
  font-family: Helvetica, "sans-serif";
  transition: all 0.2s;
  padding: 3px 19px;
  border-radius: 100px;
  background: #010149;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  box-shadow: 0 0 2px #fff;
}
.focus-area button:hover {
  background: #010149;
}
.focus-area button:hover svg {
  transform: translateX(5px);
}
.focus-area button > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
  stroke: #fff;
}
.focus-area button > svg circle {
  stroke: #fff;
}
.focus-area button > svg path {
  fill: #fff;
}
.focus-area button:active {
  transform: scale(0.95);
}

.single-featured-box:hover .btn-read-more {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}

.testimonial-home button {
  display: inline-block;
  border-radius: 4px;
  background-color: #1f661d;
  border: 1px solid #1f661d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 7px;
  width: 115px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-transform: uppercase;
}
.testimonial-home button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.testimonial-home button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}
.testimonial-home button:hover span {
  padding-right: 15px;
  color: #fff;
}
.testimonial-home button:hover span:after {
  opacity: 1;
  right: 0;
  font-size: 27px;
  top: -13px;
}

.focus-slider {
  background: #C7E3F8;
}
.focus-slider .cta {
  position: relative;
  margin: auto;
  padding: 2px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .focus-slider .cta {
    padding: 3px 18px;
  }
}
@media (min-width: 1024px) {
  .focus-slider .cta {
    padding: 3px 12px;
  }
}
@media (min-width: 1200px) {
  .focus-slider .cta {
    padding: 4px 18px;
  }
}
.focus-slider .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #B2032F;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .focus-slider .cta:before {
    width: 28px;
    height: 28px;
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .focus-slider .cta:before {
    width: 38px;
    height: 38px;
  }
}
.focus-slider .cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1024px) {
  .focus-slider .cta span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .focus-slider .cta span {
    font-size: 18px;
  }
}
.focus-slider .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 5;
  width: 100%;
  border-bottom: 2px solid white;
}
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    background-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
    background-color: #ffffffbf;
    z-index: 11;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    position: fixed;
    z-index: 11;
    background: #ffffffbf;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
  }
}
.header .header-padding {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .header .header-padding {
    padding: 5px 0px 3px;
  }
}
.header .header-number a {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .header .header-number a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .header .header-number a {
    font-size: 16px;
  }
}
.header img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .header img {
    width: 65%;
    padding-top: 10px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .header img {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .header img {
    width: 90%;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header img {
    width: 90%;
    bottom: -65px;
  }
}

header.active {
  background-color: #fff;
}

.header .navbar-nav a {
  color: #010149;
  text-transform: uppercase;
  font-size: 15.6px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .navbar-nav a {
    font-size: 11.3px;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .header .navbar-nav a {
    font-size: 11.3px;
    padding: 0 10px;
  }
}
@media (min-width: 1080px) {
  .header .navbar-nav a {
    font-size: 11.7px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav a {
    font-size: 13.9px;
    padding: 0 10px;
  }
}
@media (min-width: 1800px) {
  .header .navbar-nav a {
    font-size: 15px;
    padding: 0 10px;
  }
}
.header .navbar-nav a:hover {
  color: #010149;
}
@media (min-width: 1024px) {
  .header .navbar-nav .nav-link {
    padding: 6px 0.4rem;
  }
}
@media (min-width: 1080px) {
  .header .navbar-nav .nav-link {
    padding: 6px 0.4rem;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav .nav-link {
    padding: 9px 0.5rem;
  }
}
.header .navbar-nav .dropdown-menu {
  background: #fff;
  border: 1px solid;
}
@media (min-width: 768px) {
  .header .navbar-nav .dropdown-menu {
    background: #ffffffbf;
    border: 1px solid;
  }
}
@media (min-width: 1024px) {
  .header .navbar-nav .dropdown-menu {
    background: #ffffffbf;
    border: none;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav .dropdown-menu {
    background: #ffffffbf;
    border: none;
  }
}
.header .navbar-nav .dropdown-menu a {
  padding: 5px 10px;
}
.header .navbar-nav .dropdown-menu a:hover {
  background: transparent;
}

.header-right {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .header-right {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .header-right {
    justify-content: center;
    align-content: center;
    display: flex;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .header-right {
    justify-content: center;
    align-content: center;
    display: flex;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-contact {
    display: block;
    margin: 0px;
  }
}
@media (min-width: 1200px) {
  .header-contact {
    display: block;
    margin: 0px;
    margin-top: 0px;
  }
}
.header-contact .phone-fb {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .header-contact .phone-fb {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .header-contact .phone-fb {
    padding-top: 1rem;
  }
}
@media (min-width: 1080px) {
  .header-contact .phone-fb {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media (min-width: 1100px) {
  .header-contact .phone-fb {
    padding-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-contact .phone-fb {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1366px) {
  .header-contact .phone-fb {
    padding-top: 1rem;
  }
}
@media (min-width: 1800px) {
  .header-contact .phone-fb {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.header-contact .phone-fb .btn-main {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .header-contact .phone-fb .btn-main {
    padding: 6.5px 0.5rem;
    font-size: 14px;
  }
}
.header-contact .phone-fb .btn-main:hover {
  color: #fff;
}

.slideshow-home {
  text-align: center;
  border-bottom: 10px solid;
  border-image: linear-gradient(to right, #010149 50%, #B2032F 50%) 5;
}
.slideshow-home .carousel-indicators {
  bottom: 69%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
.slideshow-home .phrase {
  font-family: "Poppins", sans-serif;
  background: #eee;
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .slideshow-home .phrase {
    position: absolute;
    top: 43px;
    z-index: 2;
    background: none;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .phrase {
    position: absolute;
    top: 126px;
    z-index: 2;
    background: none;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .phrase {
    position: absolute;
    top: 117px;
    z-index: 2;
    background: none;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .phrase {
    position: absolute;
    top: 185px;
    z-index: 2;
    background: none;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .phrase {
    position: absolute;
    top: 345px;
    z-index: 2;
    background: none;
  }
}
.slideshow-home .phrase .display-1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .slideshow-home .phrase .display-1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .phrase .display-1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .phrase .display-1 {
    font-size: 3.4rem;
  }
}
.slideshow-home .phrase .display-2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .slideshow-home .phrase .display-2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .phrase .display-2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .phrase .display-2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.slideshow-home .phrase p {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .slideshow-home .phrase p {
    font-size: 49px;
  }
}
.slideshow-home .phrase p, .slideshow-home .phrase h2, .slideshow-home .phrase h3 {
  color: #000;
  text-shadow: none;
}
@media (min-width: 768px) {
  .slideshow-home .phrase p, .slideshow-home .phrase h2, .slideshow-home .phrase h3 {
    color: #fff;
    text-shadow: 0 3px 9px #000;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .phrase p, .slideshow-home .phrase h2, .slideshow-home .phrase h3 {
    color: #fff;
    text-shadow: 0 3px 9px #000;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 318px;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 428px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item img {
  animation: zoom 25s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.bg-white-3 {
  background: url(../../images/big_bg.png) 0 0 repeat !important;
}

.focus-area {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../../images/focus_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.focus-area .card {
  border-radius: 0px;
}
.focus-area a:hover {
  text-decoration: none;
}
.focus-area .col-xl-3 .box-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/focusarea/market_analysis.jpg);
  background-position: center;
  background-size: cover;
}
.focus-area .col-xl-3 .box-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/focusarea/advantage.jpg);
  background-position: center;
  background-size: cover;
}
.focus-area .col-xl-3 .box-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/focusarea/buy_process.jpg);
  background-position: center;
  background-size: cover;
}
.focus-area .col-xl-3 .box-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/focusarea/alerts.jpg);
  background-position: center;
  background-size: cover;
}
.focus-area .col-xl-3:hover {
  /* .read-more-btn {
       opacity: 1;
       visibility: visible;
       bottom: 23px;
  }
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),  url(../../img/focusarea/market_analysis.jpg); */
}
.focus-area .col-xl-3:hover .box-1, .focus-area .col-xl-3:hover .box-2 {
  background: linear-gradient(180deg, #3c3c73 65%, #010149 65%);
}
.focus-area .col-xl-3:hover .box-3, .focus-area .col-xl-3:hover .box-4 {
  background: linear-gradient(180deg, #3b6aba 65%, #003da5 65%);
}
.focus-area .col-xl-3:hover button {
  background: #fff;
  color: #000;
}
.focus-area .col-xl-3:hover svg {
  transform: translateX(5px);
  color: #000;
}
.focus-area .col-xl-3:hover svg circle {
  stroke: #000;
}
.focus-area .col-xl-3:hover svg path {
  fill: #000;
  stroke: #000;
}
.focus-area .white-bg .icon::before {
  display: flex;
  justify-content: center;
  font-size: 45px;
  color: #fff;
}
.focus-area .white-bg .btn-align {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .focus-area .white-bg .btn-align {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .focus-area .white-bg .btn-align {
    text-align: end;
  }
}
@media (min-width: 1200px) {
  .focus-area .white-bg .btn-align {
    text-align: center;
  }
}
.focus-area h2 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .focus-area h2 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .focus-area h2 {
    font-size: 18px;
  }
}
@media (min-width: 1180px) {
  .focus-area h2 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .focus-area h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1370px) {
  .focus-area h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1430px) {
  .focus-area h2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1550px) {
  .focus-area h2 {
    font-size: 22px;
  }
}
.focus-area .mobile-sellers, .focus-area .mobile-buyers {
  padding: 12px 15px;
  width: 907.5px;
  margin: -10px 15px 0 15px;
  color: #fff;
}
@media (min-width: 768px) {
  .focus-area .mobile-sellers, .focus-area .mobile-buyers {
    width: 0px;
    margin: 0;
  }
}
.focus-area .sellers, .focus-area .buyers {
  padding: 12px 15px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .focus-area .sellers, .focus-area .buyers {
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .focus-area .sellers, .focus-area .buyers {
    margin-top: -10px;
  }
}
.focus-area .sellers, .focus-area .mobile-sellers {
  background: #010149;
}
.focus-area .buyers, .focus-area .mobile-buyers {
  background: #003da5;
}

.mini-sections .section-padding {
  padding-top: 1em;
  padding-bottom: 1rem;
}
.mini-sections .card {
  height: auto;
  background: #12397c;
  background-image: url(../../images/watermark.png);
  background-repeat: no-repeat;
  background-position: top;
}
@media (min-width: 1024px) {
  .mini-sections .card {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .card {
    height: 280px;
  }
}
@media (min-width: 1366px) {
  .mini-sections .card {
    height: 255px;
  }
}
@media (min-width: 1800px) {
  .mini-sections .card {
    height: 235px;
  }
}
.mini-sections h3 {
  font-size: 0.8rem;
  margin-bottom: 0;
  color: #fff;
}
.mini-sections .title {
  font-size: 13px;
}
.mini-sections p {
  font-size: 17px;
  font-style: italic;
}
.mini-sections p span {
  font-size: 13px;
}
.mini-sections p span a {
  color: #cfcece;
}
.mini-sections .testimonial-block {
  position: relative;
}
.mini-sections .testimonial-block .inner-box {
  position: relative;
}
.mini-sections .testimonial-block .info-box {
  position: relative;
  padding-left: 0px;
  padding-top: 0px;
}
.mini-sections .testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
}
.mini-sections .testimonial-block .info-box .designation {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #B2032F;
  font-weight: 400;
}
.mini-sections .testimonial-block .info-box .rating {
  position: relative;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 25px;
  color: #FFD700;
  font-weight: 400;
}
.mini-sections .testimonial-block .info-box .rating .dark {
  color: #a4a3a3;
}
.mini-sections .testimonial-block .content-box {
  position: relative;
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #bbbbbb;
}
.mini-sections .testimonial-block .content-box .icon {
  position: absolute;
  right: 30px;
  top: -16px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #B2032F;
  color: #ffffff;
  line-height: 30px;
}
.mini-sections .testimonial-block .text {
  color: #fff;
}
.mini-sections .pulse-play {
  position: absolute;
  z-index: 10;
  top: 25px;
  left: -41%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 17px;
  height: 24px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (min-width: 768px) {
  .mini-sections .pulse-play {
    top: 145px;
    left: 205px;
  }
}
@media (min-width: 1024px) {
  .mini-sections .pulse-play {
    top: 225px;
    left: 52%;
  }
}
@media (min-width: 1200px) {
  .mini-sections .pulse-play {
    top: 219px;
    left: 51%;
  }
}
@media (min-width: 1800px) {
  .mini-sections .pulse-play {
    top: 149px;
    left: 51%;
  }
}
.mini-sections .pulse-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #003da5;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (min-width: 768px) {
  .mini-sections .pulse-play:before {
    width: 110px;
    height: 110px;
  }
}
.mini-sections .pulse-play .fa-play {
  display: block;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 39px;
  left: -7px;
  top: -8px;
}
@media (min-width: 768px) {
  .mini-sections .pulse-play .fa-play {
    font-size: 52px;
    left: -12px;
    top: -14px;
  }
}
.mini-sections .pulse-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #003da5;
  border-radius: 50%;
  transition: all 200ms;
}
@media (min-width: 768px) {
  .mini-sections .pulse-play:after {
    width: 110px;
    height: 110px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.mini-sections .parallax {
  background-image: url("../../images/youtube-cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  background-attachment: inherit;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .mini-sections .parallax {
    background-position: inherit;
  }
}
@media (min-width: 1024px) {
  .mini-sections .parallax {
    background-size: 1175px;
    background-position: -370px top;
  }
}
@media (min-width: 1080px) {
  .mini-sections .parallax {
    background-size: 1180px;
    background-position: -441px top;
  }
}
@media (min-width: 1200px) {
  .mini-sections .parallax {
    background-size: 1180px;
    background-position: -370px top;
  }
}
@media (min-width: 1366px) {
  .mini-sections .parallax {
    background-size: 1100px;
    background-position: -270px top;
  }
}
@media (min-width: 1800px) {
  .mini-sections .parallax {
    background-size: 1100px;
    background-position: -270px top;
  }
}
.mini-sections .parallax .video-container {
  height: 170px;
}
@media (min-width: 768px) {
  .mini-sections .parallax .video-container {
    height: 395px;
  }
}

.focus-slider {
  background-image: url(../../images/property_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.focus-slider .arrow-icon {
  background-color: #ffffff !important;
  border-radius: 50%;
  color: #555;
  height: 45px;
  line-height: 35px;
  position: absolute;
  top: 49%;
  width: 45px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  box-shadow: 0 0 4px #919191;
}
@media (min-width: 1200px) {
  .focus-slider .arrow-icon {
    height: 54px;
    width: 54px;
    top: 45%;
  }
}
.focus-slider .left {
  left: 14px;
}
@media (min-width: 768px) {
  .focus-slider .left {
    left: -7px;
  }
}
@media (min-width: 1200px) {
  .focus-slider .left {
    left: 0px;
  }
}
.focus-slider .right {
  right: -30px;
}
@media (min-width: 768px) {
  .focus-slider .right {
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .focus-slider .right {
    right: -50px;
  }
}
.focus-slider i {
  margin-left: 12px;
  margin-top: 11px;
  font-size: 26px;
}
@media (min-width: 1200px) {
  .focus-slider i {
    margin-left: 16px;
    margin-top: 13px;
  }
}
.focus-slider .card {
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  border: none;
}
@media (min-width: 768px) {
  .focus-slider .card {
    height: 379px;
  }
}
@media (min-width: 1024px) {
  .focus-slider .card {
    height: 299px;
  }
}
@media (min-width: 1200px) {
  .focus-slider .card {
    height: 360px;
  }
}
@media (min-width: 1366px) {
  .focus-slider .card {
    height: 340px;
  }
}
@media (min-width: 1800px) {
  .focus-slider .card {
    height: 400px;
  }
}
.focus-slider .card .card-body {
  position: relative;
  padding: 20px;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 768px) {
  .focus-slider .card .card-body .sold {
    float: right;
  }
}
@media (min-width: 1024px) {
  .focus-slider .card .card-body .sold {
    float: none;
  }
}
@media (min-width: 1080px) {
  .focus-slider .card .card-body .sold {
    float: none;
  }
}
@media (min-width: 1366px) {
  .focus-slider .card .card-body .sold {
    float: right;
  }
}
.focus-slider .card .card-body h2, .focus-slider .card .card-body h3 {
  font-size: 23px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .focus-slider .card .card-body h2, .focus-slider .card .card-body h3 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .focus-slider .card .card-body h2, .focus-slider .card .card-body h3 {
    font-size: 23px;
  }
}
@media (min-width: 1366px) {
  .focus-slider .card .card-body h2, .focus-slider .card .card-body h3 {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .focus-slider .card .card-body h2, .focus-slider .card .card-body h3 {
    font-size: 23px;
  }
}
.focus-slider .card .card-body h3 {
  color: gold;
}
.focus-slider .card .card-body p {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.focus-slider .card .slider-img {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.focus-slider .card .slider-img img {
  transition: all 0.3s;
  display: block;
  transform: scale(1);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.focus-slider .card:hover {
  cursor: pointer;
}
.focus-slider .card:hover .slider-img img {
  transform: scale(1.1);
}
.focus-slider .card:hover .cta:before {
  width: 100%;
  background: #B2032F;
}
.focus-slider .card:hover .cta svg {
  transform: translateX(0);
}
.focus-slider .card:hover .cta:active {
  transform: scale(0.95);
}

.parallax {
  background: url(../../images/parallax.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 10rem;
}
@media screen and (min-width: 1200px) {
  .parallax {
    background-attachment: fixed;
    background-position: top;
  }
}

.home-videos iframe {
  width: 100%;
}

footer {
  background: #01012d;
}
footer .footer-main {
  padding: 35px 0 35px 0;
}
@media (min-width: 768px) {
  footer .footer-main {
    padding: 45px 0 45px 0;
  }
}
@media (min-width: 1200px) {
  footer .footer-main {
    padding: 45px 0 45px 0;
  }
}
footer .main-logo img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .main-logo img {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  footer .main-logo img {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  footer .main-logo img {
    width: 100%;
  }
}
footer .footer-nav {
  columns: 1;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-nav {
    columns: 3;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav {
    columns: 3;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer .footer-nav {
    columns: 3;
    text-align: left;
  }
}
footer li {
  padding: 4px 0;
}
@media (min-width: 768px) {
  footer li {
    padding: 0;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  footer .sitemap {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  footer .sitemap {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  footer .sitemap {
    margin-top: 5px;
  }
}
footer .phone-address svg {
  margin-right: 10px;
}
footer .phone-address .fa-phone {
  margin-left: -5px;
}
@media (min-width: 768px) {
  footer .phone-address .fa-phone {
    margin-left: -6px;
  }
}
@media (min-width: 1024px) {
  footer .phone-address .fa-phone {
    margin-left: -6px;
  }
}
@media (min-width: 1200px) {
  footer .phone-address .fa-phone {
    margin-left: -6px;
  }
}
footer .phone-address, footer .footer-logos {
  margin-top: 22px;
}
@media (min-width: 768px) {
  footer .phone-address, footer .footer-logos {
    margin-top: 22px;
  }
}
@media (min-width: 1024px) {
  footer .phone-address, footer .footer-logos {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  footer .phone-address, footer .footer-logos {
    margin-top: 13px;
  }
}
footer .contact-info {
  font-size: 14px;
}
footer .footer-logos img {
  width: 25%;
}
@media (min-width: 768px) {
  footer .footer-logos img {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  footer .footer-logos img {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  footer .footer-logos img {
    width: 75%;
  }
}

.about-price img {
  width: 100%;
}
@media (min-width: 768px) {
  .about-price img {
    float: right;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .about-price img {
    float: right;
    width: 30%;
  }
}
.about-price h2 {
  font-size: 26px;
}
.about-price h3 {
  font-size: 22px;
  font-weight: bolder;
}
.about-price hr {
  border: 2px solid #010149;
}
.about-price .price-advan .card {
  background: #f7f7f7;
  border: none;
}
.about-price .advantage-photos {
  overflow: hidden;
  height: 200px;
}
.about-price .advantage-photos img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.agents-style1-area {
  position: relative;
  display: block;
  background: #f9fafe;
  padding: 120px 0 80px;
  z-index: 10;
}
.agents-style1-area .single-agents-style1 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.agents-style1-area .single-agents-style1 .img-holder {
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.agents-style1-area .single-agents-style1 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-base);
  z-index: 1;
  height: auto;
}
@media (min-width: 768px) {
  .agents-style1-area .single-agents-style1 .img-holder .inner {
    height: 400px;
  }
}
.agents-style1-area .single-agents-style1 .img-holder .inner img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.agents-style1-area .single-agents-style1:hover .img-holder .inner img {
  transform: scale(1.1) rotate(0deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.agents-style1-area .single-agents-style1:hover .title-holder {
  box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);
  border: 1px solid transparent;
}
.agents-style1-area .title-holder {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  padding: 19px 30px;
  background-color: #c2e0f5;
  border: 1px solid #c2e0f5;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transform: perspective(400px) rotateX(0deg);
  transform-origin: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 5;
}
.agents-style1-area .title-holder .inner-title {
  position: relative;
  display: block;
}
.agents-style1-area .title-holder .inner-title span {
  font-size: 14px;
}
.agents-style1-area .title-holder .inner-title h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin: 6px 0 0;
}
.agents-style1-area .title-holder .inner-title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.agents-style1-area .title-holder .inner-title h3 a:hover {
  color: var(--thm-base);
}

.team-detail img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .team-detail img {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.team-detail h3, .team-detail h4 {
  font-size: 17px;
}
@media (min-width: 768px) {
  .team-detail .detail-img {
    float: right;
    width: 39%;
  }
}
@media (min-width: 1024px) {
  .team-detail .detail-img {
    float: right;
    width: 30%;
  }
}
.team-detail .detail-img .info-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-contact {
  background: url(../../images/team-contact-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 768px) {
  .team-contact {
    background-position: center;
  }
}
.team-contact .team-contact-box {
  justify-content: center;
  display: flex;
  padding-top: 120px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .team-contact .team-contact-box {
    padding-top: 310px;
    padding-bottom: 175px;
  }
}
@media (min-width: 1024px) {
  .team-contact .team-contact-box {
    padding-top: 220px;
    padding-bottom: 65px;
  }
}
.team-contact .card {
  padding: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.team-contact .btn-main {
  font-size: 16px;
  border: 1px solid #fff;
}

.buying-pro .circle-icon {
  background: #fff;
  border: 5px solid #003da5;
  box-shadow: 0 0 0 6px #fff;
  display: block;
  padding: 45px 50px;
  font-size: 45px;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  top: 7px;
}
@media screen and (min-width: 768px) {
  .buying-pro .circle-icon {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .buying-pro .circle-icon {
    position: absolute;
    top: -34px;
    left: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .buying-pro .circle-icon {
    position: absolute;
    top: -24px;
    left: 1px;
  }
}
.buying-pro .circle-icon i {
  display: flex;
  justify-content: center;
}
.buying-pro .circle-icon i::before {
  color: #003da5;
}
.buying-pro .buy-process .card {
  background-color: #003da5;
  text-align: left;
  margin-bottom: 70px;
  padding: 15px 20px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .buying-pro .buy-process .card {
    padding: 15px 20px 15px 175px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .buying-pro .buy-process .card {
    padding: 15px 20px 15px 165px;
    margin-bottom: 130px;
  }
}
.buying-pro .buy-process .card ul {
  list-style-type: disc;
}
.buying-pro .buy-process h2 {
  font-size: 27px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .buying-pro .buy-process h2 {
    font-size: 30px;
  }
}

.sellers .contact-container {
  display: block;
  height: auto;
  background: #C2E0F5;
}
@media (min-width: 1024px) {
  .sellers .contact-container {
    height: auto;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1080px) {
  .sellers .contact-container {
    height: auto;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .sellers .contact-container {
    height: auto;
    display: flex;
    flex-direction: row-reverse;
  }
}
.sellers .photo-block {
  background-image: url("../../images/seller_form.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}
@media (min-width: 768px) {
  .sellers .photo-block {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .sellers .photo-block {
    height: auto;
  }
}
.sellers .logo {
  width: 10rem;
  padding: 1.5rem;
}
.sellers .right-col {
  background: var(--bg-color);
  width: 50vw;
  height: 100vh;
  padding: 5rem 3.5rem;
}
.sellers h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #010149;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
}
.sellers h3 {
  font-size: 1.3rem;
}
.sellers label {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #818386;
  text-transform: uppercase;
  font-size: 0.625rem;
  width: 40vw;
  display: block;
}
.sellers button {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 300;
  background: var(--button-color);
  color: var(--bg-color);
  width: 10rem;
  height: 2.25rem;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.sellers button:hover {
  opacity: 0.5;
}
.sellers button:active {
  opacity: 0.8;
}
.sellers .description {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #818386;
  text-transform: uppercase;
  font-size: 0.625rem;
}
.sellers input::placeholder {
  color: #818386;
}
.sellers textarea::placeholder {
  color: #818386;
}
.sellers placeholder {
  font-family: "Helvetica Neue", sans-serif;
}
.sellers .btn-main {
  font-size: 15px;
}

.testimonials-page .btn-main {
  font-size: 15px;
}
.testimonials-page .testimonialswrp {
  text-align: center;
}
.testimonials-page .testimonialswrp li:last-child .testi-info {
  margin-bottom: 0;
}
.testimonials-page .testimonialswrp ul {
  list-style: none;
}
.testimonials-page .testimonialswrp .name {
  font-size: 18px;
  color: #010149;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
}
.testimonials-page .testi-info {
  box-shadow: none;
  background: #e3f0fe;
  border: none;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}
.testimonials-page .testi-info p {
  margin-top: 15px;
  position: relative;
  line-height: 24px;
  font-style: italic;
  color: #676767;
}
.testimonials-page .testi-info h3 {
  font-size: 16px;
}
.testimonials-page .client_rating {
  margin-bottom: 0px;
}
.testimonials-page .client_rating li {
  display: inline-block;
  font-size: 18px;
  margin: 0 2px;
  color: #deb304;
}
.testimonials-page .client_rating i {
  font-size: 15px;
}
.testimonials-page .client-image img {
  margin: 0 auto;
  width: 40%;
}
@media (min-width: 768px) {
  .testimonials-page .client-image img {
    width: 20%;
    height: 50px;
    width: 80px;
    object-fit: contain;
  }
}
.testimonials-page .fa-quote-left {
  position: absolute;
  opacity: 0.1;
  font-size: 45px;
}

.testi-modal .modal-header {
  background: #010149;
  color: #fff;
}
.testi-modal .modal-body, .testi-modal .modal-footer {
  background: aliceblue;
}
.testi-modal .btn-main {
  font-size: 17px;
  padding: 0.375rem 0.75rem;
}
.testi-modal span {
  color: #fff;
}
.testi-modal i {
  color: gold;
  margin-right: 10px;
}
.testi-modal h2 {
  font-size: 1.5rem;
}
.testi-modal textarea {
  height: 170px;
}

.testi-submit .card {
  background: #ffffffe3;
}
.testi-submit h2 {
  font-size: 30px;
}
.testi-submit i {
  color: gold;
  margin-right: 10px;
}
.testi-submit .submit-box {
  justify-content: center;
  display: flex;
  padding-top: 160px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .testi-submit .submit-box {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .testi-submit .submit-box {
    padding-top: 270px;
  }
}
.testi-submit .btn-main {
  font-size: 16px;
}
.testi-submit textarea {
  height: 150px;
}

.test-submit {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/testimonials2.jpg);
  background-size: cover;
  background-position: center;
  min-height: 80vh;
}

.new-listing .contact-container {
  display: block;
  height: auto;
  background: #C2E0F5;
}
@media (min-width: 1024px) {
  .new-listing .contact-container {
    height: auto;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .new-listing .contact-container {
    height: auto;
    display: flex;
  }
}
.new-listing .right-col {
  background-image: url("../../images/new_listing_form.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
}
@media (min-width: 768px) {
  .new-listing .right-col {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .new-listing .right-col {
    height: auto;
  }
}
.new-listing .logo {
  width: 10rem;
  padding: 1.5rem;
}
.new-listing h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #010149;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
}
.new-listing h3 {
  font-size: 1.3rem;
}
.new-listing label {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #818386;
  text-transform: uppercase;
  font-size: 0.625rem;
  width: 40vw;
  display: block;
}
.new-listing button {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 300;
  background: var(--button-color);
  color: var(--bg-color);
  width: 10rem;
  height: 2.25rem;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.new-listing button:hover {
  opacity: 0.5;
}
.new-listing button:active {
  opacity: 0.8;
}

.contact-us-page .card {
  background: #ccdcedcf;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .contact-us-page .card {
    position: absolute;
    margin-bottom: 0;
  }
}
.contact-us-page .btn-main {
  font-size: 17px;
}

.contact-map {
  margin-bottom: -7px;
}
.contact-map iframe {
  height: 532px;
}
@media (min-width: 1024px) {
  .contact-map iframe {
    height: 471px;
  }
}
@media (min-width: 1200px) {
  .contact-map iframe {
    height: 532px;
  }
}

.blog-page .blog-title {
  font-size: 22px;
}
.blog-page a {
  color: #000;
}
.blog-page a:hover {
  text-decoration: none;
}
.blog-page .card {
  background-color: #003ca51a;
  border-radius: 5px;
  transition: ease-in-out 300ms;
}
.blog-page .card:hover {
  scale: 1.02;
  transition: ease-in-out 300ms;
}
.blog-page .card .blog-name {
  font-size: 25px;
  color: #000;
}
.blog-page .card .card-text {
  padding: 15px;
}
@media (min-width: 768px) {
  .blog-page .card img {
    float: right;
  }
}

.blog-detail-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-detail-page img {
    float: right;
    width: 40%;
  }
}
.blog-detail-page .blog-name {
  font-size: 28px;
}
.blog-detail-page .comments-box {
  border: solid 1px #00000039;
  border-radius: 5px;
  padding: 10px;
  background-color: #f1f8ff;
}
.blog-detail-page .comment-title {
  font-size: 23px;
}
.blog-detail-page .comment-indiv-box {
  border: solid 1px #0000001d;
  background-color: #eee;
  border-radius: 5px;
  padding: 20px;
  padding-left: 5px;
  width: 95%;
  margin: auto;
}
.blog-detail-page .leave-comment {
  font-size: 20px;
}
.blog-detail-page .g-recaptcha {
  transform: scale(1);
}

.account-login-page .card {
  background: #79C7FE;
  border: none;
  border-radius: 5px;
}
.account-login-page .card .img-top-card img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.account-login-page .card .account-title {
  font-size: 28px;
}
.account-login-page .card .forgot-pass a {
  color: #000;
}

.forgot-password-page .card {
  background: #79C7FE;
}

.create-account .create-account-title {
  font-size: 25px;
}
.create-account .already-member a {
  color: black;
  text-decoration: underline;
}
.create-account .card {
  background: #79C7FE;
}

.validate-account .card {
  background: #79C7FE;
}

/*# sourceMappingURL=design.css.map */
