body.home .fusion-header-wrapper:not(.fusion-is-sticky) .fusion-logo-link img.fusion-standard-logo {
	filter: brightness(0) invert(1);
}
/* body.home .fusion-header-wrapper:not(.fusion-is-sticky) .fusion-menu li.menu-item a span {
	color: #fff;
	transition: 0.4s;
}
body.home .fusion-header-wrapper:not(.fusion-is-sticky) .fusion-menu li.menu-item a:hover span {
	color: #a7bbca;
} */
body.home header.fusion-header-wrapper {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(125,185,232,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#007db9e8', GradientType=0 );
}
/*body .soliloquy-container li {
	height: 100%;
}*/
.home .soliloquy-container .soliloquy-caption.soliloquy-caption-top {
	top: 35%;
	left: 0;
}
.soliloquy-container .soliloquy-caption.soliloquy-caption-top .soliloquy-caption-inside {
	background: transparent;
	padding: 0;
}
.soliloquy-container .soliloquy-caption.soliloquy-caption-top .soliloquy-caption-inside h3 {
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #fff;
	line-height: 56px;
	margin: 0 0 15px 0;
}
.soliloquy-container .soliloquy-caption.soliloquy-caption-top .soliloquy-caption-inside br {
	display: none;
}
.ghh-image-shadow-lb {
	box-shadow: -27px 27px 0 rgba(166,186,201,0.5);
}
.ghh-image-shadow-rt {
	box-shadow: -27px -27px 0 rgba(166,186,201,0.5);
}
.ghh-image-shadow-lt {
	box-shadow: -27px -27px 0 rgba(166,186,201,0.5);
}
.ghh-image-shadow-rb {
	box-shadow: 27px 27px 0 rgba(166,186,201,0.5);
}
body.fusion-button_size-large .ghh-custom-button.fusion-button-default-size {
	font-size: 12px !important;
	padding: 0 29px 0px 20px !important;
	position: relative;
	z-index: 9;
}
body.fusion-button_size-large .ghh-custom-button.fusion-button-default-size span.fusion-button-text:after {
	content: "\f0da";
	position: absolute;
	right: 0;
	z-index: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 5px;
	height: 17px;
	border: 1px solid;
	border-radius: 100px;
	padding: 0px 4.5px 0 6.5px;
	text-align: center;
	line-height: 17px;
	top: 40%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* Border-section */
.ghh-text-overlap .fusion-column-wrapper {
	position: relative;
	z-index: 9;
}
.ghh-vertical-text .fusion-column-wrapper .fusion-text {
	line-height: normal;
}
@media screen and (min-width:1200px) {
.ghh-animated-border.active {
	height:135px;
	
}
.ghh-animated-border {
transition-duration:3s;
    transition-delay: 1.5s;
    height: 0px;
    position: absolute;
    width: 1px;
    left: 0;
    overflow: hidden;
    background-color: #fff;
}
/*div#ani-border {
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: -185%;
    transition: all 0.3s;
    height: 200px !important;
}	*/
.ghh-background-section:before {
	background: rgba(228, 224, 229, 0.25);
	position: absolute;
	content: '';
	width: 100vw;
	left: calc(-100vw - -22px);
	height: 100%;
	z-index: -1;
}	
.banner-border-sec.active.ghh-border-half-bottom:before {
    width: calc(100% - 315px);
}	
.ghh-border-half-bottom:before {
	content: '';
	border-bottom: 2px solid;
	border-left: 2px solid;
	width: 0;
	position: absolute;
	bottom: -35px;
	left: 24%;
	transition: width 5s;
	/*height: 151px;*/
	z-index: 9;
	border-color: #e4e0e5;
	transition-duration: 3s;
    transition-delay: 3s;
}	
.banner-border-sec.active.ghh-border-half-bottom:after {
    height: 151px;
}
.ghh-border-half-bottom:after {
    content: '';
    border-bottom: 2px solid;
    border-left: 2px solid;
    width: 0;
    position: absolute;
    top: -118px;
    left: 24%;
    height: 0;
    z-index: 9;
    border-color: #e4e0e5;
    transition-duration: 3s;
    transition-delay: 3s;
}

.banner-border-sec.active.ghh-border-half-bottom-right:before {
    width: calc(100% - 305px);
}
.ghh-border-half-bottom-right:before {
    content: '';
    border-bottom: 2px solid;
    border-left: 2px solid;
    width: 0;
    position: absolute;
    bottom: -35px;
    right: 25%;
    transition: width 5s;
    /* height: 151px; */
    z-index: 9;
    border-color: #e4e0e5;
    transition-duration: 3s;
    transition-delay: 3s;
}
.banner-border-sec.active.ghh-border-half-bottom-right:after {
    height: 151px;
}
.ghh-border-half-bottom-right:after {
    content: '';
    border-bottom: 2px solid;
    border-left: 2px solid;
    width: 0;
    position: absolute;
    top: -118px;
    right: 25%;
    height: 0;
    z-index: 9;
    border-color: #e4e0e5;
    transition-duration: 3s;
    transition-delay: 3s;
}


.ghh-single-border:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	height: 2px;
	background: #e4e0e5;
	right: 80px;
	top: 80px;
}
body.fusion-body .ghh-border-1-3 {position: absolute;border: 0px solid #e4e0e5;height: calc(100% - 27px);left: 6%;border-right: 0;border-bottom: none;}
body.fusion-body .ghh-border-1-3.ghh-border-outer-sec-2:before {
    position: absolute;
    background: #e4e0e5;
    height: 2px;
    right: 0%;
    border-right: 0;
    border-bottom: none;
    content: '';
    width: 0%;
	transition-duration:3s;
}
body.fusion-body .ghh-border-1-3.ghh-border-outer-sec-2.active:before {
	width: 100%;
}
body.fusion-body .ghh-border-1-3.ghh-border-outer-sec-2.active .fusion-column-wrapper:before{
	height:100%
}
body.fusion-body .ghh-border-1-3.ghh-border-outer-sec-2 .fusion-column-wrapper:before {
    content: '';
    position: absolute;
    background: #e4e0e5;
    height: 0%;
    left: 0%;
    border-right: 0;
    border-bottom: none;
    content: '';
    width: 2px;
    transition-duration: 3s;
	transition-delay: 3s;
}
.ghh-border-1-3.ghh-border-outer-sec-2:after {content: '';	width: 0%;	height: 2px;background: #e4e0e5;position: absolute;bottom: 0;z-index: -1;left: 0;transition-duration: 3s;transition-delay: 6s;}
.ghh-border-1-3.ghh-border-outer-sec-2.active:after{width: 42%;}
	
body.fusion-body .ghh-border-outer {
	position: absolute;
	top: 0;
	left: 22px;
	width: calc(100% - 100px) !important;
	height: calc(100% + 55px);
	border: 0px solid #e4e0e5;
}
body.fusion-body .ghh-border-outer.ghh-border-outer-sec-1:before {
    position: absolute;
    content: '';
    top: 0;
    background: #e4e0e5;
    width: 0%;
    height: 2px;
    transform: translate(0px, 0px);
	transition-duration:1.5s;
}
body.fusion-body  .ghh-border-outer.ghh-border-outer-sec-1.active:before {
    width: 100%;
}
body.fusion-body .ghh-border-outer.ghh-border-outer-sec-1:after {
    position: absolute;
    content: '';
    top: 0;
    background: #e4e0e5;
    width: 2px;
    height: 0;
    transform: translate(0px, 0px);
    right: 0;
    z-index: 1;
	transition-duration:1.5s;
	transition-delay:1.5s;
}
body.fusion-body  .ghh-border-outer.ghh-border-outer-sec-1.active:after {
    height: 100%;
}
.ghh-border-outer.ghh-border-outer-sec-1 .fusion-column-wrapper:before {
	position: absolute;
	content: '';
	bottom: 0;
	background: #e4e0e5;
	width: 100%;
	height: 2px;
    width: 0%;
    height: 2px;
    right: 0;
	transition-duration:1.5s;
	transition-delay:3s;
}

body.fusion-body  .ghh-border-outer.ghh-border-outer-sec-1.active .fusion-column-wrapper:before {
	width:100%;
	
}

body.fusion-body .ghh-border-left-none {
	border-left: 0;
}

.ghh-vertical-text.ghh-text-left-middle .fusion-text {
	left: -17%;
	top: 40%;
	-moz-transform: rotate(-90deg) translate(0, 0%) !important;
	-ms-transform: rotate(-90deg) translate(0, 0%) !important;
	-o-transform: rotate(-90deg) translate(0, 0%) !important;
	-webkit-transform: rotate(-90deg) translate(0, 0%) !important;
	transform: rotate(-90deg) translate(0, 0%) !important;
	padding-right: 20px;
	padding-left: 30px;
}
.ghh-vertical-text .fusion-column-wrapper .fusion-text {
	display: inline-block;
	position: absolute;
	background: #fff;
}
.ghh-vertical-text.ghh-text-right-bottom .fusion-text {
    right: -12.2%;
    bottom: 220px;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    padding-right: 50px;
    padding-left: 20px;
    z-index: 9;
}
.ghh-border-right-1-2:before {
    width: calc(100%);
    height: 78px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    border-color: #e4e0e5;
    content: '';
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    max-width: 730px;
    right: 160px;
    top: -14px;
}
body .ghh-bottom-border-1-2:before {
	border-bottom: 2px solid #e4e0e5;
	width: calc(100% - 200px) !important;
	position: absolute;
	bottom: 0;
	content: '';
	left: 22px;
	height: 40px;
	border-right: 2px solid #e4e0e5;
}
body .ghh-top-border-1:before {
	border-top: 1px solid #e4e0e5;
    width: calc(100%) !important;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    height: 78px;
    border-left: 2px solid #e4e0e5;
    right: 0;
    margin: 0 auto;
    max-width: 827px;
}
body .ghh-border-left-half:before {
	height: 78px;
    border-left: 2px solid #e4e0e5;
    border-bottom: 2px solid #e4e0e5;
    bottom: -20px;
    position: absolute;
    right: -50px;
    content: '';
    width: 100%;
    max-width: 323px;
}
}
@media screen and (max-width:1150px) {
/*body.fusion-body .ghh-border-outer {
	left: 0px;
	width: calc(100% - 50px) !important;
}*/
}
body .ghh-flower-rb:after, body .ghh-flower-lt:after, .ghh-flower-lb-half:after {
	background-size: contain !important;
    background: url(../images/flourishe-design-1.png);
    content: '';
    width: 100%;
    height: 180px;
    max-width: 306px;
    background-repeat: no-repeat !important;
    position: absolute;
    background-position: bottom;
    bottom: -15px;
}
.ghh-flower-rb:after {
	bottom: -50px;
	right: 0;
}
.ghh-flower-lt:after {
	top: -20px;
	left: 0;
	bottom: inherit;
	right: inherit;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ghh-flower-lb-half:after {
	background: url(../images/flourishe-design-half.png);
	background-repeat: no-repeat !important;
	left: 0;
	height: 275px;
	max-width: 204px;
}
.ghh-flower-rb-full:before {
	background-size: contain !important;
	background: url(../images/flourishes-full.png);
	content: '';
	width: 100%;
	height: 710px;
	max-width: 497px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: bottom;
	bottom: 0;
	right: 0;
}
.ghh-flower-l-half:after, .ghh-flower-r-half:before {
	background-size: contain !important;
	background: url(../images/flourishes-2.png);
	content: '';
	background-repeat: no-repeat;
	position: absolute;
	background-position: bottom;
	width: 173px;
	height: 432px;
}
.ghh-flower-l-half:after {
	left: 0;
	top: 0;
}
.ghh-flower-r-half:before {
	right: 0;
	top: 0;
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.ghh-flower-full-rotate:after {
	content: '';
	background-size: contain !important;
	background: url(../images/flourishes-full-rotate.png);
	background-repeat: no-repeat;
	position: absolute;
	background-position: bottom;
	width: 382px;
	height: 560px;
	position: absolute;
	top: -30px;
	right: -25px;
}
@media screen and (max-width:800px) {
body .ghh-image-shadow-lt {
    box-shadow: -15px -15px 0 rgba(166,186,201,0.5);
}
body .ghh-image-shadow-rb {
    box-shadow: 15px 15px 0 rgba(166,186,201,0.5);
}
}
.fusion-page-title-bar .fusion-page-title-row h1 {
	letter-spacing: 9px;
}

