
@import url('overwrite.css');
@import url('animate.css');



@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Medium.woff2') format('woff2'),
        url('../fonts/Khand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaBT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Light.woff2') format('woff2'),
        url('../fonts/Khand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Bold.woff2') format('woff2'),
        url('../fonts/Khand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Regular.woff2') format('woff2'),
        url('../fonts/Khand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






/*==========================================================================
  General
  ========================================================================== */
body {
  font-family: 'Khand';
  color: #777;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
  text-shadow: none;
}

.clear {
  clear: both;
}
img{ max-width:100%;}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 40px;
  line-height: 30px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

.txt-light {
  font-weight: 300;
}

.txt-regular {
  font-weight: 400;
}

.txt-bold {
  font-weight: 700;
}

.txt-uppercase {
  text-transform: uppercase;
}

blockquote {
  font-family: 'Khand';
}

blockquote.bigquote {
  border: none;
  background-color: none;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 70px;
}

.text-bold {
  font-weight: 900;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


small {
  font-size: 70%;
  font-weight: 100;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: none;
}

.color-white.txt-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
  text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust
 ========================================================================== */
.row {
  z-index: 9999;
}

.big {
  font-size: 20pt;
  font-weight: 300;
}


.blink:hover {
  opacity: 0.9;
}

.half-offset {
  margin-bottom: 75px !important;
}

.no-offset {
  margin: 0 !important;
  padding: 0;
}

.content,
.container {
  overflow: hidden;
}

.trans {
  border: 0 !important;
  background: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.nobg {
  background: 0;
  border: 0;
}

.noborder {
  border: 0 !important;
}

.color-white {
  color: #fff;
}

.theme-bg {
  background-color: #ff7701 !important;
}

.normalize-font-top {
  padding-top: 25px;
}



/* --- float --- */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* --- align --- */
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
  padding-top: 50px;
}

.align-center i:hover {

  cursor: pointer;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;

}

/* ---- padding ---- */
/* top */
.pad-top0 {
  padding-top: 0;
}

.pad-top5 {
  padding-top: 5px;
}

.pad-top10 {
  padding-top: 10px;
}

.pad-top15 {
  padding-top: 15px;
}

.pad-top20 {
  padding-top: 20px;
}

.pad-top25 {
  padding-top: 25px;
}

.pad-top30 {
  padding-top: 30px;
}

.pad-top35 {
  padding-top: 35px;
}

.pad-top40 {
  padding-top: 40px;
}

.pad-top50 {
  padding-top: 30px;
}

/* bottom */
.pad-bot0 {
  padding-bottom: 0;
}

.pad-bot5 {
  padding-bottom: 5px;
}

.pad-bot10 {
  padding-bottom: 10px;
}

.pad-bot15 {
  padding-bottom: 15px;
}

.pad-bot20 {
  padding-bottom: 20px;
}

.pad-bot25 {
  padding-bottom: 25px;
}

.pad-bot30 {
  padding-bottom: 30px;
}

.pad-bot35 {
  padding-bottom: 35px;
}

.pad-bot40 {
  padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 {
  margin-left: 5px;
}


.mar-left15 {
  margin-left: 15px;
}

.mar-left20 {
  margin-left: 20px;
}

.mar-left25 {
  margin-left: 25px;
}

.mar-left30 {
  margin-left: 30px;
}

.mar-right5 {
  margin-right: 5px;
}

.mar-right10 {
  margin-right: 10px;
}

.mar-right15 {
  margin-right: 15px;
}

.mar-right20 {
  margin-right: 20px;
}

.mar-right25 {
  margin-right: 25px;
}

.mar-right30 {
  margin-right: 30px;
}

/* top */
.mar-top0 {
  margin-top: 0;
}

.mar-top5 {
  margin-top: 5px;
}

.mar-top10 {
  margin-top: 10px;
}

.mar-top15 {
  margin-top: 15px;
}

.mar-top20 {
  margin-top: 20px;
}

.mar-top25 {
  margin-top: 25px;
}

.mar-top30 {
  margin-top: 30px;
}

.mar-top35 {
  margin-top: 35px;
}

.mar-top40 {
  margin-top: 40px;
}







/* bottom */
.mar-bot0 {
  margin-bottom: 0;
}




.mar-bot15 {
  margin-bottom: 15px;
}

.mar-bot20 {
  margin-bottom: 20px;
}

.mar-bot25 {
  margin-bottom: 25px;
}

.mar-bot30 {
  margin-bottom: 30px;
}

.mar-bot35 {
  margin-bottom: 35px;
}
/*
.mar-bot40 {
  margin-bottom: 40px;
}*/

.mar-bot45 {
  margin-bottom: 45px;
}



/* ==========================
 --- Parallax ---
============================= */

#parallax1 {
  background-image: url(../img/parallax/4.jpg);
  height: 500px;
}

#parallax2 {
  background-image: url(../img/parallax/2.jpg);
  height: 500px;
}

#testimonials {
  background-image: url(../img/1.jpg);
  height: 500px;
}

#testimonials-3 {
  background-image: url(../img/12.jpg);
  height: 500px;
}

#testimonials-2 {
  background-image: url(../img/6.jpg);
  height: 500px;
}


/*===========================
  --- Header & menu ----
=========================== */

.navbar {
  line-height: 100px;
  height: 120px;
 
 
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
    margin: 0 auto;
	border-bottom: 10px solid transparent;
	
   
    -webkit-border-image: url(../img/headerborder.png) 30 round;
    -o-border-image: url(../img/border.png) 30 round;
   border-image: url(../img/headerborder.png) 30 round;
   
   
}

.navbar .navbar-collapse {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 0px;
   background-color: #314e93;

}

/*--Responsive--*/

@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: -20px;
  }

  .navbar .navbar-nav>.active>a {
    padding-bottom: 0px;
  }

  .row-slider {
    height: auto;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    padding: 0;
  }
}

.nav li {
  height: 100%;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nav>li>a {
  display: table-cell;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  color: #fff;
  font-weight: 0;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
   font-family: 'Khand';

}

.nav>li>a:hover {
  color: #fff;
  background: none;
}

.navbar-nav {
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
  padding:1%;
}

.navbar .navbar-nav>.active>a {
  color: #fff;
}

.navbar .navbar-nav>.active>a {
  padding-bottom: 15px;
}
.nav>li> .hove:hover {
	color: #000;
}
h1 a.navbar-brand {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  margin-left: 40px;
}

.navbar-brand {
 
}

.navbar-brand img {
  vertical-align: middle;
}

.navbar-toggle {
  padding: 0;
  margin: 0;
  width: 80px;
}


.navbar-collapse.in, .navbar-collapse.collapsing {
  margin-top: -5px !important;
  width: 100%;
}
.owl-nav{position: absolute;
    top: 45%; width:100%;}
.owl-prev{ background-image:url(../img/next.png); background-repeat:no-repeat; background-size: cover;
    width: 81px;
    height: 46px;
    margin-left: 2%;} 
	.owl-next{ background-image:url(../img/back.png); background-repeat:no-repeat; background-size: cover;
    width: 81px;
    height: 46px; float:right; margin-right:2%;} 
/*===========================
  --- about  section ----
=========================== */
#section-about {
  background-color: #fff;
  height: auto;
}
.wrapper{width:85%;
  margin:0 auto;
  position:relative;
}
.about {
  padding: 80px 20px 0px;
  
}
.mar-left10 {
  /*margin-left: 10px;*/
      padding: 0 3%;
	      /*margin-top: 7%;*/
}
.about  .company h2{
  /*margin-top: 60px;*/
 font-family: 'Khand';
 font-size:35px;
 color:#142649;
 }
.about  .company h4 {
  font-size: 19.985px;
  font-family: 'Khand';
  color: #142649;
}

.about  .company p {
  font-size: 18px;
 font-family: 'Khand';
  color: #142649;
  line-height: 29px;
     text-align: left; 
    padding: 1% 0;
  
}
.about  .company .button{border:2px solid #000; color:#000;  font-family: 'Khand'; font-size: 18px;}
.about  .company .button:hover {
  color: #fff;
  border-color: #fff;
  background: #142649;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}
.leaf3{position: absolute;
    left: 49%;
    bottom: -14%;}

.leaf1 {
    position: absolute;
    left: -5%;
    top: 60%;
}
.leaf2 {
    position: absolute;
    right: -3%;
    top: 21%;
}
	
/*===========================
  --- aminities Sections ----
=========================== */

section.section {
  margin: 0;
  padding: 70px 0 60px 0;
}


.bg-white {
  background-color: #fff;
}

/* --- section heading --- */
.section-header {
  text-align: left;
  padding-top: 30px;
      /*padding-left: 30px;*/
}

.section-header h2 {
  font-family: 'Khand';
 font-size:35px;
 color:#3b2816;
}
.section-header h4 {
  font-size: 18px;
  font-family: 'Khand';
  color: #000;
}
.mar-bot5 {
  margin-bottom: 5px;
 
 
}
.mar-bot40 {
    margin-bottom: 25px;
	 position:relative;
	 z-index:auto;
}
.service-col {
  /*padding: 0px 20px;
  margin: 0 10px;*/
  background-color: none; 
  margin-bottom: 20px;
}


.service-col h2 {

  /*margin: 1em 0 2px;*/
  font-size: 20px;
  font-family: 'Khand';
  color: #3b2816;
  /*line-height: 1.75;*/
  text-align: left;
  

}

.service-col p {
   font-size: 16px;
  font-family: 'Khand';
  color:#000;
 
  line-height: 1.75;
  text-align: left;
}


.service-col ul li{
  font-size: 16px;
    font-family: 'Khand';
  color: rgb( 0, 0, 0 );
  
  line-height: 1.875;
  text-align: left;
  margin-left: -17px;
   
  
	
}

 .ul1{margin-top:-95px;}
 .ul2{margin-top:-42%;}
 .ul3{margin-top:-58%;}

.leaf5{position: absolute;
    
    top: 72%;
    right: 53%; display: none;}
.leaf6{position: absolute;
   right: -3%;
    
    top: 39%;}
	



/*===========================
  --- Gallery section ----
=========================== */


.team-section {
  width: 100%;
  min-width: 100%;
  text-align: center;
  /*padding: 100px 0;*/
  position: relative;
  background-color:#fff;
}
.mar-bot10 {
    margin-bottom: 10px;
	
}

.mar-bot30 {
    margin-bottom: 30px;

}
.leaf7{ position:absolute; right:-3%; top:0%;}
.leaf8{ z-index: 3;
    position: absolute;
    left: -3%;
    top: 21%;}




#portfolio {
	padding: 0;
	overflow: hidden;
}
#portfolio ul.controls {
	padding: 0px 0 20px 2px;
	overflow: hidden;
	margin: 20px 0;
	
}
#portfolio ul#Grid  li:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#portfolio ul#Grid  li img{
	-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
	}

#portfolio ul.controls li {
	float: left;
	color: #000; text-transform:uppercase;
	  font-family: 'Khand';
	font-size: 16px;
	padding: 4px 13px; margin:10px 10px 0 0;
	cursor: pointer; border:1px solid #ccc;
	border-radius:2px;
}
#portfolio ul.controls li:hover, #portfolio ul.controls li.active {
color: #fff; background:#48373ad6;
border:none;
}


#portfolio ul#Grid {
	margin: 0 0 30px 0; width:100%; float:left;
	padding: 0;
	position: relative;
}
#portfolio ul#Grid li {
	   padding: 0px 0px 0px 0px;
    list-style: none;
    display: none;
    position: relative;
    overflow: hidden;
    margin: 9px;
    width: 23%;
}
#portfolio ul#Grid li a {
	display: block; outline:none;
	position: relative;
	color: #fff;
}
#portfolio ul#Grid li span.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #000;
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#portfolio ul#Grid a.link {
	padding: 0px 10px;
	height: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	line-height: 30px;
	background: #1ABC9C;
}
#portfolio ul#Grid li:hover a.link {
	background: #1ABC9C;
	opacity: 0.9;
}
#portfolio ul#Grid a.link span {
	color: #f9f9f9;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid a.link:after {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #1ABC9C;
	border-width: 10px;
	margin-left: -10px;
}
#portfolio ul#Grid a.link:before {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #1ABC9C;
	border-width: 16px;
	margin-left: -16px;
}
#portfolio ul#Grid li:hover a.link {
	padding: 10px 10px;
	height: auto;
	overflow: visible;
	text-decoration: none;
}

.gallery .five .out {
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
}
.gallery .five:hover .out {
    opacity: 1;
    -webkit-transform: scale(1);
}
.gallery .four .out {
    left: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0.2);
}
.gallery .four:hover .out {
    opacity: 1;
    -webkit-transform: rotate(0deg);
}




.gallery .out {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3b2816;
    top: 0;
    left: 0;
    /*transition: all 450ms ease-in-out;*/
    
}
.gallery .out span {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    letter-spacing: 1px;
}
.gallery .out::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
   
}

.gallery .out h2{font-family: 'Khand'; font-size:20px; color:#fff; margin:15px 0 7px 0;}

/*===========================
	---floor plan---
===========================*/
#line-pricing{
  margin: 50px 0 10px 0;
  background-color:#fff;
}


.portfolio-item .portfolio-desc {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: rgba(220, 220, 220, 0.7);
}


.portfolio-item:hover .portfolio-desc {
  padding-top: 20%;
  height: 100%;
  transition: all 200ms ease-in-out 0s;
  opacity:0.7;
}

.portfolio-item .portfolio-desc a {
  color: #fff;
}

.portfolio-item .portfolio-desc a:hover {
  /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
  text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
  top: -20px;

  padding: 30px;
  height: 0;
  opacity: 0;
  position: relative;
}

.portfolio-item:hover .folio-info {
  height: 100%;
  opacity: 0.8;
  transition: all 500ms ease-in-out 0s;
  top: -10px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
  text-transform: uppercase;
  
  text-align: center;
    margin-top: 38%;
}

.portfolio-item .portfolio-desc .folio-info p {
  color: #ffffff;
  font-size: 12px;
}

.portfolio-item h2 {
    position: absolute;
    top: 162px;
    /* left: 126px; */
    font-weight: bold;
    color:#fff;
   font-family: 'Khand';
    font-size: 20px;
    width: 100%;
}
	

video{width: 75%;
    margin: 3% 0;}








/*===========================
  slider
============================ */
.slider {
  position: relative;
}

.carousel-inner {
  height: 100vh;
  /*  */
}



.carousel-inner .item {
 
  background-position: top;
  background-size: cover;
  height: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -40px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #3b2816;
}

#carousel-slider a i {
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #3a906d;
  background: #314e93  ;
  color: #fff;
}

#carousel-slider a i:hover {
  background: orange;
  color: #fff;
  border: 1px solid orange  ;
}

#carousel-slider .carousel-control {
  width: inherit;
}

#carousel-slider .carousel-control.left i {
  left: 27px;
  top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
  right: 27px;
  top: calc(50% - 50px);
}

.carousel-caption {
  position: absolute;
  right: 7.5%;
  top: calc(60% - 112px);
  font-size: 40px;
  left: 55%
  z-index: 10;
  padding-bottom: 0px;
  color: #fff;
  text-align: right;
  text-shadow:none;
 
}


.carousel-caption h2 {
  font-size: 55px;
  font-family: 'Khand';
   color: rgb( 0, 28, 84 );
  text-transform: uppercase;
   -moz-transform: matrix( 1.00092316046701,0,0,1.00076005900627,0,0);
  -webkit-transform: matrix( 1.00092316046701,0,0,1.00076005900627,0,0);
  -ms-transform: matrix( 1.00092316046701,0,0,1.00076005900627,0,0);
}

.carousel-caption h2 span {
  font-size: 60px;
  color: #fff;
}

.carousel-caption p {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
  background: #3a906d;
}


@media (max-width: 767px) {
	
  .carousel-caption {
    font-size: 18px;
    top: 81px;
	    right: 3.5%;
  }
  .carousel-caption h2 {
    font-size: 32px;
  }

  .carousel-caption h2 span,
  .carousel-caption p {
    font-size: 18px;
  }
}

.carousel-inner .form-inline .form-group button[type="livedemo"] {
  padding: 20px 60px;
  font-size: 20px;
  background: #3a906d;
  color: #fff;
  border-radius: 0;
  border-color: #fff;
  text-transform: uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"] {
  padding: 20px 60px;
  font-size: 20px;
  background: #fff;
  color: #272727;
  border-radius: 0;
  text-transform: uppercase;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
  color: #fff;
  border-color: #fff;
  background: #3a906d;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

.form-inline {
  margin-top: 50px;
}


/*row-slider*/
.row-slider {
  padding-top: 0px;
  vertical-align: middle;
  padding-bottom: 20px;
}

.title {
  padding-top: 100px;
  text-align: center;
}

.list-style {
  list-style: none;
  left: 0%;
}

.learn-more {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 60px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, .1);
  width: 150px;
  height: 40px;

}

.learn-more:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);

}

.learn-more a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 9px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.learn-more a.first {
  position: absolute;
  top: 0;
  left: 18%;
}

.learn-more a.sec {
  position: absolute;
  top: -30px;
  right: 10px;
  left: 8%;
  font-size: 26px;
}

.learn-more:hover a.first {
  position: absolute;
  top: 30px;
}

.learn-more:hover a.sec {
  position: absolute;
  top: -3px;
}


.circle {

  font-size: px;
  width: 200px;
  height: 200px;
  line-height: 380px;
  vertical-align: middle;
  text-align: center;
  margin-top: 60px;
}

.circle:hover {


  width: 140px;
  height: 140px;
  font-size: 20px;
  line-height: 390px;
  vertical-align: middle;
  text-align: center;
  margin-top: 60px;
}

/* inner heading */
section.featured.inner {
  background: #eee;
  padding: 150px 0 50px;
}

/*id*/


#section-services {
  background-color: #fff;
  height: 650px;
}

#section-team {
  background-color: #fff;
  height: 650px;
}

/* --- Flexslider --- */
.flexslider {
  margin: 0;
  background: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}

.flex-control-paging li a.flex-active {
  background: #fff;
}

.flex-control-nav {
  bottom: -25px;
}

.flexslider .slides ul li {
  width: 100%;
}

.flexslider .slides img {
  width: 100%;
}

.flex-direction-nav a {
  display: block;
  width: 50px;
  height: 98px;
  margin: -29px -20px 0;
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  right: -70px;
  background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
  left: -70px;
  background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
  content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
  content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
  list-style: none;
  padding: 0;
}

.tp-rightarrow.large {
  margin-left: 0;
}

.tp-leftarrow.default {
  width: 49px !important;
  height: 98px !important;
  background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
  width: 49px !important;
  height: 98px !important;
  background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
  padding-top: 100px;
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 650px !important;
  overflow: hidden;
}

.fullwidthbanner {
  height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
  background: url(../img/bullets-new.png) no-repeat top left;
}

.tp-caption.large_bold_white {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.small_thin_white {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: 'Khand';
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}


.fullwidthbanner a.btn {
  color: #fff;
}

/*==========================
About
=========================== */


/*===========================
  Portfolio
============================ */

/* ------- */

.isotopeWrapper article {
  margin-bottom: 30px;
}

#portfolio img {
  width: 100%;
}

#portfolio article p {
  margin-bottom: 1.45em;
  /*set next row on the baseline*/
}

.portfolio-items article img {
  width: 100%;
}

.portfolio-item {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 8%;
  text-align: center;
}

.portfolio-item img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;

}
.leaf9{position: absolute;
    top: 0%;
    left: -6%;}

.leaf10{position: absolute;
    top: 42%;
    right:-5%;}

/*===========================
  --- Contact ----
=========================== */
#section-map{padding: 30px 0;}
#section-map h2{ font-size:25px; color:#000; }
#section-map p{ font-size:15px;  color:#000;     line-height: 30px;}
#section-map h4{ font-size:20px; color:#000;    line-height: 20px; }

#section-contact{ background-color:#142649;}

#section-contact .section-header h2 {
    font-family: 'Khand';
    font-size: 35px;
    color: #fff;
}
#contact-form {
  position: relative;
  z-index: 999;
}

.colin{position: relative; z-index:1;} /* necessary to give position: relative to parent. */

.form-control {border-bottom: 1px solid #000; border-radius:0px;color: #fff;font-size: 16px;}
    
.effect-16{border: 0; padding: 4px 0; border-bottom: 1px solid #fff; background-color: transparent;}

.effect-16 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border{width: 100%; transition: 0.4s;}

.effect-16 ~ label{position: absolute; left: 0; width: 100%; top: 6px; transition: 0.3s; z-index:-1; font-family: 'Khand'; font-size:19px; color: #fff; font-weight: unset;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label {
    top: -22px;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
	 font-family: 'Khand';
	 font-weight: unset;
}
.contact-form .button {
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Khand';
    font-size: 18px;
	text-decoration: none;
    background: none;
    font-weight: unset;
	padding: 15px 35px;

    margin: 0px 1% 0 0%;
}
.contact-form .button:hover{
    border: 1px solid #314e93  ;
    color: #fff;
	background-color:#314e93  ;
	 -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}


input:required, textarea:required {box-shadow: none; background:none; }
input:required:focus, textarea:required:focus {outline: none;}
input:required:hover {opacity: 1;}

.contact-form button[type="submit"] {
  background: none;
  border: 1px solid #314e93  ;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}
.form-group {
    margin-bottom: 50px;
}


/*=========================
  Footer
 ================= */

#footer {
  background:#314e93  ;
  margin: 0;
}
#footer p{
  color:#fff;
  font-size:16px;
  font-family: 'Khand';
  margin: 2%;
}


section#footer .copyright {
  text-align: center;
}



a.scrollup {
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 13px;
  right: 10px;
  z-index: 9999;
  
}

a.scrollup:hover {
  opacity: 1;
  color: #fff;
  font-size: 18px;
  line-height: 30px;

}


/* stats */
.stats .icon {
  margin: 0 0 20px 0;
}

.stats strong.number {
  font-size: 38px;
}

.stats span.text {
  font-weight: 700;
  font-size: 24px;
}

/* buttons */
.btn {
  border: 0;
}

.btn.bold {
  font-weight: 600;
}

.btn-cta {
  color: #ffffff;
  border-bottom: 4px solid;
}

.btn-cta:hover {
  color: #ffffff;
}

.btn-cta {
  border-bottom: 2px solid;
}

.btn-cta.btn-lg {
  border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */

@media (min-width: 1599px) and (max-width: 1800px) {
	.gallery .out h2 {font-size: 18px;}
.carousel-inner {
    height: 80vh;
}
.navbar {
    line-height: 100px;
    height: 113px;}
}
@media (min-width: 1300px) and (max-width: 1500px) {
	.gallery .out h2 {font-size: 15px;}
	.carousel-inner {
    height: 79vh;
}
  .navbar-nav { padding: 2.8%;}
  .nav>li>a {font-size: 14px;}
 .about img{     max-width: 100%;}
 .mar-left10 {
  
    margin-top: 0%;
}
.portfolio-item h2 {
    position: absolute;
    top: 119px;
   }
	#section-map h4 {
    font-size: 20px;
    margin-top: 18px;
    line-height: 11px;
}
#section-map .item img{
	max-width:100%;}
	.carousel-caption h2 {
    font-size: 45px;}
	.carousel-inner {
    height: 79vh;
}

}

@media (min-width: 959px) and (max-width: 1290px) {
	.gallery .out h2 {font-size: 14px;}
  .navbar-nav { padding:2% 1%;}
  .nav>li>a {font-size: 13px;}
  .navbar .navbar-collapse {
  
    min-height: 95px;
}
.navbar {
    line-height: 100px;
    height: 102px;}
 .about img{     max-width: 100%;}
 .about .company p {
    font-size: 14px;     line-height: 26px;     padding: 1px 0;}
	.about .company .button { font-size: 14px;}
	 .mar-left10 {
  
    margin-top: 0%;
}
.portfolio-item h2 {
    position: absolute;
    top: 107px;
    
	font-size:18px;
}

	#section-map h4 {
    font-size: 20px;
    margin-top: 18px;
    line-height: 11px;
}
#section-map .item img{
	max-width:100%;}
	.carousel-inner .item {
    background-position: center;
  }
  .carousel-inner {
    height: 79vh;
}
.carousel-caption h2 {
    font-size: 40px;}
	
.navbar-brand img { width: 150px;}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px) 
{
	.gallery .out span {
    
    padding: 16px;
   
}
	.gallery .out h2 {font-size: 12px;}
	.portfolio-item h2 {
    position: absolute;
    top: 78px;
    font-size: 15px;
}
.nav>li>a {
    font-size: 12px;
	  letter-spacing: 0em;
}
.navbar-brand img {
    width: 121px;
}
.navbar {
    line-height: 100px;
    height: 86px;
}
.carousel-inner {
    height: 70vh;
}
.carousel-caption h2 {
    font-size: 27px;
}
.carousel-caption {
    position: absolute;
    right: 9.5%;}
	.service-col h2 {
    margin: 1em 0 0.75em;
    font-size: 15px;}
	.service-col ul li {
    font-size: 14px;}
	.ul1 {
    margin-top: -120px;
}
.ul2 {
    margin-top: -75%;
}
.ul3 {
    margin-top: -103%;
}
#portfolio ul#Grid li {width: 22.8%;}
#section-map p {
    font-size: 15px;}
	#section-map h4 {
    font-size: 19px;
    margin-top: 18px;
    line-height: 7px;
}
}

@media (max-width: 768px) {
	.gallery .out span {
    
    padding: 10px;
   
}
	.gallery .out h2 {font-size: 12px;}
	video{width: 100%;
    margin: 3% 0;}
	.portfolio-item h2 {
    position: absolute;
    top: 57px;
 
    font-size: 12px;
  
}
  .slider {
    margin-top: 60px;
  }

 	img{max-width:100%;}
.navbar-toggle {
    padding: 21px 10px;
}
.navbar {
    width: 100%;
    height: 72px !important;
}
.navbar-brand {
    line-height: 63px;
    padding: 0% 0%;
}
.nav>li>a {
    display: block;
    font-size: 11px;
    letter-spacing: 0em;
    padding: 13px 7px;
    text-align: center;
    
	
}
.navbar-nav {
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 14px 10px;
}
.navbar-brand img {
    width: 56%;
}
.navbar-brand img {
    width: 56%;
}
.carousel-inner {
    height: 38vh;
	   
}
.carousel-caption h2 {
    font-size: 27px;}
	#services .col-md-3 {
    width: 50%;
    float: left;
}
.ul1 {
    margin-top: 0px;
}
.ul2 {
    margin-top: 0px;
}
.ul3 {
    margin-top: 0px;
	 
}
.ul5 {
   
	    margin-top: -316px;
}
#portfolio ul#Grid li {
  
    width: 30%;
    float: left;
}
.portfolio-item {
    width: 33%;
    float: left;
    padding: 1%;
}
#section-map .col-md-3{width: 50%;
    float: left;}
	
#section-map .col-md-3 .item{ margin-top: 17%;}
#section-map h4 {
    font-size: 20px;}
}




@media (max-width: 767px) {
	.gallery .out h2 { font-size: 15px;}
	video{width: 100%;
    margin: 3% 0;}
	#services .col-md-3 {
    width:100%;
   
}
#section-map .col-md-3 .item{ margin-top: 0%;    text-align: left;}
#section-map .col-md-3{width: 100%;
    }
	.portfolio-item { width: 100%;}
.ul5 {
   
	    margin-top: 0px;
}
	.wrapper { width: 100%;}
	img{    max-width: 100%;}
	.navbar {width: 100%;height: 80px !important;}

  .navbar.navbar-fixed-top {
    background-color: rgba(0, 0, 0, 1);
  }
  .nav>li>a {
    display: block;
  
    font-size: 16px;
    letter-spacing: 0em; 
  
    padding: 4%;
    text-align: center;
}
.navbar-collapse.in, .navbar-collapse.collapsing {

    width: 100%;
}
.navbar-toggle {
    padding: 34px 10px;
 
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 835px;
}
 .navbar-header {
   background-color: #314e93;
   
    line-height: 55px;
  }

  .navbar-brand {
    line-height: 60px;
	    padding: 4% 0%;
	
}
 .navbar-brand img{
  
	width: 70%;
}
 
 

  .navbar .navbar-collapse ul.nav {
    
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }

  .navbar .navbar-collapse ul.nav li {
    border-bottom: 1px solid #666;
  }

.carousel-inner {
    height: 25vh;
	 margin-top: 23%;
}
.carousel-caption h2 {
    font-size: 12px;
}

  .team-member,
  .col-lg-4 {
    margin-bottom: 30px;
  }

  .stats .col-md-3 {
    margin-bottom: 30px;
  }
  #portfolio ul#Grid li {
    
    width: auto;
}
#section-map h4 {
    font-size: 20px;
    
}
.leaf1 { width: 26px;}
.leaf10 {
   display:none;
	
}
.leaf6 {
    position: absolute;
    right: 5%;
    top: 37%;
    width: 54px;
}
.leaf2 {
    position: absolute;
    right: -2%;
    top: 25%;
    width: 17px;
}
.leaf7 {
    position: absolute;
    right: 1%;
    top: 0%;
    width: 76px;
}
#carousel-slider .carousel-indicators li {
    border: 1px solid #3b2816;
    display: none;
}
.about {
    padding: 10% 0px 0px;
}
.about .company h2 {font-size: 27px;}
.about .company h4 {
    font-size: 18.985px;}
	.about .company p {
    font-size: 14px;}
	.about .company .button {
   
    font-size: 14px;
    text-align: center;
}
.leaf3 {
    position: absolute;
    left: 82%;
    bottom: -5%;
}
.section-header h2 { font-size: 30px;}
.section-header h4 {
    font-size: 14.985px;}
	.service-col h2 {
    margin: 0em 0 0.75em;
    font-size: 20px;}
	.ul1 {
    margin-top: 0px; 
}
.ul2 {
    margin-top: 0px; 
}
.ul3 {
    margin-top: 0px; 
}
.leaf5 {
    position: absolute;
    top: 74%;
    
	right: 17%;
}
#portfolio ul.controls li {
    margin: 10px 4px 0 7px;
    font-size: 11px;
}
.leaf9 {
    position: absolute;
    top: -15%;
    left: 4%;
    width: 68px;
}
#section-map .item{    margin: 15% 0;}
#section-map p {
    font-size: 15px;}
	.contact-form .button {
    
    font-size: 12px;
   
    padding: 10px 25px;
    margin: 10px 0% 0 0%;
}
#footer p {
    color: #fff;
    font-size: 13px;
    font-family: 'Khand';
    margin: 3%;
}
a.scrollup {
    height: 33px;
    width: 33px;
   line-height: 34px;
     bottom: 2px;
    right: 10px;
   
}
.section.section {
    margin: 0;
    padding: 30px 20px 0px 20px;
}
.team-section {padding: 100px 20px;}
#line-pricing {
    margin: 50px 20px 10px 20px;
   
}
#section-map {
    padding: 10px 0px;
}
.portfolio-item h2 {
   
    top: 82px;
   
    color: white;
  
    font-size: 13px;
   
    width: 100%;
}
}

@media (max-width: 767px)  and (orientation:Landscape){

.navbar-toggle {
    padding: 21px 10px;
}
.navbar {
    width: 100%;
    height: 56px !important;
}
.navbar-brand {
    line-height: 63px;
    padding: 0% 0%;
}
.nav>li>a {
    display: block;
    font-size: 11px;
    letter-spacing: 0em;
    padding: 1%;
    text-align: center;
    
}
.navbar-brand img {
    width: 56%;
}
.navbar-brand img {
    width: 56%;
}
.carousel-inner {
    height: 104vh;
}
.carousel-caption h2 {
    font-size: 19px;
}
.carousel-caption {
    font-size: 18px;
    top: 115px;
    right: 5.5%;
}
#services .col-md-3{width: 50%;
    float: left;}
	.service-col ul li {
    font-size: 14px;
    
    line-height: 2;
   
}
#portfolio ul#Grid li {
    width: 30%;
    float: left;
}
.portfolio-item {
    width: 33%;
    float: left;
	padding:1%;
    

}

.portfolio-item h2 {
    
    top: 59px;
    left: 18px;
    font-size: 10px;
    width: 79%;
    
}
.leaf9 {
    position: absolute;
    top: 9%;
    left: 38%;
    width: 68px;
}
.section.section {
    margin: 0;
    padding: 51px 20px 0px 20px;
}
#section-map .col-md-3{    width: 50%;
    float: left;}
	#section-map .item img{
        width: 50%;
		text-align:center;
}
#section-map .item {
       
		text-align:center;
		margin: 8% 0;
}
.team-section {
    padding: 59px 20px;
}
#portfolio ul.controls {
   
    margin: 0px 0;
}
.pad-top50 {
    padding-top: 30px;
}
#section-map {
    padding: 60px 20px;
}
.ul5{    margin-top: -93%;
}
.ul3 {
    margin-top: -342px;
}
}
@media (min-width:768px) and (max-width: 812px)  and (orientation:Landscape){
	img{max-width:100%;}
.navbar-toggle {
    padding: 21px 10px;
}
.navbar {
    width: 100%;
    height: 65px !important;
}
.navbar-brand {
    line-height: 63px;
    padding: 0% 0%;
}
.nav>li>a {
    display: block;
    font-size: 11px;
    letter-spacing: 0em;
    padding: 7px 10px;
    text-align: center;
    
	
}
.navbar-nav {
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 17px 8px;
}
.navbar-brand img {
    width: 56%;
}
.navbar-brand img {
    width: 56%;
}
.carousel-inner {
    height: 104vh;
}
.carousel-caption h2 {
    font-size: 19px;
}
.carousel-caption {
    font-size: 18px;
    top: 185px;
    right: 5.5%;
}
#services .col-md-3{width: 25%;
    float: left;}
	.service-col ul li {
   font-size: 12px;
    line-height: 28px;margin-left: -29px;
   
}
.service-col h2 {
   
    font-size: 20px;}
	.service-col p {
    font-size: 12px;}
#portfolio ul#Grid li {
    width: 30%;
    float: left;
}
.portfolio-item {
    width: 33%;
    float: left;
	padding:1%;
    

}

.portfolio-item h2 {
    
    top: 59px;
    left: 18px;
    font-size: 10px;
    width: 79%;
    
}
.leaf9 {
    position: absolute;
    top: 9%;
    left: 38%;
    width: 68px;
}
.section.section {
    margin: 0;
    padding: 100px 20px 0px 20px;
}
#section-map .col-md-3{    width: 50%;
    float: left;}
	#section-map .item img{
        width: 50%;
		text-align:center;
}
#section-map .item {
       
		text-align:center;
		margin: 8% 0;
}
.team-section {
    padding: 59px 20px;
}
#portfolio ul.controls {
   
    margin: 0px 0;
}
.pad-top50 {
    padding-top: 30px;
}
#section-map {
    padding: 30px 20px;
}

#section-map h4 {
    font-size: 20px;
  
    line-height: 16px;
}
}

#aks:hover {
    content: url('../img/images/QMicon_hover.png');
}

.about-us-new{
  font-family: 'Khand';
 font-size:16px;
 color:#000;
}

.youtube-embed {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  text-align: left;
}

.youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 75%;
  overflow: hidden;
}




/*amenities*/
.amenities{width:100%; margin:0; padding:30px 0 0 0; float:left;}
.amenities ul{width:90%; margin:0 auto 2% ; padding:0; display:block; text-align:center;}
.amenities ul li{width:16.66%; font-family: 'Khand'; color:#000;font-size:15px; margin:0; padding:8px 1%; float:left; list-style:none; display:inline;} 
.amenities ul li img{ margin-bottom:5px;}



 @media(max-width:768px) {
.amenities h3 {padding: 10px 10px;color: #3b2816;font-weight: bold;font-size: 35px;text-align: left;}
.amenities ul li{width:50%;}
}

@media(min-width:768px) and (max-width: 991px) {
   .amenities h3 {padding: 10px 10px;color: #3b2816;font-weight: bold;font-size: 35px;text-align: left;}
  .amenities ul li{width:33.33%; padding-bottom:2%;} 

  }
#logofooter1{
    width: 100%;
}

@media only screen and (max-width:480px){
    #logofooter1{
    width: 65%;
}
}


