/*
Theme Name: Psycholox
Theme URI: http://demos.pixelatethemes.com/psycholox/
Author: DesignArc
Author URI: www.pixelatethemes.com
Description: Psycholox business wp theme
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psycholox
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

/* 01 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - INDEX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - SERVICES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - FAQ */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - SERVICES1.1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - COOMING SOON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - ABOUT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*  */
html {
    overflow-y: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,

fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,

th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

body * {
    -webkit-text-size-adjust: none;
    outline: none;
}
.grid-xs-1,
 .grid-sm-1,
 .grid-md-1,
 .grid-lg-1, 
 .grid-xs-2,
 .grid-sm-2,
 .grid-md-2,
 .grid-lg-2,
 .grid-xs-3,
 .grid-sm-3,
 .grid-md-3,
 .grid-lg-3,
 .grid-xs-4,
 .grid-sm-4,
 .grid-md-4,
 .grid-lg-4,
 .grid-xs-5,
 .grid-sm-5,
 .grid-md-5,
 .grid-lg-5,
 .grid-xs-6,
 .grid-sm-6,
 .grid-md-6, 
 .grid-lg-6,
 .grid-xs-7,
 .grid-sm-7,
 .grid-md-7, 
 .grid-lg-7, 
 .grid-xs-8,
 .grid-sm-8,
 .grid-md-8,
 .grid-lg-8,
 .grid-xs-9,
 .grid-sm-9,
 .grid-md-9,
 .grid-lg-9,
 .grid-xs-10,
 .grid-sm-10,
 .grid-md-10, 
 .grid-lg-10, 
 .grid-xs-11, 
 .grid-sm-11, 
 .grid-md-11, 
 .grid-lg-11,
 .grid-xs-12, 
 .grid-sm-12,
 .grid-md-12,
 .grid-lg-12 {
 position: relative;
 min-height: 1px;
 padding-left: 10px;
 padding-right: 10px;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


textarea,
select {
	font-size: 15px;
	line-height: 26px;
	color: #c4c3c3;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
    border: 1px solid #e0e0e0;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans';
	padding: 0 10px;
}
input{
	font-size: 15px;
	line-height: 26px;
	color: #b0afaf;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
    border: 1px solid;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans';	
}
textarea {
    display: block;
    resize: none;
    overflow: auto;
}

select::-ms-expand {
    display: none;
}

input[type="submit"],
input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
}
input[type="submit"]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 1px solid;
    cursor: pointer;
    z-index: 1;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Open Sans';
}

body p {
	color: #898989;
	line-height: 26px;
}

b,
strong {
    font-weight: 700;
}
strong {
    line-height: 25px;
}


a {
    color: inherit;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.eP {
	position: relative;
	float: left;
	width: 100%;
}

.emptySpace5 {
    height: 5px;
}
.emptySpace10 {
    height: 10px;
}
.emptySpace15 {
    height: 15px;
}
.emptySpace20 {
    height: 20px;
}
.emptySpace25 {
    height: 25px;
}
.emptySpace30 {
    height: 30px;
}
.emptySpace35 {
    height: 35px;
}
.emptySpace40 {
    height: 40px;
}
.emptySpace45 {
    height: 45px;
}
.emptySpace50 {
    height: 50px;
}
.emptySpace55 {
    height: 55px;
}
.emptySpace60 {
    height: 60px;
}
.emptySpace65 {
    height: 65px;
}
.emptySpace70 {
    height: 70px;
}
.emptySpace75 {
    height: 75px;
}
.emptySpace80 {
    height: 80px;
}
.emptySpace85 {
    height: 85px;
}
.emptySpace90 {
    height: 90px;
}
.emptySpace95 {
    height: 95px;
}
.emptySpace100 {
    height: 100px;
}
.emptySpace105 {
    height: 106px;
}
.emptySpace110 {
    height: 110px;
}
.emptySpace115 {
    height: 115px;
}
.emptySpace120 {
    height: 120px;
}
.emptySpace125 {
    height: 125px;
}
.emptySpace130 {
    height: 130px;
}
.emptySpace135 {
    height: 135px;
}
.emptySpace140 {
    height: 140px;
}
.emptySpace145 {
    height: 145px;
}
.emptySpace150 {
    height: 150px;
}
.emptySpace155 {
    height: 155px;
}
.emptySpace160 {
    height: 160px;
}
.emptySpace165 {
    height: 165px;
}
.emptySpace170 {
    height: 170px;
}
.emptySpace175 {
    height: 175px;
}
.emptySpace180 {
    height: 180px;
}
.emptySpace185 {
    height: 185px;
}
.emptySpace190 {
    height: 190px;
}
.emptySpace195 {
    height: 195px;
}
.emptySpace200 {
    height: 200px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*Main*/

#content-block {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 100%;
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

html.overflow-hidden body {
    overflow: hidden;
}

/*Table*/

.table-view {
    height: 100%;
    width: 100%;
    display: table;
}

.row-view {
    display: table-row;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
}

::selection {
    color: #fefefe;
    background: #1e1e1e;
}

::-moz-selection {
    color: #fefefe;
    background: #1e1e1e;
}

/*Helper classes*/

.nopadding,
.nopadding>*[class*="col"] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.full-size {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed-background {
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

body.mobile .fixed-background {
    background-attachment: scroll;
}

/*Article*/

.simple-article {
    color: #888;
}

.simple-article p {
	margin-bottom: 10px;
}

.simple-article p:last-child {
	margin-bottom: 0;
}

.simple-article.light p {
    color: #fff;
	
}
.appoinContent .simple-article.light p {
	line-height: 36px;
}
.simple-article.extraLight p {
	color: rgba(255, 255, 255, .7);
}

.simple-article.black p {
    color: #313131;
}

.simple-article img {
    max-width: 100%;
    height: auto;
    display: block;
}

.simple-article img.image-left {
	margin-right: 55px;
	max-width: 50%;
	float:left;
}

.simple-article img.image-right {
	margin-left: 55px;
	max-width: 50%;
	float:right;
}
.entry-content ul li{
	line-height: 24px;
	list-style: circle;
font-size: 14px;
    font-weight: 600;
}
.simple-article ol li {
    padding-left: 0;
    margin-bottom: 2px;
	font-size: 16px;
	line-height: 32px;
	color: #424242;
}

ol li {
    padding-left: 0;
    margin-bottom: 2px;
	font-size: 16px;
	line-height: 32px;
	color: #424242;
}

.simple-article ul li {
    margin-bottom: 6px;
	color: #424242;
}
.simple-article.ul-set ul{
	padding-left:0px;
	list-style:none;
}
 .simple-article.ul-set ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background:url(assets/images/list-check.png) no-repeat center center;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.simple-article.light ol li,
.simple-article.light ul li {
	color: #fff;
}

.simple-article.style2 ul li:before {
	background: #666666;
	width: 4px;
	height: 1px;
	margin-right: 9px;
	content: "";
	vertical-align: middle;
    position: relative;
    top: -1px;
	display: inline-block;
}

/*Typography*/

.large {
    font-size: 18px;
    line-height: 30px;
}

.normall {
    font-size: 15px;
    line-height: 26px;
}

.small {
    font-size: 14px;
    line-height: 24px;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6, 
h6 {
    color: #242424;
	font-family: "Raleway";
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
	letter-spacing: 0.3px;
}
.h1.as,
h1.as,
.h2.as,
h2.as,
.h3.as,
h3.as,
.h4.as,
h4.as,
.h5.as,
h5.as,
.h6.as, 
h6.as {
	font-weight: 800;
}
.light.h1,
.light h1,
.light.h2,
.light h2,
.light.h3,
.light h3,
.light.h4,
.light h4,
.light.h5,
.light h5,
.light.h6,
.light h6 {
    color: #fff;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
    margin-bottom: 17px;
	text-transform: none;
	font-weight: 700;
}

.simple-article h6 {
	font-weight: 400;
}

.simple-article img {
	max-width: 100%;
	height: auto;
	display: block;
}

.h1,
h1 {
    font-size: 48px;
    line-height: 57px;
}

.h2,
h2 {
    font-size: 34px;
    line-height: 36px;
}

.h3,
h3 {
    font-size: 28px;
    line-height: 32px;
}

.h4,
h4 {
    font-size: 25px;
    line-height: 26px;
}

.h5,
h5 {
    font-size: 22px;
    line-height: 24px;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 22px;
}

.simple-article hr {
    background: #e0e0e0;
	margin: 47px 0;
}

/*Buttons*/

button {
	background: transparent;
	border: none;
}

.button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
	background: #b07bb6;
	padding: 13px 43px!important;
    font-size: 15px!important;
    line-height: 18px!important;
    color: #fff;
	border-radius: 23px;
	font-family: "Open Sans";
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.button-close {
    width: 40px;
    height: 40px;
    background: #0084ff;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}

.button-close span {
	background: #2e2e2e;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.button-close span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.button-close span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-close:hover span {
	background: #fff;
}

.light.button {
	border-color: bisque;
	color: coral;
}

.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.button:hover, .button:focus, .button:active {
	color: #fff;
}

.button:hover:before, .button:focus:before, .button:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.btnStyle2 {
	background: #68a4ec;
}

.btnStyle2:before {
	background: #b07bb6;
}

.btnStyle3 {
	background: #fff;
	color: #2d2d2d;
}
.button.btnStyle3 {
    background: #fff;
    color: #2d2d2d;
	margin-top: 10px;
}
.btnStyle3:before {
	background: #68a4ec;
}

.btnSize1 {
	padding: 13px 36px;
}

.btnSize2 {
	font-size: 20px!important;
	padding: 24px 59px!important;
	letter-spacing: 1px;
	border-radius: 50px;
}

/*Inputs*/

.simple-input {
    font-size: 14px;
    color: #000;
    height: 45px;
    line-height: 48px;
    padding: 0 20px;
    width: 100%;
	background: #fff;
    border: 1px #eff0f1 solid;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.simple-input:focus {
    border-color: #a175aa;
}

.simple-input.invalid {
    border-color: #f11e1e!important;
}

textarea.simple-input {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    height: 110px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbbaba;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bbbaba;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bbbaba;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbbaba;
    opacity: 1;
}

/*bgImage inputs*/


.simple-input.light {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.simple-input.light:focus {
    border-color: #fff;
}

input.light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light:-moz-placeholder,
textarea.light:-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light::-moz-placeholder,
textarea.light::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light:-ms-input-placeholder,
textarea.light:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

/*Radio CheckBox*/

.checkbox-entry {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: 20px;
    min-height: 20px;
}

.checkbox-entry input {
    display: none;
}

.checkbox-entry span {
    position: relative;
    font-size: 11px;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    color: #888;
    text-transform: uppercase;
}

.checkbox-entry:hover span,
.checkbox-entry span a:hover {
    color: #555;
    text-decoration: none;
}

.checkbox-entry span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px #eee solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url(../img/icon-6.png) 100px center no-repeat #fff;
}

.checkbox-entry input:checked+span:before {
    border-color: #a175aa;
    background-color: #a175aa;
    background-position: center center;
}

.checkbox-entry.radio span:before {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: none;
}

.checkbox-entry.radio input:checked+span:before {
    border-color: #a175aa;
    background-color: #fff;
    border-width: 7px;
}

.checkbox-entry a:hover {
    text-decoration: underline;
}

.checkbox-entry.light span {
    color: rgba(255, 255, 255, .8);
}

.checkbox-entry.light:hover span,
.checkbox-entry.light span a:hover {
    color: #fff;
    text-decoration: none;
}

.checkbox-entry.light.radio input:checked+span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px #eee solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*SumoSelect*/

.sumoWrapper {
	position: relative;
}

.SelectBox {
	padding: 15px 19px;
}

.SumoSelect {
	width: 270px;
}

.SelectBox,
.SumoSelect > .CaptionCont > span,
.SumoSelect > .CaptionCont > label {
	cursor: pointer;
}

.SumoSelect > .CaptionCont > label > i {
	background-image: url(../img/sumo-arrow.png);
}

.SumoSelect > .CaptionCont > span {
	color: #b0afaf;
	letter-spacing: 1px;
}

.SumoSelect > .CaptionCont > span.placeholder {
	font-style: normal;
}

.SumoSelect > .CaptionCont {
	border-color: #fff;
	border-radius: 0;
}

.SumoSelect > .CaptionCont > label {
	margin-right: 10px;
}

.SumoSelect:focus > .CaptionCont, 
.SumoSelect:hover > .CaptionCont {
	border-color: transparent;
	box-shadow: none;
}

.SumoSelect.open > .CaptionCont {
	border-color: #a175aa;
	box-shadow: none;
}

.SumoSelect.open > .optWrapper {
	top: 45px;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options  li.opt {
	padding: 0; 
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #a175aa;
}

.SumoSelect > .optWrapper > .options li.opt:hover label {
	color: #fff;
}

.SumoSelect > .optWrapper > .options li label {
	color: #b0afaf;
}

.SumoSelect > .optWrapper {
	border-color: #a175aa;
	border-radius: 0;
	box-shadow: none;
}

.SumoSelect > .optWrapper > .options li label {
	padding: 15px;
}

/*Social*/

.socialWrapper {
	position: relative;
}

.socialWrapper a {
	font-size: 21px;
	color: #000;
	margin: 0 12px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.socialWrapper a:first-child {
	margin-left: 0;
}

.socialWrapper.light a {
	color: #7c7c7c;
}

.socialWrapper a:hover {
	color: #a175aa;
}

/*Gallery*/

.gallerWrapper {
	position: relative;
}

.gallerWrapper li {
	margin-bottom: 5px;
}



/* LIGHTBOX */

body.hidden-scroll {
	overflow: hidden;
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(31, 31, 31, .7);
	display: none;
	z-index: 1006;
}

.sl-wrapper {
	z-index: 1000;
}

.sl-wrapper button {
	border: 0 none;
	cursor: pointer;
}

.sl-wrapper .button-close {
	right: 30px;
	top: 30px;
	z-index: 1015;
	position: fixed;
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1015;
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -15px;
	height: 29px;
	width: 80px;
	display: block;
	z-index: 1015;
	background: url(../img/icon-1.png) transparent;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.sl-wrapper .sl-navigation button.sl-next {
	display: block !important;
	right: 1%;
}

.sl-wrapper .sl-navigation button.sl-prev {
	display: block !important;
	left: 1%;
}

.sl-wrapper .sl-navigation button.sl-next:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f061';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.sl-wrapper .sl-navigation button.sl-prev:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f060';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.sl-wrapper .sl-navigation button.sl-next:hover:after,
.sl-wrapper .sl-navigation button.sl-prev:hover:after {
	color: #b07bb6
}

.sl-close {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 1007;
}

.sl-close:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f00d';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.sl-close:hover:after {
	color: #b07bb6;
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
}

.sl-wrapper .sl-image iframe {
	border: 0 none;
	background: #000;
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	z-index: 1005;
}

.sl-spinner {
	display: none;
	border: 5px solid #fff;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (max-width: 767px) {
	.sl-wrapper .sl-navigation button.sl-prev,
	.sl-wrapper .sl-navigation button.sl-next {
		display: none !important;
	}
	
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.popup-wrapper.active {
    left: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: 0;
}

.popup-wrapper.active .bg-layer {
    opacity: 1;
}

.popup-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
    -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    left: -10000px;
    padding: 15px;
}

.popup-content.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    left: 0;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
    -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
    position: relative;
}

.popup-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}

.popup-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: left;
    background: #fff;
    max-width: 570px;
}

.popup-container .button-close {
    position: absolute;
    top: 0;
    right: 0;
}

.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px;
}

.popup-align {
    padding: 80px 100px;
    overflow: hidden;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.swiperMainWrapper {
	position: relative;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper {
    transform: none!important;
    -webkit-transform: none!important;
    cursor: auto;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper+.swiper-pagination-bullets {
    display: none;
}

.swiper-pagination.relative-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet-active {
	background: #b07bb6;
}

/*Swiper buttons*/

.swiper-button-prev,
.swiper-button-next {
	background: none;
}

.swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 70px;
	color: #68a4ec;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 70px;
	color: #68a4ec;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before{
	color: #b07bb6;
}

.mainSwiperbanner .swiper-button-next,
.mainSwiperbanner .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: 11px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.mainSwiperbanner .swiper-button-next:before,
.mainSwiperbanner .swiper-button-prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mainSwiperbanner .swiper-button-next:hover,
.mainSwiperbanner .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 1);
}

.ourTeamSlider .swiper-button-next,
.ourTeamSlider .swiper-button-prev {
	left: 60%;
	top: auto;
	bottom: -50px;
	background-image: none;
	border: 1px solid #ababab;
	width: 45px;
	height: 45px;
	z-index: 4;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.ourTeamSlider .swiper-button-next {
	left: 65%;
}

.ourTeamSlider .swiper-button-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: #ababab;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.ourTeamSlider .swiper-button-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #ababab;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.ourTeamSlider .swiper-button-prev:hover,
.ourTeamSlider .swiper-button-next:hover {
	border-color: #b07bb6;
}

.ourTeamSlider .swiper-button-prev:hover:before,
.ourTeamSlider .swiper-button-next:hover:before{
	color: #b07bb6;
}

.ourTeamSlider .swiper-container {
	padding-left: 20px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.tab-menu {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 30px;
    cursor: pointer;
}

.tab-menu.active {
    color: #0084ff;
}

.tab-entry {
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.accordeon-title {
    cursor: pointer;
	background: #f3f3f3;
	padding: 14px 65px;
	position: relative;
	color: #000000;
}

.accordeon-title:last-child {
	margin-bottom: 0;
}

.accordeon-toggle {
    display: none;
	position: relative;
}

.accrodeonButton {
	width: 28px;
	height: 28px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 13px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.accrodeonButton span {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #aeaeae;
	width: 13px;
	height: 3px;
	margin-left: -7px;
	margin-top: -1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.accrodeonButton span:first-child {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordeon-title.active .accrodeonButton {
    background: #a175aa;
}

.accordeon-title.active .accrodeonButton span {
	background: #fff;
}

.accordeon-title.active .accrodeonButton span:first-child {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.accordeon-title:hover .accrodeonButton {
	background: #a175aa;
}

.accordeon-title:hover .accrodeonButton span {
	background: #fff;
}


.accordeon .simple-article {
	background: #f3f3f3;
	padding: 0 30px 35px 67px;
}

/*Accordeon style2*/

.accordeon.style2 .accordeon-title {
	border: 1px solid #d1d1d1;
	color: #323232;
	padding: 10px 20px;
	font-weight: 700;
}

.accordeon.style2 .accordeon-title i.fa {
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 25px;
}

.accordeon.style2 .accordeon-toggle {
	border: 1px solid #d1d1d1;
	border-top: none;
}

.accordeon.style2 .simple-article {
	background: #fff;
	padding: 25px;
}

.accordeon-title i.fa {
	color: #909090;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.accordeon-title.active i.fa {
	transform: rotate(90deg);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#map-canvas {
    height: 395px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*header*/

header {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 15;
	border-top: 6px solid #888e99;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}


.headerTopInfo {
	background: url(assets/images/menu-bg.png);
	position: relative;
	padding-top: 18px;
	padding-bottom: 15px;
}
  
.headerTopInfo:before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	background: url(assets/images/menu-bg.png);;
	height: 100%;
	content: '';
}

.headerTopInfo:after {
	position: absolute;
	top: 0;
	right: 100%;
	width: 5000px;
	background: url(assets/images/menu-bg.png);
	height: 100%;
	content: '';
}

.logo {
	position: relative;
	display: inline-block;
	z-index: 10;
	max-width: 295px;
	max-height: 70px;
}

.logo img {
	max-width: 100%;
	height: auto;
	display: block;
	-webit-transition: all 150ms linear;
	transition: all 150ms linear;
	height: 70px;
}

.logo:hover img {
	opacity: .9;
}

.headerMoreInfo {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 1;
	width: 100%;
	text-align: right;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.phoneBlock {
	position: relative;
	display: inline-block;
	margin: 0;
}

.phoneBlock .Fphone2  {
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.phoneBlock .as a {
	font-family: 'Lato';
	font-weight: 900;
	color: #333333;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.phoneBlock .as a:hover {
	color: #a175aa;
}

.phoneBlock .as,
.phoneBlock p{
	padding-left: 55px;padding-right: 15px;
}

.phoneBlock p {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: left;
}

.headerTopInfo .btnWrapper {
	float: right;
}
.headerMoreInfo a.button.btnSize1 {
    vertical-align: top;
	padding: 13px 33px!important;
}
.imgWrapper {
	position: relative;
	display: block;
}
.imgWrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*Tumbnail*/

.tumbWrapper {
	position: relative;
	max-width: 270px;
	margin: 0 auto;
}

.tumbWrapper .imgWrapper {
	margin-bottom: 25px;
}

.tumbWrapper .as a {
	display: block;
	text-transform: none;
	margin-bottom: 4px;
	font-weight: 600;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tumbWrapper .as a:focus,
.tumbWrapper .as a:hover {
	color: #a175aa;
	text-decoration: underline;
}

.tumbWrapper.style2 {
	max-width: 370px;
}

.tumbWrapper.style2 .imgWrapper {
	margin-bottom: 37px;
}

.tumbWrapper.style2 .as a {
	margin-bottom: 11px;
	font-weight: 700;
}

.tumbWrapper .tumbContent {
	margin-bottom: 10px;
}

.tumbWrapper .timeBlock {
	position: absolute;
	left: 20px;
	bottom: -16px;
	background: #a175aa;
	color: #fff;
	
	border-radius: 2px;
	display: inline-block;
	padding: 9px 21px;
}
.exnews .tumbWrapper .timeBlock{
	padding: 9px 21px;
}
.style2 .tumbWrapper .timeBlock{
	padding: 9px 21px;
}

.readMore {
	font-size: 13px;
	line-height: 18px;
	color: #2488e6;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tumbWrapper .readMore:hover {
	color: #a175aa;
}

.tumbWrapper.persone .blockContent {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.tumbWrapper.persone .blockContent span,
.tumbWrapper.persone .blockContent a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tumbWrapper.persone .blockContent a:hover {
	color: #a175aa;
	text-decoration: underline;
}

.tumbWrapper.persone .imgWrapper {
	margin-bottom: 16px;
}

.block {
	position: relative;
}

.block .as a {
	display: block;
	margin-bottom: 6px;
	font-weight: 800;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.block .as a:hover {
	color: #a175aa;
}

.block .blockContent {
	padding-left: 67px;
}

.block .imgWrapper	{
	position: absolute!important;
	left: 0;
	top: 0;
}

.chooseBlock .cell-view {
	height: 165px;
}

.chooseBlockWrapper {
	position: relative;
	overflow: hidden;
}

.chooseBlockWrapper:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5000px;
	height: 1px;
	background: #ddd;
	content: '';
}

.chooseBlockWrapper:after {
	position: absolute;
	top: 0;
	left: 49%;
	width: 1px;
	height: 5000px;
	background: #ddd;
	content: '';
}

/*Header Menu*/

nav.menuBorder
{
	 border-top: 1px solid #c9cdd0;    
	}

nav.menuBorder:after {
    top: -1px;
    border-top: 1px solid #c9cdd0;
    height: 59px;
}
nav.menuBorder:before {
    top: -1px;
    border-top: 1px solid #c9cdd0;
    height: 59px;
}


nav {
	position: relative;
	/* background-color: rgba(229, 223, 223, 0.7); */
	padding: 20px 0;
	border-top: 1px solid #c9cdd0;
	margin: 0 auto;
	text-align: center;
}

nav:before {
	position: absolute;
	top: 0px;
	right: 100%;
	width: 5000px;
	height: 100%;
	/* background: rgba(229, 223, 223, 0.7); */
	content: '';
}

nav:after {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 5000px;
	height: 100%;
	/* background: rgba(229, 223, 223, 0.7); */
	content: '';
}

nav ul {
	min-width: 140px;
	padding-left:0;
}

nav ul li {
	display: inline-block;
	position: relative;
	padding-left:0px;
}

nav ul li i.fa {
	font-size: 16px;
	color: inherit;
	position: absolute;
	top: 1px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}
nav li .fa.fa-angle-down {
    display: none;
}
nav ul li.menu-item-has-children i.fa {
    display: inline-block;
}
nav ul li ul li i.fa {
	top: 15px;
}

nav ul li a {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Raleway';
	font-weight: 800;
	text-transform: uppercase;
	padding: 20px 45px;
	letter-spacing: 1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

nav ul li a:first-child {
	/* padding-left: 0; */
}

nav ul li.current-menu-item > a,
nav ul li a:hover,
nav ul li a:focus {

}

/*Responsive menu*/

.menuIcon {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 17px;
    width: 25px;
    cursor: pointer;
    z-index: 3;
    float: right;
    margin-top: -11px;
	display: none;
}

.menuIcon span {
    height: 3px;
    width: 25px;
    background: #202020;
    display: block;
    border-radius: 5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
}

.menuIcon span:nth-child(1) {
    top: 0;
    left: 0;
}

.menuIcon span:nth-child(2),
.menuIcon span:nth-child(3) {
    top: 43%;
    left: 0;
}

.menuIcon span:nth-child(4) {
    bottom: 0;
    left: 0;
}

.menuIconActive span:nth-child(1) {
	-webkit-transform: translate(70px);
    transform: translate(70px);
    opacity: 0;
    visibility: hidden;
}

.menuIconActive span:nth-child(4)  {
	-webit-transform: translate(-70px);
    transform: translate(-70px);
    opacity: 0;
    visibility: hidden;
}

.menuIconActive span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #b07bb6;
}

.menuIconActive span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #b07bb6;
}

/*Menu drop downs*/

nav ul li ul {
	position: absolute;
	top: 13px;
	left: -8px;
	padding:0;
	padding-top: 0;
	opacity: 0;
	visibility: hidden;
	min-width: 258px;
	z-index: 2;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 220ms linear;
	transition: all 220ms linear;
}

nav ul li ul:after {
	content: '';
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .25);
	position: absolute;
	top: 27px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

nav ul li ul li {
	display: inline-block;
	background: #fff;
	width: 50%;
	border-bottom: 1px solid #e7e7e7;
	vertical-align: middle;
}

nav ul li ul li a {
	padding: 15px 30px!important;
	display: block;
	color: #636363;
	text-transform: none;
	font-weight: 600;
	font-family: "Open Sans";
	letter-spacing: 0.3px;
	position: relative;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

nav ul li ul li ul li:hover a,
nav ul li ul li:hover a {
	color: #fff;
	background: #b07bb6;
}
nav ul li ul li:hover ul li a {
	color: #636363;
	background: #fff;
}
nav ul li ul li:hover ul li i.fa{
    color: #636363;
}
nav ul li ul li:hover ul li:hover i.fa{
    color: #fff;
}
nav ul li ul li ul li:hover a {
	color: #fff;
	background: #b07bb6;
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

/*Menu drop down level 2*/

nav ul li ul li ul {
	top: 0;
	left: 100%;
	padding: 0;
}

nav ul li ul li i.fa {
	right: 10px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

nav ul li ul li:hover i.fa {
	color: #fff;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - INDEX */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.mainBanner {
	position: relative;
}

.mainBanner .cell-view {
	z-index: 2;
	position: relative;
	padding-top: 200px!important;
}

.sliderBg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 25%;
}

.bg {
	background-size: cover!important;
	background-position: 50% 50%!important;
}

.bgShadow {
	position: relative;
}
.banner.bgShadow {
    background-color: #476b8a;
}
.bgShadow:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	content: '';
	display:block!important;
}

.bgShadow.light:before {
	background: rgba(0, 0, 0, .1);
}

.bgShadow.strong:before {
	 background: rgba(0, 0, 0, .5);
}
.hm1bestthing{
	background-attachment:fixed;
}
.vc_row.wpb_row.vc_row-fluid.contentPadding.bg.simpleBanner.bgShadow.strong.hm1bestthing.vc_custom_1507942804927.vc_row-has-fill {
    background-position: 80%!important;
}
.bgShadow.style2:before {
	background: rgba(40, 36, 58, .75);
}

.mainBanner.bgShadow:before {
	z-index: 1;
}

.mainBanner.bg {
	background-position: 50% 23%;
}

.bannerTitle {
	text-align: center;
	margin-bottom: 35px;
}

.bannerTitle .as {
	text-transform: none;
	margin-bottom: 11px;
}
.contactContent:nth-child(5) {
    border-bottom: 0!important;
    padding-bottom: 0;
}
div#nav_menu-3 {
    margin-left: -10px;
}
.bannerTitle p {
	color: #fff;
	font-size: 22px;
	line-height: 27px;
}

.bannerBtnWrapper {
	text-align: center;
}

.bannerBtnWrapper .button {
	margin: 0 13px;
}

.contentPadding {
	position: relative;
	padding: 20px 0;
}

.contentTitle .as {
	margin-bottom: 10px!important;
}
.service3 .contentTitle .as {
    margin-top: 0;
}
.contentTitle .as span {
	color: #a175aa;
}

.btnWrapper {
	text-align: center;
}
.searchSideSpace, .searchSpace{
	margin: 75px 0 75px 0;
}
.mainBanner .btnWrapper {
	float: left;
	position: relative;
	width: 100%;
}

.grey {
	background: #eff0f1;
}

.titleShortocode {
	position: relative;
}

.titleShortocode.big {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
.titleShortocode.big .simple-article p {
    line-height: 30px;
	font-weight: 300;
}
.titleShortocode.big .as {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 25px;
	text-transform: none;
	font-family: 'PT Serif', serif;
	font-weight: 700;
}
..homeabout5 .aboutUs > p{
	font-family: 'PT Serif', serif;
	
}
.aboutUs > p {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px!important;
	color: #424242;
	font-style: italic;
	font-family: 'PT Serif', serif!important;

}

.simpleBanner .cell-view {
	height: auto;
}

.chooseWrapper .as  {
	margin-bottom: 24px;
}

.personePhone {
	position: relative;
}

.personePhone .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.personePhone a {
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	display: block;
	margin-bottom: 4px;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.personePhone a:hover {
	color: #a175aa;
}

.personePhone span {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

.personeWrapper {
	position: relative;
	padding: 60px 0;
	
}

.personeWrapper .as {
	margin-bottom: 7px;
	letter-spacing: 2px;
}

.personeWrapper > p {
	font-style: italic;
	color: #fff;
	margin-bottom: 26px;
	letter-spacing: 0.30px;
	
}
.customerSay p {
    text-align: center!important;
}
.customerSayTite p {
    text-align: left;
}
.customerName p {
    text-align: center;
}
.personeWrapper .simple-article p {
	margin-bottom: 25px;
}

.personeWrapper .simple-article p:last-child {
	margin-bottom: 0;
}
.personeWrapper h2{
	font-weight: 700!important;
}
.personePhoneContent {
	padding-left: 80px;
}

.personeImg {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.requestForm .btnWrapper {
	text-align: left;
}

.requestForm .sumoWrapper .SumoSelect {
	width: 100%;
}

.personeBg {
	position: relative;
	background: rgba(88, 94, 118, .8);
	z-index: 10;
}

.contactBg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 45%;
	height: 100%;
	background-position: 50% 50%!important;
	background-size: cover!important;
}

.contactContent {
	border-bottom: 1px solid rgba(236, 239, 241, .2);
	padding-bottom: 37px;
}
.contactContent:nth-child(4){
	border-bottom:0;
}

.contactContent:last-child{
	border-bottom:0!important;
	padding-bottom:0;
}

.contactContent span,
.contactContent p {
	color: #fff;
}

.contactContent span {
	text-transform: uppercase;
	font-weight: 700;
}

.contactContent p {
	display: inline-block;
}

.contactContent a {
	display: block;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.contactContent a:hover {
	color: #a175aa;
}

.contactContent:last-of-type {
	border-bottom: 0;
}

.verAlign {
    font-size: 0;
}

.verAlign > *[class*="col-"] {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.imgTumb {
	position: relative;
	overflow: hidden;
	display: block;
}

.imgTumb:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(169, 108, 169);
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	opacity:0.75;
}

.imgTumb:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin-left: 0;
}

.flatIcon {
	display: inline-block;
	position: relative;
	color: #000000;
}

.Fdoctor:before {
	font-size: 52px;
}

.Fmedical:before {
	font-size: 50px;
}

.Fphone:before {
	font-size: 41px;
}

.Fphone2:before {
	font-size: 35px;
}

.Fface:before {
	font-size: 54px;
}

.clearFix.big >*[class*="col-"]:nth-child(4n+1) {
	clear: both;
}

.clearFix2 >*[class*="col-"]:nth-child(3n+1) {
	clear: both;
}

.bannerTitle {

	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 350ms linear;
	transition: all 350ms linear;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.bannerBtnWrapper {

	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 350ms linear;
	transition: all 350ms linear;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
}
.swiper-slide-active .bannerTitle,
.swiper-slide-active .bannerBtnWrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - SERVICES */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.servicesTitle .cell-view {
	height: 140px;
	padding-bottom: 0;
}

.servicesTitle .as {
	margin-bottom: 10px;
}

.breadCrumbs {
	color: #fff;
	text-transform: uppercase;
}

.breadCrumbs a,
.breadCrumbs span {
	font-weight: 700;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.breadCrumbs a:hover,
.breadCrumbs a:focus {
	color: #ad70ba;
}

.breadCrumbs i.fa {
	font-size: 14px;
	margin: 0 6px;
	color: #fff;
}

.mainServicesContent {
	margin-right: 30px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blogThumbnail {
	position: relative;
	overflow: hidden;
}
.blogThumbnail:hover img{
	    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blogThumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.blogThumbnail:hover:before {
	background-color: rgba(45, 49, 52, 0.6);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
}
.blogThumbnail:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    content: '';
    z-index: 2;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}


.blogWrapper {
	position: relative;
}

.blogWrapper .imgWrapper  {
	display: block;
}

.blogWrapper .imgWrapper {
	margin-bottom: 23px!important;
}

.blogWrapper .timeBlock {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 5px 29px;
	font-size: 20px;
	line-height: 36px;
	color: #b8b8b8;
	text-transform: uppercase;
	font-weight: 700;
	    z-index: 9;
}

.blogInfo {
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 28px;
	border-bottom: 1px solid #e4e4e4;
}

.blogInfo p {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 14px;
	color: #b8b8b8;
}

.blogInfo p:first-child {
	margin-left: 0;
}

.blogInfo i.fa {
	color: #b8b8b8;
	font-size: 16px;
	margin-right: 5px;
}

.blogContent {
	position: relative;
	margin-bottom: 0px;
}

.blogContent .as  {
	margin-bottom: 25px;
}

.blogContent .as a {
	text-transform: none;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.blogContent .as a:hover,
.blogContent .as a:focus {
	color: #a175aa;
	text-decoration: underline;
}

.blogContent .simple-article span {
	font-size: 20px;
	line-height: 26px;
	color: #242424;
	margin-bottom: 5px;
	display: block;
}

.searchWrapper {
	position: relative;
	margin-bottom: 46px;
}

.searchWrapper .simple-input {

	padding-right: 50px;
}

.searchWrapper i.fa {
	color: #fff;
	font-size: 17px;
}

.searchWrapper .searchBtn {
	background: #a175aa;
	padding: 11px 15px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.searchWrapper .searchBtn:hover { 
	background: #68a4ec;
}

.recentNewsBlock {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e1e1e1;
}

.recentNewsBlock span {
	display: block;
	color: #a0a2a5;
}

.recentTitle .as {
	margin-bottom: 19px;
}

.recentNewsBlock a {
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 7px;
	display: block;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-weight: 600;
}

.recentNews a:hover,
.recentNews a:focus {
	color: #458ac4;
	text-decoration: underline;
}

.tags {
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 5px 16px;
	margin-bottom: 8px;
	color: #a6a6a6;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tags.active,
.tags:hover {
	color: #fff;
	background: #a175aa;
}

.mobileSearch {
	background: #a175aa;
	color: #fff;
	padding: 10px 50px 10px 30px;
	margin-bottom: 15px;
	position: relative;
	display: none;
}

.mobileSearch i.fa {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 30px;
	cursor: pointer;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.categoriesList {
	position: relative;
	margin-bottom: 30px;
}

.categoriesList li {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
	margin-bottom: 7px;
}

.categoriesList li i.fa {
	position: absolute;
	top: 6px;
	right: 12px;
}

.categoriesList li a {
	color: #898989;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.categoriesList li a:hover {
	color: #a175aa;
	text-decoration:none;
}

.paginationWrapper {
	position: relative;
}

.paginationWrapper a {
	border: 1px solid #d4d4d4;
	background: #fff;
	color: #242424;
	padding: 9px 16px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.nubmerPagination {
	display: inline-block;
}

.nubmerPagination a {
	margin: 0 4px;
}

.paginationWrapper a.activePagi,
.paginationWrapper a:hover {
	color: #fff;
	background: #a175aa;
}

.mainBlogContent {
	margin-left: 30px;
}

.twocolumn {
	position: relative;
}

.twocolumn .as {
	text-transform: none;
}

blockquote {
	background: #f7f7f7;
	padding: 34px 30px 55px 100px;
	position: relative;
}

blockquote a {
	font-style: italic;
	color: #a175aa;
	float: right;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

blockquote a:hover,
blockquote a:focus {
	color: #a175aa;
	text-decoration: underline;
}

blockquote i.fa {
	position: absolute;
	top: 18px;
	left: 33px;
	color: #a175aa;
	font-size: 55px;
}

blockquote p {
	margin-bottom: 5px;
}

.commentBlock {
	position: relative;
	border: 1px solid #eeeeee;
}

.commentBlock li {
	border-bottom: 1px solid #eee;
}

.commentBlock li:nth-child(2n) {
	background: #fcfcfc;
}

.comment {
	position: relative;
	padding: 25px 70px 25px 25px;
}


.comment .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.comment .commentContent {
	padding-left: 100px;
	margin-bottom: 5px;
	position: relative;
}

.comment .commentContent a {
	color: #000;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.comment .commentContent a:hover,
.comment .commentContent a:focus {
	color: #a175aa;
}


.comment .commentTime p {
    color: #a175aa;
}

.comment .commentTime p a {
	color: #a175aa;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.comment .commentTime p a:hover,
.comment .commentTime p a:focus {
	color: #a175aa;
	text-decoration: none;
}
ul.comment-list li.pingback {
    padding: 10px;
}
.commentBlock li ul li:last-child {
	border-bottom: none;
}

.commentBlock li ul li .comment {
	padding-left: 125px;
}

.commentsForm {
	position: relative;display:none
}

.commentsForm .as {
	text-transform: none;
}

.commnetForm {
	background: #f7f7f7;
	padding: 52px 26px;
	border: 1px solid #eeeeee;
}

.commentsForm form textarea {
	height: 175px;
}

span.edit-link:before {
    content: "|";
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.contacForm input.simple-input {
	height: 55px;
}

.contacForm textarea {
	height: 200px;
}

.contactDetails {
	position: relative;
	background: #b07bb6;
	padding: 45px 43px 45px 43px;
	min-height: 425px;
}

.contactDetails:before {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid #c09bc4;
	content: '';
}

.contactAddres {
	position: relative;
	border-bottom: 1px solid #c09bc4;
	padding-bottom: 22px;
	margin-bottom: 23px;
}

.contactDetails .contactAddres:last-of-type {
	border-bottom: none;
}

.contactDetails .imgWrapper {
	position: absolute;
	top: 5px;
	left: 0;
}

.contactAddres .simple-article {
	padding-left: 45px;
}

.contactAddres i.fa {
	color: #fff;
	font-size: 24px;
}

.contactAddres a {
	display: block;
	padding-left: 45px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.contactAddres a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.clearFixGalley >*[class*="col-"]:nth-child(3n+1) {
	clear: both;
}

.my-col-20 {
    width: 20%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.my-col-33 {
    width: 33%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}


.galleryContainer {
	margin-left: -10px;
	margin-right: -10px;
}

.pageErroreTitle .as {
	font-size: 200px;
	line-height: 200px;
	font-family: "Open Sans";
}

.pageErroreTitle {
	position: relative;
	text-align: center;
}

.pageErroreTitle .cell-view {
	height: 848px;
}

.pageErroreTitle p { 
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-family: "Raleway";
	font-weight: 700;
	margin-bottom: 14px;
}

.pageErroreTitle span {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - FAQ */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.questionTitle { 
	text-align: center;
}

.questionForm .simple-input {
	background: #fff;
	height: 55px;
}

.questionForm textarea.simple-input {
	height: 203px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - SERVICES1.1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.categoryList {
	position: relative;
	border: 1px solid #d48ddc;
	margin-bottom: 48px;
}

.categoryList li {
	position: relative;
}

.categoryList li:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background: #644767;
	content: '';
}

.categoryList li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d48ddc;
	content: '';
}

.categoryList li a {
	display: block;
	background: #b07bb6;
	color: #fff;
	padding: 17px 29px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.categoryList li.activeCat a, 
.categoryList li a:hover {
	background: #97689c;
}

.pdfBlock {
	position: relative;
	border: 1px solid #e6e6e6;
	background: #f5f5f5;
	padding: 14px 77px 14px 66px;
	margin-bottom: 50px;
}

.pdfBlock .pdfSize {
	display: inline-block;
	margin: 0;
}

.pdfBlock .pdfSize span {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.pdfBlock .pdfSize p {
	font-size: 14px; 
	line-height: 16px;
}

.pdfBlock i.fa {
	font-size: 31px;
	display: inline-block;
	vertical-align: top;
}

.pdfBlock i.fa-file-pdf-o {
	position: absolute;
	left: 21px;
	top: 16px;
}

.pdfBlock i.fa-cloud-download {
	position: absolute;
	top: 20px;
	right: 28px;
}

.pdfBlock i.fa-file-pdf-o {
	color: #e73a30;
}

.openingHours .as  {
	margin-bottom: 27px;
}

.openingHours ul li {
	position: relative;
	padding: 11px 0;
	border-bottom: 1px solid #e6e6e6;
}

.openingHours ul li:after {
	clear: both;
	content: '';
}

.openingHours ul li:first-child {
	border-top: 1px solid #e6e6e6;
}

.openingHours ul li span {
	width: 50%;
}

.openingHours ul li span:last-of-type {
	float: right;
	text-align: right;
}

.simple-article .as {
	text-transform: none;
	font-weight: 700;
	color: #242424;
}

.simple-article .as {
	font-weight: 400;
}

.simple-article .bold {
	font-weight: 700;
}

.contactsAdvice {
	position: relative;
	padding: 37px;
	background: #f1f1f1;
}

.contactsAdvice .as {
	display: inline-block;
	text-transform: none;
	font-weight: 400;
}

.contactsAdvice a {
	float: right;
	position: relative;
	top: -7px;
}

.contactsAdviceWrapper > .as {
	margin-bottom: 20px;
	text-transform: none;
	letter-spacing: 0.3px;
	font-weight: 700;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - COOMING SOON */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.commingTitle .as {
	text-align: center;
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 85px!important;
}

.timerWrapper {
	text-align: center;
	margin-bottom: 70px;
}

.timerWrapper .timer {
	display: inline-block;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-style: italic;
	text-align: center;
	position: relative;
	top: -21px;
	left: -4px;
	font-family: 'PT Serif', serif;
}
.Errordisplay {
    display: none;
}
.timerWrapper .timerBlock {
	display: inline-block;
	position: relative;
	background: rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	padding: 49px 33px;
	min-height: 170px;
	min-width: 170px;
	margin: 0 17px;
}

.timerWrapper .timerBlock span {
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	text-transform: uppercase;
	position: absolute;
	bottom: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.commingDescription {
	text-align: center;
	font-size: 22px;
	line-height: 34px;
}


.commingDescription form .simple-input {
	max-width: 490px;
	border-radius: 4px;
	margin-right: 22px;
	height: 51px;
}

.commingWrapper .cell-view {
	height: 660px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.testimonialsBlock {
	position: relative;
	padding-bottom: 48px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e1e1e1;
}

.testimonialsBlock:last-child {
	margin-bottom: 0;
}

.testimonialsBlock .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.testimonialsBlock .imgWrapper img {
	border-radius: 100%;
	max-width: 130px;
	height: auto;
}

.personeInfo {
	padding: 9px 0 9px 168px;
}

.personeInfo span {
	color: #242424;
	font-weight: 700;
	margin-bottom: 7px;
	display: inline-block;
}

.personeInfo p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 4px;
}

.personeInfo i.fa {
	color: #233859;
	font-size: 15px;
	margin: 0 3px;
}

.personeInfo i.fa:first-child {
	margin-left: 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - ABOUT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.aboutOur {
	position: relative;
}

.aboutOur .as {
	margin-bottom: 30px;
}

.aboutOur > span {
	font-size: 20px;
	line-height: 26px;
}
.aboutOur > p {
	font-size: 13px;
	line-height: 26px;
	color:#333;
}

.aboutOur .simple-article p {
	margin-bottom: 25px;
}

.aboutOur .simple-article p:last-child {
	margin-bottom: 0;
}

.appointWrapper {
	position: relative;
	background: #b07bb6;
	padding: 50px 0;
}

.appoinContent .simple-article {
	font-size: 26px; 
	line-height: 35px;
	font-weight: 300;
}

.btnAlign {
	text-align: center;
}

.customerWrapper {
	position: relative;
	text-align: center;
}

.customerSayTite {
	margin-bottom: 40px;
}

.customerSayTite .as {
	margin-bottom: 22px;
}

.customerSay {
	margin-bottom: 20px;
}

.customerSay .imgWrapper {
	margin-bottom: 18px;
}

.customerSay .imgWrapper img {
	border-radius: 100%;
	margin: 0 auto;
}

.customerName p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-style: italic;
	margin-bottom: 22px;
}

.customerName i.fa {
	font-size: 30px;
	color: #b07bb6;
} 


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

footer {
	position: relative;
	background: #1c1c1c;
	padding: 80px 0 0;
}

footer.reduxDesabled{
    padding: 80px 0;
}
.footerBlock {
	position: relative;
}

.footerBlock .as {
	font-size: 20px;
	color: #444;
}

.footerBlock .logo {
	margin-bottom: 15px;
}

.footerBlock .readMore {
	color: #6370a0;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 25px;
	display: block;
	font-size: 14px;
	font-weight: 600;
}


.footerBlock .readMore:hover {
	color: #a175aa;
}

.footerBlock .simple-article {
	margin-bottom: 15px;
}

.footerBlock .simple-article p {
	color: #999999;
}
footer .fa-angle-double-right {
    margin-left: 5px;
}
.footerTitle {
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
}

.footerTitle p {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-style: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.footerTitle:after {
	position: absolute;
	bottom: -16px;
	left: 0;
	height: 2px;
	width: 40px;
	background: #a175aa;
	content: '';
}

.simple-article.style2 ul li {
	margin-bottom: 5px;
}

.simple-article.style2 ul li a {
	color: #666666;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.simple-article.style2 ul li a:hover {
	color: #a175aa;
	text-decoration: none;
}

.locationBlock {
	position: relative;
	margin-bottom: 20px;
}

.locationBlock img {
	position: absolute;
	top: 0;
	left: 0;
}

.locationContent {
	padding-left: 36px;
}

.locationContent p {

    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
    color: #999999;
    margin-bottom: 2px!important;
    font-size: 14px;
}

.locationContent span {
	color: #999999;
}

.footerContants {
	position: relative;
	margin-bottom: 20px;
}

.footerContants i {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 20px;
	color: #666666;
}

.footerContants a {
	color: #666;
	padding-left: 36px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.footerContants a:not(.button) {
        color: #999;
}
.footerContants a:not(.button):hover {
	color: #a175aa;
}
footer .copy p{
	color:#666666;
	
}

footer .created a {
    color: #666;
}

.copy,
.created {
	padding: 33px 0;
}
.reduxDesabled .copy{ padding: 33px 0 0; }

.created {
	float: right;
}

.created a {
	color: #898989;
}

.created span {
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;	
}

.created:hover a span {
	color: #a175aa;
}

.bottomInfo {
	border-top: 1px solid #262626;
}

footer > .container > .row >*[class*="col"]:not(:first-child):not(:last-child) .footerBlock {
	max-width: 185px;
	margin: 0 auto;
}


#loader-wrapper {
	position: fixed;
	left: 0;
	top: -100px;
	right: 0;
	bottom: -100px;
	background: #fff;
	z-index: 100;
}
 
.overflow-visible.vc_row[data-vc-full-width] {
	 overflow:visible;
 }
 #rev_slider_5_1 .tp-bgimg.defaultimg::before{
	     background: rgba(0, 0, 0, 0.30);
	 
 }
 
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE ACCORDION SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/ 
 
.accordeon.normall .vc_tta-title-text{
	font-size: 18px;
	line-height: 26px;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #000;
	text-transform: initial;
}
.accordeon.normall.new-style .vc_tta-title-text{
	font-size: 18px;
}
.wpb-js-composer .accordeon.normall.new-style.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #b07bb6;
}
.wpb-js-composer .accordeon.normall.new-style.vc_tta.vc_general .vc_tta-panel-body {
    background: #b07bb6;
}
.wpb-js-composer .accordeon.normall.new-style.vc_tta.vc_general .vc_tta-panel-body .color-style p {
    color:#fff;
}
.wpb-js-composer .accordeon.normall.new-style.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
    color: #fff;
}

.wpb-js-composer .accordeon.normall.vc_tta.vc_general .vc_tta-panel-title {
    line-height: 0;
}
.wpb-js-composer .accordeon.normall.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border:0;
    background-color: #f3f3f3;
}.wpb-js-composer .back-color.accordeon.normall.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,.wpb-js-composer .back-color.accordeon.normall.vc_tta.vc_general .vc_tta-panel-body,.wpb-js-composer .back-color.accordeon.normall.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {	background-color: #ffffff;}
.wpb-js-composer .accordeon.normall.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 68px;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_general .vc_tta-panel-body {
	background: #f3f3f3;
	padding: 0 30px 35px 67px;
	border:0;
}

.accordeon.normall .vc_tta-panel-body{
	 font-size: 15px;
	line-height: 26px;
	font-family: 'Open Sans';
	font-weight: 400;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: #fff;
    width: 28px;
    height: 28px;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: #a175aa;
    width: 28px;
    height: 28px;
}
.wpb-js-composer  .accordeon.normall.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {

    width: 14px;
    margin: 0 auto;
}
.wpb-js-composer .accordeon.normall.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    top: 7px;
    height: 14px;
}
.wpb-js-composer .accordeon.normall.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
	border-color:#fff;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_general .vc_tta-panel {
    display: block;
    margin-bottom: 10px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Breadcrumb Arrow */
/*-------------------------------------------------------------------------------------------------------------------------------*/ 
span.fnt-awsm-style::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal !important;
    text-decoration: inherit;
	font-size: 14px;
	color: #fff;
    margin: 0 8px;
    content: "\f105";
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Breadcrumb Arrow End*/
/*-------------------------------------------------------------------------------------------------------------------------------*/ 

.wpb_content_element{
	margin-bottom:0px!important;
}
.contentTitle .del-margin .as {
    margin-bottom: 0px;
}

.wpcf7-form-control-wrap.psycholox select{
	background:#fff;
	height:46px;
	padding: 0 20px;
}
span.wpcf7-not-valid-tip{
	margin-top:10px;
	margin-left:10px;
}
.contentPadding.grey.contactPmarg span.wpcf7-not-valid-tip {
    margin: 0;
}
.whych1{
	padding-bottom:65px;
}
.tp-bgimg.defaultimg::before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.10);
    content: '';
}
.shadow_dark .tp-bgimg.defaultimg::before {
    background: rgba(0, 0, 0, 0.22);
}
.tmc_header_2  .tp-bgimg.defaultimg::before{
    content: none;
}
.beforeOpacity .tp-bgimg.defaultimg::before {
    background: rgba(0, 0, 0, 0.10);
}
.serviceimg21 img{
	height:100%;
	object-fit:cover;
}
.serviceimg21:before{
	position:relative;
	width:100%;

}


.contentPadding.finish-pad{
	padding-bottom:0px;
}
.sp{
	display:inline;
}
.finish-pad .vc_column-inner{
	padding-top:0px!important;
}
.contentPadding.decrease-padding{
	padding-bottom:50px;
}
.customerSayTite .vc_column-inner{
	padding-top:0px!important;
}
.customerSayTite{
	text-align:center;
}

 .wpb_content_element.customerSayTite{
	 margin-bottom:35px!important;
 }
 .pageError.bgShadow.strong.bg{
	 background:url(assets/images/404-bg.jpg);
 }
 .widget.widget_tag_cloud.categoriesList a{
	 font-size: 14px!important;
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 5px 16px;
	margin-bottom: 8px;
	color: #a6a6a6;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	line-height: 24px;
 }
 .my-float-condition {
    float: right;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Contact us Page Map Padding-Finish*/
/*-------------------------------------------------------------------------------------------------------------------------------*/ 
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px!important;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Menu */
/*-------------------------------------------------------------------------------------------------------------------------------*/ 

nav ul li ul.sub-menu li a{
	visibility:hidden!important;
}
nav ul li:hover ul.sub-menu li a{
	visibility:visible!important;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}
nav ul li ul.sub-menu li i.fa {
	display:none;
}
nav ul li.menu-item-has-children ul.sub-menu i.fa-angle-down::before {
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 0;
}
nav ul li ul.sub-menu li.menu-item-has-children i.fa {
    display: inline-block;
}
nav ul li ul.sub-menu > li.menu-item-has-children > i.fa {
    display: inline-block!important;
}
nav ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li i.fa {
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Menu-End */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    content: "\f0da";
    font-family: font-awesome;
    font: normal normal normal 14px/1 FontAwesome;
    border-style:none;
    font-size: 11px;
    right: 0;
    text-align: right;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
transform: rotate(90deg);
top:5px;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-style:none;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    right: 1px;
    left: auto;
}
.accordeon.normall.style2 .vc_tta-title-text {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #000;
    text-transform: initial;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 10px 15px;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_general .vc_tta-panel-title > a {
	border: 1px solid #d1d1d1;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #fff;
	padding: 25px;
	border: 1px solid #d1d1d1;
	border-top:none;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: none;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: none;
}
/*--------------------------------------------------------------
16.1 Back to top Button (Theme-options-Css)
--------------------------------------------------------------*/

div#btt {
    background: none repeat scroll #222222;
    opacity: 0.8;
    border: 1px solid #333333;
    border-radius: 2px;
    bottom: 21px;
    cursor: pointer;
    padding: 8px 15px;
    position: fixed;
    right: 20px;
    z-index: 50;
    color: #777777;
}
.mobileBtt {
    display: none;
}
/*.boxed-container {
    width: 1200px;
    margin: 0 auto;
	background: #fff;
}*/

@media(min-width:1170px){
.boxed-container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
}
nav ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
}
nav ul li ul.sub-menu li a {
    padding: 5px 10px!important;
    display: block;
    text-transform: none;
    font-weight: normal;
    font-family: "Open Sans";
    letter-spacing: 0;
    position: relative;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 13px;
    line-height: 16px;
    text-align:inherit;
}
/*--------------------------------------------------------------
16.1 Back to top Button End
--------------------------------------------------------------*/

.simpleBanner.bgShadow.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner{
	padding-top:0px;
}

.mainBlogContents {
    margin-right: 30px;
}
.widget.widget_tag_cloud.categoriesList a:hover{
	color: #fff;
background: #a175aa;
}
.logged-in-as{
	margin-bottom:20px;
}
/* doctor profile page css start*/


.socialThumnailWrapper {
    position: relative;
}
.socialThumnailWrapper:before {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 3px;
    background: #fff;
    content: '';
    z-index: 1;
}

.socialThumnailWrapper .imgWrapper:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 3px;
    background: #fff;
    content: '';
    z-index: 1;
}
.socialThumnailWrapper .socialBlock {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 19px 0;
    background: #fff;
    text-align: center;
}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    outline: none;
}
.profile a span {
    position: absolute;
    top: 50%;
    left: 25px;
    display: inline-block;
    background: #624d65;
    padding: 23px 23px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.emptySpace50 {
    height: 50px;
}
.button.btnSize7 {
    padding: 21px 15px 21px 95px!important;
    font-size: 22px!important;
    width: 100%;
}
.button.btnStyle6 {
    color: #595959;
    background: #f1f1f1;
    border-color: #dfdfdf;
    border-radius: 0;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    text-align: left;
	    -webkit-transform: none; 
}
.profile a span i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.profile p {
    color: #5d4c5f;
    letter-spacing: 0.5px;
    font-style: italic;
}
.socialThumnailWrapper .socialBlock i.fa {
    font-size: 20px;
    color: #2e2e2e;
    margin: 0 12px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.socialThumnailWrapper .socialBlock i.fa:hover {
	color: #8f7293;
}
.profile a {
    position: relative;
}
.titleShortcode .as {
    margin-bottom: 40px;
}
.titleShortcode .singleDoctorHead.as {
    margin-bottom: 40px;
}
.normall {
    font-size: 15px;
    line-height: 26px;
}
.simple-article p:last-child {
    margin-bottom: 0;
}
.verAlign {
    font-size: 0;
}
.contactUsBlock .as {
    text-transform: none;
    text-align: center;
}
.verAlign >*[class*="col-"] {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.button.btnStyle2 {
    background: transparent;
    border: 1px solid #e9e9e9;
    color: #fff;
}
.contactUsBlock {
    position: relative;
    padding: 34px 0;
}
.year {
    position: relative;
}
.year > span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    line-height: 40px;
    color: #624d65;
    text-transform: uppercase;
    font-weight: 700;
}
.year .yearContent {
    padding: 0 30px 0 110px;
}
.emptySpace25 {
    height: 25px;
}
.yearContent .as {
    text-transform: none;
    margin-bottom: 5px;
}

.titleShortcode2, .btnWrapper {
    text-align: center;
}
.emptySpace45 {
    height: 45px;
}
.simple-input {
    font-size: 15px;
    color: #8e8d8d;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-family: "Open Sans";
    transition: all .15s;
    -webkit-transition: all .15s;
}
.emptySpace20 {
    height: 20px;
}
.titleShortcode2, .btnWrapper {
    text-align: center;
}
.socialThumnailWrapper::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 3px;
    background: #fff;
    content: '';
    z-index: 1;
}
/* doctor profile page css end*/

.contactUsBlock.wpb_column .vc_column-inner{
	padding-top:0px!important;
}
.set .vc_column-inner{
	padding-top:0px!important;
}


/*--------------------------------------------------------------
16.1 Default CSS
--------------------------------------------------------------*/
/**
 * 8.0 Alignments
 */
.wp-calendar-nav{
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}
	
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }	
  
  .sticky{
	position:relative;  
  }
  @media (min-width: 992px) {
	nav ul li:hover ul {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	nav ul li ul li:hover ul {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
  }
  .genericon-pinned::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 30px;
    float: left;
    color: #242424;
    margin-right: 15px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    width: 100%;
}
table, th, td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 5px;
}
blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}
blockquote {
    margin-left: -1em;
	border-left: 5px solid #b07ab4!important;
    border-right: 0px!important;
}
.page-numbers .page-numbers.current {
    color: #fff;
    line-height: 30px;
    text-align: center;
	padding: 9px 16px;
    font-size: 18px;
    font-weight: 400;
    background: #a175aa;
    border-color: #624d65;
}
.page-numbers li {
    list-style: none;
    float: left;
	margin: 0 11px 0px 0;
}
.page-numbers .page-numbers {
    display: block;
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 9px 16px;
    font-size: 18px;
    line-height:30px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #000;
    width: 44px;
    font-size: 18px;
    
}
.page-numbers li:hover a {
    color: #fff;
   
}
.page-numbers li:hover {
	background: #a175aa;
}
.page-links {
    position: relative;
    margin: 0 0 40px 0;
    padding: 10px 0;
	font-size: 24px;
}
iframe {
    max-width: 100%;
    vertical-align: middle;
}
.comment-respond h5.h5.as {
    margin-bottom: 20px;
    font-size: 18px;
}
.comment-respond {
    margin-top: 10px;
}
.commnetForm {
    position: relative;
    background: #f7f7f7;
    padding: 50px 25px;
    border: 1px solid #eee;
}
ul{
	margin:0;
}
nav ul li:hover ul li ul {
	visibility:hidden;
	opacity:0;
}
nav ul li ul li:hover ul {
	visibility:visible;
	opacity:1;
}
.text_block.wpb_text_column p {
	line-height: 26px;
}
.contentPadding.request{
	padding:70px 0;
}
ul.comment-list {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
	border: 1px solid #eeeeee;
	list-style:none;
}
h4.comments-title {
    margin-bottom: 25px;
        font-size: 17px;
}
ul.comment-list li {
	border-bottom: 1px solid #eee;
	padding:0;
}
.with100:nth-child(2){
	padding-left:35px;
}
#comments .comment .avatar {
	margin-bottom: 23px;
	float: left;
	margin: 0 32px 0 0;
}
.comment-wrapper {
    overflow: hidden;
	margin-bottom: 5px;
}
ul.comment-list .comment .comment-meta {
    float: left;
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
    width: 100%;
}
.comments-area .imgWrapper {
    margin-bottom: 23px;
}
.comments-area .imgWrapper {
    display: block;
}
ul.comment-list li:nth-child(2n) {
	background: #fcfcfc;
}

ul.comment-list li:last-child {
    border-bottom: none;
}
.comments-area ul.children{
	padding-left:15px;
	list-style:none;
}
ul, ol {
    margin-left: 0;
}
ul {
    list-style: disc;
}
.post-password-form input[type="submit"] {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #b07bb6;
    padding: 13px 43px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    border-radius: none;
    font-family: "Open Sans";
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: auto;
    opacity: 1;
    margin-left: 27px;
}
.tt-widget ul.categoryList.normall{
	padding-left:0px;
	list-style:none;
}
.openingHours ul{
	padding-left:0px;
	list-style:none;
}
.footerBlock.normall ul{
	padding-left:0px;
	list-style:none;	
}
.widget.widget_categories.categoriesList.normall ul{
	list-style:none;

}
.responsive-full-width h2{
	text-align:center;
}
 ins {
    background-color: #fff9c0;
    text-decoration: none;
}
em, i {
    font-style: italic;
}
.widget{
	margin-bottom:30px;
}
.textwidget img {
    margin-top:10px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.widget ul li ul.sub-menu {
    padding-left: 15px;
    
}
.blogAside .widget ul li a{
	font-size: 15px;
	line-height: 26px;
	font-size: 15px;
}
footer .blogAside .widget ul li a {
   
    line-height: 26px;
    font-size: 14px;
    color: #999999;
	font-family: 'Open Sans', sans-serif;
}
.blogAside .widget ul li a.rsswidget{
	line-height: 26px;
	font-weight: 800;
	color: #000;
}
ul{
	padding-left:15px;
}
.simple-article ol li ul li::before {
	content: none;
	
}
.simple-article ol li ul li  ol li:before {
counter-increment: number;
content: counter(number);
color: #058dc5;
margin-right: 15px;

}
  /*--------------------------------------------------------------
16.1 Default CSS End
--------------------------------------------------------------*/
.wpcf7-form-control.wpcf7-select option{
	border-bottom: 1px solid #f5f5f5;
	padding:15px;
}
option:hover {
    box-shadow: 0 0 10px 100px #b07bb6 inset;
}
select:focus {
    border-color: #a175aa;
	box-shadow: none;
}
#commentform div.error, #commentform label.error {
    margin-top:10px;
}
a.more-link{
	display: block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	cursor: pointer;
	background: #b07bb6;
	padding: 10px 33px ;
	font-size: 15px !important;
	line-height: 18px !important;
	color: #fff;
	border-radius: 23px;
	font-family: "Open Sans";
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	max-width: 18%;
	margin-top: 26px;
	color:#fff!important;
	
}
a.more-link:hover{
		text-decoration:none;
}
a.more-link:hover::before, a.more-link:focus::before, a.more-link:active::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
a.more-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #68a4ec;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.admin-bar .sticky_menu.header-scrolled-animated {
    top: -88px;
}
footer .widget{
	margin-bottom:0px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
	padding-top:0px!important;
}

/* Rework */



/* home page-2 css */
.header2 nav{
	background: 0;
    float: right;
    padding-right: 0;
	padding-top: 32px;
}
.header2 nav:before {
   background:0
}
.header2 nav:after {
    background:0;
}

.header2 nav ul li a:first-child{
	padding-right:45px;
	
}
.header2 .top-line-right{
	font-size:15px;
	font-weight:700;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.header2 .top-line-left{
	font-size:14px;
	font-weight:700;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}

.header2 .top-line-left a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-style: initial;
	font-family: 'Lato', sans-serif;
}
.header2 .headerTopInfo{
	display:none;
}


.headerfix2{
	display:none;
}

.header2 nav ul a{
	color:#fff;
}
.header2 nav ul li ul li a{
	color:#636363;
}
.header2 nav ul li ul li a:hover{
	color:#fff;
}
.header2 nav ul li i.fa-angle-down{
	color:#fff;
}
.tt-header .top-line-inner {
        border-bottom: 1px solid #797481;
}
.header2{
	    border-top: 0;
}

.tt-header .top-line-left {
  float: left;
}
.tt-header .top-line-right {
  float: right;
}
.tt-header .top-line-left:after,
.tt-header .top-line-right:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 48px;
  vertical-align: middle;
}

.tt-header .top-info {
  display: inline-block;
  position: relative;
 
  letter-spacing: 0.3px;
  padding-right: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.tt-header .top-info:last-child {
  margin-right: 0;
  padding-right: 0;
}

.strip{
	    background: #eec65f;
    padding: 40px;
    padding-top: 25px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.strip h4{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:700;
	color:#725d28;margin-bottom: 0px;
	line-height: 18px;
}
.service2 h2{
	margin-top:0;
}

.strip .icon{
	vertical-align: middle;
    display: table-cell;
    width: 50px;    padding-top: 5px;
    padding-right: 5px;
}
.strip .text{
vertical-align: middle;
    display: table-cell;
}
.font-24{
	font-size:24px!important;
}

.strip p{
	color:#242424;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:17px;
}

.strip .mail-icon{
	padding-right:10px;
	
}

.strip .line{
	    border-right: 1px solid #ceae5b;
    height: 50px;
    position: absolute;
    float: right;
    right: 60px;
    top: 8px;
}

#welcome2 h3{
	font-size:20px;
	color:#242424;	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:initial;line-height: 24px;
    margin-bottom: 10px;
}

#welcome2 p:last-child{
	    margin-top: 30px;
	
}

#welcome2 ul{
	padding:0;
}
#welcome2 ul li{
	    list-style-image: url(assets/images/arrow.png);
		color:#424242;
		font-size:16px;
		font-family: 'Open Sans', sans-serif;
		line-height:30px;		margin-bottom: 5px;
}
#welcome2 .listing{
	    margin-top: 30px;
}
#welcome2 .button{
	    margin-top: 35px;
}
#welcome2{
	    background: #f9f7fb;
}

#dr_callnow {
    background: #505383;
}

#dr_callnow h3{
	color:#fff;
	font-size:34px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;    line-height: 34px;
	
}
#dr_callnow p{
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-weight:400;
	font-style:italic;
	margin-top:10px;
}

#dr_callnow{
	padding-top:60px;
	padding-bottom:40px;
}
.VerticalAlign #dr_callnow {
    padding-top: 40px;
}
#dr_callnow .icon{
	    width: 100px;
    vertical-align: middle;
    display: table-cell;
	
}

.flaticon3-telephone-auricular-with-cable:before {
    content: "\f100";
    font-size: 62px;
    color: #fff;
}
#dr_callnow .text{
	vertical-align: middle;
    display: table-cell;
}

#dr_callnow .text p{
	    font-style: initial;
}

.font-28{
	font-size:28px!important;
}
.service2 .tumbWrapper{
	margin-bottom:50px;
}

.service2{
	    background: #f9f7fb;
}
.bottom-50{
	padding-bottom:50px;
}
.service2 .readmore{
	margin-left:5px;
	color:#3691de;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:underline!important;
}
.about2{
	background:url("../img/homepage2/aboutus.jpg") center center no-repeat;
	background-size:cover;
}
.about21 {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
	width: 45%;
}
.about21:before{
	position: absolute;
    right: 0;
	top: 0;
	left:0;
	bottom:0;
	content:'';
	
	
	
}
.about21 img{
	height: 100%;
    object-fit: cover;
	
}
.about2 .about-us{
	width: 100%;
	float:right;
	padding-left: 75px;
	padding-top:80px;
	padding-bottom:70px;
}
.about2 .about-us h2{
	color:#fff;
	margin-bottom:20px;
}
.about2 .about-us h3{
	color:#b6b9e3;
	font-size: 20px;
   font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	text-transform: initial;
    line-height: 24px;
    margin-bottom: 15px;
}

.about2 .about-us p{
	color:#d4d4dc;
	font-size:15px;
}
.about2 .about-us .button{
	margin-top:30px;
}

.successful_stories h3{
	color:#363754;
	font-size:17px;
	  font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	text-transform: initial;
	margin-top:0;
	margin-bottom:15px;
	
}
.successful_stories h2{
	margin-bottom:20px;
	margin-top:0;
}
.successful_stories .button{
	margin-top:45px;
}
.why_us{
	background:url("../img/homepage2/whyus.jpg") center center no-repeat;
	background-size:cover;
	padding-top: 85px;
    padding-bottom: 50px;

}

.why_us .flatIcon {
    display: inline-block;
    position: relative;
    color: #535592;
}
.why_us h3{
	color:#fff;
}

.why_us p{
	color:#fff;
}
.why_us .simple-article.black p{
	color:#fff;
	    letter-spacing: 0.30px;
}
.why_us .chooseBlockWrapper p{
	    color: #898989;
}

.why_us .chooseWrapper{
	    padding-right: 30px;
	
}

.why_us .chooseWrapper .button{
	background:#000000;
}


#demos .owl-carousel .owl-item img {
    display: block;
    width: auto;
}


#demos .owl-nav{
	display:none;
}
#demos .columns{
	    border-top: 1px solid #dddddd;
}

.contentPadding1{
	padding:50px 0; 
	padding-top: 50px;
}

  .map-responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:395px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:395px;
    width:100%;
    position:absolute;
}
#demos .item{
	
	    height: 80px;
    vertical-align: bottom;
    display: table-cell;
}
 .strip .flaticon1-smartphone-call:before {
    content: "\f101";
    color: #000;
    font-size: 45px;
}

 .strip .flaticon1-envelope:before {
    content: "\f100";
    font-size: 50px;
    color: #000;
    margin-right: 10px;
}
.strip  .flaticon2-placeholder:before {
    content: "\f100";
    font-size: 40px;
    color: #000;
}

/* responsive */
@media (min-width: 992px){
	
	 .tt-header .top-inner {
    position: relative;
    float: left;
	padding: 24px 0;
  }
	.index2slider .swiper-wrapper{
		height:860px!important;
	}
	.index2slider .sliderBg{
		height:860px!important;
	}
.index2slider .bgShadow:before{
	height:860px
}
.sticky_menu.header-scrolled.header2.header-scrolled-animated {
    top: -49px;
	    box-shadow: none;
        background: #fff;
}
.admin-bar .header2.header-scrolled-animated {
    top: -20px;
}
.header2.header-scrolled nav, .header2.header-scrolled nav:before, .header2.header-scrolled nav:after {
    background: 0;
}
.header2.header-scrolled nav{
	padding-top:25px;
}

.header2.header-scrolled .top-inner {
	padding: 12px 0;
}
.header2.header3.header-scrolled .top-inner {
    padding: 14px 0;
}
.header2.header-scrolled nav ul li {
    background: 0;
}
.header2.header-scrolled nav ul li ul li{
    background: #fff;
	
}




}
@media(max-width:1200px){
	.strip .line{
		border-right:0;
	}
}
@media(max-width:992px){
	.why_us .chooseWrapper {
    padding-right: 0;
}
	#welcome2 img{
		margin: 0 auto;
    margin-bottom: 25px;
	}
	#welcome2 .wpb_single_image.vc_align_left,
	.successful_stories .wpb_single_image.vc_align_left
	{
    text-align: center!important;
	}

.header2 .headerTopInfo{
	display:block;
}
.tt-header .top-inner{
	display:none;
}
.headerfix2{
	display:block;
	height:105px;
}
.header2 nav ul a{
	color:#333;
}

.header2 nav ul li i.fa-angle-down{
	color:#636363;
}
.header2 .top-line-left{
	color:#242424;
}
.header2 .top-line-right{
	color:#242424;
}
.header2 .top-line-left a{
	color:#242424;
}
.strip{
	position:relative;
}


.strip #single-content{
	text-align:center;    margin-bottom: 25px;
}

.why_us{
	background:#f1f0f3;
}
.why_us .simple-article.black p {
    color: #898989;
}
.why_us h3 {
    color: #242424 !important;
	text-align: center !important;

}
.why_us p {
    color: #898989;
}
}
@media(max-width:991px){
	.header2 nav ul li ul li a{
	color:#fff;
}
	
}
@media(max-width:767px){
	.about3 .contentPadding{
		padding-top:15px;
	}
	.contentPadding.welcome3{
		padding-bottom: 60px;
	}
	.contentPadding.service2{
		padding-bottom:30px;
		
	}
	.contentPadding.service3{
		padding-bottom:40px;
	}
	#welcome2 .button {
    margin-top: 0;
    margin-bottom: 0px;
}
	.strip{
		padding-top: 40px;
	}
	#dr_callnow .icon {
    width: 100%;
    vertical-align: middle;
    display: block;
    text-align: center;
 
    margin-bottom: 10px;
}
.about2.vc_custom_1498893377389{
	background: #2b3252!important;
}
#dr_callnow .text {
    vertical-align: middle;
    display: block;
    text-align: center;
}
#dr_callnow h3{
	text-align: center;
}
#dr_callnow p{
	text-align: center;
} 
.about2 .about-us{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.about2{
		background:#2b3252;
	}
	.successful_stories .image img{
	
    display: inline-block;
       margin-top: 50px;	
		
	}
	
	.successful_stories .image{
		text-align: center;
	}
	  .map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.homepage2 .contentPadding{
	padding:40px 0;
	
}
.about2 .about-us{
	padding-top: 50px;
    padding-bottom: 80px;
}
.why_us{
	    padding-top: 80px;
    padding-bottom: 80px;
}
.contentPadding1 {
   padding: 60px 0;
}
.query_bg.contentPadding {
	padding-bottom:70px;
	
}
 
  .tt-header .top-line-left {
    margin-bottom: 10px;
	margin-top:10px;
	
  }
  .tt-header .top-line-right{
	  margin-bottom: 10px; 
  }
  .tt-header .top-line-left,
  .tt-header .top-line-right {
    float: none;
  }
  .tt-header .top-line-left:after,
  .tt-header .top-line-right:after {
    display: none;
  }
  .tt-header .top-line-left{
	  float:none!important;
  }
  .tt-header .top-line-right{
	  float:none!important;
  }
  #demos .item {
    height: 80px;
    vertical-align: bottom;
    display: block;
}
}
@media(min-width:992px) and (max-width:1200px){
	#dr_callnow h3{
		font-size:25px;
	}	
	.about2 .about-us{
		padding-left:50px;
	}
	.why_us{
    background-size:150% 100%;
}
}
@media(min-width:768px) and (max-width:991px){
	.service3.contentPadding{
		padding-bottom:60px;
		
	}
	.blue_line .number.wodth {
    width: 96px!important;
}
	.about21 img{
		width:100%;
	}
	.blue_line .number{
		width:60px!important;
	}
	.about3 .contentPadding{
		padding-top:15px;
	}
	.service3 .tumbWrapper3 {
   
		max-width: 370px;
   
}
	.reshm3{
		margin-top:20px;
	}
	.service2.bottom-50 {
    padding-bottom: 15px;
}
	.service2 .tumbWrapper{
		    max-width: 350px;
		
	}
		.service2 .tumbWrapper img{
		    width: 100%;
		
	}
	#dr_callnow h3{
		font-size:23px;
	}	
	.about2 .about-us{
		padding-left:20px;
	}
	.successful_stories .image img{
	
    display: inline-block;
        margin-top: 60px;
	}
	.successful_stories .image{
		text-align: center;
	}
}
@media(max-width:600px){
	#demos .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
}
@media(max-width:500px){
	#dr_callnow h3{
		font-size:26px;
	}
}

/* homepage 3 css start */

.top-line3{
	background:#3f3546;
	padding-top: 10px;
	padding-bottom: 14px;
}

.header3.responsiveHeaderSrolled .logo img{
	/* width:255px; */
	margin-top: 7px;
}


.header3{
	
    box-shadow: none;

}
.header3 nav ul a {
    color: #242424;
}
.header3 nav ul li i.fa-angle-down {
    color: #242424;
}
.top-line3 p{
	font-size:15px;
	color:#a99eb1;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	
}
.top-line3 .fa-phone{
	font-size:20px;
}
.top-line3 .phone{
	width:18%;
	float:left;
	
}
.top-line3 .mail{
	width:18%;
	float:left;
}
.top-line3 .time{
	width:20%;
	float:left;
}
.icon-Timer{
	font-size:20px;
	padding-right:24px;
}
.top-line3  .fa{
	padding-right:10px;
	    font-size: 20px;
}

.social_icon{
	
	float:right;
}
.top-line3 .social_icon ul li {
    float: left;
    padding-right: 16px;
	padding-top: 4px;
}
 .top-line3  .social_icon ul li i {
    color: #afa3b3;
    font-size: 16px;
}
.top-line3  .social_icon{
	margin-right: -20px;
}
.headerfix3{
	height:146px!important;
}
.header_bottom{
	margin-top: 20px;
	margin-bottom: 20px;
}
.homeindex3 .btnstyle1{
	background: #2d2731;
}
.homeindex3 .mainBanner .cell-view {
    height: 690px;
    z-index: 2;
    position: relative;
    padding-top: 0;
   
}
.homeindex3 .bannerTitle {
    text-align: left;
    margin-bottom: 35px;float:right;
}
.homeindex3 .bannerBtnWrapper{
	    float: left;
}
.homeindex3 .rightone{
	float:right;width:50%;
}

.welcome3{
	background:#fff;
}


.welcome3 p{
    margin-top: 0px;
}
.welcome3 h3{
	font-size: 20px;
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: initial;
    line-height: 30px;
    margin-bottom: 10px;

}

.welcome3 .button{
	    margin-top: 35px;
}

.welcome3{
	padding-bottom:65px;
	
}
.service3{
background:#f3f4f6;	
}
.service3 .tumbWrapper3{
	    padding: 10px;
	    background:#fff;
	    padding-top: 15px;border-radius: 8px;
}
.service3 .readmore{
	color:#986ca1;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 36px;
}

.service3 .tumbWrapper3:hover{
	background:#000!important;
	cursor:pointer;
}
.service3 .tumbWrapper3:hover .h6{ 
color:#fff;
}

.service3 .tumbWrapper3:hover p{
	color:#d7d0d8;
}
.service3 .tumbWrapper3:hover .readmore{
	color:#eec65f;
	font-weight:400;
}
.service3 .image1{
	text-align:center;
	padding-bottom:30px;
	
}
.service3 .image2{
	text-align:center;
	padding-bottom:20px;
}

.flaticon4-speaking:before {
    content: "\f100";
    font-size: 65px;
    color: #000;
}

.flaticon4-speaking:before {
    content: "\f100";
    font-size: 65px;
    color: #000;
}
.service3 .tumbWrapper3:hover .flaticon4-speaking:before {
    content: "\f100";
    font-size: 65px;
    color: #eec65f;
}


.about3{
	background:url("../img/homepage3/aboutus.jpg") center center no-repeat;
	background-size:cover;
}

.about3 h2{
	color:#fff;
	margin-bottom:15px;
}
.about3 h3{
	font-size:20px;
	color:#fff;	
	font-weight:400;
	text-transform:initial;line-height: 24px;
    margin-bottom: 10px !important;
	font-style:italic;
	font-family: 'PT Serif', serif;
}
.about3 p{
	color:#fff;
	
}
.about3 ul{
	padding:0;
}

.about3 ul li{
	    list-style-image: url(assets/images/homepage3/arrow.png);
		color:#fff;
		font-size:16px;
		font-family: 'Open Sans', sans-serif;
		line-height:30px;
		padding-left: 12px;
}
.about3 .listing{
	    margin-top: 30px;
}
.about3 .button{
	    margin-top: 35px;
}
.breadCrumbs a, 
.breadCrumbs span{
	color:#fff;
}
.testimonial{
	background:#f3f4f6;
	background-size:cover;
	     padding-top: 80px;
    padding-bottom: 100px;
	
}

.carousel-control.left{
	background-image:none;
}
.carousel-control.right{
	background-image:none;
}

.testimonial h3{
	color:#242424;
	font-size:28px;
	font-weight: 900;
    font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	text-align:center;
	    margin-bottom: 5px;
}
.testimonial p{
	color:#4d4359;
	font-size:17px;
	font-weight:400;
    font-family: 'PT Sans', sans-serif;
	text-transform:initial;
	text-align:center;
	line-height:26px;
	font-style: italic;
	margin-top: 0px;
    margin-bottom: 40px !important;
}
.testimonial h5{
	color:#242424;
	font-size:18px;
	font-weight: 400;
    font-family: 'Open Sans', sans-serif;
	text-transform:initial;
	text-align:center;    margin-bottom: 0px;
	font-style:italic;
}
.carousel-indicators {
       bottom: -42px;
	    left: 50%;
}

@brand-color: #b20000;
#tcb-testimonial-carousel {
    a{
        color: @brand-color;
    }
    .text-brand{
        color: @brand-color;
    }
    margin-top: 30px;
    .carousel-indicators .active {
        background: @brand-color;
    }
    .no-margin{
        margin: 0;
    }
    .carousel-indicators li {
        border: 1px solid #ccc;
    }
    .carousel-control {
        color: @brand-color;
        width: 5%;
    }
    .carousel-control:hover,
    .carousel-control:focus {
        color: @brand-color;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
    .item{
        padding: 15px 40px;
        background: #f8f8f8;
    }
    .media-object {
        margin: auto;
    }
    @media screen and (max-width: 768px) {
        .media-object {
            margin-bottom: 15px;
        }
    }
}

.testimonial .testicon{
	text-align:center;
	margin-top:30px;
	margin-bottom:25px;
}


.testimonial .image{
	text-align:center;        margin-bottom: 10px;
}

.testimonial .test3{
	padding-left:15px;
	padding-right:15px;
}

.blue_line{
	background:url("../img/homepage3/blue_bg.jpg") no-repeat;
	background-size:cover;
	padding-top:45px;
	padding-bottom:45px;
}

.blue_line h3{
	font-family: 'Open Sans', sans-serif;
	font-size:75px;
	color:#fff;
	line-height: 0px;
}

 .blue_line .number{
	    width: 100px;
    display: table-cell;
    vertical-align: middle;
	border-right:1px solid #fff;
	    padding-right: 40px;
}
 .blue_line  .text{
	display: table-cell;
    vertical-align: middle;
	    padding-left: 40px;
	
	
}

.blue_line h4{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	color:#fff;
	line-height:30px;
	font-weight: 700;
}
.need_consult{
	background:#f0f1f2;
}

.need_consult p{
	color:#656566;
	font-size:18px;font-family: 'Open Sans', sans-serif;text-align:center;
}
.need_consult h3{
	text-align:center;
}
.need_consult .mail{
	color:#242424;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	list-style: none;
}

.need_consult .number{
	color:#b07bb6;
	font-size:30px;
	padding-left:28px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	list-style: none;
}

.need_consult ul li{
	float:left;    height: 35px;
	padding-right: 27px;
    border-right: 1px solid #c8c8c8;
}
.need_consult ul li:last-child{
	border-right:0;
}
.need_consult ul{
	margin-top:40px;
}
.team3{
	background:url("../img/homepage3/team3.jpg") no-repeat;
	background-size:cover;
}
.team3 h3{
	color:#fff;
}

.team3 p{
	color:#c9c8cb;
}
.team3 .tumbWrapper p{
	color:#a49faf;
}
.team3 .tumbWrapper.persone .blockContent span, .team3 .tumbWrapper.persone .blockContent a{
	color:#fff;
}
.service3 .tumbWrapper .as a:focus, 
.tumbWrapper .as a:hover{
	color: #a175aa;
    text-decoration: underline;
}
.tumbWrapper.tumbWrapper3 .as a:hover {
    color: #fff;
}
.query_bg .simple-input{
	padding:12px 20px;
}
.query_bg{
	background:url("../img/homepage3/query_bg.jpg") no-repeat;
	background-size:100% 100%;
	
}
.tmc_header_2 .header2.header-scrolled .logo_stcky img{
	    width: 255px;
		
	}
.query_bg .button{
	background:#fff;
	color:#282828;
	font-size:14px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-transform:uppercase;
}.query_bg .button:hover{
	
	color:#fff;
	
}
.query_bg h3{
	color:#fff;
	margin-left:18px;
}

.query_bg .requestForm{
	border: 1px solid #fff;
	padding-left:20px;
	padding-right:20px;
	padding-top:70px;
	padding-bottom:50px;
}
.query_sec{
	padding-left:50px;
	
}
.query_sec h3{
	
	padding-left:0;
	color:#242424;
}

.query_sec .accordeon-title{
	font-size:18px;
	background:#fff;
}
.query_sec  .accordeon .simple-article{
	background:#fff;
}
.query_sec .accordeon-title.active .accrodeonButton span{
	background:#aeaeae;
}

.query_sec .accordeon-title.active .accrodeonButton{
	background:0;
}

.service3.contentPadding{
	
}
@media(max-width:1200px){
	.query_bg{
	background:#b07bb6;
	}
}

@media(min-width:992px) and (max-width:1200px){
	.top-line3 .time {
    width: 22%;
    float: left;
}
	.top-line3 .mail {
    width: 20%;
    float: left;
}.headerfix3 {
    height: 190px!important;
}

.header_bottom {  
    background: #fff;
}
}
@media(min-width:768px) and (max-width:991px){
	
	.appointWrapper .vc_col-sm-9, .appointWrapper .vc_col-sm-3{
		
		width:100%;
	}
	
	.appointWrapper .btnAlign {
    text-align: left;
    margin-top: 10px;
}
	#demos .contentPadding1 {
    padding: 30px 0;
    
}
		
	
	.contentPadding1 {
    padding: 50px 0;
    padding-top: 50px;
}
	.need_consult ul{
		width: 600px;
		margin: 0 auto;
		padding-top: 20px;
		
	}
	 .blue_line .number{
		 padding-right:15px;
	 }
	 .blue_line .text{
		 padding-left:15px;
	 }
	 .blue_line h3{
		font-size:60px; 
	 }
	 .blue_line h4{
		 font-size:20px;
	 }
	.top-line3 .phone {
    width: 23%;
    float: left;
}
	.top-line3 .mail {
    width: 26%;
    float: left;
}
	.top-line3 .time {
    width: 30%;
    float: left;
}
}
@media(min-width:501px) and (max-width:767px){
	.top-line3 .phone {
    width: 50%;
    float: left;
}
	.top-line3 .mail {
    width: 50%;
    float: left;
}
.top-line3 .time {
    width:50%;
    float: left;
	margin-top:5px;
}
.social_icon{
	float:none;	
}
.top-line3 .social_icon ul li{
	padding-top:8px;
}
}

@media(max-width:500px){
	.top-line3 .phone {
    width: 100%;
    float: left;
}
	.top-line3 .mail {
    width: 100%;
    float: left;    margin-top: 5px;
}
	.top-line3 .time {
    width:100%;
    float: left;
	margin-top:5px;
}
.social_icon{
	float:none;
	
}
.top-line3 .social_icon ul li{
	padding-top:8px;
}
.headerfix3 {
    height: 178px!important;
}
.header_bottom {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
}
@media(min-width:992px){
	.header3.header-scrolled nav, .header3.header-scrolled nav:before, .header3.header-scrolled nav:after{
		background:#fff;
	}
	.sticky_menu.header-scrolled.header3.header-scrolled-animated {
       top: -45px;
    box-shadow: none;
       background: #fff;
	    padding-bottom: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3);
	
}
	.admin-bar .sticky_menu.header-scrolled.header3.header-scrolled-animated {
    top: -33px;
}
.header_bottom {
      margin-top: 0px;
      margin-bottom: 0px;
	
}
.container {
    padding-left: 0;
    padding-right: 0;
}
	
}
@media(max-width:1200px){
	
.contactDetails.normall {
    margin-left: 0px!important;
}
.need_consult ul {
    margin-top: 15px;
}
}
@media(min-width:992px) and (max-width:1199px){
	.header_bottom {
    margin-top:0px;
    margin-bottom: 0;
}
.header2 .logo img{
	width: 200px;
    object-fit: cover;

}
.header2 nav ul li a:first-child {
    padding-right: 41px;
}

.header2 nav ul li a{
	font-size:13px;
}
	.header3.responsiveHeaderSrolled .logo img {
    width: 200px;    margin-top: 6px;
}.tmc_header_2 .header2.header-scrolled .logo_stcky img {
    width: 200px;
    object-fit: cover;
    margin-top: 4px;
}
	.need_consult .number {
    color: #b07bb6;
    font-size: 20px;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    list-style: none;
    padding-right: 0;
}
	
}
@media(max-width:991px){
	
	.query_sec {
    padding-left: 0;
    margin-top: 40px;
}
	.service3 .tumbWrapper3{
		margin-bottom:40px;
	}
	.headerfix3 {
    height: 100px!important;
}.header_bottom {
    margin-top: 5px;
   margin-bottom: 0px; 
}
.homeindex3 .rightone{
	float:none;width:100%;
}
.homeindex3 .bannerBtnWrapper {
    float: none;
}
.homeindex3 .bannerTitle {
    text-align: center;
    margin-bottom: 35px;
    float: none;
}
	.header3.header-scrolled-animated {
    top: -64px;
    box-shadow: none;
    background: #fff;
}
.about3{
	background:#505383;	
}
}
@media(max-width:767px){
	.have1 {
    color: #fff!important;
    margin-top: 30px;
}
	.team3 h3 {
    color: #fff;
    font-size: 28px;
}
		.ourTeamSlider .swiper-container {
    padding-left: 2px;
}
	.homepage3 .contentPadding {
    position: relative;
    padding: 50px 0;
}
	.need_consult ul li {
    float: none;
    height: 35px;
    padding-right: 0;
    border-right: 0;
    text-align: center;
}
.need_consult ul {
    margin-top: 15px;
}
	.homeindex3 .mainBanner .cell-view {
    height: 350px;
}
.welcome3 img{
	margin: 0 auto;
    margin-top: 20px;
}
	.blue_line .text {
    display: block;
    vertical-align: middle;
    padding-top: 0;
    text-align: center;
    clear: both;
    margin-bottom: 35px;
    border-bottom: 1px solid #fff;
       padding-bottom: 15px;
	    padding-left: 00;
}
.blue_line .number {
    width: 100%;
    display: block;
    vertical-align: middle;
     border-right:0;
    padding-right: 0;
    text-align: center;
    clear: both;
    padding-bottom: 40px;
}
.blue_line{
	    padding-top: 70px;
    padding-bottom: 80px;
}
.blue_line .last{
	 border-bottom:0;
	 padding-bottom:0;
}	
}

/* homepage 4 css start */

.homepage4 nav{
	background:#2d2731;
}
.homepage4 nav:before{
	background:#2d2731;
}
.homepage4 nav:after{
	background:#2d2731;
}
.homepage4 nav ul li a{
color:#fff;
}
.homepage4 nav ul li ul li a{
	color:#636363;
}
.homepage4 nav ul li ul li a:hover{
	color:#fff;
}
.homepage4 nav ul li i.fa{
	color:#fff;
}
.homepage4 nav ul li ul li i.fa{
	color:#636363;
}
.homepage4 nav ul li ul li:hover i.fa{
	color:#fff;
}
.home4slider .rightone{
	width:52%;
}
.home4slider .btnstyle1{
	background:#fff;
	color:#2d2d2d;
}

.home4slider .btnstyle1:hover{
	color:#fff;
}

.widget-t-search {
    float: right;
    padding: 10px 0;
}

.widget-t-inner {  
    width: 290px;
}

.widget-t .search-form .form-control {
   height: 55px;
    border-radius: 0;
    border: none;
    font: 1em/1em "Open Sans", sans-serif;
    padding: 0 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c0c0c0;
    z-index: 0;
	background: #221d25;
}
.widget-t .search-form .form-control + .input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
     background: #221d25;
}
.widget-t .search-form .form-control + .input-group-addon button {
    border: 0;
    background: #081e2f;
       background: #221d25;
    font-size: 1.2em;
    line-height: 2.1em;
    padding-right: 15px;
}
.nav-search{
	    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: -9px;	
}

.appointWrapper4{
	position: absolute;
    background: #b07bb6;
    padding: 35px 80px;
    top: -58px;
    width: 100%;
    z-index: 1;	
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.50);
}

.appointWrapper4 p{
	font-family: 'Raleway', sans-serif;	
}
.welcome_sec p{
	margin-bottom:25px;	
}
.welcome_sec p:last-child{
	margin-bottom:0px;	
}
.welcome_sec .vedio{
	margin-top:20px;
	float:right;
}

.our_clinic .cell-view {
    background: #f1edf4;
    padding: 8px; 
}

.our_clinic .block .imgWrapper{
	position: absolute;
	top: 20px;
    left: 20px;
}
.our_clinic .block {
    position: relative;
    border: 1px solid #fff;
    padding: 20px;
}

.our_clinic .flatIcon{
	color:#505383;	
}
.our_clinic .block .as a{
	font-size:17px;
	font-weight:800;
	color:#3f3f3f;
	font-family: 'Raleway', sans-serif;
}

.our_clinic .block p{
	color:#8e8d8d;
}
.our_clinic{
	margin-top:80px;
}
.welcome_sec{
	padding-bottom:101px;
	padding-top:150px;
}

.services4{
	background:url("../img/homepage4/service_bg.jpg") no-repeat;
	background-size:cover;	
}
.services4 .ourTeamSlider4 .swiper-button-next, .ourTeamSlider4 .swiper-button-prev{
	left: 92%;
	top: -143px;
	bottom: 0;
	border: 2px solid #a6a7b9;
}

.services4 .ourTeamSlider4 .swiper-button-next {
    left: 97%;
}
.services4  .ourTeamSlider4 .swiper-button-next:before{
	color:#fff;
}

.services4  .ourTeamSlider4 .swiper-button-prev:before{
	color:#fff;
}
.services4 p{
	color:#cbccd2;
}
.services4 .tumbWrapper .as a{
	color:#fff;
}
.services4 h2{
	color:#fff;
}

.about4 .imgWrapper {
    position: relative;
    margin-bottom: 0;
    display: block;
}
.client_Say{
	background:#f6f6f6;
}

.online_appoint{
	background:url("../img/homepage4/onlineappoint.jpg")no-repeat;
	background-size:cover;
	padding-top:101px;
	padding-bottom:180px;
}

.online_appoint h3{
	color:#fff;
}
.newsletter{
	background:url("assets/images/newsletter.jpg") no-repeat;
	background-size:cover;
	padding-left:42px;
	padding-top: 30px;
    padding-right: 42px;
    padding-bottom: 20px;
	position: absolute;
	top: -121px;
	z-index: 1;
	width: 100%;
	margin-top:37px;
}

.newsletter p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#ffffff;
	line-height:24px;
}
.newsletter h3{
	color:#fff;
	margin-bottom:5px;
	
}
.newsletter .form-control {
       width: 96%;
    height: 53px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #898989;
    font-weight: 400;
    line-height: 26px;
    border-radius: 28px 0px 0px 28px;
    padding-left: 40px;
}

.newsletter .button {
    float: right;
    margin-top: -68px;
    width: 174px;
    height: 53px;
    background: #b07bb6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-transform: initial;
    font-weight: 400;
    border: 0;
    border-radius: 0px 28px 28px 0px;
	padding:0!important;
}

.form_news{
	padding-top:30px;
}

.clinet_logo{
	padding-top:150px;
	padding-bottom:80px;
	
}
.clinet_logo .columns {
    border-top: 0!important;
}

.online_appoint .simple-input{
	padding:12px 20px;
}
.homepage4 .headerMoreInfo a.button.btnSize1{
	margin-right:15px;
	
}
.homepage4 nav ul li a{
	font-weight:700;
	
}
.vc_row.wpb_row.vc_row-fluid.contentPadding.bg.simpleBanner.bgShadow.strong.treatment5.vc_custom_1498914631209.vc_row-has-fill {
    background-attachment: fixed;
    background-size: cover;
    background-position: 80%!important;
}
.latestnewshm5 .contentTitle .h6.as {
    margin-bottom: 10px!important;
}
/* responsive */
@media(min-width:992px) and (max-width:1200px){
	.contentPadding.finish-pad.servicepg1{
		padding-bottom:70px;
	}
	.homepage4 nav ul li a{
		font-size:13.5px;
	}
	.widget-t-inner {
    width: 180px;
}
.appointWrapper4 {
    position: absolute;
    background: #b07bb6;
    padding: 35px 45px;
    top: -75px;
    width: 100%;
    z-index: 1;
}
	.our_clinic .block .as a {
    font-size: 14px;

}
.services4 .ourTeamSlider4 .swiper-button-next, .ourTeamSlider4 .swiper-button-prev {
    left: 90%;
}
.services4 .ourTeamSlider4 .swiper-button-next {
    left: 95%;
}
}

@media(min-width:992px){
	.blogWrapper .contactsAdviceWrapper { 
    margin-top: 50px;
}
	footer .bottomInfo {
    
    margin-top: 25px;
}
	.homepage4.header-scrolled nav, .homepage4.header-scrolled nav:before, .homepage4.header-scrolled nav:after{
		background:#fff;
	}
	.homepage4.header-scrolled nav ul li{
		background:#fff;
		color:#fff;
	}
	.homepage4.header-scrolled nav ul li a{
		color:#242424;
	}
	.homepage4.header-scrolled nav ul li ul li{
		background:#fff;
		color:#636363;
	}
	.homepage4.header-scrolled nav ul li i.fa {
    color: #242424;
}
}

@media(max-width:991px){
	
	
	
	
	.homepage4 nav {
    background: #fff;
}
.homepage4 nav ul li a {
    color: #636363;
}
.homepage4 nav ul li.active > a, nav ul li a:hover, nav ul li a:focus{
    color: #fff;
}
.homepage4 nav ul li ul li a {
    color: #fff;
}
.homepage4 nav ul li i.fa{
	color:#636363;
}
.nav-search {
    position: relative;
    z-index: 9999;
    right: 0;
    bottom: 0;
    background: #fff;
}
.widget-t-inner {
    width: 100%;
}
.home4slider .rightone {
    width: 100%;
}
.welcome_sec .vedio{
	margin-top:20px;
	float:none;
	
}
.our_clinic .col-md-4{
	margin-top:20px;
}
.newsletter{
	top:-145px;
}

}

@media(min-width:768px) and (max-width:991px){
	.contentPadding.homeabout5{
		padding-bottom:80px;
		
	}
.appointWrapper4 {
    position: absolute;
    background: #b07bb6;
    padding: 35px 45px;
   top: -72px;
    width: 100%;
    z-index: 1;
	    margin-left: -15px;
}



}

@media(max-width:767px){
	.welcome_consulting h2 {
    margin-top: 40px;
}
	
	.success5 .image {
        float: none!important;
}
	.appointWrapper4 {
    position: relative;
    background: #b07bb6;
    padding: 35px 45px;
    top: 0;
    width: 100%;
    z-index: 1;
}
	.our_clinic .block .blockContent {
    padding-left: 67px;
}
.services4 .ourTeamSlider4 .swiper-button-next {
    bottom: auto;
    top: 70%;
    right: 1%;
    left: auto;
}
.services4 .ourTeamSlider4 .swiper-button-prev {
    bottom: auto;
    top: 70%;
    right: auto;
    left: 1%;
}
.newsletter .form-control {
    width: 85%;
}
.newsletter{
	position:relative;
	top:0;
}
.clinet_logo {
    padding-top: 50px;
    padding-bottom: 50px;
}
.online_appoint .requestForm{
	    margin-left: 15px;
    margin-right: 15px;
}
.online_appoint{
	padding-top: 80px;
    padding-bottom: 70px;
}
.homepage4 .contentPadding{
	padding:50px 0;
}
.welcome_sec {
    padding-bottom: 50px;
    padding-top: 50px;
}
.our_clinic {
    margin-top: 40px;
}
.clinet_logo.reduce-padding {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.contentPadding.finish-pad {
    padding-bottom: 50px;
}
.main-container {
    padding-top: 80px;
    padding-bottom: 80px;
}
}
@media(max-width:400px){
	.newsletter .button{
		width:120px;
	}
	
}

/*    homepage 5 css start   */
.homepage5 .rightone {
    float: right;
    width: 55%;
}
.homepage5 .bannerTitle h1{
	color:#4f3951;
	
}
.paddFive.strip5 {
    padding-bottom: 25px;
}
.strip5{
	position:relative;
	background:#b07bb6;
}
.strip5 h4{
	color:#fff;
}
.strip5 p{
	color:#fff;
}
.strip5 .line{
	border-right:1px solid #d0b0d3;
}
.font-38{
	font-size:38px;
	line-height:42px;
}
.welcome_consulting h3{
	font-size:18px;
	color:#49374b;
	text-transform:initial;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:26px;
	margin-bottom:20px;
}
.no-bottom{
	padding-bottom:0px;
}

.welcome_consulting h4 em{
	font-size: 15px;
    color: #676b76;
	font-weight: 400;
    text-transform: initial;
    font-style: italic;
}
.welcome_consulting h4{
	font-size: 18px;
    color: #242424;
    font-weight: 700;
    text-transform: initial;
    margin-top:20px;
	margin-bottom:20px;
}

.services5{
    background: #f2f3f4;
    margin-top: -60px;
        z-index: 9;
    position: relative;
}

.need_consultation{
	background:url(../img/homepage5/need_bg.jpg) no-repeat;
	background-size:cover;    background-position: center;
}
.need_consultation  h3{
color:#fff;
text-align:center;
}

.need_consultation p{
	color:#c3c1df;
	font-size:18px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}

.need_consultation ul {
    margin-top: 40px;
}

.need_consultation .mail {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.need_consultation .number {
    color: #b07bb6;
    font-size: 30px;
	padding-left: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.need_consultation  ul li a:hover{
	color:#fff;
}
.need_consultation ul li {
    float: left;
    height: 35px;
	padding-right: 22px;
    border-right: 1px solid #c8c8c8;
	list-style:none;
}

.need_consultation ul li:last-child {
    border-right: 0;
}
.need_consultation .rightside{
	float:right;
	width: 100%;
}

.homeabout5 .imgWrapper{
	margin-bottom:40px!important;
}
.homeabout5 p{
	font-family: 'PT Sans', sans-serif;
	
}
.homeabout5 .simple-article p{
	font-family: 'Open Sans', sans-serif;
}
.homeabout5 .simple-article ul li{
	font-size:16px;
}
.homeabout5  .accordeon-title{
	font-size:18px;
}
.homeabout5  .accordeon-title.active{
	color:#ffffff;background:#b07bb6;
	
}
.accordeon-toggle{
	background:#b07bb6;
}
.homeabout5 .accordeon-toggle .simple-article p{
	color:#fff;
}

.homeabout5 .accordeon .simple-article{
	background:#b07bb6;
}
.homeabout5 .accordeon-title.active .accrodeonButton {
    background: #b07bb6;
}
.homeabout5 .rightsection{
	margin-left:40px;
	
}

.success5{
	background:url("../img/homepage5/success_bg.jpg") no-repeat;
	background-size:cover;
	
}
.success5 h2{
color:#fff;
}
.success5 h3{
	color:#b07bb6;
}

.success5 p{
	color:#dadbdd;
}

.success5 .image{
	    float: right;
}
.bottom-60{
	margin-bottom:60px;	

}
.consellor{
	border-top:1px solid #ececec;
	padding-top:60px;
	margin-top:0;
	padding-bottom:100px;
	margin-bottom: 100px!important;
}
.bgShadow.strong.treatment5:before{
	background: rgba(0, 0, 0, .5);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pageError.bgShadow.strong:before{
	background: rgba(0, 0, 0, .5);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bgShadow.strong.commingWrapper:before{
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.contactDetails.normall {
    margin-left: 30px;
}
.treatment5 h2{
	font-family: 'PT Serif', serif;
    font-weight: 700;
}

.treatment5 p{
	    font-weight: 300;font-family: 'Open Sans', sans-serif;
}
.strip5 .flaticon1-smartphone-call:before{
	color:#fff;
	font-size:45px;

}
.strip5 .flaticon1-envelope:before {
    content: "\f100";
    font-size: 50px;
    color: #fff;
    margin-right: 10px;
}


.strip5  .flaticon2-placeholder:before {
    content: "\f100";
    font-size: 40px;
    color: #fff;
}
.homeabout5 .with100:nth-child(2) {
    padding-left: 0;
}
.homeabout5 .vc_tta-panel-heading{
	border-radius:0!important;
}
.needconsult21{
	position: absolute;
    left: 0;
    top: 0;
	width: 47%;
	bottom: 0;
}
.needconsult21 img{
	height: 100%;
    object-fit: cover;
	
}

.needconsult21:before{
	position: absolute;
    left: 0;
    top: 0;
	right:0;
	bottom: 0;
	content:'';
	background:rgba(0,0,0,0.30);
}

.need_consultation{
	    background-position: right;
		background-size: cover;
}







/* responsive */

@media(max-width:1200px){
	
	.need_consultation{
	    background-position: right;
		background-size: cover;
}
.need_consultation .rightside {
    float: none;
    width:100%;
}
.need_consultation ul li {
    float: none;
    height: 35px;
        padding-right: 0;
    border-right: 0;
    text-align: center;
}
}
@media(max-width:991px){
	.contactsAdviceWrapper.normall {
    margin-top: 50px;
}
	.sticky_menu.header-scrolled.header3.header-scrolled-animated{
		
	}
	.abtclientsay .emptySpace-xs55{
		height:0;
	}
	.abtclientsay .grid-sm-6{
		margin-bottom:20px;
	}
	
	.header2 nav {
    background: #fff;
    float: none;
    padding-right: 0;
	padding-top: 0;
}
.desktopBtt {
    display: none;
}
	.homepage5 .rightone {
    float: right;
    width: 100%;
}
.strip5 .line{
	border-right:0;
}
.services5{
    margin-top: 0px;
   
}
.homeabout5 .rightsection{
	margin-left:0px;
	
}


.about21 {
    position: relative;
    right: 0;
    height: 100%;
    top: 0;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.about21:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    
    margin: 0 15px;
}
.needconsult21 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
}
}

@media(min-width:768px) and (max-width:991px){
	.abtclientsay .grid-sm-6{
		width:100%;
		margin-bottom: 20px;
	}
	.online_appoint {
    padding-top: 100px;
    padding-bottom: 90px;
}
.clinet_logo.reduce-padding {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
	.newsletter {
    top: 0;
    position: relative;
}
	.success5center .contentTitle{
		text-align:center;
	}
	.success5 .image {
    float: left;
}
	
	.success5center .image{
		float:left!important;
	}
	.welcome_consulting h2{
		margin-top:40px;
	}
	.welcome_consulting{
		    margin-bottom: 50px;
	}
	.consellor{
		padding-bottom:0px;
	}
	
	.strip5 .vc_col-sm-4, .strip5 .vc_col-sm-3 ,.strip5 .vc_col-sm-5{
		width:100%;
		
	}
	
	.strip h4{
		text-align:left;
	}
	.strip{
		padding-top: 35px;
	}
	.strip .flaticon1-envelope:before{
	margin-right:0px;	
	}
	.strip .icon{
		width:70px;
	}
	.about2 .image{
		margin-top:100px;
	}
}
@media(max-width:767px){
	.successful_stories .button{
	margin-top:25px;
}
	.strip .icon {
    vertical-align: middle;
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
}
.strip .text {
    vertical-align: middle;
    display: block;
}
	.homepage5 .bannerTitle h1{
	color:#fff;
}
.welcome_consulting img{
	margin:0 auto;
}
.homepage5 .contentPadding{
	padding:50px 0;
}
.consellor {
    border-top: 1px solid #ececec;
    padding-top: 25px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.bottom-60 {
    margin-bottom: 0;
}.font-38 {
    font-size: 28px;
    line-height: 38px;
}
}

.header2 nav ul li:last-child a {
    padding-right: 0px;
}

.del-vc_column_pad .vc_column-inner {
	padding-top:0px!important;
}

.categoriesList li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.query_sec .accordeon.normall .vc_tta-title-text {
	font-size:18px;
}
.social_icon ul{
	list-style:none;
}

.blue_line .number.wodth{
	width: 136px;
}
h3.poisiton-left{
	float:left;
}
h3.poisiton-right{
	float:right;
}
nav ul li .children li a{
	visibility:hidden!important;	
}
nav ul li:hover .children li a{
	visibility:visible!important;	
}
.blogAside ul{
	list-style:none; 
	padding-left:0;
}
.blogAside ul li ul{ 
	padding-left:15px;
}
.blogAside ul li ul li ul{ 
	padding-left:15px;
}
nav ul li a:hover{
	text-decoration:none;
}
h2{
	margin-bottom:10px;
	margin-top:10px;
}
dl{
	margin-bottom:10px;
}
ol{
	padding-left:10px;
	line-height:20px;
}

#rev_slider_6_1 .tp-bgimg.defaultimg {
	background-position: 38% center!important;
}
.button:hover{
	text-decoration:none;
}
.clinet_logo.reduce-padding.clientslide{
	padding-top:50px;
	padding-bottom: 0px;
}
.clinet_logo.reduce-padding{
	padding-top:50px;
	padding-bottom: 35px;
}
.icon {
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-img-margin-finish.wpb_single_image{
	margin-bottom:-27px!important;
}
a:hover{
	text-decoration:none;
}
.requestForm button.button {
    margin-bottom: 20px;
}
.online_appoint div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    overflow: hidden;
    color: #ff0000;
}
input[type="password"] {
    height: 46px;
	padding: 0 5px;
}
.page-links a{
	display: inline-block;
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: -1px 0px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #000;
    width: 32px;
    font-size: 18px;
    margin-left: 5px;
}
.page-links span{
	display: inline-block;
    text-align: center;
    padding: 1px 5px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #fff;
    background: #a175aa;
}
.page-links a span {
    border: none;
    padding: 1px;
    width: 100%;
    color: #000;
    background: #fff;
    margin: 0;
}
}
.headMar .h6.as {
    margin-bottom: 0 !important;
}
.contactPmarg p {
    margin-bottom: 0 !important;
}
.client_Say.client_SayMargin .simple-article p:last-child {
    margin: 0;
}
.client_Say.client_SayMargin .simple-article p {
    margin-bottom: 30px;
}
.client_Say.client_SayMargin .simple-article p:first-child {
    margin: 0;
}
.buttonLeft .btnWrapper {
    text-align: left;
}
.testimonialBottom .testimonialsBlock:last-child {
    border: none;
    padding-bottom: 0;
}
.responsive-sets-contact p {
    margin-bottom: 0 !important;
}

/* Book appointment css */

.ea-bootstrap {
    max-width: 1000px !important;
}
.ea-bootstrap h3 {
    font-size: 23px!important;
    color: #242424!important;
    line-height: 36px!important;
    text-align: left!important;
    font-family: "Raleway"!important;
    font-weight: 900!important;
    text-transform: uppercase!important;
    margin-top: 20px!important;
    letter-spacing: 0.3px!important;
}
.hasDatepicker .ui-datepicker .ui-datepicker-current-day {
    background-color: #b07bb6;
}
.ea-bootstrap .hasDatepicker a, 
.hasDatepicker .ui-datepicker  a:hover, 
.ui-datepicker td:hover a {
    color: #b07bb6;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #fff!important;
}
.hasDatepicker .ui-datepicker {
    border: 1px solid #b07bb6;
    box-shadow: 0 0 8px rgba(176, 123, 182, 0.59)!important;
}
.ea-bootstrap .ea-actions-group .btn-primary {
    color: #fff;
    background-color: #b07bb6;
    border-color: #843c8c;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 10px!important;
    overflow: hidden;
}
.ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
    color: #fff!important;
}
div#booking-overview small {
    margin-bottom: 30px;
    display: inline-block;
}
.htBlog img{
	object-fit:cover;
}
.ea-bootstrap .form-horizontal .step.final .form-group label.control-label {
    text-align: left;
}
.ea-bootstrap small, .ea-bootstrap .small {
    font-size: 85%;
    margin-bottom: 30px;
    display: inline-block;
}
.ea-bootstrap #booking-overview .value {
    padding: 7.5px 5px !important;
}
.ea-bootstrap .disabled .block {
    opacity: 1!important;
    background-color: transparent!important;
}
.appointmentHover:hover {
    color: #b07bb6;
}
.button.slider-btn {
    padding: 12px 35px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-radius: 30px;
}
.htBlog img {
    height: 185px;
}
.carousel-indicators li.indi-border {
    border-color: #ababab;
}

/* for services effect css*/

.serimg-effect .overlay-sereffect {
    background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 500ms ease;
}
 .serimg-effect:hover img {
    transform: scale(1.1);

}
 .serimg-effect img {
    transition: all 500ms ease;
}
 .serimg-effect:hover .overlay-sereffect {
    background-color: rgba(45, 49, 52, 0.6);
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease-in;
}
.servsection .imgTumb:after{
	
	background:0;
}
.servsection .bgShadow.light:before{
	background:0;
}

.servsection .tumbWrapper .imgWrapper {
    margin-bottom: 25px;
}
.tumbWrapper .serimg-effect .imgWrapper{
	margin-bottom: 25px;	
}

.homeabout5 .simple-article.ul-set ul{
	margin-bottom:5px;
}
/* for team section effect */

.teameft .single-item .full-side {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}
 .teameft .single-item .full-side:before {
    position: absolute;
    content: '';
    background: #48c7ec;
    height: 3px;
    width: 0%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    transition: all 900ms ease;
}
 .teameft .single-item .img-box {
	    border-left: 0;
}
.teameft figure {
    margin: 0;
}
 .teameft .single-item .single-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(56, 58, 69, 0.65);
    width: 0;
    height: 100%;
    transition: all 900ms ease;
    opacity: 0;
}
 .teameft .single-item:hover .single-content {
    width: 100%;
    transition: all 900ms ease;
    opacity: 1;
}
.teameft .single-item .single-content .social-links {
    position: absolute;
    right: 43px;
    top: 10px;
}
.teameft ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
 .teameft .single-item .single-content li {
    display: block;
    transition: all 700ms ease;
	margin-bottom: 4px;
}
.teameft  .single-item .single-content li a {
    transition: all 700ms ease;
    font-family: "Montserrat",sans-serif;
}
 .teameft .single-item .single-content li a i {
    position: relative;
    margin-bottom: 32px;
    transition: all 700ms ease;
}
 .teameft .single-item .single-content li a i:before {
    position: absolute;
    font-size: 16px;
    color: #fff;
    background: #1C1E2B;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

/* news section hover effects */

.overflowcls{
	overflow:hidden;
}

/*For Menu Settings*/
@media(min-width: 801px){
nav ul.main_menu_nav > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    display: table;
}
nav ul.main_menu_nav li > ul.sub-menu > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
nav ul.main_menu_nav > li ul.sub-menu {
    position: absolute;
    left: 0;
    width: 750px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-top: -15px;
    background: #fff;
    /* margin-left: -173px; */
}
nav ul.main_menu_nav > li ul.sub-menu > li ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 256px;
    background: #eeeeee;
    visibility: hidden;
    opacity: 99999;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	margin-top: -41px;
}
nav ul.main_menu_nav > li ul.sub-menu li {
    display: inline-block;
    padding: 0;
    text-align: left;
    position: relative;
    float: left;
    border-right: 1px solid #e3dfdf;
    height: 48px;
    overflow: hidden;
    vertical-align: middle;
    display: table;
}
nav ul.main_menu_nav > li ul.sub-menu > li:hover > ul.sub-menu {
    display: block!important;
}

nav ul.main_menu_nav > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 0;
}
}
@media(max-width: 414px){
  .extraSpace{
    display: none;
  }
  h2.vc_custom_heading.h2.as{
    margin-top: 20px;
 }
}

@media(min-width: 415px){
.tt-widget.extraSpaceSide{
    margin-top: 75px;
 }
}

@media(max-width: 801px) and (min-width: 415px){
   .contentPadding{
    padding: 60px 0;
   }
}
@media(max-width: 414px){
    .contentPadding{
    padding: 0px 0!important;
   }
   .extraMobileSpace{
    display: block!important;
   }
   .main-container {
    padding-top: 0px;
    padding-bottom: 0px;
   }
   .contentTitle .as{
    text-align: -webkit-center;
   }
   .page-id-255 .main-container {
    padding-top: 32px!important;
    padding-bottom: 32px!important;
   }
   .titleShortcode .singleDoctorHead.as{
    margin-bottom: 20px;
    text-align: -webkit-center!important;
   }
   .page-id-255 .main-container{
    padding-top: 32px!important;
    padding-bottom: 32px!important;
   }
   .contentTitle .as{
    margin-top: 12px;
   }
}
.extraMobileSpace{
    display: none;
}
@media(max-width: 768px){
    .gallerySpace{
        display: none;
    }
}
nav ul li.current-menu-item > a, nav ul li a:hover, nav ul li a:focus{
    color: #fff!important;
    background: #f15a29!important;
}
@media(max-width: 800px) and (min-width: 415px){
	.searchSpace, .searchSideSpace{
		margin: 0 0 75px 0 ;
	}
	
}
@media(max-width: 414px){
	.searchSpace, .searchSideSpace{
		margin: -10px 0 75px 0 ;
	}
	img.attachment-full.size-full.wp-post-image{
		margin-top: 20px;
	}
	.simple-article.light.large p{
		margin-top: 20px;
	}
	.online_appoint {
		padding-top: 50px;
		padding-bottom: 50px;
     }
}
span.wpcf7-form-control-wrap.psychologycare select {
    background: #fff;
    height: 49px;
    padding: 0 20px;
}
@media(max-width: 991px) and (min-width: 768px){

	.headerMoreInfo
	{
		display:none;
	}
	.searchWrapper{
		margin-top: 0px!important;
		margin-bottom: 0px;
	}
}

body p{
    overflow-x: visible!important;
}
h4.comments-title{
    margin-top: 25px;
}
@media(min-width: 1024px){
    nav ul li i.fa{
        right: 30px;
    }
}
@media(max-width: 1024px) and (min-width: 801px){
    nav ul li a{
        padding: 5px 29px;
    }
    nav ul li i.fa{
        right: 17px;
    }
}

@media(max-width: 801px){

    .nav>li>a{
        padding: 10px 25px!important;
    }
    nav ul li i.fa{
        top: 11px!important;
        right: 6px!important; 
    }
}
@media(min-width: 1024px){
    .blogmargnLeft{
        margin: 0 0 75px 0;
    }
}

.container.main-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

h6.wdt-100{
    width: 100%;
    margin-bottom: 15px;
    font-family: inherit;
}
.mainServices h6 {
    font-size: 12px;
    line-height: 16px;
    height: 29px;
}
.mainServices .tumbWrapper {margin-bottom:30px!important}
.mainServices .tumbContent p {
    font-size: 12px;
    line-height: 19px!important;
    height: 88px;
    overflow: hidden;
}
.about3 {
    background-image: url(http://www.miakademi.com/wp-content/uploads/2023/07/space.png) !important;
}
.button, nav ul li ul li ul li:hover a, nav ul li ul li:hover a, .imgTumb:after, .wpb-js-composer .accordeon.normall.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon, .tumbWrapper .timeBlock, .footerTitle:after, .newsletter .button, .strip5, .wpb-js-composer .accordeon.normall.new-style.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .accordeon.normall.new-style.vc_tta.vc_general .vc_tta-panel-body, .searchWrapper .searchBtn, a.more-link, .widget.widget_tag_cloud.categoriesList a:hover, .appointWrapper.appointWrapper4.applied-pad, .appointWrapper, div#slide-1-layer-9, .categoryList li a, .page-numbers .page-numbers.current, .page-numbers li:hover, .contactDetails, .hasDatepicker .ui-datepicker .ui-datepicker-current-day, .ea-bootstrap .ea-actions-group .btn-primary {
    background: #f15a29!important;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: transparent!important;
}
.fa-star:before {
    content: "\f005";
    color: #f15a29;
    font-size: x-large;
}
.aboutElif {margin-top:20px}
.aboutElif li {font-size:14px;    font-weight: 600;}

.kgk {padding:25px}