a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important;
}
.flexslider {
  position: relative;
}
.Successfulother{
  margin-top: -50px !important;
  margin-bottom: 50px !important;
}

/* .overlay {
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
  align-items: center;
  color: white;
  background: rgba(
    31,
    31,
    31,
    0.5
  );
} */
.asked{
  font-size: 20px !important;
}
main {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  max-width: 1150px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 5px;
}

.topic {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 1px #ebebeb;
}
.open {
  cursor: pointer;
  display: block;
  padding: 0px;
}
.open:hover {
  opacity: 0.7;
}
.expanded {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
.question {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.answer {
  font-size: 16px;
  line-height: 26px;
  display: none;
  margin-bottom: 30px;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
.faq-t {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float: right;
  position: relative;
  top: -55px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s ease-in-out;
}
.faq-o {
  top: -50px;
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
  .faq-t {
    display: none;
  }
  .question {
    padding-right: 0px;
  }
  main {
    padding: 10px;
  }
  .answer {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prgh{
  color: black !important;
  padding-top: 45px;
  font-size: 15px;
  line-height: 1.5;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.5); 
}
.sliderovelry {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2029;
}

.logonavbarimage {
  height: 60px;
  width: 50%;
}
body {
  background-color: #fff;
  color: #232323;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 48px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
}
/* h3:after {
  background-color: #bcbcbc;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  width: 15px;
  position: absolute;
  z-index: 0;
} */

h4 {
  font-size: 20px;
  font-weight: bold;
}

hr {
  margin: 5px 0;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  line-height: 20px;
}

#slider {
  position: relative;
  z-index: 1;
}
#slider .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 750px;
  overflow: hidden;
  border: none;
  margin: 0;
  position: relative;
}
#slider .flexslider:hover .flex-direction-nav .flex-next,
#slider .flexslider:hover .flex-direction-nav .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#slider .flexslider.fixed {
  position: fixed;
}
#slider .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
}
#slider .flexslider .slides .slide {
  height: 100%;
}
#slider .flexslider .slides .slide video {
  width: 100%;
}
#slider .flexslider .slides .slide img {
  display: block;
  height: 100%;
  width: 100%;
}
#slider .flexslider .flex-direction-nav {
  list-style: none;
  height: 100%;
  width: 100%;
  top: 0;
}
#slider .flexslider .flex-direction-nav .flex-next,
#slider .flexslider .flex-direction-nav .flex-prev {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
}
#slider .flexslider .flex-direction-nav .flex-next:hover,
#slider .flexslider .flex-direction-nav .flex-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#slider .flexslider .flex-direction-nav .flex-next:before,
#slider .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}
#slider .flexslider .flex-direction-nav .flex-next:after,
#slider .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
}
#slider .flexslider .flex-direction-nav .flex-next {
  right: 10px;
}
#slider .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
}
#slider .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}
#slider .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 16px;
}

.background-color-grey-light {
  background-color: #f3f3f3;
}

.background-color-grey-dark {
  background-color: #232323;
}
.background-color-grey-dark a {
  color: #fff;
}
.background-color-grey-dark a:hover {
  color: #008ed7;
}

.has-dark-background {
  color: #fff;
}

.navigation-hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navigation-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.top-0 {
  margin-top: 0;
  background-color: #f3f3f3;
  position: relative;
}

.top-10 {
  margin-top: 10px;
  background-color: #f3f3f3;
  position: relative;
}

.top-20 {
  margin-top: 20px;
  background-color: #f3f3f3;
  position: relative;
}

.top-30 {
  margin-top: 30px;
  background-color: #f3f3f3;
  position: relative;
}

.top-40 {
  margin-top: 40px;
  background-color: #f3f3f3;
  position: relative;
}

.top-50 {
  margin-top: 50px;
  background-color: #f3f3f3;
  position: relative;
}

.top-60 {
  margin-top: 60px;
  background-color: #f3f3f3;
  position: relative;
}

.top-70 {
  margin-top: 70px;
  background-color: #f3f3f3;
  position: relative;
}

.top-80 {
  margin-top: 80px;
  background-color: #f3f3f3;
  position: relative;
}

.top-90 {
  margin-top: 90px;
  background-color: #f3f3f3;
  position: relative;
}

.top-100 {
  margin-top: 100px;
  background-color: #f3f3f3;
  position: relative;
}

.top-110 {
  margin-top: 110px;
  background-color: #f3f3f3;
  position: relative;
}

.top-120 {
  margin-top: 120px;
  background-color: #f3f3f3;
  position: relative;
}

.top-130 {
  margin-top: 130px;
  background-color: #f3f3f3;
  position: relative;
}

.top-140 {
  margin-top: 140px;
  background-color: #f3f3f3;
  position: relative;
}

.top-150 {
  margin-top: 150px;
  background-color: #f3f3f3;
  position: relative;
}

.top-160 {
  margin-top: 160px;
  background-color: #f3f3f3;
  position: relative;
}

.top-170 {
  margin-top: 170px;
  background-color: #f3f3f3;
  position: relative;
}

.top-180 {
  margin-top: 226px;
  background-color: #f3f3f3;
  position: relative;
}
.top-22 {
  margin-top: 115px;
  background-color: #f3f3f3;
  position: relative;
}

.top-190 {
  margin-top: 190px;
  background-color: #f3f3f3;
  position: relative;
}

.top-200 {
  margin-top: 200px;
  background-color: #f3f3f3;
  position: relative;
}

/****
  A
****/
/* .agent .agent-id {
  display: table;
  margin-bottom: 20px;
}
.agent .agent-id h4 {
  margin-top: 0;
}
.agent .agent-id img {
  float: left;
}
.agent .agent-id .agent-wrapper {
  padding-left: 100px;
} */

/****
  B
****/
.block {
  padding: 40px 0;
}

.box {
  display: table;
}
.box .empty-space {
  background-color: #f3f3f3;
}
.box .image {
  background-color: #f3f3f3;
  display: inline-block;
}
.box .image img {
  max-width: 100%;
}
.box .description {
  display: inline-block;
  background-color: #f3f3f3;
}
.box .description .description-wrapper {
  background-color: #232323;
  color: #fff;
  display: inline-block;
  padding: 30px;
}
.box .description .description-wrapper h3:after {
  display: none;
}
.box .description .description-wrapper p {
  margin-bottom: 20px;
}

#count-down {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  margin: auto;
  height: 480px;
  bottom: 0px;
  right: 0px;
  text-align: center;
}
#count-down .background {
  background-color: #eb6300;
}
#count-down h2 {
  color: #fff;
  margin-bottom: 60px;
}
#count-down h2:after {
  display: none;
}
#count-down h3 {
  color: #fff;
  margin-top: 20px;
}
#count-down h3:after {
  display: none;
}

.count-down > div {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  position: relative !important;
  margin-bottom: 30px !important;
}
.count-down > div canvas {
  width: 100% !important;
}
.count-down > div input {
  bottom: 0 !important;
  font-family: inherit !important;
  color: #fff !important;
  font-size: 60px !important;
  font-weight: normal !important;
  left: 0 !important;
  right: 0 !important;
  top: -85px !important;
  margin: auto !important;
  margin: auto !important;
}

/****
  D
****/
.disable-submit-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

/****
  N
****/
.navigation {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.navigation.fixed {
  position: fixed;
  width: 100%;
}
.navigation .navbar-collapse {
  padding-right: 0;
  padding-top: 18px;
}
.navigation .navbar {
  margin-bottom: 0;
  min-height: inherit;
  padding: 9px 0;
}
.navigation .navbar .navbar-brand {
  height: inherit;
  line-height: 0;
  padding: 0;
}
.navigation .navbar .navbar-nav li.active a {
  color: #008ed7;
}
.navigation .navbar .navbar-nav li a {
  color: #232323;
  line-height: 0;
  margin: 0;
  font-size: 18px;
}
.navigation .navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #008ed7;
}
.navigation .navbar .navbar-nav li a:active,
.navigation .navbar .navbar-nav li a:focus {
  background-color: transparent;
}

/****
  F
****/
.feature-box h4 {
  margin: 15px 0;
}

.features-list {
  padding-left: 0;
}
.features-list li {
  font-size: 18px;
  list-style: none;
  padding: 10px 0;
}
.features-list li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #008ed7;
  content: "\f05d";
  font-size: 24px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

/* #footer {
  background-color: #292929;
  color: #fff;
  padding: 20px 0;
}

#form-slider-status {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 20px 0;
} */

/****
  I
****/
.image-carousel {
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.image-carousel img {
  max-width: 100%;
}
.image-carousel p {
  margin-bottom: 20px;
}
.image-carousel .image-carousel-slide .image-carousel-slide-wrapper {
  display: table;
}
.image-carousel .image-carousel-slide .image-carousel-slide-wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}
.image-carousel .owl-buttons {
  bottom: 0px;
  position: absolute;
  right: 0px;
}
.image-carousel .owl-buttons .owl-prev,
.image-carousel .owl-buttons .owl-next {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #008ed7;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
}
.image-carousel .owl-buttons .owl-prev:after,
.image-carousel .owl-buttons .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  padding: 7px 13px;
}
.image-carousel .owl-buttons .owl-prev:hover,
.image-carousel .owl-buttons .owl-next:hover {
  background-color: #f56800;
}
.image-carousel .owl-buttons .owl-next {
  margin-left: 2px;
}
.image-carousel .owl-buttons .owl-next:after {
  content: "\f105";
}
.image-carousel .owl-buttons .owl-prev:after {
  content: "\f104";
}

.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border: 10px solid #f3f3f3;
  font-size: 12px;
  position: relative;
  margin-bottom: 60px;
}
.infobox-wrapper .infobox-inner:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #f3f3f3 transparent transparent transparent;
  position: absolute;
  left: 103px;
  content: "";
  bottom: -16px;
}
.infobox-wrapper .infobox-inner .infobox-image {
  width: 220px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
  background-color: #232323;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 14px;
  font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-title a {
  color: ble;
}
.infobox-wrapper .infobox-inner .infobox-description {
  background-color: #fff;
  padding: 8px;
}
.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
  color: #008ed7;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

/****
  L
****/
#loading-icon {
  bottom: 0;
  font-size: 30px;
  height: 50px;
  left: 0;
  margin: auto;
  padding-top: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 5;
}

.loading:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logo-slide_section {
  height: 30vh;
  justify-content: center;
  align-items: center;
  display: flex;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 50s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
}

/* .logos {
  display: block;
  line-height: 0;
  margin-top: 10px;
  padding: 0 30px;
  text-align: justify;
}
.logos:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.logos .logo {
  display: inline-block;
  margin-bottom: 7px;
  position: relative;
}
.logos .logo a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px;
}
.logos .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
} */

/****
  M
****/
#map {
  height: 750px;
}

.marker-style img {
  position: absolute !important;
  top: -1px !important;
  bottom: 0px !important;
  right: 0px;
  left: 0px;
  margin: auto !important;
}

.mfp-close:hover,
.mfp-close:active,
.mfp-close:focus {
  background-color: transparent;
}

/****
  P
****/
.property-wrapper {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px;
}
.property-wrapper .property {
  background-color: #fff;
}
.property-wrapper .property .image-wrapper {
  position: relative;
}
.property-wrapper .property .image-wrapper:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #232323;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.property-wrapper .property .image-wrapper:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00e";
  color: #fff;
  font-size: 36px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  z-index: 4;
}
.property-wrapper .property .image-wrapper:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.property-wrapper .property .image-wrapper:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.property-wrapper .property .image-wrapper img {
  max-width: 100%;
}
.property-wrapper .property header {
  background-color: #232323;
  color: #fff;
  padding: 10px;
}
.property-wrapper .property header h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.property-wrapper .property .description {
  padding: 10px;
}
.property-wrapper .property .description dl {
  margin-bottom: 0;
}
.property-wrapper .property .description dl dt {
  float: left;
}
.property-wrapper .property .description dl dd {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 3px;
  padding-bottom: 3px;
  text-align: right;
}
.property-wrapper .property .description dl dd:last-child {
  border: none;
}

/****
  S
****/
.slider-banner {
  background-color: #232323;
  color: #fff;
  padding: 35px 0;
}
.slider-banner .title {
  position: relative;
}
.slider-banner .title h2 {
  margin-bottom: 0px;
  margin-top: 0;
}
.slider-banner .title i {
  color: #008ed7;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  right: 0;
}
.slider-banner .title .subtitle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.subtitle {
  font-size: 18px;
}

/****
  T
****/
blockquote {
  border: none;
  display: table;
  margin-bottom: 0;
  padding: 20px 10%;
  width: 100%;
}
blockquote figure {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
blockquote figure .image {
  border: 10px solid #f3f3f3;
  max-width: 160px;
  position: relative;
}
blockquote figure .image img {
  display: block;
  width: 100%;
}
blockquote .cite {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
blockquote .cite p {
  font-size: 20px;
  line-height: 28px;
}
/* blockquote .cite footer {
  color: #008ed7;
} */
.p-0 {
  padding: 0;
}
.plyr {
  border-radius: 4px;
  margin-bottom: 15px;
}

.bg-video {
  background-color: #212b38;
}
.owl-carousel .owl-pagination {
  text-align: center;
}
.owl-carousel .owl-pagination .owl-page {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
.owl-carousel .owl-pagination .owl-page:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-pagination .owl-page.active {
  background-color: rgba(0, 0, 0, 0.6);
}

/****
  V
****/
.video {
  visibility: hidden;
}
.video iframe {
  margin-bottom: -5px;
}

.btn,
button {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  background-color: #008ed7;
  border: none;
  color: #fff;
  font-weight: bold;
  outline: none !important;
}
.btn:hover,
.btn:active,
.btn:focus,
button:hover,
button:active,
button:focus {
  color: #fff;
  background-color: #008ed7;
}
.btn.btn-framed,
button.btn-framed {
  background-color: transparent;
  border: 2px solid #f3f3f3;
  color: #232323;
  font-weight: bold;
  text-decoration: none;
}
.btn.btn-framed:hover,
button.btn-framed:hover {
  background-color: #f3f3f3;
}
.btn.btn-framed .fa,
button.btn-framed .fa {
  color: #008ed7;
  margin-left: 5px;
}
.btn.btn-large,
button.btn-large {
  padding: 15px 20px;
}

.btn-link {
  color: #232323;
  font-weight: bold;
  text-decoration: none;
}

.form-group {
  position: relative;
}

.form-slider-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
  opacity: 0.98;
  background-color: #232323;
  bottom: -97px;
  display: table;
  height: auto;
  padding: 30px 30px 15px 30px;
  position: absolute;
  width: 360px;
  z-index: 10;
}
.form-slider-wrapper h1 {
  margin-top: 0;
}
.form-slider-wrapper h3 {
  margin: 0;
}
.form-slider-wrapper h3:after {
  display: none;
}
.form-slider-wrapper hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  margin: 20px 0;
}
.form-slider-wrapper .btn {
  font-size: 18px;
  margin-top: 10px;
  padding: 15px;
  width: 100%;
  position: relative;
}
.form-slider-wrapper figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#form-one-field .form-control {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 18px;
  padding: 20px;
}
#form-one-field .btn {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 21px;
}
#form-one-field.hide .input-group {
  display: none;
}
#form-one-field #form-one-field-status {
  line-height: 60px;
}

form #form-status {
  color: #fff;
  line-height: 45px;
  position: relative;
  top: -10px;
}
form #form-status #valid {
  position: relative;
  top: -10px;
}
form #form-status #valid .icon {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
form #form-status #invalid {
  color: red;
  position: relative;
  top: -10px;
}
form label.error {
  background-color: red;
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
form label.error:before {
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent red transparent;
  content: "";
  height: 0px;
  left: 5px;
  position: absolute;
  top: -5px;
  width: 0px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea,
.form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: inherit;
  padding: 12px;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="number"]:focus,
input[type="number"]:active,
textarea:focus,
textarea:active,
.form-control:focus,
.form-control:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Cursor
================================================== */

.cursor {
  /* background-color: #fff; */
  height: 0;
  width: 0;
  z-index: 99999;
  cursor: pointer;
}
.cursor2,
.cursor3 {
  height: 36px;
  width: 36px;
  z-index: 99998;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cursor2.hover,
.cursor3.hover {
  -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
  transform: scale(2) translateX(-25%) translateY(-25%);
  border: none;
  cursor: pointer !important;
}
.cursor2 {
  /* border: 2px solid #fff; */
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.cursor2.hover {
  /* background: rgba(255, 255, 255, 1); */
  /* box-shadow: 0 0 0 rgba(255, 255, 255, 0.2); */
}

.section {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100vh;
}
.shadow-title {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
  font-size: 20px;
  line-height: 1;
  color: #ccc;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 2;
  opacity: 0.5;
}

.moving-image {
  background: url("https://ivang-design.com/svg-load/hotel/move-img@2x.jpg")
    repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  opacity: 0.4;
}
.case-study-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
  width: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
}
.case-study-wrapper .case-study-name {
  margin: 0;
  padding: 0;
}
.case-study-wrapper .case-study-name span {
  position: relative;
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  text-decoration: none;
}
.case-study-wrapper .case-study-name span:hover {
  text-decoration: none;
}
.case-study-wrapper .case-study-name.active span {
  color: #fff;
}
.case-study-wrapper .case-study-name span:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  height: 0;
  width: 4px;
  transform: translateY(-50%);
  background: linear-gradient(45deg, #f19872, #e86c9a);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.case-study-wrapper .case-study-name:nth-child(2) span:before {
  background: linear-gradient(45deg, #0947db, #07d89d);
}
.case-study-wrapper .case-study-name:nth-child(3) span:before {
  background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}
.case-study-wrapper .case-study-name:nth-child(4) span:before {
  background: linear-gradient(45deg, #3a3d98, #6f22b9);
}
.case-study-wrapper .case-study-name.active span:before {
  height: 100%;
}

.case-study-images {
  position: absolute;
  top: 50%;
  left: 70px;
  width: calc(100% - 90px);
  max-width: 500px;
  margin: 0;
  padding: 0;
  z-index: 5;
  list-style: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-study-images li {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(14, 14, 14, 0.35);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.case-study-images li.show {
  opacity: 1;
}
.case-study-images li img {
  width: 100%;
  height: auto;
  display: block;
}
.case-study-images li p {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  display: inline-block;
}
.case-study-images li .info {
  position: relative;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.case-study-images li .info img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.case-study-images li .info a {
  background-color: #000;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 10px;
  height: 28px;
  padding: 0 20px;
  border-radius: 3px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.case-study-images li .info a:hover {
  text-decoration: none;
}

/* #Link to page
================================================== */

.link-to-portfolio {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  background-position: center center;
  background-size: cover;
  background-image: url("https://cdn1.iconfinder.com/data/icons/technology-devices-2/100/Profile-512.png");
  background-color: grey;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  transition: opacity 0.2s, border-radius 0.2s, box-shadow 0.2s;
  transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
  opacity: 0.8;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .form-slider-wrapper {
    width: 293px;
  }

  .box .image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="number"],
  textarea,
  .form-control {
    padding: 9px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    line-height: 18px;
  }

  .box .image img {
    width: 100%;
  }

  .block {
    padding: 30px 0px;
  }

  .form-slider-wrapper {
    width: 220px;
    padding: 20px;
  }

  .features-list li {
    font-size: 16px;
    padding: 6px 0px;
  }

  .property-wrapper {
    padding: 5px;
  }

  .flexslider .slide img {
    width: auto;
    height: auto !important;
    margin-left: -200%;
    position: relative;
    left: 100%;
  }
}
@media (max-width: 767px) {
  .pd-l-30 {
    padding-left: 0px !important;
  }
  .pd-r-30 {
    padding-right: 0px !important;
  }
  .fgh {
    margin-top: 86px !important;
  }
  .onbord {
    font-size: 22px !important;
    margin-top: 12px;
  }
  .skills_para {
    font-size: 12px;
  }
  .asked{
text-align: center;
  }
  .text-overlay{
left: 50% !important;
  }
  .logonavbarimage {
    height: 40px;
  }
  .videosdw {
    width: 100%;
  }
  .top-22 {
    margin-top: 0px;
  }
  blockquote {
    display: block !important;
    padding: 20px 0 !important;
    text-align: center;
  }
  blockquote figure {
    display: inline-block !important;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  blockquote figure .image {
    display: inline-block;
  }
  blockquote .cite {
    display: block !important;
    padding-left: 0;
  }

  header {
    text-align: center;
  }
  header h3:after {
    right: 0;
    margin: auto;
  }

  .agent {
    margin-bottom: 60px;
  }

  .box {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .box div {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
  .box div img {
    width: 100% !important;
  }

  #count-down {
    height: inherit;
  }
  #count-down .count-down > div input {
    top: -60px !important;
    left: 15px !important;
  }
  #count-down .count-down .col-sm-3 > div {
    margin-left: 15px;
  }

  .flex-direction-nav {
    bottom: 10px;
    top: inherit !important;
  }

  .flexslider {
    height: auto !important;
  }
  .flexslider .slide img {
    width: 100%;
    height: auto;
    position: inherit;
  }

  .feature-box {
    text-align: center;
    margin-bottom: 50px;
  }

  .form-slider-wrapper {
    bottom: 0;
    position: relative;
    width: 100% !important;
    padding-top: 0 !important;
  }
  .notifed{
    margin-top: 12px;
  }

  .has-count-down .flexslider .slide img {
    height: 100%;
    width: initial !important;
  }

  .image-carousel .image-carousel-slide {
    text-align: center;
  }

  .logos {
    text-align: center;
  }
  .logos .logo {
    display: block !important;
    margin-bottom: 40px;
  }

  .navbar-collapse {
    overflow-x: hidden;
    padding-left: 0;
  }
  .navbar-collapse .navbar-nav {
    margin-bottom: 0;
  }
  .navbar-collapse .navbar-nav li a {
    padding: 20px 0;
  }

  .navbar-toggle {
    margin: 0;
  }
  .navbar-toggle:hover,
  .navbar-toggle:active,
  .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle .icon-bar {
    background-color: #232323;
  }

  .navigation {
    position: relative !important;
  }

  .property img {
    max-width: inherit !important;
    width: 100%;
  }

  .top-0,
  .top-10,
  .top-20,
  .top-30,
  .top-40,
  .top-50,
  .top-60,
  .top-70,
  .top-80,
  .top-90,
  .top-100,
  .top-110,
  .top-120,
  .top-130,
  .top-140,
  .top-150,
  .top-160,
  .top-170,
  .top-180,
  .top-190,
  .top-200 {
    margin-top: 0 !important;
  }

  .slider-banner .title {
    margin-bottom: 70px;
    text-align: center;
  }
  .slider-banner .title i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: inherit !important;
    bottom: -50px;
    left: 0;
  }

  .video .fluid-width-video-wrapper {
    margin-bottom: 20px !important;
  }
}

.about-style-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-style-area.with-black-color {
  background-color: #0d1820;
}

.about-style-area.with-black-color .about-style-wrap-content h3 {
  color: #ffffff;
}

.about-style-area.with-black-color .about-style-wrap-content .bold {
  color: #ffffff;
}

.about-style-area.with-black-color
  .about-style-wrap-content
  .about-list-tab
  .nav {
  border-bottom: 1px solid #f8fafb;
}

.about-style-area.with-black-color
  .about-style-wrap-content
  .about-list-tab
  .nav
  .nav-item
  .nav-link {
  color: #ffffff;
}

.about-style-area.with-black-color
  .about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  p {
  color: #ffffff;
}

.about-style-area.with-black-color
  .about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  .list
  li {
  color: #ffffff;
}

.about-style-area.with-black-color
  .about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  .tab-btn {
  margin-top: 25px;
}

.about-style-area.with-black-color
  .about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  .tab-btn
  .main-default-btn {
  color: #ffffff;
}

.about-style-area.with-black-color
  .about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  .tab-btn
  .main-default-btn:hover {
  background-color: #ffffff;
  color: #008ed7;
}

.about-style-area.with-black-color .information-card .icon i {
  background: #008ed7;
}

.about-style-area.with-black-color .information-card p span {
  color: #ffffff;
}

.about-style-area.with-black-color .information-card p span a {
  color: #ffffff;
}

.about-style-area.with-black-color .information-card p span a:hover {
  color: #008ed7;
}

.about-style-area.with-black-color .information-card:hover .icon i {
  background: #008ed7;
}

.about-style-image {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 10px;
}
.imgeabout {
  width: 100%;
}

.about-style-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 312px;
  background-color: transparent;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  border: 1px solid #008ed7;
}

.about-style-image img {
  border-radius: 10px;
}

.about-style-image .quote-content {
  background-color: #008ed7;
  padding: 25px;
  position: absolute;
  left: 0;
  bottom: 30px;
  max-width: 418px;
  border-radius: 0px 20px 20px 0px;
  z-index: 1;
}

.about-style-image .quote-content p {
  color: #fff;
  font-size: 15px;
}

.about-style-image .quote-content span {
  font-weight: 600;
  color: #ffffff;
}

.about-style-image .quote-content::before {
  content: "";
  font-family: "boxicons";
  font-size: 30px;
  color: #ffffff;
  z-index: -1;
  position: absolute;
  right: 25px;
  bottom: 25px;
  line-height: 1;
}

.about-style-content {
  padding-left: 30px;
}

.about-style-content .sub-title {
  color: #008ed7;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 20px;
}

.about-style-content h3 {
  font-size: 40px;
  margin-bottom: 18px;
  font-weight: bold;
}

.about-style-content .bold {
  color: #0d1820;
  font-weight: 500;
}

.about-style-content .counter-box {
  background: #008ed7;
  border-radius: 10px;
  text-align: center;
  padding: 30px 25px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-style-content .counter-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#008ed7),
    to(#008ed7)
  );
  background: linear-gradient(270deg, #008ed7 0%, #008ed7 100%);
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.about-style-content .counter-box h4 {
  color: #fff;
  font-size: 65px;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 15px;
}

.about-style-content .counter-box span {
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.about-style-content .counter-box:hover h4 {
  color: #ffffff;
}

.about-style-content .counter-box:hover span {
  color: #ffffff;
}

.about-style-content .counter-box:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.about-style-image-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-style-image-wrap .certified-image {
  position: absolute;
  right: 75px;
  bottom: 0;
}

.about-style-wrap-content {
  padding-left: 30px;
}

.about-style-wrap-content .sub-title {
  color: #008ed7;
  display: inline-block;
  margin-bottom: 18px;
}

.about-style-wrap-content h3 {
  font-size: 40px;
  margin-bottom: 18px;
  font-weight: bold;
}
.lormquote {
  line-height: 1.8;
}

.about-style-wrap-content .bold {
  color: #0d1820;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}

.about-style-wrap-content .about-list-tab {
  margin-top: 25px;
}

.about-style-wrap-content .about-list-tab .nav {
  padding: 0;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #dddddd;
}

.about-style-wrap-content .about-list-tab .nav .nav-item {
  margin-right: 30px;
}

.about-style-wrap-content .about-list-tab .nav .nav-item:last-child {
  margin-right: 0;
}

.about-style-wrap-content .about-list-tab .nav .nav-item .nav-link {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #0d1820;
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  padding-bottom: 20px;
}

.about-style-wrap-content .about-list-tab .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0%;
  background-color: #008ed7;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.about-style-wrap-content .about-list-tab .nav .nav-item .nav-link:hover,
.about-style-wrap-content .about-list-tab .nav .nav-item .nav-link.active {
  color: #008ed7;
}

.about-style-wrap-content
  .about-list-tab
  .nav
  .nav-item
  .nav-link:hover::before,
.about-style-wrap-content
  .about-list-tab
  .nav
  .nav-item
  .nav-link.active::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.about-style-wrap-content .about-list-tab .tab-content .tab-pane .content {
  margin-top: 25px;
}

.about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  .list {
  padding: 0;
  margin-bottom: 0;
}

.about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  .list
  li {
  list-style-type: none;
  color: #0d1820;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 22px;
}

.about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  .list
  li:last-child {
  margin-bottom: 0;
}

.about-style-wrap-content
  .about-list-tab
  .tab-content
  .tab-pane
  .content
  .list
  li
  i {
  position: absolute;
  color: #008ed7;
  font-size: 18px;
  left: 0;
  top: -2px;
}

.about-style-shape-1 {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
}

.about-style-area-with-full-width .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.about-style-full-content {
  max-width: 640px;
  margin-left: auto;
  padding-right: 25px;
}

.about-style-full-content .sub-title {
  color: #008ed7;
  display: inline-block;
  margin-bottom: 18px;
}

.about-style-full-content h3 {
  font-size: 40px;
  margin-bottom: 18px;
  font-weight: bold;
}

.about-style-full-content .bold {
  color: #0d1820;
  font-weight: 500;
  font-size: 15px;
}

.about-style-full-content .inner-content {
  margin-top: 25px;
}

.about-style-full-content .inner-content h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}

.about-style-full-content .inner-content p {
  margin-bottom: 0;
  font-size: 15px;
}

.about-style-full-content .about-btn {
  margin-top: 25px;
}

.about-style-full-content .about-btn .main-default-btn {
  color: #ffffff;
}

.about-full-image-wrap {
  position: relative;
}

.about-full-image-wrap .counter-box {
  background: rgba(13, 24, 32, 0.9);
  border-radius: 0;
  text-align: center;
  padding: 30px 25px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  overflow: hidden;
}

.about-full-image-wrap .counter-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#008ed7),
    to(#008ed7)
  );
  background: linear-gradient(270deg, #008ed7 0%, #008ed7 100%);
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.about-full-image-wrap .counter-box h4 {
  color: #ffffff;
  font-size: 55px;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 15px;
}

.about-full-image-wrap .counter-box span {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.about-full-image-wrap .counter-box:hover h4 {
  color: #ffffff;
}

.about-full-image-wrap .counter-box:hover span {
  color: #ffffff;
}

.about-full-image-wrap .counter-box:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.about-mortgage-calculator-form {
  background: #008ed7;
  -webkit-box-shadow: 0px 5px 50px rgba(13, 24, 32, 0.05);
  box-shadow: 0px 5px 50px rgba(13, 24, 32, 0.05);
  border-radius: 10px;
  padding: 55px 65px;
  border-radius: 10px;
}

.about-mortgage-calculator-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #ffffff;
}

.about-mortgage-calculator-form form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.about-mortgage-calculator-form form .form-group label {
  margin-bottom: 0;
  font-size: 18px;
  position: absolute;
  top: 11px;
  left: 15px;
  color: #555555;
}

.about-mortgage-calculator-form form .form-group .form-control {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #e3e9ed;
  font-weight: 400;
  font-size: 14px;
  padding-left: 40px;
  width: 100%;
  color: #555555;
  background-color: #f8fafb;
}

.about-mortgage-calculator-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1;
}

.about-mortgage-calculator-form form .form-group::-webkit-input-placeholder {
  color: #7f7f7f;
}

.about-mortgage-calculator-form form .form-group:-ms-input-placeholder {
  color: #7f7f7f;
}

.about-mortgage-calculator-form form .form-group::-ms-input-placeholder {
  color: #7f7f7f;
}

.about-mortgage-calculator-form form .form-group::placeholder {
  color: #7f7f7f;
}

.about-mortgage-calculator-form form .form-group .dropdown {
  position: relative;
}

.about-mortgage-calculator-form form .form-group .dropdown a {
  display: block;
  height: 50px;
  border-radius: 4px;
  color: #555555;
  background-color: #f8fafb;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #e3e9ed;
  text-align: left;
  padding-left: 40px;
  line-height: 35px;
}

.about-mortgage-calculator-form form .form-group .dropdown a::after {
  border-top: 7px solid;
  position: absolute;
  top: 22px;
  right: 18px;
}

.about-mortgage-calculator-form form .form-group .dropdown a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1;
}

.about-mortgage-calculator-form form .form-group .dropdown .dropdown-menu.show {
  display: block;
  width: 100%;
}

.about-mortgage-calculator-form form .main-default-btn {
  border: 0;
  width: 100%;
  background-color: #0d1820;
}

.about-mortgage-calculator-form form .main-default-btn:hover {
  background-color: #ffffff;
  color: #008ed7;
}

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-style-left-card .blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.blog-style-left-card .blog-image .tag {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #008ed7;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 14px;
}

.blog-style-left-card .blog-image img {
  border-radius: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-style-left-card .blog-content {
  margin-top: 25px;
}

.blog-style-left-card .blog-content .post-meta {
  padding: 0;
  margin-bottom: 25px;
}

.blog-style-left-card .blog-content .post-meta li {
  color: #767676;
  font-size: 15px;
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-left: 22px;
}

.blog-style-left-card .blog-content .post-meta li:first-child {
  padding-left: 0;
}

.blog-style-left-card .blog-content .post-meta li:last-child {
  margin-right: 0;
}

.blog-style-left-card .blog-content .post-meta li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.blog-style-left-card .blog-content .post-meta li .post-author span {
  font-weight: 400;
  font-size: 15px;
  color: #767676;
}

.blog-style-left-card .blog-content .post-meta li i {
  position: absolute;
  left: 0;
  top: 2.8px;
  color: #008ed7;
}

.blog-style-left-card .blog-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blog-style-left-card .blog-content h3 a {
  color: #0d1820;
}

.blog-style-left-card .blog-content p {
  margin-bottom: 0;
}

.blog-style-left-card:hover .blog-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-style-right-card {
  padding-left: 45px;
}

.blog-style-right-card .card-box {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e9ed;
}

.blog-style-right-card .card-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.blog-style-right-card .card-box .blog-content .tag {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #008ed7;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 22px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-style-right-card .card-box .blog-content .tag:hover {
  background-color: #0d1820;
}

.blog-style-right-card .card-box .blog-content .post-meta {
  padding: 0;
  margin-bottom: 15px;
}

.blog-style-right-card .card-box .blog-content .post-meta li {
  color: #767676;
  font-size: 15px;
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-left: 22px;
}

.blog-style-right-card .card-box .blog-content .post-meta li:last-child {
  margin-right: 0;
}

.blog-style-right-card .card-box .blog-content .post-meta li i {
  position: absolute;
  left: 0;
  top: 2.8px;
  color: #008ed7;
}

.blog-style-right-card .card-box .blog-content h3 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.blog-style-right-card .card-box .blog-content h3 a {
  color: #0d1820;
  font-weight: 700;
}

.blog-style-right-card .card-box .blog-content p {
  margin-bottom: 0;
}

.blog-style-card {
  margin-bottom: 30px;
  background-color: #f5f7fb;
  padding: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-style-card .tag {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #008ed7;
  color: #ffffff;
  margin-bottom: 28px;
}

.blog-style-card .post-meta {
  padding: 0;
  margin-bottom: 20px;
}

.blog-style-card .post-meta li {
  color: #767676;
  font-size: 14px;
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-left: 22px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-style-card .post-meta li:first-child {
  padding-left: 0;
}

.blog-style-card .post-meta li:last-child {
  margin-right: 0;
}

.blog-style-card .post-meta li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: inline-block;
}

.blog-style-card .post-meta li .post-author span {
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-style-card .post-meta li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #008ed7;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-style-card h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.blog-style-card h3 a {
  color: #0d1820;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-style-card p {
  margin-bottom: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 15px;
}

.blog-style-card:hover {
  background-color: #0d1820;
}

.blog-style-card:hover .post-meta li {
  color: #ffffff;
}

.blog-style-card:hover .post-meta li .post-author span {
  color: #ffffff;
}

.blog-style-card:hover .post-meta li i {
  color: #008ed7;
}

.blog-style-card:hover h3 a {
  color: #ffffff;
}

.blog-style-card:hover p {
  color: #ffffff;
}

.blog-style-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #dddddd;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 5px;
}

.blog-style-slider.owl-theme .owl-dots .owl-dot:hover span,
.blog-style-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #008ed7;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-style-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.blog-style-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.pb-100 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 50px;
}
.main-section-title {
  margin-bottom: 45px;
  text-align: center;
}
.main-section-title .sub-title {
  color: #008ed7;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 12px;
}
.main-section-title h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}
.rounded-circle {
  border-radius: 50px;
}

.pt-58 {
  padding-top: 58px;
}
.mt-4 {
  margin-top: 10px;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: white; /* Adjust text color as needed */
  font-size: 24px; /* Adjust font size as needed */
}
.rdy{
  font-size: 55px;
}
.slider {
  width: 100%;
  overflow: hidden;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}

.pd-r-30 {
  padding-right: 60px !important;
}
.onbord {
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.skills_para {
  color: black;
}
.mb-4{
  margin-bottom: 20rem;
}

.rowndes{
  align-items: center !important;
}