body,
html {
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
	color: #2c2c2c;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	scroll-behavior: smooth;
}

::-moz-selection {
	background-color: #1673ce;
	color: white;
}

::selection {
	color: #079e91;
}

a,
a>*,
button,
button>* {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: normal;
	line-height: 24px;
	color: #748491;
}

a.btn {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 0;
	width: 174px;
	height: 41px;
	display:flex;
	align-items: center;
	justify-content: center;
}

a:focus,
a:hover,
a>:focus,
a>:hover,
button:focus {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #1b75bc;
}

a:hover i.fa {
    color: #00a99b;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	display: inline-block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.row-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

p {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #4C4E63;
}

h1 {
	font-weight: bold;
	font-size: 50px;
	line-height: 53px;
	color: #FFFFFF;
}

h2 {
	font-size: 40px;
	line-height: 43px;
	text-align: center;
	color: #FFFFFF;
}

h3 {	
	font-weight: 600;
	font-size: 38px;
	line-height: 40px;
	color: #42537C;
}

h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #42537C;
}

h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	color: #4C4E63;
}

h6 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #4C4E63;
}

hr {
	width: 100%;
	margin: 1rem 0;
}

h5.small-title {
	margin-bottom: 20px;
}

h2.sub-tit {
	margin-bottom: 35px;
}


/*Header*/

.site-header .bg-light {
	background-color: transparent !important;
}

.site-header .navbar-light .navbar-nav a.nav-link {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #4C4E63;
    font-weight: 500;
}

.site-header .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.site-header .navbar-light .navbar-nav .active>.nav-link,
.site-header .navbar-light .navbar-nav .nav-link.active,
.site-header .navbar-light .navbar-nav .nav-link.show,
.site-header .navbar-light .navbar-nav .show>.nav-link {
	color:#1B75BC;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
	color: #1B75BC;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

header.site-header {
	position: absolute;
	z-index: 999;
	width: 100%;
	padding: 16px 0;
}

.about h2 span {
	color: #EF3F4C;
}


/*header*/


/*Home banner*/

#banner h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 53px;
	color: #FFFFFF;
}
.banner p {
	font-weight: 500;
	font-size: 15px;
	line-height:  26px;
	color: rgba(255, 255, 255, 0.8);
}
.blue-bg {
   height: 100%;
	display: flex;
    align-items: center;
}
.blue-bg:before {
    background: linear-gradient( 
180deg
 , rgba(0, 169, 155, 0.8) 0%, rgba(27, 117, 188, 0.8) 100%);
    content: '';
    width: 50%;
    height: 697px;
    display: block;
    position: absolute;
}
#banner h1 span {
	color: #EF3F4C;
}

#banner h6 {
	line-height: 24px;
	color: #666666;
}

a.app {
	border: 1px solid #1F3D5B;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 5px 20px;
}


/*Home banner ends*/

.app-div {
	background: #1F3D5B;
	text-align: center;
	padding: 100px 0px 0px;
	position: relative;
}

.page-footer p {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #6F87A5;
}

.app-div img.img-ab {
	position: absolute;
	bottom: 0;
}

.anim1 {
	animation: box-anim1 1.2s ease-out;
	-moz-animation: box-anim1 1.2s ease-out;
	-webkit-animation: box-anim1 1.2s ease-out;
}

.anim2 {
	animation: box-anim1 1.6s ease-out;
	-moz-animation: box-anim1 1.6s ease-out;
	-webkit-animation: box-anim1 1.6s ease-out;
}

.anim3 {
	animation: box-anim1 1.9s ease-out;
	-moz-animation: box-anim1 1.9s ease-out;
	-webkit-animation: box-anim1 1.9s ease-out;
}

.anim4 {
	animation: box-anim1 2s ease-out;
	-moz-animation: box-anim1 2s ease-out;
	-webkit-animation: box-anim1 2s ease-out;
}

.anim5 {
	animation: box-anim5 1.8s ease-out;
	-moz-animation: box-anim5 1.8s ease-out;
	-webkit-animation: box-anim5 1.8s ease-out;
}

@keyframes box-anim1 {
	0% {
		-webkit-transform: translateY(400px);
		transform: translateY(400px);
		opacity: 0;
		visibility: hidden;
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes box-anim1 {
	0% {
		-webkit-transform: translateY(400px);
		transform: translateY(400px);
		opacity: 0;
		visibility: hidden;
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes box-anim5 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes box-anim5 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

section.about {
	padding:60px 0 0px 0px;
}
section#banner {
	position: relative;
	padding-bottom: 40px;
}

.w-65 {
	width: 65%;
	margin: 0 auto;
}

.about h5 {
	font-size: 18px;
}

section#banner:after {
	content: '';
	width: 310px;
	height: 578px;
	background: url(../images/after.png);
	position: absolute;
	bottom: 0;
	right: 0;
}

span.at {
    width: 30px;
    height: 30px;
    display: inline-flex;
    background: #1B75BC;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    font-size: 15px;
}
a.mail:hover {
    color: #1b75bc !important;
}
.h-padd {
    padding: 0 10%;
}
.banner {
    background: url(../images/bnr.png);
    background-size: cover;
    height: 697px;
	background-position: center;
	position: relative;
}
.loop .item {
    width: 50%;
    padding: 0 20px 0 10px;
}
a.link{
    box-sizing: border-box;
    border-radius: 58px;
    padding: 14px 42px;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 29px;
}
.havebg {
	background: #1B75BC;
    border: 3px solid #FFFFFF;
	color:#fff;
}
.nobg {
	border: 2px solid #00A99B;
	color: #4C4E63;
}
.hvr-radial-in.havebg {
	background: #fff;
}
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.havebg.hvr-radial-in:before {
	background: #1B75BC;
}
.nobg.hvr-radial-in:before {
	background: #f2f5fa;
}
.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
    color: #2098D1;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.havebg.hvr-radial-in.hover:before {
    background: #fff;
}
.havebg i.fa.fa-long-arrow-right {
    color: #fff;
}
.havebg:hover i.fa.fa-long-arrow-right{
    color: #2098D1;
}
a.link.nobg.hvr-radial-in {
    background: #00a99b;
}
a.link.nobg.hvr-radial-in:hover {
	color:#fff;
}
a.link.nobg.hvr-radial-in:hover i.fa.fa-long-arrow-right{
	color:#fff;
}
span.hand {
    width: 46px;
    height: 43px;
    background: url(../images/hand.png);
    display: block;
	margin: 0 auto 30px;
}
.offer-h5:after {
    content: '';
    background: linear-gradient(
90deg
, #1B75BC 0.01%, #00A99B 100%);
    display: flex;
    width: 150px;
    height: 3px;
    justify-content: center;
    margin: 20px auto 30px;
}
.inn-div {
    box-shadow: 0px 4px 24px rgb(0 68 169 / 9%);
    border-radius: 6px;
    padding: 30px;
	text-align: center;
	/* transition: background-color 0.5s ease-in-out; */
	background-color: #fff;
	min-height: 410px;
	-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.inn-div:hover {
    background: linear-gradient(
180deg
, #00A99B 0%, #1B75BC 100%);
    box-shadow: 0px 4px 54px rgb(81 98 255 / 12%);
    border-radius: 6px;
	transition: 0.5s ease;
}
.inn-div:hover p, .inn-div:hover h5, .inn-div:hover i.fa.fa-long-arrow-right{
	color:#fff;
	transition: 0.5s ease;
}
.inn-div:hover .offer-h5:after {
    background: #fff;
	transition: 0.5s ease;
}
.offer i.fa.fa-long-arrow-right {
    color: #00A99B;
    text-align: center;
    margin: 0 auto;
}
.inn-div:hover span.hand {
    width: 46px;
    height: 43px;
    background: url(../images/hand-white.png);
    display: block;
    margin: 0 auto 30px;
}
section.offer {
	padding:70px;
}
section.properties{
	padding:70px 0;
	background: #f2f5fa;
}
.partner-car {
	position: relative;
}
section.why {
    padding: 130px 0;
    background: url(../images/why.png);
    background-size: cover;
    background-position: center;
}
.s-div {
    width: 210px;
    height: 114px;
    left: 515px;
    top: 3819px;
    background: linear-gradient(
90deg
, rgba(27, 117, 188, 0.9) 0.01%, rgba(0, 169, 155, 0.9) 100%);
    border-radius: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 30px 0;
	text-align: center;
}
.why p {
    font-weight: normal;
    font-size: 16px;
    line-height: 137.5%;
    text-align: center;
    color: #CDE3FF;
}
.why  h2 {
    margin-bottom: 30px;
}
footer.page-footer {
    padding: 90px 0;
}
ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    color: #6F87A5;
}
ul li:hover a {
	color:#3084c1;
}
ul li span{
    padding: 2px 5px;
    border: 1px solid #787B97;
    box-sizing: border-box;
    border-radius: 2px;
}
button.btn.btn-info {
    background: linear-gradient(
90deg
, rgba(27, 117, 188, 0.9) 0.01%, rgba(0, 169, 155, 0.9) 100%);
    border-radius: 4px;
    height: 53px;
	transition: 05s ease-in-out;
}
button.btn.btn-info:hover {
    background: linear-gradient(90deg
, rgba(0, 169, 155, 0.9)  0.01%, rgba(27, 117, 188, 0.9) 100%);
    border-radius: 4px;
    height: 53px;
}
.page-footer input {
	height: 53px;
}
ul.social{
	margin-top:20px;
	align-items: center;
}
ul.social li a i {
	color:#fff;
	font-size: 12px;
}
ul.social li {
    width: 33px;
    height: 33px;
    background: #00A99B;
    color: #fff;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/*ul.social li:last-child {*/
/*    width: 47px;*/
/*    height: 47px;*/
/*    margin-left: 10px;*/
/*}*/
ul.social li:hover {
    background: #3084c1;
}
.social li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(
360deg
);
    -ms--transform: rotate(360deg);
    transform: rotate(
360deg
);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	color: #fff;
}
ul.special li {
    margin-top: 10px;
}
.p-inn-div {
    background: #fff;
	min-height: 453px;
}
.p-inn-div.focus {
    border-radius: 8px 6px 0px 0px;
    border: 2px solid #00A99B;
}
.photo {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.9;
}

.prop-inn-div {
	position: relative;
	/*max-height: 172px;*/
}
.prop-inn-div h6 {
    padding: 5px 10px;
    margin: 0;
    background: #1B75BC;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.provider p {
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	color: #637194;
	opacity: 0.9;
	margin: 0;
}
.provider p a {
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
	color:#1B75BC;
	opacity: 0.9;
}
.pad-div {
	padding: 25px 5%;
}
span.label {
    font-weight: 600;
    font-size: 10px;
    line-height: 172.5%;
    color: #FFFFFF;
    background: #00A99B;
    opacity: 0.8;
    border-radius: 2px;
    padding: 3px 5px;
}
span.bed {
    font-weight: 500;
    font-size: 11px;
    line-height: 172.5%;
    color: #637194;
    opacity: 0.8;
}
.prop-dt span.label.label2 {
    background: #1B75BC;
}
.gutter-c.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-c > [class^="col-"], .gutter-c > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-2.row {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutter-2 > [class^="col-"], .gutter-2 > [class^=" col-"] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .s-padding {
    padding: 2%;
}
.values-right {
    /*background: #1B75BC;*/
}
/*.value-container {*/
/*    background: #00A99B;*/
/*}*/
.value-img {
    width: 160px;
    height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px auto 20px;
}
.value-container {
    border-right: 1px solid #fff;
    /*background: #00A99B;*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        padding: 50px 0;
}
.value-container h3 {
    margin:0 ;
}
section.values {
    padding: 50px 0;
    background: linear-gradient( 90deg , rgba(27, 117, 188, 0.9) 0.01%, rgba(0, 169, 155, 0.9) 100%);
}
.value-img-outer {
    padding: 30px;
    text-align: center;
} 
.partners {
    padding:50px 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: unset;
    display: flex;
}
.partners .owl-item {
    display: flex;
    justify-content: center;
}
.charcol-div {
    background: #606060;
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
}
.each img {
    margin: 0 3px 0 6px !important;
}
@media only screen and (min-width: 768px) {
.p-inn-div:hover .prop-inn-div .overlay p {
	opacity:1;
	transition: 0.3s ease;
}
.p-inn-div:hover .prop-inn-div h6, .p-inn-div:hover .provider, .p-inn-div:hover hr, .p-inn-div:hover .row.gutter-2 {
	display: none !important;
	transition: ease;
}
.p-inn-div:hover .prop-inn-div {
    max-height: 100%;
}
.p-inn-div:hover .photo {
    display:none;
}
}
.overlay p a { 
	color: #fff;
    padding:10px;
}
.overlay p {
    background: rgba(0, 169, 155, 0.9);
    opacity: 0.8;
    display: inline-block;
    /*padding: 10px;*/
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(-50px, -50%);
    left: 50%;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 53px;
	opacity: 0;
    transition: .3s ease;
}
.overlay p:hover {
    background: #1b75bcbd;
}
form input {
    height: 46px;
}
form button.btn.btn-primary {
    background: #1B75BC;
    border-radius: 4px;
    height: 46px;
    width: 160px;
	transition: ease-in-out 0.5s;
}
form button.btn.btn-primary:hover {
    background: #19b1a5;
	border-color: #19b1a5;
}
.quote-div {
    padding: 14%;
	background: linear-gradient(90deg, rgba(27, 117, 188, 0.9) 0.01%, rgba(0, 169, 155, 0.9) 100%);
	border-radius: 50px 0px;
	transition: ease-in-out 0.5s;
}
.quote-div:hover, .s-div:hover {
	background: linear-gradient(90deg,  rgba(0, 169, 155, 0.9) 0.01%,rgba(27, 117, 188, 0.9) 100%);
	transition: ease-in-out 0.5s;
}
.quote-div p {
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 130.5%;
    color: #E2FFFD;
	padding: 5% 10%;
}
.contact {
	padding: 100px 0;
}
label.error {
    color: red;
    margin: 0;
    font-size: 12px;
}
section.gallery {
    padding: 100px 20%;
}
.prop-dt-inn a.label.btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 106.5%;
    text-align: center;
    color: #FFFFFF;
    background: #00A99B;
    border-radius: 2px;
}
.prop-dt-inn a.label.btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 106.5%;
    text-align: center;
    color: #FFFFFF;
    background: #00A99B;;
    border-radius: 2px;
}
.prop-dt-inn a.label.btn:last-child {
    background: #1B75BC;
	margin-top: 10px;
}
.prop-in h6 {
    font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	color: #42537C;
	margin: 30px 0 20px;
}
.prop-in .prop-dt {
    margin-top: 30px;
}
.prop-in p.sub-tit {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 17px;
	color: #42537C;
	margin-top: 20px;
}
.prop-in h6:after {
	content: '';
	width: 26px;
	height: 4px;
	background: #00A99B;
	display: block;
	margin-top: 10px;
} 
.map-div {
	border: 10px solid #FFFFFF;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 50px rgba(27, 117, 188, 0.17));
}
div#myElem {
    padding: 5px 10px;
    margin-top: 20px;
    color: green;
    border: 1px solid green;
}
span.label-home {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 106.5%;
    text-align: center;
    border: 1px dashed rgba(120, 123, 151, 0.8);
    box-sizing: border-box;
    border-radius: 2px;
    color: #00A99B;
    padding: 1% 10%;
}
span.label-home.villa {
	color: #1B75BC;
	border: 1px dashed rgba(120, 123, 151, 0.8);
}
.first-div {
    margin-top: 20px;
    width: 50%;
}
.stay .first-div:first-child .prop-dt{
 border-right:2pX solid #D8DDEB;   
}
.stay .first-div:last-child {
    padding-left:10%;
}
.prop-in .prop-dt img {
    margin-right: 4%;
}
.prop-dt-inn {
	float: right;
}
a.pgallery {
	font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    width: 248px;
    height: 60px;
    background: #00A99B;
    border-radius: 2px;
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.dwnld {
	font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    width: 248px;
    height: 60px;
    background: #1B75BC;
    border-radius: 2px;
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.dwnld:hover, a.pgallery:hover {
    background: #19b1a5;
}
.newton-div {
    padding: 50px 65px 69px;
    background: url(../images/nwtn-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}
/* .newton-div:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(
180deg
, #1B75BC 0%, rgba(0, 169, 155, 0.43) 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
} */
.up-div {
    width: 100%;
    height: 100%;
    background: linear-gradient(
180deg
, #1B75BC 0%, rgba(0, 169, 155, 0.43) 100%);
    position: absolute;
    /* z-index: -1; */
    top: 0;
    left: 0;
}
.out {
    position: inherit;
}
.newton-div p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 172.5%;
    color: #FFFFFF;
    opacity: 0.9;
}
.border-div {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding: 5px 15px;
}
.border-div p {
	font-style: italic;
}
/*ul.social li:last-child {*/
/*    background: transparent;*/
/*}*/
#myElem, #subsc {
    display:none;
}
/*@media screen and (min-width: 1367px) {*/
/*    .prop-inn-div {*/
/*        max-height: 177px;*/
/*    }*/
/*    .p-inn-div {*/
/*        padding-bottom: 20px;*/
/*        min-height: 501px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1500px) {*/
/*    .prop-inn-div {*/
/*        max-height: 194px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1600px) {*/
/*    .prop-inn-div {*/
/*        max-height: 226px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1700px) {*/
/*    .prop-inn-div {*/
/*        max-height: 235px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1800px) {*/
/*    .prop-inn-div {*/
/*        max-height: 247px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1900px) {*/
/*  .prop-inn-div {*/
/*        max-height: 263px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 1024px) {*/
/*    h6 {*/
/*    font-size: 17px;*/
/*    }*/
/*    .prop-inn-div {*/
/*        max-height: 127px;*/
/*    }*/
/*    h4 {*/
/*    font-size: 21px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 980px) {*/
/*    .prop-inn-div {*/
/*        max-height: 389px;*/
/*    }*/
/*}*/
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
@media only screen and (max-width: 991px) {
        .value-container {
        border-right: 0;
    }
}
@media only screen and (max-width: 767px) {

	h5.flex-h5 {
		width: 70%;
	}
    .prop-dt-inn a.label.btn:last-child {
        margin-top: 0;
    }
	section.gallery {
		padding: 40px 0;
	}
	.terms p.flex-p {
		width: 80%;
	}
	.stay .first-div:first-child .prop-dt{
     border-right:0;   
    }
    .stay .first-div:last-child {
        padding-left:0;
    }
	.banner::before, .banner::after{display: none;}

	.app-div {
		padding-bottom: 0;
	}
	.app-div img.img-ab {
		position: initial;
		margin-top: 20px;
	}
	h1 {
		font-size: 39px;
		line-height: 45px;
	}
	.services .row {
		margin-bottom: 50px;
	}
	section.services {
		padding: 0;
	}
	h4 {
		font-size: 30px;
		line-height: 36px;
	}
	section#banner:after,
	section#banner:before {
		display: none;
	}
	.header-phone.float-right {
		float: none !important;
		text-align: center;
		margin-top: 20px;
	}
	a.navbar-brand {
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	.p-inn-div {
		margin-top: 10px;
	}
	.contact {
		padding: 35px 0;
	}
.quote-div {
    margin-bottom: 20px;
	}
	section.gallery {
		padding: 20px 0;
	}
	.prop-dt-inn {
		float: none;
		justify-content: center;
		margin-top: 10px;
		text-align: center;
	}
	.prop-dt-inn a {
		justify-content: center;
		margin: 0 auto;
	}
	/*.d-flex.provider {*/
	/*	justify-content: center;*/
	/*}*/
}
@media only screen and (max-width: 360px) {
	.prop-inn-div {
		max-height: 165px;
	}
}
@media only screen and (max-width: 320px) {
	.prop-inn-div {
		max-height: 144px;
	}
}
@media only screen and (max-width: 325px) {
	.vertical-tabs {
		padding: 8px;
	}
}

.accordion {
	font-size: 1rem;
	margin: 0 auto;
	border-radius: 5px;
}

.accordion-header,
.accordion-body {
	background: white;
}

.accordion-header {
	padding: 1em 3em;
	background: #fff;
	cursor: pointer;
	transition: all .3s;
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	/* identical to box height, or 156% */
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #1F3D5B;
	border-radius: 8px
}

.accordion__item {
	border-radius: 8px;
	box-shadow: 0px 4px 15px rgba(31, 61, 91, 0.06);
	margin-bottom: 20px;
}

.accordion__item .accordion__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
	background: #EF3F4C;
	position: relative;
	z-index: 5;
	border-radius: 8px;
}

.accordion-body {
	background: #fcfcfc;
	color: #353535;
	display: none;
}

.accordion-body__contents {
	padding: 3em;
	font-size: .85em;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 150%;
	color: #4A5F75;
}

.accordion__item.active:last-child .accordion-header {
	border-radius: none;
}

.accordion:first-child>.accordion__item>.accordion-header {
	border-bottom: 1px solid transparent;
}

.accordion__item>.accordion-header:after {
	content: "";
	font-family: IonIcons;
	font-size: 1.2em;
	float: right;
	position: relative;
	top: -2px;
	transition: .3s all;
	transform: rotate(0deg);
	background: url(../images/plus.svg);
	width: 30px;
	height: 30px;
}

.accordion__item.active .accordion-header:after {
	content: "";
	font-family: IonIcons;
	font-size: 1.2em;
	float: right;
	position: relative;
	top: -2px;
	transition: .3s all;
	transform: rotate(0deg);
	background: url(../images/minus.svg);
	width: 31px;
	height: 31px;
}

.accordion__item.active>.accordion-header:after {
	transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
	background: #EF3F4C;
	border-radius: 8px 8px 0px 0px;
	color: #fff
}

.accordion__item .accordion__item .accordion-header {
	background: #f1f1f1;
	color: #353535;
}

@media screen and (max-width: 1000px) {
	body {
		padding: 1em;
	}
	.accordion {
		width: 100%;
	}
}

.faq {
	padding: 80px 0px;
}

.faq h2 {
	text-align: center;
	color: #1F3D5B;
	padding-bottom: 30px;
}

.faq h2 span {
	color: #EF3F4C
}

.page-footer h2 {
	color: #fff;
}

.fl {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 25px;
	/* or 156% */
	text-align: center;
	color: #637484;
}

.fl a {
	font-size: 15px !important;
	color: #637484;
}

.ft-detail {
	padding: 60px 0px;
}

.app-div::before {
    position: absolute;
    width: 143px;
    height: 143px;
    background: #EF3F4C;
    position: absolute;
    left: 5%;
    border-radius: 50%;
    content: '';
    bottom: 30%;
}

.app-div::after {
	position: absolute;
    width: 85px;
    height: 85px;
    background: #DEDEE0;
    position: absolute;
    right: 5%;
    border-radius: 50%;
    content: '';
    top: 10%;
}
.about{position: relative;}
.header-helps a{font-size: 10px;}.header-helps li{display: block;float: left;margin:5px 15px;text-align: center;}
.navbar{padding:0px}

#banner h1.text-center{color: #fff;font-size:46px}
.w-20{width:20px;float: left;margin-right: 10px;}	
	
	.owl-carousel .owl-item h3{ 
		font-style: normal;
		font-weight: bold;
		font-size: 24px;
		line-height: 10px;
		/* identical to box height, or 229% */
		 
		
		color: #EF3F4C;}	
	.owl-carousel .owl-item h5{ 
	 
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 23px;
color: #9AA5B0;border-bottom:1px solid #CBD8E6;padding-bottom: 20px;margin-bottom: 20px;}
.owl-carousel .owl-stage-outer{padding: 20px 0px;}


.owl-carousel .owl-item li{display: flex;
    align-items: center;padding: 5px 0px;}
.owl-carousel .owl-item li a{display: -webkit-inline-box;}
.more{    background: #DBDBDB;
    width: 100%;
    padding: 8px;
    text-align: center;
    display: block;
    border-radius: 6px;
	color: #535353;}
	
	.get{background: #1F3D5B;
		border-radius: 6px;width: 100%;text-align: center;padding: 4px;}

		.fifty{width: 48%;float: left;margin-right: 2%;}

		.provide{background: #EF3F4C;
		border-radius: 6px;text-align: center;padding: 4px;}.provide a, .get a{color: #fff;}
		.owl-prev{position: absolute;
			    left: -60px;
    top: 50%;
    transform: translateX(-50%);}
			.owl-next{position: absolute;
			    right: -75px;
    top: 50%;
    transform: translateY(-50%);}
			.owl-theme .owl-nav [class*=owl-]:hover{background:none !important}
			.list-menu li{border-bottom:1px dashed #ccc;padding: 10px 0px;}

			.items .card{padding:20px;text-align: center;border-radius: 8px;border:none}
			.items .img-wrap{margin-bottom: 20px;
				border-bottom: 1px dashed #BACDE0;
				padding-bottom: 20px;}

			.items .title{font-style: normal;
				font-weight: bold;
				font-size: 15px;
				line-height: 23px;color: #1F3D5B;}

				.location{color: rgba(31, 61, 91, 0.7);font-style: normal;
					font-weight: normal;
					font-size: 11px;}
.section-content{padding:60px 0px;background: #F5F5F5;}

.items .img-wrap img{border-radius: 8px;}
.title-bar{background: #fff;padding: 20px;border-radius: 8px;}
.tp{
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	color: #EF3F4C;
	}

	.card{border:none}
	.card-header{background: #1F3D5B;color:#fff;border-radius: 8px 8px 0px 0px;}
	.title{margin-bottom: 0px;font-style: normal;
		font-weight: bold;
		font-size: 24px;color:#fff;padding:10px;}
		.items .form-control{border:none !important;background: #F0F0F0;}
		.input-group-append .btn{background: #F0F0F0;}

		.page-item.active .page-link{    background-color: #EF3F4C;
			border-color: #EF3F4C;
		}
	 
		.page-link{ color:#1F3D5B}
		.red{color:#EF3F4C}
		.pp-white{color:#fff !important;text-align: center;}
		 .loop .owl-item {
			background:transparent;
		}  
		.loop .owl-item h5{border: none !important;}
		 .loop .owl-item h4{font-size:17px;color:#fff !important;line-height: 18px;}
		.loop .num{margin: 20px auto;}
		/*.loop .owl-prev, .loop .owl-next{display: none !important;}*/

		.border-blue{    border-bottom: 2px solid #1f3d5b;
			padding: 6px 0px;
			display: inline-block;
		 font-weight:bold;
		 font-size: 18px;
			margin-top: 30px;}


			.contact2 {
				font-family: "Montserrat", sans-serif;
				color: #8d97ad;
				font-weight: 300;
				  padding: 60px 0;
				margin-bottom: 170px;
				background-position: center top;
			  }
			  
			  .contact2 h1,
			  .contact2 h2,
			  .contact2 h3,
			  .contact2 h4,
			  .contact2 h5,
			  .contact2 h6 {
				color: #3e4555;
			  }
			  
			  .contact2 .font-weight-medium {
				font-weight: 500;
			  }
			  
			  .contact2 .subtitle {
				color: #8d97ad;
				line-height: 24px;
			  }
			  
			  .contact2 .bg-image {
				background-size: cover;
				position: relative;
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				background-color: #1f3d5b;
			  }
			  
			  .contact2 .card.card-shadow {
				  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
				  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
			  }
			  
			  .contact2 .detail-box .round-social {
				margin-top: 100px;
			  }
			  
			  .contact2 .round-social a {
				background: transparent;
				margin: 0 7px;
				padding: 11px 12px;
			  }
			  
			  .contact2 .contact-container .links a {
				color: #8d97ad;
			  }
			  
			  .contact2 .contact-container {
				position: relative;
				top: 200px;
			  }
			  
			  .contact2 .btn-danger-gradiant {
				background: #ff4d7e;
				background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
				background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
				background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
				background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
				background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
			  }
			  
			   .contact2 .btn-danger-gradiant:hover {
				background: #ff6a5b;
				background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
				background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
				background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
				background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
				background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
			  }
			  .properties .owl-prev {
				left: 15px;
				background: #33baaf !important;
				width: 35px;
				border-radius: 0 !important;
			}
				.properties .owl-next {
					right: -5px;
					background: #33baaf !important;
				width: 35px;
				border-radius: 0 !important;
				}
				.properties .owl-prev i , .properties .owl-next i {
					color: #fff;
					font-size: 15px;
				}
				.properties .owl-theme .owl-nav [class*=owl-]:hover {
					background: #3182c2 !important;
				}
			  @media (max-width: 767px) {
			      a.mail {
                    display: none;
                }
				a.navbar-brand {
					width: 70%;
				}
				.h-padd {
					padding: 0;
				}
				.each {
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: 10px;
                }
                .each span.label:first-child {
                    width: 14%;
                    text-align: center;
                }
				.inn-div {
                    margin-bottom: 15px;
				}
				#banner h1 {
					font-size: 13px !important;
					line-height: 19px;
					margin: 0 0 10px !important;
					width: 50%;
                    text-align: left;
                    padding-left: 50px;
				}
				.blue-bg:before {
					width: 100%;
					height: 160px;
				}
				.blue-bg {
					height: 100%;
				}
				.banner {
					height: 159px;
				}
				.banner p {
					display: none;
				}
				.banner p {
					display: none;
			  }
			  a.link {
				padding: 1px 30px;
				font-size: 9px;
				line-height: 22px;
			}
			.loop .item {
				text-align: center;
				width: 100%;
				padding: 0;
			}
			.havebg {
				border: 2px solid #FFFFFF;
			}
			h3 {
				font-weight: 600;
				font-size: 26px;
				line-height: 34px;
				color: #42537C;
				text-align: center;
			}
			section.offer {
				padding: 30px 0;
			}
			.w-75, .w-50 {
				width: 100%!important;
			}
			section.properties {
				padding: 30px 0;
			}
			footer.page-footer {
				padding: 35px 0;
				text-align: center;
			}
			.page-footer h6 {
				margin-top: 30px;
			}
			ul li span {
				display: block;
				width: fit-content;
				margin: 0 auto;
			}
			ul li img {
				margin: 10px 0;
			}
			ul.social {
				justify-content: center;
			}
			section#banner {
				padding-bottom: 0;
			}
			section.about {
				padding: 14px 0 0px 0px;
				text-align: center;
			}
		}