/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

body {
	color: #000;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	word-wrap: break-word;
	line-height: 1.4;
	font-family: "Montserrat";
}

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

audio,
canvas,
progress,
video {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

.hidden {
    display: none;
}

a {
    background-color: transparent;
}

a.active,
a:hover {
    outline: 0;
}

a {
    color: #1e6ac6;
}
a:hover {
    color: #ef7444;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -moz-appearance: textfield;
    /* Firefox */
    -webkit-appearance: textfield;
    /* Safari and Chrome */
    appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

fieldset {
    border: 2px solid #f1f1f1;
    margin: 0 2px 30px 2px;
    padding: 1em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}


/*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

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


/*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 15px 15px;
    padding: 0 0 0 15px;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

img {
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 4px
}

table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}

table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}

table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    border-radius: 4px 0 0 0
}

table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 0 4px 0 0
}

table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px
}

table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
    -ms-border-radius: 0 0 4px 0;
    -o-border-radius: 0 0 4px 0;
}


/*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/

input[type="button"], input[type="reset"], input[type="submit"] {
	background: #ef7444;
	border: 2px solid #ef7444;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFF;
	display: block;
	font-size: 18px;
	font-weight: 500;
	height: 42px;
	line-height: 38px;
	padding: 0 45px;
	text-shadow: none;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #ef7444;
    border: 2px solid #ef7444;
    color: #FFF;
}

footer input[type="button"],
footer input[type="reset"],
footer input[type="submit"] {
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}

footer input[type="button"]:hover,
footer input[type="reset"]:hover,
footer input[type="submit"]:hover {
    background: #ef7444;
    border: 2px solid #ef7444;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

.wpcf7 p {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}


/*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    margin: 40px 0 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/


/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

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


/*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/

#secondary .widget {
	margin: 0px 0 30px;
	overflow: hidden;
	padding: 0 15px 0 15px;
}

#secondary .widget ul {
    list-style: disclosure-closed;
}

footer .widget {
    color: #cccccc;
    margin: 0 0 60px;
    overflow: hidden;
}

.widget.woocommerce.widget_shopping_cart {
    overflow: inherit;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

#secondary aside.widget:last-child {
    margin-bottom: 40px;
}


/*-------------------------------------------------------------- # Content --------------------------------------------------------------*/


/*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/

.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*-------------------------------------------------------------- # Media --------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/

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

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* -------------------------------------------------------------   
1.  Theme Default CSS (body, link color, section etc) ---------------------------------------------------------------- */

html,
body {
    height: 100%;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

.nopadding-right {
    padding-right: 0;
}

.nopadding-left {
    padding-left: 0;
}

.nopadding {
    padding: 0;
}

a:focus {
    outline: 0px solid;
    text-decoration: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.fix {
    overflow: hidden
}

p {
    margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0 0 15px;
    line-height: 1.1;
    font-weight: 600;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

.page-content>ol,
.page-content>ul {
    margin: 0 0 20px 45px;
}

.main-container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#scrollUp {
    background: #9d9d9d none repeat scroll 0 0;
    bottom: 100px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    font-weight: bold;
    border-radius: 1000px;
}

#scrollUp:hover {
    background: #ef7444;
    color: #000000;
}

.clear {
    clear: both
}


/*  2.1  mainmenu area 
/*----------------------------------------*/

.main-menu nav .main-ul>li:last-child a:after {
    border-right: 0;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


/* 2.2 mobile menu -------------------------*/

.mean-container .mean-bar {
    background-color: #343434;
    margin-top: 0px;
    z-index: 1;
    border-left: 1px solid #343434;
    border-right: 1px solid #343434;
    width: 100%;
}

.mean-container a.meanmenu-reveal {
    padding: 10px 13px 10px;
}

.mean-container .mean-nav {
    background: #FAF8F8;
}

.mean-container .mean-nav ul li a {
    background: rgba(0, 0, 0, 0);
    color: #666;
    border-top: 1px solid #e0d8d8;
    text-transform: capitalize;
    line-height: 14px;
}

.mean-container .mean-nav ul li a.mean-expand {
    line-height: 22px;
    padding: 8px !important;
}

.mean-container .mean-nav ul li ul li a {
    border-top: 1px solid #e0d8d8;
}

.mean-container .mean-nav nav {
    padding: 0 10px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}

span.mobile-menu-title {
    color: #fff;
    font-size: 16px;
    left: 18px;
    line-height: 18px;
    position: absolute;
    top: 18px;
    font-weight: 500;
}

a.meanmenu-reveal {
    float: right;
}


/*  2.5  search area 
/*----------------------------------------*/

.top-detail {
    width: 30px;
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.search-icon.fa.fa-search {
    font-size: 18px;
    color: #3f3f3f;
    padding: 41px 0 41px 0;
    -webkit-transition: padding 0.4s ease-in-out;
    -o-transition: padding 0.4s ease-in-out;
    transition: padding 0.4s ease-in-out;
    -ms-transition: padding 0.4s ease-in-out;
}

.header-search.expand {
    cursor: pointer;
}

.product-search.sub-menu {
    position: absolute;
    top: 100%;
    background: #3f3f3f;
    padding: 0;
    text-align: left;
    right: 0;
}

.product-search input.form-control {
    background-color: #FFF;
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3f3f3f;
    margin-bottom: 5px;
    margin-top: 5px;
    outline: medium none;
    padding: 0 20px;
    position: inherit;
    left: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    width: calc(100% - 120px);
}

.header-search .btn-default {
    background: #FFF;
    border: 0 none;
    border-radius: 0;
    color: #3f3f3f;
    margin: 0;
    position: inherit;
    left: auto;
    right: auto;
    width: 119px;
    height: 43px;
    float: right;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    max-width: 119px;
}

.header-search .btn-default:hover {
    color: #FFFFFF;
}

.header-search .btn-default:active:focus {
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.header-search .btn {
    padding: 0;
}

.header-search .btn:focus {
    outline: 0
}

.header-search .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-search button.btn.btn-default i {
    width: 120px;
    font-size: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-search button.btn.btn-default i:hover {
    color: #FFFFFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.expand:hover .restrain {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9999;
}

.restrain {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -99;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
    display: block;
    background: #fff;
    right: 0;
}

.header-search .btn {
    padding: 0;
}

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


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

.dropps-menu {
    padding-bottom: 36px;
    padding-left: 15px;
    position: relative;
}

.dropps-menu a {
    color: #3f3f3f;
}

.dropps-menu a:hover {
    color: #FFFFFF;
}

.dropps-menu .language {
    right: 0;
    text-align: right;
}

.lang-all>a:hover,
.search-icon.fa.fa-search:hover {
    color: #FFFFFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.readon-red a {
    color: #3f3f3f;
}

.readon-red:hover {
    color: #ffffff;
    background: #362f2d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #3f3f3f !important;
}

.readon-red:hover a {
    color: #fff !important;
}


/*----------------------------------------  6. latest post area /*----------------------------------------*/

.single .blog_header {
    margin-bottom: 60px;
}

.blog-page.single {
    margin-bottom: 60px;
}

.latest-post-area .area-title h3 {
    background: #f6f6f6;
}

.post-thumb {
    max-width: 100%;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

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

.listen_block:hover:after,
.latest-post:hover .post-thumb:after,
.single-post:hover .post-thumb:after {
    width: 100%;
    height: 100%;
}

.listen_title {
    position: relative;
    z-index: 2;
}

.all-singlepost {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.single-post {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    background: #FFF;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .05);
}

.post-thumb-info {
    padding: 15px 15px;
    width: 100%;
    float: left;
}

.post-time span,
.post-time a {
    font-size: 10px;
    letter-spacing: 1.1px;
    color: #3f3f3f;
    font-weight: 700;
}

.post-time a:hover {
    color: #FFFFFF
}

.post-time {
    margin: 0 0 10px;
}

.blog-page .post-time {
    margin: 0 0 10px 0;
}

.read-more {
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    line-height: 24px;
    display: block;
    background: #ef7444;
    border-radius: 5px;
    border: 2px solid #ef7444
    margin-top: 20px;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 110px;
    text-align: center;
}

.read-more:hover {
    color: #FFF;
    border-color: #4064b8;
    background-color: #4064b8;
}

.latest-post-area .all-singlepost {
    margin: 30px 0 0
}

.latest-post {
    background: #fff;
}

.post-content {
    padding: 15px 10px;
    border: 1px solid #f2f2f2;
}

.blog_title h1 {
    border: 3px solid #ef7444;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 70px;
    border-radius: 4px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
}

.text_btn a {
    background: #ef7444;
    line-height: 2;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
}

.text_btn a:hover {
    color: #FFF;
}


/*----------------------------------------  6. latest post widget /*----------------------------------------*/

#secondary ul li {
    margin-bottom: 6px;
}

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


/*----------------------------------------  9. footer area /*----------------------------------------*/

.footer {
    background: #4064b8;
    color: #FFF;
    padding: 30px 0 31px;
}

.top-footer-area,
.info-footer {
    padding: 0;
    background: #000;
}

.top-footer-area .widget h3.widget-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}

footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_logo a {
    display: block;
}
.footer_logo a img {
    width: 160px;
}

#secondary ul {
    list-style: inside disc;
    margin: 0;
}

#secondary .recent-posts ul {
    list-style: none;
}

footer .recent-posts ul li,
footer .recent-comments ul li {
    margin-bottom: 20px;
}

footer .recent-posts ul li:last-child,
footer .recent-comments ul li:last-child {
    margin-bottom: 0;
}

footer .recent-posts ul li a,
footer .recent-posts ul li h3,
footer .recent-comments ul li a,
footer .recent-comments ul li h3 {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: inherit;
}

.last-single {
    border: 0;
}

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

.address-footer address {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
}

.footer-logo {
    margin-top: 68px;
}

.social-footer ul li {
    color: #ccc;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.social-footer ul li a {
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #555;
    border-radius: 3px;
    margin-right: 15px;
    display: inline-block;
}

.bottom-section {
    background: #4064b8;
    color: #FFFFFF;
    text-align: center;
}

.copyright ul {
    display: inline-block;
}
.copyright a {
	color: #FFF;
}
.contact-info h2,
.instagram h2,
.hours h2 {
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.g_language {
    color: #FFF;
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 7px;
}

select.gt_selector,
select#gtranslate_selector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    border-radius: 31px;
    padding: 5px 10px;
    outline: 0;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    background-image: url(../img/expand-arrow.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-color: #FFF;
    min-width: 200px;
}

.contact-info a {
    color: #FFF;
}

.hours {
    padding: 0;
    margin-top: 15px;
}

/* Contact From 7 */
.select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="color"] {
    color: #000;
    border: 1px solid #f2f2f2;
    padding: 1px 15px;
    width: 100%;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 0;
    background: #f2f2f2;
    border-radius: 3px;
    position: relative;
    outline: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.wpcf7-form textarea {
	color: #000;
	border: 1px solid #f2f2f2;
	padding: 8px 15px 0;
	width: 100%;
	margin-bottom: 0;
	background: #f2f2f2;
	border-radius: 3px;
	position: relative;
	outline: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

/* Footer Social Icon */
a.social_icon {
	font-size: 28px;
	color: #FFF;
	border-radius: 100%;
	width: 38px;
	display: inline-block;
	margin-right: 0px;
	height: 38px;
	line-height: 34px;
}
a.social_icon:hover {
	color: #ef7444;
}
/* Footer Scrooling Background Image */
.footer_bg_div {
    position: relative;
}

.footer_bg {
    background-attachment: fixed !important;
    height: 641px;
    background-position: center !important;
    background-size: cover !important;
}

/* Sidebar */

#secondary .widget .wp-block-group__inner-container h2,
#secondary .widget .widget-title {
    color: #3f3f3f;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    word-wrap: break-word;
    background-size: contain;
    position: relative;
}

#secondary .widget .wp-block-group__inner-container h2:after,
#secondary .widget .widget-title::after {
    position: absolute;
    left: 0;
    width: 3vw;
    content: "";
    height: 2px;
    background: #ef7444;
    bottom: -2px;
}

#secondary aside.widget_text:first-child h3 {
    margin: 0;
}
#secondary .widget.widget_search {
	margin-top: 0;
	padding-top: 0;
}
#secondary .widget.widget_search .search-form {
	padding-top: 0;
	margin-top: 0;
}

.main-area .testimonial-area {
    background: none;
    overflow: hidden;
}

.bar-test {
    background: #f4f4f4;
    padding: 20px 10px;
    margin-top: 20px;
}

.main-area .latest-post-area {
    background: none;
    margin-top: 40px;
}

.main-area .product-content p {
    letter-spacing: 0.6px
}

.banner-area p a img {
    width: 100%;
}

.left-column p img {
    margin-bottom: 15px;
}

.breadcrumbs .home {
    float: left;
    margin-right: 10px;
}

.breadcrumbs a {
    color: #777777;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.breadcrumbs span.separator {
    margin-right: 5px;
}

.breadcrumbs a:hover {
    color: #ef7444;
}

.breadcrumbs {
    margin: 15px 0;
}

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

p.comment-form-rating label,
p.comment-form-comment label,
#commentform p {
    margin-bottom: 25px;
    max-width: 100%;
    color: #7f7f7f;
}

#commentform input[type="submit"] {
    font-size: 14px;
}

#commentform input[type="submit"]:hover {
    background: #ef7444;
    color: #FFF;
    border-color: transparent;
}

.comments-list ul li {
    margin-bottom: 25px;
}

li.threaded-comments {
    margin-left: 50px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    border: 1px solid #ddd;
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 63px;
    padding: 10px;
    position: relative;
    border-radius: 3px;
}

.comments-content-wrap:before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

li.threaded-comments {
    margin-left: 50px
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.author-info.archives,
.single-post .post-thumb-info .author-info {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
    float: left;
    width: 100%;
}

.author-info.archives .author-avatar,
.single-post .post-thumb-info .author-avatar {
    float: left;
    margin-right: 20px;
}

.author-info.archives .author-description,
.single-post .post-thumb-info .author-description {
    color: #787878;
    float: left;
    width: 83%;
}

.single-post .post-thumb-info .postexcerpt {
    margin-bottom: 15px;
}

.author-description>h2 {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.sub-menu-columns ul.sub-menu li {
    display: inline-block;
    width: 200px;
}

.sub-menu-columns ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}

.sub-menu-columns ul.sub-menu li:nth-child(even) {
    float: right;
}

#secondary .recent-posts ul {
    list-style: none;
    padding: 0 0;
    margin: 0;
}
.rcnt-post-thumb {
	width: 90px;
	float: left;
	margin-right: 10px;
}
.post-info {
	width: calc(100% - 100px);
	float: left;
}
.post-title.recent-post-s {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
}
.post-date.recent-post-s {
	font-size: 16px;
}
#secondary ul li {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
#secondary .recent-posts ul {
	list-style: none;
	padding: 0 0;
	margin: 0;
}
/* Blog */

h1.blogtitle a {
    font-size: 24px;
    font-weight: 700;
}

.page-content.blog-page.s-blog-page {
    margin-bottom: 70px;
}

h1.blogtitle a:hover {
    color: #ef7444;
}

.single-post h1.blogtitle {
    line-height: 1.5;
    margin-bottom: 30px;
}

.class-page .postexcerpt,
.blog-page .post-thumb-info .postexcerpt {
    margin: 0;
}

.single-post .post-thumb-info .postexcerpt h2.blogtitle {
    font-size: 24px;
    margin-bottom: 8px;
}

.read_more_btn {
    position: relative;
}

.read_more_btn img {
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
}


/* Blog Comments */

.comments-area {
    overflow: hidden;
}

.author-description .author_link {
    color: #ef7444;
    font-size: 13px;
}

h3.comments-title {
    border-bottom: 1px solid #f1f0f0;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    color: #888;
}

.comments-area {
    float: left;
    margin: 20px 0 70px;
    width: 100%;
}

#commentform a {
    color: #666;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    border-bottom: 1px solid #f1f0f0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    color: #333;
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
}

.comments-area .comment-list li.comment {
    list-style: outside none none;
}

.comments-area .comment-list li.comment article.comment {
    margin: 0 0 30px;
}

.comments-area .comment-list li.comment article.comment .comment-avatar {
    float: left;
}

.comments-area .comment-list li.comment article.comment .comment-info {
    border: medium none;
    margin-left: 75px;
    position: relative;
}

.comments-area .comment-list li.comment article.comment .comment-info .reply {
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.comments-area .comment-list li.comment article.comment .comment-info .reply a {
    background: #aedeef none repeat scroll 0 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    white-space: nowrap;
}

.comments-area .comment-list li.comment article.comment .comment-info .reply a:hover {
    background: #ef7444 none repeat scroll 0 0;
    border-color: #ef7444;
    color: #fff !important;
}

#cancel-comment-reply-link:hover {
    color: inherit;
}

.comments-area .comment-list .comment-meta {
    color: #999;
    float: left;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px;
    width: 100%;
}

.comments-area .comment-list .comment-meta img {
    margin-right: 10px;
}

.comments-area .comment-list .comment-meta cite {
    float: left;
    margin-bottom: 10px;
}

.comments-area .comment-list .comment-meta cite .fn {
    font-size: 12px;
    font-weight: 700;
}

.comments-area .comment-list .comment-meta cite .fn a {
    color: #353535;
    font-style: normal;
}

.comments-area .comment-list .comment-meta cite .fn a:hover {
    color: #ef7444;
}

.comments-area .comment-list .comment-meta cite span {
    display: none;
}

.comments-area .comment-list .comment-meta time {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: italic;
}

.comments-area .comment-list .comment-content {
    font-size: 14px;
}

.comments-area .comment-list .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list ul.children {
    margin: 0 0 0 20px;
}

.comments-area .comment-respond {
    margin-top: 45px;
    width: 100%;
}

.comments-area .comment-respond .comment-form label {
    color: #999;
    display: block;
    margin: 0 0 5px;
}

.comments-area .comment-respond .comment-form .comment-notes,
.comments-area .comment-respond .comment-form .form-allowed-tags {
    color: #999;
    font-size: 13px;
}

.comments-area .comment-respond .comment-input input {
    width: 100%;
    background: #fdfdfd none repeat scroll 0 0;
    border: 1px solid #f1f0f0;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 30px;
}

.comments-area .comment-respond .comment-form #comment {
    border: 1px solid #f1f0f0;
    height: 130px;
    width: 100%;
    background: #fdfdfd none repeat scroll 0 0;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}


/* Blog pagination */

.main-container .pagination {
	border-radius: 0;
	float: left;
	padding: 0 0 0 15px;
	width: 100%;
    margin-bottom: 70px;
}

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

.main-container .pagination li {
    float: left
}

.main-container .pagination a,
.main-container .pagination span {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    background-color: #7a858f;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 38px;
    line-height: 37px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 38px;
    border-radius: 1000px;
    margin-right: 10px;
}

.main-container .pagination a i,
.main-container .pagination span i {
    height: 30px;
    line-height: 30px;
}

.social-area .top-social a {
    line-height: 28px;
    width: 28px;
    font-size: 20px;
    border-radius: 100%;
}

.mobile-social-area a,
.top-social a {
    line-height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    background: #fff;
    margin-right: 10px;
    color: #000;
    font-size: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.mobile-social-area {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-container .pagination a.current,
.main-container .pagination a:hover,
.main-container .pagination span.current,
.main-container .pagination span:hover {
    background: #ef7444;
    color: #FFF;
}

.menu-top-menu-container {
    width: 100%;
}

#secondary .searchform {
    position: relative;
}
#secondary .searchform input[type="text"] {
	color: #000;
	border: 1px solid #f2f2f2;
	padding: 1px 35px;
	width: 100%;
	font-weight: 300;
	line-height: 43px;
	margin-bottom: 0;
	background: #f2f2f2;
	border-radius: 31px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	left: 50%;
	position: relative;
	outline: 0 none;
}
#secondary input#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 5px;
	border-radius: 0;
	background: #ef7444;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
	left: inherit;
	border-radius: 0 31px 31px 0;
}


/* Navigation */
.mobile-hide-box {
    display: none;
}

.mobile-menu {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu_text,
.menu_close {
    float: left;
    font-size: 22px;
    margin-right: 21px;
    line-height: 70px;
    font-style: italic;
    color: #000;
}

.menu_close {
    display: none;
}

.phone-menu-open .menu_text,
.mobile-menu-open .menu_text {
    opacity: 0;
}

.phone-menu-open .menu_close,
.mobile-menu-open .menu_close {
    display: block;
    position: relative;
    z-index: 3;
    left: -56px;
    color: #FFF;
}

.hamburger_phone.opened,
.hamburger.opened {
    cursor: pointer;
    height: 38px;
    z-index: 999;
    width: 38px;
}

.hamburger_phone,
.hamburger {
    display: table-cell;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    cursor: pointer;
    z-index: 9999;
}

.hamburger_phone {
    margin-right: 6px;
}

.hamburger_phone a {
    -webkit-mask-image: url('../img/phone-icon.svg');
    mask-image: url('../img/phone-icon.svg');
    mask-size: 38px;
    -webkit-mask-size: 38px;
    background-color: #000;
    height: 38px;
    width: 38px;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
}

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

.js_body__overlay {
    position: fixed;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: .75;
    filter: alpha(opacity=60);
    visibility: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 1;
}

.js_body__overlay.j_b_overlay_top {
    top: 30px;
}

.phone-menu-open .js_body__overlay,
.mobile-menu-open .js_body__overlay {
    visibility: visible;
    -webkit-transition: visibility 300ms ease-in-out 0s;
    -o-transition: visibility 300ms ease-in-out 0s;
    transition: visibility 300ms ease-in-out 0s;
}

.phone-menu-open .js_body__overlay,
.js_body__overlay,
.mobile-menu-open .js_body__overlay {
    display: none;
}

.phone-menu-open #sticky-header,
.mobile-menu-open #sticky-header {
    height: 100%;
    background: transparent;
}

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

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

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

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

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

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

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

#phonemenu li a,
#mobilemenu ul li a,
#phonemenu ul li a,
#mobilemenu ul ul li a {
    width: 100%;
    border-bottom: 0;
}

#phonemenu>li,
#mobilemenu>ul>li {
    float: none;
}

#phonemenu ul li a,
#mobilemenu ul ul li a {
    color: #000;
    display: block;
    font-size: 18px;
    padding: 5px 0 5px 25px;
    font-weight: 400;
}

#mobilemenu>ul>li.has-sub>a:after,
#mobilemenu>ul>li.has-sub>a:before,
#mobilemenu ul ul>li.has-sub>a:after,
#mobilemenu ul ul>li.has-sub>a:before {
    display: none;
}

#phonemenu .submenu-button,
#mobilemenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 11px;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 2px solid #FFF;
    border-radius: 100%;
    background: #ef7444;
    -webkit-box-shadow: 0px 0px 5px 6px rgba(44, 45, 45, 1);
    -moz-box-shadow: 0px 0px 5px 6px rgba(44, 45, 45, 1);
    box-shadow: 0px 0px 0px 3px rgb(44, 45, 45, 1);
}

#mobilemenu .submenu-button.submenu-opened {
    border: 2px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px 6px rgba(44, 45, 45, 1);
    -moz-box-shadow: 0px 0px 5px 6px rgba(44, 45, 45, 1);
    box-shadow: 0px 0px 0px 3px rgb(44, 45, 45, 1);
}

#phonemenu .submenu-button {
    top: 7px;
    height: 35px;
    width: 35px;
    border: 0 none;
}

#phonemenu li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#phonemenu ul .submenu-button,
#mobilemenu ul ul .submenu-button {
    height: 30px;
    width: 30px;
    top: 2px;
    right: 14px;
}

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

#mobilemenu .submenu-button.submenu-opened::after {
    background: #000;
}

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

#mobilemenu .submenu-button.submenu-opened:before {
    display: none;
}

#phonemenu>li>a,
#mobilemenu>ul>li>a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
    display: block;
}

#phonemenu>li.has-sub>a,
#mobilemenu>ul>li.has-sub>a {
    padding-right: 35px;
}

#phonemenu ul.sub-menu,
#mobilemenu ul.sub-menu {
    display: none;
}

#phonemenu.align-right li:hover>ul,
#mobilemenu.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#phonemenu.align-right ul ul,
#mobilemenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#phonemenu ul li:last-child>a,
#phonemenu ul li.last-item>a,
#mobilemenu ul ul li:last-child>a,
#mobilemenu ul ul li.last-item>a {
    border-bottom: 0;
}

#mobilemenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

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

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

.mobile_logo {
    display: none;
}

.phone-menu-open .mobile_logo,
.mobile-menu-open .mobile_logo {
    display: inline-block;
}

.phone-menu-open .mobile_logo a img,
.mobile-menu-open .mobile_logo a img,
.phone-menu-open .mobile_logo a,
.mobile-menu-open .mobile_logo a {
    z-index: 999;
}

.mobile_logo_menu {
    position: relative;
    z-index: 9999;
}

.category-banner {
    background-color: #5e6a71;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 500px;
    overflow: hidden;
}

.category-banner .iframe-container {
    position: absolute;
    padding-bottom: 56.25%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.embed-container {
    padding-bottom: 65.25%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}




.contact-from-wrapper label {
    display: block;
    margin-bottom: 15px;
    color: #5c5e5f;
}

.contact_hour_title,
.contact_info_title {
    color: #000000;
    font-size: 16px;
    float: left;
    margin-right: 5px;
}

.no-padding {
    padding: 0;
}

.infof-content h2 {
    color: #000000;
    margin-top: 20px;
}

.contact_hour {
    margin-bottom: 20px;
}

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

.infof-content .opening_hour li {
    margin-bottom: 3px;
    color: #000;
}

.opening_hour li strong {
    color: #000;
    font-weight: normal;
    width: 130px;
    float: left;
    text-transform: capitalize;
}
.infof-content .opening_hour li span {
	width: calc(100% - 130px);
	float: left;
}
.mainmenu.search_off {
    width: 100%;
}

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


/* Menu */

.mainmenu {
    padding: 50px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.sticky-header .mainmenu {
    padding: 30px 0;
}

.mainmenu a {
    display: inline-block;
}

.mainmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    margin: 0 auto;
}

.mainmenu ul li {
    float: left;
    position: relative;
}

.mainmenu ul li:last-child:after {
    width: 0;
    height: 0;
}

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

.page_banner_off.others_page .btn-secion ul li a,
.page_banner_off.others_page .mainmenu ul li a,
.page_banner_off.others_page.sticky-header .mainmenu ul li a,
.sticky-header .phone_number a,
.sticky-header .mainmenu ul li a {
    color: #000000;
}

.mainmenu ul.menu>li.book-free-exam-btn>a:after {
    display: none;
}

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

.mainmenu li a:hover {
    text-decoration: none;
}

.mainmenu ul li a:hover,
.mainmenu ul li.current-menu-parent li.current-menu-item>a,
.mainmenu ul li.current-menu-item>a,
.mainmenu ul li ul.sub-menu li>a:hover {
    color: #ef7444;
}

.mainmenu ul li span {
    font-size: 30px;
    color: #e1e1e1;
    line-height: 124px;
}

.mainmenu ul li ul.sub-menu li {
    display: block;
    margin-bottom: 5px;
    float: none;
    margin-top: 5px;
}

.mainmenu ul li ul.sub-menu {
    background-color: #FAFAFA;
    visibility: hidden;
    z-index: 25;
    display: block;
    height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    top: 67px;
    width: 275px;
    padding: 10px 0 10px 0;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
}

.mainmenu ul li ul.sub-menu.right-menu {
    right: 0;
}

.mainmenu>ul>li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0.3s;
}

.mainmenu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
}

.mainmenu ul li ul.sub-menu li:hover ul.sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.mainmenu ul li ul.sub-menu ul.sub-menu.right-menu {
    left: initial;
    right: 100%;
}

.mainmenu ul li ul.sub-menu li a {
    line-height: 1.4;
    font-size: 13px;
    display: block;
    border: 0 none;
    font-weight: 400;
    color: #000;
}


/* Header */

header {
    background: transparent;
    width: 100%;
    position: fixed;
    z-index: 199;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.c_page_banner_off.others-content {
	margin-top: 148px;
}

header.sticky-header {
	background: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.mobile-menu-open #sticky-header {
    height: 100%;
    background: transparent;
}

.logo {
    position: relative;
    z-index: 9;
    text-align: right;
    height: 139px;
    display: flex;
    align-items: center;
}

.sticky-header .logo {
	height: 99px;
}

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

.mainmenu ul li a {
    line-height: 3;
    padding: 0 15px;
}

.mainmenu li {
    position: relative;
}

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

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

span.day {
    width: 140px;
    display: inline-block;
}

.opening_hour strong {
    display: block;
}

#page-sidebar {
    border: 2px solid #f2f2f2;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border: 1px solid #f2f2f2;
    line-height: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 8px;
}

.page-not-found.text-center {
    padding: 125px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.postexcerpt h1,
.postexcerpt h2,
.postexcerpt h3,
.postexcerpt h4,
.postexcerpt h5,
.postexcerpt h6 {
    clear: inherit;
}

blockquote {
    background: #f3f5f8;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}
/* Banner */
.category-banner {
	background-color: #5e6a71;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	float: left;
	position: relative;
	padding-top: 500px;
	overflow: hidden;
}
.cat-heading {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
}
.cat-heading h1 {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
    color: #FFF;
}
.page_title h2 {
    color: #FFF;
}

/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

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

.select2-container .select2-selection--single:focus {
    width: calc(100% + 20px);
    padding: 5px 45px;
    outline: 0 none;
}


/*------------------------------------------------------------------
[ in select ]*/

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    min-height: 200px;
    overflow-y: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999999;
    margin-bottom: 2px;
}

.select2-selection__arrow::after {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999999;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/

.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    background-color: white;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown--above {
    top: -30px;
}

.select2-dropdown--below {
    top: 8px;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 6px;
    padding-bottom: 6px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background: #F1F2f2;
    color: #000;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #F1F2f2;
    color: #000;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #F2F2F2;
    outline: none;
    line-height: 1.2;
}

.select2-selection.select2-selection--single {
    border: 1px solid #f2f2f2;
    line-height: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    background: #f1f1f1;
    height: 48px;
}

.page-not-found .entry-title {
    letter-spacing: 2px;
    font-size: 24px;
}

.page-not-found img {
    margin-bottom: 30px;
}

.mobile_menu_social {
    margin-top: 15px;
    margin-left: 10px;
}

.contact_us_form .wpcf7-form textarea {
    font-size: 16px;
}

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

.embed-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load,
.embed-container iframe {
    width: 100%;
    height: 100%;
}

.embed-container embed {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.faqs_list {
    margin: 0;
    padding: 0 0 50px 0;
    list-style: none;
}

.faqs_list li {
    display: inline-block;
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 15px;
}

.faqs_list li a {
    font-size: 24px;
    color: #00a8e2;
    border: 1.5px solid #63656a;
    display: block;
    padding: 8px 20px;
    border-radius: 6px;
}

.faqs_list li.active a {
    background: #00a8e2;
    color: #FFF;
    border: 1.5px solid #00a8e2;
}

.faq-content .accordion-item,
.faq-content .panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f2f2f2;
    margin-bottom: .25em;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    border: 0 none;
    border-radius: 4px;
}

.faq-content .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faq-content .accordion-button {
    color: #000;
    border: 0 none;
}

.faq-content .accordion-collapse {
    border: 0 none;
}

.faq-content .accordion-button:focus {
    border: 0 none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.faq-content .panel-heading {
    border-bottom: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.faq-content .panel-group .panel-heading+.panel-collapse>.panel-body,
.faq-content .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.faq-content .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding-top: 15px;
}

.faq-content .panel-title a {
    font-size: 22px;
    font-weight: 400;
    display: block;
    color: #000;
    padding: 15px 15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

.accordion-button::after,
.panel-title>a:before {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 18px;
    background-image: none;
}

.accordion-button:not(.collapsed)::after,
.panel-title>a.collapsed:before {
    content: "\f068";
}

.accordion-button {
    font-size: 1.2rem;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.mainmenu ul li.book_an_appoinment:hover:after {
    border: 3px solid #FFFFFF;
}

.mainmenu ul li.book_an_appoinment a {
    z-index: 9;
    color: #FFF;
}

.mainmenu ul li.book_an_appoinment a:hover {
    color: #FFFFFF;
}

.sticky-header .mainmenu ul li.book_an_appoinment::after {
    top: 8px;
}

.panel-group {
    margin-bottom: 70px;
}

.search-form {
    padding: 22px 0 17px;
    margin-top: 20px;
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.search-form input[type=search] {
    padding-left: 10px
}

.mobile-menu-open div.hamburger span {
    -webkit-transition: width 0.6s ease-in, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: width 0.6s ease-in, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -o-transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
}

.mobile-menu-open div.hamburger span:first-child {
    -webkit-transform: rotate(45deg) translate(2px, -6px);
    -ms-transform: rotate(45deg) translate(2px, -6px);
    transform: rotate(45deg) translate(2px, -6px);
}

.mobile-menu-open div.hamburger span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-open div.hamburger span:last-child {
    -webkit-transform: rotate(45deg) translate(5px, -12px);
    -ms-transform: rotate(45deg) translate(5px, -12px);
    transform: rotate(45deg) translate(5px, -12px);
    width: 25px;
}

.hamburger span {
    background: #000;
    display: block;
    height: 6px;
    border-radius: 100px;
    -webkit-transition: width 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: width 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -o-transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
}

.mobile-menu-open .hamburger span,
.mobile-menu-open .sticky-header .hamburger span {
    background-color: #000;
}

.hamburger span:not(:last-child) {
    margin-bottom: 4px;
}

.hamburger span:first-child {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 38px;
}

.hamburger span:nth-child(2) {
    width: 38px;
}

.hamburger span:nth-child(3) {
    width: 38px;
}

.mainmenu ul li.mega-menu ul.sub-menu {
    width: 630px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 100%;
    padding-bottom: 25px;
}

.mainmenu ul li.mega-menu ul.sub-menu::after {
    position: absolute;
    content: '';
    width: 150px;
    height: 45px;
    line-height: 18px;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.mainmenu ul li.mega-menu ul.sub-menu .sub-menu::after {
    display: none;
}

.mainmenu ul li.mega-menu ul.sub-menu li {
    width: 33%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

.mainmenu ul li.mega-menu ul.sub-menu ul.sub-menu {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    width: auto;
    padding: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
}

.mainmenu ul li.mega-menu:hover ul.sub-menu ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

.mainmenu ul li.mega-menu ul.sub-menu ul.sub-menu li {
    display: block;
    width: 100%;
}

.mainmenu ul li.mega-menu ul.sub-menu>li>a:hover,
.mainmenu ul li.mega-menu ul.sub-menu>li>a {
    margin-top: 15px;
    color: #FFFFFF;
    font-weight: 600;
}

.mainmenu ul li.mega-menu ul.sub-menu li ul.sub-menu li a {
    font-weight: 400;
    color: #000;
    margin-top: 10px;
}

.g_language {
    color: #FFF;
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
}

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


/* Slider CSS */
.hero_text_inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
}

.hero_area {
    position: relative;
    background-color: #FFFFFF;
}

.hero_text {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    z-index: 5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
    font-weight: bold;
}

.hero_text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.hero_text_box p, .hero_text_box h1 {
	color: #FFFFFF;
	line-height: 1.2;
	font-weight: 700;
	font-size: 4rem;
	display: block;
	z-index: 9;
	margin: 0;
	font-style: normal;
	margin-bottom: 0;
	position: relative;
	font-weight: bold;
}

.smilesnap-button {
    display: inline-block;
}

.hero_text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.typing_text {
    display: flex;
    justify-content: center;
}

.hero_text p span {
    position: relative;
}

.hero_text p span::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
}
/* .hero_text p span.f_b_b_s::before {
    background: #ef7444;
}
.hero_text p span.s_b_b_s::before {
    background: #4064b8;
}
.hero_text p span.t_b_b_s::before {
    background: red;
} */

.hero_text_box p.editor_view_4 {
	line-height: 50px;
	font-size: 24px;
	margin-top: 10px;
	font-weight: 400;
}

.hero_text_box .sbtng {
    display: block;
    margin-top: 30px;
    text-align: center;
}

.sbtng a {
    display: inline-block;
    padding: 15px 50px 15px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ef7444;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    -webkit-transition-timing-function: ease, ease;
    -o-transition-timing-function: ease, ease;
    transition-timing-function: ease, ease;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    line-height: 1;
    -o-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    -moz-transition: border-color 0.3s, background-color 0.3s;
    -ms-transition: border-color 0.3s, background-color 0.3s;
    border: 3px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
}

.sbtng a:hover {
    background-color: #ef7444;
}

.manu_sbtng {
    padding-left: 20px;
}

.sbtng a.btn2 {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
}

.mp4-container {
    height: 827px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

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

.hero__video {
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0px;
    left: 0px;
    display: block !important;
}

.layerImage {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.layerImage img {
    width: 100%;
}

.video_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
}

.curvearea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.curvearea img {
    width: 100%;
}
.editor_view_3 {
	width: 470px;
	text-align: left;
}
.editor_view_2 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-right: 20px;
}
/* End Slider CSS */


.entry-content ul li a {
    color: #000;
}

.sticky-logo,
.non-sticky-logo {
    position: relative;
    z-index: 99999;
}

.others_page.page_banner_off .sticky-logo,
.home.mobile-menu-open .sticky-logo,
.sticky-logo,
.sticky-header .sticky-logo,
.non-sticky-logo {
    display: none;
}

.others_page.page_banner_off .non-sticky-logo,
.mobile-menu-open .non-sticky-logo,
.sticky-logo,
.sticky-header .non-sticky-logo {
    display: block;
}

.top-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.sticky-header .top-logo {
	width: 115px;
}

.hero_image {
    position: relative;
    display: contents;
    width: 100%;
    height: 100%;
}

.layerImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
}

.sbtng a::after,
a.btn::after {
    -webkit-mask-image: url('../img/btn-arrow.svg');
    mask-image: url('../img/btn-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: calc(50% - 7px);
    right: 12px;
    position: absolute;
    background-size: contain;
    mask-size: 25px;
    -webkit-mask-size: 25px;
    background-color: #FFFFFF;
    width: 25px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.layerImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
}

.hero_text_box .learn_more p {
    font-size: 14px;
}

.learn_more {
    position: absolute;
    bottom: 70px;
    width: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}

.learn_more a.go_next_s {
    width: 29px;
    height: 29px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    border-color: rgba(255, 255, 255, 0.75);
    border-style: solid;
    border-width: 2px;
    padding: 16px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.learn_more p {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

span.animeted_dot {
    -webkit-animation: MoveUpDown 2s linear infinite;
    animation: MoveUpDown 2s linear infinite;
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    left: calc(50% - 5px);
    top: 33px;
}

@-webkit-keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(-29px);
        transform: translateY(-29px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(-29px);
        transform: translateY(-29px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/* Header Menu button */
.btn-secion {
    margin-left: 15px;
}

.btn-secion ul {
    padding: 0px 0;
    margin: 0;
    list-style: none;
}

.btn-secion ul li {
    display: inline-block;
    margin: 0 2px;
}

.btn-secion ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 3;
    display: inline-block;
}

.sticky-header .btn-secion ul li a {
    color: #000;
}

.sticky-header .btn-secion ul li a:hover,
.btn-secion ul li a:hover {
    color: #ef7444;
}

.mobile-menu a.captureOutbound,
.btn-secion ul li a.captureOutbound {
	padding: 0 15px;
	background: #ef7444;
	font-size: 15px;
	color: #fff !important;
	border: 2px solid #ef7444;
	font-weight: 500;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-right: 10px;
}

.mobile-menu a.captureOutbound{
	line-height: 38px;
}

.mobile-menu a.captureOutbound:hover,
.btn-secion ul li a.captureOutbound:hover {
    color: #FFF;
    background-color: #4064b8;
    border: 2px solid #4064b8;
}

/* Welcom area / About Us */
.abu_image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 635px;
}
.abu_image img {
    width: 100%;
}

.f_content_area p {
    font-size: 21px;
}
a.abu_button {
	font-size: 15px;
	padding: 15px 35px;
	background: #ef7444;
	color: #fff;
	border-color: #ef7444;
	font-weight: 500;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
}
a.abu_button:hover {
	background: #4064b8;
	border-color: #4064b8;
}
.welcome_section {
	padding-top: 78px;
	margin-top: -78px;
	position: relative;
}
.welcome_section {
	padding-bottom: 195px;
}
/* Services */
.service_section {
	background: #4064b8;
	color: #FFF;
}
.s_s_title {
    color: #FFF;
}
.ss_link {
	padding: 12px 25px;
	background: #ef7444;
	font-size: 15px;
	color: #fff;
	border-color: #ef7444;
	font-weight: 500;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
}
.wcu_images {transition: transform .2s;}
.wcu_images:hover {
	transform: scale(1.03);
}

.wcu_images img {
	border-radius: 1000px;
	overflow: hidden;
}
.ss_title {
    color: #FFF;
}
.ss_content {
    text-align: left;
}
.top_curve {
	position: absolute;
	z-index: 3;
	bottom: 100%;
	width: 100%;
}
.top_curve img {
	width: 100%;
}
.service_s_area {
    z-index: 3;
}
.bottom_curve {
	bottom: 0;
}
/* Footer Instagram */
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-view.eui-slider-slide {
	padding: 10px 20px 0 !important;
}


/* */
.contact_us_title {
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 5px;
}
.bottom_border {
	position: relative;
}
.left_side_text {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.left_side_text_1, .left_side_text_2 {
	position: relative;
	padding: 0 0 0 60px;
}
.svg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}
.svg_img img {
	width: 100%;
}
.infof-content h2,
.left_side_text_1 h3 {
    margin-bottom: 5px;
}

/* Content Page */
.inner + a.read_more_btn {
	width: 150px;
	background-color: #4064b8;
	text-align: center;
	color: #FFF;
	padding: 5px 0;
	border-radius: 3px;
}
.inner + a.read_more_btn:hover {
	background-color: #ef7444;
}
.content_area {
	width: 100%;
	padding-right: 35px;
	padding-left: 35px;
}
/* Doctor Page */
.image_box a img,
.doc_image a.image-popup-no-margins img {
    width: 100%;
    height: auto;
}
.page_title h1 br {
	display: none;
}
.mobile_img {
	display: block;
	height: 100%;
	width: 100%;
}
.mobile_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
