/* 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;
}

.acceptance-wrapper{
	display: inline-flex;
}
.acceptance-wrapper .acceptance-text{
	padding-left: 5px;
}
@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
}

@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); }
}

.swing { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}

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: none;
	padding: 0;
	vertical-align: baseline;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #000000;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.symbol{
    font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.specialfont{
    font-family: "Playfair Display", serif;
    font-style: italic;
}
.patternfont{
    position: relative;
}
.patternfont .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}
.patternfont .letter {
    transform-origin: 50% 100%;
    display: inline-block;
}

.text-wrapper{
    position: relative;
}
.text-wrapper:after {
    position: absolute;
	content: '';
	display: inline-block;
	height: 1.4px;
	left: 0;
	bottom: -5px;
	animation: underline 2s infinite;
}
@keyframes underline {
  0% { width: 0%; background-color: #FFFFFF;}
  100% {width: 100%; background-color: transparent;}
}

.ml14 .text-wrapper, .ml15 .text-wrapper, .ml16 .text-wrapper, .ml17 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}
.ml14 .line, .ml15 .line, .ml16 .line, .ml17 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transform-origin: 100% 100%;
    bottom: 0;
}
.ml14 .letter, .ml15 .letter, .ml16 .letter, .ml17 .letter {
    display: inline-block;
    line-height: 1em;
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
a {
	color: #87191B;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	cursor: pointer;
	outline: none;
}
a,a:hover,a:focus {
	text-decoration: none;
}
a:hover,a:focus,a:active {
	color: #87191B;
}
::selection {
	background: #87191B;
	color: #FFE9DD;
}
::-moz-selection {
	background: #87191B;
	color: #FFE9DD;
}
*::-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: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
	line-height: 26px;
	quotes: """";
}
blockquote:before,blockquote:after {
	content: "";
}
q {

}
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;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border: 0;
	vertical-align: baseline;
	display: block;
	clear: both;
	line-height: 120%;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.3em;
}
h3 {
	font-size: 2.1em;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.8em;
}
h6 {
	font-size: 1.6em;
}
hr {
    background-color: #f8f8f8;
    height: 1px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 60px auto;
    border: 0;
    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;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	/*border: 1px solid rgba(0,0,0,.1);*/
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 10px;
}
td {
	padding: 0px 10px;
	border: 1px solid rgba(0,0,0,.1);
}
thead th {
	border: 1px solid rgba(0,0,0,.1);
}
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-box {
	border: 0;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 250px;
	padding-left: 15px;
	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: none;
}
section {
	padding: 80px 0px;
	width: 100%;
	/*display: inline-block;*/
}
.gradient-bg{
    background: #00259F;
    background: linear-gradient(140deg, #2299BB 5%, #00259F 25%);
    color: #FFFFFF;
}
.pink-bg {
	background: #ec008c;
}
.red-bg {
	background: #962322;
}
.green-bg {
	background: #0b7e36;
}
.light-bg{
    background: #e0dfe1 !important;
}
.blue-bg {
	background: #00259F !important;
}
.lightblue-bg {
	background: #74A0BA;
}
.yellow-bg {
	background: #F2E1BB;
}
.purple-bg{
    background: #92278f;
}
.orange-bg{
    background: #F9C9B2;
}
.black-bg {
	background: #303030;
}
.grey-bg {
	background: #C1C1C6;
}
.white-bg {
	background: #FFFFFF;
}
.brown-bg{
    background: #987348;
}
.darkbrown-bg{
    background: #9D1009;
}
.lightbrown-bg{
    background: #B50203;
}
.parallax-bg {
	background-attachment: fixed !important;
	background-size: cover !important;
    background-repeat: no-repeat !important;
	background-position: center;
}
.fixed-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.red-text {
	color: #962322;
}
.green-text {
	color: #1e9e6b;
}
.purple-text {
	color: #604A7B;
}
.blue-text {
	color: #00259F;
}
.lightblue-text {   
    color: #7CB0C9;
}
.yellow-text {
	color: #fcdfaa;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF !important;
}
.grey-text {
	color: #C1C1C6;
}
.black-text {
	color: #404040;
}
.brown-text{
    color: #987348;
}
.darkbrown-text{
    color: #9D1009;
}
.lightbrown-text{
    color: #FAF4BC;
}

.buttons {
	text-align: center;
	margin-top: 45px;
}
.button {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px;
}
#submit-btn {
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 10px 30px;
	margin: 10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #CAA287;
	border: 1px solid #CAA287;
	color: #ffffff;
}
#submit-btn:hover {
    opacity: 0.9;
}
.btn{
    /*font-size: 15px;*/
    font-weight: 500;
    /*text-transform: uppercase;*/
    vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 14px 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	-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;
}
.primary-btn{
	border: 0px solid #FAF4BC;
    background: #FAF4BC;
    background: linear-gradient(323deg,#FAF4BC 32%,#987348 72%);
	color: #FFFFFF;
}
.primary-btn:hover, .primary-btn:focus {
	border: 0px solid #FAF4BC;
    background: #FAF4BC;
    background: linear-gradient(323deg,#987348 32%,#FAF4BC 72%);
	color: #FFFFFF;
}
.lightpurple-btn {
	border: 1px solid #E22839;
	background: #E22839;
	color: #FFFFFF;
}
.lightpurple-btn:hover, .lightpurple-btn:focus {
	border: 1px solid #E22839;
	background: #E22839;
	color: #FFFFFF;
	opacity: 0.7;
}
.purple-btn {
	border: 1px solid #CA59B3;
	background: #CA59B3;
	color: #FFFFFF;
}
.black-btn {
	border: 1px solid #303030;
	color: #FFFFFF;
	background: #303030;
}
.black-btn:hover, .black-btn:focus{
	border: 1px solid #303030;
	color: #303030;
}
.orange-btn {
	background: #ff9000;
	color: #ffffff;
}
.grey-btn {
	background: #C1C1C6;
	border: 1px solid #C1C1C6;
	color: #303030;
}
.grey-btn:hover, .grey-btn:focus {
	background: #303030;
	border: 1px solid #303030;
	color: #ffffff;
}
.white-btn {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #303030;
}
.white-btn:hover, .white-btn:focus{
 	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #303030;
}
.red-btn {
    color: #FFF;
	background: #962322;
}
.red-btn:hover, .red-btn:focus {
    color: #FFF;
	background: #962322;
	opacity: 0.7;
}
.green-btn {
	color: #ffffff;
	background: #A6F2B4;
}
.green-btn:hover {
	color: #ffffff;
	background: #A6F2B4;
}
.darkbrown-btn, .darkbrown-btn:hover, .darkbrown-btn:active, .darkbrown-btn:focus{
    background: #9D1009;
    color: #ffffff;
}
.blue-btn {
	background: #00259F;
	border: 1px solid #00259F;
	color: #ffffff !important;
}
.blue-btn:hover {
	color: #00259F !important;
	border: 1px solid #00259F;
	background: #FFFFFF;
}
.yellow-btn {
	background: #EA9431;
}
.yellow-btn:hover {
	color: #FFF;
	background: #EA9431;
}
.gradient-btn{
    color: #FFFFFF;
    background: #003865;
	background:-webkit-linear-gradient(45deg, #988aeb 0%, #6cb7d8 ,#003865 100%) !important;
    background:linear-gradient(45deg, #988aeb 0%, #6cb7d8 , #003865 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;
}

.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
}
.panel-grid, .so-panel {
	margin: 0px !important;
}
.panel-grid-cell {
	padding: 0px !important;
	margin: 0px !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.content {
	padding: 60px 0px;
	width: 100%;
}
#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;
    font-size: 14px;
    margin-bottom: 30px;
}
.innercontent {
	padding: 20px;
	margin: 0 auto;
	/*display: inline-block;*/
	width: 90%;
	max-width: 900px;
}
.leftcontent {
	padding: 0px 0px;
	margin-top: -15px;
	height: 60px;
}

.metaslider .flexslider{
    margin-bottom: 0px !important;
}
.metaslider .caption-wrap{
    text-align: left !important;
    color:white !important;
    opacity: 1 !important;
    margin:0 auto !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    line-height:1.4em !important;
    background: transparent !important;
    /*background:-webkit-linear-gradient(-45deg, rgba(241, 106, 255, 0.1) 0%, rgba(106, 128, 255, 0.1) ,rgba(42, 255, 240, 0.1) 100%) !important;*/
    /*background:linear-gradient(-45deg, rgba(241, 106, 255, 0.1) 0%, rgba(106, 128, 255, 0.1) ,rgba(42, 255, 240, 0.1) 100%) !important;*/
}
.metaslider .caption {
    text-align: left !important;
    padding: 0px !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;
    top: 50% !important;
    left: 0;
    right: 0;
    width: 84% !important;
}
.metaslider .caption img{
    display:inline-block !important;
    text-align:center !important;
}
.metaslider .caption-wrap h1{
    padding: 0px !important;
    margin: 0 !important;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 2px 2px 20px #4E4E4E;
    text-transform: uppercase;
    line-height: 1em;
}
.metaslider .caption-wrap h1 small{
    color: #FFFFFF;
}
.metaslider .caption-wrap .caption p{
    line-height: 1.5em !important;
    font-size: 25px !important;
    margin: 0px !important;
}
.metaslider .caption-wrap .caption .btn{
    box-shadow: 4px 4px 10px #4E4E4E;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 10px;
    font-size: 25px;
    font-weight: bold;
}
.flex-control-paging li a {
	width: 10px !important;
	height: 10px !important;
	background: #9D1009 !important;
	opacity: 0.5;
}
.flex-control-paging li a.flex-active {
    background: #9D1009 !important;
    cursor: default;
    opacity: 1;
}
.flex-control-nav li a {
	margin: 0 2px;
	padding: 0;
}
.flex-direction-nav {
    position: absolute !important;
    display: table !important;
    top: 50% !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}
.metaslider .flexslider .flex-direction-nav li a {
    width: 40px !important;
    height: 62px !important;
    opacity: 1 !important;
    background-color: rgba(0, 172, 230, 0.4) !important;
}

@media only screen and (max-width: 1400px) {
    .metaslider .caption-wrap h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .metaslider .caption-wrap h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1024px) {


}
@media only screen and (max-width: 991px) {
    .metaslider .caption-wrap h1 {
        font-size: 30px;
    }
    .metaslider .caption-wrap .caption p {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .metaslider .caption-wrap {
        padding: 20px !important;
        text-align: center !important;
        position: initial !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100%;
        color: #303030;
        opacity: 1;
        top: initial !important;
        transform: initial !important;
        -ms-transform: initial !important;
        -webkit-transform: initial !important;
    }
    .metaslider .caption {
        text-align: center !important;
        width: 100%;
        padding: 0px;
        margin: 0px;
        word-wrap: break-word;
        position: initial !important;
        top: 0% !important;
        transform: initial !important;
        -ms-transform: initial !important;
        -webkit-transform: initial !important;
    }
}
@media only screen and (max-width: 600px) {
    .metaslider .caption-wrap h1 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 480px) {
    .metaslider .caption-wrap h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .metaslider .caption-wrap h1 {
        font-size: 16px;
    }
}

.design-wrap{
    font-weight: bold;
    color: #303030;
    background: radial-gradient(circle, #FAF4BC 0%, #c09063 100%);
    display: inline-block;
    padding: 12px 40px;
    margin: 10px 0px 0px 0px;
    border-radius: 50px;
}
.heading {
	padding: 0px;
	margin: 0 auto 50px auto;
}
.title{
    font-size: 3.8em;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    line-height: 120%;
}

.title-big{
    font-size: 10em; 
}
.title-center{
    text-align: center;
}
.title-center::before {
    margin-right: auto;
    margin-left: auto;
}
.title-right{
    text-align: right;
}
.title-right::after {
    margin-right: 0;
    margin-left: auto;
}

.subtitle {
    font-size: 20px;
    font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 1.2em;
	color: #560200;
}
.heading .caption {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    padding-top: 10px;
    margin: 0;
}
.desc {
    font-weight: 300;
    padding: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

span.wpcf7-not-valid-tip{
    font-size: 10px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    border: 0px solid #f7e700 !important;
    margin: 0px !important;
    padding: 0 !important;
    font-size: 10px !important;
    text-align: center;
}

.wpcf7-spinner{
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

.formwrapper{
    background: #FFF5E6;
    color: #000000;
    max-width: 1000px;
    width: 90%;
    /* float: right; */
    padding: 60px 40px;
    margin: 0 auto;
/* 	background: url('https://picolaser.onedoc.com.my/wp-content/uploads/2020/01/cny.jpg');
	background-position: center;
	background-repeat: no-repeat; */
}
.formpadding {
    padding: 0px;
    margin: 0;
}
.formheader {
    padding: 0px 20px 40px 20px;
    font-family: "Red Hat Display", sans-serif;
	font-size: 18px;
	color: #4F0304;
}
.formheader h1, .formheader h2, .formheader strong, .formheader b {
    font-weight: 800;
}
.formheader .subtitle {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 2px;
    margin: 10px 0px;
    line-height: 1.2em;
    background: linear-gradient(90deg,rgb(116 160 186 / 5%) 10%, #987348 50%,rgb(116 160 186 / 5%) 100%);
}
.formheader .font-big{
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    line-height: 100%;
}
.formheader .font-small{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px 0px 10px 0px;
}

.formcontent {
    width: 100%;
    display: inline-block;
}
.formcontent p{
    padding: 0;
    margin: 0;
}
.form-label {
	padding: 0px;
	margin-bottom: 16px;
}
.form-label label {
	width: 100%;
	padding-bottom: 10px;
}
.form-label input{
    width: 100%;
    font-size: 15px;
    padding: 12px 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #000000; 
    outline: none;
}
.form-label select {
    width: 100%;
    font-size: 15px;
    padding: 12px 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #000000; 
    outline: none;
}
.form-label textarea {
    width: 100%;
    font-size: 15px;
    padding: 12px 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #000000;
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;*/
    outline: none;
}

.button-wrap{
    position: relative;
    clear: both;
    display: inline-block;
}

video{
    margin: 0px 0px -6px 0px;
}

.video-wrapper{
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
    margin: 0;
}
.video-wrapper .btn_videoPlay {
    display: block;
    width: 100%;
    height: 100%;
}
.video-wrapper .btn_videoPlay:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('images/play-white.png') no-repeat;
    background-size: 60%;
    background-position: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    transition: 0.6s ease-out;
    background-color: rgba(75, 2, 1, 0.48);
    border-radius: 50%;
    padding: 10px;
}

.contactform{
    position:fixed;
    z-index: -1;
    overflow-y:auto;
    font-size:14px;
    padding:3.5% 5%;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    opacity:0;
	display: none;
}
.contactform .formwrapper{
    position: absolute;
    display: table;
    left: 0;
    right: 0;
    top: 50%;
    width: 90%;
    max-width: 700px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 40px 20px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	display: inline-block;
    background-image: url(images/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000;
}
.contactform .formwrapper:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #FAF4BC;
    background: linear-gradient(320deg,rgb(246 232 102 / 30%) 32%,rgb(175 106 41 / 75%) 72%);
}
.contactform .formwrapper form{
    z-index: 2;
    position: relative;
}

.contactform .formwrapper .paddingright{
    padding-right: 4px;
}
.contactform .formwrapper .paddingleft{
    padding-left: 4px;
}
.contactform.open{
    transition: opacity 0.2s linear;
    z-index:99999999;
    opacity:1;
	display: block;
}
.contactform .close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 24px;
    outline: none;
    z-index: 99;
	padding: 10px;
	margin: 0;
}
.contactform .close:hover{
    color: #FFFFFF !important;
    background: none;
    border: 0px solid #000;
}

.section-title-divider{
    position: relative;
    margin: 0px 0px 50px 0px;
    /*animation: 5s anim-lineUp ease-out infinite;*/
    /*animation: 5s anim-lineUp ease-out;*/
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.section-title-divider:after{
    position: absolute;
    content: '';
    width: 100%;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #00259F;
    height: 0.01em;
}
.section-title-divider .title{
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
    margin: 0;
    line-height: 150%;
    display: inline-block;
}

#whyus{
    background: linear-gradient(to bottom, #C3655D 0%, #962322 80%);
    color: #FFFFFF;
}
#whyus ul{
    list-style: none;
    padding: 0;
    margin: 30px auto 0px auto;
    text-align: center;
}
#whyus ul li{
    list-style: none;
    padding: 0;
    margin: 0px auto;
    vertical-align: top;
    display: inline-block;
    width: 19%;
}
#whyus ul li .box{
    text-align: center;
    padding: 0px 20px;
}
#whyus ul li .box .icon{
    max-width: 150px;
    padding: 0;
    margin: 0 auto 10px auto;
    border-radius: 35px;
    background: linear-gradient(130deg, #F5E8DF 20%, #ECC2A4 90%);
}
#whyus ul li .box .caption{
    color: #FEEADD;
    font-size: 12px;
    line-height: 130%;
}
#whyus ul li .box .title{
    position: relative;
    padding: 10px 30px;
}
#whyus ul li .box .title:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
    background: #00259F;
    animation: dropline 3s infinite;
}
@keyframes dropline {
	0% {
		width: 10px;
        height: 0.1em;
        opacity: 0.5;
	}
	30% {
		width: 20px;
        height: 0.1em;
        transform: rotateX(90deg);
	}
	80% {
		width: 0.1em;
        height: 20px;
	}
}

#contactform{
    position: relative;
    text-align: center;
}
#contactform .form-wrapper{
    max-width: 900px;
    margin: 0 auto;
}
#contactform .form-wrapper .formcontent{
    padding: 40px 60px 20px 60px;
    background: #FCEBDD;
    background: linear-gradient(130deg, #FFEDDF 20%, #E7C8B0 90%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#contactform .form-wrapper [class*='col-']{
    padding: 0px 10px;
}

#beforeafter{
    color: #8F201E;
    background: #F2E1BB;
    background: radial-gradient(circle, #FBF6F3 25%, #ECCCB9 80%);
}
#beforeafter .heading #part1{
    font-size: 4em;
    font-weight: 700;
    color: #8F201E;
}
#beforeafter .heading #part2{
    font-size: 8em;
    line-height: 140%;
    font-weight: 700;
    color: #8F201E;
    /*background: linear-gradient(140deg, #2299BB 20%, #155EA9 40%, #071E97 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    animation: 3s anim-flipX ease infinite;
}
#beforeafter .heading #part3{
    font-size: 3em;
    font-weight: 500;
    color: #8F201E;
}

#beforeafter #beforeafterlist{
    margin-bottom: 50px;
}
#beforeafter .wrp{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
}
#beforeafter .wrp img{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@keyframes anim-flipX {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: rotateX(720deg);
  }
  100% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
    transform: rotateX(720deg);
  }
}

#beforeafter ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
#beforeafter ul li {
    padding: 0;
    margin: 0 10px;
    text-align: center;
    list-style: none;
    width: 22%;
    display: inline-block;
    vertical-align: top;
}
#beforeafter .owl-controls{
    /*display: none;*/
}


#video{
    background: linear-gradient(140deg, #F1E8E1 20%, #EDC0A2 80%);
    padding-top: 0;
}
#video .video-wrapper{
    padding: 15px;
    margin: 0px 0px 40px 0px;
    background: #E8CEB9;
}
#video .content-wrapper{
    text-align: center;
}
#video .content-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
#video .content-wrapper ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 19%;
    vertical-align: top;
}
#video .content-wrapper ul li .box{
    padding: 10px;
}
#video .content-wrapper ul li .box .title-wrapper{
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(150deg, #E7BDAD 1%, #851719 70%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#video .content-wrapper ul li .box .title-wrapper span{
    width: auto;
    padding: 0px;
    font-size: 4em;
    font-weight: bold;
    text-align: right;
    color: #FFFFFF;
}
#video .content-wrapper ul li .box .title-wrapper .title{
    width: auto;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    margin: 0;
}
#video .content-wrapper ul li .box .content{
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
    background: #FFFFFF;
    color: #851719;
    padding: 20px;
    margin: 0px auto;
    width: 88%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
#video .content-wrapper ul li .box .content .withcontent{
    display: none;
}
#video .content-wrapper ul li .box .content .read{
    color: #BA8F93;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
#video .content-wrapper ul li .box .content .read .fas{
    font-size: 2em;
    padding: 0px 5px;
    line-height: 14px;
}
#video .content-wrapper ul li .box .content .read .fas.right{
    position: absolute;
    right: 50px;
}


#comparison{
    background: #851719;
    background: radial-gradient(circle, #CF3E3D 25%, #851719 80%);
}
#comparison .wrapper{
    padding: 20px 0px;
}
#comparison .box1{
    color: rgba(255,255,255,0.9);
}
#comparison .box2{
    color: #962322;
    font-weight: bold;
}
#comparison .box2 .wrapper{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #F1E8E1 0%, #EDC19E 100%);
}
#comparison .box2 .wrapper:before{
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
#comparison .head{
    z-index: 1;
    position: relative;
    height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    padding: 10px;
    color: #FFFFFF;
    /*border-bottom: 1px solid transparent;*/
    /*border-image: linear-gradient(0.75turn, rgb(216 42 42 / 10%), rgb(216 42 42), rgb(216 42 42 / 10%));*/
    /*border-image-slice: 1;*/
}
#comparison .head .middlefloat{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#comparison .box{
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 15px 0px;
    margin: 0;
    /*border-image: linear-gradient(0.75turn, rgb(216 42 42 / 10%), rgb(216 42 42), rgb(216 42 42 / 10%));*/
    /*border-image-slice: 1;*/
    /*border-bottom: 1px solid rgb(216 42 42);*/
    border-bottom: 1px solid #C9A68A;
    min-height: 60px;
}
#comparison .box .middlefloat {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#comparison .box.noborder{
    border-bottom: none;
}
#comparison .box.height4{
    height: 80px;
}
#comparison .box.height5{
    height: 90px;
}
#comparison .box.height6{
    height: 90px;
}
#comparison .box.height7{
    height: 100px;
}
#comparison .box label{
    display: none;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
}
#comparison .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#comparison .box ul li{
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 10px;
    margin: 0;  
}
#comparison .comparisontype .head{
    border-bottom: none;
}
#comparison .comparisontype .box{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    min-height: 60px;
}
#comparison .comparisontype .wrapper:before{
    display: none;
}


#concerns{
    background: linear-gradient(to bottom, #ECCCB9 0%, #FDF0E5 100%);
    text-align: center;
}
#concerns ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
#concerns ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 19%;
    vertical-align: top;
}
#concerns .box{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#concerns .box .image{
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 220px;
}
#concerns .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
#concerns .accordion-toggle.collapsed .box .image:before{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#concerns .box .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px 30px 20px;
    text-align: left;
}
#concerns .box .content .middlecontent{
    /*position: absolute;*/
    /*display: table;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}
#concerns .box .content .num{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8F201E;
}
#concerns .box .content .title{
    color: #8F201E;
}
#concerns .box .content .caption{
    font-size: 11px;
    font-weight: 300;
    line-height: 130%;
    display: none;
}
#concerns .accordion-toggle.collapsed .box .content{
    display: block;
}
#concerns .accordion-toggle .box .content{
    display: none;
}
/*#concerns .box:hover .image{*/
    /*margin-top: -130px;*/
/*    z-index: 2;*/
/*}*/
/*#concerns .box:hover .image:before{*/
/*    background: none;*/
/*}*/
/*#concerns .box:hover .content{*/
/*    margin-top: 180px;*/
/*    color: #FFFFFF;*/
/*    background: #8F201E;*/
/*    -webkit-border-radius: 20px;*/
/*    -moz-border-radius: 20px;*/
/*    border-radius: 20px;*/
/*}*/
/*#concerns .box:hover .content .title{*/
/*    color: #FFFFFF;*/
/*}*/
/*#concerns .box:hover .content .title br{*/
/*    display: none;*/
/*}*/
/*#concerns .box:hover .content .caption{*/
/*    display: block;*/
/*}*/

#concerns .panel-body{
    padding: 0;
    margin-top: -50px;
}
#concerns .panel-body .content{
    color: #FFFFFF;
    background: #8F201E;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 50px 20px 30px 20px;
    text-align: left;
}
#concerns .panel-body .num{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8F201E;
}
#concerns .panel-body .title {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
#concerns .panel-body .title br{
    display: none;
}
#concerns .panel-body .caption{
 
}

.modal-dialog {
    max-width: 800px;
}
.modal-header {
    padding: 0;
    border-bottom: none;
    min-height: auto;
}
.modal-header .close {
    margin-top: 0;
    z-index: 999;
    position: relative;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
}
.modal-body {
    position: relative;
    padding: 0;
}
.modal.fade .modal-dialog{
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}


#awards{
    padding: 30px 0px;
    /*background: #FFF6EF;*/
}
#awardslist{
    padding: 0;  
    margin: 0px auto;
}
#awardslist li{
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
}
#awardslist li img{
    display: block;
    margin: 0 auto;
}
#awardslist.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
#awards .owl-controls{
	display: none;
}


@keyframes sonar-pulse-animation{
    from{
        transform:scale(.77);
        opacity:1;
    }
    to{
        transform:scale(1.6);
        opacity:0;
    }
}

#testimonials{
   background: linear-gradient(to bottom, #FDF0E5 0%, #C95151 100%);
}
#testimonials .ratingbox{

}
#testimoniallist{
	clear: both;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 50px 0px;
}
#testimoniallist .owl-stage-outer{
    /*background: linear-gradient(90deg, #f3e2cc 5%, #ffffff 5%, #ffffff 95%, #f3e2cc 95%);*/
}
#testimonials .count-number{
    display: inline-block;
}
#testimonials .wrapper{
    position: relative;
    text-align: center;
    background: #FFFFFF;
    color: #962322;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    padding: 30px 50px;
    margin: 40px auto 0px auto;
}
/*#testimonials .firstActiveItem .wrapper{*/
/*    -webkit-border-radius: 0px 30px 30px 0px;*/
/*    -moz-border-radius: 0px 30px 30px 0px;*/
/*    border-radius: 0px 30px 30px 0px;*/
/*}*/
/*#testimonials .lastActiveItem .wrapper{*/
/*    -webkit-border-radius: 30px 0px 0px 30px;*/
/*    -moz-border-radius: 30px 0px 0px 30px;*/
/*    border-radius: 30px 0px 0px 30px;*/
/*}*/
#testimonials .footernote{
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}
#testimonials .subject{
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}
#testimonials .content{
    padding: 0;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-weight: bold;
}
#testimonials .content .whole-post {
    display: none;
}
#testimonials .content a.tread {
    text-align: center;
    margin: 20px auto 0px auto;
    display: inline-block;
    font-weight: normal;
}
#testimonials .owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	bottom: 0;
	opacity: 1;
	z-index: 1;
	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: #D8D8D8;
	border: 0px solid #00259F;
    -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 #8F201E;
	background: #8F201E;
}
#testimonials .owl-controls .owl-dots .owl-dot.active span, #testimonials .owl-controls .owl-dots .owl-dot:hover span{
    background: #8F201E;
}
#testimonials .owl-carousel .owl-stage{
    /*display: flex;*/
    /*align-items: center;*/
}


.ratingbox{
    display: inline-block;
}
.ratingbox .fa{
    float: left;
    position: relative;
    font-size: 3em;
    padding: 0px 2px;
}
.ratingbox.small .fa{
    font-size: 12px;
}
.fa-star-half-o, .fa-star{
    color: #921F1E;
}
.rated{
    color: #921F1E;
    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;*/
}

.more{
    clear: both;
}
.more a{
    font-size: 10px;
    font-style: italic;
}
.morecontent span {
    display: none;
}
.morelink, .morelink:hover, .morelink:active, .morelink:focus{
    display: inline-block;
    text-align: center;
}

#faq{
   background: linear-gradient(to bottom, #C95151 0%, #851719 45%);
   color: #FFECE1;
}

#faq #faqcontent{
    clear: both;
    max-width: 800px;
    padding: 0px 15px;
    margin: 0 auto;
}
#faq .panel-default{
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#faq .panel-heading{
    border-bottom: 1px solid rgb(255 236 225 / 51%);
}
#faq .panel-heading a{
    position: relative;
    display: block;
    color: #FFECE1;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px 15px 0px;

}
#faq .panel-body{
    border-color: transparent;
    color: #FFECE1;
    padding: 20px 0px 40px 0px;
}
.panel-group .panel+.panel {
    margin-top: 2px;
}

#location{
    background: #851719;
    color: #FFECE1;
}
#location .col-sm-3{
    padding-left: 5px;
    padding-right: 5px;
}
#location .box{
    position: relative;
    width: 100%;
    /*height: 300px;*/
    padding: 15px;
    margin-bottom: 10px;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*align-items: center;*/
}
#location .box .image{
    width: 50%;
    display: inline-block;
    float: left;
    background: #fff;
    padding: 4px;
    margin-right: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}

#location .box .head{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
    margin: 0px 0px 10px 0px;
}
#location .box .head .title {
    width: 70%;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin: 0;
}
#location .box .head .contactno{
    width: 30%;
    font-size: 14px;
    font-weight: bold;
}
#location .box .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 0;
}
#location .box .content .left-content{
    width: 70%;
    padding: 0px 5px;
    text-align: left;
    font-size: 12px;
}
#location .box .content .right-content{
    width: 30%;
    padding: 0px 5px;
    border-left: 1px solid rgba(255,255,255,0.3);
}

#location .box .location{
    text-align: center;
}
#location .box .location ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#location .box .location ul li{
    padding: 0;
    margin: 0px 10px 0px 0px;
    list-style: none;
    display: inline-block;
}
#location .box .content .info-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#location .box .content .icon-wrap{
    display: none;
}
#location .box .content .text-wrap{
    
}
.wazeicon{
    background: url('images/waze.png') no-repeat;
    background-size: 25px;  
    width: 25px;
    height: 25px;
}
.googlemapicon{
    background: url('images/google-map.png') no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
}


#floatcta{
    position: fixed;
    width: 100%;
    bottom: -1px;
    left: 0;
    z-index: 99;
    font-size: 12px;
}
#floatcta ul{
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
    display: flex;
}
#floatcta ul li{
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    list-style: none;
    padding: 10px 0;
    margin: 0; 
    width: 100%;
}
#floatcta ul li .fa, #floatcta ul li .fab, #floatcta ul li .fas{
    color: #FFFFFF;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 7px;
	margin: 0px 5px;
    box-shadow: 0px 0px 8px #C1C1C6;
}
#floatcta ul li:hover{
    background: #eeeeee;
}
#floatcta .phone{
    background: #f5f5f5;
}
#floatcta .phone .fa{
    background: #303030;
}
#floatcta .whatsapps{
    background: #f1f2f3;
}
#floatcta .whatsapps .fa, #floatcta .whatsapps .fab{
    background: #25D366;
}
#floatcta .signup{
    background: #f5f5f5;
}
#floatcta .signup .fa{
    background: #00259f;
}
#floatcta a{
    display:block;
    color: #303030 !important;
    font-weight: 600;
    line-height: 100%;
}
#floatcta span{
    padding: 0px 3px;
}

#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;
}

.owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #D8D8D8;
    border: 0px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.owl-controls .owl-dots .owl-dot.active span {
	background: #8F201E;
}


.box{
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}
.box .image{
    overflow: hidden;
} 
.box .image img{
	margin: 0 auto;
}
.box .content{
	padding: 10px 5px;
	width: 100%;
}
.box .title{
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box .title:after{
    display: none;
}

.box .subtitle{
    font-weight: 300;
    font-size: 13px;
    color: #a0a0a0;
}
.box .caption{

}

.overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 60px 0px;
	background: rgba(255, 255, 255, 0.8);
}

.panel-default{
    color: #303030;
    border-color: transparent;
}
.panel-default>.panel-heading {
    color: #FFECE1;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-default>.panel-heading a {
    display: block;
    padding: 20px;
    font-weight: 400;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-weight: bold;
    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, .panel-default>.panel-heading a:hover, .panel-default>.panel-heading a:active {
    background-color: #f3f3f3;
    /*background: linear-gradient(323deg,#67b4e6 32%,#00114a 72%);*/
    color: #FFFFFF;
}
.panel-default>.panel-heading a:after {
  /*content: "\2212";*/
  /*-webkit-transform: rotate(180deg);*/
  /*transform: rotate(180deg);*/
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFECE1;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 30px;
    height: 20px;
}
.panel-default>.panel-heading a.collapsed:after {
    /*content: "\002b";*/
    /*-webkit-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    text-decoration: inherit;
    color: #FFECE1;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 30px;
    height: 20px;
}
.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}
.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}
.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}
.accordion-option .toggle-accordion:before {
    content: "Expand All";
}
.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.products .tinv-wraper.tinv-wishlist{
    position: absolute;
    top: 0;
    left: 0;
}
.products .tinvwl_add_to_wishlist_button{
    background: transparent !important;
    margin: 0 !important;
}
.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 10px;
    padding: 4px 0;
    text-align: center;
    background-color: #E22839;
    text-transform: uppercase;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
.woocommerce-store-notice a, p.demo_store a{
    position: relative;
    float: right;
    text-align: center;
    color: #E22839;
    text-decoration: none;
}
.woocommerce-store-notice a:before , p.demo_store a:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.woocommerce-product-search{
    margin: 15px 0px;
}
.woocommerce-product-search #search_form{
    float: right;
    display: table;
}
.woocommerce-product-search #search_form .fa{
    font-size: 18px;
}
.woocommerce-product-search input{
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}
.woocommerce-product-search #search_form .black-btn, .woocommerce-product-search #search_form .black-btn:hover, .woocommerce-product-search #search_form .black-btn:focus {
    border: 1px solid transparent;
    color: #303030;
    background: transparent;
    padding: 0 0 0 10px;
    outline: none;
}
.woocommerce-product-search button{
    text-align: center;
    background: #303030;
    padding: 6px 15px;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #FFFFFF;
}
.woocommerce span.onsale{
    border: 0 none;
    line-height: 1;
    margin: 0 !important;
    padding: 18px 9px;
    color: #FFFFFF;
    background-color: #0072bc;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 50%;
    font-weight: normal !important;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select{
    padding: 10px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width: auto;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 0.95em 1em;
    font-weight: normal;
    color: #FFFFFF;
    border-radius: 0;
    outline: none;
    background-color: #303030;
    font-size: 90% !important;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    padding: 0.95em 1em;
    font-weight: normal;
    color: #FFFFFF;
    border-radius: 0;
    background-color: #303030; 
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #303030;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
    border-color: #E22839;
}
.woocommerce form .form-row .input-checkbox {
    margin: 8px 0 0;
}
.woocommerce section{
    padding: 20px 0px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before{
    content: "\f004" !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 140% !important;
}
.woocommerce .quantity .qty{
    padding: 0.48em;
}
.woocommerce table.shop_table {
    margin: 0;
    border-collapse: collapse;
    border-radius: 0;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
    padding: 1em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #E22839;
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 20px;
    border: 1px solid #d3ced2;
    border-top: 0;
    border-radius: 0;
}
.woocommerce-Tabs-panel h2{
    display: none;
}
.woocommerce p.stars a{
    width: 2em;
}
.woocommerce p.stars a:before{
    font-size: 20px;
}
.woocommerce-loop-product__title{
    font-size: 120%;
    font-weight: bold;
}

/* WooCommerce 3.0 Gallery */
 
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}
.woocommerce-product-gallery figure {
    margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}
.woocommerce-product-gallery img {
    display: block
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}
a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}
.navbar-collapse {
	box-shadow: none;
	/*overflow: visible !important;*/
}
.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 0px;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-links {
	border-top: 1px solid #ACABAB;
}
.nav-links a {
	color: #303030;
	padding: 0px;
}
.nav-links a:hover {
	color: #303030;
	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;
}

.sidebar-wrap {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.widget {} 
.widget .widget-title {
	color: #303030;
}
.widget .widget-title:before {} .widget h1.widget-title {
	width: 100%;
	color: #ffffff !important;
	text-align: center;
	margin-bottom: 10px !important;
}
.widget h3.widget-title {
    font-size: 28px;
    font-weight: 900;
    padding: 0px;
    margin: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.widget-area {
	float: left;
	width: 100%;
}
.widget-area .widget {
	clear: both;
}
.widget-area .widget-title {
	margin: 10px auto 10px auto;
}
.widget-area ul li {
	margin: 0px;
	line-height: 1.2em;
	padding: 0px 0px 6px 0px;
}
.widget-area .widget-title,
.widget-area ul li {
	text-align: left !important;
	text-transform: capitalize;
	font-weight: normal;
}
.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: 0 0 20px 0px;
	padding: 0;
	display: block;
}
.widget li {
	margin: 0px 0px 10px 20px;
	position: relative;
}

.widget ul.displayinline{
    list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul.displayinline li{
	margin: 0;
	padding: 0px 20px 0px 0px;
	display: inline-block;
}
.widget ul.displayinline li a:hover{
    color: #FFFFFF;
}
.widget ul.horizontal {
	margin: 0;
	padding: 0;
	display: block;
}
.widget ul.horizontal li {
	list-style: none;
	margin: 0px 0px 3px 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;
	border-right: 1px solid #ffffff;
}
.widget ul.menu li:last-child {
	margin-right: 0px;
	border-right: 0px solid #ffffff;
}
.widget ul.menu li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.widget ul.menu li.current-menu-item a {
	color: #E22839;
}
.widget ul.menu li a:hover {
	color: #E22839;
}
.widget ul.product-categories{
    
}
.widget ul.product-categories li{
    border-bottom: 1px solid;
    list-style: none;
    line-height: 3em;
    margin: 0 0 0 20px;
}
.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
.site-content {
	min-height: 200px;
}
.home-content {
	margin-top: 0px;
}
.byline,.updated {
	display: none;
}
.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;
}
#single-page{
    
}
#single-page h1{
    margin: 0;
}
.page-header{
    width: 100%;
    height: 350px;
    margin: 0px;
    padding: 0px;
    z-index: 0;
    border-bottom: 0px solid #eee;
}
.page-header-product{
    height: 120px;
    background-image: none !important;
}
.page-header-small{
    width:100%;
    height: 300px;
    margin:0px;
    padding:0px;
    z-index:0;
}
.page-header .overlay{
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, 0.5);
}
.page-header h1.page-title span{
    position:relative;
    font-size:24px;
    padding-top:20px;
    color:#ACABAB !important;
}
.page-header h1.page-title:before{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:35%;
    height:2px;
    background:#e9e9e9;
    bottom:-9px;
    left:0;
}
.page-header-content{
    position:relative;
    display:table;
    top:50%;
    width:100%;
    margin:0px;
    padding:0px;
    font-size:30px;
    color:#303030;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.page-header-content h3.page-title{
    font-size:36px;
    text-align: center;
    padding:0;
    margin:0 auto;
    display: inline-block;
    left: 0;
    right: 0;
    width: 85%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.page-header-content .caption{
    font-size: 18px;
    font-weight: 100;
    text-transform: initial;
    margin-bottom: 15px;
}
.page-header-content h4.page-title{
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 33px;
    line-height: 50px;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 50%;
}
.page-header-content h4.page-title:before{
    position:absolute;
    content:"";
    width:4%;
    height:2px;
    background:#fcd073;
    bottom:-12px;
    left:48%;
}
.breadcrumb{
    width:90%;
    margin:0 auto;
    padding:35px 0;
    line-height:1em;
    font-size:15px;
    font-weight:normal;
    text-align:center;
    list-style:none;
    background-color:transparent;
}
.breadcrumb a , .breadcrumb a:hover , .breadcrumb span{
    font-size:15px;
    line-height:1em;
    color:#ffffff;
}
.entry-title {
	margin-top: 0;
	padding-top: 0;
	position: relative;
}
.entry-title:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #E22839;
	bottom: -10px;
	left: 0;
}
.page-template-template-fullwidth .entry-title {
    display: none;
}
.section-header {
	padding: 0px;
}
.section-header h3 {
	position: relative;
	display: inline-block;
	font-size: 25px;
	color: #555555;
}
.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%;
/* 	position: absolute; */
}
.header-content-wrap-custom {
	background: rgba(0, 0, 0, 0.65);
	position: relative;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	padding: 5% 0;
}
#info {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    text-align: right;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: flex;
    align-items: center;
}
#info .btn{

    background: #ECCBB8;
    background: linear-gradient(90deg, #FCEADC 5%, #ECCBB8 100%);
    color: #921E1E;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#info .label{
    font-size: 14px;
    color: #000000 !important;
    display: inline-block;
    background: #FAF4BC;
    background: radial-gradient(circle, #FAF4BC 0%, #c09063 58%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 12px 50px 12px 30px;
    margin: 0px;
    outline: none;
}
#info a:hover label, #info a:active label, #info a:focus label{
    background: linear-gradient(160deg,#987348 32%,#FAF4BC 72%);
}
#info .icon{
    width: 35px;
    margin: 15px 0px 0px -40px;
}
/*#info .fa-phone {*/
/*    animation: ring 2s ease infinite;*/
/*}*/
@keyframes ring{
	0%{transform:rotate(-15deg)}
	2%{transform:rotate(15deg)}
	4%{transform:rotate(-18deg)}
	6%{transform:rotate(18deg)}
	8%{transform:rotate(-22deg)}
	10%{transform:rotate(22deg)}
	12%{transform:rotate(-18deg)}
	14%{transform:rotate(18deg)}
	16%{transform:rotate(-12deg)}
	18%{transform:rotate(12deg)}
	20%,100%{transform:rotate(0deg)}
}
#info ul{
    margin: 0;
    padding: 0px 10px;
	float: right;
}
#info ul li{
    display: inline-block;
    padding: 0px 12px;
    margin: 0px;
    vertical-align: middle;   
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
}
#info ul li:first-child {
    padding-left: 0px;
}
#info ul li:last-child {
    padding-right: 0px;
    border-right: 0px solid;
}
#info ul.contactinfo {
    margin: 0;
    padding: 0;
    float: initial; 
    display: inline-block;
}
#info ul.social {
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold;
} 
#info ul.social li {
    display: inline-block;
    padding: 0px 8px;
    margin: 0px;
    vertical-align: middle;
    border-right: 1px solid #9D1009;
}
#info ul.social li:last-child {
    padding-right: 0px;
    border-right: 0px solid;
}
#info ul.social li .fa{
    font-size: 45px;
    padding-right: 5px;
}
#info ul.social li img{
    width: 50px;
    display: inline-block;
}
#info ul li.lang-item{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	border: none !important;
}
#info ul li.lang-item a{
/* 	color: #FFFFFF !important; */
	font-size: 12px;
    text-transform: uppercase;
	text-align: center;
    width: 30px;
    height: 30px;
    display: block;    
    padding-top: 4px;
}
#info ul li.current-lang a{
	background: #303030;
	color: #FFFFFF !important;
	border-radius: 50%
}
#info ul li.lang-item:hover, #info ul li.current-lang:hover{
	opacity: .85;
}
#main-nav.fixed #info ul li.lang-item a{
/* 	color: #67a1bd !important; */
}
#main-nav.fixed #info ul li.current-lang a {
    color: #FFFFFF !important;
}

#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 #E22839;
}
#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%;
}
.navbar {
	background: transparent;
	border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left;
}
.home .navbar{
/*     background: #FFFFFF; */
}

#main-nav {
    z-index: 9;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 0px 10px 0px;
    /*box-shadow: 6px 4px 20px 17px rgb(0 37 159 / 100%);*/
    -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;
}
#main-nav.fixed {
	z-index: 9;
	position: fixed;
	top: 0;
	background: #FFFFFF;
    padding: 18px 0px 10px 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);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    box-shadow: none;

}
.navbar-inverse .navbar-nav {
	margin-left: 0;
	margin-right: 0;
}
.navbar-inverse .navbar-nav >li:hover, .navbar-inverse .navbar-nav >li.current-menu-item {
	/*background: rgba(5, 168, 222, 0.14);*/
}
.navbar-inverse .navbar-nav>li>a {
	padding: 8px 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	text-shadow: none;  
	font-weight: 100;
}
.navbar-inverse .navbar-nav>li.has_children>a{
    padding-right: 20px;
}
.navbar-inverse .navbar-nav>li:last-child {
	/*margin-right: 0 !important;*/
	/*margin-left: 10px;*/
	/*background: #E22839;*/
	/*color: #FFF;*/
	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
}
.navbar-inverse .navbar-nav>li:last-child a, .navbar-inverse .navbar-nav>li:last-child a:hover{
    /*color: #FFF;*/
    /*padding: 8px 15px;*/
}
.navbar-inverse .navbar-nav>li>a span {
	font-weight: 600;
	font-size: 12px;
	color: #303030;
}
.navbar-inverse .main-navigation ul > li {
	display: inline;
	margin-top: 20px;
}
.navbar-inverse .main-navigation > ul > li:last-child {
	margin-right: 0 !important;

}
.navbar-inverse .main-navigation > ul > li > a {
	color: #404040;
	padding: 0;
	line-height: 35px;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	left: -999em;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 220px;
	box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.08);
	z-index: 9999;
	padding: 10px;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	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;
	line-height: 1.3;
	padding: 5px ;
}
.navbar-inverse .navbar-nav ul.sub-menu li a {
	color: #404040;
	font-size: 95%;
	padding: 8px 0px;
	display: block;
}
.navbar-inverse .navbar-nav ul.sub-menu li a:hover, .navbar-inverse .navbar-nav ul.sub-menu li a:focus {
    color: #9D1009;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a,
.navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	/*color: #E22839;*/
}
.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: 20px;
}
.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: #FFFFFF;
}
.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 {} 


.navigation-wrapper{
    display: none;
}

.navbar-header {
	position: relative;
	float: initial;
}
.navbar-header-menu {
	float: right;
}
.responsive-logo {
    width: 150px;
    padding: 0px;
}
.responsive-logo img{
/*  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); */
}

#main-nav.fixed .navbar-toggle .icon-bar {
	background-color: #303030;
}
#main-nav.fixed .navbar-nav>li>a {
    color: #303030;
}
#main-nav.fixed .dropdownmenu:before {
    color: #303030;
}
#main-nav.fixed #info ul li:last-child{
    border: none;
}

.navigation-wrapper {
    width: 58%;
    text-align: center;
    margin: 0 auto;
    float: right;
    position: absolute;
    display: table;
    top: 50%;
    right: 15%;
    left: 15%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.navbar-inverse .navbar-nav > li {} 
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #9D1009;
}
.navbar-inverse .navbar-nav>li>a:hover span,
.navbar-inverse .navbar-nav>li>a:focus span {
	color: #303030;
}
.navbar-inverse .navbar-nav>li.current>a {
	position: relative;
	outline: none;
}
.navbar-right {
	float: right !important;
	margin-right: 0px !important;
}
ul.nav > li.menu-item-home > a:before {
	content: "";
	display: none;
}
li.current>a:before {} ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a {
    outline: none;
}
ul.nav > li.current_page_item > a:before,
ul.nav > li.current-menu-item > a:before {} ul.nav > li.current_page_item.menu-item-home > a:before {
	content: "";
	display: none;
}
ul.nav > li.current_page_item.current > a:before {}
.sitecontact {
	display: block;
	clear: both;
	padding: 0px;
}
.sitecontactlist {
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}
.sitecontactlist ul {
    padding: 0;
    margin: 0px 0px 10px 0px;
} 
.sitecontactlist ul li {
    display: inline-block;
    padding: 2px 5px;
    margin: 0;
    vertical-align: middle;
}
.sitecontactlist ul li:first-child {
    padding-left: 0px;
}
.sitecontactlist ul li:last-child {
    padding-right: 0px;
}
.sitecontactlist i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #9D1009;
    padding: 9px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
}
.sitecontactlist ul li:hover i{
    background: #9D1009;
    border: 1px solid #9D1009;
    color: #FFFFFF;
}
.sitecontactlist .caption {
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
}
.sitecontactlist .boxcontent {
	position: absolute;
	display: table;
	top: 50%;
	width: 10%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#footer {
    position: relative;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 300;
    background: #851719;
    color: #FFFFFF;
}
#footer .container{
    position: relative;
    z-index: 1;
}
#footer a, #footer a:focus, #footer a:active{
    color: #FFEBE0;
}
#footer .widget ul.menu li {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    display: block;
    line-height: 2em;
}
#footer .widget ul.menu li a {
    color: #303030;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0; 
    display: inline-block;
}
#footer ul.social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
}
#footer ul.social li {
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
}
#footer ul.social li .fa, #footer ul.social li .fab, #footer ul.social li .fas{
    font-size: 1.2em;
    color: #FFFFFF;
    /* width: 40px; */
    /* height: 40px; */
    padding: 5px;
    text-align: center;
    border-radius: 50%;
}

#footer ul.social li a {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #00259f;
    border-radius: 50%;
    transition: .5s;
}

#footer ul.social li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FCDFAA;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}

#footer ul.social li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #FCDFAA;
}

#footer ul.social li a:hover {
    color: #FCDFAA;
    box-shadow: 0 0 5px #FCDFAA;
    text-shadow: 0 0 5px #FCDFAA;
}


.copyright {
    padding: 15px 0px;
    margin: 0px;
    text-align: center;
    font-size: 12px;
    background: #851719;
    color: #FFEBE0;
    border-top: 1px solid rgb(255 236 225 / 51%);
}

.footer-widget-wrap > .container {
	text-align: left;
}
.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.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: #303030;
}
.footer-widget li a:hover {
	color: #E22839;
}
.footer-widget-wrap {
	/*width: 100%;*/
	/*padding: 60px 50px 50px 50px;*/
	/*display: inline-block;*/
}
.footer-widget-wrap .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    line-height: 1.5;
    position: relative;
}
.footer-widget-wrap .widget .widget-title:after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    width: 35px;
    margin-top: 15px;
    background: #db4e48;
    will-change: transform, opacity;
}
.footer-widget-wrap .widget_calendar tbody td {
	background-color: rgba(249, 249, 249, 0.75);
}
.footer-widget-wrap .tagcloud a {
	background: none;
	padding: 2px 5px;
	color: #404040;
}
.footer-widget-wrap .tagcloud a:hover {
	color: #FFF;
}
.footer-widget-wrap .widget #wp-calendar {
	color: #333;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
div.wpcf7 .ajax-loader{
    display: initial;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    border: 0px solid #f7e700 !important;
    margin: 5px 0px !important;
    padding: 0 !important;
}

.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.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: #939393;
}
article .posted-on a:hover {
	color: #E22839;
}
.cat-links a{
    color: #939393;
}
.entry-footer a {
	color: #939393;
	font-style: italic;
}
.entry-footer a:hover {
	color: #E22839;
}

.blogtitle {
	display: block !important;
	line-height: 1em;
}
.blogtitle:after {
	display: none !important;
}
.clear {
	clear: both;
}
.content-left-wrap {} .sidebar-wrap.content-left-wrap {
	margin-top: 50px;
	padding-top: 0;
}
.debar-wrap {
	margin-top: 50px;
}
.listpost-content-wrap {} .listpost-content-wrap h1.entry-title,
.list-post-top h1.entry-title {
	float: none;
	clear: none;
	margin-top: 0;
}
.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: #E22839;
	bottom: -9px;
	left: 0;
	width: 50px;
	display: none;
}
.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 {
    line-height: 1.4em;
    font-size: 14px;
    margin-bottom: 30px;
}
.entry-content {
	margin: 0;
}
.list-post-top {
	min-height: 130px;
	display: inline-block;
	width: 70%;
	border-top: 2px solid #303030;
}
.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-content {
	margin: 0;
}
.widget_calendar table,.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
	margin-bottom: 6px;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
	background: #f9f9f9;
	color: #E22839;
}
.widget_calendar a:hover {
	background-color: #E22839;
	color: #FFF;
}
.widget_calendar tbody td {
	background-color: #f9f9f9;
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
.widget_calendar thead th {
	background: #e9e9e9;
	border: none;
}
.entry-meta-large {
	float: right;
	position: absolute;
	right: 0;
	top: 0
}
.entry-content p {} .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: 130px;
}
.dropdownmenu{
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0px;
    right: 10px;
}
.dropdownmenu:before{position:absolute;color:#FFFFFF;content:"\f107";font-family:FontAwesome;font-style:normal;font-weight:normal;top:6px;}
ul.sub-menu li .dropdownmenu{top: 0px;right:10px;}
ul.sub-menu li .dropdownmenu:before{color:#FFFFFF;content:"\f105";font-family:FontAwesome;font-style:normal;font-weight:normal;}
.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: 1200px) {
	.navigation-wrapper {
    	width: 45%;
	}
	.navbar-inverse .navbar-nav>li>a {
	    padding: 8px 10px;
    }
    #video .content-wrapper ul li .box .title-wrapper span {
        font-size: 3em;
    }
    #video .content-wrapper ul li .box .title-wrapper .title{
        font-size: 14px;
    }

}
@media (max-width: 1024px) {

}
@media (max-width: 992px) {

}

@media (min-width: 992px) {
 
    .btn-tablet{display: none;}
}
@media (max-width: 991.5px) {
    h1 {
    	font-size: 2.3em;
    }
    h2 {
    	font-size: 2.1em;
    }
    h3 {
    	font-size: 1.9em;
    }
    h4 {
    	font-size: 1.8em;
    }
    h5 {
    	font-size: 1.6em;
    }
    h6 {
    	font-size: 1.4em;
    }
    .container{
        width: 100%;
    }
    .btn-desktop{display: none;}
    #float-right{ display: none;}

	.navbar-header-menu {
		float:initial;
	}
	.navigation-wrapper {
	    float: right;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
	}
	.navbar-inverse .navbar-nav>li>a {
        color: #303030;
    }
	.leftcontent {
		padding: 0px;
	}
	.site-content {
		margin-top: 0;
	}
	.navbar-toggle {
	    float: right !important;
	    z-index: 3 !important;
        padding: 30px 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 58px;
        display: none;
	}
	.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: 5px;
        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 {
		line-height: normal;
		text-align: center;
		margin: 0px;
		padding: 5px 0px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent !important;
    }
	.navbar-inverse .navbar-nav > li {
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		position: relative;
		padding: 6px 0px;
		background: transparent;
		color: #303030;
	}
	.navbar-inverse .navbar-nav > li a {
		text-align: left;
		height: auto;
		display: block;
		padding: 2px;
		margin: 0px 15px;
		color: #303030;
	}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
		background: transparent;
		color: #9D1009;
	}
	.dropdownmenu {
        position: absolute;
        display: block;
        margin: 0;
        padding: 0;
        top: 10px;
        height: 20px;
        width: 20px;
        right: 30px;
        cursor: pointer;
    }
	.dropdownmenu:before {
        color: #303030;
        top: 0;
        right: 3px;
	}
	.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%;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li {
		/*width: 100%;*/
		/*float: left;*/
		margin: 0 10px;
		padding: 0;
		color: #303030;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li a {
        margin: 0;
        /* float: left; */
        border-bottom: 1px solid #EDEDED;
	}
	ul.sub-menu li .dropdownmenu {
        top: 10px;
        right: 10%;
    }
    ul.sub-menu li .dropdownmenu:before {
        color: #303030;
        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;
	}
	.navbar-collapse {
		max-height: 100%;
	}
	.this-open > a {
		color: #9D1009 !important;
	}
	li.current>a:before {
		content: "";
		display: none !important;
	}
	#site-navigation > ul{
	    width: 100%;
	    /*height: 90vh;*/
	    background: #FFFFFF;
	}
	#site-navigation > ul ul {
		left: 0;
		font-size: 12px;
	}
	.title {
        font-size: 3.4em;
	}
	#beforeafter .heading #part1 {
        font-size: 3.5em;
	}
	#beforeafter .heading #part2 {
        font-size: 7em;
    }
    #beforeafter .heading #part3 {
        font-size: 2.5em;
    }
    
    #video .content-wrapper ul li {
        width: 32%;
    }
    #video .content-wrapper ul li .box .title-wrapper {
        padding: 15px 15px;
    }
    #video .content-wrapper ul li .box .title-wrapper span{
        font-size: 4em;
    }
    #video .content-wrapper ul li .box .title-wrapper .title {
        font-size: 16px;
    }
    
    #testimonials .wrapper{
        padding: 30px 40px;
    }
    #faq .panel-heading a {
        font-size: 16px;
    }
}

@media (max-width: 767.5px) {
    section{
        padding: 60px 0px;
    }
    h1 {
    	font-size: 2.1em;
    }
    h2 {
    	font-size: 1.9em;
    }
    h3 {
    	font-size: 1.7em;
    }
    h4 {
    	font-size: 1.6em;
    }
    h5 {
    	font-size: 1.5em;
    }
    h6 {
    	font-size: 1.3em;
    }
    .row-eq-height{
        display: initial;
    }
    .row-eq-height-wrap{
        display: block;
    }
    #main-nav .row-eq-height{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .heading .caption {
        font-size: 15px;
    }
    .innercontent {
        padding: 0px;
        width: 100%;
    }
    .contactform .formwrapper .paddingleft {
        padding: 0px !important;
    }
    .contactform .formwrapper .paddingright {
        padding: 0px !important;
    }
	.contactform .formwrapper  [class*='col-'] {
		padding: 0px 5px !important;
	}
	.box .title {
        font-size: 15px;
    }
    #single-page{
        padding: 0;
    }
    
    #whyus ul li .box{
        padding: 0px 10px;
    }
    #beforeafter .heading #part1 {
        font-size: 3em;
    }
    #beforeafter .heading #part2 {
        font-size: 6em;
    }
    #beforeafter .heading #part3 {
        font-size: 2em;
    }
    
    #video .content-wrapper ul li .box .title-wrapper span {
        font-size: 3em;
    }
    #video .content-wrapper ul li .box .title-wrapper .title {
        font-size: 14px;
    }
    #video .content-wrapper ul li .box .content .read {
        font-size: 14px;
    }
    
    #concerns ul li {
        margin: 0 auto 20px auto;
        display: inline-block;
        width: 80%;
    }
    #concerns .panel-body {
        margin-bottom: 20px;
    }
    #comparison .box label {
        display: block;
        margin: 0px 0px 10px 0px;
        font-size: 12px;
        font-weight: 400;
    }

    #comparison .box{
        min-height: 100px;
    }
    #comparison .box.height4{
        height: 120px;
    }
    #comparison .box.height5{
        height: 130px;
    }
    #comparison .box.height6{
        height: 120px;
    }
    #comparison .box2 .box{
        padding: 15px 0px;
    }
    

    #footer{
/*         padding: 0px 0px 50px 0px; */
    }
    #footer ul.social{
        margin: 10px auto;
    }
    .footer-widget-wrap .widget .widget-title {
        font-size: 20px;
        margin: 20px 0px;
    }
	.footer-widget {
		width: 100%;
		text-align: center;
		float: initial;
		display: inline-block;
		vertical-align: initial;
		padding: 10px 0px;
	}
	.footer-widget li {
		text-align: center;
	}
	.sitecontact {
		text-align: center;
	}
	.sitecontact .title {
		text-align: center;
	}
	.sitecontact .borderbottom {
		margin: 0 auto 16px auto;
	}
	.sitecontactlist .boxcontent {
		padding: 5px;
		position: initial;
		display: block;
		top: initial;
		width: auto;
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
	.widget ul.displayinline{
	    margin: 20px 0px;
	}
	.copyright .text-left, .copyright .text-right{
        text-align: center;
    }
}

@media (max-width: 600px) {
	
    body [class*='col-'] {
        padding: 0px 5px;
    }
    .title{
        font-size: 3em;
    }
    .page-header{
        height: 250px;
    }
    .page-header-content h3.page-title{
        font-size: 28px;
    }
    
    #whyus ul li {
        width: 30%;
    }
    #contactform .form-wrapper .formcontent {
        padding: 40px 30px 30px 30px;
    }
    
    #video .content-wrapper ul li {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    #video .content-wrapper ul li .box .title-wrapper span {
        font-size: 4em;
    }
    #video .content-wrapper ul li .box .title-wrapper span {
        font-size: 2em;
    }
    #video .content-wrapper ul li .box .title-wrapper .title {
        font-size: 16px;
    }
    #video .content-wrapper ul li .box .title-wrapper .title br{
        display: none;
    }
}

@media (min-width: 550px) {
    .showmobile{
        display: none;
    }
    .hiddenmobile{
        display: block;
    }
}
@media (max-width: 550px) {
    .showmobile{
        display: block;
    }
    .hiddenmobile{
        display: none;
    }
    
}

@media (min-width: 480px) {

}
@media (max-width: 480px) {
    h1 {
    	font-size: 2em;
    }
    h2 {
    	font-size: 1.8em;
    }
    h3 {
    	font-size: 1.6em;
    }
    h4 {
    	font-size: 1.5em;
    }
    h5 {
    	font-size: 1.4em;
    }
    h6 {
    	font-size: 1.2em;
    }
	.mysticky-welcomebar-fixed, .mysticky-welcomebar-fixed * {
		text-align: center;
	}
    ul.navbar-right li.lang-item {
        display: inline-block;
        width: 35%;
        background: #303030;
        margin: 10px 0px;
    }
    ul.navbar-right li.lang-item a {
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
    }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
    .right {
		float: initial;
	}
	.navbar-toggle {
        padding: 15px;
	}

	.post-img-wrap a {
		float: none;
		margin: 0 auto;
		width: 250px;
		height: 250px;
	}
	.post-img-wrap {
		text-align: center;
		margin-right: 0;
	}
	.post-img-wrap a img {
		width: auto;
	}
	.list-post-top {
		width: 90% !important;
	}
	
	.title {
        font-size: 2.6em;
    }
	#info .btn {
        padding: 5px 20px;
	}
	.formheader {
        padding: 0px 0px 40px 0px;
        font-size: 16px;
    }
	#whyus ul li {
        width: 44%;
    }
	#beforeafter .heading #part1 {
        font-size: 2.5em;
    }
	#beforeafter .heading #part2 {
        font-size: 5em;
    }
    #beforeafter .heading #part3 {
        font-size: 1.5em;
    }
    #comparison .head {
        font-size: 18px;
    }
    #location .box{
		padding: 15px;
	}
    #location .box .head .contactno {
        font-size: 10px;
    }

}
@media (max-width: 450px) {

    #floatcta ul li {
        font-size: 10px;
    }
    #floatcta ul li .fa, #floatcta ul li .fab {
        /*display: block;*/
        text-align: center;
        margin: 0px auto 5px auto;
    }
    
    #beforeafter .heading #part1 {
        font-size: 2em;
    }
	#beforeafter .heading #part2 {
        font-size: 4em;
    }
    #beforeafter .heading #part3 {
        font-size: 1.2em;
    }
}

@media (max-width: 420px) {
    #video .content-wrapper ul li .box .title-wrapper {
        padding: 10px 4px;
    }
    #video .content-wrapper ul li .box .title-wrapper span {
        font-size: 1.5em;
    }
    #video .content-wrapper ul li .box .title-wrapper .title {
        font-size: 12px;
    }
    #video .content-wrapper ul li .box .content{
        padding: 20px 12px;
    }
    
}
@media (max-width: 380px) {


}
@media (max-width: 360px) {

}

.cd-top {
	z-index: 999;
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
    bottom: 80px;
    right: 15px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #303030 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;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
    padding-right: 0px !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{
    overflow-y: auto !important;
}
.pum-theme-4177 .pum-container, .pum-theme-cutting-edge .pum-container{
    /*background-image: url(https://www.onedoc.com.my/wp-content/themes/onedoc/images/onedoc-countdown.jpg) !important;*/
    /*background-size: 100% !important;*/
    /*background-repeat: no-repeat !important;*/
}
.content_countdown{
	margin: 0px 0px 20px 0px;
}
.content_countdown .element_conteiner {
    /* border-radius: 50% !important; */
    border: 1px solid rgba(254, 254, 254, 0.1);
    /* border: 2px solid #00ACE6 !important; */
    background: rgb(242 225 187 / 22%) !important;
    padding: 10px !important;
    margin: 0px !important;
}
.content_countdown .time_left {
    line-height: 120%;
    border-radius: 0px;
    background-color: transparent !important; 
    font-size: 30px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #000000 !important;
    padding: 0 !important;
}
.content_countdown .time_description {
    font-size: 10px !important;
    font-weight: 100;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #000000 !important;
}
@media screen and (max-width: 767px) {
    #countdownwrapper {
        bottom: 20%;
    }
    .content_countdown .time_left{
        font-size: 20px !important;
    }
}
@media screen and (max-width: 600px) {
    #countdownwrapper {
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    #countdownwrapper {
        bottom: 0px;
    }
    .content_countdown .time_left{
        font-size: 18px !important;
    }
    .content_countdown .time_description {
        font-size: 8px !important;
    }
}

.buttonizer-group{
    right: 15px;
    bottom: 15px;
    display: flex;
    z-index: 99999;
    position: fixed;
    transition: all 250ms ease-in-out 0s;
/*     visibility: hidden; */
    flex-direction: column-reverse;
}
.buttonizer-head {
    color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin: 0px auto;
    display: block;
    z-index: 9999;
    position: relative;
    background: center center / cover no-repeat rgb(41 167 26);
    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 250ms ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important;
}
.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: rgb(255, 255, 255);
    position: absolute;
    font-size: 25px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 250ms ease-in-out 0s;
}
.buttonizer-button .icon{
    padding: 3px;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 16px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.buttonizer-button{
    opacity: 0;
}
.buttonizer-button.buttonizer-opened{
    z-index: 999999;
    color: rgb(255, 255, 255);
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0px auto 10px;
    display: block;
    opacity: 1;
    position: relative;
    background: center center / cover no-repeat rgb(41 167 26);
    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 250ms 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: rgb(255, 255, 255);
    right: 65px;
    margin: 0px;
    padding: 5px 15px;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    text-align: end;
    transition: all 0.2s ease-out 0s;
    font-family: unset;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
    background-color: rgb(51, 51, 51);
}
.buttonizer-button.buttonizer-opened .buttonizer-label{
    opacity: 1;
    visibility: visible;
}

.grecaptcha-badge{
	display: none;
}