@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
strong{
	font-size: 17px !important;
}
html,
body {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

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

img {
	border: none;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	outline: none;
}

textarea:focus,
input:focus,
a,
div,
img {
	outline: none;
}

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

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
	color: #373d48;
	font-size: 13px;
	font-family: "Lato", serif;
	font-weight: 400;
	line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1,
.h1 {
	font-size: 38px;
}

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

h3,
.h3 {
	font-size: 24px;
	line-height: 30px;
}

h4,
.h4 {
	font-size: 19px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #5c5c5c;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 26px;
}

h6,
.h6 {
	font-size: 16px;
	line-height: 20px;
}

p {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 5px;
}

#content-area ul li a,
p a {
	color: #16868f;
	text-decoration: underline;
	font-style: italic;
}

#content-area ul li a:hover,
p a:hover {
	color: #183446;
	text-decoration: none;
}

#content-area ul {
	margin: 30px 10px;
	padding: 0;
}

#content-area ul li {
	color: #5c5c5c;
	font-size: 19px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 0 5px 0;
	list-style: none;
	padding-left: 20px;
	position: relative;
}

#content-area ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #5c5c5c;
}

#content-area ol {
	margin: 20px 20px;
	padding: 0;
}

#content-area ol li {
	color: #5c5c5c;
	font-size: 19px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 0 5px 0;
	list-style: decimal;
	margin-left: 20px;
}

blockquote {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	background: #f3f3f3;
	padding: 20px 20px 10px 20px;
	border-left: 2px solid #1589cb;
}

blockquote p {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	margin-bottom: 15px;
	position: relative;
}

hr {
	border: 0 #000 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* 3. Images
------------------------------------------------------------------------------*/
img {
	border: none;
	border-style: none;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
	color: #4777ac;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #4777ac;
	text-decoration: underline;
}

a:active,
a.current {
	color: #e8941a;
}

a:focus {
	outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/
label {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"] {
	border: 1px solid #dedede;
	padding: 0 15px;
	color: #5c5c5c;
	font-size: 18px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}

textarea {
	border: 1px solid #dedede;
	padding: 5px 15px;
	color: #5c5c5c;
	font-size: 18px;
	height: 100px;
	resize: none;
	font-family: "Lato", serif;
	line-height: 16px;
	width: 100%;
	box-sizing: border-box;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	border-radius: 3px;
	padding: 13px 20px;
	color: #ffffff;
	font-size: 16px;
	background-color: #42a9c7;
	border: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 0.8;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {
	width: 100%;
	min-height: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.container {
	max-width: 1140px;
	width: 100%;
}

.footer,
.push {
	height: 22px;
}

/* header */
header {
	width: 100%;
	height: auto;
}

.full-sec {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0px;
}

.full-sec .logo {
	display: inline-block;
}

.full-sec .logo:hover,
.logo a:hover h1 {
	text-decoration: none;
	color: #1a2124;
}

.logo h1 {
	color: #1a2124;
	font-family: Playfair Display;
	font-size: 45px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 0;
}

header.site-header.sticky .full-sec .logo {
	display: none;
}

.navigation>nav>ul>li {
	position: relative;
}

.navigation>nav>ul>li:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 10px;
}

.navigation ul li .sub-menu {
	position: absolute;
	left: 0;
	top: 42px;
	background: #fff;
	text-align: left;
	z-index: 9999;
	min-width: 235px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 0 27px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 0 27px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.14);
	padding: 5px;
	border-radius: 5px;
}

.navigation ul li .sub-menu li:first-child {
	border-top: none;
}

.navigation ul li .sub-menu li a {
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	text-transform: capitalize;
}

.navigation ul li .sub-menu li .sub-menu {
	left: 100%;
	opacity: 0;
	visibility: hidden;
	top: 0;
}

.navigation ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.navigation ul li .sub-menu li {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

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

.navigation ul li .sub-menu li:hover a,
.navigation ul li .sub-menu li.current_page_item a,
.navigation ul li .sub-menu li a.active {
	background-color: rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.04);
	color: #1f1f1f;
}

.navigation ul li .sub-menu li:before {
	display: none;
}

.navigation ul li .sub-menu li .sub-menu li a {
	background: #fff;
	color: #1f1f1f;
}

.navigation ul li .sub-menu li .sub-menu li:hover a {
	background: #212f61;
	color: #fff;
}

#content-area {
	display: block;
	padding-top: 185px;
}

header.site-header {
	position: absolute;
	z-index: 5;
	background: rgba(255, 255, 255, 1);
	top: 0;
	width: 100%;
	left: 0;
}

header.site-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
	-webkit-animation: headerSlideDown .95s ease forwards;
	animation: headerSlideDown .95s ease forwards;
}

/* Header slide down Animation */
/*start*/
@-webkit-keyframes headerSlideDown {
	0% {
		margin-top: -100px;
	}

	to {
		margin-top: 0;
	}
}

@keyframes headerSlideDown {
	0% {
		margin-top: -100px;
	}

	to {
		margin-top: 0;
	}
}

/*end*/

header.site-header.sticky .full-sec {
	padding: 0;
	margin: 0;
}

header.site-header.sticky .navigation {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* nav */
.navigation {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

nav {
	height: auto;
}

nav ul {
	margin: 0;
}

nav ul li {
	font-weight: 500;
	margin: 0 5px;
	position: relative;
	font-size: 0.85em;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 0;
	font-style: normal;
}

nav ul li:before {
	display: none;
}

nav ul li a {
	color: rgb(31, 31, 31);
	font-size: 16px;
	line-height: 20px;
	padding: 8px 15px 7px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	display: inline-block;
}

nav ul li a:hover,
nav .active>a {
	background-color: #16868f;
	color: #fff;
	text-decoration: none;
}

/* footer */
footer {
	width: 100%;
	height: auto;
	background-color: #183446;
	padding-top: 25px;
	padding-bottom: 30px;
}

footer .footer-top {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

footer .footer-top ul {
	display: inline-flex;
	align-items: center;
}

footer .footer-top ul li {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 2px;
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

footer .footer-top ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
	top: 7px;
}

footer .footer-top ul li a {
	color: rgba(255, 255, 255, 0.6);
}

footer .footer-top ul li a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

footer .footer-top ul li:first-child:before {
	display: none;
}

.footer-btm {
	display: block;
	width: 100%;
	text-align: center;
}

.footer-btm .copy-right {
	display: inline-block;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
}

.footer-btm .copy-right a {
	color: #fff;
	margin-right: 20px;
}

/*--------- home page ------------*/
/* banner part */
.banner {
	display: block;
	width: 100%;
}

.banner .full-img {
	display: block;
	width: 100%;
}

.banner .full-img a {
	display: block;
	width: 100%;
}

.banner .full-img a figure {
	display: block;
	width: 100%;
}

.banner .full-img a figure img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

/* welcome sec */
.welcome-sec {
	display: block;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

.welcome-sec ul {
	margin: 0;
}

.welcome-sec h2 {
	position: relative;
	font-size: 35px;
	line-height: 40px;
	font-family: "Playfair Display", serif;
	padding-left: 20px;
	box-sizing: border-box;
	margin-right: 30px;
	display: block;
	text-align: center;
	width: 100%;
}

/* welcome info sec */
.welcom-info-sec {
	background: #f0f0f0;
	padding: 70px 0 100px 0;
	box-sizing: border-box;
}

.welcom-info-sec ul {
	margin-bottom: 70px;
}

.align-right {
	margin-bottom: 25px;
	margin-left: 50px;
	float: right;
	max-width: 410px;
}

.align-right img {
	display: block;
	width: 100%;
}

/* align left */
.align-left {
	margin-bottom: 25px;
	margin-right: 50px;
	float: left;
	max-width: 265px;
}

.align-left img {
	display: block;
	width: 100%;
}

.content-sec {
	padding-top: 60px;
	padding-bottom: 130px;
}

.title-sec {
	display: block;
	width: 100%;
	margin-bottom: 80px;
}

.title-sec h1,
.title-sec h2 {
	font-size: 20pt;
	font-style: italic;
	color: #5c5c5c;
}

/* content sec */
.content-sec h3 {
	margin-top: 40px;
}

.content-sec h4 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.link-grp {
	display: block;
	width: 100%;
}

.link-grp p {
	margin-bottom: 5px;
}

.link-grp p a {
	text-decoration: none;
	font-style: normal;
}

/* form sec */
.form-area {
	display: block;
	width: 400px;
	margin-left: 0;
}

.form-area .field-set {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.form-area.mt-10 {
	margin-top: 100px;
}

.content-sec .container {
	max-width: 1140px;
}

.contact-page .container {
	max-width: 900px;
}

.mobile-menu {
	display: none;
	width: 100%;
	background: #183446;
	padding: 10px 0;
	box-sizing: border-box;
}

/*mobile menu*/
/*start*/
#mobile-menu {
	display: block;
	position: relative;
	z-index: 999999;
}

.menu-trigger.open span {
	background-color: rgba(0, 0, 0, .0)
}

.menu-trigger.open span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #E74A30;
}

.menu-trigger.open span:after {
	top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #E74A30;
}

#mobile-menu .navbar {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	z-index: 99999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 0px 0;
}

#mobile-menu .navbar.open {
	top: 0;
}

#mobile-menu ul ul {
	display: none;
	background: transparent;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 25px;
}

#mobile-menu ul ul ul {
	background: transparent;
	margin-bottom: 0;
}

#mobile-menu ul ul ul ul {
	background: rgb(60, 60, 56)
}

#mobile-menu li {
	list-style: none;
	position: relative;
	display: block;
	margin: 0;
}

#mobile-menu li:before {
	display: none;
}

#mobile-menu li:last-child {
	border-bottom-width: 0;
}

#mobile-menu em {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 36px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 99;
}

#mobile-menu em.toggled:after {
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
}

#mobile-menu em.level-two:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	background-color: transparent;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	margin: 0;
}

#mobile-menu em.level-two:after {
	display: none;
}

#mobile-menu em.level-two.toggled {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}

#mobile-menu li a {
	color: #fff;
	padding: 0;
	display: inline-block;
	margin-right: 0;
	line-height: 15px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.09em;
	position: relative;
	z-index: 1;
	font-weight: 500;
	cursor: pointer;
	text-transform: none;
	color: #fff !important;
	display: block;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.15);
	padding: 9px 0px 12px 15px;
	text-align: left;
}

#mobile-menu li a:hover {
	text-decoration: none;
	color: #FFBB23;
}

#mobile-menu li li {
	border-color: transparent;
}

#mobile-menu li li a {
	text-transform: none;
	padding-left: 0;
}

#mobile-menu li li li a {
	padding-left: 25px;
	margin-right: 0;
}

#mobile-menu li li li li a {
	padding-left: 30px;
	margin-right: 0;
}

.scroll-hidden {
	overflow: hidden;
	height: 100%;
}

#mobile-menu li>a {
	margin-bottom: 0px;
	position: relative;
}

#mobile-menu ul>li>ul>li>em:after {
	top: 16px;
}

#mobile-menu li li>a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	background: none;
	opacity: 0.6;
}

#mobile-menu ul>li {
	padding-top: 0;
	padding-right: 0;
	margin-bottom: 7px;
}

.navbar ul {
	margin: 0;
}

#mobile-menu ul>li>ul>li {
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}

#mobile-menu ul>li>ul>li>ul>li:before {
	display: none;
}

#mobile-menu ul>li>ul>li>ul>li {
	padding: 9px 0px 8px 22px;
}

#mobile-menu ul>li>ul>li>ul>li>a {
	padding: 0;
	font-weight: normal;
}

.mobile-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	opacity: 0;
	visibility: hidden;
}

.mobile-overlay.open {
	opacity: 1;
	visibility: visible;
}

#mobile-menu ul>li>ul>li>em {
	height: 41px;
}

#mobile-menu ul>li>ul>li.hassub a:after {
	top: 5px;
}

#mobile-menu ul>li a:after {
	display: none;
}

#mobile-menu ul>li.hassub>a:After {
	display: inline-block;
}

.contact-mb-info {
	display: block;
	width: 100%;
	padding: 20px 10px;
	border-top: 2px solid #555555;
	margin-top: 17px;
	box-sizing: border-box;
}

.contact-mb-info ul {
	display: block;
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: stretch;
}

#mobile-menu .contact-mb-info ul li {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	border-bottom: 0;
	padding: 0px 5px;
	box-sizing: border-box;
	float: left;
}

#mobile-menu .contact-mb-info ul li>a {
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	font-weight: normal;
}

#mobile-menu .contact-mb-info ul li:before {
	display: none;
}

.menu-area {
	display: block;
	width: 100%;
	margin-top: 0;
}

.menu-area ul {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
}

#mobile-menu ul>li.active>a,
#mobile-menu .current_page_item>a {
	color: #FFBB23;
}

.menu-area ul li {
	display: block;
	float: none;
	text-transform: none;
}

.menu-trigger {
	display: block;
	width: 42px;
	height: 42px;
	position: fixed;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	white-space: nowrap;
	z-index: 999999;
	right: 320px;
	top: -50px;
	transition: all 1s ease-in-out;
}

#mobile-menu.open .menu-trigger {
	top: 7px;
}

.menu-trigger span,
.menu-trigger span:after,
.menu-trigger span:before {
	height: 3px;
	transition: all 0.5s ease-in-out;
}

.menu-trigger span {
	position: absolute;
	display: block;
	width: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.menu-trigger span:after,
.menu-trigger span:before {
	border-radius: 25%;
	top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #ffffff;
}

.menu-trigger span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #ffffff;
}

.menu-trigger span:after,
.menu-trigger span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	border-radius: 25%;
}

.menu-overlayer {
	display: block;
	position: fixed;
	width: 0;
	height: 100vh;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.menu-overlayer.open {
	width: 100vw;
	height: 100vh;
	opacity: 1;
	top: 0;
}

.navbar ul.third-menu,
.navbar ul.second-menu {
	display: none;
	margin-top: 25px;
	border-top: 2px solid #555555;
}

.second-menu li .new-post {
	float: right;
	margin-top: 2px;
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	right: 5px;
	top: 12px;
}

#mobile-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 187, 35, 0.75);
}

#mobile-menu ul>li.active>a,
#mobile-menu .current_page_item>a {
	color: #FFBB23;
}

/* end */

/*mobile menu*/
/*start*/
.mb-toggled.mb-closed {
	position: relative;
	display: none;
}

.mb-button {
	display: block;
	position: absolute;
	right: 9px;
}

.mb-button span {
	display: block;
	margin: 2px 0px 4px 0px;
	height: 2px;
	background: rgba(255, 255, 255, 0.7);
	width: 21px;
	float: none;
	border-radius: 24px;
}

.mb-button {
	display: block;
	right: 5px;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.sub-menu-toggle {
	display: none;
}

.sub-menu {
	margin: 0;
	padding: 0;
}

/*end*/

#mobile-menu li.hassub>a span {
	position: relative;
}

#mobile-menu li.hassub>a span:after {
	content: '';
	display: block;
	position: absolute;
	right: -19px;
	top: 7px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
}

#mobile-menu li.hassub.up-arrow>a span:after {
	transform: rotate(90deg);
}

.mobile-title {
	display: none;
}

.footer-push {
	background-color: #183446;
	padding: 33px 0px;
}

.col-lg-12.text-wh p {
	color: #fff;
}

.col-lg-12.text-wh p a {
	color: #fff;
}



/* slider  */

.welcome-sec div p {
	text-align: center;
}

.pra-text {
    color: #1a2124;
    font-size: 24px;
    font-family: Lato, Arial, Verdana, sans-serif;
	
}


.border-le {
    border-left: 1px solid rgb(218, 218, 218);
    padding: 37px;
}
.doctor-img img {
    max-width: 29%;
    width: 100%;
}
.doctor-img{
    text-align: center;
}

img.dr-burton-0 {
    width: 73%;
}
img.dr-burton {
    width: 24.2%;
    margin-left: 16px;
}

img.team0-img {
    width: 100%;
}
.doc-bannner-img {
    padding: 15px 0px;
}
.doc-07 img {
    width: 100%;
}
.doc-07 {
    padding: 18px 0px;
}
ul.list-65 li {
    padding: 9px 0px;
    font-weight: 700;
}

.border-lef-0 {
        border-left: 1px solid rgb(218, 218, 218);
		padding: 0px 37px;
}


/* preventive-dentistry page css  */

.preve-img-inn {
    width: 100%;
}

.padd-55432 {
    padding: 30px 0px;
}

.footer-push-0 {
	background-color: #18344600;
padding: 100px 0px 0px 0px;
}
.col-lg-12.text-whie p {
	color: #5c5c5c;
}

.col-lg-12.text-whie p a {
	color: #5c5c5c;
}

.row.padding-533 {
    margin-top: 79px;
}
ul.crown-list {
    list-style-type: none;
    padding: 0;
}

ul.crown-list li {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
}

ul.crown-list li strong {
    font-size: 20px;
    color: #333;
}

ul.crown-list li span {
    font-size: 17px;
    color: #666;
}
.h-implants b {
	color: #16868f;
}
figure.compfort-img img {
    width: 100%;
	padding-top: 20px;
}
.com-img img {
    width: 100%;
}
.preve-img {
    padding-top: 58px;
}




.arrow {
    font-size: 19px;
    transition: transform 0.3s ease;
	color: #aaaaaa;
}

.dropdown:hover .arrow {
    transform: rotate(180deg);
}
