/*------------------------------------------------------------------
Theme Name: Helium - Responsive Bootstrap Landing Page
Version:	2.0
Author: jThemes Studio
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. GLOBAL STYLES
	2. HEADER STYLES 
	3. INTRO STYLES
		3.1. Intro / 1 
		3.2. Intro / 2 
		3.3. Intro / 3 
		3.4. Intro / 4 
		3.5. Intro / 5 
		3.6. Intro / 6 
		3.7. Intro / 7 
		3.8. Intro / 8 
		3.9. Intro / 9 
		3.10. Intro / 10 
	4. ICON BOX / SERVICES STYLES 
	5. TESTIMONIALS 
	6. ACCORDION  
	7. INFO CONTENT  
	8. FACTS  
	9. TEAM  
	10. PRICING TABLE  
	11. HOME BLOG 
	12. CONTACT 
	13. MAILCHIMP 
	14. CALL TO ACTION 
	15. PAGE HEADER 
	16. SUBPAGE STYLES
	17. COMMENTS 
	17. CONTACT 
	18. RESPONSIVE STYLES

-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);

/* 1. GLOBAL STYLES */

body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	color: #777;
	font-weight: 400;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0;
	letter-spacing: -1px;
}

p {
	font-size: 14px;
	color: #777;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.4px;
}

b, strong {
	font-weight: 700;
}

a {
	color: #333;
}

a:hover {
	color: #1dc6bc;
}

a, a:hover, a:focus, button, button:hover {
	outline: 0;
	text-decoration: none;
	transition: .4s;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
::-webkit-input-placeholder { /* Edge */
  color: #444 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444 !important;
}

::placeholder {
  color: #444 !important;
}
.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}
.running .ld {
    display: inline-block !important;
    margin-left: 5px;
    vertical-align: middle;

}
.btn-book .ld {
    display: none;
}
.space40 {
	margin-bottom: 40px;
}
.valid {
    border: 1px solid #ccc !important;
}
.space50 {
	margin-bottom: 50px;
}
.help-block{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}
.menuTxt {
  display: none;
}
.space90 {
	margin-bottom: 90px;
}

.no-padding {
	padding: 0 !important;
}

input:focus, button:focus, .slick-slide {
	outline: none;
	box-shadow: none;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.container {
	max-width: 1170px;
	width: 100%;
}

.btn {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 15px 17px;
	border: none;
	text-transform: uppercase;
	font-family: Poppins;
	border-radius: 0px;
}

.btn.btn-default {
	color: #000;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

.btn.btn-default.btn-border {
	border-color: #ffffff;
	color: #fff;
}

.btn.btn-default:hover {
	background-color: #e6e6e6;
	color: #000;
}

.btn.btn-primary {
	background-color: #1dc6bc;
	border: 2px solid #1dc6bc;
}

.btn.btn-primary.btn-border {
	border-color: #1dc6bc;
	color: #1dc6bc;
}

.btn.btn-primary:hover {
	background-color: #111;
	border-color: #111;
	color: #fff;
}

.btn.btn-success {
	background-color: #2ecc71;
}

.btn.btn-success.btn-border {
	border-color: #2ecc71;
	color: #2ecc71;
}

.btn.btn-success:hover {
	background-color: #25a25a;
	color: #fff;
}

.btn.btn-info {
	background-color: #81cfe0;
}

.btn.btn-info.btn-border {
	border-color: #81cfe0;
	color: #81cfe0;
}

.btn.btn-info:hover {
	background-color: #58bfd6;
	color: #fff;
}

.btn.btn-warning {
	background-color: #f39c12;
}

.btn.btn-warning.btn-border {
	border-color: #f39c12;
	color: #f39c12;
}

.btn.btn-warning:hover {
	background-color: #c87f0a;
	color: #fff;
}

.btn.btn-danger {
	background-color: #c0392b;
}

.btn.btn-danger.btn-border {
	border-color: #c0392b;
	color: #c0392b;
}

.btn.btn-danger:hover {
	background-color: #962d22;
	color: #fff;
}

.btn.btn-border {
	border: 2px solid;
	background: transparent;
}

.btn.btn-black {
	background: #09142f;
	border: 2px solid #09142f;
	color: #fff;
}

.btn.btn-black:hover {
	background: #1dc6bc;
	border: 2px solid #1dc6bc;
	color: #fff;
}

.btn.btn-md {
	padding: 15px 25px;
}

.btn.btn-lg {
	font-size: 12px;
	padding: 14px 35px;
}

.btn.btn-sm {
	padding: 9px 20px;
}

.btn.btn-xs {
	font-size: 11px;
	padding: 7px 15px;
}

.btn i {
	margin-left: 15px;
}

/* 2. HEADER STYLES */

.navbar-default {
	background: rgba(255,255,255,0.72);
	border: none;
	padding: 25px 0;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	z-index: 99999
}

.navbar-brand {
	font-family: Poppins;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 5px;
	padding: 0
}

.gallery .wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.gallery .wrap:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gallery .slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.img-btmtext p b {
    font-size: 20px;
}
.gallery .slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 100px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: monospace;
  font-size: 5rem;
  z-index: 300;
  outline: none;
}

 .gallery .slick-prev {
  left: -50px;
  text-align: left;
}

.gallery .slick-next {
  right: -50px;
  text-align: right;
}
.gallery .item.slick-slide {
      width: 33.33%;
    height: 470px !important;
    transition: transform .4s;
    position: relative;
    max-width: 750px;
}
/* Caption effect */
.gallery .slick-center {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}

/*full Screen slider*/
.fullscreenslider .swiper-slide{
    height: 520px;
}
ul.portfolioContainer.isotope {
    min-height: 490px !important;
}
#gallery .slick-slide figcaption {
	display: none;
}
#gallery .slick-center * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#gallery .slick-center img {
  max-width: 100%;
  vertical-align: top;
}
#gallery .slick-center figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 999;
  display: block !important;
}
#gallery .slick-center figcaption p{
  padding-right: 40px;
  padding-left: 40px;
  z-index: 9999;
  font-size: 16px;
  color: #000;
font-family: 'Marcellus';
line-height: 24px;
margin-bottom: 5px;
}
#gallery .slick-center h2,
#gallery .slick-center h4 {
  margin-bottom: 5px ;
}
.gallery .slick-center h2 {
  font-weight: 600;
  margin-bottom: 40px;
}
#gallery .slick-center h4 {
  font-weight: 400;
  text-transform: uppercase;
}
#gallery .slick-center i {
  font-size: 32px;
}
#gallery .slick-center h3{
    max-width: 465px;
    margin: 0 auto;
}
#gallery .slick-center:after {
  background-color: #ffffff !important;
  position: absolute;
  content: "";
  display: block;
  top: 20px !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
#gallery .slick-center a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.slick-active figcaption{
	display: none !important;
}
#gallery .slick-center h3::after{
	margin-bottom: 10px;
    margin-top: 10px;
}
#gallery .slick-center:hover figcaption,
#gallery .slick-center.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#gallery .slick-center:hover:after,
#gallery .slick-center.hover:after {
  -webkit-transform: rotateX(0) !important;
  transform: rotateX(0) !important;
  opacity: 0.8 !important;
}

.gallery .slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72,22,208,.4);
  transition: transform .4s;
}

.gallery .item.slick-slide {
  transform: scale(0.7)  translate(640px);
}

.gallery .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px,10px);
  z-index: 10;
}

.gallery .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}

.gallery .item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px,10px);
}

.gallery .item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: transparent !important;
}
.navbar-nav > li a:hover:after{
	display: none !important
}
.gallery .slick-center:after {
  opacity: 0;
}
.gallery .slick-prev{
	left: 20px;
	margin-left: 0 !important;
    background: url(../images/sprites.png);
    background-position: 3px 0px;
    background-size: 205px;
    width: 38px;
}
.gallery .slick-next{
	right: 20px;
    margin-right: 0 !important;
    background: url(../images/sprites.png);
    background-position: -34px 0px;
    background-size: 205px;
    width: 38px;
}
.configuration-slider{
	position: relative;
}
.configuration-slider .slick-slide img{
	width: 100%
}
.configuration-slider:before{
	width: 100%;
    height: 400px;
    content: '';
    background: #c1c2bd;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 75px; 
}
.configuration-slider .slick-prev{
	left: 20px;
	margin-left: 0 !important;
    background: url(../images/sprites.png);
    background-position: 139px -18px;
    background-size: 225px;
    width: 26px;
    height: 52px;
    font-size: 0;
    border:0;
}
.configuration-slider .slick-next{
	right: 20px;
    margin-right: 0 !important;
    background: url(../images/sprites.png);
    background-position: 111px -18px;
    background-size: 225px;
    width: 26px;
    height: 52px;
    font-size: 0;
    border:0;
}
.projects .slick-slide:after{
	background: rgba(255,255,255,.7);
}
.projects .slick-next{
	background-position: -166px 0px;
}
.projects .slick-prev{
	background-position: -131px 0px;
}
.projects .item h4{
	margin-top: 450px;
}

.navbar-brand img{ 
	width: 170px;
    position: relative;
    top: -13px;
}
.navbar-default .navbar-nav > li {
	margin-left: 25px;
}
.bgdiv{
	height: 100%;
}
.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-slide .container {
    z-index: 999;
}
.swiper-slide-active{
	z-index: 9;
}
.swiper-pagination-bullet{
	background:#ecbe45 !important;
}
.swiper-pagination-bullet-active{
	background:#fff !important;
}
.img-wrp{
	position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0;
}
.swiper-slide .container{
	width: 100%;
	max-width: 100%;
}
.slider-bg{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide h2, .swiper-slide h3, .swiper-slide p{
    	color: #fff;
    	text-align: left;
    }
    .swiper-slide h2{
     	margin-bottom: 10px;
     	font-size: 24px;
     	text-align: justify;
     }
     .swiper-slide h3{
     	margin-bottom: 10px;
     	font-size: 18px;
     	text-align: justify;
     }
     .high-desc{
     	max-width: 390px;
     	display: block;
     	margin: 0 auto;

     }	
     .swiper-slide p{
     	font-size: 14px;
     	text-align: justify;
     	line-height: 22px;
      font-family: 'Marcellus';
     }
     .swiper-button-next{
     	background-image: url(../images/sprites.png) !important;
	    background-position: -36px 0px !important;
	    background-size: 205px !important;
	    width: 38px !important;
	    height: 100px !important;
	}
	.swiper-button-prev{
     	background-image: url(../images/sprites.png) !important;
	    background-position: 3px 0px !important;
	    background-size: 205px !important;
	    width: 38px !important;
	    height: 100px !important;
	}
    .swiper-slide h3::after{
    	display: none;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #48166c;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.navbar-default .navbar-nav > li > a {
	color: #4b0082;
	font-weight: 500;
	font-size: 15px;
	font-family: 'DM Serif Display';
	position: relative;
	padding: 15px 0 0;
	letter-spacing: 1px;
}
#location{
	padding: 70px 0 70px 0;
	    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    /*padding: 40px 0;*/
}
#location .container{
	z-index: 9999;
}
.location-map{
	background-size: contain;
    background-position: right center;
    display: none;
}
.locadvbox {
    position: relative;
}
.locadvdetails {
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 1rem 0.5rem;
    background-color: rgba(0,0,0,0.4);
    color: #ffffff;
}
.loctextbox {
    text-align: center;
    padding: 0 auto;
    margin: 0 auto;
}
.loctextbox p{
	text-align: center !important;
	color: #fff !important
}
.dist-title {
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.dist-info {
    color: #ffffff;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}
.w-100 {
    width: 100%!important;
}
.image-represent {
    letter-spacing: 1px;
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    left: 7px;
    z-index: 10;
    padding: 0.30rem;
    text-shadow: 1px 1px 10px #000000;
    color: #fff;
    text-align: left;
    font-family: 'Marcellus';
}
#ui-lightbox-title{
    font-family: 'cinzel';
}

.navbar-nav > li.active a ,
.navbar-nav > li a:hover  {
	float: left;
	color: #ecbe45 !important;
	background: none !important;
}
 .navbar-nav > li a:active {
	color: #4b0082 !important;
}
.navbar-nav > li.active a {
	color: #ecbe45 !important;
}
.location-heading h3:after{
	margin-bottom: 70px;
 }
.navbar-nav > li > a:after {
	content: "";
	height: 5px;
	width: 5px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	margin: 0 auto;
	border-radius: 50%;
}


.subpage .navbar-default {
	background: #111 !important;
	padding: 15px 0px !important;
}

.dropdown-menu {
	display: block !important;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	background: #111;
	top: 65px;
	left: 0 !important;
	right: auto !important;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.dropdown-menu li a:after {
	display: none;
}

.navbar-nav > li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.dropdown-menu > li > a {
	padding: 12px 20px;
	color: #fff;
	border-bottom: 1px solid #222;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	width: 100%;
}

/* 3. INTRO STYLES */

.intro {
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.30;
}
.gallery .item .caption{
	background: rgba(255,255,255,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	display: none;
}
.gallery .item:hover > .caption{
	display: block;
}
.caption-cell{
	display: table-cell;
	vertical-align: middle;
}
.btn-book{
	background: #ecbe45 !important;
	font-family: 'DM Serif Display';
	text-transform: capitalize;
	color: #4b0082;
	display: block;
	padding: 7px 21px;
    font-size: 16px;
    margin: 0 auto
}
.btn-book:hover{
	background:  #4b0082 !important;
	color: #ecbe45 !important;
}
.overlay-gradiant {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #16BFFD;
 /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #16BFFD , #CB3066);
 /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #16BFFD , #CB3066);
 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	opacity: 0.95;
}

.intro .container {
	position: relative;
	z-index: 77;
	height: 100%;
}

.intro .center-content{
	height: 100%;
}
/* 3.1. Intro / 1 */

.intro-style1 {
	/*background: #222 url(../images/bg/1.jpg) no-repeat top center;*/
	background-size: cover;
	padding-top: 100px;
	 display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}


.intro-style1 h2 {
	color: #fff;
    font-size: 60px;
    line-height: 59px;
    margin: -20px 0 30px;
    font-weight: 900;
    font-family: 'cinzel';
}
.intro-style1 .panel{
	max-width: 350px;
	padding: 25px 25px !important;
	border-radius: 0;
  float: right;
}
.intro-text{
	background: #f2b7b7;
	padding: 30px 0;
}
.location-text h2, .location-text h3, .location-text p{
	color: #fff !important;
	text-align: left !important
}
.location-text h2{
	font-size: 35px !important;
}	
.location-text h3{
	font-size: 20px !important; 
	line-height: 30px !important
}
.navbar-fixed-top, .navbar-fixed-bottom{
	position: relative;
	margin:0
}

.banner-fold {
    min-height: 90vh;
    background-size: 100%;
	padding: 0;
	display: flex;
	background: #fff;
}
.banner-fold .col-md-9 {
    padding-right: 0;
}
.newimage-img {
    background-image: url(../images/Newbanner-db-12.jpg);
}
.first-img {
    background-image: url(../images/banner-1-min.jpg);
}
.second-img {
    background-image: url(../images/banner-2.jpg);
}
.third-img {
    background-image: url(../images/banner-3.jpg);
}


.new-img{
     background-image: url(../images/new-banner.jpeg); 
    
}
.forth-img {
    background-image: url(../images/banner-4-min.jpg);
}
.banner__slider .slick-slide{
	min-height:90vh !important;
}
.modal-open .modal {
    z-index: 99999;
}
.close span {
    color: #000;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'CeraPro-Bold';
    color: #243d7e;
    text-align: center;
    font-size: 24px;
}
.modal-dialog {
	width: 500px;
}
.banner-fold .col-md-3 {
    padding-left: 0 !important;
}
.banner__img {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
}
.banner__slider .slick-prev, .mobilebanner .slick-prev {
    left: 20px !important;
}
.banner__slider .slick-next, .mobilebanner .slick-next {
    right: 20px !important;
}
.banner__slider .slick-next, .mobilebanner .slick-next  {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    right: 0;
    top: 50%;
    z-index: 777;
    margin-right: -10px;
    margin-top: -20px;
    cursor: pointer;
    background: transparent;
    cursor: pointer;
    font-size: 0;
    background: url(../images/arrow-right3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    border: 0;
}
.banner__slider .slick-prev, .mobilebanner .slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    left: 0;
    top: 50%;
    z-index: 777;
    margin-left: -10px;
    margin-top: -20px;
    background: transparent;
    cursor: pointer;
    font-size: 0;
    background: url(../images/arrow-left3.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
}
.form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
	background: #fff;
}
.panel-heading {
    font-family: 'CeraPro-Bold';
    color: #243d7e;
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
    padding:0;
}
.form-control{
	    background-color: #f1f1f1;
		    border: 1px solid transparent;
}

.panel-body, .panel-heading {
    margin: 7px 35px;
}

/* Privacy-Policy */
.welcome-section h3 {
    text-align: left;
    color: #243d7e;
	font-size: 22px;
	padding-bottom: 12px;
}
.welcome-section h3:after{
	display:none;
}
.welcome-section p{
	font-size: 18px;
}
.welcome-section li {
    font-size: 18px;
    list-style: circle;
    margin-left: 20px;
}

/* Masnory*/

.ndprotfolio{
	color:#242424;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:50px;
	
}
.ndprotfolio .heading h2 {color:#6f6f73;line-height:22px;}
.view-all{
	color:#7e8082;
	font-family:'oswaldlight';
	font-size:12px;
	text-transform: uppercase;
	float:right;
	position: relative;
	top: -8px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
.view-all a{text-decoration:none;position: relative;top: 3px;}

.view-all i{
	color:#a4a4a4;
	font-size:18px;
	background:#d7d9dc;
	border-radius:50%;
	margin-left: 5px;
	padding:8px;
	-webkit-animation: paused!important; /* Chrome, Safari, Opera */
    animation-play-state: paused;
}
.view-all a:hover i{color:#fff;background:#4cc1d3;}
.ndprotfolio .protBox{
	padding-top:85px ;
	padding-bottom:90px ;
	position:relative;
}
.ndprotfolio .heading p{padding-bottom:10px;}
.ndprotfolio h4{font-weight:700;}
.portfolioFilter{
	display:block;
	text-align: center;
	margin:0px;
	line-height: 1;
	margin-top: -8px;
}

.portfolioFilter ul{
	margin:0 auto;
	text-align:start;
	display:block;
	margin-bottom:19px;
	text-align: center;
}
.portfolioFilter ul li{display:inline-block;}
.portfolioFilter ul li a{
	padding:10px 15px;
	font-size:16px;
	line-height:15px;
	font-family: 'Marcellus';
	font-weight:normal;
	color: #4b0082;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	border-right:none;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
.row-fulid{margin-left:-10px;margin-right:-10px;}
.nd-portpagination2{margin-top:20px;}
.portfolioFilter ul li a:hover{
	color:#979ca1;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a.current{
	color: #4b0082;
	border-bottom: 3px solid #ecbe45;
}

ul.portfolioContainer{
	display:block;
	padding:0px;
	margin-bottom:0;
	list-style-type:none;
}
ul.portfolioContainer li{
	display:block;
	/*min-height:205px;*/
	padding:0px 10px;
	margin:10px 0px;
	
}
ul.portfolioContainer li .lightCon{
	display:block;
	margin:0px;
	position:relative;
	overflow:hidden;
	    border: 1px solid #ecbe45;
}
.lightCon i{font-size:18px;cursor:pointer;}
ul.portfolioContainer li img{
	width:100% !important;
	display:block;
	height:auto;
}
span.hoverBox{
	visibility:hidden;
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	bottom: 0px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	
	background: rgba(0, 0, 0, 0.1);
	
}

.services .text-icon {
    min-height: 200px;
}
.deskhide{
  display: none
}
.lightCon:hover span.hoverBox{
	visibility:visible;
	left:0px;
	bottom: 0px;
	background:rgba(71, 75, 84, 0.85);
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
.border-right{
	width: 1px;
	height: 80px;
	text-align: center;
	background:#878a8f;
	position: absolute;
	left: 60px;
	margin-top: -15px;
}
span.hoverBox a{
	line-height:54px;
}

span.hoverBox .smallIcon{
	width: 60px;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 42%;
	margin-top: -27px;
}

span.hoverBox .zoom{
	visibility:hidden;
	width:54px;
	height:54px;
	color:#fff;
	position: relative;
	left:-180%;
	text-align:center;
	line-height:50px;
	display: block;
	float: left;
	text-decoration:none;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lightCon:hover span.hoverBox .zoom{
	visibility:visible;
	left:0;
	padding-top:7px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverBox .linKed{
	visibility:hidden;
	width:54px;
	height:54px;
	color:#fff;
	position: relative;
	right:-180%;
	/*top:40%;*/
	text-align:center;
	line-height:52px;
	display: block;
	float: right;
	text-decoration:none;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lightCon:hover span.hoverBox .linKed{
	visibility:visible;
	right:0%;
	padding-top:7px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


.abc{
	position: absolute;
	width: 782px;
	height: auto;
	top: 20%;
	left: 0;
	right: 0;
	z-index: 99999;
	margin: 0 auto;
}
.abc #pbImage{
	position:static !important;
}

#pbCaption{
	display:block;
	background:none !important;
}
#pbBottom{
	position: relative !important;
	left: 26.1% !important;
	bottom: 0px !important;
	width: 100% !important;
	margin-left: -26% !important;
	padding: 0px !important;
	height:80px !important;
	display: block;
	background-color: rgba(24,27,34,1);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
}
#pbCloseBtn{
	position:absolute !important;
}


/* Masnory*/
.intro-text p{
	font-size: 18px;
    color: #48166c;
    font-family: 'Marcellus';
    max-width: 510px;
    line-height: 30px;
    margin-bottom: 7px;
    text-align: justify;
}
.intro-text p:first-child{
	margin-bottom: 0px;
}

.img-btmtext h3{
	text-align: justify;
    margin-bottom: 20px;
    font-weight: bolder;
    font-family: 'cinzel';
    font-size: 30px;
    color: #4b0082;
    line-height: 35px;
    max-width: 520px;
}
.img-btmtext h3:after{
	content: unset;
}
.text-heading{
	margin-top: 110px;
}
h2{
	font-family: 'cinzel';
	font-size: 35px;
	text-align: center;
	font-weight: bolder;
	color: #4b0082;
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 35px;
}
h3{
	font-family: 'Marcellus';
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    color: #616161;
    letter-spacing: 1px;
    line-height: 28px;
}
h3::after{
	content: '';
	background:url(../images/sub-head.png) no-repeat;
	height: 30px;
	width: 100%;
	display: block;
	max-width: 460px;
	margin: 20px auto;
	margin-bottom: 50px;
	background-position: center;
}
.para-text p{
	font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Marcellus';
    line-height: 30px;
    max-width: 430px;
    padding-left: 38px;
    display: block;
    color: #616161;
    text-align: justify;
}
.certificate-section{
	padding: 50px 0;
}
.certificate-section img{
	max-width: 450px;
	margin: 0 auto;
	margin-top:20px;
}
.light-color{
	color: #fff !important
}
.gallery{
	background: #48166c;
	padding: 70px 0 0px 0;
	position: relative;
}
#gallery{
    margin-top:110px;
}
.cta{
	background: #f2b7b7;
	padding: 50px 0 50px 0;
}
.cta h4{
	font-size: 30px;
	font-family: 'Marcellus';
	text-align: center;
	color: #48166c;
	letter-spacing: 1px;
}
.cta-btn{
	background: #4b0082;
    font-family: 'Marcellus';
    color: #fff;
    padding: 9px 16px;
    border-radius: 2px;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    max-width: 175px;
    text-align: center;
    margin-top:25px;
}

    .Brochure-btn{
           
	background: #4b0082;
	font-family: 'Marcellus';
	color: #fff;
	padding: 7px 16px;
	border-radius: 2px;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	max-width: 201px;
	text-align: center;
	
        }
.enquire-cta{
	padding: 50px 0 50px 0
}
.bigbtn{
	font-size: 24px;
	max-width: 215px;
	margin-top: 0
}
.gold-text{
	color: #ecbe45;
}
.about{
	background: #48166c;
	padding: 60px 0
}
.about p{
	font-size: 16px;
    font-family: 'Marcellus';
    text-align: justify;
    color: #fff;
    margin-bottom: 15px;
    line-height: 25px;
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
}
.about p:last-child{
	margin-bottom: 0 !important
}
.cta-btn:hover{
	background: #ecbe45;
	color: #4b0082
}
.certificate-section img{
	margin-top: 60px;
}
.amenities{
	padding: 70px 0  30px 0 !important;
	overflow: hidden;
}
.amenities h4{
	line-height: 24px !important;
	font-size: 20px;
	margin-bottom: 50px !important;
}
.amenities::before{
	content: '';
    background: #ecbe45 !important;
    width: 5%;
    height: 100%;
    position: absolute;
}
.internal::before{
	content: unset;
}
.internal::after{
	content: '';
    background: #ecbe45 !important;
    width: 5%;
    height: 100%;
    position: absolute;
    top: 140px;
    right: 0
}
.configuration{
	padding: 70px 0 0px 0 !important;
}
.portfolioFilter .portfolio-subcategory {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.portfolioFilter ul li{
-webkit-transition: all .2s cubic-bezier(.445,.050,.55,.95);
    transition: all .2s cubic-bezier(.445,.050,.55,.95);
}
.subcategory-back-href .fa{
    font-size: 20px;
    line-height: 15px;
}
.portfolioFilter ul li a{
	font-weight: bold
}
.portfolioFilter ul li+li{
	-webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.portfolioFilter .portfolio-subcategory {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.portfolioFilter .portfolio-subcategory.is-active {
    visibility: visible;
    opacity: 1;
}
.portfolioFilter ul li {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
.portfolioFilter ul.is-active li {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
}
.subcategory-active .portfolio-root-categories li {
    visibility: hidden; 
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.portfolioFilter .portfolio-subcategory.is-active li {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.gallery-text h4{
	position: relative;
    display: block;
    top: 270px;
    text-align: center;
    font-size: 24px;
    font-family: 'Marcellus' ;
    color: #fff;
    letter-spacing: 1px;
}
.text-image{
	position: relative;
}
.text-image img{
	width: 443px;
    display: block;
    margin: 0 auto;
    margin-top: -237px;
    position: absolute;
}
.input-group{
	width: 100%;
	margin-bottom: 10px;
}
.intro-style1 .panel-default{
	background: rgba(255,255,255,0.84);
	padding: 0;
}

.intro-style1 h2{
	text-align: left;
}
.bigtext{
	max-width: 250px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.biggertext{
	color: #fd8989;
	font-size: 60px;
	font-family: 'DM Serif Display';
}
.smalltxt{
	font-size: 30px;
}
.below-text{
	font-size: 24px;
	font-family: 'Marcellus';
	text-align: center;
	color: #31270c;
	margin-bottom: 60px;
	line-height: 28px;
}
.nopad{
	padding: 0
}
.phone{
	width: 100%;
    margin: 0 auto;
}
.projects{
	background: #fff !important;
	    padding: 70px 0 70px 0;
}
.about .text-icon{
	margin-top: 40px;
}
.about .text-icon h4{
	text-align: center;
	color: #fff;
	font-family: 'Marcellus';
}
.about .icon svg, .about .icon img{
	height: 90px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about h4 {
    font-family: 'Marcellus';
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: 24px !important;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.projects h2{
	color: #4b0082 !important
}
.text-content{
	margin-top: 30px;
	text-align: center;
}
.project-name{
	font-family: 'Marcellus' ;
	font-size: 28px;
	color: #48166c;
	letter-spacing: 1px;
	margin-bottom: 5px;
}	
.pr-location{
	font-family: 'DM Serif Display';
	font-size: 24px;
	color: #31270c;
	letter-spacing: 1px;
}
.phone, .phone a{
    text-align: center;
    color: #4b0082;
    font-family: 'DM Serif Display';
    font-size: 20px;
    margin-right: 0 !important
}
.configuration-slider .cngfsl-slider h2{
	visibility: hidden;
	margin-bottom: 0;
	display: none
}
.projects h4, .projects h5{
	visibility: hidden;
	margin-bottom: 0;
} 
.project-name, .pr-location{
	visibility: visible !important;
}
.phone .icon{
	padding-left: 10px;
    color: #4b0082;
    background: url(../images/sprites.png);
    width: 25px;
    height: 25px;
    background-size: 215px;
    background-position: -116px -61px;
    display: inline-block;
    background-repeat: no-repeat;
    top: 3px;
    margin-right: 5px;
    position: relative;
}
.phone .whats-app-icon{
  padding-left: 10px;
    color: #4b0082;
    background: url(../images/766px-WhatsApp.svg.png);
    width: 25px;
    height: 25px;
    background-size: 25px;
    /* background-position: -116px -61px; */
    display: inline-block;
    background-repeat: no-repeat;
    top: 6px;
    margin-right: 5px;
    position: relative;
}
.btn-book{
	margin-bottom: 15px
}

.intro-style1 p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 30px;
}
.intro-style1 .panel-default > .panel-heading{
	background: transparent;
	border: 0;
	padding: 0;
	color: #4b0082 !important;
	margin-bottom: 15px !important;
	font-family: 'DM Serif Display';
	font-size: 24px;
}
.intro-style1 .panel-body{
	padding: 0
}
.intro-style1 a {
	margin-right: 5px;
}

/* 3.2. Intro / 2 */

.intro-style2 {
	background: #2a2a2a url(../images/bg/2.jpg) no-repeat center;
	background-size: cover;
	padding-top: 150px;
}

.intro-style2 .overlay {
	opacity: 0.50;
}

.intro-style2 h2 {
	color: #fff;
	font-size: 50px;
	line-height: 45px;
	margin: 0px 0 20px;
}

.intro-style2 p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 30px;
	padding: 0 5%;
}

.intro-style2 a {
	margin: 0 3px;
}

/* 3.3. Intro / 3 */

.intro-style3 {
	background: #2a2a2a url(../images/bg/3.jpg) no-repeat center top;
	background-size: cover;
	padding: 300px 0 230px;
}

.intro-style3 .overlay {
	opacity: 0.50;
}

.intro-style3 h2 {
	color: #fff;
	font-size: 90px;
	line-height: 80px;
	margin: 0 0 15px;
	font-weight: 700;
}

.intro-style3 p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 30px;
}

.intro-style3 a {
	margin: 0 5px;
	min-width: 180px;
}

/* 3.4. Intro / 4 */

.intro-style4 {
	background: #2a2a2a url(../images/bg/4.jpg) no-repeat center top;
	background-size: cover;
	padding: 230px 0 190px;
}

.intro-style4 .col-md-4 {
	padding: 0 5px;
}

.intro-style4 h2 {
	color: #fff;
	font-size: 90px;
	line-height: 80px;
	margin: 0 0 40px;
	font-weight: 700;
}

.intro-style4 p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 40px;
}

.intro-form input {
	width: 100%;
	height: 45px;
	border-radius: 3px;
	background: #fff;
	border: none;
	padding: 0 20px;
}

.intro-form .btn.btn-primary {
	background-color: #1dc6bc;
	border: 2px solid #1dc6bc;
	padding: 0px 20px;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
}

.intro-form-features {
	padding-top: 30px;
}

.intro-form-features li {
	margin: 0 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.intro-form-features li i {
	color: #2ecc71;
	border: 1px solid #2ecc71;
	width: 23px;
	height: 23px;
	line-height: 20px;
	border-radius: 50%;
	margin-right: 8px;
	font-size: 10px;
	position: relative;
	top: -1px;
}

/* 3.5. Intro / 5 */

.intro-style5 {
	background: #2a2a2a url(../images/bg/5.jpg) no-repeat center top;
	background-size: cover;
	padding: 200px 0 160px;
}

.intro-style5 h2 {
	color: #fff;
	font-size: 67px;
	line-height: 61px;
	margin: 0 0 40px;
	font-weight: 600;
}

.intro-style5 p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding-right: 25%;
}

.intro-style5 .intro-form {
	background: #fff;
	padding: 0 40px 40px;
	border-radius: 5px;
	overflow: hidden;
}
.footer-logo h2{
	margin-top: 15px;
	font-size: 28px;
	margin-bottom: 70px;
}
.footer-address{

}
.social {
    max-width: 180px;
    margin: 0 auto;
    display: block;
}
.social a{
	background-image: url(../images/sprites.png);
	width: 50px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
    background-size: 300px;
}
.social .facebook a{
    background-position: 1px -146px;
}
.social .instagram a{
    background-position: -150px -146px;
}
.social .linkdin a{
    background-position: -102px -146px;
}
.social ul li{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 0px;
}
.social ul li:last-child{
	margin-right: 0;
}
.site-address h2{
	text-align: left;
	font-size: 28px;
}
.site-address p{
	font-family: 'Marcellus' ;
	color:#616161;
	line-height: 22px;
	text-align: justify;
}
.site-address a:hover{
	color:#4b0082;
}
.site-address{
	margin: 0 auto
}
.intro-style5 .intro-form input {
	height: 50px;
	margin-bottom: 15px;
	box-shadow: none;
	border: 1px solid #e5e5e5;
}

.intro-style5 .intro-form h5 {
	color: #fff;
	font-size: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: #2a2a2a;
	padding: 25px 40px 25px;
	margin: 0 -40px 50px;
	font-weight: 700;
}

.intro-style5 .intro-form h5 span {
	display: block;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0;
	font-family: Lato;
	opacity: 0.5;
	margin-top: 6px;
}
.footer-logo{
	max-width: 450px;
	display: block;
	margin: 0 auto
}
.footer-logo img{
	max-width: 230px;
	display: block;
	margin: 0 auto
}
.intro-style5 .intro-form p {
	color: #999;
	padding: 17px 30px 0px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin: 0px;
}

/* 3.6. Intro / 6 */

.intro-style6 {
	background: #222 url(../images/bg/6.jpg) no-repeat top center;
	background-size: cover;
	padding: 280px 0 210px;
}

.intro-style6 h2 {
	color: #fff;
	font-size: 55px;
	line-height: 55px;
	margin: 0px 0 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.intro-style6 p {
	color: #fff;
	font-size: 19px;
	line-height: 26px;
	margin: 0 0 30px;
	font-weight: 300;
}

/* 3.7. Intro / 7 */

.intro-style7 {
	background: #111 url(../images/bg/7.jpg) no-repeat center left;
	background-size: cover;
	padding: 200px 0 150px;
}

.intro-style7 .overlay {
	opacity: 0.65;
}

.intro-style7 input {
	margin-bottom: 25px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 16px;
	height: 50px;
	padding: 0 30px;
	border-radius: 25px;
}

.intro-style7 .btn.btn-primary {
	padding: 0 30px !important;
	line-height: 50px !important;
	border-radius: 25px;
	height: 50px;
}

.intro-style7 h2 {
	color: #fff;
	font-size: 62px;
	line-height: 80px;
	margin: 0 0 10px;
	font-weight: 500;
}

.intro-style7 h4 {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 40px;
	letter-spacing: 0;
}

.countdown.styled {
	width: 100%;
	max-width: 900px;
	margin: -25px auto 0;
	padding: 0 15px;
}

.countdown.styled div {
	width: 25%;
	float: left;
	color: #fff;
	font-size: 85px;
	font-weight: 700;
	text-align: center;
}

.countdown.styled div span {
	display: block;
	font-size: 16px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1dc6bc;
	display: table;
	margin: -15px auto 50px;
	padding: 0px 10px;
}

/* 3.8. Intro / 8 */

.intro-style8 {
	background: transparent;
	padding: 270px 0 210px;
}

.intro-style8 .overlay {
	opacity: 0.50;
}

.intro-style8 h2 {
	color: #fff;
	font-size: 60px;
	line-height: 65px;
	margin: 0px 15% 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.intro-style8 p {
	color: #fff;
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 30px;
	padding: 0 5%;
}

.intro-style8 .btn {
	width: 100%;
	max-width: 350px;
	font-size: 17px;
	padding: 16px 30px;
}

/* 3.9. Intro / 9 */

.intro-style9 {
	background: #222 url(../images/bg/9.jpg) no-repeat top center;
	background-size: cover;
	padding: 280px 0 210px;
}

.intro-style9 h2 {
	color: #000;
	font-size: 55px;
	line-height: 55px;
	margin: 0px 0 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.intro-style9 p {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 30px;
	font-weight: 400;
	opacity: 0.5;
}

/* 3.10. Intro / 10 */

.intro-style10 {
	background: #222 url(../images/bg/10.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 170px;
}

/* 4. ICON BOX / SERVICES STYLES  */

.services {
	padding: 160px 0 70px;
	position: relative;
}
.services .icon img{
	height: 90px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.services .icon svg{
	height: 90px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.text-icon h3{
	font-family: 'DM Serif Display';
	color: #4b0082;
	font-size: 24px;
	margin-bottom: 10px;
}
.internal .text-icon h4 {
    max-width: 190px;
    margin: 0 auto;
}
.text-icon h3:after{
	display: none;
}
.services h4{
	font-family: 'Marcellus' ;
	text-align: center;
	max-width: 265px;
	margin: 0 auto;
	display: block;
	color: #616161;
	font-size: 14px !important;
	line-height: 25px !important;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.internal .icon img, .internal .icon svg{
	display: none !important;
}
.internal .text-icon .icon-text{
	font-size: 65px;
	color: #f2b7b7;
	font-family: 'cinzel';
	font-weight: bolder;
	margin-bottom: 20px;
}	
.internal .text-icon h4{
	text-align: left;
	float: left;
	color: #4b0082;
	font-weight: bolder;
}
.amenities .icon img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.service-box span {
	float: left;
	font-size: 50px;
	color: #1dc6bc;
	line-height: 0;
	margin-top: -4px;
}

.service-box div {
	margin-left: 65px;
}

.service-box {
	margin-bottom: 50px;
}

.location img{
	margin-top:-60px;
	width: 100%
}
.location-intro p{
	line-height: 24px;
}
.location-intro{
	padding: 35px 0;
	position: relative;
}
.location-heading{
	margin-top: 50px;
}
.service-box div h4 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.service-box2 span {
	font-size: 70px;
	color: #1dc6bc;
	line-height: 0;
}

.service-box2 {
	margin-bottom: 50px;
}

.service-box2 div h4 {
	margin: 20px 0 10px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
}

.section-head h1 {
	font-weight: 600;
	font-size: 45px;
	letter-spacing: -1px;
	margin: 0 0 10px;
}

.section-head p {
	font-size: 15px;
	color: #999;
}

.section-head-dark h1 {
	color: #fff;
}

/* 5. TESTIMONIALS  */

.testimonial-wrap {
	background: #2a2a2a;
	position: relative;
}

.testimonial-wrap .col-md-6 {
	padding: 110px 0 120px 80px;
}

.testimonial .quote {
	font-size: 29px;
	font-style: normal;
	color: #fff;
	line-height: 43px;
	position: relative;
	font-weight: 300;
	margin: 0 0 25px;
	font-style: italic;
}

.author img {
	width: 50px;
	float: left;
	margin: 0 20px 0 0;
	border-radius: 50%;
	height: 50px;
}

.author cite {
	font-style: normal;
	font-family: Poppins;
	color: #fff;
	font-size: 12px;
	font-weight: 400 !important;
	line-height: 14px;
	position: relative;
	top: 9px;
}

.author cite b {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.slick-dots {
	margin-top: 15px;
	position: relative;
	left: 8px;
}

.slick-dots li {
	float: left;
	margin-right: 7px;
}

.slick-dots li button {
	border: none;
	width: 8px;
	height: 8px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	opacity: 0.2;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.video-box {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/4.jpg) no-repeat center;
	background-size: cover;
}

.video-box a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 77;
}

.video-box span {
	width: 90px;
	height: 90px;
	background: #1dc6bc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	line-height: 90px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	left: 50%;
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	transform: translate(-50%,-50%);
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	z-index: -1;
}

.video-box:hover span {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	box-shadow: 0 0px 15px rgba(0,0,0,0.25);
}

/* 6. ACCORDION  */

.accordion-wrap {
	padding: 100px 0 0;
	border-bottom: 1px solid #eee;
}

#accordion .panel-title > a {
	display: block;
	padding: 18px 30px 18px 18px;
	outline: none;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	color: #000;
}

#accordion .panel-title > a i {
	margin-right: 10px;
	color: #1dc6bc;
}

#accordion .panel-heading {
	color: #000;
	background-color: transparent;
	border: none;
	padding: 0;
	border-radius: 0px;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
	content: "\f077";
	float: right;
	font-family: 'FontAwesome';
	margin-left: 25px;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
	content: "\f078";
}

#accordion .panel {
	margin: -1px 0 0;
	border-radius: 0px;
	border: 1px solid #eee;
}

#accordion .panel-group .panel-heading + .panel-collapse > .panel-body, #accordion .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: none;
}

#accordion .panel-body {
	padding: 5px 25px 25px;
	letter-spacing: 0.4px;
	line-height: 24px;
	color: #707070;
	font-weight: 400;
	font-size: 13px;
	border: none;
}

/* 7. INFO CONTENT  */

.info-content {
	padding: 100px 0;
}

.list li {
	padding: 6px 0 9px 35px;
	position: relative;
}

.list li i {
	min-width: 30px;
	color: #2ecc71;
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 21px;
}

.info-content h4 {
	font-size: 45px;
	font-weight: 500;
	margin: 0px 0px 20px;
}

/* 8. FACTS  */

.facts-wrap {
	background: #1dc6bc;
	padding: 90px 0;
}

.facts-full {
	padding: 0;
	text-align: center;
}

.facts-full .fact {
	padding: 100px 15px;
}

.facts-full .fact:nth-child(even) {
	background: rgba(0,0,0,0.04);
}

.fact h3 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}

.fact h4 {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 12px 0 0;
	letter-spacing: 2px;
}

.counter {
	font-family: Lato;
	font-weight: 800;
	font-size: 55px;
	letter-spacing: 1px;
}

/* 9. TEAM  */

.team {
	padding: 100px 0;
	background: #f5f5f5;
}

.team-box h4 {
	margin: 5px 0 5px;
	font-weight: 700;
}

.team-box img {
	width: 100%;
}

.team-box small {
	margin: 0 0 15px;
	display: table;
	width: 100%;
}

.team-box div {
	padding: 15px 15px 0;
}

.team-box div p {
	margin: 0 0 20px;
}

.team-box .social-icons {
	margin-left: 1px;
}

.social-icons .fa {
	width: 30px;
	height: 30px;
	padding-top: 9px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
	border-radius: 50%;
}

.social-icons.icon-rounded .fa {
	border-radius: 5px;
}

.social-icons.icon-flat .fa {
	border-radius: 0;
}

.social-icons .fa-adn {
	background-color: #504e54;
}

.social-icons .fa-apple {
	background-color: #aeb5c5;
}

.social-icons .fa-android {
	background-color: #A5C63B;
}

.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square {
	background-color: #003366;
}

.social-icons .fa-bitcoin,.social-icons .fa-btc {
	background-color: #F7931A;
}

.social-icons .fa-css3 {
	background-color: #1572B7;
}

.social-icons .fa-dribbble {
	background-color: #F46899;
}

.social-icons .fa-dropbox {
	background-color: #018BD3;
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square {
	background-color: #3C599F;
}

.social-icons .fa-flickr {
	background-color: #FF0084;
}

.social-icons .fa-foursquare {
	background-color: #0086BE;
}

.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square {
	background-color: #070709;
}

.social-icons .fa-google-plus,.social-icons .fa-google-plus-square {
	background-color: #CF3D2E;
}

.social-icons .fa-html5 {
	background-color: #E54D26;
}

.social-icons .fa-instagram {
	background-color: #A1755C;
}

.social-icons .fa-linkedin,.social-icons .fa-linkedin-square {
	background-color: #0085AE;
}

.social-icons .fa-linux {
	background-color: #FBC002;
	color: #333;
}

.social-icons .fa-maxcdn {
	background-color: #F6AE1C;
}

.social-icons .fa-pagelines {
	background-color: #241E20;
	color: #3984EA;
}

.social-icons .fa-pinterest,.social-icons .fa-pinterest-square {
	background-color: #CC2127;
}

.social-icons .fa-renren {
	background-color: #025DAC;
}

.social-icons .fa-skype {
	background-color: #01AEF2;
}

.social-icons .fa-stack-exchange {
	background-color: #245590;
}

.social-icons .fa-stack-overflow {
	background-color: #FF7300;
}

.social-icons .fa-trello {
	background-color: #265A7F;
}

.social-icons .fa-tumblr,.social-icons .fa-tumblr-square {
	background-color: #314E6C;
}

.social-icons .fa-twitter,.social-icons .fa-twitter-square {
	background-color: #32CCFE;
}

.social-icons .fa-vimeo-square {
	background-color: #229ACC;
}

.social-icons .fa-vk {
	background-color: #375474;
}

.social-icons .fa-weibo {
	background-color: #D72B2B;
}

.social-icons .fa-windows {
	background-color: #12B6F3;
}

.social-icons .fa-xing,.social-icons .fa-xing-square {
	background-color: #00555C;
}

.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square {
	background-color: #C52F30;
}

/* 10. PRICING TABLE  */

.pricing-table {
	padding: 100px 0;
}

.pricing-table .col-md-3 {
	margin-right: -1px;
}

.plan {
	border: 1px solid #000;
}

.plan {
	padding: 20px 25px;
	text-align: center;
	background: white;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.plan-title {
	margin: 15px 0 20px;
	font-size: 19px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.plan-price {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 59px;
	font-weight: 700;
	color: #1dc6bc;
	font-family: Lato;
}

.plan-unit {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
}

.plan-features {
	width: 130%;
	margin: 20px -15% 15px;
	padding: 15px 15% 5px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
}

.plan-features li {
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
	color: #555;
	text-align: center;
	padding: 10px;
	letter-spacing: 1.3px;
}

.plan-feature b {
	text-transform: uppercase;
}

.plan-feature-unit {
	margin-left: 2px;
	font-size: 14px;
}

.plan-feature-name {
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
}

.plan-highlight {
	position: relative;
	top: -12px;
}

.plan-recommended {
	width: 150%;
	margin: -20px -25% 25px;
	padding-bottom: 2px;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #222;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* 11. HOME BLOG */

.blog-mason-item {
	position: relative;
	overflow: hidden;
}

.blog-mason-item img {
	width: 100%;
	transform: scale(1);
	transition: .4s;
	filter: grayscale(100%);
}

.blog-mason-item:hover img {
	width: 100%;
	transform: scale(1.1);
	transition: .4s;
	filter: grayscale(0%);
}

.blog-mason-item .blog-meta {
	font-size: 15px;
	margin-bottom: 15px;
	position: relative;
	left: -11px;
	font-size: 11px;
	text-transform: uppercase;
}

.blog-mason-item .blog-meta i {
	color: #fff;
	position: relative;
	top: 1px;
	margin-left: 11px;
	font-size: 11px;
	margin-right: 4px;
}

.blog-mason-item a.rmore {
	display: none;
}

.blog-mason-item h2 {
	font-size: 25px;
	letter-spacing: 0;
	margin: 0px 0px 15px;
	line-height: 32px;
	text-transform: none;
	font-weight: 600;
}

.blog-mason-excerpt {
	position: absolute;
	bottom: 0;
	padding: 75px 25px 15px;
	color: #fff;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	width: 100%;
}

.blog-mason-item h2 a {
	color: #fff !important;
}

/* 12. CONTACT */

/*.contact {
	padding: 80px 0;
}*/

.contact h3 {
	font-weight: 600;
	font-size: 34px;
	margin: 0 0 15px;
}

.contact .form-group {
	position: relative;
}

.contact .form-group i {
	position: absolute;
	top: 40px !important;
	font-size: 12px !important;
	color: #999 !important;
}

.contact .form-group input {
	border: 1px solid #ddd;
	border-radius: 0px;
	height: 45px;
}

.contact .form-group textarea {
	border: 1px solid #ddd;
	border-radius: 0px;
}

.contact .submit-button {
	padding: 15px 40px;
}

.contact label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.error-info {
	padding: 180px 0;
}

.error-info h1 {
	font-size: 200px;
}

.error-info p {
	padding: 0px 25%;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0px auto 15px;
	padding: 20px;
	border-radius: 0px;
}

.errormessage p, .statusMessage p, .successmessage p {
	margin: 0px !important;
	color: #999;
	font-size: 14px;
	margin: 0 !important;
}

.success-ico {
	background: url(../images/success.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

.error-ico {
	background: url(../images/error.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

#sendingMessage i {
	color: #00BCD4;
	font-size: 18px;
	margin-right: 10px;
}

#incompleteMessage i {
	color: #fff000;
	font-size: 18px;
	margin-right: 10px;
}


/* 13. MAILCHIMP */

.ketchup-error {
	display: none !important;
}

#result {
	width: 100%;
	display: table;
	text-align: center;
	font-size: 12px;
	padding: 5px 15px;
	margin-top: 5px;
}

.list-inline > li {
	display: inline-block;
	padding-right: 0;
	padding-left: 2px;
}

/* 14. CALL TO ACTION */

.cta-wrap {
	padding: 100px 0;
	background: #2a2a2a;
}

.cta-wrap2 {
	padding: 50px 0;
	background: #1dc6bc;
}

.cta-wrap h2 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 38px;
	font-weight: 600;
}

.cta-wrap p {
	margin: 0;
	color: #fff;
	opacity: 0.7;
}

footer {
	padding: 60px 0 30px;
}

footer .navbar-brand {
	float: none;
	padding-bottom: 30px;
	display: table;
	width: 100%;
	font-size: 20px;
	color: #000 !important;
}

.footer-links li {
	display: inline-block;
	margin: 0 15px;
}

.footer-links li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}

footer p {
	margin: 0 0 25px;
	font-size: 16px;
}

.copy {
	margin: 0;
	padding-top: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'Marcellus';
	color: #616161
}

footer .social-icons .fa {
	width: 40px;
	height: 40px;
	padding-top: 14px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}

/* 15. PAGE HEADER */

.page-head {
	background: #222 Url(../images/bg/1.jpg) no-repeat center;
	background-size: cover;
	padding: 200px 0 100px;
	position: relative;
}

.page-head .overlay {
	opacity: 0.40;
	background: #111;
}

.page-head h1 {
	padding-bottom: 0px;
	margin: 0px;
	border: medium none;
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.breadcrumb {
	background: transparent;
}

.breadcrumb li {
	color: #fff;
}

.breadcrumb li a {
	color: #fff;
}

.breadcrumb > .active {
	color: #fff;
}

/* 16. SUBPAGE STYLES */

.about-info {
	padding-top: 70px;
}

.about-info h2 {
	font-size: 50px;
	margin: 0px 0px 28px;
	font-weight: 500;
}

.about-info p {
	font-size: 14px;
	color: #777;
}

.team-dark {
	background: #2a2a2a;
}

.team-dark .team-box {
	background: #fff;
}

.team-dark .team-box div {
	padding: 25px 25px;
}

.timeline-wrap {
	padding: 100px 0;
}

.timeline {
	position: relative;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #f1f1f1;
}

.timeline > li {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li .timeline-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline > li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline > li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline > li .timeline-image {
	z-index: 100;
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	border: 7px solid #f1f1f1;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background-color: #1dc6bc;
}

.timeline li:first-child .timeline-image {
	background-color: #00BCD4;
}

.timeline li:nth-child(2) .timeline-image {
	background-color: #8BC34A;
}

.timeline li:nth-child(3) .timeline-image {
	background-color: #FF5722;
}

.timeline li:last-child .timeline-image {
	background-color: #2a2a2a;
}

.timeline li:first-child .timeline-heading h4 {
	color: #00BCD4;
}

.timeline li:nth-child(2) .timeline-heading h4 {
	color: #8BC34A;
}

.timeline li:nth-child(3) .timeline-heading h4 {
	color: #FF5722;
}

.timeline > li .timeline-image h4 {
	margin-top: 12px;
	font-size: 10px;
	line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline>li:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h4 {
	margin-top: 0px;
	color: #1dc6bc;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #111 !important;
	padding: 12px 0 15px;
}

.timeline .timeline-body > p, .timeline .timeline-body > ul {
	margin-bottom: 0px;
	font-size: 14px;
}

.timeline > li .timeline-image h4 {
	margin-top: 40px;
	font-weight: 700;
	color: #fff;
}

.timeline > li .timeline-image i {
	font-size: 57px;
	line-height: 160px;
}

.timeline > li {
	margin-bottom: 20px !important;
	min-height: 100px;
}

.timeline:before {
	left: 50%;
}

.timeline>li {
	margin-bottom: 100px;
	min-height: 100px;
}

.timeline>li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}

.timeline>li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}

.timeline>li .timeline-image h4 {
	margin-top: 16px;
	font-size: 13px;
	line-height: 18px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}

.timeline>li {
	min-height: 150px;
}

.timeline>li .timeline-panel {
	padding: 0 20px 20px;
}

.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}

.timeline>li .timeline-image h4 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px;
}

@media(min-width:1200px) {

.timeline>li {
	min-height: 170px;
}

.timeline>li .timeline-panel {
	padding: 0 20px 20px 100px;
}

.timeline>li .timeline-image {
	width: 170px;
	height: 170px;
	margin-left: -85px;
}

.timeline>li .timeline-image h4 {
	margin-top: 40px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 100px 20px 20px;
}

}

.dual-img {
	background: #111 url(../images/6.jpg) no-repeat right bottom;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.portfolio-item {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.portfolio-2col .portfolio-item {
	width: 50%;
}

.portfolio-3col .portfolio-item {
	width: 33.27%;
}

.portfolio-4col .portfolio-item {
	width: 25%;
}

.portfolio-5col .portfolio-item {
	width: 19.7%;
}

.portfolio-item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	right: 0;
	background: rgba(0,0,0,0.8);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.portfolio-item:hover .portfolio-item-overlay {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.portfolio-item-overlay-inner {
	position: absolute;
	width: 100%;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.portfolio-item:hover .portfolio-item-overlay-inner {
	top: 50%;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.portfolio-item img {
	transform: scale(1);
	transition: .25s;
	width: 100%;
}

.portfolio-item:hover img {
	transform: scale(1.1);
	transition: .25s;
}

.portfolio-item-overlay-inner h3 {
	color: #FFF;
	margin: 0px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3em;
}

.portfolio-item-overlay-inner p {
	color: #FFF;
	font-size: 15px;
	padding-top: 3px;
	margin: 0;
}

.portfolio-wrap {
	padding: 80px 0;
}

.portfolio-filter {
	display: table;
	margin: 0 auto 30px;
}

.portfolio-filter {
	position: relative;
}

.portfolio-filter:before {
	content: "Sort:";
	font-weight: 700;
	color: #000;
	float: left;
	margin-right: 20px;
}

.portfolio-filter li {
	float: left;
	margin: 0 20px;
}

.portfolio-filter li a {
	color: #999;
	border-bottom: 1px solid transparent;
}

.portfolio-filter li a.active {
	color: #1dc6bc;
	border-bottom: 1px solid #1dc6bc;
}

.blog-standard {
	padding: 100px 0;
}

.blog-standard article {
	margin-bottom: 50px;
}

.blog-excerpt {
	padding: 30px 15px 0;
}

.blog-standard article h4 {
	font-size: 25px;
	margin: 0 0 8px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-meta {
	margin-bottom: 15px;
}

.post-meta span {
	margin-right: 8px;
	font-size: 14px;
}

.blog-excerpt p {
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 25px;
}

.post-meta span {
	text-transform: uppercase;
	font-size: 11px;
	margin-right: 12px;
	letter-spacing: 0.5px;
}

.post-meta span i {
	margin-right: 5px;
}

.blog-fullpage {
	max-width: 80%;
	margin: 0 auto;
	float: none;
}

.side-widget {
	margin-bottom: 50px;
	border: 1px solid #eee;
	padding: 30px;
	display: table;
	width: 100%;
}

.side-search {
}

.side-search input {
	width: 80%;
	font-size: 11px;
	float: left;
	height: 45px;
	border: none;
}

.side-search button {
	width: 20%;
	font-size: 11px;
	padding: 0;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
}

.side-search button i {
	margin: 0;
}

.lposts-thumb {
	width: 70px;
	float: left;
}

.lposts li {
	display: table;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.lposts li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.lposts-info {
	margin-left: 80px;
}

.lposts-info h4 {
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 19px;
	margin: 0 0 3px;
}

.lposts-info span ,
.lposts-info span + a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-right: 8px;
}

.lposts-info span i ,
.lposts-info span + a i {
	margin-right: 4px;
}

.cat li::before {
	content: "\f00c";
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
	color: #1dc6bc;
}

.cat li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

.cat li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.cat li span {
	float: right;
}

.tags a {
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 8px 12px;
	background: #eee;
	color: #616161;
	font-size: 11px;
	text-transform: uppercase;
}

.tags a:hover {
	background: #1dc6bc;
	color: #fff;
}

.side-widget h5 {
	font-family: Lato;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 25px;
	font-size: 14px;
	letter-spacing: 0;
}

.blog-thumb {
	padding: 300px 0 50px;
	background-size: cover;
}

.blog-thumb h1 {
	color: #FFF;
	font-size: 50px;
	letter-spacing: 1px;
	margin: 0px 0px 22px;
	font-weight: 100;
}

.blog-thumb .blog-meta {
	color: #eee;
}

.blog-thumb .blog-meta i {
	color: #1dc6bc;
}

.blog-single-excerpt {
	padding: 50px 15px 80px;
}

.blog-single-excerpt p {
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 26px;
}

blockquote {
	padding: 11px 20px;
	margin: 8px 5% 23px;
	border-left: 5px solid #EEE;
	line-height: 31px;
	font-style: italic;
	color: #333;
	font-size: 16px;
}

/* 17. COMMENTS */

.comments {
}

.comments h2 {
	margin: 40px 0px 30px;
	letter-spacing: 4px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 500;
}

.comments .media {
	margin: 0px 0px 20px;
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}

.media-sub {
	width: 95%;
	margin-left: 5% !important;
}

.media-object {
	display: block;
	border-radius: 50%;
	max-width: 80px;
}

.media-heading {
	margin: 0px 0px 12px;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.media-heading small {
	letter-spacing: 0;
}

.media-body {
	font-size: 13px;
	line-height: 22px;
}

.blog-comment {
}

.blog-comment h2 {
	margin: 70px 0px 30px;
	letter-spacing: 4px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 500;
}

.comment-form input {
	border: 1px solid #e5e5e5;
	height: 50px;
	margin-bottom: 15px;
	padding: 0 25px;
	border-radius: 0;
	width: 100%;
}

.comment-form textarea {
	border: 1px solid #e5e5e5;
	height: 120px;
	margin-bottom: 15px;
	padding: 25px 25px;
	border-radius: 0;
	width: 100%;
}

.faq-content {
	padding: 50px 0 100px;
}

.faq-content h2 {
	font-size: 18px;
	letter-spacing: 5px;
	margin: 50px 0px 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}

.faq-content p {
	margin-bottom: 30px;
}

.faq-content #accordion .panel-title > a {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
}

.faq-anchor {
	margin: 0 -1% 30px;
	display: table;
	width: 100%;
}

.faq-anchor a {
	border: 2px solid #bbb;
	width: 31.33333%;
	margin: 0 1%;
	float: left;
	padding: 50px 50px 41px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Poppins;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #bbb;
}

.faq-anchor a:hover {
	border-color: #2a2a2a;
	color: #2a2a2a;
}

.faq-anchor a.active {
	border-color: #1dc6bc;
	color: #1dc6bc;
}

.faq-anchor a i {
	font-size: 50px;
	display: block;
}

.faq-inner {
	padding: 0 40px 0px;
	border: 1px solid #eee;
	margin-top: 30px;
}

.service2 {
	background: #1dc6bc;
	padding: 0;
}

.service2 p {
	margin: 0;
	padding: 0;
}

.service-box3 {
	padding: 60px 30px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.service2 .col-md-4:last-child .service-box3 {
	border-right: none;
}

.service-box3 i {
	font-size: 69px;
	color: #fff;
	margin: 0 0 31px;
	display: table;
}

.service-box3 h4 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px;
	letter-spacing: 0;
}

.service-box3 p {
	color: #fff;
}

.shots-wrap {
	padding: 100px 0 0;
}

.shots {
	position: relative;
}

.shots div img {
	transform: scale(0.8);
	transition: .4s;
}

.shots div.slick-current img {
	transform: scale(1);
	transition: .4s;
}

.slick-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 35px;
	left: 50%;
	top: 50%;
	z-index: 7777;
	margin-left: -140px;
	margin-top: -20px;
	cursor: pointer;
}

.slick-next {
	position: absolute;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 35px;
	right: 50%;
	top: 50%;
	z-index: 7777;
	margin-right: -140px;
	margin-top: -20px;
	cursor: pointer;
}

.features {
	padding: 70px 0;
}

.features .features-left {
	text-align: right;
	margin-top: 112px;
}

.features .features-left .icon-container {
	float: right;
	margin-left: 30px;
}

.features .features-right {
	text-align: left;
	margin-top: 112px;
}

.features .features-right .icon-container {
	float: left;
	margin-right: 30px;
}

.features .feature {
	margin-bottom: 23px;
}

.features .feature h4 {
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0;
}

.features .feature h5 {
	margin-bottom: 14px;
	font-weight: 600;
	text-transform: none;
	font-size: 20px;
	color: #1dc6bc;
}

.features .feature p {
	margin-bottom: 50px;
}

.features .feature .icon-container {
	display: block;
	min-height: 120px;
}

.features .feature .icon-container .icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	line-height: 73px;
	font-size: 28px;
	text-align: center;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.features figure img {
	margin: 0 auto;
	display: block;
}

.features .feature .icon-container .icon {
	color: #1dc6bc;
	border: 1px solid #1dc6bc;
}

.info-content-border {
	padding: 60px 0 0;
	border-bottom: 1px solid #eee;
}

.info-three {
	padding: 100px 0;
	position: relative;
}

.info-three h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.325em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 30px 0px 10px;
}

.info-three p {
	padding: 0 20px;
}

#intro6-slider {
	position: relative;
	top: 0px;
}

#intro6-slider .is-prev {
	position: absolute;
	height: 80px;
	width: 80px;
	top: 50%;
	left: 20px;
	z-indeX: 999;
	margin-top: -50px;
	color: #fff;
	line-height: 93px;
	text-align: center;
	font-size: 50px;
	cursor: pointer;
	opacity: 0.4;
	transition: .4s;
}

#intro6-slider .is-next {
	position: absolute;
	height: 80px;
	width: 80px;
	top: 50%;
	right: 20px;
	z-indeX: 999;
	margin-top: -50px;
	color: #fff;
	line-height: 93px;
	text-align: center;
	font-size: 50px;
	cursor: pointer;
	opacity: 0.4;
	transition: .4s;
}

#intro6-slider .is-prev:hover,
#intro6-slider .is-next:hover {
	opacity: 1;
	transition: .4s;
}

#intro6-slider .flex-direction-nav {
	display: none;
}

.tabs-section {
	padding: 110px 0 130px;
	background: #f1f1f1;
}

.board .nav-tabs {
	position: relative;
	margin: 0 auto;
	margin-bottom: 0;
	box-sizing: border-box;
	border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #1dc6bc;
	cursor: default;
	border: 0;
	opacity: 1;
}

.nav-tabs li a span i {
	float: left;
}

.nav-tabs li.active {
}

.nav-tabs > li {
	width: 20%;
}

.nav-tabs > li a {
	padding: 0 15px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-align: center;
	opacity: 0.5;
}

.nav-tabs > li a span {
	display: table;
	margin: 0 auto;
}

.nav-tabs > li > a {
	margin-right: 0;
	line-height: 1.42857143;
	border: none !important;
	border-radius: 0px;
	background: transparent !important;
	box-shadow: none !important;
}

.nav-tabs > li a i {
	margin-right: 15px;
	font-size: 29px;
}

.nav-tabs > li a:hover {
	background: transparent;
}

.tab-content {
}

.tab-pane {
	position: relative;
	padding-top: 50px;
}

.tab-content h3 {
	font-size: 35px;
	margin: 35px 0 35px;
}

.tab-content p {
	font-size: 16px;
	margin: 0;
	line-height: 29px;
}

@media( max-width : 585px ) {
    
	.tab-content .head {
		font-size: 20px;
	}

	.nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}

}

.sf-box {
	background: #1dc6bc;
	padding: 100px 50px;
	position: relative;
	transition: .4s;
}

.sf-box:hover {
	padding: 100px 60px;
	transition: .4s;
}

.sf-box:hover p {
	transition: .4s;
	padding-right: 80px;
}

.sf-box2 {
	background: #1b9b93;
}

.sf-box3 {
	background: #082a28;
}

.sf-box i {
	position: absolute;
	top: 30px;
	right: -50px;
	color: #fff;
	font-size: 170px;
	opacity: 0.2;
	transition: .4s;
}

.sf-box:hover i {
	transition: .4s;
	right: -70px;
}

.sf-box h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0px;
	margin: 0 0 15px;
}

.sf-box p {
	color: #fff;
	opacity: 0.7;
	padding-right: 100px;
	margin: 0 0 30px;
	transition: .4s;
}

.sf-box:hover p {
	transition: .4s;
	padding-right: 80px;
}

.sf-box .btn.btn-border {
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	min-width: 150px;
}

.parallax-content {
	background: url(../images/bg/6.jpg) no-repeat center fixed;
	background-size: cover;
	padding: 200px 0;
}

.parallax-content h4 {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
}

.info-three.parallax-content {
	padding: 100px 0;
}

.info-three.parallax-content h3 {
	color: #fff;
}

.info-three.parallax-content p {
	color: #fff;
	opacity: 0.6;
}

.wrapper {
	background: #fff;
	position: relative;
	z-index: 11;
}

#okplayer {
	left: -15% !important;
	top: -15% !important;
	height: 130% !important;
	width: 130% !important;
}

.about-simple {
	padding: 100px 0;
}

.about-simple h3 {
	font-size: 45px;
	font-weight: 700;
}

.about-simple p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	color: #555;
}

.parallax-content.info-content {
	padding: 100px 0;
	background: url(../images/bg/8.jpg) no-repeat center fixed;
	background-size: cover;
}

.parallax-content.info-content p,
.parallax-content.info-content ul li {
	color: #fff;
	opacity: 0.7;
}

.bg-gray {
	background: #f1f1f1 !important;
}

.testimonial-p {
	background: url(../images/bg/pattern.png) no-repeat center fixed;
	background-size: cover;
	padding: 110px 0;
}

.testimonial-p .author {
	margin: 0 auto;
	display: table;
}

.testimonial-p .author img ,
.testimonial-p .author cite {
	float: left;
}

.testimonial-p .slick-dots {
	margin-top: 15px;
	position: relative;
	left: 0;
	margin: 20px auto 0;
	display: table !important;
}

.blog-masonry article {
	border: 1px solid #eee;
	padding: 5px 5px 26px;
	margin-bottom: 20px;
}

.blog-masonry article h4 {
	font-size: 23px;
	margin: 0 0 8px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0px;
}

.blog-masonry.blog-masonry-3col .item {
	width: 33.33333%;
	padding: 0 10px;
}

.blog-masonry.blog-masonry-2col .item {
	width: 50%;
	padding: 0 10px;
}

/* 18. RESPONSIVE STYLES */

@media only screen and (min-width: 993px)  and (max-width: 4000px)  {

.center-content {
	display: flex;
	align-items: center;
	flex-direction: row;
}

}

@media only screen and (min-width: 1051px)  and (max-width: 4000px)  {

.intro .col-sm-offset-2 {
	margin-left:0px;
}

}

@media only screen and (min-width: 768px)  and (max-width: 1050px)  {

.service-box3 {
	padding: 50px 20px;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  .text-image img {
      width: 380px;
      margin-top: -197px;
      margin-left: 15px;
  }
  .text-heading {
      margin-top: 100px;
  }
  .img-wrp {
    background-position: -217px !important;
}
  .high-desc {
      max-width: 307px;
  }
  #location{
        padding: 50px 0 30px 0;
  }
  .amenities::before{
    display: none;
  }
  .configuration{
        padding: 00px 0 0px 0 !important;
  }
  .services h4 br{
    display: none;
  }
  #ui-lightbox{
    width: 100% !important;
    left: 0 !important
  }
  #ui-lightbox-content{
    width: 100% !important
  }
  .internal::after{
    display: none;
  }
  .intro-style1 .panel{
    float: unset;
  }
}
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-toggle {
      position: relative;
      float: right;
      padding: 0;
      margin-top: -31px;
      margin-right: 15px;
      margin-bottom: 8px;
      background: transparent !important;
      background-image: none;
      border: none !important;
      border-radius: 4px;
    }
    .navbar-collapse{
      background: #ecbe45 !important;
    }
    .navbar-default .navbar-nav > li > a{
      color: #48166b !important;
    }
    .navbar-toggle .icon-bar {
      display: block;
      width: 20px;
      height: 1px;
      margin-bottom: 4px;
      border-radius: 0px !important;
      background: #4b0082 !important;
      transition: .4s;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
      display: block;
      width: 16px;
      height: 1px;
      border-radius: 0px !important;
      background: #4b0082 !important;
    }
    .navbar-default .navbar-collapse{
      margin-top: 20px !important;
    }
    .fixenav .navbar-collapse{
      margin-top: 0px !important;
    }
    .navbar-toggle:hover .icon-bar:nth-child(3) {
      width: 20px;
    }

    .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      border-top: none;
      box-shadow: none;
      position: absolute;
      background: #fff;
      top: 80px;
      width: 100%;
      max-width: 500px;
      right: 0;
      margin: 0 auto !important;
      left: 0;
    }
    .intro-style1 .panel{
      margin:0 auto;
    }
    .navbar-nav > li > a::after {
      display: none;
    }

    .navbar-default .navbar-nav > li {
      margin-left: 0;
      width: 100%;
      float: none !important;
      display: table;
    }

    .navbar-default .navbar-nav > li a {
      padding: 7px 30px;
    }

    .dropdown-menu {
      display: table !important;
      padding: 0;
      margin: 0;
      border-radius: 0px;
      background: transparent;
      top: 0px !important;
      left: 0 !important;
      right: auto !important;
      opacity: 1;
      position: relative !important;
      visibility: visible;
      transition: .4s;
      margin-left: 15px;
      border: none;
      box-shadow: none;
      width: 100%;
    }
.navbar-collapse{
  max-width: 100%;
}
    .navbar-default .navbar-nav > li a {
      padding: 7px 30px;
      border: none !important;
    }
    .navbar-collapse.collapse {
     display: none !important; 
}
.collapse.in {
    display: block !important;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.intro-style1 h2 br{
      display: none;
  } 
  .intro-style1 h2{
      text-align: center;
      margin-top: 100px !important;
  }
 
.intro-style1 .panel{
  float: none;
  margin-top: 255px !important;
}
.text-image {
    padding: 0;
}
.intro-text{
  padding: 0;
}
.text-heading{
      margin-top: 70px;
}
.intr-ipadp{
  max-width: 510px;
  display: block;
  margin: 40px auto;
} 
.text-image img {
    width: 100%;
    position: relative;
    margin-top: 0;
}
.img1{
  background-image: url(../images/gallery/mobile/1.jpg) !important;
}
.img2{
  background-image: url(../images/gallery/mobile/2.jpg) !important;
}

.img3{
  background-image: url(../images/gallery/mobile/3.jpg) !important;
}

.img4{
  background-image: url(../images/gallery/mobile/4.jpg) !important;
}

.img5{
  background-image: url(../images/gallery/mobile/5.jpg) !important;
}

.img6{
  background-image: url(../images/gallery/mobile/6.jpg) !important;
}
.swiper-slide{
      -ms-flex-align: flex-end;
    -webkit-align-items:  flex-end;
    align-items: flex-end;

}
.high-desc{
    padding-bottom: 40px;

  }
  .high-desc h2{
    text-align: center;
    max-width: 520px;
  }
  .locadvbox{
    margin-bottom: 50px;
  }
  .high-desc h3{
      text-align: center;
  }
  .swiper-slide p {
    text-align: center;
  }
   #location{
        padding: 50px 0 30px 0;
  }
  .amenities::before{
    display: none;
  }
  .internal::after{
    display: none;
  }
  .smart{
    min-height: 215px;
  }
  .configuration{
        padding: 00px 0 0px 0 !important;
  }
  .services{
        padding: 70px 0 0 !important;
  }
  .para-text p{
    margin-right: auto;
    margin-left: auto;
  }
  .services h4 br{
    display: none;
  }
  #ui-lightbox{
    width: 100% !important;
    left: 0 !important
  }
  #ui-lightbox-content{
    width: 100% !important
  }
}
.intro-style1 .btn {
	margin-bottom: 50px;
}

.portfolio-2col .portfolio-item ,
.portfolio-3col .portfolio-item ,
.portfolio-4col .portfolio-item {
	width: 49.4%;
}

.navbar-default .navbar-nav > li {
	margin-left: 12px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 14px;
}

.navbar-right {
	margin-right: 0px;
}

.dropdown-menu {
	top: 65px;
	left: auto !important;
	right: 0 !important;
}

.team {
	padding: 100px 0 70px;
}

.team-dark .team-box {
	margin-bottom: 30px;
}

.timeline > li .timeline-image i {
	font-size: 32px;
	line-height: 94px;
}

.timeline > li {
	margin-bottom: 20px;
	min-height: 100px;
}

.timeline:before {
	left: 50%;
}

.timeline>li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}

.timeline>li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}

.timeline>li .timeline-image h4 {
	margin-top: 16px;
	font-size: 13px;
	line-height: 18px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}

.contact .sidebar {
	margin-bottom: 30px;
}

.faq-anchor a {
	padding: 50px 0px 41px;
}

.testimonial-wrap .col-md-6 {
	padding: 45px;
}

.testimonial .quote {
	font-size: 24px;
	line-height: 35px;
}

.intro-style1 h2 {
	color: #fff;
	font-size: 47px;
	line-height: 53px;
	margin: -20px 0 30px;
	font-weight: 500;
}

.fact h3 ,
.fact h3 span {
	font-size: 35px !important;
}

.facts-full .fact {
	padding: 50px 15px;
}

.team-box {
	margin-bottom: 30px;
}

.pricing-table .no-padding {
	padding: 0 15px !important;
}

.slick-prev {
	margin-left: -100px;
}

.slick-next {
	margin-right: -100px;
}

.info-content-border {
	padding: 60px 0 60px;
	border-bottom: 1px solid #eee;
}

.intro-style5 .intro-form {
	margin-top: 30px;
}

.tab-pane {
	position: relative;
	padding: 50px 25px 0;
}

.blog-masonry.blog-masonry-3col .item {
	width: 50%;
	padding: 0 10px;
}

.blog-masonry.blog-masonry-2col .item {
	width: 50%;
	padding: 0 10px;
}

}


@media only screen and (min-width: 250px)  and (max-width: 767px)  {
	/* Banner CSS */
	.navbar-brand{
		padding: 0 25px;
	}
	.banner-fold{
		display: block;
	}
	.first-img {
		background-image: url(../images/banner-all-1.jpg);
	}
	.second-img {
		background-image: url(../images/banner-all-2.jpg);
	}
	.third-img {
		background-image: url(../images/banner-all-3.jpg);
	}
	.forth-img {
		background-image: url(../images/banner-all-4.jpg);
	}
	.banner-fold .col-md-9 {
		padding-right: 15px;
	}
	.banner-fold .col-md-3 {
		padding-left: 15px !important;
	}
	.banner-fold .slick-slide {
		min-height: 60vh !important;
	}
	.banner__img {
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}
	.body{
		overflow-x: hidden;
	}
	.modal-dialog {
		width: auto;
	}
	/* Banner CSS */
.certificate-section img{
	max-width: 100%;
}
.about .text-icon{
    min-height: 150px;
}
#ui-lightbox-content img {
    height: auto !important;
}
.deskhide{
  display: block;
}
.slide-wrap  .slick-dots li{
  text-align: center;
  display: inline;
  float: none;
}
.slide-wrap .slick-arrow{

}
.slide-wrap  .slick-dots li button{
  background-color: #ecbe45;
} 
.text-icon {
 margin-top: 20px; 
}
.text-icon h4{
  margin-bottom: 10px;
}

.slide-wrap  .slick-dots{
    text-align: center;
    margin-top: 0 !important
}
.fullscreenslider{
    height: unset !important;
}
.swiper-slide h3 {
    margin-bottom: 25px;
}
.menuTxt {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    background-color: #ecbe45;
    justify-content: center;
    padding: 15px 0;
    display: block;
    text-align: center;
    z-index: 10000000
}
.floatfixed{
  position: fixed;
}
.gallery{
  padding: 50px 0 0px 0;
}
.copy{
    padding-bottom: 50px;
  }
  .mobhide{
    display: none;
  }
  .location-map{
    display:block;
  }
.menuTxt a {
    color: #4b0082;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Marcellus';
}
#gallery {
    margin-top: 70px;
}
.swiper-slide {
   padding-top: 105%;
   -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
}
.project-name{
  font-size: 20px;
}
.pr-location{
  font-size: 18px;
}
.img-wrp{
  top: 0 !important;
  background-size: contain;
}
#location{
      padding: 70px 0 20px 0;
}
#ui-lightbox{
    width: 100% !important;
    left: 0 !important
  }
  #ui-lightbox-content{
    width: 100% !important
  }
.portfolioFilter ul li a {
    padding: 10px 8px;
  }
.swiper-slide h3, .swiper-slide h2{
  text-align: center; 
  line-height: 22px;
}
.locadvbox{
  margin-bottom: 30px;
}
.amenities .text-icon{
  min-height: 180px;
}
.swiper-pagination{
  display: none;
}
.swiper-slide p{
    line-height: 18px;
    text-align: center;
}
.img1{
  background-image: url(../images/gallery/mobile/1.jpg) !important;
}
.img2{
  background-image: url(../images/gallery/mobile/2.jpg) !important;
}
.amenities .col-xs-4{
  padding-right: 5px;
  padding-left: 5px;
}
.about .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px; 
}
.about p {
    font-size: 13px;
    line-height: 20px;
}
.about .text-icon h4{
  margin-bottom: 15px;
}
.internal .text-icon{
    min-height: 175px;
  }
  .about .icon svg, .about .icon img{
    height: 75px;
    margin-bottom: 15px;
  }
.internal h4{
  margin-bottom: 0 !important
}
.text-icon h4 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px !important; 
    line-height: 18px !important
}
.services .icon svg{
      height: 75px;
      margin-bottom: 15px;
}
.services .icon img{
      height: 75px;
      margin-bottom: 15px;
}
.img3{
  background-image: url(../images/gallery/mobile/3.jpg) !important;
}

.img4{
  background-image: url(../images/gallery/mobile/4.jpg) !important;
}

.img5{
  background-image: url(../images/gallery/mobile/5.jpg) !important;
}

.img6{
  background-image: url(../images/gallery/mobile/6.jpg) !important;
}
.blog-masonry.blog-masonry-3col .item {
	width: 100%;
	padding: 0 10px;
}

.blog-masonry.blog-masonry-2col .item {
	width: 100%;
	padding: 0 10px;
}

#okplayer {
	left: -150% !important;
	top: -150% !important;
	height: 400% !important;
	width: 400% !important;
}

.intro-style8 {
	background: transparent;
	padding: 170px 0 110px;
}

.intro-style8 h2 {
	margin: 0px 0 20px;
	font-size:35px;
	line-height:40px;
}

.intro-style9 {
	padding: 180px 0 110px;
}

.parallax-content h4 {
    font-size: 43px;
}
.navbar-collapse{
      background: #ecbe45 !important;
    }
    .navbar-default .navbar-nav > li > a{
      color: #48166b !important;
    }
    #royal_preloader.text .loader{
      font-size: 28px !important;
    }
.intro-style6 {
	padding: 160px 0 110px;
}

.nav-tabs > li a span {
	font-size: 0;
}

.sf-box {
	padding: 100px 30px !important;
}

.sf-box p {
	padding-right: 0 !important;
}

.parallax-content {
	background-size: 400% !important;
}

.tab-pane {
	position: relative;
	padding: 50px 25px 0;
}

.intro-style6 h2 {
	font-size: 39px;
	line-height: 40px;
}

.intro-style6 h2 br {
	display:none;
}

.intro-style6 p {
	font-size: 15px;
	line-height: 26px;
}

.intro-style5 h2 {
	font-size: 45px;
	line-height: 48px;
}

.intro-style5 .intro-form {
	margin-top: 30px;
}

.intro-style4 h2 {
	font-size: 45px;
	line-height: 53px;
}

.intro-form input {
	margin-bottom: 4px;
}

.intro-style4 .list-inline > li {
	display: table;
	margin-bottom: 10px;
}

.info-three p {
	padding: 0;
}

.slick-prev {
	margin-left: -100px;
}

.slick-next {
	margin-right: -100px;
}

.pricing-table .col-md-3 {
	margin-right: 0;
	padding: 0 15px;
}

.features .features-left {
	margin-top: 0;
}

.features .features-right {
	margin-top: 60px;
}

.info-content h4 {
	margin: 70px 0px 20px;
}

.intro-style3 h2 {
	font-size: 55px;
	line-height: 60px;
}

.btn.btn-lg {
	font-size: 12px;
	padding: 14px 20px;
	min-width: auto;
}

.service2 {
	background: #1dc6bc;
	padding: 40px 0;
}

.service-box3 {
	padding: 20px 15px;
	border-right: none;
}

.intro-style3 {
	padding: 150px 0 80px;
}

.team-box {
	margin-bottom: 30px;
}

.plan {
	margin-bottom: 30px;
}

.video-box {
	position: relative;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	background: url(../images/4.jpg) no-repeat center;
	background-size: cover;
}

.intro-style1 .btn.btn-lg {
	padding: 14px 23px;
	margin-bottom: 50px;
}
.intro-style1{
	padding-top: 210px;
}
.text-image{
	padding: 0
}
.intro-text {
    background: transparent;
    padding: 10px 0
  }
.img-btmtext {
    background: #f2b7b7;
    padding: 35px 20px;
}
.text-heading{
	margin-top: 50px;
}
.services{
	padding: 50px 0 50px;
}
.gallery .item.slick-slide{
	height: 285px !important;
	width: 100%
}
.select2-container{
	width: 100% !important
}
.gallery .item.slick-slide{
	transform: unset;
}
h2 {
    font-size: 26px
}
h3{
	font-size: 18px;
}
h3::after{
	background-size: contain;
	margin-bottom: 30px;
}
.cta h4{
	font-size: 22px;
}
.services br{
	display: none
}
.amenities::before{
	display: none
}
.cta {
    padding: 30px 0 50px 0;
}
.amenities{
	padding: 30px 0 !important
}
.configuration{
	padding: 30px 0 !important
}
.configuration-slider:before{
	height: 270px;
}
.cta-mobile{
	margin-top: 20px;
}
 .internal{
 	padding: 50px 0 !important
 }
 .certificate-section{
      padding: 50px 0 50px 0;
 }
 #home{
  height: unset !important;
 }
 .para-text p{
  padding-left: 0
 }
.internal::after{
	display: none;
}
.below-text{
	margin-bottom: 30px;
}
.intro-style1 h2{
  min-height: 90px;
}
.intro-style1 .panel{
  float: unset;
}
.portfolioFilter{
  min-height: 115px;
}
.projects{
    padding: 50px 0 100px 0 !important; 
}
.enquire-cta{
	padding: 50px 0 	
}
.gallery .item.slick-slide.slick-center{
	transform: unset;
}
.gallery .item.slick-slide{
	max-width: 500px;
}
.internal .text-icon {
    min-height: 210px;
}
.internal h4{
	font-size: 16px;
}
.text-image img{
	width: 100%;
	position: relative;
	margin-top: 0 
}
.text-icon h4{
	margin-bottom: 40px;
}
.intro-style1 h2 {
	color: #fff;
	font-size: 37px;
	line-height: 43px;
	margin: -20px 0 30px;
	font-weight: 500;
	text-align: center;
	font-weight: 700;
}

.dual-img {
	background: #111 url(../images/6.jpg) no-repeat right bottom;
	background-size: cover;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

.testimonial-wrap .col-md-6 {
	padding: 50px;
}

.testimonial .quote {
	font-size: 22px;
	line-height: 33px;
}

.page-head h1 {
	font-size: 45px;
	letter-spacing: 4px;
}

.portfolio-filter li {
	float: left;
	margin: 0 4px;
	font-size: 12px;
	position: relative;
	top: 2px;
}

.portfolio-2col .portfolio-item ,
.portfolio-3col .portfolio-item ,
.portfolio-4col .portfolio-item {
	width: 100%;
}

.faq-anchor a {
	width: 100%;
	margin: 0 1% 15px;
}

.faq-content #accordion .panel-title > a {
	line-height: 24px;
}

.container {
	max-width: 500px;
	margin: 0 auto;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 0;
	margin-top: -31px;
	margin-right: 15px;
	margin-bottom: 8px;
	background: transparent !important;
	background-image: none;
	border: none !important;
	border-radius: 4px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 20px;
	height: 1px;
	margin-bottom: 4px;
	border-radius: 0px !important;
	background: #4b0082 !important;
	transition: .4s;
}

.navbar-toggle .icon-bar:nth-child(3) {
	display: block;
	width: 16px;
	height: 1px;
	border-radius: 0px !important;
	background: #4b0082 !important;
}
.navbar-default .navbar-collapse{
	margin-top: 20px !important;
}
.fixenav .navbar-collapse{
	margin-top: 0px !important;
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
	width: 20px;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	border-top: none;
	box-shadow: none;
	position: absolute;
	background: #fff;
	top: 80px;
	width: 100%;
	max-width: 500px;
	right: 0;
	margin: 0 auto !important;
	left: 0;
}
.intro-style1 .panel{
	margin:0 auto;
}
.navbar-nav > li > a::after {
	display: none;
}

.navbar-default .navbar-nav > li {
	margin-left: 0;
	width: 100%;
	float: none !important;
	display: table;
}

.navbar-default .navbar-nav > li a {
	padding: 7px 30px;
}

.dropdown-menu {
	display: table !important;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	background: transparent;
	top: 0px !important;
	left: 0 !important;
	right: auto !important;
	opacity: 1;
	position: relative !important;
	visibility: visible;
	transition: .4s;
	margin-left: 15px;
	border: none;
	box-shadow: none;
	width: 100%;
}

.navbar-default .navbar-nav > li a {
	padding: 7px 30px;
	border: none !important;
}

.about-info h2 {
	font-size: 40px;
}

.section-head h1 {
	font-size: 32px;
}

.team {
	padding: 100px 0 70px;
}

.team-dark .team-box {
	margin-bottom: 30px;
}

.timeline > li .timeline-image i {
	font-size: 57px;
	line-height: 143px;
}

.timeline > li > .timeline-panel ,
.timeline > li.timeline-inverted > .timeline-panel {
	padding: 0 20px 20px;
	float: none !important;
	width: 100%;
	margin-top: 170px;
	text-align: center;
}

.cta-wrap h2 {
	font-size: 32px;
}

.footer-links li a {
	font-size: 11px;
}

.footer-links li {
	display: inline-block;
	margin: 0 5px;
}

.blog-fullpage {
	max-width: 100%;
	margin: 0 auto;
	float: none;
}

.contact .sidebar {
	margin-bottom: 30px;
}

}