@import url("https://fonts.googleapis.com/css2?family=Allison&family=Bilbo+Swash+Caps&family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Lexend:wght@100..900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212741;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #212741;
}

img {
  max-width: 100%;
  overflow: hidden;
}

html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::selection {
  background: #136caf;
  color: #fff;
}

::-moz-selection {
  background: #136caf;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
/* header starts */
.head-top .container-fluid {
  padding: 0;
}
.head-top {
  background-color: #212741;
  display: none;
  z-index: 101;
  top: 0;
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
}
.head-top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.head-top ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.head-top ul li a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .head-top {
    display: block;
  }
  .head-top ul li {
    padding-left: 7px;
    padding-right: 7px;
    border: 1px dashed #3c7b9f;
    margin: 0px 3px;
  }
  .header-area .main-nav .nav {
    margin-top: 80px !important;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  .head-top ul li {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px dashed #3c7b9f;
    margin: 0px 10px;
  }
  .head-top ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
}

.menu-sec .navbar {
  padding: 0;
}
.scrollOn {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.88);
  background-color: #fff;
  z-index: 3;
}
.navbar-logo-set {
  display: flex;
  align-items: center;
}
.navbar-brand {
  margin-right: 10px;
}
.ext-img img {
  width: 200px;
  margin: 0 10px;
}
.ext-img img.abt-nopet {
  width: 110px;
}
.navbar-set-border {
  border: 2px solid #ebecf1;
  border-radius: 30px;
  padding: 5px 0;
}
.navbar-set-border ul .nav-item {
  padding: 0px 5px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Jost", sans-serif;
  color: #111;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-link::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #e76a00;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform 0.2s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0s;
}
.nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: 0.2s;
}
.nav-link:hover,
.nav-link.active {
  color: #e76a00 !important;
}
.nav-link.active::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #e76a00;
  transform: scaleX(1);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform 0.2s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0s;
}
.scrollOn .navbar-brand img {
  width: 150px;
}

.scrollOn .ext-img img {
  width: 150px;
}

.scrollOn .ext-img img.abt-nopet {
  width: 90px;
}
.navbar-toggler {
  background: #093950;
}
.navbar-toggler-icon {
  background-image: url(../img/menubar.png) !important;
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-image: none;
  background-size: auto;
  background-image: none;
  background-size: 100% 100%;
  border: 0;
  outline: none;
}
@media (max-width: 998px) {
  .responsive-navbar-set {
    order: 3;
    margin: auto;
  }
  .navbar-set-border {
    order: 3;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
  }
  .navbar-ext-img {
    margin: auto;
  }
  .ext-img img {
    width: 180px;
    margin: 0 3px;
  }
}
.top-bar {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 33px;
  margin: 0 auto;
  position: relative;
  background: #093950;
  border-bottom: 1px solid #949494;
  overflow: hidden;
}
.recent {
  position: relative;
  z-index: 1;
}
.social {
  position: relative;
  z-index: 1;
  float: right;
}
.recent ul,
.social ul {
  display: flex;
}
.recent ul li a,
.social ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  position: relative;
  text-transform: capitalize;
  padding: 3px 6px;
  transition: 0.3s all;
}
.recent ul li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.social ul li {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.recent ul li::before {
  content: "";
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #fff;
}
.recent ul li:last-of-type::before {
  content: unset;
}
.recent ul li a i {
  margin-right: 7px;
}
.social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.recent ul li a:hover,
.social ul li a:hover {
  color: #1c2f36;
  font-weight: 500;
  background: rgba(33, 150, 243, 0.1);
  color: #238b82;
}
.social ul li a:hover {
  border-color: #238b82;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  border: 2px solid #fff;
  background: #000;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 10px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
  background: #007392;
  border: 2px solid #243e61;
}
#return-to-top:hover i {
  color: #eee;
  top: 5px;
}

[tooltip] {
  position: relative; /* opinion 1 */
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 15px; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 1;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #243e61;
  color: #fff;
  z-index: 1000;
  font-family: "Jost", sans-serif;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #003d4d;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .social {
    display: none;
  }
  .recent ul {
    display: flex;
    justify-content: center;
  }
  .header-area {
    top: 0;
  }
  .top-bar .container-fluid {
    padding: 0;
  }
  .top-bar {
    padding: 15px 0;
    height: unset;
    background: #021523;
  }
  .recent ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .recent ul li a {
    display: flex;
    align-items: center;
    padding: 0 5px;
    transition: 0.3s all;
    color: #fff;
    background: transparent;
    border: 1px solid transparent;
  }
  .recent ul li a:hover {
    animation: unset;
    -webkit-text-size-adjust: unset;
    -webkit-text-fill-color: unset;
    background: #074da31f;
    border-color: #074da333;
    color: rgb(5, 44, 101);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .header-area {
    top: 0;
  }
}

.copy-sec__area {
  background: #093950;
  border-top: 2px solid #007392;
}

.copy-sec__border {
  padding: 8px 0;
}
.text-md-start {
  text-align: left !important;
}

.copy-sec__text span strong {
  color: #e76a00;
}
.m000 {
  margin: 0 !important;
}
.copy-sec__social-box {
  margin-left: 10px;
}
.copy-sec__social-box a:first-child {
  margin-left: 0;
}
.copy-sec__social-box a {
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #007392;
  background-position: 100%;
  background-image: linear-gradient(-200deg, #174c66 50%, #007392 50%);
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 500%;
  white-space: nowrap;
}
.copy-sec__social-box a i {
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.copy-sec__social-box a:hover {
  background-position: 0%;
  color: #fff;
}
.copy-sec__social-box a i img {
  width: 25px;
  height: 25px;
}
.copy-sec__text a {
  /*! margin: 0 10px; */
  position: relative;
  padding-bottom: 0;
  color: #e76a00;
}
.copy-sec__text a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #1e90ff;
  width: 0%;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.copy-sec__text a:hover::after {
  width: 100%;
  left: 0;
}
.copy-sec__text a:hover strong {
  color: #1e90ff;
}
.copy-sec__text a:hover {
  color: #1e90ff;
}
.copy-sec__text span {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.mdl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(23, 76, 102);
  margin-right: 5px;
  background: rgba(23, 76, 102, 0.2);
  padding: 0 20px;
  border-radius: 2px;
  height: 36px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  transition: 0.5s all;
  border: 1px solid;
  border-color: rgba(23, 76, 102, 1);
}

.mdl-btn:hover {
  border-color: #e3572b;
  background: #e3572b;
  color: #fff;
}
.mdl-btn2 {
  border-color: #174c66;
  background: #174c66;
  color: #c2df93;
}
.mdl-btn2:hover {
  border-color: #e3572b;
  background: #e3572b;
  color: #fff;
}
.modal-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  color: #212741;
  font-family: "Jost", sans-serif;
  letter-spacing: 1.25px;
}
.form-srt {
  background: #1c2f36;
  text-align: left;
  padding: 0 15px;
  border-radius: 5px;
  position: relative;
  color: rgb(5, 44, 101);
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}

.form-srt h2 {
  line-height: 30px;
  color: #298c80;
  margin-bottom: 15px;
  border-bottom: 1px solid #298c80;
  width: fit-content;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-family: "Jost", sans-serif;
}
.form-srt p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #6f7b91;
  margin-bottom: 10px;
  text-align: center;
}

.form-group {
  margin-bottom: 1rem;
}

.form-srt .contactForm .form-control {
  border: none;
  background: rgba(41, 140, 128, 0.15);
  padding: 20px;
  height: 50px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.form-srt .contactForm .form-control:hover {
  border-radius: 5px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}

textarea.form-control {
  min-height: 140px !important;
}

.get-in {
  text-align: center;
  margin: 0;
  border: 1px solid #cba36b;
  background: #1c2f36;
  padding: 5px;
  border-radius: 5px;
  color: rgb(5, 44, 101);
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}

.get-in {
  position: sticky;
  top: 10px;
}

.get-in h2 {
  margin-top: 20px;
  line-height: 30px;
  color: #298c80;
  margin-bottom: 20px;
  border-bottom: 1px solid #298c80;
  width: fit-content;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Jost", sans-serif;
}

.get-in ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.get-in ul li {
  margin: 10px 0;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  text-align: left;
}

.get-in ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #052c65;
  line-height: 30px;
}

.get-in ul li a i {
  color: #fff;
  font-size: 23px;
  height: 50px;
  width: 50px;
  box-shadow: 1px 1px 1px #000;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  border-radius: 50px;
  border: 2px solid #f7f7f7;
  background: #298c80;
}

.get-in ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.javacod ul li {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-left: 5px;
  font-size: 18px;
  display: block;
  text-align: left;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  line-height: 30px;
}

.get-in ul li a:hover {
  color: #298c80;
  transition: 0.5s ease-in;
}

.get-in ul li a:hover i {
  background: #fff;
  color: #298c80;
  box-shadow: 1px 1px 1px #1e90ff;
  border: 2px solid #298c80;
  transition: 0.5s ease-in;
}
.contactForm .modal-footer {
  justify-content: flex-start;
  padding-right: 1rem;
  padding-left: 1rem;
}

#banner-slider {
  width: 100%;
}

#banner-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.35s;
  opacity: 1;
  position: absolute;
  top: 50%;
  padding: 0 30px;
  display: none;
}
#banner-slider .owl-nav .owl-prev,
#banner-slider .owl-nav .owl-next {
  width: 50px;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  text-align: center;
  display: inline-block;
  border-radius: 80px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  background-color: #d9ecf0 !important;
  color: #001518 !important;
  height: 50px;
  margin: 0;
}
#banner-slider .owl-nav .owl-prev:hover,
#banner-slider .owl-nav .owl-next:hover {
  background: #174c66 !important;
  color: #fff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 5px -2px rgba(0, 0, 0, 0.16),
    0 1px 9px 0 rgba(0, 0, 0, 0.08);
}
#banner-slider .owl-dots {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
}
#banner-slider .owl-dots .owl-dot{
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
#banner-slider .owl-dots .owl-dot span {
  background: rgba(30, 144, 255, 0.3);
  display: inline-block;
  margin: 0;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 5px solid #fff !important;
}
#banner-slider .owl-dots .owl-dot.active span,
#banner-slider .owl-dots .owl-dot:hover span {
  background: #238b82;
  transform: translate3d(0px, -50%, 0px) scale(0.6);
}
#banner-slider {
  height: 100vh;
  overflow: hidden;
}
.banner-slider-set {
  position: relative;
  width: 100%;
}
.banner-slider-set::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.banner-slider-set img {
  height: 100vh;
  object-fit: cover;
}
.anna-banner-txt {
  bottom: 25%;
  position: absolute;
  z-index: 1;
  width: 85%;
  padding: 10px 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anna-banner-txt h1 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 4px #000;
  letter-spacing: 1.25px;
  font-family: "Brandon Printed";
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 20px;
}
.anna-banner-txt p {
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 1px 2px 4px #000;
  letter-spacing: 1.25px;
  font-weight: 900;
  font-size: 40px;
  font-family: "Great Vibes", serif;
}

.our-prop,
.area-sec {
  padding: 70px 20px;
  position: relative;
  background: #eff4fc;
}
.or-pro-head {
  margin-bottom: 25px;
}
.or-pro-head h1 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.title-line {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.tl-1,
.tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #333;
}
.tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0px 5px;
  position: relative;
  top: 0;
  width: 12px;
  border: 1px solid #f26f21;
  border-radius: 50px;
}
.or-pro-head .title-line {
  justify-content: center;
}
.prop-main-img-one a,
.prop-main-img-two a,
.prop-main-img-trt a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.prop-main-img-one a::before,
.prop-main-img-two a::before,
.prop-main-img-trt a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: hsl(189, 87%, 44%);
  opacity: 0.3;
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}
.prop-main-img-one a:hover::before,
.prop-main-img-two a:hover::before,
.prop-main-img-trt a:hover::before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.prop-main-img-one a::before,
.prop-main-img-two a::before,
.prop-main-img-trt a::before {
  border-radius: 20px;
}
.prop-main-img-one img {
  height: 300px;
  object-fit: cover;
  /*object-position: left center;*/
  object-position: 40%;
  width: 100%;
  border-radius: 20px;
}
.prop-main-img-two img,
.prop-main-img-trt img {
  height: 145px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.prop-main-img-trt {
  margin-top: 10px;
}
.property-box {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 1.5rem 0;
}
.property-box:hover {
  -webkit-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 5px -2px rgba(0, 0, 0, 0.16),
    0 1px 9px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.property-details h2 a {
  color: #0c2339;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  position: relative;
  transition: 0.5s all;
  display: inline;
}
.property-details h2 a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #1f8dd1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform 0.2s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
}
.property-details h2 a:hover {
  color: #1f8dd1;
}
.property-details h2 a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: 0.2s;
}

.property-detail-list {
  border-bottom: 1px solid #074da333;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.property-detail-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #074da333;
  padding: 5px;
  background: #074da31f;
}
.property-detail-list ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.property-detail-list ul li i {
  color: rgb(5, 44, 101);
  margin-right: 5px;
  background: rgba(5, 44, 101, 0.3);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-detail-list ul li span {
  margin-left: 4px;
  font-weight: 600;
}
.view-btn {
  text-align: center;
  margin-bottom: 8px;
}
.view-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(5, 44, 101);
  margin-right: 5px;
  background: rgba(5, 44, 101, 0.3);
  padding: 0 20px;
  border: none;
  border-radius: 2px;
  height: 36px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  transition: 0.5s all ease;
  border: 1px solid;
  border-color: rgb(5, 44, 101);
}
.view-btn a i {
  margin-left: 5px;
  transition: 0.5s all;
}
.view-btn a:hover i {
  transform: rotate(45deg);
}

.vid-abt {
  padding: 70px 20px;
}
.vid-img-abt {
  position: sticky;
  top: 100px;
}
.vid-img-abt img {
  width: 100%;
  border-radius: 5px;
}
.abt-img-do-logo-two {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  border: none;
  cursor: pointer;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  background: #174c66;
  transition: ease-in-out 0.6s;
}
.abt-img-do-logo-two a span i {
  font-size: 30px;
  color: #c2df93;
}
.abt-img-do-logo-two:hover a span i {
  color: #fff;
}
.abt-img-do-logo-two:hover {
  background: #e3572b;
}
@-webkit-keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgb(41, 87, 88, 0.99);
  }

  to {
    box-shadow: 0 0 0 45px rgb(24, 63, 60, 0.01);
  }
}

@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgb(41, 87, 88, 0.99);
  }

  to {
    box-shadow: 0 0 0 45px rgb(24, 63, 60, 0.01);
  }
}

.vid-img-txt h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 30px;
}

.vid-img-txt p {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-family: "Jost", sans-serif;
  margin-bottom:17px;
}
.vid-img-txt h2 a {
  position: relative;
}
.vid-img-txt h2 a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #1f8dd1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform 0.2s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
}
.vid-img-txt h2 a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: 0.2s;
}
.vid-img-txt h2 a:hover {
  color: #1f8dd1;
}
.hvr-ara {
  background: #fff;
  padding: 30px 0 10px;
  margin: 15px 0;
  border-radius: 5px;
  transition: 0.6s all;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hvr-ara .hvr-ara-img,
.hvr-ara .hvr-ara-img-two {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  margin: auto;
  z-index: 1;
}
.hvr-ara .hvr-ara-img-two img {
  padding: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  transition: 0.3s all;
  border-radius: 20px;
}
.hvr-ara .hvr-ara-img img {
  padding: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  transition: 0.3s all;
  border-radius: 50%;
}
.hvr-ara:hover .hvr-ara-img-two::after,
.hvr-ara:hover .hvr-ara-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 3px dashed #007abb;
  z-index: 1;
}
.hvr-ara:hover .hvr-ara-img-two::after,
.hvr-ara:hover .hvr-ara-img::after {
  animation: spin 10s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hvr-ara:hover .hvr-ara-img-two img,
.hvr-ara:hover .hvr-ara-img img {
  transition: 0.3s all;
  border-radius: 50%;
}
.hvr-ara:hover {
  border: 1px solid;
  border-color: #52bcd4;
  background: rgb(253, 239, 237);
  background: rgb(215, 234, 244);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
  transition: 0.6s all;
}
.hvr-head h2 {
  color: #033d4b;
  padding: 0 15px;
  margin-top: 10px;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 30px;
}
.hvr-ara::before,
.hvr-ara::after {
  position: absolute;
  height: 180px;
  width: 180px;
  right: -10px;
  top: -75px;
  border-radius: 50%;
  background-color: #007abb;
  z-index: 9;
  opacity: 0.3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  content: "";
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.hvr-ara:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.1;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.hvr-ara:hover::after {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.1;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.last-social-set {
  text-align: center;
}
.footer-affirm {
  position: relative;
}
.copy-sec__text p {
  font-weight: 500;
  color: #fff;
  font-family: "Jost", sans-serif;
}
.crt-social-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-prop,
.area-inner-sec-set {
  padding: 30px 30px;
  background: #eff4fc;
  position: relative;
}

.gallery-srt {
  padding: 30px 20px;
  background: #f8f5f0;
}
.gallery-grid-wrap,
.gallery-grid-right-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
}
.gallery-grid-wrap .gallery-grid-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.gallery-grid-left-wrap .gallery-grid-item a img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.gallery-grid-right-wrap .gallery-grid-item a img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 4px;
}
.gallery-grid-item {
  position: relative;
}
.gallery-grid-left-wrap .gallery-grid-item .box-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
}
.box-btn .box-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background-color: rgb(255, 255, 255);
  font-size: 28px;
}
.box-btn .gallery-btn-pop {
  padding: 16px 30px;
}

@media (max-width: 767px) {
  .gallery-srt {
    padding: 30px 0;
    background: #eff4fc;
  }
  .gallery-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gallery-grid-left-wrap .gallery-grid-item a img {
    height: 300px;
  }
  .gallery-grid-right-wrap .gallery-grid-item a img {
    height: 130px;
  }
}

.gallery-btn-pop {
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  min-width: 162px;
  min-height: 54px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #161e2d;
  border: 1px solid #161e2d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Jost", sans-serif;
}
.gallery-btn-pop.primary {
  background-color: #174c66;
  color: #fff;
  border-color: #174c66;
}
.gallery-btn-pop svg {
  width: 20px;
  flex-shrink: 0;
}
.gallery-btn-pop svg path {
  stroke: #fff;
}
.gallery-btn-pop.primary:hover {
  background-color: #e3572b;
  color: #fff;
  border-color: #e3572b;
}
.box-icon:hover {
  background-color: #e3572b;
  color: #fff;
  border-color: #e3572b;
}
.gallery-btn-pop.primary:hover svg path,
.box-icon:hover svg path {
  stroke: #fff;
}
.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.box-icon .icon {
  font-size: 18px;
  line-height: 18px;
}

.gallery-grid-wrap .gallery-grid-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.gallery-grid-wrap .gallery-grid-item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: hsl(189, 87%, 44%);
  opacity: 0.3;
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}
.gallery-grid-wrap .gallery-grid-item a:hover::before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.gallery-btn-pop.primary::before {
  content: unset !important;
}

.main-prop-list {
  padding: 10px 30px;
  background-color: #ecf3fa;
  position: relative;
}
.right-pt ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.right-pt ul li {
  display: inline-flex;
  margin: 4px;
  font-weight: 500;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #074da333;
  padding: 10px 5px;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  border-radius: 4px;
}
.right-pt ul li i {
  color: rgb(5, 44, 101);
  margin-right: 10px;
  background: rgba(5, 44, 101, 0.3);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-pt ul li:last-of-type {
  padding: unset;
  border-color: #7f9cc2;
}
.right-pt ul li:hover {
  border-color: #e3572b !important;
}
.testimonial-li-set {
  padding: unset !important;
  border-color: #7f9cc2 !important;
}
.testimonial-li-set a {
  color: #074da3 !important;
  background: #074da333 !important;
}
.testimonial-li-set a:hover {
  background-color: #174c66 !important;
  color: #c2df93 !important;
  border-color: #174c66 !important;
}
.right-pt ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #7f9cc2;
  background: #052c65;
}
.right-pt ul li a i {
  color: rgb(5, 44, 101);
  margin-right: 10px;
  background: #7f9cc2;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-pt ul li a:hover {
  background-color: #e3572b !important;
  color: #fff !important;
  border-color: #e3572b !important;
}
.right-pt ul li a:hover i {
  background: #fff;
}

.main-prop {
  padding: 10px 30px 50px;
  background-color: #ecf3fa;
  position: relative;
}

.all-head {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
  position: relative;
}
.all-head h1 {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  font-size: 25px;
  text-align: left;
  padding: 5px 0 10px;
  border-bottom: 2px solid #f68b21;
  margin: 0px 0 13px;
  text-transform: capitalize;
}
.overview h1 {
  width: fit-content;
}
.dec-txt h5 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
.dec-txt h6 {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
article.slide {
  margin-bottom: 10px;
}
.dec-txt p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.dec-txt ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.dec-txt ul li {
  list-style: initial;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  margin: 5px 0;
}
.list-sty-none-ul li {
  list-style: none !important;
}
.dec-txt a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  font-family: "Jost", sans-serif;
}
.dec-txt a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.dec-txt a:hover::after {
  width: 100%;
  left: 0;
}
.dec-txt a:hover {
  color: #243e61;
}
.new-style-amen h4 {
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.new-style-amen ul {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-style-amen ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  color: #333;
  font-size: 16px;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  border-bottom: 1px solid #003d4d;
  margin: 5px;
}
.new-style-amen ul li i {
  color: #003d4d;
  margin-right: 5px;
}
.policy-set p {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 20px;
}
.house-rule h4 {
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.house-rule ul {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.house-rule ul li {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  display: block;
  font-size: 17px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 10px;
}
.house-rule ul li i {
  color: #174c66;
  margin-right: 10px;
  font-size: 13px;
}
.all-head h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #333;
  margin: 15px 0 10px;
}

.rew-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content {
  width: 32%;
  font-size: 24px;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  display: none;
  margin: 12px 7px;
  padding: 20px;
  background: #ecf3fa;
  border-radius: 5px;
  border: 1px solid #032270;
  position: relative;
}

.img-txt {
  border-bottom: 1px solid #1e90ff;
  margin-bottom: 10px;
}

.img-txt img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
  float: left;
  margin-right: 10px;
}

.img-txt h5 {
  display: flex;
  height: 60px;
  align-items: center;
  line-height: 20px;
  color: #333;
  position: relative;
  font-size: 23px;
  font-weight: 500;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-family: "Jost", sans-serif;
}

.img-txt h5::before {
  background: #1e90ff;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  width: 50px;
  z-index: 1;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rew-txt {
  height: 120px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    #0d1017 5rem
  );
}

.rew-txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.rew-txt ul li {
  display: inline-block;
  color: #e3572b;
  font-size: 16px;
  margin: 2px;
}
.rew-txt h4 {
  color: #e3572b;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;

  font-family: "Jost", sans-serif;
}
.rew-txt p {
  color: #333;

  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

.content.showContent .rew-txt {
  height: auto;
  display: contents;
}
.readmore-btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  font-family: "Jost", sans-serif;
}

.readmore-btn::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.readmore-btn:hover {
  color: #243e61;
}

.readmore-btn:hover::after {
  width: 100%;
  left: 0;
}

#loadMore {
  width: fit-content;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #1b4b5c;
  transition: 0.3s;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  border-radius: 9999px;
  font-family: "Jost", sans-serif;
}

#loadMore:hover {
  color: #fff;
  background-color: #e3572b;
  border: 1px solid #e3572b;
}

#loadMore.noContent {
  background: none;
  border: none;
  color: #09926a;
  cursor: default;
}
.service ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.service ul li {
  margin: 0;
  width: 25%;
  /* float: left; */
  box-sizing: border-box;
  display: table-cell;
  outline: 0;
}

.services {
  background: #000 url(../images/bg.png) no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  padding: 50px 0;
}
.services .heading h2 {
  border-left: 3px solid #fa9b00;
  font-size: 28px;
  font-weight: 800;
  text-align: left;
  margin: 0 0 20px;
  color: #fff;
  padding: 0 0 0 10px;
  position: relative;
  letter-spacing: 2px;
  left: 15px;
}
.services .no-pad {
  padding: 0;
}

.service-box {
  background: #eee;

  text-align: center;

  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);

  padding: 10px;

  position: relative;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  min-height: 205px;
  border-bottom: 2px solid #eee;
  display: flex;
  align-items: center;
}
.service-mar-left {
  margin-left: 15px;
}
.service-mar-right {
  margin-right: 15px;
}
.service-box .service-img-box {
  display: inline-block;
  background-color: transparent;
  color: #8dd280;
  background-image: linear-gradient(180deg, #8dd28057 0%, #ffffff00 100%);
  border-radius: 12px 12px 12px 12px;
  /* overflow: hidden; */
  padding: 20px 20px 20px 20px;
  font-size: 30px;
  width: 80px;
  transform: rotate(0deg);
  height: 80px;
  position: relative;
  border-bottom: 3px solid #8dd280;
}
.service ul li:nth-of-type(2) .service-box .service-img-box {
  color: #9667f3;
  background-image: linear-gradient(180deg, #9667f338 0%, #ffffff00 100%);
  border-bottom: 3px solid #9667f3;
}
.service ul li:nth-of-type(3) .service-box .service-img-box {
  color: rgb(255, 101, 116);
  background-image: linear-gradient(
    rgba(255, 101, 116, 0.18) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-bottom: 3px solid rgb(255, 101, 116);
}
.service ul li:nth-of-type(4) .service-box .service-img-box {
  color: #0861a9;
  background-image: linear-gradient(180deg, #0861a952 0%, #fff0 100%);
  border-bottom: 3px solid #0861a9;
}
.pg-titl-bdr-btm {
  width: 100px;
  height: 3px;
  background-color: #00a261;
  margin: 0 auto;
  border: none;
  opacity: 1;
}
.service-box .service-img-box img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.service-box .service-box-text {
  padding-left: 20px;
}
.service-box .service-box-text h2 {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

.service-box .service-box-text p {
  margin: 0 0 10px;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.services .service-box:hover {
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  z-index: 100;
}
.affirm-srt {
  padding: 30px 30px;
  background: #eff4fc;
  position: relative;
}
.affirm-head h1 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 40px;
}
.affirm-head h1 span {
  color: rgba(13, 110, 253, 1);
  position: relative;
}
.affirm-head p {
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.affirm-img img {
  width: 100%;
  border-radius: 20px;
  outline: 1px solid #ff735c;
  outline-offset: -15px;
}
.box-thr {
  padding: 20px 0;
}
.box-inner {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dee4ff;
  box-shadow: 0px 100px 120px 0px
    rgba(166, 185.00000000000003, 255, 0.14901960784313725);
  background: rgb(215, 234, 244);
  padding: 30px;
  border-bottom: 7px solid #8dd280;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px -16px rgba(29.37717391304348, 35.548334120982986, 39, 0.2);
}
.box-inner.secd {
  border-bottom: 7px solid #9667f3;
}
.box-inner.thir {
  border-bottom: 7px solid #ff6574;
}
.box-image-set span {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #8dd280;
  background-image: linear-gradient(180deg, #8dd28057 0%, #ffffff00 100%);
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
  font-size: 30px;
  width: 80px;
  transform: rotate(0deg);
  height: 80px;
  position: relative;
  border-bottom: 3px solid #8dd280;
}
.box-image-set.secd span {
  color: #9667f3;
  background-image: linear-gradient(180deg, #9667f338 0%, #ffffff00 100%);
  border-bottom: 3px solid #9667f3;
}
.box-image-set.thir span {
  color: #ff6574;
  background-image: linear-gradient(180deg, #ff65742e 0%, #ffffff00 100%);
  border-bottom: 3px solid #ff6574;
}
.box-image-set span i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.box-details h2 {
  margin: 10px 0;
  font-size: 23px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 35px;
  text-transform: capitalize;
}
.box-details p {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.affirm-sec-lst {
  padding: 20px 20px;
}
.accor-set {
  padding: 20px 20px 50px;
  background: #eee;
}
.accor-head {
  margin-bottom: 20px;
}
.accor-head h1 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  font-family: "Jost", sans-serif;
  line-height: 40px;
}

.accor-head .title-line {
  justify-content: center;
}
.accordion-button:focus {
  box-shadow: none;
  z-index: 1;
}
.accordion-button {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.accordion-button:not(.collapsed) {
  color: #052c65;
  background-color: #cfe2ff;
}
.accordion-button:hover {
  background-color: #7bb9db73;
}
.accordion-body p {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.accor-list ul {
  padding-left: 15px;
}
.accor-list ul li {
  list-style: disc;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}
.accor-list ul li:last-of-type {
  margin-bottom: 0;
}
.vir-vid-tur video {
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}

.responsive-table {
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
  font-family: "Source Sans Pro", sans-serif;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 44em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: rgb(70, 79, 86);
  border: 1px solid rgb(70, 79, 86);
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

@media (min-width: 44em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}

@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}

@media (min-width: 44em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}

@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}

@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 44em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}

@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}

@media (min-width: 44em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid rgb(70, 79, 86);
}

@media (min-width: 44em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 44em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.responsive-table tbody th[scope="row"] {
  background-color: #fff;
  color: #000;
}

@media (min-width: 44em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #4e4e4e;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
  }
}
.responsive-table tbody td {
  text-align: right;
  color: #333;
  font-weight: 300;
}

@media (min-width: 30em) {
  .responsive-table tbody td {
    border: 1px solid rgb(70, 79, 86);
    color: #000;
    font-weight: 600;
  }
}

@media (min-width: 44em) {
  .responsive-table tbody td {
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
  }
}
.responsive-table tbody td[data-type="currency"] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 1em;
  color: #333;
  font-weight: 600;
}

@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}

@media (min-width: 44em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

#spanbtn {
  cursor: pointer;
  color: #0d6efd;
  display: inline-block;
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
#spanbtn::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #243e61;
  width: 0%;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#spanbtn:hover::after {
  width: 100%;
  left: 0;
}
#spanbtn:hover {
  color: #243e61;
}
.blink-text {
  font-size: 22px;
  color: #025146db;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-animation: blink 1000ms step-end infinite;
  animation: blink 1000ms step-end infinite;
  text-align: center;
  font-family: "Jost", sans-serif;
}
@-webkit-keyframes blink {
  50% {
    color: red;
  }
}
@keyframes blink {
  50% {
    color: red;
  }
}

.othr-info p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.othr-info h5 {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-animation: blink 1000ms step-end infinite;
  animation: blink 1000ms step-end infinite;
  color: #025146db;
}
.calender-wid-image img {
  width: 100%;
}
.yu-frme iframe {
  height: 400px;
  border-radius: 10px;
}
.footer-nw-txt {
  background: #093950;
  border-top: 2px solid #e76a00;
  padding: 8px;
}
.footer-txt-set p {
  font-weight: 500;
  color: #fff;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.copy-sec__text a {
  margin: 0 10px;
  position: relative;
  padding-bottom: 10px;
  transition: all 0.5s ease;
}
.copy-sec__text span {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.copy-sec__text a i {
  transition: all 0.5s ease;
  opacity: 1;
  margin-right: 5px;
  color: #fff;
}
.copy-sec__text a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #e76a00;
  width: 0%;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.copy-sec__text a:hover::after {
  width: 100%;
  left: 0;
}
.copy-sec__text a:hover span {
  color: #e76a00;
}
.copy-sec__text a:hover i {
  transform: translateX(0px);
  opacity: 1;
  color: #e76a00;
}

.wlcm-img {
  overflow: hidden;
}

.img-contx .wlcm-img {
  float: right;
  margin-left: 10px;
  width: 25%;
}
.wlcm-img img {
  height: auto;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
  width: 100%;
}
.mdl-ab-sec:hover .wlcm-img img {
  transform: scale(1.1);
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  outline: 1px solid #fff;
  outline-offset: -25px;
}
.img-contx .wlcm-detail {
  padding: 15px;
}
.wlcm-detail h1 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-family: "Jost", sans-serif;
  position: relative;
}
.wlcm-detail p {
  font-size: 17px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
  font-family: "Jost", sans-serif;
}
#exampleModalAboutOwner .modal-content .modal-footer {
  justify-content: flex-start;
}
.pet-allow li{
    -ms-flex: 0 0 16% !important;
  flex: 0 0 16% !important;
  max-width: 16% !important;
}
.area-pg
{
  padding: 50px 0;
}
.area-pg .blog-list
{
  margin-bottom: 35px;
}
.blog-bg img
{
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.area-pg .blog-pt h3
{
font-size: 26px;
    margin: 0 0 10px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
}

.area-pg .blog-content.blog-pt
{
  height: 400px;
}

.area-pg .blog-content.blog-pt p
{
font-size: 18px;
margin-bottom: 10px;
line-height: 25px;
} 

.book-q {
  background: #fff;
  padding: 10px 0;
  border-radius: 10px;
}
.book-q .card-header
{
  background: #333;
}
.book-q .card-link
{
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 20px;
  background: #333;
  color:#fff;
}
.form-infor label
{
  font-weight: bold;
}
.form-infor input
{
  border:1px solid #333;
}

.form-infor .btn-cen-in
{
  text-align: center;
  font-family: "Jost", sans-serif;
}

.form-infor button
{
  background: #2a8a04;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    border:0;
    font-size: 21px;
    text-transform: uppercase;
}
.form-infor .btn-cen-in.btn-new-us button
{
  width:100%;
}
.info-book-dt
{
  border: 1px solid #ccc;
}
.info-book-dt .inf-dt-img
{
  position: relative;
}
.info-book-dt .inf-dt-img img
{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.info-book-dt .inf-dt-img .img-btm-txt
{
  position: absolute;
  bottom: 0;
  width: 100%;
 background: rgba(0, 0, 0, 0.6);
 padding: 5px;
 text-align: center;
}
.info-book-dt .inf-dt-img .img-btm-txt h3
{
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-family: "Jost", sans-serif;
}
.check-system
{
  padding: 10px;
  border-bottom: 1px solid #eee;
  overflow:hidden; 
  font-family: "Jost", sans-serif;
}
.check-system ul
{
padding: 0;
margin:0;
list-style-type: none;
}
.check-system ul li
{
float: left;
font-weight: bold;

}
.check-system ul li:last-child
{
  float: right;
}

.check-system ul li span
{
  display: block;
font-weight: 600;
}
.check-system-in
{
  clear:both;
  padding: 10px;
  font-family: "Jost", sans-serif;
}
.check-system-in h3
{
  font-size: 18px;
  font-weight: bold;
}
.check-system-in ul
{
  list-style-type: none;
  padding: 0;
  margin:0;
}
.check-system-in ul li
{
  color:#000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.check-system-in ul li span
{
  float: right;
}
.check-system-in ul li:last-child
{
  border: 0;
  font-weight: bold;
}
.form-infor form .form-group{
    font-family: "Jost", sans-serif;
}
.form-infor form .form-group p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.form-infor form .form-group p strong {
  font-size: 20px;
}
.btn-2-set button{
      margin-bottom: 5px;
  }

.prop-heading-set h2{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 24vw;
}

.prop-head-a-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dlr-sign h2{
  font-size: 16px;
  border: 1px solid #074da333;
  padding: 5px;
  background: #074da31f;
  border-radius: 5rem;
  margin-top: 5px;
}
h2.thing-head-h2 {
  background: #fff;
  padding: 15px 10px;
  border-bottom: 1px solid rgb(5, 44, 101);
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 30px !important;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
}
.video-sec-srt img{
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}
.video-sec-srt{
    position: relative;
    margin: 10px 0;
}
.video-sec-srt a{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background: rgb(5, 44, 101);
  transition: 0.3 all ease-in-out;
}
.video-sec-srt a::before, .video-sec-srt a::after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
	height: 90px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-sec-srt a::before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.video-sec-srt a::after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.video-sec-srt a:hover{
    background: #fff;
    color: rgb(5, 44, 101);
}
.video-sec-srt a:hover, .video-sec-srt a:hover::before, .video-sec-srt a:hover::after{
    animation-play-state: paused;
}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}
@media (max-width: 767px) {
  #banner-slider,
  .banner-slider-set img {
    height: 250px;
  }
  .anna-banner-txt,
  #banner-slider .owl-nav {
    display: none;
  }
  .our-prop,
  .area-sec,
  .vid-abt {
    padding: 50px 0;
  }
  .view-btn {
    text-align: center;
    margin: 8px 0;
  }
  .vid-img-txt {
    margin-top: 1rem;
  }
  .right-pt ul li, .pet-allow li {
    justify-content: flex-start;
    -ms-flex: 0 0 47% !important;
    flex: 0 0 47% !important;
    max-width: 47% !important;
    font-size: 14px;
  }
  .main-prop {
    padding: 10px 0 50px;
  }
  .main-prop-list {
    padding: 10px 0;
  }
  .new-style-amen ul li,
  .content,
  .house-rule ul li{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .right-pt ul li a {
    padding: 10px 5px;
    justify-content: start;
  }
  .property-detail-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .property-detail-list ul li:nth-of-type(4) {
    -ms-flex: 0 0 27%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 5px auto;
  }
  .service-box {
    min-height: 150px;
  }
  .service ul li {
    width: 100%;
    display: block;
  }
  .box-inner {
    margin-bottom: 30px;
  }
  .affirm-srt {
    padding: 30px 0;
  }
  .affirm-sec-lst {
    padding: 10px 0;
  }
  .affirm-head h1,
  .accor-head h1 {
    font-size: 25px;
  }
  .box-details h2 {
    font-size: 21px;
  }
  .box-details p,
  .accordion-body p {
    font-size: 16px;
  }
  .accor-set {
    padding: 10px 0 30px;
  }
  .accordion-button {
    font-size: 17px;
  }
  .copy-sec__social-box {
    display: none;
  }
  .vir-vid-tur video {
    height: auto;
  }
  .vid-img-txt h2 {
    line-height: 40px;
  }
  .all-prop,
  .area-inner-sec-set {
    padding: 30px 0;
  }
  #contactForm .modal-body {
    padding: 1rem 0;
  }
  .quote-cstm-pad {
    margin-top: 15px;
  }
  .mdl-ab-sec {
    padding-top: 10px;
  }
  .img-contx .wlcm-img {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .mdl-ab-sec .wlcm-img img {
    border-radius: 20px;
  }
  .area-pg{
      padding: 0;
  }
  .book-q .container .row .col-lg-8{
      order: 2 !important;
      margin-top: 10px !important;
  }
  .form-infor button{
      margin: 0;
  }
  .btn-cen-in p{
      margin: 5px 0;
  }
  .btn-2-set button{
      margin-bottom: 5px;
  }
  .prop-heading-set h2{
      max-width: 65vw;
  }
  
}

@media (min-width: 768px) and (max-width: 999px) {
  .right-pt ul li{
      font-size: 12px;
  }
  .new-style-amen ul li,
  .content,
  .house-rule ul li, .pet-allow li {
    -ms-flex: 0 0 47% !important;
    flex: 0 0 47% !important;
    max-width: 47% !important;
  }
  .new-style-amen ul li, .service-box .service-box-text p{
      font-size: 15px;
  }
  .img-txt h5{
      font-size: 20px;
  }
  .video-sec-srt img{
      height: 400px;
  }
}
