@font-face {
  font-family: 'DidotLTStdRoman';
  src: url('../fonts/didot/DidotLTStdRoman.eot');
  src: url('../fonts/didot/DidotLTStdRoman.eot') format('embedded-opentype'), url('../fonts/didot/DidotLTStdRoman.woff2') format('woff2'), url('../fonts/didot/DidotLTStdRoman.woff') format('woff'),
    url('../fonts/didot/DidotLTStdRoman.ttf') format('truetype'), url('../fonts/didot/DidotLTStdRoman.svg#DidotLTStdRoman') format('svg');
}
@font-face {
  font-family: 'RubikRegular';
  src: url('../fonts/rubik/RubikRegular.eot');
  src: url('../fonts/rubik/RubikRegular.eot') format('embedded-opentype'), url('../fonts/rubik/RubikRegular.woff2') format('woff2'), url('../fonts/rubik/RubikRegular.woff') format('woff'),
    url('../fonts/rubik/RubikRegular.ttf') format('truetype'), url('../fonts/rubik/RubikRegular.svg#RubikRegular') format('svg');
}
@font-face {
  font-family: 'RubikLight';
  src: url('../fonts/rubik/RubikLight.eot');
  src: url('../fonts/rubik/RubikLight.eot') format('embedded-opentype'), url('../fonts/rubik/RubikLight.woff2') format('woff2'), url('../fonts/rubik/RubikLight.woff') format('woff'),
    url('../fonts/rubik/RubikLight.ttf') format('truetype'), url('../fonts/rubik/RubikLight.svg#RubikLight') format('svg');
}
@font-face {
  font-family: 'RubikMedium';
  src: url('../fonts/rubik/RubikMedium.eot');
  src: url('../fonts/rubik/RubikMedium.eot') format('embedded-opentype'), url('../fonts/rubik/RubikMedium.woff2') format('woff2'), url('../fonts/rubik/RubikMedium.woff') format('woff'),
    url('../fonts/rubik/RubikMedium.ttf') format('truetype'), url('../fonts/rubik/RubikMedium.svg#RubikMedium') format('svg');
}
@font-face {
  font-family: 'RubikBold';
  src: url('../fonts/rubik/RubikBold.eot');
  src: url('../fonts/rubik/RubikBold.eot') format('embedded-opentype'), url('../fonts/rubik/RubikBold.woff2') format('woff2'), url('../fonts/rubik/RubikBold.woff') format('woff'),
    url('../fonts/rubik/RubikBold.ttf') format('truetype'), url('../fonts/rubik/RubikBold.svg#RubikBold') format('svg');
}
@font-face {
  font-family: 'RubikBoldItalic';
  src: url('../fonts/rubik/RubikBoldItalic.eot');
  src: url('../fonts/rubik/RubikBoldItalic.eot') format('embedded-opentype'), url('../fonts/rubik/RubikBoldItalic.woff2') format('woff2'), url('../fonts/rubik/RubikBoldItalic.woff') format('woff'),
    url('../fonts/rubik/RubikBoldItalic.ttf') format('truetype'), url('../fonts/rubik/RubikBoldItalic.svg#RubikBoldItalic') format('svg');
}
@font-face {
  font-family: 'RubikSemiBold';
  src: url('../fonts/rubik/RubikSemiBold.eot');
  src: url('../fonts/rubik/RubikSemiBold.eot') format('embedded-opentype'), url('../fonts/rubik/RubikSemiBold.woff2') format('woff2'), url('../fonts/rubik/RubikSemiBold.woff') format('woff'),
    url('../fonts/rubik/RubikSemiBold.ttf') format('truetype'), url('../fonts/rubik/RubikSemiBold.svg#RubikSemiBold') format('svg');
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
  display: none;
}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
  outline-width: 0;
  text-decoration: none;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bold;
}
/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}
/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}
/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}
/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
  font: inherit;
}
/** Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}
/** Change the cursor in all browsers (opinionated). */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #8dd1ca;
  font-family: 'RubikBold';
  font-weight: 700;
  font-style: normal;
  font-size: 12px !important;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: #2c391d;
  padding: 16px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  z-index: 9;
  margin-bottom: 0px;
}
button,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover {
  background-color: #8dd1ca;
  color: #fff;
}
.form-submit {
  position: relative;
  width: 136px;
}
.form-submit:after {
  content: '';
  background: #8dd1ca;
  mix-blend-mode: normal;
  opacity: 0.5;
  border: 1px solid #8dd1ca;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 6px;
  margin-top: 0;
  top: 6px;
  z-index: -9;
}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
  cursor: default;
}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 2 */
}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type='search'] {
  -webkit-appearance: textfield;
}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin: 0;
}
form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
textarea,
select {
  font-family: 'RubikRegular' !important;
  font-weight: 400 !important;
  font-style: normal;
  background: #ffffff;
  border: 1px solid #a7b8b5 !important;
  outline: none;
  padding: 15px 20px !important;
  margin-bottom: 0px;
  height: 48px;
  outline: none;
  font-size: 16px !important;
  line-height: 26px;
  color: rgba(47, 45, 45, 0.7);
  border-radius: 0 !important;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border: 1px solid #8cd1c9;
  outline: 0;
}
textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
label,
legend {
  font-size: 16px;
  display: block;
  margin-bottom: 0.5rem;
  color: #302c2e;
}
fieldset {
  border-width: 0;
  padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
  display: inline;
}
input[type='submit']:focus {
  outline: none;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(70, 71, 82, 0.5);
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(70, 71, 82, 0.5);
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(70, 71, 82, 0.5);
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(70, 71, 82, 0.5);
}
input:focus {
  outline: none;
}
dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}
dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}
dl {
  list-style: none;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
dt,
dd,
li {
  margin-bottom: 10px;
}
hr {
  border-top: 0.1rem solid #4a4d50;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1rem;
}
input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
  margin-bottom: 0;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin: 0px;
}
table {
  width: 100%;
}
.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-stratch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-inherit {
  justify-content: inherit;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .background-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.tacenter {
  text-align: center;
}
.taright {
  text-align: right;
}
.taleft {
  text-align: left;
}
.relative {
  position: relative;
}
body,
html {
  margin: 0px;
  padding: 0px;
  position: relative;
  font-family: 'RubikLight';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  margin-bottom: 20px;
  font-family: 'RubikBold';
  font-weight: 700;
  font-style: normal;
  color: #312c59;
}
h1 {
  font-size: 30px;
  line-height: 40px;
}
h2 {
  font-size: 26px;
  line-height: 36px;
}
h3 {
  font-size: 22px;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #8dd1ca;
}
a:hover {
  text-decoration: none;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  color: #dcdae8;
}
p,
figcaption {
  margin: 0px 0px 20px 0px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #464752;
}
figcaption {
  font-size: 12px;
  letter-spacing: 0.5px;
  opacity: 0.7;
  line-height: 1.2;
  margin: 0.5rem 0;
}
img {
  max-width: 100%;
  height: auto;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9;
}
.tblcell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.imgresponsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.paddingtop {
  padding: 100px 0px;
}
.inline__block {
  float: left;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.gform_wrapper label.gfield_label {
  font-family: 'RubikRegular';
  font-style: normal;
  font-size: 14px !important;
  line-height: 27px !important;
  color: #777777;
  margin: 10px 0;
}
.gform_wrapper .gfield_description {
  opacity: 0.5;
  margin: -5px 0 15px;
}
.ginput_container_fileupload .validation_message {
  display: none !important;
}
.gform_wrapper .gform_delete {
  width: 10px;
  filter: grayscale(1);
  opacity: 0.5;
}
.gform_wrapper .ginput_preview {
  font-size: 12px;
}
.gform_wrapper .show-label label.gfield_label {
  display: block !important;
}
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
  font-family: 'RubikRegular' !important;
  font-weight: 400 !important;
  font-style: normal;
  background: #ffffff;
  border: 3px solid #edebff !important;
  outline: none;
  padding: 15px 20px !important;
  margin-bottom: 0px;
  height: 54px;
  outline: none;
  font-size: 16px !important;
  line-height: 26px;
  color: rgba(47, 45, 45, 0.7);
  border-radius: 5px !important;
}
.gform_wrapper .ginput_container textarea {
  height: 135px;
  margin-top: 0px;
}
.gform_wrapper .ginput_container_date {
  position: relative;
}
.gform_wrapper .ginput_container_date input,
.gform_wrapper .ginput_container_time select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.gform_wrapper .ginput_container_time input {
  max-width: calc(100% - 20px) !important;
  width: calc(100% - 5%) !important;
}
.gform_wrapper .ginput_container_time {
  max-width: 33.33% !important;
}
.gform_wrapper .ginput_container_time i {
  display: none;
}
.gform_wrapper .ginput_container_date img {
  position: absolute;
  right: 20px;
  top: 18px;
}
#ui-datepicker-div select {
  padding: 5px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  height: auto !important;
}
.gform_wrapper input[type='submit'] {
  position: relative;
  background: #ffffff;
  border: 1px solid #8cd1c9;
  font-family: 'RubikBold';
  font-weight: 700;
  font-style: normal;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: #2c391d;
  padding: 16px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  min-width: 136px;
  z-index: 9;
  height: 53px;
}
.gform_wrapper input[type='submit']:hover {
  background-color: #8cd1c9;
  color: #ffffff;
  outline: 0;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  color: #f00;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.container-small {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.container__inner {
  max-width: 89%;
  margin: 0 auto;
  position: relative;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
.owl-carousel .owl-stage img {
  width: auto;
}
.bgproperty {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  mix-blend-mode: normal;
}
.bgoverlay__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 57, 29, 0.221609);
  mix-blend-mode: normal;
}
.bgbutton {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.01539px;
  color: #fff;
  background: #8cd1c9;
  border: 1px solid #8cd1c9;
  border-radius: 6px;
  padding: 17px 20px;
  display: inline-block;
  margin-top: 25px;
  min-width: 163px;
  text-transform: uppercase;
}
.bgbutton:hover {
  background: #312c59;
  border: 1px solid #312c59;
  color: #fff;
}
.brdrbtn {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.01539px;
  color: #78bcb2;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #78bcb2;
  border-radius: 6px;
  padding: 17px 20px;
  display: inline-block;
  margin-top: 25px;
  min-width: 163px;
  text-transform: uppercase;
}
.brdrbtn:hover {
  background: #312c59;
  border: 1px solid #312c59;
  color: #fff;
}
.common__sect .common__left {
  flex: 0 0 35%;
}
.common__sect .common__right {
  flex: 0 0 58%;
}
.common__sect span {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.07143px;
  text-transform: uppercase;
  color: #464752;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}
.common__sect h2 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 44px;
  color: #312c59;
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
}
.leftshape {
  position: absolute;
  top: 0px;
  left: 0;
}
.rightshape {
  position: absolute;
  top: 0px;
  right: 0;
}
body.admin-bar .header__section {
  top: 32px;
}
.header__section {
  width: 100%;
  z-index: 2000;
  overflow: visible;
  position: fixed;
  height: auto;
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  background: #fff;
  padding-bottom: 15px;
}
.single .header__section,
.page-template-service-specialist .header__section,
.page-template-service-inner .header__section,
.error404 .header__section {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.105554);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__cover {
  margin-top: 113px;
}
.top__section {
  text-align: right;
  width: 100%;
  float: right;
  position: relative;
  z-index: 99;
}
.top__inner {
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, #ffffff 2.61%, #ffffff 20.05%, #fffbfa 39.52%, #ffebe4 98.39%);
  width: 80%;
  padding: 0px 35px;
}
.top__inner ul li {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 0px;
}
.top__inner ul li a {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  color: #464752;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.top__inner ul li a:hover {
  color: #8cd1c9;
}
.searchicon img {
  position: relative;
  top: 5px;
  cursor: pointer;
}
.slider__section {
  height: 608px;
  z-index: 9;
  background: #d8d8d8;
}
.slider__section .container,
.slider__section .container__inner {
  height: 100%;
}
.slider__section .bgoverlay__inner {
  background: rgba(49, 44, 89, 0.465183);
  background-blend-mode: multiply;
}
.slider__section h1 {
  font-family: 'DidotLTStdRoman';
  font-size: 54px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 8px;
}
.slider__section h2 {
  font-family: 'DidotLTStdRoman';
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  color: #ffffff;
}
.slider__section .bgbutton {
  margin-top: 40px;
}
.homemdl {
  background: #f3f2f2;
  padding-bottom: 70px;
  overflow: hidden;
}
.homemdl .container__inner {
  max-width: 47%;
  z-index: 9;
}
.paragraph__sect {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
}
.paragraph__sect:before {
  content: '';
  position: absolute;
  border: 3px solid #edebff;
  top: 0px;
  left: 0;
  height: 100%;
  transform: rotate(180deg);
  background: #edebff;
}
.homemdl .leftshape {
  top: auto;
  bottom: 0;
}
.homemdl .rightshape {
  top: -30px;
}
.homemdl .brdrbtn {
  margin: 50px 0px 0px 117px;
}
.homemdl .paragraph__sect {
  max-width: 80%;
}
.home__services {
  padding: 50px 0px 80px 0px;
}
.home__services .container__inner {
  max-width: 80%;
}
.home__services .flex,
.specialists__sect .flex {
  justify-content: center;
  margin-top: 50px;
}
.service__list {
  margin: 0px 35px 40px 0;
  width: calc(100% / 3 - 55px);
  overflow: hidden;
  position: relative;
  padding: 25px 30px 12px 30px;
  text-align: center;
  background: #ffffff;
  border: 0.5px solid #f0f0f0;
  box-shadow: 0px 4px 11px rgba(48, 44, 88, 0.14088);
  border-radius: 12px;
}
.service__list:nth-child(3n) {
  margin-right: 0px;
}
.service__list h3 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #464752;
  margin-top: 10px;
}
.service__list a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.01539px;
  text-transform: uppercase;
  color: #8cd1c9;
}
.service__list a:hover {
  color: #312c59;
}
.viewsect {
  margin-top: 10px;
}
.viewsect a {
  margin: 25px 18px 0px 18px;
}
.specialists__sect {
  background: #f9eae5;
}
.specialists__sect .container {
  height: 100%;
}
.specialists__sect .container__inner {
  max-width: 79%;
  height: 100%;
  position: relative;
  z-index: 99;
}
.specialists__inner {
  display: inline-block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #fff;
}
.specialists__img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.specialists__img:hover {
  border: 15px solid #fff;
}
.specialists__sect a {
  margin: 0px 35px 40px 0;
}
.specialists__sect a:hover {
  cursor: pointer;
}
/* .specialists__sect .common__heading {position: absolute; top: 37%; right: 0; left: 0; width: 35%; margin: 0 auto;}
.sect1 {position: absolute; left: 150px; top: 0px;}
.sect2 {position: absolute; right: 130px; top: 0px;}
.sect3 {position: absolute; left: 0px; bottom: 18px;}
.sect4 {position: absolute; left: 0px; bottom: -20px; right: 0px; text-align: center;z-index: -9;}
.sect5 {position: absolute; right: 0px; bottom: 65px;} */
.specialists__inner h3 {
  margin: 18px 0px 8px 0px;
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #464752;
  text-align: left;
}
.specialists__inner p {
  font-size: 16px;
  line-height: 19px;
  color: #464752;
  text-align: left;
}
.specialists__sect .common__heading .leftshape {
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  bottom: 0;
}
.specialists__sect .leftshape {
  position: absolute;
  top: -120px;
  left: 220px;
}
.visitsect {
  background: linear-gradient(0deg, #ffffff 18.17%, rgba(227, 223, 253, 0.602525) 100%, #ffffff 100%);
}
.visitsect .container {
  z-index: 99;
}
.visitleft {
  flex: 0 0 45%;
}
.visitleft h2 {
  margin-bottom: 48px;
}
.visitleft .paragraph__sect {
  max-width: 85%;
  padding-left: 25px;
}
.visitleft .paragraph__sect:before,
.location__right .paragraph__sect:before {
  height: 100%;
}
.visitright {
  flex: 0 0 42%;
  position: relative;
}
.visitright .bottomimage {
  position: absolute;
  left: -115px;
  bottom: -60px;
  max-width: 450px;
}
.visitsect .viewsect {
  margin-top: 70px;
}
.visitsect .viewsect a:first-child {
  margin-left: 0px;
}
.visitsect .viewsect a {
  margin: 25px 13px 0px 13px;
}
.visitsect .leftshape {
  bottom: -80px;
  top: inherit;
}
.location__sect {
  margin-top: 160px;
}
.location__row {
  margin-top: 80px;
  justify-content: center;
  gap: 5%;
}
.location__row:nth-child(odd) {
  flex-direction: row-reverse;
}
.location__row:nth-child(odd) .locationmap {
  float: left;
}
/* .location__left {flex: 0 0 42%;} */
/* .location__right {flex: 0 0 51%;} */
/* .location__right .paragraph__sect {max-width: 88%; padding-left: 25px;} */
.location__right .bgbutton {
  margin-top: 20px;
}
.locationmap {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  float: right;
}
.home .acf-map {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.twocolumn {
  background: #343346;
}
.twocolumn .flex {
  align-items: inherit;
}
.twocolumn .column__left,
.twocolumn .column__right {
  flex: 0 0 50%;
  position: relative;
}
/*.twocolumn .column__right {background-size: contain; }*/
.twocolumn .column__left .rightshape {
  top: inherit;
  bottom: -10px;
}
.column__left .column__inner {
  padding: 60px 120px;
}
.column__left .column__inner p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding-left: 50px;
}
.column__left .column__inner p:first-child {
  margin-bottom: 0px;
  padding-left: 0px;
}
.column__left .column__inner .brdrbtn {
  margin-left: 40px;
  background: transparent;
}
.column__left .column__inner .brdrbtn:hover {
  background: #78bcb2;
}
.instagram__sect {
  padding: 50px 0px 0px 0px;
}
.footer__sect {
  background: #fafafa;
  padding: 70px 0px 0px 0px;
}
.footer__sect .container__inner {
  z-index: 9;
}
.footer__middle {
  margin: 20px 0px;
}
.footer__menu {
  width: 16%;
}
.footer__info {
  width: 27%;
}
.about__menu {
  width: 12%;
}
.contact__menu {
  width: 14%;
}
.footer__sect h3 {
  font-family: 'RubikSemiBold';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #312c59;
}
.footer__menu p {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #343346;
  list-style: none;
  margin-bottom: 10px;
}
.footer__menu ul li,
.footer__menu ul li a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #343346;
  list-style: none;
  margin-bottom: 10px;
}
.footer__menu ul li a:hover,
.footer__menu ul li.current-menu-item a,
.copyright a:hover {
  color: #78bcb2;
}
.copyright {
  background: #fff;
  padding: 15px 0px 10px 0px;
}
.copyright p,
.copyright a,
.copyright span {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1919;
  mix-blend-mode: normal;
  opacity: 0.6;
  margin-bottom: 0px;
}
.copyright span {
  margin: 0 5px;
}
.newsletter__sect {
  flex: 0 0 50%;
}
.newsletter__sect h3 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 44px;
  color: #312c59;
  position: relative;
  padding-left: 105px;
  margin-bottom: 35px;
}
.newsletter__sect h3:before {
  content: url('../images/newsletter-icon.svg');
  position: absolute;
  top: 0;
  left: 0;
}
.gfield_label {
  display: none !important;
}
.newsletter__sect .gform_wrapper input[type='text'] {
  background: #ffffff;
  border: 2px solid #8cd1c9 !important;
  border-radius: 6px !important;
  width: 100% !important;
}
.newsletter__sect .gform_wrapper .gform_button {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 16px 28px 15px 28px !important;
  background: #8cd1c9;
  border: 2px solid #8cd1c9;
  border-radius: 6px;
  font-family: FuturaPT, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.01539px;
  text-transform: uppercase;
  color: #ffffff;
}
.newsletter__sect .gform_validation_error .gform_button {
  top: 19px;
}
.newsletter__sect .gform_wrapper .gform_button:hover {
  background: #312c59;
  border: 2px solid #312c59;
  color: #fff;
}
.newsletter__sect .gform_wrapper form {
  position: relative;
}
.contact__menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.contact__menu ul li svg:hover {
  fill: #8cd1c9;
}
.inner__sect {
  height: 350px;
  text-align: left;
}
.inner__sect .container__inner {
  margin-left: 75px;
}
.inner__sect .inner__left {
  position: relative;
  z-index: 99;
  width: 38%;
  display: inline-block;
}
.inner__sect .inner__right {
  width: 62%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner__inner {
  background: #fbece7;
  display: flex;
  height: 100%;
}
.innershape {
  position: absolute;
  right: -158px;
  top: 1px;
}
.inner__sect .tbl,
.inner__sect h1 {
  text-align: left;
}
.inner__sect h1 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 44px;
  color: #312c59;
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
  text-transform: inherit;
}
.aboutmdl {
  padding-top: 12px;
}
.aboutmdl .container__inner > .flex {
  padding-top: 50px;
}
.breadcrums {
  margin-bottom: 30px;
}
.breadcrums ul li,
.breadcrums ul li a {
  list-style: none;
  display: inline-block;
  font-family: 'RubikRegular';
  font-style: normal;
  font-weight: normal;
  font-size: 13px !important;
  line-height: 15px;
  color: #464752;
  mix-blend-mode: normal;
  opacity: 0.8;
  padding-right: 5px;
  padding-left: 0px !important;
}
.breadcrums ul li:before {
  content: none !important;
}
.breadcrums ul li a {
  color: rgba(70, 71, 82, 0.5);
  position: relative;
}
.breadcrums ul li a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 2px 0px 0px 12px;
  vertical-align: middle;
  border: solid #464752;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg);
  vertical-align: top;
}
.breadcrums ul li a:hover {
  color: rgba(70, 71, 82, 1);
}
.aboutmdl .flex ul li,
.paragraph__sect ul li,
.pagesect ul li {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  list-style: none;
  color: #464752;
  position: relative;
  padding-left: 25px;
}
.aboutmdl .flex ul li:before,
.paragraph__sect ul li:before,
.pagesect ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1.024px solid #8cd1c9;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.aboutmdl .about__left {
  flex: 0 0 44%;
  position: relative;
}
.aboutmdl .about__left .bottomimage {
  position: absolute;
  right: -50px;
  bottom: -100px;
  max-width: 475px;
}
.aboutmdl .about__right {
  flex: 0 0 46%;
}
.aboutmdl .about__right h2 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 44px;
  color: rgba(49, 44, 89, 0.537068);
  position: relative;
  padding-left: 35px;
  margin-bottom: 65px;
}
.aboutmdl .about__right h2:before {
  content: '';
  position: absolute;
  border: 3px solid #edebff;
  top: 0px;
  left: 0;
  height: 150px;
  transform: rotate(180deg);
  background: #edebff;
}
.about__section {
  padding: 90px 0px;
}
.about__section .leftshape {
  top: -120px;
}
.about__logos .flex {
  justify-content: center;
}
.about__logo {
  align-self: center;
  margin: 2rem;
}
.about__logo img {
  max-width: 16rem;
  max-height: 8rem;
}
.about__list img {
  max-width: 8rem;
  max-height: 8rem;
}
.about__list h3 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #464752;
  margin: 20px 0px 10px 0px;
}
.about__list p {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #464752;
}
.about__section .container,
.aboutmdl .container {
  z-index: 9;
}
.video__sect {
  max-width: 73%;
  margin: 0px auto;
}
.facilities__sect {
  background: #fafafa;
  padding: 80px 0px 50px 0px;
}
.gallery__sect {
  margin-top: 70px;
  text-align: center;
}
.mobilever {
  display: none !important;
}
.commonslider .item .galleryimg {
  height: 430px;
  opacity: 0.2;
  margin-bottom: 20px;
}
.commonslider .owl-item.active .item .galleryimg {
  opacity: 1;
}
.commonslider .owl-nav {
  position: absolute;
  top: 29%;
  left: 0;
  font-size: 0px;
  width: 100%;
}
.commonslider .owl-prev {
  width: 131px;
  height: 63px;
  background-color: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 10px solid gray;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  border: none;
  transform: rotate(90deg);
  left: -34px;
  position: absolute;
  top: 31px;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.commonslider .owl-prev:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(42deg);
  right: 50px;
  top: 20px;
}
.commonslider .owl-next {
  width: 131px;
  height: 63px;
  background-color: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 10px solid gray;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  border: none;
  transform: rotate(-90deg);
  right: -34px;
  position: absolute;
  top: 31px;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.commonslider .owl-next:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(42deg);
  right: 57px;
  top: 20px;
}
.commonslider .owl-prev:hover,
.commonslider .owl-next:hover {
  background: #8cd1c9;
}
.support__sect {
  padding: 70px 0px 60px 0px;
}
.support__sect .flex {
  margin-top: 85px;
}
.twocolumn h2 {
  color: #edebff;
}
.page-template-about .twocolumn p,
.page-template-about .brdrbtn {
  padding-left: 0px;
  margin-left: 0px !important;
}
.video__sect .wp-video {
  width: 100% !important;
}
.servicemdllist .about__right {
  flex: 0 0 39%;
}
.servicelist {
  background: #ffffff;
  border: 0.5px solid #f0f0f0;
  box-shadow: 0px 2px 4px rgba(48, 44, 88, 0.0940048);
  border-radius: 15.6px;
  padding: 17px 30px;
  margin-bottom: 25px;
}
.servicelist span {
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #464752;
  text-transform: uppercase;
}
.servicelist h3 {
  margin-bottom: 0px;
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #464752;
}
.servicelist .list__left a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.01539px;
  text-transform: uppercase;
  color: #8cd1c9;
}
.servicelist .list__left a:hover {
  color: #312c59;
}
.service__head img {
  display: inline-block;
  height: 40px;
}
.service__head span {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  padding-left: 5px;
}
.servicemdl {
  padding: 20px 0px 40px 0px;
}
.servicemdl .serviceflex {
  margin-top: 55px;
}
.service__info {
  margin-bottom: 10px;
}
.service__info img {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}
.service__info span {
  display: inline-block;
  width: auto;
  padding-left: 5px;
  margin-bottom: 0px;
}
.service__video {
  margin: 100px auto 0px auto;
}
.service__column {
  padding: 0px;
}
.service__column .service__inner {
  padding: 80px 0px;
}
.service__column .service__inner:nth-child(odd) {
  background: #fafafa;
}
.service__column .service__inner:last-child {
  margin-bottom: 0px;
}
.service__column .serviceimg {
  flex: 0 0 33%;
}
.service__column .service__content {
  flex: 0 0 64%;
}
.flex__column .serviceimg {
  order: 2;
}
.flex__column .service__content {
  order: 1;
}
.service__column .service__content h3 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #464752;
  margin-bottom: 8px;
}
.service__column .service__content ul li {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  list-style: none;
  color: rgba(70, 71, 82, 0.851945);
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
.service__column .service__content ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1.024px solid #8cd1c9;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.service__faqs {
  background: #fff;
  padding: 80px 0px;
}
.service__faqs .container__inner {
  max-width: 65%;
}
.faq__list {
  margin-top: 50px;
}
.faq__list .faq__item {
  border-bottom: 1px solid rgba(70, 71, 82, 0.129616);
}
.faq__list .faqsec {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #464752;
  position: relative;
  cursor: pointer;
  padding: 20px 25px 20px 0px;
}
.faq__list .faqans {
  display: none;
}
.faq__list .faqans h3,
.faq__list .faqans h2 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #464752;
  position: relative;
  cursor: pointer;
  padding: 25px 25px 25px 0px;
}
.faq__list .faqans p {
  font-size: 16px;
  line-height: 26px;
}
.faq__list .faqans ul {
  margin-bottom: 15px;
}
.faq__list .faqans ul li {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  color: #464752;
  position: relative;
  padding-left: 25px;
}
.faq__list .faqans ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1.024px solid #8cd1c9;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.faq__list .faqsec:after {
  content: url('../images/plus.svg');
  position: absolute;
  right: 0;
  top: 25px;
  width: 20px;
  height: 18px;
}
.faq__list .faqsec.open:after {
  content: url('../images/minus.svg');
  position: absolute;
  right: 0;
  top: 18px;
  width: 20px;
  height: 1px;
}
.teammdl .container,
.teamlisting .container,
.teamsingle .container {
  z-index: 9;
}
.teammdl .flex {
  padding: 0px 40px;
}
.teammdl .paragraph__sect:before {
  height: 77px;
}
.teamlisting {
  padding: 10px 0px 80px 0px;
}
.specialists__team {
  padding: 60px 0px;
}
.teamlisting .topshape {
  top: -40px;
}
.teamlisting .bottomshape {
  top: inherit;
  bottom: 0;
}
.teamlisting .container__inner {
  max-width: 83%;
}
.team__bg {
  height: 317px;
  margin: 0px auto 25px auto;
  width: 317px;
  border-radius: 50%;
  border: 5px solid #fff;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.team__bg:hover {
  border: 15px solid #f9eae5;
}
.team__inner h3 {
  margin-bottom: 5px;
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #464752;
}
.team__inner p {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #464752;
}
.teamsingle {
  padding: 25px 0px 100px 0px;
}
.teamsingle .breadcrums {
  margin-bottom: 20px;
} /*
.teamsingle__left {flex: 0 0 26%;max-width: 26%;}*/
.teamcircle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 20px solid #fbf1ed;
}
.teamcircle .teamimg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.teamsngdetails {
  background: #ffffff;
  border: 0.5px solid #f0f0f0;
  box-shadow: 0px 2px 4px rgba(48, 44, 88, 0.0940048);
  border-radius: 15px;
  margin-top: 45px;
  padding: 20px 22px 5px 22px;
}
.teamsngdetails h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.07143px;
  text-transform: uppercase;
  color: #464752;
}
.teamsngdetails ul li,
.teamsngdetails ul li a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #343346;
  list-style: none;
}
.teamsngdetails ul li {
  border-bottom: 1px solid rgba(151, 151, 151, 0.209271);
  padding-bottom: 15px;
  margin: 8px 0px;
}
.teamsngdetails .icontext {
  padding-left: 30px;
}
.cnt__social ul li {
  display: inline-block;
  border: none;
  margin: 0px;
  padding: 0px 5px 0px 0px;
  vertical-align: text-top;
}
.cnt__social ul li:first-child {
  padding-right: 20px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #312c59;
  margin-top: 7px;
}
.cnt__social ul li svg:hover {
  fill: #8cd1c9;
}
.teamsingle__right {
  flex: 0 0 58%;
  padding-right: 100px;
  max-width: 58%;
}
.teamsingle__right h2 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 44px;
  color: #312c59;
  margin-bottom: 5px;
}
.profession {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.07143px;
  text-transform: uppercase;
  color: #464752;
}
.team_specialists {
  background: #fbf1ed;
  border-radius: 5px;
  padding: 15px 22px;
  margin: 25px 0px 30px 0px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  color: #464752;
}
.teamsingle__right .viewall a {
  margin-right: 35px;
}
.teamcnts {
  position: relative;
  padding-left: 30px;
}
.teamcnts:before {
  content: '';
  position: absolute;
  border: 3px solid #edebff;
  top: 0px;
  left: 0;
  height: 77px;
  transform: rotate(180deg);
  background: #edebff;
}
.teamsingle .rightshape {
  bottom: -50px;
  top: inherit;
}
.related__sect {
  background: #fafafa;
  padding-bottom: 60px;
}
.related__left {
  flex: 0 0 25%;
}
.related__left .brdrbtn {
  margin-top: 30px;
}
.related__right {
  flex: 0 0 65%;
}
.blog__sect {
  padding: 25px 0px 50px 0px;
}
.blog__sect .container {
  z-index: 9;
}
.blog__sect h2 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #464752;
  position: relative;
}
.blog__sect h2:after {
  content: '';
  position: absolute;
  border: 2px solid #edebff;
  left: 0;
  width: 100px;
  background: #edebff;
  margin: 0 auto;
  text-align: center;
  right: 0;
  top: 35px;
}
.filters {
  margin-top: 13px;
  text-align: center;
  border-bottom: 1px solid rgba(70, 71, 82, 0.129616);
}
.filters ul li {
  list-style: none;
  display: inline-block;
}
.filters ul li a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: #464752;
  padding: 8px 15px;
  background: #fff;
  border-radius: 16px;
}
.filters ul li a:hover,
.filters ul li a.active {
  background: #fbece7;
}
.blog__listing {
  padding-top: 30px;
}
.blog__listing .flex-inherit {
  border-bottom: 1px solid rgba(70, 71, 82, 0.129616);
  margin-bottom: 25px;
}
.blue__bg .banner__inner {
  background: #e2f8f6;
}
.blue__bg.inner__sect h1 {
  margin-bottom: 10px;
}
.blue__bg.inner__sect .postby {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.07143px;
  text-transform: uppercase;
  color: rgba(49, 44, 89, 0.533545);
}
.blue__bg.inner__sect .bgbutton {
  margin-top: 35px;
  background: #fff;
  color: #8cd1c9;
  text-transform: uppercase;
}
.blue__bg.inner__sect .bgbutton:hover {
  background: #312c59;
  border: 1px solid #312c59;
  color: #fff;
}
.newbg {
  height: 250px;
}
.newdetails {
  margin-top: 15px;
}
.newdetails .flex {
  margin-bottom: 15px;
}
.newdetails .date,
.newdetails .newsdr {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.07143px;
  text-transform: uppercase;
  color: rgba(49, 44, 89, 0.533545);
}
.newdetails h3 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #464752;
  margin: 20px 0px 0px 0px;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.newterms {
  margin: 15px 20px 0px 20px;
  background: #fbece7;
  border-radius: 16px;
  display: inline-block;
}
.newterms ul li {
  list-style: none;
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: #464752;
  padding: 11px 15px 9px 15px;
}
.news__inner:hover .newdetails h3 {
  color: #78bcb2;
}
.blogpagi {
  text-align: center;
}
.blogpagi .page-numbers {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464752;
  mix-blend-mode: normal;
  opacity: 0.4;
  margin: 0px 5px;
  border-bottom: 4px solid #fff;
}
.blogpagi .page-numbers.current,
.blogpagi .page-numbers:hover {
  color: #464752;
  opacity: 1;
  border-bottom: 4px solid #e3dffd;
}
.blogpagi .prev {
  float: left;
  position: relative;
  padding: 0px 0px 0px 25px;
}
.blogpagi .prev:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #e3dffd;
  border-left: 3px solid #e3dffd;
  position: absolute;
  top: 4px;
  left: 0px;
  transform: rotate(-45deg);
}
.blogpagi .next {
  float: right;
  position: relative;
  padding: 0px 25px 0px 0px;
}
.blogpagi .next:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #e3dffd;
  border-left: 3px solid #e3dffd;
  position: absolute;
  top: 4px;
  right: 0px;
  transform: rotate(135deg);
}
.blogpagi .next.page-numbers:hover,
.blogpagi .prev.page-numbers:hover {
  border-bottom: none;
}
.blogsingle {
  padding: 40px 0px 60px 0px;
}
.blogsingle .container {
  z-index: 9;
}
.blogsingle .flex__top {
  border-bottom: 2px solid rgba(70, 71, 82, 0.129616);
  padding: 15px 0px;
}
.blogsingle .sngflexinner {
  flex: 0 0 20%;
}
.blogsingle .single__right.sngflexinner {
  flex: 0 0 30%;
}
.blogsingle .newterms {
  margin-top: 0px;
  text-align: center;
}
.blogsingle .flex__top ul li {
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}
.blogsingle .flex__top a,
.blogsingle .flex__top ul li {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.07143px;
  color: rgba(49, 44, 89, 0.533545);
}
.blogsingle .single__right ul li {
  padding: 0px 30px 0px 50px;
  border-left: 2px solid rgba(70, 71, 82, 0.129616);
}
.blogsingle .single__right ul li:first-child {
  border: none;
}
.blogsingle .single__right ul li:last-child {
  padding-right: 0px;
}
.blogsingle a.sngflexinner {
  text-decoration: underline;
  flex: 0 0 28%;
}
.blogsingle a:hover {
  color: #dcdae8;
}
.blogsingle .newterms ul li {
  font-size: 12px;
  line-height: 14px;
  padding: 10px 15px 8px 15px;
}
.bloginfo {
  max-width: 70%;
  margin: 30px auto 0px auto;
}
.bloginfo h1 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 44px;
  text-align: center;
  color: #312c59;
}
.bloginfo .infoinner {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.bloginfo .infoinner p {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #464752;
  mix-blend-mode: normal;
  opacity: 0.6;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
.bloginfo .infoinner p:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100px;
  background: #edebff;
  margin: 0 auto;
  text-align: center;
  right: 0;
  bottom: 0;
  height: 3px;
}
.blogsingle .leftshape img,
.blog__sect .leftshape img,
.about__section .leftshape img {
  mix-blend-mode: normal;
  opacity: 0.2;
}
.bloginfo h2,
.bloginfo h3 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #464752;
  margin: 40px 0px 20px 0px;
}
.bloginfo ul li {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  list-style: none;
  color: #464752;
  mix-blend-mode: normal;
  opacity: 0.8;
  position: relative;
  padding-left: 25px;
}
.bloginfo ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1.024px solid #8cd1c9;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.bloginfo img {
  margin: 20px auto;
}
.quotecnt {
  margin: 25px 0px;
}
.quotecnt p {
  font-size: 30px;
  line-height: 39px;
  color: #8cd1c9;
}
.author__sect {
  background: #fbf1ed;
  margin-top: 60px;
  padding: 30px 100px;
}
.author__left {
  flex: 0 0 47%;
}
.author__right {
  flex: 1;
  text-align: center;
}
.author__img {
  display: table-cell;
  vertical-align: middle;
  width: 136px;
  height: 136px;
  border-radius: 50%;
}
.author__img .bgproperty {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.author__info {
  display: table-cell;
  vertical-align: middle;
  margin-left: 50px;
  padding-left: 35px;
}
.author__info span {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #464752;
}
.author__info h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #464752;
  margin: 2px 0px 10px 0px;
}
.author__info p,
.author__info a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464752;
  margin-bottom: 12px;
}
.author__info a {
  text-decoration: underline;
}
.author__right .categories ul li {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.07143px;
  color: #464752;
  list-style: none;
  display: inline-block;
}
.sharethis {
  margin-top: 25px;
}
.sharethis ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px 20px 0px;
  vertical-align: middle;
}
.sharethis ul li a {
  display: block;
  padding: 4px 15px 4px 8px;
  background-color: #a7b8b5;
}
.sharethis .shareimg {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
}
.sharethis ul li.fb a {
  color: #3c5997;
  background: #3c5997;
  border-radius: 18px;
}
.sharethis ul li.twitt a {
  color: #05abee;
  background: #05abee;
  border-radius: 18px;
}
.sharethis ul li.email a {
  color: #d46b78;
  background: #d46b78;
  border-radius: 18px;
}
.sharethis p {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0px 0px 2px;
  font-family: 'RubikRegular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.sharethis ul li a:hover {
  background-color: #8cd1c9;
}
.singlebtm {
  margin-top: 50px;
}
.singlebtm a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.07143px;
  color: rgba(49, 44, 89, 0.533545);
}
.singlebtm a.backbtn {
  text-decoration: underline;
}
.cntmdlsct .breadcrums {
  margin-bottom: 60px;
}
.cntmdlsct .paragraph__sect {
  max-width: 100%;
}
.cntmdlsct .additional-content {
  padding: 20px;
  background: #fafafa;
  border-radius: 5px;
  margin-top: 20px;
}
.cntmdlsct .additional-content {
  display: none;
}
.cntmdlsct .additional-content.active {
  display: block;
}
.cntmdlsct .contact__info ul {
  margin: 35px 0px 40px 0px;
}
.cntmdlsct .contact__info ul li,
.cntmdlsct .contact__info ul li a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #343346;
  list-style: none;
  margin-bottom: 10px;
}
/* .cntmdlsct .contact__info ul li {margin: 20px 0 0 0;} */
.cntmdlsct .contact__info ul li p {
  margin: 0;
}
.cntmdlsct ul li {
  padding: 0px 16px 0px 0px !important;
}
.cntmdlsct ul li:before {
  content: none !important;
}
.cntmdlsct h3 {
  font-family: 'RubikMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #464752;
  margin-bottom: 15px;
}
.cntmdlsct .contact__info p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.iconimg {
  display: table-cell;
  vertical-align: top;
}
.iconimg .fa {
  background: #e2f8f6;
  padding: 9px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
}
.icontext {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.cntaddrs .iconimg .fa {
  padding: 9px 12px;
}
.cntcall .iconimg .fa {
  padding: 9px 10px;
}
.icontext a:hover {
  color: #8cd1c9 !important;
}
.icontext p a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.icontext span {
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px !important;
  line-height: 14px;
  display: block;
  letter-spacing: 1.01539px;
  text-transform: uppercase;
  color: #8cd1c9;
}
.mapsection .acf-map {
  width: 100%;
  height: 430px;
}
.cntmdlsct .about__left {
  flex: 0 0 42%;
  position: relative;
}
.cntmdlsct .about__right {
  flex: 0 0 51%;
}
.cntright__inner {
  padding: 50px 50px 10px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.105554);
  border-radius: 20px;
}
.cntright__inner h3 {
  margin-bottom: 0px !important;
}
.cntright__inner .gform_wrapper ul li.gfield {
  margin-top: 5px !important;
}
.cntright__inner .gform_wrapper select {
  color: rgba(70, 71, 82, 0.5);
  padding: 6px 20px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.cntright__inner .ginput_container_textarea {
  margin-top: 18px !important;
}
.cntright__inner .gform_wrapper .ginput_container_select {
  position: relative;
}
.cntright__inner .gform_wrapper .ginput_container_select:after {
  right: 25px;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid rgba(70, 71, 82, 0.5);
  border-bottom: 7px solid transparent;
  position: absolute;
  transform: rotate(90deg);
  top: 18px;
}
.cntright__inner .gform_wrapper select::-ms-expand {
  display: none;
}
.cntright__inner .gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
}
.cntright__inner .gform_wrapper input[type='submit'] {
  font-family: futura-pt, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-align: center;
  letter-spacing: 1.01539px;
  color: #fff !important;
  background: #78bcb2;
  border: 1px solid #78bcb2;
  border-radius: 6px;
  display: inline-block !important;
  margin: 0px !important;
  padding: 13px 18px !important;
  min-width: 121px;
  height: auto !important;
}
.cntright__inner .gform_wrapper input[type='submit']:hover {
  background: #312c59;
  border: 1px solid #312c59;
  color: #fff !important;
}
.page-template-service-specialist .instagram__sect {
  padding: 0px;
}
#sb_instagram {
  margin-top: 60px;
}
.specialists_shape {
  top: 300px;
}
.searchoverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(32, 32, 32, 0.8);
  z-index: 999999;
}
::-webkit-scrollbar {
  display: none;
}
.searchoverlay .flex-row {
  display: flex;
  align-items: center;
}
.searchoverlay .close {
  position: absolute;
  right: 5rem;
  top: 5rem;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 1;
}
.searchoverlay .close:before,
.searchoverlay .close:after {
  position: absolute;
  left: 22px;
  top: -2px;
  content: ' ';
  height: 50px;
  width: 2px;
  background-color: white;
}
.searchoverlay .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchoverlay .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.searchoverlay form {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.searchoverlay input {
  margin: 0;
  padding: 0 1rem;
  letter-spacing: 0.2rem;
  border: none;
  background: none;
  outline: none;
  font-size: 40px;
  color: white;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
}
/* clears the 'X' from Internet Explorer */
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.searchoverlay input::-webkit-input-placeholder {
  color: white;
}
.searchoverlay input::-moz-placeholder {
  color: white;
}
.searchoverlay input:-ms-input-placeholder {
  color: white;
}
.searchoverlay input:-moz-placeholder {
  color: white;
}
.searchoverlay button {
  padding: 1rem 3rem;
  background: transparent !important;
  border: none;
  color: white;
  font-size: 40px;
  border: none !important;
  outline: none !important;
  margin-top: -8px;
}
.searchoverlay button::before {
  height: 30px;
  width: 30px;
  content: '';
  position: absolute;
  border-radius: 2rem;
  border: 2px solid white;
  display: block;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.searchoverlay button::after {
  height: 2px;
  width: 20px;
  content: '';
  position: absolute;
  background-color: white;
  -webkit-transform: translate(7px, 17px) rotate(45deg);
  transform: translate(7px, 17px) rotate(45deg);
  display: block;
}
.searchoverlay.active {
  display: block;
  opacity: 1;
}
.error__sect h1,
.error__sect .bgbutton {
  margin: 10px 0px;
}
.pagesect {
  padding: 25px 0px 50px 0px;
}
.pagesect .faq__list {
  margin: 0 auto;
  max-width: 60%;
}
.search__inners {
  margin-bottom: 25px;
}
.searchsect .blogpagi {
  margin-top: 25px;
}
.search__inners a {
  color: #312c59;
}
.search__inners a:hover {
  color: #8cd1c9;
}
.search .inner__sect .container__inner {
  margin: 0px auto;
}
.search .inner__sect .banner__inner {
  display: inherit;
}
.search .inner__sect .tbl,
.search .inner__sect h1 {
  text-align: center;
}
.related__right .news__inner {
  margin: 0px 70px 40px 0;
  width: -webkit-calc((100% - 70px)/2);
  width: -moz-calc((100% - 70px)/2);
  width: calc((100% - 70px) / 2);
  overflow: hidden;
  position: relative;
}
.related__right .news__inner:nth-child(2n) {
  margin-right: 0px;
}
.responsive__menu .phone:before {
  content: url('../images/call.svg');
  position: absolute;
  left: 6px;
  top: 10px;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 1025px) {
  .about__list {
    margin: 0px 170px 60px 0;
    width: -webkit-calc((100% - (170px * 2))/3);
    width: -moz-calc((100% - (170px * 2))/3);
    width: calc((100% - (170px * 2)) / 3);
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .support__inner {
    margin: 0px 87px 20px 0;
    width: -webkit-calc((100% - (87px * 4))/5);
    width: -moz-calc((100% - (87px * 4))/5);
    width: calc((100% - (87px * 4)) / 5);
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .news__inner {
    margin: 0px 70px 50px 0;
    width: -webkit-calc((100% - (70px * 2))/3);
    width: -moz-calc((100% - (70px * 2))/3);
    width: calc((100% - (70px * 2)) / 3);
    overflow: hidden;
    position: relative;
  }
  .team__inner {
    margin: 0px 97px 60px 0;
    width: -webkit-calc((100% - (97px * 2))/3);
    width: -moz-calc((100% - (97px * 2))/3);
    width: calc((100% - (97px * 2)) / 3);
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .about__list:nth-child(3n),
  .support__inner:nth-child(5n),
  .news__inner:nth-child(3n),
  .team__inner:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 1400px) {
  /* header:not(.header__new).nav li a {padding: 14px 10px;} */
  .teamlisting .container__inner {
    max-width: 100%;
  }
  .author__right {
    flex: 0 0 38%;
  }
}
@media (max-width: 1300px) {
  /* header:not(.header__new).nav li a {padding: 14px 5px;} */
  .nav li.menubtn a {
    min-width: 100px;
    padding: 10px !important;
  }
  .commonslider .item .galleryimg {
    height: 400px;
  }
  .teamsingle__right {
    padding-right: 0px;
  }
  .author__right {
    flex: 0 0 35%;
  }
  .location__right {
    flex: 0 0 48%;
  }
  .locationmap {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .container__inner {
    max-width: 100% !important;
  }
  .homemdl .container__inner {
    max-width: 70% !important;
  }
  .paddingtop {
    padding: 50px 0px;
  }
  .specialists__sect .leftshape {
    top: 0px;
  }
  .location__sect {
    margin-top: 100px;
  }
  .visitsect .viewsect {
    margin-top: 0px;
  }
  .location__right .bgbutton {
    margin-top: 20px;
  }
  .footer__sect,
  .instagram__sect {
    padding-bottom: 0px;
  }
  .column__left .column__inner {
    padding: 60px;
  }
  .deskver {
    display: none !important;
  }
  .mobilever {
    display: block !important;
  }
  .aboutmdl {
    padding: 15px 0px 100px 0px !important;
  }
  .servicemdl,
  .pagesect {
    padding: 20px 0px 40px 0px !important;
  }
  .mobilegalleryslider .owl-dots {
    display: none !important;
  }
  .team__inner {
    margin: 0px 30px 45px 0;
    width: -webkit-calc((100% - (30px * 2))/3);
    width: -moz-calc((100% - (30px * 2))/3);
    width: calc((100% - (30px * 2)) / 3);
  }
  .team__inner:nth-child(3n) {
    margin-right: 0px;
  }
  .teammdl .flex {
    padding-left: 0px;
  }
  .teammdl.common__sect .common__right {
    flex: 0 0 100%;
  }
  .teamsingle {
    padding: 15px 0px 60px 0px !important;
  }
  .news__inner {
    margin: 0px 40px 50px 0;
    width: -webkit-calc((100% - (40px * 2))/3);
    width: -moz-calc((100% - (40px * 2))/3);
    width: calc((100% - (40px * 2)) / 3);
  }
  .news__inner:nth-child(3n) {
    margin-right: 0px;
  }
  .bloginfo {
    max-width: 100%;
  }
  .servicemdllist .about__right {
    flex: 0 0 46%;
  }
  .service__video {
    margin-top: 0px;
  }
  .service__column .service__inner {
    padding: 50px 0px 30px 0px;
  }
  .service__faqs {
    padding-top: 0px;
  }
  .breadcrums {
    margin-bottom: 30px !important;
  }
  .location__right .paragraph__sect {
    max-width: 100%;
  }
  .servicemdl .serviceflex {
    margin-top: 25px;
  }
}
@media (max-width: 1100px) {
  /* header:not(.header__new) .nav li.menubtn {display: none;} */
  /* header:not(.header__new) .nav li a {font-size: 14px;padding: 14px 10px;} */
  .aboutmdl {
    padding: 15px 0px 90px 0px !important;
  }
  .aboutmdl .about__right h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .slider__section {
    height: 400px;
  }
  .slider__section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .slider__section h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .slider__section .bgbutton {
    margin-top: 20px;
  }
  .common__sect h2,
  .newsletter__sect h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .homemdl .brdrbtn {
    margin: 30px 0px 0px 0px;
  }
  .visitleft h2 {
    margin-bottom: 20px;
  }
  .visitleft .paragraph__sect {
    max-width: 100%;
  }
  .location__left,
  .location__right {
    flex: 0 0 48%;
  }
  #sb_instagram {
    margin-top: 30px;
  }
  .inner__sect {
    height: 350px;
  }
  .about__list {
    margin: 0px 60px 30px 0;
    width: -webkit-calc((100% - 60px)/2);
    width: -moz-calc((100% - 60px)/2);
    width: calc((100% - 60px) / 2);
  }
  .about__list:nth-child(2n),
  .support__inner:nth-child(5n) {
    margin-right: 0px;
  }
  .about__list:nth-child(2n + 1) {
    margin-right: 60px;
  }
  .aboutmdl {
    padding: 15px 0px 0px 0px !important;
  }
  .aboutmdl .about__left .bottomimage {
    position: inherit;
    left: 0;
    right: auto;
    bottom: inherit;
    margin-top: 30px;
  }
  .video__sect {
    max-width: 100%;
  }
  .support__inner {
    margin: 0px 30px 20px 0;
    width: -webkit-calc((100% - (30px * 4))/5);
    width: -moz-calc((100% - (30px * 4))/5);
    width: calc((100% - (30px * 4)) / 5);
  }
  .support__sect .flex {
    margin-top: 50px;
  }
  .support__sect {
    padding-bottom: 0px !important;
  }
  .team__bg {
    width: 300px;
    height: 300px;
  }
  .bloginfo .infoinner p {
    max-width: 100%;
  }
  .servicemdllist,
  .cntmdlsct {
    padding: 15px 0px 40px 0px !important;
  }
  .homemdl .paragraph__sect {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .service__list {
    width: calc(100% / 3 - 55px);
  }
  .service__list:nth-child(4n) {
    margin-right: 35px;
  }
  .service__list:nth-child(3n) {
    margin-right: 0px;
  }
  .sect1 {
    left: 0px;
  }
  .sect2 {
    right: 0px;
  }
  .specialists__sect .leftshape {
    display: none;
  }
  .specialists__sect .common__heading .leftshape {
    display: block;
  }
  .specialists__sect .common__heading {
    top: 46%;
  }
  .visitright {
    flex: 0 0 100%;
    order: 1;
  }
  .visitleft {
    flex: 0 0 100%;
    order: 2;
    margin-top: 110px;
  }
  .visitright .bottomimage {
    left: 0px;
  }
  .location__left,
  .location__right {
    flex: 0 0 100%;
  }
  .location__right {
    margin-top: 45px;
  }
  .location__right .paragraph__sect {
    max-width: 100%;
  }
  .column__left .column__inner {
    padding: 40px 20px;
  }
  .newsletter__sect h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .location__sect {
    margin-top: 50px;
  }
  .service__list {
    width: calc(100% / 3 - 24px);
  }
  .aboutmdl .about__right {
    flex: 0 0 50%;
  }
  .aboutmdl .about__right h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .inner__sect .container__inner {
    margin-left: 0px;
  }
  .inner__sect {
    height: 350px !important;
  }
  .aboutmdl .about__left {
    flex: 0 0 100%;
  }
  .aboutmdl .about__right {
    flex: 0 0 100%;
    margin-top: 50px;
  }
  .aboutmdl .about__left .bottomimage {
    text-align: center;
    margin: 30px auto 0px auto;
  }
  .aboutmdl .about__left .topimage {
    text-align: center;
  }
  .aboutmdl .about__right h2:before {
    height: 90px;
  }
  .team__inner {
    width: -webkit-calc((100% - 25px)/2);
    width: -moz-calc((100% - 25px)/2);
    width: calc((100% - 25px) / 2);
  }
  .team__inner:nth-child(2n) {
    margin-right: 0px;
  }
  .team__inner:nth-child(2n + 1) {
    margin-right: 25px;
  }
  .team__bg {
    width: 280px;
    height: 280px;
  }
  .teamlisting .topshape,
  .teamlisting .bottomshape,
  .leftshape,
  .rightshape {
    display: none;
  }
  .teamsingle__right {
    flex: 0 0 50%;
  }
  .teamsingle__right .viewall a {
    margin-right: 15px;
  }
  .related__left {
    flex: 0 0 100%;
    text-align: center;
  }
  .related__right {
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .related__sect {
    padding-bottom: 80px !important;
  }
  .related__left .brdrbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 130px;
    margin: -63px auto;
  }
  .news__inner {
    margin: 0px 30px 50px 0;
    width: -webkit-calc((100% - 30px)/2);
    width: -moz-calc((100% - 30px)/2);
    width: calc((100% - 30px) / 2);
  }
  .news__inner:nth-child(2n) {
    margin-right: 0px;
  }
  .news__inner:nth-child(2n + 1) {
    margin-right: 30px;
  }
  .author__sect {
    padding: 50px 50px 35px 50px;
  }
  .author__left {
    flex: 0 0 100%;
  }
  .author__right {
    flex: 0 0 100%;
    margin-top: 35px;
  }
  .blogsingle .sngflexinner {
    flex: 0 0 30%;
  }
  .blogsingle .single__right ul li {
    border-left: none;
    padding: 0px;
  }
  .blogsingle .flex__top {
    display: block;
    text-align: center;
  }
  .blogsingle .single__right.sngflexinner {
    display: inline-block;
  }
  .pagesect .faq__list {
    max-width: 100%;
  }
  .service__column .serviceimg {
    flex: 0 0 100%;
  }
  .service__column .service__content {
    flex: 0 0 100%;
    margin-top: 50px;
  }
  .flex__column .serviceimg {
    order: 1;
  }
  .cntmdlsct .contact__info {
    margin: 0px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .header__section {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .slider__section {
    height: 400px;
  }
  .home__services .flex {
    margin-top: 35px;
  }
  .viewsect {
    margin-top: 0px;
  }
  .specialists__sect {
    height: auto;
    padding-bottom: 25px;
  }
  .specialists__sect .common__heading {
    position: inherit;
    margin-bottom: 30px;
    width: 100%;
  }
  .specialists__sect .common__heading .leftshape {
    display: none;
  }
  .sect1,
  .sect2,
  .sect3,
  .sect4,
  .sect5 {
    position: inherit;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    margin-bottom: 35px;
    text-align: center;
  }
  .specialists__inner h3,
  .specialists__inner p {
    text-align: center;
  }
  .homemdl .container__inner {
    max-width: 90% !important;
  }
  .contact__menu {
    width: 16%;
  }
  .newsletter__sect {
    flex: 0 0 62%;
  }
  .footer__middle {
    margin: 0px;
  }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 25%;
  }
  .searchoverlay input {
    font-size: 24px;
  }
  .searchoverlay .close {
    top: 1rem;
    right: 1rem;
  }
  .teamsingle__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .teamsingle__right {
    flex: 0 0 100%;
    margin-top: 50px;
    max-width: 100%;
  }
  .teamcircle {
    margin: 0 auto;
  }
  .related__right .news__inner {
    margin: 0px 40px 40px 0;
    width: -webkit-calc((100% - 40px)/2);
    width: -moz-calc((100% - 40px)/2);
    width: calc((100% - 40px) / 2);
  }
  .author__sect {
    margin-top: 30px;
  }
  .banner__inner .inner__right {
    display: none;
  }
  .inner__sect {
    height: 260px !important;
  }
  .inner__sect .inner__left {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .inner__sect .tbl,
  .inner__sect h1 {
    text-align: center;
  }
  .inner__sect .inner__right {
    width: 100%;
  }
  .innershape {
    display: none;
  }
  .servicemdl.common__sect .common__left {
    flex: 0 0 100%;
    text-align: center;
  }
  .servicemdl.common__sect .common__right {
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .mapsection .acf-map {
    height: 300px;
  }
  .cntright__inner {
    padding: 30px 30px 10px;
  }
  .cntmdlsct ul li {
    padding: 0px !important;
  }
  .twocolumn .column__right {
    flex: 0 0 100%;
    order: 1;
    height: 350px;
  }
  .twocolumn .column__left {
    flex: 0 0 100%;
    order: 2;
    margin-top: 0px;
  }
  .servicelist {
    flex-direction: column;
    text-align: center;
  }
  .serviceflex .paragraph__sect figure {
    width: 100% !important;
  }
  .teamlisting {
    padding: 10px 0px 40px 0px !important;
  }
}
@media screen and (max-width: 640px) {
  #wpadminbar {
    position: fixed;
  }
  .homemdl .container__inner {
    max-width: 100% !important;
  }
  .support__inner {
    margin: 0px 30px 40px 0;
    width: -webkit-calc((100% - (30px * 2))/3);
    width: -moz-calc((100% - (30px * 2))/2);
    width: calc((100% - (30px * 2)) / 3);
  }
  .support__inner:nth-child(3n) {
    margin-right: 0px;
  }
  .support__inner:nth-child(5n),
  .support__inner:nth-child(3n + 1) {
    margin-right: 30px;
  }
  .service__list {
    width: calc(100% / 2 - 24px);
  }
  .service__list:nth-child(2n) {
    margin-right: 0px;
  }
  .service__list:nth-child(2n + 1) {
    margin-right: 35px;
  }
}
@media (max-width: 570px) {
  .admin-bar .responsive__menu .menu__toggle {
    top: 110px;
  }
  .admin-bar .responsive__menu .phone {
    top: 108px;
  }
  .header__cover {
    margin-top: 115px;
  }
  .slider__section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .slider__section h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .common__sect h2,
  .newsletter__sect h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .footer__menu {
    width: 45%;
    margin-bottom: 25px;
  }
  .newsletter__sect .gform_wrapper .gform_button {
    position: inherit;
  }
  .twocolumn .column__right {
    height: 250px;
  }
  .item .galleryimg {
    height: 350px;
  }
  .common__sect .common__left,
  .common__sect .common__right {
    flex: 0 0 100%;
    text-align: center;
  }
  .gallery__sect {
    margin-top: 40px;
  }
  .commonslider .item .galleryimg {
    height: 300px;
  }
  .commonslider .owl-nav {
    top: 24%;
  }
  .team__inner {
    width: 100%;
    margin-right: 0px !important;
  }
  .team__inner:last-child {
    margin-bottom: 0;
  }
  .team__bg {
    width: 280px;
    height: 280px;
  }
  .newbg {
    height: 180px;
  }
  .inner__sect {
    height: 250px !important;
  }
  .blogsingle .single__right.sngflexinner {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .slider__section {
    height: 300px;
  }
  .sect1,
  .sect2,
  .sect3,
  .sect4,
  .sect5 {
    margin: 0 auto 35px auto;
    display: block;
  }
  .locationmap {
    width: 300px;
    height: 300px;
  }
  .newsletter__sect {
    flex: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .footer__logo {
    text-align: center;
    margin: 0 auto;
  }
  .homemdl .paragraph__sect {
    max-width: 100%;
  }
  .about__list,
  .service__list,
  .news__inner,
  .related__right .news__inner {
    width: 100%;
    margin-right: 0px !important;
  }
  .viewsect a {
    margin: 25px 5px 0px 5px;
    min-width: 150px;
  }
  .sect1,
  .sect2,
  .sect3,
  .sect4,
  .sect5 {
    width: auto;
  }
  .visitright .bottomimage {
    position: inherit;
    margin-top: 50px;
    bottom: 0px;
  }
  .visitleft {
    margin-top: 50px;
  }
  .column__left .column__inner p {
    padding-left: 0px;
  }
  .column__left .column__inner .brdrbtn {
    margin-left: 0px;
  }
  .top__inner ul li {
    padding: 8px 5px;
  }
  .searchoverlay button {
    padding: 1rem;
  }
  .searchoverlay input {
    padding: 0px 15px 0px 0px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .support__inner {
    width: -webkit-calc((100% - 30px)/2);
    width: -moz-calc((100% - 30px)/2);
    width: calc((100% - 30px) / 2);
  }
  .support__inner:nth-child(2n) {
    margin-right: 0px;
  }
  .support__inner:nth-child(2n + 1) {
    margin-right: 30px;
  }
  .teamsingle__right .viewall {
    text-align: center;
  }
  .newbg {
    height: 250px;
  }
  .blogsingle .newterms {
    margin-top: 15px;
  }
  .author__img {
    display: block;
    margin: 0 auto;
  }
  .author__sect {
    padding: 25px;
  }
  .author__info {
    display: block;
    padding: 0px;
    margin: 25px 0px 0px 0px;
  }
}
@media (max-width: 359px) {
  .slider__section h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .slider__section h2 {
    font-size: 17px;
    line-height: 27px;
  }
  .homemdl .brdrbtn {
    margin: 20px auto 0px;
    text-align: center;
  }
  .viewsect a {
    min-width: 130px;
  }
  .visitsect .viewsect a:first-child {
    margin-left: 0px;
  }
  .visitsect .viewsect a {
    margin: 25px 0px 0px 7px;
  }
  .locationmap {
    width: 250px;
    height: 250px;
  }
  .copyright__left {
    width: 100%;
    text-align: center;
  }
  .top__inner ul li {
    padding: 8px 2px;
  }
  .inner__sect {
    height: 250px !important;
  }
  .teamcircle {
    width: 280px;
    height: 280px;
  }
  .newbg {
    height: 220px;
  }
  .servicelist h3 {
    margin-bottom: 10px;
  }
}

.video__banner {
  height: 50rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__banner:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.video__banner .video__content {
  text-align: center;
  margin: auto;
  z-index: 200;
}
.video__banner .video__content h1 {
  font-family: 'DidotLTStdRoman';
  font-size: 54px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 8px;
}
.video__banner .video__content h2 {
  font-family: 'DidotLTStdRoman';
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  color: #ffffff;
}
.video__banner .video__content .bgbutton {
  margin-top: 40px;
}
.video__banner .video-bg,
.video__banner .image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.video__banner .image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -9;
}
.video__banner video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
#player .ytp-ce-element.ytp-ce-video {
  display: none !important;
}
@media screen and (max-width: 1400px) {
  .video__banner {
    height: 55vw;
  }
}
@media screen and (max-width: 900px) {
  .video__banner {
    height: 60vw;
  }
  .video__banner .video-bg {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .video__banner .video__content h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .video__banner .video__content h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .video__banner .video__content .bgbutton {
    margin-top: 0px;
  }
}

/* responsive menu */

@media (min-width: 1400px) {
  .mobile__version {
    display: none;
  }
  .header__logo {
    width: 180px;
    line-height: 0px;
    position: relative;
    top: 10px;
    z-index: 999;
  }
  .header__right {
    margin-top: 56px;
  }
  .nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
  .nav > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 0px;
  }
  .nav li > ul {
    position: absolute;
    display: none;
    border: none;
    border-radius: 0px;
    min-width: 240px;
    top: 42px;
    left: 0px;
    padding: 0;
    margin: 0px;
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.0734266);
    list-style: none;
  }
  .nav li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    padding: 14px 18px;
    font-family: 'RubikMedium';
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    color: #464752;
    text-transform: uppercase;
  }
  .nav > li:first-child > a {
    padding-left: 0px;
  }
  .nav li:hover > ul {
    display: inline-block;
  }
  .nav li li {
    margin-bottom: 0px;
  }
  .nav li li a {
    display: block;
    position: relative;
    text-align: left;
    z-index: 100;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #464752;
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 20px 10px 33px;
    text-transform: inherit;
  }
  .nav li li a:before {
    content: '';
    border: 1.5px solid #464752;
    width: 8px;
    transform: rotate(180deg);
    position: absolute;
    top: 40px;
    left: 17px;
    background: #464752;
  }
  .nav li a:hover,
  .nav > li.current-menu-item > a {
    color: #8cd1c9;
  }
  .nav li li a:hover:before {
    background: #8cd1c9;
    border: 1.5px solid #8cd1c9;
  }
  .nav li li span {
    position: absolute;
    top: 10px;
    left: 17px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'RubikRegular';
    font-weight: normal;
    font-style: normal;
  }
  .nav > li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border: solid #464752;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: top;
  }
  .nav li.menubtn {
    margin: 0px 5px;
  }
  .nav li.menubtn:last-child {
    margin-right: 0px;
  }
  .nav li.menubtn a {
    font-family: futura-pt, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-align: center;
    letter-spacing: 1.01539px;
    color: #78bcb2 !important;
    background: #ffffff;
    border: 1px solid #78bcb2;
    border-radius: 6px;
    display: inline-block !important;
    margin-top: 0px;
    padding: 13px 18px !important;
    min-width: 121px;
  }
  .nav li.menubtn a.brdrbtn:hover {
    background: #312c59;
    border: 1px solid #312c59;
    color: #fff !important;
  }
  .nav li.menubtn a.bgbutton {
    background: #8cd1c9;
    border: 1px solid #8cd1c9;
    color: #fff !important;
  }
  .nav li.menubtn a.bgbutton:hover {
    background: #312c59;
    border: 1px solid #312c59;
    color: #fff !important;
  }
  .nav li.callus {
    padding-left: 25px;
  }
  .nav li.callus a:before {
    content: url('../images/call.svg');
    position: absolute;
    left: 6px;
    top: 10px;
  }
}
@media (max-width: 1400px) {
  .header__logo {
    width: 130px;
    top: 5px;
  }
  /* header:not(.header__new).nav li a {font-size: 12px;} */
  .header__cover {
    margin-top: 100px;
  }
  .header__cover {
    margin-top: 125px;
  }
  .desktop__version {
    display: none;
  }
  .mobile__version {
    display: block;
  }
  .mobile__version .nav {
    display: block;
  }
  .menu__toggle {
    width: 35px;
    height: 40px;
    cursor: pointer;
    z-index: 99999;
    position: fixed;
    top: 65px;
    right: 25px;
  }
  .admin-bar .menu__toggle {
    top: 95px;
  }
  .header__section {
    background: #fff;
    padding-bottom: 0px;
  }
  .header__section .container {
    height: 100%;
  }
  .header__inner {
    margin-bottom: 0px;
    height: 100%;
    border-bottom: 0px;
    padding: 0px;
  }
  .header__section .header__mains {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #fff;
  }
  .header__section.on {
    height: 100%;
    position: fixed;
    background: #fff;
  }
  .top__inner {
    position: inherit;
    width: 100%;
    padding: 0px;
    background: #ffebe4;
  }
  .one,
  .two,
  .three {
    width: 100%;
    height: 3px;
    background: #8cd1c9;
    margin: 7px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    border-radius: 5px;
  }
  .menu__section.on {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    margin: 0px;
    overflow-y: scroll;
  }
  .menu__toggle.on .two {
    opacity: 0;
  }
  .menu__toggle.on .one {
    -moz-transform: rotate(45deg) translate(6px, 6px);
    -ms-transform: rotate(45deg) translate(6px, 6px);
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
    background: #8cd1c9;
  }
  .menu__toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -8px);
    -ms-transform: rotate(-45deg) translate(8px, -8px);
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
    background: #8cd1c9;
  }
  .nav {
    margin: 0;
    padding: 0px;
    list-style: none;
    margin: 10em auto 5em auto !important;
    list-style: none;
  }
  .nav.hidden {
    display: none;
  }
  .nav li,
  .nav ul {
    list-style: none;
    margin-bottom: 0px;
  }
  .nav > li {
    float: none !important;
    padding: 0px 20px !important;
    display: block !important;
    position: relative;
  }
  .nav li > ul {
    display: none;
  }
  .nav li a {
    padding: 15px 0px !important;
    text-align: center;
    display: inline-block;
    font-size: 20px !important;
    line-height: 30px;
    text-transform: inherit;
    color: #464752;
    position: relative;
    font-family: 'RubikMedium';
    font-weight: 500;
    font-style: normal;
  }
  .nav li a:hover,
  .nav li.current-menu-item > a {
    color: #8cd1c9;
  }
  .open > .sub-menu {
    display: block !important;
  }
  .nav .sub-menu li a {
    padding: 10px 0px 10px 25px !important;
    font-size: 18px;
    text-align: left;
  }
  .nav .sub-menu li a span {
    display: none;
  }
  .nav span.carets {
    cursor: pointer;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-right: 3px solid #464c3a;
    border-bottom: 3px solid #464c3a;
    padding: 4px;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .nav li.menubtn a {
    text-transform: uppercase;
    padding: 15px 20px !important;
    font-size: 18px;
    line-height: 28px;
  }
  .nav li.menubtn a.bgbutton {
    color: #fff;
  }
  .searchoverlay .flex-row {
    width: 90%;
  }
  header .top__section li.phone {
    display: none;
  }
  header .top__inner {
    padding: 0 10px;
  }
}
@media (max-width: 785px) {
  .admin-bar .menu__toggle {
    top: 110px;
  }
}
@media (max-width: 550px) {
  .header__section .top__section ul li:not(.blue, .icon) {
    display: none;
  }
}

/* video popup */

.video-popup {
  display: none;
}

.popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.popup-wrap .close-popup {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.popup-wrap .close-popup:before,
.popup-wrap .close-popup:after {
  content: '';
  width: 0.8rem;
  height: 1px;
  background: black;
  top: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
  display: block;
}

.popup-wrap .close-popup:before {
  transform: rotate(-45deg);
  left: 0;
}

.popup-wrap .close-popup:after {
  transform: rotate(45deg);
  right: 0;
}

.popup-wrap .container {
  max-width: 1200px;
  width: 90%;
  background: white;
  padding: 2.5rem;
  position: relative;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-top: 56.25%;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.responsive-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.responsive-embed .responsive-embed-item,
.responsive-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-embed {
  padding-bottom: 56.25%;
}

@media screen and (max-width: 900px) {
  .popup-wrap .container {
    padding: 1.5rem;
  }

  .popup-wrap .close-popup {
    top: 0.6rem;
    right: 0.6rem;
  }
}

.feedback-page .paragraph__sect {
  margin: 0 0 40px;
}

.feedback-page .paragraph__sect:before {
  height: 100%;
}

.top__inner ul li.menu-item.blue a {
  color: #6dbdb4 !important;
}

.page-template-team .banner__inner .inner__right {
  background-position: right;
}
