/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/* Sticky Sidebar */
@-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;
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@font-face {
  font-family: 'FuturaStd-Heavy';
  src: url('../fonts/main/FuturaStd-Heavy.woff2') format('woff2'), url('../fonts/main/FuturaStd-Heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-Medium';
  src: url('../fonts/main/FuturaStd-Medium.woff2') format('woff2'), url('../fonts/main/FuturaStd-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-HeavyOblique';
  src: url('../fonts/main/FuturaStd-HeavyOblique.woff2') format('woff2'), url('../fonts/main/FuturaStd-HeavyOblique.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-BoldOblique';
  src: url('../fonts/main/FuturaStd-BoldOblique.woff2') format('woff2'), url('../fonts/main/FuturaStd-BoldOblique.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Bold';
  src: url('../fonts/main/FuturaPT-Bold.woff2') format('woff2'), url('../fonts/main/FuturaPT-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Droidserif-Regular';
  src: url('../fonts/main/Droidserif-Regular.woff2') format('woff2'), url('../fonts/main/Droidserif-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Droidserif-Italic';
  src: url('../fonts/main/Droidserif-Italic.woff2') format('woff2'), url('../fonts/main/Droidserif-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Droidserif-Bolditalic';
  src: url('../fonts/main/Droidserif-Bolditalic.woff2') format('woff2'), url('../fonts/main/Droidserif-Bolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Droidserif-Bold';
  src: url('../fonts/main/Droidserif-Bold.woff2') format('woff2'), url('../fonts/main/Droidserif-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ft-boldoblique {
  font-family: 'FuturaStd-BoldOblique' !important;
}
html {
  box-sizing: border-box;
}
a {
  -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;
  color: #00b5f4;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #71cbcc;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 2.125;
  color: #768093;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
}
body.body-hide {
  overflow: hidden;
}
.site {
  position: relative;
}
.underlink {
  text-decoration: underline;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #091031;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: normal;
}
.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6 {
  font-family: 'Montserrat', sans-serif;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 38px;
}
h4, .h4 {
  font-size: 26px;
}
h5, .h5 {
  font-size: 24px;
}
h6, .h6 {
  font-size: 18px;
}
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: #091031;
}
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 10px 6px 0;
  /*--- 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: #00b5f4;
}
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: #00b5f4;
}
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: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.wp-caption img {
  -webkit-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  color: #00b5f4;
  font-weight: normal;
  padding-top: 4px;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
.post-password-form input[type="submit"] {
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
ul.list {
  list-style: none;
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  ul.list {
    padding-left: 30px;
  }
}
ul.list li:before {
  content: '';
  height: 6px;
  width: 6px;
  background-color: #00b5f4;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 12px;
}
blockquote {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  background-color: #fff;
  border-radius: 5px;
  border-left: 8px solid #00b5f4;
  padding: 30px 35px 31px;
  color: #00b5f4;
}
@media screen and (max-width: 991px) {
  blockquote {
    padding: 20px 30px;
  }
}
#tslOverlay {
  background-color: transparent !important;
}
.site-content .bg-attachment-fixed {
  background-attachment: fixed !important;
}
.color-white {
  color: #fff;
}
.z-index1 {
  position: relative;
  z-index: 1;
}
.z-index2 {
  position: relative;
  z-index: 2;
}
.heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.color-secondary {
  color: #71cbcc;
}
.bg-gradient-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f2), to(#f9fafb));
  background-image: -webkit-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -moz-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -ms-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -o-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: linear-gradient(bottom, #ecf0f2, #f9fafb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ecf0f2', endColorStr='#f9fafb');
}
.image-radius img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.weight-300 {
  font-weight: 300;
}
.weight-300 p {
  margin-bottom: 33px;
}
.weight-300 p:last-child {
  margin-bottom: 0;
}
.sub-title, .cms-contact-form.style2 .cms-contact-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head h3 {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  color: #00b5f4;
}
.wpb_text_column.size1 {
  color: #091031;
  font-size: 26px;
  line-height: 1.76923;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .wpb_text_column.size1 {
    font-size: 22px;
  }
}
.item-arrow {
  display: inline-block;
  width: 15px;
  height: 9px;
  position: relative;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.item-arrow:before {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  background-color: #00b5f4;
  -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;
}
.item-arrow:after {
  content: '';
  height: 7px;
  width: 7px;
  border-top: 1px solid #00b5f4;
  border-right: 1px solid #00b5f4;
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -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;
}
.item-arrow.arrow-white:before {
  background-color: #fff;
}
.item-arrow.arrow-white:after {
  border-color: #fff;
}
.item-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.item-title a {
  color: inherit;
}
.item-title a:hover {
  color: #00b5f4;
}
.item-readmore, .entry-more {
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 13px;
}
.item-readmore a, .entry-more a {
  color: #00b5f4;
}
.item-readmore a i, .entry-more a i {
  margin-left: 10px;
}
.item-readmore a:hover, .entry-more a:hover {
  color: #71cbcc;
}
.item-readmore a:hover i:before, .entry-more a:hover i:before {
  background-color: #71cbcc;
}
.item-readmore a:hover i:after, .entry-more a:hover i:after {
  border-color: #71cbcc;
}
.el-social a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  background-color: #222;
  display: inline-block;
  margin: 0 11px 22px 11px;
  position: relative;
}
.el-social a:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #222;
  position: absolute;
  top: 14px;
  right: -12px;
}
.el-social a:last-child:after {
  display: none;
}
.el-social a:hover {
  background-color: #00b5f4;
  color: #fff;
}
.text-block {
  font-size: 14px;
  line-height: 23px;
  color: #616161;
}
.text-block2 {
  font-size: 15px;
  line-height: 27px;
  color: #616161;
}
.text-block3 {
  font-size: 14px;
  line-height: 23px;
}
.text-block3 .wpb_wrapper p {
  margin-bottom: 25px;
}
.text-block3 .wpb_wrapper p:last-child {
  margin-bottom: 0;
}
.z-index-top {
  z-index: 888;
  position: relative;
}
.text-color1 {
  color: ;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.z-index0 {
  z-index: 0;
  position: relative;
}
.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: 35px;
}
.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;
}
.el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.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 {
  background-color: #00b5f4 !important;
}
.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;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}
.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.cms-icon-plus {
  height: 20px;
  width: 20px;
  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: 9px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 9px;
  top: 0;
}
.cms-icon-plus:hover:before, .cms-icon-plus:hover:after {
  background-color: #00b5f4;
}
.cms-icon-plus.white:before, .cms-icon-plus.white:after {
  background-color: #fff;
}
.cms-icon-plus.white:hover:before, .cms-icon-plus.white:hover:after {
  background-color: #00b5f4;
}
.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(#71cbcc), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #71cbcc, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #71cbcc, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #71cbcc, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #71cbcc, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #71cbcc, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#71cbcc', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #71cbcc;
  opacity: 0.3;
  z-index: 1;
}
.a-dark {
  color: #091031;
}
.a-dark:hover, .a-dark:focus {
  color: ;
}
.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 {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  border: 2px solid #dae1e5;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #00b5f4;
}
.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);
}
.z-index-1 {
  z-index: 1;
}
.cms-menu {
  margin: 0;
  list-style: none;
}
.cms-menu > li {
  display: inline-block;
}
.cms-menu > li > a {
  color: ;
  font-size: 14px;
  margin: 0 16px;
  position: relative;
}
.cms-menu > li > a:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  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%);
  right: -16px;
}
.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
  color: #00b5f4;
}
.cms-menu > li:last-child > a {
  margin-right: 0;
}
.cms-menu > li:last-child > a:before {
  display: none;
}
.cms-menu .sub-menu {
  display: none;
}
.cms-menu.footer-menu > li > a {
  margin: 0 12px;
  color: #8e8e8e;
}
.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
  color: #00b5f4;
}
.cms-menu.footer-menu > li:last-child > a {
  margin-right: 0;
}
.row-boxshadow-top:before {
  content: '';
  height: 50px;
  width: 100%;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
@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: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .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: 767px) {
  .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;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
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: transparent;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ecf0f2;
  color: #768093;
  padding: 6px 10px;
  line-height: normal;
  height: 35px;
  font-size: 14px;
  -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;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]: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, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active {
  border-color: #00b5f4;
}
select {
  height: 37px;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 100px;
}
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;
  border-color: #00b5f4;
}
.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: 18px;
  display: block;
}
.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;
  font-size: 14px;
  line-height: 24px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.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: #00b5f4;
  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: #00b5f4;
}
#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: #00b5f4;
  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(0, 181, 244, 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: #00b5f4;
}
.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: #00b5f4;
  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: 30px;
  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: #71cbcc;
  position: absolute;
  right: 10px;
  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;
  line-height: 23px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  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-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;
}
body table.booked-calendar thead th {
  background-color: #000 !important;
}
body table.booked-calendar thead th {
  border-color: #000 !important;
  padding: 26px 0 !important;
}
body table.booked-calendar tr.days th, body #booked-profile-page .booked-tabs {
  background-color: #00b5f4 !important;
  border-color: #00b5f4 !important;
}
@media screen and (min-width: 992px) {
  body table.booked-calendar td .date .number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #000017;
    border: none !important;
    height: 67px;
    width: 67px;
    border-radius: 67px;
    line-height: 67px;
    text-align: center;
  }
}
body table.booked-calendar td.today .date .number {
  color: #fff !important;
  background-color: #71cbcc;
}
body table.booked-calendar td.today:hover .date span {
  background-color: #71cbcc !important;
}
body table.booked-calendar td:hover .date .number {
  background-color: #71cbcc !important;
  color: #fff !important;
}
body table.booked-calendar tr.week td.active .date.tooltipstered .number {
  background-color: #71cbcc;
  color: #fff;
}
body table.booked-calendar td.prev-date .date, body table.booked-calendar td.prev-date:hover .date, body table.booked-calendar td.prev-date:hover .date span {
  background-color: #edf0f2 !important;
}
body table.booked-calendar td.prev-date .date .number, body table.booked-calendar td.prev-date:hover .date .number, body table.booked-calendar td.prev-date:hover .date span .number {
  color: #cad1d4;
}
body table.booked-calendar td {
  border-color: #cad1d4;
}
body table.booked-calendar tr.days th {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 700;
  padding: 10px 0 !important;
}
body table.booked-calendar th .monthName {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #00b5f4;
}
body .site-content #booked-profile-page input[type="submit"], body .site-content #booked-profile-page button, body .site-content .booked-list-view input[type="submit"], body .site-content .booked-list-view button, body .site-content table.booked-calendar input[type="submit"], body .site-content table.booked-calendar button, body .site-content .booked-modal input[type="submit"], body .site-content .booked-modal button, body table.booked-calendar input[type="submit"].button-primary {
  font-size: 12px;
  letter-spacing: 0.075em;
  background-color: #00b5f4 !important;
  border-color: #00b5f4 !important;
}
body .site-content #booked-profile-page input[type="submit"]:hover, body .site-content #booked-profile-page button:hover, body .site-content .booked-list-view input[type="submit"]:hover, body .site-content .booked-list-view button:hover, body .site-content table.booked-calendar input[type="submit"]:hover, body .site-content table.booked-calendar button:hover, body .site-content .booked-modal input[type="submit"]:hover, body .site-content .booked-modal button:hover, body table.booked-calendar input[type="submit"].button-primary:hover {
  background-color: #71cbcc !important;
  border-color: #71cbcc !important;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a, body #booked-profile-page input[type="submit"].button-primary, body table.booked-calendar input[type="submit"].button-primary, body .booked-list-view button.button, body .booked-list-view input[type="submit"].button-primary, body .booked-list-view button.button, body .booked-list-view input[type="submit"].button-primary, body .booked-modal input[type="submit"].button-primary, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button, body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block, body #booked-profile-page .appt-block .google-cal-button > a, body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active, .booked-ms-modal .booked-book-appt {
  background-color: #00b5f4;
  border-color: #00b5f4;
}
body .booked-modal .bm-window p i.fa, body .booked-modal .bm-window a, body .booked-appt-list .booked-public-appointment-title, body .booked-modal .bm-window p.appointment-title, .booked-ms-modal.visible:hover .booked-book-appt {
  color: #00b5f4;
}
body #booked-profile-page input[type="submit"].button-primary:hover, body table.booked-calendar input[type="submit"].button-primary:hover, body .booked-list-view button.button:hover, body .booked-list-view input[type="submit"].button-primary:hover, body .booked-modal input[type="submit"].button-primary:hover, body table.booked-calendar th, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .appt-block .google-cal-button > a:hover {
  background-color: #71cbcc !important;
  border-color: #71cbcc !important;
}
body .booked-modal .bm-window p.booked-title-bar {
  background-color: #00b5f4;
}
.btn, button, .button, input[type="submit"] {
  background-color: #00b5f4;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 24px;
  line-height: 57px;
  -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;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.02em;
}
.btn .icon-image, button .icon-image, .button .icon-image, input[type="submit"] .icon-image, .btn .slider-arrow-white, button .slider-arrow-white, .button .slider-arrow-white, input[type="submit"] .slider-arrow-white {
  margin-left: 20px;
  display: inline-block;
}
.btn .icon-image .svg, button .icon-image .svg, .button .icon-image .svg, input[type="submit"] .icon-image .svg, .btn .slider-arrow-white .svg, button .slider-arrow-white .svg, .button .slider-arrow-white .svg, input[type="submit"] .slider-arrow-white .svg {
  height: 23px;
  fill: #fff;
}
.btn .slider-arrow-white, button .slider-arrow-white, .button .slider-arrow-white, input[type="submit"] .slider-arrow-white {
  width: 23px;
  height: 23px;
  background-image: url(../images/arrow-right-white.png);
}
.btn.btn-arrow, button.btn-arrow, .button.btn-arrow, input[type="submit"].btn-arrow {
  padding-left: 31px;
  padding-right: 12px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.btn.btn-arrow .slider-arrow-white, button.btn-arrow .slider-arrow-white, .button.btn-arrow .slider-arrow-white, input[type="submit"].btn-arrow .slider-arrow-white {
  margin-left: 38px;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #71cbcc;
}
.btn.btn-modern {
  background-color: #fff;
  display: inline-block;
  color: #000d4b;
  padding-left: 31px;
  padding-right: 75px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.btn.btn-modern svg {
  width: 23px;
  fill: #000;
  -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.btn-modern i, .btn.btn-modern .icon-image, .btn.btn-modern .btn-svg {
  width: 45px;
  line-height: inherit;
  background-color: #d3dce0;
  font-size: 28px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 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;
}
.btn.btn-modern:hover {
  background-color: #8a49a1;
  color: #fff;
}
.btn.btn-modern:hover i, .btn.btn-modern:hover .icon-image, .btn.btn-modern:hover .btn-svg {
  background-color: #723c85;
  color: #fff;
}
.btn.btn-modern:hover .btn-svg svg {
  fill: #fff;
}
.btn i.icon-arrow-white {
  margin-right: 30px;
  position: relative;
}
.btn i.icon-arrow-white:before {
  content: '';
  width: 2px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: -17px;
}
.btn.btn-outline {
  background-color: transparent;
  color: #00b5f4;
  border: 2px solid #00b5f4;
  line-height: 47px;
}
.btn.btn-outline:before, .btn.btn-outline:after {
  display: none;
}
.btn.btn-outline:hover {
  background-color: #00b5f4;
  color: #fff;
  border-color: #00b5f4;
}
.btn.btn-secondary {
  background-color: #71cbcc;
}
.btn.btn-outline-secondary {
  background-color: transparent;
  color: #71cbcc;
  border: 2px solid #71cbcc;
  line-height: 47px;
}
.btn.btn-outline-secondary:before, .btn.btn-outline-secondary:after {
  display: none;
}
.btn.btn-outline-secondary:hover {
  background-color: #00b5f4;
  color: #fff;
  border-color: #00b5f4;
}
.btn.btn-outline-white {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  line-height: 48px;
}
.btn.btn-outline-white:before, .btn.btn-outline-white:after {
  display: none;
}
.btn.btn-outline-white:hover {
  background-color: #00b5f4;
  color: #fff;
  border-color: #00b5f4;
}
.btn.btn-text-primary {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  color: #00b5f4;
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: normal;
}
.btn.btn-text-primary:hover {
  color: #71cbcc;
}
.btn.btn-text-primary:hover i:before {
  background-color: #71cbcc;
}
.btn.btn-text-primary:hover i:after {
  border-color: #71cbcc;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-block {
  display: block;
}
.cms-button-wrapper.btn-inline {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-right: 30px;
}
.cms-button-wrapper i {
  font-size: 23px;
  margin-left: 20px;
  vertical-align: middle;
  position: relative;
}
.cms-button-wrapper i.item-arrow {
  margin-left: 4px;
}
.btn-text {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
  border-bottom: 2px solid #333;
  cursor: pointer;
  -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-text:hover {
  color: #00b5f4;
  border-color: #00b5f4;
}
.btn-more {
  line-height: 54px;
  text-align: center;
  border: 2px solid #333;
  height: 50px;
  width: 50px;
  position: relative;
}
.btn-more:before, .btn-more: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;
}
.btn-more:before {
  height: 2px;
  width: 8px;
  bottom: -2px;
  right: -10px;
}
.btn-more:after {
  width: 2px;
  height: 8px;
  right: -2px;
  bottom: -10px;
}
.btn-more:hover {
  border-color: #00b5f4;
}
.btn-more:hover:before, .btn-more:hover:after {
  background-color: #00b5f4;
}
.btn-more.white {
  border-color: #fff;
}
.btn-more.white:before, .btn-more.white:after {
  background-color: #fff;
}
.btn-more.white .cms-icon-plus:before, .btn-more.white .cms-icon-plus:after {
  background-color: #fff;
}
.btn-more.white:hover {
  border-color: #00b5f4;
}
.btn-more.white:hover:before, .btn-more.white:hover:after {
  background-color: #00b5f4;
}
.btn-more.white:hover .cms-icon-plus:before, .btn-more.white:hover .cms-icon-plus:after {
  background-color: #00b5f4;
}
#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap .row {
  align-items: center;
}
#site-header-wrap #site-header {
  background-color: #fff;
}
#site-header-wrap #site-header.h-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
#site-header-wrap #site-header .site-branding {
  margin: 15px;
  position: relative;
}
#site-header-wrap #site-header .site-branding .logo-light {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#site-header-wrap #site-header .site-branding img {
  max-height: 25px;
}
#site-header-wrap #site-header .site-header-right {
  margin-left: 21px;
  margin-right: 15px;
}
#site-header-wrap #site-header .site-header-right .btn-nav {
  height: 12px;
  width: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#site-header-wrap #site-header .site-header-right .btn-nav i {
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
}
#site-header-wrap #site-header .site-header-right .btn-nav i, #site-header-wrap #site-header .site-header-right .btn-nav:before, #site-header-wrap #site-header .site-header-right .btn-nav:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 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;
}
#site-header-wrap #site-header .site-header-right .btn-nav i {
  top: 5px;
}
#site-header-wrap #site-header .site-header-right .btn-nav:before {
  top: 0;
}
#site-header-wrap #site-header .site-header-right .btn-nav:after {
  bottom: 0;
}
#site-header-wrap #site-header .site-header-right .btn-nav:hover i, #site-header-wrap #site-header .site-header-right .btn-nav:hover:before, #site-header-wrap #site-header .site-header-right .btn-nav:hover:after {
  background-color: #00b5f4;
}
@media screen and (max-width: 991px) {
  #site-header-wrap #site-header .site-header-right {
    display: none;
  }
}
.header-top-bar {
  background-color: #091031;
  position: relative;
  z-index: 999;
}
.header-top-bar .top-bar-info-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.header-top-bar .top-bar-info-switcher {
  position: relative;
  background: #00b5f4;
  font-size: 14px;
  margin: 0 15px;
}
.header-top-bar .top-bar-info-switcher .has-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  vertical-align: middle;
  margin-left: 7px;
}
.header-top-bar .top-bar-info-switcher .has-arrow:before, .header-top-bar .top-bar-info-switcher .has-arrow:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 8px;
  background-color: #fff;
  top: 50%;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -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-top: -1px;
}
.header-top-bar .top-bar-info-switcher .has-arrow:before {
  left: -1px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -khtml-transform: rotate(45deg) translate(0, -50%);
  -moz-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  -o-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}
.header-top-bar .top-bar-info-switcher .has-arrow:after {
  right: -1px;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  -khtml-transform: rotate(-45deg) translate(0, -50%);
  -moz-transform: rotate(-45deg) translate(0, -50%);
  -ms-transform: rotate(-45deg) translate(0, -50%);
  -o-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
}
.header-top-bar .top-bar-info-switcher .active {
  position: relative;
  cursor: pointer;
  padding: 0 24px 0 28px;
  color: #fff;
  text-decoration: none;
  min-width: 195px;
  line-height: 53px;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-bar .top-bar-info-switcher .active {
    line-height: 45px;
    padding: 0 14px 0 18px;
    min-width: auto;
  }
}
.header-top-bar .top-bar-info-switcher .active.open .has-arrow:before, .header-top-bar .top-bar-info-switcher .active.open .has-arrow:after {
  width: 12px;
}
.header-top-bar .top-bar-info-switcher .active.open .has-arrow:before {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-top-bar .top-bar-info-switcher .active.open .has-arrow:after {
  right: 0;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-top-bar .top-bar-info-switcher ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #091031;
  list-style: none;
  padding: 12px 0;
  margin: 0;
  min-width: 100%;
}
.header-top-bar .top-bar-info-switcher ul a {
  color: #fff;
  display: block;
  padding: 10px 28px;
}
.header-top-bar .top-bar-info-switcher ul a:hover {
  background-color: #00b5f4;
}
.header-top-bar .top-bar-info {
  margin: 0;
  list-style: none;
  display: none;
  flex-grow: 1;
  padding: 0 15px;
}
.header-top-bar .top-bar-info:first-child {
  display: block;
}
.header-top-bar .top-bar-info li {
  display: inline-block;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-bar .top-bar-info li {
    margin-right: 12px;
  }
}
.header-top-bar .top-bar-info span {
  color: #fff;
  font-size: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-bar .top-bar-info span {
    font-size: 10px;
  }
}
.header-top-bar .top-bar-info i {
  color: #00b5f4;
  font-size: 20px;
  margin-right: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-bar .top-bar-info i {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-trans {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  #site-header-wrap.header-trans #site-header:not(.h-fixed) {
    background-color: transparent;
  }
  #site-header-wrap.header-trans #site-header:not(.h-fixed) .site-branding .logo-dark {
    opacity: 0;
  }
  #site-header-wrap.header-trans #site-header:not(.h-fixed) .site-branding .logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-trans #site-header:not(.h-fixed) .primary-menu > li > a {
    color: #fff;
  }
  #site-header-wrap.header-trans #site-header:not(.h-fixed) .primary-menu > li > a .has-arrow:before, #site-header-wrap.header-trans #site-header:not(.h-fixed) .primary-menu > li > a .has-arrow:after {
    background-color: #fff;
  }
  #site-header-wrap.header-trans #site-header:not(.h-fixed) .primary-menu > li:hover > a, #site-header-wrap.header-trans #site-header:not(.h-fixed) .primary-menu > li.current_page_item > a, #site-header-wrap.header-trans #site-header:not(.h-fixed) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-trans #site-header:not(.h-fixed) .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-trans #site-header:not(.h-fixed) .primary-menu > li.current-menu-ancestor > a {
    color: #00b5f4;
  }
  #site-header-wrap.header-trans #site-header:not(.h-fixed) .site-header-right .btn-nav i, #site-header-wrap.header-trans #site-header:not(.h-fixed) .site-header-right .btn-nav:before, #site-header-wrap.header-trans #site-header:not(.h-fixed) .site-header-right .btn-nav:after {
    background-color: #fff;
  }
  #site-header-wrap.header-trans #site-header:not(.h-fixed) .site-header-right .btn-nav:hover i, #site-header-wrap.header-trans #site-header:not(.h-fixed) .site-header-right .btn-nav:hover:before, #site-header-wrap.header-trans #site-header:not(.h-fixed) .site-header-right .btn-nav:hover:after {
    background-color: #00b5f4;
  }
  #site-header-wrap.header-layout1 #site-header .site-branding, #site-header-wrap.header-layout2 #site-header .site-branding, #site-header-wrap.header-layout3 #site-header .site-branding {
    flex-grow: 1;
  }
  #site-header-wrap.header-layout1 #site-header .site-navigation, #site-header-wrap.header-layout2 #site-header .site-navigation, #site-header-wrap.header-layout3 #site-header .site-navigation {
    flex-grow: 1;
    margin: 0 15px;
  }
  #site-header-wrap.header-layout1 #site-header .site-navigation .main-navigation, #site-header-wrap.header-layout2 #site-header .site-navigation .main-navigation, #site-header-wrap.header-layout3 #site-header .site-navigation .main-navigation {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap.header-layout1 #site-header .container {
    padding-left: 15px !important;
  }
  #site-header-wrap.header-layout1 #site-header .site-branding {
    flex-grow: 1;
  }
  #site-header-wrap.header-layout1 #site-header .site-header-right {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header-top-bar {
    display: none;
  }
  #site-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  #site-header-wrap.fixed-height {
    height: inherit !important;
  }
  #site-header-wrap .site-branding {
    min-height: 60px;
    margin: 10px 15px;
  }
  #site-header-wrap .site-branding a {
    display: inline-block;
    line-height: 60px !important;
  }
  #site-header-wrap .site-navigation {
    max-height: 400px;
    overflow-y: scroll;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    -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%);
  }
  #site-header-wrap.header-layout1 #site-header .container {
    padding-left: 15px !important;
  }
}
#site-header {
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#site-header.h-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
#site-header.h-fixed.is-hide {
  -webkit-transform: translate3d(0, -110%, 0);
  -khtml-transform: translate3d(0, -110%, 0);
  -moz-transform: translate3d(0, -110%, 0);
  -ms-transform: translate3d(0, -110%, 0);
  -o-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
}
.admin-bar #site-header-wrap #site-header.h-fixed {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 0;
  }
}
.cms-menu-fullscreen {
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  -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;
}
@media screen and (max-width: 991px) {
  .cms-menu-fullscreen .container {
    padding: 0;
  }
}
.cms-menu-fullscreen .cms-menu-fullscreen-inner {
  max-width: 484px;
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.4s 0s;
  -khtml-transition: all ease 0.4s 0s;
  -moz-transition: all ease 0.4s 0s;
  -ms-transition: all ease 0.4s 0s;
  -o-transition: all ease 0.4s 0s;
  transition: all ease 0.4s 0s;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .cms-menu-fullscreen .cms-menu-fullscreen-inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .cms-menu-fullscreen .cms-menu-fullscreen-inner:before {
    display: none;
  }
}
.cms-menu-fullscreen .menu-fullscreen-head {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  cursor: pointer;
  margin-bottom: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
}
.cms-menu-fullscreen .menu-fullscreen-head i {
  font-size: 30px;
  margin-right: 21px;
}
.cms-menu-fullscreen .fullscreen-menu {
  list-style: none;
  margin: 0;
  position: relative;
}
.cms-menu-fullscreen .fullscreen-menu li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 3px 0;
}
.cms-menu-fullscreen .fullscreen-menu li > a:hover {
  color: #091031;
}
.cms-menu-fullscreen .fullscreen-menu li.menu-item-has-children > a:before {
  content: "\e684";
  font-family: 'Pe-icon-7-stroke';
  font-size: 28px;
  position: absolute;
  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%);
}
.cms-menu-fullscreen .fullscreen-menu li .sub-menu-title {
  font-size: 43px;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 42px;
  line-height: 1;
}
.cms-menu-fullscreen .fullscreen-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  list-style: none;
  padding-left: 200px;
  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;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .cms-menu-fullscreen .fullscreen-menu .sub-menu {
    padding-left: 140px;
  }
}
.cms-menu-fullscreen .fullscreen-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.cms-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00aae5;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  z-index: 8888;
}
.cms-menu-overlay .menu-overlay-inner {
  max-width: 484px;
  width: 100%;
  height: 100%;
  position: relative;
}
.cms-menu-overlay .menu-overlay-inner:before {
  content: '';
  background-color: #00b5f4;
  position: absolute;
  top: 0;
  right: 0;
  width: 5000px;
  height: 5000px;
}
.cms-menu-fullscreen-wrap.open .cms-menu-overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.8s ease 0.2s;
  -khtml-transition: transform 0.8s ease 0.2s;
  -moz-transition: transform 0.8s ease 0.2s;
  -ms-transition: transform 0.8s ease 0.2s;
  -o-transition: transform 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s;
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
}
.cms-menu-fullscreen-wrap.open .cms-menu-fullscreen {
  visibility: visible;
}
.cms-menu-fullscreen-wrap.open .cms-menu-fullscreen .cms-menu-fullscreen-inner {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all ease 2s 0.5s;
  -khtml-transition: all ease 2s 0.5s;
  -moz-transition: all ease 2s 0.5s;
  -ms-transition: all ease 2s 0.5s;
  -o-transition: all ease 2s 0.5s;
  transition: all ease 2s 0.5s;
}
@media screen and (max-width: 991px) {
  .cms-menu-fullscreen-wrap {
    display: none;
  }
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .primary-menu-not-set {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu-not-set > li a {
    font-size: 13px;
    color: #091031;
    line-height: 100px;
    position: relative;
    text-transform: uppercase;
  }
  .primary-menu-not-set > li a:hover {
    color: #00b5f4;
  }
  .menu-toggle {
    display: none;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    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;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
    margin: 0 16px;
    line-height: 101px;
    -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;
  }
  .primary-menu > li .has-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
  }
  .primary-menu > li .has-arrow:before, .primary-menu > li .has-arrow:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 8px;
    background-color: #a0afb8;
    top: 50%;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -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-top: -1px;
  }
  .primary-menu > li .has-arrow:before {
    left: -1px;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -khtml-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
  }
  .primary-menu > li .has-arrow:after {
    right: -1px;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -khtml-transform: rotate(-45deg) translate(0, -50%);
    -moz-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
  }
  .primary-menu > li.click {
    cursor: pointer;
  }
  .primary-menu > li.opened > a {
    color: #00b5f4;
  }
  .primary-menu > li.opened > a .has-arrow:before, .primary-menu > li.opened > a .has-arrow:after {
    width: 12px;
  }
  .primary-menu > li.opened > a .has-arrow:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .primary-menu > li.opened > a .has-arrow:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .primary-menu > li .item-arrow {
    opacity: 0;
    position: absolute;
    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%);
  }
  .primary-menu > li > a {
    font-size: 14px;
    color: #091031;
    position: relative;
    display: inline;
  }
  .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 {
    color: #00b5f4;
  }
  .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
    -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);
  }
  .primary-menu > li > ul.back:before {
    left: auto;
    right: 30px;
  }
  .primary-menu > li > ul.back:after {
    left: auto;
    right: 20px;
  }
  .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu > li > .sub-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .primary-menu > li > .sub-menu:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #dae1e5 transparent transparent #dae1e5;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }
  .primary-menu > li > .sub-menu:after {
    width: 40px;
    height: 5px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
  }
  .primary-menu > li > .sub-menu li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu > li.hover:hover > .sub-menu, .primary-menu > li.opened > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: -10px;
    clip: inherit;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
    position: absolute;
    background: #fff;
    padding: 22px 0;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
    -khtml-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
    -moz-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
    -ms-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
    -o-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
    box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -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);
    border: 2px solid #dae1e5;
    min-width: 270px;
    /* Mega Menu */
  }
  .primary-menu .sub-menu li {
    padding: 0;
  }
  .primary-menu .sub-menu li a {
    color: #768093;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    padding: 8px 40px;
    position: relative;
  }
  .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: #00b5f4;
  }
  .primary-menu .sub-menu li > a:hover .item-arrow, .primary-menu .sub-menu li.current_page_item > a .item-arrow, .primary-menu .sub-menu li.current-menu-item > a .item-arrow, .primary-menu .sub-menu li.current_page_ancestor > a .item-arrow, .primary-menu .sub-menu li.current-menu-ancestor > a .item-arrow {
    opacity: 1;
    left: 14px;
  }
  .primary-menu .sub-menu li:last-child a {
    border-bottom: none;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 2px;
  }
  .primary-menu .sub-menu li:hover, .primary-menu .sub-menu li.focus {
    overflow: visible;
  }
  .primary-menu .sub-menu li:hover > .sub-menu, .primary-menu .sub-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: -10px;
    clip: inherit;
  }
  .primary-menu li.megamenu {
    white-space: inherit;
  }
  .primary-menu li.megamenu > .sub-menu {
    min-width: 250px;
    padding: 33px 0 28px 0;
  }
  .primary-menu li.megamenu > .sub-menu .container > .vc_row {
    display: flex;
    flex-wrap: nowrap;
  }
  .primary-menu li.megamenu > .sub-menu .container > .vc_row > .wpb_column {
    min-width: 250px;
  }
  .primary-menu li.megamenu > .sub-menu:after {
    top: 0;
  }
  .primary-menu li.megamenu > .sub-menu li {
    padding: 0 25px;
  }
  .primary-menu li.megamenu .widget_nav_menu .widgettitle {
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 700;
    color: #00b5f4;
    letter-spacing: 0.1em;
  }
  .primary-menu li.megamenu .widget_nav_menu ul.menu li {
    padding: 0;
  }
  .primary-menu li.megamenu .widget_nav_menu ul.menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .primary-menu li.megamenu .widget_nav_menu ul.menu li a .item-arrow {
    left: -40px;
  }
  .primary-menu li.megamenu .widget_nav_menu ul.menu li > a:hover .item-arrow, .primary-menu li.megamenu .widget_nav_menu ul.menu li.current_page_item > a .item-arrow, .primary-menu li.megamenu .widget_nav_menu ul.menu li.current-menu-item > a .item-arrow, .primary-menu li.megamenu .widget_nav_menu ul.menu li.current_page_ancestor > a .item-arrow, .primary-menu li.megamenu .widget_nav_menu ul.menu li.current-menu-ancestor > a .item-arrow {
    left: -26px;
  }
  .primary-menu li.megamenu .widget_nav_menu ul.menu li + li {
    padding-top: 1px;
  }
  .primary-menu li.megamenu .wpb_content_element {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .primary-menu > li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 991px) {
  .site-navigation {
    background-color: #fff;
    border-top: 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;
  }
  .site-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: 6px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #091031;
  }
  .primary-menu li a .item-arrow {
    opacity: 0;
    margin-left: -5px;
  }
  .primary-menu li a:hover .item-arrow {
    opacity: 1;
    margin-left: 5px;
  }
  .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: #00b5f4;
  }
  .primary-menu li.current_page_item > a .item-arrow, .primary-menu li.current-menu-item > a .item-arrow, .primary-menu li.current_page_ancestor > a .item-arrow, .primary-menu li.current-menu-ancestor > a .item-arrow {
    opacity: 1;
    margin-left: 5px;
  }
  .primary-menu li .link-icon {
    margin-right: 6px;
    font-size: 90%;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    content: "\f2fc";
  }
  .primary-menu li.focus {
    /* Mega Menu */
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu li.megamenu .vc_row.vc_row-fluid > .wpb_column {
    width: 100%;
  }
  .primary-menu li.megamenu .vc_column_container > .vc_column-inner {
    padding: 30px 0 0;
  }
  .primary-menu li.megamenu .vc_wp_custommenu .widgettitle {
    font-size: 14px;
    font-weight: 700;
    color: #00b5f4;
  }
  .primary-menu li.megamenu .wpb_content_element {
    margin-bottom: 0;
  }
  .primary-menu li.megamenu > .sub-menu {
    padding-bottom: 15px;
  }
  .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: #00b5f4;
  }
  #main-menu-mobile .btn-nav-mobile, .cms-custom-menu-layout1 .btn-nav-mobile {
    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;
  }
  #main-menu-mobile .btn-nav-mobile:before, .cms-custom-menu-layout1 .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, .cms-custom-menu-layout1 .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span, .cms-custom-menu-layout1 .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;
  }
  #main-menu-mobile .btn-nav-mobile:before, .cms-custom-menu-layout1 .btn-nav-mobile:before {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span, .cms-custom-menu-layout1 .btn-nav-mobile span {
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before, .cms-custom-menu-layout1 .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);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after, .cms-custom-menu-layout1 .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;
  }
  #main-menu-mobile .btn-nav-mobile.opened span, .cms-custom-menu-layout1 .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 {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
  }
}
.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%;
}
#pagetitle {
  padding: 77px 0 12px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#pagetitle:before {
  content: '';
  height: 50px;
  width: 100%;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
#pagetitle .page-title-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
#pagetitle .sub-title, #pagetitle .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head #pagetitle h3, #pagetitle .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head #pagetitle h3 {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  #pagetitle .sub-title, #pagetitle .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head #pagetitle h3, #pagetitle .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head #pagetitle h3 {
    letter-spacing: 0.075em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #pagetitle .sub-title, #pagetitle .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head #pagetitle h3, #pagetitle .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head #pagetitle h3 {
    font-size: 12px;
  }
}
#pagetitle .page-title {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  #pagetitle .page-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #pagetitle .page-title {
    font-size: 30px;
  }
}
#pagetitle .cms-breadcrumb {
  margin: 0;
  list-style: none;
}
#pagetitle .cms-breadcrumb li {
  display: inline-block;
  color: #616161;
  font-size: 13px;
  text-transform: uppercase;
}
#pagetitle .cms-breadcrumb li a {
  color: #333;
}
#pagetitle .cms-breadcrumb li a:after {
  content: '/';
  margin: 0 6px;
}
#sg-post-title {
  background-image: url(../images/bg-single-title-post.jpg);
  padding: 77px 0 89px;
}
#sg-post-title:before {
  background-color: rgba(0, 13, 75, 0.5);
}
#sg-post-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/post-title-overlay.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#sg-post-title .container {
  position: relative;
  text-align: center;
}
#sg-post-title .sg-post-title-inner {
  max-width: 640px;
  margin: auto;
  position: relative;
  z-index: 1;
}
#sg-post-title .sg-post-title-inner h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 28px;
  line-height: 1.19048;
}
@media screen and (max-width: 991px) {
  #sg-post-title .sg-post-title-inner h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #sg-post-title .sg-post-title-inner h1 {
    font-size: 32px;
  }
}
#sg-post-title .sg-post-title-inner .entry-author-image img {
  width: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  border: 3px solid #fff;
}
#sg-post-title .sg-post-title-inner .title-post-meta {
  margin: 0 0 20px;
  list-style: none;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.846;
}
#sg-post-title .sg-post-title-inner .title-post-meta li {
  display: inline-block;
}
#sg-post-title .sg-post-title-inner .title-post-meta li.item-date {
  display: block;
}
#sg-post-title .button-to-blog {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 53px;
  padding-left: 21px;
  padding-right: 65px;
  position: relative;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: -14px;
}
@media screen and (max-width: 991px) {
  #sg-post-title .button-to-blog {
    position: relative;
    margin-top: 30px;
    bottom: 0;
    left: 0;
  }
}
#sg-post-title .button-to-blog i {
  font-size: 26px;
  right: 10px;
  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%);
}
#sg-post-title .button-to-blog:after {
  content: '';
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}
#sg-post-title .button-to-blog:hover {
  color: #00b5f4;
}
#sg-post-title .button-to-blog:hover:after {
  height: 100%;
}
.redux-off #sg-post-title {
  background-image: none;
  background-color: #f2f2f2;
}
.redux-off #sg-post-title:before {
  display: none;
}
.redux-off #sg-post-title .sg-post-title-inner h1 {
  color: #091031;
}
.redux-off #sg-post-title .sg-post-title-inner .title-post-meta {
  color: inherit;
}
.redux-off #sg-post-title .sg-post-title-inner .entry-author-image img {
  border-color: #00b5f4;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-featured {
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.format-gallery .entry-featured img {
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.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: #00b5f4;
  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;
}
.posts-pagination {
  padding-top: 33px;
  text-align: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  height: 33px;
  width: 33px;
  padding: 0;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #ecf0f2;
  display: inline-block;
  font-size: 12px;
  color: #091031;
  line-height: 33px;
}
.posts-pagination .page-numbers + .page-numbers {
  margin-left: 5px;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  background-color: #091031;
  color: #fff;
}
.posts-pagination .page-numbers.prev, .posts-pagination .page-numbers.next {
  display: none;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  color: #00b5f4;
}
.entry-featured {
  position: relative;
  width: 100%;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.entry-featured .post-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.social-share {
  width: 48px;
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  right: 27px;
  float: right;
  margin-right: -88px;
  -webkit-transform: translateY(-30px);
  -khtml-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -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;
}
@media screen and (max-width: 991px) {
  .social-share {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share {
    margin-right: -76px;
  }
}
.social-share.open {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.social-share a {
  display: block;
  width: 51px;
  height: 34px;
  text-align: center;
  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;
  font-size: 16px;
  line-height: 34px;
}
.social-share a + a {
  margin-top: 10px;
}
.social-share a:hover, .social-share a:focus {
  color: #fff;
}
.social-share a.fb-social {
  background-color: #6888ce;
}
.social-share a.fb-social:hover {
  background-color: #4970c4;
}
.social-share a.tw-social {
  background-color: #29c4f6;
}
.social-share a.tw-social:hover {
  background-color: #0ab5ec;
}
.social-share a.tw-linkedin {
  background-color: #3b9bdc;
}
.social-share a.tw-linkedin:hover {
  background-color: #2487ca;
}
.content-has-sidebar.float-right .social-share {
  float: left;
  margin-left: -93px;
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-has-sidebar.float-right .social-share {
    margin-right: 0px;
    margin-left: -78px;
  }
}
.single-hentry .entry-category {
  margin-bottom: 3px;
}
.single-hentry .entry-title {
  font-size: 22px;
  line-height: 1.454;
  margin-bottom: 11px;
}
.single-hentry .entry-content p {
  margin-bottom: 35px;
  width: 100%;
}
.single-hentry .entry-content .vc_row:after, .single-hentry .entry-content .vc_row:before {
  display: none;
}
.single-hentry .entry-holder {
  border-width: 2px;
  border-color: #ecf0f2;
  border-style: solid;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 34px 36px 23px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .single-hentry .entry-holder {
    padding: 30px 20px;
  }
}
.single-hentry .entry-featured img {
  position: relative;
  z-index: 9;
}
.single-hentry .entry-featured + .entry-holder {
  margin-top: -5px;
  border-width: 0 2px 2px 2px;
  position: relative;
}
.single-hentry .entry-featured + .entry-holder:before {
  height: 30px;
  background-image: url(../images/line-shadow.png);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  content: '';
}
.single-hentry .entry-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #091031;
  -webkit-border-radius: 5px 0 5px 0;
  -khtml-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  -ms-border-radius: 5px 0 5px 0;
  -o-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 14px 14px 14px 19px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  z-index: 99;
}
.single-hentry .entry-meta a {
  color: #fff;
  font-weight: normal;
}
.single-hentry .entry-meta a:hover {
  color: #00b5f4;
}
.single-hentry .entry-meta .entry-author-name {
  margin-bottom: 7px;
}
.single-hentry .entry-meta .entry-author-image {
  min-width: 43px;
  width: 43px;
  margin-left: 10px;
}
.single-hentry .entry-meta .entry-author-image img {
  -webkit-border-radius: 43px;
  -khtml-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
  -o-border-radius: 43px;
  border-radius: 43px;
  border: 3px solid #71cbcc;
}
.single-hentry.archive {
  margin-bottom: 33px;
  -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;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-hentry.archive .entry-category {
  margin-bottom: 7px;
}
.single-hentry.archive .entry-holder {
  display: flex;
  flex-wrap: wrap;
}
.single-hentry.archive .entry-holder .entry-category, .single-hentry.archive .entry-holder .entry-title, .single-hentry.archive .entry-holder .entry-more {
  width: 100%;
}
.single-hentry.archive .entry-content {
  margin-bottom: 16px;
  font-weight: 300;
}
.single-hentry.archive:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.page-template-blog-classic #primary.col-12 {
  max-width: 800px;
  margin: auto;
}
.single-post .site-content {
  padding-bottom: 0 !important;
}
.single-post #primary.content-full-width {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .single-post #primary.content-full-width {
    max-width: 100%;
  }
}
.single-post .entry-featured {
  margin-bottom: 36px;
}
.single-post .entry-content {
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  margin-bottom: 66px;
}
.single-post .entry-content:before, .single-post .entry-content:after {
  display: none;
}
.single-post .entry-content p:last-child {
  margin-bottom: 0;
}
.single-post .entry-tags {
  margin-bottom: 60px;
}
.cta-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 51px 54px 44px;
  background-color: #00b5f4;
  color: #fff;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  margin-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .cta-box {
    padding: 30px;
  }
}
.cta-box .cta-box-holder {
  max-width: 60%;
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .cta-box .cta-box-holder {
    padding-right: 0;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
}
.cta-box .cta-box-holder h4 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .cta-box .cta-box-holder h4 {
    font-size: 12px;
  }
}
.cta-box .cta-box-holder h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1.275;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .cta-box .cta-box-holder h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cta-box .cta-box-holder h3 {
    font-size: 28px;
  }
}
.cta-box .cta-box-holder p {
  margin-bottom: 0;
}
.cta-box .cta-box-holder a {
  margin-top: 36px;
}
.cta-box .cta-box-image {
  max-width: 40%;
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
}
@media screen and (max-width: 1199px) {
  .cta-box .cta-box-image {
    padding-top: 60px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
}
.post-navigation {
  border-top: 2px solid #ecf0f2;
  border-bottom: 2px solid #ecf0f2;
  padding: 37px 0;
}
.post-navigation .nav-item-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.post-navigation .nav-item-inner span {
  font-size: 16px;
  text-transform: uppercase;
  color: #00b5f4;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: inline-block;
  line-height: 26px;
  padding: 2px 0;
}
.post-navigation .nav-item-inner h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 2px 0;
}
.post-navigation .nav-item-inner h3 a {
  color: inherit;
}
.post-navigation .nav-item-inner h3 a:hover {
  color: #00b5f4;
}
.post-navigation .nav-item-icon {
  margin-right: 15px;
}
.post-navigation .nav-item-icon a {
  position: relative;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #091031;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #000d4b;
}
.post-navigation .nav-item-icon a i {
  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%);
}
.post-navigation .nav-item-icon a:hover {
  background-color: #71cbcc;
  color: #fff;
  -webkit-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  border-color: #71cbcc;
}
.post-navigation .nav-item-meta {
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .post-navigation .nav-link-prev {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-navigation .nav-link-prev + .nav-link-next {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.post-navigation .nav-link-next {
  text-align: right;
}
.post-navigation .nav-link-next .nav-item-inner {
  justify-content: flex-end;
}
@media screen and (max-width: 575px) {
  .post-navigation .nav-link-next {
    margin-top: 20px;
  }
}
.post-navigation .nav-link-next .nav-item-icon {
  margin-right: 0;
  margin-left: 15px;
}
.single-recent-post {
  padding: 60px 0 71px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f2), to(#f9fafb));
  background-image: -webkit-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -moz-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -ms-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -o-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: linear-gradient(bottom, #ecf0f2, #f9fafb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ecf0f2', endColorStr='#f9fafb');
}
.single-recent-post .section-title {
  text-align: center;
  font-weight: 300;
  font-size: 42px;
  margin-bottom: 28px;
}
.single-recent-post .single-recent-bottom {
  padding-top: 26px;
  font-weight: 300;
  text-align: center;
}
.single-recent-post .single-recent-bottom span, .single-recent-post .single-recent-bottom a {
  color: #00b5f4;
  font-weight: normal;
}
.single-recent-post .single-recent-bottom a {
  text-decoration: underline;
}
.single-recent-post .single-recent-bottom a:hover {
  color: #71cbcc;
}
.single-recent-post .item-featured img {
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.single-recent-post .item-holder {
  padding: 27px 34px 24px;
  background-color: #fff;
  -webkit-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.single-recent-post .item-category {
  margin-bottom: 7px;
}
.single-recent-post .item-title {
  font-size: 21px;
  line-height: 1.523;
  margin-bottom: 27px;
}
.single-recent-post .grid-item-inner {
  border: 2px solid #ebebeb;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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;
}
.single-recent-post .grid-item-inner:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.single-recent-post .owl-stage-outer {
  padding: 30px 30px 40px 30px;
  margin: 0 -30px;
}
.single-case-study .site-content {
  padding-bottom: 0 !important;
}
.single-case-study .single-case-study-content {
  padding-bottom: 66px;
}
.single-case-study .single-case-tags {
  margin-bottom: 59px;
}
.single-case-study .recent-case-study {
  padding: 60px 0 69px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f2), to(#f9fafb));
  background-image: -webkit-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -moz-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -ms-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: -o-linear-gradient(bottom, #ecf0f2, #f9fafb);
  background-image: linear-gradient(bottom, #ecf0f2, #f9fafb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ecf0f2', endColorStr='#f9fafb');
}
.single-case-study .recent-case-study .section-title {
  text-align: center;
  font-weight: 300;
  font-size: 42px;
  margin-bottom: 61px;
}
.single-case-study .recent-case-study .single-recent-bottom {
  padding-top: 68px;
  font-weight: 300;
  text-align: center;
}
.single-case-study .recent-case-study .single-recent-bottom span, .single-case-study .recent-case-study .single-recent-bottom a {
  color: #00b5f4;
  font-weight: normal;
}
.single-case-study .recent-case-study .single-recent-bottom a {
  text-decoration: underline;
}
.single-case-study .recent-case-study .single-recent-bottom a:hover {
  color: #71cbcc;
}
.single-case-study .recent-case-study.cms-grid-case-study-layout1 .item-featured::after {
  background-color: rgba(138, 73, 161, 0.9);
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links .post-page-numbers {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #000;
  background-color: #e0e3e8;
  font-size: 14px;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s 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;
}
.entry-content .page-links .post-page-numbers.current, .entry-content .page-links .post-page-numbers:hover {
  background-color: #00b5f4;
  color: #fff;
}
.redux-page .entry-featured .post-image img {
  width: 100%;
}
#secondary {
  margin-bottom: 70px;
}
#secondary .widget {
  background-color: #fff;
  margin-bottom: 32px;
  border: 2px solid #ecf0f2;
  border-radius: 4px;
  padding: 23px 24px 34px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget.rm-margin1 {
  margin-bottom: 14px;
}
#secondary .widget.rm-margin2 {
  margin-bottom: 20px;
}
#secondary .widget-title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 22px;
}
#secondary .widget_search {
  border: none;
  background-color: #091031;
  padding: 34px 24px;
}
#secondary .widget_search .widget-title {
  color: #fff;
}
#secondary .widget_search .search-form {
  position: relative;
}
#secondary .widget_search .search-field {
  border: none;
  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;
}
#secondary .widget_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #768093;
  line-height: 35px;
  text-align: center;
  width: 35px;
  padding: 0;
  font-size: 15px;
}
#secondary .cms-newsletter {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  padding: 24px 24px 34px 24px;
}
#secondary .widget_recent_entries {
  padding-bottom: 27px;
  padding-top: 24px;
}
#secondary .widget_recent_entries .widget-title {
  margin-bottom: 23px;
}
#secondary .widget_recent_entries .post-date {
  font-size: 14px;
  font-weight: 700;
  color: #71cbcc;
}
#secondary .widget_recent_entries ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#secondary .widget_recent_entries ul li a {
  width: 100%;
}
#secondary .widget_categories {
  padding-bottom: 24px;
  padding-top: 26px;
}
#secondary .widget_categories .widget-title {
  margin-bottom: 19px;
}
body .cms-newsletter {
  position: relative;
}
body .cms-newsletter:before {
  height: 5px;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/line-newsletter.png);
  background-position: center;
  background-repeat: repeat-x;
}
body .cms-newsletter form.newsletter {
  position: relative;
}
body .cms-newsletter .cms-newsletter-introduction {
  font-size: 13px;
  line-height: 22px;
  color: #768093;
  margin-bottom: 24px;
  font-weight: 300;
}
body .cms-newsletter .tnp-field .tnp-button {
  position: absolute;
  height: 35px;
  width: 36px;
  padding: 0;
  text-indent: -9999px;
  background-color: transparent;
  top: 0;
  right: 0;
  background-image: url(../images/newsletter.png);
  background-repeat: no-repeat;
  background-position: center;
}
body .cms-newsletter.layout2:before {
  display: none;
}
body .cms-newsletter.layout2 .cms-newsletter-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
body .cms-newsletter.layout2 .cms-newsletter-inner .cms-newsletter-introduction {
  margin-bottom: 0;
  margin-top: 5px;
}
body .wg-resource-inner {
  background-color: #00b5f4;
  -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 11px 43px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
  box-shadow: 0 11px 43px rgba(0, 0, 0, 0.15);
}
body .wg-resource-inner .wg-resource-title {
  margin: 0;
  font-size: 20px;
  color: #fff;
  padding: 29px 25px;
}
body .wg-resource-inner .wg-resource-body {
  padding: 35px 20px 24px 25px;
}
body .wg-resource-inner .wg-resource-body h6 {
  margin-bottom: 0;
  color: #00b5f4;
  font-size: 5.51px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body .wg-resource-inner .wg-resource-body h4 {
  font-size: 17.14px;
  line-height: 18.16px;
  color: #fff;
  margin-bottom: 204px;
}
body .wg-resource-inner .wg-resource-body .wg-resource-desc-inner {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16.54px;
  color: #fff;
  font-weight: 300;
  max-width: 140px;
  display: inline-block;
}
body .wg-resource-inner .wg-resource-body .wg-resource-desc {
  text-align: right;
}
body .wg-resource-inner .wg-resource-button {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 25px 20px;
}
body .wg-resource-inner .wg-resource-button .item-arrow {
  margin-left: 10px;
}
body .cms-free-resource-layout2 .wg-resource-inner {
  background-color: #8a49a1;
}
body .cms-free-resource-layout2 .wg-resource-inner .wg-resource-title {
  letter-spacing: -0.02em;
}
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: 767px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .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 screen and (max-width: 575px) {
  .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, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
  font-size: 0;
  line-height: 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: 16px;
  line-height: normal;
  color: #768093;
  display: block;
  padding: 8px 0 5px;
}
#content .widget_categories ul li a .item-arrow, #content .widget_nav_menu ul li a .item-arrow, #content .widget_pages ul li a .item-arrow, #content .widget_archive ul li a .item-arrow, #content .widget_meta ul li a .item-arrow {
  opacity: 0;
}
#content .widget_categories ul li:last-child > a, #content .widget_nav_menu ul li:last-child > a, #content .widget_pages ul li:last-child > a, #content .widget_archive ul li:last-child > a, #content .widget_meta ul li:last-child > a {
  border-bottom: none;
}
#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: #00b5f4;
}
#content .widget_categories ul li.current-cat > a .item-arrow, #content .widget_nav_menu ul li.current-cat > a .item-arrow, #content .widget_pages ul li.current-cat > a .item-arrow, #content .widget_archive ul li.current-cat > a .item-arrow, #content .widget_meta ul li.current-cat > a .item-arrow, #content .widget_categories ul li.current-cat-parent > a .item-arrow, #content .widget_nav_menu ul li.current-cat-parent > a .item-arrow, #content .widget_pages ul li.current-cat-parent > a .item-arrow, #content .widget_archive ul li.current-cat-parent > a .item-arrow, #content .widget_meta ul li.current-cat-parent > a .item-arrow, #content .widget_categories ul li > a:hover .item-arrow, #content .widget_nav_menu ul li > a:hover .item-arrow, #content .widget_pages ul li > a:hover .item-arrow, #content .widget_archive ul li > a:hover .item-arrow, #content .widget_meta ul li > a:hover .item-arrow {
  opacity: 1;
  margin-left: 6px;
}
#content .widget_categories ul li.menu-item-has-children > a, #content .widget_nav_menu ul li.menu-item-has-children > a, #content .widget_pages ul li.menu-item-has-children > a, #content .widget_archive ul li.menu-item-has-children > a, #content .widget_meta ul li.menu-item-has-children > a {
  border-bottom: 1px solid #f2f2f2;
}
#content .widget_categories ul li .sub-menu, #content .widget_nav_menu ul li .sub-menu, #content .widget_pages ul li .sub-menu, #content .widget_archive ul li .sub-menu, #content .widget_meta ul li .sub-menu, #content .widget_categories ul li .children, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_archive ul li .children, #content .widget_meta ul li .children {
  padding-left: 12px;
}
#content .widget_categories ul li .sub-menu li a, #content .widget_nav_menu ul li .sub-menu li a, #content .widget_pages ul li .sub-menu li a, #content .widget_archive ul li .sub-menu li a, #content .widget_meta ul li .sub-menu li a, #content .widget_categories ul li .children li a, #content .widget_nav_menu ul li .children li a, #content .widget_pages ul li .children li a, #content .widget_archive ul li .children li a, #content .widget_meta ul li .children li a {
  border-bottom: 1px solid #f2f2f2;
}
#content .widget_categories .current-cat > a, #content .widget_nav_menu .current-cat > a, #content .widget_pages .current-cat > a, #content .widget_archive .current-cat > a, #content .widget_meta .current-cat > a, #content .widget_categories .current-cat-parent > a, #content .widget_nav_menu .current-cat-parent > a, #content .widget_pages .current-cat-parent > a, #content .widget_archive .current-cat-parent > a, #content .widget_meta .current-cat-parent > a, #content .widget_categories .current-cat-ancestor > a, #content .widget_nav_menu .current-cat-ancestor > a, #content .widget_pages .current-cat-ancestor > a, #content .widget_archive .current-cat-ancestor > a, #content .widget_meta .current-cat-ancestor > a {
  color: #00b5f4;
}
#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;
}
.widget_recent_entries .widget-title, .widget_recent_comments .widget-title {
  margin-bottom: 26px;
}
.widget_recent_entries a, .widget_recent_comments a {
  font-size: 16px;
  line-height: 2;
  color: #768093;
  display: block;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: #00b5f4;
}
.widget_recent_entries li, .widget_recent_comments li {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 18px;
}
.widget_recent_entries li:after, .widget_recent_comments li:after {
  content: '';
  height: 3px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/wg-line.jpg);
  background-color: #ecf0f2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_recent_entries li .post-date, .widget_recent_comments li .post-date {
  font-size: 14px;
}
.widget_recent_entries li:last-child, .widget_recent_comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_recent_entries li:last-child:after, .widget_recent_comments li:last-child:after {
  display: none;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_recent_entries ul {
  list-style: none;
}
.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;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}
.widget_calendar caption {
  text-align: center;
}
.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: #00b5f4;
}
.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: #00b5f4;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social a {
  background-color: #222;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  padding: 0 10px;
  display: inline-block;
}
.cms-social a:hover {
  color: #fff;
  background-color: #00b5f4;
}
.widget_cs_social_widget ul {
  margin: 0;
}
.widget_cs_social_widget li {
  display: inline-block;
  margin-right: 16px;
}
.widget_cs_social_widget li a {
  font-size: 20px;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #00b5f4;
  display: inline-block;
  text-align: center;
}
.widget_cs_social_widget li a.social-facebook {
  background-color: #00b5f4;
}
.widget_cs_social_widget li a.social-facebook:hover {
  background-color: rgba(0, 181, 244, 0.8);
}
.widget_cs_social_widget li a.social-twitter {
  background-color: #71cbcc;
}
.widget_cs_social_widget li a.social-twitter:hover {
  background-color: rgba(113, 203, 204, 0.8);
}
.widget_cs_social_widget li a.social-linkedin {
  background-color: #8a49a1;
}
.widget_cs_social_widget li a.social-linkedin:hover {
  background-color: rgba(138, 73, 161, 0.8);
}
.widget_cs_social_widget li a:hover {
  color: #fff;
}
.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 .tnp-widget {
  position: relative;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 42px;
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #1c1c1c;
  font-weight: 300;
  font-style: italic;
  padding: 8px 55px 8px 15px;
  font-size: 13px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  padding: 0 15px;
  background-color: transparent;
  min-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  color: #00b5f4;
  position: absolute;
  width: inherit;
}
.widget_cms_recent_posts .post-item {
  display: flex;
  flex-wrap: nowrap;
}
.widget_cms_recent_posts .post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.widget_cms_recent_posts .entry-media {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
.widget_cms_recent_posts .entry-media a {
  display: block;
  height: 100px;
  width: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.widget_cms_recent_posts .entry-title {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 6px;
}
.widget_cms_recent_posts .entry-date {
  color: #616161;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.widget_cms_recent_posts .entry-meta {
  margin-bottom: 3px;
}
.widget_cms_recent_posts .entry-content {
  margin-top: -4px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
.widget_cms_recent_posts .post-item:last-child .entry-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.site-layout-full-width .widget_cms_recent_posts .entry-title {
  font-size: 20px;
}
.site-layout-full-width .widget_cms_recent_posts .entry-meta li {
  font-size: 16px;
}
.tagcloud a, .entry-tags a, .single-case-tags a {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #00b5f4;
  line-height: 33px;
  padding: 0 19px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}
.tagcloud a:hover, .entry-tags a:hover, .single-case-tags a:hover {
  background-color: #71cbcc;
  color: #fff;
  -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
}
.single-case-tags a {
  margin-right: 8px;
}
.entry-tags label, .single-case-tags label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00b5f4;
  margin-right: 24px;
}
#sb_instagram .sbi_item img {
  -webkit-border-radius: 1px !important;
  -khtml-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -ms-border-radius: 1px !important;
  -o-border-radius: 1px !important;
  border-radius: 1px !important;
}
#sb_instagram .sbi_item .sbi_photo {
  position: relative;
  opacity: 1 !important;
}
#sb_instagram .sbi_item .sbi_photo:before {
  content: "\f16d";
  color: #fff;
  font-size: 14px;
  font-family: FontAwesome;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
}
#sb_instagram .sbi_item .sbi_photo:after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  background-color: #00b5f4;
  opacity: 0.95;
  z-index: 1;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  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;
}
#sb_instagram .sbi_item .sbi_photo:hover:before, #sb_instagram .sbi_item .sbi_photo:hover:after {
  opacity: 1;
}
#sb_instagram #sbi_load {
  padding-top: 0 !important;
}
.vc_row #sb_instagram .sbi_item .sbi_photo:before {
  font-size: 28px;
}
.vc_row #sb_instagram .sbi_item .sbi_photo:after {
  background-color: rgba(34, 34, 34, 0.95);
  top: 30px;
  right: 30px;
  left: 30px;
  bottom: 30px;
}
.about-desc {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 22px;
}
.about-image {
  margin-bottom: 26px;
}
.widget_calendar .calendar_wrap #wp-calendar {
  margin-bottom: 0;
}
.widget_calendar .calendar_wrap #wp-calendar caption {
  padding-bottom: 0;
}
.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;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.comments-area .no-comments {
  margin-top: 10px;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list > .comment .comment-body {
  border-top: 1px solid #d9d9d9;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.comments-area .comment-list > .comment > .children {
  list-style: none;
  margin: 0;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list > .comment > .children {
    padding-left: 0;
  }
}
.comments-area .comment-list > .comment .children {
  list-style: none;
}
.comments-area .comment-list li.pingback {
  margin-bottom: 30px;
}
.comments-area .comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-inner {
    display: block;
  }
}
.comments-area .comment-inner img.avatar {
  max-width: 90px;
  min-width: 90px;
  max-height: 90px;
  margin-right: 30px;
  -webkit-border-radius: 90px;
  -khtml-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-inner img.avatar {
    margin-bottom: 22px;
  }
}
.comments-area .comment-inner .comment-content {
  margin-top: -3px;
}
.comments-area .comment-inner .comment-content .comment-title {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-transform: uppercase;
}
.comments-area .comment-inner .comment-content .comment-meta {
  font-size: 12px;
  color: #616161;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.comments-area .comment-inner .comment-content .comment-text {
  margin-bottom: 8px;
}
.comments-area .comment-inner .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-inner .comment-content .comment-reply {
  font-size: 14px;
  text-transform: uppercase;
}
.comments-area .comment-inner .comment-content .comment-reply a {
  color: #333;
  border-bottom: 2px solid #333;
}
.comments-area .comment-inner .comment-content .comment-reply a:hover {
  color: #00b5f4;
  border-color: #00b5f4;
}
.comments-area .comment-list-wrap {
  background-color: #fff;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 32px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ecf0f2;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list-wrap {
    padding: 30px;
  }
}
.comments-area .comment-list-wrap .comments-title + .comment-navigation {
  display: none;
}
.comments-area .comment-list-wrap .comment-navigation {
  margin-bottom: 0;
  margin-top: 30px;
}
.comments-area .comment-list-wrap .comment-navigation a {
  font-size: 13px;
  text-transform: uppercase;
  color: #9b9b9b;
}
.comments-area .comment-list-wrap .comment-navigation a:hover {
  color: #00b5f4;
}
.comments-area .comment-respond {
  background-color: #fff;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 32px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ecf0f2;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-respond {
    padding: 30px;
  }
}
.comments-area #commentform input, .comments-area #commentform textarea {
  margin-bottom: 30px;
}
.comments-area #commentform textarea {
  height: 190px;
}
.comments-area #commentform .submit {
  width: 100%;
  background-color: #222;
  border-color: #222;
  margin-bottom: 0;
}
.comments-area #commentform .submit:hover {
  background-color: #00b5f4;
  border-color: #00b5f4;
  color: #fff;
}
.comments-area .comment-content a {
  word-wrap: break-word;
}
.comments-area .bypostauthor {
  display: block;
}
.comments-area .logged-in-as {
  color: #9b9b9b;
}
.comments-area .logged-in-as a {
  color: #9b9b9b;
}
.comments-area .logged-in-as a:hover {
  color: #00b5f4;
}
.comments-area .comment-form-cookies-consent {
  display: none;
}
.comments-title, .comment-reply-title {
  font-size: 26px;
  margin-bottom: 30px;
}
.site-footer {
  background-color: #231f20;
  font-weight: 300;
  color: #fff;
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: #00b5f4;
}
.site-footer .top-footer {
  padding: 64px 0 53px;
}
.site-footer .top-footer .footer-widget-title, .site-footer .top-footer .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #00b5f4;
  letter-spacing: 0.2em;
  margin-bottom: 27px;
}
.site-footer .top-footer .widget {
  margin-bottom: 40px;
}
.site-footer .top-footer .widget:last-child {
  margin-bottom: 0;
}
.site-footer .top-footer .widget.space-small .footer-widget-title {
  margin-bottom: 7px;
}
.site-footer .top-footer .widget.widget_cs_social_widget .footer-widget-title {
  margin-bottom: 17px;
}
.site-footer .top-footer .logo-footer {
  margin-top: 3px;
  margin-bottom: 26px;
}
.site-footer .top-footer .get-in-touch label {
  text-transform: uppercase;
  font-size: 16.46px;
  font-weight: 700;
  color: #00b5f4;
}
.site-footer .top-footer .widget_nav_menu li a {
  border-bottom: 1px solid transparent;
}
.site-footer .top-footer .widget_nav_menu li a:hover {
  border-color: #00b5f4;
}
.site-footer .top-footer .widget_recent_entries ul {
  list-style: none;
}
.site-footer .top-footer .widget_recent_entries ul li {
  margin-bottom: 0;
  padding-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.site-footer .top-footer .widget_recent_entries ul li:after {
  display: none;
}
.site-footer .top-footer .widget_recent_entries ul li a {
  width: 100%;
}
.site-footer .top-footer .widget_recent_entries ul li:last-child {
  padding-bottom: 0;
}
.site-footer .top-footer .widget_recent_entries ul .post-date {
  font-size: 16px;
  font-weight: 700;
  color: #71cbcc;
}
.site-footer .top-footer .cms-newsletter.layout1 {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.site-footer .top-footer .cms-newsletter.layout1 .widget-title {
  padding: 20px;
}
.site-footer .top-footer .cms-newsletter.layout1 .cms-newsletter-inner {
  padding: 0 20px 20px 20px;
}
.site-footer .top-footer .cms-newsletter.layout1 .cms-newsletter-inner .cms-newsletter-introduction {
  margin-bottom: 10px;
}
.site-footer .top-footer .cms-newsletter.layout2 .tnp-email {
  background-color: #fff;
}
.site-footer .top-footer .cms-newsletter.layout2 .cms-newsletter-introduction {
  color: #fff;
}
.site-footer .top-footer .cms-newsletter .widget-title {
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .site-footer.footer-5columns .footer-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .site-footer.footer-3columns .footer-item:nth-child(1) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .site-footer.footer-3columns .footer-item:nth-child(2) {
    -ms-flex: 0 0 33.2%;
    flex: 0 0 33.2%;
    max-width: 33.2%;
  }
  .site-footer.footer-3columns .footer-item:nth-child(3) {
    -ms-flex: 0 0 41.8%;
    flex: 0 0 41.8%;
    max-width: 41.8%;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer.footer-5columns .footer-item:nth-child(1), .site-footer.footer-5columns .footer-item:nth-child(4) {
    -ms-flex: 0 0 24.9%;
    flex: 0 0 24.9%;
    max-width: 24.9%;
  }
  .site-footer.footer-5columns .footer-item:nth-child(2), .site-footer.footer-5columns .footer-item:nth-child(3) {
    -ms-flex: 0 0 15.6%;
    flex: 0 0 15.6%;
    max-width: 15.6%;
  }
  .site-footer.footer-5columns .footer-item:nth-child(5) {
    -ms-flex: 0 0 17.2%;
    flex: 0 0 17.2%;
    max-width: 17.2%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-item + .footer-item {
    margin-top: 65px;
  }
}
.site-footer .bottom-footer {
  padding: 38px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .site-footer .bottom-footer {
    text-align: right;
  }
}
.site-footer .bottom-footer .company-no {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .company-no {
    display: block;
  }
}
.site-footer .bottom-footer .footer-year {
  display: none;
}
.scroll-top {
  background-color: #00b5f4;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  height: 45px;
  position: fixed;
  right: 60px;
  text-align: center;
  width: 45px;
  font-size: 22px;
  z-index: 1002;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    right: 15px;
  }
}
.scroll-top:focus, .scroll-top:active {
  background-color: #00b5f4;
  color: #fff;
}
.scroll-top:hover {
  background-color: #71cbcc;
  -webkit-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  box-shadow: 0 4px 18px rgba(38, 38, 38, 0.15);
  color: #fff;
}
.scroll-top.on {
  visibility: visible;
  opacity: 1;
  bottom: 29px;
}
@media screen and (max-width: 767px) {
  .scroll-top.on {
    bottom: 15px;
  }
}
.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%);
}
.item-featured img {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-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: 30px;
}
.cms-grid.item-space-none .cms-load-more {
  margin-top: 46px;
}
.cms-grid .cms-grid-pagination {
  margin-top: 28px;
  text-align: center;
}
.cms-grid .cms-grid-pagination .posts-pagination {
  padding-top: 0;
}
.cms-grid .item-featured a {
  display: block;
}
.cms-grid .grid-sizer {
  visibility: hidden;
}
.grid-filter-wrap {
  margin-bottom: 30px;
}
.grid-filter-wrap span {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #091031;
  cursor: pointer;
  -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 17px 20px 17px;
  position: relative;
  border-bottom: 2px solid transparent;
  line-height: 1;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  border-color: #9a9ba3;
}
.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;
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  display: inline-block;
  height: 50px;
  text-align: center;
  width: 50px;
  margin-top: 25px;
  background-color: #222;
  -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;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background-color: #00b5f4;
}
.owl-nav .owl-prev {
  background-image: url('../images/arrow-white-left.png');
}
.owl-nav .owl-prev:before {
  content: '';
  width: 2px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 20px;
  right: -1px;
}
.owl-nav .owl-next {
  background-image: url('../images/arrow-white-right.png');
}
.nav-style2 .owl-nav .owl-prev {
  position: relative;
  bottom: -50px;
}
.nav-style2 .owl-nav .owl-prev, .nav-style2 .owl-nav .owl-next {
  margin-top: 50px;
}
.owl-dots {
  margin-top: 30px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: #cacaca;
  display: inline-block;
  height: 10px;
  margin: 0px 9px;
  width: 10px;
  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;
}
.owl-dots .owl-dot:before {
  content: '';
  height: 28px;
  width: 28px;
  -webkit-border-radius: 28px;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  border: 2px solid #cacaca;
  position: absolute;
  top: -9px;
  left: -9px;
  -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;
}
.owl-dots .owl-dot.active:before {
  opacity: 1;
}
.owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dot-light .owl-dots .owl-dot {
  background-color: #fff;
  /* Page Loading */
}
.owl-dot-light .owl-dots .owl-dot:before {
  border-color: #fff;
}
.owl-dot-light .owl-dots .owl-dot:after {
  background-color: #fff;
}
.owl-dot-light .owl-dots .owl-dot.active {
  background-color: transparent;
}
#cms-loadding, #ajax-loading {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 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, #ajax-loading .loading-spin {
  display: block;
  height: 65px;
  margin: -32px auto 0;
  position: relative;
  top: 50%;
  width: 65px;
}
#cms-loadding .loading-spin .spinner, #ajax-loading .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, #ajax-loading .loading-spin .spinner .right-side, #cms-loadding .loading-spin .spinner .left-side, #ajax-loading .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, #ajax-loading .loading-spin .spinner .left-side {
  left: 0;
}
#cms-loadding .loading-spin .spinner .right-side, #ajax-loading .loading-spin .spinner .right-side {
  right: 0;
}
#cms-loadding .loading-spin .spinner.color-2 .right-side, #ajax-loading .loading-spin .spinner.color-2 .right-side, #cms-loadding .loading-spin .spinner.color-2 .left-side, #ajax-loading .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, #ajax-loading .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 #00b5f4;
  position: relative;
}
#cms-loadding .loading-spin .spinner .bar:after, #ajax-loading .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #00b5f4;
  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, #ajax-loading .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, #ajax-loading .loading-spin .spinner .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}
#cms-loadding .loading-spin .spinner .left-side .bar, #ajax-loading .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, #ajax-loading .loading-spin .spinner .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}
.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(9, 16, 49, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #091031;
}
.entry-footer .entry-edit-link {
  display: none;
}
.cms-modal {
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
  background-color: rgba(34, 34, 34, 0.95);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
}
.cms-modal .cms-modal-content {
  padding: 40px 0;
  max-width: 470px;
  margin: auto;
  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;
  right: 0;
}
.cms-modal.open {
  opacity: 1;
  visibility: visible;
}
.cms-modal-search .search-form-popup {
  position: relative;
}
.cms-modal-search .search-field {
  background-color: transparent;
  border: none;
  height: 70px;
  padding-left: 0;
  padding-right: 60px;
  color: #fff;
  font-size: 25px;
  text-transform: none;
  border-bottom: 2px solid #fff;
}
.cms-modal-search .search-submit {
  font-size: 28px;
  color: #00b5f4;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.cms-hidden-sidebar {
  width: 370px;
  padding: 95px 50px 50px 50px;
  background-color: #222;
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar.open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.cms-hidden-sidebar .cms-hidden-close {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar .cms-hidden-close:hover {
  color: #00b5f4;
}
.cms-hidden-sidebar .widget {
  margin-bottom: 42px;
}
.cms-hidden-sidebar .widget:last-child {
  margin-bottom: 0;
}
.cms-hidden-sidebar .widget-title {
  color: #fff;
}
.cms-hidden-sidebar .widget-title:after {
  background-color: #fff;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
  border-color: #535353;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
  color: #fff;
}
.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
  background-color: transparent;
  border-color: #373737;
}
.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
  background-color: #00b5f4;
  border-color: #00b5f4;
}
.admin-bar .cms-hidden-sidebar {
  top: 52px;
}
@media screen and (max-width: 767px) {
  .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
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: #00b5f4;
  width: 60px;
  height: 120px;
  opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -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%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f2ee";
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.image-radius-shadow img {
  -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 10px 25px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.rev_slider_wrapper .text-shadow1 {
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9) !important;
}
.rev_slider_wrapper .item-arrow {
  margin-left: 10px;
}
.rev_slider_wrapper .item-arrow:before {
  background-color: #71cbcc;
}
.rev_slider_wrapper .item-arrow:after {
  border-color: #71cbcc;
}
.rev_slider_wrapper .tp-leftarrow.custom, .rev_slider_wrapper .tp-rightarrow.custom {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear !important;
  -khtml-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -ms-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
.rev_slider_wrapper .tp-leftarrow.custom:before, .rev_slider_wrapper .tp-rightarrow.custom:before, .rev_slider_wrapper .tp-leftarrow.custom:after, .rev_slider_wrapper .tp-rightarrow.custom:after {
  display: none;
}
.rev_slider_wrapper .tp-leftarrow.custom:hover, .rev_slider_wrapper .tp-rightarrow.custom:hover {
  background-color: transparent;
  opacity: 0.75;
}
.rev_slider_wrapper .tp-leftarrow.custom {
  background-image: url(../images/slider-arrow-left.png);
}
.rev_slider_wrapper .tp-rightarrow.custom {
  background-image: url(../images/slider-arrow-right.png);
}
.rev_slider_wrapper .tp-bullets.custom .tp-bullet {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 2px solid transparent;
  -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;
  box-sizing: border-box;
  margin: 0;
}
.rev_slider_wrapper .tp-bullets.custom .tp-bullet:before {
  content: '';
  height: 6px;
  width: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #5a5a5a;
  position: absolute;
  top: 2px;
  left: 2px;
  -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;
}
.rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected {
  border-color: #222;
}
.rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected:before {
  border-color: #222;
}
.wpb_video_widget .wpb_video_wrapper {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.cms-heading .cms-heading-sub {
  font-size: 16px;
  line-height: normal;
}
.cms-heading h3.cms-heading-tag {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cms-heading h3.cms-heading-tag br {
    display: none;
  }
}
.cms-heading h3.cms-heading-tag cite {
  font-style: normal;
  font-weight: 500;
}
.cms-heading.heading-max-width {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
.color-primary {
  color: #00b5f4;
}
.color-primary .cms-heading-tag {
  color: #00b5f4;
}
.cms-free-resource {
  background-color: #9d47a5;
  text-align: center;
  max-width: 290px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .cms-free-resource.item-align-right {
    margin-right: 0;
    margin-left: auto;
  }
}
.cms-free-resource .free-resource-head {
  padding: 25px 30px;
}
@media screen and (max-width: 991px) {
  .cms-free-resource .free-resource-head {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cms-free-resource .free-resource-head h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 500;
  margin-bottom: 5px;
}
.cms-free-resource .free-resource-head h3 {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.43;
}
.cms-free-resource .free-resource-image {
  height: 195px;
}
.cms-free-resource .free-resource-footer {
  padding: 20px 30px;
}
.cms-free-resource .free-resource-footer h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.43;
}
@media screen and (max-width: 991px) {
  .cms-free-resource .free-resource-footer h3 {
    font-size: 20px;
  }
}
.cms-free-resource .free-resource-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-grid-blog-layout1 .item-featured img, .cms-blog-carousel1 .item-featured img, .cms-blog-carousel2 .item-featured img {
  -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;
}
.cms-grid-blog-layout1 .item-featured + .item-holder, .cms-blog-carousel1 .item-featured + .item-holder, .cms-blog-carousel2 .item-featured + .item-holder {
  border-top: 1px solid #e8e8e9;
}
.cms-grid-blog-layout1 .item-category, .cms-blog-carousel1 .item-category, .cms-blog-carousel2 .item-category {
  margin-bottom: 7px;
}
.cms-grid-blog-layout1 .item-title, .cms-blog-carousel1 .item-title, .cms-blog-carousel2 .item-title {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 24px;
}
.cms-grid-blog-layout1 .item-content, .cms-blog-carousel1 .item-content, .cms-blog-carousel2 .item-content {
  font-weight: 300;
  margin-bottom: 14px;
}
.cms-grid-blog-layout1 .item-info, .cms-blog-carousel1 .item-info, .cms-blog-carousel2 .item-info {
  margin-top: 25px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  line-height: normal;
}
.cms-grid-blog-layout1 .item-info .item-author-image, .cms-blog-carousel1 .item-info .item-author-image, .cms-blog-carousel2 .item-info .item-author-image {
  margin-right: 10px;
  width: 44px;
  min-width: 44px;
}
.cms-grid-blog-layout1 .item-info .item-author-image img, .cms-blog-carousel1 .item-info .item-author-image img, .cms-blog-carousel2 .item-info .item-author-image img {
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  border: 3px solid #71cbcc;
}
.cms-grid-blog-layout1 .item-info .item-author-content .item-author, .cms-blog-carousel1 .item-info .item-author-content .item-author, .cms-blog-carousel2 .item-info .item-author-content .item-author {
  margin-bottom: 3px;
}
.cms-grid-blog-layout1 .item-info .item-author-content a, .cms-blog-carousel1 .item-info .item-author-content a, .cms-blog-carousel2 .item-info .item-author-content a {
  color: inherit;
  font-weight: normal;
}
.cms-grid-blog-layout1 .item-info .item-author-content a:hover, .cms-blog-carousel1 .item-info .item-author-content a:hover, .cms-blog-carousel2 .item-info .item-author-content a:hover {
  color: #00b5f4;
}
.cms-grid-blog-layout1 .item-holder, .cms-blog-carousel1 .item-holder, .cms-blog-carousel2 .item-holder {
  background-color: #fff;
  padding: 27px 32px 46px 32px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.cms-grid-blog-layout1 .grid-item-inner, .cms-blog-carousel1 .grid-item-inner, .cms-blog-carousel2 .grid-item-inner {
  border: 2px solid #ecf0f2;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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-bottom: 36px;
}
.cms-grid-blog-layout1 .grid-item-inner:hover, .cms-blog-carousel1 .grid-item-inner:hover, .cms-blog-carousel2 .grid-item-inner:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.cms-grid-blog-layout1 .cms-grid-pagination, .cms-blog-carousel1 .cms-grid-pagination, .cms-blog-carousel2 .cms-grid-pagination {
  margin-top: 0;
}
.cms-grid-blog-layout1 .cms-grid-pagination .posts-pagination, .cms-blog-carousel1 .cms-grid-pagination .posts-pagination, .cms-blog-carousel2 .cms-grid-pagination .posts-pagination {
  padding-top: 15px;
}
.cms-blog-carousel1 .grid-item-inner {
  margin-bottom: 0;
}
.cms-blog-carousel1 .owl-stage-outer {
  padding: 30px 30px 50px 30px;
  margin: 0 -30px;
}
.cms-blog-carousel1 .owl-dots {
  margin-top: 12px;
}
.cms-blog-carousel2 .item-holder {
  padding-bottom: 24px;
}
.cms-custom-menu-layout1 {
  background-color: #00b5f4;
  position: relative;
}
@media screen and (min-width: 992px) {
  .cms-custom-menu-layout1 .secondary-menu {
    margin: 0;
  }
  .cms-custom-menu-layout1 .secondary-menu > li {
    display: inline-block;
    margin-right: 38px;
  }
  .cms-custom-menu-layout1 .secondary-menu > li > a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 71px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
  }
  .cms-custom-menu-layout1 .secondary-menu > li:hover > a, .cms-custom-menu-layout1 .secondary-menu > li.current_page_item > a, .cms-custom-menu-layout1 .secondary-menu > li.current-menu-item > a, .cms-custom-menu-layout1 .secondary-menu > li.current_page_ancestor > a, .cms-custom-menu-layout1 .secondary-menu > li.current-menu-ancestor > a {
    border-color: #fff;
  }
  .cms-custom-menu-layout1 .secondary-menu > li.megamenu {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-custom-menu-layout1 .secondary-menu > li {
    margin-right: 14px;
  }
  .cms-custom-menu-layout1 .secondary-menu > li a {
    letter-spacing: 0.05em;
    font-size: 12px;
  }
}
.cms-custom-menu-layout1 .row {
  align-items: center;
}
.cms-custom-menu-layout1 .cms-menu-meta, .cms-custom-menu-layout1 .cms-menu-holder {
  padding: 0 15px;
  -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-custom-menu-layout1 .cms-menu-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  min-width: 190px;
  padding-right: 27px;
}
.cms-custom-menu-layout1 .cms-menu-meta .custom-menu-logo {
  margin-right: 20px;
}
.cms-custom-menu-layout1 .cms-menu-meta .custom-menu-logo img {
  max-height: 25px;
}
@media screen and (max-width: 991px) {
  .cms-custom-menu-layout1 .cms-menu-meta .custom-menu-logo {
    margin-left: 0 !important;
  }
}
.cms-custom-menu-layout1 .cms-menu-meta h3 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  -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-custom-menu-layout1 .cms-menu-meta h3 a {
  color: #fff;
}
.cms-custom-menu-layout1 .cms-menu-meta h3 a:hover {
  color: inherit;
}
.cms-custom-menu-layout1:before {
  content: '';
  height: 72px;
  width: 100%;
  -webkit-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  -khtml-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  -ms-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  -o-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  -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-custom-menu-layout1.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 999;
}
.cms-custom-menu-layout1.is-sticky:before {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .cms-custom-menu-layout1.is-sticky {
    position: static;
  }
}
.cms-custom-menu-layout1.is-sticky .custom-menu-logo {
  margin-left: 0 !important;
}
.cms-custom-menu-layout1:not(.title-logo) .custom-menu-logo {
  margin-left: 0 !important;
}
.cms-custom-menu-layout1.title-logo .custom-menu-logo {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .cms-custom-menu-layout1.title-logo .custom-menu-logo {
    opacity: 1;
  }
}
.cms-custom-menu-layout1.title-logo.is-sticky .custom-menu-logo {
  opacity: 1;
}
.cms-custom-menu-layout1 .btn-nav-mobile {
  margin: 19px 11px;
  display: none;
}
.cms-custom-menu-layout1 .btn-nav-mobile:before, .cms-custom-menu-layout1 .btn-nav-mobile:after, .cms-custom-menu-layout1 .btn-nav-mobile span {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .cms-custom-menu-layout1 .cms-menu-meta {
    flex-grow: 1;
  }
  .cms-custom-menu-layout1 .cms-menu-holder {
    position: absolute;
    top: 100%;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 20px 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    margin-top: 32px;
    -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;
    visibility: hidden;
  }
  .cms-custom-menu-layout1 .cms-menu-holder li a {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #091031;
  }
  .cms-custom-menu-layout1 .cms-menu-holder li:hover > a, .cms-custom-menu-layout1 .cms-menu-holder li.current_page_item > a, .cms-custom-menu-layout1 .cms-menu-holder li.current-menu-item > a, .cms-custom-menu-layout1 .cms-menu-holder li.current_page_ancestor > a, .cms-custom-menu-layout1 .cms-menu-holder li.current-menu-ancestor > a {
    color: #00b5f4;
  }
  .cms-custom-menu-layout1 .btn-nav-mobile {
    display: block;
  }
  .cms-custom-menu-layout1 .btn-nav-mobile.opened + .cms-menu-holder {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
  }
  .cms-custom-menu-layout1 .secondary-menu {
    list-style: none;
    margin: 0;
  }
}
.admin-bar .cms-custom-menu-layout1.is-sticky {
  top: 32px;
}
.enlivenem {
  visibility: hidden;
}
.cms-fancybox-inner svg path, .cms-fancybox-inner svg circle, .cms-fancybox-inner svg line, .cms-fancybox-inner svg polygon, .cms-fancybox-inner svg rect, .cms-fancybox-inner svg polyline, .cms-fancybox-inner svg ellipse {
  -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-fancybox-desc {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.cms-fancybox-layout1 .cms-fancybox-inner {
  position: relative;
  padding: 36px 18px;
  text-align: center;
}
.cms-fancybox-layout1 .cms-fancybox-inner:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #091031;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-icon {
  line-height: 1;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.cms-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-icon svg {
  height: 78px;
}
.cms-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-icon img {
  max-height: 78px;
}
.cms-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-icon i {
  font-size: 78px;
  color: #00b5f4;
}
.cms-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-icon.icon-hover-style2 svg {
  height: 73px;
  max-width: 120px;
}
.cms-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cms-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-title {
    font-size: 14px;
  }
}
.cms-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-desc {
  color: #969dbf;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cms-fancybox-layout1 .cms-fancybox-inner .cms-fancybox-desc {
    font-size: 14px;
  }
}
.cms-fancybox-layout1 .cms-fancybox-inner:hover:before {
  background-color: #282f52;
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -webkit-transform: scaleY(1.08) scaleX(1.058);
  -khtml-transform: scaleY(1.08) scaleX(1.058);
  -moz-transform: scaleY(1.08) scaleX(1.058);
  -ms-transform: scaleY(1.08) scaleX(1.058);
  -o-transform: scaleY(1.08) scaleX(1.058);
  transform: scaleY(1.08) scaleX(1.058);
}
.cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon.icon-hover-style2 path, .cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon.icon-hover-style2 circle, .cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon.icon-hover-style2 line, .cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon.icon-hover-style2 polygon, .cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon.icon-hover-style2 rect, .cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon.icon-hover-style2 polyline, .cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon.icon-hover-style2 ellipse {
  stroke: #71cbcc;
}
.cms-fancybox-layout1.space-custom .cms-fancybox-inner {
  padding: 36px 18px 25px;
}
.cms-fancybox-layout1.space-custom .cms-fancybox-inner .cms-fancybox-icon {
  margin-bottom: 24px;
}
.cms-fancybox-layout1.space-custom .cms-fancybox-inner .cms-fancybox-title {
  margin-bottom: 9px;
}
.cms-fancybox-layout1.space-custom .cms-fancybox-inner .cms-fancybox-desc {
  color: rgba(255, 255, 255, 0.6);
}
.cms-fancybox-layout2 .cms-fancybox-inner {
  position: relative;
  padding: 34px 34px 51px 34px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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;
  overflow: hidden;
}
.cms-fancybox-layout2 .cms-fancybox-inner:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #091031;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-background {
  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;
  opacity: 0;
}
.cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-background .cms-fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 203, 204, 0.85);
}
.cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-icon {
  line-height: 1;
  margin-bottom: 28px;
  position: relative;
}
.cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-icon .elvn, .cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-icon svg {
  height: 69px;
}
.cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-icon img {
  max-height: 69px;
  -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-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-icon i {
  font-size: 69px;
  color: #00b5f4;
  -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-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-title {
  margin: 0 0 26px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-title {
    font-size: 22px;
  }
}
.cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-desc {
  color: #969dbf;
  font-weight: 300;
  -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;
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-desc {
    font-size: 14px;
  }
}
.cms-fancybox-layout2 .cms-fancybox-inner .cms-fancybox-holder {
  position: relative;
}
.cms-fancybox-layout2 .cms-fancybox-inner:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -webkit-transform: scaleY(1.0963) scaleX(1.05);
  -khtml-transform: scaleY(1.0963) scaleX(1.05);
  -moz-transform: scaleY(1.0963) scaleX(1.05);
  -ms-transform: scaleY(1.0963) scaleX(1.05);
  -o-transform: scaleY(1.0963) scaleX(1.05);
  transform: scaleY(1.0963) scaleX(1.05);
}
.cms-fancybox-layout2 .cms-fancybox-inner:hover:before {
  opacity: 0;
}
.cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-background {
  opacity: 1;
  -webkit-transform: scale(1.08);
  -khtml-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon svg path, .cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon svg circle, .cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon svg line, .cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon svg polygon, .cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon svg rect, .cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon svg polyline, .cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon svg ellipse {
  stroke: #fff;
}
.cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-icon i {
  color: #fff;
}
.cms-fancybox-layout2 .cms-fancybox-inner:hover .cms-fancybox-desc {
  color: #fff;
}
.cms-fancybox-layout3 .elvn {
  max-height: 73px;
}
.cms-fancybox-layout3 .elvn svg {
  max-height: 73px;
  width: auto;
}
.cms-fancybox-layout3 .cms-fancybox-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #00b5f4;
  letter-spacing: 0.1em;
}
.cms-fancybox-layout3 .cms-fancybox-desc {
  font-weight: 300;
}
.cms-fancybox-layout3 .cms-fancybox-icon {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 3px;
}
.cms-fancybox-layout3 .cms-fancy-box-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout3 .cms-fancybox-title {
    font-size: 16px;
  }
  .cms-fancybox-layout3 .cms-fancybox-icon {
    margin-right: 15px;
  }
  .cms-fancybox-layout3 .cms-fancybox-icon .elvn, .cms-fancybox-layout3 .cms-fancybox-icon svg {
    max-height: 60px;
  }
}
.cms-fancybox-layout4 .elvn {
  max-height: 69px;
}
.cms-fancybox-layout4 .elvn svg {
  max-height: 69px;
  width: auto;
}
.cms-fancybox-layout4 .cms-fancybox-icon {
  margin-bottom: 16px;
}
.cms-fancybox-layout4 .cms-fancybox-title {
  font-size: 18px;
  margin-bottom: 27px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cms-fancybox-layout4 .cms-fancybox-desc {
  font-weight: 300;
}
.cms-fancybox-layout4 .cms-fancybox-inner {
  text-align: center;
}
.cms-fancybox-layout5 .elvn {
  height: 79px;
}
.cms-fancybox-layout5 .elvn svg {
  height: 79px;
  width: auto;
}
.cms-fancybox-layout5 .cms-fancybox-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  -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-fancybox-layout5 .cms-fancybox-desc {
  font-weight: 300;
  -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-fancybox-layout5 .cms-fancybox-icon {
  display: inline-block;
  margin-right: 19px;
  margin-bottom: 3px;
}
.cms-fancybox-layout5 .cms-fancy-box-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 29px;
}
.cms-fancybox-layout5 .cms-fancybox-holder {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout5 .cms-fancybox-title {
    font-size: 16px;
  }
  .cms-fancybox-layout5 .cms-fancybox-icon {
    margin-right: 15px;
  }
  .cms-fancybox-layout5 .cms-fancybox-icon .elvn, .cms-fancybox-layout5 .cms-fancybox-icon svg {
    max-height: 60px;
  }
}
.cms-fancybox-layout5 .cms-fancybox-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: 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;
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.cms-fancybox-layout5 .cms-fancybox-background .cms-fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 16, 49, 0.85);
}
.cms-fancybox-layout5 .cms-fancybox-inner {
  padding: 38px 32px 35px;
  position: relative;
}
.cms-fancybox-layout5 .cms-fancybox-inner:hover .cms-fancybox-title, .cms-fancybox-layout5 .cms-fancybox-inner:hover .cms-fancybox-desc {
  color: #fff;
}
.cms-fancybox-layout5 .cms-fancybox-inner:hover .cms-fancybox-background {
  opacity: 1;
}
.cms-fancybox-layout6 .cms-fancybox-image {
  position: relative;
}
.cms-fancybox-layout6 .cms-fancybox-image img {
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.cms-fancybox-layout6 .cms-fancybox-image .cms-fancybox-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 34px;
  z-index: 2;
  color: #fff;
  font-weight: 300;
  max-width: 390px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  opacity: 0;
}
.cms-fancybox-layout6 .cms-fancybox-image .cms-fancybox-overlay {
  background-color: rgba(113, 203, 204, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  opacity: 0;
}
.cms-fancybox-layout6 .cms-fancybox-title {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
  padding: 0 15px;
  flex-grow: 1;
}
.cms-fancybox-layout6 .cms-fancybox-button {
  padding: 0 15px;
}
.cms-fancybox-layout6 .cms-fancybox-button a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  opacity: 0;
}
.cms-fancybox-layout6 .cms-fancybox-holder {
  padding: 18px 34px;
  background-color: #00b5f4;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
}
.cms-fancybox-layout6 .cms-fancybox-inner {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.cms-fancybox-layout6 .cms-fancybox-inner:hover .cms-fancybox-holder {
  background-color: #71cbcc;
}
.cms-fancybox-layout6 .cms-fancybox-inner:hover .cms-fancybox-image .cms-fancybox-desc, .cms-fancybox-layout6 .cms-fancybox-inner:hover .cms-fancybox-image .cms-fancybox-overlay {
  opacity: 1;
}
.cms-fancybox-layout6 .cms-fancybox-inner:hover .cms-fancybox-button a {
  opacity: 1;
}
.cms-video-wrapper {
  position: relative;
}
.cms-video-wrapper .cms-video-button {
  position: relative;
  display: inline-block;
  width: 88px;
  height: 88px;
  background-color: #71cbcc;
  -webkit-border-radius: 88px;
  -khtml-border-radius: 88px;
  -moz-border-radius: 88px;
  -ms-border-radius: 88px;
  -o-border-radius: 88px;
  border-radius: 88px;
}
.cms-video-wrapper .cms-video-button svg {
  height: 68px;
  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%);
}
.cms-video-wrapper .cms-video-button svg g {
  fill: #fff;
}
@media screen and (max-width: 575px) {
  .cms-video-wrapper .cms-video-button {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
  .cms-video-wrapper .cms-video-button svg {
    height: 50px;
  }
}
.cms-video-wrapper .cms-video-button.size-medium {
  height: 130px;
  width: 130px;
}
.cms-video-wrapper .cms-video-button.size-medium svg {
  height: 100px;
}
.cms-video-wrapper .cms-video-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: inherit;
  height: inherit;
  background: #71cbcc;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  -ms-animation: pulse-border 1500ms ease-out infinite;
  -o-animation: pulse-border 1500ms ease-out infinite;
  -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-video-wrapper .cms-video-button:hover {
  background-color: #00b5f4;
}
.cms-video-wrapper .cms-video-button:hover:before {
  background-color: #00b5f4;
}
.cms-video-wrapper .cms-video-button.third-color {
  background-color: #8a49a1;
}
.cms-video-wrapper .cms-video-button.third-color:before {
  background-color: #8a49a1;
}
.cms-video-wrapper .cms-video-button.third-color:hover {
  background-color: #00b5f4;
}
.cms-video-wrapper .cms-video-button.third-color:hover:before {
  background-color: #00b5f4;
}
.cms-video-wrapper .cms-video-text {
  font-size: 26px;
  font-weight: 300;
  padding-left: 21px;
}
@media screen and (max-width: 1199px) {
  .cms-video-wrapper .cms-video-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .cms-video-wrapper .cms-video-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.cms-video-wrapper .cms-video-button-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.cms-video-wrapper .cms-video-intro {
  -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 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
}
.cms-video-wrapper .cms-video-intro img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-video-wrapper .cms-video-intro + .cms-video-inner {
  left: 50%;
  top: 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: inline-block;
  line-height: 1;
  position: absolute;
}
.cms-video-wrapper.cms-video-layout2 {
  padding: 64px 52px 67px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .cms-video-wrapper.cms-video-layout2 {
    padding: 34px 32px 37px;
  }
}
.cms-video-wrapper.cms-video-layout2 .sub-title, .cms-video-wrapper.cms-video-layout2 .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head .cms-video-wrapper.cms-video-layout2 h3, .cms-video-wrapper.cms-video-layout2 .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head .cms-video-wrapper.cms-video-layout2 h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .cms-video-wrapper.cms-video-layout2 .sub-title, .cms-video-wrapper.cms-video-layout2 .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head .cms-video-wrapper.cms-video-layout2 h3, .cms-video-wrapper.cms-video-layout2 .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head .cms-video-wrapper.cms-video-layout2 h3 {
    font-size: 14px;
  }
}
.cms-video-wrapper.cms-video-layout2 .cms-video-title {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .cms-video-wrapper.cms-video-layout2 .cms-video-title {
    font-size: 32px;
  }
}
.cms-video-wrapper.cms-video-layout2 .cms-video-desc {
  font-weight: 300;
  margin-bottom: 35px;
}
.cms-video-wrapper.cms-video-layout2 .cms-video-text {
  color: #091031;
}
.cms-video-wrapper.cms-video-layout2 .cms-video-button {
  width: 68px;
  height: 68px;
}
.cms-video-wrapper.cms-video-layout2 .cms-video-button svg {
  height: 53px;
}
.cms-video-wrapper.cms-video-layout1.text-center .cms-video-button-meta {
  justify-content: center;
}
.cms-history .history-year {
  font-size: 24px;
  color: #00b5f4;
  line-height: normal;
}
.cms-history .history-content {
  font-weight: 300;
}
.cms-history .history-content cite {
  font-style: normal;
  font-weight: 400;
}
.cms-history .cms-history-item {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -15px 33px -15px;
}
.cms-history .cms-history-item:last-child {
  margin-bottom: 0;
}
.cms-history .cms-history-item > div {
  padding: 0 15px;
}
.cms-history .cms-history-item .history-year {
  margin-top: 2px;
}
.cms-history .cms-history-item .history-year .history-year-inner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-history .cms-history-item .history-year.history-number {
  width: 200px;
  min-width: 200px;
}
.cms-history .cms-history-item .history-year.history-image {
  width: 300px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.cms-history .cms-history-item .history-year.history-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.cms-history .cms-history-item .history-year.history-image span {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  position: absolute;
  bottom: -6px;
  text-align: center;
  left: 0;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .cms-history .cms-history-item .history-year {
    width: 100%;
    margin-bottom: 12px;
  }
  .cms-history .cms-history-item .history-year.history-number {
    width: 100%;
  }
  .cms-history .cms-history-item .history-year.history-image {
    margin-bottom: 22px;
    width: 290px;
    min-width: 290px;
  }
}
@media screen and (max-width: 575px) {
  .cms-history .cms-history-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.cms-counter-layout1 {
  position: relative;
}
.cms-counter-layout1 .cms-counter-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -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-counter-layout1 .cms-counter-background .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 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;
}
.cms-counter-layout1 .cms-counter-background .cms-counter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00b5f4;
  -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-counter-layout1 .cms-counter-content {
  position: relative;
  z-index: 1;
  padding: 47px 40px 33px;
  text-align: center;
}
.cms-counter-layout1 .cms-counter-icon {
  line-height: 1;
  margin-bottom: 16px;
}
.cms-counter-layout1 .cms-counter-icon i {
  color: #fff;
  font-size: 77px;
}
.cms-counter-layout1 .cms-counter-icon .elvn, .cms-counter-layout1 .cms-counter-icon svg {
  height: 85px;
}
.cms-counter-layout1 .cms-counter-digit {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.cms-counter-layout1 .cms-counter-desc {
  color: #fff;
  font-weight: 300;
}
.cms-counter-layout1:hover .cms-counter-background {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -webkit-transform: scaleY(1.076);
  -khtml-transform: scaleY(1.076);
  -moz-transform: scaleY(1.076);
  -ms-transform: scaleY(1.076);
  -o-transform: scaleY(1.076);
  transform: scaleY(1.076);
}
.cms-counter-layout1:hover .cms-counter-background .cms-counter-overlay {
  opacity: 0.8;
}
.cms-counter-layout1:hover .cms-counter-background .bg-image {
  -webkit-transform: scaleX(1.076);
  -khtml-transform: scaleX(1.076);
  -moz-transform: scaleX(1.076);
  -ms-transform: scaleX(1.076);
  -o-transform: scaleX(1.076);
  transform: scaleX(1.076);
}
.cms-team-member-layout1 .cms-team-image {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-team-member-layout1 .cms-team-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.cms-team-member-layout1 .cms-team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 181, 244, 0.9);
  -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;
}
.cms-team-member-layout1 .cms-team-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: 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;
  opacity: 0;
}
.cms-team-member-layout1 .cms-team-holder > div {
  width: 100%;
}
.cms-team-member-layout1 .cms-team-holder .cms-team-address {
  position: absolute;
  left: 0;
  top: 0;
  padding: 26px 34px 10px;
}
.cms-team-member-layout1 .cms-team-holder .cms-team-meta {
  position: absolute;
  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%);
  padding: 10px 34px;
}
.cms-team-member-layout1 .cms-team-holder .cms-team-skill {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 34px 26px;
}
.cms-team-member-layout1 .cms-team-social {
  position: absolute;
  right: 29px;
  bottom: 34px;
  z-index: 2;
  line-height: 1;
  -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;
}
.cms-team-member-layout1 .cms-team-social a {
  font-size: 28px;
  color: #fff;
}
.cms-team-member-layout1 .cms-team-social a + a {
  margin-left: 6px;
}
.cms-team-member-layout1 .cms-team-title {
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.cms-team-member-layout1 .cms-team-position, .cms-team-member-layout1 .cms-team-address, .cms-team-member-layout1 .cms-team-skill {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 24px;
}
.cms-team-member-layout1 .cms-team-member-inner {
  position: relative;
  overflow: hidden;
}
.cms-team-member-layout1 .cms-team-member-inner:hover .cms-team-overlay {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.cms-team-member-layout1 .cms-team-member-inner:hover .cms-team-overlay, .cms-team-member-layout1 .cms-team-member-inner:hover .cms-team-holder, .cms-team-member-layout1 .cms-team-member-inner:hover .cms-team-social {
  opacity: 1;
}
.cms-team-member-layout1.owl-carousel .cms-team-image {
  border: 1px solid #e0e4e6;
}
.cms-team-member-layout1.owl-carousel .cms-team-overlay {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-team-member-layout1.owl-carousel .cms-team-holder .cms-team-meta {
  top: auto;
  bottom: 0;
  -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);
  padding-bottom: 26px;
  padding-right: 46px;
}
.cms-team-member-layout1.owl-carousel .cms-team-social a {
  font-size: 20px;
}
.cms-team-member-layout2 .cms-team-image {
  border: 1px solid #e0e4e6;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-team-member-layout2 .cms-team-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.cms-team-member-layout2 .cms-team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-color: rgba(138, 73, 161, 0.9);
  -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;
}
.cms-team-member-layout2 .cms-team-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: 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;
  opacity: 0;
}
.cms-team-member-layout2 .cms-team-holder > div {
  width: 100%;
}
.cms-team-member-layout2 .cms-team-holder .cms-team-address {
  position: absolute;
  left: 0;
  top: 0;
  padding: 26px 34px 10px;
}
.cms-team-member-layout2 .cms-team-holder .cms-team-meta {
  position: absolute;
  left: 0;
  padding: 10px 34px;
  bottom: 0;
  -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);
  padding-bottom: 26px;
}
.cms-team-member-layout2 .cms-team-social {
  position: absolute;
  right: 29px;
  bottom: 34px;
  z-index: 2;
  line-height: 1;
  -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;
}
.cms-team-member-layout2 .cms-team-social a {
  font-size: 20px;
  color: #fff;
}
.cms-team-member-layout2 .cms-team-social a + a {
  margin-left: 6px;
}
.cms-team-member-layout2 .cms-team-title {
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.cms-team-member-layout2 .cms-team-position, .cms-team-member-layout2 .cms-team-address, .cms-team-member-layout2 .cms-team-skill {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 24px;
}
.cms-team-member-layout2 .cms-team-member-inner {
  position: relative;
  overflow: hidden;
}
.cms-team-member-layout2 .cms-team-member-inner:hover .cms-team-overlay {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.cms-team-member-layout2 .cms-team-member-inner:hover .cms-team-overlay, .cms-team-member-layout2 .cms-team-member-inner:hover .cms-team-holder, .cms-team-member-layout2 .cms-team-member-inner:hover .cms-team-social {
  opacity: 1;
}
.cms-textbox-layout1 h6.sub-title, .cms-textbox-layout1 .cms-contact-form.style2 .cms-contact-form-head h6, .cms-contact-form.style2 .cms-contact-form-head .cms-textbox-layout1 h6, .cms-textbox-layout1 .cms-vacancy-application-form .cms-vacancy-application-form-head h6, .cms-vacancy-application-form .cms-vacancy-application-form-head .cms-textbox-layout1 h6 {
  margin-bottom: 13px;
}
.cms-textbox-layout1 .cms-textbox-title {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 23px;
}
.cms-textbox-layout1 .cms-textbox-desc {
  font-weight: 300;
  margin-bottom: 45px;
}
.cms-textbox-layout1 .cms-textbox-button a {
  font-size: 13px;
}
.cms-textbox-layout1 .cms-textbox-button a:hover {
  color: #71cbcc;
}
.cms-textbox-layout1 .cms-textbox-button a:hover span:before {
  background-color: #71cbcc;
}
.cms-textbox-layout1 .cms-textbox-button a:hover span:after {
  border-color: #71cbcc;
}
.cms-textbox-layout1 .cms-textbox-button span {
  margin-left: 7px;
  display: inline-block;
}
.cms-textbox-layout1 .cms-textbox-inner {
  background-color: #fff;
  border: 2px solid #ecf0f2;
  border-radius: 5px;
  padding: 43px 43px 33px 43px;
  -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-textbox-layout1 .cms-textbox-inner:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.cms-textbox-layout2 .sub-title, .cms-textbox-layout2 .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head .cms-textbox-layout2 h3, .cms-textbox-layout2 .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head .cms-textbox-layout2 h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.cms-textbox-layout2 .cms-textbox-title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .cms-textbox-layout2 .cms-textbox-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  .cms-textbox-layout2 .cms-textbox-title {
    font-size: 26px;
    line-height: 1.2;
  }
}
.cms-textbox-layout2 .cms-textbox-desc {
  font-weight: 300;
}
.cms-textbox-layout2 .cms-textbox-desc cite {
  font-weight: 400;
  font-style: normal;
}
.cms-textbox-layout2 .cms-textbox-desc p {
  margin-bottom: 34px;
}
.cms-textbox-layout2 .cms-textbox-desc p:last-child {
  margin-bottom: 0;
}
.cms-textbox-layout2 .cms-textbox-inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 54px 42px 115px;
  -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;
}
@media screen and (max-width: 575px) {
  .cms-textbox-layout2 .cms-textbox-inner {
    padding: 34px 30px 55px;
  }
}
.cms-textbox-layout2.style-dark .cms-textbox-title {
  color: #fff;
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .cms-textbox-layout2.style-dark .cms-textbox-title {
    font-size: 32px;
  }
  .cms-textbox-layout2.style-dark .cms-textbox-title br {
    display: none;
  }
}
.cms-textbox-layout2.style-dark .cms-textbox-desc {
  color: rgba(255, 255, 255, 0.7);
}
.cms-textbox-layout2.style-dark .cms-textbox-desc cite {
  color: #fff;
}
.cms-textbox-layout2.style-dark .cms-textbox-inner {
  background-color: rgba(9, 16, 49, 0.9);
  padding: 54px 42px 69px;
}
@media screen and (max-width: 991px) {
  .cms-textbox-layout2.style-dark .cms-textbox-inner {
    padding: 44px 32px 49px;
  }
}
.testimonial-carousel-layout1 .testimonial-icon {
  position: absolute;
  top: -36px;
  right: -40px;
}
.testimonial-carousel-layout1 .testimonial-icon svg {
  height: 100px;
}
.testimonial-carousel-layout1 .testimonial-icon svg polygon {
  fill: #00b5f4;
  -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;
}
.testimonial-carousel-layout1 .testimonial-title {
  margin-bottom: 23px;
  font-size: 21px;
  line-height: 32px;
  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;
}
.testimonial-carousel-layout1 .testimonial-content {
  color: #969dbf;
  font-weight: 300;
  padding-bottom: 52px;
  -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;
}
.testimonial-carousel-layout1 .client-image {
  width: 44px;
  min-width: 44px;
  height: 44px;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  border: 3px solid #71cbcc;
  -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-right: 10px;
}
.testimonial-carousel-layout1 .client-image img {
  width: auto;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
}
.testimonial-carousel-layout1 .client-title {
  font-size: 12px;
  color: #969dbf;
  margin-bottom: 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;
}
.testimonial-carousel-layout1 .client-position {
  color: #969dbf;
  font-size: 12px;
  font-weight: 300;
  -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;
}
.testimonial-carousel-layout1 .testimonial-item {
  background-color: #091031;
  padding: 46px 45px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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;
}
.testimonial-carousel-layout1 .testimonial-subtitle {
  margin-bottom: 13px;
  -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;
}
.testimonial-carousel-layout1 .testimonial-holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.testimonial-carousel-layout1 .testimonial-meta {
  line-height: normal;
}
.testimonial-carousel-layout1 .owl-stage-outer {
  padding: 30px 30px 50px 30px;
  margin: 0 -30px;
}
.testimonial-carousel-layout1[data-center="true"] .owl-item.center .testimonial-item {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
}
.testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .testimonial-item {
  background-color: #d2dbe0;
}
.testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .testimonial-icon svg polygon {
  fill: #c0cbd1;
}
.testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .testimonial-subtitle, .testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .testimonial-title, .testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .client-title {
  color: #ecf0f2;
}
.testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .testimonial-content, .testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .client-position {
  color: #e6ebee;
}
.testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .client-image {
  border-color: #c0cbd1;
}
.testimonial-carousel-layout1[data-center="true"] .owl-item:not(.center) .client-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.testimonial-carousel-layout1 .owl-dots {
  margin-top: 13px;
}
.testimonial-carousel-layout2-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.testimonial-carousel-layout2-wrap .testimonial-main-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .testimonial-carousel-layout2-wrap .testimonial-main-image {
    width: 100%;
    margin-bottom: 16px;
  }
}
.testimonial-carousel-layout2-wrap .testimonial-main-image .testimonial-main-image-inner {
  margin-right: -99px;
}
@media screen and (max-width: 767px) {
  .testimonial-carousel-layout2-wrap .testimonial-main-image .testimonial-main-image-inner {
    margin-right: 0;
  }
}
.testimonial-carousel-layout2-wrap .testimonial-main-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.testimonial-carousel-layout2-wrap .testimonial-main-image + .testimonial-carousel-layout2 {
  width: 50%;
  padding-left: 26px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .testimonial-carousel-layout2-wrap .testimonial-main-image + .testimonial-carousel-layout2 {
    width: 100%;
  }
}
.testimonial-carousel-layout2-wrap .testimonial-item {
  max-width: 1170px;
  padding: 0 15px;
  margin: auto;
  text-align: right;
}
.testimonial-carousel-layout2-wrap .testimonial-item .testimonial-item-inner {
  max-width: 560px;
  text-align: left;
  display: inline-block;
}
.testimonial-carousel-layout2-wrap .container + .testimonial-carousel-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .testimonial-carousel-layout2-wrap .container + .testimonial-carousel-layout2 {
    position: static;
  }
}
.testimonial-carousel-layout2 .testimonial-holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.testimonial-carousel-layout2 .testimonial-holder .image {
  margin-right: 27px;
}
.testimonial-carousel-layout2 .testimonial-holder .image img {
  width: auto;
}
.testimonial-carousel-layout2 .testimonial-meta {
  line-height: 1;
}
.testimonial-carousel-layout2 .testimonial-meta h3 {
  margin-bottom: 6px;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 700;
}
.testimonial-carousel-layout2 .testimonial-meta span {
  color: #4a4a4a;
  font-weight: 300;
}
.testimonial-carousel-layout2 .testimonial-content {
  font-weight: 300;
  margin-bottom: 33px;
}
.testimonial-carousel-layout2 .testimonial-item-inner {
  background-color: #fff;
  padding: 43px 48px 51px;
  -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;
}
@media screen and (max-width: 767px) {
  .testimonial-carousel-layout2 .testimonial-item-inner {
    padding: 23px 28px 31px;
  }
}
.testimonial-carousel-layout2 .owl-dots {
  justify-content: flex-end;
  margin-top: 17px;
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
.testimonial-carousel-layout2 .owl-stage-outer {
  padding: 34px 30px;
  margin: 0 -30px;
}
.testimonial-carousel-layout2 .owl-item .testimonial-item-inner {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.testimonial-carousel-layout2 .owl-item.active .testimonial-item-inner {
  -webkit-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
  -khtml-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
  -moz-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
  -ms-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
  -o-box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
  box-shadow: 0 6px 23px rgba(38, 38, 38, 0.16);
}
.page-bottom-info {
  font-weight: 300;
}
.page-bottom-info a {
  font-weight: 400;
}
.cms-grid-case-study-layout1 .item-featured {
  position: relative;
}
.cms-grid-case-study-layout1 .item-featured:before, .cms-grid-case-study-layout1 .item-featured:after {
  content: '';
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  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;
}
.cms-grid-case-study-layout1 .item-featured:before {
  background-color: rgba(0, 13, 75, 0.3);
}
.cms-grid-case-study-layout1 .item-featured:after {
  opacity: 0;
  background-color: rgba(0, 181, 244, 0.9);
}
.cms-grid-case-study-layout1 .item-featured img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-grid-case-study-layout1 .item-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-grid-case-study-layout1 .item-category {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 26px 34px 10px;
  font-weight: normal;
  -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;
}
.cms-grid-case-study-layout1 .item-category a {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #fff;
}
.cms-grid-case-study-layout1 .item-except {
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 34px 26px;
  -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;
}
.cms-grid-case-study-layout1 .item-title {
  width: 100%;
  margin-top: -26px;
  margin-bottom: 0;
  position: absolute;
  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%);
  padding: 10px 34px;
  font-size: 20px;
  font-weight: 700;
  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;
}
.cms-grid-case-study-layout1 .item-title a:hover {
  color: #fff;
}
.cms-grid-case-study-layout1 .grid-item-inner {
  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-grid-case-study-layout1 .grid-item-inner:hover .item-category, .cms-grid-case-study-layout1 .grid-item-inner:hover .item-except {
  opacity: 1;
}
.cms-grid-case-study-layout1 .grid-item-inner:hover .item-featured:before {
  opacity: 0;
}
.cms-grid-case-study-layout1 .grid-item-inner:hover .item-featured:after {
  opacity: 1;
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+1):nth-child(-n+2) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+5):nth-child(-n+6) .item-featured:after {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+7):nth-child(-n+8) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+11):nth-child(-n+12) .item-featured:after {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+13):nth-child(-n+14) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+17):nth-child(-n+18) .item-featured:after {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+19):nth-child(-n+20) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+23):nth-child(-n+24) .item-featured:after {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-6:nth-child(n+25):nth-child(-n+26) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-4:nth-child(n+1):nth-child(-n+3) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-4:nth-child(n+7):nth-child(-n+9) .item-featured:after {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-4:nth-child(n+10):nth-child(-n+12) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-4:nth-child(n+16):nth-child(-n+18) .item-featured:after {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-4:nth-child(n+22):nth-child(-n+24) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1 .grid-item.col-xl-4:nth-child(n+28):nth-child(-n+30) .item-featured:after {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-grid-case-study-layout1 .grid-sizer {
  visibility: hidden;
}
.cms-grid-case-study-layout1.owl-carousel .grid-item-inner:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.cms-grid-case-study-layout1.owl-carousel .owl-item:nth-child(3n+1) .item-featured:after {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-grid-case-study-layout1.owl-carousel .owl-item:nth-child(3n+3) .item-featured:after {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-grid-case-study-layout1.owl-carousel .owl-stage-outer {
  padding: 30px 30px 40px 30px;
  margin: 0 -30px;
}
.cms-grid-case-study-layout1 .item-more {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-grid-case-study-layout2 .item-featured {
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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-grid-case-study-layout2 .item-featured:before {
  content: '';
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  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;
  background-color: rgba(0, 13, 75, 0.3);
  opacity: 0;
}
.cms-grid-case-study-layout2 .item-featured img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-grid-case-study-layout2 .item-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  -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;
}
.cms-grid-case-study-layout2 .item-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  -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;
}
.cms-grid-case-study-layout2 .item-title {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.1em;
}
.cms-grid-case-study-layout2 .item-title a:hover {
  color: #fff;
}
.cms-grid-case-study-layout2 .item-category {
  letter-spacing: 0.1em;
}
.cms-grid-case-study-layout2 .item-category a:hover {
  color: #fff;
}
.cms-grid-case-study-layout2 .item-more {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.cms-grid-case-study-layout2 .item-more a {
  color: #fff;
}
.cms-grid-case-study-layout2 .item-more a i {
  margin-left: 10px;
}
.cms-grid-case-study-layout2 .grid-item-inner {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.cms-grid-case-study-layout2 .grid-item-inner:hover .item-featured {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
}
.cms-grid-case-study-layout2 .grid-item-inner:hover .item-featured:before {
  -webkit-box-shadow: 0 -4px 0 #00b5f4 inset;
  -khtml-box-shadow: 0 -4px 0 #00b5f4 inset;
  -moz-box-shadow: 0 -4px 0 #00b5f4 inset;
  -ms-box-shadow: 0 -4px 0 #00b5f4 inset;
  -o-box-shadow: 0 -4px 0 #00b5f4 inset;
  box-shadow: 0 -4px 0 #00b5f4 inset;
  opacity: 1;
}
.cms-grid-case-study-layout2 .grid-item-inner:hover .item-holder, .cms-grid-case-study-layout2 .grid-item-inner:hover .item-more {
  opacity: 1;
}
.cms-grid-case-study-layout2.item-featured-first .grid-item:nth-child(1) .item-holder {
  padding: 40px 48px;
}
.cms-grid-case-study-layout2.item-featured-first .grid-item:nth-child(1) .item-more {
  padding: 40px 48px;
}
.cms-grid-case-study-layout2.item-featured-first .grid-item:nth-child(1) .item-title {
  font-size: 20px;
}
.cms-grid-case-study-layout2.item-featured-first .grid-item:nth-child(1) .item-more {
  font-size: 13px;
}
.cms-counter-layout2 {
  text-align: center;
}
.cms-counter-layout2 .cms-counter-digit {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
}
.cms-counter-layout2 .cms-counter-title {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.cms-counter-layout2.style2 {
  text-align: left;
}
.cms-counter-layout2.style2 .cms-counter-digit {
  font-size: 42px;
  margin-bottom: 3px;
}
.cms-counter-layout2.style2 .cms-counter-title {
  font-size: 24px;
}
.cms-counter-layout2.style3 .cms-counter-digit {
  font-size: 68px;
  color: #71cbcc;
  margin-bottom: 2px;
}
.cms-counter-layout2.style3 .cms-counter-title {
  font-size: 24px;
}
.wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_single_image-img {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.cms-bannerbox-layout1 {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #00b5f4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .cms-bannerbox-layout1.top-left {
    flex-direction: column-reverse;
  }
  .cms-bannerbox-layout1.top-right {
    flex-direction: column-reverse;
  }
  .cms-bannerbox-layout1.top-right .cms-bannerbox-bottom {
    flex-direction: row-reverse;
  }
  .cms-bannerbox-layout1.bottom-right .cms-bannerbox-bottom {
    flex-direction: row-reverse;
  }
}
.cms-bannerbox-layout1.box-secondary {
  background-color: #71cbcc;
}
.cms-bannerbox-layout1.box-third {
  background-color: #8a49a1;
}
.cms-bannerbox-layout1 .cms-bannerbox-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cms-bannerbox-layout1 .cms-bannerbox-content, .cms-bannerbox-layout1 .cms-bannerbox-image {
  width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .cms-bannerbox-layout1 .cms-bannerbox-content, .cms-bannerbox-layout1 .cms-bannerbox-image {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .cms-bannerbox-layout1 .cms-bannerbox-image {
    height: 320px;
  }
}
@media screen and (max-width: 575px) {
  .cms-bannerbox-layout1 .cms-bannerbox-image {
    height: 180px;
  }
}
.cms-bannerbox-layout1 .cms-bannerbox-content {
  padding: 53px 57px 79px;
  color: #fff;
  font-weight: 300;
}
.cms-bannerbox-layout1 .cms-bannerbox-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cms-bannerbox-layout1 .cms-bannerbox-content {
    padding: 33px 37px 39px;
  }
}
@media screen and (max-width: 575px) {
  .cms-bannerbox-layout1 .cms-bannerbox-content {
    padding: 23px 15px 29px;
  }
}
.cms-bannerbox-layout1 h1, .cms-bannerbox-layout1 h2, .cms-bannerbox-layout1 h3, .cms-bannerbox-layout1 h4, .cms-bannerbox-layout1 h5, .cms-bannerbox-layout1 h6 {
  color: #fff;
  margin-bottom: 19px;
}
.cms-bannerbox-layout1 .sub-title, .cms-bannerbox-layout1 .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head .cms-bannerbox-layout1 h3, .cms-bannerbox-layout1 .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head .cms-bannerbox-layout1 h3 {
  font-size: 16px;
}
.cms-bannerbox-layout1 p {
  margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
  .cms-bannerbox-layout1 p {
    margin-bottom: 18px;
  }
}
.cms-bannerbox-layout1 p + .sub-title, .cms-bannerbox-layout1 p + .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head .cms-bannerbox-layout1 p + h3, .cms-bannerbox-layout1 p + .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head .cms-bannerbox-layout1 p + h3 {
  padding-top: 30px;
}
@media screen and (max-width: 575px) {
  .cms-bannerbox-layout1 p + .sub-title, .cms-bannerbox-layout1 p + .cms-contact-form.style2 .cms-contact-form-head h3, .cms-contact-form.style2 .cms-contact-form-head .cms-bannerbox-layout1 p + h3, .cms-bannerbox-layout1 p + .cms-vacancy-application-form .cms-vacancy-application-form-head h3, .cms-vacancy-application-form .cms-vacancy-application-form-head .cms-bannerbox-layout1 p + h3 {
    padding-top: 12px;
  }
}
.cms-case-studies-carousel1 .item-featured {
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
}
.cms-case-studies-carousel1 .item-featured .item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  -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%);
}
.cms-case-studies-carousel1 .item-featured .item-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 181, 244, 0.6);
}
.cms-case-studies-carousel1 .item-title {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 32px;
}
.cms-case-studies-carousel1 .item-holder {
  padding: 26px 30px 25px;
}
.cms-case-studies-carousel1 .item-more {
  font-size: 13px;
  letter-spacing: 0.075em;
}
.cms-case-studies-carousel1 .item-more i {
  margin-left: 8px;
}
.cms-case-studies-carousel1 .item-more:hover i:before {
  background-color: #71cbcc;
}
.cms-case-studies-carousel1 .item-more:hover i:after {
  border-color: #71cbcc;
}
.cms-case-studies-carousel1 .item-category {
  margin-bottom: 6px;
}
.cms-case-studies-carousel1 .grid-item-inner {
  border: 2px solid #ecf0f2;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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-case-studies-carousel1 .grid-item-inner:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.cms-case-studies-carousel1 .owl-item:nth-child(3n+1) .item-featured .item-overlay:before {
  background-color: rgba(113, 203, 204, 0.6);
}
.cms-case-studies-carousel1 .owl-item:nth-child(3n+3) .item-featured .item-overlay:before {
  background-color: rgba(138, 73, 161, 0.6);
}
.cms-case-studies-carousel1 .owl-stage-outer {
  padding: 30px 30px 40px 30px;
  margin: 0 -30px;
}
.cms-case-studies-carousel3 .item-featured {
  -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;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-case-studies-carousel3 .item-featured .bg-image {
  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;
}
.cms-case-studies-carousel3 .item-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 181, 244, 0.8);
}
.cms-case-studies-carousel3 .item-logo a {
  display: inline-block;
  vertical-align: top;
}
.cms-case-studies-carousel3 .item-logo img {
  width: auto;
}
.cms-case-studies-carousel3 .item-title {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 24px;
}
.cms-case-studies-carousel3 .item-title a:hover {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .cms-case-studies-carousel3 .item-title {
    font-size: 20px;
  }
}
.cms-case-studies-carousel3 .item-holder {
  position: relative;
  z-index: 1;
}
.cms-case-studies-carousel3 .grid-item-inner {
  position: relative;
  text-align: center;
  padding: 22px 30px 28px;
}
@media screen and (max-width: 575px) {
  .cms-case-studies-carousel3 .grid-item-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms-case-studies-carousel3 .grid-item-inner:hover .item-featured {
  -webkit-transform: scaleY(1.0963) scaleX(1.05);
  -khtml-transform: scaleY(1.0963) scaleX(1.05);
  -moz-transform: scaleY(1.0963) scaleX(1.05);
  -ms-transform: scaleY(1.0963) scaleX(1.05);
  -o-transform: scaleY(1.0963) scaleX(1.05);
  transform: scaleY(1.0963) scaleX(1.05);
  -webkit-box-shadow: 0 10px 28px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 28px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 28px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 28px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 28px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 28px rgba(38, 38, 38, 0.27);
}
.cms-case-studies-carousel3 .grid-item-inner:hover .item-featured .bg-image {
  -webkit-transform: scaleY(1.0963) scaleX(1.05);
  -khtml-transform: scaleY(1.0963) scaleX(1.05);
  -moz-transform: scaleY(1.0963) scaleX(1.05);
  -ms-transform: scaleY(1.0963) scaleX(1.05);
  -o-transform: scaleY(1.0963) scaleX(1.05);
  transform: scaleY(1.0963) scaleX(1.05);
}
.cms-case-studies-carousel3 .owl-item {
  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;
}
.cms-case-studies-carousel3 .owl-item.active {
  opacity: 1;
}
.cms-case-studies-carousel3 .owl-item:nth-child(3n+1) .item-featured .item-overlay {
  background-color: rgba(113, 203, 204, 0.8);
}
.cms-case-studies-carousel3 .owl-item:nth-child(3n+3) .item-featured .item-overlay {
  background-color: rgba(138, 73, 161, 0.8);
}
.cms-case-studies-carousel3 .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.cms-case-studies-carousel3 .owl-stage .cms-carousel-item {
  height: 100%;
}
.cms-case-studies-carousel3 .owl-stage .cms-carousel-item .grid-item-inner {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.cms-case-studies-carousel3 .owl-stage-outer {
  padding: 30px 40px 50px 40px;
  margin: 0 -40px;
}
.cms-contact-form {
  position: relative;
  z-index: 1;
}
.cms-contact-form.style1 .cms-contact-form-head {
  padding: 33px 41px 25px 41px;
  background-color: #71cbcc;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.cms-contact-form.style1 .cms-contact-form-head h3 {
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cms-contact-form.style1 .cms-contact-form-head p {
  margin: 0;
  font-weight: 300;
  color: #fff;
}
.cms-contact-form.style1 .cms-contact-form-head .scroll-to-content {
  color: #fff;
  font-size: 18px;
  float: right;
  margin-left: 10px;
  position: relative;
  top: 0;
  display: inline-block;
  width: 24px;
  text-align: center;
}
.cms-contact-form.style1 .cms-contact-form-holder {
  padding: 50px 41px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f2), to(#fff));
  background-image: -webkit-linear-gradient(top, #ecf0f2, #fff);
  background-image: -moz-linear-gradient(top, #ecf0f2, #fff);
  background-image: -ms-linear-gradient(top, #ecf0f2, #fff);
  background-image: -o-linear-gradient(top, #ecf0f2, #fff);
  background-image: linear-gradient(top, #ecf0f2, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ecf0f2', endColorStr='#fff');
}
.cms-contact-form.style1 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 51px;
  border: 1px solid #d4d5d5;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  color: #cacaca;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.cms-contact-form.style1 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #71cbcc;
}
.cms-contact-form.style1 .wpcf7-form-control.wpcf7-textarea {
  height: 221px;
}
.cms-contact-form.style1 .wpcf7-submit {
  padding-left: 49px;
  padding-right: 49px;
}
.cms-contact-form.style1 .wpcf7-submit.btn-arrow-icon {
  padding-right: 91px;
}
.cms-contact-form.style1 .wpcf7-submit.btn-arrow-icon i {
  position: absolute;
  right: 12px;
  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%);
}
@media screen and (max-width: 991px) {
  .cms-contact-form.style1 .cms-contact-form-head {
    padding: 30px 31px 25px 31px;
  }
  .cms-contact-form.style1 .cms-contact-form-holder {
    padding: 40px 31px;
  }
  .cms-contact-form.style1 .wpcf7-submit.btn-arrow-icon {
    padding-right: 84px;
  }
}
.cms-contact-form.style2 {
  padding: 31px 33px 37px;
  background-color: #091031;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .cms-contact-form.style2 {
    padding: 28px 24px;
  }
}
.cms-contact-form.style2 .cms-contact-form-head {
  padding-bottom: 25px;
}
.cms-contact-form.style2 .cms-contact-form-head h3 {
  margin-bottom: 7px;
}
.cms-contact-form.style2 .cms-contact-form-head p {
  margin-bottom: 0;
  font-size: 21px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-contact-form.style2 .cms-contact-form-head p {
    line-height: normal;
  }
}
.cms-contact-form.style2 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 51px;
  border: 1px solid #d4d5d5;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  color: #cacaca;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cms-contact-form.style2 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #71cbcc;
}
.cms-contact-form.style2 .wpcf7-form-control.wpcf7-textarea {
  height: 221px;
}
.cms-contact-form.style2 .wpcf7-submit {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.cms-contact-form.style2 .wpcf7-form-control-wrap {
  margin-bottom: 17px;
}
.cms-contact-form .btn-filled + .btn-filled {
  margin-top: 23px;
}
.cms-contact-form.contact-offset-right {
  margin-right: -2px;
}
@media screen and (max-width: 767px) {
  .cms-contact-form.contact-offset-right {
    margin-right: 0;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
.cms-contact-form.contact-offset-right:before {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 4px;
  left: -30px;
  background-image: url(../images/shadow-vertical.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100px 0 0 0;
  -khtml-border-radius: 100px 0 0 0;
  -moz-border-radius: 100px 0 0 0;
  -ms-border-radius: 100px 0 0 0;
  -o-border-radius: 100px 0 0 0;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .cms-contact-form.contact-offset-right:before {
    display: none;
  }
}
.cms-contact-form.contact-offset-right .cms-contact-form-head {
  padding-top: 26px;
  padding-right: 0;
  padding-bottom: 40px;
  -webkit-border-radius: 5px 0 0 0;
  -khtml-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  position: relative;
}
.cms-contact-form.contact-offset-right .cms-contact-form-head:before {
  content: '';
  background-color: #71cbcc;
  position: absolute;
  top: 0;
  left: 100%;
  width: 10000px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cms-contact-form.contact-offset-right .cms-contact-form-head {
    padding-right: 31px;
  }
}
.cms-contact-form.contact-offset-right .cms-contact-form-head .heading {
  margin-bottom: 28px;
}
.cms-contact-form.contact-offset-right .cms-contact-form-holder {
  padding-right: 0;
  position: relative;
}
.cms-contact-form.contact-offset-right .cms-contact-form-holder:before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f2), to(#fff));
  background-image: -webkit-linear-gradient(top, #ecf0f2, #fff);
  background-image: -moz-linear-gradient(top, #ecf0f2, #fff);
  background-image: -ms-linear-gradient(top, #ecf0f2, #fff);
  background-image: -o-linear-gradient(top, #ecf0f2, #fff);
  background-image: linear-gradient(top, #ecf0f2, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ecf0f2', endColorStr='#fff');
  position: absolute;
  top: 0;
  left: 100%;
  width: 10000px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cms-contact-form.contact-offset-right .cms-contact-form-holder {
    padding-right: 31px;
  }
}
.cms-contact-form.header-color-third .cms-contact-form-head {
  background-color: #8a49a1;
}
.cms-contact-form.header-color-third .cms-contact-form-head:before {
  background-color: #8a49a1;
}
.cms-contact-form.style3 {
  padding: 35px 34px 48px 34px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  border: 2px solid #ebebeb;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 370px;
}
@media screen and (max-width: 575px) {
  .cms-contact-form.style3 {
    padding: 25px 24px 38px 24px;
  }
}
.cms-contact-form.style3 .heading {
  margin-bottom: 26px;
  font-size: 26px;
  line-height: 46px;
  font-weight: 300;
  color: #768093;
  letter-spacing: 0;
}
.cms-contact-form.style3 .heading cite {
  font-style: normal;
  font-weight: 500;
}
.cms-contact-form.style3 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 51px;
  border: 1px solid #d4d5d5;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  color: #cacaca;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cms-contact-form.style3 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #71cbcc;
}
.cms-contact-form.style3 .wpcf7-form-control.wpcf7-submit {
  padding-left: 48px;
  padding-right: 48px;
}
.cms-contact-form.style3 .wpcf7-form-control.wpcf7-acceptance {
  width: inherit;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  color: #768093;
}
.cms-contact-form.style3 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  position: relative;
  padding-left: 28px;
}
.cms-contact-form.style3 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: '';
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #71cbcc;
  height: 19px;
  width: 19px;
  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;
}
.cms-contact-form.style3 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  color: #71cbcc;
  font-size: 10px;
  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%);
  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;
}
.cms-contact-form.style3 .wpcf7-form-control.wpcf7-acceptance input {
  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;
  height: 19px;
  width: 19px;
  z-index: 99;
  opacity: 0;
}
.cms-contact-form.style3 .wpcf7-form-control.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.cms-contact-form.style3 .wpcf7-form-control.wpcf7-textarea {
  height: 221px;
}
.cms-contact-form.style3 .fr-text-bottom {
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  padding: 5px 0 10px 0;
}
.cms-contact-form.style3 .cms-checkbox {
  margin-bottom: 29px;
  display: block;
}
.cms-contact-form.style3 .wpcf7-response-output.wpcf7-validation-errors {
  font-size: 12px;
  line-height: 24px;
}
.cms-contact-form.style4 .row + .row {
  margin-top: 12px;
}
.cms-contact-form.style4 .row:last-child {
  margin-top: 23px;
}
.cms-contact-form.style4 .wpcf7-response-output {
  text-align: center;
}
.cms-contact-form.style4 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 51px;
  border: 1px solid #d4d5d5;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  color: #cacaca;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.cms-contact-form.style4 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #71cbcc;
}
.cms-contact-form.style4 .wpcf7-form-control.wpcf7-textarea {
  height: 221px;
}
.cms-contact-form.style4 .wpcf7-submit {
  padding-left: 49px;
  padding-right: 49px;
}
.cms-contact-form.style4 .wpcf7-submit.btn-arrow-icon {
  padding-right: 91px;
}
.cms-contact-form.style4 .wpcf7-submit.btn-arrow-icon i {
  position: absolute;
  right: 12px;
  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%);
}
.cms-vacancy-application-form {
  padding: 31px 33px 37px;
  background-color: #091031;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .cms-vacancy-application-form {
    padding: 28px 24px;
  }
}
.cms-vacancy-application-form .cms-vacancy-application-form-head {
  padding-bottom: 25px;
}
.cms-vacancy-application-form .cms-vacancy-application-form-head h3 {
  margin-bottom: 7px;
}
.cms-vacancy-application-form .cms-vacancy-application-form-head p {
  margin-bottom: 0;
  font-size: 21px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-vacancy-application-form .cms-vacancy-application-form-head p {
    line-height: normal;
  }
}
.cms-vacancy-application-form input, .cms-vacancy-application-form textarea {
  height: 51px;
  border: 1px solid #d4d5d5;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  color: #cacaca;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cms-vacancy-application-form input:focus, .cms-vacancy-application-form textarea:focus {
  border-color: #00b5f4;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cms-vacancy-application-form .error-msg {
  color: #f00;
}
.cms-vacancy-application-form textarea {
  height: 221px;
  padding-top: 14px;
}
.cms-vacancy-application-form button {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.cms-vacancy-application-form #result-vacancy {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}
.cms-vacancy-application-form .form-group {
  margin-bottom: 17px;
}
.cms-vacancy-application-form .form-group.field-file {
  margin-bottom: 23px;
}
.cms-vacancy-application-form .form-group.field-actions {
  margin-bottom: 0;
}
.cms-vacancy-application-form .form-group.field-actions button + button {
  margin-top: 23px;
}
.cms-image-pointer-inner {
  position: relative;
  display: inline-block;
}
.cms-image-pointer-inner .cms-image-pointer-item {
  min-height: 42px;
  min-width: 42px;
  position: absolute;
  text-align: left;
}
.cms-image-pointer-inner .cms-image-pointer-item .pointer-open {
  background-color: transparent;
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  z-index: 1;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -khtml-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  border: 5px solid #8a49a1;
}
.cms-image-pointer-inner .cms-image-pointer-item .pointer-open img {
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 575px) {
  .cms-image-pointer-inner .cms-image-pointer-item .pointer-open {
    width: 22px;
    height: 22px;
    line-height: 1;
    border-width: 2px;
  }
}
.cms-image-pointer-inner .cms-image-pointer-item .cms-image-pointer-holder {
  border: 2px solid #dae1e5;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  opacity: 0;
  padding: 5px 11px 11px 17px;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  visibility: hidden;
  width: 322px;
  z-index: -1;
  font-size: 14px;
  line-height: 29px;
  font-weight: 300;
}
.cms-image-pointer-inner .cms-image-pointer-item .cms-image-pointer-holder .quote-icon {
  width: 31px;
  height: 27px;
  background-image: url(../images/quote-top.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 7px;
  left: -6px;
}
@media screen and (max-width: 767px) {
  .cms-image-pointer-inner .cms-image-pointer-item .cms-image-pointer-holder {
    display: none;
  }
}
.cms-image-pointer-inner .cms-image-pointer-item.pointer-left .cms-image-pointer-holder {
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(-42px, -50%, 0px);
  -khtml-transform: translate3d(-42px, -50%, 0px);
  -moz-transform: translate3d(-42px, -50%, 0px);
  -ms-transform: translate3d(-42px, -50%, 0px);
  -o-transform: translate3d(-42px, -50%, 0px);
  transform: translate3d(-42px, -50%, 0px);
}
.cms-image-pointer-inner .cms-image-pointer-item.pointer-right .cms-image-pointer-holder {
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(42px, -50%, 0px);
  -khtml-transform: translate3d(42px, -50%, 0px);
  -moz-transform: translate3d(42px, -50%, 0px);
  -ms-transform: translate3d(42px, -50%, 0px);
  -o-transform: translate3d(42px, -50%, 0px);
  transform: translate3d(42px, -50%, 0px);
}
.cms-image-pointer-inner .cms-image-pointer-item.pointer-top .cms-image-pointer-holder {
  right: 50%;
  top: 0;
  -webkit-transform: translate3d(50%, -100%, 0px);
  -khtml-transform: translate3d(50%, -100%, 0px);
  -moz-transform: translate3d(50%, -100%, 0px);
  -ms-transform: translate3d(50%, -100%, 0px);
  -o-transform: translate3d(50%, -100%, 0px);
  transform: translate3d(50%, -100%, 0px);
}
.cms-image-pointer-inner .cms-image-pointer-item.pointer-bottom .cms-image-pointer-holder {
  right: 50%;
  bottom: 0;
  -webkit-transform: translate3d(50%, 100%, 0px);
  -khtml-transform: translate3d(50%, 100%, 0px);
  -moz-transform: translate3d(50%, 100%, 0px);
  -ms-transform: translate3d(50%, 100%, 0px);
  -o-transform: translate3d(50%, 100%, 0px);
  transform: translate3d(50%, 100%, 0px);
}
.cms-image-pointer-inner .cms-image-pointer-item:hover {
  z-index: 99;
}
.cms-image-pointer-inner .cms-image-pointer-item:hover .pointer-open {
  border-color: #71cbcc;
  -webkit-box-shadow: 0 10px 19px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 19px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 19px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 19px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 19px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 19px rgba(38, 38, 38, 0.27);
}
.cms-image-pointer-inner .cms-image-pointer-item:hover .pointer-open img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cms-image-pointer-inner .cms-image-pointer-item:hover .cms-image-pointer-holder {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.cms-image-pointer-inner .cms-image-pointer-item:hover.pointer-left .cms-image-pointer-holder {
  right: 5px;
}
.cms-image-pointer-inner .cms-image-pointer-item:hover.pointer-right .cms-image-pointer-holder {
  left: 5px;
}
.cms-image-pointer-inner .cms-image-pointer-item:hover.pointer-top .cms-image-pointer-holder {
  top: -5px;
}
.cms-image-pointer-inner .cms-image-pointer-item:hover.pointer-bottom .cms-image-pointer-holder {
  bottom: -5px;
}
.cms-list {
  list-style: none;
  margin: 0;
  font-weight: 300;
}
.cms-list li {
  position: relative;
}
.cms-list li:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #71cbcc;
  margin-right: 16px;
  display: inline-block;
}
.cms-list-box {
  -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 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  background-color: #091031;
  padding: 42px 28px 47px;
}
.cms-list-box .el-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 29px;
}
.cms-list-box .list-box-holder {
  margin: 0 -30px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .cms-list-box .list-box-holder {
    flex-wrap: wrap;
  }
}
.cms-list-box .list-box-item {
  text-align: center;
  padding: 0 30px;
  width: 33.33%;
  position: relative;
}
.cms-list-box .list-box-item:after {
  content: '';
  height: 132px;
  width: 1px;
  background-repeat: no-repeat;
  background-image: url(../images/line-light.png);
  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%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .cms-list-box .list-box-item:after {
    display: none;
  }
}
.cms-list-box .list-box-item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .cms-list-box .list-box-item h4 {
    font-size: 18px;
  }
}
.cms-list-box .list-box-item p {
  margin: 0;
  color: #fff;
  font-weight: 300;
}
.cms-list-box .list-box-item:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .cms-list-box .list-box-item {
    width: 100%;
  }
  .cms-list-box .list-box-item + .list-box-item {
    margin-top: 32px;
  }
}
.cms-resources-carousel1 .item-title {
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.cms-resources-carousel1 .item-title a:hover {
  color: #fff;
}
.cms-resources-carousel1 .item-content {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}
.cms-resources-carousel1 .item-more {
  margin-top: 39px;
}
.cms-resources-carousel1 .item-more a {
  font-size: 13px;
  letter-spacing: 0.075em;
  color: #fff;
}
.cms-resources-carousel1 .item-more a i {
  opacity: 0;
}
.cms-resources-carousel1 .item-more a i:before {
  background-color: #fff;
}
.cms-resources-carousel1 .item-more a i:after {
  border-color: #fff;
}
.cms-resources-carousel1 .item-more a:hover {
  color: #fff;
}
.cms-resources-carousel1 .item-more a:hover i:before {
  background-color: #fff;
}
.cms-resources-carousel1 .item-more a:hover i:after {
  border-color: #fff;
}
.cms-resources-carousel1 .item-holder {
  padding: 43px;
  background-color: #091031;
  -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;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-resources-carousel1 .item-holder:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.27);
}
.cms-resources-carousel1 .item-holder:hover .item-more a i {
  margin-left: 10px;
  opacity: 1;
}
.cms-resources-carousel1 .owl-item:nth-child(3n+1) .item-holder {
  background-color: #71cbcc;
}
.cms-resources-carousel1 .owl-item:nth-child(3n+3) .item-holder {
  background-color: #8a49a1;
}
.cms-resources-carousel1 .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.cms-resources-carousel1 .owl-stage .cms-carousel-item {
  height: 100%;
}
.cms-resources-carousel1 .owl-stage .cms-carousel-item .grid-item-inner {
  height: inherit;
}
.cms-resources-carousel1 .owl-stage .cms-carousel-item .grid-item-inner .item-holder {
  height: inherit;
}
.cms-resources-carousel1 .owl-stage-outer {
  padding: 30px 30px 50px 30px;
  margin: 0 -30px;
}
.cms-grid-vacancies-layout1 .item-category {
  margin-bottom: 9px;
}
.cms-grid-vacancies-layout1 .item-title {
  margin-bottom: 56px;
  font-size: 21px;
}
.cms-grid-vacancies-layout1 .item-except {
  font-weight: 300;
  margin-bottom: 47px;
}
.cms-grid-vacancies-layout1 .item-more i {
  margin-left: 11px;
}
.cms-grid-vacancies-layout1 .item-more a:hover i:before {
  background-color: #71cbcc;
}
.cms-grid-vacancies-layout1 .item-more a:hover i:after {
  border-color: #71cbcc;
}
.cms-grid-vacancies-layout1 .grid-item-inner {
  border: 2px solid #e9edef;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 39px 43px 37px;
  -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;
}
@media screen and (max-width: 767px) {
  .cms-grid-vacancies-layout1 .grid-item-inner {
    padding: 25px 30px;
  }
}
.cms-grid-vacancies-layout1 .grid-item-inner:hover {
  -webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -khtml-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -ms-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  -o-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
  box-shadow: 0 10px 40px rgba(38, 38, 38, 0.15);
}
.post-type-category {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  color: #00b5f4;
}
.post-type-category a {
  color: inherit;
}
.post-type-category a:hover {
  color: #71cbcc;
}
.cms-single-image {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-single-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-single-image.img-radius-border img {
  border-bottom: 2px solid #00b5f4;
}
.image-block-revealers {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.image-block-revealers .block-revealer-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.vc_row-o-equal-height.vc_inner .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height.vc_inner .vc_column-inner .wpb_wrapper, .vc_row-o-equal-height.vc_inner .vc_column-inner .cms-counter-layout1 {
  height: inherit;
}
.cms-button-wrapper.btn-unset .btn {
  white-space: inherit;
  line-height: 1.5;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (max-width: 575px) {
  .cms-button-wrapper.size-button-xs .btn {
    font-size: 10px;
  }
}
.wp-video-shortcode {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.hide-controls .mejs-controls {
  display: none;
}
.wp-video {
  width: 100% !important;
  height: 140% !important;
}
.scroll-to-content {
  animation: sk-bounce 2000ms ease-out infinite;
}
.cms-fancybox-video-layout1 {
  margin: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cms-fancybox-video-layout1.video-left {
  flex-direction: row-reverse;
}
.cms-fancybox-video-layout1 .cms-fancybox-icon {
  line-height: 1;
  margin-right: 26px;
  margin-bottom: 5px;
}
.cms-fancybox-video-layout1 .cms-fancybox-icon i {
  font-size: 68px;
  color: #fff;
}
.cms-fancybox-video-layout1 .cms-fancybox-icon .elvn, .cms-fancybox-video-layout1 .cms-fancybox-icon svg {
  height: 68px;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-video-layout1 .cms-fancybox-icon {
    margin-right: 20px;
  }
  .cms-fancybox-video-layout1 .cms-fancybox-icon .elvn, .cms-fancybox-video-layout1 .cms-fancybox-icon svg {
    height: 58px;
  }
}
.cms-fancybox-video-layout1 .cms-video-intro {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #00b5f4;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cms-fancybox-video-layout1 .cms-video-button {
  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%);
}
.cms-fancybox-video-layout1 .cms-fancybox-inner {
  padding: 68px 62px 57px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-video-layout1 .cms-fancybox-inner {
    padding: 38px 30px 27px;
  }
}
.cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-title {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-title {
    font-size: 20px;
  }
}
.cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-desc {
  color: #fff;
  font-weight: 500;
}
.cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-desc p {
  margin-bottom: 33px;
}
.cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-desc p:last-child {
  margin-bottom: 0;
}
.cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 181, 244, 0.9);
}
.cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-overlay.overlay-secondary {
  background-color: rgba(113, 203, 204, 0.9);
}
.cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-overlay.overlay-third {
  background-color: rgba(138, 73, 161, 0.9);
}
.cms-fancybox-video-layout1 .cms-fancybox-inner .cms-fancybox-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-video-layout1 .cms-fancybox-inner {
    padding: 20px 15px;
  }
  .cms-fancybox-video-layout1 .cms-video-wrapper {
    height: 320px;
  }
}
body .vc_tta-container {
  margin-bottom: 0 !important;
}
body .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
  border: none;
}
body .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading a {
  border: 2px solid #bdc3ce;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00b5f4;
  padding: 19px 20px 19px 92px;
}
body .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading a:before {
  content: '';
  width: 66px;
  height: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -ms-calc(100% + 4px);
  height: -o-calc(100% + 4px);
  background-color: #00b5f4;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: -2px;
  left: -2px;
}
body .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading a:after {
  content: '';
  height: 23px;
  width: 23px;
  background-image: url(../images/arrow-right-white.png);
  background-repeat: no-repeat;
  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: 20px;
  -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;
}
body .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border: none;
  padding: 10px 0 7px;
  font-weight: 300;
}
body .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel + .vc_tta-panel {
  margin-top: 16px;
}
body .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -khtml-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container {
  overflow: visible;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-container-inner {
  background-color: #00b5f4;
  position: relative;
  overflow: visible;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-container-inner:before {
  content: '';
  height: 72px;
  width: 100%;
  -webkit-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  -khtml-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  -ms-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  -o-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.37);
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  -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;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .before-tab-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  min-width: 190px;
  padding-right: 47px;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .before-tab-list .custom-tab-logo {
  margin-right: 20px;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .before-tab-list .custom-tab-logo img {
  max-height: 25px;
}
@media screen and (max-width: 991px) {
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .before-tab-list .custom-tab-logo {
    margin-left: 0 !important;
  }
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .before-tab-list span {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  -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;
}
@media screen and (max-width: 991px) {
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .before-tab-list {
    display: none;
  }
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin: 0 !important;
  border: none;
  background-color: transparent;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 71px;
  text-transform: uppercase;
  padding: 0 19px;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span {
  border-bottom: 1px solid transparent;
  -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;
}
@media screen and (max-width: 991px) {
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    padding: 0;
    margin-right: 24px;
  }
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a span, body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a span {
  border-color: #fff;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child a {
  padding-left: 0;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panel-body-height {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -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;
  }
}
@media screen and (max-width: 767px) {
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panel-body-height {
    height: auto !important;
  }
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panel-body {
  border: none;
  padding: 67px 0 0 !important;
}
@media screen and (min-width: 768px) {
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panel-body {
    height: auto !important;
    display: block !important;
  }
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panel-body .vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body-height {
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto !important;
  }
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern.is-sticky .vc_tta-tabs-container .vc_tta-tabs-container-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
body .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern.is-sticky .vc_tta-tabs-container .vc_tta-tabs-container-inner .custom-tab-logo {
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel + .vc_tta-panel {
    margin-top: 10px;
  }
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: none;
  }
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
    background-color: #00b5f4;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
  }
  body .vc_tta-container .vc_tta.vc_tta-tabs.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 42px 0 !important;
  }
}
body.admin-bar .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-modern.is-sticky .vc_tta-tabs-container .vc_tta-tabs-container-inner {
  top: 32px;
}
.cms-google-map {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cms-contact-info .contact-info-icon {
  line-height: 1;
  padding-top: 5px;
  min-width: 31px;
  margin-right: 15px;
}
.cms-contact-info .contact-info-icon i {
  font-size: 23px;
  color: #00b5f4;
}
.cms-contact-info .contact-info-meta {
  font-weight: 300;
}
.cms-contact-info .contact-info-meta a {
  color: inherit;
}
.cms-contact-info .contact-info-meta a:hover {
  color: #00b5f4;
}
.cms-contact-info .contact-info-item {
  display: flex;
  flex-wrap: nowrap;
}
.cms-contact-info .contact-info-item + .contact-info-item {
  margin-top: 35px;
}
.row-flex {
  flex-wrap: wrap;
  display: flex;
}
.sidebar-sticky, .column-sticky > .vc_column-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  -webkit-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.sidebar-sticky.social-share, .column-sticky > .vc_column-inner.social-share {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.admin-bar .sidebar-sticky, .admin-bar .column-sticky > .vc_column-inner {
  top: 62px;
}
.header-sticky.header-sticky-show .sidebar-sticky, .header-sticky.header-sticky-show .column-sticky > .vc_column-inner {
  top: 142px;
}
.admin-bar.header-sticky.header-sticky-show .sidebar-sticky, .admin-bar.header-sticky.header-sticky-show .column-sticky > .vc_column-inner {
  top: 174px;
}
.secondary-is-sticky .column-sticky > .vc_column-inner {
  top: 101px;
}
.admin-bar.secondary-is-sticky .column-sticky > .vc_column-inner {
  top: 133px;
}
@media screen and (min-width: 992px) {
  #primary.content-has-sidebar.float-left {
    padding-right: 90px;
  }
  #primary.content-has-sidebar.float-right {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  #primary.content-has-sidebar.float-left {
    padding-right: 115px;
  }
  #primary.content-has-sidebar.float-right {
    padding-left: 115px;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .col-offset-left > .vc_column-inner {
    padding-left: 30px !important;
  }
  .col-offset-right > .vc_column-inner {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 66px 0;
  position: relative;
}
.layout-container {
  background-color: #fcfcfc;
  padding-bottom: 55px;
}
.widget .widget-content ul:not(.entry-meta) {
  margin: 0;
  list-style: none;
}
.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:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.row-overlay.dotted-overlay:after {
  background-image: url(../images/dot-overlay.png);
  background-repeat: repeat;
}
.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.vc_row-fluid > .wpb_column {
  z-index: 2;
}
.vc_row.vc_row-fluid > .wpb_column.zindex-inherit {
  z-index: inherit;
}
.vc_row .cms-row-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.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;
}
.vc_row.row-boxed:not(.vc_row-has-fill) {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 1400px) {
  .site-layout-boxed .site {
    width: 1310px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    overflow: visible;
  }
  .site-layout-boxed .site .site-content {
    overflow: hidden;
  }
  .site-layout-boxed .site [data-vc-full-width="true"] {
    width: 1310px !important;
    left: -55px !important;
  }
  .site-layout-boxed .site [data-vc-full-width="true"]:not(.vc_row-no-padding) {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1310px;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .site-layout-boxed .site {
    width: 1200px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
  }
  .site-layout-boxed .site .container {
    max-width: 1140px;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .rm-padding-xlg > .vc_column-inner, .rm-padding-xlg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1199px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-lg.vc_inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding30-lg > .vc_column-inner, .rm-padding30-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .rm-padding30-lg.vc_inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .vc_row.row-rm-padding-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.rm-margin-lg-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  .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;
  }
  .rm-padding-md.wpb_text_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-md0 > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.row-rm-padding-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .vc_row.rm-margin-md, .vc_row.rm-margin-md-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .rm-margin-md0 > .vc_column-inner {
    margin-top: 0px !important;
    margin-bottom: 0px !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: 767px) {
  .vc_row.row-border-box {
    padding: 40px 15px 0px 15px;
  }
  .rm-padding-sm > .vc_column-inner, .rm-padding-sm > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-sm0 > .vc_column-inner, body .vc_row.wpb_row .rm-padding-sm0 > .theiaStickySidebar > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !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 screen and (max-width: 575px) {
  .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;
  }
}
.widget_shopping_cart {
  position: absolute;
  background-color: #fff;
  right: 15px;
  top: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  width: 370px;
  padding: 30px;
  -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-align: left;
  color: #9b9b9b;
  z-index: -99;
  visibility: hidden;
  opacity: 0;
  margin-top: 32px;
}
.widget_shopping_cart.open {
  z-index: 99;
  margin-top: 11px;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.widget_shopping_cart:before {
  content: '';
  width: 21px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
.widget_shopping_cart .widget_shopping_title {
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #1d274e;
}
.widget_shopping_cart .product_list_widget {
  list-style: none;
  margin: 0;
}
.widget_shopping_cart .product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0 !important;
  padding-right: 30px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.widget_shopping_cart .product_list_widget li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}
.widget_shopping_cart .product_list_widget li.empty {
  font-size: 16px;
}
.widget_shopping_cart .product_list_widget .cart-product-image {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
.widget_shopping_cart .product_list_widget .cart-product-image img {
  float: none;
  margin: 0;
  width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
  font-size: 16px;
  line-height: 27px;
  margin-top: -5px;
  margin-bottom: 4px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
  display: block;
  color: inherit;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
  color: #00b5f4;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
  font-size: 13px;
  color: #9b9b9b;
  border: none;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  top: 0;
  right: 0;
  background-color: #222;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
  background-color: #00b5f4;
  color: #fff;
}
.widget_shopping_cart .widget_shopping_cart_footer {
  border-top: 2px solid #f2f2f2;
  margin-top: 30px;
  padding-top: 20px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total {
  margin-bottom: 18px;
  padding-top: 0;
  border: none;
}
.widget_shopping_cart .widget_shopping_cart_footer .total strong {
  font-size: 16px;
  color: #9b9b9b;
  font-weight: normal;
  line-height: 28px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
  color: #00b5f4;
  float: right;
  font-size: 14px;
  line-height: 1;
  line-height: 28px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 15px;
  width: 50%;
  line-height: 40px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout {
  background-color: #71cbcc;
  border-color: #71cbcc;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout:hover {
  background-color: #00b5f4;
  border-color: #00b5f4;
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce #secondary .widget_products ul li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce #secondary .widget_products ul li img {
  margin: 0;
  width: 100%;
  max-width: 70px;
  float: left;
  margin-right: 20px;
}
.woocommerce #secondary .widget_products ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #091031;
  margin-bottom: 0;
}
.woocommerce #secondary .widget_products ul li a:hover {
  color: #00b5f4;
}
.woocommerce #secondary .widget_products ul li .star-rating-wrap {
  display: none;
}
.woocommerce #secondary .widget_products ul li:last-child {
  border-bottom: none;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_product_search .search-field {
  padding-left: 0;
  border-width: 0 0 2px 0px;
  padding-right: 50px;
  color: #474747;
  height: 40px;
  border-color: #eee;
  text-transform: uppercase;
}
.woocommerce #secondary .widget_product_search button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #00b5f4;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.woocommerce #secondary .widget_product_search button:before {
  content: '';
  height: 2px;
  background-color: #00b5f4;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.woocommerce #secondary .widget_product_search button:after {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #00b5f4;
  position: absolute;
  bottom: 2px;
  right: 0;
}
@media screen and (max-width: 769px) {
  body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
body.woocommerce form .form-row, body.woocommerce-page form .form-row {
  padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt {
  background-color: #00b5f4;
  font-size: 14px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 28px;
  line-height: 50px;
  -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;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.02em;
  font-weight: normal;
}
body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #00a6e0;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #00b5f4;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #00b5f4;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  padding: 0;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #091031;
  -moz-appearance: textfield;
  margin: 0 30px;
  height: 25px;
  width: 25px;
}
.woocommerce .quantity .qty:-webkit-outer-spin-button, .woocommerce .quantity .qty:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity-icon i {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
  color: #00b5f4;
  text-align: center;
  position: absolute;
  bottom: 0;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.woocommerce .quantity-icon i.quantity-down {
  left: 0;
}
.woocommerce .quantity-icon i.quantity-up {
  right: 0;
}
.woocommerce table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td {
  padding: 12px 15px;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
  width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #e5e5e5;
  height: 50px;
  background-color: #fff;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 48px;
  padding-left: 28px;
  color: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page 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: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #747da1;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #00b5f4;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
#shop-newsletter {
  text-align: center;
  padding: 40px 30px 30px 30px;
  color: rgba(255, 255, 255, 0.87);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-top: 60px;
}
#shop-newsletter h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
  color: #fff;
  text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
  max-width: 590px;
  margin: auto;
}
#shop-newsletter .cms-newsletter-inner {
  margin-top: 33px;
  margin-bottom: 18px;
}
#shop-newsletter .cms-newsletter-inner .tnp-email {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .cms-newsletter-inner .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_product_categories ul {
  list-style: none;
  margin-bottom: 0;
}
.widget_product_categories ul li {
  font-size: 0;
  line-height: 0;
}
.widget_product_categories ul li a {
  font-size: 13px;
  line-height: normal;
  color: #333;
  text-transform: uppercase;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #f2f2f2;
}
.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
  color: #00b5f4;
}
.widget_product_categories ul li:last-child > a {
  border-bottom: none;
}
.widget_product_categories ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
  color: #00b5f4;
}
.widget_product_tag_cloud .tagcloud a {
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-content-inner {
  padding-top: 30px;
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 3px;
  background-color: #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #00b5f4;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height: 3px;
  width: 3px;
  background-color: #00b5f4;
  top: -3px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -3px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding-top: 8px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  margin-bottom: 19px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  float: none;
  max-width: 130px;
  border: 2px solid #222;
  background-color: transparent;
  color: #222;
  line-height: 36px;
  padding: 0 18px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
  background-color: #00b5f4;
  border-color: #00b5f4;
}
.widget_products .amount {
  font-size: 13px;
  color: #9b9b9b;
}
.widget_products del {
  color: #00b5f4;
}
.widget_products del .amount {
  color: inherit;
}
.widget_products .star-rating-wrap {
  margin-bottom: 6px !important;
}
.widget_products .star-rating-wrap .count-rating {
  display: none;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -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;
  top: 1px;
  left: 0;
  -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;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: #00b5f4;
  background-color: #00b5f4;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #00b5f4;
  background-color: #00b5f4;
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #00b5f4;
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: #091031;
}
#shop-breadcrumb ul li a:hover {
  color: #00b5f4;
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 14px;
  margin-left: 8px;
  color: #808a98;
}
.woocommerce .woocommerce-product-category a {
  margin-bottom: 8px;
  display: inline-block;
  color: #71cbcc;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-category a {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.woocommerce span.onsale {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 16px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: #71cbcc;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce .star-rating span::before {
  color: #ffab00;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 50px;
  margin-right: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 18px;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: #00b5f4;
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #9b9b9b;
}
.woocommerce ul.products li.product .price del {
  color: #c4c9dc;
}
.woocommerce ul.products li.product .price ins {
  color: #71cbcc;
  font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
  border: 1px solid #eee;
  padding: 20px;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 15px 30px 15px 0px;
  flex-grow: 1;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
  color: #474747;
  font-size: 15px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: none;
  padding-left: 18px;
  padding-right: 18px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
  right: 18px;
  color: #9b9b9b;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
  color: #9b9b9b;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 181, 244, 0.85);
  z-index: 99;
  -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;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
  position: absolute;
  text-align: center;
  left: 0;
  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%);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  background-color: #fff;
  color: #1d274e;
  background-image: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
  letter-spacing: 0;
  top: 0;
  right: 12px;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  padding: 28px 0 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    display: block;
  }
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
  line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  float: none;
  margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px !important;
  margin-bottom: 13px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #00b5f4;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
  display: none !important;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce .woocommerce-pagination {
  margin-top: 20px;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 4px 8px;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
  padding: 0;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: none;
  color: #9fa7c5;
  background-color: #f8f8f8;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next:before {
  font-size: 16px;
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  font-size: 16px;
  content: '\f2ea';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: #00b5f4;
  color: #fff;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.145em;
}
.single-product section.related h2:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #282828;
  position: absolute;
  bottom: 0;
  left: -10px;
}
.single-product section.related h2:after {
  content: '';
  height: 2px;
  width: 2px;
  background-color: #282828;
  position: absolute;
  bottom: 0;
  left: 22px;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
}
.single-product #primary div.product .woocommerce-product-details__short-description {
  padding-top: 17px;
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product form.cart {
  padding: 30px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 40px;
  margin-bottom: 24px;
}
.single-product #primary div.product form.cart button.button {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.single-product #primary div.product form.cart .single_add_to_cart_button {
  padding-left: 24px;
  padding-right: 24px;
  line-height: 42px;
}
.single-product #primary div.product form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product form.cart label {
    font-size: 15px;
    line-height: normal;
  }
}
.single-product #primary div.product form.cart .reset_variations {
  display: none !important;
}
.single-product #primary div.product form.cart .variations {
  margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
  padding-bottom: 20px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #1d274e;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #00b5f4;
  color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  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;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
.single-product #primary div.product form.cart:not(.grouped_form) .quantity {
  margin: 8px 30px 8px 0;
  float: left;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 0;
  float: right;
  clear: right;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
  display: none;
}
.single-product #primary div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 32px;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  outline: 5px solid rgba(0, 0, 0, 0.1);
  outline-offset: -9px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #primary div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 38px;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .single-product #primary div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a {
  font-size: 14px;
  margin-bottom: 5px;
}
.single-product #primary div.product .entry-summary .entry-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.single-product #primary div.product .entry-summary .price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0;
  color: #9b9b9b;
  align-items: center;
}
.single-product #primary div.product .entry-summary .price .amount {
  font-size: 16px;
  color: inherit;
}
.single-product #primary div.product .entry-summary .price ins {
  margin-right: 22px;
}
.single-product #primary div.product .entry-summary .price del {
  color: #00b5f4;
}
.single-product #primary div.product .entry-summary .price del .amount {
  color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 20px;
  color: #282828;
  margin-bottom: 22px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:first-child {
  margin-left: 0;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-meta {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder, .single-product #primary div.product .entry-summary .woocommerce-sg-product-rating {
  padding: 0 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
  flex-grow: 1;
}
.single-product #primary div.product .woocommerce-tabs {
  border: 1px solid #eee;
  margin-bottom: 60px;
  background-color: #fff;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
  font-size: 15px;
  color: #282828;
  font-weight: normal;
  padding: 0 20px;
  line-height: 58px;
  position: relative;
  border-right: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
  background-color: #fff;
  color: #00b5f4;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a:before {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 20px;
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #1d274e;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  padding-top: 15px;
  height: 120px;
  padding-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 10px;
  top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 6px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  border: 5px solid #fff;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #091031;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin: 0 4px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product #primary div.product .woocommerce-sg-product-navigation {
  text-align: center;
  margin-bottom: 50px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: relative;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #222;
  display: block;
  position: absolute;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
  background-color: #00b5f4;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a.nav-link-next {
  top: 0;
  right: 0;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a.nav-link-next i {
  background-image: url(../images/slider-arrow-right.png);
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a.nav-link-prev {
  bottom: 0;
  left: 0;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a.nav-link-prev i {
  background-image: url(../images/slider-arrow-left.png);
}
.single-product #primary div.product .quantity {
  margin-right: 20px;
}
.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as a {
  color: #00b5f4;
  margin-left: 7px;
}
.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
  color: #71cbcc;
}
.single-product #primary div.product .product_meta .posted_in {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #primary div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
    top: 150px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
  padding: 0 20px !important;
  color: #fff !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
  width: 180px !important;
  height: 50px;
  border-width: 0 0 2px 0px;
  border-style: solid;
  border-color: #e8e8e8;
  padding-left: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
  text-align: left;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
  color: #1d274e;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
  color: #00b5f4;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
  color: #1d274e;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
  color: #1d274e;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
  position: relative;
  min-width: 50px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
  font-size: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #00b5f4;
  color: #fff;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  font-weight: normal;
  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;
  right: 0;
  margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
  color: #fff;
  background-color: rgba(0, 181, 244, 0.85);
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    min-height: 57px;
  }
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
  color: #1d274e;
  vertical-align: middle !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
  font-weight: 600;
  color: #1d274e;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #00b5f4;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #71cbcc;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 28px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: #00b5f4;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: FontAwesome;
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  color: #1d274e;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
  font-weight: 600;
  color: #1d274e;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #f7f8fa;
  border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 20px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  background-color: #00b5f4;
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #71cbcc;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #747da1;
  position: relative;
  display: block;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: #00b5f4;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f178";
  position: absolute;
  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%);
  display: block;
  font-family: "FontAwesome";
  color: #00b5f4;
  margin-left: -16px;
  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;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 26px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
  background-color: #f7f8fa;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  max-width: 670px;
  margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
  color: #00b5f4;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #71cbcc;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary #customer_login {
    margin: 0;
  }
  .woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: #00b5f4;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
.woocommerce-wishlist tfoot td {
  display: none;
}
.woocommerce-wishlist .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
  color: #71cbcc !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 20px;
  background-color: #00b5f4;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
  background-color: #71cbcc;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist #yith-wcwl-form {
    overflow-x: scroll;
  }
  .woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
.woocommerce-grouped-product-list {
  border: none;
}
body .enlivenem {
    visibility: visible;
}