/*!
Theme Name: maven-centre
Author: Mansukh Solanki
Description: Email : msolanki.developer@gmail.com
Version: 1.0.11
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maven-centre
 */

@font-face {
    font-family: 'august_roma_scriptregular';
    src: url('webfonts/augustromascript.woff2') format('woff2'),
         url('webfonts/augustromascript.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 65%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #768687;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 12px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: #768687;
	text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}
p a{
	color: #D6A285;
}
a:hover,
a:focus,
a:active {
	color: #92aba0;
	text-decoration: none;
}
a:focus,
button:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
textarea {
	width: 100%;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.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;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.site-header {
  padding: 0 0 33px 0;
  margin-bottom: 37px;
  background: #fff;
  border-bottom: 1px solid #fdfdfd;
}
body.home .site-header{
	border-bottom: none;
  margin-bottom: 0px;
}
.site-header.header-fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0px;
  padding: 0;
}
body.admin-bar .site-header.header-fixed{
  top: 32px;
}
.site-header.header-fixed.fixed-head-scrol{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border: none;
  padding: 0;
}
#page.eanbled-fixed {
  padding-top: 220.9px;
}
.site-header.header-fixed.fixed-head-scrol .site-branding img {
  max-width: 170px;
}
.site-header.header-fixed.fixed-head-scrol .main-navigation-new ul.nav-menu > li {
  padding: 20px 0;
}
.site-header.header-fixed .site-branding img,
.site-header.header-fixed .main-navigation-new ul.nav-menu > li {
  transition: all .2s linear;
}
.loaderdiv {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(146, 171, 160,0.9);
}
.loader-spinner{
  border:4px solid #fff;
  border-radius:50%;
  border-top:4px solid #28313d;
  width:30px;
  height:30px;
  -webkit-animation:spin 1.2s linear infinite;
  animation:spin 1.2s linear infinite;
  position:absolute;
  left:50%;
  margin-left:-15px;
  top:50%;
  margin-top:-15px
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: #92aba0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.cd-top:hover,
.cd-top:focus{
  color: #fff;
  background-color: #7d868c;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.site-branding {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 24px;
}
#primary-menu {
  display: none;
  position: absolute;
  left: 1px;
  top: 100%;
  background: #edf1f0;
  margin-top: 2px;
  margin: 0;
  margin-top: 15px;
  padding: 5px 10px;
  list-style: none;
  min-width: 250px;
  white-space: nowrap;
  border-radius: 5px;
  z-index: 99;
  border: 1px solid #e5e9e8;
}
#primary-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #edf1f0;
  position: absolute;
  top: -9px;
  right: 30px;
}
#secondary-menu {
  margin: 0;
  padding: 0;
}
#secondary-menu li {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Comfortaa', cursive;
  font-size: 10px;
  letter-spacing: 1.5px;
}
#secondary-menu li a {
  border-bottom: 1px solid #768687;
  padding-bottom: 5px;
  color: #7c858c;
  font-weight: normal;
}
#secondary-menu li a:hover {
  border-color: #D6A285;
  color: #D6A285;
}
.site-header .align-self-center{
  flex-grow: 1;
  flex-basis: 0;
}
.menu-toggle.navbar-toggler {
  background: #92aba0;
  color: #fff;
  border-radius: 20px;
  font-family: 'Comfortaa', cursive;
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 10px 17px;
}
.menu-toggle.navbar-toggler:hover{
  background: #D6A285;
}
.menu-toggle.navbar-toggler[aria-expanded="true"] {
  background: #D6A285;
}
.navigation-left{
	position: relative;
}
.navigation-left.toggled #primary-menu{
	display: block;
}
#primary-menu li{
	border-bottom: 1px solid #d3d7d6;
	font-family: 'Comfortaa', cursive;
	font-size: 13px;
}
#primary-menu li:last-child{
	border-bottom: none;
}
#primary-menu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  color: #7c858c;
  font-family: 'Comfortaa', cursive;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
}
#primary-menu li a:hover{
  opacity: 0.6;
}
.menu-header-main {
  display: inline-block;
}
.menu-header-extra {
  display: inline-block;
  vertical-align: middle;
}
.menu-header-extra ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
.menu-header-extra ul li {
  font-size: 19px;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
}
.menu-header-extra ul li span {
  font-size: 10px;
  vertical-align: middle;
  padding-right: 5px;
  position: relative;
  top: 3px;
  font-weight: bold;
}
.menu-header-extra ul li a{
	color: #768687;
}
.menu-header-extra ul li a:hover{
  color: #D6A285;
}
.site-footer {
  padding: 70px 0 40px 0;
}
.entry-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2.2px;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
}
.page-header-title h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.2px;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  color: #a2bfaf;
}
.page-header-sub-title h3 {
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
  font-size: 28px;
  color: #768687;
}
.page-header-main {
  padding: 40px 0;
}
.site-footer p {
  margin-bottom: 10px;
  font-size: 12px;
  font-family: 'Comfortaa', cursive;
  letter-spacing: 1.5px;
}
.site-footer p a{
	color: #D6A285;
	text-decoration: underline;
}
.site-footer h3 {
  margin-bottom: 10px;
  font-size: 12px;
  font-family: 'Comfortaa', cursive;
  letter-spacing: 1.5px;
  color: #D6A285;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul li{
  font-size: 12.5px;
  margin-bottom: 1px;
}
.f_copy_right {
  font-size: 13px;
  font-weight: normal;
  color: #768687;
  border-top: 1px solid #D6A285;
  padding-top: 32px;
}
.f_copy_right p {
  margin-bottom: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0;
}
.f_copy_right p:last-child {
  margin-bottom: 0px;
}
.site-footer-info .col-3 {
  padding-bottom: 30px;
}
.footer-socials ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 28px;
}
.footer-socials {
  text-align: right;
  margin-top: 11px;
}
.footer-newsletter {
  border-top: 1px solid #f6f6f6;
}
.page-content{
	padding-bottom: 50px;
}

.wrap_main {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.wrap1 {
  position: relative;
  margin: 0 auto;
  max-width: 1096px;
  display: table;
  height: 100%;
  width: 100%;
  padding: 0 15px;
}
.meta {
  display: table-cell;
  padding: 9% 0;
  vertical-align: middle;
  text-align: center;
}
.home-banner-module h1 {
  background: none;
  padding: 0;
  margin-top: 0;
  font-size: 18px;
  color: #90aaa0;
  font-family: 'Comfortaa', cursive;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.home-banner-module .banner_title {
  background: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  color: #768687;
}
.home-banner-module h2 {
  background: none;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 80px;
  color: #768687;
  font-family: 'august_roma_scriptregular', sans-serif;
  line-height: 110px;
}
.p_module{
  position: relative;
}
.call-to-action-module{
  background-color: #d5b49e;
  text-align: center;
  padding: 80px 0 50px 0;
}
.c_action_title {
  font-size: 36px;
  color: #fff;
}
.c_action_link {
  margin-top: 45px;
  display: inline-block;
}
.c_action_title span {
  font-family: 'august_roma_scriptregular', sans-serif;
  padding-left: 5px;
}
.btn-white, a.btn-white {
  display: inline-block;
  padding: 16px 30px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #fff;
  color: #768687;
  border-radius: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
}
.btn-white:hover, a.btn-white:hover{
  background: #8c9697;
  color: #fff;
  opacity: 0.9;
}
.error-404 .page-title {
  margin-top: 0;
  font-size: 120px;
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
  margin-bottom: 0;
}
.error-404.not-found {
  padding-bottom: 50px;
}
.testimonial-block-module {
  background-color: #f4f4f2;
}
/*.testimonial-block-module .container-fluid {
  max-width: 1350px;
}*/
.btn-pink, a.btn-pink {
  display: inline-block;
  padding: 16px 30px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #D5B49E;
  color: #fff;
  border-radius: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
}
.btn-pink:hover, a.btn-pink:hover{
  background: #8c9697;
  color: #fff;
  opacity: 0.9;
}
.testimonial-block-module h4 {
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  color: #768687;
}
.testimonial_link{
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.testimonial-block-module h5 {
  font-family: 'Source Serif Pro', serif;
  color: #768687;
  font-size: 18px;
  font-weight: 600;
}
.page-header-module {
  padding: 30px 0;
}
.page_header_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.2px;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  color: #768687;
}
.page_header_sub_title {
  text-align: center;
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
  font-size: 28px;
  color: #768687;
  line-height: normal;
}
.testimonial-block-module .row img {
  max-width: 94%;
  /* opacity: 0.7; */
}
.contact-block-module h3 {
  font-family: 'Source Serif Pro', serif;
  color: #768687;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.contact_block_row {
  margin-bottom: 55px;
}
.contact_block_row p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.contact_block_row p a{
  color: #768687;
}
.contact_block_row p a:hover{
  color: #D6A285;
}
.contact_block_row p a.map-link {
  color: #D6A285;
  text-decoration: underline;
  font-family: 'Comfortaa', cursive;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1.5px;
}
.contact-block-module {
  padding: 30px 0 60px 0;
}
.contact_block_form {
  padding: 0 24px;
}
.contact_block_form label {
  font-size: 26px;
  font-weight: 300;
  width: 100%;
}
.contact_block_form input, 
.contact_block_form select, 
.contact_block_form textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  background: none;
  max-height: 60px;
}
.contact_block_form select{
  background: url("images/drop-down-icon.svg") no-repeat center right;
  background-size: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contact_block_form select.active_icon{
  background: url("images/drop-down-icon-up.svg") no-repeat center right;
  background-size: 20px;
}
.contact_block_form [type="submit"]{
  display: inline-block;
  padding: 16px 30px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #D5B49E;
  color: #fff;
  border-radius: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  width: auto;
  box-shadow: none;
  border: none;
}
.contact_block_form [type="submit"]:hover{
  background: #92aba0;
}
.contact_block_form .screen-reader-response {
  display: none;
}
.contact_block_form .wpcf7-not-valid-tip {
  font-size: 16px;
  color: red;
}
.accordian-block-module {
  padding-bottom: 60px;
  padding-top: 10px;
}
.accordian-block-grid .accordian-item-header:after {
    width: 36px;
    height: 36px;
    content: "";
    background: url("images/minus-icon.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 30px;
}
.accordian-block-grid .accordian-item-header.collapsed:after {
    background: url("images/plus-icon.svg") no-repeat center center;
    background-size: 100%;
}
.accordion_data {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 300;
}
.accordian_item_inn{
  border-bottom: 1px solid #d7b49d;
  margin-bottom: 20px;
}
.accordian-item-header {
  padding: 25px 0 35px 0;
  font-size: 28px;
  font-family: 'Source Serif Pro', serif;
  cursor: pointer;
  color: #768687;
  padding-right: 100px;
  position: relative;
  line-height: normal;
  min-height: 132px;
}
.accordian-item-header:hover{
  opacity: 0.8;
}
.content_cards_grid_content {
  padding: 45px 0;
  padding-right: 50px;
}
.content_cards_grid_title {
  font-size: 24px;
  font-weight: 600;
  color: #768687;
  margin-bottom: 10px;
  line-height: normal;
}
.content_cards_grid_excerpt {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.content_cards_grid_link {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.load_more_post {
  padding-top: 52px;
}
.content_cards_grid_data {
  padding-bottom: 25px;
}
.content_cards_grid_data a:hover{
  opacity: 0.8;
}
.blog-category-list {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.blog-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #d7b49d;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
}
.blog-category-list li a{
  color: #92aba0;
  padding: 3px 0;
}
.blog-category-list li a.active_cat,
body.term-general-health .blog-category-list li a[data-href="general-health"],
body.term-medical-care .blog-category-list li a[data-href="medical-care"],
body.term-meet-the-maven .blog-category-list li a[data-href="meet-the-maven"]{
  border-bottom: 1px solid #D6A285;
  color: #D6A285;
}
.search_input_main {
  position: relative;
  padding: 0;
  border: none;
  width: 100%;
}
.search_input_main {
  float: right;
  max-width: 280px;
  border-radius: 30px;
  overflow: hidden;
  border: solid 1px #d0d2d7;
}
.search_input_main button {
  position: absolute;
  right: 0;
  top: 0px;
  color: #6c757d;
  font-size: 16px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  background: #f3f4f5;
  border: none;
  border-left: solid 1px #d0d2d7;
  border-radius: 0 4px 4px 0;
  display: none;
  outline: none;
}
input.search_field {
  height: 45px;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #6f737c;
  padding-left: 15px;
  outline: none;
  border-radius: 20px;
  border: none;
  text-transform: uppercase;
  font-family: 'Comfortaa', cursive;
  font-size: 11px;
  letter-spacing: 1.5px;
}
.blog-listing-module {
  padding-bottom: 55px;
}
.content_cards_bottom_link a {
  background: #92aba0;
  color: #fff;
  border-radius: 20px;
  font-family: 'Comfortaa', cursive;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 30px;
  cursor: pointer;
  display: inline-block;
}
.content_cards_bottom_link a:hover{
  background: #D6A285;
}
.blog_featured_main .content_cards_grid_data {
  padding-bottom: 60px;
  border-bottom: 1px solid #D7B49D;
  margin-bottom: 64px;
}
.blog_featured_main .content_cards_grid_content {
  padding-left: 50px;
}
.content_cards_grid_category {
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 7px 0;
  color: #90ABA0;
}
.blog_featured_main .content_cards_grid_content .content_cards_grid_title {
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
  font-size: 28px;
  color: #768687;
}
.content_cards_grid_author {
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: 2px;
  display: inline-block;
  width: 100%;
  font-family: 'Source Serif Pro', serif;
}
.content_cards_grid_author span {
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-left: 8px;
  font-size: 13px;
}
.blog-listing-module .btn-pink, a.btn-pink{
  background: #D6A285;
}
.team-grid-module .container {
  max-width: 940px;
}
.load_more_team .col-md-3 {
  margin-bottom: 60px;
}
.team_cards_grid_content {
  margin-top: 18px;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.8px;
}
.team_cards_grid_categogy {
  margin-bottom: 8px;
}
.team-grid-module {
  padding: 20px 0 30px 0;
  display: inline-block;
  width: 100%;
}
.team-carousel-module{
  background: #768687;
  padding: 75px 0;
  color: #fff;
}
.team-carousel-module .container {
  max-width: 940px;
}
.team-carousel-module .team_cards_grid_content {
  color: #fff;
}
.team_carousel_title {
  text-align: center;
  margin-bottom: 45px;
  font-family: 'Source Serif Pro', serif;
  font-size: 28px;
  line-height: normal;
  font-weight: 300;
}
.team-carousel-module .owl-carousel .owl-dots{
  text-align: center;
  margin-top: 30px;
  display: block;
}
.team-carousel-module .owl-carousel button.owl-dot span {
  background: none;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}
.team-carousel-module .owl-carousel button.owl-dot.active span {
  background: #fff;
}
.team_cards_grid_data a {
  display: inline-block;
  width: 100%;
}
.team_cards_grid_data a:hover {
  color: #D6A285;
}
.team_cards_grid_data a:hover {
  opacity: 0.8;
}
.tabs-block-module {
  padding: 20px 0 80px 0;
}
.tabs-block-module .col-md-4 {
  padding-right: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.tabs-block-module .col-md-8 {
  padding-left: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.tabs-block-module .sv-tab-panel {
  padding: 30px;
  font-size: 48px;
  line-height: normal;
  font-weight: 300;
  color: #768687;
}
.tabs-block-module .nav-tabs .nav-item {
  margin-bottom: 0;
}
.tabs-block-module .nav-tabs .nav-link{
  background:#f3f5f4;
  border:1px solid transparent;
  color:#7C858C;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Comfortaa', cursive;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
}
.tabs-block-module .nav-tabs .nav-link.active{
  background-color:#f3f5f4;
  border-color:transparent ;
  color:#7C858C;
}
.tabs-block-module .tab-content>.active{
  background:#f3f5f4;
  height: 100%;
}
.tabs-block-module .nav.nav-tabs{
  border: none;
  display:block;
  margin-right:0px;
  margin-left: 0;
}
.tabs-block-module div.tab-content{
  height: 100%;
}
.about-block-module {
  padding: 70px 0;
}
.about-block-sub-title {
  color: #92ABA0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Comfortaa', cursive;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.about-block-title {
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  color: #768687;
  line-height: normal;
}
.about-block-title b{
  font-weight: 700;
}
.about-block-header{
  padding-bottom: 60px;
}
.about_block_services {
  background: #768687;
  color: #fff;
  padding: 20px 15px;
}
.about-block-header ul {
  margin: 8px 0;
  padding: 0;
}
.about-block-header .col-md-3{
  padding-left: 0;
}
.about-block-header ul li {
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.8px;
  list-style: none;
  margin-bottom: 0px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin: 0 15px;
  padding: 0 15px;
}
.about-block-header ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 6px;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 50%;
}
.about-block-header ul li:first-child:before{
  display: none;
}
.about-block-header ul li a {
  color: #fff;
}
.about_block_right_content {
  padding-left: 50px;
  padding-top: 0px;
}
.about_block_right_content h3{
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
  font-size: 30px;
  color: #768687;
  line-height: normal;
  margin-bottom: 35px;
}
.about_block_right_content p {
  font-size: 19px;
  line-height: normal;
  font-weight: 300;
}
.about-block-content-data h4 {
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 5px;
  color: #768687;
  line-height: normal;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.about-block-content-data {
  padding: 50px 0 10px 0;
  max-width: 910px;
  margin: 0 auto;
}
.about-block-content-data ul {
  margin-top: 15px;
  padding-left: 20px;
  margin-bottom: 10px;
  display: inline-block;
  width: 40%;
}
.about-block-content-data ul li {
  font-size: 25px;
  font-weight: 300;
}
.about-block-content-data p{
  font-size: 18px;
  font-weight: 300;
}
.about-block-link {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.about-block-bottom {
  padding-top: 25px;
}
.about-block-b-title {
  color: #A2BFAF;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Comfortaa', cursive;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-align: center;
}
.about-block-b-title a {
  color: #D6A285;
  text-decoration: underline;
}
.navigation.posts-navigation {
  margin-top: 0px;
}
.team-detail-page {
  padding: 20px 0 70px 0;
  display: inline-block;
  width: 100%;
}
.team-detail-page .container {
  max-width: 940px;
}
.team_detial_title {
  font-family: 'Source Serif Pro', serif;
  font-weight: 500;
  font-size: 26px;
  color: #768687;
  line-height: normal;
}
.team_detial_specialist {
  font-family: 'Source Serif Pro', serif;
  font-weight: 500;
  font-size: 26px;
  color: #768687;
  line-height: normal;
}
.team_detial_degree {
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  font-size: 11px;
  color: #768687;
  letter-spacing: 1.8px;
  list-style: none;
  margin-bottom: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.team_detial_data{
  padding-left: 15px;
  position: relative;
}
.team-close-link {
  position: absolute;
  right: 0;
  margin-right: -80px;
  max-width: 35px;
  top: 5px;
  z-index: 9;
}
.team-close-link img {
  transform: rotateY(0deg) rotate(45deg);
}
.team-close-link a:hover{
  opacity: 0.8;
}
.team_detial_content {
  margin-top: 14px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}
.team_detial_interests{
  margin-top: 40px;
}
.team_detial_interests h3{
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 18px;
  color: #768687;
  line-height: normal;
}
.team_detial_interests ul {
  margin: 0;
  padding: 0;
}
.team_detial_interests ul li {
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  list-style: none;
  margin-bottom: 8px;
  font-weight: 500;
}
.hr-pink{
  border-top: 1px solid #d7b49d;
  padding-top: 60px;
}
.team_recent_title {
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.8px;
  list-style: none;
  font-weight: 500;
  text-align: center;
  margin-bottom: 55px;
}
.blog-detail-page {
  padding: 40px 0;
}
.blog-detail-page .blog_featured_main .content_cards_grid_data {
  border-bottom: 1px solid #d7b49d;
  margin-bottom: 55px;
  padding-bottom: 55px;
}
.pagination-main {
  border-bottom: 1px solid #d7b49d;
  margin-top: 70px;
  padding-bottom: 35px;
}
.pagination-main .nav-links a {
  font-size: 12px;
  font-family: 'Comfortaa', cursive;
  letter-spacing: 1.5px;
  color: #D6A285;
  text-transform: uppercase;
}
.blog_content {
  padding: 0 70px;
  color: #768687;
}
.blog_content h1 {
  line-height: normal;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 30px;
  color: #768687;
}
.blog_content h2 {
  line-height: normal;
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 30px;
  color: #768687;
}
.blog_content h3 {
  line-height: normal;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 30px;
  color: #768687;
}
.blog_content h4 {
  line-height: normal;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 30px;
  color: #768687;
}
.blog_content h5 {
  line-height: normal;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 30px;
  color: #768687;
}
.blog_content h6 {
  line-height: normal;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
  color: #768687;
}
.blog_content p {
  line-height: normal;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #768687;
}
.blog_content ul{
  margin-left: 0;
  padding-left: 18px;
  margin-top: 40px;
}
.blog_content ul li {
  line-height: normal;
  font-weight: 300;
  font-size: 23.7px;
  margin-bottom: 10px;
  color: #768687;
}
.blog_content ol{
  margin-left: 0;
  padding-left: 18px;
  margin-top: 40px;
}
.blog_content ol li {
  line-height: normal;
  font-weight: 300;
  font-size: 23.7px;
  margin-bottom: 10px;
  color: #768687;
}
.blog_content blockquote{
  line-height: normal;
  font-weight: 300;
  font-size: 23.7px;
  margin-bottom: 10px;
  margin-top: 35px;
  margin-bottom: 30px;
  max-width: 750px;
  color: #768687;
}
.blog_content blockquote p{
  line-height: normal;
  font-weight: 300;
  font-size: 23.7px;
  margin-bottom: 10px;
  color: #768687;
}
.site-footer-info .footer-contact a,
.site-footer-info .footer-address a.color-gray{
  text-decoration: none;
  color: #768687;
}
.site-footer-info .footer-contact a:hover, 
.site-footer ul.menu li a:hover,
.site-footer-info .footer-address a.color-gray:hover{
  color: #D6A285;
}
.site-footer-info, .site-footer-info p, .site-footer-info a {
  color: #768687;
}
body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.unaccepted .wpcf7-response-output, 
body .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f00;
  color: #f00;
}
.grecaptcha-badge {
  visibility: hidden;
}
.hidden-desktop{
  display: none !important;
}
.pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.pagination span, .pagination a {
  display: inline-block;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #eee;
  color: #7c858c;
  margin: 0 5px;
}
.pagination span{
  background: #92aba0;
  color: #fff;
}
body.paged .blog_featured_main{
  display: none;
}
body.paged.paged-1 .blog_featured_main{
  display: block;
}
body .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #46b450;
  padding: 0;
  margin-top: 14px;
}
.social-share-main {
  margin-top: -55px;
  text-align: center;
}
.social-share-main a.btn-pink{
  display: none;
}
.sharethis-inline-share-buttons {
  padding-top: 0px;
  height: 60px;
}
.footer-newsletter-frm .mc4wp-form-fields {
  display: flex;
  column-gap: 35px;
}
.footer-newsletter-inner {
  display: flex;
  column-gap: 35px;
  justify-content: center;
}
.footer-newsletter {
  border-top: 1px solid #f6f6f6;
  padding-top: 60px;
}
.footer-newsletter-frm input {
  height: 45px;
  border: 1px solid #c5d4cd;
  padding: 20px;
  outline: none;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #fff;
  color: #768687;
  border-radius: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  width: 270px;
}

.frm-btn [type="submit"] {
  display: inline-block;
  padding: 16px 30px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #8c9697;
  color: #fff;
  border-radius: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  border: none;
  height: 45px;
  width: auto;
}
.frm-btn [type="submit"]:hover{
  background: #D6A285;
}
.footer-newsletter-inner h4 {
  font-family: 'Source Serif Pro', serif;
  line-height: normal;
  margin: 0;
  font-size: 20px;
  line-height: 40px;
}
.mc4wp-alert.mc4wp-success,.mc4wp-alert.mc4wp-notice, .mc4wp-alert.mc4wp-error {
  color: #dbae95;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;

}
.header-menu-main {
  background: #edf1f0;
}
#primary-menu-new {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.site-header.header-fixed.fixed-head-scrol #primary-menu-new{
  display: none;
}
.visible-mobile{
  display: none;
}
#primary-menu-new li {
  display: inline-block;
  margin: 0 20px;
}
#primary-menu-new li a {
  padding: 20px 15px;
  display: inline-block;
  color: #7c858c;
  font-family: 'Comfortaa', cursive;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
}
#primary-menu-new li a:hover{
  color: #D6A285;
}
#primary-menu-new li.current-menu-item a{
  color: #D6A285;
}
.about-block-content-data a.btn-pink,
.content_cards_grid_link .btn-pink,
.social-share-main .btn-pink{
  background: #D7B49D;
  opacity: 1.0;
}
.about-block-content-data a.btn-pink:hover,
.content_cards_grid_link .btn-pink:hover,
.social-share-main .btn-pink:hover{
  background: #8c9697;
}
#st-1 .st-btn {
  background-color: #D7B49D !important;
}
.social-share-main .btn-pink{
  position: relative;
  z-index: 9;
}
.show-mobile{
  display: none;
}
body.home .page-header-module {
  padding-top: 70px;
  padding-bottom: 10px;
}
body.home .accordian-item-header {
  min-height: 132px;
}
body.home .accordion {
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: none;
}
body.home .accordian-block-module {
  padding-bottom: 0;
}
body.home .footer-newsletter {
  border: none;
}
.blog-listing-module .btn-pink, a.btn-pink-light {
  background: #d5b39d;
  width: 370px;
  text-align: center;
}


@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1096px;
}
.navigation-left {
  position: relative;
}
.navigation-right {
  top: -12px;
  position: relative;
}
.site-footer-info .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.site-footer-info .footer-logo {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.site-footer-info .footer-address {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}
.site-footer-info .footer-contact {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.site-footer-info .footer-quick-links {
  -ms-flex: 0 0 27%;
  flex: 0 0 26%;
  max-width: 26%;
}
.site-header.header-fixed .site-branding img{
  min-height: 85.9px;
}
.site-header.header-fixed.fixed-head-scrol .site-branding img {
  min-height: 0px;
}
}

@media screen and (max-width: 1200px) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 100%;
}
.site-header {
  margin-bottom: 0;
}
#page.eanbled-fixed {
  padding-top: 133px;
}
.site-header.header-fixed .site-branding img {
  height: 60px;
  max-width: 100%;
}
.site-header.header-fixed.fixed-head-scrol .site-branding img {
  height: 40px;
  max-width: 100%;
}
}

@media screen and (max-width: 1180px) {
.home-banner-module h1{
  font-size: 16px;
  margin-bottom: 0px;
}
.home-banner-module .banner_title {
  font-size: 30px;
  line-height: normal;
}
.home-banner-module h2 {
  font-size: 55px;
  line-height: 80px;

}
.about-block-content-data {
  padding: 0px;
  margin-top: 0px;
}
.p_module br, .page-header-main br {
  display: none;
}
.site-header.header-fixed {
  padding: 0 0 20px 0;
}
.about-block-header ul{
  text-align: left;
}
.about-block-sub-title {
  font-size: 16px;
  margin-bottom: 14px;
}
.about-block-title {
  font-size: 26px;
}
.about-block-content-data ul li {
  font-size: 20px;
}
.about-block-b-title {
  font-size: 14px;
}
.testimonial-block-module h4 {
  font-size: 17px;
}
.team_carousel_title {
  font-size: 22px;
}
.c_action_title {
  font-size: 26px;
  line-height: normal;
}
.call-to-action-module {
  padding: 40px 0;
}
.c_action_link {
  margin-top: 20px;
}
.site-footer {
  padding-top: 50px;
}
.about-block-bottom {
  padding-top: 40px;
}
.about-block-module, .team-carousel-module {
  padding: 50px 0;
}
.site-footer-info .col-3 {
  padding-bottom: 20px;
}
.team-grid-module .col-md-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.team-close-link {
  margin-right: 0;
}
.team-detail-page {
  padding-top: 0;
}
.tabs-block-module .sv-tab-panel {
  font-size: 30px;
}
.accordian-item-header {
  font-size: 20px;
}
.content_cards_grid_content {
  padding-top: 25px;
  padding-bottom: 20px;
}
.blog_featured_main .content_cards_grid_data,
.blog-detail-page .blog_featured_main .content_cards_grid_data {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_featured_main .content_cards_grid_content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.content_cards_grid_author {
  margin-bottom: 10px;
}
.load_more_post {
  padding-top: 25px;
}
.blog_featured_main .content_cards_grid_content .content_cards_grid_title, .content_cards_grid_title{
  font-size: 22px;
}
.content_cards_grid_category {
  font-size: 14px;
}
.page-header-main {
  padding-bottom: 25px;
}
.blog_content {
  padding: 0;
}
.pagination-main {
  margin-top: 35px;
}
.blog-listing-module {
  padding-bottom: 15px;
}
.page-header-sub-title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.contact_block_row p {
  font-size: 20px;
  line-height: normal;
}
.contact_block_form label {
  font-size: 20px;
  line-height: normal;
}
.contact-block-module h3 {
  margin-bottom: 8px;
}
.contact_block_row {
  margin-bottom: 30px;
}
.contact-block-module {
  padding: 20px 0 30px 0;
}
.site-header.header-fixed.fixed-head-scrol{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.about-block-header .col-md-3 {
  padding-left: 15px;
}
.about-block-header .col-md-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
}
.about-block-header .col-md-9 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.about-block-header ul li{
  font-size: 12px;
  margin-bottom: 
}
.contact_block_row p br{
  display: block;
}
.visible-desktop{
  display: none;
}
.team_detial_interests {
  margin-top: 20px;
}
.visible-mobile{
  display: inline-block;
}
.header-menu-main {
  display: none;
}
.footer-newsletter-inner{
  display: inline-block;
  width: 100%;
}
.footer-newsletter-inner h4 {
  text-align: center;
  margin-bottom: 20px;
}
.footer-newsletter-frm .mc4wp-form-fields{
  width: 100%;
  justify-content: center;
}
.footer-newsletter {
  padding-top: 30px;
}
}


@media screen and (max-width: 991px) {
.site-branding{
  padding-bottom: 0px;
}
.menu-header-main {
  display: inherit;
}
.about-block-header .col-md-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
}
.about-block-header .col-md-9 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.social-share-main .btn-pink{
  margin-bottom: 15px;
}
.social-share {
  height: auto !important;
  visibility: visible !important;
}
.sharethis-inline-share-buttons {
  padding-top: 0;
}
.about-block-header ul {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.about-block-header ul li {
  width: 100%;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 5px;
}
.about-block-bottom {
  padding-top: 20px;
}
.about_block_right_content {
  padding-left: 0px;
}
.about_block_right_content h3 {
  margin-bottom: 15px;
  font-size: 26px;
}
.about-block-header ul li:first-child:before{
  display: block;
}
.about-block-content-data h4{
  font-size: 26px;
}
}

@media screen and (max-width: 767px) {
.hidden-desktop{
  display: block !important;
}

html #wpadminbar{
  display: none;
}
.site-header.header-fixed {
  top: 0 !important;
}
.site-footer-info .col-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#secondary-menu {
  position: relative;
  top: -5px;
}
.site-header.header-fixed {
  padding: 0 0 20px 0;
}
.site-header.header-fixed.fixed-head-scrol{
  padding: 0 0 15px 0;
}

.team-grid-module .col-md-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
}
.home-banner-module .banner_title {
  font-size: 21px;
  margin-bottom: 20px;
}
.home-banner-module h1 {
  font-size: 14px;
  margin-bottom: 5px;
}
.home-banner-module h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0;
}
.testimonial_link {
  margin-top: 0;
}
.testimonial-block-module .container-fluid.pl-0 {
  padding-left: 15px !important;
}
.testimonial-block-module .col-md-4 {
  padding: 15px;
}
.p_module {
  padding: 30px 0;
}
.about-block-header {
  padding-bottom: 15px;
  padding-top: 40px;
  text-align: center;
}
.about-block-content-data, .about-block-b-title {
  text-align: center;
}
.testimonial-block-module h4 {
  font-size: 20px;
}
.team-grid-module, .about-block-module {
  padding-top: 0;
}
.page-header-sub-title h3, .page_header_sub_title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.site-footer {
  padding-top: 30px;
}
.page-header-module {
  padding: 20px 0;
}
body.home .page-header-module {
  padding-top: 45px;
}
.tabs-block-module {
  padding: 20px 0 40px 0;
}
.tabs-block-module .nav-tabs .nav-link {
  font-size: 10px;
  padding: 10px;
}
.tabs-block-module .sv-tab-panel {
  font-size: 24px;
}
.accordian-block-module {
  padding-top: 0;
}
.accordian-item-header, body.home .accordian-item-header {
  padding-top: 10px;
  padding-bottom: 15px;
  min-height: 0;
}
.accordian-block-grid .accordian-item-header::after {
  top: 0;
  background-size: 25px;
}
.accordian-block-grid .accordian-item-header.collapsed::after{
  background-size: 25px;
}
.accordian_item_inn {
  border-bottom: 1px solid #d7b49d;
  margin-bottom: 10px;
}
.accordion_data {
  padding-top: 0;
}
.module-detail-page .p_module:first-child {
  padding-top: 0;
}
.module-detail-page .p_module.home-banner-module {
  padding: 40px 0;
}
.search_input_main {
  float: left;
  margin-top: 15px;
}
.blog_featured_main .content_cards_grid_content, .content_cards_grid_content {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 5px;
}
.blog-detail-page .blog-listing-module {
  padding-top: 0;
}
.about-block-title {
  font-size: 22px;
}
.team_detial_data {
  padding-left: 0;
  margin-top: 30px;
}
.team-detail-page {
  padding-bottom: 30px;
}
.hr-pink {
  padding-top: 30px;
}
.team_recent_title {
  margin-bottom: 30px;
}
#page.eanbled-fixed {
  padding-top: 126.5px;
}
.contact_block_form {
  padding: 0;
  margin-top: 20px;
}
#secondary-menu li{
  letter-spacing: 0px;
  font-size: 9px;
}
.site-header.header-fixed .site-branding img {
  height: auto;
  max-width: 150px;
}
.site-header.header-fixed.fixed-head-scrol .site-branding img {
  height: auto;
  max-width: 130px;
}
.menu-toggle.navbar-toggler {
  padding: 10px 12px;
  font-size: 9px;
}
.blog-category-list li{
  font-size: 11px;
}
.site-footer-info, .site-footer-info p, .site-footer-info a{
  word-break: break-word;
}
.footer-socials ul li{
  margin-left: 0;
  margin-right: 10px;
}
.about-block-content-img {
  margin-bottom: 15px;
}
.footer-newsletter-frm input {
  width: 100%;
}
.footer-newsletter-frm .mc4wp-form-fields{
  display: inline-block;
  width: 100%;
}
.frm-field {
  margin-bottom: 15px;
}
.frm-btn {
  text-align: center;
}
.frm-btn [type="submit"] {
  width: 100%;
}
.about-block-link {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 14px;
}
.testimonial-block-module .row img {
  max-width: 100%;
}
.testimonial-block-module h4,
.testimonial-block-module h5 {
  text-align: center;
}
.testimonial-block-module h4 br {
  display: inline-block;
}
.testimonial_link {
  text-align: center;
}
#primary-menu {
  border: none;
  margin-right: -15px;
  min-width: 100vw;
  border-radius: 0;
  right: 0;
  left: auto;
  margin-top: 35px;
}
#primary-menu li{
  text-align: left;
}
.show-desktop{
  display: none;
}
.show-mobile{
  display: block;
}
.blog-category-list{
  text-align: center;
}
.search_input_main {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.grecaptcha-badge {
  display: none !important;
  right: 0 !important;
}
.contact_block_row {
  text-align: center;
}
.contact_block_form [type="submit"] {
  display: table;
  margin: 0 auto;
}
.contact_block_form label {
  text-align: center;
}
.contact_block_form input, .contact_block_form select, .contact_block_form textarea{
  text-align: center;
}
.contact_block_form {
  text-align: center;
}
#primary-menu li a{
	text-align: center;
}
.col-md-6 .accordian_item.col-md-12 {
  padding: 0;
}
.about_block_right_content h3 {
  font-size: 21px;
}
.about-block-content-data h4{
  font-size: 21px;
  margin: 15px 0;
}
.about-block-content-data ul {
  width: 100%;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
}

@media screen and (max-width: 480px) {
.menu-header-extra {
  display: none;
}
}


@media screen and (max-width: 480px) {
.site-footer-info .col-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-socials {
  text-align: left;
}
.social-share-main{
  margin-top: 0px;
}
}

@media screen and (max-width: 360px){
.site-header.header-fixed .site-branding img,
.site-header.header-fixed.fixed-head-scrol .site-branding img {
  max-width: 105px;
}
}

@-webkit-keyframes spin{
  0%{
    -webkit-transform:rotate(0deg)
  }
  100%{
    -webkit-transform:rotate(360deg)
    }
  }
@keyframes spin{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
    }
}


.header-top-bar {
  background: #a6bbb4;
  padding: 6px 15px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  min-height: 36px;
}
.header-top-bar p {
  margin: 0;
}
.header-top-bar a{
  text-decoration: underline;
  color: #fff;
}
body.home .header-top-bar{
  background: #92aba0;
}