.c-site-head__logo img {
    max-width: 230px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgba(135, 150, 165, .1);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #0065ab;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: rgba(135, 150, 165, .1);
}

.res_img {
    max-width: 100%;
}

.c-preloader__inner img {
    max-width: 500px;
}

.c-consent {
    opacity: 0;
}

/*.c-hero-sb__borders {
    cursor: pointer !important;
    z-index: 99999;
}*/
.c-preloader__circle {
    width: auto;
    height: auto;
}

.c-preloader__circle canvas {
    opacity: 0;
}

.text-justify {
    text-align: justify;
}

.txt_p p {
    margin-bottom: 15px;
}

.blur_img img {
    filter: blur(2px);
}

.c-site-foot__logo img {
    width: 360px;
}

.c-site-foot__copyright {
    display: flex;
}

.c-site-foot__copyright img {
    margin: 0 6px;
    max-width: 20px;
    position: relative;
    top: 3px;
}

.c-site-foot__copyright {
    display: flex;
}

.c-site-foot__menu {
    align-items: center;
}

.contact-list li {
    margin-bottom: 15px;
    padding-left: 40px;
    list-style: none;
}

.contact-list li i {
    position: absolute;
    color: #fff;
    margin-left: -45px;
    /* margin-top: 5px; */
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #fff3;
    padding: 8px;
    border-radius: 5px;
    background: #0b85d994;
}

.contact-list li i.fa-phone {
    transform: rotate(90deg)
}

.contact-list li:hover a {
    color: #0881e4
}

.contact-list a:hover {
    color: #f3f3f3;
}

.social-icons i {
    color: #0065ab;
    padding: 10px;
    border: 1px solid #0065ab45;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}

.social-icons {
    display: inline-flex;
}

.cardSpace {

    width: 270px;
    height: 450px;
    transition: transform 300ms;
    margin: 66px;

}

.cardShadow {

    width: 90%;
    height: 90%;
    position: relative;
    z-index: 3;
    top: 18%;
    left: 5%;
    background-size: cover;
    animation: backgroundPosition 15s infinite;
    border-radius: 63px;
    filter: blur(45px);
    transition: transform 300ms, filter 300ms;

}

.card {

    width: 100%;
    height: 100%;
    position: relative;
    z-index: 6;
    bottom: 90%;
    overflow: hidden;
    border-radius: 63px;

}

.cardBackground {

    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    background-size: cover;
    animation: backgroundPosition 15s linear infinite;
    filter: blur(45px);

}

.cardBlurLayer {

    width: 100%;
    height: 100%;
    position: relative;
    z-index: 6;
    bottom: 100%;
    background-color: rgba(0, 0, 0, 0.15);

}

.cardInside {

    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    bottom: 200%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

}

.imgSpace {

    width: 100%;
    height: 270px;

}

.imgSpace div {

    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 63px;
    margin: 12px;
    box-shadow: 0 0 33px -9px black;
    transition: width 300ms, height 300ms, border-radius 300ms, transform 300ms;

}

.userInfo {

    width: 100%;
    flex-grow: 1;

}

.userInfo h2 {

    font-size: 2.1em;
    margin: 15px 15px 0 15px;
    text-shadow: -6px -15px 5.1px rgba(255, 255, 255, 0.33);
    opacity: 51%;
    transition: text-shadow 300ms;

}

.userInfo p {

    font-size: 0.9em;
    margin: 3px 24px;
    opacity: 33%;

}

.buttons {

    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;

}

.buttons button {

    width: 180px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.33);
    margin: 12px;
    border-radius: 63px;
    box-shadow: 0 0 33px -9px black;
    font-size: 0.9em;
    transition: 300ms;

}

.cardSpace:hover {

    transform: scale(1.11, 1.11);

}

.cardSpace:hover .cardShadow {

    transform: scale(1.05, 1.05);
    filter: blur(51px);

}

.cardSpace:hover .imgSpace div {

    width: 246px;
    height: 246px;
    border-radius: 63px;

}

.cardSpace:hover .userInfo h2 {

    text-shadow: 6px -15px 5.1px rgba(255, 255, 255, 0.33);

}

.imgSpace div:hover {

    transform: scale(0.96, 0.96);

}

.buttons button:hover {

    width: 201px;

}

.buttons button:active {

    transform: scale(0.96, 0.96);

}

@keyframes backgroundPosition {

    0% {

        background-position: left;

    }

    50% {

        background-position: right;

    }

    100% {

        background-position: left;

    }

}

.footer_social {
    position: absolute;
    top: 60%;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    width: 30%;
}

.social-icons li {
    margin: 0 5px;
}

span.currentyear {
    margin: 0 5px;
}

.presses__item img {
    width: 80px;
    background: #f3f3f3;
    padding: 10px;
    margin: -70px auto 15px;
    outline: 1px solid #378e9545;
    outline-offset: 5px;
    border-radius: 20px 0;
}

.presses__item .rel {
    border: 1px solid #378e9569;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.presses__item img:hover {
    background: #fff;
}

.presses__item .rel:hover {
    margin-top: -10px;
    transition: 1s;
}

.bg_white {
    background: #fff;
}

.c-home-lifestyle {
    background-color: #1a74b352;
}

.c-slide-item--1 {
    filter: blur(4px);
}

.call_us {
    position: fixed;
    right: 40px;
    z-index: 9999999;
    top: 40px;
}

.pulse-button {
    position: relative;
    margin-top: 40px;
    width: 55px;
    transition: .5s;
    height: 55px;
    border: none;
    box-shadow: 0 0 0 0 rgb(204 212 218);
    border-radius: 50%;
    background-color: #005895;
    background-image: url(../images/call.webp);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.call_us {
    position: fixed;
    right: 40px;
    z-index: 99;
    top: 3px;
}

.c-site-head-menu,
.c-site-head__nav {
    margin-right: 20px;
}

a.whatsapp-icon {
    left: auto;
    bottom: 20px;
    position: fixed;
    z-index: 99999;
    font-size: 32px;
    border-radius: 0;
    line-height: 45px;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 70px;
}


.whatsapp-icon svg {
    width: 100% !important;
    height: 100% !important;
    padding: 25% !important;
    fill: #fff;
}

.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #3190E7;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}
.sec_rewards {
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
.sec_rewards .content_txt{
    position: absolute;
    left: 10%;
    top: 14%;
    width: 28%;
}
.sec_rewards h5 {
    
    line-height: 54px;
    font-size: 40px;
    color: #fff;    
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: -1px -1px 4px black;
}
.clearfix{
    clear: both;
}
.content-desc-sec__button {
    background: #005895;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 0 20px;
    color: #fff;
}

.sec_rewards h5 {
    line-height: 54px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: -1px -1px 4px black;
    margin: 40px 0;
}
.sec_rewards .content_txt {
    position: absolute;
    left: 10%;
    top: 14%;
    width: 28%;
    background: #00589585;
    padding: 20px 20px;
    outline: 1px solid #fff;
    outline-offset: -7px;
}
.content_txt img {
    max-width: 200px;
    margin: 10px 0;
    filter: drop-shadow(-8px 4px 14px #3335);
}
.sec-title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	position: relative;
}
.sec-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background: #000;
}
.sec-title h2 {
	font-size: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--blue);
}
.sec-title p {
	font-size: 18px;
	line-height: 28px;
}
.testimonial-area {
	background: var(--blue);
	position: relative;
	z-index: 2;
	/*padding: 50px 0;*/
}
.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
    border: 2px solid #adcbe0;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
    margin: 0 5px;
}
.single-testimonial p {
          max-height: 230px;
	/*color: #fff;*/
	font-size: 15px;
	line-height: 24px;
	padding: 50px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 34px 15px;
}
.single-testimonial::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	background-position: 34px 19px;
}
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #f3f4f4;
	border-radius: 30px;
}
.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #f3f4f4;
	border-radius: 30px;
}
.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #f3f4f4;
	border-radius: 30px;
	z-index: 1;
}
.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #f3f4f4;
	border-radius: 30px;
	z-index: 1;
}
.client-video {
	padding-right: 15px;
}
.client-info {
	position: relative;
	z-index: 3;
}
.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}
.client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    margin: 10px 0;
}
.client-info span {
	display: inline-block;
	/*color: #fff;*/
	font-size: 12px;
}
.sec-title.white-title h2 {
	color: #fff;
}
.owl-dots button {
	background: #fff !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button.active {
	width: 30px;
}

.head_title h2{
    position: relative;
}
.testimonial-area h2.c-home-lifestyle__title {
    color: #0065ab;
}

.testimonial-area h2.c-home-lifestyle__title {
    color: #0065ab;
}
.testimonial-area .c-pips-pip {
    border: 1px solid #0065ab;}
body{
    overflow-x: hidden;
}
.c-site-head--normal .c-site-head__logo img {
        filter: brightness(0) invert(1);
}
.sec_rewards {
    transform: none !important;
    position: relative;
}

.about_sec .o-h3 span {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 12px;
}
.about_sec .o-h3{
    display: flex;
    align-items: center;}

.hi-icon-effect-8 .hi-icon {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.no-touch .hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

/*.hi-icon img{
    padding: 15px;}*/

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 120px;
    height: 120px;
	/*border-radius: 50%;*/
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


.hi-icon {
    padding: 25px;
}

.hi-icon-effect-8 .hi-icon {
  /*  outline: 1px solid #3333331a;*/
    outline-offset: 5px;
}
.hi-icon-effect-8 .hi-icon:hover {
    outline: none;
}
.sec_padding{
    padding: 100px 0;
}

.overlay{
    position: relative;
}
.overlay:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #14151570;
    z-index: 2;
}



.c-site-head__logo img {
    z-index: 99999999;
}
.dark.menu-is-open .c-site-head a, .light .c-site-head a {
    color: #fff;
    pointer-events: all;
}

.c-img-txt__img_contact {
    max-height: 20rem;
    min-height: 33vw;
    order: 2;
    width: 40%;
}



.c-mobile-nav__inner {
    align-items: center;
    background-image: url(../images/wyndham_menu_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.galleries-hero {
    height: 85vh;}
.wd_45{
        max-width: 47% !important;
    text-align: justify;
}

.sub_heading {
font-size: 20px;
    padding-bottom: 15px;
    display: block;
    color: #005895;}


.homepage .c-hero__title {
    left: unset;
    color: #fff;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-39%, 100%);
    width: 90%;
    z-index: 3;
}

.ul_li li {
    list-style: circle;
}

.ul_li{
    padding-left: 20px;
}

.ul_li li::marker {
    
    color: #005895;}
.scroll_dhead {
    opacity: 0 !important;
}
  .c-site-head--sticky .c-site-head__logo img {
    max-width: 180px;
}
    .c-site-head--sticky{
        background: #fff;
        height: auto;
    }
.c-site-head--sticky {
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-site-head-bg{
    background: unset;
}

.call_us {
    z-index: 9999;}


.bg_form {
    background: #fff;
    padding: 35px;
}
.contact_form input, .contact_form textarea, .contact_form select {
    padding: 13px 20px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #00589526;
    /*margin: 10px 20px;*/
    border-radius: 10px;
}
.cus_btn{
    padding: 0 20px;
}

i#form_process {
    margin: 15px;
}

@-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden}

#error_data {
    color: red;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: normal;
    display: block;
    width: 100%;
}
.cus_btn{
background: #1672b1;
    color: #fff;
    padding: 10px 20px;}

.bg_form {
    width: 50%;
    margin: 0 auto;
}

i#form_process {
    margin: 15px;
    width: 20px;
    height: 20px;
    max-width: 20px;
}

.testimonial-content .owl-nav {
    display: none;
}

.testimonial-content .owl-dots button {
    
    background: #005895 !important;
}


.wd_auto{
    width: auto !important;
}
.wtd_50{
    width: 50%;
}
button.js-close-gm {
    position: absolute;
    right: 10%;
    z-index: 999999999999999999999999999999;
}
.gm {
    background-color: #000000d6!important;}

.galleries-item__title {
    padding: 0rem 1.5rem;
    font-family: 'Noto Serif Georgian', serif;
}

.gallery-items {
    grid-template-columns: repeat(3, 1fr);
}
a.cb {
    z-index: 9999999999999;
}

h1.galleries-item__title.o-h4 {
    font-size: 25px;
}

.gallery-items .gm-texts {
    margin: 0 auto;
    padding-top: 15px;
}



.ul_li li{
    list-style: square;
}
.ul_li li li{
    list-style: circle;
}

.div_bg_cus .div_1 {
    background: #ffff;
    padding: 40px;
    margin-bottom: 25px;
    height: 100%;
}

.div_1  h3.o-h3.c-content__title {
    font-size: 30px;
}
.mb_40{
    margin-bottom: 40px;
}
.div_bg_cus img {
    margin-bottom: 20px;
}
.div_bg_cus .div_1{
    
padding-bottom: 0;
    margin-bottom: 50px;}


.div_bg_cus .col-sm-6 {
    margin-bottom: 70px;
}
.div_1{
    position: relative;
}

.div_1 .btn_div {
    position: absolute;
    bottom: -28px;
    margin-top: 0 !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 40%;
}
.white_bg{
    background: #fff !important;
}
.bg_form {
    width: 50%;
    margin: 0 auto;
    background: #f3f3f3;
}
.white_bg{
    background: #fff;
}
.postbox__area ul.ul_li {
    padding-left: 20px;
}

.o-h3 {
    font-size: 2rem;
    font-family: 'Noto Serif Georgian', serif;
}

.o-h4{
    font-family: 'Noto Serif Georgian', serif;
}
.hi-icon-effect-8 p {
    margin-bottom: 10px;
    color: #005895;
}
.amenities_page .hi-icon-effect-8 p {
    color: #4c4c4c;
    font-weight: 500;
   /* background: #ffffffa1;*/
    border-radius: 10px;
    padding: 5px;
    font-weight: 900;
    /*border: 1px solid #3331;*/
}

.room_page h3 span {
    font-size: 20px;
}

.cus_table {
    background: #fff;
    padding: 15px;
    border: 1px solid #3333;
}

.cus_table td {
    text-align: center;
    padding: 10px;
}



.cus_table ul.ul_icon li {
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.cus_table ul.ul_icon {
    padding-left: 10px;
}

.cus_table .title p {
    margin-bottom: 0;
    background: #f3f3f3;
    padding: 5px;
}

.cus_table td {
    text-align: center;
    padding: 10px;
}

.brd_r {
    border-right: 1px solid #3333;
}
.cus_table ul.ul_icon li i {
    position: absolute;
    left: -2px;
    top: 8px;
}
.topbar {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 9999999;
}

.topbar ul.ul_icon {
    display: flex;
}

.topbar .ul_icon li {
    margin: 0 10px;
}
.topbar i.fa.fa-phone {
    transform: rotate(90deg);
}

.topbar .ul_icon i {
    background: #0061a4;
    width: 25px;
    font-size: 11px;
    height: 25px;
    border-radius: 10px;
    outline: 1px solid #fff5;
    text-align: center;
    outline-offset: 3px;
    right: -4px;
    top: -4px;
    position: relative;
    text-align: center;
    line-height: 25px;
}


.bg_lblue{
    background-color: #bddbf0;
}
.mb_20{
    margin-bottom: 20px;
}
.book_now_sec p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}

.book_now_sec .o-padding-s {
    padding: 75px 0 100px 0;
}

.book_now_sec{
    background: url(../images/book_now_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.book_now_sec.overlay{
    position: relative;
}
.book_now_sec.overlay:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffa1;
}

span.small_head {
    font-size: 20px;
}

#close i.fa.fa-times {
    cursor: pointer;
        text-align: center;
    font-size: 28px;
    color: #fff;
    background: #005895;
    padding: 5px;
    width: 40px;
    height: 40px;
}
a#close {
    position: absolute;
    right: -20px;
    display: block;
    top: -20px;
}
.read_more {
    cursor: pointer;
    border-bottom: 1px solid #005895;
    display: table-cell;
    color: #005895;
    font-weight: 500;
}
.res_img{
    max-width: 100%;
}

.popup .ul_li li {
    list-style: square;
    width: 33.33%;
    float: left;
}
.popup h4 {
    color: #0065ab;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media (max-width: 767px) { 
    body .wd_60{
        max-width: 100%;
        padding-bottom: 50px;
    }
    .topbar ul.ul_icon {
    display: flex;
    margin-bottom: 0;
}
    .topbar{
    position: relative;
    top: unset;
        margin-right: 10px;}
    
    
    .topbar li span {
    display: none;
}
    .popup .ul_li li {
    list-style: square;
    width: 100%;
    float: left;
}
    .modal-dialog a.c-btn{
        
        margin-top: 10px;
        margin-bottom: 15px;
    }
.modal-dialog {
    max-width: 80%;
    margin: 50px auto;
    }}
.over_scroll{
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ml_0{
    margin-left: 0;
}

.book_now_sec h1{
    border-bottom: 1px solid;
}

.c-hero-sb__arrows span:first-child{
    cursor: pointer;
}



a:hover {
    --bs-link-color-rgb: unset;
}

footer .contact-list li:hover a {
    color: #ddd;
}

.hi-icon img {
    opacity: .7;
}

.icon_div div {
    
    background: #fff;
    margin: 22px;
}

.hi-icon-effect-8 .hi-icon {
    margin-bottom: 0;
    cursor: default;
}
ul.ul_li {
    text-align: left;
}
h1.c-cta__title.o-h2.u-lowercase.u-txt-center.mb_20 {
    text-align: left;
}

.room_page .icon_div p{
    text-align: center;
    padding-bottom: 20px;
}
.pb_100{
    padding-bottom: 100px;
}
.txt-center{
    text-align: center;
}
.wd_60{
    max-width: 60%;

}