
/* CSS Document */

/*
*
*
[Table of contents]
*
*
*

    font-alice / @import url
	reset / html
	general / body
	space / .space-single
	button-alice / button
	devider / .devider
	section / section
	no select / .noselect
	wrapper / .content-wrapper
	whitepage / .whitepage
	preloader / .preloader
	navigation / .navbar-default
	subheader / #subheader
	home / #home
	background img  / .mainbg
	feature / .features
	about / .h-bg
	projects / #projects-wrap
	testimony / #owl-testimonial
	price / .wrap-price
	recent post / .recent-post
	team / #owl-team
	brand / .brand-page
	contact / #form-contact
	subscribe / #subwrap
	address / .wrapaddres
	footer / .subfooter
	social-icons / .social-icons
	totop / #totop
	Blog & article / #content
	Blog comment / #blog-comment
  Responsive Adjustments / .responsive-container, @media queries
  Footer Styling / .lhc-footer
*
*
*/

/* font-alice */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,500,600,700');

/** general **/
body {
font-family: 'Poppins', sans-serif;
font-size: 13px;
line-height: 1.8em;
font-style: normal;
font-weight: normal;
text-align: left;
overflow-x:hidden;
color:#606060;
background:#fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body.black { background:#111; }
h1{ font-size:30pt; }
h2{ font-size:22pt; }
h3{ font-size:20pt; }
h4{ font-size:18pt; }
h5{ font-size:14pt; }
h6{ font-size:12pt; }
p{ font-size:13px;}

a, a:visited, a:hover, a:active , a:link{
color: inherit;
text-decoration:none;
outline: 0;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.scroll-link {
    display: block;
	text-decoration:none;
}

/* space */
    .space-single{
	width:100%;
	height:30px;
	display:block;
	clear:both;
	}

	.space-double{
	width:100%;
	height:60px;
	display:block;
	clear:both;
	}

	.space-half{
	width:100%;
	height:15px;
	display:block;
	clear:both;
	}

	hr {
	display: block;
	clear: both;
	border-top: solid 1px #ddd;
	margin: 40px 0 40px 0;
	}

.center{ text-align:center; margin:0 auto; }
.left{ text-align:left; float:left; line-height:inherit; }
.right{ text-align:right; float:right; line-height:inherit; }
.color{ color:#04f71c;}
.white{ color:#fff;}

.min-left{margin-left:-15px;}
.min-right{margin-right:-15px;}

/* button-alice */
button{
margin: 0;
padding: 0;
border: 0;
font: inherit;
text-decoration: none;
list-style: none;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
button:hover{
border: none;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-home {
display: inline-block;
width: 198px;
height: 40px;
font-size:10pt;
font-weight:600;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:38px;
color:#060606;
background:#f7d204;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline: none;
text-shadow:none;
margin: 5px auto;
margin-left:0px;
padding: 0;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.btn-content {
display: inline-block;
width:auto;
height: 40px;
font-size:10pt;
font-weight:600;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:40px;
color:#060606!important;
background:#f7d204;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline: none;
text-shadow:none;
margin-left:0px;
padding: 0 30px 0 30px;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.btn-home:hover{
background:#fff;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.btn-content:hover{
background:#efefef;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

/* devider */
.devider-widget {display:block; border-bottom: 2px solid #e1e1e1; margin-bottom:30px; width:60px; text-align:left;}
.devider-sub{ font-size:14pt; font-weight:500; text-align:center;}
.devider-heading{ font-size:24pt; font-weight:500; text-align:center;}
.devider-heading-left{ display:block; border-bottom: 1px solid #f7d204;  margin-top:30px; margin-bottom:30px; width:120px; text-align:left;}
.devider-heading-center{ display:block; border-bottom: 1px solid #f7d204; margin:0 auto;  margin-top:30px; margin-bottom:30px; width:120px; text-align:center;}
.devider-heading-1{ font-size:24pt; font-weight:500; text-align:center; color:#101010;}
.devider-heading-white{ font-size:24pt; font-weight:500; text-align:center; color:#fff;}
.devider-img{ margin:20px auto; margin-bottom:30px;}
.devider-img img{display : block;margin : auto; }

/* section */
section{padding:160px 0 160px 0;}
.no-bottom {padding-bottom: 0 !important;}
.no-top {padding-top: 0 !important;}
.no-padding,section.no-padding{
padding:0;
}
.p-30{ padding:30px;}
.p-60{ padding:60px;}
.p-90{ padding:90px!important;}
.p-full{ padding:300px!important;}
.sp-padding{
	padding:60px 0 60px 0;
	overflow:hidden;
	overflow-x:hidden;
}

/* no select */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* wrapper */
.content-wrapper{ overflow-x:hidden; }

.v-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.row.equal {
    display: flex;
    flex-wrap: wrap;
  }

/* whitepage */
.whitepage{
  width: 100%;
  height:auto;
  color:#606060;
  background: #fcfcfc; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fff,#fcfcfc ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff,#fcfcfc); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff,#fcfcfc); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #fcfcfc); /* Standard syntax */
}
.whitepage-1{
  width: 100%;
  height:auto;
  color:#606060;
  background: #fcfcfc;
}
.whitepage h1, .whitepage h2, .whitepage h3, .whitepage h4, .whitepage h5, .whitepage h6{ color:#172434; }
.whitepage h1{ font-weight:600; letter-spacing:2px;}
.whitepage h3{ line-height:normal;}
.whitepage .btn-content{ margin-top:20px; margin-bottom:0px;}
.whitepage em{ display:block; font-style:italic; margin-bottom:20px;}
.whitepage article{ padding:10px 60px 0 0;}

.paralax-page {
  position: relative;
  width: 100%;
  height: auto;
  min-height:450px;
  padding: 90px 0 90px 0;
  overflow-x: hidden;
  color: #fff;
}

/* preloader */
.preloader
    {
        position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 99999;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: row nowrap;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
                  background:#111111;
    }
.mainpreloader {
	position:relative;
	width:auto;
	height:auto;
}

.mainpreloader img{ display:block; margin:0 auto; z-index:999;}
.mainpreloader span{ display:block; font-size:8pt; text-transform:uppercase; letter-spacing:2px; text-align:center; margin:10px auto;}
.bg-preloader{ position:fixed; width:100%; height:100%; top:0px; left:0px; background:#0b0b0b; z-index:999;}

.logo-preloader{
	-webkit-animation: fadeimg 1s infinite linear;
	animation: fadeimg 1s infinite linear;
	}
@-webkit-keyframes fadeimg{
	0% {opacity:1;}
	50% {opacity:0;}
	100% {opacity:1;}
	}
@keyframes fadeimg{
	0% {opacity:1;}
	50% {opacity:0;}
	100% {opacity:1;}
	}
/* end preloader */



































/******************** navigation *******************/
header{position:fixed; z-index:9999;}
header.init{
	width:100%;
	height:120px;
	background: rgba(255, 255, 255, 0)!important;
	-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
	}
header.show{
	height:80px;
	background: rgba(255, 255, 255, 1)!important;
	box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
	-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
	}

/* subnav */
.subnav {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  font-size: 11px;
  color: #ddd;
  background: rgba(0,0,0,0);
  padding: 8px 0px 10px 0px;
}





/********************************  Social Icons  ********************************/
/********************************  Social Icons  ********************************/
/********************************  Social Icons  ********************************/




.social-icons-subnav{ margin-left:-10px; }
.social-icons-subnav div{ display:inline-block; margin-right:5px;}
.right .social-icons-subnav{ margin-right:0px; }
.social-icons-subnav span {
  text-shadow: none;
  padding: 8px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #f7d204!important;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-icons-subnav span:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-icons-subnav a:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}




/*********************  **************  ***********************/





/* navigation */
.navbar-default {
  position:fixed;
  margin: 0px auto;
  height: 60px;
  top:0px;
  left:0px;
  color:#fff;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px groove rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .0);
   -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  z-index:9999;
}
.navbar-default {
  height: 80px;
}
.navbar-default.fullHeight {
  height: 100%!important;
}
.navbar-brand {
  z-index: 2;
}












.navbar-brand img {
  width:auto;
  height:auto;
  max-height: 30px!important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}




/* =============================================================================================================================================





/* menu nav */
nav {
  position: relative;
  float:right;
  margin-right:0px;
  z-index: 999;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display:inline-block;
  margin-left:30px;
}
nav ul li {
  display: inline-block;
  margin: 0;
  margin-right:-4px;
}
nav a {
  display: block;
  padding: 10px 0px 10px 20px;
  color: #fff;
  font-size: 12pt;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 60px;
  text-decoration: none;
}
nav a:hover {
  color: #f7d204;
}
nav a:hover::before {
  display: inline-block;
  position: absolute;
  max-width: 35px;
  color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}
nav a::before {
  position: absolute;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  white-space: nowrap;
}
nav a.actived {
  color: #f7d204;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 80px;
  color: #efefef;
}











nav ul li:hover>ul {
  display: inherit;
  -webkit-animation-name: animfadeInUpmenu;
  animation-name: animfadeInUpmenu;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
nav ul ul li {
  width: 230px;
  float: none;
  text-transform:uppercase;
  margin-left: -25px;
  display: list-item;
  background: #111111;
  border-bottom: 1px groove rgba(255, 255, 255, .1);
  position: relative;
}
nav ul ul li a {
  font-size: 8pt;
  line-height: 20px;
  padding-left: 17px;
}
nav ul ul li a:hover {
  color: #fff;
  background: #f7d204!important;
}
nav ul ul li a.active {
  color: #fff;
  background: #ff6600;
}
nav ul ul li:last-child {
  border-bottom: none;
}
nav ul ul ul li {
  position: relative;
  top: -70px;
  left: 225px;
}
li>a:after {
  content: '';
  margin-left: 20px;
}
li>a:only-child:after {
  content: '';
}









/**********************  NAVIGATION MENU BAR LOGO  *************************/



/* white */	
.navbar-default-white {
  position:fixed;
  margin: 30px auto;
  top:0px;
  left:0px;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px groove rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .0);
   -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  z-index:9999;
}
.navbar-default-white {
  transform: translateZ(0); /* Scroll Fix in iPad */
  height:80px;
   -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
.navbar-default-white.fullHeight {
  height: 100%!important;
}
.navbar-brand.white {
  position: relative;
  top: 5px;
  left: -5px;
  z-index: 2;
}
.navbar-brand.white img {
  width:auto;
  height:auto;
  max-height: 44px!important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.navbar-brand.white img.black { display:none; }
.navbar-default-white.sticky, .navbar-default.sticky{
	left: 0;
	right: 0;
	margin: 0 auto;
	width: inherit;
	box-sizing: border-box;
	 -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
     -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.navbar-default-white.sticky .white nav a, .navbar-default.sticky nav {
  color: #707070;
}
.navbar-default-white.sticky .menu-line, .navbar-default-white.sticky .menu-line1, .navbar-default-white.sticky .menu-line2{background-color:#707070;}




/**********************  NAVIGATION MENU BAR LOGO  *************************/





/**********************  NAVIGATION MENU  *************************/





/* menu nav */
.white nav {
  position: relative;
  float:right;
  margin-right:0px;
  z-index: 999;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.white nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display:inline-block;
  margin-left:30px;
}
.white nav ul li {
  display: inline-block;
  margin: 0;
  margin-right:-4px;
}
.white nav a {
  display: block;
  padding: 10px 0px 10px 20px;
  color: #fff;
  font-size: 12pt;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 60px;
  text-decoration: none;
}
.white nav a:hover {
  color: #f7d204!important;
}
.white nav a:hover::before {
  display: inline-block;
  position: absolute;
  max-width: 35px;
  color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}
.white nav a::before {
  position: absolute;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  white-space: nowrap;
}
.white nav a.actived {
  color: #f7d204!important;
}

.white nav ul ul {
  display: none;
  position: absolute;
  top: 80px;
  color: #efefef;
}
.white nav ul li:hover>ul {
  display: inherit;
  -webkit-animation-name: animfadeInUpmenu;
  animation-name: animfadeInUpmenu;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.white nav ul ul li {
  width: 230px;
  float: none;
  display: list-item;
  background: #fff;
  border-bottom: 1px groove rgba(0, 0, 0, .2);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
  position: relative;
}
.white nav ul li i { margin-left:10px;}
.white nav ul ul li a {
  color: #707070;	
  font-size: 12pt;
  line-height: 20px;
  padding-left: 17px;
}
.white nav ul ul li a:hover {
  color: #fff!important;
  background: #ffc128;
}
.white nav ul ul li a.active {
  color: #fff;
  background: #f7d204;
}
.white nav ul ul li:last-child {
  border-bottom: none;
}
.white nav ul ul ul li {
  position: relative;
  top: -75px;
  left: 230px;
}
li>a:after {
  content: '';
  margin-left: 20px;
}
li>a:only-child:after {
  content: '';
}










#nav-icon {
  display: block;
  position:relative;
  background: none;
  width: 20px;
  height: 25px;
  top:14px;
  margin-right:20px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  z-index:99999;
}
.menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  background-color:#fff;
}
.menu-line1 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 5px;
  background-color:#fff;
}
.menu-line2 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 10px;
  background-color:#fff;
}

/*************************************************  social-icons-subnav  ********************************************/


.social-icons-subnav{ margin-right:15px;}
.social-icons-subnav span {
  color: #fff;	
  text-shadow: none;
  font-size:9pt;
  margin-right:8px;
  line-height:30px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-icons-subnav span:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-icons-subnav a {
  font-weight: 500;
  letter-spacing: .07em;
}
.social-icons-subnav a:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/*************************************************  social-icons-subnav  ********************************************/




#menu-block {
  width: 35%;
  height: 100vh;
  display: none;
  position:fixed;
  top:0px;
  right:0px;
  box-shadow: 3px 8px 12px rgba(0, 0, 0, .1);
  z-index:99999;
}
.blackpage-menu {
   background: rgba(11,11,11,.8);
}
.copy-right {
  display: block;
  position:absolute;
  bottom: 10px;
  right:10%;
  font-size: 9pt;
  font-weight: 400;
  letter-spacing: .03em;
  text-align: right;
  color:#fff;
}

#menu-block ul {
  margin: 0 auto;
  text-align:right;
}
#menu-block ul li {
  display: block;
  position: relative;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 22pt;
  letter-spacing:3px;
  font-weight: 600;
  line-height: 15pt;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu-block ul li:hover {
  color: #f7d204;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}







#menu-block ul li a.actived {
  color: #bababa;
}
#menu-block ul li i{ font-size:40%; font-weight:600;}
#menu-block ul li ul li {
  font-size: 18pt;
  font-weight: 500;
  line-height: 15pt;
  margin-left:15px;
  color: #666;
  padding: 0;
  margin-top: 30px;
}
.dropdown-container {
  display: none;
}
.init-menu {
  left: 30px;
  opacity: 0;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.show-menu {
  left: 0px;
  opacity: 1;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.block-main {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position:fixed;
  background:rgba(0,0,0,0.6);
  display:none;
  z-index:9999;
}
.wrap-menu {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-menu-child{
	padding-right:0;
	padding-left:0;
	margin-right:-30%;
	}
.close-menu-block{
  position:absolute;
  top:20px;
  right:20px;
  color: #fff;	
  text-shadow: none;
  font-size:13pt;
  text-align: center;
  margin-right:5px;
  border-radius: 1px;
  cursor:pointer;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.close-menu-block span:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/**********************  NAVIGATION MENU END *************************/




/* subheader */
#subheader {
  padding: 160px 0 110px 0;
}
#subheader h1 {
  color: #fefefe;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 500; 
  text-align:center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#subheader .subdetail {
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-left:-35px;
  text-transform: uppercase;
  color: #777;
  text-align:center;
}
#subheader .subdetail li {
  display: inline-block;
  color: #fff;
}
#subheader .subdetail li a {
  color: #f7d204;
}
#subheader .subdetail li.sep {
  margin-right: 20px;
}
/* subheader end */



/* home */
#home, #home1, #home2, #home3{ position:relative; color:#fff; text-align:center; overflow:hidden;}
#home h1{ font-size:34pt; font-weight:600; letter-spacing:1px;}
#home h1.col-2{ font-size:31pt;}
#home h3{ font-size:26pt; font-weight:300; letter-spacing:1px;}
#home p{ font-weight:300; letter-spacing:1px;}
#home p.content{ width:590px;}
.main-text{ margin-bottom:30px;}
.overlay-main{
  position:absolute;
  width: 100%;
  height:100%;
  top:0px;
  left:0px;
}
.big{ font-size:90pt!important; font-weight:300!important; letter-spacing:8pt!important;}
.overlay-main-1{
  position:absolute;
  width: 100%;
  height:100%;
}
.blue-home {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px 0 20px 0;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  bottom: 30px;
  left: 0px;
}
.menuscroll {
  position: absolute;
  font-size: 7pt;
  bottom: 0px;
  right: 20px;
  letter-spacing: 4px;
  cursor: pointer;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}
.menuscroll:hover {
  color: #e3b546;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

/* background img */
.mainbg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mainbgvideo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height:100%;
  overflow-x:hidden;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.bgslider-owl {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #fff;
  overflow:hidden;
}
.bgslider {
  position:relative;
  width: 100%;
  height:auto;
  color:#fff;
  background:#172434;
  margin-bottom:-30px;
}

.bgslider img {
  width:auto;
  min-height:600px;
  max-height:600px;
  top: 0;
  left: 0;
}
#revolution-slider{ background:#000;}


/* countdown */
#defaultCountdown{ color:#fff; width:100%;}
.comingsoon{ position:absolute; width:100%; height:100%; top:0px; left:0px;}
/* home end */


/* feature */
.features{
	width:100%;
	height:100%;
	border:1px solid #efefef;
	margin-top:60px;
	padding:30px;
	background:#fdfdfd;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features.no-margin{ margin-top:0px!important; padding:60px 30px 60px 30px;}
.features-1{
	width:100%;
	height:100%;
	border:1px solid rgba(255,255,255,.1);
	margin-top:60px;
	padding:30px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features:hover{
	cursor:pointer;
	color:#fff;
	border:1px solid rgba(0,0,0,0.1);
	background:#f7d204;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features:hover .heading, .features:hover a, .features:hover span{ 
    color:#fff!important; 
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
	-webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
	.features:hover .content{ 
    color:#fff; 
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
	-webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
.features span{ font-size:40pt;}
.features-1 span{ font-size:40pt; color:#f7d204;}
.features .bg-img span{ color:#fff; }
.features .bg-img-1 span{ color:#f7d204; }
.features .bg-img{ 
width:100%; 
padding:60px; 
background:url(../img/bg-forest.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: center;
}
.features .bg-img-1{ 
width:100%; 
padding:60px; 
background:url(../img/bg-law.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: center;
}







.features .bg-img-2{ 
width:100%; 
padding:60px; 
background:url(../img/1-wheel-chair.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: center;
}







.features .heading{ font-size:16pt;}
.features .content{ margin-bottom:15px;}
.features a{ font-weight:400;}
/* feature end */

/* About */
.h-bg{ background:#111; color:#fff;}
.white-bg{ background:#fff; letter-spacing:.6px;}
.star-content{ 
  font-size: 18pt;
  font-weight: 400;
  margin-bottom:20px;
  letter-spacing:2px;
  line-height: 25pt;
  }
  .star-content i { color:#f7d204;}
  .img-content{
    position: relative;
	width:100%;
	height:100%;
	min-height:600px;










/***************** IMAGE LOCATION *******************/
/***************** IMAGE LOCATION *******************/
/***************** IMAGE LOCATION *******************/


   }.img-content img {position: absolute; left: 25%; bottom: 0; }
#about-us-bg, #about-us-1, #about-us-2, #about-us-12{height:100%;}
#about-us-bg .image-container{background:url(../img/bg-about.jpg);}
#about-us-1 .image-container{background:url(../img/bg-about-1.jpg); } 
#about-us-2 .image-container{background:url(../img/bg-about-2.jpg);}
#about-us-12 .image-container{background:url(../img/bg-about-12.jpg);}
#about-us-3 .image-container{
background:url(../img/bg-4.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top right; 
} 
#about-us-4 .image-container{
background:url(../img/bg-7.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top left;
} 
#about-us-5 .image-container{
background:url(../img/bg-about-5.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top right; 
} 
#about-us-6 .image-container{
background:url(../img/bg-about-6.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top left;
} 
#about-us-7 .image-container{
background:url(../img/bg-about-7.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top right; 
} 
#about-us-8 .image-container{
background:url(../img/bg-about-8.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top left;
} 

#about-us-9 .image-container{
background:url(../img/bg-about-9.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: 1200px 800px, cover;
background-position: top right;
} 
#about-us-10 .image-container{
background:url(../img/bg-about-10.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: 1200px 800px, cover;
background-position: top left;
} 





.pers-heading{ letter-spacing:.6px; margin:-30px 0px 50px 0;}
.pers-content{ letter-spacing:.6px; line-height:22pt;}
.content-max{ float:right; max-width:500px; margin-top:30px; margin-bottom:30px;}
.content-max-1{ max-width:700px; margin:0 auto;}
.personal{ display:inline-block; line-height:20px; margin:30px 0 30px 0;}
.personal .name{ font-size:13pt; color:#f7d204; }
.personal .title{ font-size:9pt; letter-spacing:1px;}
.rounded-img img{
width:20; 
height:auto;
margin-left:20px;
-webkit-border-radius:100%;
-moz-border-radius:100%;
overflow:hidden;
border:12px solid #727272;
}
.rounded-img-1 img{
width:20; 
height:auto;
margin:0 auto;
margin-bottom:30px;
-webkit-border-radius:100%;
-moz-border-radius:100%;
overflow:hidden;
border:8px solid #e3e3e3;
}
.about-icon{ display:inline-block; letter-spacing:.6px; margin-bottom:60px;}
.about-icon:last-child{margin-bottom:0px;}
.about-icon span{ font-size:24pt; padding:15px; border:1px solid #f7d204;}
.about-icon .content{ margin:-40px 0 0 90px;}




/***************** IMAGE LOCATION END  ***********/
/***************** IMAGE LOCATION END  ***********/
/***************** IMAGE LOCATION END  ***********/


/*****************HOME IMAGE TO VIDEO LOCATION  ***************/
/*****************HOME IMAGE TO VIDEO LOCATION  ***************/
/*****************HOME IMAGE TO VIDEO LOCATION  ***************/


.img-content img {
    position: absolute;
    left: 25%;
    bottom: 0;
}
#home-bg, #home-1, #home-2, #home-12{height:100%;}
#home-bg .image-container{background:url(../img/bg-about.jpg);}
#home-1 .image-container{background:url(../img/bg-about-1.jpg); } 
#home-2 .image-container{background:url(../img/bg-about-2.jpg);}
#home-12 .image-container{background:url(../img/bg-about-12.jpg);}
#home-3 .image-container{
background:url(../img/bg-4.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top right; 
} 
#home-4 .image-container{
background:url(../img/bg-7.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top left;
} 
#home-5 .image-container{
background:url(../img/bg-about-5.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top right; 
} 
#home-6 .image-container{
background:url(../img/bg-about-6.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top left;
} 






#home-7 .image-container{
background:url(../img/bg-about-7.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top right; 
} 





#home-8 .image-container{
background:url(../img/bg-about-8.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: cover;
background-position: top left;
} 

#home-9 .image-container{
background:url(../img/bg-about-9.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: 1200px 800px, cover;
background-position: top right;
} 
#home-10 .image-container{
background:url(../img/bg-about-10.jpg);
overflow-x: hidden;
background-attachment: fixed;
background-size: 1200px 800px, cover;
background-position: top left;
} 




.pers-heading{ letter-spacing:.6px; margin:-30px 0px 50px 0;}
.pers-content{ letter-spacing:.6px; line-height:22pt;}
.content-max{ float:right; max-width:500px; margin-top:30px; margin-bottom:30px;}
.content-max-1{ max-width:700px; margin:0 auto;}
.personal{ display:inline-block; line-height:20px; margin:30px 0 30px 0;}
.personal .name{ font-size:13pt; color:#f7d204; }
.personal .title{ font-size:9pt; letter-spacing:1px;}
.rounded-img img{
width:20; 
height:auto;
margin-left:20px;
-webkit-border-radius:100%;
-moz-border-radius:100%;
overflow:hidden;
border:12px solid #727272;
}
.rounded-img-1 img{
width:20; 
height:auto;
margin:0 auto;
margin-bottom:30px;
-webkit-border-radius:100%;
-moz-border-radius:100%;
overflow:hidden;
border:8px solid #e3e3e3;
}
.about-icon{ display:inline-block; letter-spacing:.6px; margin-bottom:60px;}
.about-icon:last-child{margin-bottom:0px;}
.about-icon span{ font-size:24pt; padding:15px; border:1px solid #f7d204;}
.about-icon .content{ margin:-40px 0 0 90px;}




/*****************HOME IMAGE TO VIDEO LOCATION END ***************/
/*****************HOME IMAGE TO VIDEO LOCATION END ***************/
/*****************HOME IMAGE TO VIDEO LOCATION END ***************/


/******************************************************************************************************************/
/******************************************************************************************************************/
/******************************************************************************************************************/


























/* skill bar */
#mainskill{ margin:0; padding:0;}
.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:15px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
.skillbar:last-child {margin-bottom:0px;}
.skillbar-title {
	position:absolute;
	top:0;
	left:0;
    width:110px;
	font-weight:500;
	font-size:11px;
	letter-spacing:.3px;
	color:#ffffff;
	background:#f7d204;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:#f7d204;
	padding:0 20px;
	height:15px;
	line-height:15px;
}

.skillbar-bar {
	height:15px;
	width:0px;
	background:#f7d204;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:15px;
	line-height:15px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}










/* service list */
.service-list{ width:100%; height:100%; margin:30px auto;}
.service-list li{ list-style:none; display:inline-block; width:auto; margin:0 30px 15px 0;}
.service-list li span{color:#f7d204; margin-right:5px;}

.offer-img {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  border-top: 30px solid rgba(0, 0, 0, 0);
}
.offer-img:hover img {
  width: 100%;
  height:100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.offer-img img  {
  width: 100%;
  height:auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.offer-img .hovereffect {
  width: 100%;
  height:auto;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.offer-img .hovereffect .overlay {
  width: 100%;
  height:auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding:10%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offer-img .hovereffect:hover .overlay {
  bottom: 0;
  left: 0;
  opacity: 1;
}
.offer-img .hovereffect .overlay div{
  color: rgba(255,255,255,.9);
  height: 100%;
  padding:10%;
  background-color: rgba(0, 0, 0, .6);
}
.offer-img .hovereffect .overlay .v-align span.price{  
font-size: 14pt;
font-weight: 600;
color:#f7d204;
}
/* About end */
















/* service-box */
img.box-icon-simple{ padding:0 5px 0 5px;}
.box-icon-simple { line-height:25px;} 
.box-icon-simple .heading{ font-size:14pt;}
.box-icon-simple.right{
	margin-right:120px;
	margin-top:30px;
	text-align:right;	
	}
.box-icon-simple.right span{
	font-size:34px;
	right:0;
	padding:20px;
	position:absolute;
	border:1px solid #efefef;
	-webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        transition: all ease 0.3s;
	}
	
.box-icon-simple.left{
	margin-left:120px;
	margin-top:30px;
	}
	
.box-icon-simple.left span{
	font-size:34px;
	left:0;
	padding:20px;
	position:absolute;
	border:1px solid #efefef;
	-webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        transition: all ease 0.3s;
	}
	.box-icon-simple.right span:hover, .box-icon-simple.left span:hover{
		border:1px solid #f7d204; 
		-webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        transition: all ease 0.3s;
		}
/* service-box end */















/* service hotel */
.service-hotel{ 
background:#fafafa; 
border:1px solid #efefef; 
padding:5% 5% 7% 5%; 
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.service-hotel .nav-tabs{ margin-bottom:60px; text-align:center;}
.service-hotel .nav-tabs > li{
    float:none;
    display:inline-block;
    zoom:1;
}
.service-hotel .nav-tabs > li a, .service-hotel .nav-tabs > li a:hover{ 
background:rgba(0,0,0,0); 
border:0px; 
}
.service-hotel .nav-tabs > li a:focus { 
color:#f7d204;
background-color: rgba(0,0,0,0);
border:0px;
}
.detailpro .item img{
        display: block;
        width: 100%;
        height: auto;
		margin-bottom:20px;
    }
	.service-hotel span{ display:block; letter-spacing:.01em; line-height:24pt;}
	.service-hotel i{ color:#f7d204; margin-right:5px;}
	
	.service-hotel .price{
	width:111%;
    font-size:44pt;
	text-align:left;
    font-weight:600;
    color:#f7d204;
	padding:10% 0 5% 0;
	margin-top:10px;
	margin-bottom:30px;
    }
	.service-hotel .price sub{ 
    font-size:12pt;
    font-weight:400;
    }
	







  .devider-rooms-detail {
  display: block;
  border-top: 1px solid #d9d9d9;
  width: 80%;
  text-align: center;
  margin-bottom: 15px;
}







.btn-book-2 {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 11pt;
  font-weight: 500;
  text-align: center;
  letter-spacing:2px;
  line-height: 48px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #f7d204; 
  outline: none;
  text-shadow: none;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-book-2 { color:#fff; }
.btn-book-2:hover {
  color:#010101; 	
  background: #efefef;
  border: 1px solid rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* service hotel end */












/* projects */
#projects-wrap {
  text-align: center;
  overflow: hidden;
}
.projects {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0);
}
.projects-grid {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  border: 8px solid rgba(0, 0, 0, 0);
}
.projects:hover img, .projects-grid:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.projects img, .projects-grid img  {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.projects .hovereffect, .projects-grid .hovereffect {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.projects .hovereffect .overlay, .projects-grid .hovereffect .overlay {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects .hovereffect:hover .overlay, .projects-grid .hovereffect:hover .overlay {
  height: 100%;
  top: 0;
  opacity: 1;
  top: 0;
}
.projects .hovereffect .overlay div, .projects-grid .hovereffect .overlay div{
  font-size: 24pt;
  font-weight: 500;
  letter-spacing: 4px;
  color: rgba(255,255,255,.9);
  padding-top: 28%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}













/* .projects-grid 2 */
.projects-grid .hovereffect-color {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.projects-grid .hovereffect-color .overlay {
  width: 100%;
  height:auto;
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects-grid .hovereffect-color:hover .overlay {
  opacity: 1;
  bottom: 0;
}
.projects-grid .hovereffect-color .overlay div{
  margin:4%;
  padding:10%;
  font-size: 11pt;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(255,255,255,1);
  background-color: rgba(0, 0, 0, .8);
}
.overlay div span{ width:100%; display:block;}
.overlay div span.icon i{
  border:1px solid #fff;
  padding:8px;
  padding-left:12px;
  margin:5px;
  line-height:60px;
  }
  .overlay div span.icon a{ z-index:999;}
  .overlay div span.icon a:hover{ opacity:0.3;}








/* filter controls */
#filter-porto {
  padding: 0 0 30px 0;
  margin: 0 auto;
}

#filter-porto li.filt-projects, #filter-porto li.filt-projects-w {
  font-size: 9pt;
  font-weight: 500;
  border:1px solid rgba(0,0,0,0);
  padding:4px 15px 4px 15px;
  margin: 0 10px 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#filter-porto li.filt-projects:hover, #filter-porto li.filt-projects-w:hover {
  border:1px solid #efefef;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#filter-porto li.selected {
  border:1px solid #efefef;	
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}









/* projects max width */
#w-gallery-container{  
  text-align: center;
  overflow: hidden;
  margin-left:4px;
}
.w-gallery {
  margin:0 auto;
  width:100%;
  border:5px solid rgba(0,0,0,0);
}
.w-gallery:after {
  content: '';
  display: block;
  clear: both;
}

.w-gallery-image {
  width: 100%;
  display: block;
  height: auto;
}














/* testimony */
#owl-testimonial .item {
  padding: 30px 0px;
  margin: 10px auto;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#owl-testimonial h3 {
  font-size: 21pt;
  font-weight: 400;
}
#owl-testimonial p {
  font-size: 14pt;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20pt;
  padding: 2px 20% 2px 20%;
}
#owl-testimonial small {
  font-size: 10pt;
  font-weight: 500;
  color: #fff;
}
#testi blockquote{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-decoration: none;
  list-style: none;
}

#testi blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #f7d204;
  
  /*Positioning*/
  position: absolute;
  left: 100px;
  top:30px;
}

#testi blockquote::after{
  /*Reset to make sure*/
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #f7d204;
  
  /*Positioning*/
  position: absolute;
  right: 100px;
  bottom:-20px;
}
/* testimony end */















/* news simple */
.news{ padding:0 10% 0 10%; text-align:center;}
.news h3, .news p, .news .btn-content{ margin:10px 0 10px 0;} 









/* Price */
.wrap-price{
  position: relative;
  padding:0 0 30px 0;
  text-align:center;
  overflow:hidden;
  border:1px solid #efefef;
}
.wrap-price-yellow{
  position: relative;
  padding:0 0 30px 0;
  text-align:center;
  overflow:hidden;
  background:#f7d204;
  color:#fff;
  border:1px solid #efefef;
}





/* price image */
.image .wrap-price-image{ 
background-attachment: fixed;
background-size: cover;
background-position: top left; 
width:100%; 
height:100%;
}
.wrap-price-image{
  position: relative;
  padding:30px 0 30px 0;
  margin-top:15px;
  text-align:center;
  color:#fff;
  background:rgba(0,0,0,.6);
  overflow:hidden;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.wrap-price-image:hover{ 
color:#606060; 
background:#fff;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.wrap-price i, .wrap-price-image i{ font-size:80pt; margin-top:35px; }
.wrap-price-yellow i{ font-size:80pt; margin-top:35px; }
	.wrap-price .price{ 
	display:inline-block;
	width:60%;
	font-size:44pt;
	font-weight:600; 
	margin:0 20% 30px 20%;
	padding: 50px 30px 50px 30px;
	border-bottom:1px solid #efefef;
	}
	.wrap-price-yellow .price-yellow{ 
	display:inline-block;
	width:60%;
	font-size:44pt;
	font-weight:600; 
	margin:0 20% 30px 20%;
	padding: 50px 30px 50px 30px;
	border-bottom:1px solid #fff;
	}
	.wrap-price .price-yellow, .wrap-price-image .price-yellow{ 
	display:inline-block;
	width:60%;
	font-size:44pt;
	font-weight:600; 
	margin:0 20% 30px 20%;
	padding: 50px 30px 50px 30px;
	border-bottom:1px solid #f7d204;
	}
	
	.price span{ display:inline-block; font-size:12pt; font-weight:600;}
	.wrap-price .level-class, .wrap-price-yellow .level-class{ display:block; font-size:30pt; font-weight:600; text-transform:uppercase; line-height:40pt; margin:10px 40px 0 40px; }
	.wrap-price-image .level-class{ display:block; font-size:20pt; font-weight:600; text-transform:uppercase; line-height:40pt; margin:10px 40px 0 40px; }
	.wrap-price span.list, .wrap-price-yellow span.list, .wrap-price-image span.list{ display:block; font-size:14pt; font-weight:300; line-height:10pt; margin-top:25px; }
	.wrap-price .btn-content, .wrap-price-image .btn-content { margin-top:40px; margin-bottom:20px;}
	.wrap-price-yellow .btn-content{ margin-top:40px; margin-bottom:20px; background:#101010; color:#fff!important;}
/* Price end */












/* countstat */
#wrap-count{ width:100%; text-align:center;}
#wrap-count span i{ font-size:44pt; color:#f7d204; padding-bottom:30px;}
.highlight {
   padding:10px 0;
   margin:15px 0 10px 0;
   font-weight:bold;
   display:block;
   font-size:48px;
}
.milestone-details {
   font-weight:bold;
   font-size:18px;
}
/* countstat end */









/* recent post */
.recent-post {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 394px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.recent-post .hovereffect {
  width: 100%;
  height:100%;
  float: left;
  position: relative;
  text-align:left;
  cursor: pointer;
}
.recent-post .hovereffect .overlay {
  width: 100%;
  height:auto;
  position: absolute;
  color:#fff;
  white-space: nowrap;
  overflow:hidden;
  background-color: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.recent-post .hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 1);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recent-post .overlay .content{
white-space: nowrap;
margin: 20px 20px 0 20px;
}
.recent-post .overlay .content .heading{
	font-size:22px;
	font-weight:500;
	}
	.recent-post .overlay .content .subheading{
	font-size:16px;
	}
	.recent-post .overlay .content .content-text{
	width:300px;
	font-size:13px;
	white-space:normal;
	}
	.recent-post .overlay .content .readmore{
	font-size:13px;
	font-weight:400;
	line-height:50px;
	}
	.recent-post .overlay .content .readmore i{font-weight:600;}
.devider-recent {
  display: block;
  border-top: 3px solid #f7d204;
  width: 102px;
  margin: 10px 0 0 0;
  margin-bottom: 10px;
  text-align:left;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.recent-post .hovereffect:hover .devider-recent {
   width: 150px;	
   border-top: 3px solid #f7d204;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#owl-post .item {
  margin: 5px;
  text-align:left;
}











/* recent post 2 */
.image.recent-pos-2{ 
background-attachment: fixed;
background-size: cover;
background-position: top left; 
width:100%; 
height:100%;
}
.recent-pos-2{
	display:block;
	padding:20px;
	background:rgba(255,255,255,1);
	-moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.recent-pos-2:hover{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	background:rgba(0,0,0,0.6);
	padding:20px;
	-moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.recent-pos-2 .num{
display:inline-block;
float:left;
font-size:24pt;
color:#010101;
background:#f7d204;
padding:40px;
margin: 30px ;
}
.recent-pos-2 .content{ 
display:inline-block;
padding:30px;
}
.recent-pos-2 .devider-heading-left{ display:block; border-bottom: 1px solid #f7d204;  margin-top:10px; margin-bottom:10px; width:120px; text-align:left;}
.recent-pos-2 .content .date{ font-size:13pt; letter-spacing:1px; margin-top:0px; margin-bottom:5px;}
.recent-pos-2 .content .title{ font-size:12pt; letter-spacing:1px;}
.recent-pos-2 .content .desc{ max-width:700px; font-size:10pt; letter-spacing:1px;}
.recent-pos-2 .content a{color:#f7d204;}

/* recent post end */










/* team */
#owl-team .item {
  margin: 5px;
  text-align:left;
}
.team {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 450px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.team .hovereffect {
  width: 100%;
  height:100%;
  float: left;
  position: relative;
  text-align:center;
  overflow:hidden;
  cursor: pointer;
}
.team .hovereffect .overlay {
  width: 100%;
  height:30%;
  position: absolute;
  color:#fff;
  white-space: nowrap;
  background-color: #f7d204;
  bottom: -50%;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.team .hovereffect:hover .overlay {
  bottom: 0;	
  background-color: #f7d204;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .overlay .content{
white-space: nowrap;
margin: 20px 20px 0 20px;
}
.team .overlay .content .heading{
	font-size:21px;
	font-weight:500;
	}
	.team .overlay .content .subheading{
	font-size:12px;
	letter-spacing:.5px;
	}
	.team .overlay .content .readmore{
	font-size:13px;
	font-weight:400;
	line-height:50px;
	}
	.team .overlay .content .readmore i{font-weight:600;}
.team .devider-recent {
  display: block;
  border-top: 2px solid rgba(255,255,255,.6);
  margin:0 auto;
  width: 40%;
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .hovereffect .overlay-2 {
  width: 100%;
  height:100%;
  position: absolute;
  color:#fff;
  white-space: nowrap;
  background-color: rgba(0,0,0,.3);
  bottom: -100%;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.team .hovereffect:hover .overlay-2 {
  bottom: 0;	
  background-color: rgba(0,0,0,.6);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .overlay-2 .content{
white-space: nowrap;
margin: 50% 20px 0 20px;
}
.team .overlay-2 .content .heading{
	font-size:21px;
	font-weight:500;
	}
	.team .overlay-2 .content .subheading{
	font-size:12px;
	letter-spacing:.5px;
	}
	.team .overlay-2 .content .readmore{
	font-size:13px;
	font-weight:400;
	line-height:50px;
	}
	.team .overlay-2 .content .readmore i{font-weight:600;}
	.team .devider-recent-2 {
  display: block;
  border-top: 2px solid #f7d204;
  margin:0 auto;
  width: 40%;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* team end */












/* brand */
.brand-page {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 60px 0;
  overflow-x: hidden;
  background: #fdfdfd;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}
#owl-brand .item {
  margin: 10px auto;
  text-align: center;
}
/* Brand */









/* map */
#map{width:100%; height:500px; padding-top:0px; padding-bottom:0px;}
#mapinline{ width:100%; height:100%; min-height:700px; padding:0px; margin:0px;}
#mapinline-1{ width:100%; height:100%; min-height:500px; padding:0px; margin:0px;}
.box{ width:100%; height:100%;}










/* contact */
#contact h3{ font-size:18pt; line-height:10pt; margin:0 auto; margin-bottom:30px;}
#form-contact{
  text-align:left;
  width:100%;
  height:auto;
  margin:0 auto;
}
#form-contact button.btn{
width:150px;
font-size:11pt;
color:#060606;
font-weight:500;
letter-spacing:1px;
margin-top:15px;
padding:10px 20px 10px 20px;
border:1px solid rgba(255,255,255, 0); 
background:#f7d204;
}

#form-contact button.btn:hover{ 
border:1px solid rgba(255,255,255, 0);
background:#fff;
}

input[type="text"]{
  text-align: left;
  width: 220px;
  height: 50px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  font-size: 9pt;
  font-weight:300;
  letter-spacing:1px;
  color:#959595;
  background: rgba(0, 0, 0, 0);
  border:1px solid rgba(255,255,255,0.3);
  padding:10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

input#name, input#email{width: 333px;}

input#name-contact, input#email-contact, textarea#message-contact{width: 100%;}

textarea {
  text-align: left;
  outline:none;
  width: 100%;
  height:100px;
  margin: 5px 0px 5px 0px;
  font-size: 9pt;
  border: 0px;
  font-weight:300;
  letter-spacing:1px;
  color:#959595;
  background: rgba(0, 0, 0, 0);
  border:1px solid rgba(255,255,255,0.3);
  padding:10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

input[type="text"]:focus, input[type="text"].focus, textarea:focus, textarea.focus, input[type="email"]:focus, input[type="email"].focus, email:focus, email.focus {
  color:#fff;
  border:1px solid rgba(255,255,255,255.8);
}

::-webkit-input-placeholder {
  opacity: 1;
  color:#959595;
}

::-moz-placeholder {
  opacity: 1;
  color:#959595;







} /* firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
  color:#959595;







} /* ie */
input:-moz-placeholder {
  opacity: 1;
  color:#959595;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-textarea-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.error {
  color:#f7d204;
  width: 100%;
  display: none;
  padding: 2px 10px 2px 10px;
  font-size: 11px;
  margin: 10px auto;
}
.success {
  color:#f7d204;
  width: 100%;
  display:none;
  padding: 5px 0px 2px 0px;
  font-size: 11px;
  margin: 10px auto;
}
/* contact end */









/* subscribe */
.subscribe-section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 90px 0 90px 0;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subwrap-tagline {	
  padding:60px;
}
.subwrap {	
  color: #333;
  min-height:290px;
  background:rgba(255,255,255,.8);
  padding:60px;
}
#subscribe .mail {
  display: none;
  visibility: hidden;
}
#subscribe input#subscribeemail {
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align:center;
  width:100%;
  max-width:300px;
  height: 40px;
  margin: 10px auto;
  padding: 10px;
  background: rgba(255, 255, 255, 1);
  border: none;
}

#subscribe input#subscribeemail[type="text"]:focus, #subscribe input#subscribeemail[type="text"].focus {
  color: #333;
  background: #fefefe;
}
.subscribesuccess {
  display: none;
  width:100%;
  font-size: 10px;
  line-height: 2;
  font-style: normal;
  text-transform: uppercase;
  text-align:center;
  font-weight: 400;
  letter-spacing: normal;
  margin: 10px auto;
  padding: 0;
  letter-spacing: 1px;
}
#subscribe .subscribeerror {
  width:100%;
  font-size: 10px;
  line-height: 2;
  font-style: normal;
  text-transform: uppercase;
  text-align:center;
  display: block;
  margin: 10px auto;
  padding: 0;
  letter-spacing: 1px;
}
.btn-form {
  display:inline-block;
  width: 210px;
  height: 45px;
  font-size: 11pt;
  font-weight: 500;
  text-align: center;
  letter-spacing:1px;
  line-height: 26px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #f7d204;
  outline: none;
  text-shadow: none;
  margin: 15px 0 0 15px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-form:hover{
  color:#010101;
  background: #efefef;
  border: 1px solid rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* subscribe end */












/* reservation */
#reservation {
width:100%;
height:auto;
color:#606060;
background:rgba(255,255,255,1);
box-shadow: 5px 5px 2px rgba(23, 36, 52, .1);
padding:45px 35px 45px 35px;
}

#reservation span{ font-size:44pt; color:#606060; position:absolute; top:0px; right:20px;}

#reservation form{ margin-top:15px;}

#reservation input[type="text"]{
  text-align: left;
  width: 100%;
  height: 30px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  font-size: 9pt;
  font-weight:300;
  letter-spacing:1px;
  color:#959595;
  background: rgba(0, 0, 0, 0);
  border-bottom:1px solid #f7d204;
  padding:5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

input#name, input#email{width: 333px;}

input#name-contact, input#email-contact, textarea#message-contact{width: 100%;}

#reservation textarea {
  text-align: left;
  outline:none;
  width: 100%;
  height:70px;
  margin: 5px 0px 15px 0px;
  font-size: 9pt;
  border: 0px;
  font-weight:300;
  letter-spacing:1px;
  color:#959595;
  background: rgba(0, 0, 0, 0);
  border-bottom:1px solid #f7d204;
  padding:5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

#reservation select {
  text-align: left;
  outline:none;
  width: 100%;
  margin: 5px 0px 5px 0px;
  font-size: 9pt;
  border: 0px;
  font-weight:300;
  letter-spacing:1px;
  color:#959595;
  background: rgba(0, 0, 0, 0);
  border-bottom:1px solid #f7d204;
  padding:5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
   border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

#reservation input[type="text"]:focus, #reservation input[type="text"].focus, #reservation textarea:focus, #reservation textarea.focus, #reservation input[type="email"]:focus, #reservation input[type="email"].focus, #reservation email:focus, email.focus {
  border-bottom:1px solid rgba(0,0,0,.1);
}

::-webkit-input-placeholder {
  opacity: 1;
  color:#959595;
}

::-moz-placeholder {
  opacity: 1;
  color:#959595;




} /* firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
  color:#959595;







} /* ie */
input:-moz-placeholder {
  opacity: 1;
  color:#959595;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-textarea-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}


/* reservation end */





/*************************** Contact Info ************************/



/* contact info */
.subfooter address span {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 270px;
  line-height:60px;
}
.subfooter address.inline span {
  display:block;
  font-size:13px;
  line-height:20px;
  margin-right:15px;
}
.subfooter address.inline-block{
  text-align:center;
  margin:0 auto;
}
.subfooter address.inline-block span {
  display:inline-block;
  font-size:13px;
  margin-right:15px;
  margin-top:50px;
  margin-bottom:30px;
}
.subfooter address span strong {
  font-weight: 500;
  display: inline-block;
}
.subfooter address span a {
  display: inline;
}
address span i{
	font-size:14pt;
	margin:0 15px 0 0;
	border:1px solid rgba(255,255,255,.3);
	padding:12px;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
	}
	address.inline-block span i{
	width:60px;
	height:60px;
	line-height:30px;
	font-size:14pt;
	display:block;
	margin:20px auto;
	border:1px solid rgba(255,255,255,.3);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
	}
	address span i:hover{
		border:1px solid #f7d204; 
		-webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        transition: all ease 0.3s;
		}
address.inline span i{
	font-size:12pt;
	margin:0 15px 0 0;
	border:0px solid rgba(255,255,255,0);
	padding:0px;
	}
/* contact info end */



/*************************** Contact Info ************************/


/********************************* Custom Contact Info ************************/


.contact-section {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}

.contact-container {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ddd;
    background-color: rgba(255, 255, 255, 0.9); /* Add a semi-transparent white background */
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
}

.contact-left,
.contact-right {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.contact-video-box {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact-video-box:hover {
    transform: translateY(-5px);
}

.contact-video-box video {
    display: block;
    width: 100%;
    height: auto;
}

.contact-text-box,
.contact-logo-box,
.contact-info-box,
.contact-map-box {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.contact-text-box:hover,
.contact-logo-box:hover,
.contact-info-box:hover,
.contact-map-box:hover {
    transform: translateY(-5px);
}

.contact-text-box p {
    font-size: 1.1em;
    color: #555;
}

.contact-info-box p {
    margin-bottom: 5px;
    color: #333;
}

.contact-info-box i {
    margin-right: 5px;
    color: #9400D3;
}

.contact-form-box {
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.contact-form-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #e9e9e9;
    color: #000;
    font-family: 'PT Serif', serif;
    transition: border-color 0.3s ease;
}

.form-control::placeholder {
    color: #000;
    font-family: 'PT Serif', serif;
}

.form-control:focus {
    border-color: #9400D3;
    outline: none;
    box-shadow: 0 0 5px rgba(148, 0, 211, 0.2);
}

.btn-primary {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #7a00b3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
    }
    .contact-left,
    .contact-right {
        width: 100%;
        padding: 10px;
    }
}


/********************************* Custom Contact Info ************************/











/* photo stream */
.flickr {
  margin-bottom: 10px;
}
#flickr-photo-stream img {
  width: 58px;
  height: auto;
  margin: 0 5px 5px 0;
  float: left;
}
#flickr-photo-stream a img {
  border:1px solid rgba(255,255,255,0);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#flickr-photo-stream a:hover img {
  border: solid 1px #ffc128;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer.white {
  background: #0b0b0b;
  color:#ebebeb;
  font-size: 9pt;
  letter-spacing:.5px;
  font-weight: 300;
  padding: 20px 0 20px 0;
}
footer.black {
  background: #0b0b0b;
  color:#ebebeb;
  font-size: 9pt;
  letter-spacing:.5px;
  font-weight: 300;
  padding: 30px 0 30px 0;
}
footer.black .social-icons{ margin:15px 0 15px 0;}

/*************************************************  social-icons-subnav  ********************************************/
.social-icons {
  display: block;
  margin: 0;
}
.social-icons span {
  text-shadow: none;
  padding: 0 25px 0 0;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 9pt;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-icons span:hover {
  color: #ffc128;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* footer end */
















/* totop */
#totop{
display:none;
width:35px; 
height:35px; 
background:#000;
line-height:35px;
position:fixed;
bottom:10px; 
right:10px;
text-align:center;
cursor:pointer;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#totop:hover{
background:#f7d204; 
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#totop span{font-size:9pt; font-weight:300; color:#fff; }
/* totop end */












/*Blog Post */
.blog-simple .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 0px; 
  float: right;
  letter-spacing:.3px;
}
.blog-simple .blog-text h3 a{ font-weight:500;}
.blog-simple .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.blog-simple .blog-text span.date-post {
  font-style: italic;
  font-size: 13px;
  font-weight:400;
  margin-left:20px;
}
.blog-simple .blog-text span.date-post i {
  padding-right: 7px;
  color:#f7d204;
}
.blog-simple .blog-text span.user-post {
  font-size: 13px;
  font-weight:400;
}
.blog-simple .blog-text span.user-post i {
  padding-right: 7px;
  color:#f7d204;
}
.blog-simple .blog-text span.comment {
  margin-left:20px;
  font-size: 13px;
}
.blog-simple .blog-text span.comment a i {
  padding-right: 7px;
  color:#f7d204;
}
.blog-simple .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.blog-simple .blog-text a {
  margin-top:20px;
  margin-bottom: 20px;
}
ul.pagination li a{  font-size:9.5pt; color:#f7d204; margin-right:5px; padding-left:30px; }















/* post meta */
.post-meta {
  background: #fcfcfc;
  border-top: none;
  text-align: center;
}
.post-meta .format {
  border-bottom: 1px solid #333333;
  padding: 10px 0 10px;
}
.post-meta i {
  margin: 0;
}
.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}
.post-meta .date span {
  text-align: center;
  color: #efefef;
  font-size: 12px;
  font-weight: 500;
}
.post-meta .comments {
  padding: 10px 0 10px;
}
.post-meta .comments a {
  color: #efefef;
  font-size: 10px;
  font-weight: 500;
}
.post-meta .comments a:hover {
  text-decoration: none;
}
















/* post format */
.post-image {
  margin-bottom: 20px;
}
ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
ul.meta-post li a {
  float: left;
  font-size: 11pt;
  font-weight: 500;
  padding-top:20px;
}














/* single post */
.top-article {
	display:block;
	margin-top: 30px;
}
.bottom-article {
  overflow: hidden;
  padding: 10px 0 10px 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.bottom-article a.btn {
display: inline-block;
width:auto;
height: 40px;
font-size:10pt;
font-weight:600;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:38px;
color:#060606;
background:#f7d204;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline: none;
text-shadow:none;
margin: 5px auto;
margin-left:0px;
padding: 0 30px 0 30px;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
}

.bottom-article a.btn:hover{
	color:#999;
	background:#efefef;
}













/* pagination */
#pagination a {
  font-size:9pt;
  padding: 5px 10px;
}
#pagination span {
	margin-top:0px;
}
#pagination .pagina-num {
  font-size:9pt;
  margin-right: 15px;
  margin-bottom:60px;
}
#pagination a:hover {
  color:#fff;
  background: #ccc;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#pagination a.current {
  background: #f7d204;
  color: #fff;
  font-weight: 500;
}














/*  Aside, sidebar */
aside {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-nav {
  float: left;
  width: 100%;
}
.right-sidebar {
  margin: 0 auto;
}
.left-sidebar {
  padding: 0 30px 0 0;
}
.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
  padding-right: 20px;
}
aside .widget, .widget {
  margin-bottom: 40px;
}
.widget .recent div {
  margin-bottom: 20px;
  display: inline-block;
}
.widget .recent div img {
  float: left;
  padding-right: 10px;
}
.widget .recent div h6 {
  font-size: 14px;
  font-weight: 500;
  margin-top:0px;
}
.widget .recent div p {
  line-height:normal;
}
.widget .tags {
  margin: 0;
  margin-left: 0;
  padding-left: 0;
}
.widget .tags div {
  margin: 5px 5px 15px 0;
  display: inline-block;
}
.widget .tags div a {
  border: 1px solid #efefef;
  padding: 5px 10px;
  text-align: center;
}
.widget .tags div a:hover {
  text-decoration: none;
  border: 1px solid #ccc;
}
.devider-widget {
  display: block;
  border-bottom: 2px solid #f7d204;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 60px;
  text-align: left;
}
.input-group input[type="text"]:focus, .input-group input[type="text"].focus{
  color:#606060;
}
.input-group span.icon{
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0; 
	margin-left:0px; 
	font-size:14px;
	font-weight:400;
	line-height:2;
	text-align:center;
	white-space:nowrap;
    vertical-align:middle; 
    background:#f7d204; 
    color:#fff;
	-webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.input-group-btn button:hover span.icon{
	background: #ffc128;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

/* Blog & article end */

















/* Blog comment */
#blog-comment {
  margin: 0;
  padding: 0px;
  color:none;
}
#blog-comment h5 {
  font-size: 12pt;
  margin-bottom: 15px;
  padding-bottom:15px;
  border-bottom:1px solid #efefef;
}
#blog-comment ul, #blog-comment li {
  list-style: none;
  padding-left: 0;
}
#blog-comment li {
  min-height: 70px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
#blog-comment li .avatar {
  position: absolute;
  margin-top: 5px;
}
#blog-comment .comment {
  /*color: #939393;*/
  font-size:13px;
  font-weight:300;
  margin-left: 85px;
}
#blog-comment li {
  min-height: 70px;
  font-size: 14px;
  line-height: 1.6em;
}
#blog-comment li li {
  margin-left: 80px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 10px;
  border-bottom: none;
}
#blog-comment li li .avatar {
  position: absolute;
}
.comment-info {
  margin-left: 85px;
  padding-top: 2px;
  margin-bottom: 5px;
}
.comment-info .c-name {
  font-size:12pt;	
  display: block;
  font-weight: 500;
  line-height:normal;
  margin-bottom:5px;
}
.comment-info .c-reply {
  display:inline-block;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 300;
  color:#f7d204;
  border-left: solid 1px #efefef;
}
.comment-info .c-reply a {
  font-weight: 300;	
  font-size: 10pt;
}
.comment-info .c-date {
  display:inline;	
  font-size: 10pt;
  font-weight: 300;
}
.comment-info .c-date i{ padding-right:7px; color:#f7d204; }















/* comment form */
#comment-form-wrapper h6{ font-size:10pt; letter-spacing:.1px;}
#comment-form-wrapper {
  margin: 50px 0 50px 0;
  padding: 0px;
}
#commentform input {
  width: 100%;
  font-size: 10pt;
  padding: 10px;
  margin:5px 0 5px 0;
  height: 40px;
  letter-spacing:0px;
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}
#commentform input:focus {
	 color:#606060;
	 background:rgba(0,0,0,0);
     border: 1px solid #959595;
}
#commentform textarea {
  width: 100%;
  font-size: 10pt;
  padding: 10px;
  margin:5px 0 5px 0;
  height: 150px;
  letter-spacing:0px;
  border: 1px solid #efefef;
}
#commentform textarea:focus {
	  color:#606060;
	  background:rgba(0,0,0,0);
      border: 1px solid #959595;
}
#commentform button.btn{
width:150px;
font-size:11pt;
color:#060606;
font-weight:500;
letter-spacing:1px;
margin-top:15px;
padding:10px 20px 10px 20px;
border:1px solid rgba(255,255,255, 0); 
background:#f7d204;
}

#commentform button.btn:hover{ 
border:1px solid rgba(255,255,255, 0);
background:#ebebeb;
}
select.form-control, select.form-control:hover, select.form-control:focus, input[type="text"].form-control, input[type="text"].form-control:hover, input[type="text"].form-control:focus {
  border:0px solid rgba(0,0,0,.1);
  height:40px;
  background: #fbfbfb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
/* Blog comment end */














/* particle */
#particles {
  width: 100%;
  height:100%;
  overflow: hidden;
  position:absolute;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}













/*
  Owl Carousel 
*/

.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}












/* owl slider home */
#owl-slider-home .item {
  display: block;
  width: 100%;
}
#owl-slider-home .item{
	width:100%; height:100%; min-height:700px; background-size:cover; background-position:center center; background-repeat:no-repeat;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 2px;
  background: #ffc128;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
#progressBar {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}













/* button */
#owl-gal .item {
  display: block;
  padding: 15px 0px;
  margin: 0 auto;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 10px 17px;
  background: rgba(0, 0, 0, 1);
}
.owl-theme .owl-buttons i {
  margin-top: 2px;
  font-size: 12pt;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  z-index: 9;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
  top: 50%;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}


/* Magnific Popup CSS */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:10421;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:10431;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:10451}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:10441}.mfp-preloader a{color:#ccc}.mfp-close,.mfp-preloader a:hover{color:#efefef}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:10461;-webkit-box-shadow:none;box-shadow:none}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(23,36,52,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:38px;font-family:Arial,Baskerville,monospace;}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#efefef}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#efefef;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#efefef;font-size:12px;line-height:18px}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #efefef;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #efefef;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#efefef}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(23,36,52,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(23,36,52,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.image-source-link{color:#98C3D1}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}


/* end Magnific Popup CSS */

/* general popup */
.white-popup-block{max-width:900px; margin: 20px auto; color:#333; background:#fefefe; padding:40px;}
.gray-popup-block{max-width:900px; margin: 0 auto; background:#22252f; padding:40px; text-align:center;}
.gray-popup-block h3{ font-size:34pt; font-weight:300; line-height:normal; letter-spacing:normal;}
.gray-popup-block p{ font-size:11pt; font-weight:300; line-height:normal; letter-spacing:normal;}

/* scroll onStep */
.onStep {
  opacity: 0;
  overflow-y:hidden!important;
}











/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================
/* =============================================================================================================================================







/************************************************************************************************
CHUNK #1 - PROJECTS SECTION
************************************************************************************************/

/* 
   Adjust video container to maintain aspect ratio 
   - ONLY for project section 
*/
#projects .video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; 
  /* 16:9 aspect ratio, adjust as needed */
}

#projects .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
   Adjust padding around the video container 
   - ONLY for project section 
*/
#projects .item .projects-grid .hovereffect {
  padding: 10px;
  /* Adjust as needed */
}

/* 
   Adjust video size for smaller screens 
   - ONLY for project section 
*/
@media (max-width: 768px) {
  #projects .video-container {
    padding-bottom: 75%;
    /* Adjust for smaller screens */
  }
  #projects .item .projects-grid .hovereffect {
    padding: 5px;
    /* Adjust as needed */
  }
}

/* 
   Adjust video size for even smaller screens 
   - ONLY for project section 
*/
@media (max-width: 480px) {
  #projects .video-container {
    padding-bottom: 100%;
    /* Adjust for even smaller screens */
  }
  #projects .item .projects-grid .hovereffect {
    padding: 2px;
    /* Adjust as needed */
  }
}





/************************************************************************************************
CHUNK #2 - PLAN YOUR TRIP SECTION
************************************************************************************************/

/* ==============================
   Plan Your Trip Section CSS
============================== */
.trip-video-container {
  /* Changed selector to target the new class */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125%;
  z-index: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.trip-video-container video {
  /* Changed selector to target the new class */
  width: 100%;
  height: 125%;
  object-fit: cover;
  opacity: 1;
  min-width: 100%;
  min-height: 125%;
}

.trip-planner-section {
  position: relative;
  width: 100%;
  height: 625px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}

/* Video Background */
.trip-planner-section .video-container {
  /* Changed selector to target the new class */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125%;
  z-index: -1;
  overflow: hidden;
}

.trip-planner-section .video-container video {
  /* Changed selector to target the new class */
  width: 100%;
  height: 125%;
  object-fit: cover;
}

/* Content Container */
.content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  color: white;
  z-index: 1;
}

/* Left Content */
.left-content {
  flex: 1 1 300px;
}

.trip-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.trip-description {
  font-size: 1.2rem;
  margin: 0;
}

/* Right Content */
.right-content {
  flex: 1 1 300px;
  background: rgba(255, 255, 255, 0.05);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.form-row label {
  font-size: 1vw !important;
  color: white !important;
  margin-bottom: 35px;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.form-row input,
.form-row select {
  padding: 45px;
  font-size: 1vw !important;
  background: rgba(255, 255, 255, 0.9);
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 55px;
  color: #000 !important;
  font-weight: 800 !important;
  height: auto;
  width: 100%;
  line-height: 1.2 !important;
}

.get-directions-btn {
  font-size: 1vw !important;
  padding: 50px;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 45px;
  width: 100%;
  line-height: 1.2 !important;
}

/* Form Styles */
.trip-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-row {
  flex: 1 1 calc(50% - 15px);
  display: flex;
  flex-direction: column;
}

.form-row label {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 5px;
}

.form-row input,
.form-row select {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

.get-directions-btn {
  grid-column: span 2;
  padding: 10px;
  background-color: #517fa4;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.get-directions-btn:hover {
  background-color: #416f92;
}

/* Responsive Design */
@media (max-width: 768px) {
  .content-container {
    flex-direction: column;
    text-align: center;
  }

  .trip-form {
    grid-template-columns: 1fr;
  }

  .get-directions-btn {
    grid-column: span 1;
  }

  .trip-title {
    font-size: 2.5rem;
  }

  .trip-description {
    font-size: 1rem;
  }
}

/* 
   Additional positioning for .content-container 
   with relative positioning if needed 
*/
.content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  color: white;
  z-index: 1;
  position: relative;
}





/************************************************************************************************
CHUNK #3 - MOBILE MENU FIXES & DROPDOWN MENU
************************************************************************************************/

/* 
   Mobile Menu Fixes 
*/
@media (max-width: 768px) {
  .navbar-default {
    position: fixed;
    top: 0;
    /* Ensure the navbar is at the top */
    left: 0;
    /* Ensure the navbar is at the left */
    width: 100%;
    /* Ensure the navbar spans the full width */
    transition: transform 0.3s ease-in-out;
    z-index: 1001;
    /* Ensure the navbar is above other elements */
  }

  .navbar-default.nav-hide {
    transform: translateY(-100%);
  }

  .navbar-default.nav-show {
    transform: translateY(0);
  }

  #menu-block {
    position: fixed;
    /* Change to fixed to position relative to the viewport */
    width: 100%;
    top: 100%;
    /* Position below the navbar */
    left: 0;
    z-index: 1000;
    /* Ensure the menu is below the navbar */
    background-color: #000;
    /* Add a background color for visibility */
  }

  /* Ensure the menu button is visible */
  .navbar-toggle {
    position: relative;
    /* Ensure the button is positioned correctly */
    z-index: 1002;
    /* Ensure the button is above the navbar and menu */
  }
}


/* 
   CSS FOR DROPDOWN MENU 
*/
@media (max-width: 768px) {
  /* Reduce font size for mobile menu links */
  #menu-block ul li.init-menu a.scroll-link {
    font-size: 0.5em; 
    /* Adjust as needed */
  }
  
  /* Optionally, reduce font size for submenu items as well */
  #menu-block ul li.init-menu ul li a {
    font-size: 0.5em; 
    /* Adjust as needed */
  }
}





/************************************************************************************************
CHUNK #4 - FOOTER CSS
************************************************************************************************/

/* ========================================
   FILE PATH: /project-directory/css/footer.css
   PURPOSE: Footer Styling for LHC Transport Services
======================================== */
.footer {
  width: 100%;
  background: #fff;
  margin: 1em 0 0;
}

.footer .group {
  margin-top: 3em;
}

@media (max-width: 1000px) {
  .footer .group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer .buttons-mobile-only {
  display: none;
}

@media (max-width: 640px) {
  .footer .buttons-mobile-only {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
  }
}

.footer-logo {
  flex: 1;
  padding-right: 5em;
}

.footer-logo img {
  width: 100%;
  max-width: 125px;
}

@media (max-width: 1000px) {
  .footer-logo {
    text-align: center;
    padding-right: 0;
    padding-bottom: 1em;
  }
  .footer-logo img {
    max-width: 220px;
    margin: 0.25em auto;
  }
}

.footer-nav {
  flex: 4;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1000px) {
  .footer-nav {
    flex-flow: row wrap;
  }
}

.footer-section {
  flex: 1;
  padding-right: 20px;
}

@media (max-width: 1000px) {
  .footer-section {
    flex: calc(50% - 2em);
    margin: 1em;
  }
}

@media (max-width: 600px) {
  .footer-section {
    flex: calc(100% - 2em);
    margin: 1em;
  }
}

.footer-section h3 {
  position: relative;
  font-size: 1.25rem;
  padding-bottom: 0.125em;
  margin-bottom: 0.75em;
}

@media (max-width: 600px) {
  .footer-section h3 {
    text-align: center;
  }
}

.footer-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #32444e;
  background: linear-gradient(to right, #32444e, transparent);
}

@media (max-width: 600px) {
  .footer-section h3::after {
    background: rgba(50, 68, 78, 0.5);
  }
}

.footer-links {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 600px) {
  .footer-links {
    text-align: center;
  }
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #1e2e45;
  text-decoration: none;
  font-size: 1rem;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #32444e;
}

.footer-laws {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}

.footer-laws .footer-legal {
  flex: 1;
  padding-right: 20px;
}

@media (max-width: 1000px) {
  .footer-laws .footer-legal {
    flex: calc(50% - 2em);
    margin: 1em;
  }
}

@media (max-width: 600px) {
  .footer-laws .footer-legal {
    flex: calc(100% - 2em);
    margin: 1em;
  }
}

.footer-laws .footer-legal h3 {
  font-size: 1rem;
}

.footer-laws .footer-legal .info * {
  font-size: 0.75rem;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}

@media (max-width: 600px) {
  footer.footer .footer-copyright {
    text-align: center;
  }
}

.footer-app {
  margin-top: 1em;
}

.footer-app-group {
  display: flex;
  align-items: center;
  margin: 0.25em -0.25em;
}

.footer-app-group > * {
  flex: 1;
  margin: 0.25em;
}

.footer-app-group a {
  text-decoration: none;
  color: inherit;
}

.footer-app-group a:hover,
.footer-app-group a:focus {
  opacity: 0.8;
}

.footer .ewd {
  width: 200px;
}

.footer .ewd img {
  width: 100%;
}





/************************************************************************************************
CHUNK #5 - HERO SECTION, OVERLAY, BUTTON GROUP, & COLOR PICKER
*************************************************************************************************/

/***************** HERO SECTION *****************/

.hero {
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-caption {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}


/***************** SEMI-TRANSPARENT OVERLAY *****************/

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 1;
}


/***************** BUTTON GROUP *****************/

.button-group {
  position: absolute;
  top: 60%;
  left: 85%;
  bottom: 20px;
  right: 10px;
  display: flex;
  transform: translate(-50%, -50%);
}

.button {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: none;
  margin-right: 10px;
  background-color: #c9ced4;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.button img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}

.button:hover {
  background-color: #ffffff;
}


/***************** INDIVIDUAL BUTTON STYLES *****************/

.button-left {
  margin-right: 10px;
  background-color: transparent;
  background-size: cover;
  background-image: url("left-arrow.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.button-left img {
  width: 190px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}

.button-center {
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
  background-size: cover;
  background-image: url("smartphone.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.button-center img {
  width: 70px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}

.button-right {
  margin-left: 10px;
  background-color: transparent;
  background-size: cover;
  background-image: url("right-arrow.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.button-right img {
  width: 55px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}


/***************** COLOR PICKER *****************/

.color-picker {
  position: absolute;
  bottom: 70px;
  right: 10px;
}

.color-picker input[type="color"] {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
}

/***************** ADDITIONAL SECTIONS *****************/
/* (Add any additional hero/overlay/button styles here, 
   ensuring the spacing and comments remain consistent.) */




/*************************************************  social-icons-subnav  ********************************************/
/*************************************************  social-icons-subnav  ********************************************/
/*************************************************  social-icons-subnav  ********************************************/
/*************************************************  social-icons-subnav  ********************************************/
/*************************************************  social-icons-subnav  ********************************************/




/************************************************************************************************
CHUNK #6 - HEADER MENU & SOCIAL ICONS
*************************************************************************************************/

/***************** HEADER MENU SECTIONS ****************/
.header {
  display: flex;
  align-items: center;
}

.logo {
  margin-right: auto; /* This pushes the logo to the far left */
}



/*************************************************  social-icons-subnav  ********************************************/


/***************** SOCIAL ICON SECTIONS 1 ****************/
.social-icons-container {
  float: right !important; /* Positions the social icons to the right */
  /* Add any other necessary styles here */
}

.social-icons-container .social-icons {
  list-style: none;  /* Remove default list styles */
  padding: 0;       /* Remove padding */
  margin: 0;        /* Remove margin */
}

.social-icons-container .social-icons li {
  display: inline-block;      /* Display social icons horizontally */
  margin: 0 5px;              /* Adjust the margin as needed */
}

.social-icons-container .social-icons li a {
  display: block;             /* Make the entire area clickable */
  text-decoration: none;      /* Remove underline from links */
  color: inherit;             /* Inherit the color from the parent */
}

.social-icons-container .social-icons li a img {
  width: 32px;                /* Adjust image width as needed */
  height: 32px;               /* Adjust image height as needed */
  vertical-align: middle;     /* Align the image vertically */
  margin-right: 5px;          /* Add spacing between icon and text if needed */
}

.social-icons-container .social-icons li a i {
  font-size: 24px;            /* Adjust icon size as needed */
  vertical-align: middle;     /* Align the icon vertically */
}


/*************************************************  social-icons-subnav  ********************************************/


.social-buttons {
  position: fixed;
  top: 10px;
  right: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  z-index: 999;
}

.social-buttons.scrolled {
  top: 60px; /* Adjust the value based on your menu bar height */
}

.social-buttons li {
  margin-left: 10px;
}


/*************************************************  social-icons-subnav  ********************************************/


/***************** SOCIAL ICON SECTIONS 2 ****************/
/* Instagram Button */
.instagram-button {
  display: inline-block;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #c9ced4;
  cursor: pointer;
}

.instagram-button:hover {
  background-color: #ffffff;
}

.instagram-button div {
  display: flex;
  align-items: center;
}

.instagram-button img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.instagram-button i {
  font-size: 20px;
  color: #ffffff;
}

/* Facebook Button */
.facebook-button {
  display: inline-block;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #c9ced4;
  cursor: pointer;
}

.facebook-button:hover {
  background-color: #ffffff;
}

.facebook-button div {
  display: flex;
  align-items: center;
}

.facebook-button img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.facebook-button i {
  font-size: 20px;
  color: #ffffff;
}

/* Twitter Button */
.twitter-button {
  display: inline-block;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #c9ced4;
  cursor: pointer;
}

.twitter-button:hover {
  background-color: #ffffff;
}

.twitter-button div {
  display: flex;
  align-items: center;
}

.twitter-button img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.twitter-button i {
  font-size: 20px;
  color: #ffffff;
}

/* YouTube Button */
.youtube-button {
  display: inline-block;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #c9ced4;
  cursor: pointer;
}

.youtube-button:hover {
  background-color: #ffffff;
}

.youtube-button div {
  display: flex;
  align-items: center;
}

.youtube-button img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.youtube-button i {
  font-size: 20px;
  color: #ffffff;
}

/* Pinterest Button */
.pinterest-button {
  display: inline-block;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #c9ced4;
  cursor: pointer;
}

.pinterest-button:hover {
  background-color: #ffffff;
}

.pinterest-button div {
  display: flex;
  align-items: center;
}

.pinterest-button img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.pinterest-button i {
  font-size: 20px;
  color: #ffffff;
}


/*************************************************  social-icons-subnav  ********************************************/


/***************** SOCIAL ICON SECTIONS 3 ****************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

.social-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.social-icons:hover a,
.social-icons:focus-within a {
  opacity: 0.5;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0.25em;
  margin: 0.25em;
  color: #32444e;
  transition: 150ms ease;
  text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus {
  opacity: 1;
  transform: translate(0, -5%);
}


/*************************************************  social-icons-subnav  ********************************************/



/***************** SOCIAL ICON SECTIONS 4 ****************/
/* If additional styles or hover effects are needed, add here. */

/***************** SOCIAL ICON SECTIONS 5 ****************/
.button-container {
  display: flex;
  justify-content: flex-end; /* Adjust as per your design */
  align-items: center;
  margin-right: 20px; /* Adjust margin as needed */
}

.button {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 20px;
}

.header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #f2f2f2;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 40px);
  z-index: 1000;
  height: 50px; /* Adjust height as needed */
}

.button-primary {
  background-color: #007bff;
}
.button-secondary {
  background-color: #6c757d;
}
.button-success {
  background-color: #28a745;
}
.button-danger {
  background-color: #dc3545;
}
.button-warning {
  background-color: #ffc107;
}
.button-info {
  background-color: #17a2b8;
}
.button-light {
  background-color: #f8f9fa;
  color: #212529;
}

/********** Hover Effect That Increases The Size And Adds A Shaking Animation ************/
.header-menu .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu .social-button {
  display: inline-block;
  width: 40px;  /* Adjust width */
  height: 40px; /* Adjust height */
  background-color: #333; /* Adjust background color or use an image */
  transition: all 0.3s ease;
}

/* Add hover effect to increase size */
.header-menu .social-button:hover {
  transform: scale(1.2);
}

/* Add animation or shake effect */
@keyframes shake {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-5px) rotate(-5deg); }
  50%  { transform: translateX(5px) rotate(5deg); }
  75%  { transform: translateX(-5px) rotate(-5deg); }
  100% { transform: translateX(0); }
}

.header-menu .social-button:hover {
  animation: shake 0.5s ease-in-out;
}

.social-icons-subnav a img {
  width: 24px;  /* Adjust size */
  height: 24px; /* Adjust size */
  margin: 0 5px;
  vertical-align: middle;
  transition: transform 0.3s;
}

.social-icons-subnav a img:hover {
  transform: scale(1.1);
}


/*************************************************  social-icons-subnav  ********************************************/
/*************************************************  social-icons-subnav  ********************************************/
/*************************************************  social-icons-subnav  ********************************************/
/*************************************************  social-icons-subnav  ********************************************/



/************************************************************************************************
CHUNK #7 - VIDEO GRID LAYOUT & ADDITIONAL VIDEO STYLES
*************************************************************************************************/

/****************************   Video Grid Layout  ****************************/

/* WORKFLOW: Video Grid Section */
.video-grid-container {
  position: relative;
  z-index: 1;
  padding: 15px;
  height: 100%;
  margin-top: 100vh; /* Push below background video */
}

/* WORKFLOW: Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* Adjust aspect ratio */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  background: #000; /* Fallback background */
  margin: 1rem 0;
}

/* WORKFLOW: Video Element */
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* WORKFLOW: Always Visible Content */
.video-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.5));
  color: #fff;
  opacity: 1;
}

/* WORKFLOW: Dynamic Title Scaling */
.video-title {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* WORKFLOW: Dynamic Description Scaling */
.video-description {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  line-height: 1.4;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* WORKFLOW: Hover Effects */
.video-wrapper:hover {
  transform: scale(1.02);
}

/* WORKFLOW: Mobile Responsiveness */
@media (max-width: 768px) {
  .video-wrapper {
    padding-bottom: 100%; /* Square aspect ratio for mobile */
  }

  .video-content {
    padding: 15px;
  }

  .video-title {
    font-size: 1.1rem;
  }

  .video-description {
    font-size: 0.9rem;
  }
}

/*********************  MAIL PHONE HEADPHONE BUTTON GROUP *********************************/

/* Hero + Video Overlay Reset & Fullscreen */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

.hero {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 5rem;
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.8);
}

/****************************************** Separator ******************************************/

.hero {
  position: relative;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 248, 248, 0.5);
}

.container {
  position: relative;
}

/* Button group positioning */
.button-group {
  position: absolute;
  top: 90%;
  left: 85%;
  bottom: 20px;
  right: 20px;
  display: flex;
  transform: translate(-50%, -50%);
}

.button {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: none;
  margin-right: 10px;
  background-color: #c9ced4;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.button img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}

.button:hover {
  background-color: #ffffff;
}

/* Individual button background images */
.button-left {
  margin-right: 10px;
  background-color: transparent;
  background-size: cover;
  background-image: url("left-arrow.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.button-left img {
  width: 190px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}

.button-center {
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
  background-size: cover;
  background-image: url("smartphone.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.button-center img {
  width: 70px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}

.button-right {
  margin-left: 10px;
  background-color: transparent;
  background-size: cover;
  background-image: url("right-arrow.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.button-right img {
  width: 55px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}

/* Color Picker Positioning */
.color-picker {
  position: absolute;
  bottom: 70px;
  right: 10px;
}

.color-picker input[type="color"] {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
}

/********************* ADDITIONAL VIDEO STYLING *********************/

.video-rounded {
  border-radius: 10px;
}

.video-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.video-shadow:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-padding {
  padding-top: var(--padding-top, 0px);
  padding-bottom: var(--padding-bottom, 0px);
}

/*
   OVERVIEW:
   - Organizes final chunk of CSS for Video Grid Layout & Additional Video Stylistic elements.
   - Includes Mail Phone Headphone Button Group with comments & spacing.
   - Ensures we have chunk-based code structure with final layout & hero enhancements.
*/





/************************************************************************************************
CHUNK #8 - MENU & NAVIGATION DROPDOWN, HAMBURGER ICON
*************************************************************************************************/

/* Line 1005: Display nav ul as block and reset margin */
nav ul {
  margin-left: 0;
  display: block;
}


/* Line 1009: Display nav li as block and reset margin */
nav ul li {
  display: block;
  margin-right: 0;
}


/* Line 1013: Adjust padding, line-height, and font-size for nav a */
nav a {
  padding: 10px 20px;
  line-height: normal;
  font-size: 11pt;
}


/* Line 1031: Adjust padding for submenu a */
nav ul ul li a {
  padding-left: 30px;
}


/* Line 1035: Reset top and left for submenu ul li */
nav ul ul ul li {
  top: -50;
  left: 0;
}


/* Line 1018: Position submenus relatively, reset top, and hide by default */
nav ul ul {
  position: relative;
  top: 0;
  display: none; /* Keep submenus hidden by default */
}


/* Line 1055: Show the menu by setting right to 0 */
#menu-block.menu-show {
  right: 0;
}


/***********************  For To Adjust The Menus Left Of Dropdown Menu ***********************/

/* Line 1058: Padding for the menu ul */
#menu-block ul {
  padding: 100px;
}

/***********************  For To Adjust The Menus Left Of Dropdown Menu ***********************/


/* Line 1061: Display menu li as block and set margin */
#menu-block ul li {
  display: block;
  margin-bottom: 10px;
}


/* Line 1072: Hover color for menu a */
#menu-block ul li a:hover {
  color: #f7d204;
}


/* Line 1075: Hide submenus by default and set padding */
#menu-block ul li ul {
  display: none; /* Keep submenus hidden by default */
  padding-left: 20px;
}


/* Line 1079: Margin for submenu li */
#menu-block ul li ul li {
  margin-bottom: 5px;
}


/* Line 1082: Styles for submenu a */
#menu-block ul li ul li a {
  font-size: 13px; /* Adjusted font size */
  padding: 5px 0;
}


/* Line 1096: Styles for showing menu items */
#menu-block ul li.init-menu.show-menu {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}


/* Line 1102: Styles for the overlay */
.block-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}


/* Line 1126: Styles for the hamburger icon spans */
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Line 1141: Styles for the first span */
#nav-icon span:nth-child(1) {
  top: 0px;
}


/* Line 1144: Styles for the second span */
#nav-icon span:nth-child(2) {
  top: 10px;
}


/* Line 1147: Styles for the third span */
#nav-icon span:nth-child(3) {
  top: 20px;
}


/* Line 1150: Styles for the first span when open */
#nav-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}


/* Line 1157: Styles for the second span when open */
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}


/* Line 1161: Styles for the third span when open */
#nav-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}









/***********************  For To Adjust Colors On The About Page  ***********************/

/********  Revolutionizing Healthcare Accessibility: LHC's Rides to Wellness Initiative  *********/


.changeable-header {
  color: blue; /* Change header color to blue */
}

.changeable-text {
  color: green; /* Change paragraph text color to green */
}


.text-container {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1800px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d; /* Enable 3D transforms */
}

.text-container:hover {
  transform: translateZ(10px) scale(1.02); /* Move forward and scale up */
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}


/***********************  For To Adjust Colors On The About Page  ***********************/





/***********************  Magnification --  Revolutionizing Healthcare Accessibility: LHC's Rides to Wellness Initiative  ***********************/





/***********************  Magnification --  Revolutionizing Healthcare Accessibility: LHC's Rides to Wellness Initiative  ***********************/








/*********************** Rides to Wellness Pilot Project Styles ***********************/


/* Styles for the main section */
.rides-to-wellness-section {
    background-color: #f5f5f5; /* Sets the background color */
    padding: 20px; /* Adds padding around the section */
}

/* Styles for the container */
.container {
    /* Add any container specific styles here if needed */
}

/* Styles for the header and text container */
.header-text-container {
    text-align: center; /* Centers the content horizontally */
    padding: 20px 0; /* Adds padding above and below the content */
}

/* Base styles for the text container */
.text-container-bottom {
    padding: 20px; /* Adds padding around the content */
    background-color: #ffffff; /* Sets the background color to white */
    border-radius: 10px; /* Rounds the corners of the container */
    margin: 0 auto; /* Centers the container horizontally */
    max-width: 1800px; /* Sets the maximum width of the container */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle box shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for transform and box-shadow */
    transform-style: preserve-3d; /* Enables 3D transformations */
    position: relative; /* Sets the positioning context for absolute positioned elements */
    overflow: hidden; /* Hides any content that overflows the container */
}

/* Hover effect for the text container */
.text-container-bottom:hover {
    transform: translateZ(10px) scale(1.02); /* Moves the container forward and scales it up slightly */
    box-shadow: 0 15px 12px rgba(0, 0, 0, 0.2); /* Increases the box shadow on hover */
}

/* Styles for the original text content */
.text-content {
    position: relative; /* Sets the positioning context for the text content */
    z-index: 1; /* Ensures the text content is above other elements */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

/* Hides the original text on hover */
.text-container-bottom:hover .text-content {
    opacity: 0; /* Hides the original text by setting opacity to 0 */
}

/* Styles for the magnified text */
.magnified-text {
    position: absolute; /* Positions the magnified text absolutely */
    top: 0; /* Positions the magnified text at the top */
    left: 0; /* Positions the magnified text at the left */
    width: 100%; /* Makes the magnified text cover the entire width */
    height: 100%; /* Makes the magnified text cover the entire height */
    background-color: rgba(255, 255, 255, 0.9); /* Sets the background color to semi-transparent white */
    border-radius: 10px; /* Rounds the corners of the magnified text */
    pointer-events: none; /* Prevents the magnified text from interfering with mouse events */
    opacity: 0; /* Initially hides the magnified text */
    transform: scale(0.1); /* Initially scales down the magnified text */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition for opacity and transform */
    overflow: auto; /* Enables scrolling if the magnified text overflows */
    padding: 20px; /* Adds padding to the magnified text */
    box-sizing: border-box; /* Ensures padding is included in the element's total width and height */
    font-size: 16px; /* Sets the initial font size of the magnified text */
    line-height: 1.8; /* Sets the line height of the magnified text */
    text-align: justify; /* Justifies the text within the magnified text element */
    font-family: 'PT Serif', serif; /* Sets the font family of the magnified text */
}

/* Makes the magnified text visible on hover */
.text-container-bottom:hover .magnified-text {
    opacity: 1; /* Makes the magnified text visible */
    transform: scale(1.5); /* Scales up the magnified text */
}

/* Expands the magnified text when the 'expanded' class is applied */
.text-container-bottom:hover .magnified-text.expanded {
    width: 150%; /* Expands the width of the magnified text */
    height: 150%; /* Expands the height of the magnified text */
    top: -25%; /* Adjusts the top position to keep it centered */
    left: -25%; /* Adjusts the left position to keep it centered */
}

/* Styles for the header */
.changeable-header {
    font-size: 30px; /* Sets the font size of the header */
    font-weight: bold; /* Sets the font weight of the header */
    margin-bottom: 20px; /* Adds margin below the header */
    font-family: 'PT Serif', serif; /* Sets the font family of the header */
    color: #333; /* Sets the color of the header */
}

/* Styles for the text paragraphs */
.changeable-text {
    font-family: 'PT Serif', serif; /* Sets the font family of the text */
    font-size: 18px; /* Sets the font size of the text */
    line-height: 1.8; /* Sets the line height of the text */
    margin-bottom: 15px; /* Adds margin below the text */
    text-align: justify; /* Justifies the text */
    color: #555; /* Sets the color of the text */
}
/*********************** End Rides to Wellness Pilot Project Styles ***********************/















/*********************** Safe, Timely, Personalized Transit Solutions ***********************/


/* Styles for the main section */
.rides-to-wellness-section {
  background-color: #f5f5f5; /* Sets the background color */
  padding: 20px; /* Adds padding around the section */
}

/* Styles for the container */
.container {
  /* Add any container specific styles here if needed */
}

/* Styles for the header and text container */
.header-text-container {
  text-align: center; /* Centers the content horizontally */
  padding: 20px 0; /* Adds padding above and below the content */
}

/* Base styles for the text container */
.text-container-bottom {
  padding: 20px; /* Adds padding around the content */
  background-color: #ffffff; /* Sets the background color to white */
  border-radius: 10px; /* Rounds the corners of the container */
  margin: 0 auto; /* Centers the container horizontally */
  max-width: 1800px; /* Sets the maximum width of the container */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle box shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for transform and box-shadow */
  transform-style: preserve-3d; /* Enables 3D transformations */
  position: relative; /* Sets the positioning context for absolute positioned elements */
  overflow: hidden; /* Hides any content that overflows the container */
}

/* Hover effect for the text container */
.text-container-bottom:hover {
  transform: translateZ(10px) scale(1.02); /* Moves the container forward and scales it up slightly */
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.2); /* Increases the box shadow on hover */
}

/* Styles for the original text content */
.text-content {
  position: relative; /* Sets the positioning context for the text content */
  z-index: 1; /* Ensures the text content is above other elements */
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

/* Hides the original text on hover */
.text-container-bottom:hover .text-content {
  opacity: 0; /* Hides the original text by setting opacity to 0 */
}

/* Styles for the magnified text */
.magnified-text {
  position: absolute; /* Positions the magnified text absolutely */
  top: 0; /* Positions the magnified text at the top */
  left: 0; /* Positions the magnified text at the left */
  width: 100%; /* Makes the magnified text cover the entire width */
  height: 100%; /* Makes the magnified text cover the entire height */
  background-color: rgba(255, 255, 255, 0.9); /* Sets the background color to semi-transparent white */
  border-radius: 10px; /* Rounds the corners of the magnified text */
  pointer-events: none; /* Prevents the magnified text from interfering with mouse events */
  opacity: 0; /* Initially hides the magnified text */
  transform: scale(0.1); /* Initially scales down the magnified text */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition for opacity and transform */
  overflow: auto; /* Enables scrolling if the magnified text overflows */
  padding: 20px; /* Adds padding to the magnified text */
  box-sizing: border-box; /* Ensures padding is included in the element's total width and height */
  font-size: 16px; /* Sets the initial font size of the magnified text */
  line-height: 1.8; /* Sets the line height of the magnified text */
  text-align: justify; /* Justifies the text within the magnified text element */
  font-family: 'PT Serif', serif; /* Sets the font family of the magnified text */
}

/* Makes the magnified text visible on hover */
.text-container-bottom:hover .magnified-text {
  opacity: 1; /* Makes the magnified text visible */
  transform: scale(1.5); /* Scales up the magnified text */
}

/* Expands the magnified text when the 'expanded' class is applied */
.text-container-bottom:hover .magnified-text.expanded {
  width: 150%; /* Expands the width of the magnified text */
  height: 150%; /* Expands the height of the magnified text */
  top: -25%; /* Adjusts the top position to keep it centered */
  left: -25%; /* Adjusts the left position to keep it centered */
}

/* Styles for the header */
.changeable-header {
  font-size: 30px; /* Sets the font size of the header */
  font-weight: bold; /* Sets the font weight of the header */
  margin-bottom: 20px; /* Adds margin below the header */
  font-family: 'PT Serif', serif; /* Sets the font family of the header */
  color: #333; /* Sets the color of the header */
}

/* Styles for the text paragraphs */
.changeable-text {
  font-family: 'PT Serif', serif; /* Sets the font family of the text */
  font-size: 18px; /* Sets the font size of the text */
  line-height: 1.8; /* Sets the line height of the text */
  margin-bottom: 15px; /* Adds margin below the text */
  text-align: justify; /* Justifies the text */
  color: #555; /* Sets the color of the text */
}
/*********************** Safe, Timely, Personalized Transit Solutions ***********************/












/*************************************************    contact form area   **************************************************/
/*************************************************    contact form area   **************************************************/
/*************************************************    contact form area   **************************************************/





/* Clear glass effect for the contact form box */
.contact-form-box {
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Add a subtle border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.contact-form-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/3-philly-map.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    transform: scale(1.05);
    opacity: 0.3; /* Reduced opacity for a clearer glass effect */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}

.contact-form-box:hover {
    transform: translateZ(10px); /* Pop-out effect on hover */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

.contact-form-box:hover::before {
    transform: scale(1.1);
    opacity: 0.5; /* Slightly increase opacity on hover */
}

/* 3D pop and magnified window effect for the video */
.contact-video-box {
    position: relative;
    overflow: hidden; /* Ensure content doesn't overflow */
    transform: perspective(600px) rotateY(0deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.contact-video-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.contact-video-box:hover::before {
    opacity: 1; /* Show overlay on hover */
}

.contact-video-box video {
    transition: transform 0.5s ease;
    display: block; /* Remove any extra space below the video */
}

.contact-video-box:hover video {
    transform: scale(5) translateZ(50px); /* Magnify and move forward */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4); /* Add a shadow */
    z-index: 2; /* Ensure the video is above the overlay */
    position: relative; /* Needed for z-index to work */
}

.contact-video-box:hover {
    transform: perspective(600px) rotateY(10deg) translateZ(20px); /* Initial 3D pop */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}









/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.8); /* Dark background */
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* Center the modal */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Adjust width as needed */
    max-width: 800px; /* Maximum width */
    position: relative;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-video-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-video-container video {
    max-width: 100%;
    max-height: 80vh; /* Adjust max height as needed */
    display: block;
}

/* Adjust video container for 3D pop effect */
.contact-video-box {
    transform: perspective(600px) rotateY(0deg);
    transition: transform 0.5s ease;
    cursor: pointer; /* Add a pointer cursor */
}

.contact-video-box:hover {
    transform: perspective(600px) rotateY(10deg) translateZ(20px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}













.magnify-container {
  cursor: zoom-in;
}

.magnify-container:hover .magnified-text {
  transform: scale(1);
  opacity: 1;
}

.magnify-container .magnified-text {
  transform-origin: top left;
}

.magnify-container.magnified .magnified-text {
  transform: scale(1.5);
}

.magnify-container.expanded .magnified-text {
  width: 800px;
  height: 600px;
}

.magnify-container:hover .original-text {
  opacity: 0;
}

.magnification-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  z-index: 11;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



















/* Project File Path: css/alice-style.css */

/*------------------------------------------------------------------------------------------------*/
/* Workflow Section: Glass Effect for Contact Section Elements                                     */
/*------------------------------------------------------------------------------------------------*/

/* This section defines the styles to create a clear "glass" effect for the contact section elements. */
/* It uses transparent backgrounds, subtle borders, and reduced opacity for the content. */

/* Target all the elements that need the glass effect: video box, text box, logo box, info box, and form box */
.contact-video-box,
.contact-text-box,
.contact-logo-box,
.contact-info-box,
.contact-form-box {
    position: relative; /* Required for absolute positioning of the pseudo-element */
    overflow: hidden; /* Ensures the pseudo-element doesn't overflow */
    background-color: transparent; /* Sets a transparent background */
    border-radius: 10px; /* Adds rounded corners */
    padding: 20px; /* Adds padding inside the elements */
    border: 1px solid rgba(255, 255, 255, 0); /* Adds a subtle white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Adds smooth transition for transform and box-shadow */
}

/*------------------------------------------------------------------------------------------------*/
/* Workflow Section: Pseudo-element for Background Image                                          */
/*------------------------------------------------------------------------------------------------*/

/* This section defines the styles for the pseudo-element that will display the background image. */
/* It ensures the background image is visible through the "glass" effect. */

/* Target the pseudo-element ::before for all the elements */
.contact-video-box::before,
.contact-text-box::before,
.contact-logo-box::before,
.contact-info-box::before,
.contact-form-box::before {
    content: ''; /* Required for pseudo-elements */
    position: absolute; /* Positions the pseudo-element absolutely within the parent */
    top: 0; /* Positions the pseudo-element at the top of the parent */
    left: 0; /* Positions the pseudo-element at the left of the parent */
    right: 0; /* Positions the pseudo-element at the right of the parent */
    bottom: 0; /* Positions the pseudo-element at the bottom of the parent */
    background-image: inherit; /* Inherits the background image from the parent section */
    background-size: cover; /* Ensures the background image covers the entire area */
    background-position: center; /* Centers the background image */
    z-index: -1; /* Positions the pseudo-element behind the content */
    transform: scale(1.05); /* Slightly scales up the background image */
    opacity: 0.3; /* Sets the opacity for the background image */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Adds smooth transition for transform and opacity */
}

/*------------------------------------------------------------------------------------------------*/
/* Workflow Section: Hover Effect                                                                 */
/*------------------------------------------------------------------------------------------------*/

/* This section defines the styles for the hover effect on the contact section elements. */
/* It adds a pop-out effect and enhances the shadow on hover. */

/* Target the elements on hover */
.contact-video-box:hover,
.contact-text-box:hover,
.contact-logo-box:hover,
.contact-info-box:hover,
.contact-form-box:hover {
    transform: translateZ(5px); /* Moves the element forward on the z-axis for the pop-out effect */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.318); /* Enhances the shadow on hover */
}

/* Target the pseudo-element on hover */
.contact-video-box:hover::before,
.contact-text-box:hover::before,
.contact-logo-box:hover::before,
.contact-info-box:hover::before,
.contact-form-box:hover::before {
    transform: scale(1.1); /* Slightly scales up the background image on hover */
    opacity: 0.5; /* Slightly increases the opacity on hover */
}

/*------------------------------------------------------------------------------------------------*/
/* Workflow Section: Text Readability                                                              */
/*------------------------------------------------------------------------------------------------*/

/* This section ensures that the text within the glass elements is readable. */

/* Target the text elements */
.contact-text-box p,
.contact-info-box p,
.contact-form-box h2,
.contact-form-box input,
.contact-form-box textarea,
.contact-form-box button {
    color: #080808; /* Sets the text color to a dark gray */
}






/* Simplified magnified video container styles */
.magnified-video-container {
  display: none; /* Hidden by default */
  position: absolute;
  z-index: 100; /* Ensure it's above other content */
  background-color: rgba(255, 255, 255, 0.25); /* Semi-transparent white background */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
  padding: 10px; /* Add some padding */
  pointer-events: none; /* Ensure it doesn't interfere with hover */
}

.magnified-video-container video {
  max-width: 200px; /* Adjust as needed */
  max-height: 100px; /* Adjust as needed */
  border-radius: 8px; /* Rounded corners for the video */
  display: block; /* Remove extra space below the video */
}

/* Adjust video container for 3D pop effect */
.contact-video-box {
  position: relative; /* Needed for absolute positioning of magnified container */
  cursor: pointer; /* Add a pointer cursor */
}

/* Show magnified container on hover */
.contact-video-box:hover .magnified-video-container {
  display: block;
}
/*------------------------------------------------------------------------------------------------*/
/* Workflow Section: Video Box 3D Effect                                                           */
/*------------------------------------------------------------------------------------------------*/

/* This section defines the styles for the 3D pop effect on the video box. */

/* Target the video box */
.contact-video-box {
    transform: perspective(600px) rotateY(0deg); /* Sets the initial perspective and rotation */
    transition: transform 0.5s ease; /* Adds smooth transition for transform */
}

/* Target the video box on hover */
.contact-video-box:hover {
    transform: perspective(600px) rotateY(10deg) translateZ(20px); /* Sets the perspective, rotation, and translation on hover */
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.4); /* Enhances the shadow on hover */
}

/*------------------------------------------------------------------------------------------------*/
/* Overview:                                                                                      */
/*------------------------------------------------------------------------------------------------*/
/* This CSS provides a clear "glass" effect to the contact section elements by using transparent   */
/* backgrounds, subtle borders, and reduced opacity for the content. It also includes a hover      */
/* effect with a pop-out animation and enhanced shadow. The background image is visible through    */
/* the elements, creating a "magnifying glass" effect.                                             */






