body {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.14285714;
}

/* Style Album */
.lb-album{
	width: 900px;
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 150px;
	height: 150px;
	position: relative;
	padding: 10px;
	background: #f1d2c2;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 400px;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: scaleDown 1.2s ease-in-out;
	-moz-animation: scaleDown 1.2s ease-in-out;
	-o-animation: scaleDown 1.2s ease-in-out;
	-ms-animation: scaleDown 1.2s ease-in-out;
	animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(10,10); opacity: 0; }
  100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
  0% { -moz-transform: scale(10,10); opacity: 0; }
  100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
  0% { -o-transform: scale(10,10); opacity: 0; }
  100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
  0% { -ms-transform: scale(10,10); opacity: 0; }
  100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
  0% { transform: scale(10,10); opacity: 0; }
  100% { transform: scale(1,1); opacity: 1; }
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
/*x:-o-prefocus, .lb-overlay img {
    height: 100%;
}*/

/* End Album */


/* Commont */
*:focus {
    outline: none;
}
a{
	color: inherit;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #00B863;
    text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, p, q {
    margin-bottom: 25px;
    margin-top: 0;
    letter-spacing: 0.04em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.list-default ul,
ul.list-default{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list-default ul li:before,
ul.list-default li:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 8px;    
    color: #00B863;
    font-size: 18px;
}
blockquote {
    border: none;
    padding: 12px 10px 0;
}
blockquote:before {
    display: inline-block;
    content: "\f10e";
    color: #00B863;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
    padding-right: 20px;
}
table {
    width: 100%;
    min-width: 600px;
    font-size: 0.923em;
    margin: 0 0 10px;
    border: 0px solid #bebfb9;
}
@media (max-width: 768px) {
    table {
        border: none;
    }
    .scroll-table {
        overflow-x: scroll;
        border: 1px solid #bebfb9;
    }
}
tr:nth-child(even), tr:nth-child(odd) {
    background-color: #eee;
    border-bottom: 0px solid #ccc;
    padding: 0.1em 0.6em;
}
table tr:nth-child(odd) {
    background: #fff;
}
table td {
    padding: 10px;
    vertical-align: middle;
}
table td p {
    margin-bottom: 0;
}

a.file {
    display: block;
    min-width: 150px;
}
a.file:before {
    content: "\f02d";
    font-family: "FontAwesome";
    font-size: inherit;
    padding-right: 10px;
}
.fa {
    display: inline-block;
    vertical-align: middle;
}
.text-center{
	text-align: center;
}
.text-right {
    text-align: right;
}
.display-inline{
    display: inline-block;
    vertical-align: middle;
}
.heading-divider-content:after {
    content: "";
    height: 2px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    border-bottom: 2px solid #fcb040  ;
}
.heading-divider.left:after{
    margin-left: 0;
}
.heading-divider.right:after{
    margin-right: 0;
}
.heading-divider-content h2{
    margin-bottom: 10px;
}
.heading-divider-content p {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-family: "Playfair Display", serif;
    font-style: italic;
}
.heading-divider-content h2,
.heading-divider{
    text-transform: uppercase;
}
.heading-divider:after {
    border-bottom: 2px solid #fcb040;
    content: "";
    display: block;
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}
.header-caption p{
    display: block;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    max-width: 800px;
    margin-bottom: 45px;
}
.parallax-default {
    background-attachment: fixed;
    background-position: 0% 0;
    background-repeat: repeat-x;
    background-size: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.parallax-default:after {
    background-color: rgba(98, 103, 101, 0.7);
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/* Element */
.accordion .accordion-header {
    cursor: pointer;
    border: 1px solid #DDDDDD;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 60px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 20px;
}
.accordion .accordion-header:first-child{
    margin-top: 0;
}
.accordion .accordion-content {
    border-top: 0;
    font-size: 13px;
    padding: 20px 20px;
    text-align: justify;
    overflow: auto;
}
.accordion .accordion-header:after {
    color: #999999;
    cursor: pointer;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    transition: all 0.4s ease-in-out 0s;
}
.accordion .accordion-header.ui-accordion-header-active:after {
    content: "\f107";
}

/* Display Table */
.direction-rtl{
    direction: rtl;
}
.direction-ltr{
    direction: ltr;
}
.direction-ltr .cell-middle,
.direction-rtl .cell-middle{
    text-align: left;
}
.cell-vertical-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.cell-vertical-wrapper .cell-top {
    display: table-cell;
    vertical-align: top;
}
.cell-vertical-wrapper .cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.cell-vertical-wrapper .heading-divider:after {
    margin-left: 0;
}
.col-wide{
    width: 60%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.col-narrow{
    width: 40%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.responsive-cell img{
    width: 100%;
}
.col-half .cell-middle{
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media (max-width: 991px) {
    .col-half .cell-middle,
    .col-half .cell-top{
        width: auto;
        display: block;
    }
    .col-half {
        display: block;
    }
}
@media (max-width: 767px) {
    .responsive-cell{
        display: block;
    }
    .responsive-cell .cell-middle,
    .responsive-cell .cell-top {
        display: block;
    }
    .col-narrow,
    .col-wide{
        width: auto;
    }
}

/* Progress Bar */
.progressbar-container {
    background-color: #eeeeee;
    height: 40px;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}
.progressbar-container .progressbar {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #00B863;
    height: 100%;
    width: 0;
}
.progressbar-container .progressbar-title {
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.progressbar-container .progressbar-back-text, 
.progressbar-container .progressbar-front-text {
    display: none;
}

/* Count To */
.hr-heading:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-left: 45px solid #00B863;
}
.font-serif-italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
}
.counter-item .timer {
    font-size: 45px;
    font-weight: 400;
}
.counter-item .title {
    letter-spacing: 2px;
    font-size: 20px;
}


/* Clear */
@media (min-width: 768px) {
    .grid-colum .col-sm-6:nth-of-type(2n+1){
        clear: both;
    }
}
@media (min-width: 992px) {
    .grid-colum .col-sm-6.col-md-4:nth-of-type(2n+1){
        clear: none;
    }
    .grid-colum .col-sm-6.col-md-4:nth-of-type(3n+1){
        clear: both;
    }
}

@media (min-width: 768px) {
    .grid-table{
        display: table;
    }
    .grid-cell{
        display: table-cell;
        vertical-align: bottom;
        float: none;
    }
    .grid-row{
        display: table-row;
    }
}


/* Color */
.bgc-gray-darker {
    background-color: #222222;
    color: #FFFFFF;
}
.bgc-gray-darkest {
    background-color: #111111;
    color: #FFFFFF;
}
.bgc-gray-other {
    background-color: #f8f8f8;
    color: #454545;
}
.bgc-light {
    background-color: #FFFFFF;
}
.color-primary {
    color: #00B863;
}
.color-light{
    color: #fff;
}
.color-highlights{
    color: #00D9D9;
}

/* background */
.background-fixed{
    padding: 10px 0;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;
}
.background-fixed:after {
    background-color: rgba(51, 51, 51, 0.4);
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* background 2*/
.background-fixed2{
    padding: 250px 0;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;
}
.background-fixed2:after {
    background-color: rgba(51, 51, 51, 0.4);
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* Button */
.btn {
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 16.5px 30px;
    line-height: 1.2;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    background-color: #222222;
    border-radius: 0;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    -ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.btn-border {
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 16.5px 30px;
    line-height: 1.2;
    font-size: 13px;
    text-align: center;
    border: 1px solid #00B863;
    color: #00B863;
    background-color: transparent;
}
.btn:not(.btn-border) {
    border: none;
}
.btn:hover, 
.btn:focus, 
.btn:active {
    background-color: #222222;
    color: #FFFFFF;
}
.btn.fullwidth {
    width: 100%;
    max-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-primary {
    background-color: #00B863;
}
.btn-secondary {
    background-color: #00BFFF;
}
.btn-border.btn-light {
    border-color: #FFFFFF;
}


/* Margin */
section,
.section-content{
    padding: 120px 0 80px;
    position: relative;
}
input[type="text"],
input[type="number"], 
input[type="email"], 
input[type="password"], 
textarea {
    font-size: inherit;
    line-height: inherit;
    padding: 9px 20px;
    width: 100%;
    border: 1px solid #DDDDDD;
    background-color: transparent;
    border-color: #333333;
    margin-bottom: 30px;
}
textarea {
    resize: none;
    min-height: 200px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-0{
    margin-bottom: 0;
}
.relative{
    position: relative;
}


/* Header */
.main-nav {
    z-index: 1030;
    width: 100%;
}
.main-nav .nav-item {
    padding-top: 8px;
    padding-bottom: 8px;
}
.nav-info .info {
    display: inline-block;
    font-size: 14px;
}
.nav-info .info:not(:last-child) {
    margin-right: 20px;
}
.nav-info i {
    font-size: 14px;
    margin-right: 5px;
}
.social {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.social li:first-child {
    margin-left: 0;
}
.social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.social a {
    display: inline-block;
}
a.logo{
	display: block;
	padding: 20px 0;
}

/* Main Menu */
.main-menu ul, 
.main-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li {
	position: relative;
}
.main-menu li a{
	text-transform: uppercase;
}
.main-menu li a.current{
	color: #00B863;
font-weight: bold; 
}
.main-menu li li.expanded:after{
	content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 14px;
    right: 20px;
    top: 12px;
}
.main-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.main-menu > ul > li > a {
    line-height: 30px;
    padding: 30px 20px;
    display: block;
}
.main-menu > ul > li ul {
    border-bottom: 2px solid #00B863;
    background-color: #111111;
    color: #cccccc;
    font-size: 11px;
}
.main-menu > ul > li > ul {
    position: absolute;
    z-index: 1030;
    display: none;
    border-top: 1px solid transparent;
}
.main-menu > ul > li > ul a {
    display: block;
    padding: 15px 20px;
    min-width: 250px;
}
.main-menu > ul > li > ul > li > ul {
    top: 0;
    right: 100%;
    position: absolute;
    display: none;
    z-index: -1;    
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
}
.main-menu > ul > li:hover > ul,
.main-menu > ul > li > ul > li:hover > ul{
    display: block;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

/* Menu mobile */
.main-menu,
.mobile-nav-toggle{
	float: left;
}
.mobile-nav,
.mobile-nav-toggle{
	display: none;
}
@media (max-width: 768px) {
	.main-menu{
		display: none;
	}
	.mobile-nav-toggle{
		display: block;
		cursor: pointer;
		font-size: 30px;
	}
    .mobile-nav{
        display: block;        
        background-color: rgba(18, 18, 18, 0.97);
        position: fixed;
        top: 0; 
        left: -260px;
        overflow-x:hidden;
        overflow-y: auto;
        width: 260px;
        height: 100%;
        z-index: 999;
        -webkit-transition: ease all .5s;
        -o-transition: ease all .5s;
        transition: ease all .5s;
    }
    .mobile-nav.active {
        left: 0;
    }
    .menu-mobile {
        margin: 0; padding: 0; 
        list-style: none;
        background: transparent;
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
    }
    .menu-mobile.menu-ov-hidden {
        overflow: hidden;
    }
    .menu-mobile li .icon-down {
        float: right;
        color: #aaa;
        width: 35px;
        height: 100%;
        background: rgba(255, 255, 255, 0);
        z-index: 999;
        line-height: 37px;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        position: relative;
        margin-top: -38px;
    }
    .menu-mobile li .icon-down:hover {
        background: rgba(255, 255, 255, 0.1);
    }
    .menu-mobile li.back-control > a {
        font-weight: 700;
        background: rgba(255, 255, 255, 0.1);
    }
    .menu-mobile ul {
        margin: 0; padding: 0;
        list-style: none;
    }
    .menu-mobile li a {
        display: block;
        width: 100%;
        height: 38px;
        line-height: 38px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: left;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255, .065);
        color: #999;
        cursor: pointer;
        text-decoration: none;
    }
    .menu-mobile li a:hover {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.03);
    }
    .menu-mobile li ul {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100%;
        background: #111;
        z-index: 9998;
        overflow: auto;
        -webkit-transition: ease all .5s;
        -o-transition: ease all .5s;
        transition: ease all .5s;
    }
    .menu-mobile li ul.active {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
        left: 0;
    }
}

/* Background Header */
.bgc-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}
.bgc-transparent .main-menu > ul > li > a.current{
/*	color: inherit;  */
	color: #00B863;
}
.bgc-transparent .main-menu > ul > li > a:after {
    transition: all 0.3s ease-in-out;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: transparent;
    bottom: -1px;
    left: 0;
}
.bgc-transparent .main-menu > ul > li > a.current:after,
.bgc-transparent .main-menu > ul > li > a:hover:after,
.bgc-transparent .main-menu > ul > li > a:focus:after {
    background-color: #00D9D9;
}
.header-border-separator {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.nav-bottom-line:after {
    -webkit-transform: translate();
    -ms-transform: translate();
    transform: translate();
    position: relative;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(323deg, rgba(16,183,101,0.9) 0%,rgba(0,185,255,0.9) 100%);
}


/* Slider */
.overlay-container {
    position: relative;
}
.overlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 512;
}

.slider-slick-special .slider-background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /*min-height: 565px;*/
}


.slider-slick-special .slider-background-1000 {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}



.slider-slick-special .overlay {
/*    background-color: rgba(203, 201, 201, 0.4); */
    /* color: #ffffff; */
}


.slider-slick-special .caption-hide {
    opacity: 0;
    visibility: hidden;
}
.slider-slick-special .logo-light {
    display: block;
    margin: 0 auto 40px;
}
.slider-slick-special .brand {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #028A33;
}
.slider-slick-special h3.title {
	margin-bottom: 15px;
	font-weight: 600;
}
.slider-slick-special p.caption {
    font-size: 25px;
    font-family: "Times New Roman", serif;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 30px;
}
@media (min-width: 1200px) {
	.slider-slick-special h3.title {
	    font-size: 60px;
	}
	.slider-slick-special .buttons{
		margin-top: 52px;
	}
	.slider-slick-special .logo-light {
	    width: 410px;
	}
	.slider-slick-special .brand {
	    font-size: 26px;
	}
}
@media (max-width: 1199px) {
	.slider-slick-special h3.title {
	    font-size: 55px;
	}
	.slider-slick-special p.caption {
	    font-size: 18px;
	    line-height: 20px;
	}
	.slider-slick-special .buttons{
		margin-top: 44px;
	}
	.slider-slick-special .logo-light {
	    width: 360px;
	}
	.slider-slick-special .brand {
	    font-size: 18px;
	}
}
@media (max-width: 992px) {
	.slider-slick-special h3.title {
	    font-size: 60px;
	}
	.slider-slick-special p.caption {
	    font-size: 16px;
	    line-height: 18px;
	}
	.slider-slick-special .logo-light {
	    width: 120px;
	}
}
@media (max-width: 768px) {
	.slider-slick-special h3.title {
	    font-size: 32px;
	}
	.slider-slick-special p.caption {
	    font-size: 14px;
	    line-height: 14px;
	}
	.slider-slick-special .buttons{
		margin-top: 35px;
	}
	.slider-slick-special .logo-light  {
	    width: 250px;
	}
	.slider-slick-special .brand {
	    font-size: 14px;
	}
}
@media (max-width: 400px) {
	.slider-slick-special h3.title {
	    font-size: 20px;
    	margin-bottom: 20px;
	}
	.slider-slick-special .logo-light  {
	    margin-bottom: 30px;
	}
	.slider-slick-special .brand {
	    font-size: 14px;
	}
}

/* Slick Dots */
.slick-dots {
  display: block;
  list-style: none;
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 4px;
}
.slick-dots li button {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background-color: #FFFFFF;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    border: 0;
    font-size: 0;
    background-color: transparent;
    z-index: 515;
    overflow: hidden;
    opacity: 0;
    color: #FFFFFF;
}
.slider-slick-special:hover .slick-arrow {
  opacity: 0.5;
}
.slick-arrow:before {
    display: block;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 40px;
    text-shadow: 0 0 1px #444444;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}
.slider-slick-special .slick-prev {
  left: 40px;
}
.slider-slick-special .slick-next {
  right: 40px;
}
@media only screen and (min-width: 768px ) {
  .slider-slick-special .slick-dots {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1020px ) {
  .slider-slick-special .slick-dots {
    bottom: 40px;
  }
}
@media (min-width: 1620px) {
  .slider-slick-special .slick-dots {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1019px ) {
  .slider-slick-special .slick-arrow {
    color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 0.5;
  }
  .slider-slick-special .slick-arrow:hover {
    opacity: 1;
  }
  .slider-slick-special .slick-prev {
    left: 15px;
  }
  .slider-slick-special .slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 767px ) {
  .slider-slick-special .slick-arrow {
    visibility: hidden;
  }
  .slider-slick-special .slick-dots {
    visibility: hidden;
  }
}


/* Multiple slider */
.brand-item .item-image {
    text-align: center;
}
.brand-item .item-image a {
    display: inline-block;
    opacity: 1;
}
.brand-item .item-image a:focus {
    outline: none;
}

/* Scroll */
a.button-scrollup {
    display: none;
    background: #2B2E33;
    padding: 0px 12px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: .5;
}
a.button-scrollup:hover {
    opacity: 1;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


/* Footer */
.page-footer {
    position: relative;
    overflow: hidden;
}
.page-footer p,
.page-footer a {
    color: #BABABA;
}
.page-footer a:hover {
    color: #00B863;
}
.footer-top {
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-logo img{
    vertical-align: middle;
}
.footer-widget ul,
.footer-body ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.footer-logo,
.footer-widget h4 {
    display: block;
    margin-bottom: 30px;
}
/* social */
.footer-widget ul.social-circle {
    margin-top: 40px;
}
ul.social-circle li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
ul.social-circle li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background-color: #888888;
}
ul.social-circle li a:hover {
    background-color: #FFFFFF;
}
ul.social-circle li a i{
    color: #222222;
}
/* menu footer */
ul.list-menu,
ul.list-info{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul.list-menu li,
ul.list-info li{
    display: block;
    margin-bottom: 5px;
}
ul.list-menu li a{
    font-size: 12px;
    text-transform: uppercase;
}
ul.list-menu li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #00B863;
    margin-right: 10px;
}
/* List contact */
ul.list-info i{
    color: #00B863;
    font-size: 14px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
ul.list-info  span {
    line-height: 30px;
    vertical-align: middle;
    font-size: 12px;
}
/* List content */
.footer-widget .care {
    overflow: hidden;
    margin-bottom: 15px;
}
.footer-widget .care:first-child{
    padding-top: 10px;
}
.footer-widget .care .title{
    margin-top: -8px;
}
.footer-widget .care .picture {
    float: left;
    width: 76px;
    margin-right: 13px;
}
.footer-widget .care .picture a{
    display: block;
}
.footer-widget .care .title a{
    font-size: 12px;
    color: #00BFFF;
}
.footer-widget .care .title a:hover {
    color: #00B863;
}
/* footer bottom */
.footer-bottom p.copy-right{
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-widget h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
}
@media (min-width: 993px) {
    .footer-widget h4 {
        line-height: 90px;
    }
}
@media (max-width: 992px) {
.footer-widget h4 {
        line-height: 80px;
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .footer-top .col-sm-6:nth-child(3){
        clear: both;
    }
}



/* ---  Index  --- */
.section-block{
    margin-bottom: 40px;
}

/* Info */
.circle-icon{
    min-height: 70px;
    min-width: 70px;
    padding: 0px 14px;
    display: inline-block;
    position: relative;
    background-color: #fcb040;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.4);
}
.circle-icon.green{
    background-color: #fcb040;
}
.info-content .title{
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.info-content .title a:hover{
    color: #00D9D9;
}

/* Separator */
.section-separator-image{
    padding: 120px 0;
}
.content-padding img{
    padding-top: 80px;
}


/* Team */
.user-item img {
    margin: 0 auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-item .name {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #2f2f2f;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    text-transform: capitalize;
}
.user-item .service {
    margin-top: -3px;
    font-size: 13px;
    color: #a9a9a9;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
}
.user-item .description {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    line-height: 24px;
}
.user-item ul {
    margin-top: 2px;
    padding-left: 0px;
    display: inline-block;
    margin: 0 auto;
}
.user-item ul li {
    padding: 0 10px;
    float: left;
    list-style: none;
    font-family: FontAwesome;
    font-size: 15px;
}
.user-item ul li a:hover {
    color: #1fcdff;
}

/* Services */
.icon-box-item {
    overflow: hidden;
}
.iconbox-icon{
    float: left;
    margin-right: 20px;
    text-align: center;
    height: 60px;
    width: 60px;
    font-size: 50px;
    line-height: 1;
    color: #fcb040;
}
.iconbox-content{
    overflow: hidden;
}
.iconbox-content .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.iconbox-content .content{
    font-size: 13px;
    line-height: 2;
}

/* Testimonial */
.section-testimonials{
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}
.section-testimonials .heading-divider:after {
    border-color: #fff;
}
.testimonial-item .item-content p {
    margin-bottom: 0;
    font-style: normal;
    font-family: 'Arial', serif;
    font-size: 18px;
}
@media (max-width: 768px) {
    .testimonial-item .item-content p {
        font-size: 13px;
    }
}
.testimonial-item .item-content .name {
    line-height: 1.6;
}
.testimonial-slider .slick-arrow {
    top: 100%;   
}
.testimonial-slider:hover .slick-arrow {
    opacity: 0.5;
}
.testimonial-slider .slick-arrow:before{
    font-size: 20px;
}
.testimonial-slider .slick-next {
    right: 50%;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.testimonial-slider .slick-prev{
    left: 50%;
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}


/* Section Header */
.common-static-header{
    position: relative;
    padding: 150px 0;
}
.common-static-header .parallax-bg {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-y;
}
.section-header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.common-static-header .title{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.common-static-header .description {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}
@media only screen and (max-width: 1019px){
    .common-static-header .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px){
    .common-static-header .title {
        font-size: 32px;
    }
    .common-static-header .description {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .common-static-header .title {
        font-size: 28px;
    }
}
.info-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.info-bottom .breadcrumb {
    padding: 8px 15px;
    float: left;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    margin-bottom: 0;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.info-bottom .breadcrumb span{
    font-size: 11px;
    font-style: italic;
    text-transform: capitalize;
}
.info-bottom .breadcrumb span:not(:first-child):before {
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 1.1;
    vertical-align: text-bottom;
    color: #00B863;
    margin: 0 6px;
}

/* Service */
.title-icon-box .heading{
    margin-bottom: 20px;
}
.title-icon-box .circle-icon{
    margin-right: 10px;
}
.title-icon-box .heading h6{
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.title-icon-box .content{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Page Basic */
.main-content h2,
.main-content h3{
    text-transform: uppercase;
}
.document-info{
    margin-top: 60px;
    padding-top: 80px;
    border-top: 1px solid #cecece;
}
.document-info .title{
    margin-bottom: 40px;
}

/* Page contact */
.footer-body{
    margin-top: -20px;
    padding-bottom: 120px;
}
.footer-widget-about{
    margin-bottom: 40px;
}

/* Page detail services */
.list-feature {
    padding: 105px 0;
    border-bottom: 1px solid #E6E6E6;
}
.list-feature h3{
    font-size: 38px;
    font-family: "Raleway";
}
@media only screen and (max-width: 767px){
    .list-feature img{
        padding-top: 40px;
    }
}

/* page service heath */
.health-care-item{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 120px;
}
.health-care-item img{
    display: inline-block;
}
.health-care-item .title{
    position: absolute;
    top: 100%;
    width: 100%;
    font-family: "Raleway";
    text-transform: capitalize;
    font-size: 14px;
}
.health-care-item .title span{
    font-weight: 600;
}