/* VARIABLES */


/*
Theme Name: Parent Theme
Author: Parent Theme
Version: 10.0.5
*/


/* custom monserrat font */

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.eot');
    src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.eot');
    src: url('../font/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Montserrat-Medium.woff2') format('woff2'), url('../font/Montserrat-Medium.woff') format('woff'), url('../font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.eot');
    src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Montserrat-Regular.woff2') format('woff2'), url('../font/Montserrat-Regular.woff') format('woff'), url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-SemiBold.eot');
    src: url('../font/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../font/Montserrat-SemiBold.woff2') format('woff2'), url('../font/Montserrat-SemiBold.woff') format('woff'), url('../font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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;
    font-family: 'Montserrat';
}

body {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}

body,
p {
    line-height: 1.6;
}

ul {
    padding-left: 21px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 18px;
}

nav>ul {
    padding: 0px;
    list-style: none;
}

html {
    -webkit-font-smoothing: antialiased
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] .gform_wrapper select {
    width: 100%;
    height: 40px;
}

#page.no-padding .article {
    padding: 0px !important;
}

html .btn {
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
    padding: 11px 25px;
    display: inline-block;
}

.four_o_four #content_box {
    width: 70% !important;
    float: left;
}

.cta_fixed_button a:only-child {
    width: 100%;
}

button,
input,
select,
textarea {
    margin: 0;
    font-weight: inherit;
}

:focus {
    outline: 0
}

img,
video,
object {
    max-width: 100%;
    height: auto!important;
}

iframe {
    max-width: 100%
}

blockquote {
    font-weight: normal;
    padding: 0 10px 20px 27px;
    position: relative;
    margin-top: 25px;
}

blockquote:after {
    font-family: 'Font Awesome 5 free';
    position: absolute;
    content: "\f10d";
    font-size: 20px;
    width: 50px;
    top: 0;
    left: 0;
    font-weight: 900;
}

blockquote p {
    margin-bottom: 10px
}

strong,
b {
    font-weight: bold
}

em,
i,
cite {
    font-style: italic
}

small {
    font-size: 100%
}

figure {
    margin: 10px 0
}

code,
pre {
    font-weight: normal;
    font-style: normal;
}

pre {
    margin: 5px 0 20px 0;
    line-height: 1.3em;
    padding: 8px 10px;
    overflow: auto;
}

code {
    padding: 0 8px;
    line-height: 1.5;
}

mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFF7A8;
}

address {
    margin: 10px 0;
    font-style: italic;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.gallery-caption {}

#gallery-1 img {
    border: 0!important
}

.bypostauthor {}

.wp-caption-text {
    margin-bottom: 0
}

dl {}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
    overflow: hidden;
}


/*-[ Framework ]--------------------*/

::selection {
    background: #222;
    color: white;
    text-shadow: none;
}

#page,
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.post-single-content h1,
.post-single-content h2,
.post-single-content h3,
.post-single-content h4,
.post-single-content h5,
.post-single-content h6 {
    text-transform: uppercase
}

.post-single-content h2 {
    font-size: 24px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 12px;
    color: #000000;
    line-height: 1.4
}

h2 {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}

.sub-title {
    font-size: 12px
}

p {
    margin-bottom: 20px
}

a {
    text-decoration: none;
    transition: all 0.25s linear;
}

a:hover {
    color: #0274BE
}

a:link,
a:visited,
a:active {
    text-decoration: none
}


/*-[ Main container ]---------------*/

.main-container {
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: block;
    padding: 0;
}

.container {
    max-width: 100%;
    width: 1200px;
    box-sizing: border-box;
    padding: 0px 15px;
    margin: 0px auto;
}

#page {
    padding-top: 35px;
    min-height: 100px;
    float: none;
    clear: both;
}


/*-[ Header ]-----------------------*/

header {
    float: left;
    width: 100%;
    position: relative;
}

.main-header {
    position: relative;
    float: left;
    min-width: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.main-header .container {
    background: #fff
}

#header {
    position: relative;
    min-width: 100%;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: #222;
}

#header h1,
#header h2 {
    float: left;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
}

div#regular-header {
    overflow: hidden;
    clear: both;
    padding: 0;
}

#logo a {
    text-transform: uppercase;
    line-height: 1;
}

#logo img {
    float: left
}

.logo-wrap {
    margin: 49px 0;
    overflow: hidden;
    float: left;
}

#header .logo-wrap {
    padding: 22px 0;
    margin: 0;
}

.site-description {
    float: left;
    margin-top: 0;
    max-width: 350px;
    clear: left;
}

#header .header-search {
    float: right
}

#header #searchform {
    max-width: 100%;
    float: right;
    width: auto;
    min-width: 206px;
}

#header #s {
    margin: 0 !important;
    width: 80%;
}

.widget-header {
    float: right;
    max-width: 77%;
    margin-top: 20px;
}

.small-header {
    text-align: center
}

.small-header .widget-header {
    float: none;
    display: inline-block;
    margin-bottom: -20px;
}

.widget-header img {
    float: left
}

.widget-header .textwidget {
    float: left;
    margin-top: 46px;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}

#primary-navigation .navigation .menu {
    float: left;
    margin-right: 20px;
}


/*-[ Header Social Icons ]--------*/

div.header-social-icons {
    float: right;
    background: #eee;
    position: relative;
    margin-left: 35px;
}

div.header-social-icons:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 30px 0px 0;
    border-color: rgba(0, 0, 0, 0) #eee rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -30px;
}

#primary-navigation .header-social-icons a,
.header-social-icons a {
    float: left;
    font-size: 18px;
    padding: 12px 10px;
}

#primary-navigation .header-social-icons a:last-child {
    padding-right: 15px
}

#primary-navigation .navigation>ul>li:first-child>a {
    padding-left: 0
}

.navigation .toggle-caret {
    display: none
}


/*-[ Navigation ]-----------------*/

.regular_header div#primary-nav {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

#primary-navigation {
    float: right
}

#primary-navigation .navigation ul ul {
    width: 200px
}

#primary-navigation .navigation ul ul ul {
    left: 200px
}

.regular_header #primary-navigation {
    float: left;
    width: 100%;
}

#primary-navigation .navigation ul ul a {
    padding-right: 45px
}

.menu-item-has-children>a:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    position: absolute;
    right: 14px;
}

#primary-navigation .navigation .menu-item-has-children>a {
    padding-right: 25px
}

#secondary-navigation {
    display: block;
    float: right;
}

.regular_header #secondary-navigation {
    float: left;
    width: 100%;
}

#secondary-navigation .navigation ul ul li {
    background: #fff
}

#secondary-navigation .navigation ul li:hover,
#secondary-navigation .navigation ul .current-menu-item {
    background: #fff
}

#secondary-navigation .navigation ul li:hover a {
    color: #777
}

#secondary-navigation a {
    text-align: left;
    text-decoration: none;
    padding: 24px 25px;
    transition: none;
}

#secondary-navigation .navigation>ul>.menu-item-has-children>a {
    padding-right: 38px
}

#secondary-navigation .menu-item-has-children>a:after {
    right: 22px
}

#primary-navigation a {
    padding: 17px 15px 16px 15px;
    line-height: 1;
}

#secondary-navigation a .sub {
    font-size: 11px;
    font-weight: normal;
    color: #9B9B9B;
}

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

.navigation ul {
    margin: 0 auto
}

.navigation ul li {
    float: left;
    line-height: 24px;
    position: relative;
    transition: all 0.25s linear;
}

.navigation ul li a,
.navigation ul li a:link,
.navigation ul li a:visited {
    display: inline-block
}

.navigation>ul>.current a {
    background: transparent;
    color: #5a5a5a !important;
}

.navigation ul li li {
    background: #fff;
    border-bottom: 0;
}

.navigation ul ul {
    position: absolute;
    width: 255px;
    padding: 20px 0 0 0;
    padding-top: 0;
    z-index: 400;
    font-size: 12px;
    color: #798189;
    box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.2);
}

.navigation ul ul li {
    padding: 0;
    background: #fff;
    color: #000;
}

#primary-navigation .navigation ul ul a,
#primary-navigation .navigation ul ul a:link,
#primary-navigation .navigation ul ul a:visited,
#secondary-navigation .navigation ul ul a,
#secondary-navigation .navigation ul ul a:link,
#secondary-navigation .navigation ul ul a:visited {
    padding: 9px 45px 9px 20px;
    position: relative;
    width: 190px;
    border-left: 0;
    background: transparent;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0;
}

#primary-navigation .navigation ul ul a,
#primary-navigation .navigation ul ul a:link {
    width: 135px
}

.navigation ul ul li:first-child a {}

.navigation ul ul li:last-child a {
    border-bottom: none
}

.navigation ul ul {
    display: none
}

.navigation ul ul ul {
    left: 256px;
    top: 0;
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
}

.sub-menu .menu-item-has-children:after {
    color: #fff
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both
}

a#pull {
    display: none
}

.navigation i {
    margin-right: 4px
}


/* Flyout nav */

#header.sticky-navigation-active {
    z-index: 500;
    position: fixed;
    top: 0;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
}

.admin-bar .sticky-navigation-active {
    top: 32px
}

.sticky-navigation a {
    transition: all 0.25s linear
}


/*-[ Content ]--------------------*/

.article {
    width: 67.015%;
    float: left;
    margin-bottom: 35px;
    padding: 3.994%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}

#content_box {
    float: left;
    width: 100%;
}

.post {
    float: left;
    width: 100%;
}

.single_post {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.single_page {
    background-color: white;
    padding-top: 0;
}

.post-content {
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
}

.post-single-content {
    clear: both;
    float: left;
    width: 100%;
}

.readMore {
    float: left;
    margin-top: 10px;
}

.frontPost .readMore a {
    color: #000;
    font-size: 12px;
}

.ss-full-width {
    background: white;
    overflow: hidden;
    padding-top: 0;
    padding: 4%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}

.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}

.post.excerpt {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 15px;
    background-color: #fff;
    width: auto;
}

.widget .wp-post-image,
.widget .wpt_thumb_small {
    float: left;
    margin-bottom: 10px;
}

.featured-thumbnail {
    max-width: 100%;
    float: left;
    width: 100%;
}

#featured-thumbnail {
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}

#featured-thumbnail.schema-widgetfull {
    float: left;
    margin-right: 20px;
}

#featured-thumbnail.schema-widgetfull+.front-view-content {
    width: auto;
    float: none;
}

.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
    float: left;
}

.title {
    clear: both
}

.single-title {
    float: left;
    width: 100%;
}

.page h1.title {
    padding-top: 0;
    margin-bottom: 0;
}

.post-info {
    display: none;
    color: #AAAAAA;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

header .post-info a {
    color: #777
}

.post-info>span {
    margin-right: 20px
}


/**********latest-posts***********/

article header {
    float: left;
    width: 100%;
}

.featured-category-title {
    float: left;
    width: 100%;
    clear: both;
    font-size: 22px;
}

.featured-category-title a {
    float: left;
    width: 100%;
    color: #222222;
    margin-top: 30px;
}

.latestPost {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.latestPost .title {
    display: block
}

.front-view-content {
    float: left;
    width: 100%;
}

.single_post header {
    width: 100%
}

article img.left,
article img.alignleft,
.wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}

article img.right,
article img.alignright,
.wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}

article img.center,
article img.aligncenter,
.wp-caption.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
}

article img.aligncenter,
article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
}

article ul {
    padding: 0 0 1.571em 1.9em;
    list-style-type: square;
}

article ol {
    padding: 0 0 1.571em 1.9em;
    list-style-type: decimal;
}

article ul ul,
article ol ol,
article ul ol,
article ol ul {
    padding-top: 0;
    padding-bottom: 0;
}

article ul ul {
    list-style-type: square
}

article ul ul ul {
    list-style-type: square
}

article .iconlist {
    padding-left: 0
}

article .iconlist li {
    list-style-type: none
}


/*-[ Tweets Widget ]---------------------------*/

.tweets li {
    margin-bottom: 15px!important
}


/*-[ Facebook like box Widget ]---------------------------*/

.tweets li {
    margin-bottom: 15px!important
}

.fb_iframe_widget,
.fb_iframe_widget span {
    max-width: 100%;
    width: 100%!important;
}


/*-[ Custom Nav Widget ]---------------------------*/

.widget_nav_menu .menu-item-has-children>a:after {
    display: none
}

.widget_nav_menu .fa>a,
.widget_nav_menu .fa>a {
    padding-left: 5px
}

.widget_nav_menu .sub-menu {
    margin-top: 8px
}


/*-[ Toggle menu ]---------------------------*/

.toggle-menu ul ul {
    display: none
}

.toggle-menu .toggle-menu-item-parent {
    position: relative
}

.toggle-menu .toggle-caret {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    line-height: inherit;
}

.toggle-menu .toggle-caret .fa {
    width: 20px;
    text-align: center;
    font-size: 16px;
    color: inherit;
    line-height: 20px;
}

.toggle-menu .active>.toggle-caret .fa:before {
    content: "\f068"
}


/*minus*/

.toggle-menu .toggle-caret:hover .fa {}


/*-[ Text Widget ]---------------------------*/


/*-[ Form Input ]------------------*/

input,
textarea,
select {
    padding: 8px 12px;
    font-size: 14px;
    color: #444;
    border: 1px solid #adadad;
    font-family: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
}

select {
    padding: 6px 10px;
    border-color: #adadad;
    width: 100%;
}


/*-[ Tables ]--------------------*/

table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 1px solid #E4E4E4;
}

thead {
    background: #F7F8F9;
    font-size: 14px;
    color: #585F65;
}

table th,
table td {
    padding: 7px 15px;
    text-align: left;
}

thead th {
    padding: 14px
}

tbody th {
    font-weight: normal;
    border-bottom: 1px solid #E4E4E4;
}


/*-[ Line ]---------------------*/

hr {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 297px;
    margin: 35px 0;
    clear: both;
    position: relative;
}


/*-[ Search Form ]------------------*/

#sidebar .widget.widget_search,
#sidebar .widget.mts_subscribe_widget,
#sidebar .widget.widget_product_search {
    background: #222
}

#sidebar .widget.widget_search h3 {
    color: #fff
}

#searchform {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

.article #searchform {
    max-width: 300px
}

#searchform fieldset {
    float: left
}

.sbutton,
#searchsubmit,
.mts-subscribe input[type="submit"],
.widget_product_search input[type="submit"] {
    padding: 9px 0;
    float: right;
    border: 0;
    width: 100%;
    height: 48px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    color: white;
    transition: all 0.25s linear;
    background: transparent;
    border: 0;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 14px;
}

#s,
.mts-subscribe input[type="text"],
.widget_product_search .search-field {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 15px 0;
    text-indent: 10px;
    color: #999;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #EEE inset;
    box-sizing: border-box;
}


/* Search input placeholder text styling */

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

:input-placeholder {
    color: #999
}


/* Microphone icon position fix */

input::-webkit-input-speech-button {
    margin-right: 14px;
    margin-left: 4px;
    cursor: pointer;
}

#searchform fieldset {
    width: 100%
}

.breadcrumb,
.breadcrumb>div,
.breadcrumb .fa-caret-right,
.breadcrumb .root a {
    float: none
}

.breadcrumb a {
    text-transform: capitalize
}

.breadcrumb {
    clear: both;
    padding: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.breadcrumb>div {
    padding: 0 5px;
    overflow: hidden;
    float: none;
    display: inline-block;
}

.breadcrumb .fa-caret-right {
    padding: 0
}

.breadcrumb .root {
    padding: 0
}

.breadcrumb .fa-caret-right {
    padding: 0 0
}

.breadcrumb>div {
    overflow: visible
}

.no-results h2 {
    font-size: 16px
}

.no-results h2 {
    font-size: 16px
}


/*-[ Read More ]-------------------*/

.read-more {
    margin: 0 0 0 10px;
    line-height: 1.4em;
    background: none;
    padding: 0;
    font-size: 16px;
}


/*-[ Top Ad in Post ]-------------------------------------*/

.topad {
    margin-bottom: 10px;
    clear: both;
    max-width: 100%;
}


/*-[ Bottom Ad in post ]-----------*/

.bottomad {
    float: left;
    clear: both;
    margin-top: 10px;
    max-width: 100%;
}


/*-[ Sidebar ]---------------------*/

#sidebar p {
    line-height: 20px
}

.sidebar.c-4-12 {
    float: right;
    width: 29.5%;
    max-width: 340px;
}

#sidebar .wp-post-image,
footer .wp-post-image {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 0;
}

#sidebar .widget {
    margin-bottom: 27px;
    float: left;
    clear: both;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}

.sidebar .widget h3 {
    text-transform: uppercase
}

.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}

.widget li {
    list-style-type: square;
    margin-left: 17px;
    margin-bottom: 7px;
}

.widget h3 {
    margin: 0px 0 15px 0;
    text-align: center;
}

footer .widget.widget_rss .widget-title a {
    color: #fff
}

.advanced-recent-posts li,
.popular-posts li,
.category-posts li,
.related-posts-widget li,
.author-posts-widget li {
    list-style: none!important;
    margin: 0;
    overflow: hidden;
    transition: all 0.25s linear;
    color: #aaa;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    padding-top: 2px;
}

.advanced-recent-posts li:last-child,
.popular-posts li:last-child,
.category-posts li:last-child,
.related-posts-widget li:last-child,
.author-posts-widget li:last-child {
    margin-bottom: 0
}

.advanced-recent-posts p,
.popular-posts p,
.category-posts p,
.related-posts-widget p,
.author-posts-widget p {
    margin: 0;
    font-size: 14px!important;
}

.category-posts a,
.advanced-recent-posts a,
.popular-posts a,
.related-posts-widget a,
.author-posts-widget a {
    display: block
}

.widget .meta,
.widget .post-info {
    font-size: 14px!important;
    overflow: hidden;
}

.widget .post-info {
    clear: none;
    width: auto;
    float: none;
    color: #777;
    margin-bottom: 0;
}

.widget .post-info>span {
    position: relative;
    margin-right: 12px;
}

.widget .post-info>span:before {
    position: absolute;
    content: "\f111";
    background: #777777;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    top: 50%;
    margin-top: -2px;
    right: -10px;
}

.widget .post-info>span:last-child:before {
    display: none
}

.widget .thecomment .comm {
    color: #777!important
}

#sidebar #sidebar-search {
    background: #222
}

#sidebar #sidebar-search h3,
#sidebar .widget.widget_product_search h3,
#sidebar .widget.mts_subscribe_widget h3 {
    color: #fff
}


/*-[ Social Buttons ]--------------------------*/

.share-item.facebookbtn,
.share-item.linkedinbtn,
.share-item.stumblebtn {
    width: 92px
}

.shareit {
    padding: 12px 0 7px;
    overflow: hidden;
    clear: both;
    border: none;
}

.shareit.top {
    margin-bottom: 10px!important;
    padding-top: 0!important;
}

.share-item {
    display: block;
    margin: 0;
    float: left;
    height: 25px;
    width: 90px;
}

.share-item.shareit.top {
    float: left;
    margin-bottom: 10px!important;
    margin-top: 0;
    width: 100%;
}

.share-item.facebookbtn,
.share-item.facebooksharebtn {
    margin-top: -4px;
    width: 100px;
    height: 25px;
}

.share-item.gplusbtn {
    width: 85px
}

.share-item.pinbtn {
    margin-top: 0px
}

.share-item.stumblebtn {
    margin-top: 1px;
    height: 24px;
}


/*-[ Social Profile Widget ]--------------------------*/

.social-profile-icons ul li {
    background: none;
    border: none;
    float: left;
    list-style-type: none;
    margin: 0 8px 8px 0!important;
    padding: 0 !important;
    border: none !important;
}

.social-profile-icons ul li a {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #FFF!important;
    transition: all .4s;
}

.sidebar .social-profile-icons ul li a:hover {
    color: #fff;
    background: #666;
}

.sidebar .social-profile-icons ul li a {
    color: #fff
}

.social-profile-icons ul li i {
    font-size: 16px;
    line-height: 32px;
}

.social-profile-icons .social-youtube a {
    background: #c9322b
}

.social-profile-icons .social-rss a {
    background: #ef922f
}

.social-profile-icons .social-twitter a {
    background: #40bff5
}

.social-profile-icons .social-facebook a {
    background: #5d82d1
}

.social-profile-icons .social-gplus a {
    background: #eb5e4c
}

.social-profile-icons .social-vimeo a {
    background: #35c6ea
}

.social-profile-icons .social-dribbble a {
    background: #f7659c
}

.social-profile-icons .social-tumblr a {
    background: #426d9b
}

.social-profile-icons .social-instagram a {
    background: #91653f
}

.social-profile-icons .social-flickr a {
    background: #ff48a3
}

.social-profile-icons .social-pinterest a {
    background: #e13138
}

.social-profile-icons .social-linkedin a {
    background: #238cc8
}

.social-profile-icons .social-github a {
    background: #b5a470
}

.social-profile-icons .social-email a {
    background: #1d90dd
}

.social-profile-icons .social-behance a {
    background: #1879fd
}

.social-profile-icons .social-skype a {
    background: #13c1f3
}

.social-profile-icons .social-soundcloud a {
    background: #ff7e30
}

.social-profile-icons .social-stumbleupon a {
    background: #ff5c30
}

.social-profile-icons .social-dropbox a {
    background: #3476e4
}

.social-profile-icons .social-foursquare a {
    background: #0bbadf
}

.social-profile-icons .social-reddit a {
    background: #ff4400
}


/*-[ Footer ]-------------------*/

footer {
    background: #222;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    clear: both;
}

footer .container {
    padding: 0;
    width: 1152px;
}

.footer-widgets {
    padding: 40px 0 10px 0;
    color: rgba(255, 255, 255, 0.25);
    overflow: hidden;
}

.footer-widgets .f-widget {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.f-widget .widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    clear: both;
}

.footer-widgets .f-widget #searchform .fa-search:hover {
    cursor: pointer
}

.f-widget a {
    color: rgba(255, 255, 255, 0.45)
}

.f-widget ul li {
    margin-bottom: 5px
}

.f-widget .top-week li a {
    font-size: 15px
}

.f-widget #s {
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.f-widget #s::-webkit-input-speech-button {
    margin-right: 8px
}

.f-widget #searchform .fa-search {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
}

.footer-widgets.widgets-num-3 .f-widget.last {
    margin-right: 0
}

.widgets-num-4 .f-widget {
    width: 22.7%;
    margin-right: 3%;
}

.widgets-num-4 .f-widget.last {
    margin-right: 0
}

.f-widget .ajax-search-results-container {
    background: #1c1c1c;
    color: #a5a5a5;
}

.f-widget .ajax-search-results-container.loading:after {
    background-color: rgba(0, 0, 0, 0.8)
}

.f-widget .ajax-search-results-container a {
    color: #fff
}

.copyrights {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 17px;
    padding-top: 20px;
    background: inherit;
}

#copyright-note {
    width: 100%;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}

.postsby {
    margin-bottom: 25px
}


/*-[ Back To Top ]---------------------------*/

.to-top {
    float: right;
    position: relative;
}

.toplink .fa-angle-double-up {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0px;
}

.toplink {
    padding-right: 27px
}

#move-to-top {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 12px;
    position: fixed;
    right: 15px;
    bottom: 10px;
    transition: all 0.25s linear 0s;
    width: 20px;
    z-index: 25;
    background: #222;
    text-align: center;
    border-radius: 3px;
}

#move-to-top:not(.filling) {
    opacity: 0;
    visibility: hidden;
}

#move-to-top .fa-angle-double-up {
    font-size: 22px
}


/*-[ Related Posts ]---------------------------*/

.related-posts {
    background-color: #FFF;
    margin-bottom: 20px;
    clear: both;
    float: left;
    width: 100%;
}

.related-posts h4 {
    font-size: 30px
}

.related-posts article {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    margin-bottom: 15px;
}

.related-posts #featured-thumbnail {
    margin-bottom: 0
}

.related-posts article:nth-child(7n-3) {
    clear: left
}

.related-posts .post-info {
    clear: none;
    float: none;
}

.related-posts .last {
    margin-right: 0;
    padding-bottom: 0;
}

.related-posts .title {
    font-size: 16px;
    margin-top: 10px;
}

.related-posts .title a {
    font-size: 16px!important;
    color: #222!important;
    font-weight: 400!important;
}

.related-posts .title a:hover {
    color: #0274be!important
}

.related-posts article header {
    margin-bottom: 0
}


/*-[ Post Tags ]---------------------------------*/

.tags {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}

.tags a {
    margin-left: 5px
}


/*-[ Author Box ]--------------------------------*/

.postauthor {
    margin: 0 0 30px -6.8%;
    padding: 30px 6.8%;
    min-height: 180px;
    background-color: #222;
    float: left;
    clear: both;
    width: 100%;
    color: #AAA;
}

.postauthor h4 {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
}

.postauthor h5 {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 24px;
    text-transform: capitalize;
}

.postauthor img {
    float: left;
    margin: 4px 20px 0 0;
    border-radius: 50%;
}

.postauthor h4 a {
    color: #473636
}

#respond h4,
.total-comments,
.postauthor h4,
.postauthor-top {
    margin-bottom: 10px;
    margin-top: 1px;
    font-size: 30px;
}

.postauthor-top {
    padding-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.last {
    margin-right: 0
}


/*-[ Tag widget ]------------------------------*/

.tagcloud a {
    font-size: initial!important;
    padding: 2px 10px;
    margin-bottom: 3px;
    float: left;
    margin-right: 3px;
    background: #222;
    color: #FFFFFF!important;
    transition: all 0.25s linear;
    border-radius: 3px;
}

.tagcloud a:hover,
.widget .wpt_widget_content #tags-tab-content ul li a:hover {
    background: #222
}


/*-[ Ad Widgets ]------------------------------*/

.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
}

.ad-125 li {
    float: left;
    border: none;
    list-style: none!important;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    margin-left: 0;
    max-width: 48%;
}

.ad-125 li:nth-child(2n+2) {
    float: right!important
}

.ad-125 li:nth-last-child(2),
.ad-125 li:last-child {
    margin-bottom: 0
}


/*-[ Calender Widget ]-------------------------*/

#wp-calendar {
    margin-bottom: 0;
    background: #fff;
    border: 0;
}

#wp-calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

#wp-calendar caption {
    padding-bottom: 10px;
    padding-top: 12px;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    background: #222;
    padding: 12px 15px;
    text-align: left;
}

#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}

#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}

footer #wp-calendar {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

footer #wp-calendar caption {
    background: rgba(255, 255, 255, 0.05)
}

#wp-calendar td {
    border-color: rgba(255, 255, 255, 0.05)
}

#wp-calendar tbody tr:nth-child(1) td {
    border-top: 0
}


/*-[Comments]--------------*/

.nocomments {
    margin-top: 20px;
    clear: both;
    float: left;
    width: 100%;
}

.total-comments {
    padding-top: 7px;
    padding-bottom: 9px;
}

.cnumber {
    color: #2DB2EB
}

#comments {
    padding: 0;
    background-color: #fff;
    margin-top: 0;
    float: left;
    clear: both;
    width: 100%;
}

#respond h4 {
    padding-top: 5px;
    padding-bottom: 7px;
}

#commentsAdd {
    background-color: #fff;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 30px;
}

#comments .avatar {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}

.comment time {
    padding-left: 10px
}

ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}

input.text-input,
#commentform input {
    padding: 11px;
    font-weight: inherit;
}

input#author,
input#email,
input#url {
    max-width: 300px;
    border: 1px solid #E4E4E4;
    background: #fff;
    max-width: 100%;
    margin-right: 10px;
}

input#author,
input#email,
input#url,
#comment {
    transition: all 0.25s ease-in-out
}

#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
}

#cancel-comment-reply-link {
    color: #EE210B;
    cursor: pointer;
    margin-bottom: -20px;
    text-decoration: underline;
    z-index: 100;
    position: relative;
}

#commentform input#submit,
#mtscontact_submit {
    line-height: 1;
    background-color: #0274BE;
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    border: none;
    transition: all 0.2s linear;
    border-radius: 3px;
}

#commentform input#submit:hover,
#mtscontact_submit:hover {
    background: #222;
    color: #fff;
}

#mtscontact_submit {
    float: right;
    width: auto;
}

.error {
    color: red
}

.thanks p {
    color: green
}

ol.commentlist {
    margin-left: 0;
    margin-top: 13px;
    padding: 0;
}

.commentlist li {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    position: relative;
}

.commentlist>li {
    margin: 0 0 30px 0
}

.commentlist p {
    margin-bottom: 5px
}

.ago {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}

.fn {
    line-height: 1.375em;
    font-weight: bold;
}

.fn a {
    color: #EE210B;
    font-weight: bold;
    font-size: 15px;
}

.comment-meta {
    font-size: 12px
}

.commentmetadata {
    overflow: hidden
}

.commentmetadata li {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    list-style: square;
}

.commentmetadata ol li {
    list-style: decimal
}

#commentform .wp-review-comment-field a i,
#commentform .wp-review-comment-field .review-result i,
.comment .wp-review-comment-rating .review-result i,
.comment .wp-review-comment-rating a i {
    color: #FFB300!important
}

.reply {
    margin-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    width: 100%;
    float: right;
}

.reply a {
    font-weight: bold;
    float: left;
    padding: 0 0px;
    color: #BDBDBD;
    font-size: 12px;
}

#commentsAdd #respond h4 {
    margin-bottom: 19px
}

.comment #respond #respond {
    margin-top: 20px
}

.commentlist .children {
    margin-left: 10%;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    width: 90%;
    box-sizing: border-box;
    margin-top: 30px;
}

.commentlist .children>li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.commentlist .children>li:first-child {
    margin-top: 0
}

.commentlist .children>li:last-child {
    margin-bottom: 0
}

.commentlist .children li {
    padding-bottom: 0
}

.avatar {
    float: left
}

#respond h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}

.commentmetadata ul,
.commentmetadata ol {
    margin-top: 5px
}


/*-[ Comment Form ]----------------------------*/

#commentform textarea {
    width: 95.5%;
    border: 1px solid #E4E4E4;
    background: #fff;
    padding: 2%;
    line-height: 25px;
    font-family: inherit;
}

#commentform p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}

#commentform p.form-submit {
    margin-bottom: 0
}

#commentform p label {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
}

.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
}

.required {
    color: red;
    padding: 0;
    line-height: 1;
}

.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}

.comment-notes {
    font-style: italic;
    margin-top: 5px;
}


/*-[ pagination ]------------------*/

.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single .pagination {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
    padding: 2.2% 0;
    width: 100%;
}

.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    float: left;
    margin-bottom: 5px;
}

.page-numbers.current,
.pagination a:hover {
    color: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    text-decoration: none;
    padding: 10px 13px;
    background: #0274BE;
    min-width: 36px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
}

.pagination a,
#load-posts a,
.single .pagination>.current .currenttext,
.pagination .page-numbers.dots {
    background: #222;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    padding: 10px 13px;
    min-width: 36px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
}

#load-posts {
    float: left;
    width: 100%;
    text-align: center;
}

#load-posts .fa,
#fs2_load_more_button .fa {
    margin-right: 5px
}

.pagination a:hover {
    color: #fff
}

.pagination .nav-previous {
    float: left
}

.pagination .nav-next {
    float: right
}

.pagination .nav-previous a,
.pagination .nav-next a {
    color: #fff!important
}

.pagination .nav-previous a:hover,
.pagination .nav-next a:hover {
    background-color: #222
}

.single .pagination a .currenttext,
.single .pagination a .current {
    padding: 0;
    background: rgba(0, 0, 0, 0)!important;
    margin-right: 0;
}

.single .pagination a:hover .currenttext {
    color: #fff
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/*-[ Contact Form ]------------------*/

.contact-form {
    position: relative
}

.contact-form.loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}

.contact-form label,
.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.contact-form input {
    max-width: 300px
}

.contact-form textarea {
    height: 150px
}

.contact-form label {
    margin-top: 12px
}

.contact-form input[type="submit"] {
    margin-top: 12px
}

.mtscontact_error {
    color: #B90101
}


/*-[ AJAX search results ]------------------*/

.widget_search {
    overflow: visible
}

.ajax-search-box-open #s {
    border-bottom: 1px solid #fff
}

.ajax-search-results-container {
    position: absolute;
    top: 39px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 9;
    background: #FFF;
    border: 1px solid #fff;
    border-top: none;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.ajax-search-results-container.loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

ul.ajax-search-results {
    margin: 0;
    margin-top: 4px;
    padding: 0;
}

.ajax-search-results li {
    margin: 0;
    display: block;
    list-style: none;
    min-height: 75px;
    padding: 0 8px;
}

.ajax-search-results .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 0;
    float: left;
}

.ajax-search-meta {
    margin: 6px 8px;
    height: 20px;
    font-size: 13px;
}

.ajax-search-meta .results-count {
    float: left;
    color: #aaa;
}

.ajax-search-meta .results-link {
    float: right
}

.ajax-search-results-container .no-results {
    padding: 8px;
    color: #AAA;
    font-style: italic;
}


/*-[ Load More ]-------------------*/

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 3px;
    transition: width 0.8s;
}

.admin-bar .pace .pace-progress {
    top: 32px
}

.pace-inactive {
    display: none
}

#load-posts a {
    font-weight: bold;
    margin: 0;
    float: none;
}

#load-posts a.inactive {
    cursor: default
}


/*-[ Misc ]---------------------------*/

pre {
    overflow: auto;
    padding: 25px 15px 15px;
    margin: 15px 0;
    position: relative;
    background: #222;
    color: #aaa;
    box-sizing: border-box;
}

pre:before {
    content: "\f121";
    color: #FFF;
    position: absolute;
    font-size: 18px;
    right: 14px;
    top: 6px;
    font-family: 'Font Awesome 5';
}

.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*-[ Parallax ]--------------------------------*/

#parallax,
#zoom-out-effect,
#zoom-out-bg {
    position: relative;
    padding-bottom: 350px;
    height: 0;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 15px;
}

#page.parallax,
#page.zoomout {
    padding-top: 15px
}


/*-[ WP Review ]--------------------------------*/

.latestPost-review-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    padding: 2px 8px;
}

.latestPost-review-wrapper .review-total-star {
    margin: 4px 0
}

.latestPost-review-wrapper .percentage-icon {
    top: 0;
    font-size: inherit;
    font-style: normal;
}

.latestPost .review-type-circle.latestPost-review-wrapper {
    height: 36px
}

#wpmm-megamenu .review-total-only .review-type-circle.review-total-only,
#wpmm-megamenu .review-type-circle.wp-review-show-total {
    height: 26px
}

.navigation .wpmm-megamenu-showing.wpmm-light-scheme a {
    color: #fff!important
}


/*-[ WP Review Widget & WP Tab Widget ]---------------------------*/

.widget .widget_wp_review_tab .review-total-only.large-thumb {
    top: 15px;
    right: 15px;
}

.widget .wp_review_tab_widget_content ul.wp-review-tabs li,
.widget .wp_review_tab_widget_content,
.widget .wpt_widget_content ul.wpt-tabs li {
    border: none;
    overflow: hidden;
}

.widget .wp_review_tab_widget_content .tab-content li,
.sidebar .wpt_widget_content .tab-content li {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 15px;
}

.widget .wp_review_tab_widget_content .entry-title,
.sidebar .wpt_widget_content a {
    font-weight: normal
}

.widget .wp_review_tab_widget_content .wp-review-tabs.has-4-tabs .tab_title a,
.widget .wpt_widget_content .wpt-tabs.has-4-tabs .tab_title a {
    border-bottom: 1px solid #1B1B1B;
    border-left: 1px solid #1B1B1B;
}

.widget .wp_review_tab_widget_content .wp-review-tabs.has-4-tabs .tab_title:nth-child(2n) a,
.widget .wpt_widget_content .wpt-tabs.has-4-tabs .tab_title:nth-child(2n) a {
    border-right: none
}

.widget .wpt_widget_content .tab_title a,
.widget .wp_review_tab_widget_content .tab_title a {
    background: #333;
    color: #7E7D7D;
    border: none;
    padding: 14px 0;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    border-left: 1px solid #1B1B1B;
}

.widget .wpt_widget_content .tab_title.selected a,
.widget .wp_review_tab_widget_content .tab_title.selected a {
    background: #222;
    color: #fff;
    border-bottom: 0;
}

.widget .wpt_widget_content #tags-tab-content ul li {
    float: left
}

.wpt_widget_content #tags-tab-content ul li a {
    font-size: initial;
    border-radius: 3px;
}

.widget .wpt_widget_content .pagination,
.widget .wp_review_tab_widget_content .pagination {
    padding-bottom: 15px
}

.widget .review-total-only.small-thumb,
.widget .review-total-only {
    font-size: 13px;
    padding: 0;
    color: #222;
    background: transparent;
}

footer .widget .review-total-only.small-thumb,
footer .widget .review-total-only {
    color: #777
}

.widget .review-total-only.large-thumb,
.widget li:first-child .review-total-only.large-thumb {
    right: 0
}

footer .widget .review-total-only.large-thumb,
footer .widget li:first-child .review-total-only.large-thumb {
    top: 15px;
    right: 15px;
}

.widget .review-total-only.large-thumb {
    padding: 4px 10px;
    background: #222;
    color: #fff;
}

footer .review-total-only.small-thumb .review-result-wrapper i {
    color: #fff!important
}

.sidebar .widget .wpt_widget_content ul.has-4-tabs li {
    border-bottom: 0
}

.widget .wpt_widget_content #tags-tab-content ul {
    box-shadow: none;
    padding: 0;
    padding-top: 5px;
}

.widget .wpt_widget_content {
    border: 0
}

footer .widget .wp_review_tab_widget_content .inside,
footer .widget .wpt_widget_content .inside {
    background: rgba(255, 255, 255, 0.05);
    padding: 0;
}

footer .widget .wp_review_tab_widget_content .tab-content li,
footer .widget .wpt_widget_content .tab-content li {
    border-bottom-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    margin-bottom: 0;
}

.widget .wpt_widget_content .wpt-postmeta,
.widget .wpt_comment_content,
.widget .wpt_excerpt,
.widgetÂ .wp_review_tab_widget_content .wp-review-tab-postmeta {
    color: #aaa;
    font-size: 14px!important;
    line-height: 1.6;
    overflow: hidden;
}

footer .widget .wpt_widget_content .wpt-postmeta,
footer .widget .wpt_comment_content,
footer .widget .wpt_excerpt,
footer .wp_review_tab_widget_content .wp-review-tab-postmeta {
    color: rgba(255, 255, 255, 0.25)
}

.widget .has-4-tabs .wpt_widget_content .tab_title a,
.widget .has-4-tabs .wp_review_tab_widget_content .tab_title a {
    background: #333;
    border-left: 1px solid #1B1B1B;
    border-bottom: 1px solid #1B1B1B;
}

footer .widget .wpt_widget_content .tab_title.selected a,
footer .widget .wp_review_tab_widget_content .tab_title.selected a {
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
}

footer .widget .wp_review_tab_widget_content .tab-content li:first-child,
footer .widget .wpt_widget_content .tab-content li:first-child {
    padding-top: 15px
}

footer .widget .wpt_widget_content .has-4-tabs .tab_title:nth-child(2n+1) a,
footer .widget .wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(2n+1) a {
    border-left: 0
}

.widget .wpt_widget_content .wpt-pagination,
.widget .wp_review_tab_widget_content .wp-review-tab-pagination {
    padding-bottom: 0
}

.widget .wpt_widget_content .wpt-pagination a,
.widget .wp_review_tab_widget_content .wp-review-tab-pagination a {
    margin: 0
}

footer .widget .wpt_widget_content .wpt-pagination a,
footer .widget .wp_review_tab_widget_content .wp-review-tab-pagination a {
    padding: 15px
}


/*-[ WooCommerce Cart ]--------------------------------*/

.mts-cart {
    z-index: 1;
    float: right;
    color: #777;
}

#primary-navigation .mts-cart span a {
    display: inline-block;
    padding: 17px 15px 16px 3px;
}

#primary-navigation .mts-cart>span:last-child a {
    padding-right: 0
}

#menu-main-menu>li:last-of-type>.sub-menu {
    right: 0px;
    left: auto;
}

#site-footer:after {
    clear: both;
    content: "";
    display: block;
}


/*..................
[Slider]
....................*/

.primary-slider-container {
    width: 100%;
}

.primary-slider .slide-caption {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.24);
    color: #fff;
    width: 91.5%;
    padding: 1.2%;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    max-height: 255px;
    position: absolute;
    bottom: 7%;
    left: 3%;
    text-align: center;
}

.reviewMenuButton a {
    position: relative;
}

.reviewMenuButton a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 15px;
    margin: 0px auto;
    background: url(images/reviews.png) bottom center no-repeat;
    background-size: contain !important;
}

.primary-slider .slide-title {
    font-size: 32px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.copyrights a {
    color: #fff;
}

.innerImage {
    width: 100%
}


/* Insta Layout for blog */

.iimage,
.instaBlox {
    overflow: hidden;
    box-sizing: border-box
}

.bottomLine,
.iimage,
.instaBlox,
.time,
.whitebro h2 {
    box-sizing: border-box
}

#page:after,
.instaFix:after {
    clear: both;
    content: ""
}

.instaBlox {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}

.iimage {
    height: 350px;
    width: 100%;
    position: relative;
    margin: 0;
    border-width: 8px;
    border-style: solid;
    max-width: 100%;
    line-height: 0;
    border-color: #e8e8e8
}

.ianimt,
.linksover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    position: absolute;
    width: 100%
}

.ianimt {
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-in-out
}

.iimage:hover .ianimt {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.instaFix:after {
    display: block
}

.linksover {
    transition: all .3s ease-in-out;
    top: 50%;
    list-style: none;
    text-align: center;
    opacity: 0;
    transform: translateY(-50%) scale(0)
}

.iimage:hover .linksover {
    opacity: 1;
    transform: translateY(-50%) scale(1.2)
}

.linksover li {
    display: inline-block;
    margin: 0 2px
}

.linksover a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    background-color: #131a8b
}

.linksover a:hover,
.whitebro {
    background-color: #fff
}

.linksover a:hover {
    color: #131a8b
}

.irow {
    margin: 0 -15px
}

.time {
    font-size: 15px;
    padding: 5px 10px;
    color: #c1c1c1
}

.whitebro h2 {
    font-size: 24px;
    padding: 0 10px 15px;
    margin: 0
}

.iimage a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.bottomLine {
    text-align: center;
    padding: 5px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #949494
}

.bottomLine a {
    color: #252525
}

#page:after {
    display: block
}

@media screen and (max-width:1025px) {
    .instaBlox {
        width: 50%
    }
}

@media screen and (max-width:640px) {
    .instaBlox {
        width: 100%
    }
}

button.wahout.aicon_link:before {
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}


/*Handicap Plugin Restyle */

.accessibility-location-right .accessability_container {
    right: -180px!important;
}

.accessibility-location-right .accessability_container.active {
    right: 0!important
}

.access_container_inner {
    margin-top: 5px
}

body .accessability_container.dark_theme .a_module {
    margin-bottom: 5px;
    border: 0
}

body .accessability_container button.wah-action-button {
    font-size: 13px;
    border-radius: 3px
}

.accessability_container.dark_theme.active button.aicon_link {
    background-color: #fff!important;
    color: #000!important
}

.wahout.aicon_link {
    top: 5px;
    border-radius: 5px
}

button.close_container {
    line-height: 28px;
    height: 28px;
    border-radius: 3px
}

html .a_module_title {
    display: none!important
}

html button.wahout.aicon_link img {
    opacity: 0;
    display: none;
    visibility: hidden
}

html button.aicon_link {
    background-color: #29627d!important
}

html button.wahout.aicon_link:after {
    position: relative;
    font-family: 'Font Awesome 5';
    content: "\f29a";
    line-height: 48px;
    color: #fff;
    font-size: 32px
}

.dark_theme.active button.wahout.aicon_link:before {
    color: #000!important
}

html body .accessability_container {
    width: 180px!important;
    height: 100%;
    max-height: 405px
}

body .access_container_inner .a_module {
    border: 0;
    padding-bottom: 0
}

.sticks,
.move_down {
    display: none;
}

.move_down {
    padding-bottom: 34px;
}

.hover+.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}


/* Footer Changes */

.copyrights {
    text-align: center;
}

.copyrights p,
.copyrights a {
    color: #fff;
}

.copyrights a:hover {
    color: #fff !important;
}

.copyrights p {
    margin-bottom: 10px;
}

.copyrights p span {
    border-left: 1px solid #fff;
    padding-left: 7px;
    margin-left: 5px;
    line-height: 16px;
    display: inline-block;
}

.article a {
    font-weight: bold;
}

.innerImage {
    background-size: cover;
    background-position: 50% 50%;
    height: 45vh !important;
}

.accessibility-location-right .accessability_container {
    top: 220px;
}

.welcomesmall a,
.leftVideo a,
.padding a,
.welcometext a,
.welcome a {
    font-weight: bold;
}

.footerMenu {
    padding: 10px 0px 15px;
}

@media screen and (max-width: 1200px) {
    .article {
        width: 96%;
        float: right!important;
    }
}


/* Rating System */

.dm-rate-us .rtg,
.dm-rate-us>a {
    display: inline-block;
    position: relative
}

.dm-rate-us .rtg {
    text-align: center;
    float: none;
    direction: rtl;
    margin-left: 0
}

.dm-rate-us>a {
    color: #184755!important;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none;
    line-height: 34px;
    padding: 0 1px;
    font-size: 25px
}

.dm-rate-us a:visited {
    color: #cb7b14
}

.dm-rate-us span {
    font-size: 20px;
    margin-right: 7px;
    color: #fff;
    position: relative;
    text-transform: none;
    top: 0
}

.dm-rate-us a:hover:before {
    content: "\f005";
    color: #d89947!important
}

.dm-rate-us a:hover {
    color: #d89947!important
}

.rtg>a:hover:before,
.rtg>a:hover~a:before {
    content: "\f005";
    color: #e1c851!important;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.dm-rate-us span {
    color: #000;
    font-size: 20px
}

.buttonToAuto .fa-volume-down:before {
    content: "\f027" !important;
}

.fa-star-o:before {
    content: "\f005";
    font-family: 'Font Awesome 5' !important;
}

.dm-rate-us {
    display: inline-block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 15px;
}

.wda_video_style {
    position: relative;
}

.wda_video_style .buttonToAuto {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

.wda_video_style .buttonToAuto .btn {
    border-radius: 2px;
}

.sub-menu .current_page_item:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #000;
    display: block !important;
    opacity: 0.2;
}

.wda-mapi iframe {
    display: block;
    width: 100%;
}

.ct-template .c6 {
    width: 50%;
    display: block !important;
    float: left;
    text-align: left !important;
    padding: 0px 15px;
    box-sizing: border-box;
}

.clearfix.ct-template {
    margin: 0px -15px;
}

.single .article a {
    text-decoration: underline !important;
    color: #5186b5;
}

.newCon {
    background-size: cover;
    background-position: 50% 50%;
    height: 700px;
}

.sub-menu li {
    width: 100%;
    text-align: left;
}

nav a {
    box-sizing: border-box;
}

.cta_fixed_button {
    display: none;
}

.carousel-caption h2 {
    font-size: 47px;
}

article.article {
    width: 100% !important;
    box-shadow: 0px 0px 0px !important;
    padding: 30px;
    box-sizing: border-box;
}

.carousel-caption a:hover {
    color: #fff !important;
}


/* shortcode code */

article.article {
    max-width: 100% !important;
    padding: 50px 0px !important;
    margin-bottom: 30px;
}

.dm-service-section:nth-child(odd) {
    background: #fff;
}

.dm-service-section:nth-child(even) {
    background: #eee;
}

.dm-service-section img {
    box-sizing: border-box;
}

.dm-service-section:nth-child(even) img {
    outline: 2px solid #3988e1;
    border: 5px solid #eee;
}

.dm-service-section:nth-child(odd) img {
    outline: 2px solid #ccc;
    border: 5px solid #fff;
}

.dm-full {
    width: 100%;
}

.dm-half,
.dm-third,
.dm-fourth {
    box-sizing: border-box;
    padding: 0px 15px;
}

.dm-service-section:nth-child(even) .dm-half:nth-child(1) {
    order: 2;
}

.page-id-19 .dm-service-section:nth-child(even) .dm-half:nth-child(1) {
    order: inherit;
}

.special-shortcode-page>p {
    display: none;
}

.dm-service-section {
    padding: 60px 0;
}

.dm-container {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    box-sizing: border-box;
}

.mapi iframe {
    display: block;
}

.dm-service-section:after {
    clear: both;
    display: block;
    content: "";
}

.dm-space {
    padding: 0 50px;
}

.dm-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.dm-half {
    width: 50%;
    box-sizing: border-box;
}

.dm-third {
    width: 33.33%;
    box-sizing: border-box;
}

.dm-fourth {
    width: 25%;
    box-sizing: border-box;
}

.dm-fifth {
    width: 20%;
    box-sizing: border-box;
}

.dm-sixth {
    width: 16.66%;
}

.dm-half h3 {
    font-size: 36px;
    text-align: left;
}

.dm-half li {
    list-style: none;
    position: relative;
}

.dm-half li:before {
    position: absolute;
    font-family: 'Font Awesome 5 free';
    content: '\f14a';
    margin: 0 5px 0 -25px;
}

.dm-service-section a.btn {
    text-decoration: none !important;
    font-size: 15px;
}

.dm-service-section a.btn i {
    padding-right: 5px;
}

section.page-header {
    padding-top: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 34px;
}

section.page-header * {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.dm-lightbox {
    padding: 0px 5px;
}

.dm-fifth.dm-lightbox a {
    display: block;
}

.dm-fifth.dm-lightbox img {
    box-sizing: border-box;
    width: 100%;
}

section.page-header h2 {
    margin: 0px;
}

.dm-popup-wrapper *,
.dm-modal * {
    color: #000 !important;
}

.dm-readmore-wrapper {
    display: none;
}

.non-staff-image .staff-image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #e4e6e7 !important;
}

.dm-popup-wrapper h3 {
    top: 0px;
    padding: 0px !important;
}

.fix-visio * {
    -webkit-backface-visibility: hidden;
    animation-fill-mode: initial !important;
}

.dm-flex>div {
    -webkit-backface-visibility: hidden;
    animation-fill-mode: initial !important;
}

[data-dm-category] {
    cursor: pointer;
}

.dm-popup-wrapper button i,
.dm-modal button i {
    color: #5186b5 !important;
}

.dm-classic-pop,
.dm-readmore-wrapper.dm-modal {
    position: fixed;
    height: 400px;
    background-color: #fff;
    width: 900px;
    padding: 20px;
    padding-right: 50px;
    z-index: 1000;
    display: block;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
    overflow-y: auto;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    max-width: 90%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    box-sizing: border-box;
}

.dm-classic-pop.show-dm-modal,
.dm-readmore-wrapper.dm-modal.show-dm-modal {
    opacity: 1;
    visibility: visible;
}


/* width */

.dm-popup-wrapper::-webkit-scrollbar,
.dm-modal::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.dm-popup-wrapper::-webkit-scrollbar-track,
.dm-modal::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.dm-popup-wrapper::-webkit-scrollbar-thumb,
.dm-modal::-webkit-scrollbar-thumb {
    background: #888;
}

.dm-popup-wrapper button,
.dm-readmore-wrapper.dm-modal button {
    display: block;
    text-align: right;
    margin: 0px auto;
    margin-right: 0px;
    height: 40px;
    cursor: pointer;
    width: 40px;
    text-align: center;
    background-color: white;
    border: 0px;
    font-size: 30px;
    color: #fff;
    padding: 0;
}

.dm-popup-wrapper button,
.dm-readmore-wrapper.dm-modal button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.dm-popup-wrapper i {
    color: #5186b5 !important;
}


/* Handle on hover */

.dm-popup-wrapper::-webkit-scrollbar-thumb:hover,
.dm-modal::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dm-modal-backdrop {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    z-index: 99999999;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.dm-modal-backdrop.show-dm-drop {
    opacity: 0.5;
    visibility: visible;
}

section.page-header,
article.article {
    margin: 0px !important;
}

.wda-make-space {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100px;
}

@media screen and (min-width: 881px) {
    .dm-rate-us a:visited {
        color: #fff !important;
    }
    #menu-main-menu li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
    }
    #header nav>ul>li>.sub-menu.moveLeft {
        left: auto !important;
        right: 0px !important;
    }
    li>.sub-menu {
        left: 100%;
        top: 0px;
    }
    .sub-menu.moveLeft {
        left: auto;
        right: 100%;
    }
    .toggle-menu>li>ul {
        top: 100%;
        left: 0px;
        text-align: left;
    }
    .toggle-menu a {
        width: 100% !important;
        box-sizing: border-box;
    }
    .toggle-menu ul li {
        width: 100%;
    }
    html ul ul.wda-long-menu {
        width: 500px;
        display: flex;
        align-items: center;
        justify-content: end;
        flex-wrap: wrap;
        right: 100%;
        left: auto;
        background-color: #278cbb;
    }
    header div>ul>li>ul.sub-menu,
    #header nav>ul>li>ul.sub-menu {
        left: 0px !important;
        top: auto;
    }
    ul#menu-main-menu>li a {
        display: block;
        width: 100% !important;
    }
}

@media screen and (min-width: 865px) {
    html ul ul.wda-long-menu {
        width: 500px;
        display: flex;
        align-items: center;
        justify-content: end;
        flex-wrap: wrap;
        right: 0px;
        left: auto;
        background-color: #fff;
    }
    nav a {
        box-sizing: border-box;
    }
    ul#menu-main-menu .sub-menu li {
        width: 100%;
        display: block;
    }
    ul#menu-main-menu.wda-long-menu .sub-menu li {
        width: 50%;
    }
    #secondary-navigation .navigation ul ul.wda-long-menu>li {
        width: 50%;
    }
    .wda-long-menu {
        background-color: #fff;
    }
    .wda-long-menu>li a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .box01,
    .box02,
    .box03 {
        height: auto;
    }
    .toggle-menu li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
    }
    .navigation ul ul {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        opacity: 0;
        visibility: hidden;
    }
}

.side-social-icons {
    position: fixed;
    left: 5px;
    top: 50%;
    z-index: 999999;
    transform: translateY(-50%);
}

.side-social-icons a:hover {
    color: #fff;
}

.side-social-icons a:hover:before {
    opacity: 0.4;
}

.side-social-icons a:before {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-social-icons a span {
    position: relative;
    z-index: 1;
}

.side-social-icons a {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 10px;
}


/* New CT style */

.messagebox {
    box-shadow: 0px 1px 10px rgba(95, 105, 112, 0.28);
    padding: 20px 30px 5px;
    box-sizing: border-box;
}

.messagebox ul {
    padding: 0px !important;
}

.messagebox .gform_footer {
    margin: 0px !important;
}

.ct-design .c6 i {
    height: 40px;
    width: 40px;
    background-color: rgb(64, 205, 137);
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-right: 8px;
    display: block;
}

.ct-design .ct_i p {
    display: flex;
    align-items: center;
}

.messagebox li:nth-child(1),
.messagebox li:nth-child(2) {
    display: inline-block;
    width: 50%;
}

.messagebox label {
    display: none !important;
}

.messagebox li textarea {
    padding: 10px !important;
    height: 110px !important;
}

.messagebox li input {
    width: 100% !important;
    height: 50px;
    padding: 0px 10px !important;
}

.ct-design .ct_h>strong {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.messagebox input[type="submit"] {
    background-color: #13bdba;
    width: 200px !important;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.ct_h span {
    display: block;
    padding: 0px 0px 5px;
}

.c12 {
    width: 100%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
    margin-top: 30px;
}

.messagebox #field_2_5 {
    width: 100%;
    font-size: 12px;
}

.messagebox #field_2_1,
.messagebox #field_2_2 {
    width: 50%;
    display: inline-block;
}

.c12 iframe {
    height: 350px;
}

.ct-template .c6:nth-child(1) h4 {
    font-size: 26px;
    font-weight: bold;
}

.social-icons a {
    vertical-align: middle;
}

span.social-icons-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    display: block;
}

@media screen and (max-width: 880px) {
    .clearfix.ct-template.ct-design .c6 {
        text-align: center !important;
    }
    html .messagebox {
        padding: 10px 15px;
    }
    .messagebox #field_2_1,
    .messagebox #field_2_2 {
        width: 100% !important;
    }
    html .ct_i p {
        justify-content: center;
        display: block !important;
        text-align: center;
    }
    .c6 i {
        display: block !important;
        margin: 0px auto 10px !important;
    }
    .side-social-icons {
        display: none !important;
    }
    .dm-space {
        padding: 0px 15px;
    }
    footer .container {
        width: 100%;
        box-sizing: border-box;
    }
    #secondary-navigation .navigation>ul>.menu-item-has-children>a {
        line-height: 48px;
        padding: 0px !important;
    }
    .ct-template .c6 {
        width: 100%;
    }
    .innersep {
        display: none !important;
    }
     ::before {
        background-attachment: scroll;
    }
     ::after {
        background-attachment: scroll;
    }
    div,
    section {
        background-attachment: scroll !important;
    }
    #page.homepage {
        padding-top: 20px !important;
    }
    .navigation.mobile-menu-wrapper {
        z-index: 100;
    }
    div#content_box .single_page img {
        float: none !important;
        width: auto !important;
        display: block;
        margin: 0px auto 10px;
    }
    .dm-rate-us span {
        font-size: 21px;
        color: #111;
    }
    .rtg a {
        color: #111;
    }
    .dm-rate-us a:visited {
        color: #111;
    }
    .dm-rate-us .rtg {
        text-align: center;
        float: none;
        direction: rtl;
        margin-left: 0;
        font-size: 23px;
    }
    #menu-main-menu>li>a:after,
    #menu-main-menu>li>a:before {
        display: none !important;
    }
    .dm-rate-us {
        display: block;
        position: relative;
        color: #3e562e;
        text-transform: uppercase;
        margin: 10px 15px;
        text-align: center;
        display: block;
        color: #111;
        text-align: center;
        padding: 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        margin: 10px !important;
    }
    #site-header {
        position: relative;
        z-index: 1000000000;
    }
    .move_down {
        display: block;
    }
    .cta_fixed_button {
        position: fixed;
        display: block;
        bottom: 0px;
        left: 0px;
        z-index: 100000000;
        width: 100%;
        text-align: center;
    }
    .sticks i {
        margin-right: 5px;
    }
    .sticks {
        float: left;
        width: 50%;
        text-align: center;
        margin-bottom: 0px;
        background-color: #777777;
        padding: 8px 5px;
        font-size: 16px;
        border: 1px solid #fff;
        display: block;
        min-width: 27%;
        color: #fff;
        box-sizing: border-box;
    }
    body #move-to-top {
        bottom: 40px !important;
    }
    .navigation ul ul {
        background-color: transparent;
        transition: all 0s linear;
    }
    article.article .post-content img {
        width: auto !important;
        height: auto !important;
        display: block !important;
        margin: 20px auto 20px !important;
        float: none !important;
    }
    .welcome a,
    .welcomesmall a,
    .post-content a {
        display: inline-block;
    }
    html div.header-social-icons a {
        position: relative;
        float: none;
        display: inline-block;
        position: relative;
        z-index: 1;
        height: 40px !important;
        width: 40px !important;
        padding: 0px !important;
        line-height: 40px !important;
        font-size: 20px !important;
        color: #fff !important;
        border-radius: 50%;
    }
    #secondary-navigation div.header-social-icons {
        display: none !important;
    }
    div.header-social-icons a span {
        position: relative;
        z-index: 1;
    }
    div.header-social-icons a:before {
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        background-color: #000;
        opacity: 0.3;
        height: 100%;
        width: 100%;
    }
    html .mobileBtn a {
        width: 100%;
        max-width: 100%;
        margin: 0px auto 10px !important;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 18px;
    }
    html .mobileBtn {
        padding: 0px 15px;
        box-sizing: border-box;
    }
    html ul ul.wda-long-menu {
        background-color: transparent !important;
    }
    .dm-third,
    .dm-fourt {
        width: 50%;
    }
    .dm-fifth {
        width: 50%;
    }
    .dm-sixth {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    #logo a,
    #logo img {
        box-sizing: border-box;
        margin: 0px auto;
    }
    .main-header .container {
        background: transparent;
    }
    .welcome img,
    .post-content img {
        width: 100%;
        height: auto;
    }
    footer .container {
        box-sizing: border-box;
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .dm-half,
    .dm-third,
    .dm-fourth {
        width: 100%;
    }
    .dm-fifth,
    .dm-sixth {
        width: 50%;
    }
    .copyrights p span {
        border: 0px;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .dm-fifth,
    .dm-sixth {
        width: 100%;
    }
    html figure h2 {
        font-size: 22px !important;
    }
    html .grid figure figcaption {
        padding: 25px 22px !important;
    }
}

tr.pw-weak {
    display: none !important;
}


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

:root {
    --pColor: #5186b5;
    --sColor: #333333;
    --aColor: #0290e2;
}

.container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0px 10px;
    max-width: 1040px !important;
}

#site-footer .fl .fl6:nth-child(1) p:last-of-type a {
    font-weight: 600 !important;
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.button,
h3,
p {
    font-weight: 400;
}

.menuFromAbove ul ul {
    padding-left: 20px;
    box-sizing: border-box;
}

.slick-dots {
    bottom: -130px;
}

.dm_1 .col.dtext {
    order: 2;
    padding-left: 35px;
}

.meetDoc .button span {
    color: #fff;
}

html .slick-dots {
    bottom: -130px;
}

.meetDoc .container:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: #fff;
    opacity: 0.95;
}

.btn {
    color: #fff !important;
    background: #1179bd;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.alignnone {
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.center {
    text-align: Center;
}

.clear {
    clear: both;
}


/* header */

.main-header {
    /* background: #2b346b; */
    z-index: 11111 !important;
}

#header {
    background: #fff;
    top: 0px;
}

.logo-wrap,
.headerPhone,
.headerInfo {
    float: left;
    width: 31%;
    padding: 1%;
}

.logo-wrap {
    margin: 10px 0 0 0;
}

.headerInfo {
    width: 32%;
    text-align: right;
    margin-top: 30px;
}

.headerInfo p {
    margin-bottom: 5px;
}

.headerPhone {
    text-align: center;
    margin-top: 30px;
}

.headerPhone a {
    color: #fff !important;
}

div.header-social-icons {
    background: none;
    border: 0px;
}

div.header-social-icons a {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0px 5px;
    font-size: 26px;
}

div.header-social-icons::before {
    border: 0px;
}

#primary-navigation .header-social-icons a,
.header-social-icons a {
    padding: 0px 10px;
}

.primary-slider-container {
    max-width: 100%;
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0px;
}

.primary-slider-container .slide-caption {
    width: 94%;
    padding: 2% 3%;
    bottom: 0%;
    left: 0px;
    max-height: 50px;
}

.slide-title {
    font-size: 32px !important;
    line-height: 34px;
}

#page {
    padding-top: 0px;
    width: 100%;
    max-width: 100%;
}


/* home boxes */

.homeBoxes {
    margin: 0px auto;
    margin-top: 0px;
    height: 240px;
    text-align: left;
    padding: 25px 0px;
}

.homeBoxes h3 {
    color: #000;
    font-size: 32px;
    margin-top: 0px;
}

.homeBoxes p {
    color: #000 !important;
    font-size: 14px !important;
}

.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
    float: left;
    height: 200px;
    width: 31%;
    position: relative;
    padding: 1%;
}

.homeBoxes .box02 {
    width: 32%;
}


/* home widgets */

.homeWidgets {
    margin: 30px auto;
    text-align: left;
}

.widgetBox {
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 2%;
    width: 27%;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.widgetBox h3 {
    text-align: center;
}

.widgetBox.noMargin {
    margin-right: 0px;
}

.widgetBox img {
    width: 100%;
}

.textwidget p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}


/* inner pages */

#page.single {
    float: left;
}

.article {
    background: none;
    margin: 0 auto;
    float: none;
}

.page h1.title {
    margin-bottom: 20px;
}


/* footer */

.copyrights {
    text-align: center;
}

#copyright-note span {
    display: none;
}

.to-top {
    float: none;
}

#copyright-note .to-top span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}

.hide-d {
    display: none;
}

.social-icons a {
    display: inline-block;
    color: #fff;
    background-color: var(--aColor);
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

.headerPhone {
    width: 100%;
    margin-top: 0px;
}

.headerPhone p {
    display: inline-block;
    font-size: 18px;
    margin: 0px;
    color: #fff;
}

header .navigation {
    float: right;
    width: 80%;
}

header .logo-wrap {
    float: left;
    width: 20%;
}

.navigation ul {
    text-align: right;
    padding-top: 25px;
}

.navigation ul li {
    float: none;
    display: inline-block;
}

#secondary-navigation .navigation>ul>.menu-item-has-children>a {
    padding-right: 32px;
}

#secondary-navigation a {
    padding: 5px 10px;
    margin: 0;
    /*font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: none !important;*/
}

.classic-header .logo-wrap {
    overflow: visible;
}

.classic-header .headerPhone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c6 {
    position: relative;
}

.newCon {
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
}

.nice-button a {
    padding: 0px 10px;
    box-sizing: border-box;
}

.classic-header+#page .newCon {
    max-height: 700px;
}

.welcome {
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 0px;
}

.text-center h1 {
    text-align: center;
    font-size: 34px;
    color: #000;
}

.jc {
    position: absolute;
    bottom: -49px;
    right: 30px;
    width: 100px;
}

.welcome h1 {
    color: #111;
    margin-top: 0px;
}

.leftwow {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px;
}

.rightwow {
    width: 66.66%;
    box-sizing: border-box;
    padding: 0px 15px;
    float: right;
}

.row {
    margin: 0px -15px;
}

.row:after,
.container:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}

.main-header .container {
    background-color: transparent !important;
}

#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}

#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}

#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}

.carousel-indicators {
    bottom: -9px !important;
}

.col-sm-6 {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 15px;
    float: left;
}

.homeBoxes {
    background: #2b4f97;
    border-bottom: 5px solid #2b4f97;
    font-size: 14px;
    padding: 30px 0px;
}

.homeBoxes h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

footer {
    margin-top: 0px;
    padding: 10px 0px;
}

.to-top,
.to-top a {
    color: #fff !important;
}

#page.single {
    float: none !important;
}

.article:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}

.post-info {
    display: none !important;
}

#featured-thumbnail {
    float: right;
    width: 30%;
}

.front-view-content {
    float: left;
    width: 68%;
}

.opacit_ {
    opacity: 0;
}

.sticky {
    position: fixed !important;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.9);
}

.sticky img {
    max-width: 100px !important
}

#logo a,
#logo img {
    float: none !important;
}

.innerImage {
    height: 550px;
    background-position: 50% 15%;
    background-size: inherit;
    position: relative;
}

.benefit-box {
    background-color: #333;
    float: left;
    margin: 40px;
    width: 20%;
    padding: 10px;
}

.benefit-box p,
.benefit-box h3 {
    color: #fff;
}

.benefit-box h2 {
    color: #3989bf;
    font-size: 42px;
}

.treatments-back {
    background: #efefef;
    width: 100%;
    padding: 23px 0 1px;
    display: none;
}

.parent-pageid-281 .treatments-back {
    display: block;
    /*only display Back to Treatments if it is a treatments page */
}

.treatments-back a {
    font-size: 42px;
    color: #333;
}

.treatments-back i {
    padding-right: 15px !important;
    padding-bottom: 10px;
    font-size: 25px;
    vertical-align: middle;
    color: #3989bf;
}


/* New Boxes */

.aparallax,
.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.copyrights #logo {
    margin-bottom: 0px !important;
}

.cta.parallax * {
    color: #fff !important;
}

.cta.parallax h2,
.cta.parallax .container {
    position: relative;
    z-index: 100;
}

.cta.aparallax a {
    width: auto;
    width: 200px;
    margin: 0px auto;
    color: #fff;
    position: relative;
}

.cta.aparallax.specialParalla a {
    width: 300px;
    margin: 0px auto;
    margin-left: 0px;
    border-color: #fff;
    background-color: #fff;
}

.cta.aparallax.specialParalla h3 {
    margin-bottom: 20px;
    opacity: 1;
    color: #fff;
    margin-bottom: 25px;
    color: #fff;
    font-size: 45px;
    margin: 20px 0px 25px;
    line-height: 54px;
    letter-spacing: 1.35px;
    font-weight: 100 !important;
}

.cta.aparallax.specialParalla h2 {
    text-transform: uppercase;
    font-size: 22px !important;
    color: #fff;
    letter-spacing: 1px;
    letter-spacing: 3px;
    margin: 20px 0px 10px;
}

.col3 .button a {
    color: #fff !important;
}

.col3 .button {
    color: #fff !important;
}

.aparallax:before {
    position: absolute;
    opacity: 0.2;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    content: "";
    opacity: 0;
}

.parallax:before {
    filter: grayscale(100%);
    position: absolute;
    opacity: 0.6;
    top: 0px;
    left: 0px;
    background-size: initial;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(/wp-content/uploads/2018/11/dark-geometric.png);
    background-color: #000;
}

.cta.parallax h4 {
    font-style: italic;
    font-weight: bold;
}

.cta.parallax h2 {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 1px;
}

.cta {
    padding: 80px 0px;
    text-align: center;
    position: relative;
    margin-top: 300px;
    position: relative;
    display: flex;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 70px 50px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--pColor);
    box-sizing: border-box;
    text-align: left;
    margin: 0px auto 105px;
    margin-top: 0px;
}

.home .cta {
    margin-top: -125px;
}

.iframe_map p {
    margin: 0px;
}

.iframe_map iframe {
    display: block;
    position: relative;
    z-index: 10;
}

footer {
    margin-top: 0px !important;
}

.nopad {
    padding: 0px !important;
}

.col {
    float: left;
    box-sizing: border-box;
    padding: 0px 15px;
}

.c4 {
    width: 25%;
}

.post_fields .c4:nth-child(1) {
    width: 50%;
}

.post_fields .col {
    padding: 0px;
}

.post_fields a {
    display: block;
    position: relative;
    height: 282px;
    background-size: cover;
    background-position: 50% 50%;
}

.post_fields a:hover:before {
    background: rgba(0, 0, 0, .75);
}

.post_fields a:before {
    background: rgba(0, 0, 0, .45);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease;
    content: "";
}

.post_fields h2 {
    color: #fff;
    position: absolute;
    z-index: 3;
    bottom: 0;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 4rem;
    line-height: .9;
    padding: 0 20px;
    width: 90%;
}

.post_fields h2:after {
    font-family: 'Font Awesome 5';
    color: #3989bf;
    font-size: 40px;
    content: "\f105";
    right: 0;
    position: absolute;
    bottom: 0;
}

.post_fields h2 span {
    max-width: 280px;
    position: relative;
    display: inherit;
    font-size: 40px;
}

.content_cta h2 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 400;
    font-weight: 300;
}

.content_cta p {
    color: #101010;
    font-size: 23px;
    max-width: 1000px;
    width: 100%;
    margin: 0px auto 30px;
    text-align: left;
}

.copyrights a {
    color: #000000;
    border: none !important;
    font-size: 17px;
}

#site-footer ul li {
    list-style: none;
    /* display: inline; */
    padding: 10px 0 5px;
    float: none;
}

#site-footer a {
    color: #2e547e;
}

#site-footer img {
    width: 66%;
    margin: 0px auto;
}

.content_cta {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_cta h1 {
    text-align: center;
    color: #FFA500 !important;
}

.copyrights {
    padding: 0px !important;
}

.c3 {
    width: 33.33%;
}

.treatments {
    padding: 30px 0px 50px;
}

.treatments .c3 {
    padding: 15px;
    margin-bottom: 20px;
}

.button,
.treatments a {
    border-color: rgba(46, 84, 126, .82);
    border-width: 1px;
    border-style: solid;
}

.nice-button a:hover {
    color: var(--pColor) !important;
}

.button:hover,
.treatments a:hover {
    background-color: transparent;
    border-color: #606c76;
    color: #fff;
    outline: 0;
    border-color: #2e547e;
    color: var(--pColor) !important;
}

.treatments img {
    display: block;
    box-sizing: border-box;
    border-bottom: 5px solid orange;
    margin-bottom: 35px;
}

.treatments .wrap {
    padding: 0px 20px;
    box-sizing: border-box;
}

.treatments p {
    font-size: 13px;
    margin-bottom: 3px;
}

.treatments p+p {
    margin-bottom: 35px;
    line-height: 22px;
    font-weight: 300;
}

.treatments strong {
    display: block;
    font-size: 19px;
    letter-spacing: 0.5px;
}

.treatments a {
    border-radius: 0;
    border: none;
    color: #fff;
    background: #333;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: .1rem;
    padding: 0 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .3s ease;
    display: inline-block;
    background-color: #333;
    font-weight: 300;
    font-size: 15px;
    padding-top: 2px;
}

.twr h2 {
    text-align: center;
    color: #333 !important;
    font-size: 45px;
    line-height: 56px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twr {
    max-width: 670px;
    margin: 0px auto;
}

body,
p {
    color: #000000;
}

.featured .container {
    max-width: 1040px;
    padding: 35px 15px 0px;
    box-sizing: border-box;
}

.twr p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.17;
    font-weight: 300;
    text-align: center;
    margin-bottom: 35px;
}

.featured h2 {
    font-size: 45px;
    line-height: 56px;
    color: #606c76;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
}

.featured p {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 300;
}

.c6 {
    width: 50%;
}

section.featured {
    padding: 16px 0px 60px;
}

.heroImage {
    position: relative;
    width: 100%;
}

section#find-more p em {
    font-weight: bold;
}

section#find-more p {
    font-size: 17px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.17px;
}

.heroImage {
    height: 100vh;
}

.c3 .wrapsa {
    background-color: #f7f7f7;
    padding-bottom: 25px;
}

.wrapsa .img {
    display: block;
    box-sizing: border-box;
    border-bottom: 5px solid #3989bf;
    margin-bottom: 35px;
    height: 190px;
    background-size: cover;
    background-position: 50% 50%;
}

.heroBan {
    height: 100vh;
    position: fixed;
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    top: 0px;
}

.heroBan:before {
    height: 100%;
    background: rgba(12, 12, 12, 0.16);
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qt p {
    color: #606c76;
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 29px;
}

.qt h2 {
    color: #3989bf;
    font-size: 18px;
    line-height: 30px;
    padding-right: 22px;
    padding-left: 20px;
    border-left: 5px solid #fff;
    text-transform: uppercase;
}

.welcome {
    position: relative;
    background: transparent;
}

.body-wrap {
    position: sticky;
    z-index: 1;
}

.treatments,
.featured {
    background-color: #fff;
    position: relative;
    z-index: 1;
}


/* Icon 1 */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 40px;
    height: 29px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #4b6788;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2) {
    top: 11px;
}

#nav-icon3 span:nth-child(3) {
    top: 21px;
}

#nav-icon3.open span:nth-child(1) {
    transform: translate3d(0px, 12px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

#nav-icon3.open span:nth-child(3) {
    transform: translate3d(0px, -13px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    top: 25px;
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#site-header {
    background-color: transparent;
}

.newMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    height: 114px;
}

.leftLogo a {
    display: block;
}

.tips-section {
    transform-style: preserve-3d;
}

html .wpb_wrapper h1 span {
    display: block;
    font-weight: bold;
    font-size: 36px;
}

.leftLogo img {
    border-radius: 4px;
    margin-top: 10px;
    transition: all .5s ease;
}

.button-slanted {
    display: inline-block;
    margin: 0px 5px;
}

.button-slanted-text {
    display: inline-block;
}

.button-apt {
    background: #3989bf;
    color: #fff !important;
    padding: 26px 40px;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: 300;
    line-height: .45;
    transition: all .3s ease;
    letter-spacing: .5px;
    padding-bottom: 23px;
}

.button-learn {
    box-sizing: border-box;
    background: #101010;
    color: #fff !important;
    padding: 26px 48px;
    font-size: 20px;
    font-weight: 300;
    line-height: .45;
    transition: all .3s ease;
    letter-spacing: .5px;
    padding-bottom: 23px;
}

.makeitwhite {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 10px 0px;
}

#find-more {
    position: absolute;
    transform: translateY(-135px);
    display: block;
}

.innerImage.asda {
    max-height: 195px;
}

.wpb_wrapper h1 {
    color: #fff;
    font-size: 8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 96px;
    margin: 0px;
    line-height: 48px;
    margin-bottom: 20px;
}

.wpb_wrapper h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: -8px;
}

.menuFromAbove {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: -100%;
    position: fixed;
    background-size: cover;
    background-position: center center;
    z-index: 999;
    height: 100%;
    top: -100%;
    transform: translateX(-100%) translate3d(0px, 0px, 0px);
    width: 100%;
    -webkit-transition: all .1s cubic-bezier(.69, 0, .25, .90);
    transition: all .1s cubic-bezier(.69, 0, .25, .90);
    height: 200px;
    height: 100vh;
    top: 0px;
    display: flex;
    align-items: flex-start;
    z-index: 9999;
}

.menuFromAbove>ul {
    text-align: left;
    position: relative;
    bottom: 0px;
    box-sizing: border-box;
    width: auto;
    display: flex;
    padding: 114px 50px 10px 57px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.menu-item-has-children>a:after {
    display: none !important;
}

.menuFromAbove ul li a {
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 14px;
    padding: 0;
    background: transparent;
    color: #fff;
    letter-spacing: .7px;
    text-transform: uppercase;
    transition: all .2s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    line-height: 1;
    padding: 0;
    background: transparent;
    color: #fff;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 0px !important;
    line-height: 30px;
}

.fixed-social-icons {
    position: fixed;
    right: 10px;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    opacity: 0;
    display: none;
}

.slick-dots li:before {
    width: 20px;
    height: 5px;
}

.carousel.slide p {
    max-width: 900px;
    margin: 0px auto 20px;
}

.slick-dots button {
    width: 14px !important;
    height: 14px !important;
    /* border-radius: 0px !important; */
    padding: 0px !important;
    margin: 0px auto !important;
}

html .slick-dots li {
    margin: 0px 1px;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #b0b0b0 !important;
}

.fixed-social-icons a {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #395473;
    color: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.rightMenu {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 99999;
}

.newCon:before,
.vlaper:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0.6;
    background-color: #fff;
}

.newCon:after,
.vlaper:after {
    content: "";
    background-image: linear-gradient(45deg, #fff 21%, transparent 42%);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    opacity: 1;
}

.newMenu img {
    max-width: 325px;
}

.new-caption p span {
    font-weight: bold;
}

.new-caption a {
    width: 200px;
    height: 40px;
    color: #fff !important;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold !important;
    line-height: 1;
}

.nice-button {
    position: absolute;
    width: 240px;
    right: 99px;
    top: 29px;
    color: #fff;
}

.nice-button a {
    color: #fff;
}

.nice-button i {
    margin-right: 5px;
}

.new-caption {
    position: absolute;
    bottom: 80px;
    left: 0px;
    z-index: 100;
    width: 100%;
    padding: 0px 80px;
    box-sizing: border-box;
    width: 50%;
    padding-right: 0px;
}

.new-caption h2 {
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: none;
    letter-spacing: 1px;
    color: var(--pColor);
    text-transform: uppercase;
}

.new-caption span {
    color: var(--pColor);
}

.new-caption h2 p {
    display: block;
    margin-bottom: 0;
    font-size: 53px;
    line-height: 63px;
    letter-spacing: 2px;
    font-weight: 300;
    margin: 11px 0px;
    margin-bottom: -5px;
    color: inherit;
}

.fixed-social-icons a:hover {
    background-color: #000;
}

.menuFromAbove ul li ul.sub-menu li a {
    display: block;
    margin: 0px;
    margin-right: 0;
    margin-left: 0;
    padding: 0px !important;
    position: relative;
    width: 100%;
    margin: 0px !important;
    white-space: nowrap;
    margin: 0px !important;
}

.col6 {
    width: 50%;
    padding: 0px 25px;
    box-sizing: border-box;
    float: left;
}

.menuFromAbove ul li {
    display: inline-block;
    font-size: 22px;
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.welcome {
    overflow: hidden;
}

.menuFromAbove ul li a {
    font-size: 22px;
    padding: 0px 14px;
    text-transform: capitalize;
    width: 100%;
}

.leftLogo {
    width: 354px;
    position: relative;
    margin: 0px auto;
    margin-left: 0px;
    left: 50px;
}

.accessibility-location-right .accessability_container {
    right: -180px!important;
    top: 100px;
}

.iisible {
    transform: translate3d(0px, 0px, 0px);
    left: 0px;
}

.wpb_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.menu+a {
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    top: 30px;
    right: 80px;
    z-index: 999;
    padding: 8px 19px;
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: 400;
    line-height: 1;
    padding-top: 10px;
    background: transparent;
    transition: all .3s ease;
}

.menu+a:hover {
    background-color: #3989bf;
    color: #fff;
}

.innerImage.asda div {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    text-align: left;
    left: 0px;
    right: 0px;
}

.innerImage {
    height: 360px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.innerImage.asda h1 {
    background-color: #333;
    color: #fff;
    margin: 0px;
    display: inline-block;
    padding: 5px 20px;
}

.article {
    margin: 10px auto;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0px 0px 0px;
}

.innerImage:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #b8b8b8;
    opacity: 0.7;
}

.blacki,
.blacki+a,
#nav-icon3 span,
.menu+a,
.newMenu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blacki {
    position: absolute;
    top: 0px;
    opacity: 0;
    left: 0px;
}

.newMenu {
    padding: 14px 0px;
}

.col.dtext {
    width: 45%;
}

section.welcome .container {
    display: flex;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    max-width: 100% !important;
    align-items: center;
}

.dm-service-section a.btn {
    background-color: var(--pColor) !important;
}

section.welcome .h2a {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 1.35px;
    font-weight: 300;
    margin: 16px 0px;
}

p.rh3.p-header {
    margin-bottom: 10px;
    margin-top: 20px;
    color: var(--pColor);
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 4px;
}

.dimg {
    left: 56px;
    width: 582px;
    height: 582px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
    position: relative;
    float: right !important;
}

section.welcome.dm_1 .dimg {
    left: -56px;
}

.ase .blacki+a {
    opacity: 0;
    visibility: hidden;
}

.ase img {
    filter: brightness(1) invert(0);
}

.ase .blacki {
    opacity: 1;
}

.ase {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 238, 222, 0.95);
    height: 114px;
}

.ase .menu+a {
    color: #3989bf;
    border-color: #3989bf;
}

.ase .menu+a:hover {
    color: #fff !important;
}

.ase #nav-icon3 span {
    background-color: #111 !important;
}

.ase .leftLogo a {
    color: #3989bf;
}

.newMenu.speciaci.ase * {
    color: #fff !important;
    border-color: #fff;
}

@media screen and (max-width: 1366px) {
    html #page {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0px !important;
    }
}

.post_fields h2 {
    box-sizing: border-box;
}


/* Treatments */

.pageSpo h2 {
    font-size: 50px;
    font-weight: 400;
    color: #3989bf;
    text-transform: uppercase;
    text-align: center;
}

.pageSpo blockquote {
    margin: 17px 0px 25px;
    border-left: 3px solid #3989bf;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    margin-left: 6%;
}

.article {
    max-width: 1080px !important;
}

.copyrights {
    color: #fff;
    padding: 10px 0px 30px !important;
}

.copyrights p {
    margin-bottom: 0px;
    font-size: 15px;
}

.copyrights ul {
    margin-bottom: 5px;
}

.copyrights p a,
.copyrights a {
    font-size: 17px;
}

.copyrights p:first-of-type {
    font-weight: bold;
    font-size: 16px;
}

.pageSpo .r {
    width: 74%;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
}

.pageSpo .r h3 {
    margin-bottom: 20px;
}

.pageSpo .r p {
    margin-bottom: 25px;
}

.pageSpo .l {
    float: left;
    width: 26%;
}

.pageSpo ul {
    margin-bottom: 25px;
    padding-left: 0px;
}

.pageSpo li {
    display: inline-block;
    background: orange;
    color: #fff;
    text-align: center;
    padding: 5px 13px 2px;
    margin: 5px 13px 12px 0;
    font-size: 19px;
}

.pageSpo li:before {
    font-family: 'Font Awesome 5';
    color: #3989bf;
    content: "\f105";
    padding-right: 10px;
}

.benefit-box {
    background-color: #333;
    float: left;
    margin: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    margin-top: 5px;
    margin-left: 0px;
}

.benefit-box p,
.benefit-box h3 {
    color: #fff;
    margin-bottom: 20px;
}

.benefit-box h2 {
    font-size: 45px;
    text-align: left;
    text-transform: capitalize;
}

.pageSpo blockquote:after {
    display: none;
}

.qt img {
    border: 2px solid #000;
    box-sizing: border-box;
}

.pageSpo blockquote p {
    line-height: 28.9px;
    font-size: 17px;
    font-weight: 300;
}

section#find-more .text-center {
    text-align: center;
    font-size: 20px;
}

section#find-more .text-center h1 {
    font-size: 34px;
    color: #3989bf;
}


/* Knowlegdge Base */

.oasdaso .c3 {
    background-color: #333;
    padding: 20px;
    width: 20%;
}

.iframe_map iframe {
    display: block;
}

footer {
    margin-top: 0px !important;
}

.tagle {
    display: none;
}

.c3:nth-child(2) {
    animation-delay: 0.2s;
}

.c3:nth-child(3) {
    animation-delay: 0.4s;
}

a.newBtn {
    display: inline-block;
    background-color: #3989bf;
    padding: 5px 10px;
    color: #fff;
}

a.newBtn:hover {
    background-color: #999;
    color: #fff !important;
}

.leftLogo a {
    padding: 6px 0px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

@media screen and (min-width: 881px) {
    .menu-item-has-children>a:after {
        content: "\f107";
        font-family: 'Font Awesome 5 free';
        font-weight: 900;
        right: -3px;
        position: absolute;
        top: 8px;
        display: block !important;
    }
}

.content_cta h3 {
    margin-bottom: 0px;
    font-size: 34px;
    font-weight: 600;
    color: #537295;
}

.content_cta h1 {
    text-transform: uppercase;
}

@media screen and (max-width: 1152px) {
    .col3 {
        width: 50% !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 880px) {
    .move_down {
        display: none !important;
    }
    ul.sub-menu {
        display: none;
    }
    .col.dtext.wow.fadeInLeft.animated * {
        text-align: center;
    }
    .cta.aparallax.specialParalla h3 {
        font-size: 27px;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .col.dtext {
        width: 100% !important;
        order: 2;
        text-align: center;
    }
    .dimg {
        margin: 0px auto;
    }
    section.welcome .container {
        display: flex;
        flex-wrap: wrap;
    }
    .dflux {
        flex-wrap: wrap;
    }
    .col55 {
        width: 100% !important;
        padding-top: 28px;
        text-align: center;
    }
    .rightMenu .nice-button {
        display: none !important;
    }
    .speciaci img {
        /* filter: brightness(0) invert(1); */
    }
    .speciaci #nav-icon3 span {
        /* background-color: #fff !important; */
    }
    .fixed-social-icons {
        display: none !important;
    }
    .pageSpo h2 {
        font-size: 39px;
        font-weight: 400;
        color: #3989bf;
        text-transform: uppercase;
        text-align: center;
    }
    .l,
    .r {
        padding: 0px !important;
        width: 100% !important;
    }
    .r {
        padding-top: 20px !important;
    }
    .pageSpo .benefit-box {
        width: 100%;
        margin: 20px auto 10px;
    }
}

.oasdaso .c3 li {
    padding: 8px 0;
    margin-bottom: 0;
    /*transition: all .3s ease;*/
    cursor: pointer;
    list-style: none;
}

.oasdaso .c3 li a {
    color: #fff;
}

.oasdaso .c3 h2 {
    color: #3989bf;
}

.kb6 h2 a {
    color: #333;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
}

.carousel-caption {
    text-shadow: none;
    bottom: 16%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.carousel-caption h1 {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}

.carousel-caption p {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.carousel-caption a {
    background-color: #3989bf;
    border: none;
    box-shadow: none;
    color: #fff;
    border-style: none;
    padding: 9px 27px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.43;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer
}

section.welcome .c6 {
    width: 100%;
    text-align: center;
}

div#carousel-example-generic video {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

div#carousel-example-generic {
    height: 100vh;
    overflow: hidden;
    display: block !important;
    background-image: linear-gradient(45deg, #fff 21%, transparent 42%);
    /* background-color: rgba(255,238,222,.63); */
}

.video-wrapper {
    position: relative;
}

.carousel-caption a:hover {
    background-color: #bf3f0c;
    color: #fff;
}

.carousel-inner img,
.carousel-inner video {
    width: 100%;
}

.carousel-video {
    height: 800px;
}

.carousel-video .carousel-inner {
    height: 100%;
}

.carousel-video .carousel-inner .item {
    height: 100%;
    position: relative;
}

.carousel-video .carousel-inner .item video {
    position: absolute;
    bottom: -40px;
    left: 0;
}

html .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 150px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1152px) {
    .col55 {
        padding: 20px 20px 40px !important;
    }
    .content_cta h2 {
        font-size: 40px !important;
    }
    .cta {
        padding: 35px 40px;
    }
    .row {
        margin: 0px;
    }
    .innerImage {
        height: 350px;
    }
    footer .container {
        width: 100%;
    }
    .headerPhone {
        box-sizing: border-box;
    }
}

html button.aicon_link {
    background-color: #101010!important;
}

.c7 {
    width: 75%;
}

.kb4 {
    width: 40%;
}

.kb6 {
    width: 60%;
}

.classic-header {
    background-color: #fff !important;
    position: relative;
    z-index: 1000;
}

.classic-header .logo-wrap a {
    display: block;
}

.classic-header #logo {
    float: none !important;
    display: block;
    padding: 0px !important;
    margin: 0px !important;
}

.classic-header #logo img {
    display: block !important;
    float: none;
    width: 250px;
}

.classic-header ul {
    position: relative;
    width: 100%;
    float: none;
    top: 0px !important;
    bottom: 0px !important;
}

.classic-header ul .sub-menu {
    top: auto !important;
    bottom: auto !important;
}

div#regular-header {
    overflow: hidden;
    clear: both;
    padding: 0;
    background-color: var(--pColor);
}

#regular-header a br {
    display: none;
}

.social-icons.pull-right {
    float: right;
    display: inline-block;
}

.pull-left {
    float: left;
    display: inline-block;
}

#header .logo-wrap {
    padding: 2px 0;
}

.newCon,
.vlaper {
    position: relative;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
}

.dflux {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    box-sizing: border-box;
}

.meetDoc .container {
    max-width: 90% !important;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    padding: 70px 70px 50px;
    box-sizing: border-box;
    background-image: url(/wp-content/uploads/2020/03/5da7be45fbe3aa50b15e60e9_meet-bg2.jpg), linear-gradient(180deg, #fff, #fff);
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
}

.col55 {
    box-sizing: border-box;
    padding-left: 20px;
    width: 60%;
}

.col514 {
    height: 375px;
    width: 375px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
}

.meetDoc h2 {
    text-align: center;
    font-size: 43px;
    color: #536f90;
    text-transform: UPPERCASE;
    FONT-WEIGHT: bold;
    font-size: 35px;
    margin-bottom: 40px;
}

.col55 blockquote:after {
    display: none;
}

.col55 blockquote span {
    display: inline-block;
    margin: 0 13px -6px 0;
    font-size: 6.5rem;
    line-height: 20px;
    font-family: Verdana;
    letter-spacing: -8px;
    vertical-align: bottom;
    opacity: .3;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.col55 blockquote {
    color: #626c72;
    font-style: italic;
    border-left: 3px solid rgba(0, 0, 0, 0.3);
    padding: 15px 2% 5px;
    margin: 30px 0;
}

.meetDoc .button {
    color: #fff;
    max-width: 200px;
    text-transform: uppercase;
    margin-top: 20px;
}

.button {
    text-transform: uppercase;
}

.col55 h4 {
    font-size: 45px;
    font-weight: 300;
    margin: 20px 0px 10px;
    line-height: 45px;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 1.35px;
}

.container_wide8+.container_wide8 {
    width: 100% !important;
}

.slick-dots {
    bottom: 0px;
    position: relative;
    /* padding: 30px 0px; */
}

.button {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: var(--pColor);
    background-color: var(--pColor);
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
}


/* mobile */

@media screen and (max-width: 880px) {
    .speciaci.newMenu {}
    html .wpb_wrapper h1 span {
        display: block;
        font-weight: 400;
        font-size: 25px;
    }
    .classic-header img {
        max-width: 300px;
        margin: 0px auto;
    }
    .c7 {
        width: 100%;
    }
    .kb4 {
        width: 100%;
    }
    .kb6 {
        width: 100%;
    }
    .oasdaso .c3 {
        display: none;
    }
    .featured .c6 {
        width: 100%;
        margin-bottom: 20px;
    }
    .home .sticks {
        background-color: #111;
    }
    .post_fields .c4:nth-child(1) {
        width: 100%;
    }
    .home .move_down {
        display: block;
        position: relative;
        z-index: 10;
    }
    .post_fields .c4 {
        width: 50%;
    }
    .treatments .c3 {
        width: 50%;
    }
    #header #logo a {
        display: block;
    }
    #header:after,
    #regular-header:after {
        clear: both;
        content: "";
        display: block;
    }
    .logo-wrap {
        width: 100% !important;
    }
    .classic-header .navigation .menu {
        display: block!important;
        float: none;
        background: transparent;
        margin-bottom: 0;
        transform: translateY(0px);
        height: auto;
        left: 0px !important;
    }
    #header .logo-wrap {
        float: none !important;
    }
    #secondary-navigation {
        height: auto !important;
    }
    #site-header .container {
        padding: 0px !important;
    }
    a#pull {
        margin: 0px !important;
        box-sizing: border-box;
    }
    .hide-d {
        display: block;
    }
    #header {
        background: none;
        padding: 0px 0 0px 0px;
        margin-bottom: 0px;
    }
    .mobileBtn {
        margin-bottom: 0px;
    }
    .mobileBtn a,
    .hours {
        display: block;
        color: #fff;
        text-align: center;
        background: #3989bf;
        padding: 10px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        margin: 10px !important;
    }
    .mobileBtn.phoneBtn {
        font-size: 20px;
    }
    .mobileBtn a:hover,
    .mobileBtn a:visited {
        color: #fff;
    }
    .primary-slider-container,
    .hide-xs {
        display: none;
    }
    .container,
    .welcome .container,
    .widgetBox {
        width: 96%;
        padding: 2%;
    }
    .innerImage {
        height: 300px;
    }
    .homeBoxes,
    .homeWidgets,
    .welcome,
    .footerSocial,
    div.footer .copy {
        width: 100%;
        height: auto;
    }
    .box01,
    .box02,
    .box03 {
        width: 96%;
        float: none;
        margin-bottom: 20px;
        padding: 2%;
    }
    .homeBoxes .box01,
    .homeBoxes .box02,
    .homeBoxes .box03 {
        width: 98%;
    }
    .post-content img {
        width: 100% !important;
        height: auto !important;
    }
    .footer-widgets.widgets-num-4 .f-widget:nth-child(even),
    .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
    .footer-widgets.widgets-num-4 .f-widget,
    .footer-widgets.widgets-num-3 .f-widget {
        width: 100% !important;
        max-width: 100% !important;
    }
    .hours {
        display: none !important;
    }
    .main-header {
        /* background-color: #fff !important; */
    }
    .leftwow {
        width: 100%;
    }
    .rightwow {
        width: 100%;
    }
    .col-sm-6 {
        width: 100%;
    }
    .row {
        margin: 0px;
    }
    .welcome iframe {
        height: 400px !important;
    }
    .featured .btn {
        display: block;
        text-align: center;
    }
    .leftLogo img {
        max-height: 70px;
        margin-top: 7px;
        margin-left: 2px;
        transition: all .5s ease;
    }
    .newMenu {
        padding-bottom: 3px;
        height: 85px;
    }
    .homeBoxes .box01,
    .homeBoxes .box02,
    .homeBoxes .box03 {
        height: auto;
    }
    .leftLogo {
        width: 470px;
        float: left;
    }
    .menu {
        top: 19px;
    }
    .menu+a {
        display: none !important;
    }
    .jc {
        position: absolute;
        bottom: 0px;
        right: 30px;
        width: 100px;
    }
    .wpb_wrapper h3 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 34px;
        margin-top: -8px;
    }
    .wpb_wrapper h1 {
        font-size: 50px;
    }
    .box02 .btn {
        display: block;
        max-width: 250px;
        margin: 10px auto 0px;
    }
    footer .container {
        width: 100%;
    }
    .welcome img {
        width: 100% !important;
    }
    .welcome {
        overflow: hidden;
    }
    .c6 {
        width: 100% !important;
    }
    #regular-header {
        display: none;
    }
    .sticky {
        background-color: #fff !important;
    }
    div.header-social-icons {
        float: none !important;
        text-align: center;
        background: none!important;
    }
    div.header-social-icons a {
        float: none;
        display: inline-block;
        position: relative;
        z-index: 9999;
    }
    .header-social-icons {
        text-align: Center;
        float: none !important;
    }
    .header-social-icons a {
        display: inline-block;
        font-size: 32px !important;
        width: 34px !important;
        line-height: 34px;
        color: #333 !important;
    }
    .innerImage.asda {
        max-height: 100px;
    }
    .wrapper:after {
        clear: both;
        content: "";
        display: block;
    }
    .wrapper {
        position: relative;
    }
    .menu {
        top: 19px;
    }
    .leftLogo a {
        padding: 0px 10px;
        line-height: 26px;
    }
    .rightMenu {
        height: 70px;
    }
    .leftLogo {
        left: 10px !important;
    }
}

@media screen and (max-width: 640px) {
    section.welcome h2 {
        font-size: 30px !important;
        line-height: normal !important;
    }
    .col3 {
        width: 100% !important;
    }
    span.tagle {
        position: absolute;
        right: 0px;
        z-index: 10000;
        height: 42px;
        top: 0px;
        display: block;
        width: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        border-left: 1px solid #fff;
    }
    .sub-menu {
        width: 100% !important;
        top: 0px !important;
        text-indent: 20px;
    }
    .tagle {
        display: block;
    }
    .benefit-box {
        width: 95%;
        margin: 0px;
    }
    .content_cta h1 {
        display: inline-block;
        background: rgba(255, 255, 255, .7);
        padding: 5px 20px 1px;
        margin-bottom: 19px;
        font-size: 30px;
        font-weight: 400;
    }
    .treatments .c3 {
        width: 100% !important;
    }
    .twr p {
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .content_cta {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .content_cta h3 {
        font-size: 20px;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .button-apt {
        background: var(--pColor);
        / color: #fff !important;
        padding: 20px 20px;
        font-size: 16px;
        box-sizing: border-box;
        margin: 0px 4px;
        font-weight: 300;
        line-height: .45;
        transition: all .3s ease;
        letter-spacing: .5px;
        padding-bottom: 23px;
    }
    .post_fields a {
        display: block;
        position: relative;
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
    }
    .post_fields .c4 {
        width: 100% !important;
    }
    .button-learn {
        box-sizing: border-box;
        background: var(--pColor);
        color: #fff !important;
        padding: 20px 25px;
        font-size: 16px;
        font-weight: 300;
        line-height: .45;
        transition: all .3s ease;
        letter-spacing: .5px;
        padding-bottom: 23px;
    }
    .wpb_wrapper h1 {
        font-size: 35px;
        line-height: 32px;
        margin-bottom: 18px;
        font-weight: bold;
    }
    .iisible {
        transform: translate(0%, 0%) translate3d(0px, 0px, 0px);
        top: 0%;
    }
}

.bibi {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: transparent;
}

.bg-mountains {
    position: absolute;
    left: 0;
    top: 1%;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .46;
}

.sspecials * {
    box-sizing: border-box;
}

.social-side {
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 300;
    width: 56px;
    padding: 10px 0;
    background: #e07b3b;
    border: 2px solid #fff;
    display: inline-block;
    float: none;
}

.bg-mountains>div {
    position: absolute;
    width: 100%;
    height: 800px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    filter: grayscale(1);
}

.m1 {
    z-index: -1;
    background-image: url(/wp-content/uploads/2020/10/mount_5.png);
    background-size: contain;
}

.m2 {
    z-index: -2;
    background-image: url(/wp-content/uploads/2020/10/mount_4.png);
    background-size: contain;
}

.m3 {
    z-index: -3;
    background-image: url(/wp-content/uploads/2020/10/mount_3.png);
    background-size: contain;
}

.m4 {
    z-index: -4;
    background-image: url(/wp-content/uploads/2020/10/mount_2.png);
    background-size: contain;
}

.m5 {
    z-index: -5;
    background-image: url(/wp-content/uploads/2020/10/mount_1.png);
    background-size: contain;
}


/* Side Socials/Phone */

.sspecials {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 75px;
    height: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-72%);
    left: 3px;
    z-index: 3000;
    display: none !important;
}

.sspecials.dirTab {
    top: 50%;
    transform: translateY(40%);
}

.call-side {
    width: 100%;
    height: 90px;
    padding: 23px 0 0;
    margin: 0 0 9px;
    background: #525252;
    border: 2px solid #000;
    position: relative;
}

.copyrights #logo a {
    font-style: italic;
    color: #fff !important;
    font-family: Montserrat;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 8px !important;
    display: block;
}

.call-side .infos {
    line-height: 24px;
    font-size: 20px;
    font-weight: 300 !important;
}

.call-side .icon {
    line-height: 25px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -17px -15px 0;
    background: #3989bf;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
}

.sociAnim a:nth-child(2) {
    color: #fff;
    margin-left: 5px;
}

.sociAnim a {
    color: #fff;
}

.sociAnim {
    line-height: 2;
    font-size: 10px !important;
    text-align: center;
    color: #fff;
    height: 72px;
    width: 200px;
    background: none;
    position: absolute;
    bottom: 12px;
    left: 0;
    margin-left: 73px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.RightBar {
    background: rgba(0, 0, 0, 0.7);
    height: 64px;
}

.RightBar a {
    font-size: 20px;
    line-height: 64px;
    display: block;
}

.sspecials.dirTab .RightBar a {
    line-height: 21px;
    font-size: 13px;
    display: block;
    padding-top: 10px;
    color: #fff;
}

.social-side {
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 300;
    width: 56px;
    padding: 10px 0;
    background: #e07b3b;
    border: 2px solid #fff;
    display: inline-block;
    float: none;
}

.social-side:before {
    content: '';
    border-color: #696969;
    border: 1px solid rgba(255, 255, 255, 0.31);
    width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}

.call-side span {
    font-size: 35px;
}

.side-s-wrap {
    position: relative;
    z-index: 1;
    vertical-align: top;
}

.social-side a {
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: auto;
    margin: 4px 0;
    display: block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.call-side:hover:after {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.sspecials:hover .sociAnim {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.circle-g {
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-width: 10px;
    border-radius: 50%;
    z-index: 100;
    box-sizing: border-box;
    background: rgb(255 255 255 / 39%);
    position: relative;
    transform: translateX(50%);
}

.circle-g:before {
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    position: absolute;
    content: "";
    z-index: 10;
    border-radius: 50%;
    background: var(--sColor);
}

.circle-g p {
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 1000;
    font-weight: bold;
    padding: 0px 30px;
    line-height: 1;
    text-align: center;
    margin: 0px;
}

.slickcarousel .slick-arrow:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    z-index: 10;
    opacity: 1;
    color: var(--pColor);
    content: "\f053";
    display: block;
    font-size: 40px !important;
}

.slickcarousel .slick-prev {
    left: 0px;
}

button.slick-prev.slick-arrow {
    width: 60px;
    height: 60px;
}

.slickcarousel .slick-next {
    right: 0px;
    height: 60px;
    width: 60px;
}

.slickcarousel .slick-next:before {
    content: "\f054";
}

.slickcarousel .slick-arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.homeServices {
    margin: 33px 0px 23px;
    padding-top: 40px;
    padding-bottom: 90px;
}

.testimonials {
    padding: 60px 0px;
}

.homeServices h2 {
    color: #fff;
    font-weight: bold !important;
    font-size: 37px;
    text-shadow: 0px 1px 1px #000;
}

.meetDoc {
    margin: 70px 0px 70px;
}

.call-side:before {
    content: '';
    border-color: #a5a5a5;
    border: 1px solid rgba(255, 255, 255, 0.31);
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}

.social-side a:hover {
    color: #afede2;
    z-index: 400;
    -webkit-transform: scale(1.66);
    -moz-transform: scale(1.66);
    -ms-transform: scale(1.66);
    -o-transform: scale(1.66);
    transform: scale(1.66);
}

html .carousel-caption span {
    display: block;
    font-weight: bold;
    font-size: 62px;
}

.carousel-caption h1 {
    line-height: 53px;
    margin-bottom: 27px;
    font-size: 56px;
}

a.button-apt.button-slanted {
    text-transform: uppercase;
}

.smallrightwow h1 {
    font-size: 39px;
}

.smallrightwow {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 0px 40px 0px 15px;
}

.col3 {
    width: 25%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}

.specialcont {
    background-color: #fff;
    padding: 40px 0px 0px;
    box-sizing: border-box;
}

.specialcont .col3:nth-child(2) ul {
    column-count: 2;
    font-size: 12px;
    color: #fff;
}

.widget h3 {
    color: #536f90 !important;
    border-bottom: 1px solid #2a4a6d;
    padding-bottom: 3px;
    font-weight: bold;
}

.widget p,
.widget a,
.widget li {
    color: #000000 !important;
}

footer {
    padding: 0px !important;
}

.cta.aparallax.specialParalla a:before {
    background-color: var(--aColor);
}

.fsocial a:hover {
    background-color: #ffeede;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .39);
}

a.button:before {
    background-color: var(--aColor);
    content: "";
    position: absolute;
    height: calc(100% + 12px);
    top: -5px;
    width: calc(100% - 20px);
    left: 10px;
    opacity: 0.2;
    z-index: -1;
}

.special-info {
    padding: 38px 0px;
    text-align: center;
}

.special-info h3 {
    text-align: center;
    font-size: 20px;
    margin: 20px 0px 17px;
    padding-bottom: 5px;
}

.special-info h2 {
    margin: 20px 0px 20px;
    text-align: center;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 1.35px;
    font-weight: lighter;
    padding-bottom: 5px;
    opacity: 0.7;
}

.special-info a {
    color: #fff;
    max-width: 200px;
    margin: 35px auto 15px;
    color: #fff !important;
}

a.button {
    position: relative;
}

.home-iframe {
    width: 70%;
    height: 500px;
    margin-top: 50px;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
    margin-right: auto;
    margin-left: auto;
}

a,
h3 {
    color: #2e547e;
}

h1,
h2,
h3,
p {
    margin-bottom: 10px;
}

h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000000;
}

.home-testimonials {
    margin: 60px 0px 35px;
}

.top-4 {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-4 div {
    height: 30px;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-color: var(--pColor);
    background-position: 50% 50%;
}

.top-4 h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-left: 15px;
    width: 75%;
}

.slickcarousel {
    padding: 60px 20px;
    box-sizing: border-box;
}

.item p {
    display: flex;
    width: 80%;
    max-width: none;
    margin: auto auto 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 1px;
    margin: 0px auto;
}

.container_wide8 {
    width: 80%;
    margin: 0px auto;
}

.midli {
    width: 80%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.boxies-design .cont-wide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 2px;
    box-sizing: border-box;
    position: relative;
}

.nice-grid {
    opacity: 1;
    height: 280px;
    width: 33.33%;
    background-position: 50% 50%;
    background-size: cover;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.bottom-4 {
    height: 30px;
    width: 90%;
    margin: 0px auto;
    margin-right: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: var(--pColor);
}

.item h4 {
    display: block;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--pColor);
    font-weight: 600;
    text-transform: uppercase;
}

.item img {
    max-width: 200px;
    height: 18px !important;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block !important;
    vertical-align: middle;
}

.col.c4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: var(--sColor);
    border-radius: 50%;
    -webkit-transition: border-width .3s ease-in, box-shadow .3s ease-in;
    width: 280px;
    height: 280px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.services-header .clearfix {
    z-index: -2;
    display: flex;
    margin-top: 40px;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.col.c4 h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #31302f;
    line-height: 27px;
    letter-spacing: 4.4px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s;
}

.col.c4 p {
    display: block;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 1px none #ffeede;
    border-left: 1px none #ffeede;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 100;
}

.col.c4:hover {
    border-width: 2px;
    box-shadow: -7px 7px 14px 0 rgba(0, 0, 0, .19);
    background-color: var(--pColor);
}

.services-header h3 {
    font-size: 24px;
}

.circle-serv .lap {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 200px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.col.c4:hover h2 {
    color: #fff;
    transform: translateY(-55px);
}

.col.c4:hover .lap {
    transform: translateY(-55px);
}

.circle-serv .lap {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 200px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.col.c4:hover h2 {
    color: #fff;
    transform: translateY(-55px);
}

.col.c4:hover .lap {
    position: absolute;
}

.col.c4:hover .lap {
    transform: translateY(-50px);
    opacity: 1;
}

.services-header {
    overflow: visible;
    padding-bottom: 200px;
    padding-top: 50px;
    position: relative;
}

.leftLogo a {
    color: var(--pColor);
    text-shadow: 0px 0px 0px;
}

.services-header:before {
    height: 100%;
    width: 100%;
    /* background-image: linear-gradient(180deg, #fff 25%, transparent 100%); */
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    opacity: 0.3;
}

a.button span {
    position: relative;
    z-index: 10;
}

.rcta a {
    color: #000;
}

.lcta {
    width: 375px;
    height: 375px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
}

.rcta {
    margin-left: 35px;
    width: 60%;
    position: relative;
    z-index: 1;
}

.page-id-138 .bg-mountains {
    top: -39%;
    opacity: 0.2;
}

.bm1 {
    z-index: -2;
    background-image: url(/wp-content/uploads/2020/10/cm-1-2.png)
}

.bm2 {
    z-index: -3;
    background-image: url(/wp-content/uploads/2020/10/cm-1-3.png)
}

.bm3 {
    z-index: -4;
    background-image: url(/wp-content/uploads/2020/10/cm-1-4.png)
}

.bm4 {
    background-image: url(/wp-content/uploads/2020/10/cm-1-5.png)
}

.bm5 {
    background-image: url(/wp-content/uploads/2020/10/cm-1-1.png)
}

.bg-mountains2>div {
    transition: all 2.5s ease-in-out;
}

.bg-mountains2 div:nth-child(1),
.bg-mountains2 div:nth-child(2),
.bg-mountains2 div:nth-child(3) {
    display: block;
    width: 100%;
    height: 800px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.bm4 {
    position: absolute;
    z-index: -5;
    width: 115%;
    height: 800px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-mountains2,
.bm5 {
    width: 100%;
    position: absolute;
}

.bm5 {
    z-index: -6;
    height: 800px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.fmap {
    width: 50%;
    padding-top: 10px;
    border-style: none;
    padding-right: 40px;
    box-sizing: border-box;
}

.fl {
    display: flex;
    width: 50%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 21px;
}

.col.c4 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

.fl6 {
    width: 71%;
}

.fmap iframe {
    height: 360px;
    display: block;
    box-shadow: -5px 5px 4px 0 rgba(0, 0, 0, .19);
    display: block;
    width: 100%;
}

footer#site-footer .container_wide {
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 50px;
}

footer#site-footer .container_wide {
    position: relative;
    z-index: 1;
}

.fsocial a:hover {
    background-color: var(--sColor);
    color: #fff !important;
}

.fl>div:nth-child(1) {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #2e547e;
}

.fl6+.fl6 {
    display: flex;
    width: 50%;
    padding-top: 45px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    flex-direction: column;
}

footer#site-footer {
    position: relative;
    background-color: transparent !important;
}

footer#site-footer {
    position: relative;
    background-color: transparent !important;
}

.fsocial a {
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: 1px solid #627e9e;
    font-size: 23px;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.bg-mountains2 {
    z-index: -1;
    overflow: hidden;
    opacity: .4;
    height: 500px;
    bottom: 0px;
}

.menu-item-has-children>a:after {
    opacity: 0;
}

.reviews-wrapper .bg-mountains {
    top: 65%;
}

p.left-align a {
    font-weight: bold;
}

.fl p {
    color: #2e547e;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

#site-footer img {
    max-width: 358px;
}

.fl .fl6:nth-child(1) p:last-of-type {
    margin-top: 34px;
    margin-bottom: 0px !important;
    position: relative;
    bottom: 0;
    line-height: 28px;
}

.col.c4 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

p.left-align {
    width: 93%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

.col.c4 h2:before,
.col.c4 h2:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--sColor);
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.col.c4 h2 {
    position: relative;
}

.col.c4 h2:before {
    top: -6px;
}

p.left-align {
    width: 93%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

.col.c4 h2:after {
    top: auto;
    bottom: -5px;
}

.col.c4:hover h2:before,
.col.c4:hover h2:after {
    opacity: 0;
}

.list-3 {
    width: 90%;
    letter-spacing: 1px;
    margin: 0px auto 10px;
    padding: 0px;
}

ol,
ul {
    margin-bottom: 10px;
    padding-left: 40px;
}

.list-3 a {
    font-weight: bold;
}

.inside-row h2 {
    text-align: center;
}

.inlin {
    width: 92%;
    margin: 0px auto;
}

.plater {
    width: 100%;
    height: 23px;
    margin-top: 63px;
    margin-bottom: 20px;
    background-color: #2e547e;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
}

.list {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    list-style-type: disc;
}

@media screen and (max-width: 1400px) {
    .container_wide8+.container_wide8 {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .col.dimg {
        left: 0;
        width: 400px;
        height: 400px;
    }
    section.welcome .container {
        padding-left: 10px;
    }
    .col.dtext {
        width: 50%;
    }
    h2 {
        font-size: 40px;
    }
    .new-caption {
        padding: 0px 20px;
        width: 100%;
    }
    .leftLogo {
        left: 25px;
    }
    .rightMenu {
        right: 30px;
        left: auto;
        right: 0px;
    }
    .col514 {
        width: 300px;
        height: 300px;
    }
    .meetDoc .container {
        padding: 30px;
        max-width: 95% !important;
    }
    .col.c4 {
        width: 250px;
        height: 250px;
        margin-bottom: 15px;
        background-color: hsla(0, 0%, 100%, .7);
    }
    .services-header .clearfix {
        flex-wrap: wrap;
    }
    .lcta {
        width: 240px;
        height: 240px;
    }
    .cta.aparallax.specialParalla h3 {
        font-size: 29px;
        margin: 10px 0px 29px;
    }
    .fl {
        width: 100%;
    }
    footer#site-footer .container_wide {
        flex-wrap: wrap;
        height: auto;
    }
    .fmap {
        width: 90%;
        margin: 0px auto;
    }
    .bg-mountains2 {
        bottom: 0px;
    }
}

.col.c4 p:before {
    left: -30px;
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: #fff;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transition-delay: .5s;
    opacity: 0;
}

.page-id-145 section.serv_page {
    background: none;
}

.col.c4 p:after {
    right: -30px;
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: #fff;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transition-delay: .5s;
    opacity: 0;
}

.col.c4:hover p:before {
    left: 0px;
    opacity: 1;
}

.col.c4:hover p:after {
    right: 0px;
    opacity: 1;
}

.col.c4 p {
    position: relative;
}

.page-bg-holder {
    position: relative;
    height: 80vh;
    min-height: 450px;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.page-bg-holder {
    position: relative;
    height: 100px;
    min-height: 250px;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-image: url(/wp-content/uploads/2020/10/diagmonds-light-2.png) !important;
}

.page-text-holder h2 {
    letter-spacing: 2px;
}

.page-text-holder {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0px;
    width: 100%;
    margin: 30px auto 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--pColor);
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
    box-sizing: border-box;
    text-align: center;
}

.page-text-holder * {
    color: #fff;
    font-size: 48px;
    line-height: 54px;
    font-weight: 100;
    font-weight: 100 !important;
    margin: 20px 0px 10px;
}

section.serv_page {
    text-align: center;
}

.serv_item {
    display: flex;
    width: 70%;
    margin: 65px auto;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.serv_page .container {
    width: 100% !important;
    max-width: 100% !important;
}

.serv_item:after {
    width: 100%;
    height: 23px;
    margin-top: 60px;
    margin-bottom: 20px;
    content: "";
    display: block;
    background-color: #2e547e;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
}

.serv_item p {
    max-width: 1000px;
}

.col6.lia {
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
}

.col6 p {
    width: 100%;
}

.serv_item p {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

.page-text-holder h3 {
    color: #ffeede;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 3px;
}

h1,
h2,
h3 {
    margin-top: 20px;
}

h1,
h2,
h3,
p {
    margin-bottom: 10px;
}

section.serv_page {
    margin-bottom: -200px;
    padding-bottom: 220px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, transparent), to(#a7bdce));
    background-image: linear-gradient(180deg, transparent 63%, #a7bdce);
}

.team-wrapper-page .col.c4:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: #2e547e;
    border-radius: 50%;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.team-wrapper-page .col.c4:hover:before {
    opacity: 1;
}

.team-wrapper-page .col.c4 .lap {
    transform: translateY(-50%) !important;
}

.team-wrapper-page .col.c4 p {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transition-delay: 1.2s;
}

.team-wrapper-page .col.c4:hover p {
    opacity: 1;
}

.team-wrapper-page .services-header {
    height: auto;
    background: #fff;
    padding: 0px;
}

.team-wrapper-page .col.c4 h2 {
    transform: translateY(50px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.8s ease-in-out;
    font-weight: bold;
    transition-delay: 0.5s;
    opacity: 0;
}

.team-wrapper-page .services-header .clearfix {
    margin-top: 15px;
}

.team-wrapper-page .col.c4:hover h2 {
    color: #fff;
    transform: translateY(0px);
    opacity: 1;
}

.tips-section {
    position: relative;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding: 70px 70px 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fef9f6;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
    margin: 0px auto;
    box-sizing: border-box;
}

.tips-image {
    overflow: hidden;
    width: 375px;
    height: 375px;
    border-radius: 50%;
    background-size: cover;
    background-position: 85% 50%;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
}

.team-sub-header {
    width: 100%;
    text-align: center;
}

.services-header .clearfix {
    flex-wrap: wrap;
    padding-bottom: 26px;
}

.team-sub-header h3 {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 1.35px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #333;
    margin-bottom: 35px;
}

.team-wrapper-page .c4 {
    background-position: 50% 50%;
    background-size: contain;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
}

.tips-text {
    width: 60%;
    padding-left: 40px;
    box-sizing: border-box;
}

.sc-3 {
    width: 31%;
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: left;
}

.classic-wrapper h3 {
    margin-bottom: 26px;
}

.sc-3 h3 {
    margin-top: 14px;
    margin-bottom: 9px;
}

.sc-3 svg {
    max-width: 50.33px;
}

.opla {
    display: flex;
    width: 88%;
    margin: 60px auto;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


/* Social Page */

.site-social {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-social a {
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-social {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.gform_footer input {
    background-color: var(--aColor);
}

.gform_footer input:hover {
    color: #fff !important;
}

.site-social span {
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    font-size: 23px;
    transition: all .2s ease-in;
    border-radius: 50%;
    border: 1px solid #2e547e;
    margin-right: 7px !important;
}

.really-wide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin: 50px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.site-social a:hover span {
    border-style: none;
    background-color: #ffeede;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .39);
}

.page-id-167 .main-container {
    background-image: linear-gradient(180deg, #ffeede, transparent 48%);
}

.mason-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin: 16px auto;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    box-sizing: border-box;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: linear-gradient(225deg, #6d8da5, #2e547e);
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
}

.mason-wrap * {
    color: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 880px) {
    .newMenu {
        position: relative;
    }
    .leftLogo+.rightMenu {
        right: 100px;
    }
    .leftLogo+.rightMenu a {
        font-size: 30px;
    }
    .leftLogo+.rightMenu a:nth-child(2) {
        transform: scaleX(-1);
        position: relative;
        display: inline-block;
        margin-left: 15px;
    }
    .menuFromAbove>ul {
        width: 100% !important;
    }
    .home-iframe {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        margin: 30px auto;
    }
    .meetDoc .button {
        margin: 20px auto;
    }
    .special-info p {
        text-align: center;
    }
    .circle-g {
        opacity: 0;
    }
    .services-header h3 {
        text-align: center;
    }
    .services-header h2 {
        text-align: center;
        line-height: 47px;
        opacity: 0.9;
    }
    .cta {
        margin: 0px;
        width: 100% !important;
    }
    .content_cta {
        flex-wrap: wrap;
    }
    .rcta {
        width: 100%;
        text-align: center;
        margin: 0px auto;
    }
    .content_cta p {
        text-align: center;
    }
    .cta.aparallax.specialParalla a {
        margin: 0px auto;
    }
    .col.c4 {
        border-width: 2px;
        box-shadow: -7px 7px 14px 0 rgba(0, 0, 0, .19);
        background-color: #32527a;
    }
    .services-header {
        height: auto;
    }
    .bg-mountains2 {
        display: none !important;
    }
    .item p {
        height: auto;
    }
    html #page.homepage {
        padding: 0px !important;
    }
    .col.c4 p:before,
    .col.c4 p:after {
        opacity: 1 !important;
    }
    .col.c4 p:before {
        left: 0px !important;
    }
    .col.c4 p:after {
        right: 0px !important;
    }
}

@media screen and (max-width: 640px) {
    .col.dimg {
        height: 280px;
        width: 280px;
    }
}

.grid figure:nth-child(2) {
    animation-delay: 0.1s;
}

.grid figure:nth-child(3) {
    animation-delay: 0.2s;
}

.grid figure:nth-child(4) {
    animation-delay: 0.3s;
}

.grid figure:nth-child(5) {
    animation-delay: 0.4s;
}

.grid figure:nth-child(6) {
    animation-delay: 0.5s;
}

.grid figure:nth-child(7) {
    animation-delay: 0.6s;
}

@media screen and (max-width: 540px) {
    .item p {
        padding: 10px 0px;
    }
    .services-header {
        padding-bottom: 50px;
    }
    .fmap {
        width: 90%;
        margin: 0px auto;
        height: auto;
        padding-bottom: 40px;
    }
    .services-header h2 {
        font-size: 26px;
        line-height: 31px;
    }
    .new-caption h2 p {
        font-size: 31px;
        line-height: 34px;
    }
    .new-caption h2 {
        font-size: 18px;
    }
    .services-header h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .fl6 {
        width: 100%;
    }
    .fl6+.fl6 {
        width: 100% !important;
        border: 0px;
        display: none;
    }
    .fl {
        flex-wrap: wrap;
    }
    .fl p {
        margin: 0px;
        opacity: 1;
    }
    .special-info h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .col55 {
        padding: 10px !important;
    }
    .col55 h4 {
        font-size: 29px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .col514 {
        margin: 0px auto;
    }
    .meetDoc .container {
        max-width: 100% !important;
        padding: 15px !important;
    }
    p {
        font-size: 16px;
        line-height: 27px;
    }
    .bg-mountains {
        display: none !important;
    }
}

.popflex {
    position: fixed;
    left: auto;
    top: auto;
    right: 6%;
    bottom: 0;
    z-index: 9999999999999;
    display: flex;
    width: 280px;
    height: 50px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, .8);
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .41);
}

.div-block-4+img {
    width: 90px;
    max-width: none;
}

.div-block-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-block-4 p {
    margin: 0px 5px;
    font-size: 21px;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
    color: #2e547e;
    font-size: 22px;
    font-weight: 600;
}

.popflex a {
    margin-top: 2px;
    margin-left: 10px;
    color: #2736e9;
    font-size: 13px;
}

.c4:nth-child(1) {
    animation-delay: 0.2s;
}

.c4:nth-child(2) {
    animation-delay: 0.4s;
}

.c4:nth-child(3) {
    animation-delay: 0.6s;
}

.c4:nth-child(4) {
    animation-delay: 0.8s;
}

.services-header h2 {
    animation-delay: 0.4s;
}

.newMenu,
.newMenu img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newMenu.speciaci.sadla {
    background-color: rgba(255, 238, 222, 0);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}

.newMenu.speciaci.sadla img {
    /* opacity: 0.3; */
}

p.slias {
    letter-spacing: 0px !important;
    font-size: 13px !important;
    font-weight: bold;
}

.review-qt {
    position: relative;
    left: -11px;
    width: 40px;
    height: auto;
    margin-bottom: 10px;
}

.tas img {
    max-height: 18px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.page-id-176 .page-bg-holder {
    background-position: 50% 0;
}

.tas h2 {
    color: #ffeede;
    font-size: 13px;
    vertical-align: middle;
    font-weight: bold;
    margin: 0px !important;
    letter-spacing: 3.2px;
    line-height: 32px;
}

.grid figure {
    cursor: auto !important;
}

.tas {
    display: flex;
    align-items: center;
}

.reviews-wrapper {
    padding-top: 105px;
    padding-bottom: 140px;
}

.classic-wrapper {
    display: flex;
    margin: 65px auto;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.classic-wrapper .row {
    text-align: center;
}

.bg_one {
    position: absolute;
    width: 100%;
    width: 1000px;
    height: 150%;
    height: 1000px;
    height: 800px;
    width: 800px;
    -moz-transform: skew(0, 30deg);
    -webkit-transform: skew(0, 30deg);
    -o-transform: skew(0, 30deg);
    -ms-transform: skew(0, 30deg);
    transform: skew(0, 30deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    clear: both;
    margin-top: 200px;
    margin-top: 115px;
    opacity: 0.4;
    background-size: 53px;
    background-repeat: repeat;
    float: left;
    margin-left: -520px;
    top: -20%;
}

.bg_two {
    position: absolute;
    width: 100%;
    width: 1000px;
    height: 150%;
    height: 1000px;
    height: 800px;
    width: 800px;
    -moz-transform: skew(0, 30deg);
    -webkit-transform: skew(0, 30deg);
    -o-transform: skew(0, 30deg);
    -ms-transform: skew(0, 30deg);
    transform: skew(0, 30deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    clear: both;
    margin-top: 200px;
    margin-top: 115px;
    background-size: 32px;
    background-repeat: repeat;
    float: right;
    margin-right: -520px;
    margin-right: -520px;
    margin-right: -820px;
    margin-top: -40px;
    width: 1000px;
    height: 1000px;
    right: 0px;
    opacity: 0.4;
    top: 15%;
}

.special-list {
    display: flex;
    width: 88%;
    margin-top: 25px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 38px auto;
}

.divider {
    position: static;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.special-list svg {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
    margin-bottom: 0px;
}

.special-list div {
    width: 50%;
    text-align: left;
    display: block;
    padding-left: 50px;
    box-sizing: border-box;
    color: #6d8da5;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.special-list div:last-of-type {
    width: 100%;
}


/* SubMenu */

@media screen and (min-width: 881px) {
    .menuFromAbove ul li:hover ul {
        display: block;
    }
    header div>ul>li>ul.sub-menu {
        position: absolute;
        background: #ddd;
        display: none;
        min-width: initial;
        width: inherit;
        z-index: 10;
        background-color: transparent;
        box-sizing: border-box;
        flex-wrap: wrap;
        max-width: 550px;
        min-width: 100%;
        opacity: 0;
    }
    .menuFromAbove li:hover ul.sub-menu {
        display: flex;
        left: 100% !important;
        opacity: 1;
        visibility: visible;
        top: -10% !important;
        align-items: center;
        justify-content: center;
    }
    ul.sub-menu {
        -webkit-transition: all .2s cubic-bezier(.69, 0, .25, .90);
        transition: all .2s cubic-bezier(.69, 0, .25, .90);
        width: 200px;
        bottom: auto;
        position: relative;
        color: #fff;
        display: none;
        opacity: 1;
        visibility: visible;
        top: -6px !important;
        position: relative;
    }
    ul.sub-menu li {
        background-color: transparent;
        width: 100%;
        display: block;
        text-align: left;
    }
}

.flex-conti {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-6 {
    width: 450px;
    margin: 10px;
}

.price-lap {
    display: flex;
    height: 85px;
    padding-top: 25px;
    padding-bottom: 15px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #2e547e;
    color: #ffeede;
    letter-spacing: 4px;
    margin: 0px;
    box-sizing: border-box;
    font-size: 22px;
}

.price-fee {
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cbd4e0), to(#cbd4e0));
    background-image: linear-gradient(180deg, #cbd4e0, #cbd4e0);
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.price {
    font-size: 64px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-right: 7px;
}

.fee {
    color: rgba(51, 51, 51, .58);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 2.8px;
    text-align: left;
}

.list-gets {
    border-style: solid none none;
    border-width: 3px 1px 1px;
    border-color: #fff #000 #000;
    background-color: #eaedf2;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.inside-row {
    display: flex;
    width: 70%;
    margin: 65px auto 0px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lgw {
    width: 82%;
    margin-right: auto;
    margin-left: auto;
    color: #424648;
    font-size: 16px;
}

.lgw p {
    color: #424648;
    font-size: 16px;
}

.plater {
    width: 100%;
    height: 23px;
    margin-top: 63px;
    margin-bottom: 20px;
    background-color: #2e547e;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .19);
}

.special-list+div {
    margin-top: 55px;
    margin-bottom: 91px;
}

ul.sub-menu a {
    font-size: 16px !important;
    box-sizing: border-box;
}

li#menu-item-187 .sub-menu li {
    width: 50%;
}

li#menu-item-187>ul {
    min-width: 387px;
}

ul.sub-menu li {
    width: 100%;
    box-sizing: border-box;
    line-height: normal !important;
    padding: 4px 0;
    line-height: normal !important;
    margin: 0px !important;
    width: 100%;
}

a.special-button {
    display: block;
    max-width: 170px;
    width: auto;
    color: #fff;
    padding: 5px 20px;
    height: auto;
    font-weight: bold;
    margin: 30px auto 0px;
}

.ii-flex {
    display: flex;
    margin-top: 60px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ii-flex p {
    max-width: 1000px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    width: 93%;
}

.ii-fles {
    display: flex;
    width: 88%;
    margin: 60px auto;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-id-189 section.serv_page {
    background: none;
}

.ii-fles .i3 {
    width: 30%;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    color: #2e547e;
}

.detailText {
    padding-top: 15px;
}

a.button span {
    color: #000;
}

.current-menu-item a {
    color: #fff !important;
}

@media screen and (max-width: 1280px) {
    .col.c4 {
        width: calc(25% - 20px);
    }
}

@media screen and (max-width: 1200px) {
    .rightMenu {
        right: 27px;
    }
}

@media screen and (max-width: 991px) {
    .home .cta {
        margin-top: -65px;
    }
    .col.c4 {
        width: 250px;
        height: 250px;
        margin-bottom: 15px;
        background-color: hsla(0, 0%, 100%, .7);
    }
    section.welcome.dm_1 .dimg {
        left: 0px;
    }
    .dimg {
        left: 0px;
    }
    html h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .page-bg-holder {
        background-attachment: scroll;
    }
    .page-text-holder {
        padding-right: 30px;
        padding-left: 30px;
    }
    .cta {
        width: 95%;
        margin-bottom: 0px;
    }
    .circle-g {
        width: 168px;
        height: 168px;
    }
    .fmap .fsocial {
        order: 1;
        margin-top: 41px;
        margin-bottom: 41px;
    }
    .fmap iframe {
        order: 2;
    }
    .fmap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        /* padding: 0px; */
    }
    .tips-section {
        padding: 25px;
    }
    .classic-header .navigation.mobile-menu-wrapper {
        width: 100% !important;
        text-align: center;
        align-items: center;
        padding: 0px !important;
        text-align: center;
    }
    .classic-header .navigation .menu li {
        display: inline-block;
        float: none;
    }
    .classic-header .navigation .menu {
        text-align: center;
    }
}

@media (max-width: 880px) {
    .classic-header .navigation.mobile-menu-wrapper {
        width: 300px !important;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .newMenu+.rightMenu {
        right: 0px;
        top: 25px;
    }
    .home .cta {
        margin-top: 0px;
    }
    .c4 h2 {
        transform: translateY(-55px);
        color: #fff !important;
    }
    .c4 h2:before,
    .c4 h2:after {
        opacity: 0 !important;
    }
    .c4 .lap {
        opacity: 1 !important;
        transform: translateY(-50px);
    }
    .col.c4 {
        background-color: var(--sColor);
    }
    .site-social a {
        width: 45%;
        margin-top: 22px;
        margin-bottom: 22px;
        padding: 21px;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: transparent;
        box-sizing: border-box;
    }
    .site-social span {
        width: 100px;
        height: 100px;
        font-size: 42px;
        margin-bottom: 9px;
    }
    .site-social {
        flex-wrap: wrap;
    }
    .reviews-wrapper {
        padding-bottom: 70px;
        padding-top: 0px;
    }
    .page-id-167 .cta.aparallax {
        margin-bottom: 20px;
    }
    .really-wide-container {
        flex-wrap: wrap;
    }
    .ii-fles .i3 {
        width: 100%;
        line-height: 30px;
    }
    .ii-fles {
        flex-wrap: wrap;
    }
    .special-list {
        width: 100%;
    }
    .flex-6 {
        margin-bottom: 23px;
    }
    .flex-conti {
        flex-wrap: wrap;
    }
    .special-list+div {
        margin-bottom: 64px;
    }
    .inside-row {
        margin-top: 50px;
        width: 95%;
    }
    .classic-wrapper {
        margin-bottom: 40px;
    }
    .serv_item {
        width: 95%;
    }
    .serv_item {
        width: 95%;
    }
    .tips-section {
        display: flex;
        flex-wrap: wrap;
    }
    .tips-image {
        width: 240px;
        height: 240px;
    }
    .tips-text {
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    .tips-section {
        width: 100%;
    }
    .tips-text {
        padding-left: 20px;
        box-sizing: border-box;
    }
    p.left-align {
        padding-left: 20px;
    }
    .homeServices {
        padding-top: 0PX;
        margin-top: 0px;
    }
    .grid figure {
        margin: 15px 0px;
    }
    .cta.aparallax {
        flex-wrap: wrap;
    }
    .cta.aparallax.specialParalla h3 {
        font-size: 40px;
        line-height: 46px;
        margin: 20px 0px 25px;
    }
    .c6:nth-child(1) {
        text-align: center !important;
    }
    .dm_1 .col.dtext {
        padding-left: 15px;
    }
    .page-id-138 section.welcome.dm_1 {
        padding-bottom: 100px;
    }
    .sc-3 {
        width: 100%;
        text-align: center;
    }
    .opla {
        flex-wrap: wrap;
        width: 95%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .sc-3 {
        width: 100%;
        text-align: center;
    }
    .opla {
        flex-wrap: wrap;
        width: 95%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .team-sub-header h3 {
        font-size: 40px;
        line-height: 46px;
        margin: 10px 0px;
    }
    .team-wrapper-page .c4 {
        display: none;
    }
    .sc-3 svg {
        opacity: 0;
    }
}

.gform_footer input {
    color: #fff;
}

@media screen and (max-width: 540px) {
    .new-caption h2 p {
        font-size: 40px;
        line-height: 50px;
        line-height: 1;
    }
    .col.c4 {
        height: 280px;
        width: 280px;
    }
    .leftLogo a {
        padding-left: 0px;
        font-size: 19px;
        line-height: 1;
        padding: 0px 20px;
    }
    .newMenu {
        height: 75px;
    }
    .leftLogo+.rightMenu {
        right: 86px;
    }
    .leftLogo+.rightMenu a {
        font-size: 20px;
    }
    .rightMenu {
        height: 29px;
    }
    .cta.aparallax.specialParalla h2 {
        line-height: 35px;
    }
    .cta.aparallax.specialParalla h3 {
        padding: 0px;
        font-size: 25px;
        margin-bottom: 45px;
    }
    .site-social a {
        font-size: 0px;
    }
    .page-text-holder {
        bottom: 0px;
    }
    .ii-flex p {
        text-align: center;
        font-size: 16px;
        line-height: 36px;
    }
    .special-list span {
        width: 100%;
        padding-left: 20px;
    }
    .page-text-holder {
        margin: 0px;
        width: 100%;
    }
    .price {
        font-size: 44px;
    }
    .fee {
        text-align: center;
    }
    .page-text-holder h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .serv_item h2 {
        font-size: 30px;
    }
    p {
        font-size: 16px;
    }
    .serv_item p {
        text-align: center;
    }
    .left-align p {
        line-height: 36px;
    }
    .detailText p {
        line-height: 36px;
    }
    .serv_item {
        width: 90%;
    }
    p.left-align {
        padding: 0px;
        text-align: center;
        width: 100%;
        line-height: 36px;
    }
    .tips-text h2 {
        font-size: 34px;
    }
    .tips-text {
        padding: 0px;
    }
    .newMenu {
        padding: 0px;
    }
    .leftLogo {
        left: 0px !important;
        max-width: 200px;
    }
    html h2 {
        font-size: 30px;
    }
    .leftLogo img {
        max-width: 184px;
    }
}

.newMenu+.rightMenu {
    position: fixed;
}

.menuFromAbove>ul {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    transition-delay: 0.5s;
}

.fl p strong {
    font-weight: bold;
}

.menuFromAbove.iisible>ul {
    opacity: 1;
}

.thing-from-side {
    position: fixed;
    position: fixed;
    top: 0px;
    left: -100%;
    position: fixed;
    background-size: cover;
    background-position: center center;
    z-index: 999;
    height: 100%;
    -webkit-transition: all .7s cubic-bezier(.69, 0, .25, .90);
    transition: all .7s cubic-bezier(.69, 0, .25, .90);
    height: 100vh;
    top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .65)), to(rgba(0, 0, 0, .65)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
    left: 0px;
    width: 100%;
    top: 0px;
    left: -100%;
    z-index: 999;
}

p.rh3.p-header {
    text-transform: uppercase;
}


/*
.thing-from-side.show-side {
    left: 0px;
}
*/

.nice-button a {
    line-height: 1;
}

.nice-button i {
    position: relative;
    left: 7px;
}

.newMenu.speciaci {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    width: 100%;
}

@media (min-width: 881px) {
    .anchor-fix {
        position: relative;
        top: -140px;
        display: block;
    }
}

@media (max-width: 880px) {
    .nice-grid {
        width: 50%;
    }
    .top-4 h3 {
        width: 75%;
    }
    footer#site-footer {
        overflow: hidden;
    }
    .body-wrap {
        overflow: hidden;
    }
    footer#site-footer .container_wide {
        position: relative;
        z-index: 1;
    }
    footer#site-footer .container_wide .fl {
        margin-bottom: 30px;
    }
    div#carousel-example-generic {
        height: 500px;
    }
    html .slick-dots {
        bottom: -15px;
    }
}

.circle-as {
    opacity: 1;
    height: 280px;
    width: 33.33%;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 540px) {
    .top-4 h3 {
        width: 100%;
    }
    .nice-grid {
        width: 100%;
        height: 200px;
    }
}

#site-footer .bg_one {
    top: 15.92% !important;
    margin-left: -320px;
}

#site-footer .bg_two {
    top: -20.08% !important;
    margin-right: -500px !important;
}

.fmap iframe {
    filter: grayscale(1);
}

.fl6 #logo a {
    display: block;
    /* padding: 0px 20px; */
}

.page-bg-holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: var(--sColor);
    opacity: 0.4;
}

@media (min-width: 881px) {
    .classic-header ul#menu-main-menu {
        height: auto !important;
        padding: 0px !important;
    }
    .classic-header div#secondary-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .classic-header #logo a {
        font-weight: bold !important;
        font-size: 20px !important;
    }
    .classic-header .logo-wrap {
        width: auto !important;
    }
    .classic-header .navigation {
        width: auto !important;
        margin: 0px auto;
        margin-right: 0px;
    }
    div#carousel-example-generic.smallervideo {
        height: 750px !important;
    }
}

@media (max-width: 880px) {
    .welcome {
        padding-top: 45px;
    }
    .top-4 div {
        width: 15%;
    }
    .vlaper {
        margin-bottom: 20px;
    }
    .nice-animation div {
        height: 0px;
        margin: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 0px;
    }
    .nice-animation {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .leftLogo+.rightMenu {
        top: 50%;
        transform: translateY(-50%);
    }
    .classic-header #logo a {
        display: block;
        text-align: center;
        font-weight: bold !important;
        font-size: 26px !important;
    }
    div#carousel-example-generic.smallervideo {
        display: none !important;
    }
}


/* Menu  */

.noscroll {
    overflow: hidden !important;
}

ul.sub-menu,
.menu-item-has-children>a:after {
    display: none;
}

span.tagle {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 47px;
    color: #fff;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

ul.sub-menu {
    padding: 0px;
}

html nav.menu {
    display: block;
    height: 710px;
    overflow-y: scroll;
    padding: 0px 30px;
    box-sizing: border-box;
    max-height: 90vh;
}

nav.menu::-webkit-scrollbar {
    width: 4px;
}

nav.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(255 255 255);
}

nav.menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

ul.sub-menu li {
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
}

ul.sub-menu {
    max-width: 400px;
    margin: 0px auto;
    background: transparent;
}

ul.sub-menu li:last-of-type {
    margin: 0px;
}

.menu-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-items: center;
    background-color: rgb(0 0 0 / 84%);
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    z-index: 999999;
}

.menu-wrap.show-it {
    opacity: 1;
    visibility: visible;
}

nav.menu {
    width: 100%;
    max-width: 600px;
}

nav.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    /* text-align: center; */
}

.icon-list>li>a {
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 5px 20px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold !important;
    border: 3px solid #ffffff;
    letter-spacing: 3px;
    margin: 0px 0px 10px;
}

button#close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    background: var(--pColor);
    border: 0px;
    color: #fff;
    padding: 20px;
    font-size: 0px;
}

button#close-button:before {
    content: '\f00d';
    color: #fff;
    font-size: 20px;
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.menu>p a {
    font-weight: bold;
    font-size: 29px;
}

.sadla {
    opacity: 1;
    visibility: visible;
}

.current_page_item a {
    border-color: #ffffff !important;
}

.menu-a {
    top: 33px;
    position: relative;
}

@media (max-width: 880px) {
    .menu-a {
        top: 19px;
    }
}

@media (max-width: 640px) {
    .menu-a {
        top: 4px;
        right: 10px;
    }
}

.leftLogo img {
    filter: brightness(0);
}

#site-footer img {
    filter: brightness(0);
}


/* Menu  */

.noscroll {
    overflow: hidden !important;
}

ul.sub-menu,
.menu-item-has-children>a:after {
    display: none;
}

span.tagle {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 47px;
    color: #fff;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.menu-wrap li {
    position: relative;
}

ul.sub-menu {
    padding: 0px;
}

html nav.menu {
    display: block;
    height: 710px;
    overflow-y: scroll;
    padding: 0px 30px;
    box-sizing: border-box;
    max-height: 90vh;
}

nav.menu::-webkit-scrollbar {
    width: 4px;
}

nav.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(255 255 255);
}

nav.menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

ul.sub-menu {
    max-width: 400px;
    margin: 0px auto;
    background: transparent;
    position: relative;
    left: 0px;
    transition: 0s !important;
    width: 100%;
}

.menu-wrap .fa-minus:before {
    content: "\f068" !important;
}

.menu-wrap .sub-menu {
    -webkit-transition: all 0s cubic-bezier(.69, 0, .25, .90);
    transition: all 0s cubic-bezier(.69, 0, .25, .90);
}

ul.sub-menu li:last-of-type {
    margin: 0px;
}

ul.sub-menu li {
    margin-bottom: 5px !important;
}

ul.sub-menu li a {
    font-size: 17px !important;
}

.menu-wrap.show-it {
    opacity: 1;
    visibility: visible;
}

.menu-wrap li {
    list-style: none;
}

.menu-wrap .menu .icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0px !important;
    padding-left: 0;
}

nav.menu {
    width: 100%;
    max-width: 600px;
}

nav.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    /* text-align: center; */
}

.icon-list>li>a {
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 5px 20px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold !important;
    border: 3px solid #fff0;
    letter-spacing: 3px;
    margin: 0px 0px 10px;
}

.menu {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
}

.menu>div {
    margin: 0px !important;
    margin-left: 20px !important;
}

.menu-a {
    top: 33px;
    position: relative;
}

@media (max-width: 880px) {
    .newMenu+.rightMenu {
        position: absolute;
    }
    .menu-wrap .menu .icon-list {
        padding-top: 42px;
    }
    .menu-a {
        top: 19px;
    }
}

@media (max-width: 640px) {
    .menu-a {
        top: 4px;
        right: 10px;
    }
    .special-way {
        display: block !important;
    }
}

a#move-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.special-div p {
    margin: 0px !important;
}

.special-div p:nth-child(2) {
    font-size: 21px !important;
}

.special-div h3 {
    letter-spacing: 0.5px;
    color: var(--pColor);
    margin-bottom: 5px;
}

#site-footer .fl .fl6 .special-div p:nth-child(3) a {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 1.2;
    display: block;
}

.special-div {
    text-align: center;
}

.fl6.special-way {
    padding: 0px;
    align-items: center;
    justify-content: center;
}

.menu-wrap span.tagle {
    display: block;
}

.menu-wrap ul.sub-menu {
    width: 100%;
    left: 0px;
    transition: none;
}

.menu-wrap span.tagle .fa-minus:before {
    content: "\f068";
}

.menu-wrap ul.sub-menu a {
    color: #000;
    display: block;
}

.menu-wrap ul.sub-menu li {
    margin-bottom: 2px !important;
}

.current-menu-item .sub-menu li a {
    color: black !important;
}

.sub-menu .current-menu-item a {
    color: black !important;
}

.menu .icon-list>.menu-item>a {
    color: white !important;
}


/* joolee css */


/* main#main {
    overflow-x: hidden;
} */

.side-social-icons a,
.page-header,
section.page-header,
section#wda_testi:after,
html button.aicon_link,
div.header-social-icons a {
    background-color: #5186b5 !important;
}

.contact-from-wrap input,
.contact-from-wrap textarea,
.contact-from-wrap select {
    width: 100%;
    max-width: 100%;
    display: block;
    font-size: 16px;
    height: 40px;
    border-radius: 0;
    background: white;
}

.contact-from-wrap label {
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.contact-from-wrap p {
    margin-top: 16px;
}

input[type="date"] {
    appearance: none;
    border-radius: 0;
}

.contact-from-wrap .wpcf7-submit {
    background-color: #0290e2;
    color: #ffffff;
    border: 1px solid #0290e2;
    width: 110px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 40px;
    cursor: pointer;
    transition: 0.3s all;
    border-radius: 0;
    appearance: none;
}

.contact-from-wrap .wpcf7-submit:hover {
    background-color: #ffffff;
    color: #0290e2;
}

.contact-from-wrap textarea {
    height: 80px;
}

.ct-template .c6 .contact-from-wrap {
    text-align: left !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

staff-grid p+span,
.dflex p+span,
.staff-block,
a.btn,
a.niceButi {
    background-color: #0290e2 !important;
}

.doctor-slide.slick-slider {
    line-height: 0;
}

.postauthor h5,
.single_post a,
.textwidget a,
.pnavigation2 a,
.sidebar.c-4-12 a:hover,
footer .widget li a:hover,
.sidebar.c-4-12 a:hover,
.reply a,
.title a:hover,
.post-info a:hover,
.widget .thecomment,
#tabber .inside li a:hover,
.readMore a:hover,
.fn a,
a,
a:hover,
#secondary-navigation .navigation ul li a:hover,
.readMore a,
#primary-navigation a:hover,
#secondary-navigation .navigation ul .current-menu-item a,
.widget .wp_review_tab_widget_content a,
.sidebar .wpt_widget_content a {
    color: #5186b5;
}

@media (max-width:1024px) {
    html nav.menu {
        padding: 0px 10px;
    }
}

.app-from-wrap p {
    width: 50%;
    padding: 0 20px;
}

.app-from-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.app-from-wrap p:nth-last-child(-n+3) {
    width: 100%;
}

.contact-from-wrap .wpcf7-not-valid-tip {
    font-size: 16px;
    color: #790000;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #790000;
    color: #790000;
}

.wpcf7-not-valid {
    border-color: #790000;
}

.wpcf7-spinner {
    margin-top: 10px;
}

.page-id-409 .contact-from-wrap {
    margin-top: 80px;
}

@media screen and (max-width: 800px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .dm-half h3 {
        font-size: 26px;
        letter-spacing: 2px;
    }
}

@media (max-width:767px) {
    .app-from-wrap p {
        width: 100%;
    }
    .app-from-wrap {
        margin: 0;
    }
    .icon-list>li>a {
        font-size: 18px;
        padding: 2px 20px;
    }
    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 30px;
    }
}


/* blog css start*/

.blog-wrap {
    display: flex;
    margin-top: 120px;
    justify-content: space-between;
}

.blog-wrap .blog-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    max-width: 72%;
    width: 100%;
}

.blog-wrap article {
    max-width: calc(50% - 10px);
    width: 100%;
    padding: 20px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 3px #ddd;
    background-color: #fff;
}

.blog-wrap h3 {
    letter-spacing: 0;
    color: #5186b5 !important;
    text-transform: none;
}

.blog-wrap article h3 {
    font-size: 22px;
}

.recent-post-inner {
    box-shadow: 0 1px 3px #ddd;
    background-color: #fff;
    padding: 30px 20px;
    max-width: 25%;
    width: 100%;
}

.recent-post-inner .rpwwt-widget ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.blog-wrap article p {
    font-size: 16px;
}

.blog-wrap article .entry-footer {
    display: none;
}

.blog-wrap .post-thumbnail,
.blog-wrap .post-thumbnail-inner {
    width: 100%;
    overflow: hidden;
    height: 200px;
    margin-top: 0;
    object-fit: cover;
    margin-bottom: 20px;
    display: block;
}

.blog-wrap .post-thumbnail img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}


/* blog css end*/

.blog-inner-page figure img {
    width: 100%;
    height: 600px !important;
    object-fit: cover;
}

.blog-inner-page figure {
    margin-top: 0;
}

@media (max-width:1024px) {
    .blog-inner-page figure img {
        height: 300px !important;
    }
}

.dental-care-center-left,.dental-care-center-right {
    flex: 1;
}

.dental-care-center-row {
    display: flex;
    gap: 30px;
    flex-direction: row;

}
.dental-care-center-right-iframe{
    margin-top: 50px;
}
@media screen and (max-width:1024px){
    .dental-care-center-row {
    flex-direction: column;
        padding: 20px;
}
} 

/* accordion css */
.faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.faq-section h2{
    text-align:center;
    margin-bottom: 30px;
}
.accordion-list {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 20px;
margin: 0;
list-style: none;

}
.accordion-list .faq-item {
position: relative;
display: block;
width: 100%;
height: auto;
background-color: #fff;

margin: 0 auto 15px auto;
border: 1px solid #eee;
border-radius: 5px;
cursor: pointer;
overflow:hidden;
}

.accordion-list .faq-item .faq-question , .accordion-list .faq-item .faq-answer{
padding: 20px 20px 20px 20px;
}
.accordion-list .faq-item.active h4:after {
transform: rotate(45deg);
color:white;
}
.accordion-list .faq-item .faq-question:hover h4:after {
color:white;
}

.accordion-list .faq-item.active .faq-question , .accordion-list .faq-item .faq-question:hover {
background-color:var(--pColor);
color:white;
}
.accordion-list .faq-item h4 {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 0 20px 0 0;
margin: 0;
cursor: pointer;
}
.accordion-list .faq-item.active  h4 , .faq-question:hover h4{
color:white;
}
.accordion-list .faq-item h4:after {
content: "\f067";
font-family: 'Font Awesome 5 Free';
position: absolute;
right: 0;
font-weight: 700;
top: 0;
color: var(--pColor) ;
transition: all 0.3s ease-in-out;
font-size: 18px;
}
.accordion-list .faq-item div.answer {
position: relative;
display: block;
width: 100%;
height: auto;
margin: 0;
padding-top: 0;
cursor: pointer;
}
.accordion-list .faq-item div.answer p {
position: relative;
display: block;
margin-bottom: 0;
padding: 10px 0 0 0;
cursor: pointer;
line-height: 150%;
font-size: 16px;
}
@media (max-width:767px){
.accordion-list .faq-item h4{
    font-size:16px;
    padding-right: 30px;
}
.accordion-list .faq-item {
    padding:10px 15px;
}
}