#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 50px;
  width: 50px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 99;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
  color: #001a2e;
}
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: 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 {
  width: 100%;
  overflow: hidden;
}

html,
body {
  background: #fff;
  font-family: Sans-Serif;
}

::selection {
  background: #FF69B4;
  color: #fff;
}

::-moz-selection {
  background: #FF69B4;
  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;
  }
}

/* section {
  margin-top: 120px;
} */


/* header starts */

.scrollOn {
  height: 85px !important;
  position: fixed !important;
  /*top: 0 !important;*/
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25) !important;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, #113349 45%, #113349 100%) !important;
}

.header-area {
  /* background-image: url(../images/header-bg.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 85px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 47%, rgba(0, 0, 0, 0) 100%);
}

.header-area .main-nav {
  /*min-height: 80px;*/
  background: transparent;
}
.logo .no-fixed-logo {
  width: 165px;
  /* background: #fff;
  animation: moveIt 2.5s ease-in-out infinite; */
}

@keyframes moveIt {
  0%, 100% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
.header-area .main-nav .logo {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -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;
  margin-left: 50px;
  top: 0;
  width: 175px;
  background: #fff;
  object-fit: cover;
  height: 140px;
  transition: width 1.2s;
}
.fixed-logo{
  display: none;
}
.scrollOn .main-nav .logo .no-fixed-logo{
  display: none;
}
.scrollOn .main-nav .logo .fixed-logo{
  display: block;
}
.scrollOn .main-nav .logo {
  line-height: 80px;
  width: 100px;
  margin-left: 75px !important;
  transition: width 1.2s;
  height: auto;
}


.scrollOn .nav {
  margin-top: 18px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 40px;
  margin-right: 15px;
  background-color: transparent;
  -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;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

/* .header-area .main-nav .nav li:last-child {
  padding-right: 0px;
} */

.header-area .main-nav .nav li a {
  display: block;
  text-transform: capitalize;
  color: #fff;
  -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;
  height: 40px;
  line-height: 30px;
  border: transparent;
  letter-spacing: 1px;
  font-family: Sans-Serif;
  font-weight: 500;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .02em;
  font-family: Sans-Serif;
}

.header-area .main-nav .nav li:hover a {
  color: #FF69B4;
}

.header-area .main-nav .nav li a.active {
  color: #fff;
}
.scrollOn .main-nav .nav li:hover a {
  color: #FF69B4;
  opacity: 1;
}
/*.scrollOn .main-nav .nav li a.active {*/
/*  color: #000;*/
/*  opacity: 1;*/
/*}*/

.header-area .main-nav .nav li.has-sub {
  position: relative;
  /* padding-right: 15px; */
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 7px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 180px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -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;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #FF69B4!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.scrollOn .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #FF69B4;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.scrollOn .main-nav .menu-trigger span,
.scrollOn .main-nav .menu-trigger span:before,
.scrollOn .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #FF69B4;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.scrollOn .main-nav .menu-trigger span:before,
.scrollOn .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #FF69B4;
}

.scrollOn .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #FF69B4;
}

.scrollOn .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
  font-family: Sans-Serif;
  font-weight: 500;
  font-size: 19px;
  font-family: Sans-Serif;
}
.header-area.header-sticky .nav li a.active:hover{
  color: #000;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 998px){
  .header-area .main-nav .nav, .header-area.scrollOn .main-nav .nav {
    margin-top: 85px !important;
  }

}
@media (max-width: 998px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #FF69B4!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .scrollOn.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    /* padding-left: 0px !important;
    padding-right: 0px !important; */
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #FF69B4!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 998px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
.recent{
  float: right;
}
.recent ul {
  display: flex;
  color: #fff;
  margin-top: 10px;
}
.recent ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 5px;
  flex: 0 1;
  flex-basis: auto;
}
.recent ul li a {
  color: #fff;
  font-size: 18px;
  font-family: Sans-Serif;
}
.recent ul li a:hover {
  color: #FF69B4;
}
.recent ul li a i{
  margin: 5px;
}
.header-area .main-nav .nav{
  margin-top: 5px;
}
.header-area .main-nav .logo, .scrollOn .main-nav .logo{
  position: absolute;
  bottom: 0;
}
.scrollOn .nav{
  margin-top: 5px !important;
}
@media(max-width: 998px){
  .recent {
    float: unset;
    display: none;
  }
  .header-area .main-nav .logo, .scrollOn .main-nav .logo {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
/*banner starts*/

.swiper-container {
  height: calc(110vh - 0px);
  margin: 0px;
  background-color: #212741;
  position: relative;
}
.swiper-container::before {
  background-color: #000;
  opacity: 0.5;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
/* .slide-inner::before {
  background-color: #000;
  opacity: 0.5;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
} */
.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 85%;
  bottom: 0;
  transform: translateY(-50%);
  bottom: 15%;
}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 90px;
  /* margin-bottom: 40px; */
  text-shadow: 2px 2px 2px #113349;
  text-align: center;
  font-family: 'Great Vibes', cursive;
}
.header-text {
  text-rendering: optimizeLegibility;
  text-align: center;
}
.header-text h1
{
	position: relative;
    text-align: center;
    padding: 10px 40px;
    color: white;
	letter-spacing: 3px;
    font-size: 40px;
	font-family: Sans-Serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    z-index: 10;
}
.header-text h1:before
{content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #113349b0;
    z-index: -1;
    transform: perspective(.5em) rotateX(2deg);
    -moz-transform: perspective(.5em) rotateX(2deg);
    -webkit-transform: perspective(.5em) rotateX(2deg);
    -o-transform: perspective(.5em) rotateX(2deg);
}
.header-text h3 {
  display: table;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding: 17px 40px 20px 40px;
  z-index: 20;
  font-size: 22px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  word-spacing: 5px;
  font-family: Sans-Serif;
}
.header-text h3:before
{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: -1;
    transform: perspective(.5em) rotateX(-2deg);
    -moz-transform: perspective(.5em) rotateX(-2deg);
    -webkit-transform: perspective(.5em) rotateX(-2deg);
    -o-transform: perspective(.5em) rotateX(-2deg);
}
.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #6aaf08;
  text-shadow: 2px 2px 2px #113349;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

/*banner ends*/

/* about us satrts */
.pad-so {
  padding-top: 100px;
  padding-bottom: 50px;
}
.pad-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pad-tb2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pad-tb3 {
  padding-top: 0;
  padding-bottom: 70px;
}
.about-agency {
  position: relative;
  overflow: hidden;
  background: #113349;
}
.about-agency::before {
  content: "";
  background: url(../../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/* .about-agency::after {
  position: absolute;
  top: 100px;
  right: 50px;
  background-size: 100%;
  background-image: url(../../img/pla.svg);
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 48%;
} */

.v-center {
  align-self: center;
  align-items: center;
}
.image-block {
  position: relative;
  z-index: 10;
}
.image-block{
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
.image-block::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 312px;
  right: -20px;
  bottom: 20px;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid #A3D9F6;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover .8s infinite alternate;
  background-color: #FF69B4;
}
@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}
.line {
  position: absolute;
  left: -40px;
  top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.image-block img {
  width: 100%;
  /* height: 450px;
  object-fit: cover; */
}
.image-block .back img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  height: 366px;
}
.image-block .front img {
  height: 199px;
  object-fit: cover;
}
.image-block .front {
  grid-row: 1;
  grid-column: 4/span 12;
  margin-top: 60%;
  width: 100%;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .4s;
  filter: brightness(66%);
  height: 211px;
}
.image-block .back {
  grid-column: 1/span 11;
  grid-row: 1;
  width: 100%;
  z-index: 1;
  border: 6px solid #fff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .4s;
  filter: brightness(66%);
  height: 378px;
}
.image-block a:hover {
  outline: 5px solid #FF69B4;
  outline-offset: -15px;
  filter: brightness(100%);
}

@media (max-width: 767px){
    .image-block{
        margin-top: 20px;
    }
    .image-block .back {
        height: 270px;
      }
    .image-block .front {
      height: 152px;
    }
    .image-block .front img{
      width: 100%;
      object-fit: cover;
      height: 140px;
    }
    .image-block .back img {
      width: 100%;
      object-fit: cover;
      height: 258px;
    }
    
}
.brdr-img {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  margin: 12px 0;
}
.brdr-img a {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .4s;
  font-family: Sans-Serif;
  filter: brightness(66%);
  height: 125px;
}
.brdr-img a:hover {
  outline: 5px solid #FF69B4;
  outline-offset: -15px;
  filter: brightness(100%);
}
.brdr-img img {
  height: 125px;
  object-fit: cover;
  border: 6px solid #fff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.common-heading {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.text-l {
  text-align: left !important;
}
.common-heading > span {
  color: #e60072;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  display: block;
}
.common-heading > span {
  line-height: 26px;
}
.common-heading h2 {
  margin-bottom: 60px;
}
.about-agency .common-heading h6 {
  font-size: 38px;
  font-family: Sans-Serif;
  color: #fff;
}
.about-agency .common-heading h2 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 40px;
  font-family: Sans-Serif;
}
.common-heading.text-l > p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 28px;
}
.common-heading.text-l > p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #fff;
}
p.quote {
  font-weight: 500;
  padding: 22px;
  position: relative;
  border-left: 4px solid #FF69B4;
  margin: 10px 0;
  background: #FAFAFB;
  color: #6a6a8e !important;
  font-family: Sans-Serif;
}
.new-btn-dj{
  margin: 20px 0;
}
.new-btn-dj .btn-main {
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
}
.new-btn-dj a, .new-btn-dj .circle, .last-li a, .last-li .circle{
  -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
  -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
  transition: 1.2s cubic-bezier(.17, .85, .438, .99);
  /* -moz-transition: all 0.4s; */
}
.new-btn-dj .lnk, .last-li .lnk {
  position: relative;
  overflow: hidden;
}
.new-btn-dj .btn-main, .last-li .btn-main {
  font-size: 16px;
  font-weight: 400;
  font-family: Sans-Serif;
  padding: 0px 32px;
  line-height: 56px;
  text-align: center;
  outline: none;
  color: #113349;
  background-color: #ff1f8e;
  border: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 10px 15px 0px rgba(233, 30, 99, .15);
  box-shadow: 0 10px 15px 0px rgba(233, 30, 99, .15);
}
.new-btn-dj .bg-btn, .last-li .bg-btn {
  -webkit-box-shadow: 0 7px 10px 0px #113349;
  box-shadow: 0 7px 10px 0px #113349;
  background: #FF69B4;
  background: -webkit-linear-gradient(180deg,#FF69B4,#A3D9F6);
  background: linear-gradient(180deg,#FF69B4,#A3D9F6);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF69B4",endColorstr="#A3D9F6",GradientType=0);
}

.header-heading .fa-icon {
  margin-left: 5px;
  font-size: 12px;
  animation: 2s infinite arrowanim;
  -webkit-animation: 2s infinite arrowanim;
}
span.circle {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: -10%;
  right: -130px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.header-heading span {
  color: #e60072;
}
.new-btn-dj .lnk:hover span.circle, .last-li .lnk:hover span.circle {
  top: -10%;
  right: -80px;
}


/* about us ends */


/*property starts*/
.section-featured{
  padding: 70px 0;
  position: relative;
  background: #113349;
  background: -webkit-linear-gradient(linear,left top,left bottom,from(#113349),to(#3d8a9c));
  background: linear-gradient(180deg,#113349,#3d8a9c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113349",endColorstr="#3d8a9c",GradientType=0);
}
.section-shape {
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 96px;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
  .right-img {
    position: absolute;
    right: 0;
    top: 2%;
    max-width: 14%;
    display: inline-block;
  }
  .left-img {
    position: absolute;
    left: 0;
    top: 2%;
    max-width: 14%;
    display: inline-block;
  }
  .header-featured{
      text-align: center;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  }
  .header-featured h1{
  margin: 0;
  font-size: 55px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 3px #000;
  font-family: 'Playfair', serif;
}
.section-title h1 {
  margin: 0;
  font-size: 45px;
  text-align: center;
  color: #113349;
  font-weight: 500;
  text-shadow: 0px 1px 1px #113349;
  line-height: 1;
  font-family: Sans-Serif;
  color: #113349;
}
  
  .rew-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .content {
    width: 32%;
    font-size: 24px;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    display: none;
    margin: 5px;
    padding: 5px;
    position: relative;
  }
  .section-featured .new-btn-dj{
    text-align: center;
  }
  .noContent {
    color: #fff !important;
    pointer-events: none;
  }
    .featured-margin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .featured-block {
    max-width: 550px;
    margin: 10px auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  }
  .featured-block a{
    text-decoration: none !important;
  }
  .featured-block-item {
    text-align: center;
    max-width: 550px;
    max-height: 450px;
  }
  .featured-block .featured-img {
    overflow: hidden;
    max-height: 350px;
  }
  .featured-block .featured-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.3s linear;
  }
  @media(max-width: 767px){
      .featured-block .featured-img img {
        height: unset;
      }
      .header-featured h1 {
        margin: 0;
        font-size: 42px;
      }
  }
  .featured-block .featured-img img:hover {
    transform: scale(1.1);
  }
  .featured-block .featured-img h5 {
    display: block;
    position: absolute;
    top: 218px;
    right: 30px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 400;
  }
  .featured-block .featured-img h4 {
    display: block;
    position: absolute;
    top: 239px;
    right: 30px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .featured-margin::after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 0;
      background-color: #7dbaca;
      height: 8px;
      -webkit-transition: width 0.5s;
      transition: width 0.5s;
      overflow: hidden;
      z-index: 99;
      display: block;
  }
  .featured-margin:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.8);
  }
  .featured-margin:hover::after {
    width: 100%;
  }
  .featured-margin{
    position: relative;
    width: 100%;
  }
  .featured-block .featured-txt {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 20px 0;
  }
  .featured-block .featured-txt h3 {
    font-family: Sans-Serif;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
  }
  .featured-txt hr {
    background: #113349;
    height: 3px;
    width: 42px;
    border: none;
    margin: 10px auto;
  }
  .featured-block .featured-txt ul {
    margin: 0;
    padding: 0;
  }
  .featured-block .featured-txt ul li {
    display: inline-block;
    font-size: 18px;
    color: #000000;
  }
  .featured-block .featured-txt ul li::after {
    content: " | ";
  }



  /*prperty ends*/


/* things to do starts */
.thing-feature{
  position: relative;
  overflow: hidden;
}
.thing-feature::before {
  content: "";
  background: url(../../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.thing-feature .header-featured h1 {
  margin: 0;
  font-size: 55px;
  text-align: center;
  color: #113349;
  font-weight: 500;
  text-shadow: 0px 1px 1px #113349;
  line-height: 1;
  font-family: Sans-Serif;
}
.thing-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #A3D9F6;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FF69B4 #A3D9F6;
}
.thing-img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.thing-img img{
    height: 225px;
    object-fit:cover;
}
.thing-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.thing-box:hover {
  border: 1px solid #FF69B4;
}
.thing-box:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {	left: 125%;	}
}

@keyframes shine {
	100% {	left: 125%;	}
}
.thing-para h2{
  font-family: Sans-Serif;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 10px;
}
.thing-para hr {
  background: #113349;
  height: 3px;
  width: 42px;
  border: none;
  margin: 10px auto;
}
.thing-para p {
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 4;*/
  /*-webkit-box-orient: vertical;*/
  font-size: 17px;
  line-height: 28px;
}
.thing-box .new-btn-dj{
  text-align: center;
}

/* things to ends */

/* reviews starts */

.reviews {
  background: url(../../img/dot_bg.png);
  position: relative;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h1 {
  margin: 0;
  font-size: 45px;
  text-align: center;
  color: #113349;
  font-weight: 500;
  text-shadow: 0px 1px 1px #113349;
  line-height: 1;
  font-family: Sans-Serif;
}
.section-title.title2 h1 {
  margin: 0;
  font-size: 45px;
  text-align: center;
  color: #113349;
  font-weight: 500;
  text-shadow: 0px 1px 1px #113349;
  line-height: 1;
  font-family: Sans-Serif;
  color: #113349;
}
.section-borders span {
  height: 5px;
  display: inline-block;
  border-radius: 2px;
}
.section-borders .wave {
  display: inline-block;
  border-radius: unset;
  width: 25%;
  height: 16px;
  background: transparent;
  margin: 0 15px;
}
.section-borders span.black-border {
  background: #333;
  width: 30px;
  margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #6aaf08 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: .2s;
  border-radius: 2px;
  border: none;
}
.client-testimonial-carousel button.owl-dot.active {
  background: #000 !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
}

.single-testimonial-item {
  position: relative;
  box-shadow: 0 0 2px #dadfd3;
  margin: 2px;
  padding: 20px;
  font-style: italic;
  padding-left: 85px;
  background: #eee;
  border-radius: 6px;
  height: 200px;
}

.single-testimonial-item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 20px;
  color: #6aaf08;
  line-height: 30px;
  margin-top: -15px;
}

.single-testimonial-item:after {
  background: #ddd;
  content: "";
  height: 70%;
  left: 60px;
  position: absolute;
  top: 10%;
  width: 1px;
}
.single-testimonial-item img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #eee;
  float: left;
  margin-right: 10px;
}
.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
  display: flex;
  height: 60px;
  align-items: center;
}
.single-testimonial-item p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 17px;
  line-height: 28px;
}
.owl-nav {
  position: relative;
  text-align: center;
}
.owl-nav .owl-prev {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px 5px;
  border: 1px solid #fff;
  background: #113349;
  background: -webkit-linear-gradient(linear,left top,left bottom,from(#113349),to(#3d8a9c));
  background: linear-gradient(180deg,#113349,#3d8a9c);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113349",endColorstr="#3d8a9c",GradientType=0);
}
.owl-nav .owl-next {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px 5px;
  border: 1px solid #fff;
  background: #113349;
  background: -webkit-linear-gradient(linear,left top,left bottom,from(#113349),to(#3d8a9c));
  background: linear-gradient(180deg,#113349,#3d8a9c);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113349",endColorstr="#3d8a9c",GradientType=0);
}
/* reviews ends */


/* footer starts */
.footer-section{
  position: relative;
}
.footer-section  .footer-b{
  background: #113349;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  position: relative;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
  text-shadow: 1px 1px 1px #000;
}
.cta-text span {
  color: #000;
  font-size: 19px;
}
.footer-content {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 175px;
}
.footer-text p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.footer-text a {
  color: #FF69B4;
  font-size: 16px;
  border-bottom: 1px solid #0d6efd;
  transition: all 0.5s ease-in-out;
  margin: 5px 0;
}
.footer-text a:hover {
  font-size: 14px;
  border-bottom: 1px solid #000;
  color: #000;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: Sans-Serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-shadow: 1px 1px 1px #000;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-cstm{
  padding: 0 20px;
}
ul.cont-det{
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.cont-det li {
  margin: 10px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  text-align: left;
  padding: 5px;
  font-size: 16px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  display: inline-block;
  height: 65px;
}
ul.cont-det li:nth-of-type(3){
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
ul.cont-det li a {
  color: #fff;
}
ul.cont-det li i {
  color: #fff;
  font-size: 15px;
  height: 30px;
  width: 30px;
  box-shadow: 1px 1px 1px #000;
  text-align: center;
  line-height: 30px;
  margin-right: 6px;
  border-radius: 50px;
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
}
.footer-widget ul li a:hover {
  color: #FF69B4;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 10px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #FF69B4;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/* footer ends */

/* responsive starts*/

@media (max-width: 767px){
  .header-text{
      display: none;
  }
  .swiper-container{
      height: 30vh;
      overflow-x: hidden;
  }
  .common-heading.text-l{
      margin-top: 20px;
  }
  .content {
    width: 100%;
    font-size: 24px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
    margin: 5px;
    padding: 5px;
    position: relative;
  }
  .single-testimonial-item{
    height: auto;
  }
  .reviews{
    /*background-size: cover;*/
    background-position: center;
  }
  .thing-feature .header-featured h1 {
    margin: 0;
    font-size: 45px;
  }
  .section-title h1 {
    margin: 0;
    font-size: 45px;
  }
  .thing-box {
    border: 1px solid #FF69B4;
  }
  .about-agency .common-heading h6{
      font-size: 22px;
  }
  .about-agency .common-heading h2{
      font-size: 30px;
  }
  .new-prop.pad-so {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .new-prop.pad-so .section-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .book-now-img {
      z-index: 1;
    }
    .footer-content {
      position: relative;
      z-index: inherit;
    }
    .examp2 {
      top: inherit !important;
    }
    ul.cont-det li {
      margin: 10px 0;
      display: block;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      text-align: left;
      padding: 5px;
      font-size: 18px;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: inline-block;
      height: 60px;
    }
    ul.cont-det li:nth-of-type(3){
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 999px){
    ul.cont-det li {
        margin: 10px 0;
        display: block;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        text-align: left;
        padding: 5px;
        font-size: 18px;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        display: inline-block;
        height: 60px;
    }
    ul.cont-det li:nth-of-type(3){
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}
.content-scroll {
  height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0a406b #3d8a9c;
  padding: 0 7px;
  margin: 20px 0;
}
.row.cstm-bd, .row.my-cstm-det {
  padding-bottom: 5px;
  border-bottom: 1px dashed;
}
.rec-mod-img.small-mod img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border: 1px solid #FF69B4;
  padding: 3px;
  margin-bottom: 0;
}
.rec-mod-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin-bottom: 15px;
  border: 1px solid #FF69B4;
  padding: 5px;
}
.btn-rm-fav a {
  background: #FF69B4;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.btn-rm-fav a:hover {
  background: #0a406b;
}
#bookingform a i {
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
  color: #fff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.rec-mod-con.small-mod a h4 {
  font-size: 17px;
  margin-bottom: 2px;
  border-bottom: 1px solid transparent;
  width: fit-content;
}
#myfavmodal .modal-header{
  padding: 10px 20px;
}
#myfavmodal .modal-header .close {
  padding: 0rem;
  /*margin: -1rem -1rem -1rem auto;*/
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#myfavmodal .md-close {
  border-radius: 4px;
  display: block;
  padding: 0px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  margin: 0 auto;
  width: 100px;
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
  border: 1px solid #ccc;
  font-size: 15px !important;
  float: right;
}
.rec-mod-con.small-mod a:hover h4{
    border-bottom: 1px solid #000;
}
.small-mod ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-mod ul li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 13px;
  display: inline-block;
  padding: 2px;
  width: fit-content;
  border-bottom: 1px solid #000;
  margin: 5px;
}
.dummy .row{
  border-bottom: 1px dashed;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 999px){
  .content {
    width: 48%;
    font-size: 24px;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    display: none;
    margin: 5px;
    padding: 5px;
    position: relative;
  }
  .book-pro .rew-main .content{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
  }
  .single-testimonial-item{
    height: auto;
  }
  .reviews{
    background-size: cover;
    background-position: center;
  }
}



/* responsive ends */

body {
  overflow-x: hidden;
}
.header-area .main-nav .nav li.has-sub:hover::after{
    color: #FF69B4;
}
@media (max-width: 992px) {
  /* .header-area .main-nav .nav li:last-child {
    display: none;
  } */
  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  .header-area {
    background: #fff;
  }
  .slide-inner .header-text {
    width: 80%;
  }
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }
  section.calculator .left-image {
    display: none;
  }
  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
  section.partners .item {
    margin:15px; 
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.map .info-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    line-height: 80px;
    /* width: 160px; */
    width: 100px;
    margin-left: 0;
    margin-top: 0;
    height: auto;
  }
  .scrollOn .main-nav .logo {
    line-height: 80px;
    margin-left: 0 !important;
    background: transparent;
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .header-area .main-nav .menu-trigger{
      top: 23px;
  }
  .header-area{
      height: 80px;
  }
  .header-area {
    position: relative;
    height: 85px;
    top: 30px;
  }
  .about-agency::after{
      content: unset;
  }
  .v-center {
      margin-bottom: 20px;
    }
    .brdr-img img, .brdr-img a {
        height: auto;
    }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item i {
    margin-bottom: 35px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }
  .testimonials .item i {
    margin-bottom: 60px;
  }
  .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
  .testimonials .item {
    padding: 50px;
  }
  .section-borders .wave {
    display: inline-block;
    border-radius: unset;
    width: 60%;
    height: 16px;
    background: transparent;
    margin: 0 15px;
  }
}




.gallery-box:before,
.gallery-hover,
.gallery-hover h5, img {
  -webkit-transition:all 0.25s linear;
  -moz-transition:all 0.25s linear;
  -ms-transition:all 0.25s linear;
  -o-transition:all 0.25s linear;
  transition:all 0.25s linear;
}

.gallery-box {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 10px 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 5px solid #ffffffd6;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.gallery-box::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery .gallery-box img {
  height: 300px;
  width: 100%;
}
.gallery-hover {
  background: #ffffffd6 none repeat scroll 0 0;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-hover h5 {
  color: #3e3e3e;
  float: left;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0px 0 5px;
  width: 100%;
}
.gallery-hover h5 a {
  color: inherit;
}
.gallery-hover ul {
  float: left;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}
.gallery-hover ul li {
  color: #696969;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding: 0 5px;
  position: relative;
}
.gallery-hover ul li::before {
  content: ",";
  position: absolute;
  right: -5px;
  bottom: 0;
}
.gallery-hover ul li a {
  color: inherit;
}
.gallery-hover .book-now {
  left: 50%;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.book-now {
  background: #ab933c;
  color: #ffffff;
  border: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 32px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: 0 7px 10px 0px #113349;
  box-shadow: 0 7px 10px 0px #113349;
  background: #113349;
  background: -webkit-linear-gradient(linear,left top,left bottom,from(#113349),to(#3d8a9c));
  background: linear-gradient(180deg,#113349,#3d8a9c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113349",endColorstr="#3d8a9c",GradientType=0);
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.book-now::before {
  content: "";
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.book-now:hover{
    color: #fff;
    background: #FF69B4;
}
.gallery-box:hover::before {
  opacity: 0.8;
}
.gallery-box:hover .gallery-hover {
  background: none;
  top: 50%;
  padding: 0 30px 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-box:hover .gallery-hover h5 {
  color: #ffffff;
  font-size: 28px;
}
.gallery-box:hover .gallery-hover ul li {
  color: #ffffff;
}
.gallery-box:hover .gallery-hover .book-now {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.gallery-box.bottom .gallery-hover {
  bottom: 0;
  top: auto;
}
.gallery-box.bottom:hover .gallery-hover {
  bottom: 50%;
  top: auto;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.new-prop .new-btn-dj {
  text-align: center;
}
.new-prop{
    position: relative;
}
.new-prop::before {
  content: "";
  background: url(../../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hero-shape-image {
  position: absolute;
  background-image: url(../../img/shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
.new-prop .rew-main{
  position: relative;
}

.img-txt{
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: 10px;
}
.img-txt a {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .4s;
  font-family: Sans-Serif;
  filter: brightness(66%);
  min-height: 300px;
}
.img-txt.head-sec{
  position: relative;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: 10px;
}
.img-txt.head-sec a {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .4s;
  font-family: Sans-Serif;
  filter: brightness(66%);
  min-height: 350px;
}
.img-txt .box-title{
  pointer-events: none;
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  padding: 10px;
}

.box-title h3{
  margin: 0;
  color: #fff;
  font-size: 27px;
  text-shadow: 1px 2px #000;
}
.box-title p{
  display: inline-block;
  background: #e3eef1;
  padding: 8px 20px;
  margin: 10px 0;
  opacity: 0;
  transition: all .4s;
  font-size: 20px;
}
.img-txt:hover .box-title ul {
  opacity: 1;
}
.box-title ul
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-txt:hover .button-48 {
  opacity: 1;
}
.button-48 {
  appearance: none;
  background-color: #FFFFFF;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Sans-Serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1.2em 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  background: #113349b0;
  border: 1px solid #FF69B4;
  opacity: 0;
}

.button-48:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #EBEBEB;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.button-48 span {
  z-index: 1;
  position: relative;
}
.box-title ul li{
  color: #fff;
  display: inline-block;
  list-style: none;
  padding: 10px;
  font-size: 16px;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  background: #113349b0;
  padding: 10px 0px;
  margin: 10px 2px;
  font-size: 18px;
  border: 1px solid #FF69B4;
}
.book-pro{
    background: #fff;
    border-radius: 4px;
}
.book-pro .box-title ul li {
  color: #fff;
  display: inline-block;
  list-style: none;
  padding: 10px;
  font-size: 16px;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  background: #113349b0;
  padding: 10px 0px;
  margin: 10px 5px;
  font-size: 20px;
  border: 1px solid #FF69B4;
}
.book-pro .box-title ul li i{
    margin-right: 7px;
}
.img-txt:hover .box-title p{
    opacity: 1;
}
.img-txt a:hover {
  outline: 5px solid #FF69B4;
  outline-offset: -15px;
  filter: brightness(100%);
}

/* inner page css */
.bread {
  height: 300px;
  background: url(../../img/bread.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  /*top: 35px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.bread .section-borders .wave {
  display: inline-block;
  border-radius: unset;
  width: 50%;
  height: 16px;
  background: transparent;
  margin: 0 15px;
}
.bread::before {
  background: rgba(0, 0, 0, 0.50);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.bread-inner {
  position: relative;
  padding: 120px 0 50px;
}
.bread-head h1 {
  font-size: 45px;
  color: #fff;
  text-shadow: 1px 1px 1px #212741;
}
.main-sec {
  background: #eee;
  padding: 30px 0;
}
@media(max-width: 767px){
    .main-sec {
      background: #eee;
      padding: 35px 0;
    }
}
.main-content{
  padding: 0 20px;
}

.slp-det, .property-sec, .cal-sec, .amen-sec, .review-sec, .loc-sec {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
}
.slp-det ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.slp-det ul li {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  padding: 8px 8px;
  margin: 0 10px;
  border: 1px solid rgba(0,0,0,.1);
  background: #eee;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slp-det ul li i {
  margin-right: 10px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .slp-det ul li {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 5px 5px;
  }
  .slp-det ul li:nth-of-type(6) {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .slp-det ul li:nth-of-type(7) {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .ctr-hrt {
  width: 100% !important;
  border: 1px solid transparent !important;
  height: auto !important;
}
    .ctr-hrt form .wishlist {
      position: relative;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      z-index: 2;
      font-size: 40px;
      line-height: 40px;
      text-align: center;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .ctr-hrt #bookingform a i {
      padding: 0 !important;
      margin-right: 0 !important;
      font-size: 35px !important;
    }
  .slp-det ul li a.op-modal{
      width: 100%;
  }
}
.property-sec h1 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Gabarito', sans-serif;
}
.cstm, .foto{
  padding: 5px;
  border-radius: 4px;
}
.foto {
  width: 600px;
  float: left;
  margin: 0 25px;
  background: #eee;
  padding: 10px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.fotorama__nav-wrap{
  padding: 5px 0;
  border-top: 2px solid #fff;
}
.cstm a {
  border-radius: 4px;
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #ccc;
  margin: 0 25px;
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
}
.cstm a:hover {
  background-color: #113349;
  border: 1px solid #113349;
}
.det {
  color: #fff;
  height: 550px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to top, rgba(255,255,255,0), #0d1017 15rem);
}
.cstm.showContent .det {
  height: auto;
  display: contents;
}
.cstm.showContent .det p{
  margin: 0 25px 10px;
}
.det h2 {
  font-size: 22px;
  text-align: left;
  padding: 0 0 10px;
  margin: 0 0 0;
  text-transform: uppercase;
  color: #113349;
  line-height: 35px;
}
.cal-sec h2, .amen-sec h2, .review-sec h2, .loc-sec h2, .md-img h2{
  font-size: 30px;
  text-align: left;
  padding: 0 0 10px;
  border-bottom: 2px solid #113349;
  margin: 0px 0 13px;
  text-transform: uppercase;
  color: #113349;
}
.det p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
.amen-sec h4 {
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}
.amen-sec ul{
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amen-sec ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  color: #333;
  font-size: 16px;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.amen-sec ul li i {
  color: #377d7f;
  margin-right: 5px;
}


.home-rew {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-rew .data {
  width: 24%;
  font-size: 24px;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  display: none;
  border: 1px solid lightgrey;
  margin: 5px;
  padding: 24px;
  /* background-color: rgba(17, 17, 17, 0.05); */
  background-color: #eee;
  border-radius: 34px;
}
.data-img img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
  float: left;
  margin-right: 10px;
}
.data-img h5{
  display: flex;
  height: 60px;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.rew-txt{
    height:120px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to top, rgba(255,255,255,0), #0d1017 3rem);
}
.home-rew .data.showContent .rew-txt {
  height: auto;
  display: contents;
}
.rew-txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.rew-txt ul li {
  display: inline-block;
  color: #ffc82a;
  font-size: 14px;
  margin: 2px;
}
.rew-txt h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 5px 0;
}
.rew-txt p {
  line-height: 1.4;
  margin: 0;
  color: #333;
  font-size: 16px;
}
.home-rew .data a.readmore-btn {
  font-size: 14px;
  font-weight: 500;
  color: #113349;
}
.home-rew .data a.readmore-btn:hover{
    text-decoration: underline;
}


.cstm-iframe {
  background: #fff;
  /* position: sticky; */
  top: 0;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  border-radius: 4px;
}
.cstm-iframe h2 {
  font-size: 30px;
  text-align: center;
  padding: 0 0 10px;
  border-bottom: 2px solid #113349;
  margin: 0px 0 13px;
  text-transform: uppercase;
  color: #113349;
}

.rew-2-btn{
  text-align: center;
}
.rew-2-btn a{
  border-radius: 4px;
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  background-color: #f7941e;
  border: 1px solid #f7941e;
}
.rew-2-btn a:hover {
  background-color: #113349;
  border: 1px solid #113349;
} 
.ab-img img{
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.ab-img, .new-ab-img {
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  padding: 0px;
  margin: 10px 0;
}
.ab-img img {
  width: 450px;
  height: 100%;
  transition: all .4s;
  font-family: Sans-Serif;
  filter: brightness(66%);
  float: left;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
}
.new-ab-img img {
  width: 100%;
  height: 300px;
  transition: all .4s;
  font-family: Sans-Serif;
  filter: brightness(66%);
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
}
.ab-img img:hover, .new-ab-img img:hover {
  outline: 5px solid #FF69B4;
  outline-offset: -15px;
  filter: brightness(100%);
}
.ab-img h1{
  font-size: 30px;
  text-align: center;
  color: #3c7b9f;
  font-weight: 500;
  text-shadow: 0px 1px 1px #3c7b9f;
  letter-spacing: .075em;
  line-height: 1;
  margin-bottom: 20px;
}
.ab-img p{
    font-size: 17px;
    line-height: 30px;
}
@media (max-width: 767px){
  .bread {
    height: 200px;
    margin-top: 30px;
  }
    .bread-inner {
    position: relative;
    padding: unset;
  }
  .bread-head h1 {
    font-size: 25px;
  }
  .main-content {
    padding: 0;
  }
  .property-sec {
    padding: 10px;
  }
  .foto {
    width: 100%;
    float: unset;
    margin: 0 0 25px;
  }
  .det h2 {
    font-size: 19px;
    text-align: left;
    padding: 0 0 5px;
    margin: 0px 0 0px;
    text-transform: uppercase;
    color: #113349;
    line-height: 1.4;
  }
  .cstm.showContent .det p {
    margin: 0 0 10px;
  }
  .home-rew .data{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cstm a{
    margin: unset;
  }
  .amen-sec ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-rew .content {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ab-img img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    font-family: Sans-Serif;
    filter: brightness(66%);
    float: unset;
    object-fit: cover;
    margin-right: unset;
    margin-bottom: 20px;
  }
  .ab-img h1{
    font-size: 20px;
    text-align: center;
    color: #3c7b9f;
    font-weight: 500;
    text-shadow: 0px 1px 1px #3c7b9f;
    letter-spacing: .075em;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .new-ab-img img{
      height: auto;
  }
}

@media (min-width: 768px) and (max-width: 998px){
  .amen-sec ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-rew .data{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.op-modal, .md-close {
  border-radius: 4px;
  display: block;
  padding: 10px 10px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  margin: 0 auto;
  width: 200px;
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
  border: 1px solid #ccc;
}
.op-modal:hover, .md-close:hover{
  background-color: #113349;
  border: 1px solid #113349;
  color: #fff;
}
.op-modal i {
  font-size: 25px;
  margin-right: 12px;
}
.modal-backdrop.show {
  position: relative;
  height: auto;
}
.modal-dialog.examp2{
    width: 80%;
}
.examp2{
    top: 10%;
}
.examp2 .modal-title {
  font-size: 30px;
  text-align: center;
  color: #113349;
  font-weight: 500;
  text-shadow: 0px 1px 1px #113349;
  line-height: 1;
  font-family: Sans-Serif;
  margin: auto;
  width: 100%;
}

@media (min-width: 576px) {
  #show-about-modal .modal-dialog, #show-footer .modal-dialog, #show-book-form .modal-dialog {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.cal-sec p {
  font-size: 23px;
  margin: 20px 0;
  color: red;
  animation: animate 3s linear infinite;
  font-weight: 700;
  font-family: Sans-Serif;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}
@keyframes animate {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0.7;
  }

  100% {
      opacity: 0;
  }
}
.book-now-img{
  position: fixed;
  top: 50%;
  left: 10px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
}
.book-now-img a img{
  outline: 3px solid #f7941e;
  border-radius: 50%;
  background: #113349;
  padding: 3px;
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}
.mp-em {
  position: sticky;
  height: 500px;
  top: 100px;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}
.book-pro .rew-main .content{
  width: 50%;
  font-size: 24px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: block !important;
  margin: 0;
  padding: 0;
  position: relative;
}
.book-pro .new-btn-dj {
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px){
  .book-pro .rew-main .content{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
  }
  .examp2 .modal-title{
  font-size: 25px;
  text-align: center;
  color: #3c7b9f;
  font-weight: 500;
  text-shadow: 0px 1px 1px #3c7b9f;
  letter-spacing: .075em;
  line-height: 1;
  margin-bottom: 0px;
}

}

.form-srt, .get-in {
  background: #fff;
  text-align: center;
}
.form-srt .contactForm .form-group{
  margin: 12px 0;
}
.form-srt .contactForm .form-control {
  border: none;
  background: #3d8a9c40 !important;
  padding: 20px;
}
.form-srt h2, .get-in h2 {
  color: #113349;
  text-align: left;
  margin: 10px 20px 5px;
  font-size: 33px;
}
.form-srt form {
  padding: 5px 0;
}
.form-srt p{
  font-size: 17px;
  text-align: left;
  margin: 0 20px;
  font-weight: 500;
  line-height: 28px;
}
.form-control:focus{
    box-shadow: none !important;
}
.form-srt .contactForm .form-control:hover {
  background: #FF69B44F !important;
}
.form-srt .contactForm button {
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  display: block;
  width: 200px;
  margin: 5px 15px;
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
  border: 1px solid transparent;
}
.form-srt .contactForm button:hover {
  background: #113349;
  border: 1px solid #113349;
}
.get-in ul {
  list-style-type: none;
  padding: 0;
  margin: 0 20px;
}
.get-in ul li {
  margin: 10px 0;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  text-align: left;
}
.get-in ul li i {
  color: #fff;
  font-size: 23px;
  height: 60px;
  width: 60px;
  box-shadow: 1px 1px 1px #000;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
  border-radius: 50px;
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
}
#hero-slider {
  width: 100%;
  height: 110vh;
  overflow: hidden;
  position: relative;
}
.snow-effect:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../../img/snow.png), url(../../img/snow2.png);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  will-change: background-position;
  -webkit-animation: an-snow 20s linear infinite;
  animation: an-snow 20s linear infinite; 
}
@-webkit-keyframes an-snow {
  100% {
    background-position: 500px 1000px, 300px 300px, -400px 400px; } }

@keyframes an-snow {
  100% {
    background-position: 500px 1000px, 300px 300px, -400px 400px; } }

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.slide-title {
  font-size: 2rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: Sans-Serif;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  bottom: 12rem;
}
@media (max-width: 768px){
    #hero-slider {
        height: auto;
        top: 30px;
    }
    .slide-title{
    display: none;
  }
  .logo .no-fixed-logo{
    width: 100px
  }
}
@media (min-width:769px) and (max-width: 998px){
  #hero-slider{
    height: auto;
  }
  .slide-title{
    display: none;
  }
  .logo .no-fixed-logo{
    width: 100px
  }
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 3vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
  text-shadow: 2px 2px 2px #000;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}

.get-in ul li a{
  color: #212741;
}
.get-in ul li a:hover {
  color: #FF69B4;
}
.get-in{
  position: sticky;
  top: 100px;
}
.wishlist {
  position: absolute;
  top: 10%;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 2;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.wishlist a {
  color: #fff;
  cursor: pointer;
  display: block;
}
.tooltip-content-flip {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  left: -40%;
  bottom: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  margin-bottom: 7px;
  cursor: default;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
}
.tooltip_flip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip-back {
  background: #e04f67;
  font-size: 12px;
  line-height: 14px;
  padding-top: 25px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: perspective(1000px) rotate3d(0,1,0,90deg);
  transform: perspective(1000px) rotate3d(0,1,0,90deg);
}
.tooltip_flip .mdi-heart{
  color: #fff;
  text-shadow: 1px 3px 0px #FF69B4;
}
.tooltip-content-flip > span {
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  height: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}
.tooltip-content-flip .tooltip-back::after {
  left: 45%;
  border-top: 10px solid #e64b50;
  border-right: 10px solid transparent;
}
.tooltip-content-flip .tooltip-front::after, .tooltip-content-flip .tooltip-back::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
}
.tooltip_flip:hover .tooltip-content-flip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tooltip_flip:hover .tooltip-content-flip > span {
  -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);

  transform: perspective(1000px) rotate3d(0,1,0,0deg);

}
.tooltip.new {
  position: relative; }
  .tooltip.new:after, .tooltip:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s; }

.tooltip.new:after {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px #ddd;
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 11px; }

.tooltip.new:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px; }

.tooltip.new:hover:before,
.tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0); }

[data-tooltip-pos="down"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f5f5;
  margin-top: 6px; }
[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px); }

[data-tooltip-pos="down"]:after {
  margin-top: 11px; }

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
  transform: translate(-50%, 0); }

[data-tooltip-length="fit"]:after {
  width: 100%; }
  .modal-recent .modal-dialog {
    max-width: 350px;
  }
  .modal-recent .modal-title, .show-contact .modal-title{
    letter-spacing: .02em;
    font-family: Sans-Serif;
    line-height: 20px;
  }
  .rec-part a{
    font-family: Sans-Serif;
    font-size: 17px;
  }
  #show-recent .modal-title, #show-favourites .modal-title, #show-recent .modal-footer, #show-favourites .modal-footer, #show-footer .modal-footer{
    letter-spacing: .02em;
    font-family: Sans-Serif;
    line-height: 20px;
  }
  #show-footer .modal-header {
  padding: 10px 15px;
  overflow: hidden;
}
  .modal-recent .modal {
    right: 15px;
    left: auto;
  }
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  
   .modal-header .close {
  padding: 1rem;
  /*margin: -1rem -1rem -1rem auto;*/
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
  

  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

.modal-footer button {
  background: linear-gradient(180deg,#FF69B4,#3d8a9c);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border: none;
}
@media (max-width: 998px){
    .modal-dialog.examp2 {
      width: auto;
    }
    .footer-cstm {
      padding: 0px calc(var(--bs-gutter-x) * 0.5);
    }
    .footer-widget{
        margin: 20px 0;
    }
}
.head-top{
  background-color: #212741;
  display: none;
}
.owner-rev{
  padding: 24px;
  /*background: linear-gradient(180deg,#FF69B45c,#3d8a9c70);*/
  color: #fff;
  border: 1px solid lightgrey;
  background: linear-gradient(180deg,#FF69B4,#A3D9F6);
}
.map-frm, .book, .md-img {
  height: 700px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FF69B4 #A3D9F6;
  padding: 0 7px;
  margin: 20px 0;
}
.call.book h2, .md-img h2 {
  text-align: center;
  font-size: 25px;
}
.avai{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

@media (max-width: 767px){
.head-top {
    background-color: #212741;
    display: block;
    position: fixed;
    z-index: 101;
    top: 0;
    padding: 5px 0;
    width: 100%;
}
.head-top .container-fluid .row .col-md-12{
    padding: 0;
}
.head-top ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Sans-Serif;
  }
.head-top ul li {
    padding-left: 4px;
    padding-right: 4px;
    border: 1px dashed #FF69B4;
    margin: 0px 4px;
  }  
 .head-top ul li a{
     color: #fff;
 }
 .head-top ul li a i{
     margin-right: 5px;
 }
.modal-recent .modal-dialog {
  max-width: 100%;
}
.modal-recent .modal {
  right: 0;
  left: 0;
}
.get-in ul li{
    font-size: 15px;
}
.get-in ul li i{
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 40px;
}
.about-agency .cstm-wid {
  width: 50%;
  max-width: 50%;
}
.modal-body .cstm-wid {
  width: 50%;
  max-width: 50%;
}
#show-about-modal .modal-body{
    height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #FF69B4 #A3D9F6;
    padding: 0 7px;
    margin: 20px 0;
}
.call.book h2, .md-img h2 {
    text-align: center;
    font-size: 21px;
  }
   .cstm-brdr {
    border-bottom: 1px dashed #000;
  }
  .header-area .main-nav .nav li.has-sub::after{
      rotate: 0;
      transition: 1s ease;
      color: ;
  }
  .header-area .main-nav .nav li.has-sub.is-open-sub::after{
      rotate: 180deg;
      transition: 1s ease;
      color: #FF69B4;
  }
  .mp-em{
      margin-bottom: 20px;
  }
}
.last-li{
    border: none !important;
}
li.last-li a i{
  color: #000;
  font-size: 15px;
  height: unset;
  width: unset;
  box-shadow: unset;
  text-align: unset;
  line-height: unset;
  margin-right: unset;
  border-radius: unset;
  background: unset;
}
li.last-li a:hover {
  color: #000 !important;
}
.last-li .btn-main {
  font-size: 20px;
}
.wid-sec{
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 10px 0;
  top: 85%;
}

.spamcheck {
display:none!important;    
}
span.validate  {
color:#de4040;
padding-left:8px;
font-style:italic;
font-weight:bold;
}

.no-cap ul {
overflow:hidden;
background: #fff;
padding: 20px;
/*display: inline-block;*/
}

.no-cap ul li{
list-style: none;
float: left;
margin: 0 5px;
font-size: 24px;
font-family: Montserrat, sans-serif;
font-family: mon;
}
.my-bt{
  opacity: 0;
}
.img-txt.head-sec:hover .my-bt{
    opacity: 1;
}
.my-bt p{
  background: #113349b0;
  padding: 10px;
  margin: 10px 5px;
  font-size: 20px;
  border: 1px solid #FF69B4;
  display: block;
  margin: auto;
  width: 150px;
  color: #fff;
  text-align: center;
}
.my-bt p:hover{
    background: #0a406b;
    color: #fff;
}

.mob{
    display: none !important;
}
.show-cont .modal-title {
  font-size: 30px;
  text-align: center;
  color: #113349;
  font-weight: 500;
  text-shadow: 0px 1px 1px #113349;
  line-height: 1;
  font-family: Sans-Serif;
  margin: auto;
  width: 100%;
}


.ctr-hrt form .wishlist {
  position: relative ;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 2;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


.slp-det {
  display: flex;
  align-items: center;
}
.slp-det ul{
  width: 95%;
}
.ctr-hrt {
  width: 5%;
  border: 1px solid #ccc;
  background: #a3d9f6;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
@media (max-width: 767px){
 .mob{
     display: block !important;
 }   
 .dsk{
     display: none !important;
 }
 
 .wid-sec{
 position:relative;
 top:unset;
 left:0;
 Background:#333;
 padding:25px 0;
}
.show-cont .modal-body.show-cont-dt {
    height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #FF69B4 #A3D9F6;
    padding: 0 7px;
    margin: 20px 0;
  }
}