@font-face {
  font-family: quicksand-regular;
  src: url(../fonts/quicksand-regular.ttf);
}

@font-face {
  font-family: quicksand-medium;
  src: url(../fonts/quicksand-medium.ttf);
}

@font-face {
  font-family: Quicksand-Bold;
  src: url(../fonts/Quicksand-Bold.ttf);
}

@font-face {
  font-family: urban;
  src: url(../fonts/urban.ttf);
}

@font-face {
  font-family: ebrima;
  src: url(../fonts/ebrima.ttf);
}

@font-face {
  font-family: mistral_regular;
  src: url(../fonts/mistral_regular.ttf);
}

@font-face {
  font-family: calibri;
  src: url(../fonts/calibri/calibri.ttf);
}

@font-face {
  font-family: calibri_bold;
  src: url(../fonts/calibri/calibri_bold.ttf);
}

@font-face {
  font-family: impact;
  src: url(../fonts/impact.ttf);
}

img {
  max-width: 100%;
}

body {
  font-family: quicksand-regular;
  line-height: 1.4;
  font-size: 1.1rem;
}

.calibriFont {
  font-family: calibri;
  font-size: 1.2rem;
  color: #020202;
  line-height: 1.3;
}

.container,
.container-sm {
  max-width: 1240px;
  width: 95%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'urban', arial;
  line-height: 1.4;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: calibri;
}

.text-bold,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong {
  font-family: calibri_bold;
}

.inpactFont {
  font-family: impact;
  line-height: 1;
  color: #000;
}

.mistalFont{
  font-family: mistral_regular;
  font-size: 110%;
}

body .btn {
  padding: 14px 20px;
  font-family: calibri;
}

body .btn-primary {
  background: #75b7ee;
  border-radius: 0;
  font-size: inherit;
  border: 1px solid #fff;
}

body .btn-light {
  background: #a6d2f1;
  color: #fff;
}

body .dartBrd {
  border-color: #000000;
}

body .btn-primary:hover {
  background: #2d94ea;
  color: #fff;
}

.miralFont {
  font-family: 'mistral_regular', cursive;
  font-size: 120%;
  font-weight: normal !important;
}

.mnLogo img {
      max-height: 35px;
}

.mainHeader .navbar,
header .nav-item {
  font-family: 'ebrima', arial;
}

.mainHeader {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease
}

header {
  color: #fff;
}

button.navbar-toggler {
  border: 0;
  padding: 0;
}

.mainHeader.darkHeader {
  background-color: #333;
 }
.mainHeader .container {
   width: 100%;
   max-width: 100%;
}
ul.navbar-nav.pe-3 {
    padding-right: 0 !important;
}

.callBtn {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  transition: all 500ms ease;
  font-family: 'ebrima', arial;
}

.darkHeader .callBtn,
.darkHeader .callBtn>span.nav-link {
  color: #fff;
}

.callBtn a {
  background: #71a1cb;
  color: #fff;
  padding: 8px 10px;
  text-decoration: none;
  line-height: 1;
  margin-left: 12px;
}
.mainHeader .navbar-nav>.nav-item.callBtn {
    margin-left: 5%;
}
.mainHeader .navbar-nav {
  background: transparent
}
.mainHeader .navbar-nav>.nav-item {
  display: flex;
  align-items: center
}
.mainHeader .navbar-nav>.nav-item:not(.callBtn)>.nav-link ,
.mainHeader .navbar-nav>.nav-item.callBtn > span{
  padding: 0 12px;
  position: relative;
  line-height: 1;
  color: #bfbfbf;
  transition: all 500ms ease;
  font-family: 'ebrima', arial;
  font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.mainHeader .navbar-nav>.nav-item:last-child>.nav-link {
  padding-right: 0
}


.mainHeader .navbar-nav>.nav-item:not(.callBtn) >.nav-link.active,
.mainHeader .navbar-nav>.nav-item:not(.callBtn) >.nav-link:hover{
  color: #fff;
}

body .mainBtn {
  border: 1px solid #75b7ee;
  border-radius: 0;
  padding: 6px 20px;
  z-index: 5;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

body .mainBtn:hover {
  background: rgba(255, 255, 255, 1);
  color: #030d16;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #000000 !important;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0 !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0 !important;
}
.homeBnr {
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  /*background-size: cover; */
  display: flex;
  justify-content: center;
  /*padding: 100px 0 50px;
   position: relative;
  overflow-x: hidden;
  overflow-y: visible; */
  color: #fff;
  /* min-height: 600px;
  background-attachment: fixed; */
}

.homeBnr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4)
}

.homeBnr>div {
  position: relative;
  z-index: 2;
}

.headTitle {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}

.headTitle h2 {
  font-family: quicksand-regular;
  font-size: 2.6rem;
  margin: 0;
  line-height: 1;
}

.headTitle h5 {
  font-family: quicksand-regular;
  font-size: 1.3rem;
  position: relative;
  left: 0;
  display: inline-block;
}

img.imgWtxt {
  margin: -38px;
  max-width: 300px;
  margin-left: -20px;
}

.hotelImgs .col4 {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  position: relative;
  margin-bottom: 10px;
  border: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.hotelImgs .col-lg-4:nth-child(2) .col4 {
   transition: all 1000ms ease-in-out;
}
.hotelImgs .col-lg-4:nth-child(3) .col4 {
   transition: all 1500ms ease-in-out;
}
.cirCleOpn .hotelImgs .col4 {
  opacity: 1;
}
.hotelImgs .col4:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 500ms ease;
}

.hotelImgs .col4:hover:after {
  opacity: 1;
}

.hotelImgs .col4:last-child {
  margin-right: 0;
}

.hotelImgs .col4 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 500ms ease;
}

.hotelImgs .col4:hover img {
  transform: scale(1.2, 1.2);
}

.hoverBx {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 12px;
  text-align: center;
  width: 85%;
  transition: all 500ms ease;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-family: quicksand-regular;
}

.hotelImgs .col4:hover .hoverBx {
  opacity: 1;
  visibility: visible;
}

.hotelImgs .col4 .imgTop {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+36,000000+69,000000+100&0.92+0,0.88+36,0.72+70,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.88) 36%, rgba(0, 0, 0, 0.72) 69%, rgba(0, 0, 0, 0.72) 70%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.88) 36%, rgba(0, 0, 0, 0.72) 69%, rgba(0, 0, 0, 0.72) 70%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.88) 36%, rgba(0, 0, 0, 0.72) 69%, rgba(0, 0, 0, 0.72) 70%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  text-align: center;
  transition: all 500ms ease-in-out;
  opacity: 1;
}

.hotelImgs .col-lg-4:not(:first-child) .col4 .imgTop {
  transition: all 800ms ease-in-out;
}

.hotelImgs .col4 .imgTop>img {
  height: 40px;
  object-fit: contain;
}

.hotelImgs .col-lg-4.spclBtn .col4 .imgTop>img {
  height: 49px;
}

.hotelImgs .col4:hover .imgTop {
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease;
}

.titleHead {
  display: inline-block;
  color: #75b7ee;
  text-transform: uppercase;
  font-size: 1.6rem;
  min-height: 45px;
  text-shadow: 0 0 6px #090909;
}

.titleHead span {
  color: #fff;
  text-transform: none;
}

.clr-higlt {
  color: #75b7ee;
}

.text-underline {
  border-bottom: 2px solid;
}

h4.titleHead .imgWtxt {
  width: 152px;
  margin: -29px;
}

.mdlTxt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 5px #1d1c1c;
  margin-top: 5%;
}

.posBotom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center top;
}

.gridImg {
  width: 100%;
}

.hotelImgs .col-lg-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}

.boxShw img {
  position: relative;
  z-index: 9;
}

.boxShw {
  position: relative;
}

.boxShw:before,
.boxShw+h5:after {
  filter: blur(20px);
  position: absolute;
  left: 0;
  right: 0;
  top: -5%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.7;
  z-index: -1;
}

.boxShw:before {
  height: 100%;
  border-radius: 20%;
  background: #000;
  filter: blur(15px);
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.boxShw .shadows{
   filter: blur(20px);
    width: 100%;
    height: 110%;
    opacity: 0.4;
}
.boxShw+h5 {
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

body .btn-expr {
  color: #030d16;
  font-family: 'mistral_regular', cursive;
  text-transform: inherit;
  font-size: 22px;
}

.arwImg {
  position: relative;
}

.arwImg:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 12px;
  background: url(../images/arrowImg.png) no-repeat center center;
  background-size: 20px;
  left: 81%;
  top: 62%;
}

.txtImgs {
  position: relative;
  margin-bottom: 1.5rem;
}

.txtImgs img {
  height: 34px;
  max-width: 250px;
  object-fit: contain;
}

.spclBtn .txtImgs img {
  z-index: 5;
}

.shadows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  background: #fff;
  border-radius: 40%;
  filter: blur(15px);
  width: 60%;
  height: 80%;
  opacity: 0.7;
}

.scaleUp,
.scaleUp>div {
  position: relative;
}

.scaleUp>div {
  z-index: 8;
}

.fullScle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}

.fullScle:before,
.fullScle:after {
  position: absolute;
  width: 80%;
  content: '';
  background: #000;
  filter: blur(2px);
  opacity: 0.8;
  right: -11px;
  top: -20px;
  height: 50%;
}

.fullScle:after {
  bottom: 28px;
  top: auto;
  height: 21px;
  transform: rotate(-2deg);
  left: 3px;
  right: auto;
}

.scaleUpBg {
  position: absolute;
  background: #75b7ee;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: -30px;
  display: block;
  box-shadow: none;
  z-index: 4;
}

.imgBox {
  padding: 2px 8px;
}

.imgBox img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 500ms ease-in-out;
}

.policySec {
  background: #000;
}

body .policySec .btn-primary {
  padding: 10px 30px;
}

body .policySec .scaleUp .btn-primary:not(:hover) {
  background: #000;
}

.imgBox:hover img,
.activeCol.imgBox img {
  filter: grayscale(0);
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  border: 0;
  font-size: 0;
  background: transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transition: all 500ms ease;
}

.slick-slider .slick-arrow.slick-prev {
  border-right: 30px solid #75b7ee;
}

.slick-slider .slick-arrow.slick-prev:hover {
  border-right-color: #2d94ea;
}

.slick-slider .slick-arrow.slick-next {
  border-left: 30px solid #75b7ee;
  left: auto;
  right: -80px;
}

.slick-slider .slick-arrow.slick-next:hover {
  border-left-color: #2d94ea;
}

section.bg-white {
  padding: 60px 0;
}

.starRat {
  list-style: none;
  padding: 0 10px;
  margin: 15px 0;
  font-size: 2.3rem;
  color: #ead919;
  position: relative;
}

.starRat li {
  margin: 0 10px;
}

blockquote {
  position: relative;
  margin: 30px 0;
}

.clientQuote blockquote {
  margin-top: 10px;
}

.starRat:before,
.starRat:after,
blockquote:before,
blockquote:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 32px;
  background: url(../images/quateIcon.png) no-repeat center center;
  background-size: 32px auto;
  left: -55px;
  top: 0;
}

.starRat.whiteQuote:before,
.starRat.whiteQuote:after{
  background: url(../images/quateIcon_white.png) no-repeat center center;
  background-size: 32px auto;
  
}

.starRat:before {
  left: -30px;
}

.starRat:after,
blockquote:after {
  transform: rotate(180deg);
  left: auto;
  right: -35px;
}

.starRat:after {
  right: -30px;
}

blockquote:after {
  top: auto;
  bottom: 0;
}

.banerBg {
  position: relative;
}

.bgImg {
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

.contentWrap {
  position: absolute;
  right: 5%;
  max-width: 590px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}


.contentLeft {
  right: auto;
  left: 5%;
}

.mxw-70 {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

img.subLogo {
  max-width: 80%;
  margin: 5px auto;
  height: 40px;
}

.teamVieWrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.teamVieWrap .imgBox img,
.teamVieWrap .imgBox {
  height: 180px;
  transition: all 500ms ease-in-out;
  object-position: center;
}

.teamVieWrap:hover .imgBox img {
  transform: translateX(30%);
  filter: grayscale(0);
}

.teamViews {
  position: absolute;
  left: -110%;
  top: 0;
  padding: 14px 14px 30px;
  background: #101010;
  width: 60%;
  min-width: 100px;
  height: 100%;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  transition: all 300ms ease-in-out;
}

.activeCol {
  position: relative;
}

.teamConnect>div:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #5788b1;
  position: absolute;
  left: 26%;
  bottom: -30px;
  margin: auto;
  z-index: 5;
  opacity: 0;
  transition: all 700ms ease-in-out;
}

.teamConnect>.activeCol:before {
  bottom: -10px;
  opacity: 1;
}

.teamVieWrap:hover .teamViews {
  left: 0;
}

.teamViews h6 {
  font-size: inherit;
  margin: 0;
}

.teamViews em {
  font-style: normal;
  color: #d3d0d0;
  font-size: 80%;
}

.teamViews .btn {
  padding: 5px 10px;
  font-size: 0.7rem;
  width: 100%;
  align-self: flex-end;
}

.qouteBox {
  padding: 1.5rem 3rem;
  border: 1px solid #5788b1;
}

.qouteBox img {
  max-height: 20px;
  margin-left: 5%;
}

.banerBg .btn-primary {
  background: rgba(117, 183, 238, 0.7);
}

.mx-700 {
  max-width: 700px;
  width: 80%;
}

.bgBlueWhite {
  background-image: url(../images/rebuid_Branch/superServcAwrd.png), url(../images/rebuid_Branch/blueBgLf.jpg);
  background-repeat: no-repeat, repeat-y;
  background-size: auto 72%, 100% auto;
  background-position: 55% center, left top;
  padding: 140px 0;
}



.logoBox img {
  max-height: 70px;
  max-width: 80%;
  object-fit: contain;
}

.logoBox .mt-7 {
  margin-top: 5em;
}

.logoBox .mt-7 img {
  max-height: 80px;
}

.bgBlueWhite img[alt="logo"] {
  max-width: 380px;
  width: 100%;
}

.policySec .clr-higlt {
  align-items: center;
  justify-content: center;
  font-family: quicksand-medium;
}

.inhritfont {
  font-family: quicksand-regular;
}

.font20 {
  font-size: 20px;
}

img[alt="arrow"] {
  width: 30px;
  margin-top: -5px;
}

.bgBlur {
  background: url(../images/rebuid_Branch/connectBlurBg.jpg) no-repeat center center;
  background-size: cover;
/*  background-attachment: fixed;*/ 
 padding-top: 100px;
}

.mh-80 {
  max-height: 500px;
  object-fit: contain;
}

.widAuto {
  width: 60px;
  text-align: center;
  margin: 0 5%;
}

.colCnt {
  min-width: 220px;
}

.colCnt a {
  text-decoration: none;
}

body .colCnt .btn-primary {
  padding: 10px 20px;
}

.testimonials {
  max-width: 500px;
  margin: 0 auto 80px;
}

.testimonials blockquote:before,
.testimonials blockquote:after {
  display: none;
}

.testimonials footer {
  text-align: right;
  padding-right: 10%;
}

.testimonials blockquote {
  margin: 10px 0;
}

.colCnt h2.inpactFont {
  font-size: 2.1rem;
}

.banerBg,
.topBg {
  background-size: cover;
  background-position: center center;
}

.banerBg .w-100.bgImg,
.topBg .w-100.bgImg {
  /*opacity: 0;*/
}

.mx-490 {
    max-width: 490px;
}

.gallryWrap{
  position: relative;
  height: 350px;
  overflow: hidden;
}
.gallryWrap img{
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}
.gallryWrap:hover img{
   transform: scale(1.1 , 1.1);
}
.overWrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  padding: 20px 15px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 500ms ease;
}
.overWrap:hover , .gallryWrap.activeHov .overWrap{
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.overWrap:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  opacity: 0.8;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.88) 36%, rgba(0, 0, 0, 0.72) 69%, rgba(0, 0, 0, 0.72) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.88) 36%, rgba(0, 0, 0, 0.72) 69%, rgba(0, 0, 0, 0.72) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.88) 36%, rgba(0, 0, 0, 0.72) 69%, rgba(0, 0, 0, 0.72) 70%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb000000', endColorstr='#00000000', GradientType=0);
}
.overWrap h3{
  font-family: calibri;
  align-self: flex-start;
  font-size: 1.4rem;
  width: 100%;
  z-index: 5;
}
.overWrap p , .overWrap a{
  transition: all 500ms ease;
  width: 100%;
}

.overWrap a{
  align-self: flex-end;
}

body .sliderWrap img[alt="slider image"]{
  height: 80vh;
  max-height: 700px;
  object-fit: cover;
}
body .sliderWrap .slick-arrow{
    border: 0 !important;
    width: 40px;
    height: 40px;
    background: url(../images/arrowLeft.png) no-repeat center center;
    background-size: 35px auto;
    left: 5% !important;
    z-index: 5;
}
body .sliderWrap  .slick-arrow.slick-next{
   background: url(../images/arrowRight.png) no-repeat center center;
    background-size: 35px auto;
    left: auto !important;
    right: 5% !important;
}
body .sliderWrap ul.slick-dots {
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
body .sliderWrap ul.slick-dots li{
  margin: 2px 4px;
}
body .sliderWrap ul.slick-dots li button{
  background: #929191;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 0;
  padding: 0;
}
body .sliderWrap ul.slick-dots li.slick-active button{
  background: #000000;
}
img.mdlImg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        left: 20px;
    margin: auto;
    z-index: 85;
    object-fit: contain;
}
.btn-info{
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  background-image: linear-gradient(to right, rgba(39, 68, 95,0.7) , rgba(185,217,245,0.8));
  transition: all 500ms ease;
  border: 1px solid rgba(122,153,182,0.8);
  transition: all 500ms ease;
}
.btn-info:hover{
  background-image: linear-gradient(to right, rgba(39, 68, 95,1) , rgba(185,217,245,1));
  border: 1px solid rgba(122,153,182,1);
  color: #fff;
}
.parallax-container{
  min-height: 600px;
  padding: 100px 0;
  max-height: 700px;

}
body .htAuto{
  height: 80vh !important;
  min-height: 400px;
}
.mx-600{
  max-width: 600px;
}

.topBg.parallax-container{
   padding: 50px 0;
   min-height: 400px;
}

.ovrFlow:before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.ovrFlow{
  position: relative;
  overflow: hidden;
}
.ovrFlow > div{
  position: relative;
  z-index: 5;
}
body .rmvShw:after{
  display: none;
}
.fadeUp , .fadeBottom{
  transform: translateY(-120px);
    display: block;
    transition: all 800ms ease;
    opacity: 0;
}
.fadeBottom{
   transform: translateY(120px);
}
.fadeAnimation  .fadeUp ,
.fadeAnimation .fadeBottom{
  opacity: 1;
  transform: translateY(0);
}

/*footer css*/
footer:not(figure footer){
  background: #7c7e80;
  padding: 30px 0;
  color: #fff;
  font-size: 1rem;
}
.footLink , address {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
}
.footLink a , address a , footer a{
  color: #fff;
  text-decoration: none;
  word-break: break-all;
  transition: all 500ms ease-in-out;
}
address a{
 display: block;
}
.footLink a:hover , address a:hover , footer a:hover{
   color: #75b7ee;
}
footer img{
  max-height: 45px;
}
.txt-small{
  font-size: 80%;
}


 
.hide {
  display: none;
}

.active {
  display: block;
}

img[alt="full banner"] {
  min-height: 350px;
  object-fit: cover;
}

.galryBox .hotelImgs {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  flex-wrap: unset;
}

.galryBox .hotelImgs>.col4 {
  width: 33.33%;
  position: relative;
  margin-right: 0;
  margin-bottom: 10px;
  border: 0;
  overflow: hidden;
  border-right: 6px solid #fff;
  transition: all .5s ease-in-out;
  margin: 0;
  min-height: 300px;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
}

.galryBox .hotelImgs>.col4:after {
  display: none;
}

.galryBox .hotelImgs>.col4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .31;
  z-index: 0;
  transition: opacity .3s ease;
}

.galryBox .hotelImgs .hoverBx {
  height: 100%;
  top: 0;
  opacity: 1;
  text-align: center;
  padding-top: 3.5rem;
  text-decoration: none;
  transform: none;
}

.galryBox .hotelImgs.hoverRow>.col4 {
  width: 30%;
  color: #fff;
}

.galryBox .hotelImgs>.col4.hoverState {
  width: 60%;
}

.galryBox .hotelImgs>.col4:last-child {
  border-right: 0;
}

.galryBox .hotelImgs .col4 img {
  display: none;
}

.galryBox .hoverBx h2 {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
  visibility: visible;
  opacity: 1;
}


/*comming soon page css*/

.fullBg {
  height: 100vh;
  position: relative;
  background-size: cover;
  padding: 80px 0;
  min-height: 500px;
}

.comingSoon {
  background: url(../images/commingSoon/bg_soon.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.posAbslte {
  max-width: 500px;
  width: 100%;
  right: 5%;
  position: relative;
  margin: 30px 0;
}

.posAbslte .headTitle h2 {
  font-family: quicksand-regular;
  font-size: 1.3rem;
  margin: 0;
  line-height: 1;
  text-align: left;
}

.commingSoontxt {
  color: #fff;
  background: #5d8fbb;
  font-family: urban;
  font-size: 1.6rem;
  position: absolute;
  left: -100px;
  text-transform: uppercase;
  top: 74px;
  transform: rotate(-45deg);
  padding: 8px 20px;
  box-shadow: 0 8px 12px #000;
  width: 100%;
  text-align: center;
  max-width: 400px;
}

.posAbslte img.imgWtxt {
  margin: -38px;
  max-width: 130px;
  margin-left: -15px;
}

.smallSubHead {
  max-width: 280px;
  margin: 0 auto 40px;
}

.posAbslte h6 {
  font-size: 1.3rem;
}

.posAbslte h6 em {
  color: #9fcffc;
}

a.btn.btn-outline-light,
.inputFields {
  width: 100%;
  border-radius: 0;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  max-width: 75%;
  background: rgb(83 82 82 / 50%);
  transition: all 500ms;
}

.inputFields {
  width: 100%;
  max-width: 100%;
  border: 1px solid #fff;
  font-size: 1.3rem;
  color: #fff;
  height: 45px;
  text-align: center;
}

button.inputFields {
  width: 50px;
  padding: 0;
  text-align: center;
}

.inputFields::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.inputFields:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.inputFields::placeholder {
  color: #fff;
}

a.btn.btn-outline-light:hover,
.inputFields:hover:not(input) {
  background: rgba(255, 255, 255, 1);
  color: #000;
}

.inputJoin {
  max-width: 400px;
  margin: auto;
  display: none;
  width: 100%;
}

.blueclr {
  color: #73b4ea;
}

.inputBx {
  width: calc(100% - 60px);
  margin-right: 10px;
}

.socialTabs {
  display: flex;
  justify-content: center;
  margin: 50px auto 10px;
  list-style: none;
  padding: 0;
}

.socialTabs li {
  margin: 2px 8px;
}

.socialTabs li a {
  transition: all 500ms ease;
  display: block;
  width: 50px;
}

.socialTabs li a:hover {
  opacity: 0.8;
}

.socialTabs+p {
  letter-spacing: 2px;
}

.commingSoontxts {
  position: absolute;
  top: 0;
  left: 0;
}

.commingSoontxts img {
  max-height: 220px;
}

.menuBar {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 28px;
  cursor: pointer;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
}

.menuBar i {
  transition: all 500ms;
}

.menuBar .bi-x,
.sidebarOpen .menuBar .bi-list {
  display: none;
}

.sidebarOpen .menuBar .bi-x {
  display: block;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -102%;
  width: 95%;
  max-width: 400px;
  height: 100vh;
  transition: all 500ms ease-in-out;
  z-index: 999;
  background: url(../images/commingSoon/comimgsoonSidebar.png) no-repeat center top;
  background-size: cover;
  box-shadow: 13px 0 12px rgb(0, 0, 0, 0.8);
}

.sidebarOpen .sidebar {
  left: 0;
}

.showInput .socialTabs {
  margin-top: 20px;
}

.sidebar address {
  background: #282828;
  padding: 30px 20px;
  font-style: normal;
  top: 45%;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  width: 100%;
  font-size: 1rem;
}

.sidebar h6 {
  font-size: 1rem;
  margin: 0 0 5px;
}

.sidebar .bi-x {
  position: absolute;
  top: 20px;
  right: 20px;
  text-shadow: 0 0 8px #000;
  z-index: 5;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
}

.sidebar address a {
  color: inherit;
  text-decoration: none;
}

.sidebar address strong {
  font-size: 1.6rem;
}

.sidebar address a:hover,
.sidebar address strong {
  color: #73b4ea;
}

.foots {
  font-size: 0.9rem;
}

.foots img {
  max-width: 252px;
  padding: 5px 0;
}

/*before after css*/
.beforeAfter{
  overflow: hidden;
}
.beforeAfter .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 900px;
  max-height: 900px;
}
.beforeAfter .container .img {
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1600px 100%;
  
}
.beforeAfter .container .background-img{
  background-image: url("https://i.imgur.com/s08MkXC.jpg");
 
}

.beforeAfter .container .foreground-img {
  width: 50%;
  overflow: hidden;
}
.beforeAfter .container .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 8px);
  height: 100%;
  background: transparent;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 8px;
}
.beforeAfter .container .slider:hover {
  background: transparent;
}
.beforeAfter .container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.beforeAfter .container .slider::-moz-range-thumb {
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.beforeAfter .container .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.beforeAfter .container .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
} 
.beforeAfter .container .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}
/*end of before after css*/

section.homeBnr.parallax-container {
    max-height: none;
    height: auto !important;
}
.pricingTable .hide {
    display: none;
}
.galryBox .hotelImgs.fiveCols > .col4 {
    width: 20%;
}
.galryBox .hotelImgs.fiveCols > .col4.hoverState {
    width: 33.33%;
}
.galryBox .hotelImgs.fiveCols > .col4 .hoverBx{
    padding: 20px;
}
.linePrg{
  padding: 1rem 0;
  margin: 2.2rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.galryBox .hoverBx h2 {
    font-size: 1.2rem;
    }
 .galryBox .hotelImgs.fiveCols > .col4 .hideBox{
  opacity: 0;
  visibility: hidden;
  transition: all 1000ms ease-in-out;
 }   
 .galryBox .hotelImgs.fiveCols > .col4 .hoverBx:hover .hideBox{
  opacity: 1;
  visibility: visible;
 }  
 .pricingCards{
  border: 1px solid #333;
  min-height: 40vh;
  font-family: quicksand-regular;
  border-radius: 0;
 }
 section.pricingTable h2.h2 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: quicksand-medium;
}
.h4{
  font-family: quicksand-medium;
      font-size: 1.2rem;
}
body .hotelImgs.fiveCols .btn{
  text-transform: uppercase;
  font-size: 1.1rem;
}

/*header dropdown css*/
  header .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    -webkit-box-shadow: 0 10px 25px 0 rgb(68 68 68/15%);
    box-shadow: 0 10px 25px 0 rgb(68 68 68/15%);
    background: rgba(0,0,0,0.6);
    min-width: 190px;
    border-radius: 0;
    padding: 0;
    border: 0;
    border: 1px solid #fff;
  }
  .mainHeader .navbar-nav>.nav-item>.nav-link {
    padding: 12px;
}
  header .navbar-nav .dropdown-menu > li:hover > a{
    background: rgba(0,0,0,0.6) !important;
  }
header .navbar-nav .dropdown-menu > li > a{
  padding: 12px;
    font-size: 12px;    
  color: #bfbfbf;
    border-bottom: 1px solid #787676;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
}
header .navbar-nav .dropdown-menu ul.dropdown-menu {
    left: 100%;
    top: 0;
}
header .navbar-nav .dropdown-menu > li:last-child > a{
  border-bottom: 0;
}
header .navbar-nav .dropdown-menu > li:hover > a{
  border-bottom: 1px solid #fff;
}
header .navbar-nav .dropdown-menu > li:hover > a ,
header .navbar-nav .dropdown-menu > li > a.arrowUp{
  color: #fff;
}
header .navbar-brand{
  padding: 0;
}
a.dropdown-item.arrowShow:before {
    position: absolute;
    content: "" !important;
    right: 10px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    transition: all 500ms ease-in-out;
    display: block !important;
}
header .navbar-nav .dropdown-menu > li{
  position: relative;
}
.dropdown-menu > li:hover a.dropdown-item.arrowShow:before ,
header .navbar-nav .dropdown-menu > li > a.arrowUp:before{
  border-left: 8px solid #fff;
}
/*end of header Dropdown*/

.overWrap p , .overWrap a{
  opacity: 0;
}
.overWrap:hover p , .overWrap:hover a ,
.gallryWrap.activeHov p , .gallryWrap.activeHov a{
  opacity: 1;
}
.videoBg{
  position: absolute !important;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.videoBg video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.videoBg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media (min-width: 768px){
.magiclBox + .banerBg {
    min-height: unset;
    height: auto !important;
    padding: 160px 0 60px;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-height: 800px;
}
.magiclBox + .banerBg .contentWrap {
    position: static;
    transform: none; 
        margin-left: 80px;   
            max-width: 500px;
}
.txtImgCnt .mx-600 {
    padding: 2rem 0;
}

}

@media (min-width: 992px){
  header .navbar-nav .dropdown-menu > li:hover ul.dropdown-menu{
    display: block;
  }
  header .navbar-expand-lg {
    padding: 10px 2.5rem;
}
  header .w-lg-100{
    width: 100%;
  } 
  .mainHeader .navbar-nav>.nav-item:not(.callBtn)>.nav-link {
    padding:  3px 0;
    margin: 0 10px;
    white-space: nowrap;
  }
  
  .mainHeader .navbar-nav>.nav-item:not(.callBtn) >.nav-link:before{
  left: 0;
  width: 0;
  transition: all 500ms ease;
  height: 1px;
  background: #fff;
  content: "";
  bottom: 0;
  position: absolute;
}
.mainHeader .navbar-nav>.nav-item:hover>.nav-link:before ,
.mainHeader .navbar-nav>.nav-item:not(.callBtn) >.nav-link.active:before{
  width: 100%;
}
.mainHeader .navbar-nav>.nav-item.callBtn{
  white-space: nowrap;
}

}

@media (min-width: 1200px) {
  .h1 {
    font-size: 2.7rem;
  }
.w-md-80 {
    width: 80%;
  }

  .colCnt h2.inpactFont {
    font-size: 3rem;
  }
 
  
}

@media (min-width: 1400px) {
  .homeBnr {
    padding: 140px 0 30px;
  }

  .headTitle h2 {
    font-size: 3.5rem;
  }

  .headTitle {
    max-width: 780px;
  }

  .headTitle h5 {
    font-size: 1.8rem;
  }

  .titleHead {
    font-size: 2.2rem;
  }

  .hotelImgs .col-lg-4 {
    margin-top: 50px;
  }

  h4.titleHead .imgWtxt {
    width: 201px;
    margin: -28px;
  }

  .titleHead {
    min-height: 60px;
  }

  .arwImg:after {
    left: 88%;
    top: 70%;
  }

  body .fixFont {
    font-size: 28px;
  }
  .mainHeader .navbar-nav>.nav-item:not(.callBtn)>.nav-link, 
  .mainHeader .navbar-nav>.nav-item.callBtn > span , .callBtn a,
  header .navbar-nav .dropdown-menu > li > a{
    font-size: 15px;
  }
  .mainHeader .navbar-nav>.nav-item:not(.callBtn)>.nav-link{
    margin: 0 12px;
  }
}

@media (min-width: 1600px) {
  body .container {
    max-width: 1420px;
  }

  .mainHeader .navbar-nav>.nav-item>.nav-link {
    padding: 0 25px;
  }

  .mnLogo img {
    max-height: 42px;
  }

  .homeBnr {
    padding: 280px 0 30px;
  }

  .headTitle {
    max-width: 1000px;
  }

  img.imgWtxt {
    margin: -38px;
    max-width: 396px;
    margin-left: -30px;
  }

  .headTitle h5 {
    font-size: 2.5rem;
  }

  .contentWrap {
    max-width: 690px;
  }

  .mxw-70 {
    max-width: 450px;
  }

  .h1 {
    font-size: 3rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .logoBox img {
    max-height: 100px;
  }

  .logoBox .mt-7 img {
    max-height: 120px;
  }
  .magiclBox + .banerBg .contentWrap {  
            max-width: 650px;
            font-size: 1.5rem;
    }

    .mainHeader .navbar-nav>.nav-item:not(.callBtn)>.nav-link, 
  .mainHeader .navbar-nav>.nav-item.callBtn > span , .callBtn a,
  header .navbar-nav .dropdown-menu > li > a{
    font-size: 18px;
  }
  .mainHeader .navbar-nav>.nav-item:not(.callBtn)>.nav-link{
    margin: 0 15px;
  }
}

@media (min-width: 1700px) {
  body {
    font-size: 1.3rem;
  }

  .homeBnr {
    padding: 180px 0 60px;
  }

  .headTitle h2 {
    font-size: 4.1rem;
  }

  .headTitle {
    max-width: 860px;
  }

  .headTitle h5 {
    font-size: 2rem;
  }

  .titleHead {
    font-size: 2.8rem;
  }

  .hotelImgs .col-lg-4 {
    margin-top: 80px;
  }

  img.imgWtxt {
    max-width: 359px;
  }

  h4.titleHead .imgWtxt {
    width: 220px;
    margin: -28px;
    margin-left: -38px;
  }

  .titleHead {
    min-height: 60px;
  }

  .hotelImgs .col4 {
    width: 360px;
    height: 360px;
  }

  .arwImg:after {
    left: 90%;
    top: 70%;
  }

  .sliderClient .imgBox img {
    height: 240px;
  }

  .inpactFont {
    font-size: 3.5rem;
  }
  .mainHeader .navbar-nav>.nav-item.callBtn {
    margin-left: 4%;
  }
}

@media (min-width: 1500px) {
  .smallSubHead {
    max-width: 380px;
    margin: 0 auto 60px;
  }

  .posAbslte .headTitle h2 {
    font-size: 1.7rem;
  }

  .posAbslte img.imgWtxt {
    max-width: 174px;
  }

  .posAbslte h6 {
    font-size: 1.6rem;
  }

  .posAbslte {
    max-width: 600px;
  }

  a.btn.btn-outline-light {
    margin-top: 1.5rem;
  }

  .commingSoontxts img {
    max-height: 330px;
  }

  .sidebar {
    width: 95%;
    max-width: 40%;
  }

  .posAbslte {
    right: 16%;
  }

  .sidebar address strong {
    font-size: 2.4rem;
  }

  .sidebar address,
  .sidebar h6 {
    font-size: 1.6rem;
  }

  .foots img {
    max-width: 320px;
    padding: 10px 0;
  }

  .foots {
    font-size: 1.1rem;
  }

  a.btn.btn-outline-light {
    font-size: 1.7rem;
  }
  .galryBox .hotelImgs>.col4 {
    height: 500px;
  }
}


@media (min-width: 2000px) {
  .homeBnr {
    padding: 220px 0 70px;
  }

  .logoBox img {
    max-height: 130px;
  }

  .logoBox .mt-7 img {
    max-height: 150px;
  }
  .galryBox .hotelImgs>.col4 {
    height: 500px
  }

}
@media (min-width: 992px) and  (max-width: 1199px)  {
  .mainHeader .navbar-nav>.nav-item>.nav-link {
    padding: 3px 5px;
    font-size: 10px;
    white-space: nowrap;
   }
   .mainHeader .navbar-nav>.nav-item.callBtn > span {
    font-size: 10px;
    white-space: nowrap;
   }
   .mainHeader .navbar > .w-lg-100{
      width: 100%;
   }
}

@media (max-width: 1200px){
  .gallryWrap {
    height: 300px;
  }
  .overWrap{
    font-size: 14px;
  }
  .overWrap p br{
    display: none;
  }
  .overWrap h3{
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 991px) and (min-width: 768px){
    img[alt="arrow"] {
    width: 20px;
}
.policySec .clr-higlt{
  font-size: 1.2rem;
}
}
@media (max-width: 991px) {
  .mainHeader .navbar-nav>.nav-item:not(.callBtn)>.nav-link {
    padding: 20px 0;
    border-bottom: 1px solid #3f3d3d;
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    width: 100%;
}
.magiclBox + .banerBg {
    padding: 100px 0 60px;
    }
 header .navbar-nav .dropdown-menu    {
   position: relative;
   top: 0;
   left: 0
 }
 header .navbar-nav .dropdown-menu ul.dropdown-menu {
    left: 0;
    top: 0;
    position: relative;
}
.arrowShow:before {
    transform: rotate(90deg);
}
.arrowUp.arrowShow:before{
  transform: rotate(270deg);
  border-left: 8px solid #fff;
}

.mainHeader .navbar-nav>.nav-item{
  flex-wrap: wrap;
}
.homeBnr{
  height: auto !important;
}

  .contentWrap {
    right: 2%;
  }

  .contentLeft {
    right: auto;
    left: 2%;
  }

  .slick-slider .slick-arrow {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .slick-slider .slick-arrow.slick-prev {
    border-right: 15px solid #75b7ee;
    left: -26px;
  }

  .slick-slider .slick-arrow.slick-next {
    border-left: 15px solid #75b7ee;
    right: -26px;
  }

  blockquote:before,
  blockquote:after {
    width: 25px;
    height: 18px;
    background-size: 22px auto;
    left: -30px;
  }

  blockquote:after {
    transform: rotate(180deg);
    left: auto;
    right: -20px;
  }

  .row.teamConnect {
    overflow: auto;
    flex-wrap: unset;
    padding-bottom: 20px;
  }

  .row.teamConnect>div {
    min-width: 200px;
  }

  .contentWrap {
    max-width: 450px;
  }

  .clientQuote {
    padding: 0 15px;
  }

  .teamVieWrap:hover .teamViews,
  .activeCol .teamVieWrap .teamViews {
    left: 0;
  }

  .bgBlueWhite {
    background-size: auto 250px, 100% auto;
  }

  .bgBlueWhite.handPos {
    background-image: url(../images/rebuid_Branch/superServcAwrd.png), url(../images/rebuid_Branch/blueBgLf.jpg);
    background-repeat: no-repeat, repeat-y;
    background-size: auto 40%, 100% auto;
    background-position: 57% center, left top;
  }
  .parallax-container{
    height: auto !important;
    min-height: 500px;
  }
  a.dropdown-item.arrowShow + ul.dropdown-menu {
    display: none !important;
}
  a.dropdown-item.arrowShow.arrowUp + ul.dropdown-menu {
    display: block !important;
}
header .navbar-nav .dropdown-menu > li > a.arrowUp {
    background: #000;
    color: #fff;
}

}

@media (max-width: 767px) {
  .headTitle h2 {
    font-size: 2rem;
    display: block;
  }
img.mdlImg{
  position: static;
  display: block;
  margin: 5px auto;
  transform: none;
  height: auto !important;
}
  .headTitle h5 {
    display: block;
    margin: 0;
    font-size: 1.1rem;
    left: 0;
    margin-top: 0.5rem;
  }

  .overWrap{
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

  .callBtn {
    font-size: 12px;
  }

  img.imgWtxt {
    margin: -52px;
    max-width: 230px;
    margin-left: -20px;
  }

  .hotelImgs .col-lg-4 {
    margin-top: 20px;
  }
.fullScle{
  display: none;
}
  section .row .row.justify-content-center {
    padding: 0 15px;
  }

  .bgBlueWhite,
  .bgBlueWhite.handPos {
    background-size: cover;
    background: #fff;
    padding: 40px 0;
  }

  .mdlTxt {
    margin-top: 10%;
  }

  .bgBlueWhite img[alt="logo"] {
    margin: 20px auto;
    max-width: 250px;
  }

  .logoBox>div {
    max-width: 400px;
    margin: auto;
  }

  .logoBox .mt-7 {
    margin-top: 3em;
  }

  .scaleUpBg {
    height: 100%;
    display: none;
  }

  .scaleUp {
    background: #75b7ee;
    padding: 40px 0;
    margin: 30px auto;
  }

  .policySec {
    padding: 60px 0 !important;
  }

  .galryBox .hotelImgs {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .galryBox .hotelImgs>.col4.hoverState,
  .galryBox .hotelImgs.hoverRow>.col4,
  .galryBox .hotelImgs>.col4 {
    width: 100%;

    border-right: 0;
  }

  .galryBox .hotelImgs>.col4:not(:last-child) {
    margin-bottom: 10px;
  }
  .galryBox .hotelImgs.fiveCols{
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: unset;
    overflow-y: auto;
  }
 .galryBox .hotelImgs.fiveCols > .col4 {
    width: 90% !important;
    max-width: 320px;
    margin-right: 5px;
    min-width: 300px;
}
  .galryBox .hotelImgs.fiveCols > .col4:first-child{
    margin-left: 0;
}
.galryBox .hotelImgs.fiveCols > .col4:last-child{
  margin-right: 0;
} 
.galryBox .hotelImgs.fiveCols > .col4 .hideBox {
    opacity: 1;
    visibility: visible;
}

.parallax-container {
    height: auto !important;
    min-height: 300px;
    padding: 50px 0;
    
}

.contentWrap {
    position: static;
    transform: none;
    margin: auto;
    }
    .contentWrap *{
      text-shadow: 0 0 4px #000;
    }
    .contentWrap .btn{
      text-shadow: none;
    }
    body .sliderWrap img[alt="slider image"]{
      height: 300px;
    }
}

@media (max-width: 575px) {
  .h1 {
    font-size: calc(1.4rem + 1vw);
  }

  .h3 {
    font-size: calc(1.1rem + .7vw);
  }

  .list .col {
    flex: unset;
    margin-bottom: 15px;
}

  img.imgWtxt {
    max-width: 200px;
    margin: -20px;
  }

  .calibriFont {
    font-size: 1rem;
  }

  .headTitle h2 {
    font-size: 2rem;
  }

  .homeBnr .headTitle h5 {
    font-size: 1rem;
    margin-top: 0.2rem;
  }

  .starRat {
    font-size: 2rem;
  }

  .starRat:before,
  .starRat:after {
    width: 30px;
    height: 18px;
    background: url(../images/quateIcon.png) no-repeat center center;
    background-size: 22px auto;
    left: -35px;
  }

  .starRat:after {
    left: auto;
    right: -35px;
  }

  .starRat li {
    margin: 0 5px;
  }

  .bgImg {
    min-height: 420px;
  }

  .qouteBox {
    padding: 1rem 1.2rem;
    font-size: 1rem;
  }

  img.subLogo {
    height: 26px;
  }

  .container,
  .container-sm {
    width: 98%;
  }

  .contentWrap,
  .contentLeft {
    right: 0;
    left: 0;
    margin: auto;
    max-width: 370px;
    text-align: center;
  }

  .mxw-70 br {
    display: none;
  }

  .contentWrap .h1 {
    font-size: 2rem;
    line-height: 1;
  }

  .banerBg .btn-primary {
    display: block;
  }

  .widAuto {
    width: 100%;
    text-align: center;
    margin: 5% 0;
  }

  .widAuto h3 {
    text-align: center;
  }

  .galryBox .hotelImgs>.col4>img {
    min-height: 250px;
  }

  .posAbslte {
    margin: 20px auto;
    padding: 5px 15px;
    right: 0;
  }

  .commingSoontxt {
    font-size: 1.2rem;
    left: -94px;
    top: 36px;
    max-width: 300px;
  }

  .commingSoontxts img {
    max-height: 170px;
  }

  a.btn.btn-outline-light {
    max-width: 100%;
  }

  .comingSoon {
    background: url(../images/commingSoon/imgpsh_fullsize_anim.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }

  .comingSoon:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
  }

  .homeBnr {
    background-attachment: scroll;
  }
  body .sliderWrap img[alt="slider image"] {
    height: 200px;
}
.galryBox .hotelImgs:not(.fiveCols)>.col4{
  height: 300px;
}
.parallax-container.bgTp{
  padding: 200px 0 20px;
  background-position: center top !important;
}
}

@media (max-width: 420px) {
  .headTitle h2 {
    font-size: 2rem;
  }

  .headTitle h5 {
    font-size: 0.7rem;
    margin-top: 0.2rem;
  }

  .sidebar address {
    top: 43%;
  }

}

@media (max-width: 350px) {
  .contentWrap {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    padding: 0 10px;
    font-size: 12px;
  }

  .mnLogo img {
    max-height: 30px;
  }

  .contentWrap .h1 {
    font-size: 1.7rem;
    line-height: 1;
  }
}

@media (min-height: 600px) {
  .homeBnr {
    padding: 150px 0 30px;
  }
}

@media (min-height: 700px) {
  .homeBnr {
    padding: 180px 0 30px;
  }
}

@media (min-height: 850px) {
  .homeBnr {
    padding: 260px 0 30px;
  }
}

@media (min-height: 1000px) {
  .homeBnr {
    padding: 300px 0 30px;
  }
}

@media (min-height: 1200px) {
  .homeBnr {
    padding: 400px 0 30px;
  }
  .galryBox .hotelImgs>.col4 {
    height: 400px;
  }
}






.parallax1, .parallax2, .parallax3{
  min-height: 700px;
 background-attachment: fixed;
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  
}
.parallax1 {
  background-image: url("../images/bgNew_bathroom.png");
  
}
.parallax2 {
  background-image: url("../images/bgNew_2.jpg");

}
.parallax3 {
  background-image: url("../images/bgNew_upgrade.jpg");
  
  

}


@media only screen and (max-width: 900px) and (min-width: 300px)  {

  .beforeAfter .container{
     max-height: 400px;
  }
}