/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.btn2{
	margin-top: 30px;
    border: none;
    outline: none;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
    z-index: 0;
	padding: 16px 30px;
	text-shadow: none;
	border-radius: 5px;
}
.btn2:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .9s ease-in-out;
}


@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.neon-pulse {
  	background: #000;
  	border: 1px solid rgba(255,255,255,0.5);
  	box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  	overflow: visible;
}
.neon-pulse::before,
.neon-pulse::after {
  	content: "";
  	position: absolute;
  	inset: -4px;
 	border: 1px solid rgba(255,255,255,0.5);
  	border-radius: inherit;
  	animation: pulseOut 2s ease-out infinite;
  	opacity: 0;
}

.neon-pulse::after {
  	animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*@font-face {*/
/*    font-family: "AvenirLTStd-Book";*/
/*    src: url("fonts/avenir/AvenirLTStd-Book.otf");*/
/*}*/
/*@font-face {*/
/*    font-family: "AvenirLTStd-Black";*/
/*    src: url("fonts/avenir/AvenirLTStd-Black.otf");*/
/*}*/
/*@font-face {*/
/*    font-family: "AvenirLTStd-Roman";*/
/*    src: url("fonts/avenir/AvenirLTStd-Roman.otf");*/
/*}*/

/*.AvenirLTStd-Black {*/
/*    font-family: "AvenirLTStd-Black";*/
/*}*/
/*.AvenirLTStd-Book {*/
/*    font-family: "AvenirLTStd-Book";*/
/*}*/

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    font-family: "Figtree", sans-serif;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #191819;
	max-width: 1920px;
	margin: 0 auto;
}
small{
	line-height: 100%;  
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
a {
	color: #17488B; 
	-webkit-transition: all 700ms;
	transition: all 700ms;
	cursor: pointer;
	outline: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
a:hover,a:focus,a:active {
	color: #17488B ;
}
::selection {
	background: #000000;
	color: #FFFFFF;
}
::-moz-selection {
	background: #000000;
	color: #FFFFFF;
}

*::-webkit-input-placeholder {
	color: #000000 !important;
}
*:-moz-placeholder {
	color: #000000 !important;
}
*::-moz-placeholder {
	color: #000000 !important;
}
*:-ms-input-placeholder {
	color: #000000 !important;
}

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	margin-bottom: 1.5em;
}
b,strong {
	font-weight: bold;
}
dfn,cite,em,i {
	font-style: italic;
}
blockquote {
    font-size: 20px;
    /*font-style: italic;*/
    line-height: 150%;
    quotes: "“""”""‘""’";
    display: inline-block;
}
blockquote:before {
    content: open-quote;
    font-size: 2em;
}
blockquote:after {
    content: close-quote;
    font-size: 2em;
    line-height: 1px;
    margin-top: 15px;
    position: absolute;
}
q {
	quotes: "“""”""‘""’";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,kbd,tt,var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 71.5%;
}
big {
	font-size: 125%;
}
dl {
	margin: 0 20px;
}
iframe,object {
	max-width: 100%;
	margin-bottom: -5px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border: 0;
	vertical-align: baseline;
	display: block;
	clear: both;
	line-height: 120%;
}
h1{
	font-size: 2.4em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.2em;
}
hr {
    background-color: #F2F3F8;
    height: 1px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 30px auto;
    border: 0;
    clear: both;
    display: inline-block;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}
th,td {
    padding: .75rem;
}
button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	text-align: center;
	padding: 10px 20px;
	margin: 10px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 10px;
	border: 1px solid #b1b1b1;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
	padding: 5px 20px 5px 20px;
}
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {} .input-box {
	border: 0 !important;
	width: 274px;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px !important;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {} input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
section {
	padding: 120px 0px;
	width: 100%;
}
section .container{
    position: relative;
    z-index: 2;
}
.auto-bg{
    background: rgba(255, 255, 255, 0.1);
}
.gradient-bg{
    background: #9FDBE6;
	background:-webkit-linear-gradient(145deg, #FBC8B7 20%, #ABA5C7 50%,#9FDBE6 80%) !important;
    background:linear-gradient(145deg, #FBC8B7 20%, #ABA5C7 50%, #9FDBE6 80%) !important;
}
.pink-bg {
	background: #fff2f3 !important;
}
.red-bg {
	background: #ffd7d9 !important;
}
.green-bg {
	background: #28a45e !important;
}
.darkgreen-bg{
	background: #0F4F01 !important;
}
.lightgreen-bg{
	background: #F5F8EF !important;
}
.light-bg{
    background: #f2f2f2 !important;
}
.blue-bg {
	background: #17488b !important;
}
.brown-bg {
    background: #AD7B48 !important;
}
.yellow-bg {
	background: #f8d31d !important;
}
.purple-bg{
    background: #92278f !important;
}
.orange-bg{
    background: #ff9900 !important;
}
.black-bg {
	background: #000000 !important;
}
.grey-bg {
	background: #6c6c6c !important;
}
.white-bg {
	background: #FFFFFF !important;
}
.fixed-bg {
	background-size: cover !important;
	background-position: center;
}
.fixed-bg .overlay{
    padding: 80px 0px;
    background: rgba(0,0,0,0.5);
}
.fixed-bg .lightoverlay{
    padding: 80px 0px;
    background: rgba(255,255,255,0.5);
}
.parallax-bg {
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: center;
}
.parallax-bg  .overlay{
    padding: 80px 0px;
    background: rgba(0,0,0,0.7);
}
.static-bg {
	background-size: cover !important;
	background-position: center;
	width: 100%;
}

.pink-text {
    color: #f14958 !important;
}
.red-text {
	color: #4e0004 !important;
}
.lightred-text {
	color: #17488b !important;
}
.green-text {
	color: #28a45e !important;
}
.darkgreen-text{
	color: #0F4F01 !important;
}
.purple-text {
	color: #604A7B !important;
}
.blue-text {
	color: #17488b !important;
}
.lightblue-text {
    color: #77abf2 !important;
}
.yellow-text {
	color: #efaf54 !important;
}
.dark-text {
	color: #404040 !important;
}
.white-text {
	color: #FFFFFF !important;
}
.grey-text {
	color: #6c6c6c !important;
}
.black-text {
	color: #212121 !important;
}
.brown-text{
    color: #502e2c !important;
}
.orange-text{
    color: #ff9900 !important;
}

#submit-btn {
    font-size: 14px;
    font-weight: 500;
    /*letter-spacing: .1em;*/
    padding: 10px 50px;
    margin: 20px auto 0px auto;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background: #000;
    border: .01em solid #000;
    min-width: 180px;
    width: auto;
    outline: none;
}
#submit-btn:hover,#submit-btn:focus, #submit-btn:active {
    opacity: .8;
}
#footerform-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    margin: 20px auto 0px auto;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background: #000000;
    border: .01em solid #000000;
    min-width: 180px;
    width: auto;
    outline: none;
}
#footerform-btn:hover,#footerform-btn:focus, #footerform-btn:active {
    opacity: .8;
}
.btn{
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
	cursor: pointer;
	white-space: initial;
    padding: 10px 22px;
    line-height: 150%;
	margin-top: 20px;
	margin-bottom: 0px;
	-webkit-border-radius:  0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*.btn:hover{*/
/*	-webkit-border-radius: 30px 30px 0px 30px;*/
/*	-moz-border-radius: 30px 30px 0px 30px;*/
/*	border-radius: 30px 30px 0px 30px;*/
/*}*/
.primary-btn {
    border: 1px solid #000000;
    background: #000000;
    color: #FFFFFF;
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active{
	border: 1px solid #000000;
	background: #000000;
	color: #FFFFFF;
	opacity: 0.8;
}
.primary-border-btn{
	border: 1px solid #000000;
	background: transparent;
	color: #000000; 
}
.primary-border-btn:hover, .primary-border-btn:focus , .primary-border-btn:active{
	border: 1px solid #000000;
	background: #000000;
	color: #FFFFFF; 
}
.secondary-btn, .secondary-btn:hover, .secondary-btn:focus , .secondary-btn:active{
	border: 1px solid #17488b;
	background: #17488b;
	color: #FFFFFF; 
}
.brown-btn {
	border: 1px solid #502e2c;
	background: #502e2c;
	color: #FFFFFF;
}
.brown-btn:hover, .brown-btn:focus , .brown-btn:active {
	border: 1px solid #502e2c;
	background: #502e2c;
	color: #FFFFFF;
}
.black-btn, .black-btn:hover, .black-btn:active, .black-btn:focus{
	border: 1px solid #212121;
	color: #FFFFFF;
	background: #212121;
}
.black-border-btn {
	border: 1px solid #212121;
	color: #212121;
	background: transparent;
}
.black-border-btn:hover, .black-border-btn:focus, .black-border-btn:active{
	border: 1px solid #212121;
	color: #FFFFFF;
	background: #212121;
}
.white-btn {
	border: 1px solid #FFFFFF;
	color: #000000;
	background: #FFFFFF;
}
.white-btn:hover, .white-btn:focus, .white-btn:active{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: transparent;
}
.white-border-btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: transparent;
}
.white-border-btn:hover, .white-border-btn:focus{
	border: 1px solid #FFFFFF;
	color: #000000;
	background: #FFFFFF;
}
.orange-btn, .orange-btn:hover, .orange-btn:focus, .orange-btn:active {
	background: #ef5242;
	color: #ffffff;
}
.grey-btn {
	background: transparent;
	border: 1px solid #6c6c6c;
	color: #6c6c6c;
}
.red-btn {
	color: #ffffff;
	background: #17488b;
}
.red-btn:hover, .red-btn:active, .red-btn:focus {
	color: #17488b;
	background: transparent;
	border: 1px solid #17488b;
}
.red-border-btn {
	color: #17488b;
	background: transparent;
	border: 1px solid #17488b;
}
.red-border-btn:hover, .red-border-btn:active, .red-border-btn:focus {
	color: #ffffff;
	background: #17488b;
	border: 1px solid #17488b;
}
.green-btn {
	color: #ffffff;
	background: #28a45e;
}
.green-btn:hover, .green-btn:active, .green-btn:focus {
	color: #28a45e;
	background: transparent;
	border: 1px solid #28a45e;
}
.green-border-btn{
	color: #28a45e;
	background: transparent;
	border: 1px solid #28a45e;
}
.green-border-btn:hover, .green-border-btn:active, .green-border-btn:focus {
	color: #ffffff;
	background: #28a45e;
	border: 1px solid #28a45e;
}
.darkgreen-btn, .darkgreen-btn:hover, .darkgreen-btn:active, .darkgreen-btn:focus {
    color: #FFFFFF;
	background: #28a45e;
}
.blue-btn {
	background: #17488b;
	border: 1px solid #17488b;
	color: #ffffff !important;
}
.blue-btn:hover, .blue-btn:active {
	color: #17488b !important;
	border: 1px solid #17488b;
	background: #FFFFFF;
}
.blue-border-btn {
	background: transparent;
	border: 1px solid #17488b;
	color: #17488b !important;
}
.blue-border-btn:hover, .blue-border-btn:active {
	color: #FFFFFF !important;
	border: 1px solid #17488b;
	background: #17488b;
}
.gradient-btn{
    color: #FFFFFF;
    background: #48dad9;
	background:-webkit-linear-gradient(45deg, #988aeb 0%, #6cb7d8 ,#48dad9 100%) !important;
    background:linear-gradient(45deg, #988aeb 0%, #6cb7d8 , #48dad9 100%) !important;
}
.gradient-btn:hover, .gradient-btn:focus, .gradient-btn:active{
    color: #FFFFFF;
}
    
#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border-radius: 5px;
}
.arrow-animate {
	position: absolute;
	z-index: 99;
	left: 48%;
	margin-top: -10%;
}
.row {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.row-eq-height{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.row-eq-height-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height-wrap [class*=col-] {
    display: flex;
    flex-direction: column;
}
.row-eq-height-wrap [class*=col-] .box {
    position: relative;
    height: 100%;
}
.alignmiddle{
    align-items:center;
}
.alignbottom{
    align-items: flex-end;;
}
.aligntop{
    
}
.panel-grid, .so-panel {
	margin: 0px !important;
}
.panel-grid-cell {
	padding: 0px !important;
	margin: 0px !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.content {
    padding: 20px 0px;
    width: 100%;
    display: inline-block;
}
.innercontent {
	width: 80%;
	padding: 0px 20px;
	margin: 0 auto;
}
.leftrightcontent{
	padding: 0px 20px;
	margin: 0 auto;
	display: inline-block;
	width: 90%;  
}
ul.displayinline{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.displayinline li {
    display: inline-block !important;
    padding: 0px !important;
    margin: 10px 10px 10px 0px !important;
    vertical-align: middle !important;
}
ul.displayinline li:last-child{
    margin-right: 0px !important;
}
ul.displayinline li .image{
    margin-bottom: 15px;
}
ul.displayinline li label{
    display: block;
}

ul.style1{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.style1 li {
    list-style: none;
    padding: 0;
    margin: 0px 0px 15px 0px;
    display: inline-flex;
    flex-direction: initial;
    width: 100%;
}
ul.style1 li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
}
ul.style1 li .content{
    display: block;
    padding: 0;
    margin: 0 !important;
    color: #707070;
}
ul.style1 li .content label{
    display: block;
    color: #000000;
    font-weight: bold;
}


ul.style2{
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px 0px !important;
}
ul.style2 li{
    list-style: none;
    padding: 6px 0px;
    margin: 0px;
}
ul.style2 li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 11px;
    padding: 6px;
    background: #9a0007;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-right: 10px;
}

#search-page .content {
	padding: 0px;
	width: 100%;
}
#search-page ul li {
    width: 100%;
    display: inline-block;
    padding: 20px 0px 40px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
#search-page .content h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
#search-page .content .desc, #search-page .content .desc a {
    font-weight: 100;
    color: #939393;
    margin-bottom: 15px;
}
#search-page .content .caption {
    line-height: 1.4em;
    margin-bottom: 30px;
}

.metaslider .caption-wrap{
    opacity:1 !important;
    padding:0px !important;
    margin:0 auto !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    background: linear-gradient(to bottom, rgb(255 255 255 / 70%) 1%, rgba(255, 255, 255, 0) 30%)!important;
    color: #FFFFFF !important;
}
.metaslider .caption {
    padding: 10px 20px !important;
    margin: 0px auto !important;
    word-wrap: break-word;
    position: absolute !important;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    /*left: 0;*/
    right: 10%;
    top: 80% !important;
    max-width: 480px;
    width: auto;
    height: auto !important;
    /*text-shadow: 1px 1px 2px #000000;*/
    font-size: 12px;
    line-height: 120%;
    background: rgba(0, 0, 0, 0.6);
}


.metaslider .flexslider{
    margin: 0 !important;
}
.metaslider .flexslider .slides p{
    line-height: 150%;
    margin-bottom: 1em !important;
}
.metaslider .flexslider .flex-direction-nav{
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 25px;
    top: 50%;
    left: 0;
    display: inline-block;
    z-index: 2;
}
.flex-control-nav{
    bottom: 20px !important;
}
.flexslider .flex-direction-nav a.flex-prev {
    /*opacity: 1 !important;*/
    left: 5% !important;
    background-position: left center !important;
}
.flexslider .flex-direction-nav .flex-next {
    /*opacity: 1 !important;*/
    right: 5% !important;
    background-position: right center !important;
}
.metaslider .flexslider .flex-direction-nav li a, .metaslider .flexslider .flex-direction-nav li a:hover, .metaslider .flexslider .flex-direction-nav li a:active, .metaslider .flexslider .flex-direction-nav li a:focus{
    background-color: rgba(0, 0, 0, 0.6) !important;
    background-image: url(images/bg_direction_nav.png) !important;
    background-size: 50px !important;
    /*opacity: 1 !important;*/
    width: 24px !important;
    height: 35px !important;
    margin: 0 !important;
    outline: none !important;
}
.metaslider-flex.ms-theme-default .flex-prev:focus, .metaslider-flex.ms-theme-default .flex-next:focus{
    background:initial !important;
}
@media only screen and (max-width: 1800px) {

}
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {
    
}
@media only screen and (max-width: 1080px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
    /*.metaslider .caption-wrap {*/
    /*    position: relative !important;*/
    /*    bottom: 0 !important;*/
    /*    right: 0 !important;*/
    /*    left: 0 !important;*/
    /*    width: 100% !important;*/
    /*    color: #000000;*/
    /*    opacity: 1;*/
    /*    top: 0 !important;*/
    /*    transform: none !important;*/
    /*    -ms-transform: none !important;*/
    /*    -webkit-transform: none !important;*/
    /*    padding: 50px 10px !important;*/
    /*    background: #000000 !important;*/
    /*    font-size: 16px;*/
    /*}*/
}
@media only screen and (max-width: 480px) {
    /*.metaslider .caption {*/
    /*    font-size: 14px;*/
    /*}*/
}

.sectiontitle{
    font-size: 1.5em;
    font-weight: 600;
    padding: 5px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 2px solid #000000;
}

.image-wrapper-style {
    position: relative;
    padding: 20px;
    border-radius: 0px 50px 50px 50px;
}
.image-wrapper-style:before {
    position: absolute;
    content: '';
    left: -50px;
    top: -85px;
    width: 120px;
    height: 200px;
    background: url(images/dot.png);
    background-repeat: repeat;
    background-size: 10px;
}
.image-wrapper-style .cover{
    position: relative;
}
.image-wrapper-style .cover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #FFFFFF;
    left: -40px;
    top: -40px;
    z-index: 2;
    border-radius: 0px 50px 50px 50px;
}
.image-wrapper-style .cover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #17488b;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    border-radius: 0px 50px 50px 50px;
}
.image-wrapper-style .cover img {
    position: relative;
    z-index: 1;
    border-radius: 0px 50px 50px 50px;
}


.sidecontent{
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}
.sidecontent:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #000000;
    top: 12px;
    left: 0;
}
.heading {
    width: auto;
    padding: 0px;
    margin: 0 auto 60px auto;
}
.pageborderstyleshort-white {
    position: relative
}
.pageborderstyleshort-white:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background: #FFFFFF;
    top: -60px;
    left: 20px;
    right: 0;
    margin: 0
}
.pageborderstyleshort-black {
    position: relative
}
.pageborderstyleshort-black:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background: #000000;
    top: -60px;
    left: 20px;
    right: 0;
    margin: 0
}

.title {
    font-size: 2.5em;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    line-height: 120%;
}
.titleborderbottom {
    position: relative;
    margin-bottom: 40px;
}
.titleborderbottom:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: .02em;
    background: #DDDDDD;
}
.titleborderleft {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
}
.titleborderleft:before {
    position: absolute;
    top: 0;
    left: 0;
    content:"\f2a1";
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    font-size: 2em;
    color: #f8d31d;
    z-index: -1;
}

.title-big{
    font-size: 3.5em;
    font-weight: 300;
}
.title span{
    font-weight: 600;
}
.subtitle {
    font-size: 1.2em;
    padding: 10px 0px;
    margin: 0px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #636363;
}
.subtitle2{
    font-size: 1em;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0px;
    line-height: 120%;
    color: #b9ceb3;
}
.heading .caption {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
#fixedleftbar{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #54667A;
}
#fixedleftbar ul{
    list-style: none;
    padding: 150px 0px 0px 0px;
    margin: 0;
}
#fixedleftbar ul li{
    display: inline-block;
    width: 100%;
    padding: 6px;
    vertical-align: middle;
}
#fixedleftbar ul li a{
    display: block;
    color: #FFFFFF;
}
#fixedleftbar ul li img{
    float: left;
    display: inline-block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#fixedleftbar ul li span{
    display: none;    
}
#fixedleftbar ul li:hover{
    background: #000000;
    width: 210px;
}
#fixedleftbar ul li:hover span{
    display: inline-block; 
    color: #FFFFFF;
    padding: 12px 15px;
}

#header-cta{
    background: #FF9900;
    text-transform: uppercase;
    padding: 6px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    line-height: 120%;
}
#header-cta:hover{
    box-shadow: 0 0.5em 0.5em -0.4em #FF9900;
    transform: translateY(-0.25em);
}


#banner {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 700px;
    overflow: hidden;
}
#banner .banner-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#banner .banner-wrapper video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    display: block;
}

#banner .banner-wrapper .content-wrapper {
    position: relative;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    background: linear-gradient(to bottom,rgb(0 0 0/80%) 5%,rgba(0,0,0,.2) 100%) !important;
    color: #ffffff;
}

#banner .banner-wrapper .content-wrapper .middlefloat {
    padding: 50px 15px;
    margin: 0 auto;
    word-wrap: break-word;
    /*position: absolute;*/
    /*transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*top: 50% !important;*/
    /*left: 0 !important;*/
    /*right: 0 !important;*/
    max-width: 980px;
    text-align: center;
    text-shadow: 1px 1px 2px #100e0c;
}

#banner .banner-wrapper.content-wrapper .middlefloat .tagline {
    font-size: 16px;
    line-height: 150%;
}
#banner .banner-wrapper .content-wrapper .middlefloat .btn {
    text-shadow: none;
}



#banner .btn{
	color: #17488b;
	background: #FFFFFF;
	padding: 15px 25px;
	margin-top: 40px;
  	display: inline-block;
  	-webkit-transform: translate(0%, 0%);
          	transform: translate(0%, 0%);
}

#banner .btn::before {
  	content: '';
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 100%;
/*   	background-color: #17488B; */
  	opacity: 0;
  	-webkit-transition: .2s opacity ease-in-out;
  	transition: .2s opacity ease-in-out;
}

#banner .btn:hover::before {
  	opacity: 0.2;
}
#banner .btn span {
  	position: absolute;
}

#banner .btn span:nth-child(1) {
  	top: 0px;
  	left: 0px;
 	width: 100%;
  	height: 2px;
  	background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#17488b));
  	background: linear-gradient(to left, rgba(43, 8, 8, 0), #17488b);
  	-webkit-animation: 2s animateTop linear infinite;
          	animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

#banner .btn span:nth-child(2) {
  	top: 0px;
  	right: 0px;
  	height: 100%;
  	width: 2px;
  	background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#17488b));
  	background: linear-gradient(to top, rgba(43, 8, 8, 0), #17488b);
  	-webkit-animation: 2s animateRight linear -1s infinite;
          	animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

#banner .btn span:nth-child(3) {
  	bottom: 0px;
  	left: 0px;
  	width: 100%;
  	height: 2px;
  	background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#17488b));
  	background: linear-gradient(to right, rgba(43, 8, 8, 0), #17488b);
  	-webkit-animation: 2s animateBottom linear infinite;
          	animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

#banner .btn span:nth-child(4) {
  	top: 0px;
  	left: 0px;
  	height: 100%;
  	width: 2px;
  	background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#17488b));
  	background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #17488b);
  	-webkit-animation: 2s animateLeft linear -1s infinite;
          	animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#whyus{
    position: relative;
}
#whyus:after {
    position: absolute;
    /*z-index: 1;*/
    bottom: 0;
    left: 20%;
    width: 75%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
#whyus .heading{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#whyus .box{
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    padding: 30px 20px;
    margin: 0 0 30px;
}
#whyus .box:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #9cb1cd 0%, #17488b 60%, #17488b 100%);
}
#whyus .box .icon{
    
}
#whyus .box .content{
    
}
#whyus .box .content .title{
    color: #17488b;
}
#whyus .box .content .read{
    padding-top: 10px;
    display: inline-block;
    font-size: 12px;
}
#whyus .nonecontent{
    display: inline-block;
}
#whyus .withcontent{
    display: none;
}
#treatments{
    position: relative;
}
#treatments:before {
    position: absolute;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -100px;
    width: 2px;
    height: 130px;
    background: #174788;
    z-index: 2;
}
#treatments .box{
    margin-bottom: 40px;
}
#treatments .box .icon{
    display: inline-block;
}

#treatments .image-wrapper{
    clear: both;
    position: relative;
    width: 95%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
#iconankleSprainBunion{
    left: 66%;
    bottom: 6%;
}
#iconankleSprainBunion2{
    left: 30%;
    bottom: 6%;
}
#iconHeadachesMigraines{
    left: 52%;
    top: 5%;
}
#iconNeckShoulderPain{
    left: 52%;
    top: 14%;
}
#iconBackPainSlippedDisc{
    left: 52%;
    top: 30%;
}
#iconScoliosis{
    left: 42%;
    top: 10%;
}
#iconScoliosis2{
    left: 66%;
    top: 34%;
}
#iconSciatica{
    left: 52%;
    top: 40%;
}
#iconKneeJointPain{
    left: 35%;
    top: 65%;
}
#iconKneeJointPain2{
    left: 68%;
    top: 65%;
}
#popover-content{
    position: absolute;
    bottom: 0;
    left: 10%;
    min-width: auto;
    padding: 10px;
    margin: 0;
    color: #FFFFFF;
    background-color: #000000;
}
#popover-content .head{
    font-size: 12px;
    color: #FFFFFF;
    border: none;
}

/*ICON EFFECT*/
@keyframes sonar-pulse-animation-small{
    from{transform:scale(.2);opacity:1}
    to{transform:scale(.7);opacity:0}
}
.clickicon{
    position:absolute;
    /*display:inline-flex;*/
}
.clickicon a{
    position:relative;
    width:2.6em;
    height:2.6em;
    cursor:pointer;
    /*text-indent:-99999em;*/
    text-decoration:none;
    transition:all .2s;
}
.clickicon a:after{
    font-size:2.6em;
    position:absolute;
    top:.5294117647em;
    left:.5294117647em;
    display:block;
    width:1em;
    height:1em;
    border-radius:.5em;
    background:#b2161c;
    text-indent:0;
    color:#fff;
    transition:all .2s;
}
.clickicon a .plus,.point a .plus1{
    border-radius:1.5714285714em;
    transition:all .2s ease-out;
    position:absolute;
    display:block;
    opacity:1;
    animation:sonar-pulse-animation-small 2s linear infinite;
}
.clickicon a .plus{
    top: 0px;
    left: -8px;
    width: 2.2em;
    height: 2.2em;
    background-color: #b2161c;
}
.clickicon a label{
    padding: 0px 2px;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 9px;
    color: #000000;
    font-weight: bold;
    line-height: 100%;
    /* display: none; */
    text-align: center;
    background: #DDD;
}
/*ICON EFFECT*/
/*POP-UP*/
.popover {
    padding: 8px;
    text-align: left;
    background-color: rgba(0, 0, 0, 1);
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}
.popover-title {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.popover.top>.arrow {
    border-top-color: transparent;
}
.popover.top>.arrow:after {
    border-top-color: rgba(0, 0, 0, 1);
}
.popover-content {
    padding: 0px;
    color: #ffffff;
    min-width: 120px;
    font-size: 12px;
}
.popover-content ul {
    margin: 0;
    padding: 0;
}
.popover-content ul li{
    margin: 0;
    padding: 0px 0px 0px 20px;
    list-style: none;
    position: relative;
}
.popover-content ul li:before{
    content: "\f111";
    font-family:"Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b2161c;
    font-size: 8px;
    position: absolute;
    top: 0;
    left: 0;
}
/*POP-UP*/

#steps{
    position: relative;
}
#steps:before {
    position: absolute;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -100px;
    width: 2px;
    height: 130px;
    background: #174788;
    z-index: 2;
}
/*#steps:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url(images/gel6.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    opacity: 0.3;*/
/*}*/
#steps .container-fluid, #steps .container{
    position: relative;
    opacity: 1;
}
#steps ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    /*-webkit-column-count: 5;*/
    /*-moz-column-count: 5;*/
    /*column-count: 5;*/
    /*-webkit-column-gap: 10px;*/
    /*-moz-column-gap: 10px;*/
    /*column-gap: 10px;*/
}
#steps ul li{
    list-style: none;
    vertical-align: top;
    padding: 0;
    margin: 0;
    margin: 0 0.5%;
    display: inline-block;
    width: 18%;
}
#steps ul li .box{
    height: 100%;
    padding: 0px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    position: relative;
}
#steps ul li .box:after{
    position: absolute;
    content: '';
    width: 80%;
    height: 6px;
    background: rgb(119 171 242 / 18%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#steps ul li .box .image{
    height: 330px;
}
#steps ul li .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
#steps ul li .box .content{
    position: relative;
    text-align: left;
	min-height: 230px;
    padding: 20px 20px 30px 20px;
}
#steps ul li .box .content label{
    position: absolute;
    top: -15px;
    right: 20px;
    color: #77abf2;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    opacity: 0.5;
}
#steps ul li .box .content .caption{
    font-size: 13px;
}
#steps ul li .box .title{
    
}


#about{
    position: relative;
    background: #6c6c6c;
    color: #FFFFFF;
    padding-bottom: 120px;
}
#about:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 20%;
    width: 75%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
#about .image-wrapper{
    position: relative;
}
#about .image-wrapper .half-image{
    width: 48%;
    padding: 10px;
    display: inline-block;
    margin: 0;
}
#about .image-wrapper .half-image.addmargin{
    top: 60px;
    position: absolute;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
.down-arrow {
    position: relative;
    position: absolute;
    top: calc(100vh - 60px);
    left: calc(50% - 14px);
    top: 70px;
    left: 0;
    right: 0;
    width: 0;
    height: 30px;
    border: 2px solid;
    border-radius: 2px;
    margin: 0 auto;
    animation: jumpInfinite 1.5s infinite;
    color: #17488b;
}

.down-arrow:after {
    position: absolute;
    content: " ";
    top: 12px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid;
    border-right: 4px solid;
    border-radius: 4px;
    transform: rotateZ(45deg);
    color: #17488b;
}
.round-shape{
    border-radius: 50%;
    font-size: 10px;
    line-height: 100%;
    padding: 20px 10px;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #17488b;
    border: 1px solid #17488b;
    display: inline-block;
}
.animate-cta{
    position: relative;
    display: inline-block;
}

.middleline{
    position: relative;
    overflow: hidden; 
    height: 1px;
}
.middleline:before {
    background: linear-gradient(270deg, rgba(61, 53, 78, 0) 28.87%, #3d354e 45.39%, #3d354e 53.54%, rgba(61, 53, 78, 0) 70.06%);
    top: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 160%;
    left: -30%;
}

#faq{
    position: relative;
    padding-top: 120px;
}
#faq video{
    height: 820px;
    margin-top: -200px;
}
#faq .accordion .panel-default {
    border-color: #ddd;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
#faq .accordion .panel-default>.panel-heading {
    position: relative;
    background-color: #fff;
    /*box-shadow: 1px 2px 6px #ddd;*/
    padding: 0;
    margin: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#faq .accordion .panel-default>.panel-heading a {
    color: #000;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
}
#faq .accordion .panel-default>.panel-heading a:after {
    position: absolute;
    top: 14px;
    left: 15px;
    float: left;
    font-weight: 600;
}
#faq .accordion .panel-default>.panel-heading a label {
    padding-left: 10px;
}
#faq .accordion .panel-default .panel-collapse {
    border-top: 2px solid #27445c;
    padding: 25px;
    /*box-shadow: 1px 2px 6px #ddd;*/
    position: relative;
    z-index: 2;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a.collapsed:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.portfolioContainer{
    
}
.portfolioContainer .wrapper{
    padding: 0;
    margin: 0;
    height: 320px;
}
.portfolioContainer .box{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.portfolioContainer .image{
    width: 100%;
    height: 100% !important;
}
.portfolioContainer .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
.portfolioContainer .content{
    padding: 20px !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border: 0.02em solid rgba(255, 255, 255, 0.2);
}
.portfolioContainer .content .title{
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    color: #FFFFFF;
    width: 80%;
    margin: 0 auto;
    font-weight: 200;
    text-transform: uppercase;
}
.portfolioContainer .caption{
    position: absolute;
    bottom: 5%;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 100;
}
.portfolioContainer .box:hover .content{
    background: transparent;
}
.portfolioContainer .box:hover .content:before {
    content: "+";
    text-decoration: inherit;
    border-radius: 50%;
    background: #17488b;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 100;
    padding: 12px 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;

    /*transition:all .2s ease-out;*/
    /*animation:sonar-pulse-animation 2s linear infinite;*/
}

#whatsapp-wrapper {
    display: inline-flex;
    align-items: center;
    background: #25d366;
    padding: 0 30px 0 3px;
    margin: 0px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    box-shadow: 1px 1px 5px #a5a5a5;
}
#whatsapp-wrapper .icon .fab {
    font-size: 2.8em;
    color: #FFFFFF;
}
#whatsapp-wrapper .text {
    text-align: left;
    padding-left: 5px;
    line-height: 130%;
    font-size: 13px;
}
#whatsapp-wrapper .text label {
    font-size: 10px;
    line-height: 100%;
    display: block;
}
#whatsapp-wrapper .text strong, #whatsapp-wrapper .text b{
    font-weight: bold;
}

#testimonials{
    position: relative;
}
#testimonials:before{
    position: absolute;
    content: '';
    width: 35%;
    height: 90px;
    background: #17488b;
    top: -45px;
    left: 0;
}
#testimonials:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 10%;
    width: 180px;
    height: 80px;
    margin: 0 auto;
    background: url(images/dot.png);
    background-repeat: repeat;
    background-size: 10px;
}
#testimonials .heading{
    position: relative;
}
#testimonials .heading:before{
    position: absolute;
    content: '';
    left: -100px;
    top: -40px;
    width: 60px;
    height: 80px;
    margin: 0 auto;
    background: url(images/dot.png);
    background-repeat: repeat;
    background-size: 10px;
    /*filter: brightness(0) invert(1);*/
}
#testimonials .testimonial-wrapper{
    position: relative;
    /*overflow: hidden;*/
    clear: both;
}
#testimonials .testimonial-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
#testimonials .testimonial-wrapper ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}
#testimonials .testimonial-wrapper ul li .box {
    padding: 10px;
    margin: 0;
}
#testimonials .testimonial-wrapper ul li .box .content {
    position: relative;
    padding: 50px 22px;
    background: #FFFFFF;
    border: 1px solid #b9b9b9;
    border-radius: 0px 30px 30px 30px;
}
#testimonials .testimonial-wrapper ul li .box:hover .content{
    border: 1px solid #17488b;
    border-radius: 30px 30px 0px 30px;
}
#testimonials .testimonial-wrapper ul li .box .caption {
    font-size: 13px;
}
#testimonials .testimonial-wrapper ul li .box .footernote {
    margin: 20px 0px 0px 0px;
    font-size: 11px;
}
#testimonials .testimonial-wrapper ul li .box .footernote span{
    font-weight: bold;
    padding: 0px 2px;
}
#testimonials .owl-carousel .owl-stage {
    display: flex;
    /*align-items: center;*/
    padding: 30px 0px;
}
#testimonials .owl-controls {
    text-align: center;
    padding: 20px 0 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 3;
    overflow: hidden;
    text-decoration: none;
}
#testimonials .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;
}
#testimonials .owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
}
#testimonials .owl-controls .owl-dots .owl-dot.active span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border: 1px solid #000000;
    background: #000000;
}
#testimonials .owl-controls .owl-dots .owl-dot.active span,#testimonials .owl-controls .owl-dots .owl-dot:hover span {
    background: #000000;
}
#customNav {
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: -80px;
    right: 0;
    width: 90px;
    /*text-indent: -9999px;*/
}
#customNav .owl-prev {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
    color: rgba(255, 255, 255, 0.9);
    background: #17488b;
    z-index: 99;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}
#customNav .owl-next {
    position: absolute;
	right: 0;
	width: 40px;
    height: 40px;
    padding: 10px;
    color: rgba(255, 255, 255, 0.9);
    background: #17488b;
	z-index: 99;
	outline: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
}
.ratingbox{
    display: inline-block;
    padding: 10px 0px;
}
.ratingbox .fa{
    float: left;
    position: relative;
    font-size: 33px;
    padding: 0px 3px;
}
.ratingbox.small .fa{
    font-size: 10px;
    background: -webkit-linear-gradient(#000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-star-half-o, .fa-star{
    color: #ffab00;
}
.rated{
    color: #ffab00;
    cursor: pointer;
}
.unrated{
    color: #707070;
    cursor: pointer;
}
.fa-star-half-empty:after, .fa-star-half-full:after, .fa-star-half-o:after {
    /*content: "\f123";*/
    /*transform: rotateY(-180deg);*/
    /*display: inline-block;*/
    /*left: 26px;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*color: #707070;*/
    /*overflow: hidden;*/
    /*width: 20px;*/
}

#news-wrapper{
    
}
#news-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#news-wrapper ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
#news-wrapper ul li:last-child{
    border-bottom: 0px solid #f2f2f2;
}
#news-wrapper ul li .box{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
}
#news-wrapper ul li .box .image{
    width: 40%;
    height: 150px;
    padding: 0px 2% 0px 0px;
    margin: 0;
    /*overflow: hidden;*/
    /*position: relative;*/
    /*border: 1px solid #f2f2f2;*/
    /*display: inline-block;*/
}
#news-wrapper ul li .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    align-items: center;
    /*display: block;*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*display: table;*/
    /*width: auto !important;*/
    /*height: auto !important;*/
    /*padding: 5px;*/
    /*margin: 0px auto;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}
#news-wrapper ul li .box .content{
    width: 60%;
    font-size: 14px;
    padding: 0px;
    display: inline-block;
}
#news-wrapper ul li .box .desc{
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 4px;
    text-transform: uppercase;
}
#news-wrapper ul li .box .title{
    font-weight: 500;
}
#news-wrapper ul li .box .caption{
    font-size: 13px;  
}

#news-wrapper .box{
    position: relative;
}
#news-wrapper .box .image{
    width: 100%;
    height: 250px;
    padding: 0;
    margin: 0px auto 10px 0px;
}
#news-wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    align-items: center;
}
#news-wrapper .box .content{
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
}
#news-wrapper .box .desc{
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 4px;
    text-transform: uppercase;
}
#news-wrapper .box .title{
    font-weight: 500;
}
#news-wrapper .box .caption{
    font-size: 13px;  
}
#news-wrapper .box .link {
    position: relative;
    display: inline-block;
    width: 100%;
}
#news-wrapper .box .link:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, rgb(204 138 17 / 9%) 5%, rgb(250 182 17) 50%, rgb(237 27 36) 100%);
}
#news-wrapper .box .link a {
    padding: 20px;
    background: #eae6e1;
    display: inline-block;
    z-index: 2;
    position: relative;
    right: 0;
    float: right;
}
#news-wrapper .box .link .fas {
    font-size: 10px;
}

#navigation{
    background:#FAFAFA;
    padding:10px;
    margin-bottom:50px;
}
#navigation .widget-title{
    font-weight:600;
    font-size:18px;
    padding:15px 0px;
    position:relative;
    width:100%;
    display:block;
    background:#4c494a;
    margin-bottom:10px;
    color:#FFF;
    text-align:center;
}
#navigation ul{
    list-style:none;
    padding:0;
    margin:0;
}
#navigation ul li{
    list-style:none;
    padding: 5px 0px;
}
#navigation li.menu-item-has-children{
    
}
#navigation li.menu-item-has-children a{
    font-weight:600;
    font-size:18px;
    padding:15px 0px;
    position:relative;
    width:100%;
    display:block;
    background:#EE3E36;
    margin-bottom:10px;
    text-align:center;
}
#navigation ul li.menu-item-has-children a:after{
    content:"\f107";
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    font-size:18px;
    padding:5px;
}
#navigation ul li a{
    color:#2f2f2f;
}
#navigation ul li .sub-menu{
    position:relative;
    display:none;
    top:0;
    left:0;
    width:auto;
    border-left-width:0;
    opacity:1;
    -webkit-animation:none;
    animation:none;
    visibility:visible;
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color:#FFFFFF;
    margin:10px 0px;
    padding:10px;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}
#navigation ul li.current-menu-parent .sub-menu{
    display:block;
}
#navigation ul li .sub-menu li{
    list-style: disc;
    padding: 5px 0px;
    margin: 0px 0px 0px 20px;
}
#navigation ul li .sub-menu li a{
    font-size:14px;
    position:relative;
    padding:2px 0px;
    margin:0px;
    background:none;
    color:#404040;
}
#navigation ul li .sub-menu li a:after{
    display:none;
}
#navigation ul li .sub-menu li.current-menu-item a{
    color:#EE3E36;
}

#floatcta{
    position: fixed;
    width: 40px;
    bottom: 20%;
    right: 0;
    z-index: 999999;
}
#floatcta ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#floatcta ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#floatcta ul li .fa, #floatcta ul li .fab, #floatcta ul li .fas{
    color: #FFFFFF;
    font-size: 16px;
    width: 30px;
    height: 30px;
}
#floatcta .whatsapps{
    background: #25D366;
    border-radius: 5px 0px 0px 0px;
}
#floatcta .whatsapps .fab{
    padding: 10px 0px;
    font-size: 1.6em;
    height: 40px;
}
#floatcta .phone{
    background: #eb242a;
    border-radius: 0px 0px 0px 0px;
}
#floatcta .phone .fa{
    padding: 12px 0px;
    font-size: 1.2em;
    height: 40px;
}
#floatcta .email{
    background: #f89c6a;
}
#floatcta .email .fas{
    padding: 10px 0px;
    font-size: 1.6em;
    height: 40px;
}
#floatcta .link{
    background: #404040;
    border-radius: 0px 0px 0px 5px;
    height: 130px;
    font-size: 14px;
}
#floatcta .link a, #floatcta .link a:hover, #floatcta .link a:active{
    color: #FFFFFF; 
}
#floatcta .rotate{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    white-space: nowrap;
    padding: 80px 0px;
}

#custom-pagination{
    display: block;
    margin: 0 auto;
    text-align: center;
}
#custom-pagination .custom-page{
    display: inline-block;
    border: 1px solid #DBDBDB;
    padding: 4px 15px;
}
#custom-pagination .custom-number{
    display: inline-block;
    margin-left: 5px;
}
#custom-pagination .custom-number .page-numbers{
    border: 1px solid #DBDBDB;
    padding: 6px 8px;
}
#custom-pagination .custom-number .page-numbers.current{
    border: 1px solid #918F90;   
}
#custom-pagination .custom-number .page-numbers.prev{
    margin-right: 2px;
    padding: 3px 8px;
    font-size: 14px !important;
}
#custom-pagination .custom-number .page-numbers.next{
    margin-left: 2px;
    padding: 3px 8px;
    font-size: 14px !important;
}


.box {
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
}
.box .image, .box .fullimage {
	margin-bottom: 20px;  
} 
.box .fullimage img {
    object-fit: cover;
    align-items: center;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.box .emoji{
    font-size: 2.5em;
    margin: 0px 0px 15px 0px;
}
.box .icon{
    width: 50px;
    margin-bottom: 10px;
}
.box .icon.icon-center{
    margin-left: auto;
    margin-right: auto; 
}
.box .content {
	padding: 0px;
	width: 100%;
    line-height: 150%;
}
.box .content ul.style1{
    padding: 10px 0px 0px 0px !important;
}
.box .content ul.style1 li {
    padding: 0px 0px 10px 0px !important;
    margin: 0 !important;
    display: inline-flex;
    flex-direction: initial;
}
.box .content ul.style1 li:before {
    font-size: 11px;
    border-radius: 0 !important;
    padding: 0px 5px !important;
    margin-right: 2px !important;
}
.box .title {
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.box .subtitle{
    font-weight: 300;
    font-size: 14px;
}
.box .caption{
    padding: 0;
    margin: 0;
}
.shadow-box{
    padding: 40px 30px;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.navbar-inverse li.menu-item-open-left:hover > ul.sub-menu,
.navbar-inverse li.menu-item-open-left.link-focus > ul.sub-menu {
	right: 0;
}
.navbar-inverse li.menu-item-open-left li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	right: 100%;
	left: auto;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	clear: both;
	padding: 10px;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding: 10px;
}
.nav-links {
	border-top: 1px solid #ACABAB;
}
.nav-links a {
	color: #000000;
	padding: 0px;
}
.nav-links a:hover {
	color: #000000;
	text-decoration: underline;
}
.prev {
	padding: 15px 0 15px 60px;
	display: inline-block;
	margin-right: 10px;
	border: none;
}
.next {
	padding: 15px 60px 15px 0;
	display: inline-block;
	margin-left: 10px;
	border: none;
}
.page-numbers {
	padding: 0 5px 4px;
	font-size: 14px;
}
span.page-numbers {
	font-weight: bold;
	text-decoration: underline;
}
.site-main .post-navigation {
	float: left;
	width: 100%;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.singleblogtitle {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
    /*background: linear-gradient(to right, #000000 0%, #C5A47E 40%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.widget {} 
.widget.woocommerce, .widget.widget_wcc_widget{
    display: inline-block;
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 0;
}
.widget .widget-title {
    font-size: 14px;
    font-weight: bold;
}
.widget h1.widget-title {
	width: 100%;
	color: #ffffff !important;
	text-align: center;
	margin-bottom: 10px !important;
}
.widget h3.widget-title {
    font-size: 1.5em;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.widget .woocommerce{
    padding: 20px 10px;
    background: #FAFAFA;
}
.widget .woocommerce .buttons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart_list_form{
    width: 100%;
    margin: 0px 0px 20px 0px !important;
}


.widget-area {
	float: left;
	width: 100%;
}
.widget-area .widget {
    clear: both;
    padding: 0px 0px 20px 0px;
    margin-bottom: 0px;
}
.widget-area ul li {
	margin: 0px;
	line-height: 1.2em;
	padding: 0px 0px 6px 0px;
}
.widget-area ul li {
	text-align: left !important;
	text-transform: capitalize;
}

.widget_search .search-submit {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url(images/search_icon.png) no-repeat center center;
	text-indent: -9999999px;
}
.widget_search label {
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}
.widget_search form {
	position: relative;
}
.widget_search input {
	width: 83%;
	padding: 12px 15% 12px 2%;
}
.widget ul {
	margin: 10px 0 10px 0px;
	padding: 0;
	display: block;
}
.widget li {
	margin: 0px 0px 10px 20px;
	position: relative;
}
.widget ul.nolist{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul.nolist li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 20px;
}
.widget ul.horizontal {
    padding: 0;
	margin: 0 auto;
	display: inline-block;
}
.widget ul.horizontal li {
	list-style: none;
	padding: 0px 5px;
	margin: 0px;
	position: relative;
	float: left;
}
.widget ul.menu {
	padding: 0px 0px 10px 0px;
}
.widget ul.menu li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 30px;
	display: inline;
}
.widget ul.menu li:last-child {
	margin-right: 0px;
	border-right: 0px solid #ffffff;
}
.widget ul.menu li a {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.widget ul.menu li.current-menu-item a {
	color: #c5a47e;
}
.widget ul.menu li a:hover {
	color: #c5a47e;
}
.widget ul.product-categories {
    margin: 10px 0px;
    padding: 0;
}
.widget ul.product-categories ul{
    margin: 10px 0px;
    padding: 0;
}

.widget .woocommerce .buttons{
    
}
.widget .woocommerce .buttons .button{
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
    cursor: pointer;
    white-space: initial;
    padding: 4px 12px;
    margin: 0px 5px 5px !important;
    border: 1px solid #17488b;
    background: #17488b;
    color: #FFFFFF;
    display: block;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.wcc_block{
    background: #fafafa !important;
}
.widget ul.mtree.default {
    
}

.widget ul.mtree.default li{
    border: none;
    border-bottom: 1px solid #f0f0f0;
    color: #232331;
    padding: 10px 12px;
    margin-bottom: 0;
}
.widget ul.mtree.default li:last-child{
    border-bottom: 0px solid #f0f0f0;
}
ul.mtree.default li.mtree-node:before {
    float: right;
}
.summary {
    display: flex;
    flex-direction: column;
}
.summary .price{
    display: none;
}
.woocommerce-product-details__short-description{
    order: 1;
}
.product_meta{
    order: 2;
}
.product-enquiry-button-custom{
    order: 3;
    /*margin-top: 30px;*/
}
.product-enquiry-button-custom a.product-enquiry-click{
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 10px !important;
    margin: 20px auto 0px auto !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    color: #fff !important;
    background: #000 !important;
    border: .01em solid #000 !important;
    width: 100% !important;
    outline: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
    line-height: 150% !important;
}
.product-enquiry-button-custom .alert {
    position: relative;
}
.product-enquiry-button-custom .alert-content button{
    position: absolute;
    top: 0;
    right: 0;
}


.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
.site-content {

}
.home-content {
	
}
.sticky {} .hentry {} .byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-meta-large .byline,
.entry-meta-large .updated {
	display: none;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
	line-height: 1.4em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header{
    width:100%;
    height:350px;
    margin:0px;
    padding:0px;
    z-index:0;
    border-bottom: 0px solid #F2F2F2;
    background-color: #f3f3f3;
    background-image: url(images/gel6.jpg);
    /*background-image: url(images/c2.png);*/
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    background-attachment: fixed;
    padding: 0;
    overflow: hidden;
    text-shadow: 1px 1px 2px #000000;
    text-shadow: none;
    position: relative;
}
.page-header .fixed-bg{
    /*background-attachment: fixed;*/
}
.page-header-small{
    width:100%;
    height:250px;
    margin:0px;
    padding:0px;
    z-index:0;
}
.page-header .innerbg{
    height: 100%;
}
.page-header .overlay{
    width:100%;
    height:100%;
    padding: 20px 0px;
    background: rgba(255,255,255,0.0);
}
.page-header .overlay .container{
    height:100%; 
}
.page-header-content{
    position:relative;
    display:table;
    top: 40%;
    max-width: 900px;
    width: 90%;
    padding: 0px 15px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 150%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    text-align: center;
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #fff;
}
.page-header-content h3.page-title, .page-header-content h3{
    font-family: "PT Serif", serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0;
    margin: 0 auto 10px auto;
    left: 0;
    right: 0;
    width: 100%;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff;
}
.page-header-content .caption{
	font-size: 18px;
    color: #000000;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 10px;
    line-height: 1.4em;
}
article .page-header{
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px; 
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
    display: inline-block;
}
.breadcrumb{
    width:100%;
    padding:10px 0px;
    margin: 20px auto 0px auto;
    font-size: 14px;
    font-weight:normal;
    /*text-transform: uppercase;*/
    /*text-align:center;*/
    background-color:transparent;
}
.breadcrumb p{
    padding: 0;
    margin: 0;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb span{
    color: #FFFFFF;
}
.taxonomy-description {
	margin-bottom: 1.5em;
}
.entry-title {
	margin-top: 0;
	padding-top: 0;
	position: relative;
}
.page-template-template-fullwidth .entry-title {
    display: none;
}
.entry-meta {
	padding-top: 10px;
    font-weight: 100;
    color: #939393;
    margin-bottom: 15px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.section-header {
	padding: 0px;
}
.section-header .section-legend {
	font-size: 16px;
	margin-bottom: 0;
	color: #808080;
	padding-top: 0;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
#parallax_move .layer {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: top center;
}
.home-header-wrap {
	overflow: hidden;
	position: relative;
}
.header.header {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	/*position: absolute;*/
}
/*.home .header.header {*/
/*	position: absolute;*/
/*}*/
#info {
    position: absolute;
    padding: 0;
    margin: 0px;
    float: right;
    right: 0;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}
#info .textwidget {
    display: inline-block;
}
#info .social-wrapper {
    display: flex;
    align-items: center;
    padding: 4px 15px 3px 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
}
#info .social-wrapper .icon .fab {
    font-size: 2em;
    color: #FFFFFF;
}
#info .social-wrapper .text {
    text-align: left;
    padding-left: 5px;
    line-height: 130%;
}
#info .social-wrapper .text label {
    font-size: 8px;
    line-height: 100%;
    display: block;
}
#whatsapp-wrap{
    background: #25d366;
}
#weixin-wrap{
    background: #25d366;
}
#info .btn{
    margin: 0;
    box-shadow: 3px 3px #cdcdcd;
}
#info input[type="search"] {
    background: #FFF url('images/search.svg') no-repeat center;
    background-size: 14px;
    color: #1D1D1D!important;
    box-shadow: 0 3px 6px #1D1D1D29;
    padding: 2px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    border-color: transparent
}

#info input[type=search]:focus {
    width: 130px;
    background: #FFF url('images/search.svg') no-repeat 10px;
    background-size: 14px;
    color: #1D1D1D!important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 30px
}

#info input[type="submit"] {
    display: none
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto!important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#info .left-column{
    display: inline-block;
    width: 10%;
    float: left;
    text-align: left;
}
#info .right-column{
    display: inline-block;
    width: 90%;
}
#info ul {
    padding: 0;
    margin: 0;
} 
#info ul li {
    display: inline-block;
    padding: 0px 10px;
    margin: 0px;
    vertical-align: middle;
}
#info ul li .fa{
    font-size: 16px;
    text-align: center;
    padding: 5px;
}
#info ul li label{
    
}
#info ul li .call-wrapper{
    padding: 6px 20px;
    border-radius: 0px 30px 30px 30px;
    background: #FFFFFF;
    font-weight: bold;
}
#info li.lang-item{
    padding: 0px 5px;
}
#info li.current-lang{
    background: #f2f2f2;
}

#socialmedia{

}
#socialmedia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#socialmedia ul li{
    list-style: none;
    padding: 0px 10px;
    margin: 0;
    display: inline-block;
}
#socialmedia li:first-child{
    border: none;
    padding: 0px 4px 0px 0px;
}
#socialmedia li label{
    padding: 10px 2px;
}
#socialmedia li a{

}
#socialmedia label{
    font-size: 13px;
    padding-right: 3px;
}
#socialmedia .fa, #socialmedia .fab{
    /*color: #272262;*/
}

#top-search-form{
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: none;
}
#top-search-form input[type="submit"]:hover {
    color: #fff;
    border: 0px solid #c5a47e;
}
#top-search-form .panel-last-child{
    display: inline-block;
    position: absolute;
    top: 22%;
    right: 1%;
}
#top-search-form #close-btn{
    font-size: 20px;
    font-weight: normal;
    color: #5dbaa9;
}
#site-navigation {
	float: right;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	border-color: transparent;
	border: none;
}
.navbar {
	background: transparent;
	border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left;
}
#main-nav {
    z-index: 9;
	width: 100%;
	margin-bottom: 0;
    padding: 0px 0px 0px 0px;
    background: transparent;
    border: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    -o-transition: -o-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.1);*/
    /*border-bottom: 0.02em solid rgba(0, 0, 0, 0.6);*/
}
/*.home #main-nav{*/
/*    border-bottom: 0.02em solid rgba(255, 255, 255, 0.6);*/
/*}*/
#main-nav.fixed {
    z-index: 99;
	position: fixed;
	top: 0;
    padding: 20px 0px 5px 0px;
    -webkit-transform: translate(0, -1em);
    -moz-transform: translate(0, -1em);
    -ms-transform: translate(0, -1em);
    -o-transform: translate(0, -1em);
    transform: translate(0, -1em);
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
    background: #FFFFFF;
    /*background-color: rgba(255,255,255,0.96);*/
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    border-bottom: 0.02em solid rgba(255, 255, 255, 0.6);
}
#main-nav .container-fluid{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
#main-nav > .container{
    position: relative;
}
.navbar-inverse .navbar-nav {
    display: block  !important;
	margin-left: 0;
	margin-right: 0;
}
.navbar-inverse .navbar-nav >li {
    position: relative;
	display: inline-block;
	float: none !important;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    /* text-transform: uppercase; */
    padding: 10px 40px 10px 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000000;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:active {
    color: #17488b ;
}
.navbar-inverse.fixed .navbar-nav>li>a {
    color: #000000;
}
.navbar-inverse.fixed .navbar-nav>li>a:hover, .navbar-inverse.fixed .navbar-nav>li>a:focus, .navbar-inverse.fixed .navbar-nav>li>a:active {
    color: #17488b ;
}
.navbar-inverse .navbar-nav>li.current-menu-item > a{
    position: relative;
    color: #17488b ;
}
.navbar-inverse .navbar-nav>li.current-menu-item > a:before{
    /*position: absolute;*/
    /*content: '';*/
    /*background: #17488b ;*/
    /*width: 30px;*/
    /*height: 2px;*/
    /*top: 0;*/
    /*left: 0;*/
}
ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a {
	outline: none;
}
.navbar-inverse .navbar-nav>li.has_children>a{
   
}
.navbar-inverse .navbar-nav>li:first-child a{
    border-left: 0;
}
.navbar-inverse .navbar-nav>li:last-child {
    /*margin-right: 0 !important;*/
    /*margin-left: 10px;*/
    /*background: #00aa92;*/
    /*color: #FFF;*/
}
.navbar-inverse .navbar-nav>li:last-child a, .navbar-inverse .navbar-nav>li:last-child a:hover{
    padding-right: 0px;
}
.navbar-inverse .navbar-nav>li>a span {
	font-weight: 600;
	font-size: 12px;
	color: #7d9295;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	left: -999em;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 200px;
	box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.08);
	z-index: 9999;
	padding: 0;
	margin: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu li {
	float: none;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu li a {
	padding: 10px 20px;
	font-size: 95%;
	display: block;
	color: #000000;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a,
.navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	/*color: #c5a47e;*/
	background: #FAFAFA;
}
.navbar-inverse ul ul {
	left: -999em;
}
.navbar-inverse ul ul ul {
	left: -999em;
	top: 0;
}
.navbar-inverse ul li:hover > ul.sub-menu,
.navbar-inverse ul li.link-focus > ul.sub-menu {
	left: 0;
}
.navbar-inverse ul li#menu-item-185:hover > ul.sub-menu,
.navbar-inverse ul li#menu-item-185.link-focus > ul.sub-menu {
    /*force hide*/
	left: -999em;
}
.navbar-inverse ul ul li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	left: 100%;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: none;
	border-color: none;
	border: 0px dotted black;
	outline: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #000000;
	height: 2px;
}

.navbar-inverse.fixed .navbar-toggle .icon-bar {
	background-color: #000000;
}
.navbar-toggle.active {} 
.navbar-toggle.collapsed {
	background-color: transparent !important;
}
#site-navigation > ul {
	width: auto;
	position: relative;
}
#site-navigation > ul ul {
	text-align: left;
}
#site-navigation > ul > li {} 

.navbar-header {
	position: relative;
	float: none;
}
.navbar-header-menu {
	float: right;
}
.responsive-logo {
    width: 100%;
    max-width: 180px;
    /* float: left; */
    position: relative;
    /* display: inline-block; */
    padding: 10px 0px;
    margin: 0px;
    z-index: 999;
    text-align: center;
}
/*.responsive-logo:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: -7%;*/
/*    bottom: -34px;*/
/*    width: 120px;*/
/*    height: 35px;*/
/*    background: #FFFFFF;*/
/*}*/
/*.responsive-logo:after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    z-index: -1;*/
/*    height: 40px;*/
/*    width: 60px;*/
/*    background-color: #fff;*/
/*    -ms-transform: rotate(135deg);*/
/*    transform: rotate(135deg);*/
/*    bottom: -19px;*/
/*    right: -71px;*/
/*}*/
.responsive-logo img{

}
.responsive-logo .tagline{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

#main-nav.fixed .responsive-logo img{
    width: 90%;
    -webkit-filter: initial;
    filter: initial;
}
.navigation-wrapper {
    width: 65%;
    /* float: right; */
    position: absolute;
    display: table;
    top: 50%;
    /*left: 15%;*/
    right: 200px; 
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    padding: 0;
    margin: 0;
    /*border-left: 0.02em solid rgba(0, 0, 0, 0.6);*/
    /*border-right: 0.02em solid rgba(0, 0, 0, 0.6);*/
}

#main-nav.fixed .navigation-wrapper{
    /*border-left: 0.02em solid rgba(255, 255, 255, 0.6);*/
    /*border-right: 0.02em solid rgba(255, 255, 255, 0.6);*/
}
.navbar-inverse .navbar-nav > li {
    vertical-align: middle;
} 
.navbar-inverse .navbar-nav>li.current>a {
	position: relative;
	outline: none;
}
.navbar-inverse .navbar-nav > li.labelonly a, .navbar-inverse .navbar-nav > li.labelonly a:hover, .navbar-inverse .navbar-nav > li.labelonly a:focus, .navbar-inverse .navbar-nav > li.labelonly a:active{
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}
.navbar-right {
	float: none !important;
	margin-right: 0px !important;
}
 
.sitecontactlist {
    position: relative;
    padding: 40px 15px;
}
.sitecontactlist .heading{
    padding: 30px 0px;
}
.sitecontactlist ul {
    margin: 0;
} 
.sitecontactlist ul li {
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    vertical-align: middle;
}
.sitecontactlist .icon{
    width: 60px;
    text-align: center;
    display: inline-block;
}
.sitecontactlist .fa{
    color: #8B6A36;
    padding: 15px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}

#contactform{
    padding-bottom: 80px;
    margin-top: -300px;
    position: relative;
    z-index: 2;
}
#contactform:before {
    position: absolute;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -100px;
    width: 2px;
    height: 130px;
    background: #174788;
    z-index: 2;
}
#contactform .form-wrapper{
    width: 90%;
    max-width: 760px;
    padding: 40px;
    max-width: 760px;
    padding: 40px;
    margin:0 auto;
    background: #FFFFFF;
    box-shadow: 0px -2px 4px #DDDDDD;
}

#footer {
    position: relative;
    overflow: hidden;
    font-weight: 200;
    color: rgba(255, 255, 255, .8);
    padding-top: 370px;
    background: linear-gradient(to bottom, #f2f2f2 30%, #212121 30%)!important;
}
#footer:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 20%;
    width: 60%;
    height: 55%;
    background: rgba(255, 255, 255, .02);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 100%, 0);
}
#footer a{
    color: rgba(255, 255, 255, .8);
}

#footer .logo{
    margin: 0px 0px 20px 0px;
    width: 100px;
}
#footer .logo img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#footer .box {
    display: flex;
    /*align-items: center;*/
    padding: 0;
    margin: 0px 0px 30px 0px;
}
#footer .box .icon-wrap {
    display: inline-block;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    padding: 0;
    margin: 0;
}
#footer .icon-wrap .fa,#footer .icon-wrap .fab,#footer .icon-wrap .fas  {
    font-size: 2em;
    color: rgba(255, 255, 255, .8);
}
#footer .box .text-wrap {
    width: 80%;
    padding: 0px 0px 0px 15px;
    color: rgba(255, 255, 255, .8);
}
#footer .box .text-wrap label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    color: rgba(255, 255, 255, .8);
}

#footer .widget ul.menu {
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}
#footer .widget ul.menu li {
    padding: 0;
    margin: 0px 10px 10px 0px;
    text-align: left;
    display: block;
}
#footer .widget ul.menu li a {
    padding: 0;
    margin: 0;
}
#footer .widget ul.menu li ul {
    display: block;
    margin: 5px 0px 0px 0px;
}
#footer .widget ul.menu li ul li{
    margin: 0 0 5px;
}

#menu-footer-quicklink{
    -webkit-column-count: 23;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
#menu-products{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
#footer ul.time-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul.time-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: .01em dotted #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    display: flex !important;
    justify-content: space-between !important;
}
#footer #socialmedia{
    position: relative;
    text-align: center;
}
#footer #socialmedia ul {
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 10px;
    margin: 0px 20px 0px 0px;
    display: inline-block;
}
#footer #socialmedia ul li{
    list-style: none;
    padding: 0px 10px;
    margin: 0;
    display: inline-block;
}
#footer #socialmedia ul li:last-child{

}
#footer #socialmedia ul .fab, #footer #socialmedia ul .fas{
    font-size: 1.5em;
}
.copyright {
    font-size: 12px;
    font-weight: normal;
    padding: 16px 0px;
    margin: 0px;
    /* display: inline-block; */
    width: 100%;
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
}
.footer-widget-wrap > .container {
	text-align: left;
}
.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px;
}
.footer-widget ul#menu-menu-1 {
	list-style: none;
}
.footer-widget ul {
	margin-left: 0;
	padding-left: 0;
}
.footer-widget li {
	list-style: none;
	margin-left: 0;
	text-align: left;
}
.footer-widget li a {
	color: #000000;
}
.footer-widget li a:hover {
	color: #C5A47E;
}
.footer-widget-footer {
 
}
.footer-widget-footer .widget-title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 15px 0px;
}

.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.addmargin{
    margin-top: 120px;
}
.extraborder{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.extrabordertop{
    border-top: 1px solid #ededed;
}
.extraborderbottom{
    border-bottom: 1px solid #ededed;
}

#sociamediabar{
    position: fixed;
    left: 0;
    top: 50%;
    width: 50px;
    height: auto;
}
#sociamediabar ul{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}
#sociamediabar ul:before{
    position: absolute;
    content: "";
    background: #5E5E5E;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 50px;
}
#sociamediabar ul li{
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: 15px;
}
#sociamediabar .fa{
    font-size: 140%;
}
#sociamediabar ul li a{
    color: #5E5E5E;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    border: 0px solid #f7e700 !important;
    padding: 0px 15px !important;
    margin: 10px 0px !important;
}
.wpcf7-not-valid-tip{
    padding: 0;
    font-size: 10px;
}
.wpcf7-spinner{
    display: block;
}
div.wpcf7 .ajax-loader{
    display: none;
}
.wpcf7 form{
    max-height: 100%;
    padding: 0;
}

.formpadding {
    padding: 0px;
    margin: 0 auto;
}
.formheader{
    font-size: 15px;
    margin: 0px 0px 20px 0px;
}
.formcontent {
    width: 100%;
    display: inline-block;
}
.formcontent p{
    margin: 0;
}
.form-label {
	padding: 0px;
	margin-bottom: 15px;
}
.form-label label {
    width: 100%;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
}
.form-label input {
    width: 100%;
    padding: 10px 5px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-bottom: 1px solid #b1b1b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    color: #000000;
}
.form-label select {
    width: 100%;
    padding: 10px 0px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-bottom: 1px solid #b1b1b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    color: #000000;
}
.form-label textarea {
    width: 100%;
    padding: 10px 5px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-bottom: 1px solid #b1b1b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}
.blog {
	min-height: 175px;
	position: relative;
	overflow: hidden;
}
.blog-list {
	background: #FFF;
}
article.hentry {
	float: left;
	width: 100%;
}
article.sticky {
	background: #f9f9f9;
	padding: 10px;
}
article {
	text-align: left;
}
article .entry-meta a {
	color: #888;
	font-style: italic;
}
article .posted-on a:hover {
	color: #C5A47E;
}
.entry-footer a {
	color: #888;
	font-style: italic;
}
.entry-footer a:hover {
	color: #C5A47E;
}
.blogtitle {
	display: block !important;
}
.blogtitle:after {
	display: none !important;
}
.clear {
	clear: both;
}
.sidebar-wrap.content-left-wrap {
	margin-top: 0px;
	padding-top: 0;
}
.debar-wrap {
	margin-top: 50px;
}
.listpost-content-wrap h1.entry-title,
.list-post-top h1.entry-title {
	float: none;
	clear: none;
	margin-top: 0;
	font-size: 1.5em;
}
.listpost-content-wrap .entry-title:before {
	display: none;
	content: "";
}
.listpost-content-wrap .entry-title a:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #C5A47E;
	bottom: -9px;
	left: 0;
	width: 50px;
	display: none;
}
.list-post-top h1.entry-title a{
	color: #000000;
}
.post .entry-footer {
	padding-top: 50px;
}
.listpost-content-wrap h1.entry-title a {
	float: none;
	position: relative;
}
.listpost-content-wrap-full {
	width: 100%;
}
.listpost-content-wrap-full .list-post-top {
	min-height: 1px;
}
.listpost-content-wrap .entry-content {
	margin-top: 1em;
}
.listpost-content-wrap .entry-footer {
	padding-top: 10px;
}
.listpost-content-wrap-full .entry-footer > span,
.listpost-content-wrap .entry-footer > span {
	padding-right: 15px;
}
.listpost-content-wrap .entry-content p {
    margin-bottom: 30px;
}
.entry-content {
	margin: 0;
}
.list-post-top {
	min-height: 50px;
	display: inline-block;
	width: 100%;
}
.search .list-post-top {
	min-height: 1px;
}
.entry-footer {
	background: transparent;
}
.entry-footer-large a {
	color: #8b8b8b;
	font-style: italic;
}
.entry-footer-large {
	background: transparent;
	padding: 0 0 20px 0px;
	position: relative;
	padding-right: 200px;
	float: left;
	width: 100%;
}
.entry-footer-large > span {
	padding-right: 5px;
}
.entry-footer-large-left {
	float: left;
}
.large-container .entry-content p {
	margin: 4px 20px 0px 0px;
}
.entry-meta-large {
	float: right;
	position: absolute;
	right: 0;
	top: 0
}
.post-img-wrap-large a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3 ease-out;
}
.listpost-content-wrap-large {
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	min-height: 50px;
	width: 100%;
	padding: 15px 20px 0px 20px;
	border-top: 2px solid #FFF;
}
.large-container {
	background-color: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 35px 0;
	position: relative;
	width: 95%;
	float: left;
}
.large-container .list-post-top {
	min-height: 50px;
}
.dropdownmenu{
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 25%;
    right: 30px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.dropdownmenu:before{position:absolute;color:#000000;content:"\f107";font-family:'Font Awesome 5 Free';font-style:normal;font-weight:bold;}

ul.sub-menu li .dropdownmenu{top: 10px;right:20px;}
ul.sub-menu li .dropdownmenu:before{color:#000000;content:"\f105";font-family:'Font Awesome 5 Free';font-style:normal;font-weight:bold;}
.navbar-inverse.fixed .dropdownmenu:before{color:#000000;}

.mobile-bg-fix-wrap {
	width: 100%;
	overflow: hidden;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img {
	position: absolute;
	width: 100%;
	height: 125%;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
	position: relative;
	z-index: 1;
}
@media (max-width: 1280px) {

}
@media (max-width: 1200px) {
    #main-nav > .container {
        width: 95%;
    }
}
@media (min-width: 992px) {
    .card-highlight {
        display: flex;
        justify-content: center;
    }

    .card-highlight>* {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 34.2361111111vw;
        margin-left: 6.9444444444vw;
        margin-right: 6.9444444444vw;
    }

    .card-highlight .wrapper {
        padding: 20px 0;
    }

    .card-highlight .content {
        padding: 6.9444444444vw 0;
    }

    .card-highlight:nth-child(even) {
        flex-direction: row-reverse;
    }

    .card-highlight:nth-child(even) .image {
        margin-top: -6.9444444444vw;
    }

    .card-highlight:nth-child(even) .content {
        align-self: flex-end;
    }
    
    #open-wcc_block, #close-wcc_block{
        display: none;
    }
    .wp_widget_plugin_box .wcc_block{
        display: block !important;
        background: #FFFFFF;
        padding: 10px;
    }
}
@media (max-width: 991.5px) {

    h1{
    	font-size: 2.2em;
    }
    h2 {
    	font-size: 2em;
    }
    h3 {
    	font-size: 1.8em;
    }
    h4 {
    	font-size: 1.6em;
    }
    h5 {
    	font-size: 1.4em;
    }
    h6 {
    	font-size: 1.1em;
    }
    .addmargin{
        margin-top: 0;
    }
    .container{
        width: 100%;
    }
    .innercontent {
        width: 100%;
        padding: 0px 10px;
    }
	.navbar-header-menu {
		float:none;
	}
	.navigation-wrapper {
        float: none;
        position: absolute;
        right: 0;
        top: 100%;
        left: 0;
        width: 100%;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
	}
	.navbar-toggle {
        float: right !important;
        right: 20px !important;
        z-index: 3 !important;
        padding: 16px 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        position: absolute;
	}
	.navbar-toggle.active span.icon-bar:nth-child(2){
	    display: none;
	}
	.navbar-toggle.active span.icon-bar:nth-child(1){
	    transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
        margin-top: 1px;
        margin-left: 2px;
        width: 25px;
	}
	.navbar-toggle.active span.icon-bar:nth-child(3){
        transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
        margin-top: -2px;
        margin-left: 2px;
        width: 25px;
	}
	.navbar-inverse .navbar-nav {
        text-align: center;
        padding: 20px 10px;
        margin: 0px;
        background: #FFFFFF;
	}
	.navbar-inverse .navbar-nav > li {
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		position: relative;
	}
	.navbar-inverse .navbar-nav > li a {
		text-align: left;
		display: block;
		padding: 10px 0px;
		margin: 0px;
		color: #000000 !important;
	}
    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:active {
        color: #000000;
    }
    
    .navbar-inverse.fixed .navbar-nav>li>a {
        color: #000000;
    }
    .navbar-inverse.fixed .navbar-nav>li>a:hover, .navbar-inverse.fixed .navbar-nav>li>a:focus, .navbar-inverse.fixed .navbar-nav>li>a:active {
        color: #000000;
    }
    .navbar-inverse ul li#menu-item-185:hover > ul.sub-menu,
    .navbar-inverse ul li#menu-item-185.link-focus > ul.sub-menu {
    	left: 0;
    }
	.navbar-inverse .navbar-nav>li.current-menu-item > a{
	 
	}
	.navbar-inverse .navbar-nav>li.has_children>a {
   
    }
	.navbar-inverse .navbar-nav li.this-open > ul {
		display: block !important;
	}
	.navbar-inverse .navbar-nav ul.sub-menu {
		display: none !important;
		position: relative;
		top: 0;
		box-shadow: none;
		width: 100%;
		background: transparent;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li {
		/*width: 100%;*/
		/*float: left;*/
		margin: 0px;
	    padding: 0px;
        background: #EEEEEE;
        border-bottom: 3px solid #FFFFFF;
    }
	.navbar-inverse .navbar-nav ul.sub-menu li a {
	    padding: 10px 0px 10px 10px;
	    font-size: 95%;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li:hover > a, .navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
        background: rgba(250, 250, 250, 0.2);
    }
	.dropdownmenu{
	    top: 10px;
	    right: 20px;
	}
	.dropdownmenu:before{
	    color: #000000;
	}
	.navbar-inverse.fixed .dropdownmenu:before {
        color: #000000;
    }
	ul.sub-menu li .dropdownmenu {
        top: 10px;
        right: 20px;
    }
    ul.sub-menu li .dropdownmenu:before {
        color: #000000;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: normal;
    }
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li:last-child a {
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
	}
	/*.this-open > a {*/
	/*	color: #FFFFFF !important;*/
	/*}*/
	li.current>a:before {
		content: "";
		display: none !important;
	}
	#site-navigation{
	    max-height: 95vh;
	}
	#site-navigation > ul ul {
        left: 0;
        /*border-top: 1px solid rgba(221, 221, 221, 0.3);*/
        /*border-bottom: 1px solid rgba(221, 221, 221, 0.3);*/
    }
    ul.navbar-right li.lang-item {
        display: none;
    }
    li.astm-search-menu {
        position: relative !important;
    }
    .search-form {
        padding: 5px 0px;
    }
    .search-form input[type="search"] {
        width: 100%;
        color: #FFFFFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .is-menu form label {
        width: 85%;
    }
    
    #fixedleftbar{
        left: -50px;
    }
    #fixedleftbar:hover{
        left: 0px;
        -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.5s ease-in-out;
    }
    #main-nav .container{
        width: 100%;
    }
    #info {
        right: 60px;
    }
    .content-left-wrap {
        padding: 0px;
        display: inline-block;
        width: 100%;
    }
    .page-header-content h3.page-title, .page-header-content h3 {
        font-size: 26px;
    }

    .title-big {
        font-size: 3em;
    }
    

    #banner .banner-wrapper {
        position: relative;
        top: 0;
        bottom: 0;
        width:100%; 
        height:550px; 
        overflow: hidden;
    }

    #banner video {
        min-width: auto;
        min-height: auto;
        width: auto;
        height: auto;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        width: 100%;
        margin: 0;
        display: block;
        
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            /* width: 100%; */
            margin: 0;
            display: block;
    }

    #steps ul li {
        width: 30%;
    }
    #steps ul li .box{
        margin-bottom: 40px;
    }
    
    #faq video{
        width: 100%;
    }

    #open-wcc_block, #close-wcc_block{
        display: block;
        background: #f2f2f2;
        color: #000000;
    }
    #open-wcc_block{
        margin-bottom: 20px;
    }
    #close-wcc_block{
        margin-top: 20px;
    }

    #footer .row-eq-height{
        display: block;
    }

    #footer .widget ul.menu {
        text-align: center;
    }
    #footer .widget ul.menu li {
        padding: 0px 10px;
        margin: 0 0 10px;
        text-align: center;
        display: inline-block;
        border-right: 1px solid rgba(255,255,255,0.2);
    }
    #footer .widget ul.menu li:last-child {
        border: none;
    }
    #footer .widget ul.menu li.menu-item-has-children{
        border: none;
    }
    
    #footer #certificates {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    
    #footer #socialmedia:before {
		top: 35px;
        left: 0;
        right: 0%;
        width: 100%;
    }
    #menu-footer-quicklink {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
	#menu-products {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}
    .footer-widget-footer {
        margin: 0px 0px 40px 0px;
    }
    .sitecontactlist .heading {
        padding: 0px;
    }
    .sitecontactlist .icon {
        text-align: center;
        display: block;
        padding: 0px 0px 10px 0px;
        margin: 0 auto;
    }
    .copyright {
        margin: 0;
        text-align: center;
    }
}
@media (max-width: 900px) {

}
@media (min-width: 768px) {
    .showtabletmobile{
        display: none;
    }
    .hiddentabletmobile{
        display: block;
    }
}
@media (max-width: 767.5px) {

    .showtabletmobile{
        display: inline-block;
    }
    .hiddentabletmobile{
        display: none;
    }
/*     section {
        padding: 50px 0px;
    } */
    /*.header.header {*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*}*/
    .page-header-content h3.page-title, .page-header-content h3 {
        font-size: 26px;
	}
    .row-eq-height{
        display: block;
    }
    .row-eq-height-wrap {
        display: block;
    }
    #main-nav .row-eq-height{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .image-wrapper{
        margin-bottom: 30px;
    }
    .heading .caption {
        font-size: 16px;
    }
    #whyus:after{
        left: 60%;
    }
    #whyus .heading {
        position: relative;
        top: 0;
        transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
    }
    #treatments .text-right{
        text-align: left;
    }
    #treatments .box{
        text-align: center;
        margin-bottom: 20px;
    }
    #steps ul li {
        width: 48%;
    }
    #about:after{
        left: 60%;    
    }
    #footer {
        text-align: center;
    }
    #footer section{
        padding-bottom: 0;
    }
    #footer .box {
        display: block;
        margin: 0px 0px 30px 0px;
    }
    #footer .box .text-wrap {
        width: 100%;
        padding: 0;
    }
    #footer .widget {
        margin: 0px;
    }
    #footer .widget ul.menu li .iconwrap {
        display: block;
        margin: 0 auto 10px auto;
    }
    #footer #socialmedia {
        text-align: center;
        padding: 10px 0px;
    }
	.footer-widget {
		width: 100%;
		text-align: center;
		float: none;
		display: inline-block;
		padding: 10px 0px;
	}
	.footer-widget li {
		text-align: center;
	}
	.menu-footer-menu-container{
	    margin-bottom: 20px;
	}
	.menu-footer-menu-container ul{
	    text-align: center !important;
	}
	
}
@media (max-width: 600px) {

}
@media (max-width: 530px) {
    .hide530{
        display: none !important;
    }
}
@media (min-width: 480px) {
    .showmobile{
        display: none;
    }
    .hiddenmobile{
        display: block;
    }
}
@media (max-width: 480px) {
    body [class*='col-']{
        padding: 0px 5px;
    }

	.responsive-logo {
    	max-width: 150px;
	}
    .showmobile{
        display: block;
    }
    .hiddenmobile{
        display: none;
    }
    .row-eq-height-wrap {
        display: block;
    }
    .navbar-inverse .navbar-nav > li a {
        text-align: left;
    }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
    .page-header {
        height: 260px;
    }
	.page-header-content{
	    font-size: 16px;
	}
	.page-header-content h3.page-title, .page-header-content h3 {
        font-size: 25px;
	}

	#info .btn {
        padding: 6px 22px;
        line-height: 150%;
    }
    
	.title {
        font-size: 2em;
    }
    .title-big {
        font-size: 2.5em;
    }
    .heading .caption {
        font-size: 15px;
    }
    .sidecontent{
        font-size: 15px;
    }
	.flex-control-paging li a {
		width: 8px;
		height: 8px;
	}
	.flex-control-nav li a {
		margin: 0 2px;
		padding: 0;
	}
	.flex-direction-nav a {
		width: 40px;
		height: 40px;
		margin: -25px 0 0;
		background-size: 200%;
	}
	#banner{
	    height: auto;
	}
	#banner .banner-wrapper {
        position: relative;
        top: 0;
        bottom: 0;
        width: auto;
        height: auto;
        overflow: hidden;
    }
    
	#banner .banner-wrapper video {
        min-width: auto;
        min-height: auto;
        width: auto;
        height: auto;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        width: 100%;
        margin: 0;
        display: block;
    }
    /*#banner .banner-wrapper .content-wrapper {*/
    /*    position: relative;*/
    /*    top: 0;*/
    /*    padding: 0;*/
    /*    margin: 0 auto;*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    background: #000000 !important;*/
        /*background: #f2f2f2 !important;*/
        /*color: #000000;*/
    /*}*/
    #banner .banner-wrapper .content-wrapper .middlefloat {
        
        /*text-shadow: none;*/
    }
    #banner .banner-wrapper .content-wrapper .middlefloat br{
       /* display: none;*/
    }
   
    #footer .widget ul.menu li {
        display: block;
        text-align: center;
        border: none;
    }
	#floatcta {
        width: 100%;
        bottom: 0;
    }
    #floatcta ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
    #floatcta ul li {
        border-radius: 0px !important;
        height: 45px !important;
    }
    #floatcta .whatsapps .fa, #floatcta .whatsapps .fas, #floatcta .whatsapps .fab {
        padding: 11px 0px;
        font-size: 1.6em;
        height: auto;
    }
    #floatcta .phone .fa, #floatcta .phone .fas, #floatcta .phone .fab {
        padding: 14px 0px;
        font-size: 1.2em;
        height: auto;
    }
    #floatcta .link .fa, #floatcta .link .fas, #floatcta .link .fab{
        padding: 14px 0px;
        font-size: 1.2em;
        height: auto;
        display: inline-block !important;
    }
    #floatcta .rotate {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        white-space: nowrap;
        padding: 10px;
    }
    
    #banner .banner-wrapper .content-wrapper .middlefloat .tagline {
        font-size: 14px;
        line-height: 150%;
    }
    
}

@media (max-width: 420px) {
    h1{
    	font-size: 2em;
    }
    h2 {
    	font-size: 1.8em;
    }
    h3 {
    	font-size: 1.6em;
    }
    h4 {
    	font-size: 1.4em;
    }
    h5 {
    	font-size: 1.2em;
    }
    h6 {
    	font-size: 1.1em;
    }
    #steps ul li {
        width: 100%;
    }
}

@keyframes sonar-pulse-animation {
    0% {
        box-shadow: 0 8px 10px rgba(40,164,94,.3),0 0 0 0 rgba(40,164,94,.2),0 0 0 0 rgba(40,164,94,.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(40,164,94,.3),0 0 0 35px rgba(40,164,94,.2),0 0 0 0 rgba(40,164,94,.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(40,164,94,.3),0 0 0 55px rgba(40,164,94,0),0 0 0 26.7px rgba(40,164,94,.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(40,164,94,.3),0 0 0 80px rgba(40,164,94,0),0 0 0 40px rgba(40,164,94,0)
    }
}

.buttonizer-group {
    right: 15px;
    bottom: 15px;
    display: flex;
    z-index: 99999;
    position: fixed;
    transition: all .25s ease-in-out 0s;
    visibility: hidden;
    flex-direction: column-reverse;
}

.buttonizer-head {
    color: #fff;
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    z-index: 9999;
    position: relative;
    background: center center/cover no-repeat #292929;
    box-shadow: rgb(0 0 0/16%) 0px 2px 5px 0px,rgb(0 0 0/12%) 0px 2px 10px 0px;
    text-align: center;
    transition: all .25s ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important;
    animation: sonar-pulse-animation 2s linear infinite;
}

.buttonizer-head label {
    position: absolute;
    background: #ddd;
    color: #000;
    padding: 0 4px;
    font-size: 10px;
    width: 90px;
    right: 46px;
    top: 2px;
    border-radius: 6px;
}

.buttonizer-head .icon {
    width: 40px;
    top: 50%;
    left: 50%;
    color: #fff;
    position: absolute;
    font-size: 25px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all .25s ease-in-out 0s;
}

.buttonizer-button .icon {
    padding: 3px;
    top: 50%;
    left: 50%;
    color: #fff;
    position: absolute;
    font-size: 16px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all .2s ease-out 0s;
}

.buttonizer-button {
    opacity: 0;
}

.buttonizer-button.buttonizer-opened {
    z-index: 999999;
    color: #fff;
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0 auto 10px;
    display: block;
    opacity: 1;
    position: relative;
    background: center center/cover no-repeat #292929;
    box-shadow: rgb(0 0 0/16%) 0px 2px 5px 0px,rgb(0 0 0/12%) 0px 2px 10px 0px;
    text-align: center;
    transition: all .25s ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important;
}

.buttonizer-label {
    top: 50%;
    color: #fff;
    right: 65px;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    text-align: end;
    transition: all .2s ease-out 0s;
    font-family: unset;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
    background-color: #333;
}

.buttonizer-button.buttonizer-opened .buttonizer-label {
    opacity: 1;
    visibility: visible;
}

.grecaptcha-badge {
    display: none;
}

.cd-top {
	z-index: 999;
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 90px;
	right: 15px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #000000 url(images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media (max-width: 480px) {

}