@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');

html, body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	margin: 0 0 15px;
	color: #444;
    font-weight: 700;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 40px;
		
}
h3{
	font-size: 30px;
	line-height: 32px;
	
}
h4{
	font-size: 23px;
	line-height: 26px;
		
}
h5{
	font-size: 18px;
	line-height: 22px;
		
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #777;
   font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 24px;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 0.6;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
.rbg{
	//background:#00487f;
	//background: #e91e63;
	}
.mob{ text-align:center; font-size:24px; padding-top:16px; font-weight:bold;
//color: #e90239;
color: #71b100;
}
.form {
   
    width: 100%;
   
	//background:#00487f;
	background:#fff;
	//background: #e91e63;
	//background: #9f0487;
	padding-bottom:30px;

}
.form h2{
	//color: #e90239;
	color: #71b100;
	//text-transform:uppercase;
	font-size:28px;
	text-align:center;
	line-height:28px;
	padding:15px 0px 10px 0px;
}
.form h2 span{ font-size:18px;}
.btn{
	width:100%;
	background:#ffbc03;
	color:#4e4c4c;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	border:0px;
}
.project-overview{
	font-family: 'Montserrat', sans-serif;
    width: 100%;
   	padding-bottom:30px;

}
.project-overview h2{
	color:#f47223;
	text-transform:uppercase;
	font-size:26px;
	text-align:center;
	padding:15px 0px 10px 0px;
}
.project-overview h3{font-size:14px; text-align:center; font-weight:bold; margin-bottom:0px;color:#7b7979; text-transform:uppercase;}
.project-overview h4{font-size:13px; text-align:center; font-weight:normal; margin-bottom:5px;color:#9e9d9d;}
.project-overview p{
	font-size:15px;
	line-height:36px;
	text-align:center;	
}
.ov-box{
	border:solid 2px #e8e7e7;
	padding:15px;
	height:162px;
	width:162px;
	font-size:80px;
	text-align:center;
	margin:0px auto;
	margin-bottom:20px;
}
.aminities{
	font-family: 'Montserrat', sans-serif;
    width: 100%;
	padding-top:50px;
   	padding-bottom:30px;
	background:#004880;
	text-align:center;
	color:#FFF;

}
.aminities h2{
	color:#FFF;
	text-transform:uppercase;
	font-size:26px;
	text-align:center;
	padding:15px 0px 10px 0px;
}
.aminities h3{font-size:18px; text-align:center; font-weight:bold; margin-bottom:50px;color:#FFF;font-family: 'Montserrat', sans-serif;  }

.ami-size{ font-size:86px}

.specification{
	font-family: 'Montserrat', sans-serif;
    width: 100%;
	padding-top:50px;
   	padding-bottom:30px;
	background:#FFF;
	text-align:center;

}
.specification h2{
	color:#f47223;
	text-transform:uppercase;
	font-size:26px;
	text-align:center;
	padding:15px 0px 10px 0px;
}
.specification h3{font-size:18px; text-align:center; font-weight:bold; margin-bottom:5px;color:#f47223;font-family: 'Montserrat', sans-serif;  }
.specification p{ padding:10px;}

.owl-carousel.owl-loaded {
    display: block;
z-index: 0;
}
/*------------Rooms offer section-------------*/

.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
    border-radius: 10px;
    border: 1px solid #ededed;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 40px;
}
.first-item {
    margin-bottom: 30px;
}
.project-carousel .col-md-4{
    width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    transition: 0.4s;
}
.project-dec {
    display: block;
    padding: 20px 15px;

}
.project-dec p{
    margin-bottom: 0px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #153356;
    font-size: 18px;
    margin-top:-50px;
    position: absolute;
    text-align: center;
    line-height: 39px;
    border:1px solid #153356;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    right: 7%;
	top:0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right:2%;top:0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right:2%;top:0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    right: 7%;top:0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #153356;
    border: 1px solid #153356;
}
.moredet{
	font-family: 'Montserrat', sans-serif;
    width: 100%;
	padding-top:50px;
   	padding-bottom:30px;
	background:#f5f4f4;
	text-align:center;

}
.mb{ margin-bottom:40px;}
/*---------------------------------*/
/* 9. LIGHTBOX */
/*---------------------------------*/
#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}
#imagelightbox-close {
    width: 2.5em;
    height: 2.5em;
    text-align: left;
    background-color: #05305a;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    border: none;
}
#imagelightbox-close:before, #imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#imagelightbox-close:hover {
    background-color: #fff;
    outline: none;
}
#imagelightbox-close:hover:before, #imagelightbox-close:hover:after {
    background: #05305a;
}
#imagelightbox-loading, #imagelightbox-loading div {
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#imagelightbox-loading {
    width: 2.5em;
    height: 2.5em;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em;
    margin: -1.25em 0 0 -1.25em;
    -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading div {
    width: 1.25em;
    height: 1.25em;
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    -moz-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}
#imagelightbox-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#imagelightbox-caption {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background-color: #05305a;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 0px;
}
.imagelightbox-arrow {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.32);
    width: 3.75em;
    height: 7.5em;
    background-color: transparent;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em;
    border: none;
}
.imagelightbox-arrow-left {
    left: 2.5em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-right {
    right: 2.5em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-left:focus, .imagelightbox-arrow-right:focus {
    outline: none;
}
.imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:hover {
    color: #fff;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    -moz-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}
@media only screen and (max-width:660px) {
    #container {
        width: 100%;
    }
    #imagelightbox-close {
        top: 1.25em;
        right: 1.25em;
    }
    #imagelightbox-nav {
        bottom: 1.25em;
    }
    .imagelightbox-arrow {
        width: 2.5em;
    }
    .imagelightbox-arrow-left {
        left: 1.25em;
    }
    .imagelightbox-arrow-right {
        right: 1.25em;
    }
}
@media only screen and (max-width:320px) {
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}
@media (max-width:767px) {
    .block.type-7 .filter-nav li {
        margin-bottom: 10px;
    }
    .block.type-7 .filter-content a {
        display: block;
    }
    .block.type-7 .filter-content a img {
        margin: 0 auto;
    }
    .block.type-7 .icon-wrapper .icon-entry {
        margin-bottom: 30px;
    }
			.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{		
    right: 16%;		
}		
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{		
    right: 16%;		
}
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@-moz-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
}
.footer1{
	//background:#0e558e;
	padding:20px 0px 20px 0px;
	background-image: url('https://thenestbuilders.com/nest-cultures/assets/images/others/homepage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}
.footer1:before {
    content: '';
    position: absolute;
    top: 0;
    //z-index: -1;
    width: 100%;
    height: 100%;
	background: rgba(33, 33, 33, 0.93);
}
.footer1 p{ color:#fff; font-size:10px; text-align:center;}
.footer2{
	//background:#004881;
	background:#000;
	padding:20px 0px 20px 0px;
}
.footer2 p{ color:#fff; font-size:10px; text-align:center;}
.footer2 a{ color:#FFF; text-decoration:none;}