@charset "utf-8"; /* Global Styles */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
html {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}
header, section, footer, aside, nav, article, figure {
  display: block;
}
ul, ol, dl {
  padding: 0;
  margin: 0;
}
em {
  color: #666;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  clear: both;
  font-family: 'Montserrat', sans-serif;
}
img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
a img {
  border: none;
}
article {
  margin: 0;
  padding: 0;
}
#page {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
.full-width {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.full-width:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.container-xs, .container-s, .container-m, .container-l {
  margin: 0 auto;
}
.container-l {
  max-width: 1400px;
}
.container-m {
  max-width: 1200px;
}
.container-s {
  max-width: 980px;
}
.container-xs {
  max-width: 640px;
} 
/* Header */ /* Header - Branding */ 
.header-top-wrap {
    background-color: #3D3D3D; 
    position: relative;
}
.header-top {
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    min-height: 100px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.70);
}
.header-row-wrap {
  padding: 0;
  background-color: #e1e1e1;
  position: relative;
}
.header-row {
  padding: 8px 20px;
  box-sizing: border-box;
}
.hdr-bar-bottom {
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.70);
  display: block;
  max-width: 800px;
  margin: 0 auto;
    position: absolute;
    bottom: 30px;
}
.hdr-bar-bottom h3 {
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  box-sizing: border-box;
}
.branding {
  margin: auto;
}
.hdr-h3 {
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
}
.hdr-h3 a {
   color: #000000;
    text-decoration: none;
}
.mobi-menu a.btn-toggle {
  color: #000000;
  padding: 5px;
}
.mobi-nav {
  background-color: #000000;
  padding: 0 15px;
  box-sizing: border-box;
}
.mobi-nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.mobi-nav ul li {
  font-size: 20PX;
  letter-spacing: 1px;
  line-height: normal;
  color: #FFFFFF;
  display: block;
  padding: 0;
  margin: 0 !important;
  text-transform: capitalize;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.mobi-nav ul li:last-child {
  border-bottom: none;
}
.mobi-nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
.mobi-nav ul li a:hover {
  text-decoration: none;
}
.mobi-nav ul li ul {
  margin-left: 20px;
}
#mobi-menu ul.menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
}
.menu-drop {
  padding: 10px;
  margin: 0;
  background-color: #4A7273;
}
.menu-drop ul li a {
  color: #FFFFFF;
} 
/* Desktop Menu */
/* Multi-layer Desktop Menu */
.desktop-menu {
    padding: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(0,0,0,0.30);
    border-bottom: 1px solid rgba(0,0,0,0.50);
    position: relative;
    z-index: 999;
}
.desktop-menu ul.menu {
    list-style: none;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.desktop-menu ul.menu li {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.desktop-menu ul.menu li:hover {
    color: #FFFFFF !important;
    background-color: #000000;
}
.desktop-menu ul.menu li a {
    display: block;
    padding: 12px 20px;
    box-sizing: border-box;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
.desktop-menu ul.menu li a:hover {
    color: #FFFFFF !important;
    background-color: #000000;
} 
/* Dropdown Styles */
.desktop-menu li ul.menu {
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f8f8f8;
    list-style: none;
    min-width: 180px;
    border: 1px solid rgba(0,0,0,0.50);
    z-index: 1000;
}
.desktop-menu li:hover ul.menu {
    display: block;
}
.desktop-menu li ul.menu li {
 
}
.desktop-menu li ul.menu li a {
    padding: 12px 20px;
    display: block;
    color: #162949;
    text-decoration: none;
    text-transform: capitalize;
}
.desktop-menu li ul.menu li:hover {
  background-color: #d9c278;
}
/* Nested submenu positioning */
.desktop-menu li ul.menu li ul.menu {
  top: 0;
  left: 100%;
}
/* Headers */ 
.h1-color, .h1-dark, .h1-light {
  font-size: 2em;
}
.h1-light {
  color: #FFFFFF;
  font-size: 3em;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}
.h2-dark {
  color: #4A7273;
  font-size: 3em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.h2-light {
  color: #FFFFFF;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
} 
/* SERVICES */ 
.services-wrap {
  padding: 0;
  min-height: 300px;
  box-sizing: border-box;
  background-color: #EEEEEE;
  position: relative;
}
.services {
  padding: 60px 0;
  box-sizing: border-box;
  text-align: center;
}
.card-wrap {
  margin-bottom: 20px;
}
.serv-card {
  margin: 0 15px;
  background-color: #FFFFFF;
}
.serv-header {
  padding: 0;
  margin: 0;
}
.services .card-txt {
  font-size: 18px;
  line-height: 26px;
  color: #393939;
  text-align: center;
  padding: 15px 25px;
  box-sizing: border-box;
}
.services h3.card-title {
  font-size: 22px;
  line-height: normal;
  color: #272728;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.services .card-txt p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #333333;
  text-align: left;
}
.card-footer {
  text-align: center;
}
/* Main Content sections */ 
.body-row-wrap {
  background-color: #FFFFFF;
}
.content-body {
	padding: 60px 20px;
	box-sizing: border-box;
	min-height: 10px;
}
.page-content {
	margin-top: 35px;
}
.content-body h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 20px;
    margin: 0;
}
.page-content h2 {
	color: #444444;
	text-align: left;
	text-transform: capitalize;
	font-size: 36px;
    font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	padding: 0 0 20px;
	margin: 0;
}
.page-content h3 {
	color: #444444;
	text-align: left;
	text-transform: capitalize;
	font-size: 26px;
    font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	padding: 0 0 15px;
	margin: 0;
}
.page-content p {
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	margin: 0;
	padding: 0 0 18px;
	color: #333333;
}
.page-content a {
	color: #333333;
	text-decoration: underline;
}
.page-content a:hover {
    color: #000000;
	text-decoration: none;
}
.page-content ul {
	margin: 0;
	padding: 0 0 14px 35px;
}
.page-content ul li {
	margin: 0 0 4px;
	padding: 0;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #000000;
}
.page-content ul li a {
	color: #000000;
	text-decoration: underline;
}
/* SIDEBARS */
.sb-wrapper {
	max-width: 100%;
}
.sb-first, .sb-second {
	min-width: 360px;
	margin-bottom: 25px;
}
.sb-first {
	padding: 20px;
	box-sizing: border-box;
    background-color: #EEEEEE;
}
.sb-first h2 {
	font-size: 26px;
    font-weight: 400;
	line-height: normal;
	color: #FFFFFF;
    background-color: #000000;
	text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
	margin-bottom: 10px;
}
.sb-first ul li {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 2px;
	display: block;
}
.sb-first ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5D9EEB;
	display: block;
	padding: 6px 12px;
	box-sizing: border-box;
}
.sb-first ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5872A6;
}
/* SB Second */
.sb-second {
	background-color: #7F9CB0;
	padding: 20px;
	box-sizing: border-box;
}
.sb-second h2 {
	font-size: 26px;
	line-height: normal;
	color: #FFFFFF;
	text-transform: capitalize;
}
.sb-second ul {
	padding: 0 0 20px 20px;
}
.sb-second ul li {
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	text-transform: capitalize;
}
.sb-second ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.sb-second ul li a:hover {
	text-decoration: underline;
}
/* Sidebar - Practices */
.sb-pa {
    margin-bottom: 20px;
    padding: 0;
    box-sizing: border-box;
}
.sb-pa ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.sb-pa ul li {
    font-size: 20px;
    text-align: left;
    padding: 0;
    color: #000000;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,1.00);
}
.sb-pa ul li:last-child {
    border-bottom: none;
}
.sb-pa ul li a {
    color: #000000;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    background-color: #EEEEEE;
}
.sb-pa ul li a:hover, .sb-pa ul li a.is-active {
    color: #000000;
    background-color: #DCDCDC;
}
/* Quick Contact - Sidebar */ 
.sb-form {
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border: 1px solid #FFFFFF;
}
.sb-form label, .page-content label {
    font-size: 20px;
    color: #000000;
    text-align: left;
    display: block;
}
.sb-form .form-type-textfield, .sb-form .form-type-email, .sb-form .form-type-tel, .sb-form .form-type-textarea {
   
}
.sb-form input.form-text, .sb-form input.form-email, .sb-form input.form-tel, .page-content input.form-text, .page-content input.form-email, .page-content input.form-tel {
    font-size: 20px;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 6px;
    border: 1px solid rgba(0,0,0,0.16);
}
.sb-form textarea.form-textarea, .page-content textarea.form-textarea {
    font-size: 20px;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 18px;
    resize: vertical;
    border: 1px solid rgba(0,0,0,0.16);
}
.form-submit {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    padding: 12px 40px !important;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
}
.form-actions {
    margin: auto;
}
.element-invisible {
  display: none;
} 
/* Footer Menu */
.fm-wrapper {
    padding: 0;
    background-color: #000000;
    position: relative;
}
.footer-menu {
    padding: 0;
    position: relative;
}
.footer-menu ul {
    padding: 0;
    margin: auto;
    list-style: none;
    display: block;
    text-align: center;
}
.footer-menu ul li {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    color: #FFFFFF;
    display: block;
    border-bottom: 1px dotted rgba(255,255,255,0.50);
}
.footer-menu ul li:last-child {
     border-bottom: none;
}
.footer-menu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 14px 20px;
    box-sizing: border-box;
    display: block;
    background-color: #000000;
}
.footer-menu ul li a:hover {
    background-color: rgba(255,255,255,0.20);
}
/* FOOTER */ 
.footer-outer {
    background-color: #272728;
    background-image: url("../images/bg-footer.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.footer-wrap {
    padding: 80px 20px;
    box-sizing: border-box;
    color: #FFFFFF;
}
.footer-wrap h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    color: #EEEEEE;
    text-transform: uppercase;
}
.footer-wrap p {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 14px;
}
.footer-wrap a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-wrap a:hover {
    color: #FFFFFF;
}
.ftr-left, .ftr-right {
    margin: auto;
    height: 100%;
    text-align: center;
} 
/* Social Media */ 
ul.social {
    padding: 0;
    margin: auto;
}
ul.social-ftr {
    padding: 10px 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.00);
}
ul.social li, ul.social-ftr li {
    padding: 0;
    margin: auto;
    display: inline-block;
    list-style: none;
}
ul.social li a, ul.social-ftr li a {
    padding: 8px;
    text-decoration: none !important;
    display: block;
    border-radius: 0;
}
ul.social li a {
    color: #000000;
}
ul.social-ftr li a {
    color: #FFFFFF;
    border-radius: 12px;
}
ul.social li a:hover, ul.social-ftr li a:hover {
    color: #FFFFFF;
    background-color: #000000;
} 
/* Misc */ 
.overlay-tint {
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
}
.footer-tint {
  background-color: rgba(0, 0, 0, 0.70);
  height: 100%;
}
.btn-wrap {
  display: block;
  padding: 20px 0;
  margin: 0;
  margin: 0 auto;
}
.btn-light {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 16px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 0;
}
.btn-light {
  color: #FFFFFF !important;
  background-color: #4A7273;
}
.btn-light:hover {
  text-decoration: none;
  background-color: #82C7CC !important;
}
.bg-transition { /* Bg Transition */ -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.bg-shadow { /* Shadow */ -webkit-box-shadow: 7px 7px 6px -6px #666666;
  -moz-box-shadow: 7px 7px 6px -6px #666666;
  box-shadow: 7px 7px 6px -6px #666666;
} 
/* Effects */ 
.tag-wrap-l {
  filter: drop-shadow(9px 3px 6px rgba(0, 0, 0, 0.50));
}
.tag-wrap-r {
  filter: drop-shadow(-9px 3px 6px rgba(0, 0, 0, 0.50));
} 
/* Underline From Center */ 
.hvr-line-dark-center, .hvr-line-light-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-line-dark-center:before {
  background: #0C0E0A;
}
.hvr-line-light-center:before {
  background: #FFFFFF;
}
.hvr-line-dark-center:before, .hvr-line-light-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-line-dark-center:hover:before, .hvr-line-dark-center:focus:before, .hvr-line-dark-center:active:before, .hvr-line-light-center:hover:before, .hvr-line-light-center:focus:before, .hvr-line-light-center:active:before {
  left: 0;
  right: 0;
} /* Sweep To Top */ .hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: #000000;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#go-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1100;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FF9747;
  color: #FFFFFF;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
}
#go-top:hover {
  background-color: #FF6E00;
  text-decoration: none;
}
/* Message */
.messages {
  color: #FF0004;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 1px solid #FF0004;
  text-align: center;
  background-color: rgba(253,255,238,1.00);
}
/* TABS */
#block-themekit-local-tasks ul {
  padding: 0;
  margin: 25px 0;
  ;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#block-themekit-local-tasks ul li {
  display: inline-block;
    margin: 0;
  font-size: 18px;
  line-height: normal;
  color: #333333;
  margin-right: 2px;
  text-align: center;
}
#block-themekit-local-tasks ul li a {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  padding: 6px 16px;
  box-sizing: border-box;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#block-themekit-local-tasks ul li a:hover {
  background-color: rgba(0, 0, 0, 0.20);
}
#block-themekit-local-tasks ul li a.is-active {
  background-color: rgba(0, 0, 0, 0.20);
}
/* LOGIN FORM */
#user-login-form, #user-pass {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px;
  box-sizing: border-box;
}
#user-login-form .js-form-type-textfield, #user-login-form .js-form-type-password, #user-pass .js-form-type-textfield, #user-pass .js-form-type-password {
  padding: 10px 0;
  box-sizing: border-box;
}
#user-login-form .js-form-type-textfield label, #user-login-form .js-form-type-password label, #user-pass .js-form-type-textfield label, #user-pass .js-form-type-password label {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}
#user-login-form .js-form-type-textfield .description, #user-login-form .js-form-type-password .description, #user-pass .js-form-type-textfield .description, #user-pass .js-form-type-password .description, #user-pass p {
  font-size: 18px;
  line-height: normal;
  color: #333333;
  margin: 0 0 20px;
}
#user-login-form input.form-text, #user-pass input.form-text {
  font-size: 20px;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
#user-login-form input.form-submit, #user-pass input.form-submit {
  font-size: 20px;
  padding: 8px 24px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.20);
  cursor: pointer;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
/* Media query for Mobile devices*/ 
@media (min-width: 480px) {} 
/* Media Query for Tablets */ 
@media (min-width: 768px) {} 
/* laptops */ 
@media (min-width: 960px) {
    .hdr-bar-bottom h3 {
        font-size: 2em;
        padding: 0 20px;
    } 
    /* Services */ 
    .serv-top h2, .body-row-top h2 {
        font-size: 3em;
    }
    .ftr-left {
        text-align: right;
    }
    .ftr-right {
        text-align: left;
    }
    /* SIDEBARS */
    .sb-wrapper {
        max-width: 360px;
    }
    /* Footer Menu */
    .footer-menu ul li {
        display: inline-block;
        border-bottom: none;
    }
    .footer-menu ul li a {
        display: inline-block;
    }
} 
/* Desktops and laptops */ 
@media (min-width: 1220px) {}