@charset "UTF-8";
/*
Theme Name: CreativeTake 2020
Theme URI: http://www.creativetakeweb.com
Description: Theme produced by CreativeTake Medical
Version: 1.0
Author: CreativeTake Medical
Author URI: http://www.creativetakeweb.com
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* Foundation */
@import url("https://fonts.googleapis.com/css?family=PT+Sans:300,300i,400,400i,500,500i,700,700i|Montserrat:400,400i,500,500i,600,600i&display=swap");
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block; }

.col-xs-5ths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
  .col-sm-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-md-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
section.content-panels .row > div p em,
h2,
h3,
h4,
section.service-icons .container-fluid .row .col a em,
section.service-icons .container-fluid .row .col-auto a em,
h5,
h6,
section.service-icons .container-fluid .row .col a,
section.service-icons .container-fluid .row .col-auto a,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  font-family: inherit;
  font-size: 100%;
  font-weight: 400;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0; }

:focus {
  /* remember to define focus styles! */
  outline: 0; }

html {
  min-width: 10px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  appearance: none;
  width: 100vw;
  overflow-x: hidden; }

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px; } }

p {
  margin: 1rem 0; }

sup {
  font-size: 14px;
  vertical-align: super; }

ol,
ul {
  list-style: none; }

table {
  width: 100%;
  border-spacing: 0;
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate; }

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

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

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

blockquote {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin: 3rem;
  padding: 0 3rem;
  text-align: left;
  border-left: 3px solid #ebebeb; }
  blockquote span {
    font-weight: normal;
    font-style: italic; }

blockquote p {
  margin: 10px 0 !important; }

small, .small {
  font-size: 80% !important; }

em,
i {
  font-style: italic; }

hr {
  clear: both;
  height: 1px;
  margin: 3em 0;
  border: 0;
  background: #bdbdbd;
  border-width: 0; }

a img {
  border: 0; }

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

.alignleft {
  float: left;
  margin: 10px 30px 20px 0; }

.alignright {
  float: right;
  margin: 10px 0 20px 30px; }

.aligncenter {
  display: block;
  float: none;
  margin: 15px auto !important; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tblr0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*** Structures and Defaults
****************************************************************/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
  text-transform: none;
  color: #474948;
  background-color: #fff;
  background-attachment: scroll;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto; }

#main {
  position: relative;
  display: block;
  width: 100%;
  min-height: 700px;
  margin: 0;
  margin-top: 0;
  padding-bottom: 0; }

/*** Links
****************************************************************/
a:hover {
  text-decoration: none; }

a {
  font-weight: normal;
  text-decoration: none;
  text-decoration: underline;
  color: #ffca00; }
  a.invert {
    color: #474948; }
  a:active, a:focus, a:hover {
    text-decoration: none;
    color: #ffca00;
    outline: 0; }
    a:active.invert, a:focus.invert, a:hover.invert {
      color: #ffca00; }

::-moz-selection {
  color: #333333;
  background: #ffca00;
  text-shadow: none; }

::selection {
  color: #333333;
  background: #ffca00;
  text-shadow: none; }

a.button:after {
  content: ""; }

/*** Content ***/
section {
  padding: 3em 0; }

#logo {
    margin: 20px auto 0;    
}

@media(min-width: 991px) {
    #logo img {
        min-height: 1in !important;
    }
}

#def-column,
#one-column {
  display: block;
  width: 100%;
  background: #fff; }
  #def-column .container,
  #one-column .container {
    padding-bottom: 4rem;
    padding-top: 1rem; }

#one-column #primary {
  position: relative;
  display: block;
  float: none;
  margin: 0 auto; }

#primary {
  position: relative; }

#primary strong,
strong {
  font-weight: bold; }

.post-entry img {
  max-width: 100%;
  height: auto;
  padding: 0;
  border: 0; }

#primary h1.entry-title, #primary section.content-panels .row > div p em.entry-title, section.content-panels .row > div p #primary em.entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  display: block;
  text-align: center;
  text-transform: none;
  background: none; }

#primary .content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

#primary ol,
#primary ul {
  margin: 0 0 1em;
  padding: 0 0 0 30px;
  list-style: disc;
  font-size: 100%; }

#primary ul ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc; }

#primary ul li {
  padding-left: 2px;
  list-style: disc; }
  #primary ul li + li {
    padding-top: .5em; }

#primary ol li {
  padding-left: 2px;
  list-style: decimal; }

#primary li li {
  list-style: disc; }

#primary img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%; }

.home #primary a {
  text-decoration: none; }

#primary a {
  text-decoration: none;
color:#444;}

.home #primary a.button {
  float: left; }

#primary a:hover img {
  opacity: 0.8; }

/*** Sidebar */
#secondary {
  background-color: transparent; }

#secondary .content-wrapper {
  background: transparent; }

.home #secondary .content-wrapper {
  border: none; }

#secondary aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5%;
  background: transparent; }

#secondary aside p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff; }

h3.widget-title {
  position: relative;
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase; }

#secondary .widget h3 {
  font-size: 26px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  margin: 15px 0 15px 15px;
  padding: 0;
  text-align: left;
  text-transform: uppercase; }

/* Secondary Columns Styles */
#secondary .widget ul {
  padding: 10px; }

#secondary .widget li li {
  margin: 0 0 0 10px;
  padding: 1px 0;
  list-style: none; }

#secondary .widget li {
  margin: 6px 0;
  padding: 0;
  list-style-type: none;
  word-wrap: break-word;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left; }

#secondary .widget li a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  padding-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: none; }

#secondary .widget li a::before {
  content: "• "; }

#secondary .widget li a:hover::before {
  content: "• "; }

#secondary .widget li li a {
  font-size: 26px;
  background: none; }

#secondary .widget li li a::before {
  font-size: 12px; }

#secondary ul.menu li a {
  float: left;
  overflow: hidden;
  width: 308px;
  height: 110px;
  margin: 8px 0;
  white-space: nowrap;
  text-indent: -9999px;
  border-left: 9px solid #e1e1e1;
  background-color: #000; }

#secondary ul.menu li:first-child a {
  margin-top: 15px; }

#secondary ul.menu li a:hover {
  border-left: 9px solid #cc3; }

/*** Widgets ***/
#widgets {
  margin-top: 40px; }

.tagcloud {
  padding: 0 35px; }

#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none; }

#widgets form {
  margin: 0; }

#widgets ol,
#widgets ul {
  padding: 0 0 0 20px; }

#widgets ul li a {
  display: inline;
  text-decoration: none; }

#widgets .widget-title img {
  position: relative;
  top: 4px;
  float: right;
  width: 11px;
  height: 11px; }

#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px; }

#widgets .rssSummary {
  padding: 10px; }

#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px; }

#widgets .tagcloud,
#widgets .textwidget {
  line-height: 1.5em;
  display: block;
  margin: 0;
  word-wrap: break-word; }

.textwidget {
  line-height: 20px; }

.textwidget p.dedicated {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #c00; }

.textwidget .dedicated span {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

.textwidget img {
  display: block;
  margin: 0 auto; }

.textwidget a.button {
  position: absolute;
  bottom: 25px;
  margin: 0 auto 0 60px; }

.textwidget h5 {
  font-family: "Verdana", Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #609ab5; }

.textwidget h5 span {
  font-family: "Verdana", Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #222; }

#widgets .textwidget a {
  display: inline; }

#widgets ul .children {
  padding: 0 0 0 10px; }

#widgets .author {
  font-weight: 700;
  padding-top: 4px; }

#cat,
.widget_archive select {
  display: block;
  margin: 0 15px 0 0; }

.widget-title a {
  padding: 0 !important;
  border-bottom: none; }

/*** Breadcrumb Lists
****************************************************************/
.breadcrumb-list {
  font-size: 14px;
display:none;}

/*** Primary Content Styles
****************************************************************/
#primary article.post {
  margin: 0 0 15px; }

.post-data {
  margin-bottom: 60px; }

.post-meta {
  margin: 1em 0; }

.entry-content {
  padding: 0 0 35px; }

.entry-content p {
  margin: 0 0 1.5em; }

.entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #0c739e; }

/*** Blog Stylings
****************************************************************/
#nav-single {
  padding: 0 0 30px; }

#nav-single .nav-previous {
  float: left; }

#nav-single .nav-next {
  float: right; }

.navigation {
  padding: 0 0 25px; }

#comments-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
  color: #666; }

.nocomments,
.nopassword {
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
  color: #aaa; }

.commentlist {
  width: 68.9%;
  margin: 0 auto;
  list-style: none; }

.commentlist li {
  list-style: none !important; }

.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%;
  /* reset the width for the one-column and sidebar page layout */ }

.commentlist > li.comment {
  position: relative;
  margin: 0 0 1.625em;
  padding: 1.625em !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f6f6f6; }

.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em; }

.commentlist .children {
  margin: 0;
  list-style: none; }

.commentlist .children li.comment {
  position: relative;
  margin: 1.625em 0 0;
  padding: 1.625em !important;
  border-left: 1px solid #ddd;
  border-radius: 0 3px 3px 0;
  background: #fff; }

.commentlist .children li.comment .fn {
  display: block; }

.comment-meta .fn {
  font-style: normal; }

.comment-meta {
  font-size: 12px;
  line-height: 2.2em;
  color: #666; }

.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px; }

.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0; }

.comment-meta a {
  font-weight: bold; }

.commentlist .avatar {
  position: absolute;
  top: 0;
  left: -102px;
  padding: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc; }

.commentlist > li:before {
  position: absolute;
  left: -21px;
  content: url("img/comment-arrow.png"); }

.commentlist > li.pingback:before {
  content: ""; }

.commentlist .children .avatar {
  top: 2.2em;
  left: 2.2em;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

a.comment-reply-link {
  font-size: 12px;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
  color: #666;
  border-radius: 3px;
  background: #eee; }

a.comment-reply-link:active,
a.comment-reply-link:focus,
a.comment-reply-link:hover {
  color: #fff;
  background: #555; }

a.comment-reply-link > span {
  position: relative;
  top: -1px;
  display: inline-block; }

.nocomments {
  display: none; }

/* Post author highlighting */
.commentlist > li.bypostauthor {
  border-color: #d3d3d3;
  background: #ddd; }

.commentlist > li.bypostauthor .comment-meta {
  color: #575757; }

.commentlist > li.bypostauthor:before {
  content: url("img/comment-arrow-bypostauthor.png"); }

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  border-color: #d3d3d3;
  background: #ddd; }

/* Comment Form */
#respond {
  position: relative;
  overflow: hidden;
  padding: 1.625em;
  border: 0;
  background: #f5f5f5; }

#respond input[type="text"],
#respond textarea {
  position: relative;
  padding: 10px;
  text-indent: 80px;
  border: 5px solid #eee;
  background: #fff; }

#respond .comment-form-author,
#respond .comment-form-comment,
#respond .comment-form-email,
#respond .comment-form-url {
  position: relative; }

#respond .comment-form-author label,
#respond .comment-form-comment label,
#respond .comment-form-email label,
#respond .comment-form-url label {
  font-size: 13px;
  position: relative;
  z-index: 1;
  top: 40px;
  left: 4px;
  display: inline-block;
  min-width: 60px;
  padding: 4px 10px;
  color: #555;
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8); }

#respond input[type="text"]:focus,
#respond textarea:focus {
  z-index: 1;
  text-indent: 0; }

#respond textarea {
  width: 95%;
  resize: vertical; }

#respond .comment-form-author .required,
#respond .comment-form-email .required {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 75%;
  color: #bd3500; }

#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px; }

#respond .form-submit {
  float: right;
  margin: -10px 0 0; }

#respond input#submit:active {
  color: #fff;
  background: #3a4e7b; }

#respond #cancel-comment-reply-link {
  margin-left: 10px;
  text-decoration: none;
  color: #666; }

#respond #cancel-comment-reply-link:hover,
#respond .logged-in-as a:hover {
  text-decoration: underline; }

.commentlist #respond {
  width: auto;
  margin: 1.625em 0 0; }

#reply-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #373737; }

#cancel-comment-reply-link {
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  position: absolute;
  top: 1.1em;
  right: 1.625em;
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #888; }

#cancel-comment-reply-link:active,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover {
  color: #ff4b33; }

#respond label {
  line-height: 2.2em; }

#respond input[type="text"] {
  display: block;
  width: 75%;
  height: auto; }

#respond p {
  font-size: 12px; }

p.comment-form-comment {
  margin: 0; }

.form-allowed-tags {
  display: none; }

h1.page-title-cat, section.content-panels .row > div p em.page-title-cat {
  font-size: 30px !important; }

/* ---------- Extended  ---------- */
.rpwe-block li {
  margin: 0 0 15px; }

.rpwe-block a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: inline !important;
  text-decoration: none;
  color: #333; }

.rpwe-block a.more-link {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  float: right;
  text-transform: lowercase;
  color: #fff; }

.rpwe-block h3 {
  font-size: 16px;
  margin: 0; }

.rpwe-summary {
  font-size: 14px;
  line-height: 18px; }

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

.rpwe-clearfix:after {
  clear: both; }

.rpwe-clearfix {
  zoom: 1; }

/*** Search Form
****************************************************************/
#searchform {
  float: right;
  margin: 15px 0; }

#secondary #searchform {
  position: relative;
  float: none;
  margin: 0; }

#searchform input[type="text"] {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #ebebeb; }

#searchform button[type="submit"] {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 7px;
  border: 0;
  background: transparent; }

#searchform button i {
  padding: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333; }

#searchform button:hover i {
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*** Slideshow
****************************************************************/
#slideshow {
  position: relative; }

#slideshow img {
  border: 0 !important;
  background: transparent !important; }

/*** Sidebar Contact Form
****************************************************************/
#sidebar-contact-form input[type="text"],
#sidebar-contact-form textarea {
  width: 325px;
  padding: 5px;
  border: 1px solid #aaa; }

#sidebar-contact-form textarea {
  height: 100px; }

#sidebar-contact-form p {
  padding-bottom: 10px; }

#sidebar-contact-form .row {
  margin: 0 0 10px; }

/*** Slider Support ***/
.bx-slider,
.bx-slider li,
.bx-wrapper,
.home .slider {
  height: 1000px; }
  @media only screen and (max-width: 1199px) {
    .bx-slider,
    .bx-slider li,
    .bx-wrapper,
    .home .slider {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .bx-slider,
    .bx-slider li,
    .bx-wrapper,
    .home .slider {
      height: 400px; } }

section.promos .bx-slider,
section.promos .bx-slider li,
section.promos .bx-wrapper {
  height: auto; }

.home .slider {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: #333;
  background-position: center top;
  background-size: cover; }
  @media screen and (max-width: 575px) {
    .home .slider::after {
      position: absolute;
      z-index: 990;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: rgba(255, 255, 255, 0.7);
      display: none; } }
  @media only screen and (max-width: 575px) {
    .home .slider {
      background-size: cover; } }

@media only screen and (max-width: 575px) {
  .home .slider .bx-slider {
    display: none !important; } }

.home .slider .boxed {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

.home .slider .boxed .container,
.home .slider .boxed .container .row,
.home .slider .boxed .container-fluid,
.home .slider .boxed .container-fluid .row {
  position: relative;
  height: 100%; }

.slider .boxed .columned {
  height: 100%; }

.slider .boxed .procedure-menu {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 8rem; }

.slider .boxed h2 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0;
  margin-top: 18rem;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    .slider .boxed h2 {
      font-size: 48px;
      margin-top: 9rem; } }
  .slider .boxed h2 span {
    display: block;
    font-weight: normal; }

.slider .boxed p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase; }

.slider .boxed h3,
.slider .boxed h4,
.slider .boxed section.service-icons .container-fluid .row .col a em,
section.service-icons .container-fluid .row .col a .slider .boxed em,
.slider .boxed section.service-icons .container-fluid .row .col-auto a em,
section.service-icons .container-fluid .row .col-auto a .slider .boxed em {
  font-family: "Montserrat", sans-serif; }

.slider .boxed h3 {
  font-size: 62px;
  position: absolute;
  top: 67%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 5px #333; }

.slider .boxed h4, .slider .boxed section.service-icons .container-fluid .row .col a em, section.service-icons .container-fluid .row .col a .slider .boxed em, .slider .boxed section.service-icons .container-fluid .row .col-auto a em, section.service-icons .container-fluid .row .col-auto a .slider .boxed em {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #fff; }

.slider .boxed h4::after, .slider .boxed section.service-icons .container-fluid .row .col a em::after, section.service-icons .container-fluid .row .col a .slider .boxed em::after, .slider .boxed section.service-icons .container-fluid .row .col-auto a em::after, section.service-icons .container-fluid .row .col-auto a .slider .boxed em::after {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  margin: 1rem auto;
  content: "";
  background: #ffca00; }

.procedure-menu .featured-menu li {
  margin: 0.5rem 0; }

.procedure-menu .featured-menu a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

.procedure-menu .featured-menu a:hover {
  color: #ffca00; }

@media screen and (max-width: 575px) {
  .slider .boxed nav {
    display: none; } }
@media screen and (max-width: 575px) {
  .slider .boxed nav {
    display: none; } }
.slider .boxed nav ul {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .slider .boxed nav ul li {
    display: flex;
    flex: 1 1;
    justify-content: center; }
    .slider .boxed nav ul li:last-child {
      border: 0; }
    .slider .boxed nav ul li a {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 300;
      display: block;
      transition: all 0.2s ease;
      transform: scale(1);
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
      .slider .boxed nav ul li a:hover {
        transform: scale(1.3);
        text-shadow: 0 8px 12px rgba(0, 0, 0, 0.5); }

/*** Inside Page Styling ***/
.bg-container {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 2em;
  background: #fff center 32%;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 32vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(51, 51, 51, 0.2); }

.bg-container .entry-title {
  font-weight: 400;
  padding: 2rem 0;
  letter-spacing: 0.5rem;
  color: #fff;
  font-size: 60px; }
  @media screen and (max-width: 991px) {
    .bg-container .entry-title {
      font-size: 32px;
      padding: 4rem 0; } }
  @media screen and (max-width: 575px) {
    .bg-container .entry-title {
      font-size: 24px;
      padding: 2rem 0; } }

/*** Headroom ***/
.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  will-change: transform; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

/*** OVERRIDES ***/
/****************************************************************/
.g-recaptcha {
  float: left;
  width: 100%;
  transform: scale(0.8);
  transform-origin: left center; }

div.wpcf7 .ajax-loader {
  position: absolute !important; }

html[lang] {
  margin: 0 !important; }

html #wpadminbar {
  height: 4px;
  background: #ffca00;
  overflow: hidden; }
  html #wpadminbar:hover {
    height: auto;
    overflow: visible; }

/*** Typography *****************************/
h1, section.content-panels .row > div p em,
h1 a,
section.content-panels .row > div p em a,
h2,
h2 a,
h3,
h3 a,
h4,
section.service-icons .container-fluid .row .col a em,
section.service-icons .container-fluid .row .col-auto a em,
h4 a,
section.service-icons .container-fluid .row .col a em a,
section.service-icons .container-fluid .row .col-auto a em a,
h5,
h5 a,
h6,
section.service-icons .container-fluid .row .col a,
section.service-icons .container-fluid .row .col-auto a,
h6 a,
section.service-icons .container-fluid .row .col a a,
section.service-icons .container-fluid .row .col-auto a a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0.75rem 0;
  text-transform: none;
  word-wrap: break-word; }

h1, section.content-panels .row > div p em,
h2,
h3,
h4,
section.service-icons .container-fluid .row .col a em,
section.service-icons .container-fluid .row .col-auto a em,
h5,
h6,
section.service-icons .container-fluid .row .col a,
section.service-icons .container-fluid .row .col-auto a {
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333; }

#content h1, #content section.content-panels .row > div p em, section.content-panels .row > div p #content em,
#content h2,
#content h3 {
  border-bottom: none; }

h1,
section.content-panels .row > div p em {
  font-size: 54px;
  padding: 0 0 5px; }

h1 a, section.content-panels .row > div p em a {
  display: inline-block;
  text-decoration: none; }

h2 {
  font-size: 40px;
  padding: 0 0 5px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 32px;
  padding: 0 0 5px; }

h4, section.service-icons .container-fluid .row .col a em, section.service-icons .container-fluid .row .col-auto a em {
  font-size: 30px; }

h5 {
  font-size: 24px; }

h6, section.service-icons .container-fluid .row .col a, section.service-icons .container-fluid .row .col-auto a {
  font-size: 20px; }

.menu-item-gtranslate {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

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

.wp-caption-text span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

/* FEATURED TITLES */
.featured-title {
  width: 100%;
  font-size: 48px;
  line-height: 1;
  position: relative;
  display: block;
  margin: 0 auto 1rem;
  padding: 0 .5rem .5rem 0;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333333; }
  @media (max-width: 1199px) {
    .featured-title {
      font-size: 36px !important; } }
  @media (max-width: 991px) {
    .featured-title {
      font-size: 32px !important; } }
  .featured-title:after, .featured-title:before {
    content: "";
    position: absolute;
    background: #ffca00;
    right: 0;
    bottom: 0; }
  .featured-title:before {
    width: 70%;
    height: 1px; }
  .featured-title:after {
    height: 100%;
    width: 1px; }
  .featured-title.centered {
    text-align: center;
    display: inline-block; }
    .featured-title.centered::after {
      width: 120px;
      margin: 1rem auto; }
  .featured-title.no-lines:after, .featured-title.no-lines:before {
    display: none !important; }

h1.line-behind, section.content-panels .row > div p em.line-behind, h2.line-behind, h3.line-behind, h4.line-behind, section.service-icons .container-fluid .row .col a em.line-behind, section.service-icons .container-fluid .row .col-auto a em.line-behind, h5.line-behind {
  background: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0 2rem; }
  h1.line-behind:after, section.content-panels .row > div p em.line-behind:after, h2.line-behind:after, h3.line-behind:after, h4.line-behind:after, section.service-icons .container-fluid .row .col a em.line-behind:after, section.service-icons .container-fluid .row .col-auto a em.line-behind:after, h5.line-behind:after {
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: -1;
    background-color: #ffca00; }

/* Page Elements */
/* All of the buttons */
.btn, .wpcf7 input[type="submit"], section.quick-contact .row form input[type=submit] {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 1rem 0 2rem;
  padding: 1rem 2rem;
  min-width: 180px;
  transition: all 0.3s ease;
  white-space: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 2px;
  background: transparent;
  box-shadow: 0 4px 8px transparent;
  text-shadow: none; }
  .btn:hover, .wpcf7 input[type="submit"]:hover, section.quick-contact .row form input[type=submit]:hover {
    cursor: pointer;
    outline: 0;
    color: #333333;
    background: #f9cb48;
    border-color: #f9cb48;
    box-shadow: 0 4px 8px rgba(51, 51, 51, 0.5);
    transform: translateY(-2px); }
  .btn-white {
    background: #fff !important;
    color: #333333 !important;
    border-color: #ffca00 !important; }
    .btn-white:hover {
      background: #ffca00 !important;
      color: #333333 !important;
      border-color: #ffca00 !important; }
  .btn-transparent {
    background: transparent !important;
    color: #474948 !important;
    border-color: #474948 !important; }
    .btn-transparent-white, section.quick-contact .row form input[type=submit] {
      color: #333333;
      border-color: #fff; }
    .btn-transparent:hover {
      background: #ffca00 !important;
      color: #333333 !important;
      border-color: #ffca00 !important; }
  .btn-small, section.quick-contact .row form input[type=submit] {
    padding: 1rem 1.5rem;
    font-size: 15px;
    min-width: 120px; }
  .btn-large {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }

.slider .btn, .slider .wpcf7 input[type="submit"], .wpcf7 .slider input[type="submit"], .slider section.quick-contact .row form input[type=submit], section.quick-contact .row form .slider input[type=submit],
.slider a.btn {
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  padding: 0.5rem 3rem; }

.slider .btn:hover, .slider .wpcf7 input[type="submit"]:hover, .wpcf7 .slider input[type="submit"]:hover, .slider section.quick-contact .row form input[type=submit]:hover, section.quick-contact .row form .slider input[type=submit]:hover,
.slider a.btn:active,
.slider a.btn:active:focus,
.slider a.btn:focus,
.slider a.btn:hover {
  color: #333333;
  border: 1px solid #ffca00;
  background: #ffca00 !important; }

.widget .wpcf7 input[type="submit"] {
  width: 100% !important;
  margin-top: 0.5em !important; }

.social-icons {
  padding: 0 0 .5rem !important;
  text-align: center;
  line-height: normal;
  display: inline-flex;
  justify-content: flex-end;
  list-style: none; }
  .social-icons li {
    padding: 0 !important;
    display: inline-block; }
    .social-icons li a {
      font-family: "icomoon", sans-serif;
      font-size: 20px;
      line-height: 1em;
      margin: 0.25rem;
      padding: .75em;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      text-align: center;
      color: #333333;
      background-color: #fff;
      align-items: center;
      justify-content: center;
      transition: all 0.33s ease;
      text-transform: none !important; }
      .social-icons li a:hover {
        color: #333333;
        border-color: #ffca00;
        background-color: #fff; }
  @media screen and (max-width: 767px) {
    .social-icons {
      border: 0; } }

/** SOCIAL ICONS FONT GLYPHS **/
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/icomoon.eot?i38w3y");
  src: url("assets/fonts/icomoon.eot?i38w3y#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?i38w3y") format("truetype"), url("assets/fonts/icomoon.woff?i38w3y") format("woff"), url("assets/fonts/icomoon.svg?i38w3y#icomoon") format("svg"); }
[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-google_plus:before {
  content: "\78"; }

.icon-blogger:before {
  content: "\62"; }

.icon-facebook:before {
  content: "\66"; }

.icon-linkedin:before {
  content: "\69"; }

.icon-yelp:before {
  content: "\70"; }

.icon-instagram:before {
  content: "\72"; }

.icon-twitter:before {
  content: "\74"; }

.icon-foursquare:before {
  content: "\75"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-youtube:before {
  content: "\79"; }

.icon-pinterest:before {
  content: "\64"; }

.icon-tumblr:before {
  content: "\77"; }

.icon-realself {
  position: relative; }

.icon-realself:before {
  content: '';
  position: absolute;
  background-image: url("assets/fonts/realself-icon.png");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 75%;
  width: 75%;
  transition: filter .33s;
  filter: brightness(0) invert(1); }

.icon-realself:hover:before {
  filter: brightness(0) invert(1); }

/* Set per-screen-size variables */
/* medium - display 3 */
/* large - display 3 */
  @media (max-width: 600px) {
    .carousel.multi-incremental .carousel-inner .carousel-item > div {
      display: none; }
    .carousel.multi-incremental .carousel-inner .carousel-item > div:first-child {
      display: block; } }
  .carousel.multi-incremental .carousel-inner {
    margin: 0; }
  .carousel.multi-incremental .carousel-item {
    min-height: 0 !important; }
  .carousel.multi-incremental .carousel-inner .carousel-item.active,
  .carousel.multi-incremental .carousel-inner .carousel-item-next,
  .carousel.multi-incremental .carousel-inner .carousel-item-prev {
    display: flex; }
  @media (min-width: 768px) {
    .carousel.multi-incremental .carousel-inner .carousel-item-right.active,
    .carousel.multi-incremental .carousel-inner .carousel-item-next {
      transform: translateX(33.33333%); }
    .carousel.multi-incremental .carousel-inner .carousel-item-left.active,
    .carousel.multi-incremental .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333%); } }
  @media (min-width: 992px) {
    .carousel.multi-incremental .carousel-inner .carousel-item-right.active,
    .carousel.multi-incremental .carousel-inner .carousel-item-next {
      transform: translateX(33.33333%); }
    .carousel.multi-incremental .carousel-inner .carousel-item-left.active,
    .carousel.multi-incremental .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333%); } }
  .carousel.multi-incremental .carousel-inner .carousel-item-right,
  .carousel.multi-incremental .carousel-inner .carousel-item-left {
    transform: translateX(0); }
  .carousel.multi-incremental .carousel-control {
    width: auto;
    margin-left: -1em; }
    .carousel.multi-incremental .carousel-control-next {
      margin-left: auto;
      margin-right: -1em; }
    .carousel.multi-incremental .carousel-control span {
      color: #ffca00;
      transform: scaleY(2);
      font-weight: bold; }
  @media (max-width: 575px) {
    .carousel.multi-incremental .carousel-inner {
      justify-content: center; }
    .carousel.multi-incremental .carousel-item {
      justify-content: center; }
      .carousel.multi-incremental .carousel-item > * + * {
        display: none; }
    .carousel.multi-incremental .carousel-control {
      display: none; } }

/**
Carousel Active Card =====
Carousel shows active centered with next and previous visible to the sides
 **/
#main .carousel.active-card {
  width: 180vw;
  margin-left: -40vw; }
  #main .carousel.active-card .container-fluid {
    padding: 0; }
  #main .carousel.active-card .carousel-item {
    background: #fff;
    margin: 0; }
    #main .carousel.active-card .carousel-item .t-card {
      padding: 2vw 4vw;
      box-sizing: border-box; }
      #main .carousel.active-card .carousel-item .t-card .text {
        background: #F0F0F0;
        padding: 4rem 2vw; }
        #main .carousel.active-card .carousel-item .t-card .text * {
          text-align: center; }
  #main .carousel.active-card .carousel-control {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(66% - 4vw);
    left: auto;
    margin: auto;
    background: #ffca00;
    min-height: 240px;
    width: 2vw;
    min-width: 2em;
    transform: none; }
    #main .carousel.active-card .carousel-control-next {
      left: calc(66% - 4vw);
      right: auto; }
    #main .carousel.active-card .carousel-control span {
      background: none;
      border: none;
      writing-mode: vertical-rl;
      text-orientation: upright;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 1em;
      color: #fff;
      transform: none;
      font-size: 2vw;
      font-weight: 200;
      padding: 0 .25vw; }
  @media (max-width: 767px) {
    #main .carousel.active-card {
      width: 100%;
      margin-left: 0; }
      #main .carousel.active-card .carousel-item {
        z-index: 2;
        background: transparent; }
      #main .carousel.active-card .carousel-item.active {
        z-index: 0; }
      #main .carousel.active-card .carousel-control {
        left: 0%;
        right: auto; }
        #main .carousel.active-card .carousel-control-next {
          left: auto;
          right: 0%; } }

/* Page Sections */
/*** Header ***/
#header {
  position: static;
  z-index: 9;
  width: 100%;
  text-transform: uppercase;
  background: #fff;
  padding: 0em 1em; }
  #header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: zoom .5s; }
  #header div[class^="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #header .container-fluid {
    max-width: 1680px; }
  @media (max-width: 1199px) {
    #header .container {
      max-width: 100%; } }
  @media (max-width: 767px) {
    #header {
      padding: 0;
      position: static; } }
  @media (max-width: 767px) {
    #header .logo-row {
      background-color: #fff; } }
  @media (max-width: 767px) {
    #header .banner {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    #header #logo {
      padding: 0em 1em; margin-bottom: 20px; margin-right: 75px; } }
  #header #logo h1, #header #logo section.content-panels .row > div p em, section.content-panels .row > div p #header #logo em, #header #logo a {
    margin: 0;
    padding: .5rem 0; }
  #header #logo a {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #header #logo a img {
      max-height: 180px; }
    @media (max-width: 991px) {
      #header #logo a {
        align-items: center; }
        #header #logo a img {
          max-height: 80px; } }
  #header .contact {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    color: #333;
    border-bottom: 2px solid #ffca00;
    padding: 0;
    margin-bottom: 1em; }
    @media (max-width: 767px) {
      #header .contact {
        padding-top: 0px; } }
    #header .contact .call {
      font-size: 18px;
      line-height: 28px;
      padding-right: 0; }
      #header .contact .call a {
        display: inline-block;
        padding: 6px 4px;
        color: #474948; }
        #header .contact .call a:hover {
          color: #ffca00; }
      #header .contact .call small {
        vertical-align: text-top;
        padding: 0 .5rem; }
    #header .contact .call, #header .contact .social {
      display: inline-block;
      margin: 8px 0; }
    #header .contact .social-icons {
      padding: 0; }
      #header .contact .social-icons a {
        color: #333333; }
        #header .contact .social-icons a:hover {
          color: #ffca00; }
      @media (max-width: 991px) {
        #header .contact .social-icons {
          justify-content: center; } }
  #header.logo-nav-contact {
    width: 92%;
    max-width: 1680px; }
    #header.logo-nav-contact #logo img {
      max-width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      #header.logo-nav-contact #logo {
        padding: 0 1rem; } }
    #header.logo-nav-contact .navigation {
      padding: 1rem 1rem; }
      @media (max-width: 767px) {
        #header.logo-nav-contact .navigation {
          padding: 0 1rem; } }
    #header.logo-nav-contact .contact {
      flex-direction: column;
      padding: 0; }
      #header.logo-nav-contact .contact .social-icons {
        width: 100%;
        display: flex;
        text-align: center;
        padding: 0 !important;
        justify-content: space-between; }
      #header.logo-nav-contact .contact .btn, #header.logo-nav-contact .contact .wpcf7 input[type="submit"], .wpcf7 #header.logo-nav-contact .contact input[type="submit"], #header.logo-nav-contact .contact section.quick-contact .row form input[type=submit], section.quick-contact .row form #header.logo-nav-contact .contact input[type=submit] {
        margin: 0 auto;
        width: 100%;
        height: 2rem;
        line-height: 1rem;
        border: none;
        color: #fff; }

/****************************************************************/
/*** Top Navigation ***/
/****************************************************************/
#main-nav {
  margin: 0 -15px; }
  @media (max-width: 991px) {
    #main-nav {
      margin: 0 auto; } }

#access {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  justify-content: justified;
  /* MEGA MENU */
  /* Mobile Nav Icon Buttons */ }
  @media (min-width: 991px) {
    #access {
      padding: 0rem 2em; } }
  @media (max-width: 767px) {
      
.menu-item-gtranslate {
    margin-left: 10px;
    display: block;
}

    #access {
      margin-top: -4em; }
      #access ul.mega-menu {
        margin-top: 2em !important; } }
  #access #mega-menu-wrap-header-nav,
  #access #mega-menu-wrap-header-nav #mega-menu-header-nav {
    text-align: center;
    background: transparent !important;
    width: 100%;
    justify-content: space-between;
    /* Mobile */ }
    @media (max-width: 991px) {
      #access #mega-menu-wrap-header-nav,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav {
        text-align: center;
        margin-top: 0rem; } }
    @media (min-width: 991px) {
      #access #mega-menu-wrap-header-nav > li.mega-menu-item + li:before,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item + li:before {
        width: 1px;
        height: .8rem;
        background: #474948;
        display: inline-block; } }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item > a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a {
      background: transparent;
      color: #333;
      font-size: 16px;
      margin: 0 1em 0;
      padding: 0 0em 2em;
      text-transform: uppercase;
      letter-spacing: 0;
      display: inline-block;
      box-sizing: border-box;
      height: 40px;
      line-height: 40px; }
      @media (max-width: 991px) {
        #access #mega-menu-wrap-header-nav > li.mega-menu-item > a,
        #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a {
          margin: 0 .5em; } }
      @media (max-width: 767px) {
        #access #mega-menu-wrap-header-nav > li.mega-menu-item > a,
        #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a {
          margin: 0 .75em; } }
      #access #mega-menu-wrap-header-nav > li.mega-menu-item > a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item > a:hover {
        color: #ffca00; }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item a {
      color: #333; }
      #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item a:hover {
        color: #ffca00; }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item:hover a, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item a, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-toggle-on a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:hover a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-toggle-on a {
      background: transparent; }
    #access #mega-menu-wrap-header-nav > li.mega-menu-item:hover li a, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item li a, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-toggle-on li a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:hover li a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item li a,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-toggle-on li a {
      color: #333;
      text-decoration: none;
      border: none; }
      #access #mega-menu-wrap-header-nav > li.mega-menu-item:hover li a:hover, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-current-menu-item li a:hover, #access #mega-menu-wrap-header-nav > li.mega-menu-item.mega-toggle-on li a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item:hover li a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-current-menu-item li a:hover,
      #access #mega-menu-wrap-header-nav #mega-menu-header-nav > li.mega-menu-item.mega-toggle-on li a:hover {
        color: #333333;
        background: #ffca00; }
    @media (min-width: 767px) {
    #access #mega-menu-wrap-header-nav .mega-menu-toggle,
    #access #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-label,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav .mega-menu-toggle,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav .mega-menu-toggle .mega-toggle-label {
      background: transparent !important;
      color: #fff;
      font-size: 0; }
    #access #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-1::after,
    #access #mega-menu-wrap-header-nav #mega-menu-header-nav .mega-menu-toggle .mega-toggle-block-1::after {
      color: #ffca00; }
    }
  #access .mobile-nav {
    position: absolute;
    z-index: 9;
    top: 0; }
    #access .mobile-nav li {
      display: inline-block; }
      #access .mobile-nav li a {
        transition: all 0.2s ease-in;
        color: #ffca00;
        padding: 8px; }
        #access .mobile-nav li a i {
          font-size: 24px;
          line-height: 40px; }
        #access .mobile-nav li a:hover {
          color: #333333; }

.wpcf7 label {
  width: 100%; }
.wpcf7 input,
.wpcf7 select,
.wpcf7 option,
.wpcf7 p#captcha,
.wpcf7 textarea {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 1em 2em;
  border: 1px solid #333;
  background: #fff;
  box-sizing: border-box;
  margin: .25em 0;
  transition: all 0.3s ease-in-out;
  height: 3em;
  border-radius: 0;
  font-size: 100%;
  line-height: 1em;
  color: #333; }
  .wpcf7 input::placeholder,
  .wpcf7 select::placeholder,
  .wpcf7 option::placeholder,
  .wpcf7 p#captcha::placeholder,
  .wpcf7 textarea::placeholder {
    text-transform: uppercase;
    color: #333; }
.wpcf7 input[type="checkbox"] {
  width: 20px;
  height: 20px; }
.wpcf7 select {
  text-indent: .5em; }
.wpcf7 textarea {
  float: left;
  height: 10em;
  resize: none;
  border: 1px solid #474948; }
.wpcf7 p#captcha {
  float: left;
  height: 26px;
  padding: 7px;
  background: white; }
.wpcf7 input.captcha-input {
  float: right;
  height: 25px; }
.wpcf7 div.wpcf7-validation-errors {
  z-index: 9999999999;
  color: #8a0000;
  border: 2px solid #e3b0b0;
  background: #fff8f8; }

/* Content Templates */
section.hero {
  min-height: 480px;
  height: 37vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0; }
  section.hero .container-fluid, section.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 480px;
    height: 37vw;
    max-width: 1520px; }
    @media (max-width: 991px) {
      section.hero .container-fluid, section.hero .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.5); } }
    section.hero .container-fluid .content, section.hero .container .content {
      color: #fff;
      height: auto;
      text-align: center; }
      section.hero .container-fluid .content h1, section.hero .container-fluid .content section.content-panels .row > div p em, section.content-panels .row > div p section.hero .container-fluid .content em, section.hero .container-fluid .content h2, section.hero .container-fluid .content h3, section.hero .container-fluid .content h4, section.hero section.service-icons .container-fluid .content .row .col a em, section.service-icons section.hero .container-fluid .content .row .col a em, section.hero section.service-icons .container-fluid .row .col a .content em, section.service-icons section.hero .container-fluid .row .col a .content em, section.hero section.service-icons .container-fluid .content .row .col-auto a em, section.service-icons section.hero .container-fluid .content .row .col-auto a em, section.hero section.service-icons .container-fluid .row .col-auto a .content em, section.service-icons section.hero .container-fluid .row .col-auto a .content em, section.hero .container-fluid .content h5, section.hero .container-fluid .content h6, section.hero section.service-icons .container-fluid .content .row .col a, section.service-icons section.hero .container-fluid .content .row .col a, section.hero section.service-icons .container-fluid .row .col .content a, section.service-icons section.hero .container-fluid .row .col .content a, section.hero section.service-icons .container-fluid .content .row .col-auto a, section.service-icons section.hero .container-fluid .content .row .col-auto a, section.hero section.service-icons .container-fluid .row .col-auto .content a, section.service-icons section.hero .container-fluid .row .col-auto .content a, section.hero .container .content h1, section.hero .container .content section.content-panels .row > div p em, section.content-panels .row > div p section.hero .container .content em, section.hero .container .content h2, section.hero .container .content h3, section.hero .container .content h4, section.hero .container .content section.service-icons .container-fluid .row .col a em, section.service-icons .container-fluid .row .col a section.hero .container .content em, section.hero .container .content section.service-icons .container-fluid .row .col-auto a em, section.service-icons .container-fluid .row .col-auto a section.hero .container .content em, section.hero .container .content h5, section.hero .container .content h6, section.hero .container .content section.service-icons .container-fluid .row .col a, section.service-icons .container-fluid .row .col section.hero .container .content a, section.hero .container .content section.service-icons .container-fluid .row .col-auto a, section.service-icons .container-fluid .row .col-auto section.hero .container .content a {
        color: #333333;
        line-height: 1.25;
        padding: 0 1em; }
      section.hero .container-fluid .content a, section.hero .container .content a {
        color: #333333;
        text-transform: uppercase; 
background: #ffca00;
border: 1px solid #ffca00;}
      section.hero .container-fluid .content .btn, section.hero .container-fluid .content .wpcf7 input[type="submit"], .wpcf7 section.hero .container-fluid .content input[type="submit"], section.hero .container-fluid .content section.quick-contact .row form input[type=submit], section.quick-contact .row form section.hero .container-fluid .content input[type=submit], section.hero .container .content .btn, section.hero .container .content .wpcf7 input[type="submit"], .wpcf7 section.hero .container .content input[type="submit"], section.hero .container .content section.quick-contact .row form input[type=submit], section.quick-contact .row form section.hero .container .content input[type=submit] {
        margin-bottom: 0;
border: none;}

section.content-panels {
  padding: 0;
  /* WELCOME SECTION */
  /* RESPONSIVE SECTION */ }
  @media (max-width: 1199px) {
    section.content-panels .container, section.content-panels .container-fluid {
      max-width: 100%; } }
  section.content-panels .row > div {
    display: flex;
    flex-direction: column;
    padding: 4% 4%;
    justify-content: center; }
    section.content-panels .row > div.bg-color {
      background: #f2f2f2;
      color: #333333; }
    section.content-panels .row > div h1, section.content-panels .row > div p em, section.content-panels .row > div h2, section.content-panels .row > div h3, section.content-panels .row > div h4, section.content-panels section.service-icons .container-fluid .row > div .col a em, section.service-icons .container-fluid section.content-panels .row > div .col a em, section.content-panels section.service-icons .container-fluid .row > div .col-auto a em, section.service-icons .container-fluid section.content-panels .row > div .col-auto a em, section.content-panels .row > div h5, section.content-panels .row > div h6, section.content-panels section.service-icons .container-fluid .row > div .col a, section.service-icons .container-fluid section.content-panels .row > div .col a, section.content-panels section.service-icons .container-fluid .row > div .col-auto a, section.service-icons .container-fluid section.content-panels .row > div .col-auto a {
      text-transform: uppercase;
      display: block; }
    section.content-panels .row > div p {
      font-weight: 300;
      font-size: 19px;
      margin: 0 0 1rem;
      padding: 0;
      line-height: 1.4; }
      section.content-panels .row > div p:last-of-type {
        margin: 0; }
      section.content-panels .row > div p em {
        line-height: 1; }
    section.content-panels .row > div .btn, section.content-panels .row > div .wpcf7 input[type="submit"], .wpcf7 section.content-panels .row > div input[type="submit"], section.content-panels section.quick-contact .row > div form input[type=submit], section.quick-contact section.content-panels .row > div form input[type=submit] {
      margin-bottom: 0;
    border: 1px solid #333333;
    color: #333333;}


  section.content-panels.welcome .row .bg-color em {
    word-spacing: 100vw; }
  section.content-panels.welcome .row > div:first-of-type {
    text-align: center;
    justify-content: flex-end;
    padding: 4vw 8vw; }
  section.content-panels.responsive .graphic {
    background-image: url("assets/img/content/graphic-responsive.jpg");
    background-size: cover;
    background-position: center right;
    min-height: 320px; }
  section.content-panels.responsive .content {
    text-align: center; }
  section.content-panels.quick-contact .content {
    padding-bottom: 2%; }
  section.content-panels.quick-contact .graphic {
    background-image: url("assets/img/content/graphic-doctor.jpg");
    background-size: cover;
    background-position: center;
    min-height: 40vh; }

section.service-icons {
  padding-top: 3em;
  padding-bottom: 3em; }
  section.service-icons .container-fluid {
    max-width: 1680px; }
    section.service-icons .container-fluid .row {
      justify-content: space-evenly; }
      section.service-icons .container-fluid .row .col, section.service-icons .container-fluid .row .col-auto {
        text-align: center; }
        section.service-icons .container-fluid .row .col a, section.service-icons .container-fluid .row .col-auto a {
          min-width: 240px;
          display: block;
          color: #333;
          text-transform: uppercase;
          line-height: 1.25;
          letter-spacing: -.05rem; }
          section.service-icons .container-fluid .row .col a img, section.service-icons .container-fluid .row .col-auto a img {
            display: block;
            width: auto;
            height: 132px;
            max-width: auto;
            margin: 0 auto; }
          section.service-icons .container-fluid .row .col a em, section.service-icons .container-fluid .row .col-auto a em {
            margin: 0;
            text-transform: uppercase;
            font-style: normal;
            display: block; }

section.designs-carousel {
  background-image: url("assets/img/content/background-designs.png");
  background-size: cover;
  background-position: center;
  text-align: center; }
  section.designs-carousel h2 {
    text-transform: uppercase;
    padding: 1rem 0;
    zoom: 1.2; }
  section.designs-carousel .carousel {
    margin-bottom: 4em; }
  section.designs-carousel a.carousel-control {
    font-size: 4em;
    font-weight: 100; }

section.featured-project .container-fluid {
  max-width: 1680px; }
  section.featured-project .container-fluid .row {
    align-items: center; }
    section.featured-project .container-fluid .row .comment {
      font-size: 112%;
      text-align: center;
      background-image: url("assets/img/quotes.png");
      background-position: top left;
      background-repeat: no-repeat; }
      section.featured-project .container-fluid .row .comment h6, section.featured-project section.service-icons .container-fluid .row .comment .col a, section.service-icons section.featured-project .container-fluid .row .comment .col a, section.featured-project section.service-icons .container-fluid .row .col .comment a, section.service-icons section.featured-project .container-fluid .row .col .comment a, section.featured-project section.service-icons .container-fluid .row .comment .col-auto a, section.service-icons section.featured-project .container-fluid .row .comment .col-auto a, section.featured-project section.service-icons .container-fluid .row .col-auto .comment a, section.service-icons section.featured-project .container-fluid .row .col-auto .comment a {
        font-size: 100%;
        text-transform: uppercase; }
      section.featured-project .container-fluid .row .comment strong {
        display: block; }
        section.featured-project .container-fluid .row .comment strong:before {
          content: '\2014';
          display: block; }
    section.featured-project .container-fluid .row .preview img {
      width: 100%;
      height: auto;
      background-repeat: no-repeat;
      background-position: top 17% center;
      background-size: 90% 62%; }
    section.featured-project .container-fluid .row .details {
      font-size: 112%; }
      section.featured-project .container-fluid .row .details h6, section.featured-project section.service-icons .container-fluid .row .details .col a, section.service-icons section.featured-project .container-fluid .row .details .col a, section.featured-project section.service-icons .container-fluid .row .col .details a, section.service-icons section.featured-project .container-fluid .row .col .details a, section.featured-project section.service-icons .container-fluid .row .details .col-auto a, section.service-icons section.featured-project .container-fluid .row .details .col-auto a, section.featured-project section.service-icons .container-fluid .row .col-auto .details a, section.service-icons section.featured-project .container-fluid .row .col-auto .details a {
        margin-bottom: 2rem; }
      section.featured-project .container-fluid .row .details h4, section.featured-project section.service-icons .container-fluid .row .details .col a em, section.service-icons section.featured-project .container-fluid .row .details .col a em, section.featured-project section.service-icons .container-fluid .row .col a .details em, section.service-icons section.featured-project .container-fluid .row .col a .details em, section.featured-project section.service-icons .container-fluid .row .details .col-auto a em, section.service-icons section.featured-project .container-fluid .row .details .col-auto a em, section.featured-project section.service-icons .container-fluid .row .col-auto a .details em, section.service-icons section.featured-project .container-fluid .row .col-auto a .details em {
        color: #ffca00; }
      @media (max-width: 767px) {
        section.featured-project .container-fluid .row .details {
          text-align: center; } }

section.quick-contact .row h2, section.quick-contact .row h3 {
  color: #333333;
  text-transform: uppercase;
  text-align: center; }
section.quick-contact .row form .container {
  padding: 0; }
section.quick-contact .row form input,
section.quick-contact .row form select,
section.quick-contact .row form option,
section.quick-contact .row form p#captcha,
section.quick-contact .row form textarea {
  display: block;
  margin: 0 auto 2em;
  max-width: 280px;
border: none;}
section.quick-contact .row form textarea {
  float: none; }
section.quick-contact .row form input[type=submit] {
  width: auto;
  margin: 0 auto;
  line-height: auto; }

footer#footer {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  background: #fff;
  color: #333333;
  padding: 1em 0 2em;
  border-top: 2px solid #ffca00;
  font-weight: 300; }
  @media (max-width: 767px) {
    footer#footer {
      text-align: center; } }
  @media (max-width: 991px) {
    footer#footer .container {
      max-width: 92%; } }
  footer#footer div[id^="footer-"] {
    padding-bottom: 2em; }
  footer#footer h2, footer#footer h3, footer#footer h4, footer#footer section.service-icons .container-fluid .row .col a em, section.service-icons .container-fluid .row .col a footer#footer em, footer#footer section.service-icons .container-fluid .row .col-auto a em, section.service-icons .container-fluid .row .col-auto a footer#footer em, footer#footer h5, footer#footer h6, footer#footer section.service-icons .container-fluid .row .col a, section.service-icons .container-fluid .row .col footer#footer a, footer#footer section.service-icons .container-fluid .row .col-auto a, section.service-icons .container-fluid .row .col-auto footer#footer a {
    text-transform: uppercase;
    color: #333;}
  footer#footer a {
    color: #333; }
    footer#footer a:hover {
      color: #ffca00;
      text-decoration: underline; }
  footer#footer strong {
    font-weight: 600; }
  footer#footer address {
    line-height: 1.2;
    margin-bottom: 1rem; }
    footer#footer address span {
      display: inline-block; }
  footer#footer .footer-nav ul {
    display: block;
    text-indent: .5rem; }
  footer#footer .social-icons {
    padding: 0 !important;
    display: block;
    float: none; }
    @media (max-width: 767px) {
      footer#footer .social-icons {
        float: none; } }
    footer#footer .social-icons li a {
      color: #333333;
      background: transparent; }
      footer#footer .social-icons li a:hover {
        color: #333333;
        background: #ffca00; }
  footer#footer .footer-copyright {
    margin: 2rem auto;
    padding-top: 1rem;
    font-size: 80%;
    line-height: 1.1;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center; }
  footer#footer .footer-call {
    font-weight: 500;
    line-height: 1.5; }
    footer#footer .footer-call a {
      font-size: 120%; }

.cta2-container a {
    background: #ffca00;
    padding: .5em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #333333;
    font-size: 1.5rem;
    width: 100% !important;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top:1rem;
}

.cta2-container {
    position: relative;
    display: block;
    clear: both;
    margin: 2.5em 0;
}

.cta2-container a:hover {
    background: #474948;
    color: #fff;
    border: 1px solid #474948;
}

.col-1-2 {width:48%; float: left;}

@media (max-width: 768px) {
.col-1-2 {
    width:100%; float: none;}
}

.col-1-3 {width:32%; float: left;}

@media (max-width: 768px) {
.col-1-3 {
    width:100%; float: none;}
}

section.testimonial-slider {
  padding: 2em 0;
  text-align: center; }
  section.testimonial-slider .carousel .carousel-inner {
    min-height: 14rem; }
    @media (max-width: 991px) {
      section.testimonial-slider .carousel .carousel-inner {
        min-height: 16rem; } }
    @media (max-width: 767px) {
      section.testimonial-slider .carousel .carousel-inner {
        min-height: 19rem; } }
  section.testimonial-slider .content {
    min-height: 32vw;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  section.testimonial-slider .testimonial-slider__slides {
    position: relative;
    padding: 0 4vw;
    height: 13.5rem;
    overflow: hidden; }
    @media (max-width: 991px) {
      section.testimonial-slider .testimonial-slider__slides {
        height: 15rem; } }
    @media (max-width: 767px) {
      section.testimonial-slider .testimonial-slider__slides {
        height: 17rem; } }
    section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide {
      padding: 0;
      position: absolute;
      inset: 0;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      opacity: 0;
      transform: translateX(2rem);
      pointer-events: none;
      will-change: transform, opacity;
      transition: transform .7s cubic-bezier(.4, 0, .2, 1), opacity .7s cubic-bezier(.4, 0, .2, 1); }
      section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide .row {
        height: 100%;
        width: 100%; }
      section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide .text {
        height: 100%;
        overflow: hidden; }
    section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide.is-active {
      opacity: 1;
      transform: translateX(0);
      pointer-events: auto;
      z-index: 2; }
    section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide.is-exiting-left {
      opacity: 0;
      transform: translateX(-2rem); }
    section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide.is-exiting-right {
      opacity: 0;
      transform: translateX(2rem); }
    section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide.is-entering-left {
      opacity: 0;
      transform: translateX(-2rem); }
    section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide.is-entering-right {
      opacity: 0;
      transform: translateX(2rem); }
    section.testimonial-slider .testimonial-slider__slides .testimonial-slider__slide p {
      color: #3C3C3C;
      line-height: 1.5; }
  section.testimonial-slider .testimonial-slider__control {
    width: auto;
    height: auto;
    position: absolute;
    top: calc(50% - 25px);
    bottom: auto;
    transform: translateY(-50%);
    opacity: 1;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    box-shadow: none;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease; }
    @media (max-width: 767px) {
      section.testimonial-slider .testimonial-slider__control {
        display: none; } }
    section.testimonial-slider .testimonial-slider__control-prev {
      left: -3.75rem; }
    section.testimonial-slider .testimonial-slider__control-next {
      right: -3.75rem; }
    section.testimonial-slider .testimonial-slider__control:hover {
      opacity: 0.65;
      transform: translateY(calc(-50% - 1px)); }
    section.testimonial-slider .testimonial-slider__control:focus-visible {
      outline: 2px solid rgba(15, 23, 42, 0.5);
      outline-offset: 4px; }
    section.testimonial-slider .testimonial-slider__control:active {
      transform: translateY(calc(-50% - 1px)) scale(0.9);
      opacity: 0.5; }
    section.testimonial-slider .testimonial-slider__control span {
      width: 1.25rem;
      height: 1.25rem;
      position: relative;
      display: block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      user-select: none;
      -webkit-user-select: none;
      pointer-events: none; }
    section.testimonial-slider .testimonial-slider__control span::before {
        content: '';
        width: .85rem;
        height: .85rem;
        border-right: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: center;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.55)); }
    section.testimonial-slider .testimonial-slider__control-prev span::before {
        transform: translate(-50%, -50%) rotate(135deg); }
    section.testimonial-slider .testimonial-slider__control-next span::before {
        transform: translate(-50%, -50%) rotate(-45deg); }
  section.testimonial-slider .image {
    padding: 0 4vw 4vw 0; }
    section.testimonial-slider .image img {
      margin-left: 1em;
      margin-right: 1em;
      box-shadow: 0 4px 8px #000; }
  section.testimonial-slider .text {
    font-size: 104%;
    padding-top: 1em;
    padding-bottom: 1em; }
    section.testimonial-slider .text p {
      margin: 0; }
      section.testimonial-slider .text p.quote:before, section.testimonial-slider .text p.quote:after {
        content: '\0022'; }
      section.testimonial-slider .text p.name {
        font-weight: 400; }
        section.testimonial-slider .text p.name:before {
          content: '\2014';
          display: block; }
  section.testimonial-slider.fixed-image .image {
    order: 2;
    background-size: cover;
    background-position: 50%; }
  section.testimonial-slider.fixed-image .content .bordered {
    border: 4px solid #DDD;
    border-left-width: 12px;
    border-bottom-width: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  section.testimonial-slider.fixed-image .carousel-item .text, section.testimonial-slider.fixed-image h2, section.testimonial-slider.fixed-image p {
    text-align: center; }
  section.testimonial-slider.fixed-image h2 {
    text-transform: uppercase;
    font-weight: 400; }
  section.testimonial-slider.fixed-image .name {
    margin-bottom: 1em; }
  section.testimonial-slider.overlay-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 3rem 0;
    margin: 0;
    height: 708px;
    overflow: hidden; }
    @media (max-width: 991px) {
      section.testimonial-slider.overlay-image {
        height: 784px; } }
    @media (max-width: 767px) {
      section.testimonial-slider.overlay-image {
        height: 886px; } }
    section.testimonial-slider.overlay-image .testimonials-col {
      padding: 0 8vw;
      display: flex;
      flex-direction: column;
      height: 100%; }
    section.testimonial-slider.overlay-image .image {
      position: absolute;
      width: 100%;
      max-width: 100%;
      background-position: 70% 50%;
      background-size: cover; }
    section.testimonial-slider.overlay-image h2, section.testimonial-slider.overlay-image h3, section.testimonial-slider.overlay-image h4, section.testimonial-slider.overlay-image h5, section.testimonial-slider.overlay-image h6 {
      text-transform: uppercase;
      display: inline-block;
      margin: 0 auto;
      padding-bottom: .25em;
      letter-spacing: 0;
      font-weight: 400; }
      section.testimonial-slider.overlay-image h2:first-child:after, .yellow-underline:after, section.testimonial-slider.overlay-image h3:first-child:after, section.testimonial-slider.overlay-image h4:first-child:after, section.testimonial-slider.overlay-image h5:first-child:after, section.testimonial-slider.overlay-image h6:first-child:after {
        content: '';
        display: block;
        width: 100%;
        max-width: 320px;
        height: 1px;
        background: #f9cb48;
        overflow: hidden;
        margin: .25em auto .25em; }
    section.testimonial-slider.overlay-image .testimonial-slider__slides {
      margin: 2em -4vw 0;
      position: relative;
      flex: 1 1 auto;
      min-height: 0;
      overflow: hidden; }
      section.testimonial-slider.overlay-image .testimonial-slider__slide {
        padding: 0;
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        opacity: 0;
        transform: translateX(2rem);
        pointer-events: none;
        will-change: transform, opacity;
        transition: transform .7s cubic-bezier(.4, 0, .2, 1), opacity .7s cubic-bezier(.4, 0, .2, 1); }
        section.testimonial-slider.overlay-image .testimonial-slider__slide .row {
          height: 100%;
          width: 100%; }
        section.testimonial-slider.overlay-image .testimonial-slider__slide .text {
          min-height: 9.5rem; }
      section.testimonial-slider.overlay-image .testimonial-slider__slide.is-active {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
        z-index: 2; }
      section.testimonial-slider.overlay-image .testimonial-slider__slide.is-exiting-left {
        opacity: 0;
        transform: translateX(-2rem); }
      section.testimonial-slider.overlay-image .testimonial-slider__slide.is-exiting-right {
        opacity: 0;
        transform: translateX(2rem); }
      section.testimonial-slider.overlay-image .testimonial-slider__slide.is-entering-left {
        opacity: 0;
        transform: translateX(-2rem); }
      section.testimonial-slider.overlay-image .testimonial-slider__slide.is-entering-right {
        opacity: 0;
        transform: translateX(2rem); }
      section.testimonial-slider.overlay-image .testimonial-slider__slide p {
        color: #3C3C3C;
        line-height: 1.5; }

section.why-checklist {
  background-size: cover;
  background-position: 50% 50%; }
  section.why-checklist h2, section.why-checklist h3, section.why-checklist h4 {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5; }
    section.why-checklist h2 strong, section.why-checklist h3 strong, section.why-checklist h4 strong {
      display: block;
      font-weight: 400 !important;
      font-size: 1.5em; }
    section.why-checklist h2 span, section.why-checklist h3 span, section.why-checklist h4 span {
      display: inline-block;
      font-size: .8em;
      padding: 1em 1em;
      margin-top: 1em;
      color: #3C3C3C;
      position: relative; }
      section.why-checklist h2 span:before, section.why-checklist h3 span:before, section.why-checklist h4 span:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #3C3C3C;
        left: 0;
        right: 0;
        top: 0; }
  section.why-checklist .checklist {
    justify-content: space-evenly;
    margin: 2em 0; }
    section.why-checklist .checklist > * {
      padding: 0 .5rem 1rem;
      max-width: 380px; }
      section.why-checklist .checklist > *:before {
        content: url("assets/img/checkbox.png");
        display: block; }

section.physician-gallery .team .col-12 {
  
  align-items: center; }
  section.physician-gallery .team .col-12 h2 {
    color: #444;
    font-weight: 400;
    }
    section.physician-gallery .team .col-12 h2 span {
      display: inline-block;
      font-weight: 400; }
section.physician-gallery .doctors {
  justify-content: space-around;
  margin: 1em 0; }
  section.physician-gallery .doctors a {
    margin-bottom: 1em; }
    section.physician-gallery .doctors a img {
      border: none !important;
       }

section.text-banner.py-1.text-center {
    background: #f9cb48;
}

section.physician-gallery .col-lg-2.col-md-4.col-2 {
    margin-bottom: 1rem;
}

.entry-content .social-icons li a {color: #ffca00 !important;}


/* Last Call */

/*# sourceMappingURL=style.css.map */

.page-id-2046 section.content-panels {display:none;}

section.locations h4:hover {color:#f9cb48;}

p.header-address {text-align:right;}