* {
  font-family: Raleway, sans-serif;
  box-sizing: border-box; 
  }


body {
	background: #1b1b1b;
}
.navbar-dark .navbar-nav .nav-link {
    color: #f5f5f5;
}

				/**==================== START BACK TO TOP ====================**/

.back-to-top {
    bottom: 100px;
    line-height: 2;
    margin: 0;
    opacity: .6; 
    padding: 5px;
    position: fixed;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    height: 40px;
    width: 40px;
	
	border-radius: 50%;
    right: 30px;
    /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),*/
    /*            radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
    background:#bdc3c7;
                
    color: #fff;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(255, 137, 57, 0);
    box-shadow: 0 0 5px rgba(255, 137, 57, 0);
	display: none;
}


.back-to-top i {
	color: #fff;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    opacity: 1;
}
.back-to-top:hover i {
    color: #fff;
    top: -5px;
}

				/**==================== END BACK TO TOP ====================**/





				/**==================== START NAVBAR ====================**/

.navbar {
    padding: unset;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.00)!important;
	transition: all 0.5s linear;
}

.navbar:hover {background: rgba(0,0,0,0.4)!important;}

.navbar-brand {
    padding: unset;
}

.navbar-collapse {
    padding: 10px;
}

.navbar-toggler {
	margin-right: 20px;
}

.navbar-nav  {
	letter-spacing: 1px;
    font-size: 12px;
	line-height: 40px;
}

.nav-item {
	margin-right: 5px;
}


.nav-item .dropdown-toggle-split {
    padding: unset;
	color: rgba(255,255,255,.5);
    padding-top: 8px;
}

.nav-item .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	top: 75%;
}

.nav-item .dropdown-item {
    color: #fff;
}

.nav-item .dropdown-item:focus, .nav-item .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.scrolled {
	background: rgba(0,0,0,0.4)!important;
}


				/**==================== END NAVBAR ====================**/

				/**==================== START HOME HEADER ====================**/

#mainslide {
	overflow: hidden;
	position: relative;
    height: 100vh;
    width: 100%;
}

#mainslide .header {
	position: absolute;
    z-index: 99;
    color: #fff;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
	text-align: center;
	max-width: 650px;
    padding: 10px
}

#mainslide .left {
	top: 60%!important;
    transform: translate(0,-40%)!important;
    left: 2%!important;
    text-align: left!important;
}

#mainslide .header h1 {
    font-weight: 700;
    letter-spacing: 5px;
}

#mainslide .header p {
	font-size: 14px;
    line-height: 25px;
    font-weight: 400 !important;
    letter-spacing: 1.12px !important;
    margin: 40px 0;
}

.btn-light {
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 0 5px 1px #363636;
    background: #0000;
    color: #fff;
	transition: all 0.5s linear;
}

 .btn-light:hover {
	background-color: #f8f9fa;
	color: #000; 
}

#slideshow {
 	position: relative;
    width: 100%;
    height: 100vh;
	
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

#slideshow > div {
  position: absolute;
  width: 100%;
  height: 100%;
	
}


@keyframes slideShow {
  0% {
    transform:scale(1);
  }
  30% {
    transform:scale(1.1);
  }
  60% {
    transform:scale(1.2);
  }
  80% {
    transform:scale(1.1);
  }
  100% {
    transform:scale(1);
  }    
 }


				/**==================== END HOME HEADER ====================**/

				/**==================== START HOME BODY ====================**/

.post {margin: 140px 0;}

.post h1 {
	text-align: center;
    color: #BA9750;
}


/**==================== GALLERY POST ====================**/

.photo-box {
	padding-right: 5px;
    padding-left: 5px;
}

.photo-box .post-box, .photo-box .main-post {
	margin-top: 5px;
    margin-bottom: 5px;
	border-radius: 5px;
}

.photo-box .post-box:hover {
	transform: scale(1.04);
}



/**==================== PROJECT POST ====================**/

.main-post {
	width: 100%;
    height: 240px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
	text-align: center;
	padding: 5px
}

.main-post h3 {
	color: #fff;
}

.main-post p {
	margin: 30px 0;
    color: #f5f5f5; 
}

.post-box {
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 240px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    opacity: 1;
	transition: all 0.3s linear;
    border-radius: 30px;
}

.post-box .highlight {
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.3s linear;
    opacity: 1;
}

.post-box:hover .highlight {
	opacity: 0;
}

.post-box:hover {
	border-radius: 0!important;
}

.post-box .text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.post-box .text h6 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.92px;
    margin-bottom: 10px;
    font-style: normal;
    transition: all 0.5s ease;
}

.post-box .text span {
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.5s ease;
    -webkit-font-smoothing: antialiased;
}


/**==================== CONTACT POST ====================**/

.contact-photo {
	height: 350px;
	position: relative;
	border-radius: 10px;
	margin: 20px 0;
}

.contact-photo div {
	position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.contact-info h6 {
	color: #ba9750; 
}


.contact-info h3 {
	color: #fff; 
}

.contact-info p {
	color: #f5f5f5;
    margin: 40px 0; 
}

/**==================== BOOKING POST ====================**/

.book-post  {
	background-size: 100% 100%;
    height: 100vh;
    width: 100%;
	position: relative;
}

.book-post .book-bg {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.30)
}

.book-post .book-bg div {
	text-align: center;
    position: absolute;
    top: 55%;
    transform: translateY(-45%);
    color: #fff;
    margin: 0 100px;
	padding: 5px;
}

.book-post div h1 {
	color: #fff;
    margin-bottom: 50px;
	font-weight: bold;
}

				/**==================== END HOME BODY ====================**/


.section {
    min-height: 720px;
    background: no-repeat center fixed;
    background-color: #fff;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}


				/**==================== START GALLERY PAGE ====================**/

.cover {
	position: relative;
    width: 100%;
    height: 95vh;
}

.cover .banner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.head-text {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  letter-spacing: 10px;
	font-weight: bold;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}


.bg-dark1 {background: #1f1f1f!important;}

				/**==================== END GALLERY PAGE ====================**/







				/**==================== START FOOTER ====================**/

.footer {
	display: block;
    padding: 30px 0px;
    background-color: #151515;
    z-index: 99;
    color: #fff;
    width: 100%;
    margin: auto;
    min-height: 90px;
	font-size: 14px
}

				/**==================== END FOOTER ====================**/

/**===================== Start contact PAGE =====================**/

/************* Contact Form ******************/
.row1 {
  margin: -20px 0; }

.row1:after {
  content: "";
  display: table;
  clear: both; }

.row1 .col1 {
  padding: 0 20px;
  float: left;
  box-sizing: border-box; }

.row1 .col1.x-50 {
  width: 50%; }

.row1 .col1.x-100 {
  width: 100%; }

.content-wrapper1 {
  min-height: 100%;
  position: relative; }

.get-in-touch {
  max-width: 650px;
  margin: 20px auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.get-in-touch .title1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 50px;
  padding-bottom: 50px; 
  padding-top: 20px;
  color: #fff;}

.contact-form1 .form-field1 {
  position: relative;
  margin: 32px 0; }

.contact-form1 .input-text1 {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #fff;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background: #fff0; }

.contact-form1 .input-text1:focus {
  outline: none; }

.contact-form1 .input-text1:focus + .label1, .contact-form1 .input-text1.not-empty + .label1 {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px); }

.contact-form1 .label1 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }



.cnt {
	display: flex;
	margin: 20px auto;
       }






.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fab {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fab {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fab {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fab {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fab {
  color: #dc4a38;
}
.social-btns .btn.instagram:before {
  background-color: #e1306c;
}
.social-btns .btn.instagram .fab {
  color: #e1306c;
}
.social-btns .btn.behance:before {
  background-color: #1769ff;
}
.social-btns .btn.behance .fab {
  color: #1769ff;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
  height: 90px;
  margin: 30px auto;
  font-size: 0;
  text-align: center;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 40px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px 5px;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fab {
  font-size: 38px;
  vertical-align: middle;
}


.down .title-border:after {margin-bottom: 0;}

.alert-warning {display: none;}

/**===================== End Contact =====================**/


/**
====================================================================
  Blog Section
====================================================================

 ***/


.app {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
	min-height: 450px;
	max-width: 450px;
	border-radius: 30px;
	box-shadow: 0 0 4px 2px #ababab;
	margin: 20px auto;
}

.app:hover {box-shadow: 0 0 10px 1px #009FE3;}

.cart {
    background-color: #FFF;
    border: 1px solid #D0D0D0;
    padding: 20px 25px;
}

.app .app-head {
    margin-bottom: 10px;
    padding-right: 20px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.app .app-title {
    line-height: 1.3;
    display: inline;
    font-size: 130%;
    font-weight: 500;
	color: #217fb6;
}

.app-head p  {
    font-size: 90%;
    line-height: 1;
    color: #f5f5f5;
    margin-left: 10px;
}
.app a {color: #217fb6;
    text-decoration: none;}

.app a:hover {
    color: #155275;
    text-decoration: underline;
}

.app .float-action {
    position: absolute;
    top: 13px;
    right: 30px;
	font-size: 30px;
	color: #f5f5f5;
	cursor: pointer;
}

.app .app-body {
    margin-bottom: 35px;
    height: 250px;
}

.app .app-body  img {
    width: 100%;
	height: 100%;
}

.app-foot {
    text-align: center;
}

.app-foot .action {
    padding: 6px 0 0;
}


.cart1 {
    background-color: #FFF;
    border: 1px solid #D0D0D0;
    padding: 0;
}


.app .app-body1 {
    margin-bottom: 15px;
    height: 200px;
}

.app .app-body1  img {
    width: 100%;
	height: 100%;
	border-radius: 30px 30px 0 0;
}



.awesome p {
  padding: 10px 0; }

.awesome i {
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  border: 2px solid #009FE3;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255,255,255,0.30);
}

.awesome i:hover {
  color: #009FE3;
  background-color: rgba(255,255,255,0.80); }

.pad2 {
  padding: 10px 0; }

.counter-value {
  display: block;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 0px;
  font-weight: 600; 
  color: #fff;}

.bg1 {color: #fff;}

.backgroundB .button {margin: 20px auto;}

/*** 


/**===================== NEW SHAPE FOR BLOG ========================**/

	.blog-entry {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
}
	
	.blog-entry:hover .block-20 {	
    transform: scale(1.1);
    box-shadow: 0 0 5px 1px #f5b430;
	}
	
	.blog-entry:hover {	
    box-shadow: 0 0 5px 1px #f5b430;
	}

	.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 9px 9px 0 0 ;
    transition: all 0.3s linear;
}
	
	.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
	
	.blog-entry .text .topper {
    margin-top: -61px;
    position: absolute;
    top: 0;
    left: 20px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
	.blog-entry .one {
    width: 70px;
}
	.blog-entry span.day {
    font-size: 44px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}
	
	.blog-entry .two {
    width: calc(100% - 70px);
}
	.blog-entry .text .topper:after {
    position: absolute;
    bottom: -10px;
    left: 40px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #856a2d transparent transparent transparent;
}
	.blog-entry span.yr, .blog-entry span.mos {
    font-size: 13px;
    line-height: 1.6;
    display: block;
    color: #fff;
}
	.blog-entry .text .heading {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 800;
}
	.blog-entry .text .heading a {
    color: #fff;
}

.blog-entry .text .btn-custom {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}



.owl-nav {
     position: absolute;
     width: 100%;
     font-size: 60px;
     top: 25%;}

.owl-next {
  position: absolute;
  right: -5px;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .3s;
  border-radius: 5px;
    color: #fff!important;
    background: #a47c28!important;
}

.owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .3s;
  border-radius: 5px;
    color: #fff!important;
    background: #a47c28!important;
}

.owl-next.disabled,
 .owl-prev.disabled {
  opacity: 0; }






				/**==================== SUBSCRIBE NEWSLETTER SECTION ====================**/

	.newsletter-fing-section{
  text-align: center;
  background-size: cover;
  background-position: center;
}
		
.overlay2{
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.2);
}

.newsletter-fing-title{
  color: white;
  font: 500 45px Montserrat, sans-serif;
  margin-bottom: 20px;
}

.newsletter-fing-text{
  color: white;
  font: 400 16px Montserrat, sans-serif;
  margin-bottom: 50px;
}

.my-form {
  display: flex;
  margin: auto;
  width: fit-content;
}

.my-form > .submit {
  padding: 15px 35px;
  background: rgba(211, 158, 0, 0.4);
  outline: none;
  border: 0;
  color: white;
  font: 500 17px Montserrat, sans-serif;
  cursor: pointer;
  transition: 0.2s ease-out all;
}

.my-form > .submit:hover {
  background: rgba(211, 158, 0, 0.8);
}

.email-input{
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  padding: 15px !important;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  width: 300px;
  max-width: 100% !important;
  font: 500 17px Montserrat, sans-serif !important;
}

@media screen and (max-width: 767px) {
  .my-form {
    display: block;
    width: 100%;
  }
  
  .email-input {
    width: 80%;
    margin: auto;
  }
  
  .newsletter-fing-section{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .newsletter-fing-title{
    font: 500 35px Montserrat, sans-serif;
  }
  
  .newsletter-fing-text{
    font: 400 14px Montserrat, sans-serif;
    margin-bottom: 30px;
  }
}
	


				/**==================== INSTAGRAM FOOTER ====================**/


.sh-heading-content {
    line-height: 130%!important;
    font-weight: 700!important;
    color: #ffffff;
}
	
.sh-instagram-element-item {
    padding: 5px;
}
	
.sh-instagram-element-content {
    position: relative;
    overflow: hidden;
}
	
.sh-ratio-container-square {
    padding-bottom: 100%;
}
	
.sh-ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}

.sh-instagram-element-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba( 0, 0, 0, 0.3 );
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.sh-instagram-element-overlay-item {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
	color: #fff;
}
	
.sh-instagram-element-overlay:hover {
    opacity: 0;
}
	



				/**==================== START MEDIA QUERY ====================**/



@media (max-width: 991px) 
{
  	.navbar-nav 
		{
		letter-spacing: unset; 
		font-size: 12px;
		}
	
	.nav-item 
		{
		margin-right: 5px;
		}

}

@media (max-width: 767px) 
{
  	#mainslide .header 
		{
		top: 60%;
		transform: translate(0%,-40%);
		left: 2%;
		text-align: center!important;
		}
	
	.book-post .book-bg div 
		{
		margin: auto;
		}

}





				/**==================== END MEDIA QUERY  ====================**/




