/*
Theme Name: SerenataBeach
Author: the LPG
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: Mtranning
*/
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Light.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-MediumItalic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-SemiBold.woff2') format('woff2'),
        url('fonts/EuclidCircularA-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Medium.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-BoldItalic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-LightItalic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Italic.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, nwsection, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, nwsection {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}

html{scroll-behavior: smooth;}

body {
	 font-family: 'Euclid Circular A';
	font-weight: normal;
	background: #F7F7F7;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.nwsection {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}
strong{font-weight: 700;}
.text-white{color: #fff !important;}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	/* display: block; */
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
/*.slick-slide img {
	display: block;
	margin:0 auto;
}*/
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
  /* align-items: center;
  justify-content: center;
  height: auto; */
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../images/sliderleft.png) left top no-repeat;
	background-size:100% 100%;
	opacity: .5;
}
.slick-prev:hover{opacity: 1;}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width:24px;
	height: 24px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../images/sliderright.png) left top no-repeat;
	background-size:100% 100%;
	opacity: .5;
}
.slick-next:hover{opacity: 1;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:20px;
}
[dir='rtl'] .slick-prev {
	right:80px;
	left: auto;
}
.slick-next {
	right:20px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:80px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 4px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;

}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 30px;
	height: 4px;
	cursor: pointer;
	color: transparent;
	background: #D9D9D9;
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:linear-gradient(180deg, #BE3F2A 0%, #771708 100%);
	position:relative;
}
/* Slider end */

/**===============Start NAvigation Css========================*/
.top-outer {
	width:100%;
	position: absolute;
  top: 80px;
  z-index: 99;
}
 .collapse:not(.show) {
display:none
}
.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0;
}
.navbar-collapse {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-align:center;
	align-items:center
}
.navbar-brand {
	display:inline-block;
	padding:0;
	margin:0;
	white-space:nowrap;
	width: 142px;
}
.navbar-toggler img {
	display: block;
}

.navbar-nav{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	justify-content: end;
	 background: #0A5974; 
	 padding-top: 8px;
}
.navbar-nav li a {
	color: #fff; 
	display:block;
	font-size:14px;
	padding:8px 15px;
	text-transform: capitalize;
	font-weight: 600;
}
.navbar-nav li:last-child a {
	padding-bottom:15px
}
.activenav .submenu li a {
	color: #fff;
}
.navbar-nav li:hover .submenu li a {
	color: #fff;
}
.submenu li a:hover{
	color: #000  !important;
}
.navbar-nav li:hover a {
	color:#000;
}
.navbar-nav li.active a {
	color:#000;
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:50px;
	background:none;
	border:none;
	cursor:pointer;
	width:30px;
	outline:0
}
.navbar-toggler span {
	width:100%;
	height:3px;
	display:block;
	border-radius:50px;
	margin-top:4px;
	background:#fff
}
.navbar-toggler span:first-child {
	margin-top:0
}
.navbar-toggler span:nth-child(2) {
width:25px
}
.navbar-toggler span:nth-child(3) {
width:20px
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.navlogin {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 18px;
}
.dropdown-toggle {
	margin-left:5px;
	float:right;
	padding-top: 3px;
	position: absolute;
	top: 0px;
  right:10px;
  cursor: pointer;
}
.dropdown-toggle img{filter: invert(100%);}
.submenu {
	display: none;
}
.activenav .submenu {
	display: block;
}
.navbar-nav li {
	position: relative;
}
.navleft {
	display: flex;
	align-items: center;
	gap: 10px;
}
/**===============End NAvigation Css========================*/

/**------------------Accordion Css start--------------*/
.accordion {
	width:100%;
	margin: 0 auto;
}
.acc {
	margin: 0px 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding-bottom: 20px;
  }

.acc:last-child {
	margin: 0;
  }

.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	background:transparent;
	border-radius: 5px;
	gap: 15px;
	flex-wrap: wrap;
}
.acc-head h6 {
	color: #090914;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; 
	width:89%;
	text-transform: capitalize;
}
.acc-content {
	display: none;
	padding:0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(images/faqplus.png) right center no-repeat;
	height:18px;
	width:18px;
	background-size:cover;
}
.active .accordion-header-icon {
	background: url(images/faqminus.png) right center no-repeat;
	width:18px;
	height:18px;
	background-size:cover;
}
.acc-content p {
	color: #52525B;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 20px;
}

.acc-content ul li{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	opacity: 0.8;
	list-style: disc;
	list-style-position: inside;
}
.acc-content ul{margin: 15px 0	;}

/**------------------Accordion Css end--------------*/


.topout{
background:#0A5974;
padding: 10px 0;
text-align: center;
}
.topout p{
	color: #fff;
	font-size: 14px;
}

/*.banner{
	background: url(images/bannerbg2.jpg) no-repeat center center;
	background-size: cover;
}*/
.ratingsec{
	display: flex;
	align-items: center;
	gap: 10px;
}
.ratingsec h6{
	color: #FFF;
font-size: 16px;
}

.bannertitle{
	color:  #FFF;
font-size: 45px;
font-weight: 700;
line-height:  102%; 
}
.bannercontent h3{
	color: #fff;
	font-size: 16px;
	line-height: 160%;
	margin-top: 15px;
}
.primarybtn{
	background: linear-gradient(180deg, #BE3F2A 0%, #771708 100%);
box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
width: 100%;
height:60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: #fff;
font-weight: 700;
text-transform: capitalize;
}

.primarybtn:hover{
	background: linear-gradient(180deg, #771708 0%, #BE3F2A 100%);
}

.secondarybtn{
	width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: #fff;
font-weight: 700;
text-transform: capitalize;
border: 3px solid  #FFF;
background: rgba(0, 0, 0, 0.7);
box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}
.secondarybtn:hover{
	background: #000;
	color: #fff;
	border: 3px solid  #000;
}
.bannerbtngroup{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
	margin-bottom: 15px;
}


.bannerbtngroup .primarybtn{width: 100%;}
.bannerbtngroup .secondarybtn{width: 100%;}
.bannercontent {
	padding: 80px 0 100px 0;
}
.title-heading{
	color:#0A5974;
font-size: 26px;
font-weight: 700;
line-height: 128%;
text-transform: capitalize;
}
.title-subheading{
	color: #52525B;
font-size: 16px;
font-weight: 400;
line-height: 160%;
margin-top: 10px;
}

.upsliderwrap {
	background: #0A5974;
	padding: 14px 0;
}
.upslidebox{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.upslidebox p{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.upsliderdesk {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tabContent{display: none; margin-top: 20px;}
.tabContent.show{display: block;}

.tabhead{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tabhead li{
	width: 33%;
	text-align: center;
	color: #090914;
font-size: 14px;
text-transform: capitalize;
padding: 15px 0;
cursor: pointer;
}
.tabhead li.active{
	background: #fff;
	color:  #0A5974;
font-weight: 700;
border-bottom: 3px solid #0A5974;
}
.oceanviewtab{margin-top: 20px;}

.oceienviewcontent{
	background: #fff;
	padding: 20px 15px;
}
.viewconleft {
	width: 100%;
	padding: 0;
}
.viewconright{
	width: 100%;
	text-align: center;
	padding: 0;
}
.viewconleft img{display: block;}

.viewconleft table tr td{padding: 5px;}
.viewconleft table tr td:first-child{
		color:#000;
font-size: 18px;
font-weight: 400;
}
.viewconleft table tr td:last-child{
	color:  #0A5974;
font-weight: 700;
font-size: 16px;
}

.viewconleft table {margin: 15px 0; width: 100%;}
.viewconleft p{
	color: #000;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 15px;
}
.whyappart{background: #fff;}
.whyappart .title-subheading{
	color:  #52525B;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.appartbox h3{
	color: #0A5974;
font-size: 16px;
font-weight: 700;
line-height: 130%;
text-transform: capitalize;
margin: 10px 0;
}
.appartbox p{
	color:  #52525B;
font-size: 14px;
font-weight: 400;
line-height:  160%;
}

.btngroupouter .ratingsec h6{
	color: #000;
}
.btngroupouter .ratingsec{justify-content: center; margin-top: 15px;}

.behindvideo img{width: 100%; display: block;}
.behindvideo video{width: 100%;}

.playbtn{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.apartouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.appartbox img {
	width: 120px;
}
.appartbox {
	margin-top: 20px;
}
.whyappart .row .apartouter:first-child .appartbox{margin-top: 0;}
.whyappart .row .apartouter:nth-child(2) .appartbox{margin-top: 0;}
.singlereviewauthor{
	width: 84px;
	height: 84px;
}
.singlereviewauthor img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 100%;
}

.singlereview{
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.singlereviewcontent {
	width: 74%;
	padding-left: 12px;
}
.singlereviewcontent h3{
color: #1E1D1D;
font-size: 16px;
font-weight: 700;
margin-top: 5px;
}
.singlereviewcontent p{
	color: #1E1D1D;
font-size: 14px;
line-height: 170%;
margin-top: 5px;
}
.singlereviewcontent h4{
	color: #1E1D1D;
font-size: 18px;
font-weight: 600;
margin-top: 5px;
}
.singlereviewcontent h4 strong{
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.groundboxicon{
	width: 100px;
}


.groundboxcontent h3{
	color:  #0A5974;
font-size: 17px;
font-weight: 700;
text-transform: capitalize;
}
.groundboxcontent p{
	color: #52525B;
font-size: 15px;
font-weight: 400;
line-height: 155%;
margin-top: 8px;
}

.groundrecordrightouter .groundboxouter:first-child{margin-top: 0;}
.groundrecordrightouter {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 25px;
}
.groundboxouter{
	width: 46.9%;
}
.groundboxcontent {
	padding-top: 10px;
}

.testimonialsec::after{
	content: "";
	width: 100%;
	height:350px;
	background: url(images/testibg.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.testimonialsec .container{position: relative; z-index: 9;}

.testimonialbox{
	padding: 18px;
	background: #FFF;
	height: 100%;
}
.testimonialbox h3{
	color: #1E1D1D;
font-size: 16px;
font-weight: 700;
margin: 8px 0;
}
.testimonialbox p{
	color: #1E1D1D;
font-size: 13px;
font-weight: 400;
line-height: 160%;
margin-top: 10px;
}
.testiauthimg{
	width: 50px;
	height: 50px;
}
.testiauthimg img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 100%;
}
.testiauthor{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}
.testiauthdetail h5{
	color:  #1E1D1D;
font-size: 15px;
font-weight: 600;
}
.testiauthdetail h5 span{
font-size: 11px;
font-weight: 400;
display: block;
}

.testimonialslider .item{padding: 0 4px; height: 100%;}

.testimonialslider{
	margin-left: -15px;
	margin-right: -15px;
}

.faqcon {
	max-width: 960px;
	margin: 0 auto;
}
.footerbanner{
	background: url(images/footerbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 680px;
}
.footerbanner ul li{
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
font-size: 18px;
font-weight: 700;
margin-top: 12px;
}
.footerbanner ul li img{
	width: 28px;
}
.footerbanner ul {
	margin: 15px 0 25px;
}
.footerbanner ul li:first-child{margin-top: 0;}

.footer{
background: #0A5974;
}
.footerbox p{
	display: flex;
	align-items: center;
	gap: 6px;
	color:  #FFF;
font-size: 16px;
font-weight: 400;
margin-top: 15px;
}
.footerbox p a{
	color: #fff;
}

.footerlogo {
	margin-bottom: 30px;
}
.footerbox h2{
	color: #FFF;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 15px;
}
.footerbox ul li a{
color: #FFF;
font-size: 18px;
font-weight: 400;
line-height: 160%;
}
.footerbox ul li a:hover{
	opacity: .7;
}
.footerbox ul li {padding-bottom: 6px;}
.footersocial{
	display: flex;
	align-items: center;
	justify-content:start;
	gap: 15px;
}
.footersocial li{
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal;
}
.footersocial li img{display: block;}
.copyright p{
	color: #fff;
	font-size: 14px;
}
.footerbox{margin-top: 25px;}

.footerouterfirst .footerbox {
	margin-top: 0;
}

.choosemap{
	max-width: 350px;
	display: block;
	margin: 0 auto;
}
.mapcircle {
	position: absolute;
	bottom: 33px;
	left: 44px;
}
.maptooltip{
	background: #fff;
	color: #000;
	padding: 6px 15px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	display: none;
	position: absolute;
	top: 100%;
	width: 110px;
	text-align: center;
}
.mapcircle a:hover .maptooltip{display: block;}
.mapcircle img {
	width: 15px;
}
.mapcircle.mapbuildiing2 {
left: 70px;
  bottom: 40px;
}
.mapcircle.mapbuildiing3 {
	left: 99px;
  bottom: 50px;
}
.mapcircle.mapbuildiing4 {
	left: 125px;
	bottom: 54px;
}

.mapcircle.mapbuildiing5 {
left: 192px;
  bottom: 71px;
}
.mapcircle.mapbuildiing6 {
bottom: 77px;
  left: 217px;
}
.mapcircle.mapbuildiing7 {
	bottom: 85px;
  left: 247px;
}
.mapcircle.mapbuildiing8 {
bottom: 90px;
  left: 271px;
}
.mapcircle.mapbuildiing9 {
	bottom: 135px;
	left: 123px;
}
.mapcircle.mapbuildiing11 {
	bottom: 136px;
	left: 194px;
}
.mapcircle.mapbuildiing10 {
	bottom: 142px;
	left: 232px;
}



.recentbanner ul li{
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}
.recentbanner ul li a{
	color:  #FFF;
font-size: 20px;
font-weight: 500;
}
.recentbanner ul{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 25px;
	flex-wrap: wrap;
}
.recentbanner{
	background: url(images/recentbanner.jpg) no-repeat center center;
	background-size: cover;
}
.recentbanner .bannertitle{font-size: 40px; margin: 0; padding: 0;}
.recentupview{
	background: #EFEFEF;
}
.recebttesti{background: #fff;}
.zigzagwrap{background: #fff; padding-bottom: 0;}
.zigzaglabel{
	background:  #0A5974;
	color: #fff;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
padding: 6px 15px;
text-align: center;
display: inline-block;
}
.zigzagcontentbox h2{
	color:  #0A5974;
font-size: 32px;
font-weight: 700;
line-height: 125%;
text-transform: capitalize;
margin: 10px 0;
}
.zigzagcontentbox p{
	color: #52525B;
font-size: 16px;
font-weight: 400;
line-height: 155%;
}
.zigzagcontentbox .btngroupouter .primarybtn{margin: 0;}

.zigzagcontentbox .btngroupouter{margin-top: 25px;}

.zigzagimgbox img{
	width: 100%;
	display: block;
}
.zigzagcontentbox {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 494px;
	margin: 0 auto;
	padding: 30px 0;
}


.zigzagouter .row:first-child .zigzagimg {
order: 2;
}

.zigzagimgbox{margin: 0 -15px;}

.blogbanner{
	background: url(images/blogbanner2.jpg) no-repeat center center;
	background-size: cover;
}
.blogbanner .bannertitle{
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.blogbanner .bannertitle span{
	display: block;
	font-size: 20px;
	line-height: normal;
	margin-top: 15px;
}
.subscribeinout{
	width: 100%;
	background: #fff url(images/emailcollor.png) no-repeat 20px center;
	background-size: 24px 19px;
	height: 55px;
	padding: 0 60px;
	color: rgba(82, 82, 91, 0.60);
font-size: 16px;
font-weight: 400;
border: 0;
}
.subscribeinout:focus{outline: 0;}
.newsletter .primarybtn{
	font-family: 'Euclid Circular A';
	cursor: pointer;
	width: 100%;
	margin: 10px 0 0 0;
}
.newsletter{margin-top: 20px;}

.blogbanner .bannercontent {
	padding: 380px 0 0 0;
}
.blogbox {
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #FFF;
	overflow: hidden;
	margin-bottom: 30px;
}

.blogimg img{
	width: 100%;
	display: block;
}

.blogcontent{
	padding: 15px 20px;
}
.blogpostdate{
	color: #0A5974;
font-size: 14px;
font-weight: 600;
margin-bottom: 12px;
}
.blogtitle h3{
	color:  #101828;
font-size: 24px;
font-weight: 700;
line-height: 140%;
text-transform: capitalize;
max-width: 87%;
}
.blogtitle h3 a{
	color:  #101828;
}

.blogtitle{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blogcategoty{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 15px;
}
.blogcategoty label{
	border-radius: 16px;
background: #C6E1EA;
padding: 3px 11px;
color: #0A5974;
text-align: center;
font-size: 14px;
font-weight: 600;
}
.blogcontent p{
	color: #667085;
font-size: 16px;
font-weight: 400;
line-height: 160%;
margin-top: 15px;
}

.bloginner .container {
	max-width: 900px;
	margin: 0 auto;
}
 
.articlebannerimg img {
	width: 100%;
	display: block;
}
 
.articlemaincontent {
	padding: 25px 0 0;
}
 
.bloginner h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.bloginner p {
	font-size: 16px;
	line-height: 145%;
	margin-top: 18px;
}
.bloginner h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}
 
.bloginner ul li {
	font-size: 15px;
	padding-top: 9px;
	list-style-type: disc;
	list-style-position: inside;
}
 
.bloginner ul {
	margin-top: 15px;
}
.page-numbers-centered{
	border-top: 1px solid #E2E2E2;
  padding-top: 20px;
  margin-top: 20px;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
    gap: 6px;
  flex-wrap: wrap;
}
.page-numbers .prev {
	border-radius: 8px;
	background: #E2E2E2;
	padding: 12px 10px;
	color: #000;
	font-size: 10px;
	font-weight: 600;
	gap: 6px;
}
.page-numbers .next {
	border-radius: 8px;
	background: #E2E2E2;
	padding: 12px 10px;
	color: #000;
	font-size: 10px;
	font-weight: 600;
	gap: 6px;
}
.page-numbers li a {
	border-radius: 8px;
	background: #E2E2E2;
	padding: 12px 10px;
	color: #000;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
}
.page-numbers.current{
	border-radius: 8px;
	background: #E2E2E2;
	padding: 12px 10px;
	color: #993120;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
}
.banner video {
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	right: 0;
}
.banner .container {
	position: relative;
	z-index: 9;
}






/* .testimonialslider .slick-slide{
	flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  height: auto;
}
.testimonialslider .slick-slide > div{
	flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  flex-grow: 1;
} */



.banner:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: linear-gradient(180deg, #000 -6.42%, rgba(0, 0, 0, 0.17) 22.36%), linear-gradient(256deg, rgba(0, 0, 0, 0.00) 41.98%, #000 79.94%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.viewconleft img{margin:0 auto;}



.viewconleft table{text-align:center;}


.contactauthor img{
    width: 100%;
    display: block;
}
.conauthcontent{
    text-align: center;
    padding-top: 20px;
}
.conauthcontent h3{
    color: #1E1D1D;
    font-size: 20px;
    font-weight: 700;
}
.conauthcontent ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
.conauthcontent ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.conauthcontent ul li a{
    font-size: 14px;
    color: #1E1D1D;
}

.contactright h4{
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}
.formbox label{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.formbox input{
    width: 100%;
    padding:15px 10px;
    border: 1px solid #ccc;
    text-transform: capitalize;
}
.formbox input:focus{
    outline: 0;
}
.formbox {
    margin-bottom: 20px;
}
.formbox textarea{
    width: 100%;
    padding:15px 10px;
    border: 1px solid #ccc;
    height: 100px;
    resize: none;
}
.formbox textarea:focus{
    outline: 0;
}

.formsub input {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	height: 60px;
	font-size: 18px;
	cursor: pointer;
    	 font-family: 'Euclid Circular A';
         background: linear-gradient(180deg, #BE3F2A 0%, #771708 100%);
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}
.formsub input:hover{
    background: linear-gradient(180deg, #771708 0%, #BE3F2A 100%);
}
.contactform {
	margin-top: 25px;
}
.contactright{padding-top: 25px;}

.privacycontent h2{ font-weight:700; margin-top:20px; font-size:22px;}

.privacycontent h2:first-child{ margin-top:0;}

.privacycontent p{ font-size:16px; line-height:160%; margin-top:15px;}







 @media only screen and (min-width :370px) {
.mapcircle.mapbuildiing3 {
	left: 106px;
	bottom: 53px;
}
.mapcircle.mapbuildiing5 {
	left: 205px;
	bottom: 77px;
}
.mapcircle.mapbuildiing7 {
	bottom: 91px;
	left: 263px;
}

 }





 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
	.choosemap{
	max-width: 450px;
}
.mapcircle {
  bottom: 48px;
  left: 60px;
}
.mapcircle.mapbuildiing2 {
left: 100px;
    bottom: 58px;
}
.mapcircle.mapbuildiing3 {
	left: 138px;
	bottom: 70px;
}
.mapcircle.mapbuildiing4 {
	left: 175px;
	bottom: 75px;
}
.mapcircle.mapbuildiing5 {
bottom: 102px;
    left: 263px;
}
.mapcircle.mapbuildiing6 {
bottom: 108px;
    left: 300px;
}
.mapcircle.mapbuildiing7 {
bottom: 118px;
    left: 337px;
}
.mapcircle.mapbuildiing8 {
bottom: 121px;
    left: 374px;
}
.mapcircle.mapbuildiing9 {
	bottom: 185px;
	left: 171px;
}
.mapcircle.mapbuildiing11 {
	bottom: 190px;
	left: 271px;
}
.mapcircle.mapbuildiing10 {
	bottom: 202px;
	left: 320px;
}

}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
.page-numbers {
    gap: 15px;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
.page-numbers .prev {
	padding: 12px 24px;
	font-size: 16px;
}
.page-numbers .next {
	padding: 12px 24px;
	font-size: 16px;
}
.page-numbers li a {
	padding: 12px 20px;
	font-size: 16px;
}
.page-numbers.current{
	padding: 12px 20px;
	font-size: 16px;
}
 .container {
max-width:750px
}
.nwsection {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}

.bannercontent{
	max-width: 726px;
}
.top-outer{top: 60px;}
/*.banner{
	background: url(images/bannerbg.jpg) no-repeat center center;
	background-size: cover;
}*/
.bannertitle{
font-size: 56px;
line-height:  125%; 
margin-top: 15px;
}
.bannercontent h3{
	font-size: 20px;
}
.bannerbtngroup .primarybtn{width: 48.8%;}
.bannerbtngroup .secondarybtn{width: 48.8%;}
.primarybtn{
height: 70px;
}
.secondarybtn{
height: 70px;
}
.bannercontent {
	padding: 100px 0;
}
.title-heading{
font-size: 36px;
}
.title-subheading{
margin-top: 15px;
}

.oceanviewtab{margin-top: 40px;}
.tabContent{ margin-top: 40px;}
.oceienviewcontent{
	background: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}
.viewconleft {
	width: 50%;
	padding: 55px 35px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.viewconright{
	width: 50%;
	text-align: center;
	padding: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.viewconleft table {margin: 25px 0;}
.viewconleft p{
	font-size: 20px;
}

.btngroupouter .primarybtn {
	max-width: 400px;
	margin: 0 auto;
}
.appartbox h3{
font-size: 24px;
}
.appartbox p{
font-size: 16px;
}

.appartbox{text-align: center;}
.playbtn{
	width: 100px;
	height: 100px;
}


.groundboxcontent h3{
font-size: 28px;
}
.groundboxcontent p{
font-size: 18px;
}
.singlereviewauthor{
	width: 94px;
	height: 94px;
}
.singlereviewcontent h3{
font-size: 20px;
}
.singlereviewcontent {
	width: 86%;
}
.singlereviewcontent h4 strong{display: inline-block;}
.testimonialsec::after{
	height:484px;
}
.testimonialslider .item{padding: 0 12px;}
.testimonialslider {
	margin-left: 0;
	margin-right: 0;
}
.testimonialbox{
	padding: 30px;
}
.testimonialbox h3{
font-size: 20px;
}
.testimonialbox p{
font-size: 16px;
}
.testiauthimg{
	width: 66px;
	height: 66px;
}
.testiauthdetail h5{
font-size: 18px;
}
.testiauthdetail h5 span{
font-size: 14px;
}
.acc-head h6 {
	font-size: 20px;
	width:95%;
}
.acc-content p {
	font-size: 16px;
}

.footerbanner ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 30px 0;
}
.footerbanner ul li{
margin: 0;
font-size: 14px;
}

.footerbanner{
	min-height: 560px;
}
.footerouterfirst{
	-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.footeroutersecond{
	-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.footerouterthird{
		-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.footerouterfourth{
		-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.footerouterfifth{
		-ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.footerbox h2{
font-size: 20px;
margin-bottom: 30px;
}
.footerbox ul li a{
font-size: 20px;
}
.choosemap {
max-width: 730px;
}
.mapcircle img {
	width: 30px;
}
.mapcircle {
bottom: 75px;
left: 95px;
}
.mapcircle.mapbuildiing2 {
	left: 160px;
	bottom: 94px;
}
.mapcircle.mapbuildiing3 {
	left: 215px;
	bottom: 115px;
}
.mapcircle.mapbuildiing4 {
left: 280px;
    bottom: 125px;
}
.mapcircle.mapbuildiing5 {
	left: 420px;
    bottom: 155px;
}
.mapcircle.mapbuildiing6 {
	bottom: 174px;
    left: 485px;
}
.mapcircle.mapbuildiing7 {
bottom: 187px;
    left: 539px;
}
.mapcircle.mapbuildiing8 {
bottom: 197px;
    left: 600px;
}
.mapcircle.mapbuildiing9 {
	bottom: 295px;
	left: 271px;
}
.mapcircle.mapbuildiing11 {
	bottom: 310px;
	left: 433px;
}
.mapcircle.mapbuildiing10 {
	bottom: 322px;
	left: 513px;
}

.recentbanner .bannertitle {
	font-size: 48px;
}
.recentbanner ul li{width: auto;}
.recentbanner ul{gap: 30px;}
.zigzagimg {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.zigzagcontent {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}


.zigzagcontent{
	background: #F7F7F7;
}

.zigzagcontentbox .btngroupouter .ratingsec{justify-content: start;}
.zigzagimgbox{
	margin: 0;
	height: 100%;
}
.zigzagimgbox img{
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.zigzagouter .row:nth-child(2n+2) .zigzagcontent {
order: 2;
}
.zigzagouter .both-padding{padding: 0;}
.zigzagcontentbox{
	padding: 30px 15px;
}
.zigzagwrap{padding-bottom: 40px;}
.blogbanner .bannercontent {
max-width: 476px;
padding: 70px 0 0 0;
}

.blogbanner{
	background: url(images/blogbanner.jpg) no-repeat right center;
	background-size: cover;
}

.blogbanner .bannertitle span{
	display: block;
	font-size: 29px;
}
.blogouter{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tabhead li br {
	display: none;
}
.contactleftouter{
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
.contactrightouter{
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
.contactright{padding-top: 0;}
.conauthcontent h3{
    font-size: 26px;
}
.conauthcontent ul li a{
    font-size: 18px;
}
}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}


/**=====start navigation====*/
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-toggler {display: none;}
.navbar-toggler span {
	width: 100%;
	height: 3px;
	display: block;
	border-radius: 50px;
	margin-top: 4px;
}
.navlogin {order: 3; width: 135px;}
.navbar-expand-lg .navbar-nav{
    -ms-flex-direction: row;
    flex-direction: row;
	padding: 0;
	background: transparent;

}
.navbar-nav li a{padding: 20px; color: #fff;}
.dropdown-toggle img {
	filter:brightness(100%);
}
.collapse:not(.show) {display: block !important;}
.navbar-brand img {display:block;width:100%;}
.submenu{
	display: none; 
	background:#000; 
	color: #fff; 
	position: absolute;
    padding: 10px 0px;
    width: 230px;
	top: 50px;
	z-index: 999;
	border-radius: 5px;
}
.navbar-nav .submenu li {
	padding: 0;
	margin: 0;
}
.navbar-nav .submenu li a{color: #fff !important; font-size: 14px !important; padding: 8px 10px;}
.submenu li a:hover{background:#2DAE00;}
.navbar-nav li:hover .submenu{display: block;}
.dropdown-toggle {
	top: 19px;
    right: 3px;
    margin: 0;
    padding: 0;
}
.navbar-brand{width: 168px;}
/**=====end navigation====*/
.bannerbtngroup .primarybtn{width: 48.9%;}
.bannerbtngroup .secondarybtn{width: 48.9%;}
.title-heading{
font-size: 42px;
}
.upslidebox p{font-size: 14px;}
.tabhead li{
font-size: 20px;
padding: 25px 0;
}
.groundrecordleftouter{
		-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.groundrecordrightouter{
		-ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
	padding-top: 0;
	display: block;
}
.groundboxouter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}
.groundboxicon{
	width: 141px;
}
.groundboxcontent {
	width: 71%;
	padding-left: 20px;
}
.singlereviewcontent {
    width: 76%;
}
.footerbanner ul li{
font-size: 16px;
}
.footerbanner ul li img{
	width: 40px;
}
.choosemap {
max-width: 990px;
}
.mapcircle img {
width: 40px;
}
.mapcircle {
bottom: 98px;
left: 125px;
}
.mapcircle.mapbuildiing2 {
	left: 210px;
	bottom: 125px;
}
.mapcircle.mapbuildiing3 {
	left: 280px;
	bottom: 145px;
}
.mapcircle.mapbuildiing4 {
left: 368px;
    bottom: 162px;
}
.mapcircle.mapbuildiing5 {
left: 550px;
    bottom: 210px;
}
.mapcircle.mapbuildiing6 {
	bottom: 226px;
    left: 630px;
}
.mapcircle.mapbuildiing7 {
bottom: 245px;
    left: 705px;

}
.mapcircle.mapbuildiing8 {
	bottom: 258px;
    left: 785px;
}
.mapcircle.mapbuildiing9 {
	bottom: 385px;
	left: 353px;
}
.mapcircle.mapbuildiing11 {
	bottom: 400px;
	left: 565px;
}
.mapcircle.mapbuildiing10 {
	bottom: 422px;
	left: 670px;
}
.recentbanner .bannertitle {
font-size: 58px;
}
.zigzagcontentbox h2{
font-size: 40px;
}
.zigzagcontentbox p{
font-size: 18px;
}
.zigzaglabel{
font-size: 18px;
padding: 10px 15px;
}
.newsletter form{
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subscribeinout{
	width: 100%;
	height: 70px;
	padding: 0 60px;
font-size: 20px;
border-radius: 10px 0 0 10px;
}
.newsletter .primarybtn{
	border-radius: 0 10px 10px 0;
	width: 415px;
	margin: 0;
}
.blogbanner .bannercontent {
max-width: 746px;
padding: 70px 0;
}
.blogbanner{
	background-size: cover;
}
}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.nwsection {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}
.upslidebox p{font-size: 16px;}
.apartouter{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.playbtn{
	width: 134px;
	height: 134px;
}
.appartbox{margin-top: 0 !important;}
.footerbanner ul li{
font-size: 20px;
}
.footerouterfirst{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.footeroutersecond{
	-ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}
.footerouterthird{
		-ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}
.footerouterfourth{
		-ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}
.footerouterfifth{
		-ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}
.footersocial{
	justify-content: space-between;
}
.footerbox {
	margin-top: 0;
}
.choosemap {
max-width: 1200px;
}

.mapcircle.mapbuildiing2 {
left: 250px;
    bottom: 152px;
}
.mapcircle.mapbuildiing3 {
left: 347px;
    bottom: 180px;
}
.mapcircle.mapbuildiing4 {
left: 449px;
    bottom: 200px;
}
.mapcircle.mapbuildiing5 {
left: 668px;
    bottom: 256px;
}
.mapcircle.mapbuildiing6 {
bottom: 277px;
    left: 760px;
}
.mapcircle.mapbuildiing7 {
bottom: 296px;
    left: 862px;
}
.mapcircle.mapbuildiing8 {
	bottom: 313px;
    left: 955px;
}
.mapcircle.mapbuildiing9 {
	bottom: 465px;
	left: 433px;
}
.mapcircle.mapbuildiing11 {
	bottom: 490px;
	left: 688px;
}
.mapcircle.mapbuildiing10 {
	bottom: 522px;
	left: 816px;
}
.zigzagwrap{padding-bottom: 50px;}
	.blogouter{
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
 .mapcircle {
    bottom: 120px;
    left: 160px;
  }
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.nwsection {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.viewconleft {
	width: 34%;
}
.viewconright{
	width: 66%;
}
.groundboxcontent{width: 78%;}
.mapcircle {
bottom: 130px;
left: 165px;
}
.mapcircle.mapbuildiing3 {
left: 370px;
    bottom: 190px;
}
.mapcircle.mapbuildiing4 {
	left: 470px;
    bottom: 210px;
}
.mapcircle.mapbuildiing5 {
	left: 704px;
    bottom: 267px;
}
.mapcircle.mapbuildiing8 {
	bottom: 330px;
    left: 1007px;
}
.mapcircle.mapbuildiing9 {
	bottom: 505px;
	left: 456px;
}
.mapcircle.mapbuildiing11 {
	bottom: 520px;
	left: 728px;
}
.mapcircle.mapbuildiing10 {
	bottom: 542px;
	left: 861px;
}
.zigzagwrap{padding-bottom: 70px;}
	.zigzagcontentbox{padding: 60px 0;}
	  .blogbanner .bannercontent {
    padding: 120px 0 80px 0;
  }
  .mapcircle.mapbuildiing2 {
    left: 270px;
    bottom: 162px;
  }
   .mapcircle.mapbuildiing6 {
    bottom: 297px;
    left: 806px;
  }
    .mapcircle.mapbuildiing7 {
    bottom: 316px;
    left: 912px;
  }
}