/*
Theme Name: Duptronics
Theme URI: http://www.duptronics.com
Author: Duptronics Inc.
Author URI: http://www.duptronics.com
Developer Name: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noonoos
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
	# Normalize
	# Typography
	# Elements
	# Forms
	# Accessibility
	# Alignments
	# Clearings
	# Widgets
	# Content
		## Posts and pages
		## Asides
		## Comments
	# Infinite scroll
    #CSS INDEX
    ===================
	
	1.  Theme Default CSS (body, link color, section etc)
	2. header area
		2.1  main-menu area
		2.2  mobile menu
		2.3  language area
		2.4  addcart area
		2.5  search area
		2.6  dropdown menu
	3. slider area
	4. our product area
	5. banner area
	6. latest post area
	7. block category area
	8. testimonial-area
	9. footer area
	10. Home 2 area
	11. Home 3 area
	12. Home 4 area
		12.1 category menu
		12.2 category mega menu
	13. Home 5 area
	14. Home 6 area
	15. Home 7 area
	16. Home 8 area
	17. Shop page area
	18. Product details area
	19. Checkout Page area
	20. Wishlist page area
	21. Shoping-cart area
	22. About us area
	23. Contact Page area
	24. Login page area
	25. 404 login page area
----------------------------------------------------------------------------------- */	

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;	
}



body {
  margin: 0;
  background: #fff;
  color: #7f7f7f;
  font-family: 'Chronicle Display';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
.hidden {
    display: none;
}
a {
    background-color: transparent;
}
a:hover  {
    background: transparent;
	text-decoration:;
}
a.active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
	font-family: 'ArtegraSans-Black';
}

dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
  margin: 1em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	appearance:button;
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari and Chrome */
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -moz-appearance:textfield; /* Firefox */
    -webkit-appearance:textfield; /* Safari and Chrome */
    appearance:textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
fieldset {
	border: 2px solid #f1f1f1;
	margin: 0 2px 30px 2px;
	padding: 1em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
/*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/


dfn, cite{
	font-style: italic;
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
}
big {
    font-size: 125%;
}

h4, .h4 {
	font-size: 20px;
	
}


/*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/
*,
*:before,
*:after {
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1em 3em;
	padding: 0;
}
ol {
    list-style: decimal;
}
li > ul, 
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding: 0;
}
dt {
    font-weight: bold;
}
dd {  margin: 0 0 20px;}
td {  border-top: 1px solid #ededed;  padding: 6px 10px 6px 0;}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
table{
	margin:20px 0;
	width:100%;
	border:1px solid #ddd;
	border-collapse:separate;
	border-left:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
table th, table td{
	padding:8px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	vertical-align:top;
	text-align:left;
	line-height:18px
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td{
	border-top:0
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child{
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child{
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child{
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child{
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0
}
.post {
  clear: both;
}
/*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/

.wufoo input.btTxt,
input[type="button"], input[type="reset"], input[type="submit"] {
	background: #dd0047;
	border: 2px solid transparent;
	color: #fff;
	transition: 0.5s;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	height: 42px;
	line-height: 38px;
	padding: 0 45px;
	text-shadow: none;
	transition: all 0.4s ease-out 0s;
	white-space: nowrap;
	border-radius: 31px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	left: 73px;
	position: relative;
	font-family: 'Artegra Sans';
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: transparent;
	border: 2px solid #dd0047;
	color: #dd0047;
	padding: 0 55px;
}



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 {
    border-color: #aaa #bbb #bbb;
}

select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
.select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], .contact-form .wpcf7-form input[type="text"], .contact-form .wpcf7-form input[type="email"], .contact-form .wpcf7-form input[type="url"], .contact-form .wpcf7-form input[type="password"], .contact-form .wpcf7-form input[type="search"], .contact-form .wpcf7-form input[type="number"], .contact-form .wpcf7-form input[type="tel"], .contact-form .wpcf7-form input[type="range"], .contact-form .wpcf7-form input[type="date"], .contact-form .wpcf7-form input[type="month"], .contact-form .wpcf7-form input[type="week"], .contact-form .wpcf7-form input[type="time"], .contact-form .wpcf7-form input[type="datetime"], .contact-form .wpcf7-form input[type="datetime-local"], .contact-form .wpcf7-form input[type="color"], .wpcf7-form textarea {
	color: #000;
	border: 1px solid #f2f2f2;
	padding: 1px 35px;
	width: 100%;
	font-weight: 300;
	line-height: 43px;
	margin-bottom: 0;
	background: #f2f2f2;
	border-radius: 31px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	left: 50%;
	position: relative;
	outline: 0 none;
	font-family: 'Artegra Sans';
}
.select:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"], input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"], input[type="color"]:focus, .contact-form .wpcf7-form input[type="text"]:focus, .contact-form .wpcf7-form input[type="email"]:focus, .contact-form .wpcf7-form input[type="url"]:focus, .contact-form .wpcf7-form input[type="password"]:focus, .contact-form .wpcf7-form input[type="search"]:focus, .contact-form .wpcf7-form input[type="number"]:focus, .contact-form .wpcf7-form input[type="tel"]:focus, .contact-form .wpcf7-form input[type="range"]:focus, .contact-form .wpcf7-form input[type="date"]:focus, .contact-form .wpcf7-form input[type="month"]:focus, .contact-form .wpcf7-form input[type="week"]:focus, .contact-form .wpcf7-form input[type="time"]:focus, .contact-form .wpcf7-form input[type="datetime"]:focus, .contact-form .wpcf7-form input[type="datetime-local"]:focus, .contact-form .wpcf7-form input[type="color"]:focus, .wpcf7-form textarea:focus {
	width: calc( 100% + 20px);
	outline: 0 none;
}
.wpcf7-form textarea {
	padding-top: 15px !important;
	line-height: 18px;
}
.wpcf7 p {
	margin-bottom: 30px;
}
/*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/

a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	margin: 40px 0px 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-left: 7px;
	padding-right: 7px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    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-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/

.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;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/

#secondary .widget {
	margin: 30px 0 0;
	overflow: hidden;
	background: rgba(144, 141, 146, 0.1);
	overflow: hidden;
	padding: 15px;
}
footer .widget {
  color: #cccccc;
  margin: 0 0 60px;
  overflow: hidden;
}
.widget.woocommerce.widget_shopping_cart {
  overflow: inherit;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
#secondary aside.widget:first-child {
  margin-top: 0;
}
/*-------------------------------------------------------------- # Content --------------------------------------------------------------*/
/*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/

.sticky {
    display: block;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*-------------------------------------------------------------- # Media --------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/* -------------------------------------------------------------   
1.  Theme Default CSS (body, link color, section etc) ---------------------------------------------------------------- */

html,
body {
    height: 100%;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
  float: left;
  margin-bottom: 15px;
  margin-left: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
	margin-right: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
.nopadding-right {
    padding-right: 0;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding {
    padding: 0;
}
a:focus {
	outline: 0px solid;
	text-decoration: none;
}
.nav > li > a:hover, 
.nav > li > a:focus {
  background: transparent;
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0 0 15px;
	line-height: 1.2;
	font-family: 'ArtegraSans-Black';
}

a {  color: #dd0047;  text-decoration: none;  transition: all 0.3s ease 0s;}
a:hover {
    color: #dd0047;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}
.page-content > ol, .page-content > ul {
  margin: 0 0 20px 45px;
}
.main-container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#scrollUp {
    background: #9d9d9d none repeat scroll 0 0;
    bottom: 100px; 
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 40px;
    font-weight: bold;
}
#scrollUp:hover {
    background: #dd0047;
    color: #fff;
}
.clear {
    clear: both
}

.top_header {
	position: absolute;
	right: 20px;
	opacity: 1;
	top: 0;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.sticky-header .top_header {
	opacity: 0;
	top: -35px;

}


/*  2.1  mainmenu area 
/*----------------------------------------*/
.main-menu nav .main-ul > li:last-child a:after{
    border-right: 0;
}
.main-menu {
	clear: both;
	z-index: 10;
	position: relative;
	float: none;
}
/* 2.2 mobile menu -------------------------*/

.mean-container .mean-bar {
    background-color: #343434;
    margin-top: 0px;
    z-index: 1;
    border-left: 1px solid #343434;
    border-right: 1px solid #343434;
    width: 100%;
}
.mean-container a.meanmenu-reveal {
    padding: 10px 13px 10px;
}
.mean-container .mean-nav {
    background: #FAF8F8;
}
.mean-container .mean-nav ul li a {
    background: rgba(0, 0, 0, 0);
    color: #666;
    border-top: 1px solid #e0d8d8;
    text-transform: capitalize;
    line-height: 14px;
}
.mean-container .mean-nav ul li a.mean-expand {
    line-height: 22px;
    padding: 8px !important;
}
.mean-container .mean-nav ul li a:hover {} .mean-container .mean-nav ul li ul li a {
    border-top: 1px solid #e0d8d8;
}
.mean-container .mean-nav nav {
    padding: 0 10px;
}
.mean-container .mean-nav ul li a:hover {} .mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}
span.mobile-menu-title {
    color: #fff;
    font-size: 16px;
    left: 18px;
    line-height: 18px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    font-weight: 500;
}
a.meanmenu-reveal {
    float: right;
}


/*  2.5  search area 
/*----------------------------------------*/
.top-detail {
	width: 30px;
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.search-icon.fa.fa-search {
	font-size: 18px;
	color: #3f3f3f;
	padding: 41px 0 41px 0;
	-webkit-transition: padding 0.4s ease-in-out;
	-moz-transition: padding 0.4s ease-in-out;
	-o-transition: padding 0.4s ease-in-out;
	transition: padding 0.4s ease-in-out;
	-ms-transition: padding 0.4s ease-in-out;
}
.header-search.expand {
    cursor: pointer;
}
.product-search.sub-menu {
    position: absolute;
    top: 100%;
    background: #3f3f3f;
    padding: 0;
    text-align: left;
    right: 0;
}
.product-search input.form-control {
	background-color: #FFF;
	border: medium none;
	box-shadow: none;
	color: #3f3f3f;
	margin-bottom: 20px;
	margin-top: 20px;
	outline: medium none;
	padding: 0 20px;
	position: inherit;
	left: auto;
	transform: inherit;
	width: calc( 100% - 120px);
}
.header-search .btn-default {
	background: #FFF;
	border: 0 none;
	border-radius: 0;
	color: #3f3f3f;
	margin: 0;
	position: inherit;
	left: auto;
	right: auto;
	width: 119px;
	height: 74px;
	float: right;
	transform: inherit;
	max-width: 119px;
}
.header-search .btn-default:hover {
	color: #FFF;
}

.header-search .btn-default:active:focus {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: #ffffff;
}
.header-search .btn {
    padding: 0;
}
.header-search .btn:focus {
    outline: 0
}
.header-search .btn:active {
    box-shadow: none
}
.header-search button.btn.btn-default i {
    width: 120px;
    font-size: 36px;
    transition: .3s;
}
.header-search button.btn.btn-default i:hover {
    color: #FFF;
    transition: .3s;
}
.expand:hover .restrain {
    opacity: 1;
    transform: scaleY(1);
    z-index: 9999;
}
.restrain {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    z-index: -99;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
    display: block;
    background: #fff;
    right: 0;
}

.header-search .btn {
    padding: 0;
}
.sticky-header .search-icon.fa.fa-search {
	padding: 28px 0 24px 0;
}


/*  2.6  dropdown menu  
/*----------------------------------------*/

.dropps-menu {
  padding-bottom: 36px;
  padding-left: 15px;
  position: relative;
}
.dropps-menu a {
    color: #3f3f3f;
}
.dropps-menu a:hover {
    color: #dd0047;
}
.dropps-menu .language {
    right: 0;
    text-align: right;
}
.lang-all > a:hover,
.search-icon.fa.fa-search:hover {
    color: #dd0047;
    transition: .3s
}
.readon-red a {
    color: #3f3f3f;
}
.readon-red:hover {
    color: #ffffff;
    background: #362f2d;
    transition: .5s;
    border: 1px solid #3f3f3f !important;
}
.readon-red:hover a {
    color: #fff !important;
}



/*----------------------------------------  6. latest post area /*----------------------------------------*/
.single .blog_header {
  margin-bottom: 60px;
}
.blog-page.single {
  margin-bottom: 60px;
}
.latest-post-area .area-title h3 {
    background: #f6f6f6;
}
.post-thumb {
  max-width: 100%;
  position: relative;
}
.post-thumb:after {
    content: "";
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    z-index: 1;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    pointer-events: none;
}
.latest-post:hover .post-thumb:after,
.single-post:hover .post-thumb:after {
    width: 100%;
    height: 100%;
}
.all-singlepost {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.single-post {
	margin-bottom: 15px;
}
.post-thumb-info {
	padding: 25px 0;
	width: 100%;
	float: left;
}
.post-time span,
.post-time a {
    font-size: 10px;
    letter-spacing: 1.1px;
    color: #3f3f3f;
    font-weight: 700;
}
.post-time a:hover {
    color: #dd0047
}
.postexcerpt p {
  color: #6d6d6d;
  line-height: 25px;
}
.post-time {
    margin: 0 0 10px;
}
.blog-page .post-time {
	margin: 0 0 10px 0;
}
.read-more {
	font-size: 25px;
	/* text-transform: uppercase; */
	color: #000;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	/* background: #000; */
	/* border-radius: 45px; */
	border: 1px solid #000;
	margin-top: 20px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	/* width: 100px; */
	text-align: center;
	padding: 5px 25px;
	border-radius: 5px;
}
.read-more:hover {
	color: #000;
	background-color: #ffffff;
}

.latest-post-area .all-singlepost {
    margin: 30px 0 0
}
.latest-post {
	background: #fff;
}
.post-content {
	padding: 15px 10px;
	border: 1px solid #f2f2f2;
}

/*----------------------------------------  6. latest post widget /*----------------------------------------*/
.recent-posts .post-wrapper, .recent-comments .post-wrapper {
  display: block;
  overflow: hidden;
}
.recent-posts .rcnt-post-thumb, .recent-comments .comnt-thumb {
  float: left;
  width: 25%;
}
#secondary .widget .recent-posts .rcnt-post-thumb a, #secondary .widget .recent-comments .comnt-thumb a {
  display: block;
}
.recent-posts .post-info, .recent-comments .post-info {
  float: left;
  padding-left: 10px;
  width: 70%;
}
#secondary .widget .recent-posts .post-info .post-title.recent-post-s, #secondary .widget .recent-comments .post-info .post-title.recent-post-s {
  margin: 0 0 5px;
}
#secondary .widget .recent-posts .post-info .post-title.recent-post-s a, #secondary .widget .recent-comments .post-info .post-title.recent-post-s {
	display: block;
	font-size: 14px;
	line-height: 14px;
	/* color: #797979; */
	border: 0 none;
	margin: 0;
	padding: 0;
}

.recent-posts .post-info .post-date.recent-post-s, .recent-comments .post-info .post-date.recent-post-s {
  color: #7e7e7e;
  font-size: 11px;
  font-style:italic;
}
#secondary .widget .recent-posts ul li, #secondary .widget .recent-comments ul li {
  margin-bottom: 15px;
  padding: 0;
}
#secondary ul li {
	margin-bottom: 6px;
}

#secondary ul li a {
	color: #000;
}


.recent-posts ul li a, .recent-comments ul li a {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.recent-posts ul li a:hover, .recent-comments ul li a:hover{
	color: #EC4445;
}
.recent-comments .post-info p{
	line-height: 16px;
	margin-bottom: 0;
}
#secondary input[type="text"] {
	border: 1px solid #ddd;
	box-sizing: border-box !important;
	height: auto;
	padding: 0 15px;
	width: 100%;
	margin: 0;
	font-family: 'Artegra Sans';
}

/*----------------------------------------  9. footer area /*----------------------------------------*/
.top-footer-area,
.info-footer {
    padding: 0;
    background: #000;
}
.top-footer-area .widget h3.widget-title {
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px;
}

footer ul {
  list-style: outside none none;
  margin: 0;
}
#secondary ul {
	list-style: inside disc;
	margin: 0;
}
footer .recent-posts ul li, footer .recent-comments ul li {margin-bottom:20px;}
footer .recent-posts ul li:last-child, footer .recent-comments ul li:last-child {margin-bottom:0;}
footer .recent-posts ul li a, footer .recent-posts ul li h3, footer .recent-comments ul li a, footer .recent-comments ul li h3 {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: inherit;
}
footer .recent-posts .post-info .post-date.recent-post-s, footer .recent-comments .post-info .post-date.recent-post-s {
  color: #CCC;
}
.widget  ul li a:hover {
    color: #dd0047;
}
.info-fcontainer {

}
.infof-icon {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.infof-icon i {
    width: 30px;
    height: 30px;
    border: 1px solid #dd0047;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}
.info-footer {
    border-top: 1px solid #4c4b4b;
}
.footer-social h3,
.info-fcontainer h3 {
	font-size: 17px;
	color: #dd0047;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.info-fcontainer a,
.info-fcontainer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.info-fcontainer a{
   display:block ;
}
.single-bannerfooter {
    border-right: 1px solid #363636;
}
.last-single {
    border: 0;
}

.single-bannerfooter a:hover {
    opacity: 0.6;
}


.footer_section {
	background: #000;
}
.footer-logo {
	margin-top: 68px;
}
.address-footer address a {
    color: #fff;
}
.address-footer address a:hover {
    color: #ffffff;
}
.social-footer ul li {
    color: #ccc;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}
.social-footer ul li a {
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #555;
    border-radius: 3px;
    margin-right: 15px;
    display: inline-block;
}



.main-area .ex-pro {
    margin-top: 40px;
}
.main-area .bn-pro {
    margin-top: 31px;
}
.main-area .banner-area {
    margin: 0 0 60px;
}


.main-area .block-image {
    margin-right: 20px;
    width: 45%;
}

.main-area .block-category {
    margin: 76px 0 0
}
.block-category .bar-title {
    margin: 60px 0 40px;
}
.bar-ping {
    display: block;
    width: 11%;
    float: left;
    margin-right: 10px;
}
#secondary .widget .widget-title {
	color: #3f3f3f;
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	line-height: 35px;
	position: relative;
	text-transform: uppercase;
	word-wrap: break-word;
	background-size: contain;
	position: relative;
}
#secondary .widget .widget-title::after {
	position: absolute;
	left: 0;
	width: 3vw;
	content: "";
	height: 2px;
	background: #000000;
	bottom: -2px;
}

#secondary aside.widget_text:first-child h3 {
  margin: 0;
}
.main-area .testimonial-area {
    background: none;
    overflow: hidden;
}
.bar-test {
    background: #f4f4f4;
    padding: 20px 10px;
    margin-top: 20px;
}
.main-area .latest-post-area {
    background: none;
    margin-top: 40px;
}
.main-area .product-content p {
    letter-spacing: 0.6px
}

.banner-area p a img {
  width: 100%;
}
.left-column p img {
    margin-bottom: 15px;
}

.breadcrumbs .home {
    float: left;
    margin-right: 10px;
}
.breadcrumbs a {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
}
.breadcrumbs span.separator {
	margin-right: 5px;
}
.breadcrumbs a:hover {
  color: #dd0047;
}

.breadcrumbs {
    margin: 15px 0;
}
.single .breadcrumbs {
    margin-bottom: 30px;
}

p.comment-form-rating label,
p.comment-form-comment label,
#commentform p {
    margin-bottom: 25px;
    max-width: 100%;
    color: #7f7f7f;
}
#commentform input[type="submit"] {
  font-size: 14px;
}
#commentform input[type="submit"]:hover {
  background:#dd0047;
  color:#FFF;
  border-color: transparent;
}
.comments-list ul li {
    margin-bottom: 25px;
}
li.threaded-comments {
    margin-left: 50px;
}
.comments-list-img {
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    border: 1px solid #ddd;
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 63px;
    padding: 10px;
    position: relative;
    border-radius: 3px;
}
.comments-content-wrap:before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}
.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}
li.threaded-comments {
    margin-left: 50px
}
span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.author-info.archives,
.single-post .post-thumb-info .author-info {
background: #f2f2f2 none repeat scroll 0 0;
margin: 20px 0;
padding: 20px;
float:left;
width:100%;
}
.author-info.archives .author-avatar,
.single-post .post-thumb-info .author-avatar {
  float: left;
  margin-right: 20px;
}
.author-info.archives .author-description,
.single-post .post-thumb-info .author-description {
  color: #787878;
  float: left;
  width: 83%;
}
.single-post .post-thumb-info .postexcerpt {
  margin: 20px 0;
}
.author-description > h2 {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 10px;
  color:#FFFFFF;
}







.sub-menu-columns ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
    float: right;
}


/* Blog */
h1.blogtitle a, .single-post h1.blogtitle {
	color: #3f3f3f;
	font-size: 24px;
	font-weight: 700;
}
h1.blogtitle a:hover {
	color: #dd0047;
}
.single-post h1.blogtitle {
	line-height: 1.5;
	margin-bottom: 30px;
}

.class-page .postexcerpt,
.blog-page .post-thumb-info .postexcerpt{
	margin:0;
}
/* Blog Comments */
.comments-area{
	overflow: hidden;
}
.author-description .author_link{
	color: #009fdd;
	font-size: 13px;
}
h3.comments-title{
	border-bottom: 1px solid #f1f0f0;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
	text-transform: uppercase;	
	color: #888;
}
.comments-area {
  float: left;
  margin: 20px 0 70px;
  width: 100%;
}
#commentform a{
	color: #666;
}
.comments-area .comments-title, 
.comments-area .comment-reply-title {
    border-bottom: 1px solid #f1f0f0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    text-transform: uppercase;
	color: #333;
}
.comments-area .comment-list {
    margin: 0;
    padding: 0;
}
.comments-area .comment-list li.comment {
    list-style: outside none none;
}
.comments-area .comment-list li.comment article.comment {
    margin: 0 0 30px;
}
.comments-area .comment-list li.comment article.comment .comment-avatar {
    float: left;
}
.comments-area .comment-list li.comment article.comment .comment-info {
    border: medium none;
    margin-left: 75px;
    position: relative;
}
.comments-area .comment-list li.comment article.comment .comment-info .reply {
    display: inline-block;
    float: right;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.comments-area .comment-list li.comment article.comment .comment-info .reply a {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: capitalize;
    transition: all 0.4s ease-out 0s;
    white-space: nowrap;
}
.comments-area .comment-list li.comment article.comment .comment-info .reply a:hover {
    background: #009fdd none repeat scroll 0 0;
    border-color: #009fdd;
    color: #fff!important;
}
#cancel-comment-reply-link:hover{
	color: inherit;
}
.comments-area .comment-list .comment-meta {
    color: #999;
    float: left;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px;
    width: 100%;
}
.comments-area .comment-list .comment-meta img {
    margin-right: 10px;
}
.comments-area .comment-list .comment-meta cite {
    float: left;
    margin-bottom: 10px;
}
.comments-area .comment-list .comment-meta cite .fn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.comments-area .comment-list .comment-meta cite .fn a {
    color: #353535;
	font-style: normal;
}
.comments-area .comment-list .comment-meta cite .fn a:hover {
    color: #009fdd;
}
.comments-area .comment-list .comment-meta cite span {
    display: none;
}
.comments-area .comment-list .comment-meta time {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: italic;
}
.comments-area .comment-list .comment-content {
    font-size: 14px;
}
.comments-area .comment-list .comment-content p:last-child {
    margin-bottom: 0;
}
.comments-area .comment-list ul.children{
	margin: 0 0 0 20px;
}

.comments-area .comment-respond {
    margin-top: 45px;
    width: 100%;
}
.comments-area .comment-respond .comment-form label {
    color: #999;
    display: block;
    margin: 0 0 5px;
}
.comments-area .comment-respond .comment-form .comment-notes, 
.comments-area .comment-respond .comment-form .form-allowed-tags {
    color: #999;
    font-size: 13px;
}
.comments-area .comment-respond .comment-input input{
	width: 100%;
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #f1f0f0;
	border-radius: 0;
	max-width: 100%;
	padding: 10px;	
	font-size: 14px;
	margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form #comment {
    border: 1px solid #f1f0f0;
    height: 130px;
    width: 100%;
	background: #fdfdfd none repeat scroll 0 0;
	border-radius: 0;
	max-width: 100%;
	padding: 10px;	
	margin-bottom: 30px;
	font-size: 14px;
}
/* Blog pagination */
.main-container .blog-page .pagination {
  border-radius: 0;
  border-top: 1px solid #e5e5e5;
  float: left;
  margin: 0 0 50px;
  padding: 20px 0 0;
  width: 100%;
}
.main-container .blog-page .pagination ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.main-container .blog-page .pagination li {
  float:left
}
.main-container .blog-page .pagination a,
.main-container .blog-page .pagination span {
  display: block;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
background-color: #ebebeb;
color: #3f3f3f;
cursor: pointer;
font-size: 15px;
font-weight: 700;
height: 30px;
line-height: 30px;
text-decoration: none;
transition: all 0.3s ease 0s;
width: 40px;
}
.main-container .blog-page .pagination a i,
.main-container .blog-page .pagination span i {
height: 30px;
line-height: 30px;
}
.social-area .top-social a {
	line-height: 28px;
	width: 28px;
	font-size: 20px;
	border-radius: 100%;
}
.mobile-social-area a, .top-social a {
	line-height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	background: #fff;
	margin-right: 10px;
	color: #000;
	font-size: 24px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.mobile-social-area {
	margin-top: 30px;
	margin-bottom: 30px;
}
.main-container .blog-page .pagination a.current,
.main-container .blog-page .pagination a:hover,
.main-container .blog-page .pagination span.current,
.main-container .blog-page .pagination span:hover {
  background: #dd0047;
  color:#FFF;
}
.top-header {
	line-height: 30px;
	width: 100%;
	height: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.top-menu {
	margin: 0 45px 0 0;
	padding: 0;
	list-style: none;
}

.top-menu li {
	float: left;

}
.top-menu li a {
	color: #FFF;
	font-size: 15px;
	line-height: 2;
    border-right: 1px solid #fff;
	margin-right: 5px;
	padding-right: 5px;
}
.top-menu li:last-child a {
	border-right: 1px solid transparent;
	margin: 0;
	padding: 0;
}
.menu-top-menu-container {
	width: 100%;
}
.callto_mobile {
	margin-right: 10px;
}
a.request_cons {
	color: #fff;
	line-height: 25px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	background: transparent;
	border-radius: 5px;
	padding: 1px 10px;
	border: 2px solid #f00;
}

a.request_cons:hover {
    background: #f00;
    border: 2px solid transparent;
}

.padding-left-0 {
	padding-left: 0;
}
.padding-right-0 {
	padding-right: 0;
}
.section-padding-70 {
	padding: 70px 0;
}
.padding-130 {
padding-top: 130px;
padding-bottom: 130px;
}
.padding-118 {
padding-top: 118px;
padding-bottom: 117px;
}
.padding-70 {
padding-top: 70px;
padding-bottom: 70px;
}
.padding-tb-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-padding-30 {
	padding-top: 30px;
	padding-bottom:5px;
}
.section-title {
	font-size: 25px;
	
	color: #000;
	margin-bottom: 35px;
}
.section-padding-25 {
	padding-top: 25px;
}
.cat-heading h1 {
    font-size: 45px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
}
.cat-heading h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
}

#secondary .searchform {
	position: relative;
}
#secondary input#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 5px;
	border-radius: 0;
	background: #dd0047;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	-webkit-transform: inherit;
	transform: inherit;
	left: inherit;
	border-radius: 0 31px 31px 0;
	font-family: 'Artegra Sans';
}



/* Navigation */
.main-header {
		position: relative;
}
.mobile-menu {
	height: 70px;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu_text,.menu_close {
	float: left;
	font-size: 22px;
	margin-right: 21px;
	text-transform: uppercase;
	line-height: 70px;
	font-style: italic;
	color: #000;
}
.menu_close {
	display: none;
}
.mobile-menu-open .menu_text {
	opacity: 0; 
}
.mobile-menu-open .menu_close {
	display: block;
	position: relative;
	z-index: 3;
	left: -56px;
	color: #FFF;
}
.hamburger_phone, .hamburger.opened {
	cursor: pointer;
	height: 38px;
	position: relative;
	z-index: 999;
}

.hamburger {
	display: table-cell;
	position: relative;
	transition: all 0.4s ease 0s;
	vertical-align: middle;
	height: 38px;
	width: 38px;
	cursor: pointer;
	z-index: 99;
}
.hamburger_phone {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	vertical-align: middle;
	height: 38px;
	width: 38px;
    cursor: pointer;
	border-radius: 100%;
	margin-right: 5px;
    float: left;
    z-index: 99;
}

.hamburger_phone a.callto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.sticky-header .hamburger_phone a.callto {
	background-color: #dd0047;
}

.hamburger span {
    position: absolute;
    background: #FFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: top .3s,left .3s,opacity .3s, background .3s;
    backface-visibility: hidden;
    -webkit-transition: top .3s,left .3s,opacity .3s, background .3s;
    -moz-transition: top .3s,left .3s,opacity .3s, background .3s;
    -ms-transition: top .3s,left .3s,opacity .3s, background .3s;
    -o-transition: top .3s,left .3s,opacity .3s, background .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.hamburger span:nth-child(1){opacity: 1;top: calc(50% - 5px);}
.hamburger span:nth-child(2) {left: 14px;opacity: 1;top: calc(50% - 5px);}
.hamburger span:nth-child(3){left: 28px;opacity: 1;top: calc(50% - 5px);}
.hamburger span:nth-child(5){left: 28px;top: 100%;}

.hamburger.opened span:nth-child(1) {
	left: 4px;
	top: 22px;
}

.hamburger.opened span:nth-child(2) {
	left: 14px;
}
.hamburger.opened span:nth-child(3) {
	top: 6px;
	left: 24px;
}
.hamburger.opened span:nth-child(4) {
	top: 6px;
	left: 4px;
	opacity: 1;
}
.hamburger.opened span:nth-child(5) {
	top: 22px;
	opacity: 1;
	left: 24px;
}


.hamburger.opened span {
	background: #FFF none repeat scroll 0 0;
}

.hamburger_phone a {
	display: block;
}

body.phone-menu-open,
body.mobile-menu-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.js_body__overlay {
	position: fixed;
	background: #000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	opacity: .75;
	filter: alpha(opacity=60);
	visibility: hidden;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	z-index: 1;
}
.phone-menu-open .js_body__overlay,
.mobile-menu-open .js_body__overlay {
	visibility: visible;
	-webkit-transition: visibility 300ms ease-in-out 0s;
	-o-transition: visibility 300ms ease-in-out 0s;
	transition: visibility 300ms ease-in-out 0s;
}
.phone-menu-open .js_body__overlay, .js_body__overlay,
.mobile-menu-open .js_body__overlay {
	display: none;
}

.mobile-menu-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 82px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: #000;
}

.hamburger_wrap {
  display: none;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}

#phonemenu, #mobilemenu ul {
	display: block;
	margin: 20px 0px 0 0;
	width: 100%;
	list-style: none;
}

#phonemenu ul,
#mobilemenu ul ul {
	margin: 0;
}


#mobilemenu.align-center > ul {
    text-align: left;
}

#phonemenu li,
#mobilemenu ul li {
	position: relative;
	display: block;
	border-bottom: 2px solid #d2d2d245;
}

#phonemenu ul li,
#mobilemenu ul ul li {
	border-bottom: 2px solid transparent;
}

#phonemenu li a,
#mobilemenu ul li a,
#mobilemenu ul ul li a {
    width: 100%;
    border-bottom: 0;
}
#phonemenu li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
#phonemenu > li
#mobilemenu > ul > li {
    float: none;
}
#mobilemenu ul ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 5px 0 5px 25px;
  font-family: 'Artegra Sans';
}
#mobilemenu > ul > li.has-sub > a:after,
#mobilemenu > ul > li.has-sub > a:before,
#mobilemenu ul ul > li.has-sub > a:after,
#mobilemenu ul ul > li.has-sub > a:before {
    display: none;
}

#phonemenu .submenu-button,
#mobilemenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 7px;
	display: block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	border: 3px solid #dd0047;
	border-radius: 100%;
}
#phonemenu .submenu-button {
	top: 9px;
	height: 35px;
	width: 35px;	
}
#mobilemenu ul ul .submenu-button {
	height: 30px;
	width: 30px;
	top: 2px;
	right: 14px;
}
#mobilemenu .submenu-button::after {
	position: absolute;
	top: calc(50% + -1.5px);
	right: calc(50% - 7.5px);
	width: 15px;
	height: 3px;
	display: block;
	background: #FFF;
	content: '';
}
#mobilemenu ul ul .submenu-button::after {
	top: 13px;
	right: 7px;
} 
#mobilemenu .submenu-button.submenu-opened:after {
    background: #ffffff;
}

#mobilemenu .submenu-button::before {
	position: absolute;
	top: calc(50% - 7.5px);
	right: calc(50% - 1.5px);
	display: block;
	width: 3px;
	height: 15px;
	background: #FFF;
	content: '';
}

#mobilemenu ul ul > li .submenu-button::before {
	top: 7px;
	right: 13px;
}
#mobilemenu .submenu-button.submenu-opened:before {
    display: none;
}

#mobilemenu > ul > li > a {
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-family: 'Artegra Sans';
}
#mobilemenu > ul > li.has-sub > a {
  padding-right: 35px;
}
#mobilemenu ul.sub-menu {
display: none;
}
#mobilemenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#mobilemenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#mobilemenu ul ul li:last-child > a,
#mobilemenu ul ul li.last-item > a {
  border-bottom: 0;
}
#mobilemenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#mobilemenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#mobilemenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}


#phonemenu > li > a {
	padding-bottom: 20px;
	padding-top: 20px;
}
/* .phone-menu-open .top-logo,
.mobile-menu-open .top-logo,
.mobile_logo {
display: none;
} */
.phone-menu-open .mobile_logo,
.mobile-menu-open .mobile_logo {
    display: block;
    position: relative;
    z-index: 999;
}
.phone-menu-open .mobile_logo a img,
.phone-menu-open .mobile_logo a,
.mobile-menu-open .mobile_logo a img,
.mobile-menu-open .mobile_logo a {
z-index:999;
}


.mobile-wrapper {
	padding: 0px 30px;
}
.mobile-wrapper .callto {
	font-size: 22px;
}
.mobile-menu-wrapper .request_cons {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mobile-menu-wrapper a.request_cons {
	line-height: 48px;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	border: 1px solid transparent;
	background: #dd0047;
	display: block;
	width: 288px;
	text-align: center;
	font-family: 'Artegra Sans';
	margin-left: auto;
	margin-right: auto;
}
.mobile-menu-wrapper .social-area .top-social a {
	line-height: 38px;
	width: 38px;
	font-size: 24px;
}
.social-img, .social-img span, .social-area .top-social {
	display: inline-block;
}


.social-img span {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-style: italic;
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 9 ;
}
img.social {
	width: 30px;
	margin-top: -5px;
}
footer .top-social {
	top: -2px;
}
.social-area-2,
.social-area {
	position: relative;
}
.top-social {
	opacity: 0;
	position: absolute;
	left: 34px;
	top: 0;
	visibility: hidden;
}
.open + .top-social {
    opacity: 1;
    visibility: visible;
    text-align: left;
}
.top-social a {
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.social-area-2 .top-social a {
	line-height: 28px;
	width: 28px;
	display: inline-block;
	text-align: center;
	background: #fff;
	margin-right: 4px;
	color: #3f3f3f;
	font-size: 18px;
	border-radius: 100%;
}
.social-area:hover .top-social a {
  -webkit-transform: scale(1);
          transform: scale(1);
z-index:2;
}
.open + .top-social a {
  -webkit-transform: scale(1);
          transform: scale(1);
z-index:2;
}

.category-banner {
	background-color: #dd0047;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	float: left;
	padding-top: 285px;
	padding-bottom: 130px;
	margin-bottom: 70px;
}
.cat-heading h1 {
    position: relative;
    font-family: 'ArtegraSans-Black';
}
.cat-heading h1::after {
	content: '';
	height: 8px;
	width: 233px;
	margin: 0 auto 0 -50px;
	position: absolute;
	bottom: -22px;
	left: calc(50% - 65px);
	z-index: 1;
	background: #dd0047;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}


.contactus_title {
	color: #5c5e5f;
	font-size: 28px;
}
.contact-from-wrapper label {
	display: block;
	margin-bottom: 15px;
	color: #5c5e5f;
	
}
.contact_hour_title,
.contact_info_title {
	color: #dd0047;
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-right: 5px;
}

.contact_info_title ,
.title_1 {
	width: 80px;
}

.no-padding {
	padding: 0;
}
.contact_hour {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	padding-bottom: 20px;
}
.opening_hour {
	margin: 0;
	padding: 0;
	list-style: none;
}
.opening_hour li {
	font-size: 15px;
	color: #5c5e5f;
	margin-bottom: 3px;
}
.opening_hour li strong  {
	color: #dd0047;
	font-weight: 600;
	width:130px;
	float: left;
	text-transform:capitalize;
}
.product-search .btn.btn-default:before {
	display: none;
}

.mainmenu.search_off {
	width: 100%;
}
.sticky-header .main-menu nav {
	margin-top: 0;
}


.mobile-menu-wrapper a.request_cons::after {
	display: none;
}
/* Menu */

.mainmenu a {
	display: inline-block;
}
.rightmenu ul, 
.mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

.rightmenu ul li, .mainmenu ul li {
    display: inline-block;
    padding: 36px 15px;
    position: relative;
    transition: padding 0.3s ease-in-out 0s;
    -webkit-transition: padding 0.3s ease-in-out 0s;
    -moz-transition: padding 0.3s ease-in-out 0s;
    -ms-transition: padding 0.3s ease-in-out 0s;
    -o-transition: padding 0.3s ease-in-out 0s;
}
.sticky-header .mainmenu ul li {
	padding-top: 21px;
	padding-bottom: 21px;
}
.callto img {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    width: 22px;
    margin-right: 5px;
    margin-top: -2px;
}


.mainmenu ul li a {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    position: relative;
    line-height: 40px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}

.header_area_inner .mainmenu ul > li > a{
	line-height: 104px;
}
.mainmenu li a:hover {
	text-decoration:none;
}

.rightmenu ul li a:hover, 
.rightmenu ul li ul.sub-menu li > a:hover, 
.rightmenu ul li.current-menu-parent > a, 
.rightmenu ul li.current-menu-item > a,
.mainmenu ul li a:hover, 
.mainmenu ul li ul.sub-menu li > a:hover, 
.mainmenu ul li.current-menu-parent > a, 
.mainmenu ul li.current-menu-item > a {
	text-decoration: none;
}

.mainmenu ul li ul.sub-menu li > a:hover, 
.mainmenu ul li.current-menu-parent > a, 
.mainmenu ul li.current-menu-item > a {
	text-decoration: none;
}


.rightmenu ul li ul.sub-menu li,
.mainmenu ul li ul.sub-menu li {
	display: block;
	
}

.rightmenu ul li ul.sub-menu,
.mainmenu ul li ul.sub-menu {
	background-color: #FAFAFA;
	visibility: hidden;
	z-index: 25;
	padding: 0;
	display: block;
	height: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	transform: translateY(-10px);
	top: 100%;
	line-height: 40px;
	width: 253px;
	padding-top: 5px;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
	-ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
}
.mainmenu ul li ul.sub-menu.right-menu {
	right: 0;
}
.rightmenu ul > li:hover > ul.sub-menu,
.mainmenu ul > li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
.mainmenu ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
}
.mainmenu ul li ul.sub-menu ul.sub-menu.right-menu {
 left: initial;
 right: 100%;
}
.rightmenu ul li ul.sub-menu li a,
.mainmenu ul li ul.sub-menu li a {
	line-height: 18px;
	font-size: 15px;
}


a.read_more_btn {
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}

.service-thumb ~ a.read_more_btn span,
a.read_more_btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
  
a.read_more_btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
a.read_more_btn:hover span {
  padding-right: 25px;
}
a.read_more_btn:hover span:after {
  opacity: 1;
  right: 0;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-60 {
	padding-top: 60px;
}
/* Header */
#sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #000;
}
.mobile-menu-open #sticky-header {
	height: 100%;
	background: transparent;
}
.logo {
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	transition: height 0.4s ease-in-out;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
}
.sticky-header .logo {
	height: 70px;
}


.logo img {
	width: 100%;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	-ms-transition: width 0.4s ease-in-out;
}

.sticky-header .logo img {
	width: 80%;
}
.rightmenu ul li a, .mainmenu ul li a {
	font-family: 'Artegra Sans';
	line-height: 1;
	transition: padding 0.4s ease-in-out;
	-webkit-transition: padding 0.4s ease-in-out;
	-moz-transition: padding 0.4s ease-in-out;
	-ms-transition: padding 0.4s ease-in-out;
	-o-transition: padding 0.4s ease-in-out;
}
.mainmenu ul li a{
position: relative;
}

.mainmenu ul li a:hover::after, 
.mainmenu ul li ul.sub-menu li > a:hover::after, 
.mainmenu ul li.current-menu-parent > a::after, 
.mainmenu ul li.current-menu-item > a::after {
	position: absolute;
	background-color: #dd0047;
	width: 100%;
	height: 4px;
	content: '';
	bottom: -40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.sticky-header .mainmenu ul li a:hover::after, 
.sticky-header .mainmenu ul li ul.sub-menu li > a:hover::after, 
.sticky-header .mainmenu ul li.current-menu-parent > a::after, 
.sticky-header .mainmenu ul li.current-menu-item > a::after {
	bottom: -25px;
}



.mainmenu ul li.book-appointment a {
	width: 233px;
	height: 38px;
	background: #dd0047;
	text-align: center;
	border-radius: 5px;
	position: relative;
	line-height: 40px;
	border: 1px solid #dd0047;
	transition: background 0.4s ease-in-out;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
}
.mainmenu ul li.book-appointment a:hover {
	background: transparent;

}
.mainmenu ul li.book-appointment a::after, .mainmenu ul li.book-appointment a::before {
	position: absolute;
	background-repeat: no-repeat;
	width: 69px;
	height: 48px;
	content: '';
	top: -22px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	background-color: transparent;
}
.mainmenu ul li.book-appointment a::before {
	background-image: url(img/left-arrow.png);
	left: -90px;
}
.mainmenu ul li.book-appointment a:hover::before {
	left: -80px;
}
.mainmenu ul li.book-appointment a::after {
	background-image: url(img/right-arrow.png);
	right: -90px;
	left: auto;
}
.mainmenu ul li.book-appointment a:hover:after{
	right: -80px;
}
.mainmenu ul li.book-appointment  {
	padding: 0 90px;
}


.form-subtitle {
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 22px;
	color: #00a8e2;
}
.opening_hour {
	margin-top: 20px;
}
.opening_hour_ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.opening_hour_ul li {
	margin-bottom: 5px;
}
span.day {
	width: 140px;
	display: inline-block;
}
.opening_hour strong {
	margin-bottom: 10px;
	display: block;
}
#page-sidebar {
	border: 2px solid #f2f2f2;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.wpcf7-form-control.wpcf7-select {
	width: 100%;
	border: 1px solid #f2f2f2;
	line-height: 43px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 8px;
}
.page-not-found.text-center {
	padding: 125px 0;
}

.blank_spach {
	padding-top: 170px;
}
.postexcerpt li {
	margin-bottom: 20px;
}
.postexcerpt h1, .postexcerpt h2, .postexcerpt h3, .postexcerpt h4, .postexcerpt h5, .postexcerpt h6 {
	clear: inherit;
}
blockquote {
	background: #f3f5f8;
}


  /*//////////////////////////////////////////////////////////////////
  [ Restyle Select2 ]*/
  
  .select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
  }
  
  .select2-container .select2-selection--single {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: transparent;
	border: none;
	outline: none;
	position: relative;
	color: #000;
	border: 1px solid #f2f2f2;
	border-top-color: rgb(242, 242, 242);
	border-right-color: rgb(242, 242, 242);
	border-bottom-color: rgb(242, 242, 242);
	border-left-color: rgb(242, 242, 242);
	padding: 5px 35px;
	width: 100%;
	font-weight: 300;
	line-height: 43px;
	margin-top: 8px;
	background: #f2f2f2;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	border-radius: 31px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	left: 50%;
	position: relative;
    outline: 0 none;
    overflow: hidden;
}
  
.select2-container .select2-selection--single:focus {
	width: calc( 100% + 20px);
	padding: 5px 45px;
	outline: 0 none;
}



  /*------------------------------------------------------------------
  [ in select ]*/
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px ;
    background-color: transparent;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .select2-selection__arrow b {
    display: none;
  }
  
  .select2-selection__arrow::before {
    content: '';
    display: block;
    
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999999;
    margin-bottom: 2px;
  }
  
  .select2-selection__arrow::after {
    content: '';
    display: block;
    
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999999;
  }
  
  /*------------------------------------------------------------------
  [ Dropdown option ]*/
  .select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    background-color: white;
  
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  }
  
  .select2-dropdown--above {top: -30px;}
  .select2-dropdown--below {top: 8px;}
  
  .select2-container .select2-results__option[aria-selected] {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  .select2-container .select2-results__option[aria-selected="true"] {
    background: #F1F2f2;
    color: #000;
  }
  
  .select2-container .select2-results__option--highlighted[aria-selected] {
    background: #F1F2f2;
    color: #000;
  }
  
  .select2-search--dropdown .select2-search__field {
    border: 1px solid #F2F2F2;
    outline: none;
    line-height: 1.2;
  }
  .select2-selection.select2-selection--single {
	border: 1px solid #f2f2f2;
	line-height: 43px;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	-ms-border-radius: 31px;
	-o-border-radius: 31px;
	background: #f1f1f1;
	height: 48px;
}
.page-not-found .entry-title {
	letter-spacing: 2px;
	font-size: 24px;
}
.page-not-found img {
	margin-bottom: 30px;
}
.entry-content .search-form #searchform input.search_input {
	/* width: 200px; */
	left: auto;
	/* right: auto; */
	position: inherit;
	transform: inherit;
	border-radius: 0;
}
.entry-content .search-form #searchform input#searchsubmit {
    position: absolute;
    transform: inherit;
    border-radius: 0;
    top: 0px;
    left: inherit;
    right: 0 !important;
    margin-top: 0;
    line-height: 1;
    height: 47px;
}
.entry-content #searchform {
	position: relative;
}
.top_phone_number {
    padding-top: 10px;
}
.top_phone_number span, .top_phone_number a {
	font-size: 18px;
	line-height: 1.2;
}
.top_phone_number span {
	margin-right: 10px;
}




.btn {
	display: block;
	max-width: 9.7em;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0.2em;
	color: #000;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.3s, background-color 0.3s;
	transition-timing-function: ease, ease;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn:hover {
	text-decoration: none;
	border-color: #dd0047;
	background-color: #dd0047;
	color: #FFF;
}
.btn.btn--two:hover {
	border-color: #ed592b;
}

.cta__buttons .btn--one {
	float: left;
	width: 47%;
}
.btn > span {
	display: block;
	padding: 15px 0;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.btn::before {
	content: attr(data-text);
	width: 100%;
	height: 100%;
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dd0047;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translate3d(-101%, 0, 0);
	transform: translate3d(-101%, 0, 0);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cta__buttons .btn--two {
	float: right;
	width: 47%;
}
.btn--underline {
	border: none;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
	color: #FFFFFF;
}
.btn--underline::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ed592b;
	border: 1px solid #000;
	border-radius: inherit;
	color: #fff;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.btn--underline > span {
	display: block;
	transition: -webkit-transform 0.3s, opacity 0.3s, padding 0.3s;
	transition: transform 0.3s, opacity 0.3s, padding 0.3s;
	transition-delay: 0.3s;
}
.btn--underline:hover {
	background-color: transparent;
}
.btn--underline:hover::before {
	border: 1px solid #ed592b;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn--underline:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	transition-delay: 0s;
}

.btn-black {
	border: 1px solid #000;
	color: #000;
	max-width: 20.75em;
}

.btn-white {
    border-color: #FFF;
    color: #FFF;
}

.cta-row-2 .btn.btn-white::before {
	background-color: #FFF;
	color: #000;
}

footer {
	background: #000;
	color: #fff;
}

.gis_title {
	color: #fff;
	font-size: 85px;
	font-weight: normal;
	margin-bottom: 35px;
}
.phone_number span {
	font-size: 35px;
	font-weight: normal;
 color: #FFF;
 margin-right: 10px;
}
.phone_number a {
	font-size: 35px;
	font-weight: 600;
	color: #dd0047;
	margin-right: 10px;
}
.address {
	font-size: 21px;
	color: #fff;
	font-weight: normal;
}
.social_menu {
	overflow: hidden;
	margin-top: 20px;
}
.social_icon {
	font-size: 22px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 38px;
	display: flex;
	justify-content: center;
	float: left;
	height: 38px;
	align-items: center;
	line-height: inherit;
	margin-right: 5px;
}
.phone_number {
	overflow: hidden;
	margin-bottom: 10px;
}
.contact_us_form {
	padding-top: 80px;
}

/* Page Content Row  */
.width-50 {
 width: 48%;
 float: left;
}
.page_content_row {
	border-top: 7px solid #dd0047;
	border-bottom: 7px solid #dd0047;
	margin-top: 70px;
}

.content_area_row {


}
.content_area {
	padding: 3em 5em;
	width: 100%;
}
.content_img {
	overflow: hidden;
}
.content_img img {}
.content_area p {}
.content_area a {}
#map {
	height: 552px;
	background: #eceae4;
}
.contact_us_title {
	font-size: 45px;
	margin-bottom: 60px;
}
.soc_content.text-center {
	padding-bottom: 30px;
}
.bottom_border {
	position: relative;
}
.bottom_border::after {
	position: absolute;
	content: "";
	height: 3px;
	width: 200px;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	background: #ed592a;
}
#map {
	height: 552px;
}
.map-banner {
	margin-top: 100px;
}
.font-45 {
	font-size:45px;
}
.about_us_image.width_vw {
	text-align: center;
}
.margin-top-30{
	margin-top: 30px;
}

.treatment_option.padding-70 {
	padding-bottom: 15px;
}
.product-search .input-group {
	display: block;
}
.blog_spach {
	margin-top: 70px;
}
h2.pc_title {
    color: #000000;
    font-size: 45px;
    letter-spacing: .5px;
}

body.mobile-menu-open .header_middel {
	position: relative;
	z-index: 9999;
}

.twentytwenty-after {
    height: 100%;
}
.single_ab_img {
    margin-bottom: 30px;
}

button.mfp-close:hover, button.mfp-arrow:hover {
    border: 0 none;
}

.info_content h5 {
    margin-bottom: 10px;
}
.rightmenu ul li a {
	font-size: 24px;
	color: #000000;
}
.rightmenu ul li {
	padding: 0px;
}
.rightmenu ul li ul.sub-menu {
	width: 150px;
	padding: 0 15px;
}
.aus_content_right ul {
	padding-left: 20px;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
}



.rightphonenumber {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: end;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;


}
.sticky-header .rightphonenumber {
	height: 70px;
}


.right_phone_number {
	width: 140px;
	float: right;
	text-align: center;
}
.right_phone_number span {
	color: #000;
	font-size: 24px;
	line-height:1;
}
.right_phone_number a {
	color: #dd0047;
	font-size: 24px
}

.ofc_title {
	font-size: 28px;
	margin-bottom: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.after_text p,
.gallery_images {
	margin-top: 15px;
}


.info_single .img {
	text-align: left;
	float: left;
}
.info_details {
	float: left;
}
.img.img_1 {
	width: 49px;
	margin-right: 20px;
}
.img.img_2 {
	width: 38px;
	margin-right: 20px;
}
.img.img_3 {
	width: 93px;
	margin-right: 20px;
}
.info_details_1 {
	width: calc(100% - 69px);
}
.info_details_2 {
	width: 230px;
}
.info_details_3 {
	width: 235px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-bottom-60 {
    padding-bottom: 60px; 
}
.info_single h2 {
	font-size: 17px;
    color: #dd0047;
	margin-bottom: 5px;
	font-family: 'Artegra Sans';
	font-weight: 600;
}

.info_single a {
	font-family: 'Artegra Sans';
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.info_single.info_single_3 {
	padding-left: 122px;
}
.info_single.info_single_2 {
	padding-left: 100px;
}
.cta-row h1 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin: 26px 0 0 0;
	width: 80%;
	float: left;
}
.cta.cta-row.cta-row-2 {
	background: #dd0047;
	color: #fff;
}
.cta.cta-row.cta-row-1 {
	background: #000000;
	color: #fff;
}

.footer_section {
	border-bottom: 1px solid #fff;
}
.fp-o-row {
	border-bottom: 2px solid #000;
}
.footer-payment {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 215px;
	float: left;
	margin-right: 40px;
}
.address-footer address {
	margin: 0;
}
address p {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	font-family: 'Artegra Sans';
}
.duptronics-inc {
	display: flex;
	height: 75px;
	justify-content: end;
	align-items: center;
}
.container_blog h2.cbt {
	font-size: 60px;
	margin-bottom: 40px;
}
.container_blog .s_b_t {
	font-size: 40px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}

h2.h-entry-title {
font-size: 25px;
}

.post_thumbnail {
	border-top: 10px solid #dd0047;
	margin-bottom: 20px;
}
a.read_more_btn {
	font-size: 23px;
	color: #000;
	display: inline-block;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	line-height: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a.read_more_btn:hover {
color:#dd0047;;
}
a.read_more_btn img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: #000;
	border: 2px solid #dd0047;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
}
a.read_more_btn:hover img {
	background: #dd0047;
}
.h-single-arrea {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.p-relative {
	position: relative;
	display: flex;
	height: 100%;
}
.middle-border {
	background: #000;
	width: 1px;
	height: 100%;
	float: left;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;

}
.contacct_menu a {
    font-family: 'Artegra Sans';
	line-height: 1;
	color: #FFF;
	-webkit-transition: margin-top 0.4s ease-in-out;
	-moz-transition: margin-top 0.4s ease-in-out;
	-o-transition: margin-top 0.4s ease-in-out;
	transition: margin-top 0.4s ease-in-out;
	-ms-transition: margin-top 0.4s ease-in-out;
	margin-top: 38px;
	display: block;
}

.sticky-header .contacct_menu a {
	margin-top: 15px;
}

.contact-menu span {
	height: 26px;
	line-height: 26px;
	color: #FFF;
}
.contacct_menu {
	width: 165px;
	float: left;
	margin-left: 10px;
}
.mainmenu {
	width: calc(100% - 175px);
	float: left;
}
.mainmenu ul li.book-appointment  a {

}

.blogtitle,
.postexcerpt h2 a {
	font-size: 35px;
	color: #000;
	font-family: 'ArtegraSans-Black';
	text-transform: uppercase;
}
.post-time span, .post-time a {
	font-size: 17px;
	color: #000;
	font-family: 'ArtegraSans-Black';
	text-transform: uppercase;
}
span.separetor {
	width: 7px;
	height: 7px;
	background: #000;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 3px;
}

.row:nth-child(even) .stories-box .storie_thumbnail{
    float: right;
}

.stories-box .stories-content {
	width: 80%;
	margin: 0 auto;
	height: 502px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.client_section {
	margin-bottom: 50px;

}

.stories-name,
.client_section h2 {
    font-size: 35px;
    font-family: 'ArtegraSans-Black';
    color: #000000;
    text-transform: uppercase;
}
.client_section p {}
.storie-content a {
    margin-top: 20px;
}
.stories-box {
	width: 100%;
	float: left;
}
.success_storie-area {
    border-top: 7px solid #dd0047;
    border-bottom: 7px solid #dd0047;
}
.google_map iframe {
	height: 300px;
}

.single-therapists #sticky-header,
.page-template-page-contact #sticky-header {
	background-color: #000;
}
.left_side_text h2 {
	font-size: 35px;
}
.left_side_text span {
	width: 100px;
	float: left;
}
.ol_contect_form h2,
.left_side_text h3 {
	font-size: 28px;
}
.ol_contect_form .wpcf7 {
	margin-top: 30px;
}
.chronicle {
	font-family: 'Chronicle Display';
}
.fp-o-title {
	font-size: 60px;
	text-transform: inherit;
	margin-bottom: 30px;
}
.fp_button .btn {
	font-size: 30px;
}
.contact-number {
	margin-top: 30px;
}
.contact-number a {
}
.contact-number a span {
	font-size: 20px;
	color: #fff;
}

.faq-content .panel-body {
	padding-left: 0;
	padding-right: 0;
}
  .faqs_list {
	margin: 0;
	padding: 0 0 50px 0;
	list-style: none;
  }
  
  .faqs_list li {
	display: inline-block;
	margin-right: 7.5px;
	margin-left: 7.5px;
	margin-bottom: 15px;
  }
  
  .faqs_list li a {
	font-size: 24px;
	color: #00a8e2;
	font-family: 'Poppins', sans-serif;
	border: 1.5px solid #9b9b9b;
	display: block;
	padding: 8px 20px;
	border-radius: 6px;
  }
  
  .faqs_list li.active a {
	background: #00a8e2;
	color: #FFF;
	border: 1.5px solid #00a8e2;
  }

.faq-content .accordion-button span {
	color: #dd0047;
	border-left: 2px solid #000;
	margin-left: 10px;
	padding-left: 10px;
}

  .ba_gallery img {
	margin: 15px;
} 
.mb-100 {
	margin-bottom: 100px;
}
  .uppercase {
	  text-transform: uppercase;
  }
  .storie_excerpt {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 379px;
  }
  .storie_excerpt_inner {
	  padding: 0 30px;
  }







  .cd-words-wrapper {
	display: inline-block;
	position: relative;
	width: 100% !important;
}
  .cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
}
  .cd-words-wrapper b.is-visible {
	position: relative;
  }
  .no-js .cd-words-wrapper b {
	opacity: 0;
  }
  .no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
  }

  /* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
  }
  .cd-headline.rotate-1 b {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
  }
  .cd-headline.rotate-1 b.is-visible {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: cd-rotate-1-in 1.2s;
	-moz-animation: cd-rotate-1-in 1.2s;
	animation: cd-rotate-1-in 1.2s;
  }
  .cd-headline.rotate-1 b.is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: cd-rotate-1-out 1.2s;
	-moz-animation: cd-rotate-1-out 1.2s;
	animation: cd-rotate-1-out 1.2s;
  }
  
  @-webkit-keyframes cd-rotate-1-in {
	0% {
	  -webkit-transform: rotateX(180deg);
	  opacity: 0;
	}
	35% {
	  -webkit-transform: rotateX(120deg);
	  opacity: 0;
	}
	65% {
	  opacity: 0;
	}
	100% {
	  -webkit-transform: rotateX(360deg);
	  opacity: 1;
	}
  }
  @-moz-keyframes cd-rotate-1-in {
	0% {
	  -moz-transform: rotateX(180deg);
	  opacity: 0;
	}
	35% {
	  -moz-transform: rotateX(120deg);
	  opacity: 0;
	}
	65% {
	  opacity: 0;
	}
	100% {
	  -moz-transform: rotateX(360deg);
	  opacity: 1;
	}
  }
  @keyframes cd-rotate-1-in {
	0% {
	  -webkit-transform: rotateX(180deg);
	  -moz-transform: rotateX(180deg);
	  -ms-transform: rotateX(180deg);
	  -o-transform: rotateX(180deg);
	  transform: rotateX(180deg);
	  opacity: 0;
	}
	35% {
	  -webkit-transform: rotateX(120deg);
	  -moz-transform: rotateX(120deg);
	  -ms-transform: rotateX(120deg);
	  -o-transform: rotateX(120deg);
	  transform: rotateX(120deg);
	  opacity: 0;
	}
	65% {
	  opacity: 0;
	}
	100% {
	  -webkit-transform: rotateX(360deg);
	  -moz-transform: rotateX(360deg);
	  -ms-transform: rotateX(360deg);
	  -o-transform: rotateX(360deg);
	  transform: rotateX(360deg);
	  opacity: 1;
	}
  }
  @-webkit-keyframes cd-rotate-1-out {
	0% {
	  -webkit-transform: rotateX(0deg);
	  opacity: 1;
	}
	35% {
	  -webkit-transform: rotateX(-40deg);
	  opacity: 1;
	}
	65% {
	  opacity: 0;
	}
	100% {
	  -webkit-transform: rotateX(180deg);
	  opacity: 0;
	}
  }
  @-moz-keyframes cd-rotate-1-out {
	0% {
	  -moz-transform: rotateX(0deg);
	  opacity: 1;
	}
	35% {
	  -moz-transform: rotateX(-40deg);
	  opacity: 1;
	}
	65% {
	  opacity: 0;
	}
	100% {
	  -moz-transform: rotateX(180deg);
	  opacity: 0;
	}
  }
  @keyframes cd-rotate-1-out {
	0% {
	  -webkit-transform: rotateX(0deg);
	  -moz-transform: rotateX(0deg);
	  -ms-transform: rotateX(0deg);
	  -o-transform: rotateX(0deg);
	  transform: rotateX(0deg);
	  opacity: 1;
	}
	35% {
	  -webkit-transform: rotateX(-40deg);
	  -moz-transform: rotateX(-40deg);
	  -ms-transform: rotateX(-40deg);
	  -o-transform: rotateX(-40deg);
	  transform: rotateX(-40deg);
	  opacity: 1;
	}
	65% {
	  opacity: 0;
	}
	100% {
	  -webkit-transform: rotateX(180deg);
	  -moz-transform: rotateX(180deg);
	  -ms-transform: rotateX(180deg);
	  -o-transform: rotateX(180deg);
	  transform: rotateX(180deg);
	  opacity: 0;
	}
  }
  /* -------------------------------- 
  
  xtype 
  
  -------------------------------- */
  .cd-headline.type .cd-words-wrapper {
	vertical-align: top;
	overflow: hidden;
  }
  .cd-headline.type .cd-words-wrapper::after {
	/* vertical bar */
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #aebcb9;
  }
  .cd-headline.type .cd-words-wrapper.waiting::after {
	-webkit-animation: cd-pulse 1s infinite;
	-moz-animation: cd-pulse 1s infinite;
	animation: cd-pulse 1s infinite;
  }
  .cd-headline.type .cd-words-wrapper.selected {
	background-color: #aebcb9;
  }
  .cd-headline.type .cd-words-wrapper.selected::after {
	visibility: hidden;
  }
  .cd-headline.type .cd-words-wrapper.selected b {
	color: #0d0d0d;
  }
  .cd-headline.type b {
	visibility: hidden;
  }
  .cd-headline.type b.is-visible {
	visibility: visible;
  }
  .cd-headline.type i {
	position: absolute;
	visibility: hidden;
  }
  .cd-headline.type i.in {
	position: relative;
	visibility: visible;
  }
  
  @-webkit-keyframes cd-pulse {
	0% {
	  -webkit-transform: translateY(-50%) scale(1);
	  opacity: 1;
	}
	40% {
	  -webkit-transform: translateY(-50%) scale(0.9);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(-50%) scale(0);
	  opacity: 0;
	}
  }
  @-moz-keyframes cd-pulse {
	0% {
	  -moz-transform: translateY(-50%) scale(1);
	  opacity: 1;
	}
	40% {
	  -moz-transform: translateY(-50%) scale(0.9);
	  opacity: 0;
	}
	100% {
	  -moz-transform: translateY(-50%) scale(0);
	  opacity: 0;
	}
  }
  @keyframes cd-pulse {
	0% {
	  -webkit-transform: translateY(-50%) scale(1);
	  -moz-transform: translateY(-50%) scale(1);
	  -ms-transform: translateY(-50%) scale(1);
	  -o-transform: translateY(-50%) scale(1);
	  transform: translateY(-50%) scale(1);
	  opacity: 1;
	}
	40% {
	  -webkit-transform: translateY(-50%) scale(0.9);
	  -moz-transform: translateY(-50%) scale(0.9);
	  -ms-transform: translateY(-50%) scale(0.9);
	  -o-transform: translateY(-50%) scale(0.9);
	  transform: translateY(-50%) scale(0.9);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(-50%) scale(0);
	  -moz-transform: translateY(-50%) scale(0);
	  -ms-transform: translateY(-50%) scale(0);
	  -o-transform: translateY(-50%) scale(0);
	  transform: translateY(-50%) scale(0);
	  opacity: 0;
	}
  }
  /* -------------------------------- 
  
  xrotate-2 
  
  -------------------------------- */
  .cd-headline.rotate-2 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
  }
  .cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .cd-headline.rotate-2 b {
	opacity: 0;
  }
  .cd-headline.rotate-2 i {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	-moz-transform: translateZ(-20px) rotateX(90deg);
	-ms-transform: translateZ(-20px) rotateX(90deg);
	-o-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
  }
  .is-visible .cd-headline.rotate-2 i {
	opacity: 1;
  }
  .cd-headline.rotate-2 i.in {
	-webkit-animation: cd-rotate-2-in 0.4s forwards;
	-moz-animation: cd-rotate-2-in 0.4s forwards;
	animation: cd-rotate-2-in 0.4s forwards;
  }
  .cd-headline.rotate-2 i.out {
	-webkit-animation: cd-rotate-2-out 0.4s forwards;
	-moz-animation: cd-rotate-2-out 0.4s forwards;
	animation: cd-rotate-2-out 0.4s forwards;
  }
  .cd-headline.rotate-2 em {
	-webkit-transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	-o-transform: translateZ(20px);
	transform: translateZ(20px);
  }
  
  .no-csstransitions .cd-headline.rotate-2 i {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 0;
  }
  .no-csstransitions .cd-headline.rotate-2 i em {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  }
  
  .no-csstransitions .cd-headline.rotate-2 .is-visible i {
	opacity: 1;
  }
  
  @-webkit-keyframes cd-rotate-2-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
	  opacity: 1;
	  -webkit-transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateZ(-20px) rotateX(0deg);
	}
  }
  @-moz-keyframes cd-rotate-2-in {
	0% {
	  opacity: 0;
	  -moz-transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
	  opacity: 1;
	  -moz-transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
	  opacity: 1;
	  -moz-transform: translateZ(-20px) rotateX(0deg);
	}
  }
  @keyframes cd-rotate-2-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateZ(-20px) rotateX(90deg);
	  -moz-transform: translateZ(-20px) rotateX(90deg);
	  -ms-transform: translateZ(-20px) rotateX(90deg);
	  -o-transform: translateZ(-20px) rotateX(90deg);
	  transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
	  opacity: 1;
	  -webkit-transform: translateZ(-20px) rotateX(-10deg);
	  -moz-transform: translateZ(-20px) rotateX(-10deg);
	  -ms-transform: translateZ(-20px) rotateX(-10deg);
	  -o-transform: translateZ(-20px) rotateX(-10deg);
	  transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateZ(-20px) rotateX(0deg);
	  -moz-transform: translateZ(-20px) rotateX(0deg);
	  -ms-transform: translateZ(-20px) rotateX(0deg);
	  -o-transform: translateZ(-20px) rotateX(0deg);
	  transform: translateZ(-20px) rotateX(0deg);
	}
  }
  @-webkit-keyframes cd-rotate-2-out {
	0% {
	  opacity: 1;
	  -webkit-transform: translateZ(-20px) rotateX(0);
	}
	60% {
	  opacity: 0;
	  -webkit-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateZ(-20px) rotateX(-90deg);
	}
  }
  @-moz-keyframes cd-rotate-2-out {
	0% {
	  opacity: 1;
	  -moz-transform: translateZ(-20px) rotateX(0);
	}
	60% {
	  opacity: 0;
	  -moz-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
	  opacity: 0;
	  -moz-transform: translateZ(-20px) rotateX(-90deg);
	}
  }
  @keyframes cd-rotate-2-out {
	0% {
	  opacity: 1;
	  -webkit-transform: translateZ(-20px) rotateX(0);
	  -moz-transform: translateZ(-20px) rotateX(0);
	  -ms-transform: translateZ(-20px) rotateX(0);
	  -o-transform: translateZ(-20px) rotateX(0);
	  transform: translateZ(-20px) rotateX(0);
	}
	60% {
	  opacity: 0;
	  -webkit-transform: translateZ(-20px) rotateX(-100deg);
	  -moz-transform: translateZ(-20px) rotateX(-100deg);
	  -ms-transform: translateZ(-20px) rotateX(-100deg);
	  -o-transform: translateZ(-20px) rotateX(-100deg);
	  transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateZ(-20px) rotateX(-90deg);
	  -moz-transform: translateZ(-20px) rotateX(-90deg);
	  -ms-transform: translateZ(-20px) rotateX(-90deg);
	  -o-transform: translateZ(-20px) rotateX(-90deg);
	  transform: translateZ(-20px) rotateX(-90deg);
	}
  }
  /* -------------------------------- 
  
  xloading-bar 
  
  -------------------------------- */
  .cd-headline.loading-bar span {
	display: inline-block;
	padding: .2em 0;
  }
  .cd-headline.loading-bar .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
  }
  .cd-headline.loading-bar .cd-words-wrapper::after {
	/* loading bar */
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #0096a7;
	z-index: 2;
	-webkit-transition: width 0.3s -0.1s;
	-moz-transition: width 0.3s -0.1s;
	transition: width 0.3s -0.1s;
  }
  .cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
	width: 100%;
	-webkit-transition: width 3s;
	-moz-transition: width 3s;
	transition: width 3s;
  }
  .cd-headline.loading-bar b {
	top: .2em;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
  }
  .cd-headline.loading-bar b.is-visible {
	opacity: 1;
	top: 0;
  }
  
  /* -------------------------------- 
  
  xslide 
  
  -------------------------------- */
  .cd-headline.slide span {
	display: inline-block;
	padding: .2em 0;
  }
  .cd-headline.slide .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
  }
  .cd-headline.slide b {
	opacity: 0;
	top: .2em;
  }
  .cd-headline.slide b.is-visible {
	top: 0;
	opacity: 1;
	-webkit-animation: slide-in 0.6s;
	-moz-animation: slide-in 0.6s;
	animation: slide-in 0.6s;
  }
  .cd-headline.slide b.is-hidden {
	-webkit-animation: slide-out 0.6s;
	-moz-animation: slide-out 0.6s;
	animation: slide-out 0.6s;
  }
  
  @-webkit-keyframes slide-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(-100%);
	}
	60% {
	  opacity: 1;
	  -webkit-transform: translateY(20%);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	}
  }
  @-moz-keyframes slide-in {
	0% {
	  opacity: 0;
	  -moz-transform: translateY(-100%);
	}
	60% {
	  opacity: 1;
	  -moz-transform: translateY(20%);
	}
	100% {
	  opacity: 1;
	  -moz-transform: translateY(0);
	}
  }
  @keyframes slide-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(-100%);
	  -moz-transform: translateY(-100%);
	  -ms-transform: translateY(-100%);
	  -o-transform: translateY(-100%);
	  transform: translateY(-100%);
	}
	60% {
	  opacity: 1;
	  -webkit-transform: translateY(20%);
	  -moz-transform: translateY(20%);
	  -ms-transform: translateY(20%);
	  -o-transform: translateY(20%);
	  transform: translateY(20%);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  @-webkit-keyframes slide-out {
	0% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	}
	60% {
	  opacity: 0;
	  -webkit-transform: translateY(120%);
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(100%);
	}
  }
  @-moz-keyframes slide-out {
	0% {
	  opacity: 1;
	  -moz-transform: translateY(0);
	}
	60% {
	  opacity: 0;
	  -moz-transform: translateY(120%);
	}
	100% {
	  opacity: 0;
	  -moz-transform: translateY(100%);
	}
  }
  @keyframes slide-out {
	0% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	}
	60% {
	  opacity: 0;
	  -webkit-transform: translateY(120%);
	  -moz-transform: translateY(120%);
	  -ms-transform: translateY(120%);
	  -o-transform: translateY(120%);
	  transform: translateY(120%);
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(100%);
	  -moz-transform: translateY(100%);
	  -ms-transform: translateY(100%);
	  -o-transform: translateY(100%);
	  transform: translateY(100%);
	}
  }
  /* -------------------------------- 
  
  xclip 
  
  -------------------------------- */
  .cd-headline.clip span {
	display: inline-block;
	padding: .2em 0;
  }
  .cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
  }
  .cd-headline.clip .cd-words-wrapper::after {
	/* line */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #aebcb9;
  }
  .cd-headline.clip b {
	opacity: 0;
  }
  .cd-headline.clip b.is-visible {
	opacity: 1;
  }
  
  /* -------------------------------- 
  
  xzoom 
  
  -------------------------------- */
  .cd-headline.zoom .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
  }
  .cd-headline.zoom b {
	opacity: 0;
  }
  .cd-headline.zoom b.is-visible {
	opacity: 1;
	-webkit-animation: zoom-in 0.8s;
	-moz-animation: zoom-in 0.8s;
	animation: zoom-in 0.8s;
  }
  .cd-headline.zoom b.is-hidden {
	-webkit-animation: zoom-out 0.8s;
	-moz-animation: zoom-out 0.8s;
	animation: zoom-out 0.8s;
  }
  
  @-webkit-keyframes zoom-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateZ(100px);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateZ(0);
	}
  }
  @-moz-keyframes zoom-in {
	0% {
	  opacity: 0;
	  -moz-transform: translateZ(100px);
	}
	100% {
	  opacity: 1;
	  -moz-transform: translateZ(0);
	}
  }
  @keyframes zoom-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateZ(100px);
	  -moz-transform: translateZ(100px);
	  -ms-transform: translateZ(100px);
	  -o-transform: translateZ(100px);
	  transform: translateZ(100px);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateZ(0);
	  -moz-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  -o-transform: translateZ(0);
	  transform: translateZ(0);
	}
  }
  @-webkit-keyframes zoom-out {
	0% {
	  opacity: 1;
	  -webkit-transform: translateZ(0);
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateZ(-100px);
	}
  }
  @-moz-keyframes zoom-out {
	0% {
	  opacity: 1;
	  -moz-transform: translateZ(0);
	}
	100% {
	  opacity: 0;
	  -moz-transform: translateZ(-100px);
	}
  }
  @keyframes zoom-out {
	0% {
	  opacity: 1;
	  -webkit-transform: translateZ(0);
	  -moz-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  -o-transform: translateZ(0);
	  transform: translateZ(0);
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateZ(-100px);
	  -moz-transform: translateZ(-100px);
	  -ms-transform: translateZ(-100px);
	  -o-transform: translateZ(-100px);
	  transform: translateZ(-100px);
	}
  }
  /* -------------------------------- 
  
  xrotate-3 
  
  -------------------------------- */
  .cd-headline.rotate-3 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
  }
  .cd-headline.rotate-3 b {
	opacity: 0;
  }
  .cd-headline.rotate-3 i {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .is-visible .cd-headline.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
  }
  .cd-headline.rotate-3 i.in {
	-webkit-animation: cd-rotate-3-in 0.6s forwards;
	-moz-animation: cd-rotate-3-in 0.6s forwards;
	animation: cd-rotate-3-in 0.6s forwards;
  }
  .cd-headline.rotate-3 i.out {
	-webkit-animation: cd-rotate-3-out 0.6s forwards;
	-moz-animation: cd-rotate-3-out 0.6s forwards;
	animation: cd-rotate-3-out 0.6s forwards;
  }
  
  .no-csstransitions .cd-headline.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 0;
  }
  
  .no-csstransitions .cd-headline.rotate-3 .is-visible i {
	opacity: 1;
  }
  
  @-webkit-keyframes cd-rotate-3-in {
	0% {
	  -webkit-transform: rotateY(180deg);
	}
	100% {
	  -webkit-transform: rotateY(0deg);
	}
  }
  @-moz-keyframes cd-rotate-3-in {
	0% {
	  -moz-transform: rotateY(180deg);
	}
	100% {
	  -moz-transform: rotateY(0deg);
	}
  }
  @keyframes cd-rotate-3-in {
	0% {
	  -webkit-transform: rotateY(180deg);
	  -moz-transform: rotateY(180deg);
	  -ms-transform: rotateY(180deg);
	  -o-transform: rotateY(180deg);
	  transform: rotateY(180deg);
	}
	100% {
	  -webkit-transform: rotateY(0deg);
	  -moz-transform: rotateY(0deg);
	  -ms-transform: rotateY(0deg);
	  -o-transform: rotateY(0deg);
	  transform: rotateY(0deg);
	}
  }
  @-webkit-keyframes cd-rotate-3-out {
	0% {
	  -webkit-transform: rotateY(0);
	}
	100% {
	  -webkit-transform: rotateY(-180deg);
	}
  }
  @-moz-keyframes cd-rotate-3-out {
	0% {
	  -moz-transform: rotateY(0);
	}
	100% {
	  -moz-transform: rotateY(-180deg);
	}
  }
  @keyframes cd-rotate-3-out {
	0% {
	  -webkit-transform: rotateY(0);
	  -moz-transform: rotateY(0);
	  -ms-transform: rotateY(0);
	  -o-transform: rotateY(0);
	  transform: rotateY(0);
	}
	100% {
	  -webkit-transform: rotateY(-180deg);
	  -moz-transform: rotateY(-180deg);
	  -ms-transform: rotateY(-180deg);
	  -o-transform: rotateY(-180deg);
	  transform: rotateY(-180deg);
	}
  }
  /* -------------------------------- 
  
  xscale 
  
  -------------------------------- */
  .cd-headline.scale b {
	opacity: 0;
  }
  .cd-headline.scale i {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
  }
  .is-visible .cd-headline.scale i {
	opacity: 1;
  }
  .cd-headline.scale i.in {
	-webkit-animation: scale-up 0.6s forwards;
	-moz-animation: scale-up 0.6s forwards;
	animation: scale-up 0.6s forwards;
  }
  .cd-headline.scale i.out {
	-webkit-animation: scale-down 0.6s forwards;
	-moz-animation: scale-down 0.6s forwards;
	animation: scale-down 0.6s forwards;
  }
  
  .no-csstransitions .cd-headline.scale i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
  }
  
  .no-csstransitions .cd-headline.scale .is-visible i {
	opacity: 1;
  }
  
  @-webkit-keyframes scale-up {
	0% {
	  -webkit-transform: scale(0);
	  opacity: 0;
	}
	60% {
	  -webkit-transform: scale(1.2);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1);
	  opacity: 1;
	}
  }
  @-moz-keyframes scale-up {
	0% {
	  -moz-transform: scale(0);
	  opacity: 0;
	}
	60% {
	  -moz-transform: scale(1.2);
	  opacity: 1;
	}
	100% {
	  -moz-transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes scale-up {
	0% {
	  -webkit-transform: scale(0);
	  -moz-transform: scale(0);
	  -ms-transform: scale(0);
	  -o-transform: scale(0);
	  transform: scale(0);
	  opacity: 0;
	}
	60% {
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -ms-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  transform: scale(1.2);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @-webkit-keyframes scale-down {
	0% {
	  -webkit-transform: scale(1);
	  opacity: 1;
	}
	60% {
	  -webkit-transform: scale(0);
	  opacity: 0;
	}
  }
  @-moz-keyframes scale-down {
	0% {
	  -moz-transform: scale(1);
	  opacity: 1;
	}
	60% {
	  -moz-transform: scale(0);
	  opacity: 0;
	}
  }
  @keyframes scale-down {
	0% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
	60% {
	  -webkit-transform: scale(0);
	  -moz-transform: scale(0);
	  -ms-transform: scale(0);
	  -o-transform: scale(0);
	  transform: scale(0);
	  opacity: 0;
	}
  }


  .cd-headline.letters {
	font-size: 93px;
	margin-top: 30px;
}

  .cd-headline.letters i {
	text-transform: uppercase;
	font-style: normal;
}
.servvice_section {
	margin-bottom: 80px;
}
.cd-words-wrapper {
	text-align: center;
	margin: 0 auto;
}

.cd-words-wrapper b,
.cd-words-wrapper {
	text-align: center;
}

.therapists_thumb div > img,
.therapists_thumb > img {
	border-top: 7px solid #dd0047;
	margin-bottom: 15px;
}
.therapists_thumb a.read_more_btn {
	margin: 0;
	padding-top: 14px;
}
.therapists_thumb .read_more_btn i {
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 20px;
}
.therapists_thumb a.read_more_btn img {
	margin-bottom: 5px;
}
.single_therapists_content {
	margin-bottom: 200px;
}
.therapists_detalls {}
.therapists_detalls h2 {
	font-size: 50px;
}
.therapists_detalls h3 {
	font-size: 25px;
}
.therapists_detalls p {}

.wwb {}
.wwb h2 {
	font-size: 50px;
	margin-bottom: 25px;
}
.wwb_list span {
	font-size: 25px;
	font-family: 'ArtegraSans-Black';
	border: 2px solid #dd0047;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.wwb_list p{
	font-size: 25px;
	font-family: 'ArtegraSans-Black';
	line-height: 45px;
}
.wwb_list{}
.wwb_img {
	margin-top: 80px;
	margin-bottom: 300px;
}

/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


.post-thumb {
	max-width: 100%;
	position: relative;
	}
.post-thumb:after {
	content: "";
	width: 0%;
	height: 0%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	top: 0;
	z-index: 1;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
	pointer-events: none;
	}
	.h-single-post:hover .post-thumb::after, .h-single-post:hover .post-thumb::after {
		width: 100%;
		height: 100%;
	}

	.play-button-container {
		width: 164px;
		height: 164px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		/* display: -webkit-box; */
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		/* background: -webkit-linear-gradient(330deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%); */
		/* background: linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%); */
		box-shadow: 0 24px 72px 0 rgba(0,0,0,.4);
		-webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
		transition: 300ms all cubic-bezier(.4,0,.2,1);
	}
	.play-button-container .play-button {
		z-index: 2;
		width: 120px;
		height: 120px;
		border-radius: 100%;
		/* background: #fff; */
		/* box-shadow: 0 8px 16px 0 rgba(0,0,0,.3); */
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
		transition: 300ms all cubic-bezier(.4,0,.2,1);
	}
	.play-button-container:hover {
		cursor: pointer;
		-webkit-transform: scale(.96);
		transform: scale(.96);
	}
	.play-button-container:hover .play-button {
		-webkit-transform: scale(1.16);
		transform: scale(1.16);
	}

	.postexcerpt a.btn,
	.entry-content a.btn {
		max-width: 8em;
		font-size: 23px;
		width: 8em;
		margin-top: 15px;
	}
	.postexcerpt a.btn > span,
	.entry-content a.btn > span {
		padding: 8px 0;
	}
	.postexcerpt a.btn::before,
	.entry-content a.btn::before {
		padding: 8px 0;
	}

.storie_excerpt_inner a.btn {
	font-size: 17px;
	font-family: 'Artegra Sans';
	width: 204px;
	margin-top: 15px;
}	
.storie_excerpt_inner a.btn > span {
	padding: 8px 0;
}
.storie_excerpt_inner a.btn::before {
	padding: 8px 0;
}


.mainmenu ul li ul.sub-menu{
	padding-top: 10px;
}
.mainmenu ul li ul.sub-menu li {
	line-height: 1.2;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.mainmenu ul li ul.sub-menu li a {
	color: #000000;
	font-size: 14px;
	padding: 0;
}

.mainmenu ul li ul.sub-menu li a:hover::after, 
.mainmenu ul li ul.sub-menu li.current-menu-parent > a::after, 
.mainmenu ul li ul.sub-menu li.current-menu-item > a::after {
display: none;

}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	height: 294px;
}
.default-page .v_a_a_post {
	margin-bottom: 200px;
}
.page-content.blog-page .h-single-post {
	margin-bottom: 20px;
}

.ft_img {
	margin-top: 15px;
}
.five_things .ft__list {
	border-bottom: 1px solid#bebebe;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.width_7 {
	float: none;
	width: 56%;
	margin-left: auto;
	margin-right: auto;
}

.five_things {
	margin-bottom: 200px;
}
.five_things h1 {
	margin-bottom: 30px;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}




.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.single .btn.btn--one {
	margin-bottom: 50px;
}
.h-single-post a,
.h-single-post a:hover,
.h-single-post a:focus {
	color: #000;
}

.no-results.not-found #searchform {
	position: relative;
}
.no-results.not-found #searchform input[type="submit"] {
	position: absolute;
	right: 0;
	transform: inherit;
	left: auto;
	line-height: 46px;
	height: 46px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.padding-top-header {
	margin-top: 100px;
}
.physiotherapy_services {
	margin-top: 100px;
	padding-bottom: 90px;
	border-bottom: 2px solid #000;
	width: 100%;
	float: left;
}
.top_section {
	border-bottom: 0;
}
.google_review {
	border-bottom: 2px solid #000;
	padding-bottom: 100px;
	padding-top: 100px;
}

.join_our_team {
	background: #dd0047;
	color: #FFF;
	padding: 50px 0 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.join_our_team h2.pc_title {
	color: #FFF;
}

.join_our_team a {
	display: inline-block;
}

.button_one h2.pc_title .word4 {
	background-image: url('img/youtube.jpg');
	text-indent: -9999999px;
	width: 230px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
}


.video_area_video_t {
	padding-bottom: 0;
	padding-top: 4rem;
}
.physiotherapist_image a.read_more_btn {
	float: none;
}

  .embed-responsive {
	position: relative;
	display: block;
	overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 1;
    width: 100%;
  }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed,
  .embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.faq-content {
	border-bottom: 1px solid #000;
}
.faq-content .accordion-item {
	border-radius: inherit !important;
	border-right: 0 none !important;
	border-left: 0 none !important;
	border-top: 1px solid #000 !important;
}
.faq-content .accordion-button {
	box-sizing: border-box;
	width: 100%;
	background: transparent;
	border: 0 none !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	-webkit-appearance: none;
	font-style: inherit;
	letter-spacing: inherit;
	color: inherit;
	touch-action: manipulation;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	outline: 0 none;
	background-color: #fff !important;
	border-radius: 0 !important;
	font-size: 25px;
	font-weight: 500;
	font-family: 'Artegra Sans';
	text-transform: uppercase;
	line-height: 1.4;
	box-shadow: none !important;
}

.faq-content .accordion-button:focus {

  outline: 0 none;
  border: 0 none;
  box-shadow: inherit;
}
.join_ourTeam strong {
  font-style: italic;
  font-family: 'ArtegraSans-Black';
}

/* ==========================================================================
   Content Grid Block
   ========================================================================== */
.content-grid-section {
	padding-bottom: 90px;
	border-bottom: 2px solid #000;
	margin-bottom: 65px;
	width: 100%;
	float: left;
}
.content-grid-card {
	margin-bottom: 30px;
}
.content-grid-card__image img {
	width: 350px;
	height: 350px;
	object-fit: cover;
	border-radius: 0;
}
.content-grid-card__body h2 {
	font-family: 'ArtegraSans-Black';
	text-transform: uppercase;
}
.content-grid-card__description {
	margin-bottom: 15px;
}
.content-grid-card__description p:last-child {
	margin-bottom: 0;
}
.content-grid-card a.read_more_btn {
	float: none;
}
.content-grid--2x2 {
	max-width: 900px;
	margin: 0 auto;
}

/* ==========================================================================
   Content Image Block
   ========================================================================== */
.content-image-section {
	border-bottom: 2px solid #000;
	width: 100%;
	float: left;
}
.content-image-section .storie_thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.content-image-section .stories-content {
	width: 80%;
	margin: 0 auto;
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-image-section .stories-name {
	font-size: 35px;
	font-family: 'ArtegraSans-Black';
	color: #000;
	text-transform: uppercase;
}
.content-image-section .storie-content a.btn {
	margin-top: 20px;
}

/* ─── Footer ─── */
.site-footer {
	background-color: #1a1a2e;
	color: #ccc;
}
.footer-main {
	padding: 60px 0 40px;
}
.footer-col {
	margin-bottom: 30px;
}
.footer-logo {
	margin-bottom: 15px;
}
.footer-logo img {
	max-width: 200px;
	height: auto;
	filter: brightness(0) invert(1);
}
.footer-description {
	font-size: 14px;
	line-height: 1.7;
	color: #aaa;
}
.footer-social {
	margin-top: 15px;
}
.footer-social a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	color: #fff;
	margin-right: 8px;
	transition: background 0.3s;
}
.footer-social a:hover {
	background: #DD0047;
	text-decoration: none;
}
.footer-heading {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links li {
	margin-bottom: 10px;
}
.footer-links a {
	color: #aaa;
	font-size: 14px;
	transition: color 0.3s;
	text-decoration: none;
}
.footer-links a:hover {
	color: #fff;
}
.footer-address {
	font-style: normal;
	font-size: 14px;
	line-height: 1.7;
}
.footer-address p {
	margin-bottom: 4px;
}
.address-indent {
	padding-left: 25px;
}
.footer-address i {
	width: 20px;
	color: #DD0047;
	margin-right: 5px;
}
.footer-address a {
	color: #aaa;
	transition: color 0.3s;
}
.footer-address a:hover {
	color: #fff;
}
.footer-cta {
	margin-top: 15px;
	border: 2px solid #fff !important;
	color: #fff !important;
	background: transparent !important;
}
.footer-cta span {
	color: #fff !important;
}
.footer-cta:hover {
	background: #DD0047 !important;
	border-color: #DD0047 !important;
}
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
}
.footer-bottom p {
	margin: 0;
	font-size: 13px;
	color: #888;
}
.footer-bottom a {
	color: #888;
	font-size: 13px;
}
.footer-bottom a:hover {
	color: #fff;
}
.duptronics-credit img {
	max-width: 80px;
	height: auto;
	opacity: 0.5;
	transition: opacity 0.3s;
}
.duptronics-credit img:hover {
	opacity: 1;
}
.text-md-end {
	text-align: right;
}
@media (max-width: 767px) {
	.text-md-end {
		text-align: left;
		margin-top: 10px;
	}
}
