/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/* Custom Mixin */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*
Woocomerce shop
*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  color: #333;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none !important;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #2bbfd9;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.625;
  overflow-x: hidden;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Muli";
  color: #777;
}
p {
  margin-bottom: 15px;
}
.site {
  position: relative;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: capitalize;
  position: relative;
  font-family: "Asap";
  color: #222;
}
h1, .h1 {
  font-size: 50px;
  font-weight: bold;
}
h2, .h2 {
  font-size: 35px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 17px;
}
h5, .h5 {
  font-size: 15px;
}
h6, .h6 {
  font-size: 15px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #777;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #2bbfd9;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #2bbfd9;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0px 0px 0px 15px;
}
blockquote {
  border-left: 4px solid #2bbfd9;
  font-size: 15px;
  line-height: normal;
  padding: 20px 0px 20px 20px;
  color: #222;
  font-family: inherit;
  font-weight: 500;
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  display: block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 18px;
  margin-top: 12px;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media screen and (max-width: 575px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-bottom: 1em;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary-dark, .bg-primary, .bg-white, .bg-dark {
  position: relative;
}
.bg-primary-dark:before, .bg-primary:before, .bg-white:before, .bg-dark:before {
  display: block !important;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-primary-dark .vc_column_container, .bg-primary .vc_column_container, .bg-white .vc_column_container, .bg-dark .vc_column_container {
  position: relative;
  z-index: 9;
}
.bg-primary-dark:before, .bg-primary:before {
  background: rgba(43, 191, 217, .8);
}
.bg-primary-dark:after, .bg-primary:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, .15);
}
.column-bg-primary > .vc_column-inner {
  position: relative;
}
@media (min-width: 1366px) {
  .column-bg-primary > .vc_column-inner {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
.column-bg-primary > .vc_column-inner:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(43, 191, 217, .7);
  z-index: 2;
}
.column-bg-primary > .vc_column-inner * {
  position: relative;
  z-index: 9;
}
.bg-white:before {
  background: #fff;
  opacity: 0.92;
}
.bg-dark:before {
  background: #000;
  opacity: 0.65;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  background-color: #fff;
  border: 2px solid #2bbfd9;
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.tp-splitted {
  text-transform: none;
}
.cms-close {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-close:before, .cms-close:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: "";
  background-color: #282828;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
  top: 21px;
}
.cms-close:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: #2bbfd9;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #333;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.bg-gradient {
  background-color: #2bbfd9;
  background-image: -webkit-gradient(linear, left top, right top, from(#2bbfd9), to(#2bbfd9));
  background-image: -webkit-linear-gradient(left, #2bbfd9, #2bbfd9);
  background-image: -moz-linear-gradient(left, #2bbfd9, #2bbfd9);
  background-image: -ms-linear-gradient(left, #2bbfd9, #2bbfd9);
  background-image: -o-linear-gradient(left, #2bbfd9, #2bbfd9);
  background-image: linear-gradient(left, #2bbfd9, #2bbfd9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2bbfd9', endColorStr='#2bbfd9', gradientType='1');
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2bbfd9), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #2bbfd9, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #2bbfd9, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #2bbfd9, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #2bbfd9, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #2bbfd9, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2bbfd9', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #2bbfd9;
  opacity: 0.3;
  z-index: 1;
}
.a-dark, .post-previous-next.style-default h3 a, .comment-title a {
  color: #777;
}
.a-dark:hover, .post-previous-next.style-default h3 a:hover, .comment-title a:hover, .a-dark:focus, .post-previous-next.style-default h3 a:focus, .comment-title a:focus {
  color: #616161;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.h-main, .comment-title {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #2bbfd9;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #2bbfd9;
}
.landing-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
  list-style: none;
  margin: 0;
}
.line-gap {
  background-color: #ebebea;
  height: 1px;
  margin-left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
}
a.tp-caption {
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a.tp-caption:hover {
  background: #2bbfd9 !important;
  color: #fff !important;
}
.z-index-1 {
  z-index: 1;
}
.rev-btn {
  white-space: nowrap !important;
  border: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.cms-heading-tag.line-bottom {
  font-weight: 600;
}
.cms-heading-tag.line-bottom:after {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #2bbfd9;
  width: 114px;
  height: 3px;
}
.cms-heading-tag.line-right {
  font-weight: 600;
  display: inline-block;
}
.cms-heading-tag.line-right:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #2bbfd9;
  width: 114px;
  height: 4px;
  margin-left: 15px;
}
.heading-block-bg {
  display: inline-block;
  padding: 20px 25px;
  background: #2bbfd9;
  border-radius: 3px;
  font-weight: 600 !important;
}
.no-overflow {
  overflow: inherit !important;
}
h1.tp-caption span {
  color: #2bbfd9;
  font-size: inherit;
}
.tp-parallax-wrap.slide-social {
  left: 60px !important;
}
@media (max-width: 1439px) {
  .tp-parallax-wrap.slide-social {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .column-stretch-right, .column-stretch-left, .column-stretch-left-padding, .column-stretch-right-padding {
    position: absolute !important;
    bottom: 0px;
    height: 100%;
  }
}
.column-stretch-left {
  left: 0px;
}
.column-stretch-left-padding {
  left: 0px;
  padding-left: inherit !important;
  align-items: center;
}
.column-stretch-right {
  right: 0px;
}
.column-stretch-right-padding {
  right: 0px;
  padding-right: inherit !important;
}
.image-max-height {
  height: 100%;
}
.image-max-height img {
  width: auto !important;
  height: 100% !important;
  max-width: initial !important;
}
.mb-0 {
  height: 100%;
  margin-bottom: 0px !important;
}
.with-small-text h1, .with-small-text h2, .with-small-text h3, .with-small-text h4, .with-small-text h5, .with-small-text h6 {
  font-size: 40px;
  font-weight: bold;
  color: #2bbfd9;
  padding: 6px 0px 10px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .with-small-text h1, .with-small-text h2, .with-small-text h3, .with-small-text h4, .with-small-text h5, .with-small-text h6 {
    font-size: 30px;
  }
}
.with-small-text h1 em, .with-small-text h2 em, .with-small-text h3 em, .with-small-text h4 em, .with-small-text h5 em, .with-small-text h6 em {
  font-style: normal;
  color: #333;
  font-weight: 500;
  text-transform: lowercase;
}
.row-align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.no-overflow {
  overflow: inherit !important;
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 991px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
}
.wpb_wrapper {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .vc_row.vc_row-o-columns-middle {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.vc_row.vc_row-o-full-height {
  min-height: auto !important;
}
@media screen and (max-width: 767px) {
  .vc_row.negative-row {
    margin-top: 30px !important;
  }
}
.vc_column-inner {
  padding-top: 0px !important;
}
.wrap-slide-and-form .form-appointment.layout4 {
  display: block;
}
.wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 55%;
}
@media (max-width: 1649px) {
  .wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill {
    width: 59%;
  }
}
@media (max-width: 1365px) {
  .wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill {
    width: 100%;
    position: relative;
  }
  .wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill > .vc_column-inner {
    background-position: center left !important;
  }
}
@media (min-width: 1366px) {
  .wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill > .vc_column-inner {
    background-position: center right !important;
  }
}
.tp-parallax-wrap.slide-heading h1, .tp-parallax-wrap.slide-text h1, .tp-parallax-wrap.slide-button h1, .tp-parallax-wrap.slide-heading h2, .tp-parallax-wrap.slide-text h2, .tp-parallax-wrap.slide-button h2, .tp-parallax-wrap.slide-heading h3, .tp-parallax-wrap.slide-text h3, .tp-parallax-wrap.slide-button h3, .tp-parallax-wrap.slide-heading h4, .tp-parallax-wrap.slide-text h4, .tp-parallax-wrap.slide-button h4, .tp-parallax-wrap.slide-heading h5, .tp-parallax-wrap.slide-text h5, .tp-parallax-wrap.slide-button h5 {
  text-transform: none;
}
@media (max-width: 1365px) and (min-width: 778px) {
  .tp-parallax-wrap.slide-heading, .tp-parallax-wrap.slide-text, .tp-parallax-wrap.slide-button {
    width: 100% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tp-parallax-wrap.slide-heading .tp-loop-wrap, .tp-parallax-wrap.slide-text .tp-loop-wrap, .tp-parallax-wrap.slide-button .tp-loop-wrap {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .tp-parallax-wrap.slide-heading .tp-loop-wrap .tp-mask-wrap, .tp-parallax-wrap.slide-text .tp-loop-wrap .tp-mask-wrap, .tp-parallax-wrap.slide-button .tp-loop-wrap .tp-mask-wrap {
    text-align: center;
    position: relative !important;
  }
}
@media (max-width: 1649px) and (min-width: 768px) {
  .tp-parallax-wrap.slide-heading .tp-caption {
    font-size: 40px !important;
  }
}
.tp-parallax-wrap.slide-text {
  /*dental home 3*/
}
@media (max-width: 1649px) {
  .tp-parallax-wrap.slide-text .tp-caption {
    min-width: 500px !important;
    max-width: 500px !important;
  }
}
.tp-parallax-wrap.layer-text {
  height: 100% !important;
  width: 50% !important;
  left: 0px !important;
}
.tp-parallax-wrap.layer-text div {
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
}
.single-service .wpb_single_image.wpb_content_element {
  margin-bottom: 40px !important;
}
@media (min-width: 1366px) {
  .custom-padding > .vc_column-inner {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
.vc_column_container.box-shadow > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
}
.tp-bullets {
  height: 24px !important;
  display: flex;
  align-items: flex-end;
}
.tp-bullets .tp-bullet {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative !important;
  background: #fff !important;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.tp-bullets .tp-bullet.selected {
  height: 24px !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  color: rgba(0, 0, 0, 0.45);
  padding: 0px 24px;
  line-height: normal;
  font-size: 13px;
  letter-spacing: 0.016em;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 100%;
  font-family: "Muli";
  color: #999;
  outline: none;
}
select {
  height: 38px;
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  box-sizing: border-box;
  line-height: 38px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
}
textarea {
  padding-top: 14px;
  padding-bottom: 14px;
  height: 195px;
  line-height: 1.5;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 14px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 145px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
  color: #2bbfd9;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
  border: none;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: #2bbfd9;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: normal;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f2f4";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f2f6";
}
#ui-datepicker-div .ui-datepicker-title {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-size: inherit;
  color: #fff;
  line-height: normal;
  height: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: inherit;
  border: none;
}
#ui-datepicker-div .ui-datepicker-title select option {
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: transparent;
  border: none;
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #2bbfd9;
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  text-transform: uppercase;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
  background-color: transparent;
  border: medium none;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: #2bbfd9;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: rgba(43, 191, 217, 0.7);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #2bbfd9;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 1px solid #e1e3e3;
  border-radius: 1px;
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.cms-field-checkbox .icon-check:before {
  content: "\f00c";
  font-size: 13px;
  color: #2bbfd9;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: FontAwesome;
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f312";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  color: #777;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select {
  font-weight: normal;
  font-size: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  background: none;
  color: #fff;
}
.nice-select.open .list {
  padding: 5px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background-color: #2bbfda;
  font-size: 15px;
  border: 2px solid #2bbfda;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 35px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-family: Poppins;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  line-height: 19px;
}
.btn:active, button:active, .button:active, input[type="submit"]:active, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  box-shadow: none !important;
  border-color: inherit !important;
  background-color: #333 !important;
}
.btn.has-icon:after, button.has-icon:after, .button.has-icon:after, input[type="submit"].has-icon:after {
  font-family: FontAwesome;
  content: "\f054";
}
.btn.btn-primary-white, button.btn-primary-white, .button.btn-primary-white, input[type="submit"].btn-primary-white {
  background: #fff;
  color: #333;
  padding: 16px 35px;
  border: 0px;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
  outline: none;
  text-decoration: none;
  background-color: #333;
  border-color: #333;
  color: #fff;
  cursor: pointer;
}
.button.border, .btn.border button.border {
  background: none;
}
.button.border:hover, .btn.border button.border:hover {
  background: #fff;
  color: #2bbfda;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-contact {
  display: inline-block;
  margin-right: 30px;
}
.btn-contact + .fanbox-contact {
  display: inline-block;
  vertical-align: middle;
}
.btn-block {
  display: block;
}
.btn-text {
  color: #2bbfd9;
  border-bottom: 1px solid rgba(43, 191, 217, 0.2);
  display: inline-block;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
  color: #56cce1;
}
.btn-purchase .btn {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #2bbfda;
  border-color: #2bbfda;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 41px;
}
.btn-purchase .btn:hover, .btn-purchase .btn:focus, .btn-purchase .btn:active {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .btn-purchase .btn {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 575px) {
  .btn-contact {
    display: block;
    margin: 0 0 20px;
  }
}
#site-header-wrap .site-title {
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap .site-title {
    justify-content: center;
  }
}
#site-header-wrap li:before {
  content: none;
}
#site-header-wrap .site-header-top {
  padding: 20px 0px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap .site-header-top {
    padding: 20px 0px;
  }
  #site-header-wrap .site-header-top .logo img {
    max-height: 30px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap .site-header-top .col-text-left {
    float: left;
  }
}
#site-header-wrap .site-header-top .col-text-right {
  float: right;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #site-header-wrap .site-header-top .col-text-right {
    display: none;
  }
}
#site-header-wrap .site-header-top .col-text-right .site-contact-item {
  border-left: 1px solid #d6d6d6;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  #site-header-wrap .site-header-top .col-text-right .site-contact-item {
    padding-left: 35px;
  }
}
#site-header-wrap .site-header-top .col-text-right .site-contact-item + .site-contact-item {
  margin-left: 40px;
}
#site-header-wrap .site-header-top .col-text-right .site-contact-item i {
  font-size: 22px;
  color: #fff;
  background: #2bbfd9;
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#site-header-wrap .site-header-top .col-text-right .site-contact-item p {
  padding-left: 15px;
  margin-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  float: left;
  color: #222;
  font-size: 11px;
}
@media (min-width: 1200px) {
  #site-header-wrap .site-header-top .col-text-right .site-contact-item p {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap .book-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap .book-mobile {
    cursor: pointer;
    float: right;
    margin: 4px 10px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap .logo-light, #site-header-wrap a.logo {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  #site-header-wrap .logo-light img, #site-header-wrap a.logo img {
    max-width: 90%!important;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main {
    z-index: 99;
    width: 100%;
    position: absolute;
    border-top: 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
}
#site-header-wrap.header-layout1 .site-header-main a.logo-light {
  display: block;
}
#site-header-wrap.header-layout1 .site-header-main a.logo {
  display: none;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout1 .site-header-main a.logo {
    display: block;
  }
  #site-header-wrap.header-layout1 .site-header-main a.logo-light {
    display: none;
  }
}
#site-header-wrap.header-layout1 .site-header-main .logo-light {
  line-height: 98px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout1 .site-header-main .logo-light {
    line-height: 60px;
  }
}
#site-header-wrap.header-layout1 .site-header-main .main-navigation {
  text-align: left;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main .main-navigation .primary-menu > li > a {
    color: #fff;
  }
}
#site-header-wrap.header-layout1 .site-header-main .main-navigation .primary-menu > li > a:after {
  top: inherit !important;
  bottom: 0px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main .main-navigation .primary-menu > li > a {
    line-height: 98px !important;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main .main-navigation .primary-menu > li.current-menu-parent > a, #site-header-wrap.header-layout1 .site-header-main .main-navigation .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout1 .site-header-main .main-navigation .primary-menu > li:hover > a {
    color: #fff !important;
  }
}
#site-header-wrap.header-layout1 .site-header-main .col-text-right .custom-button li {
  line-height: 98px !important;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li.current-menu-parent > a, #site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li:hover > a {
    color: #2bbfd9 !important;
  }
}
#site-header-wrap.header-layout2 .site-header-top {
  background-color: transparent;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .site-header-top {
    display: none;
  }
}
#site-header-wrap.header-layout2 .site-header-top .row {
  justify-content: space-between;
  align-items: center;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-left ul {
  list-style: none;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-left ul li {
  line-height: 55px;
  display: inline-block;
  font-family: "Muli";
  font-size: 15px;
  padding: 0px 15px;
  border-right: 1px solid #fff;
  font-weight: 500;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-left ul li:first-child {
  padding-left: 0px;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-left ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-left ul li i {
  margin-right: 10px;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-left ul li a {
  font-family: inherit;
  color: inherit;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout2 .site-header-top .col-text-right > span {
    display: none;
  }
}
#site-header-wrap.header-layout2 .site-header-top .col-text-right .top-bar-social {
  list-style: none;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-right .top-bar-social li {
  display: inline-block;
  margin-right: 20px;
  line-height: 47px;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-right .top-bar-social li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-right .top-bar-social li:hover a {
  color: #2bbfd9;
}
#site-header-wrap.header-layout2 .site-header-top .col-text-right .top-bar-social li a {
  color: #333;
  display: block;
  font-size: 17px;
}
#site-header-wrap.header-layout2 .site-header-main {
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .site-header-main a.logo img, #site-header-wrap.header-layout2 .site-header-main a.logo-light img {
    margin-top: -5px;
  }
}
#site-header-wrap.header-layout2 .site-header-main .logo {
  display: inline-block;
  line-height: 85px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .site-header-main .logo {
    line-height: 60px;
  }
}
#site-header-wrap.header-layout2 .site-header-main .logo-light {
  display: none;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout2 .site-header-main .col-text-left {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .site-header-main .col-text-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #site-header-wrap.header-layout2 .site-header-main .col-text-left > span {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout2 .site-header-main .col-text-left .mobile-search {
    float: right;
    margin-right: 20px;
  }
  #site-header-wrap.header-layout2 .site-header-main .col-text-left .open-menu {
    order: 2;
  }
}
#site-header-wrap.header-layout2 .site-header-main .col-text-right {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout2 .site-header-main .col-text-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout2 .site-header-main .col-text-right {
    padding-right: 0px;
  }
}
#site-header-wrap.header-layout2 .site-header-main .col-text-right .custom-button {
  display: block;
  float: right;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .site-header-main .col-text-right .custom-button {
    display: none;
  }
}
#site-header-wrap.header-layout2 .site-header-main .col-text-right .custom-button li {
  list-style: none;
  line-height: 80px;
}
#site-header-wrap.header-layout2 .site-header-main .col-text-right .custom-button li a {
  background: #2bbfda;
  color: #fff;
  border-color: #2bbfda;
  text-transform: uppercase;
  padding: 11px 35px;
}
#site-header-wrap.header-layout2 .site-header-main .col-text-right .custom-button li a:hover {
  background: #333;
  border-color: #333;
}
#site-header-wrap.header-layout2 .site-header-main .main-navigation {
  text-align: left;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout2 .site-header-main .main-navigation > ul {
    display: inline-block;
    float: right;
  }
}
#site-header-wrap.header-layout2 .site-header-main .main-navigation > ul li {
  list-style: none;
}
#site-header-wrap.header-layout2 .site-header-main .main-navigation .primary-menu > li:first-child {
  margin-left: 0px;
}
@media (min-width: 1366px) {
  #site-header-wrap.header-layout2 .site-header-main .main-navigation .primary-menu > li {
    margin: 0px 24px;
  }
}
#site-header-wrap.header-layout2 .site-header-main .main-navigation .primary-menu > li > a:after {
  top: 0px;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout2 .site-header-main .main-navigation .primary-menu > li > a {
    line-height: 85px;
  }
}
#site-header-wrap.header-layout2 .site-header-main .main-navigation .primary-menu > li.current-menu-parent > a, #site-header-wrap.header-layout2 .site-header-main .main-navigation .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout2 .site-header-main .main-navigation .primary-menu > li:hover > a {
  color: #2bbfd9;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .site-header-main .main-navigation .desktop-search {
    display: none;
  }
}
#site-header-wrap.header-layout2 .site-header-main .main-navigation .desktop-search li a {
  line-height: 85px;
  color: #fff;
}
#site-header-wrap.header-layout2 .site-header-main .main-navigation .desktop-search li a:hover {
  color: #2bbfd9;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout2 .brand .logo {
    line-height: 100px;
  }
}
#site-header-wrap.header-layout2 .brand .logo img {
  max-width: 200px;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout2 .main-menu {
    margin-left: 100px;
  }
}
#site-header-wrap.header-layout2 .main-menu .primary-menu > li {
  margin-right: 25px;
}
#site-header-wrap.header-layout2 .main-menu .primary-menu > li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout2 .main-menu .primary-menu > li > a {
  text-transform: capitalize;
}
#site-header-wrap.header-layout2 .main-menu .primary-menu > li > a:after {
  display: none;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout2 .main-menu .primary-menu > li > a {
    line-height: 100px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout2 .mobile-search {
    display: none;
  }
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) {
  border: 0px;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) a.logo {
  display: inline-block;
  line-height: 65px;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) a.logo-light {
  display: none;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .menu-button li {
  line-height: 62px !important;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .menu-button li a {
  color: #fff;
  line-height: normal;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item > a {
  line-height: 65px !important;
  color: #333;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item.current-menu-item > a, #site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item.current_page_parent > a, #site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item:hover > a {
  color: #2bbfd9;
}
#site-header-wrap.header-layout3 .site-header-top {
  background-color: #222;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-top {
    display: none;
  }
}
#site-header-wrap.header-layout3 .site-header-top .row {
  justify-content: space-between;
  align-items: center;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-left ul {
  list-style: none;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-left ul li {
  color: #999;
  line-height: 55px;
  display: inline-block;
  font-family: "Muli";
  font-size: 15px;
  padding: 0px 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  font-weight: 500;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-left ul li:first-child {
  padding-left: 0px;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-left ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-left ul li i {
  margin-right: 10px;
  color: inherit;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-left ul li a {
  font-family: inherit;
  color: inherit;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout3 .site-header-top .col-text-right > span {
    display: none;
  }
}
#site-header-wrap.header-layout3 .site-header-top .col-text-right .top-bar-social {
  list-style: none;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-right .top-bar-social li {
  display: inline-block;
  margin-right: 20px;
  line-height: 47px;
  color: #999;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-right .top-bar-social li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-right .top-bar-social li:hover a {
  color: #2bbfd9;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-right .top-bar-social li a {
  color: inherit;
  display: block;
  font-size: 17px;
}
#site-header-wrap.header-layout3 .site-header-main {
  -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-main a.logo img, #site-header-wrap.header-layout3 .site-header-main a.logo-light img {
    margin-top: -5px;
  }
}
#site-header-wrap.header-layout3 .site-header-main .logo {
  display: inline-block;
  line-height: 85px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-main .logo {
    line-height: 60px;
  }
}
#site-header-wrap.header-layout3 .site-header-main .logo-light {
  display: none;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout3 .site-header-main .col-text-left {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-main .col-text-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #site-header-wrap.header-layout3 .site-header-main .col-text-left > span {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout3 .site-header-main .col-text-left .mobile-search {
    float: right;
    margin-right: 20px;
  }
  #site-header-wrap.header-layout3 .site-header-main .col-text-left .open-menu {
    order: 2;
  }
}
#site-header-wrap.header-layout3 .site-header-main .col-text-right {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout3 .site-header-main .col-text-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .site-header-main .col-text-right {
    padding-right: 0px;
  }
}
#site-header-wrap.header-layout3 .site-header-main .col-text-right .custom-button {
  display: block;
  float: right;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-main .col-text-right .custom-button {
    display: none;
  }
}
#site-header-wrap.header-layout3 .site-header-main .col-text-right .custom-button .menu-button > li {
  list-style: none;
  line-height: 80px;
  display: inline-block;
}
#site-header-wrap.header-layout3 .site-header-main .col-text-right .custom-button .menu-button > li:last-child > a {
  margin-left: 16px;
  padding-left: 16px;
  margin-right: 15px;
  border-left: 1px solid #d3d3d3;
}
#site-header-wrap.header-layout3 .site-header-main .col-text-right .custom-button .menu-button > li > a {
  color: #333;
}
#site-header-wrap.header-layout3 .site-header-main .col-text-right .custom-button .menu-button > li > a:hover {
  color: #2bbfd9;
}
#site-header-wrap.header-layout3 .site-header-main .main-navigation {
  text-align: left;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .site-header-main .main-navigation > ul {
    display: inline-block;
    float: right;
  }
}
#site-header-wrap.header-layout3 .site-header-main .main-navigation > ul li {
  list-style: none;
}
#site-header-wrap.header-layout3 .site-header-main .main-navigation .primary-menu > li:first-child {
  margin-left: 0px;
}
@media (min-width: 1366px) {
  #site-header-wrap.header-layout3 .site-header-main .main-navigation .primary-menu > li {
    margin: 0px 24px;
  }
}
#site-header-wrap.header-layout3 .site-header-main .main-navigation .primary-menu > li > a:after {
  bottom: 0px;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .site-header-main .main-navigation .primary-menu > li > a {
    line-height: 85px;
  }
}
#site-header-wrap.header-layout3 .site-header-main .main-navigation .primary-menu > li.current-menu-parent > a, #site-header-wrap.header-layout3 .site-header-main .main-navigation .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout3 .site-header-main .main-navigation .primary-menu > li:hover > a {
  color: #2bbfd9;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-main .main-navigation .desktop-search {
    display: none;
  }
}
#site-header-wrap.header-layout3 .site-header-main .main-navigation .desktop-search li a {
  line-height: 85px;
  color: #fff;
}
#site-header-wrap.header-layout3 .site-header-main .main-navigation .desktop-search li a:hover {
  color: #2bbfd9;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout3 .brand .logo {
    line-height: 100px;
  }
}
#site-header-wrap.header-layout3 .brand .logo img {
  max-width: 200px;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout3 .main-menu {
    margin-left: 100px;
  }
}
#site-header-wrap.header-layout3 .main-menu .primary-menu > li {
  margin-right: 25px;
}
#site-header-wrap.header-layout3 .main-menu .primary-menu > li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout3 .main-menu .primary-menu > li > a {
  text-transform: capitalize;
}
#site-header-wrap.header-layout3 .main-menu .primary-menu > li > a:after {
  display: none;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout3 .main-menu .primary-menu > li > a {
    line-height: 100px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .mobile-search {
    display: none;
  }
}
#site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) {
  border: 0px;
}
#site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) a.logo {
  display: inline-block;
  line-height: 65px;
}
#site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) a.logo-light {
  display: none;
}
#site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) .menu-button li:not(.woocommerce-mini-cart-item mini_cart_item) {
  line-height: 62px !important;
}
#site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) .menu-button li:not(.woocommerce-mini-cart-item mini_cart_item) a {
  color: #fff;
  line-height: normal;
}
#site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item > a {
  line-height: 80px !important;
  color: #333;
}
#site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item.current-menu-item > a, #site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item.current_page_parent > a, #site-header-wrap.header-layout3 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item:hover > a {
  color: #2bbfd9;
}
#site-header-wrap.header-layout4 .site-header-top {
  background-color: #222;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout4 .site-header-top {
    display: none;
  }
}
#site-header-wrap.header-layout4 .site-header-top .row {
  justify-content: space-between;
  align-items: center;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-left ul {
  list-style: none;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-left ul li {
  color: #999;
  line-height: 55px;
  display: inline-block;
  font-family: "Muli";
  font-size: 15px;
  padding: 0px 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  font-weight: 500;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-left ul li:first-child {
  padding-left: 0px;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-left ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-left ul li i {
  margin-right: 10px;
  color: inherit;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-left ul li a {
  font-family: inherit;
  color: inherit;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout4 .site-header-top .col-text-right > span {
    display: none;
  }
}
#site-header-wrap.header-layout4 .site-header-top .col-text-right .top-bar-social {
  list-style: none;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-right .top-bar-social li {
  display: inline-block;
  margin-right: 20px;
  line-height: 47px;
  color: #999;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-right .top-bar-social li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-right .top-bar-social li:hover a {
  color: #2bbfd9;
}
#site-header-wrap.header-layout4 .site-header-top .col-text-right .top-bar-social li a {
  color: inherit;
  display: block;
  font-size: 17px;
}
#site-header-wrap.header-layout4 .site-header-main {
  -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout4 .site-header-main {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: rgba(0, 0, 0, .5);
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout4 .site-header-main a.logo img, #site-header-wrap.header-layout4 .site-header-main a.logo-light img {
    margin-top: -5px;
  }
}
#site-header-wrap.header-layout4 .site-header-main .logo {
  display: none;
  line-height: 85px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout4 .site-header-main .logo {
    display: inline-block;
  }
}
#site-header-wrap.header-layout4 .site-header-main .logo-light {
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap.header-layout4 .site-header-main .logo-light {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout4 .site-header-main .logo-light {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout4 .site-header-main .col-text-left {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout4 .site-header-main .col-text-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #site-header-wrap.header-layout4 .site-header-main .col-text-left > span {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout4 .site-header-main .col-text-left .mobile-search {
    float: right;
    margin-right: 20px;
  }
  #site-header-wrap.header-layout4 .site-header-main .col-text-left .open-menu {
    order: 2;
  }
}
#site-header-wrap.header-layout4 .site-header-main .col-text-right {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout4 .site-header-main .col-text-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout4 .site-header-main .col-text-right {
    padding-right: 0px;
  }
}
#site-header-wrap.header-layout4 .site-header-main .col-text-right .custom-button {
  display: block;
  float: right;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout4 .site-header-main .col-text-right .custom-button {
    display: none;
  }
}
#site-header-wrap.header-layout4 .site-header-main .col-text-right .custom-button .menu-button > li {
  list-style: none;
  line-height: 80px;
  display: inline-block;
}
#site-header-wrap.header-layout4 .site-header-main .col-text-right .custom-button .menu-button > li:last-child > a {
  margin-left: 16px;
  padding-left: 16px;
  margin-right: 15px;
  border-left: 1px solid #d3d3d3;
}
#site-header-wrap.header-layout4 .site-header-main .col-text-right .custom-button .menu-button > li > a {
  color: #fff;
}
#site-header-wrap.header-layout4 .site-header-main .col-text-right .custom-button .menu-button > li > a:hover {
  color: #2bbfd9;
}
#site-header-wrap.header-layout4 .site-header-main .main-navigation {
  text-align: left;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout4 .site-header-main .main-navigation > ul {
    display: inline-block;
    float: right;
  }
}
#site-header-wrap.header-layout4 .site-header-main .main-navigation > ul li {
  list-style: none;
}
#site-header-wrap.header-layout4 .site-header-main .main-navigation .primary-menu > li:first-child {
  margin-left: 0px;
}
@media (min-width: 1366px) {
  #site-header-wrap.header-layout4 .site-header-main .main-navigation .primary-menu > li {
    margin: 0px 24px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout4 .site-header-main .main-navigation .primary-menu > li > a {
    color: #fff;
  }
}
#site-header-wrap.header-layout4 .site-header-main .main-navigation .primary-menu > li > a:after {
  bottom: 0px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout4 .site-header-main .main-navigation .primary-menu > li > a {
    line-height: 85px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout4 .site-header-main .main-navigation .desktop-search {
    display: none;
  }
}
#site-header-wrap.header-layout4 .site-header-main .main-navigation .desktop-search li a {
  line-height: 85px;
  color: #fff;
}
#site-header-wrap.header-layout4 .site-header-main .main-navigation .desktop-search li a:hover {
  color: #2bbfd9;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout4 .brand .logo {
    line-height: 100px;
  }
}
#site-header-wrap.header-layout4 .brand .logo img {
  max-width: 200px;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout4 .main-menu {
    margin-left: 100px;
  }
}
#site-header-wrap.header-layout4 .main-menu .primary-menu > li {
  margin-right: 25px;
}
#site-header-wrap.header-layout4 .main-menu .primary-menu > li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout4 .main-menu .primary-menu > li > a {
  text-transform: capitalize;
}
#site-header-wrap.header-layout4 .main-menu .primary-menu > li > a:after {
  display: none;
}
@media (min-width: 1900px) {
  #site-header-wrap.header-layout4 .main-menu .primary-menu > li > a {
    line-height: 100px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout4 .mobile-search {
    display: none;
  }
}
#site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) {
  border: 0px;
}
#site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) a.logo {
  display: inline-block;
  line-height: 65px;
}
#site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) a.logo-light {
  display: none;
}
#site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) .col-text-right .custom-button .menu-button > li > a {
  color: #333;
}
#site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) .menu-button li:not(.woocommerce-mini-cart-item mini_cart_item) {
  line-height: 62px !important;
}
#site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) .menu-button li:not(.woocommerce-mini-cart-item mini_cart_item) a {
  color: #fff;
  line-height: normal;
}
#site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item > a {
  color: #333;
}
#site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item.current-menu-item > a, #site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item.current_page_parent > a, #site-header-wrap.header-layout4 .headroom--pinned:not(.headroom--top) .primary-menu > li.menu-item:hover > a {
  color: #2bbfd9;
}
.logo-light {
  display: none;
}
@media (min-width: 992px) {
  .header-opacity {
    position: absolute;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
  }
}
.header-opacity .site-header-main, .header-opacity .site-header-top {
  background: none !important;
}
@media screen and (max-width: 991px) {
  .header-opacity .header-layout1 a.logo-light {
    display: inline;
  }
}
.header-opacity .header-layout1 .site-branding {
  position: relative;
  display: inline;
}
@media screen and (min-width: 1200px) {
  .header-opacity .header-layout1 .site-branding:after {
    content: '';
    position: absolute;
    height: 109px;
    width: 1px;
    background: rgba(255, 255, 255, .4);
    left: calc(100% + 60px);
    top: -35px;
  }
}
@media (min-width: 992px) {
  .header-opacity.menu-default .site-contact-item p, .header-opacity.menu-default .site-contact-item a {
    color: #fff !important;
  }
  .header-opacity.menu-default .site-contact-item i {
    color: rgba(255, 255, 255, .4) !important;
  }
  .header-opacity.menu-default .menu-button li a:not(.btn-head), .header-opacity.menu-default .primary-menu > li > a {
    color: #fff !important;
  }
  .header-opacity.menu-default .menu-button li a:not(.btn-head):hover, .header-opacity.menu-default .primary-menu > li > a:hover {
    color: #2bbfd9 !important;
  }
}
@media (max-width: 991px) {
  .header-opacity.menu-default .site-branding .logo {
    display: none;
  }
}
.header-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .2);
  border: none;
}
.feedback, #yith-wcwl-popup-message {
  display: none !important;
}
#headroom {
  position: relative;
}
#headroom.headroom--up, #headroom.headroom--down {
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  #headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
    position: fixed !important;
  }
}
#headroom.headroom--unpinned:not(.headroom--top) {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#headroom.headroom--pinned:not(.headroom--top) {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
  top: 32px;
}
.overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}
.header-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}
.header-search.active {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.header-search .overlay {
  cursor: zoom-out;
  position: absolute;
  z-index: inherit;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.header-search .container {
  position: relative;
  z-index: 9999;
}
.header-search .container .searchform-wrap {
  display: flex;
}
.header-search .container .searchform-wrap .search-field {
  border-radius: 0px;
  height: 50px;
  padding: 0px 20px;
  width: calc(100% - 87px);
  border-right: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.header-search .container .searchform-wrap #searchsubmit {
  height: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sidebar-menu {
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -khtml-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -o-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  font-family: 'Montserrat', sans-serif;
  color: #777;
  font-size: 15px;
  position: fixed;
  display: none;
  height: 100%;
  right: -100%;
  top: 0px;
  background: #fff;
  padding: 30px 15px;
  overflow-y: auto;
  max-height: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 9999;
}
@media (min-width: 992px) {
  .sidebar-menu {
    display: block;
    width: 555px;
    padding: 115px 60px;
  }
}
.sidebar-menu.active {
  right: 0px;
}
.sidebar-menu .side-logo {
  margin-bottom: 48px;
}
.sidebar-menu .side-logo .close-sidebar-menu {
  font-size: 20px;
  float: right;
}
.sidebar-menu li:before {
  content: none;
}
.sidebar-menu .side-text ul {
  padding: 30px 0px 50px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0px;
}
.sidebar-menu .side-text ul li {
  margin-bottom: 20px;
  list-style: none;
}
.sidebar-menu .side-text ul li:last-child {
  margin-bottom: 0px;
}
.sidebar-menu .side-text ul li i {
  color: #fff;
  background: #0081e4;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 5px;
  padding: 4px;
  text-align: center;
}
.sidebar-menu .side-contact {
  padding: 45px 0px;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar-menu .side-contact .block-contact {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.sidebar-menu .side-contact .block-contact:last-child {
  margin: 0px;
}
.sidebar-menu .side-contact .block-contact i {
  color: #2bbfd9;
  font-size: 36px;
  margin-right: 30px;
}
.sidebar-menu .side-contact .block-contact p {
  font-size: 15px;
  color: #777;
  margin: 0px;
}
.sidebar-menu .side-contact .block-contact p strong {
  font-size: 17px;
  color: #333;
}
.sidebar-menu .side-social {
  padding-bottom: 40px;
}
.sidebar-menu .side-social ul {
  margin: 0px;
  padding: 45px 0px 0px;
}
.sidebar-menu .side-social ul li {
  display: inline-block;
  margin-right: 15px;
}
.sidebar-menu .side-social ul li a {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #2bbfd9;
  border-radius: 3px;
  color: #2bbfd9;
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
  background: #fff;
}
.sidebar-menu .side-social ul li a:hover {
  background: #2bbfd9;
  color: #fff;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
.primary-menu > li > a {
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    text-transform: capitalize;
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
    margin: 0 15px;
  }
  .primary-menu > li > a {
    color: #777;
    line-height: 70px;
    font-size: 15px;
    display: block;
    font-weight: bold;
    font-family: Muli;
    position: relative;
    padding: 0;
    letter-spacing: 0.03em;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #2bbfd9;
  }
  .primary-menu > li:hover > a:after, .primary-menu > li.current_page_item > a:after, .primary-menu > li.current-menu-item > a:after, .primary-menu > li.current_page_ancestor > a:after, .primary-menu > li.current-menu-ancestor > a:after, .primary-menu > li.current-menu-ancestor > a:after {
    width: 100%;
  }
  .primary-menu > li > a:after {
    content: "";
    position: absolute;
    width: 0px;
    bottom: 0px;
    left: 0px;
    height: 4px;
    -webkit-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: #2bbfd9;
  }
  .primary-menu > li .link-icon {
    margin-right: 6px;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 100%;
    left: 0;
    margin-top: 0px;
    min-width: 235px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li a {
    color: rgba(0, 0, 0, 0.66);
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    padding: 13px 20px;
    font-family: Muli;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #fff;
    background-color: #2bbfd9;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu .sub-menu .vc_row {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu li.current-menu-item > a {
    color: #2bbfd9;
  }
  .primary-menu > li > a {
    font-weight: 700;
  }
  .primary-menu > li.current-menu-parent > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #2bbfd9;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    height: 0;
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #2bbfd9;
  }
  .btn-nav-mobile {
    float: right;
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .btn-nav-mobile:before, .btn-nav-mobile:after, .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  .btn-nav-mobile:before {
    top: 9px;
  }
  .btn-nav-mobile span {
    top: 15px;
  }
  .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before, .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #222;
  }
  .main-menu-toggle:before {
    height: 11px;
    left: 9px;
    top: 5px;
    width: 1px;
  }
  .main-menu-toggle:after {
    height: 1px;
    left: 4px;
    top: 10px;
    width: 11px;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
#pagetitle {
  background-image: url('../images/page-title.png');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
  padding: 100px 0px;
}
#pagetitle:after, #pagetitle:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
}
#pagetitle:before {
  content: '';
  background: rgba(0, 0, 0, .6);
}
#pagetitle:after {
  content: '';
}
#pagetitle .container {
  position: relative;
  z-index: 9;
}
#pagetitle h1.page-title {
  color: #fff;
  font-size: 65px;
  font-style: italic;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  #pagetitle h1.page-title {
    font-size: 40px;
  }
}
#pagetitle .page-title-inner {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #pagetitle .page-title-inner {
    text-align: left;
  }
}
#pagetitle .page-title-inner .bread-icon {
  display: flex;
  align-items: baseline;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #pagetitle .page-title-inner .bread-icon {
    width: 100%;
    justify-content: center;
  }
}
#pagetitle .page-title-inner .bread-icon > i {
  margin-right: 10px;
}
#pagetitle .page-title-inner .cms-breadcrumb {
  margin: 0px;
}
#pagetitle .page-title-inner .cms-breadcrumb li:before {
  content: "/";
}
#pagetitle .page-title-inner .cms-breadcrumb li:first-child:before, #pagetitle .page-title-inner .cms-breadcrumb li:nth-child(2):before {
  content: none;
}
#pagetitle .cms-breadcrumb {
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
@media screen and (max-width: 575px) {
  #pagetitle .cms-breadcrumb {
    width: calc(100% - 30px);
  }
}
#pagetitle .cms-breadcrumb li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  position: relative;
}
#pagetitle .cms-breadcrumb li:before {
  display: inline;
  background: none;
  font-family: FontAwesome;
  top: 50%;
  margin: 0px 10px;
}
#pagetitle .cms-breadcrumb li a {
  color: rgba(255, 255, 255, 0.87);
}
#pagetitle .cms-breadcrumb li a:hover {
  color: #fff;
}
#pagetitle.absolute-menu {
  padding: 60px 0px 40px;
}
@media screen and (min-width: 992px) {
  #pagetitle.absolute-menu {
    padding: 190px 0px 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #pagetitle.absolute-menu {
    padding: 290px 0px 100px;
  }
}
@media screen and (max-width: 767px) {
  body #pagetitle {
    background-attachment: inherit;
  }
  body #pagetitle h1.page-title {
    font-size: 30px;
  }
}
.cms-back-blog {
  font-size: 15px;
  font-weight: 500;
}
.cms-back-blog a {
  color: #000;
}
.cms-back-blog a:hover {
  color: #2bbfd9;
}
.cms-back-blog i {
  padding-right: 9px;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.entry-featured {
  position: relative;
}
.entry-featured .post-image {
  margin-bottom: 30px;
}
.entry-featured .post-image a {
  display: block;
}
.entry-featured .post-image span {
  display: inline-block;
}
.entry-featured .post-image img {
  width: auto;
}
.entry-featured .entry-video, .entry-featured .cms-carousel {
  margin-bottom: 30px;
}
.post-meta {
  margin-bottom: 25px;
  font-family: inherit;
}
.post-meta .data {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-meta .data {
    width: calc(100% - 105px);
  }
}
.content-industrial .post-image img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}
.content-industrial .entry-content {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 53px;
}
.format-gallery .entry-featured {
  position: relative;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #2bbfd9;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.single-hentry {
  margin-bottom: 50px;
}
.single-hentry.type-post .entry-holder {
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.single-hentry.type-post .entry-more {
  margin: 30px 0px 20px 0px;
}
.single-hentry.type-post .entry-more .read-more {
  font-size: 13px;
}
.single-hentry.type-post:last-child .entry-holder {
  padding-bottom: 0px;
  border-bottom: 0;
}
.single-hentry:last-child {
  border-bottom: 0px;
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .single-hentry .entry-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hentry .entry-tags a:after {
  content: ",";
}
.single-hentry .entry-tags:last-child:after {
  content: "";
}
.single-hentry.sticky {
  background: #f4f4f4;
  padding: 30px;
}
.single-hentry.sticky .entry-holder {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.entry-meta li:before {
  content: none;
}
.entry-video iframe, .entry-video .wp-video {
  width: 100% !important;
}
.entry-meta li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
  color: #616161;
  font-weight: 700;
}
.entry-meta li a {
  color: #333;
  font-weight: 700;
  font-family: "Muli";
}
.entry-meta li a:hover {
  color: #2bbfd9;
}
.entry-meta li .divider {
  margin: 0px 10px;
}
.entry-meta .fa-thumb-tack {
  margin-right: 4px;
}
.posts-pagination, .wooommerce-pagination ul.page-numbers {
  text-align: center;
}
.posts-pagination .page-numbers, .wooommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #c8c8c8;
  font-weight: 500;
  color: #777;
  padding: 6px 17px;
  margin: 0px 12px 12px 0px;
}
.posts-pagination .page-numbers:last-child, .wooommerce-pagination ul.page-numbers .page-numbers:last-child {
  margin-right: 0px;
}
.posts-pagination .page-numbers.current, .wooommerce-pagination ul.page-numbers .page-numbers.current, .posts-pagination .page-numbers:hover, .wooommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #fff;
  background-color: #2bbfd9;
  border-color: #2bbfd9;
}
.posts-pagination .page-numbers.next, .wooommerce-pagination ul.page-numbers .page-numbers.next, .posts-pagination .page-numbers.prev, .wooommerce-pagination ul.page-numbers .page-numbers.prev {
  width: inherit;
}
.posts-pagination .page-numbers.next:hover, .wooommerce-pagination ul.page-numbers .page-numbers.next:hover, .posts-pagination .page-numbers.prev:hover, .wooommerce-pagination ul.page-numbers .page-numbers.prev:hover {
  color: #2bbfd9;
  background-color: transparent;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}
.first-line p {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
}
.single-post .entry-featured .post-image {
  margin-bottom: 25px;
}
.single-post #pagetitle h1.page-title {
  line-height: normal;
}
.single-post .single-hentry {
  margin-bottom: 0px;
}
.single-post .entry-content {
  margin-bottom: 0px;
}
.single-post .entry-content .post-meta {
  padding-bottom: 6px;
  margin-bottom: 0px;
}
.single-post .entry-content h2 {
  font-size: 40px;
  line-height: 1.2;
}
.single-post .entry-content h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 4px;
}
.single-post .entry-content p {
  margin-bottom: 18px;
  color: #777;
  font-size: 15px;
}
.single-post .entry-content img {
  margin-top: 7px;
  margin-bottom: 7px;
}
.single-post .entry-content .wpb_content_element {
  margin-bottom: 30px;
}
.single-post .entry-content .tag-share {
  margin-top: 5px;
}
.single-post .entry-content .share {
  display: flex;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
}
.single-post .entry-content .social-share {
  list-style: none;
  margin: 0px;
}
.single-post .entry-content .social-share li {
  display: inline-block;
}
.single-post .entry-content .social-share li a {
  color: #5d5d5d;
  margin-left: 25px;
}
.single-post .entry-content .social-share li a:hover {
  color: #2bbfd9;
}
.single-post .entry-content .social-share span {
  display: none;
}
.single-post .entry-content .tags {
  margin-top: 10px;
}
.single-post .entry-content .tags span {
  color: #333;
  font-weight: bold;
}
.single-post .entry-content .tags a {
  display: inline-block;
  font-size: 12px;
  padding: 5px 15px;
  border: 1px solid #e1e1e1;
  margin: 0px 10px 10px 0px;
  color: inherit;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-post .entry-content .tags a:hover {
  color: #2bbfd9;
  border-color: #2bbfd9;
}
.single-post .entry-meta {
  margin-bottom: 8px;
}
.single-post .entry-holder {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .single-post #pagetitle .page-title-content {
    width: 100%;
  }
}
.single-post .entry-content-bottom {
  padding: 24px 0px;
  margin-top: 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  text-align: center;
}
@media (min-width: 992px) {
  .single-post .entry-content-bottom {
    display: flex;
    align-items: center;
  }
}
.single-post .prev-next-post {
  padding: 40px 0px 42px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 30px;
}
.single-post .prev-next-post .col-md-6 {
  padding: 0px;
}
.single-post .prev-next-post .thumb {
  font-size: 35px;
}
.single-post .prev-next-post .link {
  width: calc(100% - 100px);
}
.single-post .prev-next-post .link a {
  font-size: 17px;
  font-family: "Asap";
  color: #222;
  font-weight: 600;
}
.single-post .prev-next-post .link a:hover {
  color: #2bbfd9;
}
.single-post .prev-next-post .link span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.single-post .prev-next-post .previous-post {
  display: flex;
  align-items: center;
}
.single-post .prev-next-post .prev-post .thumb {
  margin-right: 20px;
}
.single-post .prev-next-post .prev-post .link {
  text-align: left;
}
.single-post .prev-next-post .next-post .previous-post {
  justify-content: flex-end;
}
.single-post .prev-next-post .next-post .thumb {
  float: right;
  margin-left: 20px;
}
.single-post .prev-next-post .next-post .link {
  float: right;
  text-align: right;
}
.nectar-love {
  font-size: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .nectar-love {
    margin: 0px auto 20px;
    display: block;
  }
}
.nectar-love .nectar-love-count {
  color: #333;
}
.nectar-love .nectar-love-count i {
  color: #2bbfd9;
  margin-right: 8px;
}
.entry-social-share {
  text-align: center;
}
@media (min-width: 992px) {
  .entry-social-share {
    display: flex;
    align-items: center;
  }
}
.entry-social-share label {
  color: #777;
  font-size: 28px;
  line-height: 34px;
  margin-right: 26px;
}
.entry-social-share .title-share {
  margin-right: 20px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .entry-social-share .title-share {
    display: none;
  }
}
.entry-social-share ul {
  margin: 0;
  list-style: none;
}
.entry-social-share ul li {
  display: inline-block;
}
.entry-social-share ul li:before {
  content: none;
}
.entry-social-share ul li + li {
  margin-left: 16px;
}
.entry-social-share.item-share {
  border-top: 1px solid #f0f0f0;
}
.entry-social-share.item-share ul li + li {
  margin-left: 10px;
}
.entry-social-share.item-share a:not(.btn) {
  padding: 0 15px;
}
.entry-social-share a:not(.btn) {
  font-size: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  line-height: 34px;
  height: 37px;
  width: 37px;
  color: #fff;
  text-align: center;
}
.entry-social-share a:not(.btn) > span {
  display: none;
}
.entry-social-share a:not(.btn).fb-social {
  background: #6a75c8;
}
.entry-social-share a:not(.btn).fb-social:hover {
  color: #6a75c8;
  border-color: #6a75c8;
  background: #fff;
}
.entry-social-share a:not(.btn).tw-social {
  background: #6abaf7;
}
.entry-social-share a:not(.btn).tw-social:hover {
  color: #6abaf7;
  border-color: #6abaf7;
  background: #fff;
}
.entry-social-share a:not(.btn).g-social {
  background: #f05660;
}
.entry-social-share a:not(.btn).g-social:hover {
  color: #f05660;
  border-color: #f05660;
  background: #fff;
}
.entry-social-share a:not(.btn).in-social {
  background: #2e82d9;
}
.entry-social-share a:not(.btn).in-social:hover {
  color: #2e82d9;
  border-color: #2e82d9;
  background: #fff;
}
.entry-social-share a:not(.btn).pin-social {
  background: #bd081c;
}
.entry-social-share a:not(.btn).pin-social:hover {
  color: #bd081c;
  border-color: #bd081c;
  background: #fff;
}
.entry-author-info {
  border-bottom: 1px solid #e3e3e3;
  padding: 40px 0px;
}
.entry-author-info .author-avatar {
  float: left;
}
@media screen and (max-width: 767px) {
  .entry-author-info .author-avatar {
    text-align: center;
    float: none;
  }
}
.entry-author-info .author-avatar img {
  max-width: 70px;
  max-height: 70px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.entry-author-info .author-description {
  float: left;
  padding-left: 30px;
  width: calc(100% - 100px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .entry-author-info .author-description {
    float: none;
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
}
.entry-author-info .author-description h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry-author-info .author-description h3 {
    text-align: center;
  }
}
.entry-author-info .author-description p {
  margin-bottom: 15px;
}
.entry-author-info .author-description ul.user-social {
  list-style: none;
  margin: 0px;
}
.entry-author-info .author-description ul.user-social li {
  display: inline-block;
  margin-right: 30px;
}
.entry-author-info .author-description ul.user-social li:last-child {
  margin-right: 0px;
}
.entry-author-info .author-description ul.user-social li a {
  color: #5d5d5d;
}
.entry-author-info .author-description ul.user-social li a:hover {
  color: #2bbfd9;
}
.post-type-doctor ul li {
  margin-bottom: 10px;
}
.post-type-doctor ul li:last-child {
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .entry-social-share a:not(.btn) {
    padding: 0;
    text-align: center;
  }
  .entry-social-share a:not(.btn) span {
    display: none;
  }
}
@media  {
  .entry-social-share {
    text-align: center;
  }
  .entry-social-share label {
    display: none;
  }
  .entry-social-share ul {
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .single-doctor .card-body {
    padding: 0px 30px 45px 30px !important;
  }
}
.single-service .list-services {
  -webkit-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  overflow: hidden;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 35px;
}
.single-service .list-services h3 {
  font-size: 20px;
  padding: 30px 20px;
  margin-bottom: 0px;
}
.single-service .list-services ul {
  list-style: none;
  margin: 0px;
}
.single-service .list-services ul li a {
  display: block;
  margin-bottom: 3px;
  border-bottom: none;
  padding: 20px 25px;
  border-left: 3px solid transparent;
  background: #f7f7f7;
}
.single-service .list-services ul li:hover a, .single-service .list-services ul li.active a {
  border-color: #2bbfd9;
}
.single-service .service-time-work {
  position: relative;
  padding: 35px 25px 20px;
  text-align: center;
  margin-bottom: 35px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.single-service .service-time-work:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
@media screen and (max-width: 991px) {
  .single-service .service-time-work {
    margin-top: 30px;
  }
}
.single-service .service-time-work h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-align: left;
}
.single-service .service-time-work .time-work {
  position: relative;
  z-index: 9;
}
.single-service .service-time-work table tr:first-child td {
  border: 0px;
}
.single-service .service-time-work table tr td {
  color: #fff;
  font-size: 15px;
  padding: 18px 0px 8px 0px;
}
.single-service .service-time-work table tr td:last-child {
  text-align: right;
}
.single-service .wpb_content_element {
  margin-bottom: 44px;
}
.single-service .post-type-content {
  color: #777;
}
.single-service .post-type-content .first-line {
  margin-bottom: 20px;
}
.single-service .post-type-content .first-line p {
  line-height: 35px;
}
.single-service .post-type-content .wpb_wrapper, .single-service .post-type-content .vc_single_image-wrapper {
  width: 100%;
}
.single-service .post-type-content .wpb_wrapper img, .single-service .post-type-content .vc_single_image-wrapper img {
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .single-service .post-type-content a.btn {
    margin-bottom: 30px;
  }
}
.post-previous-next.style-default {
  padding-top: 12px;
  margin-top: 51px;
  border-top: 1px solid #e5e5e5;
}
.post-previous-next.style-default .nav-item-image {
  height: 200px;
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 12px;
}
.post-previous-next.style-default .nav-item-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-previous-next.style-default h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 17px;
}
.post-previous-next.style-default .nav-item-date, .post-previous-next.style-default span {
  font-size: 15px;
  line-height: 21px;
  color: rgba(119, 119, 119, 0.33);
}
@media screen and (min-width: 768px) {
  .post-previous-next.style-default .nav-link-next span {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .post-previous-next.style-default .nav-link-prev + .nav-link-next {
    margin-top: 30px;
  }
}
.post-previous-next .grid-item span {
  font-size: 18px;
  display: inline-block;
  padding: 30px 0 23px;
}
@media screen and (min-width: 768px) {
  .post-previous-next .grid-item.nav-link-next {
    text-align: right;
  }
}
.post-previous-next.cms-grid-portfolio-layout4 {
  margin-top: 62px;
}
.post-previous-next.cms-grid-portfolio-layout4 .grid-item > span {
  font-size: 15px;
  font-weight: 500;
  padding: 18px 0;
}
.post-previous-next.cms-grid-portfolio-layout4 .item-holder {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.post-previous-next.cms-grid-portfolio-layout4 .nav-link-next .item-holder {
  right: 0;
  left: auto;
}
.content-careers-corporate .post-type-topleft a {
  font-size: 18px;
  color: #373735;
}
.content-careers-corporate .post-type-topleft a:hover {
  color: #2bbfd9;
}
.content-careers-corporate .post-type-topleft h3 {
  font-size: 76px;
  line-height: 96px;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 575px) {
  .content-careers-corporate .post-type-topleft h3 {
    font-size: 36px;
    line-height: normal;
  }
}
.content-careers-corporate .post-type-topright {
  text-align: right;
}
.content-careers-corporate .post-type-topright li {
  color: rgba(55, 55, 53, 0.35);
  margin-bottom: 24px;
}
.content-careers-corporate .post-type-topright li:last-child {
  margin-bottom: 0;
}
.content-careers-corporate .post-type-topright label {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #373735;
}
@media screen and (max-width: 767px) {
  .content-careers-corporate .post-type-topright {
    margin-top: 30px;
    text-align: left;
  }
}
.content-careers-corporate .post-type-content {
  margin-top: 71px;
  margin-left: -30px;
  margin-right: -30px;
  color: rgba(0, 0, 0, 0.66);
}
.content-careers-corporate .post-type-content .line-gap {
  margin-left: 0;
  width: calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
}
.content-careers-corporate .post-type-primary, .content-careers-corporate .post-type-sidebar {
  padding-top: 65px;
  padding-left: 30px;
  padding-right: 30px;
}
.content-careers-corporate .post-type-sidebar + .post-type-primary {
  padding-bottom: 30px;
  border-left: 1px solid #ebebea;
  border-bottom: 1px solid #ebebea;
}
.content-careers-corporate .cms-google-map.style-default {
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.content-careers-corporate .post-type-map {
  margin-top: 55px;
}
.content-careers-corporate .post-type-map > h3 {
  color: #373735;
  font-family: inherit;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.cms-career-similar .cms-career-heading {
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.cms-career-similar .cms-career-item {
  margin-bottom: 30px;
}
.cms-career-similar .cms-career-item .item-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.cms-career-similar .cms-career-item .item-address {
  margin-bottom: 12px;
}
.cms-related-post.cms-grid-blog-layout5 {
  padding-top: 72px;
}
.cms-related-post.cms-grid-blog-layout5 .section-title {
  font-size: 38px;
  color: #2bbfd9;
  text-align: center;
  margin-bottom: 42px;
}
.cms-related-post.cms-grid-blog-layout5 .bg-overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 305px;
  background-color: #2bbfd9;
}
.cms-related-post.cms-grid-blog-layout5 .bg-overlay:before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cms-related-post.cms-grid-blog-layout5 .grid-item-inner {
    margin-bottom: 30px;
  }
}
.cms-related-post.cms-grid-blog-layout6 {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0;
  margin-top: 30px;
}
.cms-related-post.cms-grid-blog-layout6 .section-title {
  font-size: 22px;
}
.cms-related-post.cms-grid-blog-layout6 .bg-overlay {
  height: 280px;
}
.cms-related-post.cms-grid-blog-layout7 {
  margin-top: 30px;
}
.cms-related-post.cms-grid-blog-layout7 .section-title {
  font-size: 30px;
}
.cms-related-post.cms-grid-blog-layout7 .item-featured a {
  height: 310px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  display: block;
  overflow: hidden;
}
.cms-related-post.cms-grid-blog-layout7 .item-title a {
  color: inherit;
}
.cms-related-post.cms-grid-blog-layout7 .item-title a:hover {
  color: #2bbfd9;
}
.cms-related-post.cms-grid-blog-layout7 .grid-item.col-xl-6 {
  display: none;
}
.cms-related-post.cms-grid-blog-layout7 .grid-item.col-xl-6:nth-child(1), .cms-related-post.cms-grid-blog-layout7 .grid-item.col-xl-6:nth-child(2) {
  display: block;
}
.entry-meta {
  margin: 0;
}
.entry-meta li {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.66);
}
.entry-meta li i {
  color: #2bbfd9;
  margin-right: 7px;
}
.entry-meta li a {
  color: inherit;
  text-transform: capitalize;
}
.entry-meta li a:hover {
  color: #2bbfd9;
  text-decoration: none;
}
.entry-meta li.post-meta-author {
  padding-left: 0;
}
.entry-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .entry-title {
    font-size: 35px;
  }
}
.entry-title a {
  color: #222;
}
.entry-title a:hover {
  text-decoration: none;
  color: #2bbfd9;
}
.page-links span.page-links-title {
  margin-right: 10px;
}
.page-links > a, .page-links > span:not(.page-links-title) {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 500;
  background-color: #2bbfd9;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.page-links > a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.33);
}
.page-links > a:hover {
  background-color: #2bbfd9;
  color: #fff;
}
.vc_figure, .vc_single_image-wrapper {
  width: 100%;
}
.vc_figure img, .vc_single_image-wrapper img {
  width: 100%;
}
.widget {
  margin-bottom: 32px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget.rm-margin1 {
  margin-bottom: 14px;
}
.widget.rm-margin2 {
  margin-bottom: 20px;
}
.widget-area .contact-info {
  display: none;
}
.logged-in .hide-logged {
  display: none;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media  {
  .widget_nav_menu.column3 ul.menu li {
    width: 100%;
  }
}
.widget_nav_menu.column2 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media  {
  .widget_nav_menu.column2 ul.menu li {
    width: 100%;
  }
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 15px;
  line-height: 1.777;
  color: #777;
}
#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
  color: #2bbfd9;
}
#content .widget_categories ul.sub-menu li, #content .widget_nav_menu ul.sub-menu li, #content .widget_pages ul.sub-menu li, #content .widget_archive ul.sub-menu li, #content .widget_meta ul.sub-menu li {
  padding-left: 0;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
#content .widget_categories .cat-item a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #2bbfd9;
  margin-right: 10px;
}
.widget_recent_entries li:before, .widget_recent_comments li:before {
  content: none;
}
.widget_recent_entries a, .widget_recent_comments a {
  font-size: 18px;
  line-height: 1.777;
  color: #777;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
#secondary #today {
  color: #fff;
  background: #2bbfd9;
}
#secondary #today a {
  color: #fff;
}
#secondary #today:hover {
  color: #fff;
}
#secondary #today:hover a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  #secondary {
    margin-top: 30px;
  }
}
#secondary .widget {
  margin-bottom: 57px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget {
  margin-bottom: 45px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 40px;
}
#secondary .widget.widget_archive ul.children, #secondary .widget.widget_categories ul.children, #secondary .widget.widget_pages ul.children, #secondary .widget.widget_nav_menu ul.children, #secondary .widget.widget_meta ul.children, #secondary .widget.widget_recent_entries ul.children, #secondary .widget.widget_archive ul.sub-menu, #secondary .widget.widget_categories ul.sub-menu, #secondary .widget.widget_pages ul.sub-menu, #secondary .widget.widget_nav_menu ul.sub-menu, #secondary .widget.widget_meta ul.sub-menu, #secondary .widget.widget_recent_entries ul.sub-menu {
  padding-left: 15px;
}
#secondary .widget.widget_archive li, #secondary .widget.widget_categories li, #secondary .widget.widget_pages li, #secondary .widget.widget_nav_menu li, #secondary .widget.widget_meta li, #secondary .widget.widget_recent_entries li {
  display: block;
  color: #777;
  font-size: 0px;
}
#secondary .widget.widget_archive li:before, #secondary .widget.widget_categories li:before, #secondary .widget.widget_pages li:before, #secondary .widget.widget_nav_menu li:before, #secondary .widget.widget_meta li:before, #secondary .widget.widget_recent_entries li:before {
  content: none;
}
#secondary .widget.widget_archive li:last-child, #secondary .widget.widget_categories li:last-child, #secondary .widget.widget_pages li:last-child, #secondary .widget.widget_nav_menu li:last-child, #secondary .widget.widget_meta li:last-child, #secondary .widget.widget_recent_entries li:last-child {
  margin-bottom: 0px;
}
#secondary .widget.widget_archive li a, #secondary .widget.widget_categories li a, #secondary .widget.widget_pages li a, #secondary .widget.widget_nav_menu li a, #secondary .widget.widget_meta li a, #secondary .widget.widget_recent_entries li a {
  display: block;
  color: #222;
  font-weight: 600;
  font-size: 15px;
  background: #f4f4f4;
  padding: 10px 15px;
  margin-bottom: 3px;
}
#secondary .widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#secondary .widget.widget_search {
  border-bottom: none;
  padding-bottom: 0px;
}
#secondary .widget.widget_search .searchform-wrap {
  position: relative;
}
#secondary .widget.widget_search .searchform-wrap input {
  font-size: 13px;
  padding: 0px 15px;
  height: 45px;
  font-style: italic;
  border: 2px solid #cdcdcd;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#secondary .widget.widget_search .searchform-wrap button {
  position: absolute;
  width: 31px;
  height: 31px;
  right: 7px;
  top: 7px;
  padding: inherit;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-radius: 0px;
}
#secondary .widget.widget_recent_entries li, #secondary .widget.widget_recent_comments li {
  display: block;
  padding: 10px 15px;
  background: #f4f4f4;
  margin-bottom: 3px;
}
#secondary .widget.widget_recent_entries li a, #secondary .widget.widget_recent_comments li a {
  font-size: 15px;
}
#secondary .widget.widget_newsletterwidget .widget-content {
  font-size: 14px;
  line-height: 21px;
  color: rgba(119, 119, 119, 0.66);
}
#secondary .widget.widget_newsletterwidget .widget-content p {
  margin-bottom: 0;
}
#secondary .widget.widget_newsletterwidget .widget-content .tnp-widget {
  margin-top: 33px;
}
#secondary .widget.widget_newsletterwidget .widget-content .tnp-submit {
  font-family: inherit;
  text-transform: capitalize;
}
#secondary .widget.widget_rss .widget-title a {
  color: inherit;
}
#secondary .widget.widget_rss li:before {
  content: none;
}
#secondary .widget.widget_rss a.rsswidget {
  color: rgba(0, 0, 0, 0.87);
}
#secondary .widget.widget_rss a.rsswidget:hover {
  color: #2bbfd9;
}
#secondary .widget .nice-select ul li {
  padding: 12px 10px;
  font-weight: 500;
}
#secondary .widget #wp-calendar {
  margin-bottom: 0;
}
#secondary .widget #wp-calendar caption {
  padding-bottom: 0;
}
#secondary .widget-title {
  font-size: 20px;
  position: relative;
  padding-bottom: 18px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #222;
  font-weight: 500;
  font-style: italic;
}
#secondary .widget-title:after {
  width: 40px;
  height: 3px;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #2bbfd9;
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #2bbfd9;
}
.widget_ef_recent_posts .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
.widget_ef_recent_posts .entry-title a {
  color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #2bbfd9;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social li {
  display: inline-block;
}
.cms-social li:before {
  content: none;
}
.cms-social li + li {
  margin-left: 24px;
}
.cms-social li a {
  color: #646464;
  font-size: 14px;
}
.cms-social li a:hover {
  color: #2bbfd9;
}
.cms-social li span {
  display: none;
}
.vc_wp_custommenu .widgettitle {
  font-size: 24px;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget {
  padding: 28px 34px 34px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_newsletterwidget .widget-title, .widget_newsletterwidget .footer-widget-title {
  color: #2bbfd9;
  font-size: 22px;
}
.widget_newsletterwidget .newsletter-subscription {
  margin: 0;
}
.widget_newsletterwidget .footer-widget-title + p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 35px;
}
.widget_newsletterwidget .tnp-widget {
  margin-top: 32px;
}
.widget_newsletterwidget form {
  position: relative;
}
.widget_newsletterwidget form .tnp-field-email {
  margin: 0;
}
.widget_newsletterwidget form .tnp-field-email label {
  display: none;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1 !important;
  background-color: #fff !important;
  height: 49px !important;
  line-height: 47px;
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
}
.widget_newsletterwidget form .tnp-field-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit {
  color: #fff;
  height: 49px !important;
  width: inherit !important;
  padding: 0 20px;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 500;
  border: none !important;
  position: absolute !important;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  top: 0;
  right: 0;
  text-transform: capitalize;
  background-color: #2bbfd9;
  border-color: #2bbfd9;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
  background-color: #4ec9df;
  border-color: #4ec9df;
}
.widget_cms_recent_posts .entry-brief {
  margin-bottom: 35px;
}
.widget_cms_recent_posts .entry-brief:last-child {
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-media {
  width: 70px;
  float: left;
  margin-right: 24px;
}
.widget_cms_recent_posts .entry-media + .entry-content {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -ms-calc(100% - 110px);
  width: -o-calc(100% - 110px);
  width: calc(100% - 110px);
}
.widget_cms_recent_posts .entry-content {
  float: left;
  padding-top: 4px;
  margin-bottom: 0px;
}
.widget_cms_recent_posts .entry-title {
  font-size: 15px;
  line-height: normal;
  margin-top: -8px;
  margin-bottom: 10px;
  font-weight: 500;
}
.widget_cms_recent_posts .entry-title a:hover {
  color: #2bbfd9;
}
.widget_cms_recent_posts .entry-meta li {
  font-size: 12px;
  color: rgba(119, 119, 119, 0.5);
  margin: 0px;
}
.widget_instagram .widget-images {
  margin: 0px -3px 0px;
}
.widget_instagram .widget-images .col-img-4 {
  padding: 0px 3px;
  float: left;
  width: 33.33333%;
  margin-bottom: 6px;
}
.widget_instagram .widget-images .col-img-4 a {
  display: block;
  position: relative;
}
.widget_instagram .widget-images .col-img-4 a:after {
  content: "\f06e";
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  color: #fff;
  top: 10px;
  left: 10px;
  background: #2bbfd9;
  z-index: 9;
}
.widget_instagram .widget-images .col-img-4 a:hover:after {
  opacity: 0.7;
}
.widget_instagram .widget-images .col-img-4 img {
  border-radius: 3px;
  width: 100%;
}
.widget_tag_cloud {
  padding-bottom: 33px !important;
}
.tagcloud:after {
  content: '';
  display: block;
  clear: both;
}
.tagcloud a {
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #777;
  display: inline-block;
  font-size: 15px !important;
  letter-spacing: 0.035em;
  margin-bottom: 12px;
  margin-right: 11px;
  padding: 5px 27px;
  float: left;
}
.tagcloud a:hover {
  color: #fff;
  background: #2bbfd9;
  border-color: #2bbfd9;
}
.widget_cs_social_widget .cms-social:after {
  content: '';
  display: block;
  clear: both;
}
.widget_cs_social_widget .cms-social li {
  float: left;
  margin: 0px 10px 0px 0px;
}
.widget_cs_social_widget .cms-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 1px;
  border: 1px solid #2bbfd9;
  color: #fff;
  background: #2bbfd9;
  font-size: 20px;
}
.widget_cs_social_widget .cms-social li a:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}
.widget_media_image.footer2 {
  margin-top: -40px;
  margin-bottom: 46px;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery-columns-5 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-columns-6 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery-columns-7 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-7 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
}
.gallery-columns-8 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
.gallery-caption {
  display: block;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area .comment-list-wrap {
  margin-top: 60px;
}
.comments-area .comment-respond {
  padding-top: 40px;
}
.comments-area .comment-respond > h3 {
  font-size: 20px;
  font-style: italic;
}
.comments-area .comment-respond textarea, .comments-area .comment-respond input[type="text"] {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
}
.comments-area .comment-respond textarea::placeholder, .comments-area .comment-respond input[type="text"]::placeholder {
  font-style: italic;
}
.comments-area .comment-respond textarea:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder {
  font-style: italic;
}
.comments-area .comment-respond textarea::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder {
  font-style: italic;
}
.comments-area .comment-respond textarea:focus, .comments-area .comment-respond input[type="text"]:focus {
  border-color: #2bbfd9;
  box-shadow: none;
}
.comments-area .comment-respond textarea {
  height: 120px;
}
.comments-area .comment-respond .form-submit {
  margin-bottom: 0px;
}
.comments-area .comment-respond input[type="submit"] {
  display: block;
  width: 100%;
}
.comments-area ul {
  margin: 0px;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li {
  list-style-position: inherit;
}
.comment-list li .children {
  padding-left: 90px;
}
.comment-list li .children > li {
  padding-top: 40px;
}
.comment-list > li {
  margin-bottom: 30px;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list ul.children {
  list-style: none;
}
.comment-media {
  max-width: 98px;
  float: left;
}
.comment-media img {
  border-radius: 50%;
  border: 2px solid #2bbfd9;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .comment-media img {
    width: 98px;
  }
}
.comment-title {
  text-transform: capitalize;
  font-size: 17px;
}
.comment-date {
  text-transform: none;
  font-family: "Muli";
  font-weight: normal;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  margin-left: 17px;
}
.comment-date span {
  text-transform: uppercase;
}
.comment-text {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
}
.comment-text p:last-child {
  margin-bottom: 0;
}
.comment-content {
  display: table;
  padding-left: 20px;
  vertical-align: top;
}
.comment-reply {
  line-height: 1;
}
.comment-reply a {
  font-weight: 700;
}
.comment-body {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 60px;
}
.comment-body .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #9d9d9d;
  font-size: 14px;
  z-index: 99;
}
.comment-body .comment-reply-link i {
  font-size: 22px;
  color: #2bbfd9;
}
.comments-area .comment-list > li {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.comments-area .comment-title {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
}
.comments-area .comment-date {
  font-size: 13px;
  color: #565656;
  margin: 0px;
}
.comments-area .comments-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
}
.logged-in-as a {
  color: #616161;
}
.logged-in-as a:hover {
  color: #2bbfd9;
}
@media screen and (max-width: 575px) {
  .comment-inner {
    text-align: center;
  }
  .comment-media {
    float: none;
    display: inline-block;
  }
  .comment-content {
    padding-left: 0;
    padding-top: 15px;
    display: block;
  }
  .comment-list li .children {
    padding-left: 0;
  }
  .comment-list li .children > li > .comment-body {
    border: none;
  }
}
.site-footer {
  background: #222;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 26px;
  font-family: ;
}
.site-footer li:before {
  content: none;
}
.site-footer .bg-overlay:before {
  z-index: -1;
}
.site-footer .top-footer {
  padding: 110px 0 60px;
  font-size: 15px;
  border-bottom: 1px solid #434343;
}
.site-footer .top-footer.has-cta {
  padding-top: 70px;
}
.site-footer .top-footer.has-cta .fr-call-to-action {
  background: #2bbfd9;
  margin-bottom: 70px;
  padding: 10px 30px;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer.has-cta .fr-call-to-action {
    padding: 25px 30px;
  }
}
.site-footer .top-footer .widget_media_image {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .site-footer .top-footer .widget_nav_menu {
    padding-left: 40px;
  }
}
.site-footer .top-footer .widget_nav_menu ul.menu li {
  font-size: 15px;
}
.site-footer .top-footer .widget_nav_menu ul.menu li a {
  color: rgba(255, 255, 255, .7);
}
.site-footer .top-footer .widget_nav_menu ul.menu li a:hover {
  color: #2bbfd9;
}
.site-footer .top-footer .footer-quick-contact ul {
  margin: 0px;
}
.site-footer .top-footer .footer-quick-contact li {
  list-style: none;
  margin-bottom: 15px;
  display: block;
}
.site-footer .top-footer .footer-quick-contact li:last-child {
  margin-bottom: 0px;
}
.site-footer .top-footer .footer-quick-contact li:hover a {
  color: rgba(255, 255, 255, .7);
}
.site-footer .top-footer .footer-quick-contact li:hover > span {
  background: #2bbfd9;
  color: #fff;
}
.site-footer .top-footer .footer-quick-contact li > span {
  float: left;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #2bbfd9;
  margin-right: 15px;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
}
.site-footer .top-footer .footer-quick-contact li a {
  float: left;
  width: calc(100% - 55px);
  margin-top: 6px;
}
.site-footer .top-footer .menu-footer-container li {
  margin-bottom: 10px;
}
.site-footer .top-footer .menu-footer-container li:last-child {
  margin-bottom: 0px;
}
.site-footer .top-footer .menu-footer-container li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: 12px;
  color: #2bbfd9;
}
.site-footer .top-footer .widget_cs_social_widget ul.contact-info {
  margin: 0px;
}
.site-footer .top-footer .widget_cs_social_widget ul.contact-info li {
  margin-bottom: 10px;
  list-style: none;
}
.site-footer .top-footer .widget_cs_social_widget ul.contact-info li a {
  color: rgba(255, 255, 255, .7);
}
.site-footer .top-footer .widget_cs_social_widget ul.contact-info li a i {
  color: #2bbfd9;
  margin-right: 10px;
}
.site-footer .top-footer .widget_cs_social_widget ul.contact-info li a:hover {
  color: #2bbfd9;
}
.site-footer .top-footer .widget_cs_social_widget .cms-social {
  margin-left: 0px;
  margin-top: 30px;
}
.site-footer .top-footer .widget_cs_social_widget .cms-social li {
  margin-bottom: 10px;
}
.site-footer .top-footer .widget_cs_social_widget .cms-social li a {
  color: #fff;
  border: 0px;
  border-radius: 0px;
  background: #2bbfd9;
}
.site-footer .top-footer .widget_cs_social_widget .cms-social li a:hover {
  background: #333;
  color: #fff;
}
.site-footer .top-footer .widget-title, .site-footer .top-footer .footer-widget-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 10px 0px 40px;
  text-transform: capitalize;
  font-family: "Muli";
}
@media (min-width: 992px) {
  .site-footer .top-footer .widget-title, .site-footer .top-footer .footer-widget-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer .cms-footer-item {
    margin-top: 40px;
  }
  .site-footer .top-footer .cms-footer-item:nth-child(1), .site-footer .top-footer .cms-footer-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer .cms-footer-item:nth-child(2) {
    margin-top: 40px;
  }
}
.site-footer .top-footer .wpcf7-form .wpcf7-text, .site-footer .top-footer .wpcf7-form .wpcf7-textarea {
  border: 1px solid transparent;
  padding: 0px 15px;
  font-style: italic;
  border-radius: 4px;
  background: #565656;
  color: #999;
}
.site-footer .top-footer .wpcf7-form .wpcf7-text:focus, .site-footer .top-footer .wpcf7-form .wpcf7-textarea:focus {
  border: 1px solid #2bbfd9;
}
.site-footer .top-footer .wpcf7-form .wpcf7-text {
  margin-top: 5px;
}
.site-footer .top-footer .wpcf7-form .wpcf7-textarea {
  height: 90px;
  padding: 5px 15px;
  display: block;
}
.site-footer .top-footer .wpcf7-form .wpcf7-submit {
  font-size: 14px;
  padding: 0px 30px;
  line-height: 45px;
  border: none;
  font-weight: 600;
}
.site-footer .top-footer .wpcf7-form .wpcf7-submit:hover {
  background: #fff;
  color: #2bbfd9;
}
@media screen and (max-width: 767px) {
  .site-footer .top-footer .cms-contact-form-layout-1.widget {
    max-width: 355px;
  }
}
.site-footer .bottom-footer {
  padding: 25px 0;
  position: relative;
  color: #999;
}
.site-footer .bottom-footer p {
  margin: 0px;
}
.site-footer .bottom-footer a {
  color: #fff;
}
.site-footer .bottom-footer a:hover {
  color: #2bbfd9;
}
.site-footer .bottom-footer .bf-gap {
  background-color: #e0e0e3;
  height: 1px;
  left: 0;
  margin: auto;
  max-width: 1170px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.site-footer .widget_newsletterwidgetminimal form {
  position: relative;
  max-width: 290px;
}
.site-footer .widget_newsletterwidgetminimal .tnp-email {
  height: 45px;
  background: transparent;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 20px;
  color: rgba(255, 255, 255, .7);
}
.site-footer .widget_newsletterwidgetminimal .tnp-submit {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 31px;
  height: 31px;
  background: url('../images/arrow.png');
  font-size: 0px;
  border: 0px;
}
.site-footer .bottom-footer-social.social-icon a {
  padding: 0;
}
.site-footer .bottom-footer-social.social-icon a i {
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #2bbfd9;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.site-footer .bottom-footer-social.social-icon a i:hover {
  opacity: 0.8;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-linkedin {
  background-color: #0077b5;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-skype {
  background-color: #00aff0;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-yelp {
  background-color: #af0606;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-pinterest {
  background-color: #bd081c;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-tumblr {
  background-color: #34465d;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-vimeo {
  background-color: #1ab7ea;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-youtube {
  background-color: #cd201f;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-google-plus {
  background-color: #dd4b39;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-facebook {
  background-color: #3b5999;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-twitter {
  background-color: #55acee;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-instagram {
  background-color: #e4405f;
}
.site-footer .bottom-footer-social.social-icon a:before {
  display: none;
}
.site-footer .bottom-footer-social.social-icon a + a {
  margin-left: 15px;
}
.cta-footer-inner {
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
  padding: 48px 0;
}
.cta-footer-inner h3 {
  font-size: 28px;
  color: #fff;
  line-height: normal;
  display: inline-block;
  margin: 10px 46px 10px 0;
}
.cta-footer-inner .cta-footer-meta {
  font-size: 24px;
  line-height: normal;
  display: inline-block;
  margin: 10px 0;
}
.cta-footer-inner .cta-footer-meta span {
  color: rgba(255, 255, 255, 0.45);
  display: none;
}
.cta-footer-inner .cta-footer-meta a {
  color: #fff;
}
.cta-footer-inner .cta-footer-meta a:hover {
  color: #333;
}
.cta-footer-inner .cta-footer-meta a + a span {
  display: inline-block;
}
.scroll-top {
  background-color: #2bbfd9;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  height: 45px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 45px;
  font-size: 22px;
  z-index: 999;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scroll-top:focus, .scroll-top:active {
  background-color: #2bbfd9;
  color: #fff;
}
.scroll-top:hover {
  background-color: #24aec7;
  color: #fff;
}
.scroll-top.on {
  visibility: visible;
  opacity: 1;
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  .scroll-top.on {
    right: 0px;
    bottom: 0px;
  }
}
.scroll-top i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
@media screen and (max-width: 991px) {
  .top-footer::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-footer::after {
    display: none;
  }
}
.cms-grid .item-featured img {
  width: 100%;
}
.cms-grid .cms-grid-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 0px;
}
.cms-grid .item-title {
  font-size: 24px;
  line-height: 1.33;
}
.cms-grid .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #2bbfd9;
}
@media screen and (max-width: 767px) {
  .cms-grid .cms-grid-inner {
    margin: 0 -15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item {
    padding: 15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item .grid-item-inner {
    margin-top: 0 !important;
  }
}
.cms-grid .cms-grid-pagination {
  margin-top: 35px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap {
  margin-bottom: 38px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 16px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: rgba(43, 191, 217, 0.33);
}
.grid-filter-wrap.align-left span:first-child {
  padding-left: 0;
}
.grid-filter-wrap.align-right span:last-child {
  padding-left: 0;
}
.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
  color: #2bbfd9 !important;
}
.grid-filter-wrap.filter-primary span.active, .grid-filter-wrap.filter-primary span:hover {
  color: #2bbfd9 !important;
}
.grid-filter-wrap.filter-small {
  margin-bottom: 48px;
}
.grid-filter-wrap.filter-small span {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.cms-grid-header {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
.cms-grid-header > h3 {
  margin: 0;
  font-size: 40px;
  letter-spacing: 0.03em;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .cms-grid-header {
    display: block;
  }
  .cms-grid-header > h3 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cms-grid-header .nice-select {
    margin: 15px 0 0;
  }
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-arrows-middle .owl-nav {
  display: block !important;
}
.owl-arrows-middle .owl-nav .owl-prev, .owl-arrows-middle .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle .owl-nav .owl-prev {
  left: -54px;
}
.owl-arrows-middle .owl-nav .owl-next {
  right: -54px;
}
.owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
  height: 185px;
  line-height: 185px;
  width: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #2bbfd9;
  text-align: center;
}
.owl-arrows-middle-big .owl-prev i, .owl-arrows-middle-big .owl-next i {
  font-size: 21px;
  color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-arrows-middle-big .owl-prev {
  left: -15px;
}
.owl-arrows-middle-big .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-big .owl-prev:hover i {
  margin-left: -15px;
}
.owl-arrows-middle-big .owl-next {
  right: -15px;
}
.owl-arrows-middle-big .owl-next i:before {
  content: "\f301";
}
.owl-arrows-middle-big .owl-next:hover i {
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
    width: 45px;
    height: 90px;
    line-height: 90px;
  }
}
.owl-arrows-middle-circle .owl-nav .owl-prev, .owl-arrows-middle-circle .owl-nav .owl-next {
  border: 2px solid #2bbfd9;
  border-radius: 100%;
  color: #2bbfd9;
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle-circle .owl-nav .owl-prev:hover, .owl-arrows-middle-circle .owl-nav .owl-next:hover {
  border-color: #2bbfd9;
  background-color: #2bbfd9;
  color: #fff;
}
.owl-arrows-middle-circle .owl-nav .owl-prev {
  left: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-circle .owl-nav .owl-next {
  right: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-next i:before {
  content: "\f301";
}
@media screen and (min-width: 1400px) {
  .owl-arrows-middle-circle .owl-nav .owl-prev {
    left: -70px;
  }
  .owl-arrows-middle-circle .owl-nav .owl-next {
    right: -70px;
  }
}
@media screen and (max-width: 1399px) {
  .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-prev, .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-next {
    border-color: #fff;
    color: #fff;
  }
  .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-prev, .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-next {
    position: static;
    margin: 60px 15px 0;
  }
}
.cms-carousel-filter {
  margin-bottom: 25px;
  /* Page Loading */
}
.cms-carousel-filter .cms-filter-item {
  font-size: 24px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin: 0 38px 10px 0;
  display: inline-block;
}
.cms-carousel-filter .cms-filter-item.cms-filter-active, .cms-carousel-filter .cms-filter-item:hover {
  color: #2bbfd9;
  cursor: pointer;
}
#cms-loadding, #apply-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spin, #apply-loadding .loading-spin {
  display: block;
  height: 65px;
  margin: -32px auto 0;
  position: relative;
  top: 50%;
  width: 65px;
}
#cms-loadding .loading-spin .spinner, #apply-loadding .loading-spin .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin-rotate-all 1s linear infinite;
  animation: spin-rotate-all 1s linear infinite;
}
#cms-loadding .loading-spin .spinner .right-side, #apply-loadding .loading-spin .spinner .right-side, #cms-loadding .loading-spin .spinner .left-side, #apply-loadding .loading-spin .spinner .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
  animation: spin-fade-in-first 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side, #apply-loadding .loading-spin .spinner .left-side {
  left: 0;
}
#cms-loadding .loading-spin .spinner .right-side, #apply-loadding .loading-spin .spinner .right-side {
  right: 0;
}
#cms-loadding .loading-spin .spinner.color-2 .right-side, #apply-loadding .loading-spin .spinner.color-2 .right-side, #cms-loadding .loading-spin .spinner.color-2 .left-side, #apply-loadding .loading-spin .spinner.color-2 .left-side {
  -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
  animation: spin-fade-in-second 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .bar, #apply-loadding .loading-spin .spinner .bar {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px 0 0 200px;
  -khtml-border-radius: 200px 0 0 200px;
  -moz-border-radius: 200px 0 0 200px;
  -ms-border-radius: 200px 0 0 200px;
  -o-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
  border: 6px solid #2bbfd9;
  position: relative;
}
#cms-loadding .loading-spin .spinner .bar:after, #apply-loadding .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #2bbfd9;
  position: absolute;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#cms-loadding .loading-spin .spinner .right-side .bar, #apply-loadding .loading-spin .spinner .right-side .bar {
  -webkit-border-radius: 0 200px 200px 0;
  -khtml-border-radius: 0 200px 200px 0;
  -moz-border-radius: 0 200px 200px 0;
  -ms-border-radius: 0 200px 200px 0;
  -o-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: spin-rotate-right 0.75s linear infinite alternate;
  animation: spin-rotate-right 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .right-side .bar:after, #apply-loadding .loading-spin .spinner .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}
#cms-loadding .loading-spin .spinner .left-side .bar, #apply-loadding .loading-spin .spinner .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: spin-rotate-left 0.75s linear infinite alternate;
  animation: spin-rotate-left 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side .bar:after, #apply-loadding .loading-spin .spinner .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}
#apply-loadding {
  background-color: rgba(255, 255, 255, 0.9);
}
.nav-tabs.cms-tabs {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
  margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 13px;
  color: rgba(119, 119, 119, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #777;
}
.entry-footer .entry-edit-link {
  display: none;
}
div.pp_overlay {
  z-index: 9999 !important;
  opacity: 0.85 !important;
}
.cms-close {
  display: block;
  height: 22px;
  line-height: 22px;
  width: 22px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  right: 10px;
  top: 10px;
  opacity: 0;
}
.cms-close:before, .cms-close:after {
  background-color: #777;
  width: 10px;
  top: 11px;
  z-index: 999;
}
.cms-close:hover {
  background-color: #2bbfd9;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: #fff;
}
.cms-modal {
  background-color: rgba(51, 51, 51, 0.87);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.cms-modal .cms-modal-inner {
  padding: 0 15px;
  max-width: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 500ms;
}
.cms-modal.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.cms-modal.open .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  -khtml-transform: translate(-50%, -50%) scaleX(1);
  -moz-transform: translate(-50%, -50%) scaleX(1);
  -ms-transform: translate(-50%, -50%) scaleX(1);
  -o-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}
.cms-modal.remove {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition-delay: 500ms;
}
.cms-modal.remove .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  transition-delay: 0ms;
}
.cms-modal .cms-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}
.cms-modal .cms-close:before, .cms-modal .cms-close:after {
  background-color: #fff;
}
.cms-modal .cms-close:hover:before, .cms-modal .cms-close:hover:after {
  background-color: #2bbfd9;
}
@media screen and (max-width: 767px) {
  .cms-modal .cms-close {
    display: block;
  }
}
.cms-modal .cms-contact-form-footer {
  text-align: center;
  padding-top: 35px;
  color: #fff;
}
.cms-modal .cms-contact-form-footer > h3 {
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 10px;
}
.cms-modal .cms-contact-form-footer > h6 {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.nav-tabs-none {
  border: none;
}
.nav-tabs-none li.nav-item {
  margin: 0;
}
.nav-tabs-none li.nav-item a.nav-link {
  border: none;
  padding: 0;
}
.rev_slider_wrapper .custom .tp-bullet {
  height: 11px;
  width: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background: none;
}
.rev_slider_wrapper .custom .tp-bullet.selected {
  background-color: #fff;
}
.test-row {
  height: 100px;
  background-color: #2bbfd9;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #2bbfd9;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  border: none;
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.overlay-primary {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2bbfd9;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-text-with-icon.default {
  border: 1px solid #2bbfd9;
  padding: 30px 15px;
  border-radius: 3px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .fr-text-with-icon.default {
    display: flex;
    padding: 40px 30px;
  }
}
.fr-text-with-icon.default .icon {
  margin: 0px 0px 20px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .fr-text-with-icon.default .icon {
    margin: 0px 20px 0px 0px;
  }
}
.fr-text-with-icon.default .icon i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2bbfd9;
  color: #fff;
  text-align: center;
  padding-top: 12px;
}
.fr-text-with-icon.default .text p {
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
  color: #333;
}
.fr-text-with-icon.layout1 {
  border: 1px solid #c8c8c8;
  padding: 30px 30px 40px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .fr-text-with-icon.layout1 {
    margin-bottom: 30px;
  }
}
.fr-text-with-icon.layout1 .icon-with-title {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.fr-text-with-icon.layout1 .icon-with-title .icon {
  width: 35px;
  height: 35px;
  padding-top: 8px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #2bbfd9;
  color: #2bbfd9;
  text-align: center;
  margin-right: 13px;
}
.fr-text-with-icon.layout1 .icon-with-title .text h4 {
  font-size: 17px;
  font-family: Poppins;
  margin: 0px;
  color: #333;
  margin-bottom: 5px;
}
.fr-text-with-icon.layout1 .icon-with-title .text p {
  font-size: 13px;
  color: inherit;
  margin: 0px;
}
.fr-text-with-icon.layout1 .content p {
  margin-bottom: 0px;
}
.single-doctor {
  color: #777;
  font-size: 15px;
}
.single-doctor .side-doctor-info {
  border-radius: 3px;
  box-shadow: 1px 1px 40px rgba(0, 0, 0, .1);
  margin-bottom: 40px;
}
.single-doctor .side-doctor-info li:before {
  content: none;
}
.single-doctor .side-doctor-info .post-image img {
  border-radius: 3px;
  width: 100%;
}
.single-doctor .side-doctor-info .doctor-title {
  padding: 24px 25px 20px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 17px;
}
.single-doctor .side-doctor-info .doctor-title h3 {
  display: inline-block;
  color: #333;
  font-size: 25px;
  margin: 0px;
}
.single-doctor .side-doctor-info .doctor-contact {
  padding: 30px 25px;
  border-bottom: 1px solid #dcdcdc;
}
.single-doctor .side-doctor-info .doctor-contact .contact {
  margin: 0px;
}
.single-doctor .side-doctor-info .doctor-contact .contact li {
  list-style: none;
  margin-bottom: 17px;
}
.single-doctor .side-doctor-info .doctor-contact .contact li span {
  margin-top: 8px;
  display: inline-block;
}
.single-doctor .side-doctor-info .doctor-contact .contact li > a {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  color: #2bbfd9;
  border: 1px solid #2bbfd9;
  margin-right: 17px;
  text-align: center;
  padding-top: 7px;
}
.single-doctor .side-doctor-info .doctor-contact .contact li > a:hover {
  background: #2bbfd9;
  color: #fff;
}
.single-doctor .side-doctor-info .doctor-contact .contact li:last-child {
  margin-bottom: 0px;
}
.single-doctor .side-doctor-info .doctor-contact .social {
  margin: 0px;
}
.single-doctor .side-doctor-info .doctor-contact .social li {
  display: inline-block;
  list-style: none;
  margin: 0px;
}
.single-doctor .side-doctor-info .doctor-contact .social li a {
  border: 1px solid #2bbfd9;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #2bbfd9;
  text-align: center;
  margin: 0px 10px 10px 0px;
  border-radius: 3px;
  padding-top: 5px;
  font-size: 20px;
}
.single-doctor .side-doctor-info .doctor-contact .social li a:hover {
  background: #2bbfd9;
  color: #fff;
}
.single-doctor .side-doctor-info .doctor-contact .social li:last-child a {
  margin-right: 0;
}
.single-doctor .side-doctor-info .time-work {
  padding: 20px 25px 28px;
}
.single-doctor .side-doctor-info .time-work table {
  border: none;
  margin: 0px;
}
.single-doctor .side-doctor-info .time-work table tr td {
  border: none;
  line-height: 1;
  padding-bottom: 20px;
}
.single-doctor .side-doctor-info .time-work table tr td:first-child {
  font-weight: 600;
  color: #222;
  font-family: "Asap";
}
.single-doctor .side-doctor-info .time-work table tr:last-child td {
  padding-bottom: 0px;
}
.single-doctor .text-excerpt p {
  font-size: 20px;
}
.single-doctor .btn-sidebar {
  display: block;
  margin-bottom: 35px;
}
.single-doctor .fr-list-content li {
  color: inherit;
}
.single-doctor .fr-list-content i.fa-check {
  width: 10px;
  height: 10px;
}
.single-doctor .fr-list-content i.fa-check:before {
  content: '';
}
.single-doctor .form-appointment.layout1 {
  display: none;
}
.single-doctor .form-appointment.layout1.active {
  display: block;
}
.progress-item {
  margin-bottom: 30px;
}
.progress-item p {
  font-size: 15px;
  color: #333;
  margin-bottom: 9px;
}
.progress-item p span {
  float: right;
}
.progress-item .progress {
  height: 10px;
  background: none;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  position: relative;
  overflow: inherit;
}
.progress-item .progress .progress-bar {
  background: #2bbfd9;
  border: 1px solid #2bbfd9;
  height: 10px;
  position: absolute;
  border-radius: 4px;
  top: -1px;
  left: -1px;
}
.fr-fancybox.default {
  padding: 50px 30px;
  height: 100%;
}
.fr-fancybox.default .item-icon {
  background: rgba(255, 255, 255, .15);
  padding: 15px;
  margin-bottom: 30px;
  font-size: 50px;
  width: 85px;
  height: 85px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fr-fancybox.default .item-title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
.fr-fancybox.default .item-description {
  color: #fff;
}
.fr-fancybox.layout1 .item-header {
  display: flex;
}
.fr-fancybox.layout1 .item-header span {
  font-family: Poppins;
  color: #b7b7b7;
  font-size: 50px;
  font-weight: 600;
  font-style: italic;
  margin-right: 25px;
  line-height: 1;
}
.fr-fancybox.layout1 .item-header .subtitle {
  font-size: 15px;
  color: #2bbfd9;
  margin-bottom: 12px;
  font-weight: 400;
}
.fr-fancybox.layout1 .item-header .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fr-fancybox.layout1 .item-content .item-description {
  font-weight: 500;
}
.fr-fancybox.layout2 {
  padding: 35px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.fr-fancybox.layout2 .fr-fancybox-inner .item-icon {
  font-size: 50px;
  color: #2bbfd9;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-fancybox.layout2 .fr-fancybox-inner .item-content h3 {
  font-weight: 600;
  margin: 5px 0px 15px;
  font-size: 20px;
}
.fr-fancybox.layout2:hover {
  border-color: transparent;
}
.fr-fancybox.layout2:hover .item-icon {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.fr-fancybox.layout3 {
  padding: 45px 45px 40px;
  text-align: center;
}
.fr-fancybox.layout3 .item-icon i {
  font-size: 55px;
  margin-bottom: 35px;
  color: #2bbfd9;
  display: inline-block;
}
.fr-fancybox.layout3 .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.fr-fancybox.layout3 .item-description {
  margin-bottom: 30px;
}
.fr-fancybox.layout3 .action-link {
  text-transform: uppercase;
  color: #2bbfd9;
  font-size: 13px;
  font-weight: 600;
  font-family: Poppins;
}
.fr-fancybox.layout3 .action-link i {
  width: 0px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-fancybox.layout3 .action-link:hover i {
  width: 13px;
  margin-right: 10px;
}
.fr-fancybox.layout4 {
  padding: 30px;
  border: 1px solid #2bbfd9;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.fr-fancybox.layout4 .item-icon {
  display: flex;
}
.fr-fancybox.layout4 .item-icon img {
  max-width: 60px;
  max-height: 60px;
  margin-right: 20px;
}
.fr-fancybox.layout4 .item-icon .item-title {
  font-size: 20px;
  line-height: 1.4;
  width: calc(100% - 80px);
}
.fr-fancybox.layout4 .button {
  margin-top: 10px;
}
.fr-fancybox.layout5 .fr-fancybox-inner {
  display: flex;
}
.fr-fancybox.layout5 .item-icon {
  float: left;
  width: 75px;
  height: 75px;
  font-size: 32px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #2bbfd9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.fr-fancybox.layout5 .item-content {
  float: left;
  max-width: 350px;
  width: calc(100% - 110px);
  text-align: left;
}
.fr-fancybox.layout5 .item-content .item-title {
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.fr-fancybox.layout5 .item-content .item-description {
  color: #fff;
}
.single-block-image figure {
  width: 100%;
}
.single-block-image figure div {
  width: inherit;
}
.single-block-image figure div img {
  width: inherit;
}
.block-text-right {
  font-size: 15px;
  color: #777;
}
.block-text-right p {
  font-size: inherit;
}
.fr-lists ul {
  margin: 0px;
}
.fr-lists ul li {
  list-style: none;
}
.fr-lists-layout1 li:before {
  content: none;
}
.fr-lists-layout1 ul {
  list-style: none;
}
.fr-lists-layout1 ul li {
  padding-left: 24px;
  font-size: 15px;
  line-height: 36px;
  position: relative;
  color: inherit;
}
.fr-lists-layout1 ul i {
  font-size: 15px;
  line-height: 0.6;
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  padding: 2px;
  text-align: center;
  color: #2bbfd9;
  border-radius: 2px;
}
.fr-lists-layout1 ul i.fa-circle {
  font-size: 9px;
  top: 13px;
}
.fr-lists-layout1 ul i:before {
  line-height: 1px;
}
.fr-lists-layout1.style-round ul {
  line-height: 28px;
}
.fr-lists-layout1.style-round ul li {
  padding-left: 21px;
}
.fr-lists-layout1.style-round ul li i {
  font-size: 8px;
  color: #000;
}
.fr-lists-layout1.style-round ul li i:before {
  content: "\f26d";
}
.fr-lists-layout2 .fr-list-inner .fr-list-content ul {
  margin-bottom: 40px;
}
.fr-lists-layout2 .fr-list-inner .fr-list-content ul li {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  padding: 8px 0px;
  margin-bottom: 16px;
}
.fr-lists-layout2 .fr-list-inner .fr-list-content ul li:last-child {
  margin: 0px;
}
.fr-lists-layout2 .fr-list-inner .fr-list-content ul li .service-name {
  float: left;
}
.fr-lists-layout2 .fr-list-inner .fr-list-content ul li .service-cost {
  float: right;
}
.vc_col-lg-6 {
  display: flex;
  flex-wrap: wrap;
}
.fr-lists-layout3 {
  padding: 0px 18px;
}
.fr-lists-layout3 li:before {
  content: '';
  border: 3px solid #7fc0f1;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 13px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #2bbfd9;
}
.fr-lists-layout3.style2 {
  padding: 0px;
}
.fr-lists-layout3.style2 li:before {
  border: none;
}
.fr-lists-layout3 .fr-list-inner .fr-list-content ul {
  margin-bottom: 0px;
}
.fr-lists-layout3 .fr-list-inner .fr-list-content ul li {
  padding-left: 24px;
  position: relative;
}
.fr-lists-layout4 .fr-list-content ul li {
  list-style: none;
}
.fr-lists-layout4 .fr-list-content ul li .number {
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2bbfd9;
  background: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #2bbfd9;
  float: left;
  font-size: 25px;
}
.fr-lists-layout4 .fr-list-content ul li .content {
  float: left;
  width: calc(100% - 58px);
  padding: 0px 0px 20px 25px;
}
.fr-lists-layout4 .fr-list-content ul li .content h3 {
  margin-bottom: 15px;
}
.fr-lists-layout4 .fr-list-content ul li .content p {
  margin-bottom: 4px;
}
.fr-lists-layout4 .fr-list-content ul li:hover .number {
  background: #2bbfd9;
  color: #fff;
}
.dtp {
  max-height: 100%;
  overflow-y: auto;
}
.form-appointment {
  background: #fff;
  padding: 70px 45px;
}
.form-appointment.form-no-padding {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .form-appointment {
    padding: 30px 15px;
  }
}
.form-appointment .cms-heading-layout {
  margin-bottom: 30px;
}
.form-appointment .cms-heading-layout.layout1:after {
  left: 0px;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.form-appointment .cms-heading-layout.layout1 .text label {
  color: #2bbfd9;
}
.form-appointment select, .form-appointment .form-control {
  color: #333;
  margin-bottom: 17px;
  font-size: 13px;
  border: none;
  padding: 5px 0px;
  height: auto;
  border-bottom: 1px solid #c8c8c8;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-appointment select::placeholder, .form-appointment .form-control::placeholder {
  font-style: normal;
}
.form-appointment select:-ms-input-placeholder, .form-appointment .form-control:-ms-input-placeholder {
  font-style: normal;
}
.form-appointment select::-ms-input-placeholder, .form-appointment .form-control::-ms-input-placeholder {
  font-style: normal;
}
.form-appointment select::placeholder, .form-appointment .form-control::placeholder {
  color: #777;
}
.form-appointment select:-ms-input-placeholder, .form-appointment .form-control:-ms-input-placeholder {
  color: #777;
}
.form-appointment select:focus, .form-appointment .form-control:focus {
  border-color: #2bbfd9;
  box-shadow: none;
}
.form-appointment select.error, .form-appointment .form-control.error {
  border-color: #f1553b !important;
}
.form-appointment textarea {
  border-radius: 3px;
  padding: 0px 0px;
  color: #333;
  height: 135px;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  margin-top: 15px;
}
.form-appointment textarea::placeholder {
  color: #777;
}
.form-appointment textarea:-ms-input-placeholder {
  color: #777;
}
.form-appointment textarea:focus {
  border-color: #2bbfd9;
}
.form-appointment select {
  color: #777;
  background-image: url('../images/Icon.png');
  background-position-x: 100%;
  background-position-y: 22px;
  background-repeat: no-repeat;
}
.form-appointment select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.form-appointment select::-ms-expand {
  display: none;
}
.form-appointment button {
  display: block;
  background: #2bbfd9;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  margin-top: 23px;
}
.form-appointment button:focus {
  outline: none;
  box-shadow: none;
}
.form-appointment button:hover {
  color: #fff;
  background: #333;
}
.form-appointment button:disabled {
  cursor: wait;
}
.form-appointment.layout1 {
  padding: 0px;
  text-align: left;
  color: #fff;
  -webkit-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, .15);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.form-appointment.layout1 h3 {
  letter-spacing: 0.02em;
  padding: 30px;
  margin: 0px;
}
.form-appointment.layout1 .appointment {
  padding: 0px 25px 35px;
}
.form-appointment.layout1 .appointment select, .form-appointment.layout1 .appointment .form-control {
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding: 0px 20px;
}
.form-appointment.layout1 .appointment select:focus, .form-appointment.layout1 .appointment .form-control:focus {
  border-color: #2bbfd9;
}
.form-appointment.layout1 select.appointment-doctor {
  background-position-x: calc(100% - 20px);
  background-position-y: 15px;
}
.form-appointment.layout1 select.appointment-time {
  background: none;
}
.form-appointment.layout1 .has-icon {
  position: relative;
}
.form-appointment.layout1 .has-icon i {
  position: absolute;
  top: 12px;
  right: 30px;
  color: #999;
}
.form-appointment.layout1 button {
  border: none;
  margin-top: 17px;
}
.form-appointment.layout2 {
  padding: 30px 30px;
  -webkit-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, .15);
}
@media screen and (min-width: 992px) {
  .form-appointment.layout2 {
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .form-appointment.layout2 {
    padding: 30px 65px;
  }
}
.form-appointment.layout2 .appointment .row {
  align-items: center;
}
.form-appointment.layout2 .appointment .form-body {
  display: block;
}
@media screen and (min-width: 992px) {
  .form-appointment.layout2 .appointment .footer-form {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .form-appointment.layout2 .appointment .footer-form {
    margin-left: 35px;
  }
}
.form-appointment.layout2 .appointment .footer-form button {
  margin-top: 0px;
}
.form-appointment .appointment-notice {
  font-style: italic;
  text-align: center;
  margin-bottom: 0px !important;
  color: #2bbfd9;
}
.dtp table.dtp-picker-days tr > td > a.selected, .dtp div.dtp-date, .dtp div.dtp-time, .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #2bbfd9;
}
.dtp div.dtp-actual-year, .dtp .p10 > a {
  color: #fff;
  cursor: pointer;
}
.dtp-buttons {
  background: #fff;
}
.dtp-buttons .btn-sm {
  background: #fff;
  border: none;
  color: #333;
  font-size: 13px;
  padding: 5px 10px;
}
.dtp-buttons .btn-sm:hover {
  background: #2bbfd9;
  color: #fff;
}
.fr-time-table .filter-service ul {
  margin: 0px;
}
.fr-time-table .filter-service .list-parent {
  margin-bottom: 70px;
}
.fr-time-table .filter-service .list-parent li {
  list-style: none;
  cursor: pointer;
}
.fr-time-table .filter-service .list-parent li:before {
  content: none;
}
.fr-time-table .filter-service .list-parent > li {
  background: #fff;
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  line-height: 40px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 15px;
  font-size: 15px;
  font-style: italic;
  color: #777;
}
@media screen and (min-width: 576px) {
  .fr-time-table .filter-service .list-parent > li {
    width: 320px;
  }
}
.fr-time-table .filter-service .list-parent > li span {
  position: absolute;
  background: #2bbfd9;
  color: #fff;
  font-size: 15px;
  right: -1px;
  top: -1px;
  display: inline-block;
  height: 42px;
  padding: 12px 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fr-time-table .filter-service .list-parent > li.active ul {
  display: block;
}
.fr-time-table .filter-service .list-parent > li ul {
  display: none;
  position: absolute;
  top: 102%;
  left: -1px;
  z-index: 9;
  width: calc(100% - 45px);
  border: 1px solid rgba(0, 0, 0, .1);
  border-top: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 5px 5px;
}
.fr-time-table .filter-service .list-parent > li ul li {
  padding: 12px 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  background: #fff;
}
.fr-time-table .filter-service .list-parent > li ul li.active {
  background: #f0f0f0;
}
.fr-time-table .filter-service .list-parent > li ul li:hover {
  background: #2bbfd9;
  color: #fff;
}
.fr-time-table .time-table-front {
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 1199px) {
  .fr-time-table .time-table-front {
    overflow-x: auto;
  }
}
.fr-time-table .time-table-front table {
  margin: 0px;
}
@media screen and (max-width: 1199px) {
  .fr-time-table .time-table-front table {
    min-width: 1000px;
  }
}
.fr-time-table .time-table-front table tr {
  background: #fff;
}
.fr-time-table .time-table-front table tr:nth-child(odd) {
  background: #fafafa;
}
.fr-time-table .time-table-front table th, .fr-time-table .time-table-front table td {
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  text-align: center;
  vertical-align: middle;
  padding: 30px 5px;
  position: relative;
}
.fr-time-table .time-table-front table th:last-child, .fr-time-table .time-table-front table td:last-child {
  border-right: 0px;
}
.fr-time-table .time-table-front table th {
  font-family: Poppins;
  font-weight: 500;
  width: 12.5%;
  background: #f2f2f2;
}
.fr-time-table .time-table-front table td {
  font-weight: 500;
  color: #777;
}
.fr-time-table .time-table-front table td p {
  margin: 0px;
}
.fr-time-table .time-table-front table td a {
  color: #2bbfd9;
}
.fr-time-table .time-table-front .data-tr.hide {
  display: none;
}
.fr-time-table .time-table-front .data-tr.show {
  display: table-row;
}
[data-tooltip]:after {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
[data-tooltip]:before {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
[data-tooltip]:before {
  visibility: hidden;
  content: '';
  z-index: 1;
  position: absolute;
  border-top: 9px solid #2bbfd9;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  display: block;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  [data-tooltip]:before {
    display: none;
  }
}
[data-tooltip]:after {
  visibility: hidden;
  z-index: 1;
  content: attr(data-tooltip);
  position: absolute;
  background: #2bbfd9;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  width: calc(100% + 40px);
  line-height: 26px;
  padding: 20px;
  display: block;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  [data-tooltip]:after {
    display: none;
  }
}
[data-tooltip]:hover:after {
  z-index: 1;
  top: -33px;
  visibility: visible;
}
[data-tooltip]:hover:before {
  z-index: 1;
  top: 17px;
  visibility: visible;
}
.fr-card-default {
  -webkit-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .4);
  -khtml-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .4);
  -moz-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .4);
  -ms-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .4);
  -o-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .4);
  box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .4);
  background: #2bbfd9;
  padding: 70px 45px;
  position: relative;
  /*------------------------------------*\
    #Animation
\*------------------------------------*/
}
@media screen and (max-width: 991px) {
  .fr-card-default {
    padding: 50px 15px;
  }
}
.fr-card-default .icon {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 35px;
}
@media screen and (max-width: 991px) {
  .fr-card-default .icon {
    font-size: 20px;
  }
}
.fr-card-default .fr-card-content .heading {
  font-size: 35px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .fr-card-default .fr-card-content .heading {
    font-size: 20px;
  }
}
.fr-card-default .fr-card-content .content {
  color: #fff;
  font-weight: 500;
  margin-bottom: 45px;
}
.fr-card-default .fr-card-content .btn {
  padding: 9px 35px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@keyframes pulses {
  /*Video Popup*/
  0% {
    width: 88px;
    height: 88px;
  }
  100% {
    width: 98px;
    height: 98px;
    opacity: 0;
  }
}
.fr-video-popup-content {
  position: relative;
  z-index: 9;
  text-align: center;
}
.fr-video-popup-content img {
  width: 100%;
}
.fr-video-popup-content .play-video-button .icon {
  position: relative;
}
.fr-video-popup-content .play-video-button .fa {
  display: flex;
  position: relative;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #2bbfd9;
}
.fr-video-popup-content .play-video-button .fa:after {
  content: '';
  background: rgba(255, 255, 255, .5);
  width: 77px;
  height: 77px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.fr-video-popup-content .play-video-button .fa:before {
  position: relative;
  z-index: 999;
}
.fr-video-popup-content .play-video-button .radar:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background: rgba(255, 255, 255, .4);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: pulses;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
.fr-video-popup-content .play-video-button .btn_primary .fa {
  color: #fff;
  background: #2bbfd9;
}
.fr-video-popup-content .play-video-button .btn_primary .fa:after {
  background: rgba(43, 191, 217, .5);
}
.fr-video-popup-content .play-video-button .btn_primary .radar:after {
  background: rgba(43, 191, 217, .4);
}
.fr-video-popup-content .play-video-button.has-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fr-video-popup-content .button-text {
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.medimul-carousel {
  position: relative;
}
.medimul-carousel .owl-stage-outer .owl-item {
  padding: 15px;
}
@media screen and (max-width: 1399px) {
  .owl-nav {
    display: none;
  }
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  border: 1px solid #2bbfd9;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
  color: #2bbfd9;
  font-size: 20px;
}
.owl-nav .owl-prev {
  left: -60px;
}
.owl-nav .owl-next {
  right: -60px;
}
.column-stretch-right img {
  position: absolute;
  right: -90px;
  bottom: 0px;
  width: 100%;
}
.column-stretch-left img {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.column-stretch-left-padding img {
  position: absolute;
  left: 0px;
  bottom: -1px;
  max-width: 60% !important;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .column-stretch-left-padding img {
    display: none;
  }
}
.bottom-slide {
  position: relative;
}
.bottom-slide .img-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bottom-slide .img-scroll {
    display: none;
  }
}
.bottom-slide .img-cicle {
  width: 100%;
  display: block;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container {
  /* Accordion */
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion {
  /* Tabs */
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel {
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
  border: 3px solid #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 24px;
  line-height: normal;
  color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 10px 27px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 27px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 2px solid #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  content: "";
  border: none;
  background-color: #777;
  position: absolute;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  width: 10px;
  height: 2px;
  left: 4px;
  top: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  height: 10px;
  width: 2px;
  top: 4px;
  left: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body {
  background-color: #777;
  padding: 0 27px 27px 27px;
  font-size: 15px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 21px 30px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  border-color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  background-color: #fff;
  display: block;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  left: 4px;
  top: 8px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  left: 8px;
  top: 4px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 12px 29px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: rgba(119, 119, 119, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-style: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  border: none;
  color: rgba(119, 119, 119, 0.87);
  position: absolute;
  left: 0;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 16px 20px 6px;
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background-color: #2bbfd9;
  color: #fff;
  border-color: #2bbfd9;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  color: #fff;
  content: "\f2fc";
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 12px 29px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-style: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  border: none;
  color: #777;
  position: absolute;
  left: 0;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 16px 20px 6px;
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background-color: #2bbfd9;
  color: #777;
  border-color: #2bbfd9;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2fc";
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading {
  border: 2px solid #ebebea;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 15px;
  font-family: inherit;
  letter-spacing: 0.03em;
  line-height: normal;
  text-transform: uppercase;
  color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 14px 17px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  display: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-body {
  background-color: #373735;
  padding: 0 17px 14px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 2px solid #777;
  font-size: 15px;
  color: rgba(119, 119, 119, 0.87);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #777;
  color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial.vc_tta-controls-align-center .vc_tta-panels-container {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 700;
  color: rgba(119, 119, 119, 0.5);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
  color: rgba(23, 28, 49, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate.vc_tta-controls-align-center .vc_tta-panels-container {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 15px;
  color: rgba(55, 55, 53, 0.33);
  padding: 0 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 78px 0 0;
  color: rgba(23, 28, 49, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom: 1px solid #e5e5e5;
  overflow: visible;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin-right: 50px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 20px;
  color: rgba(119, 119, 119, 0.33);
  padding: 13px 0;
  position: relative;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #777;
  font-family: ;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  top: auto;
  left: 0;
  background-color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 30px 0 0;
  overflow: visible;
}
@media screen and (max-width: 575px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs {
    /* Tab Tour */
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel {
    -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 3px solid #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    line-height: normal;
    color: #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 10px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #777;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 0 27px 27px 27px;
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial.vc_tta-controls-align-center .vc_tta-panels-container, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate.vc_tta-controls-align-center .vc_tta-panels-container, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate.vc_tta-controls-align-center .vc_tta-panels-container {
    text-align: left;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel {
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel:last-child, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel:last-child, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 1px solid #ebebeb;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 15px;
    line-height: normal;
    color: #777;
    text-align: left;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 14px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #777;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 27px 0;
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: 1px solid #ebebeb;
    padding: 27px;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
  border: none;
  padding: 0;
  color: #c5c5c5;
  font-family: ;
  font-size: 24px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab.vc_active a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a:hover {
  color: #2bbfd9;
}
@media screen and (min-width: 992px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 60px;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panel-body {
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
    font-size: 18px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #c5c5c5;
    text-align: center;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #2bbfd9;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading .vc_tta-panel-title {
    border-bottom: none;
  }
}
.cms-load-more span {
  padding: 17px 50px;
  font-size: 17px;
  text-transform: capitalize;
}
.cms-heading {
  position: relative;
  z-index: 9;
}
.cms-heading * {
  margin: 0;
}
.cms-heading cite {
  color: #2bbfd9;
  font-style: normal;
}
.cms-heading .cms-heading-tag {
  margin-bottom: 30px;
}
.cms-heading-layout .subtitle {
  color: #2bbfd9;
  font-size: 17px;
  font-family: "Muli";
  font-weight: bold;
}
.cms-heading-layout .title {
  font-size: 40px;
  color: #222;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .cms-heading-layout .title {
    font-size: 30px;
  }
}
.cms-heading-layout.layout1 {
  position: relative;
  padding-bottom: 5px;
}
.cms-heading-layout.layout1 .subtitle {
  font-size: 15px;
  color: #777;
  font-family: "Muli";
  margin-bottom: 8px;
}
.cms-heading-layout.layout1 .title {
  margin-bottom: 10px;
}
.cms-heading-layout.layout1:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #2bbfd9;
}
.cms-heading-layout.layout2 {
  padding: 0px;
}
.cms-heading-layout.layout2 .title {
  font-style: normal;
}
.cms-heading-layout.layout2 .text {
  margin-bottom: 0px;
}
.cms-heading-layout.layout2 p.icon {
  display: inline-block;
  width: 132px;
  background: #2bbfd9;
  height: 2px;
  position: relative;
}
.cms-heading-layout.layout2 p.icon i {
  font-size: 28px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 15px;
}
.cms-heading-layout.layout2:after {
  display: none;
}
.fr-contact-form {
  text-align: center;
}
.fr-contact-form.default {
  padding: 50px 42px;
  -webkit-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, .2);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fr-contact-form.default h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
  font-style: italic;
}
.fr-contact-form.default .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 25px;
}
.fr-contact-form.default .wpcf7-text {
  height: 45px;
  padding: 5px 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-style: italic;
  border: 0px;
  border-bottom: 1px solid #c8c8c8;
}
.fr-contact-form.default .wpcf7-text::placeholder {
  font-style: normal;
}
.fr-contact-form.default .wpcf7-text:-ms-input-placeholder {
  font-style: normal;
}
.fr-contact-form.default .wpcf7-text::-ms-input-placeholder {
  font-style: normal;
}
.fr-contact-form.default .wpcf7-text:focus {
  border-color: #2bbfd9;
}
.fr-contact-form.default .wpcf7-textarea {
  font-style: italic;
  padding: 0px 0px;
  height: 160px !important;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 15px;
  border: 0px;
  border-bottom: 1px solid #c8c8c8;
}
.fr-contact-form.default .wpcf7-textarea::placeholder {
  font-style: normal;
}
.fr-contact-form.default .wpcf7-textarea:-ms-input-placeholder {
  font-style: normal;
}
.fr-contact-form.default .wpcf7-textarea::-ms-input-placeholder {
  font-style: normal;
}
.fr-contact-form.default .wpcf7-textarea:focus {
  border-color: #2bbfd9;
}
.fr-contact-form.default .wpcf7-submit {
  padding: 12px 50px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.fr-google-map.style-radius {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fr-google-map.style-border-radius {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.fr-google-map-wrap {
  position: relative;
}
.fr-google-map-wrap .fr-google-map-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  max-width: 290px;
  background-color: #fff;
  padding: 30px 40px;
  z-index: 99;
  color: rgba(0, 0, 0, 0.66);
}
.fr-google-map-wrap .fr-google-map-content .map-subtitle {
  color: #373735;
}
.fr-google-map-wrap .fr-google-map-content h3 {
  font-size: 28px;
  margin-bottom: 18px;
  margin-top: 6px;
}
.fr-google-map-wrap .fr-google-map-content label {
  color: #373735;
  display: block;
}
.fr-google-map-wrap .fr-google-map-content a {
  color: #373735;
}
.fr-google-map-wrap .fr-google-map-content a:hover {
  color: #2bbfd9;
}
.fr-google-map-wrap .fr-google-map-content .map-address {
  margin-bottom: 25px;
}
.fr-google-map-wrap .fr-google-map-content .map-email {
  margin-bottom: 15px;
}
.fr-google-map-wrap .fr-google-map {
  padding-left: 330px;
}
@media screen and (max-width: 575px) {
  .fr-google-map-wrap .fr-google-map-content {
    max-width: 100%;
    padding: 0;
    position: static;
    margin-bottom: 40px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .fr-google-map-wrap .fr-google-map {
    padding-left: 0;
  }
}
.gm-style img[src*="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-"] {
  display: none;
}
.gm-style .gmnoprint {
  opacity: 1 !important;
  overflow: visible !important;
}
.gm-style .marker-icon {
  height: 18px !important;
  width: 18px !important;
  background-color: #2bbfd9;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
}
.gm-style .marker-icon:before, .gm-style .marker-icon:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  background-color: #2bbfd9;
}
.gm-style .marker-icon:before {
  -webkit-animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.gm-style .marker-icon:after {
  -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.fr-service-carousel .service-item-carousel.default {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.fr-service-carousel .service-item-carousel.default .item-featured {
  height: 255px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}
.fr-service-carousel .service-item-carousel.default .item-featured .item-icon {
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 32px;
  color: #fff;
  background: #2bbfd9;
  padding: 0px 30px;
  border-radius: 1000%;
}
.fr-service-carousel .service-item-carousel.default .item-holder {
  background: #fff;
  padding: 55px 35px 25px;
  text-align: center;
}
.fr-service-carousel .service-item-carousel.default .item-holder .item-title {
  margin-bottom: 20px;
}
.fr-service-carousel .service-item-carousel.default .item-holder .item-excerpt {
  margin-bottom: 15px;
}
.fr-service-carousel .service-item-carousel.default .item-holder .item-readmore .read-more {
  text-transform: uppercase;
  color: #2bbfd9;
  font-size: 13px;
  font-family: "Asap";
}
.fr-service-carousel .service-item-carousel.default .item-holder .item-readmore .read-more i {
  overflow: hidden;
  width: 0px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 15px;
  margin-bottom: -3px;
  display: inline-block;
}
.fr-service-carousel .service-item-carousel.default .item-holder:hover .read-more i {
  width: 16px;
  margin-right: 5px;
}
.fr-blog-carousel .owl-stage-outer, .fr-blog-grid .owl-stage-outer {
  overflow: inherit;
}
.fr-blog-carousel .owl-stage-outer .owl-item, .fr-blog-grid .owl-stage-outer .owl-item {
  opacity: 0;
}
.fr-blog-carousel .owl-stage-outer .owl-item.active, .fr-blog-grid .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.fr-blog-carousel .cms-carousel-item, .fr-blog-grid .cms-carousel-item {
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -khtml-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -ms-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -o-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-blog-carousel .cms-carousel-item:hover, .fr-blog-grid .cms-carousel-item:hover {
  -webkit-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  margin-top: -25px;
  margin-bottom: 25px;
}
.fr-blog-carousel .item-featured, .fr-blog-grid .item-featured {
  max-height: 250px;
  overflow: hidden;
}
.fr-blog-carousel .item-holder, .fr-blog-grid .item-holder {
  text-align: left;
  padding: 0px 20px 30px;
}
.fr-blog-carousel .item-title, .fr-blog-grid .item-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px 10px;
  line-height: 1.5;
}
.fr-blog-carousel .item-title:hover a, .fr-blog-grid .item-title:hover a {
  color: #2bbfd9;
}
.fr-blog-carousel .item-meta, .fr-blog-grid .item-meta {
  text-align: left;
}
.fr-blog-carousel .item-meta span, .fr-blog-grid .item-meta span {
  display: inline-block;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #2bbfd9;
  padding: 5px 30px;
  transform: translateY(-50%);
}
.fr-blog-carousel .item-content, .fr-blog-grid .item-content {
  border-bottom: none !important;
  line-height: 1.7;
}
.fr-blog-carousel .read-more, .fr-blog-grid .read-more {
  font-family: Poppins;
  color: #2bbfd9;
  font-weight: 600;
  font-size: 13px;
  margin-top: 12px;
  display: inline-block;
  text-transform: uppercase;
}
.fr-blog-carousel .read-more i, .fr-blog-grid .read-more i {
  display: none;
}
.fr-blog-carousel .read-more:hover, .fr-blog-grid .read-more:hover {
  color: #777;
}
.fr-blog-carousel .read-more:hover i, .fr-blog-grid .read-more:hover i {
  display: inline-block;
}
.fr-blog-carousel .layout1 .item-featured {
  position: relative;
}
.fr-blog-carousel .layout1 .item-meta {
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}
.fr-blog-carousel .layout1 .item-meta span {
  display: block;
  padding: 0px;
  background: none;
  text-align: center;
  transform: none;
}
.fr-blog-carousel .layout1 .item-meta span:first-child {
  font-size: 25px;
  font-weight: bold;
  color: #2bbfd9;
  padding: 3px 16px;
}
.fr-blog-carousel .layout1 .item-meta span:last-child {
  background: #2bbfd9;
  color: #fff;
  font-size: 13px;
  padding: 3px 0px;
}
.fr-blog-carousel .layout1 .item-holder {
  text-align: center;
}
.fr-blog-carousel .layout1 .item-holder .item-title {
  margin: 25px 0px 10px;
}
.fr-blog-carousel .owl-dots {
  margin-top: 43px;
}
.woocommerce.woocommerce-carousel .cms-product-carousel.products .owl-stage-outer {
  overflow: inherit;
}
.woocommerce.woocommerce-carousel .cms-product-carousel.products .owl-stage-outer .owl-item {
  opacity: 0;
}
.woocommerce.woocommerce-carousel .cms-product-carousel.products .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.woocommerce.woocommerce-carousel .cms-product-carousel.products .owl-stage-outer li.product {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 0px 0px !important;
  margin-bottom: 23px !important;
}
.woocommerce.woocommerce-carousel .cms-product-carousel.products .owl-dots {
  text-align: center;
  width: 100%;
}
.fr-blog-grid .cms-grid-pagination {
  margin: 0px;
}
.fr-blog-grid .cms-grid-pagination .navigation {
  margin: 0px 0px 60px 0px;
}
.fr-about-carousel {
  position: relative;
  padding-top: 35px;
}
.fr-about-carousel .fr-about-item {
  text-align: right;
}
.fr-about-carousel .owl-dots {
  margin: 0px 0px 0px 0px;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
}
.fr-about-carousel .owl-dots .owl-dot {
  margin: 0px 8px 0px 0px;
}
.fr-about-carousel .owl-dots .owl-dot:last-child {
  margin: 0px 0px 0px 0px;
}
.fr-doctor-grid .content-doctor-grid {
  margin-bottom: 60px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-doctor-grid .content-doctor-grid .item-featured {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.fr-doctor-grid .content-doctor-grid .item-featured:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul {
  list-style: none;
  text-align: center;
  margin: 0px;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul li {
  display: inline-block;
  margin-right: 15px;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul li:last-child {
  margin-right: 0px;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul li a {
  font-size: 18px;
  color: #fff;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul li a i.fa-facebook {
  background: #3b5998;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul li a i.fa-twitter {
  background: #00acee;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul li a i.fa-pinterest {
  background: #ca1f27;
}
.fr-doctor-grid .content-doctor-grid .item-featured .item-contact ul li a i.fa-google-plus {
  background: #dd4b39;
}
.fr-doctor-grid .content-doctor-grid .item-holder {
  padding: 25px 20px;
  text-align: center;
  background: #fff;
}
.fr-doctor-grid .content-doctor-grid .item-holder .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.fr-doctor-grid .content-doctor-grid .item-holder .position {
  margin-bottom: 0px;
}
.fr-doctor-grid .content-doctor-grid:hover {
  -webkit-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, .15);
}
.fr-doctor-grid .content-doctor-grid:hover .item-featured:before {
  opacity: 1;
}
.fr-doctor-grid .content-doctor-grid:hover .item-featured .item-contact {
  bottom: 40px;
  opacity: 1;
}
.fr-service-grid .service-item-grid {
  margin-bottom: 55px;
}
.fr-service-grid .service-item-grid .item-image {
  overflow: hidden;
  position: relative;
}
.fr-service-grid .service-item-grid .item-image > i {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-block;
  font-size: 30px;
  padding: 10px;
  background: #2bbfd9;
  color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fr-service-grid .service-item-grid .item-featured {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 250px;
  padding: 16px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fr-service-grid .service-item-grid .item-holder .item-title {
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 600;
}
.fr-service-grid .service-item-grid .item-holder .item-excerpt {
  color: #777;
}
.fr-service-grid .service-item-grid .item-holder .item-readmore a {
  font-size: 13px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 600;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  color: #2bbfd9;
}
.fr-service-grid .service-item-grid .item-holder .item-readmore a i {
  width: 0px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-service-grid .service-item-grid:hover .item-featured {
  -webkit-transform: scale(1.2) rotate(5deg);
  -khtml-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.fr-service-grid .service-item-grid:hover .item-readmore a i {
  width: 13px;
  margin-right: 10px;
}
.fr-service-grid .service-item-grid-layout1 {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  padding: 30px 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .fr-service-grid .service-item-grid-layout1 {
    padding: 45px 40px;
  }
}
.fr-service-grid .service-item-grid-layout1 .item-image i {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 60px;
  color: #2bbfd9;
}
.fr-service-grid .service-item-grid-layout1 .item-title {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin: 25px 0px;
  font-family: Poppins;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.fr-service-grid .service-item-grid-layout1 .item-description {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 30px;
  padding: 0px;
}
.fr-service-grid .service-item-grid-layout1 .button {
  font-size: 10px;
  padding: 8px 30px;
  font-weight: 700;
}
.fr-service-grid .service-item-grid-layout1:hover {
  background: #2bbfd9 !important;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  -khtml-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  -ms-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  -o-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  border-color: #2bbfd9;
}
.fr-service-grid .service-item-grid-layout1:hover .item-image i, .fr-service-grid .service-item-grid-layout1:hover .item-title, .fr-service-grid .service-item-grid-layout1:hover .item-description {
  color: #fff !important;
}
.fr-service-grid .service-item-grid-layout1:hover .button {
  color: #2bbfd9;
  background: #fff;
}
.fr-service-grid .service-item-grid-layout2 {
  margin-bottom: 50px;
  text-align: center;
}
.fr-service-grid .service-item-grid-layout2 .item-icon {
  float: left;
  margin-right: 15px;
  margin-top: -5px;
  padding: 4px;
  display: flex;
  width: 92px;
  height: 92px;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-service-grid .service-item-grid-layout2 .item-icon i {
  width: 79px;
  height: 79px;
  border: 2px solid #2bbfd9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #2bbfd9;
  background: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-service-grid .service-item-grid-layout2 .item-icon:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  border: 2px dashed #2bbfd9;
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
  opacity: 0;
}
.fr-service-grid .service-item-grid-layout2 .item-content {
  float: left;
  width: calc(100% - 110px);
  text-align: left;
}
.fr-service-grid .service-item-grid-layout2 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 20px;
}
.fr-service-grid .service-item-grid-layout2:hover .item-icon i {
  background: #2bbfd9;
  color: #fff;
}
.fr-service-grid .service-item-grid-layout2:hover .item-icon:after {
  opacity: 1;
}
.fr-service-grid .service-item-grid-layout2:hover .item-title a {
  color: #2bbfd9;
}
.fr-service-grid .service-item-grid-layout3 {
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 80px 50px 35px;
  position: relative;
  margin: 0px 0px 95px;
}
.fr-service-grid .service-item-grid-layout3 .item-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  font-size: 42px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #2bbfd9;
  border: 1px solid #2bbfd9;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-service-grid .service-item-grid-layout3 .item-icon:after {
  position: absolute;
  top: -5px;
  left: -5px;
  content: '';
  border: 2px dashed #2bbfd9;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
  opacity: 0;
}
.fr-service-grid .service-item-grid-layout3 .item-title {
  margin-bottom: 15px;
}
.fr-service-grid .service-item-grid-layout3:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, .2);
}
.fr-service-grid .service-item-grid-layout3:hover .item-icon {
  background: #2bbfd9;
  color: #fff;
}
.fr-service-grid .service-item-grid-layout3:hover .item-icon:after {
  opacity: 1;
}
.service-item-grid-layout3 {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.service-item-grid-layout3 .item-featured {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.service-item-grid-layout3 .item-featured .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 90px;
  width: 90px;
  top: -50px;
  left: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #2bbfd9;
  color: #fff;
  font-size: 40px;
  border: 3px solid #fff;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-item-grid-layout3 .item-holder {
  border: 1px solid #d3d3d3;
  border-top: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 40px 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.service-item-grid-layout3 .item-holder .item-title {
  margin-bottom: 28px;
}
.service-item-grid-layout3 .item-holder .item-excerpt {
  margin-bottom: 30px;
}
.service-item-grid-layout3 .btn {
  font-size: 10px;
  padding: 7px 25px;
}
.service-item-grid-layout3:hover {
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -khtml-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -o-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
}
.service-item-grid-layout3:hover .item-title a {
  color: #2bbfd9;
}
.service-item-grid-layout3:hover .item-holder {
  border-color: transparent;
}
.fr-service-grid-layout4 .row {
  margin: 0px;
}
@media screen and (min-width: 576px) {
  .fr-service-grid-layout4 .row {
    border-left: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
  }
}
.fr-service-grid-layout4 .col-sm-6 {
  padding: 0px;
}
.fr-service-grid-layout4 .service-item-grid {
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 45px 40px;
  margin-bottom: 15px;
}
.fr-service-grid-layout4 .service-item-grid .item-count {
  font-size: 17px;
  font-family: "Asap";
  position: absolute;
  top: 20px;
  right: 23px;
}
.fr-service-grid-layout4 .service-item-grid .item-featured {
  margin-bottom: 25px;
}
.fr-service-grid-layout4 .service-item-grid .item-featured i {
  font-size: 48px;
  color: #2bbfd9;
}
.fr-service-grid-layout4 .service-item-grid .item-title {
  font-size: 20px;
  margin: 0px;
}
@media screen and (min-width: 576px) {
  .fr-service-grid-layout4 .service-item-grid {
    margin-bottom: 0px;
    border-top: 0px;
  }
  .fr-service-grid-layout4 .service-item-grid:nth-child(odd) {
    border-left: 0px;
  }
}
.fr-service-grid-layout4 .service-item-grid:hover {
  background: #2bbfd9;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  border-color: #2bbfd9;
}
.fr-service-grid-layout4 .service-item-grid:hover .item-title a, .fr-service-grid-layout4 .service-item-grid:hover .item-count, .fr-service-grid-layout4 .service-item-grid:hover .item-featured i {
  color: #fff;
}
.fr-service-grid-layout4 .service-item-grid:hover .item-featured {
  transform-origin: top center;
  animation-name: swing;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fr-service-grid-layout4.style2 .row {
  border: 0px;
  margin: 0px -7.5px;
}
.fr-service-grid-layout4.style2 .col-sm-6 {
  padding: 0px 7.5px;
  margin-bottom: 15px;
}
.fr-service-grid-layout4.style2 .service-item-grid {
  border: 2px solid #fff;
  background: transparent;
}
.fr-service-grid-layout4.style2 .service-item-grid .item-image {
  text-align: center;
}
.fr-service-grid-layout4.style2 .service-item-grid .item-image i, .fr-service-grid-layout4.style2 .service-item-grid .item-image a {
  color: #fff;
  text-transform: uppercase;
}
.fr-service-grid-layout4.style2 .service-item-grid:hover {
  background: #fff;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
}
.fr-service-grid-layout4.style2 .service-item-grid:hover .item-image i {
  color: #2bbfd9;
}
.fr-service-grid-layout4.style2 .service-item-grid:hover .item-image a {
  color: #222;
}
.fr-service-carousel-layout3 {
  background: #fff;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  padding: 25px 25px 40px;
  position: relative;
}
.fr-service-carousel-layout3 .service-item-grid .item-featured {
  min-height: 275px;
  margin-bottom: 35px;
  background-repeat: no-repeat;
  background-size: cover;
}
.fr-service-carousel-layout3 .service-item-grid .item-holder .item-title {
  font-family: "Asap";
  color: #222;
  margin-bottom: 20px;
}
.fr-service-carousel-layout3 .service-item-grid .item-holder .item-excerpt {
  font-family: "Muli";
  font-weight: 500;
  margin-bottom: 35px;
}
.fr-service-carousel-layout3 .service-item-grid .item-holder .btn {
  font-size: 14px;
  padding: 9px 35px;
}
.fr-service-carousel-layout3 .owl-nav {
  position: absolute;
  right: 33px;
  top: 265px;
}
.fr-service-carousel-layout3 .owl-nav .owl-next, .fr-service-carousel-layout3 .owl-nav .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fr-service-carousel-layout3 .owl-nav .owl-next:hover, .fr-service-carousel-layout3 .owl-nav .owl-prev:hover {
  background: #2bbfd9;
  color: #fff;
}
.radius-column > .vc_column-inner {
  -webkit-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (min-width: 576px) {
  .radius-column > .vc_column-inner {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }
}
.fr-client-carousel .fr-client-item {
  text-align: center;
  width: 100%;
  padding: 70px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-client-carousel .fr-client-item img {
  filter: grayscale(1);
  max-width: 170px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-client-carousel .fr-client-item:hover img {
  filter: grayscale(0);
}
.fr-client-carousel.layout1 .fr-client-item {
  border: 0px;
  justify-content: flex-start;
}
.fr-client-carousel.layout1 .fr-client-item:hover {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.fr-newsletter .fr-newsletter-inner {
  margin: auto;
  max-width: 751px;
  text-align: center;
}
.fr-newsletter .fr-newsletter-inner .fr-newsletter-top .fr-newsletter-title {
  font-size: 15px;
  color: #2bbfd9;
  letter-spacing: 2px;
  font-family: Poppins;
  font-weight: 500;
}
.fr-newsletter .fr-newsletter-inner .fr-newsletter-top .fr-newsletter-heading {
  line-height: 1.5;
  font-size: 17px;
  text-transform: none;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .fr-newsletter .fr-newsletter-inner .fr-newsletter-top .fr-newsletter-heading {
    font-size: 30px;
  }
}
.fr-newsletter .tnp-field label {
  display: none;
}
.fr-newsletter .tnp.tnp-subscription form {
  position: relative;
  text-align: center;
}
.fr-newsletter .tnp.tnp-subscription .tnp-field .tnp-email {
  max-width: 587px;
  width: 100%;
  color: #333;
  height: 50px;
  padding: 0px 20px;
  font-size: 15px;
  border: 1px solid #2bbfd9;
  border-radius: 3px;
  background: none;
}
.fr-newsletter .tnp.tnp-subscription .tnp-field .tnp-submit {
  display: inline-block;
  height: 50px;
  padding: 0px 40px;
  background: #2bbfd9;
  color: #fff;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .fr-newsletter .tnp.tnp-subscription .tnp-field .tnp-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.fr-newsletter .tnp.tnp-subscription .tnp-field .tnp-submit:hover {
  background: #fff;
  color: #2bbfd9;
  border-color: #2bbfd9;
}
.fr-newsletter .fr-newsletter-link {
  color: #2bbfd9;
  margin-top: 30px;
  display: inline-block;
}
.subscribe-form1 {
  display: flex;
}
.subscribe-form1 input {
  height: 45px;
  padding: 0px 20px;
}
.subscribe-form1 input.tnp-email {
  border-top-left-radius: 23.5px;
  border-bottom-left-radius: 23.5px;
  width: calc(100% - 135px);
}
.subscribe-form1 input.tnp-submit {
  padding: 0px 60px;
  font-size: 15px;
  border-top-right-radius: 23.5px;
  border-bottom-right-radius: 23.5px;
}
@media screen and (max-width: 767px) {
  .subscribe-form1 input.tnp-submit {
    padding: 0px 20px;
  }
}
.subscribe-form1 input.tnp-submit:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
@media  {
  .cms-newsletter .tnp-field.tnp-field-button .tnp-submit {
    width: 100%;
    margin-top: 10px;
    line-height: 53px;
    position: static;
  }
}
.vc_column_container:nth-child(even) {
  z-index: 9;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content {
  background: #2bbfd9;
  border-color: #2bbfd9;
  margin-top: 0px;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .5);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .5);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .5);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .5);
  -webkit-transform: scaleX(1.015);
  -khtml-transform: scaleX(1.015);
  -moz-transform: scaleX(1.015);
  -ms-transform: scaleX(1.015);
  -o-transform: scaleX(1.015);
  transform: scaleX(1.015);
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .header {
  padding: 43px 0px 36px;
  border-color: #fff;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .header h3 {
  color: #fff;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .price {
  border-color: #fff;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .price span {
  color: #fff;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .body li {
  color: #fff;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .body li i {
  color: #fff !important;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .footer {
  padding: 0px 32px 92px;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .footer .button {
  border: none;
  background: #fff;
  color: #2bbfd9;
}
.vc_column_container:nth-child(even) .fr-price.layout1 .fr-price-content .footer .button:hover {
  background: #333;
  color: #fff;
}
.fr-price.default .fr-price-content {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.fr-price.default .fr-price-content .content h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #2bbfd9;
  padding: 18px 0px;
  margin: 0px;
}
.fr-price.default .fr-price-content .content ul {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  list-style: none;
  border: 1px solid #ccc;
  margin: 0px;
  border-top: 0px;
}
.fr-price.default .fr-price-content .content ul li {
  border-bottom: 1px solid #ccc;
  padding: 15px 22px;
  color: #222;
}
.fr-price.default .fr-price-content .content ul li span {
  float: right;
}
.fr-price.default .fr-price-content .content ul li:last-child {
  border-bottom: 0px;
}
.fr-price.layout1 .fr-price-content {
  text-align: center;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .fr-price.layout1 .fr-price-content {
    margin-bottom: 30px;
  }
}
.fr-price.layout1 .fr-price-content .header {
  padding: 20px 0px;
  border-bottom: 1px solid #c8c8c8;
}
.fr-price.layout1 .fr-price-content .header h3 {
  font-size: 25px;
  color: #2bbfd9;
  font-weight: bold;
  margin: 0px;
  letter-spacing: 0.02em;
}
.fr-price.layout1 .fr-price-content .price {
  padding: 10px;
  border-bottom: 1px solid #c8c8c8;
}
.fr-price.layout1 .fr-price-content .price span:first-child {
  display: block;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  color: #222;
  font-family: "Asap";
  font-style: italic;
}
.fr-price.layout1 .fr-price-content .price span:last-child {
  font-size: 15px;
  color: #777;
}
.fr-price.layout1 .fr-price-content .body {
  padding: 50px 32px;
  text-align: left;
}
.fr-price.layout1 .fr-price-content .body ul {
  margin: 0px;
}
.fr-price.layout1 .fr-price-content .body ul li {
  list-style: none;
  color: #777;
  margin: 0px 0px 20px 0px;
  display: flex;
}
.fr-price.layout1 .fr-price-content .body ul li:before {
  content: none;
}
.fr-price.layout1 .fr-price-content .body ul li i {
  font-size: 20px;
  margin-right: 10px;
}
.fr-price.layout1 .fr-price-content .body ul li:last-child {
  margin: 0px;
}
.fr-price.layout1 .fr-price-content .footer {
  padding: 0px 32px 50px;
}
.fr-price.layout1 .fr-price-content .footer .button {
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  padding: 17px 15px;
  letter-spacing: 0.02em;
}
.fr-profile {
  display: flex;
}
@media screen and (max-width: 991px) {
  .fr-profile {
    display: block;
  }
}
.fr-profile .info {
  display: flex;
  align-items: center;
}
.fr-profile .info img {
  margin-right: 20px;
}
.fr-profile .info h3 {
  font-size: 17px;
  color: #2bbfd9;
  margin-bottom: 10px;
}
.fr-profile .info p {
  margin-bottom: 0px;
  color: #777;
}
.fr-profile .signature {
  border-left: 1px solid #e3e3e3;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .fr-profile .signature {
    border: 0px;
    margin-left: 0px;
    margin-top: 30px;
    padding: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .fr-profile .signature {
    margin: 0px 0px 0px 30px;
    padding-left: 30px;
  }
}
.fr-profile .signature img {
  margin: auto;
  max-width: 190px;
}
.cms-image-gallery.layout-grid.style1 .cms-grid-inner {
  margin: 0 -15px;
}
.cms-image-gallery.layout-grid.style1 .cms-grid-inner .grid-item {
  padding: 15px;
}
.light-box {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.light-box .overlay-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #fff;
  font-size: 20px;
  background: rgba(43, 191, 217, .65);
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.light-box img {
  width: 100%;
}
.light-box:hover .overlay-item {
  opacity: 1;
}
.fr-gallery-grid.default {
  text-align: center;
}
.fr-gallery-grid.default .nav-gallery-filter {
  display: inline-block;
  margin-bottom: 45px;
}
.fr-gallery-grid.default .nav-gallery-filter li {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 15px;
  color: #2bbfd9;
  font-weight: 500;
  font-family: Poppins;
  border: 1px solid #2bbfd9;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 9px 30px;
  cursor: pointer;
  margin-right: 5px;
}
.fr-gallery-grid.default .nav-gallery-filter li:before {
  content: none;
}
@media screen and (max-width: 575px) {
  .fr-gallery-grid.default .nav-gallery-filter li {
    margin-right: 0px;
    display: block;
  }
}
.fr-gallery-grid.default .nav-gallery-filter li:last-child {
  margin-right: 0px;
}
.fr-gallery-grid.default .nav-gallery-filter li:hover, .fr-gallery-grid.default .nav-gallery-filter li.active {
  color: #fff;
  background: #2bbfd9;
}
.fr-gallery-grid.style3 a.light-box {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.fr-testimonial-carousel {
  position: relative;
  z-index: 9;
}
.fr-testimonial-carousel .owl-stage-outer {
  overflow: inherit;
}
.fr-testimonial-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.fr-testimonial-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.fr-testimonial-carousel.default .fr-testimonial-item {
  background: #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -khtml-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -ms-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -o-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .25);
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 35px 25px;
}
.fr-testimonial-carousel.default .fr-testimonial-item .fr-testimonial-image {
  margin-bottom: 18px;
  position: relative;
}
.fr-testimonial-carousel.default .fr-testimonial-item .fr-testimonial-image > i {
  position: absolute;
  top: -10px;
  left: 53px;
  display: block;
  text-align: center;
  color: #2bbfd9;
  font-size: 30px;
}
.fr-testimonial-carousel.default .fr-testimonial-item .fr-testimonial-image img {
  max-width: 60px;
  max-height: 60px;
  float: left;
  margin-right: 17px;
}
.fr-testimonial-carousel.default .fr-testimonial-item .fr-testimonial-image .fr-testimonial-meta {
  float: left;
  width: calc(100% - 80px);
  text-align: left;
  padding: 9px 0px 0px;
}
.fr-testimonial-carousel.default .fr-testimonial-item .fr-testimonial-image .fr-testimonial-meta .fr-testimonial-title {
  font-size: 20px;
  margin-bottom: 0px;
}
.fr-testimonial-carousel.default .fr-testimonial-item .fr-testimonial-image .fr-testimonial-meta .fr-testimonial-position {
  font-size: 13px;
  font-weight: 400;
}
.fr-testimonial-carousel.default .fr-testimonial-item .fr-testimonial-item {
  text-align: center;
}
.fr-testimonial-carousel.default .fr-testimonial-item .fr-testimonial-content {
  font-style: italic;
  text-align: left;
  line-height: 1.7;
}
.fr-testimonial-carousel.default .fr-testimonial-item:hover {
  -webkit-box-shadow: 0px 2px 29px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 2px 29px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 2px 29px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 2px 29px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 2px 29px rgba(0, 0, 0, .15);
  box-shadow: 0px 2px 29px rgba(0, 0, 0, .15);
}
.fr-testimonial-carousel.layout1 .fr-testimonial-item {
  text-align: center;
}
.fr-testimonial-carousel.layout1 .fr-testimonial-item .fr-testimonial-image {
  margin-bottom: 35px;
}
.fr-testimonial-carousel.layout1 .fr-testimonial-item .fr-testimonial-image img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.fr-testimonial-carousel.layout1 .fr-testimonial-item .fr-testimonial-content {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .fr-testimonial-carousel.layout1 .fr-testimonial-item .fr-testimonial-content {
    font-size: 15px;
  }
}
.fr-testimonial-carousel.layout1 .fr-testimonial-item .testimonial-info i {
  font-size: 55px;
  line-height: 0.5;
  color: #2bbfd9;
  margin-bottom: 25px;
}
.fr-testimonial-carousel.layout1 .fr-testimonial-item .testimonial-info .fr-testimonial-title {
  font-size: 17px;
  margin-bottom: 0px;
}
.fr-testimonial-carousel.layout1 .owl-nav {
  margin: -56px auto;
  width: 230px;
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .fr-testimonial-carousel.layout1 .owl-nav {
    display: none;
  }
}
.fr-testimonial-carousel.layout1 .owl-nav .owl-prev {
  float: left;
}
.fr-testimonial-carousel.layout1 .owl-nav .owl-next {
  float: right;
}
.fr-testimonial-carousel.layout1 .owl-nav .owl-next, .fr-testimonial-carousel.layout1 .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  position: relative;
  top: auto;
  transform: none;
  border-color: #777;
}
.fr-testimonial-carousel.layout1 .owl-nav .owl-next i, .fr-testimonial-carousel.layout1 .owl-nav .owl-prev i {
  color: #777;
}
.fr-testimonial-carousel.layout1 .owl-nav .owl-next:hover, .fr-testimonial-carousel.layout1 .owl-nav .owl-prev:hover {
  background: #2bbfd9;
  border-color: #2bbfd9;
}
.fr-testimonial-carousel.layout1 .owl-nav .owl-next:hover i, .fr-testimonial-carousel.layout1 .owl-nav .owl-prev:hover i {
  color: #fff;
}
.fr-testimonial-carousel .owl-nav {
  margin-top: 27px;
}
.fr-testimonial-carousel .owl-nav .owl-prev, .fr-testimonial-carousel .owl-nav .owl-next {
  font-size: 40px;
  color: #fff;
}
.fr-testimonial-carousel .owl-nav .owl-prev.disabled, .fr-testimonial-carousel .owl-nav .owl-next.disabled {
  opacity: 0.6;
}
.fr-testimonial-carousel.layout2 {
  position: relative;
}
.fr-testimonial-carousel.layout2 .fr-testimonial-item {
  text-align: center;
}
.fr-testimonial-carousel.layout2 .fr-testimonial-item .fr-testimonial-image {
  margin-bottom: 35px;
}
.fr-testimonial-carousel.layout2 .fr-testimonial-item .fr-testimonial-image img {
  width: auto;
  max-width: 100%;
  margin: auto;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #2bbfd9;
}
.fr-testimonial-carousel.layout2 .fr-testimonial-item .fr-testimonial-content {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .fr-testimonial-carousel.layout2 .fr-testimonial-item .fr-testimonial-content {
    font-size: 15px;
  }
}
.fr-testimonial-carousel.layout2 .fr-testimonial-item .testimonial-info i {
  font-size: 55px;
  line-height: 0.5;
  color: #2bbfd9;
  margin-bottom: 25px;
}
.fr-testimonial-carousel.layout2 .fr-testimonial-item .testimonial-info .fr-testimonial-title {
  font-size: 17px;
  margin-bottom: 0px;
}
.fr-testimonial-carousel.layout2 .owl-nav {
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .fr-testimonial-carousel.layout2 .owl-nav {
    display: none;
  }
}
.fr-testimonial-carousel.layout2 .owl-nav .owl-next, .fr-testimonial-carousel.layout2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  transform: none;
  border-color: #777;
}
.fr-testimonial-carousel.layout2 .owl-nav .owl-next i, .fr-testimonial-carousel.layout2 .owl-nav .owl-prev i {
  color: #777;
}
.fr-testimonial-carousel.layout2 .owl-nav .owl-next:hover, .fr-testimonial-carousel.layout2 .owl-nav .owl-prev:hover {
  background: #2bbfd9;
  border-color: #2bbfd9;
}
.fr-testimonial-carousel.layout2 .owl-nav .owl-next:hover i, .fr-testimonial-carousel.layout2 .owl-nav .owl-prev:hover i {
  color: #fff;
}
.fr-testimonial-carousel.layout2 .owl-nav .owl-prev {
  left: -60px;
}
.fr-testimonial-carousel.layout2 .owl-nav .owl-next {
  right: -60px;
}
.fr-testimonial-carousel.arrow-white .owl-next, .fr-testimonial-carousel.arrow-white .owl-prev {
  border-color: #fff;
}
.fr-testimonial-carousel.arrow-white .owl-next i, .fr-testimonial-carousel.arrow-white .owl-prev i {
  color: #fff;
}
.fr-testimonial-carousel.arrow-white .owl-next:hover, .fr-testimonial-carousel.arrow-white .owl-prev:hover {
  border-color: #fff;
  background: #fff;
}
.fr-testimonial-carousel.arrow-white .owl-next:hover i, .fr-testimonial-carousel.arrow-white .owl-prev:hover i {
  color: #2bbfd9;
}
.owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #c8c8c8;
  margin-right: 12px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.owl-dots .owl-dot:last-child {
  margin: 0px;
}
.owl-dots .owl-dot.active {
  background: #2bbfd9;
}
.content-parallax-item {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.parallax-item {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  -khtml-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  -moz-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  -ms-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  -o-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
}
@media screen and (max-width: 991px) {
  .fr-images.layout1 .fr-image-content {
    margin-bottom: 30px;
  }
}
.fr-images.layout1 .fr-image-1 img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  -khtml-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  -o-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
}
.fr-images.layout1 .fr-image-2 img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-top: -35%;
  left: 40%;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
}
.cms-counter.default .cms-counter-inner {
  text-align: center;
}
.cms-counter.default .cms-counter-inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 98px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #2bbfd9;
  font-size: 45px;
  margin: 0px auto 0px;
}
.cms-counter.default .cms-counter-digit {
  font-size: 60px;
  font-weight: 800;
  line-height: 45px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Muli";
  letter-spacing: 0.05em;
  height: 50px;
}
.cms-counter.default .cms-counter-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Muli";
  color: #d0d0d0;
}
@media screen and (max-width: 767px) {
  .cms-counter.default {
    margin-bottom: 30px;
  }
  .cms-counter.default .cms-counter-digit {
    font-size: 40px;
  }
}
.cms-counter.layout1 .cms-counter-inner {
  display: flex;
}
.cms-counter.layout1 .icon {
  width: 73px;
  height: 73px;
  background: #2bbfd9;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.cms-counter.layout1 .content-text {
  color: #fff;
}
.cms-counter.layout1 .content-text .cms-counter-digit {
  font-size: 55px;
  font-weight: 800;
  line-height: 42px;
  display: inline-block;
  margin-bottom: 14px;
}
.cms-counter.layout1 .content-text .cms-counter-title {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.cms-counter-layout2 .cms-counter-digit {
  font-size: 26px;
  letter-spacing: 0.016em;
}
.cms-counter-layout2 .cms-counter-title {
  color: #909090;
}
.cms-counter-layout2 .cms-counter-inner {
  text-align: left;
  display: inline-block;
}
.cms-counter-layout2.style2 {
  text-align: center;
}
.cms-counter-layout2.style2 .cms-counter-inner {
  text-align: left;
}
.cms-counter-layout2.style2 .cms-counter-digit {
  font-size: 54px;
  line-height: 1;
}
.cms-counter-layout2.style2 .cms-counter-title {
  color: #4a4947;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}
.cms-counter-layout2.style3 .cms-counter-digit {
  color: #2bbfd9;
  font-size: 38px;
  line-height: 1;
}
.cms-counter-layout2.style3 .cms-counter-title {
  color: #777;
  margin-top: 11px;
}
.cms-counter-layout3 {
  text-align: center;
}
.cms-counter-layout3 .cms-counter-meta {
  height: 162px;
  width: 162px;
  border: 3px solid #777;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 32px auto;
  position: relative;
}
.cms-counter-layout3 .cms-counter-meta .cms-counter-meta-inner {
  position: absolute;
  left: 0;
  padding: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.cms-counter-layout3 .cms-counter-meta .cms-counter-icon {
  margin-bottom: 10px;
}
.cms-counter-layout3 .cms-counter-meta .cms-counter-icon img {
  max-width: 48px;
}
.cms-counter-layout3 .cms-counter-meta .cms-counter-digit {
  font-size: 38px;
  color: #777;
  line-height: 1;
}
.cms-counter-layout3 .cms-counter-title {
  color: #777;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.fr-count-down-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fr-count-down-container .time-item {
  width: 25%;
  background: rgba(255, 255, 255, .15);
  padding: 34px 15px 38px;
  color: #fff;
  text-align: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .fr-count-down-container .time-item {
    padding: 20px 10px;
    margin-right: 10px;
  }
}
.fr-count-down-container .time-item:last-child {
  margin-right: 0px;
}
.fr-count-down-container .time-item span {
  display: block;
  line-height: 1;
}
.fr-count-down-container .time-item span:first-child {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fr-count-down-container .time-item span:first-child {
    font-size: 20px;
  }
}
.fr-count-down-container .time-item span:last-child {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fr-count-down-container .time-item span:last-child {
    font-size: 10px;
  }
}
@keyframes radar {
  0% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
    -khtml-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
}
.fr-call-to-action.default {
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .fr-call-to-action.default {
    padding: 25px 0px;
    display: block;
    text-align: center;
  }
  .fr-call-to-action.default .cta-button {
    margin-top: 15px;
  }
}
.fr-call-to-action.default h3 {
  font-family: "Asap";
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.fr-call-to-action.default p {
  font-family: "Muli";
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
}
.fr-call-to-action.default .btn {
  border: 0px;
  background: #fff;
  color: #2bbfd9;
  text-transform: uppercase;
}
.fr-call-to-action.default .btn:hover {
  background: #333;
  color: #fff;
}
.fr-call-to-action.layout1 .cta-content h3 {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  font-family: "Muli";
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .fr-call-to-action.layout1 .cta-content h3 {
    font-size: 50px;
  }
}
.fr-call-to-action.layout1 .cta-content p {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .fr-call-to-action.layout1 .cta-content p {
    font-size: 60px;
  }
}
.fr-call-to-action.layout1 .cta-content p a {
  color: #fff;
}
.fr-call-to-action.layout1 .cta-content p i {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 32px;
  margin-right: 10px;
}
.fr-call-to-action.layout1 .cta-content p i:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: radar;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
.fr-call-to-action.layout1 .cta-content p i:before {
  background: #fff;
  color: #2bbfd9;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fr-accordion {
  background: #fff;
}
.fr-accordion .card {
  border: none;
  background-color: transparent;
}
.fr-accordion.layout1 .card {
  border: 1px solid #c8c8c8;
  border-bottom: 0px;
  border-radius: 0px;
}
.fr-accordion.layout1 .card:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fr-accordion.layout1 .card:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #c8c8c8;
}
.fr-accordion.layout1 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.fr-accordion.layout1 .card-header a {
  display: block;
  padding: 14px 24px 14px 18px;
  font-size: 15px;
  line-height: normal;
  font-family: "Asap";
  cursor: pointer;
  color: #2bbfd9;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .fr-accordion.layout1 .card-header a {
    padding: 26px 30px;
  }
}
.fr-accordion.layout1 .card-header a i {
  float: right;
  color: #2bbfd9;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .fr-accordion.layout1 .card-header a i {
    right: 30px;
  }
}
.fr-accordion.layout1 .card-header a:hover {
  color: #2bbfd9;
}
.fr-accordion.layout1 .card-header [aria-expanded="true"] i:before {
  content: '\f273';
}
.fr-accordion.layout1 .card-body {
  font-size: 15px;
  color: #777;
  padding: 0px 18px 14px;
}
@media screen and (min-width: 992px) {
  .fr-accordion.layout1 .card-body {
    padding: 0px 30px 25px 30px;
  }
}
.fr-accordion.layout2 .card {
  margin-bottom: 15px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.fr-accordion.layout2 .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.fr-accordion.layout2 .card-header i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fr-accordion.layout2 .card-header a {
  display: block;
  padding: 15px 40px 15px 22px;
  background-color: #fff;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  color: #2bbfd9;
  position: relative;
}
.fr-accordion.layout2 .card-header [aria-expanded="true"] {
  -webkit-border-radius: 14px 14px 0 0;
  -khtml-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  -ms-border-radius: 14px 14px 0 0;
  -o-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
  font-family: 'Calibre-Medium';
}
.fr-accordion.layout2 .card-header [aria-expanded="true"] i:before {
  content: "\f2f9";
}
.fr-accordion.layout2 .card-body {
  padding: 0 22px 22px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .typography h1 {
    font-size: 45px;
  }
}
.typography h2 {
  font-size: 35px;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 17px;
}
.typography blockquote {
  line-height: 26px;
}
.typography ul li {
  line-height: 32px;
}
.vc_row .cms-divider-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.vc_row .cms-divider-title .cms-divider-inner {
  display: inline-block;
  width: calc(50% + 38px);
  width: -webkit-calc(50% + 38px);
  padding: 16px 0;
  position: relative;
  min-height: 58px;
}
.vc_row .cms-divider-title .cms-divider-inner h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.vc_row .cms-divider-title .cms-divider-inner h3 a {
  color: inherit;
}
.vc_row .cms-divider-title .cms-divider-inner h3 a:hover {
  color: #2bbfd9;
}
.vc_row .cms-divider-title .cms-divider-inner:after {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 10000px;
}
.vc_row .cms-divider-title.top-left, .vc_row .cms-divider-title.top-right {
  top: 0px;
}
.vc_row .cms-divider-title.bottom-left, .vc_row .cms-divider-title.bottom-right {
  bottom: 0px;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner {
  text-align: left;
  float: left;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner .arrow-divider {
  left: 100%;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner:after {
  left: -10000px;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner {
  text-align: right;
  float: right;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner .arrow-divider {
  right: 100%;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner:after {
  right: -10000px;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner {
  float: left;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner .arrow-divider {
  left: 100%;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner:after {
  left: -10000px;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner {
  float: right;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner .arrow-divider {
  right: 100%;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner:after {
  right: -10000px;
}
.vc_row .cms-divider-title.full-width .container {
  max-width: 100%;
}
.vc_row .cms-divider-title.full-width .cms-divider-inner {
  display: inline-block;
  width: initial;
  padding-left: 70px;
  padding-right: 70px;
  min-width: 300px;
  text-align: center;
}
.vc_row .cms-divider-title.full-width.top-left .cms-divider-inner {
  padding-left: 85px;
}
.vc_row .cms-divider-title.full-width .pos-left {
  margin-right: 10px;
}
.vc_row .cms-divider-title.full-width .pos-right {
  margin-left: 10px;
}
.vc_row-no-padding.vc_row .cms-divider-title.bottom-left, .vc_parallax.vc_row .cms-divider-title.bottom-left, .vc_row-no-padding.vc_row .cms-divider-title.bottom-right, .vc_parallax.vc_row .cms-divider-title.bottom-right {
  bottom: -1px;
}
.fr-history .fr-histories-title {
  font-size: 35px;
  margin-bottom: 50px;
}
.fr-history .list-history .fr-history-item .fr-history-image {
  height: 238px;
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media screen and (min-width: 768px) {
  .fr-history .list-history .fr-history-item .fr-history-image {
    margin-bottom: 50px;
  }
}
.fr-history .list-history .fr-history-item .fr-history-meta {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 20px;
  border-left: 1px solid #e4e4e4;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fr-history .list-history .fr-history-item .fr-history-meta {
    margin-left: 0px;
    padding: 15px;
    border: 0px;
  }
}
.fr-history .list-history .fr-history-item .fr-history-meta > span {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: -11px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fr-history .list-history .fr-history-item .fr-history-meta > span {
    display: none;
  }
}
.fr-history .list-history .fr-history-item .fr-history-meta > span:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #2bbfd9;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.fr-history .list-history .fr-history-item .fr-history-title {
  margin-bottom: 23px;
}
.fr-history .list-history .fr-history-item .fr-history-title span {
  display: inline-block;
  font-size: 20px;
  color: #2bbfd9;
  border: 2px solid #2bbfd9;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 30px;
  margin-right: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fr-history .list-history .fr-history-item .fr-history-title span {
    display: block;
    text-align: center;
    margin: 10px 0px 20px;
  }
}
.fr-history .list-history .fr-history-item .fr-history-content {
  margin-bottom: 0px;
}
.fr-history .list-history .fr-history-item:last-child .fr-history-image {
  margin-bottom: 0px;
}
.custom-carousel-wrap {
  position: relative !important;
}
.custom-carousel-wrap > h3 {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #2bbfd9;
  padding: 20px 40px;
  margin: 0px;
}
.custom-carousel-wrap .carousel-wrap {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .custom-carousel-wrap .carousel-wrap {
    padding: 35px 20px 0px !important;
  }
}
@media screen and (min-width: 992px) {
  .custom-carousel-wrap .carousel-wrap {
    padding: 45px 40px 0px !important;
  }
}
.custom-carousel-wrap .fr-custom-carousel .fr-custom-carousel-item .fr-carousel-heading {
  font-size: 40px;
  line-height: 1.4;
  color: #222;
  font-weight: 700;
  margin-bottom: 20px;
}
.custom-carousel-wrap .fr-custom-carousel .fr-custom-carousel-item .fr-carousel-text {
  font-size: 17px;
  color: #565656;
  margin-bottom: 35px;
  line-height: 1.3 !important;
}
.custom-carousel-wrap .fr-custom-carousel .fr-custom-carousel-item .btn {
  padding: 9px 35px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
}
.custom-carousel-wrap .fr-custom-carousel .owl-nav {
  text-align: right !important;
}
@media screen and (min-width: 992px) {
  .custom-carousel-wrap .fr-custom-carousel .owl-nav {
    margin-right: -40px !important;
  }
}
@media screen and (max-width: 991px) {
  .custom-carousel-wrap .fr-custom-carousel .owl-nav {
    margin-right: -20px !important;
  }
}
.custom-carousel-wrap .fr-custom-carousel .owl-nav .owl-next, .custom-carousel-wrap .fr-custom-carousel .owl-nav .owl-prev {
  background: #2bbfd9 !important;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-carousel-wrap .fr-custom-carousel .owl-nav .owl-next:hover, .custom-carousel-wrap .fr-custom-carousel .owl-nav .owl-prev:hover {
  background: #333 !important;
}
#content {
  padding: 100px 0px;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links a {
  margin-left: 10px;
}
.is-parallax .site-content {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -khtml-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.is-parallax .site-content .content-inner.rm-parallax {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -khtml-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.error-404 {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .error-404 {
    padding: 180px 0px;
  }
}
.error-404 h1 {
  line-height: 1;
  font-size: 100px;
  color: #2bbfd9;
  letter-spacing: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .error-404 h1 {
    font-size: 150px;
  }
}
.error-404 h3 {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .error-404 h3 {
    font-size: 40px;
  }
}
.error-404 p {
  font-size: 17px;
  color: #2bbfd9;
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 575px) {
  .error-404 p {
    font-size: 10px;
  }
}
.error-404 .button {
  padding: 12px 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.error-404 img {
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .error-404 img {
    position: absolute;
    max-width: 400px;
    bottom: -250px;
    right: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .error-404 img {
    position: absolute;
    max-width: 600px;
    bottom: -300px;
    right: 100px;
  }
}
@media screen and (min-width: 992px) {
  .error404 .site-header-main {
    border-bottom: 1px solid #d3d3d3;
  }
}
.border-box > .vc_column-inner > .wpb_wrapper {
  padding: 30px;
  border: 1px solid #f1f1f1;
  background-color: #f7f7f7;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media screen and (min-width: 1280px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    padding-right: 55px;
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    max-width: 100%;
  }
  .col-offset-left > .vc_column-inner {
    padding-left: 0 !important;
  }
  .col-offset-right > .vc_column-inner {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  position: relative;
}
.site-content::before {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 1050px;
  line-height: 619px;
  color: #fafafa;
  font-family: 'Sf-Ui-Text-Bold';
  z-index: -1;
}
.widget .widget-content ul {
  margin: 0;
  list-style: none;
}
.widget-title, .comment-reply-title, .comments-title, .section-title {
  font-size: 20px;
  margin-bottom: 26px;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc-row-overlay {
  position: relative;
  overflow: hidden;
}
.row-overlay {
  position: relative;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.col-overlay .vc_column-inner {
  position: relative;
}
.col-overlay .vc_column-inner:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.vc_row_flex {
  display: flex;
  flex-wrap: wrap;
}
.vc_row_flex .wpb_column {
  margin: 0 -0.3px;
}
.vc_row_flex .wpb_column {
  display: flex;
  flex-wrap: wrap;
}
.vc_row .cms-row-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vc_row.row-border-box {
  background-color: #fff;
  padding: 70px 55px 30px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  z-index: 109;
  position: relative;
}
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0px;
}
.searchform-wrap {
  display: flex;
}
.searchform-wrap input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.searchform-wrap input::placeholder {
  color: #999;
}
.searchform-wrap input:-ms-input-placeholder {
  color: #999;
}
.searchform-wrap input::placeholder {
  font-style: italic;
}
.searchform-wrap input:-ms-input-placeholder {
  font-style: italic;
}
.searchform-wrap input::-ms-input-placeholder {
  font-style: italic;
}
.searchform-wrap button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media screen and (min-width: 992px) {
  .entry-content > .vc_row > .float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
}
@media screen and (max-width: 991px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-lg30 > .vc_column-inner, .rm-padding-lg30 > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .vc_row.row-rm-padding-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.row-border-box {
    padding: 40px 40px 0px;
    margin: 0;
  }
  .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .vc_row.rm-margin-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-top-md > .vc_column-inner {
    margin-top: 0 !important;
  }
  .add-margin-bottom-md > .vc_column-inner {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .vc_row.row-border-box {
    padding: 40px 15px 0px 15px;
  }
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-sm {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-sm > .vc_column-inner {
    margin: 0 !important;
  }
  .wpb_single_image.image_align_xs_left {
    text-align: left !important;
  }
  .wpb_single_image.image_align_xs_center {
    text-align: center !important;
  }
  .wpb_single_image.image_align_xs_right {
    text-align: right !important;
  }
}
@media  {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.post-type-archive-product #content {
  padding: 90px 0px 110px;
}
.woocommerce-info {
  border-top-color: #2bbfd9;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  color: #2bbfd9;
}
.cart-desktop .open-cart {
  position: relative;
}
.cart-desktop .open-cart span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #2bbfd9;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -14px;
}
.cart-desktop .widget_shopping_cart_content {
  width: 270px;
  padding: 20px;
  position: absolute;
  background: #1b1a1a;
  right: 0px;
  top: 150%;
  display: none;
  opacity: 0;
  -webkit-transition: top ease-in-out 0.3s;
  -khtml-transition: top ease-in-out 0.3s;
  -moz-transition: top ease-in-out 0.3s;
  -ms-transition: top ease-in-out 0.3s;
  -o-transition: top ease-in-out 0.3s;
  transition: top ease-in-out 0.3s;
}
.cart-desktop .widget_shopping_cart_content.active {
  display: block;
  top: 100%;
  opacity: 1;
  z-index: 9999;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  line-height: normal;
  margin: 0px;
}
.cart-desktop .widget_shopping_cart_content ul.product_list_widget {
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
}
.cart-desktop .widget_shopping_cart_content li {
  display: block !important;
  line-height: normal !important;
  position: relative;
  margin: 0px !important;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid rgba(127, 127, 127, .12);
}
.cart-desktop .widget_shopping_cart_content li + li {
  padding-top: 20px;
}
.cart-desktop .widget_shopping_cart_content li + li a.remove_from_cart_button {
  top: 20px;
}
.cart-desktop .widget_shopping_cart_content li .quantity {
  font-size: 13px;
  margin: -10px 0px 12px 65px;
  display: block;
  text-align: left;
}
.cart-desktop .widget_shopping_cart_content li .remove_from_cart_button {
  position: absolute;
  display: block !important;
  width: 22px;
  height: 22px;
  background: #2bbfd9;
  right: 0px;
  top: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #fff !important;
  padding: 3px 0px 0px !important;
  text-align: center;
}
.cart-desktop .widget_shopping_cart_content li a {
  text-align: left;
  display: flex !important;
  align-items: flex-start;
  line-height: normal !important;
  width: calc(100% - 25px);
  font-size: 10px;
  white-space: pre-line;
  color: #fff;
}
.cart-desktop .widget_shopping_cart_content li a:last-of-type {
  background: none !important;
  padding: 0px !important;
}
.cart-desktop .widget_shopping_cart_content li a:hover {
  color: #2bbfd9;
}
.cart-desktop .widget_shopping_cart_content li a img {
  float: none;
  margin-right: 15px;
  max-width: 50px;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__total {
  line-height: normal;
  padding: 20px 0px;
  margin: 0px;
  border-top: 1px solid rgba(127, 127, 127, .12);
  border-bottom: 1px solid rgba(127, 127, 127, .12);
  text-align: left;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__total span {
  float: right;
  font-weight: bold;
  color: #2bbfd9;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  line-height: normal;
  padding-top: 20px;
  margin: 0px;
  white-space: normal;
  text-align: left;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button {
  background: #2bbfd9;
  color: #fff;
  padding: 10px 15px !important;
  font-size: 10px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid transparent;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button:hover {
  background: none;
  color: #2bbfd9;
  border-color: #2bbfd9;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
  background: none;
  border-color: #fff;
  color: #fff;
  float: right;
}
.woocommerce {
  /*
Woocommerce widget
*/
}
.woocommerce .woocommerce-result-count {
  margin: 16px 0px 0px 0px;
  font-family: Poppins;
  color: #565656;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-result-count {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
.woocommerce .woocommerce-ordering {
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-ordering {
    float: none;
  }
}
.woocommerce .woocommerce-ordering .orderby {
  height: 35px;
  line-height: 30px;
  margin-bottom: 50px;
  border-color: #c8c8c8;
  color: #565656;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce ul.products {
  margin: 0px -16px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li {
  margin: 0 -0.3px;
  display: block;
  padding: 0px 15px !important;
  width: 100% !important;
  margin: 0px 0px 55px 0px !important;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.woocommerce ul.products li:before {
  content: none;
}
@media screen and (min-width: 576px) {
  .woocommerce ul.products li {
    flex: 0 0 49.9% !important;
    max-width: 49.9% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products li {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}
.woocommerce ul.products li .woocommerce-product-inner {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header {
  border: 1px solid #c8c8c8;
  background-color: #f4f4f4;
  border-bottom: 0px;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header {
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header {
    height: 300px;
  }
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .onsale {
  position: absolute;
  font-size: 13px;
  padding: 9px 15px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  margin: 0px;
  right: 20px;
  height: auto;
  min-width: auto;
  min-height: auto;
  top: -15px;
  font-weight: 500;
  background: #2bbfd9;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(43, 191, 217, .9);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart .product_type_grouped, .woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart .add_to_cart_button {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 13px;
  padding: 13px 25px;
  color: #2bbfd9;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart .product_type_grouped, .woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart .add_to_cart_button {
    font-size: 15px;
  }
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart .added_to_cart {
  color: #fff;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder {
  padding: 25px 15px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  text-align: center;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px;
  margin-bottom: 10px;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  font-size: 17px;
  color: #222;
  font-weight: 600;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 25px;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #2bbfd9;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .price {
  font-size: 15px;
  color: #2bbfd9;
  font-weight: 500;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .price del {
  color: inherit;
  margin-right: 15px;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .price ins {
  font-weight: 500;
  color: inherit;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  margin: 0px auto;
  color: #2bbfd9;
}
.woocommerce ul.products li .woocommerce-product-inner:hover {
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
}
.woocommerce ul.products li .woocommerce-product-inner:hover .woocommerce-product-header {
  border-color: #2bbfd9;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .woocommerce-product-holder {
  border-color: #fff;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .woocomerce-overlay-add-cart {
  opacity: 1;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .woocommerce-product-title a {
  color: #333;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .price span, .woocommerce ul.products li .woocommerce-product-inner:hover .price ins {
  color: #2bbfd9;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .star-rating {
  color: #2bbfd9;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border: 0px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: 1px solid #e3e3e3;
  margin: 0px 10px 0px 0px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li:before {
  content: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
  text-align: center;
  padding-top: 17px;
  font-size: 20px;
  color: #999;
  height: 54px;
  width: 54px;
  display: block;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: #fff;
  background: #2bbfd9;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next {
  font-size: 0px;
  padding-top: 15px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 25px;
  line-height: 22px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .prev {
  font-size: 0px;
  padding-top: 15px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .prev:after {
  font-family: FontAwesome;
  font-size: 25px;
  content: "\f104";
}
#secondary {
  /*
Woocommerce single product
*/
}
#secondary .widget_products {
  margin-bottom: 50px;
}
#secondary .widget_products .widget-title {
  margin-bottom: 34px;
}
#secondary .widget_products .product_list_widget li {
  margin-bottom: 26px;
  padding: 0px;
}
#secondary .widget_products .product_list_widget li:before {
  content: none;
}
#secondary .widget_products .product_list_widget li:last-child {
  margin-bottom: 0px;
}
#secondary .widget_products .product_list_widget li .my-custom {
  display: flex;
  margin-bottom: 30px;
  padding: 0px;
}
#secondary .widget_products .product_list_widget li .my-custom:before {
  content: none;
}
#secondary .widget_products .product_list_widget li .my-custom:last-child {
  margin-bottom: 0px;
}
#secondary .widget_products .product_list_widget li .my-custom a {
  margin: 0px;
}
#secondary .widget_products .product_list_widget li .my-custom a img {
  float: none;
  max-width: 70px;
  max-height: 70px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #2bbfd9;
  width: auto;
}
#secondary .widget_products .product_list_widget li .my-custom .widget-item-meta {
  padding-left: 24px;
}
#secondary .widget_products .product_list_widget li .my-custom .widget-item-meta .product-title {
  display: block;
  margin-bottom: 4px;
}
#secondary .widget_products .product_list_widget li .my-custom .widget-item-meta .product-title a {
  font-weight: 500;
}
#secondary .widget_products .product_list_widget li .my-custom .widget-item-meta span, #secondary .widget_products .product_list_widget li .my-custom .widget-item-meta ins {
  background: none;
  color: #777;
}
#secondary .widget_products .product_list_widget li .my-custom .widget-item-meta .amount {
  font-size: 12px;
}
#secondary .widget_products .product_list_widget li > a, #secondary .widget_products .product_list_widget li > del, #secondary .widget_products .product_list_widget li > ins {
  display: none !important;
}
#secondary .widget_products .product_list_widget li > .star-rating {
  display: none;
}
#secondary .widget_products .product_list_widget li > .woocommerce-Price-amount.amount {
  display: none;
}
#secondary .widget_product_search {
  padding: 0px;
  border-bottom: 0px;
}
#secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
#secondary .widget_product_search .woocommerce-product-search input, #secondary .widget_product_search .woocommerce-product-search button {
  height: 45px;
}
#secondary .widget_product_search .woocommerce-product-search input {
  border-color: #c8c8c8;
  padding: 0px 15px;
  width: 100%;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#secondary .widget_product_search .woocommerce-product-search button {
  position: absolute;
  right: 7px;
  top: 8px;
  font-size: 0px;
  height: 31px;
  width: 31px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#secondary .widget_product_search .woocommerce-product-search button:after {
  font-family: Material-Design-Iconic-Font;
  content: '\f2ee';
  font-size: 15px;
}
#secondary .widget_product_categories ul.product-categories li:before {
  content: none;
}
#secondary .widget_product_categories ul.product-categories li a, #secondary .widget_product_categories ul.product-categories li span {
  font-size: 15px;
  color: #777;
  margin-bottom: 15px;
  display: inline-block;
}
#secondary .widget_product_categories ul.product-categories li:last-child a, #secondary .widget_product_categories ul.product-categories li:last-child span {
  margin-bottom: 0px;
}
#secondary .widget_product_categories ul.product-categories li:hover a {
  color: #2bbfd9;
}
#secondary .widget_products .widget-title {
  margin-bottom: 30px;
}
#secondary .widget_price_filter .widget-title {
  margin-bottom: 40px;
}
#secondary .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  margin-bottom: 30px;
  height: 3px;
  background: #c8c8c8;
}
#secondary .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
  background: #2bbfd9;
}
#secondary .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
  height: 22px;
  width: 22px;
  background: #2bbfd9;
  border: 6px solid #c8c8c8;
  top: -9px;
}
#secondary .widget_price_filter .price_slider_wrapper .price_slider_amount {
  position: relative;
  height: 30px;
}
#secondary .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  position: absolute;
  right: 0px;
  font-size: 10px;
  padding: 10px 35px;
  background: #2bbfd9;
  color: #fff;
}
#secondary .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  position: absolute;
  left: 0px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}
.add_to_cart_button {
  text-transform: capitalize !important;
  font-weight: inherit !important;
}
.add_to_cart_button.loading {
  display: flex !important;
  padding-right: 40px !important;
}
.add_to_cart_button.loading:after {
  top: 35% !important;
}
#yith-wcwl-form {
  overflow-x: auto;
}
.wishlist_table {
  min-width: 500px;
}
.wishlist_table tr td {
  text-align: left;
}
.single.single-product {
  /*
Woocommerce cart page
*/
}
.single.single-product #content {
  padding-bottom: 40px;
}
.single.single-product .woocommerce-product-gallery__wrapper {
  border: 2px solid #2bbfd9;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
}
.single.single-product .woocommerce-product-gallery--with-images {
  margin-bottom: 60px !important;
}
.single.single-product .flex-viewport {
  border: 2px solid #2bbfd9;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .4);
}
.single.single-product .flex-viewport .woocommerce-product-gallery__wrapper {
  border: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single.single-product .summary .product_title {
  font-size: 30px;
  margin-bottom: 35px;
  line-height: 45px;
}
.single.single-product .summary .single-price-rating {
  display: flex;
}
.single.single-product .summary .single-price-rating .price {
  font-size: 20px;
  font-weight: 500;
  color: #2bbfd9;
  margin: 0px 40px 24px 0px;
}
.single.single-product .summary .single-price-rating .star-rating {
  color: #2bbfd9;
}
.single.single-product .summary .single-price-rating .woocommerce-review-link {
  display: none;
}
.single.single-product .summary .woocommerce-product-details__short-description {
  font-size: 15px;
  color: #777;
  letter-spacing: 0px;
}
@media (min-width: 1200px) {
  .single.single-product .summary .woocommerce-product-details__short-description {
    margin-bottom: 80px;
  }
}
.single.single-product .summary .cart {
  display: inline-block;
  float: left;
}
.single.single-product .summary .cart input, .single.single-product .summary .cart button {
  height: 45px;
}
.single.single-product .summary .cart button {
  font-size: 13px;
  background: #2bbfd9;
  padding: 0px 30px;
  color: #fff;
  border: 2px solid #2bbfd9;
  font-weight: inherit !important;
}
.single.single-product .summary .cart button:hover {
  background: #fff;
  color: #2bbfd9;
}
.single.single-product .summary .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0px 0px 0px 10px;
}
.single.single-product .summary .yith-wcwl-add-to-wishlist a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  font-size: 0px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  text-align: center;
  color: #2bbfd9;
  justify-content: center;
  align-items: center;
}
.single.single-product .summary .yith-wcwl-add-to-wishlist a:after {
  font-family: FontAwesome;
  content: "\f08a";
  font-size: 20px;
}
.single.single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after {
  content: "\f004";
}
.single.single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: "\f004";
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  padding: 0px;
  margin-bottom: 19px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs:before {
  display: none;
  width: 0px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0px;
  margin: 0px 20px 0px 0px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    margin: 0px 0px 10px 0px;
  }
}
@media screen and (max-width: 575px) {
  .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    display: block !important;
  }
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:last-child {
  margin: 0px 0px 0px 0px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:after, .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:before {
  display: none;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
  display: block;
  color: #a0a0a0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 30px;
}
@media screen and (max-width: 767px) {
  .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
    padding: 5px 10px;
  }
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover, .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
  border-color: #2bbfd9;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover a, .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
  background: #2bbfd9;
  color: #fff;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .wc-tab {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 30px 22px 55px;
  font-size: 15px;
  color: #777;
  margin-bottom: 55px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h2 {
  font-size: 20px;
  margin-bottom: 17px;
}
.single.single-product .related.products h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
.woocommerce-cart {
  /*
Woocomerce checkout page
*/
}
.woocommerce-cart .zmdi {
  cursor: pointer;
}
.woocommerce-cart .zmdi:hover {
  color: #2bbfd9;
}
.woocommerce-cart .zmdi-minus {
  margin-right: 5px;
}
.woocommerce-cart .zmdi-plus {
  margin-left: 5px;
}
.woocommerce-cart .quantity {
  display: inline-block;
}
.woocommerce-cart .quantity .qty {
  height: 38px;
  min-width: 55px;
  color: #333;
  padding: 0px 5px;
}
.woocommerce-cart .actions {
  padding: 10px 15px;
}
.woocommerce-cart .actions input, .woocommerce-cart .actions button {
  height: 38px;
}
.woocommerce-cart .actions .coupon input#coupon_code {
  width: auto !important;
}
@media screen and (max-width: 575px) {
  .woocommerce-cart .actions .coupon input#coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.woocommerce-cart .actions .coupon input#coupon_code:focus {
  border-color: #2bbfd9;
}
@media screen and (max-width: 575px) {
  .woocommerce-cart .actions .coupon button[name="apply_coupon"] {
    width: 100% !important;
  }
}
.woocommerce-cart .actions .checkout-button, .woocommerce-cart .actions .update_cart, .woocommerce-cart .actions .button {
  background: #2bbfd9;
  font-size: 13px;
  color: #fff !important;
  padding: 0px 30px;
  border: 2px solid #2bbfd9;
}
.woocommerce-cart .actions .checkout-button:hover, .woocommerce-cart .actions .update_cart:hover, .woocommerce-cart .actions .button:hover {
  background: #fff !important;
  color: #2bbfd9 !important;
}
.woocommerce-cart .cart_totals h2 {
  font-size: 30px;
  font-family: Poppins;
}
.woocommerce-cart .cart_totals .checkout-button {
  border: 2px solid #2bbfd9;
  display: inline-block;
  float: right;
  height: 38px;
  font-size: 13px !important;
  padding: 0px 35px !important;
  line-height: 38px;
  background-color: #2bbfd9 !important;
}
.woocommerce-cart .cart_totals .checkout-button:hover {
  background-color: #fff !important;
  color: #2bbfd9 !important;
}
.woocommerce-page .col-1, .woocommerce-page .col-2 {
  padding: 0px 0px;
  max-width: inherit;
}
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-additional-fields h3, .woocommerce-checkout #order_review_heading {
  font-size: 30px;
  font-family: Poppins;
  line-height: 30px;
}
.woocommerce-checkout .woocommerce-checkout-payment .button {
  background: #2bbfd9 !important;
  font-size: 13px;
  color: #fff !important;
  padding: 13px 30px;
  border: 2px solid #2bbfd9;
}
.woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background: #fff !important;
  color: #2bbfd9 !important;
}
.form-row {
  /*
Woocommerce my account
*/
}
.form-row label {
  display: block;
  width: 100%;
}
.form-row .woocommerce-input-wrapper, .form-row textarea, .form-row .select2-selection, .form-row .input-text {
  width: 100%;
  background: #f5f4f5;
}
.form-row .input-text {
  height: 38px;
  padding: 0px 20px;
}
.form-row .input-text:focus {
  border-color: #2bbfd9;
}
.form-row textarea {
  height: 170px !important;
  padding: 15px !important;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 13px 0px;
  border-top: 1px solid #e8e8e8;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 15px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #333;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
  color: #2bbfd9;
}
.wishlist_table {
  /*Ckeckout page*/
}
.wishlist_table .ajax_add_to_cart {
  background-color: #0081e4 !important;
  padding: 10px 20px !important;
  display: inline-block !important;
  width: 50%;
  float: right !important;
}
.wishlist_table .ajax_add_to_cart:hover {
  background: #333 !important;
}
.about_paypal {
  line-height: inherit !important;
}
.wc_payment_methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-control-nav {
  margin: 10px -5px 0px !important;
}
.flex-control-nav li {
  padding: 0px 5px;
}
form.cart table {
  border: 0px !important;
}
form.cart table ins {
  padding: 0px !important;
  border: 0px !important;
  background: 0px;
  color: #2bbfd9;
}
.woocommerce-account button, #submit {
  font-size: 13px;
  background: #2bbfd9 !important;
  padding: 0px 30px !important;
  color: #fff !important;
  border: 2px solid #2bbfd9 !important;
  height: 45px;
}
.woocommerce-account button {
  margin-top: 15px !important;
}
.woocommerce-account button:hover, #submit:hover {
  color: #2bbfd9 !important;
  background: none !important;
}
.quantity-wrap {
  position: relative;
  padding-right: 18px;
  display: inline-block;
  float: left;
  border: 1px solid #eaeaea;
  width: 50px;
  margin-right: 15px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.quantity-wrap .quantity {
  margin: 0px !important;
}
.quantity-wrap .quantity input {
  margin: 0px !important;
  padding: 0px;
  border: 0px;
  width: 35px !important;
  border-right: 1px solid #eaeaea;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.quantity-wrap .fa {
  position: absolute;
  right: 3px;
  color: #2bbfd9;
  cursor: pointer;
}
.quantity-wrap .fa.fa-caret-up {
  top: 5px;
}
.quantity-wrap .fa.fa-caret-down {
  top: 25px;
}
