/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Engagement');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(timeline.css);
@import url(flaticon.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.80857;
}

#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: none;
  }
.offcanvas #page {
	overflow: hidden;
	position: absolute;
  }
.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}


/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #881228;
    z-index: 11000;
    position: fixed;
    display: block;
}

.pulse {
	height: 150px;
	width: 310px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.pulse:after {
	content: '';
	display: block;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300px 100px" enable-background="new 0 0 300px 100px" xml:space="preserve"><polyline fill="none" stroke-width="3px" stroke="white" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: 2s pulse linear infinite;
	animation: 2s pulse linear infinite;
    clip: rect(0, 0, 100px, 0);
	background-position: 50px 0px;
}
.pulse:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 2px;
	right: 2px;
	bottom: 0;
	top: 16px;
	margin: auto;
	height: 3px;
}

.pulse h3{
	color: #ffffff;
	font-family: 'Engagement', cursive;
	font-size: 38px;
}


@-webkit-keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
    opacity: 0.4;
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
    opacity: 0.6;
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
    opacity: 0.8;
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
     opacity: 1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
     opacity:0;
  }

  90% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }
}
@keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
     opacity:1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
     opacity:0;
  }

  90% {
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }
  
}

.pulse {
	text-align : center;
}
.pulse i{
	color: #ffffff;
	font-size: 38px;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.top-header .navbar{
	padding: 0px;
}

.top-header{
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
}

.top-header .navbar .navbar-collapse ul li a{
	padding: 19px 15px;
	text-transform: capitalize;
	font-size: 18px;
}

.top-header .navbar .navbar-collapse ul li a.active{
	background: #881228;
	color: #ffffff;
}

.top-header .navbar .navbar-collapse ul li a:hover{
	background: #890025;
	color: #ffffff;
}


.top-header.fixed-menu{
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff;
	z-index: 20;
}

.navbar-toggler{
	border: 1px solid #61D2B4;
	border-radius: 0;
	margin: 16px 15px;
	padding: 10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span{
	background: #61D2B4;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
		margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span + span{
	margin-top: 5px;
}

.navbar-toggler:hover{
	border: 1px solid #881228;
}

.navbar-toggler:hover span{
	background: #881228;
}


/*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/

.home-slider{
	position: relative;
	height: 100%;
}

.lbox-caption {
    display: table;
    height: 100%;
    width: 100%;
}

.lbox-caption {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	z-index: 10;
}

.lbox-details {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 11% 0%;
}

.lbox-details::before{
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1{
	font-size: 54px;
	font-family: 'Engagement', cursive;
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details h2{
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}
.lbox-details p{
	color: #ffffff;
	position: relative;
	z-index: 3;
}
.lbox-details p strong{
	color: #881228;
	font-size: 40px;
	font-family: 'Engagement', cursive;
}
.lbox-details a.btn{
	background: #63c7bd;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0px;
	position: relative;
	z-index: 3;
}
.lbox-details a.btn:hover{
	background: #881228;
}

.countdown{
	background: url(../images/ptn-bg.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	max-width: 550px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	border-radius: 20px 20px 20px 20px;
}
.countdown #timer div{
	display: inline-block;
	background: #d69b7f;
	width: 20%;
	color: #ffffff;
	font-size: 38px;
	box-shadow: inset 0 0 0 10px rgba(82,135,128,0.9), 0 1px 2px rgba(82,135,128,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.countdown #timer h3{
	font-family: 'Engagement', cursive;
	font-size: 38px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px;
	padding-top: 28px;
	padding-bottom: 17px;
	background: #890025;
}

.countdown #timer div h6{
	color: #890025;
	font-weight: 600;
	font-size: 16px;
}


.countdown #timer div#days{
	position: absolute;
	left: 0;
	top: 90px;
}
.countdown #timer div#hours{
	position: absolute;
	right: 0;
	top: 90px;
}
.countdown #timer div#minutes{
	position: absolute;
	bottom: 0px;
	left: 28%;
}
.countdown #timer div#seconds{
	position: absolute;
	bottom: 0px;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #890025;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}


.about-box{
	padding: 70px 0px;
	background: url(../images/ptn-bg.jpg);
}

.title-box{
	text-align: center;
	margin-bottom: 30px;
}
.title-box h2{
	font-size: 60px;
	font-family: 'Engagement', cursive;
	color: #222222;
}
.title-box h2 span{
	color: #881228;
	text-decoration: underline;
}
.about-main-info h2{
	font-size: 40px;
	font-family: 'Engagement', cursive;
}
.about-main-info h2 span{
	color: #881228;
	text-decoration: underline;
}
.about-main-info{
	margin-bottom: 30px;
}

.about-m{
	background: #890025;
	padding: 0px 30px;
}

.about-img{
	padding: 30px 0px;
}

.about-img img{
	border-radius: 10px;
}

.about-m ul{
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
.about-m ul li{
	display: inline-block;
	text-align: center;
}
.about-m ul li a{
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover{
	background: #333333;
	color: #ffffff;
}


/*------------------------------------------------------------------
    Story
-------------------------------------------------------------------*/

.story-box{
	padding: 70px 0px;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.main-timeline-box{
	position: relative;
	word-wrap: break-word;
}

.main-timeline-box .timeline-element {
    margin-bottom: 50px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.main-timeline-box .reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.main-timeline-box .separline::before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: calc(50% - 1px);
    height: calc(100% + 4rem);
}

.main-timeline-box .iconBackground {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    background-color: #f1f1f1;
    top: 20px;
    margin-left: -10px;
}
.main-timeline-box .timeline-text-content {
    padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .reverse .timeline-text-content{
	margin-right: 30px;
}
.main-timeline-box .reverse .time-line-date-content p {
    float: left;
	padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .reverse .time-line-date-content {
	margin-right: 30px;
}

.display-font{
	font-family: 'Engagement', cursive;
	font-size: 30px;
	color: #222222;
}
.main-timeline-box .timeline-text-content{
	margin-left: 30px;
}
.main-timeline-box .time-line-date-content p {
    float: right;
	padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .time-line-date-content {
	margin-right: 30px;
}

.main-timeline-box .time-line-date-content .mbr-timeline-date{
	background: #881228;
	color: #ffffff;
}
.main-timeline-box .reverse .time-line-date-content .mbr-timeline-date{
	background: #63c7bd;
	color: #ffffff;
}


/*------------------------------------------------------------------
    Family
-------------------------------------------------------------------*/

.family-box{
	padding: 70px 0px;
	background: url(../images/ptn-bg.jpg);
}

.single-team-member {
    position: relative;
    margin-top: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.family-img{
	position: relative;
}
.family-img::after {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: #535c68;
}
.family-info{
	padding: 25px 30px;
	background-color: #890025;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: auto;
	z-index: 7;
	opacity: 0;
	visibility: hidden;
	right: 15px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.single-team-member:hover .family-info{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.family-info h4{
	font-family: 'Engagement', cursive;
	font-size: 24px;
	color: #ffffff;
}
.family-info p{
	margin: 0px;
	font-size: 18px;
	color: #ffffff;
}
.title h2{
	color: #ffffff;
	padding: 10px 0px;
}

/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}

.gallery-box ul{}
.gallery-box ul li{
	position: relative;
	width: 25%;
	margin: 0;
	padding: 0px 15px;
	float: left;
	border: none;
	overflow: hidden;
	margin-bottom: 30px;
	/* them vao */
}
.gallery-box ul li a{
	position: relative;
	display: inline-block;
	border: 4px solid #ffffff;
}
.gallery-box ul li a::before{
	content: "";
	position: absolute;
	background: rgba(82, 135, 128, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a .overlay{
	background: #881228;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a:hover::before{
	top: 0;
	opacity: 1;
}
.gallery-box ul li a:hover .overlay{
	opacity: 1;
}
.gallery-box ul li a:hover{
	border: 4px solid #890025;
}

/*------------------------------------------------------------------
    Wedding
-------------------------------------------------------------------*/

.wedding-box{
	padding: 70px 0px;
	background: url(../images/ptn-bg.jpg);
}

.serviceBox{
    padding: 25px 30px;
    text-align: center;
    background: #ffffff;
    border-top: 3px solid #890025;
    border-bottom: 3px solid #890025;
    position: relative;
}
.serviceBox:before{
    content: "";
    border-top: 0 solid #890025;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.serviceBox:after{
    content: "";
    border-bottom: 0 solid #890025;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{
    border-bottom-width: 78px;
    border-left-width: 78px;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #890025;
    background: #ffffff;
    font-size: 60px;
    color: #890025;
    margin-bottom: 20px;
    position: relative;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #890025;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{ letter-spacing: 3px; }
.serviceBox .description{
    font-size: 15px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}


/*------------------------------------------------------------------
    Events
-------------------------------------------------------------------*/

.events-box{
	padding: 70px 0px;
}
.event-inner{
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.event-img{
	margin-bottom: 15px;
	overflow: hidden;
}
.event-img img{
	transition: all 0.9s ease 0s;
}
.event-inner:hover .event-img img{
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}
.event-inner a{
	background: #881228;
	color: #ffffff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.event-inner a:hover{
	background: #63c7bd;
}

/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/

.contact-box{
	padding: 70px 0px;
}
.contact-block{}

.contact-block .form-group .form-control{
	background: #890025;
	height: 45px;
	font-size: 16px;
	border: 0;
	color: #ffffff;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.contact-block .form-group textarea.form-control{
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common{
	background-color: #881228;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.submit-button .btn-common:hover{
	background-color: #528780;
}

.custom-select{
	height: 45px;
	font-size: 16px;
}
select.form-control:not([size]):not([multiple]){
	height: calc(45px + 2px);
}

.help-block ul li{
	color: red;
}

.footer-box{
	background: #292f35;
	padding: 20px 0;
}

.footer-box .footer-company-name{
	text-align: center;
	margin: 0px;
	color: #ffffff;
}

.footer-box .footer-company-name a{
	color: #881228;
}
.footer-box .footer-company-name a:hover{
	color: #63c7bd;
}

.fh5co-nav {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 40px 0;
	z-index: 1001;
  }
  @media screen and (max-width: 768px) {
	.fh5co-nav {
	  padding: 20px 0;
	}
  }
  .fh5co-nav #fh5co-logo {
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-family: "Sacramento", Arial, serif;
  }
  .fh5co-nav a {
	padding: 5px 10px;
	color: #fff;
  }
  @media screen and (max-width: 768px) {
	.fh5co-nav .menu-1, .fh5co-nav .menu-2 {
	  display: none;
	}
  }
  .fh5co-nav ul {
	padding: 0;
	margin: 2px 0 0 0;
  }
  .fh5co-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
  }
  .fh5co-nav ul li a {
	font-size: 14px;
	padding: 30px 10px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
	color: white;
  }
  .fh5co-nav ul li.has-dropdown {
	position: relative;
  }
  .fh5co-nav ul li.has-dropdown .dropdown {
	width: 130px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
  }
  .fh5co-nav ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	text-transform: none;
	font-size: 15px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
	color: #000;
  }
  .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
	color: #fff;
  }
  .fh5co-nav ul li.btn-cta a {
	color: #F14E95;
  }
  .fh5co-nav ul li.btn-cta a span {
	background: #fff;
	padding: 4px 20px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
  }
  .fh5co-nav ul li.btn-cta a:hover span {
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  }
  .fh5co-nav ul li.active > a {
	color: #fff !important;
  }
  
  #fh5co-counter,
  #fh5co-event,
  .fh5co-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
  }
  
  .fh5co-bg {
	background-position: center center;
	width: 100%;
	float: left;
	position: relative;
  }
  
  .fh5co-video {
	height: 450px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
  }
  .fh5co-video a {
	z-index: 1001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	display: table;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
  }
  .fh5co-video a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
  }
  .fh5co-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .fh5co-video:hover .overlay {
	background: rgba(0, 0, 0, 0.7);
  }
  .fh5co-video:hover a {
	position: relative;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  .fh5co-cover {
	height: 900px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
  }
  .fh5co-cover .overlay {
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
  }
  .fh5co-cover > .fh5co-container {
	position: relative;
	z-index: 10;
  }
  @media screen and (max-width: 768px) {
	.fh5co-cover {
	  height: 600px;
	}
  }
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
	height: 900px;
	display: table;
	width: 100%;
  }
  @media screen and (max-width: 768px) {
	.fh5co-cover .display-t,
	.fh5co-cover .display-tc {
	  height: 600px;
	}
  }
  .fh5co-cover.fh5co-cover-sm {
	height: 600px;
  }
  @media screen and (max-width: 768px) {
	.fh5co-cover.fh5co-cover-sm {
	  height: 400px;
	}
  }
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
	height: 600px;
	display: table;
	width: 100%;
  }
  @media screen and (max-width: 768px) {
	.fh5co-cover.fh5co-cover-sm .display-t,
	.fh5co-cover.fh5co-cover-sm .display-tc {
	  height: 400px;
	}
  }
  
  #fh5co-counter,
  #fh5co-event {
	height: 850px;
	float: left;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc,
  #fh5co-event .display-t,
  #fh5co-event .display-tc {
	height: 700px;
	display: table;
	width: 100%;
  }
  #fh5co-counter .fh5co-heading h2,
  #fh5co-event .fh5co-heading h2 {
	color: #fff;
  }
  #fh5co-counter .fh5co-heading span,
  #fh5co-event .fh5co-heading span {
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 600;
  }
  #fh5co-counter .overlay,
  #fh5co-event .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
  }
  @media screen and (max-width: 768px) {
	#fh5co-counter,
	#fh5co-event {
	  height: inherit;
	  padding: 7em 0;
	}
	#fh5co-counter .display-t,
	#fh5co-counter .display-tc,
	#fh5co-event .display-t,
	#fh5co-event .display-tc {
	  height: inherit;
	}
  }
  #fh5co-counter .event-wrap,
  #fh5co-event .event-wrap {
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
	padding: 30px;
	width: 100%;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
  }
  @media screen and (max-width: 768px) {
	#fh5co-counter .event-wrap,
	#fh5co-event .event-wrap {
	  margin-bottom: 10px;
	}
  }
  #fh5co-counter .event-wrap h3,
  #fh5co-event .event-wrap h3 {
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
  }
  #fh5co-counter .event-wrap p, #fh5co-counter .event-wrap span,
  #fh5co-event .event-wrap p,
  #fh5co-event .event-wrap span {
	display: block;
	color: rgba(255, 255, 255, 0.8);
  }
  #fh5co-counter .event-wrap i,
  #fh5co-event .event-wrap i {
	color: white;
	font-size: 20px;
  }
  #fh5co-counter .event-wrap .event-col,
  #fh5co-event .event-wrap .event-col {
	width: 50%;
	float: left;
	margin-bottom: 30px;
  }
  
  #fh5co-counter {
	height: 600px;
  }
  @media screen and (max-width: 768px) {
	#fh5co-counter {
	  height: auto;
	}
  }
  
  .timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
  }
  .timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #d4d4d4;
	left: 50%;
	margin-left: 0px;
  }
  @media screen and (max-width: 480px) {
	.timeline:before {
	  margin-left: -64px;
	}
  }
  .timeline > li {
	margin-bottom: 20px;
	position: relative;
  }
  .timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
  }
  .timeline > li:after {
	clear: both;
  }
  .timeline > li > .timeline-panel {
	width: 40%;
	float: left;
	border: 1px solid #d4d4d4;
	padding: 30px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
  }
  .timeline > li > .timeline-panel:before {
	position: absolute;
	top: 80px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
  }
  .timeline > li > .timeline-panel:after {
	position: absolute;
	top: 81px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
  }
  @media screen and (max-width: 480px) {
	.timeline > li > .timeline-panel {
	  width: 75% !important;
	}
	.timeline > li > .timeline-panel:before {
	  top: 30px;
	}
	.timeline > li > .timeline-panel:after {
	  top: 31px;
	}
  }
  .timeline > li > .timeline-badge {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	width: 160px;
	height: 160px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -80px;
	background-color: #999999;
	z-index: 100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
  }
  @media screen and (max-width: 480px) {
	.timeline > li > .timeline-badge {
	  width: 60px;
	  height: 60px;
	  margin-left: -20px !important;
	}
  }
  .timeline > li.timeline-inverted > .timeline-panel {
	float: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
  }
  
  .timeline-title {
	margin-top: 0;
  }
  
  .date {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
  }
  
  .timeline-body > p,
  .timeline-body > ul {
	margin-bottom: 0;
  }
  
  .timeline-body > p + p {
	margin-top: 5px;
  }
  
  @media (max-width: 992px) {
	ul.timeline:before {
	  left: 90px;
	}
  
	ul.timeline > li > .timeline-panel {
	  width: calc(100% - 200px);
	  width: -moz-calc(100% - 200px);
	  width: -webkit-calc(100% - 200px);
	}
  
	ul.timeline > li > .timeline-badge {
	  left: 15px;
	  margin-left: 0;
	  top: 16px;
	}
  
	ul.timeline > li > .timeline-panel {
	  float: right;
	}
  
	ul.timeline > li > .timeline-panel:before {
	  border-left-width: 0;
	  border-right-width: 15px;
	  left: -15px;
	  right: auto;
	}
  
	ul.timeline > li > .timeline-panel:after {
	  border-left-width: 0;
	  border-right-width: 14px;
	  left: -14px;
	  right: auto;
	}
  }
  #fh5co-gallery-list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
  }
  #fh5co-gallery-list li {
	display: block;
	padding: 0;
	margin: 0 0 10px 1%;
	list-style: none;
	min-height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
  }
  @media screen and (max-width: 480px) {
	#fh5co-gallery-list li {
	  margin-left: 0;
	}
  }
  #fh5co-gallery-list li a {
	min-height: 400px;
	padding: 2em;
	position: relative;
	width: 100%;
	display: block;
  }
  #fh5co-gallery-list li a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 80;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.2);
  }
  #fh5co-gallery-list li a:hover:before {
	background: rgba(0, 0, 0, 0.5);
  }
  #fh5co-gallery-list li a .case-studies-summary {
	width: auto;
	bottom: 2em;
	left: 2em;
	right: 2em;
	position: absolute;
	z-index: 100;
  }
  @media screen and (max-width: 768px) {
	#fh5co-gallery-list li a .case-studies-summary {
	  bottom: 1em;
	  left: 1em;
	  right: 1em;
	}
  }
  #fh5co-gallery-list li a .case-studies-summary span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
  }
  #fh5co-gallery-list li a .case-studies-summary h2 {
	color: #fff;
	margin-bottom: 0;
  }
  @media screen and (max-width: 768px) {
	#fh5co-gallery-list li a .case-studies-summary h2 {
	  font-size: 20px;
	}
  }
  #fh5co-gallery-list li.one-third {
	width: 32.3%;
  }
  @media screen and (max-width: 768px) {
	#fh5co-gallery-list li.one-third {
	  width: 49%;
	}
  }
  @media screen and (max-width: 480px) {
	#fh5co-gallery-list li.one-third {
	  width: 100%;
	}
  }
  
  #map {
	width: 100%;
	height: 500px;
	position: relative;
  }
  @media screen and (max-width: 768px) {
	#map {
	  height: 200px;
	}
  }
  
  .fh5co-social-icons {
	margin: 0;
	padding: 0;
  }
  .fh5co-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
  }
  .fh5co-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #F14E95;
	padding-left: 10px;
	padding-right: 10px;
  }
  .fh5co-social-icons li a i {
	font-size: 20px;
  }
  
  .fh5co-contact-info ul {
	padding: 0;
	margin: 0;
  }
  .fh5co-contact-info ul li {
	padding: 0 0 0 50px;
	margin: 0 0 30px 0;
	list-style: none;
	position: relative;
  }
  .fh5co-contact-info ul li:before {
	color: #F14E95;
	position: absolute;
	left: 0;
	top: .05em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .fh5co-contact-info ul li.address:before {
	font-size: 30px;
	content: "\e9d1";
  }
  .fh5co-contact-info ul li.phone:before {
	font-size: 23px;
	content: "\e9f4";
  }
  .fh5co-contact-info ul li.email:before {
	font-size: 23px;
	content: "\e9da";
  }
  .fh5co-contact-info ul li.url:before {
	font-size: 23px;
	content: "\e9af";
  }
  
  form label {
	font-weight: normal !important;
  }
  
  #fh5co-header .display-tc,
  #fh5co-counter .display-tc,
  .fh5co-cover .display-tc {
	display: table-cell !important;
	vertical-align: middle;
  }
  #fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
  #fh5co-counter .display-tc h1,
  #fh5co-counter .display-tc h2,
  .fh5co-cover .display-tc h1,
  .fh5co-cover .display-tc h2 {
	margin: 0;
	padding: 0;
	color: white;
  }
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
	margin-bottom: 0px;
	font-size: 100px;
	line-height: 1.5;
	font-family: "Sacramento", Arial, serif;
  }
  @media screen and (max-width: 768px) {
	#fh5co-header .display-tc h1,
	#fh5co-counter .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  font-size: 40px;
	}
  }
  @media screen and (max-width: 480px) {
	#fh5co-header .display-tc h1,
	#fh5co-counter .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  font-size: 30px;
	}
  }
  #fh5co-header .display-tc h2,
  #fh5co-counter .display-tc h2,
  .fh5co-cover .display-tc h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
  }
  @media screen and (max-width: 480px) {
	#fh5co-header .display-tc h2,
	#fh5co-counter .display-tc h2,
	.fh5co-cover .display-tc h2 {
	  font-size: 16px;
	}
  }
  #fh5co-header .display-tc .btn,
  #fh5co-counter .display-tc .btn,
  .fh5co-cover .display-tc .btn {
	padding: 15px 20px;
	background: #fff !important;
	color: #F14E95;
	border: none !important;
	font-size: 14px;
	text-transform: uppercase;
  }
  #fh5co-header .display-tc .btn:hover,
  #fh5co-counter .display-tc .btn:hover,
  .fh5co-cover .display-tc .btn:hover {
	background: #fff !important;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  }
  
  #fh5co-counter {
	text-align: center;
  }
  #fh5co-counter .counter {
	font-size: 50px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 100;
	display: block;
  }
  #fh5co-counter .counter-label {
	margin-bottom: 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: .1em;
  }
  @media screen and (max-width: 768px) {
	#fh5co-counter .feature-center {
	  margin-bottom: 50px;
	}
  }
  #fh5co-counter .icon {
	width: 70px;
	height: 70px;
	text-align: center;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	margin-bottom: 30px;
  }
  #fh5co-counter .icon i {
	height: 70px;
  }
  #fh5co-counter .icon i:before {
	display: block;
	text-align: center;
	margin-left: 3px;
  }
  
  .simply-countdown {
	/* The countdown */
	margin-bottom: 2em;
  }
  
  .simply-countdown > .simply-section {
	/* coutndown blocks */
	display: inline-block;
	width: 100px;
	height: 100px;
	background: rgba(241, 78, 149, 0.8);
	margin: 0 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	animation: pulse 1s ease infinite;
  }
  
  @keyframes pulse {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.05);
	}
	100% {
	  transform: scale(1);
	}
  }
  .simply-countdown > .simply-section > div {
	/* countdown block inner div */
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 100px;
  }
  
  .simply-countdown > .simply-section .simply-amount,
  .simply-countdown > .simply-section .simply-word {
	display: block;
	color: white;
	/* amounts and words */
  }
  
  .simply-countdown > .simply-section .simply-amount {
	font-size: 30px;
	/* amounts */
  }
  
  .simply-countdown > .simply-section .simply-word {
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-size: 12px;
	/* words */
  }
  
  #fh5co-testimonial,
  #fh5co-services,
  #fh5co-started,
  #fh5co-footer,
  #fh5co-event,
  #fh5co-couple-story,
  #fh5co-couple,
  #fh5co-gallery,
  .fh5co-section {
	padding: 7em 0;
	clear: both;
  }
  @media screen and (max-width: 768px) {
	#fh5co-testimonial,
	#fh5co-services,
	#fh5co-started,
	#fh5co-footer,
	#fh5co-event,
	#fh5co-couple-story,
	#fh5co-couple,
	#fh5co-gallery,
	.fh5co-section {
	  padding: 3em 0;
	}
  }
  
  .fh5co-section-gray {
	background: rgba(0, 0, 0, 0.04);
  }


 
	

  .js .animate-box {
	opacity: 0;
  }


  .fh5co-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
  }



































