h2,h3,h4,h5,p{
	font-family: 'Lato', sans-serif;
}
h1{
	font-family: 'Oswald', sans-serif;
}
html {
  scroll-behavior: smooth;
}
a:hover{
	text-decoration: none;
}
.mt-80{
	margin-top: 80px;
}
.mt-60{
	margin-top: 60px;
}
.mb-80{
		margin-bottom: 80px;
}
.pt-80{
	padding-top: 80px;
}
.pb-80{
		padding-bottom: 80px;
}
.pt-60{
	padding-top: 60px;
}
.pb-60{
		padding-bottom: 60px;
}
.logo-sec img {
    max-width: 100%;
}
.navbar .navbar-nav .nav-link {
    color: #ffffff;
    /* font-size: 1.1em; */
    font-size: 15px;
    /* letter-spacing: 1px; */
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f5d03f;
}
.navbar .navbar-nav .nav-link:hover {
    color: #75b9da;
}
.logo-sec {
    background: url(../img/header-top.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0;
}
nav.navbar.navbar-expand-lg.navbar-light {
    background: #153a72;
}

ul.proposed-ul.business-centre-li li {
    line-height: 40px;
}

/************slider***********/
#carousel .carousel-item.banner1 {
  background-image: url("../img/banner1.jpg");
}

#carousel .carousel-item.banner2 {
  background-image: url("../img/banner1.jpg");
}

#carousel .carousel-item.banner3 {
  background-image: url("../img/banner1.jpg");
}

#carousel .carousel-item {
    height: 76vh;
    width: 100%;
    /* min-height: 350px; */
    background: no-repeat center center scroll;
    background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  color: white;

}

#carousel .caption h2 {
    animation-duration: 1s;
    animation-delay: 2s;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 23px;
}

#carousel .caption p {
    animation-duration: 1s;
    animation-delay: 2.2s;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 39px;
}
#carousel .caption span{
	color: #fde06d;
}
/************about***********/
.about-img {
    position: relative;
}
.about-img img {
    max-width: 100%;
}
.about .ts-padding {
    padding: 70px 140px 40px 82px;
}
.column-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #163e73;
    font-family: 'Oswald', sans-serif;
}
.no-padding {
    padding: 0 !important;
}
.about-desc1 {
    /* margin-top: 10px; */
    /* margin-bottom: 19px; */
    border: 0;
    border-top: 3px solid #d8d8d8;
    padding-top: 16px;
}
.section-title-vertical {
    position: relative;
    position: absolute;
    top: 203px;
    font-size: 40px;
    display: inline-block;
    text-align: right;
    width: 100%;
}
.section-title-vertical .section-title {
    position: absolute;
    transform: rotate(-90deg);
    top: 107px;
    font-size: 49px;
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
    margin-left: -16%;
    font-family: 'Oswald', sans-serif;
}


/***********project*******/
.project-cnt{
	background: #fffeec;
}
.section-title-vertical .section-title1 {
    color: #ffeec5;
}

/******counter*********/
.counter-cnt {
    margin-top: -3%;
}
.counter-area-v1 {
    position: relative;
    margin-top: -130px;
}
.counter-box.colored p {
    font-size: 16px;
    padding: 0 10%;
    display: block;
    text-align: center;
}
.counter-box.colored {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    border: 2px solid #f19800;
    border-radius: 50%;
    background: #fff;
}
.counter-wrapper {
    width: 250px;
    height: 250px;
    position: relative;
    display: inline-block;
    text-align: center;
    right: 0;
}
.counter {
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    
    text-align: center;
    display: block;
    padding-top: 33px;
}
.acres {
    font-size: 44px;
    display: block;
 
    font-family: 'Oswald', sans-serif;
   
    padding: 0;
    text-align: center;
   
    margin-top: -12px;
}
.counter-box:hover .counter{
color: #fff;
}
.counter-box:hover .acres{
color: #fff;
}
.counter-box:hover {
    background: #f19800;
    color: #fff;
}
/************map*******/
a.lightbox img {
    max-width: 100%;
}
.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
  
}

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    /* position: absolute; */
    /* top: -80px; */
    /* right: 0; */
    /* -webkit-transition: .5s ease-in-out; */
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    /* transition: .5s ease-in-out; */
}

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.lightbox-target:target {
    opacity: 99999;
    top: 5%;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0;
}
.map-cnt img{
	max-width: 100%;
}
.lightbox h3 {
    font-size: 20px;
    color: #163e73;
    font-weight: 600;
    text-align: right;
    font-family: 'Oswald', sans-serif;
}
.map-txt {
    margin-left: 4%;
}
.location-txt li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #f5ae00;
}
.location-txt li:last-child {
    border-bottom: none;
}
.location-txt {
    margin: 0;
    padding: 0;
}
/**************major*********/

.major-hr {
    border-top: 2px solid #fab100;
}

.red h3 {
    background: #d52b2b;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    font-size: 22px;
    /* margin-top: -16px; */
    border-radius: 0 0px 10px 10px;
}
.orange h3 {
	background: #f09b15;
}
.green h3 {
	background: #419837;
}
.red img {
    max-width: 100%;
}
.red-bg {
    background: url(../img/red-bg.png) no-repeat;
    background-size: cover;

    margin-top: 30px;
    /* margin-bottom: 52px; */
}
.miex-cnt{
        margin-top: 68px;
}
.red-cnt p {
    padding: 0 11px;
}


/**************proosed*********/
.proposed{
	background:#fafafa;
}

.proposed-txt {
    background: #163e73;
    color: #fff;
    padding: 40px;
    height: 100%;
    justify-content: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* align-items: center; */
}
.proposed-txt .column-title {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}
ul.proposed-ul li:after {
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #029bb0;
    font-weight: 400;
}
ul.proposed-ul li {
    position: relative;
    padding-left: 16px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    list-style: none;
}
.proposed-sec .column-title {
    font-weight: 400;
    text-transform: none;
}
.proposed-ul {
    margin-bottom: 0;
    padding-left: 0;
}

/**************benefit*********/
.benefits-box span {
	color: #163e73;
}
.benefits-box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #f9ae00;
}
.benefits-box {
    margin-top: 30px;
}
.benefits-box p {
    font-size: 17px;
    color: #383838;
    margin-top: 18px;
}
.benefits-box .proposed-ul li {
    margin-bottom: 14px;
    color: #163e73;
    font-weight: 600;
    font-size: 16px;
}

.benefits-box .proposed-ul {
    margin-bottom: 0;
    margin: 0;
    padding-left: 0;
}
/**************sustain*********/
.sustain-icons-cnt img {
    /* border: 1px solid #f9ab00; */
    /* border-radius: 50%; */
    padding: 12px;
    /* height: 100%; */
    /* width: 85%; */
}

.sustain-icons-cnt {
    text-align: center;
}
.sustain-icons-cnt p {
    color: #383838;
    font-size: 16px;
    text-align: center;
}
.sustain-icon-new {
    width: 17%;
    text-align: center;
}
.sustain-icons-img {
    border: 1px solid #f9ab00;
    border-radius: 50%;
    /* padding: 0 8%; */
    width: 51%;
    padding: 5px;
    text-align: center;
    display: inline-block;
    /* height: 100%; */
}
.royal-cnt{
	background:#fafafa;
}

/**************estaTE	*********/
.estate-cnt {
    justify-content: space-between!important;
    display: flex!important;
}
ul.estate-cnt1 {
    padding: 0;
}
.estate {
    background: #163e73;
}
.estate-cnt1 li a {
    color: #fff;
    font-weight: 500;
}
ul.estate-cnt1 span {
    display: block;
}
ul.estate-cnt1 li {
    margin-top: 17px;
    font-size: 16px;
    list-style: none;
    border-left: 3px solid #f9ab00;
    padding-left: 17px;
    color: #fff;
}
p.about-desc.mt-3 {
    text-align: justify;
}
/**************slider*********/
.brands {
    padding: 40px 0;
    box-shadow: 0 8px 11px #eeeeee8a;
}
.brands .owl-dots {
    text-align: center;
    margin-top: 16px;
}
.brand-para.text-center {
    margin-bottom: 26px;
}
.brands .owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #222222 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.brands .owl-dot.active {
    background-color: #163e73 !important;
}
.brand-para.text-center p {
    padding: 0 20%;
}

/**************gallery-cnt*********/
.gallery {
    box-shadow: 0 8px 11px #eeeeee8a;
    padding-bottom: 40px;
}
.gallery-cnt .column-title{
	margin-bottom: 30px;
}
.gallery .owl-prev span, .gallery .owl-next span {
    color: #f9af05;
    font-size: 40px;
}
.gallery .owl-prev span:hover, 
.gallery .owl-next span:hover {
	color: #8199A3;
}

.gallery .owl-prev, .gallery .owl-next {
    position: absolute;
    top: 41%;
    height: 100%;
    /* bottom: 0; */
}

.gallery .owl-prev {
    left: -24px;
}

.gallery .owl-next {
	right: -24px;
}
.gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0 10px 10px #eee;
}
hr.gallery-main-border {
    width: 2px;
    height: 487px;
    /* background: #000; */
    margin-top: 17px;
    border-right: 1px dashed #cecece;
}
.media-cnt{
    margin-top: 20%;
}


/**************footer*********/
.widget.information ul li a:hover {
    color: #163e73;
}
.social-icon-footer {
    float: left;
    position: relative;
    margin: 30px 0 20px;
}
.top-footer .widget ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.social-icon-footer li {
    display: inline-block;
    background: #163e73;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 3px 0;
    margin-right: 10px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.social-icon-footer li a {
    color: #fff;
}
.widget.information h4 {
    color: #383838;
    font-size: 16px;
}
ul.contact-footer li {
    list-style: none;
    /* color: #383838; */
}
.contact-footer li a {
    color: #383838;
}
ul.contact-footer {
    margin: 0;
    padding: 0;
}
.footer-cnt{
	padding:60px 0;
}
.widget.information .useful-cnt {
    font-size: 20px;
    color: #163e73;
    font-weight: 600;
}
.widget.information ul li {
    list-style: none;
    margin-bottom: 10px;
}
ul.contact-footer li i {
    padding-right: 8px;
}
ul.social-icon-footer.circle.box i {
    color: #Fff;
}
.widget.information ul {
    padding: 0;
    margin: 0;
}
.widget.information ul li a {
    color: #383838;
    font-weight: 600;
}
.social-icon-footer li:hover {
    background: #fcc802;
}

.proposed-sec .column-title {
    text-align: center;
    width: 100%;
    margin-bottom: 44px;
}


/**************responsive*********/
@media screen and (max-width: 1199px){
    .counter-wrapper {
    width: 200px;
    height: 200px;
}
.counter {
    font-size: 34px;
    padding-top: 21px;
}
.acres {
    font-size: 35px;
}
}
@media screen and (max-width: 1366px){
.intro-video img {
    height: 100%;
}
.about .ts-padding {
    padding: 17px 20px;
}
.section-title-vertical .section-title {
    margin-left: -24%;
    top: -25px;
}
}
@media only screen and (min-width: 960px) {
  .navbar {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px){
	.about-img {
	    height: auto;
	}
}
@media screen and (max-width: 992px){
    .gallery-cnt1 {
    margin-top: 10%;
}
.media-cnt {
     margin-top: 0;
}

.counter-wrapper {
    width: 170px;
    height: 170px;
}
.counter {
    font-size: 28px;
    padding-top: 14px;
}
.acres {
    font-size: 28px;
}
.counter-box.colored p {
     padding: 0 ; 
}
	.section-title-vertical{
		display: none;
	}
	.sustain-icon-new {
    width: 22%;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}
.navbar-light .navbar-toggler-icon {
    background: url("../img/menu-icon.png");
    color: #000;
}
#carousel .caption h2 {
    font-size: 21px;
}
#carousel .caption p {
    font-size: 24px;
    padding-right: 39%;
}
.brand-para.text-center p {
    padding: 0 7%;
}
}
@media screen and (max-width: 766px){
    .counter-wrapper {
    margin-top: 13px;
}
		.estate-cnt {
    display: inline-block !important;
}
	.counter {
    font-size: 31px;
}
.acres {
    font-size: 32px;
       margin-top: -13px;
}

.proposed-ul {
     padding: 0; 
}
.sustain-icon-new {
    width: 47%;
}
.sustain-icons-img {

    width: 40%;
}
.widget.information h4 {
    margin-top: 22px;
}
}
@media screen and (max-width: 575px){
    .counter-wrapper {
    text-align: center;
    width: 100%;
    height: auto;
}
.counter {
    padding-top: 0;
}
.counter-box.colored {
    border: 0px solid #f19800;
}
.sustain-icons-cnt img {
    padding: 14px 5px;
}
.sustain-icons-img {
    width: 50%;
}
.footer-cnt {
    padding: 60px 0 0;
}
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 2px;
	font-size:.8rem;
}







