/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/* Set Font Default */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/* Sticky Sidebar */
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
/* reset heading margin*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@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);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes headerSlideDown {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  /* Page Loading */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ft-heading {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
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: #fe5a0e;
}
a.text-link {
  border-bottom: 2px solid #0080c8;
  padding-bottom: 2px;
  color: #0080c8;
}
a.text-link:hover {
  border-color: transparent;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0080c8;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6875;
  color: #9b9b9b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body.body-default-font {
  font-family: 'Roboto', sans-serif;
}
.site {
  position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #00374e;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: bold;
}
.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: 'Barlow', sans-serif;
  font-weight: bold;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 40px;
}
h3, .h3 {
  font-size: 34px;
}
h4, .h4 {
  font-size: 25px;
}
h5, .h5 {
  font-size: 22px;
}
h6, .h6 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .content-area h2:not(.no-responsive), .content-area .h2:not(.no-responsive) {
    font-size: 35px !important;
  }
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  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: #282828;
}
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: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
  /*--- 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: #0080c8;
}
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: #0080c8;
}
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;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-button {
  margin-bottom: 30px;
}
#tslOverlay {
  background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.link-white {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.link-white a {
  color: #0080c8;
}
.link-white a:hover {
  color: #fff;
}
.text-block {
  font-size: 15px;
  line-height: 23px;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.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: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.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-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
  clear: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .align-left-min768 {
    text-align: left !important;
  }
  .align-right-min768 {
    text-align: right !important;
  }
  .align-center-min768 {
    text-align: center !important;
  }
}
@media screen and (min-width: 992px) {
  .align-left-min992 {
    text-align: left !important;
  }
  .align-left-min992 {
    text-align: right !important;
  }
  .align-center-min992 {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .align-left-max767 {
    text-align: left !important;
  }
  .align-right-max767 {
    text-align: right !important;
  }
  .align-center-max767 {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  .align-left-max991 {
    text-align: left !important;
  }
  .align-right-max991 {
    text-align: right !important;
  }
  .align-center-max991 {
    text-align: center !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-left-max1199 {
    text-align: left !important;
  }
  .align-right-max1199 {
    text-align: right !important;
  }
  .align-center-max1199 {
    text-align: center !important;
  }
}
.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: #0080c8 !important;
}
.br-radius {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.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: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #0080c8;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.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(#00374e), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #00374e, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #00374e, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #00374e, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #00374e, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #00374e, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00374e', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #00374e;
  opacity: 0.3;
  z-index: 1;
}
.head-text {
  font-weight: bold;
  color: #00374e;
  display: inline-block;
  min-width: 100px;
  margin-right: 23px;
}
.a-dark {
  color: #282828;
}
.a-dark:hover, .a-dark:focus {
  color: #222;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .flex-1025 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .flex-1025 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1300px) {
  .hidden-1300 {
    overflow: hidden !important;
  }
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.align-justified {
  width: 100%;
}
.h-main {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #00374e;
}
.small-spacing {
  letter-spacing: -0.02em !important;
}
.highlight {
  color: #0080c8;
}
.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: #0080c8;
}
.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: #0080c8;
}
.cms-menu.footer-menu > li:last-child > a {
  margin-right: 0;
}
.hover-underline-in {
  position: relative;
}
.hover-underline-in:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid transparent;
  display: inline-block;
  height: 1px;
  width: 100%;
  top: 1.15em;
  left: 0;
  transition: all 300ms linear 0s;
}
.hover-underline-in:hover:after {
  border-color: inherit;
}
.hover-underline-out {
  position: relative;
}
.hover-underline-out:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  display: inline-block;
  height: 1px;
  width: 100%;
  top: 1.15em;
  left: 0;
  transition: all 300ms linear 0s;
}
.hover-underline-out:hover:after {
  border-color: transparent;
}
.hover-underline-out.underline-primary:after {
  border: 1px solid #0080c8;
}
.hover-underline-out.underline-primary:hover:after {
  border-color: transparent;
}
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: #f4f4f4;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #f4f4f4;
  color: #9b9b9b;
  padding: 8px 26px;
  line-height: normal;
  height: 55px;
  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: #0080c8;
}
select {
  height: 51px;
}
textarea {
  line-height: normal;
  padding-top: 22px;
  padding-bottom: 14px;
  height: 120px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-select form {
  position: relative;
  background-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;
}
.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: 30px;
  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;
}
.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;
}
.wpcf7-form .wpcf7-checkbox.theme-checkbox {
  display: inline-flex;
  margin-top: 30px;
}
.wpcf7-form .wpcf7-checkbox.theme-checkbox > span {
  font-size: 14px;
  line-height: 29px;
  padding-left: 32px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form .wpcf7-checkbox.theme-checkbox > span {
    margin-left: 0;
  }
}
.wpcf7-form .wpcf7-checkbox.theme-checkbox > span input, .wpcf7-form .wpcf7-checkbox.theme-checkbox > span .wpcf7-list-item-label:before, .wpcf7-form .wpcf7-checkbox.theme-checkbox > span .wpcf7-list-item-label:after {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}
.wpcf7-form .wpcf7-checkbox.theme-checkbox > span .wpcf7-list-item-label:before {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 2px solid #eaeaea;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.wpcf7-form .wpcf7-checkbox.theme-checkbox > span .wpcf7-list-item-label:after {
  content: "\f111";
  font-family: "font awesome 5 pro";
  font-weight: 600;
  z-index: 2;
  font-size: 8px;
  color: #0080c8;
  opacity: 0;
  line-height: 20px;
  text-align: center;
}
.wpcf7-form .wpcf7-checkbox.theme-checkbox > span input {
  z-index: 99;
  opacity: 0;
}
.wpcf7-form .wpcf7-checkbox.theme-checkbox > span input:checked + .wpcf7-list-item-label:before {
  border-color: #eaeaea;
  background-color: #fff;
}
.wpcf7-form .wpcf7-checkbox.theme-checkbox > span input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #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 {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #0080c8;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #0080c8;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #0080c8;
}
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: #0080c8;
}
.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: #0080c8;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: FontAwesome;
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  color: #9b9b9b;
  position: absolute;
  right: 16px;
  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%);
  line-height: 23px;
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  overflow: auto;
  width: 100%;
  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 {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: #666;
}
.nice-select .list .selected {
  color: #666;
}
.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: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background-color: #0080c8;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  padding: 0 27px;
  line-height: 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;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  border: 2px solid #0080c8;
}
.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: #00374e;
  border-color: #00374e;
}
@media screen and (max-width: 575px) {
  .btn, button, .button, input[type="submit"] {
    font-size: 14px;
  }
}
.btn i {
  margin-left: 20px;
  position: relative;
  top: 1px;
}
.btn i.space-right {
  margin-left: 0;
  margin-right: 20px;
}
.btn .cms-align-icon-left i {
  margin-left: 0;
  margin-right: 10px;
}
.btn .cms-align-icon-right {
  float: right;
}
.btn .cms-align-icon-right i {
  margin-left: 10px;
  margin-right: 0px;
}
.btn.btn-small {
  padding-left: 17px;
  padding-right: 17px;
  line-height: 37px;
}
.btn.btn-small i {
  margin-left: 10px;
}
.btn.btn-small i.space-right {
  margin-left: 0;
  margin-right: 10px;
}
.btn.btn-big {
  line-height: 61px;
}
.btn.btn-big i {
  margin-left: 30px;
}
.btn.btn-big i.space-right {
  margin-left: 0;
  margin-right: 30px;
}
.btn.btn-outline {
  background-color: transparent;
  color: #0080c8;
  border: 2px solid #0080c8;
}
.btn.btn-outline:hover {
  background-color: #0080c8;
  color: #fff;
}
.btn.btn-secondary {
  background-color: #00374e;
  border-color: #00374e;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: #0080c8;
  border-color: #0080c8;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0080c8;
}
.btn.btn-white:hover {
  background-color: #0080c8;
  border-color: #0080c8;
  color: #fff;
}
.btn.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-outline-white:hover {
  background-color: #fff;
  color: #000;
}
.btn.btn-fullwidth {
  width: 100%;
}
.btn.btn-fullwidth i {
  margin-left: 20px;
  position: relative;
  top: 1px;
}
.btn-text {
  font-size: 14px;
  color: #1b1a1a;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #1b1a1a;
  font-weight: 700;
  line-height: 1;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 5px !important;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
}
.btn-text:hover {
  color: #0080c8;
  border-color: #0080c8;
}
.btn-text-primary {
  font-size: 15px;
  font-weight: 700;
}
.btn-text-primary i {
  margin-left: 9px;
}
.btn-text-primary i.space-left {
  margin-left: 0;
  margin-right: 9px;
}
.btn-more {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn-more i {
  margin-left: 10px;
  margin-right: 0;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 22px;
  background-color: #222;
  color: #fff;
  font-size: 11px;
  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;
  text-align: center;
}
.btn-more i.space-right {
  margin-left: 0;
  margin-right: 10px;
}
.btn-more:hover {
  color: #0080c8;
}
.btn-more:hover i {
  background-color: #0080c8;
}
.entry-readmore .btn-more {
  display: inline-block;
}
.entry-readmore .btn-more i {
  top: -1px;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-block {
  display: block;
}
.elementor-widget-wrap > .btn-inline.elementor-widget {
  display: inline-block;
  width: auto;
}
.elementor-widget-wrap > .btn-inline.elementor-widget .cms-button-wrapper {
  margin-right: 40px;
  margin-bottom: 30px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget + .elementor-widget-image {
  float: left;
  width: auto;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap .row {
  align-items: center;
}
#site-header-wrap .site-branding {
  margin: 15px;
  position: relative;
  flex-grow: 1;
}
#site-header-wrap .site-branding img {
  max-height: 49px;
  max-width: inherit;
}
#site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile {
  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%);
  opacity: 0;
}
#site-header-wrap .site-header-button .btn {
  padding: 0 17px;
  position: relative;
  bottom: 1px;
}
#site-header-wrap .site-header-button .btn i {
  margin-left: 10px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
#site-header-wrap .site-header-button .btn i.space-right {
  margin-left: 0;
  margin-right: 10px;
}
#site-header-wrap .site-header-phone a {
  font-size: 24px;
  color: #282828;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 500;
}
#site-header-wrap .site-header-phone a .phone-box {
  display: flex;
  width: 45px;
  height: 45px;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
#site-header-wrap .site-header-phone a i {
  color: inherit;
  font-size: 22px;
  margin-top: 2px;
}
#site-header-wrap .site-header-search span {
  font-size: 16px;
  color: #1a1a1a;
  -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;
}
#site-header-wrap .site-header-search span:hover {
  color: #0080c8;
}
#site-header-wrap .site-header-right {
  height: 120px;
  display: flex;
  flex-wrap: nowrap;
  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;
}
#site-header-wrap .site-header-right .site-header-item + .site-header-item {
  margin-left: 30px;
}
#site-header-wrap #site-header.h-fixed {
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  -khtml-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  -moz-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  -ms-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  -o-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  background-color: #fff;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
  opacity: 0;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  #site-header-wrap .site-navigation {
    display: flex;
    align-items: center;
  }
  #site-header-wrap #site-header.h-fixed .primary-menu > li > a, #site-header-wrap #site-header.h-fixed .site-menu-right {
    line-height: 80px;
  }
  #site-header-wrap #site-header.h-fixed .site-header-right {
    height: 80px;
  }
  #site-header-wrap #site-header.h-fixed .site-header-right .site-header-search:before {
    height: 80px;
  }
  #site-header-wrap.header-trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #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-layout1 #site-header {
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    -khtml-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    -ms-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    -o-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  }
  #site-header-wrap.header-layout1 #site-header.h-fixed .site-navigation .site-header-button .btn {
    line-height: 41px;
  }
  #site-header-wrap.header-layout1 #site-header .container {
    max-width: 1600px;
  }
  #site-header-wrap.header-layout1 #site-header .container .site-branding {
    flex-grow: inherit;
  }
  #site-header-wrap.header-layout1 #site-header .container .site-branding a {
    display: block;
    padding: 0 55px;
  }
  #site-header-wrap.header-layout1 #site-header .container .site-navigation {
    flex-grow: 1;
    justify-content: space-between;
    border-left: 1px solid #eaeaea;
    padding: 0 50px 0 33px;
  }
  #site-header-wrap.header-layout1 #site-header .container .site-header-right {
    border-left: 1px solid #eaeaea;
    flex: none;
    padding: 0 45px;
  }
  #site-header-wrap.header-layout2 #site-header .container {
    max-width: 1600px;
  }
  #site-header-wrap.header-layout2 #site-header .container .site-branding {
    flex-grow: inherit;
  }
  #site-header-wrap.header-layout2 #site-header .container .site-branding a {
    display: block;
    padding: 0 55px;
  }
  #site-header-wrap.header-layout2 #site-header .container .site-navigation {
    flex-grow: 1;
    justify-content: space-between;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 50px 0 33px;
  }
  #site-header-wrap.header-layout2 #site-header .container .site-header-right {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    flex: none;
    padding: 0 45px;
  }
  #site-header-wrap.header-layout2 #site-header:not(.h-fixed) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-header-phone .phone-box {
    border-color: rgba(255, 255, 255, 0.25);
  }
  #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-header-phone a {
    color: #fff;
  }
  #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-header-button .btn {
    color: #fff;
  }
  #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-header-button .btn:hover {
    background-color: #fff;
    color: #0080c8;
    border-color: #fff;
  }
  #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .primary-menu > li > a {
    color: #fff;
  }
  #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .primary-menu > li:hover > a, #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .primary-menu > li.current-menu-ancestor > a {
    color: #0080c8;
  }
  #site-header-wrap.header-layout2 #site-header.h-fixed {
    border: none;
  }
  #site-header-wrap.header-layout2 #site-header.h-fixed .container .site-navigation, #site-header-wrap.header-layout2 #site-header.h-fixed .container .site-header-right {
    border-left-color: #eaeaea;
  }
  #site-header-wrap.header-layout3 .site-header-top {
    background-color: #0080c8;
    position: relative;
    font-size: 13px;
    line-height: 50px;
    overflow: hidden;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-left {
    margin: 0 15px;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-left a {
    color: #fff;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-left .header-top-left-inner {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-left .header-top-left-inner .header-top-left-link:not(:last-child) {
    padding-right: 10px;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-left .header-top-left-inner .header-top-left-link:not(:last-child):after {
    content: "-";
    margin-left: 8px;
    color: #fff;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right {
    margin: 0 15px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #222;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-social, #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-meta {
    position: relative;
    z-index: 1;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-social {
    margin-left: 14px;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-social a {
    font-size: 17px;
    color: #fff;
    padding: 0 15px;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-social a:hover {
    color: #0080c8;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-meta {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-meta .header-top-item {
    margin-left: 30px;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-meta .header-top-item i {
    color: #0080c8;
    font-size: 20px;
    margin-right: 10px;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-meta .header-top-item .header-top-item-inner {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-meta .header-top-item .header-top-item-inner label {
    margin-right: 3px;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-meta .header-top-item .header-top-item-inner a {
    color: #9b9b9b;
  }
  #site-header-wrap.header-layout3 .site-header-top .header-top-right .site-header-meta .header-top-item .header-top-item-inner a:hover {
    color: #0080c8;
  }
  #site-header-wrap.header-layout3 .site-header-main {
    border: none !important;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-branding {
    margin: 0 15px;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-navigation {
    margin: 0 15px;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-navigation .primary-menu > li > a {
    line-height: 80px;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-header-right {
    margin: 0 15px 0 0;
    height: 80px;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-header-right .site-header-button .btn {
    line-height: 45px;
  }
  #site-header-wrap.header-layout4 #site-header .site-branding {
    flex-grow: inherit;
  }
  #site-header-wrap.header-layout4 #site-header .site-navigation {
    flex-grow: 1;
    justify-content: center;
    margin-left: 30px;
  }
  #site-header-wrap.header-layout4 #site-header:not(.h-fixed) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .site-header-button .btn {
    color: #fff;
    border-color: #fff;
  }
  #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .primary-menu > li > a {
    color: #fff;
  }
  #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .primary-menu > li:hover > a, #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .primary-menu > li.current-menu-ancestor > a {
    color: #0080c8;
  }
  #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .site-header-right {
    margin: 0 15px 0 0;
    height: 80px;
  }
  #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .site-header-right .site-header-button .btn {
    line-height: 41px;
  }
  #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .site-header-right .site-header-button .btn:hover {
    border-color: #0080c8;
  }
  #site-header-wrap.header-layout4 #site-header:not(.h-fixed) .site-header-right .site-header-search .h-btn-search {
    color: #fff;
  }
}
@media screen and (max-width: 1330px) {
  #site-header-wrap.header-layout1 .site-branding a, #site-header-wrap.header-layout2 .site-branding a {
    padding: 0 15px !important;
  }
  #site-header-wrap.header-layout1 .site-navigation, #site-header-wrap.header-layout2 .site-navigation {
    padding: 0 35px 0 18px !important;
  }
  #site-header-wrap.header-layout1 .site-header-right, #site-header-wrap.header-layout2 .site-header-right {
    padding: 0 32px !important;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #site-header-wrap.header-layout1 .site-branding a, #site-header-wrap.header-layout2 .site-branding a {
    padding: 0 !important;
  }
  #site-header-wrap.header-layout1 .site-navigation, #site-header-wrap.header-layout2 .site-navigation {
    padding: 0 18px !important;
  }
  #site-header-wrap.fixed-height {
    height: inherit !important;
  }
  #site-header-wrap .site-header-top, #site-header-wrap .site-header-right, #site-header-wrap .site-navigation-top, #site-header-wrap .site-header-button {
    display: none;
  }
  #site-header-wrap .site-branding {
    min-height: 60px;
    margin: 10px 15px;
  }
  #site-header-wrap .site-branding img {
    padding: 3px 0;
  }
  #site-header-wrap .site-branding a {
    opacity: 0;
    display: inline-block;
    line-height: 60px !important;
  }
  #site-header-wrap .site-branding a.logo-mobile {
    opacity: 1 !important;
  }
  #site-header-wrap .site-branding a.logo-dark {
    display: none;
  }
  #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 #headroom {
    position: static !important;
  }
}
#site-header {
  -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;
}
#site-header.h-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
  animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
}
.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;
  }
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .primary-menu-not-set {
    opacity: 0;
    visibility: hidden;
    list-style: none;
    margin: 0;
  }
  .primary-menu-not-set > li {
    margin-right: 20px;
  }
  .primary-menu-not-set > li a {
    font-size: 15px;
    color: #1b1a1a;
    font-weight: 700;
    line-height: 120px;
    position: relative;
    padding: 0 12px;
  }
  .primary-menu-not-set > li a:hover {
    color: #0080c8;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .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;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
  .primary-menu > li > a {
    font-size: 15px;
    color: #1b1a1a;
    font-weight: 700;
    line-height: 120px;
    position: relative;
    padding: 0 17px;
  }
  .primary-menu > li > a:before {
    content: "";
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 0;
    margin: auto;
    background-color: #0080c8;
    height: 3px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  }
  .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: #0080c8;
  }
  .primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .primary-menu > li.menu-item-has-children > a:after {
    content: none;
    font-family: "Font Awesome 5 Pro";
    margin-left: 4px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
  }
  .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu > li > .sub-menu li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    padding: 28px 0;
    top: 100%;
    left: 17px;
    margin-top: 15px;
    min-width: 240px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, 0.11);
    -khtml-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, 0.11);
    -moz-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, 0.11);
    -ms-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, 0.11);
    -o-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, 0.11);
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, 0.11);
    -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: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li {
    padding: 0 20px;
  }
  .primary-menu .sub-menu li a {
    color: #9b9b9b;
    font-size: 14px;
    line-height: normal;
    padding: 10px 0 10px 20px;
    position: relative;
  }
  .primary-menu .sub-menu li a:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background-color: #0080c8;
    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%);
    -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;
  }
  .primary-menu .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .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: #0080c8;
  }
  .primary-menu .sub-menu li > a:hover:before, .primary-menu .sub-menu li.current_page_item > a:before, .primary-menu .sub-menu li.current-menu-item > a:before, .primary-menu .sub-menu li.current_page_ancestor > a:before, .primary-menu .sub-menu li.current-menu-ancestor > a:before {
    opacity: 1;
    width: 11px;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
    /* Mega Menu */
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
  .primary-menu li.megamenu {
    position: static;
  }
  .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
    padding: 0;
    background-color: transparent;
  }
  .primary-menu li.megamenu .sub-menu {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .primary-menu li.megamenu .sub-menu p {
    margin-bottom: 0;
  }
  .primary-menu li.megamenu .sub-menu li {
    padding: 0;
  }
  .primary-menu li.megamenu .sub-menu li > .container {
    padding: 0;
  }
  .primary-menu li.megamenu .sub-menu .wpb_content_element {
    margin-bottom: 0;
  }
  .primary-menu li.megamenu.remove-pos {
    position: relative;
  }
  .primary-menu li.megamenu.remove-pos > .sub-menu {
    max-width: inherit;
    width: auto;
    left: 0;
    right: auto;
  }
}
.admin-bar .primary-menu-not-set {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .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: 10px 0;
    font-size: 15px;
    color: #1b1a1a;
    font-weight: 700;
  }
  .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: #0080c8;
  }
  .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 .container {
    padding: 0;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    content: "\f2fc";
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #0080c8;
  }
  #main-menu-mobile .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, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .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 {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 15px;
  }
  #main-menu-mobile .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 {
    -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 {
    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: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 25px;
    background-color: #0080c8;
    border-radius: 2px;
    color: #fff;
  }
  .main-menu-toggle:hover {
    background-color: #00374e;
  }
  .main-menu-toggle:before {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
  }
  #site-header-wrap .mega-auto-width {
    display: block;
  }
  #site-header-wrap .mega-auto-width > .wpb_column {
    width: 100%;
  }
  #site-header-wrap .mega-auto-width > .wpb_column .vc_column-inner {
    padding: 0 !important;
    border: none;
  }
  #site-header-wrap .vc_wp_custommenu {
    padding: 0;
    background-color: transparent;
  }
  .mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
    padding: 0 !important;
    border: none !important;
    margin: 16px 0 !important;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element {
  width: 285px;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
  padding: 0 40px;
  border-right: 2px solid #eaeaea;
  margin: 40px 0;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element:last-child .elementor-column-wrap {
  border-right: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu {
  background-color: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: -8px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li {
  border: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li a {
  background-color: transparent;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: normal;
  padding: 8px 0 8px 22px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-ancestor > a {
  color: #0080c8;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a {
  font-weight: 500;
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #1b1a1a;
  display: block;
  padding-left: 0;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a:before {
  display: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-ancestor > a {
  color: #0080c8;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:last-child a {
  padding-bottom: 0;
}
.mega-auto-width .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: inherit;
}
#pagetitle {
  background-color: #fefefe;
  padding: 37px 0;
}
#pagetitle .page-title-inner .cms-breadcrumb {
  color: #9b9b9b;
}
#pagetitle .page-title-inner.breadcrumb-on {
  margin: 0 auto;
}
#pagetitle .page-title-inner.breadcrumb-on .cms-breadcrumb {
  text-align: center;
}
#pagetitle .page-title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 55px;
}
@media screen and (max-width: 767px) {
  #pagetitle .page-title {
    font-size: 40px;
    line-height: 1.15;
  }
}
.cms-breadcrumb {
  margin: 0;
  list-style: none;
  color: #f9f9f9;
}
.cms-breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: inherit;
}
.cms-breadcrumb li a, .cms-breadcrumb li span {
  color: inherit;
}
.cms-breadcrumb li a:after, .cms-breadcrumb li span:after {
  content: '\f105';
  font-family: FontAwesome;
  margin: 0 11px;
  color: inherit;
}
.cms-breadcrumb li a:hover, .cms-breadcrumb li span:hover {
  color: #0080c8;
}
.cms-breadcrumb li a:hover:after, .cms-breadcrumb li span:hover:after {
  color: inherit;
}
.cms-breadcrumb li:last-child a:after, .cms-breadcrumb li:last-child span:after {
  display: none;
}
.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: #0080c8;
  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 .posts-page-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  font-size: 20px;
  font-weight: 700;
  margin: 0 10px 0 0;
  border: none;
  color: #222;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  background-color: #0080c8;
  color: #fff;
}
.posts-pagination .page-numbers.next {
  margin-left: 10px;
  font-size: 16px;
}
.posts-pagination .page-numbers.prev {
  margin-right: 20px;
  font-size: 16px;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  color: #0080c8;
}
.entry-featured {
  position: relative;
  margin-bottom: 24px;
}
.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: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.redux-page .entry-featured .post-image img {
  width: 100%;
}
.item-category {
  font-size: 14px;
  font-weight: bold;
  color: #0080c8;
}
.item-category a {
  color: #0080c8;
  border-bottom: 1px solid transparent;
}
.item-category a:hover {
  color: #0080c8;
  border-color: #0080c8;
}
.entry-meta {
  margin: 0;
  list-style: none;
  font-size: 13px;
}
.entry-meta li {
  display: inline-block;
  margin-right: 16px;
  color: #616161;
}
.entry-meta li.item-comment a {
  color: inherit;
}
.entry-meta li.item-comment a:hover {
  color: #0080c8;
}
.entry-meta li.item-category {
  color: #0080c8;
  position: relative;
  margin-right: 16px;
}
.entry-meta li.item-category:after {
  content: "";
  display: inline-block;
  width: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  bottom: 0.25em;
  margin-left: 10px;
}
.entry-meta li.item-category a {
  color: inherit;
}
.entry-meta li.item-author {
  font-size: 14px;
  text-transform: capitalize;
  color: #616161;
}
.entry-meta li.item-author a {
  color: #333;
}
.entry-meta li.item-author a:hover {
  color: #0080c8;
}
.single-hentry .entry-title {
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 25px;
  margin-top: -15px;
}
.single-hentry .entry-meta {
  margin-bottom: 17px;
}
.single-hentry .entry-content p {
  margin-bottom: 26px;
}
.single-hentry .entry-readmore {
  padding-top: 17px;
}
.single-hentry.archive {
  margin-bottom: 60px;
}
.single-hentry.archive .entry-title {
  margin-bottom: 20px;
}
.single-hentry.archive .entry-meta {
  margin-bottom: 17px;
}
.single-hentry.archive .entry-featured.post-image-wrap + .entry-body {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .single-hentry.archive .entry-featured.post-image-wrap + .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-hentry.archive .entry-featured.post-image-wrap + .entry-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hentry.archive .post-image {
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-post .entry-content {
  padding-bottom: 5px;
}
.single-post .entry-content-bottom {
  margin-bottom: 32px;
}
.single-post .entry-content-bottom .entry-tags span {
  font-size: 15px;
  font-weight: bold;
  color: #282828;
  margin-right: 3px;
}
.single-post .entry-content-bottom .entry-tags a {
  background-color: transparent;
  color: #0080c8;
  font-size: 14px !important;
  line-height: normal;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.single-post .entry-content-bottom .entry-tags a:hover {
  border-color: #0080c8;
}
.single-post .entry-navigation {
  margin-bottom: 36px;
  padding-top: 36px;
  border-top: 2px solid #eaeaea;
}
.single-post .entry-navigation .nav-post-img {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
.single-post .entry-navigation .nav-post-img img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-post .entry-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.single-post .entry-navigation .nav-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .single-post .entry-navigation .nav-item.nav-post-next {
    flex-direction: row-reverse;
    text-align: right;
  }
  .single-post .entry-navigation .nav-item.nav-post-next .nav-post-img {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .entry-navigation .nav-item {
    width: 100%;
    align-items: flex-start;
  }
  .single-post .entry-navigation .nav-item + .nav-item {
    margin-top: 30px;
  }
}
.single-post .entry-navigation .nav-post-meta label {
  color: #616161;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}
.single-post .entry-navigation .nav-post-meta a {
  font-size: 17px;
  line-height: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #00374e;
  font-weight: bold;
}
.single-post .entry-navigation .nav-post-meta a:hover {
  color: #0080c8;
}
.single-post .entry-author-info {
  margin-bottom: 63px;
  background-color: #f4f4f4;
  padding: 40px 30px 35px 40px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-post .entry-author-info .author-name {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #00374e;
  font-size: 17px;
  margin-bottom: 14px;
}
.single-post .entry-author-info .author-name a {
  color: inherit;
}
.single-post .entry-author-info .author-post {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .single-post .entry-author-info .author-post {
    flex-direction: column;
  }
  .single-post .entry-author-info .author-post .author-avatar {
    margin-bottom: 25px;
  }
}
.single-post .entry-author-info .author-avatar {
  width: 70px;
  min-width: 70px;
  margin-right: 30px;
}
.single-post .entry-author-info .author-avatar img {
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
}
.single-post .entry-author-info .author-description {
  font-size: 15px;
  line-height: 23px;
  margin-top: -4px;
}
.single-post .entry-author-info .author-description p {
  margin-bottom: 15px;
}
.single-post .entry-author-info .user-social {
  list-style: none;
  margin: 0;
}
.single-post .entry-author-info .user-social li {
  display: inline-block;
  margin-right: 26px;
}
.single-post .entry-author-info .user-social li a {
  font-size: 16px;
  color: #222;
}
.single-post .entry-author-info .user-social li a i {
  font-size: inherit;
}
.single-post .entry-author-info .user-social li a:hover {
  color: #0080c8;
}
.single-post .entry-content .page-links {
  margin-bottom: 30px;
}
.cms-related-post {
  margin-bottom: 3px;
}
.cms-related-post h4 {
  margin-bottom: 45px;
}
.cms-related-post .item-featured {
  overflow: hidden;
  border-radius: 3px;
}
.cms-related-post .item-featured img {
  border-radius: 3px;
}
.cms-related-post .item-featured img:hover {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.cms-related-post .item-title {
  font-size: 21px;
  font-weight: bold;
  margin: 24px 0 10px;
}
.cms-related-post .item-title a {
  color: inherit;
}
.cms-related-post .item-title a:hover {
  color: #0080c8;
}
.single .entry-socail {
  margin-bottom: 2px;
  margin-top: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single .entry-socail a {
  padding: 16px 25px;
  font-size: 14px;
  background-color: #0080c8;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 3px;
  min-width: 210px;
  max-width: 250px;
  flex-grow: 1;
}
.single .entry-socail a:last-child {
  margin-right: 0;
}
.single .entry-socail a i {
  margin-right: 23px;
  font-size: 16px;
}
.single .entry-socail a.fb-social {
  background-color: #4267b2;
}
.single .entry-socail a.tw-social {
  background-color: #1da1f2;
}
.single .entry-socail a.g-social {
  background-color: #ea4335;
}
.single .entry-socail a:hover {
  opacity: 0.8;
}
.single .entry-socail label {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-right: 15px;
}
.no-results .search-form {
  position: relative;
}
.no-results .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #282828;
  background-color: transparent;
  padding: 0 20px;
}
img.image-space {
  margin-top: 9px;
  margin-bottom: 6px;
}
.single-post #primary.content-full-width, .page-template-blog-classic #primary.content-full-width {
  max-width: 800px;
  margin: auto;
}
body.search-results .single-hentry .entry-featured {
  margin-bottom: 0;
}
body.search-results .single-hentry .entry-body {
  padding: 32px 40px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
@media screen and (max-width: 1199px) {
  body.search-results .single-hentry .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  body.search-results .single-hentry .entry-body {
    padding: 30px 20px;
  }
}
.post-type-project .project-meta .post-image {
  min-height: 150px;
}
.post-type-project .project-meta .post-image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.post-type-project .project-meta .post-data {
  text-align: center;
}
.post-type-project .project-meta .post-data .project-icon-wrap {
  width: 144px;
  height: 144px;
  padding: 10px;
  margin: -74px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.post-type-project .project-meta .post-data .project-icon-wrap .project-icon {
  width: 100%;
  height: 100%;
  border: 2px solid #0080c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-type-project .project-meta .post-data .project-icon-wrap .project-icon img {
  max-width: 64px;
  height: auto;
}
.post-type-project .project-meta .post-data .entry-title {
  font-size: 35px;
  margin-top: 20px;
  margin-bottom: 7px;
}
.post-type-project .project-meta .post-data .item-category {
  font-weight: normal;
}
.post-type-project .project-tags-share .entry-tags {
  text-align: center;
  margin-top: 32px;
}
.post-type-project .project-tags-share .entry-tags span {
  font-size: 15px;
  font-weight: bold;
  color: #282828;
  margin-right: 3px;
}
.post-type-project .project-tags-share .entry-tags a {
  background-color: transparent;
  color: #0080c8;
  font-size: 14px !important;
  line-height: normal;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.post-type-project .project-tags-share .entry-tags a:hover {
  border-color: #0080c8;
}
.post-type-project .project-tags-share .entry-socail {
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .post-type-project .project-tags-share .entry-socail {
    flex-direction: column;
  }
  .post-type-project .project-tags-share .entry-socail a {
    margin: 0 0 20px;
  }
}
.post-type-project .project-related {
  position: relative;
  padding-top: 44px;
  margin-top: 30px;
}
.post-type-project .project-related:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.post-type-project .project-related h4 {
  font-size: 25px;
  text-align: center;
}
#secondary .widget, .e-sidebar-widget.elementor-widget {
  padding: 36px 40px 40px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#secondary .widget:last-child, .e-sidebar-widget.elementor-widget:last-child {
  margin-bottom: 0;
}
#secondary .widget select, .e-sidebar-widget.elementor-widget select {
  max-width: 100%;
  border-color: #eaeaea;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #secondary .widget, .e-sidebar-widget.elementor-widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#secondary .widget:before, .e-sidebar-widget.elementor-widget:before {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  background-color: #0080c8;
}
#secondary .widget.widget_tag_cloud .widget-content, .e-sidebar-widget.elementor-widget.widget_tag_cloud .widget-content {
  margin-bottom: -10px;
}
.widget-title, .comments-title, .comment-reply-title {
  font-size: 22px;
  position: relative;
  margin-bottom: 27px;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.search-form {
  position: relative;
}
.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: 15px;
  font-weight: 700;
  line-height: normal;
  color: #1b1a1a;
  display: block;
  padding: 18px 24px;
  border-bottom: 2px solid #e7ebef;
  background-color: #fff;
  position: relative;
}
#content .widget_categories ul li a:after, #content .widget_nav_menu ul li a:after, #content .widget_pages ul li a:after, #content .widget_archive ul li a:after, #content .widget_meta ul li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 25px;
  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%);
}
#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: #fff;
  background-color: #0080c8;
}
#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: 2px solid #e7ebef;
}
#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: 2px solid #e7ebef;
}
#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: #0080c8;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
#content .widget_categories ul.menu, #content .widget_nav_menu ul.menu, #content .widget_pages ul.menu, #content .widget_archive ul.menu, #content .widget_meta ul.menu {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  -khtml-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  -ms-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  -o-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
}
#content .widget_categories .widget-content > ul, #content .widget_nav_menu .widget-content > ul, #content .widget_pages .widget-content > ul, #content .widget_archive .widget-content > ul, #content .widget_meta .widget-content > ul {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  -khtml-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  -ms-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  -o-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
}
.widget_recent_entries a, .widget_recent_comments a {
  color: #282828;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: #0080c8;
}
.widget_recent_entries li, .widget_recent_comments li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #1b1a1a;
  display: block;
}
.widget_recent_comments .recentcomments > a:hover {
  color: #0080c8;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.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 table > caption {
  padding-bottom: 0;
  text-align: center;
  color: inherit;
}
.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: #0080c8;
}
.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: #0080c8;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cms-social li {
  display: inline-block;
  margin: 4px 10px 0 0;
}
.cms-social a {
  font-size: 17px;
  color: #fff;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #272727;
  -webkit-border-radius: 34px;
  -khtml-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  border-radius: 34px;
}
.cms-social a i {
  color: #fff;
}
.cms-social a:hover {
  background-color: #0080c8;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget {
  padding: 14px 0;
}
.widget_newsletterwidget .description {
  padding-bottom: 23px;
  color: #fff;
  font-weight: 700;
}
.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: 54px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  color: #9b9b9b;
  font-style: normal;
  padding: 0 28px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
  border-color: #0080c8;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
  content: '\f061';
  font-size: 12px;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: #0080c8;
  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%);
  font-family: "Font Awesome 5 Pro";
  text-align: center;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  height: 54px;
  width: 54px;
  position: absolute;
}
.widget_cms_recent_posts .post-item {
  margin-bottom: 24px;
}
.widget_cms_recent_posts .post-item:last-child {
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-media {
  margin-bottom: 20px;
}
.widget_cms_recent_posts .entry-media img {
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget_cms_recent_posts .entry-title {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-meta {
  margin-bottom: 5px;
  color: #616161;
}
.widget_cms_recent_posts .entry-meta .item-category {
  color: #0080c8;
}
.widget_cms_recent_posts .entry-meta .item-category a {
  color: inherit;
}
.widget_cms_recent_posts .entry-content {
  margin-top: -5px;
}
.widget_cms_recent_posts .owl-dots {
  margin-top: 21px;
  margin-bottom: -6px;
  text-align: left;
}
.widget_cms_recent_posts .owl-dots .owl-dot {
  display: inline-flex;
  width: 16px;
  height: 5px;
  border-color: rgba(0, 55, 78, 0.3);
  border-radius: 2px;
  border-width: 3px;
  margin-right: 10px;
  margin-left: 0;
}
.tagcloud a, .entry-tags a {
  background-color: #0080c8;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 12px !important;
  line-height: 30px;
  padding: 0 13px;
  margin-bottom: 10px;
  margin-right: 6px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.tagcloud a:hover, .entry-tags a:hover {
  color: #fff;
  background-color: #282828;
}
.widget_search {
  position: relative;
}
.widget_search .search-field {
  border-color: #eaeaea;
  padding-right: 50px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 13px;
}
.widget_search .search-submit {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 55px;
  line-height: 55px;
  width: 55px;
  font-size: 16px;
  color: #1b1a1a;
  position: absolute;
  top: 0;
  right: 0;
}
#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: #0080c8;
  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;
}
.calendar_wrap table {
  background-color: #fff;
}
.calendar_wrap table td {
  padding: 8px;
  font-size: 14px;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex;
}
.wp-block-gallery.alignfull .blocks-gallery-caption {
  margin-bottom: 20px;
}
#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull {
  width: 100vw;
}
#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull .blocks-gallery-grid {
  position: relative;
  left: calc(-12.5% - 128px);
  width: calc(125% + 150px);
  max-width: calc(125% + 150px);
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery-columns-5 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-columns-6 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery-columns-7 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-7 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
}
.gallery-columns-8 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list > .comment .comment-body {
  border-top: 2px solid #e7ebef;
  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 > .trackback, .comments-area .comment-list > .pingback {
  border-top: 2px solid #e7ebef;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list > .trackback:nth-child(1), .comments-area .comment-list > .pingback:nth-child(1) {
  border-top: none;
  margin-top: 0;
}
.comments-area .comment-list .children {
  list-style: none;
}
.comments-area .comment-list .comment-body + .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
.comments-area .comment-inner img.avatar {
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  margin-right: 29px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.comments-area .comment-inner .comment-content {
  margin-top: -3px;
}
.comments-area .comment-inner .comment-content .comment-title {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 7px;
}
.comments-area .comment-inner .comment-content .comment-title a {
  color: inherit;
}
.comments-area .comment-inner .comment-content .comment-title a:hover {
  color: #0080c8;
}
.comments-area .comment-inner .comment-content .comment-meta {
  font-size: 12px;
  margin-bottom: 9px;
  color: #616161;
}
.comments-area .comment-inner .comment-content .comment-text {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 23px;
}
.comments-area .comment-inner .comment-content .comment-text img {
  margin: 15px 0;
}
.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;
  font-weight: 700;
  color: #0080c8;
}
.comments-area .comment-list-wrap {
  margin-bottom: 53px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 35px;
}
.comments-area #commentform {
  display: flex;
  flex-direction: column;
}
.comments-area #commentform input, .comments-area #commentform textarea {
  margin-bottom: 20px;
}
.comments-area #commentform .submit {
  margin-bottom: 0;
  background-color: #00374e;
  border-color: #00374e;
  padding-right: 60px;
  line-height: 60px;
}
.comments-area #commentform .submit:hover {
  background-color: #0080c8;
  border-color: #0080c8;
  color: #fff;
}
.comments-area #commentform .form-submit .cms-submit-wrap {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.comments-area #commentform .form-submit .cms-submit-wrap:after {
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 17px;
  margin-top: -1px;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comments-area .comment-content a {
  word-wrap: break-word;
}
.comments-area .bypostauthor {
  display: block;
}
.comments-area .logged-in-as {
  color: inherit;
}
.comments-area .logged-in-as a {
  color: inherit;
}
.comments-area .logged-in-as a:hover {
  color: #0080c8;
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 29px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
  margin-top: -7px;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}
.comment-form-cookies-consent label:before {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 2px solid #eaeaea;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.comment-form-cookies-consent label:after {
  content: "\f111";
  font-family: "font awesome 5 pro";
  font-weight: 600;
  z-index: 2;
  font-size: 8px;
  color: #0080c8;
  opacity: 0;
  line-height: 20px;
  text-align: center;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:before {
  border-color: #eaeaea;
  background-color: #fff;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.comment-form > .row {
  margin: 0 -10px 10px;
  order: -1;
}
.comment-form > .row .col-lg-4 {
  padding: 0 10px;
}
.comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comment-respond .comment-reply-title small a {
  border-radius: 2px;
  background-color: #0080c8;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  display: inline-block;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
  margin-left: 8px;
}
.comment-respond .comment-reply-title small a:hover {
  background-color: #00374e;
}
@media screen and (max-width: 767px) {
  .comment-form-comment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.site-footer {
  background-color: #161616;
  font-size: 15px;
  line-height: 25px;
  color: #9b9b9b;
}
.site-footer .top-footer {
  padding: 70px 0 80px;
}
.site-footer .top-footer .footer-widget-title {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer {
    padding-bottom: 40px;
  }
  .site-footer .top-footer .cms-footer-item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .top-footer {
    padding-bottom: 0;
  }
}
.site-footer .top-footer .widget + .widget {
  margin-top: 18px;
}
@media screen and (min-width: 1200px) {
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(1) {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding-right: 5%;
  }
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(2), .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(3) {
    -ms-flex: 0 0 16.8%;
    flex: 0 0 16.8%;
    max-width: 16.8%;
  }
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(4) {
    -ms-flex: 0 0 33.1%;
    flex: 0 0 33.1%;
    max-width: 33.1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(1) {
    -ms-flex: 0 0 23.3%;
    flex: 0 0 23.3%;
    max-width: 23.3%;
  }
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(2), .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(3) {
    -ms-flex: 0 0 21.8%;
    flex: 0 0 21.8%;
    max-width: 21.8%;
  }
  .site-footer .top-footer .cms-footer-item.col-xl-3:nth-child(4) {
    -ms-flex: 0 0 33.1%;
    flex: 0 0 33.1%;
    max-width: 33.1%;
  }
}
.site-footer .top-footer .quick-contact {
  color: #f9f9f9;
}
.site-footer .top-footer .contact-phone {
  padding-top: 8px;
  padding-bottom: 18px;
}
.site-footer .top-footer .contact-phone a {
  color: #0080c8;
  font-size: 35px;
  font-weight: 300;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.site-footer .top-footer .contact-phone a i {
  margin-right: 15px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.site-footer .top-footer .contact-phone a i.fac-phone {
  font-size: 18px;
}
.site-footer .top-footer ul.menu li {
  font-size: 14px;
}
.site-footer .top-footer ul.menu li + li {
  margin-top: 8px;
}
.site-footer .top-footer ul.menu li a {
  color: inherit;
  position: relative;
}
.site-footer .top-footer ul.menu li a:hover {
  color: #0080c8;
}
.site-footer .top-footer .newsletter-text-bottom {
  font-size: 14px;
  margin-top: -1px !important;
}
.site-footer .top-footer .newsletter-text-bottom p:last-child {
  margin-bottom: 0;
}
.site-footer .bottom-footer {
  background-color: #121212;
  padding: 39px 0;
  font-size: 14px;
  line-height: 22px;
}
.site-footer .bottom-footer .row {
  align-items: center;
  justify-content: space-between;
}
.site-footer .bottom-footer .row > div {
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .row > div {
    width: 100%;
  }
}
.site-footer .bottom-footer .footer-bottom-menu {
  list-style: none;
  margin-bottom: 0;
}
.site-footer .bottom-footer .footer-bottom-menu li {
  display: inline-block;
  margin-right: 10px;
}
.site-footer .bottom-footer .footer-bottom-menu li a {
  color: inherit;
}
.site-footer .bottom-footer .footer-bottom-menu li a:after {
  content: "-";
  margin-left: 14px;
}
.site-footer .bottom-footer .footer-bottom-menu li a:hover {
  color: #0080c8;
}
.site-footer .bottom-footer .footer-bottom-menu li:last-child {
  margin-right: 0;
}
.site-footer .bottom-footer .footer-bottom-menu li:last-child a:after {
  content: none;
}
.site-footer .bottom-footer .bottom-meta .bottom-copyright {
  color: #fff;
}
.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0080c8;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    bottom: 0;
    right: 0;
  }
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #fff;
  background-color: #00669f;
}
.scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .scroll-top.on {
    bottom: 0;
    right: 0;
    -webkit-border-radius: 2px 0 0;
    -khtml-border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -ms-border-radius: 2px 0 0;
    -o-border-radius: 2px 0 0;
    border-radius: 2px 0 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.footer-logo img {
  max-height: 49px;
  margin-top: -10px;
}
.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 .grid-sizer {
  visibility: hidden;
}
.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: 35px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.cms-grid .cms-load-more .btn-load-more {
  font-size: 15px;
  font-weight: bold;
  color: #222;
  transition: all 300ms linear 0s;
}
.cms-grid .cms-load-more .btn-load-more:hover {
  color: #0080c8;
}
.cms-grid .cms-load-more i {
  display: inline-flex;
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  background-color: #0080c8;
  border-radius: 50%;
  margin-left: 6px;
}
.cms-grid .cms-load-more i.fa-refresh {
  margin-left: 8px;
  font-size: 13px;
  font-weight: normal;
}
.cms-grid .cms-load-more .i-hidden:after {
  content: '\f278';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-grid .cms-grid-pagination {
  margin-top: 20px;
}
.cms-grid .item-featured a {
  display: block;
}
.cms-grid .btn-loadmore i {
  margin-left: 0;
  margin-right: 0;
}
.cms-grid .btn-loadmore i.fa-refresh {
  margin-right: 8px;
}
.grid-filter-wrap {
  margin-bottom: 13px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 13px;
  -webkit-transition: all 300ms ease 0ms;
  -khtml-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  text-transform: capitalize;
  color: #1b1a1a;
  position: relative;
  border-bottom: 2px solid transparent;
  line-height: 1.3;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  color: #0080c8;
  border-color: #0080c8;
}
.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: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -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-dots {
  text-align: center;
  margin-top: 44px;
  line-height: 1;
  height: 12px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 4px solid #1b1a1a;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  vertical-align: top;
  -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;
  position: relative;
}
.owl-dots .owl-dot.active {
  border-color: #0080c8;
}
.cms-nav-carousel {
  width: 74px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
}
.cms-nav-carousel .nav-prev, .cms-nav-carousel .nav-next {
  width: 32px;
  height: 32px;
  border: 2px solid #1b1a1a;
  color: #1b1a1a;
  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;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  font-size: 13px;
}
.cms-nav-carousel .nav-prev i, .cms-nav-carousel .nav-next 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%);
}
.cms-nav-carousel .nav-prev:hover, .cms-nav-carousel .nav-next:hover {
  color: #fff;
  background-color: #1b1a1a;
}
.cms-nav-carousel .nav-next {
  margin-left: 10px;
}
.cms-slick-slider .slick-slider .slick-slide {
  transition: opacity 300ms ease 80ms, visibility 300ms ease 80ms;
}
.cms-slick-slider .slick-slider .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
.cms-slick-slider .slick-slider .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.cms-slick-carousel .slick-arrow, .cms-slick-nav .slick-arrow {
  width: 54px;
  height: 54px;
  border: none;
  color: #1b1a1a;
  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;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  position: absolute;
  font-size: 13px;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.08);
  box-shadow: 0 3px 53px rgba(40, 40, 40, 0.08);
  font-size: 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%);
  z-index: 1;
}
.cms-slick-carousel .slick-arrow:before, .cms-slick-nav .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  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%);
  font-size: 13px;
}
.cms-slick-carousel .slick-arrow:hover, .cms-slick-nav .slick-arrow:hover {
  color: #fff;
  background-color: #0080c8;
}
.cms-slick-carousel .slick-prev, .cms-slick-nav .slick-prev {
  left: -15px;
}
@media screen and (max-width: 1199px) {
  .cms-slick-carousel .slick-prev, .cms-slick-nav .slick-prev {
    left: 30px;
  }
}
.cms-slick-carousel .slick-prev:before, .cms-slick-nav .slick-prev:before {
  content: '\f060';
}
.cms-slick-carousel .slick-next, .cms-slick-nav .slick-next {
  right: -15px;
}
@media screen and (max-width: 1199px) {
  .cms-slick-carousel .slick-next, .cms-slick-nav .slick-next {
    right: 30px;
  }
}
.cms-slick-carousel .slick-next:before, .cms-slick-nav .slick-next:before {
  content: '\f061';
}
.cms-slick-carousel[data-arrows="true"], .cms-slick-nav[data-arrows="true"] {
  padding-bottom: 0px;
}
.slick-slider .slick-slide {
  outline: none;
}
.slick-slider.slick-dotted {
  padding-top: 20px !important;
}
.slick-dots {
  margin: 18px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px 10px 5px;
}
.slick-dots li button {
  height: 5px;
  line-height: 5px;
  width: 16px;
  text-indent: -9999px;
  padding: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #9b9b9b;
  border: none;
  position: relative;
  z-index: 1;
}
.slick-dots li.slick-active button {
  background-color: #0080c8;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
.nav-style-light .cms-slick-carousel .slick-arrow {
  width: 14px;
  height: 46px;
  border: none;
  opacity: 0.7;
  background-color: transparent;
  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%);
}
.nav-style-light .cms-slick-carousel .slick-arrow:before {
  display: none;
}
.nav-style-light .cms-slick-carousel .slick-arrow.slick-prev {
  background-image: url(../images/arrow-left-light.png);
  left: 40px;
}
@media screen and (min-width: 992px) {
  .nav-style-light .cms-slick-carousel .slick-arrow.slick-prev {
    left: -40px;
  }
}
.nav-style-light .cms-slick-carousel .slick-arrow.slick-next {
  background-image: url(../images/arrow-right-light.png);
  left: auto;
  right: 40px;
}
@media screen and (min-width: 992px) {
  .nav-style-light .cms-slick-carousel .slick-arrow.slick-next {
    right: -40px;
  }
}
.nav-style-light .cms-slick-carousel .slick-arrow:hover {
  opacity: 1;
}
.nav-style-light .cms-slick-carousel[data-arrows="true"] {
  padding-bottom: 0px;
}
.nav-style-dark .cms-slick-carousel .slick-arrow {
  width: 14px;
  height: 46px;
  border: none;
  opacity: 0.7;
  background-color: transparent;
  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%);
}
.nav-style-dark .cms-slick-carousel .slick-arrow:before {
  display: none;
}
.nav-style-dark .cms-slick-carousel .slick-arrow.slick-prev {
  background-image: url(../images/arrow-left.png);
  left: 40px;
}
@media screen and (min-width: 992px) {
  .nav-style-dark .cms-slick-carousel .slick-arrow.slick-prev {
    left: -40px;
  }
}
.nav-style-dark .cms-slick-carousel .slick-arrow.slick-next {
  background-image: url(../images/arrow-right.png);
  left: auto;
  right: 40px;
}
@media screen and (min-width: 992px) {
  .nav-style-dark .cms-slick-carousel .slick-arrow.slick-next {
    right: -40px;
  }
}
.nav-style-dark .cms-slick-carousel .slick-arrow:hover {
  opacity: 1;
}
.nav-style-dark .cms-slick-carousel[data-arrows="true"] {
  padding-bottom: 0px;
}
@keyframes lds-dual-ring {
  /* Page Loading */
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in 0s;
  -khtml-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
#cms-loadding .loading-center-absolute {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  top: 45%;
  transform: translateX(-50%);
}
#cms-loadding .loading-center-absolute .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#cms-loadding .loading-center-absolute .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #0080c8;
  border-color: #0080c8 transparent #0080c8 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.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(40, 40, 40, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #282828;
}
.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: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  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 {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.cms-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.cms-modal-search {
  background-color: #fff;
}
.cms-modal-search .cms-modal-close {
  top: 0;
  right: 0;
  background-color: #0080c8;
  width: 50px;
  height: 50px;
  text-align: center;
}
.cms-modal-search .cms-modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.cms-modal-search .cms-modal-close 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%);
}
.cms-modal-search .cms-modal-content {
  max-width: 770px;
}
.cms-modal-search .search-form-popup {
  position: relative;
}
.cms-modal-search .search-field {
  border: none;
  font-size: 35px;
  color: #9b9b9b;
  background-color: #fff;
  padding: 17px 30px 17px 46px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid #eaeaea;
  height: 76px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-weight: 500;
}
.cms-modal-search .search-submit {
  font-size: 26px;
  color: #1b1a1a;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 82px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-modal-search .search-submit i {
  font-weight: 500;
}
.admin-bar .cms-modal-search .cms-modal-close {
  top: 32px;
}
.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: #0080c8;
}
.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: #0080c8;
  border-color: #0080c8;
}
.admin-bar .cms-hidden-sidebar {
  top: 52px;
}
body.error404 .site-content {
  padding: 0 !important;
}
body.error404 .error-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 110px 0px;
  text-align: center;
  background-image: url(../images/bg-404.jpg);
  height: 100vh;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 {
    height: auto;
  }
}
body.error404 .error-404:before {
  background-color: rgba(27, 26, 26, 0.8);
}
body.error404 .error-404 header h1 {
  font-size: 250px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  body.error404 .error-404 header h1 {
    font-size: 200px;
  }
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 header h1 {
    font-size: 120px;
  }
}
body.error404 .error-404 .page-content {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 34px;
}
body.error404 .error-404 .btn:hover, body.error404 .error-404 .btn:focus {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
body.error404 .error-404-inner {
  position: relative;
  z-index: 99;
  max-width: 760px;
  margin: auto;
  padding: 0 15px;
}
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;
}
.cms-google-map {
  border-radius: inherit;
  overflow: hidden;
}
.cms-google-map button {
  height: auto;
}
.cms-google-map button:hover {
  color: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #0080c8;
  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;
  }
}
.rev_slider .btn-more, .revslider-initialised .btn-more {
  color: #0080c8;
  display: inline-block;
  -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 .btn-more:hover, .revslider-initialised .btn-more:hover {
  color: #1b1a1a;
}
.rev_slider .icon-space-left, .revslider-initialised .icon-space-left {
  margin-left: 8px;
  font-size: 12px;
}
.rev_slider i.space-left, .revslider-initialised i.space-left {
  margin-left: 37px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  top: 1px;
}
.rev_slider .cms-video-button, .revslider-initialised .cms-video-button {
  text-align: center !important;
  height: 51px !important;
  width: 51px !important;
  line-height: 51px !important;
  background-color: #fff !important;
  background-image: none !important;
  z-index: 1;
  font-size: 13px !important;
  color: #0080c8 !important;
  border: none !important;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: block;
  text-indent: 35px;
  position: relative;
}
.rev_slider .cms-video-button .video-text, .revslider-initialised .cms-video-button .video-text {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 777px) {
  .rev_slider .cms-video-button .video-text, .revslider-initialised .cms-video-button .video-text {
    display: none;
  }
}
.rev_slider .cms-video-button i, .revslider-initialised .cms-video-button 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%);
  text-indent: 0px;
}
.rev_slider .cms-video-button:before, .revslider-initialised .cms-video-button:before, .rev_slider .cms-video-button:after, .revslider-initialised .cms-video-button:after {
  display: none;
}
.rev_slider .cms-video-button .line-video-animation, .revslider-initialised .cms-video-button .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.rev_slider .cms-video-button .line-video-animation.line-video-2, .revslider-initialised .cms-video-button .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.rev_slider .cms-video-button:hover .line-video-animation, .revslider-initialised .cms-video-button:hover .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.tparrows {
  -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;
}
.tparrows.theme-custom {
  -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;
}
.tparrows.theme-custom:before {
  display: none;
}
.tparrows.theme-custom.tp-leftarrow {
  background-image: url(../images/arrow-left-light.png);
}
@media screen and (max-width: 575px) {
  .tparrows.theme-custom.tp-leftarrow {
    background-size: contain;
    width: 18px !important;
    height: 26px !important;
  }
}
.tparrows.theme-custom.tp-rightarrow {
  background-image: url(../images/arrow-right-light.png);
}
@media screen and (max-width: 575px) {
  .tparrows.theme-custom.tp-rightarrow {
    background-size: contain;
    width: 18px !important;
    height: 26px !important;
  }
}
blockquote {
  border-left: 6px solid #00374e;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 0 32px;
}
blockquote cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #00374e;
  display: block;
  margin-top: 10px;
}
.cms-blockquotes-wrapper blockquote {
  margin: 0;
}
.blockquotes-content {
  display: block;
}
.cms-post-grid-layout1 .entry-body, .cms-post-carousel-layout1 .entry-body {
  padding: 25px 40px 0 40px;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-post-grid-layout1 .entry-featured, .cms-post-carousel-layout1 .entry-featured {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0;
}
.cms-post-grid-layout1 .entry-featured img, .cms-post-carousel-layout1 .entry-featured img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-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-post-grid-layout1 .entry-meta, .cms-post-carousel-layout1 .entry-meta {
  margin-bottom: 6px;
}
.cms-post-grid-layout1 .entry-title, .cms-post-carousel-layout1 .entry-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 9px;
}
.cms-post-grid-layout1 .entry-title + .entry-meta, .cms-post-carousel-layout1 .entry-title + .entry-meta {
  margin-bottom: 17px;
}
.cms-post-grid-layout1 .entry-content, .cms-post-carousel-layout1 .entry-content {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.cms-post-grid-layout1 .entry-readmore, .cms-post-carousel-layout1 .entry-readmore {
  display: inline-block;
  overflow: hidden;
}
.cms-post-grid-layout1 .entry-readmore .btn-more, .cms-post-carousel-layout1 .entry-readmore .btn-more {
  display: inline-flex;
  align-items: center;
  transform: translateX(calc(-100% + 23px));
  transition: all 0.55s ease-out 0ms;
}
.cms-post-grid-layout1 .entry-readmore span, .cms-post-carousel-layout1 .entry-readmore span {
  display: inline-flex;
  white-space: nowrap;
  margin-right: 10px;
  visibility: hidden;
}
.cms-post-grid-layout1 .entry-readmore i, .cms-post-carousel-layout1 .entry-readmore i {
  margin-left: 0;
  transition: all 0.3s ease 0ms;
}
.cms-post-grid-layout1 .cms-grid-pagination, .cms-post-carousel-layout1 .cms-grid-pagination {
  margin-top: -7px;
}
.cms-post-grid-layout1 .grid-item-inner, .cms-post-carousel-layout1 .grid-item-inner {
  margin-bottom: 47px;
}
.cms-post-grid-layout1 .grid-item-inner:hover .entry-featured img, .cms-post-carousel-layout1 .grid-item-inner:hover .entry-featured img {
  -webkit-transform: scale(1.1) rotate(4deg);
  -khtml-transform: scale(1.1) rotate(4deg);
  -moz-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  -o-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.cms-post-grid-layout1 .grid-item-inner:hover .entry-readmore .btn-more, .cms-post-carousel-layout1 .grid-item-inner:hover .entry-readmore .btn-more {
  transform: translateX(0);
}
.cms-post-grid-layout1 .grid-item-inner:hover .entry-readmore span, .cms-post-carousel-layout1 .grid-item-inner:hover .entry-readmore span {
  visibility: visible;
  color: #0080c8;
}
.cms-post-grid-layout1 .grid-item-inner:hover .entry-readmore i, .cms-post-carousel-layout1 .grid-item-inner:hover .entry-readmore i {
  background-color: #0080c8;
}
.cms-post-grid-layout1 .carousel-item-inner:hover .entry-featured img, .cms-post-carousel-layout1 .carousel-item-inner:hover .entry-featured img {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.cms-post-grid-layout1 .carousel-item-inner:hover .entry-readmore .btn-more, .cms-post-carousel-layout1 .carousel-item-inner:hover .entry-readmore .btn-more {
  transform: translateX(0);
}
.cms-post-grid-layout1 .carousel-item-inner:hover .entry-readmore span, .cms-post-carousel-layout1 .carousel-item-inner:hover .entry-readmore span {
  visibility: visible;
  color: #0080c8;
}
.cms-post-grid-layout1 .carousel-item-inner:hover .entry-readmore i, .cms-post-carousel-layout1 .carousel-item-inner:hover .entry-readmore i {
  background-color: #0080c8;
}
.cms-post-carousel-layout1 .cms-slick-carousel .slick-arrow {
  width: auto;
  height: 32px;
  top: -50px !important;
  background-color: #0080c8;
  color: #fff;
}
.cms-post-carousel-layout1 .cms-slick-carousel .slick-arrow:hover {
  background-color: #00374e;
}
.cms-post-carousel-layout1 .cms-slick-carousel .slick-arrow.slick-next {
  width: 32px;
  right: 16px !important;
}
.cms-post-carousel-layout1 .cms-slick-carousel .slick-arrow.slick-prev {
  width: 82px;
  right: 58px !important;
  left: auto !important;
}
.cms-post-carousel-layout1 .cms-slick-carousel .slick-arrow.slick-prev:before {
  left: 20px;
}
.cms-post-carousel-layout1 .cms-slick-carousel .slick-arrow.slick-prev:after {
  content: "Prev";
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.cms-contact-info.layout1 .info-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.cms-contact-info.layout1 .item--icon {
  width: 48px;
  height: 48px;
  flex: none;
  background-color: #0080c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}
.cms-contact-info.layout1 .item--icon i {
  font-size: 20px;
  color: #fff;
}
.cms-contact-info.layout1 .info-meta {
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
}
.cms-contact-info.layout1 .info-meta h6 {
  font-size: 17px;
  margin-bottom: 10px;
}
.cms-contact-form-layout1 .wpcf7-textarea {
  height: 100px;
}
.cms-contact-form-layout1 .area-140 .wpcf7-textarea {
  height: 140px;
}
@media screen and (max-width: 991px) {
  .cms-contact-form-layout1 .row {
    margin: 0 -10px;
  }
  .cms-contact-form-layout1 .row .col-xs-12 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .cms-heading-wrapper br {
    display: none;
  }
}
.cms-heading-wrapper .custom-heading {
  font-size: 34px;
  line-height: 1.41;
}
.cms-heading-wrapper .custom-subheading {
  font-size: 15px;
  color: #0080c8;
  font-weight: 700;
  margin-bottom: 9px;
  position: relative;
  display: inline-block;
}
.cms-heading-wrapper .custom-subheading.line-before:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0080c8;
  position: absolute;
  top: 0.75em;
  left: -50px;
}
@media screen and (max-width: 1300px) {
  .cms-heading-wrapper .custom-subheading.line-before:before {
    position: relative;
    left: 0;
    top: -0.3em;
    margin-right: 20px;
  }
}
.line-before .cms-heading-wrapper .custom-heading:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0080c8;
  position: absolute;
  top: 0.75em;
  left: -50px;
}
@media screen and (max-width: 1300px) {
  .line-before .cms-heading-wrapper .custom-heading:before {
    position: relative;
    left: 0;
    top: -0.3em;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .line-before .cms-heading-wrapper .custom-heading:before {
    display: none;
  }
}
.info-time {
  list-style: none;
  margin-bottom: 0;
  max-width: 292px;
}
.info-time li {
  font-size: 13px;
  line-height: 29px;
}
.info-time li cite {
  font-style: normal;
  float: right;
}
@media screen and (max-width: 1199px) {
  .info-time li cite {
    float: none;
  }
  .info-time li cite:before {
    content: ': ';
  }
}
.cms-counter-layout1 .cms-counter-number-wrapper {
  color: #0080c8;
  font-size: 60px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .cms-counter-layout1 .cms-counter-number-wrapper {
    font-size: 45px;
  }
}
.cms-counter-layout1 .cms-counter-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .cms-counter-layout1 .cms-counter-title {
    font-size: 15px;
  }
}
.cms-counter-layout1.prefix-0 .elementor-counter-number {
  margin-left: -10px;
}
.cms-project-grid1 .grid-item-inner, .cms-project-carousel2 .grid-item-inner {
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transform: all 300ms ease 0s;
  overflow: hidden;
  margin-bottom: 30px;
}
.cms-project-grid1 .entry-body, .cms-project-carousel2 .entry-body {
  background-color: #fff;
  padding: 34px 42px 0;
}
.cms-project-grid1 .entry-featured, .cms-project-carousel2 .entry-featured {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.cms-project-grid1 .entry-featured img, .cms-project-carousel2 .entry-featured img {
  -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-project-grid1 .item-category, .cms-project-carousel2 .item-category {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  font-weight: 400;
}
.cms-project-grid1 .entry-title, .cms-project-carousel2 .entry-title {
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 28px;
}
.cms-project-grid1 .entry-content, .cms-project-carousel2 .entry-content {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 14px;
}
.cms-project-grid1 .entry-readmore, .cms-project-carousel2 .entry-readmore {
  margin-top: 32px;
}
.cms-project-grid1 .entry-readmore a.btn-more, .cms-project-carousel2 .entry-readmore a.btn-more {
  width: 100%;
  height: 64px;
  border-top: 2px solid #eaeaea;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transform: all 250ms ease 0s;
}
.cms-project-grid1 .cms-load-more, .cms-project-carousel2 .cms-load-more {
  margin-top: 11px;
}
.cms-project-grid1 .grid-item-inner:hover, .cms-project-carousel2 .grid-item-inner:hover {
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  -khtml-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  -moz-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  -ms-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  -o-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
}
.cms-project-grid1 .grid-item-inner:hover .entry-featured img, .cms-project-carousel2 .grid-item-inner:hover .entry-featured img {
  -webkit-transform: scale(1.1) rotate(4deg);
  -khtml-transform: scale(1.1) rotate(4deg);
  -moz-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  -o-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.cms-project-grid1 .grid-item-inner:hover .entry-readmore a.btn-more, .cms-project-carousel2 .grid-item-inner:hover .entry-readmore a.btn-more {
  border-color: transparent;
  border-radius: 3px 3px 0 0;
  background-color: #0080c8;
  color: #fff;
}
.cms-project-grid1 .grid-item-inner:hover .entry-readmore a.btn-more i, .cms-project-carousel2 .grid-item-inner:hover .entry-readmore a.btn-more i {
  background-color: #fff;
  color: #0080c8;
}
.cms-project-grid1 .slick-list, .cms-project-carousel2 .slick-list {
  overflow: inherit !important;
}
.cms-project-grid1 .slick-dots, .cms-project-carousel2 .slick-dots {
  margin-top: 0;
}
.cms-project-grid2 .entry-featured {
  margin-bottom: 23px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-project-grid2 .entry-featured img {
  transition: all 300ms linear 0s;
}
.cms-project-grid2 .entry-featured img:hover {
  transform: scale(1.1) rotate(4deg);
}
.cms-project-grid2 .item-category {
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
  padding-bottom: 13px;
  font-weight: 400;
}
.cms-project-grid2 .entry-title {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 28px;
}
.cms-project-grid2 .cms-load-more {
  margin-top: 0;
}
.cms-project-grid2 .entry-body {
  margin-bottom: 30px;
}
.cms-project-grid2.style2 .grid-item-inner {
  position: relative;
}
.cms-project-grid2.style2 .grid-item-inner .entry-featured {
  margin-bottom: 30px;
}
.cms-project-grid2.style2 .grid-item-inner .entry-featured img {
  transform: none !important;
}
.cms-project-grid2.style2 .grid-item-inner .entry-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 55, 78, 0.85);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear 0s;
}
.cms-project-grid2.style2 .grid-item-inner .entry-body .entry-title {
  color: #fff;
}
.cms-project-grid2.style2 .grid-item-inner:hover .entry-body {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .col-offset-left .cms-project-carousel .grid-filter-wrap {
    margin-left: 150px;
  }
  .col-offset-left .cms-project-carousel .slick-dots {
    margin-right: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .col-offset-right .cms-project-carousel .grid-filter-wrap {
    margin-right: 150px;
  }
  .col-offset-right .cms-project-carousel .slick-dots {
    margin-left: 250px;
  }
}
.cms-project-carousel .slick-slider {
  overflow: inherit;
}
.cms-project-carousel .carousel-item-inner {
  position: relative;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.cms-project-carousel .carousel-item-inner .entry-featured {
  margin-bottom: 0;
}
.cms-project-carousel .carousel-item-inner .entry-featured .post-image {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-project-carousel .carousel-item-inner .entry-featured .post-image img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-project-carousel .carousel-item-inner .entry-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  transition: all 300ms linear 0s;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: linear-gradient(180deg, rgba(0, 55, 78, 0.55) 0%, rgba(0, 0, 0, 0) 82%);
}
.cms-project-carousel .carousel-item-inner .entry-body .entry-body-inner {
  padding: 50px 50px 42px;
  width: 100%;
  transform: translateY(35%);
  transition: all 700ms ease 0s;
}
.cms-project-carousel .carousel-item-inner .entry-body .item-category {
  margin-bottom: 14px;
}
.cms-project-carousel .carousel-item-inner .entry-body .item-category a {
  font-weight: normal;
}
.cms-project-carousel .carousel-item-inner .entry-body .entry-title {
  font-size: 31px;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 600;
}
.cms-project-carousel .carousel-item-inner .entry-body .entry-title a {
  color: inherit;
}
.cms-project-carousel .carousel-item-inner .entry-body .entry-title a:hover {
  color: #0080c8;
}
.cms-project-carousel .carousel-item-inner .entry-body .entry-content {
  font-size: 15px;
  color: #ededed;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease 0s;
}
.cms-project-carousel .carousel-item-inner .entry-body .action-buttons {
  flex: none;
  margin-left: 60px;
}
.cms-project-carousel .carousel-item-inner .entry-body .action-buttons a.project-more {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #0080c8;
  border-radius: 50%;
}
.cms-project-carousel .carousel-item-inner .entry-body .action-buttons a.project-more i {
  font-weight: bold;
  font-size: 15px;
}
.cms-project-carousel .carousel-item-inner .entry-body .action-buttons a.project-more:hover {
  background-color: #0080c8;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cms-project-carousel .carousel-item-inner .entry-body .entry-body-inner {
    padding: 15px 15px 30px !important;
    transform: translateY(110%);
  }
  .cms-project-carousel .carousel-item-inner .entry-body .item-category, .cms-project-carousel .carousel-item-inner .entry-body .content-text {
    display: none !important;
  }
  .cms-project-carousel .carousel-item-inner .entry-body .action-buttons {
    margin-left: 0 !important;
  }
}
.cms-project-carousel .carousel-item-inner:hover .entry-body .entry-body-inner {
  transform: translateY(0);
}
.cms-project-carousel .carousel-item-inner:hover .entry-body .entry-body-inner .entry-content {
  opacity: 1;
  visibility: visible;
}
.site-content .elementor-widget-wp-widget-nav_menu h5, .site-footer .elementor-widget-wp-widget-nav_menu h5 {
  font-size: 22px;
  margin-bottom: 28px;
  margin-top: -3px;
}
.site-content .elementor-widget-wp-widget-nav_menu ul.menu, .site-footer .elementor-widget-wp-widget-nav_menu ul.menu {
  overflow: hidden;
}
.site-content .elementor-widget-wp-widget-nav_menu li a, .site-footer .elementor-widget-wp-widget-nav_menu li a {
  font-size: 15px;
  color: #1b1a1a;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 19px 40px 19px 20px;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 2px;
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
  -khtml-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
  -moz-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
  -ms-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
  -o-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
}
.site-content .elementor-widget-wp-widget-nav_menu li a:before, .site-footer .elementor-widget-wp-widget-nav_menu li a:before {
  content: '\f061';
  right: 20px;
  position: absolute;
  color: inherit;
  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%);
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
}
.site-content .elementor-widget-wp-widget-nav_menu li:hover > a, .site-footer .elementor-widget-wp-widget-nav_menu li:hover > a, .site-content .elementor-widget-wp-widget-nav_menu li.current_page_item > a, .site-footer .elementor-widget-wp-widget-nav_menu li.current_page_item > a, .site-content .elementor-widget-wp-widget-nav_menu li.current-menu-item > a, .site-footer .elementor-widget-wp-widget-nav_menu li.current-menu-item > a, .site-content .elementor-widget-wp-widget-nav_menu li.current_page_ancestor > a, .site-footer .elementor-widget-wp-widget-nav_menu li.current_page_ancestor > a, .site-content .elementor-widget-wp-widget-nav_menu li.current-menu-ancestor > a, .site-footer .elementor-widget-wp-widget-nav_menu li.current-menu-ancestor > a {
  color: #fff;
  background-color: #0080c8;
}
.site-content .elementor-widget-wp-widget-nav_menu li:last-child, .site-footer .elementor-widget-wp-widget-nav_menu li:last-child {
  margin-bottom: 0;
}
.cms-fancy-box-layout1 {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .cms-fancy-box-layout1 {
    flex-direction: column;
  }
}
.cms-fancy-box-layout1 .item--icon {
  line-height: 1;
  margin-bottom: 26px;
}
.cms-fancy-box-layout1 .item--icon i {
  color: #0080c8;
  font-size: 64px;
  margin: 5px 35px 0;
}
.cms-fancy-box-layout1 .item--icon svg {
  height: 68px;
  width: 68px;
  margin: 5px 35px 0 -2px;
}
.cms-fancy-box-layout1 .item--icon svg path {
  fill: #0080c8;
}
.cms-fancy-box-layout1 .item--icon:hover {
  animation: updown 400ms ease-in-out 50ms;
}
.cms-fancy-box-layout1 .item-content .item--title {
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 17px;
  font-weight: 600;
}
.cms-fancy-box-layout1 .item-content .item--description {
  font-size: 15px;
  line-height: 25px;
  color: #9b9b9b;
}
.cms-fancy-box-layout1 .item-content .item--button .btn-more {
  color: #00374e;
}
@media screen and (max-width: 1199px) {
  .cms-fancy-box-layout1 .item-content .item--button .btn-more {
    font-size: 15px;
  }
}
.cms-fancy-box-layout1 .item-content .item--button .btn-more i {
  height: 30px;
  width: 30px;
  background-color: #0080c8;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .cms-fancy-box-layout1 .item-content .item--button .btn-more span {
    font-size: 12px;
  }
}
.cms-fancy-box-layout2 {
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  padding: 50px 50px 60px 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cms-fancy-box-layout2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cms-fancy-box-layout2 div.content-inner .item--title {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .cms-fancy-box-layout2 div.content-inner .item--title br {
    display: none;
  }
}
.cms-fancy-box-layout2 div.content-inner .item--description {
  font-size: 15px;
  line-height: 24px;
  color: #f9f9f9;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .cms-fancy-box-layout2 div.content-inner .item--description br {
    display: none;
  }
}
.cms-fancy-box-layout2 div.content-inner .item--button .btn-more {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}
.cms-fancy-box-layout2 div.content-inner .item--button .btn-more i {
  height: 32px;
  width: 32px;
  background-color: #fff;
  line-height: 33px;
  color: #0080c8;
  font-size: 12px;
  margin-left: 10px;
  transition: all 300ms linear 0s;
}
.cms-fancy-box-layout2 div.content-inner .item--button .btn-more:hover i {
  background-color: #00374e;
  color: #fff;
}
.cms-fancy-box-layout2.white {
  padding: 42px 50px 45px 50px;
}
.cms-fancy-box-layout2.white div.content-inner .item--title {
  color: #282828;
}
.cms-fancy-box-layout2.white div.content-inner .item--description {
  color: #9b9b9b;
  margin-bottom: 18px;
}
.cms-fancy-box-layout2.white div.content-inner .item--button .btn-more {
  color: #0080c8;
}
.cms-fancy-box-layout2.white div.content-inner .item--button .btn-more i {
  background-color: #0080c8;
  color: #fff;
}
.cms-fancy-box-layout2.white div.content-inner .item--button .btn-more:hover i {
  background-color: #00374e;
}
.elementor-widget.position-ab {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  -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%);
}
.elementor-widget.position-ab .cms-fancy-box-layout1 {
  max-width: 270px;
  -webkit-border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  top: 50%;
  right: 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%);
  padding: 50px 40px 46px 50px;
}
@media screen and (max-width: 1199px) {
  .elementor-widget.position-ab .cms-fancy-box-layout1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.elementor-widget.position-ab .cms-fancy-box-layout1 .item--icon {
  margin-bottom: 30px;
}
.elementor-widget.position-ab .cms-fancy-box-layout1 .item--title {
  font-weight: 400;
}
.elementor-widget.position-ab .cms-fancy-box-layout1 .item--description {
  font-size: 14px;
  line-height: 24px;
}
.elementor-widget.position-ab .cms-fancy-box-layout1 .btn-more i {
  height: 22px;
  width: 22px;
  line-height: 22px;
}
.elementor-widget.position-ab .cms-fancy-box-layout1 .btn-more span {
  display: none;
}
.elementor-widget.position-left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 400px;
}
.elementor-widget.position-left-bottom .cms-fancy-box-layout3 {
  -webkit-border-radius: 0 4px 0 0;
  -khtml-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .elementor-widget.position-left-bottom .cms-fancy-box-layout3 {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .elementor-widget.position-left-bottom .cms-fancy-box-layout3 {
    padding: 40px 20px;
  }
}
.cms-download {
  background-color: #f4f4f4;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-download .el-title {
  font-size: 22px;
  margin-bottom: 26px;
}
.cms-download .item--download a {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  display: block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 38px 30px 13px 30px;
  position: relative;
}
.cms-download .item--download a .download-file-type {
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #fff;
  width: 22px;
  height: 24px;
  color: #0080c8;
  text-align: center;
  line-height: 24px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: uppercase;
}
.cms-download .item--download a:hover {
  background-color: #1b1a1a !important;
}
.cms-download .item--download a:hover .download-file-type {
  color: #1b1a1a !important;
}
.cms-download .item--download + .item--download {
  margin-top: 30px;
}
.cms-download .item--download + .item--download a:hover {
  background-color: #0080c8 !important;
}
.cms-download .item--download + .item--download a:hover .download-file-type {
  color: #0080c8 !important;
}
.btn-video {
  text-align: center;
  height: 76px;
  width: 76px;
  background-color: #0080c8;
  background-image: none;
  z-index: 1;
  font-size: 17px;
  color: #fff;
  border: none;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.btn-video 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%);
  margin-left: 2px;
}
.btn-video .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.btn-video .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.btn-video .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.btn-video:hover {
  color: #fff;
}
.btn-video:hover .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.cms-video-player.layout1 {
  position: relative;
  text-align: center;
}
.cms-video-player.layout1 img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
.cms-video-player.layout1 img + .btn-video {
  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-player.layout1 img + .btn-video + span {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0.4)), to(rgba(27, 26, 26, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.4), rgba(27, 26, 26, 0));
  background-image: -moz-linear-gradient(bottom, rgba(27, 26, 26, 0.4), rgba(27, 26, 26, 0));
  background-image: -ms-linear-gradient(bottom, rgba(27, 26, 26, 0.4), rgba(27, 26, 26, 0));
  background-image: -o-linear-gradient(bottom, rgba(27, 26, 26, 0.4), rgba(27, 26, 26, 0));
  background-image: linear-gradient(bottom, rgba(27, 26, 26, 0.4), rgba(27, 26, 26, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(27, 26, 26, 0.4)', endColorStr='rgba(27, 26, 26, 0)');
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-video-player.layout1 .btn-video {
  background-color: #fff;
  color: #222;
  font-size: 16px;
  height: 60px;
  width: 60px;
  z-index: 2;
}
.cms-video-player.layout1 .description {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: calc(50% + 85px);
  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%);
  z-index: 2;
}
.cms-video-player.layout2 {
  position: relative;
}
.cms-video-player.layout2 img {
  border-radius: 3px;
  position: relative;
}
.cms-video-player.layout2 .video-content {
  display: inline-flex;
  width: 165px;
  height: 165px;
  align-items: center;
  justify-content: center;
  background-color: #0080c8;
  position: absolute;
  bottom: 0;
  left: 60px;
  -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-video-player.layout2 .video-content a.cms-video-button {
  height: 70px;
  width: 70px;
  background-color: #fff;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  position: relative;
}
.cms-video-player.layout2 .video-content a.cms-video-button i {
  font-size: 16px;
  color: #00374e;
  text-align: center;
  z-index: 1;
}
.cms-video-player.layout2 .video-content a.cms-video-button i:before {
  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-player.layout2 .video-content a.cms-video-button i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  -webkit-transform: scale(1.3);
  -khtml-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  -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;
}
.cms-video-player.layout2 .video-content a.cms-video-button:hover i:after {
  -webkit-transform: scale(0.9);
  -khtml-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cms-video-player.layout2 .video-content .bottom-content {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  padding: 15px 0;
  right: 0;
  bottom: 1px;
  transform: translateY(100%);
  left: -90px;
  background-color: #0080c8;
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
@media screen and (max-width: 767px) {
  .cms-video-player.layout2 .video-content .bottom-content {
    display: none !important;
  }
}
.cms-video-player.layout2 .video-content .bottom-content p {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: 10px 50px 10px 0;
  float: right;
}
.cms-video-player.layout2 .video-content .bottom-content:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #0080c8;
  position: absolute;
  top: -29px;
  left: 0;
  border-radius: 3px 0 0 0;
}
.cms-video-player.layout2 .video-content .bottom-content:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0080c8;
  position: absolute;
  top: -29px;
  left: 30px;
}
.cms-video-player.layout2 .video-content.large-space {
  left: 165px;
}
@media screen and (max-width: 767px) {
  .cms-video-player.layout2 .video-content.large-space {
    left: 60px;
  }
}
.cms-video-player.layout2 .video-content.large-space .bottom-content {
  left: -195px;
}
.cms-image-carousel .cms-slick-carousel .slick-list {
  margin: 0 -20px !important;
}
.cms-image-carousel .cms-slick-carousel .slick-list .slick-slide {
  padding: 0 20px !important;
}
.cms-image-carousel .cms-slick-carousel .slick-list .slick-slide img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-image-carousel .slick-arrow.slick-prev {
  background-image: url(../images/arrow-left-light.png);
}
@media screen and (min-width: 992px) {
  .cms-image-carousel .slick-arrow.slick-prev {
    left: 280px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cms-image-carousel .slick-arrow.slick-prev {
    left: 400px !important;
  }
}
.cms-image-carousel .slick-arrow.slick-next {
  background-image: url(../images/arrow-right-light.png);
}
@media screen and (min-width: 992px) {
  .cms-image-carousel .slick-arrow.slick-next {
    right: 280px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cms-image-carousel .slick-arrow.slick-next {
    right: 400px !important;
  }
}
.cms-image-carousel .slick-arrow:hover {
  opacity: 1;
}
.cms-testimonial-carousel-syncing {
  padding: 0 25px;
  background-image: url(../images/testi-quote-icon.png);
  background-repeat: no-repeat;
  background-position: top right 100px;
}
.cms-testimonial-carousel-syncing .client-wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel-syncing .client-wrap {
    display: flex;
  }
}
.cms-testimonial-carousel-syncing .client-wrap .client-info {
  width: 270px;
  margin-top: 25px;
  flex: none;
  margin-left: -100px;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel-syncing .client-wrap .client-info {
    margin-left: 0;
    width: 100%;
  }
}
.cms-testimonial-carousel-syncing .client-wrap .client-said {
  width: calc(100% - 170px);
  padding: 15px 25px 0 !important;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel-syncing .client-wrap .client-said {
    width: 100%;
    padding: 15px 0 0 !important;
  }
}
.cms-testimonial-carousel-syncing .client-wrap .client-said .client-content-item p {
  font-size: 30px;
  line-height: 47px;
  color: #282828;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel-syncing .client-wrap .client-said .client-content-item p {
    font-size: 20px;
    line-height: 30px;
  }
}
.cms-testimonial-carousel-syncing .client-wrap .client-said .slick-dots {
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 0;
}
.cms-testimonial-carousel-syncing .client-info-item {
  position: relative;
  transition: all 0.5s ease-out 0s;
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel-syncing .client-info-item:not(.slick-current) {
    transform: translateX(25px);
  }
}
.cms-testimonial-carousel-syncing .client-info-item .client-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 500ms ease-in-out 0s;
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel-syncing .client-info-item .client-image img {
    margin-left: auto;
  }
}
.cms-testimonial-carousel-syncing .client-info-item .name-job {
  margin-top: 16px;
  opacity: 0;
  transition: all 300ms ease 0s;
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel-syncing .client-info-item .name-job {
    text-align: right;
  }
}
.cms-testimonial-carousel-syncing .client-info-item .name-job .name-text {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.cms-testimonial-carousel-syncing .client-info-item .name-job .client-job p {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 2px;
}
.cms-testimonial-carousel-syncing .client-info-item.slick-current {
  z-index: -1;
}
.cms-testimonial-carousel-syncing .client-info-item.slick-current .client-image img {
  transform: scale(1);
}
.cms-testimonial-carousel-syncing .client-info-item.slick-current .name-job {
  opacity: 1;
}
.cms-accordion .cms-ac-content {
  display: none;
}
.cms-accordion.layout1 .cms-ac-title {
  font-size: 17px;
  line-height: 28px;
  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;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.cms-accordion.layout1 .cms-ac-title:before {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-accordion.layout1 .cms-ac-title.active {
  color: #0080c8;
}
.cms-accordion.layout1 .cms-ac-title.active:before {
  content: '\f068';
  background-color: #0080c8;
  color: #fff;
}
.cms-accordion.layout1 .cms-ac-content {
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  max-width: 90%;
}
@media screen and (max-width: 991px) {
  .cms-accordion.layout1 .cms-ac-content {
    max-width: 100%;
  }
}
.cms-accordion.layout1 .cms-accordion-item {
  border: 2px solid #eaeaea;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 21px 24px 23px 30px;
}
.cms-accordion.layout1 .cms-accordion-item + .cms-accordion-item {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .cms-accordion.layout1 .cms-accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms-accordion.layout1 .cms-accordion-item.active {
  border-color: #0080c8;
}
.cms-accordion.layout1 .cms-accordion-item.active .cms-ac-title {
  color: #0080c8;
}
.elementor-widget-cms_text_editor .elementor-text-editor p {
  margin-bottom: 26px;
}
.elementor-widget-cms_text_editor .elementor-text-editor p:last-child {
  margin-bottom: 0;
}
.cms-feature-layout2 {
  background-color: #0080c8;
  max-width: 400px;
  color: #fff;
  padding: 44px 50px 42px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 1199px) {
  .cms-feature-layout2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-feature-layout2 {
    padding: 24px 20px 22px;
  }
}
.cms-feature-layout2 .item--title {
  font-size: 22px;
  margin-bottom: 18px;
  color: #fff;
}
.cms-feature-layout2 .item--description {
  font-size: 14px;
  line-height: 24px;
}
.cms-feature-layout2 .cms-feature-button {
  margin-top: 26px;
}
.cms-feature-layout2 .cms-feature-button a {
  color: #fff;
}
.cms-feature-layout2 .cms-feature-button i {
  background-color: #fff;
  color: #0080c8;
}
.position-ab.elementor-widget-cms_features {
  position: absolute;
  bottom: 0;
  left: 0;
}
.position-ab.elementor-widget-cms_features .cms-feature-layout2 {
  -webkit-border-radius: 0 2px 0 0;
  -khtml-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -ms-border-radius: 0 2px 0 0;
  -o-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
}
.cms-service-grid1 .item-icon, .cms-service-carousel1 .item-icon {
  line-height: 1;
  margin: 0 0 41px;
}
.cms-service-grid1 .item-icon img, .cms-service-carousel1 .item-icon img {
  -webkit-transition: all 300ms ease 0ms;
  -khtml-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  max-height: 64px;
}
.cms-service-grid1 .entry-title, .cms-service-carousel1 .entry-title {
  font-size: 21px;
  line-height: 31px;
  margin: 0 0 31px;
  padding-right: 45%;
}
@media screen and (max-width: 1199px) {
  .cms-service-grid1 .entry-title, .cms-service-carousel1 .entry-title {
    padding-right: 0;
  }
}
.cms-service-grid1 .entry-title a, .cms-service-carousel1 .entry-title a {
  -webkit-transition: all 200ms ease 0ms;
  -khtml-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  color: inherit;
}
.cms-service-grid1 .entry-title a:hover, .cms-service-carousel1 .entry-title a:hover {
  color: inherit;
}
.cms-service-grid1 .entry-content, .cms-service-carousel1 .entry-content {
  font-size: 14px;
  line-height: 24px;
  padding-top: 34px;
  margin-bottom: 17px;
  -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;
  position: relative;
}
.cms-service-grid1 .entry-content:before, .cms-service-carousel1 .entry-content:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 50px);
  height: 2px;
  background-color: #eaeaea;
  left: 0;
  top: 0;
}
.cms-service-grid1 .btn-more, .cms-service-carousel1 .btn-more {
  height: 35px;
  display: flex;
  align-items: center;
  transition: all 250ms ease 0s;
}
.cms-service-grid1 .btn-more i, .cms-service-carousel1 .btn-more i {
  background-color: #0080c8;
  color: #fff;
  transition: all 250ms linear 0s;
}
.cms-service-grid1 .cms-grid-overlay, .cms-service-carousel1 .cms-grid-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cms-service-grid1 .entry-body, .cms-service-carousel1 .entry-body {
  position: relative;
  padding: 60px 50px 52px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.05);
  -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.05);
  -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.05);
  -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.05);
  -o-box-shadow: 0 3px 53px rgba(40, 40, 40, 0.05);
  box-shadow: 0 3px 53px rgba(40, 40, 40, 0.05);
  -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: 30px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1199px) {
  .cms-service-grid1 .entry-body, .cms-service-carousel1 .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cms-service-grid1 .entry-body:hover, .cms-service-carousel1 .entry-body:hover {
  background-color: rgba(0, 128, 200, 0.9);
}
.cms-service-grid1 .entry-body:hover .item-icon img, .cms-service-carousel1 .entry-body:hover .item-icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.cms-service-grid1 .entry-body:hover .entry-title, .cms-service-carousel1 .entry-body:hover .entry-title, .cms-service-grid1 .entry-body:hover .item-icon i, .cms-service-carousel1 .entry-body:hover .item-icon i {
  color: #fff;
}
.cms-service-grid1 .entry-body:hover .entry-content, .cms-service-carousel1 .entry-body:hover .entry-content {
  color: #f9f9f9;
}
.cms-service-grid1 .entry-body:hover .btn-more, .cms-service-carousel1 .entry-body:hover .btn-more {
  color: #fff;
}
.cms-service-grid1 .entry-body:hover .btn-more i, .cms-service-carousel1 .entry-body:hover .btn-more i {
  background-color: #fff;
  color: #0080c8;
  width: 32px;
  height: 32px;
  line-height: 33px;
  font-size: 13px;
}
.cms-service-carousel1 .slick-arrow {
  opacity: 0;
}
.cms-service-carousel1:hover .slick-arrow {
  opacity: 1;
}
.cms-service-carousel1 .entry-body {
  margin-top: 40px;
  margin-bottom: 55px;
}
.cms-service-carousel1 .slick-slider {
  padding: 0;
}
.cms-service-carousel1 .slick-list {
  padding: 0 50px;
  margin: 0 -50px;
}
.cms-service-carousel1 .slick-list .slick-slide {
  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-service-carousel1 .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.cms-service-carousel1 .slick-dots {
  margin-top: -32px;
}
.cms-service-grid2 .entry-featured, .cms-service-carousel2 .entry-featured {
  overflow: hidden;
  margin-bottom: 0;
}
.cms-service-grid2 .entry-featured img, .cms-service-carousel2 .entry-featured img {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 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-service-grid2 .entry-title, .cms-service-carousel2 .entry-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
}
@media screen and (min-width: 992px) {
  .cms-service-grid2 .entry-title, .cms-service-carousel2 .entry-title {
    width: 80%;
  }
}
.cms-service-grid2 .entry-content, .cms-service-carousel2 .entry-content {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 23px;
}
.cms-service-grid2 .service-category, .cms-service-carousel2 .service-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.cms-service-grid2 .service-category a, .cms-service-carousel2 .service-category a {
  font-size: 15px;
  line-height: 30px;
  color: #00374e;
  font-weight: bold;
}
.cms-service-grid2 .service-category a:hover, .cms-service-carousel2 .service-category a:hover {
  color: #0080c8;
}
.cms-service-grid2 .service-category a:before, .cms-service-carousel2 .service-category a:before {
  content: "\f00c";
  color: #0080c8;
  font-size: 11px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.cms-service-grid2 .entry-body, .cms-service-carousel2 .entry-body {
  position: relative;
  padding: 42px 50px 20px 50px;
}
@media screen and (max-width: 1199px) {
  .cms-service-grid2 .entry-body, .cms-service-carousel2 .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .cms-service-grid2 .entry-body, .cms-service-carousel2 .entry-body {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-service-grid2 .entry-body, .cms-service-carousel2 .entry-body {
    padding: 34px 20px;
  }
}
.cms-service-grid2 .entry-body:after, .cms-service-carousel2 .entry-body:after {
  content: "";
  width: 2px;
  display: block;
  background-color: #eaeaea;
  position: absolute;
  right: 0;
  top: 50px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cms-service-grid2 .entry-body:after, .cms-service-carousel2 .entry-body:after {
    content: none;
    background-color: transparent;
  }
}
.cms-service-grid2 .grid-item:last-child .entry-body:after, .cms-service-carousel2 .grid-item:last-child .entry-body:after {
  background-color: transparent;
}
.cms-service-grid2 .entry-readmore a i, .cms-service-carousel2 .entry-readmore a i {
  margin-left: -12px;
  opacity: 0;
  transition: all 250ms linear 0s;
}
.cms-service-grid2 .grid-item-inner, .cms-service-carousel2 .grid-item-inner {
  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;
  margin-bottom: 30px;
  background-color: #fff;
}
.cms-service-grid2 .grid-item-inner:hover .entry-featured img, .cms-service-carousel2 .grid-item-inner:hover .entry-featured img {
  transform: scale(1.05);
}
.cms-service-grid2 .grid-item-inner:hover .entry-readmore a, .cms-service-carousel2 .grid-item-inner:hover .entry-readmore a {
  background-color: #0080c8;
  border-color: #0080c8;
}
.cms-service-grid2 .grid-item-inner:hover .entry-readmore a i, .cms-service-carousel2 .grid-item-inner:hover .entry-readmore a i {
  margin-left: 10px;
  opacity: 1;
}
.cms-service-carousel2 .slick-arrow {
  opacity: 0;
}
.cms-service-carousel2:hover .slick-arrow {
  opacity: 1;
}
.cms-service-carousel2 .grid-item-inner {
  margin-top: 39px;
  margin-bottom: 55px;
}
.cms-service-carousel2 .slick-slider {
  padding: 0;
}
.cms-service-carousel2 .slick-list {
  padding: 0 50px;
  margin: 0 -50px;
}
.cms-service-carousel2 .slick-list .slick-slide {
  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-service-carousel2 .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.cms-service-carousel2 .slick-dots {
  margin-top: -17px;
}
.cms-service-grid3 .item-icon {
  line-height: 1;
  margin: 0 0 42px;
}
.cms-service-grid3 .item-icon img {
  -webkit-transition: all 300ms ease 0ms;
  -khtml-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  max-height: 64px;
}
.cms-service-grid3 .entry-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
}
@media screen and (min-width: 992px) {
  .cms-service-grid3 .entry-title {
    width: 60%;
  }
}
.cms-service-grid3 .entry-content {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 23px;
}
@media screen and (min-width: 992px) {
  .cms-service-grid3 .entry-content {
    width: 95%;
  }
}
.cms-service-grid3 .service-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.cms-service-grid3 .service-category a {
  font-size: 15px;
  line-height: 30px;
  color: #00374e;
  font-weight: bold;
}
.cms-service-grid3 .service-category a:hover {
  color: #0080c8;
}
.cms-service-grid3 .service-category a:before {
  content: "\f00c";
  color: #0080c8;
  font-size: 11px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.cms-service-grid3 .entry-body {
  position: relative;
  padding: 20px 0;
}
.cms-service-grid3 .entry-readmore a i {
  margin-left: -12px;
  opacity: 0;
  transition: all 250ms linear 0s;
}
.cms-service-grid3 .grid-item-inner {
  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;
  margin-bottom: 30px;
  background-color: #fff;
}
.cms-service-grid3 .grid-item-inner:hover .item-icon img {
  animation: updown 350ms ease-in-out 50ms;
}
.cms-service-grid3 .grid-item-inner:hover .entry-readmore a {
  background-color: #0080c8;
  border-color: #0080c8;
}
.cms-service-grid3 .grid-item-inner:hover .entry-readmore a i {
  margin-left: 10px;
  opacity: 1;
}
.cms-client1 .client-image a {
  text-align: center;
  display: block;
}
.cms-client1 .client-image a img {
  display: inline-block;
}
.cms-client1 .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cms-image-box-carousel {
  background-color: #fff;
  padding: 40px 50px;
  max-width: 300px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.cms-image-box-carousel .cms-box-inner {
  text-align: left;
}
.cms-image-box-carousel .cms-box-inner .box-image {
  margin-bottom: 33px;
}
.cms-image-box-carousel .cms-box-inner .box-image img {
  max-height: 80px;
}
.cms-image-box-carousel .cms-box-inner .box-text h4 {
  font-size: 17px;
  line-height: 25px;
  color: #282828;
}
.cms-image-box-carousel .slick-dots {
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 12px;
}
.cms-location-carousel {
  background-color: #fff;
  padding: 43px 50px;
  max-width: 300px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -webkit-box-shadow: 0 5px 53px rgba(40, 40, 40, 0.12);
  -khtml-box-shadow: 0 5px 53px rgba(40, 40, 40, 0.12);
  -moz-box-shadow: 0 5px 53px rgba(40, 40, 40, 0.12);
  -ms-box-shadow: 0 5px 53px rgba(40, 40, 40, 0.12);
  -o-box-shadow: 0 5px 53px rgba(40, 40, 40, 0.12);
  box-shadow: 0 5px 53px rgba(40, 40, 40, 0.12);
}
@media screen and (max-width: 767px) {
  .cms-location-carousel {
    max-width: 100%;
  }
}
.cms-location-carousel.show-arrow {
  padding-bottom: 115px;
}
.cms-location-carousel .cms-box-inner {
  text-align: center;
}
.cms-location-carousel .cms-box-inner .box-subtitle {
  font-size: 15px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 15px;
}
.cms-location-carousel .cms-box-inner .box-title h4 {
  font-size: 22px;
  font-weight: bold;
  color: #0080c8;
  margin-bottom: 20px;
}
.cms-location-carousel .cms-box-inner .box-text {
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
}
.cms-location-carousel .slick-dots {
  justify-content: center;
  margin-left: 0;
  margin-top: 12px;
}
.cms-location-carousel .slick-arrow {
  width: 32px;
  height: 32px;
  background-color: #222;
  color: #fff;
}
.cms-location-carousel .slick-arrow.slick-prev {
  top: auto;
  left: 50%;
  bottom: -65px;
  transform: translateX(-37px);
  background-color: #0080c8;
}
.cms-location-carousel .slick-arrow.slick-prev:hover {
  background-color: #222;
}
.cms-location-carousel .slick-arrow.slick-next {
  top: auto;
  right: 50%;
  bottom: -65px;
  transform: translateX(37px);
}
.cms-sales-representative {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.cms-sales-representative .item-image {
  height: 65px;
  width: 65px;
  min-width: 65px;
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  border: 2px solid #0080c8;
  margin-right: 15px;
}
.cms-sales-representative .item-image img {
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  border: 2px solid #fff;
}
.cms-sales-representative .item-phone {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #0b2653;
  font-weight: 700;
}
.cms-sales-representative .item-phone:hover {
  color: #0080c8;
}
.cms-sales-representative .item-title {
  font-size: 13px;
  color: #51668a;
  font-weight: normal;
  font-family: inherit;
  margin-bottom: 0;
}
.elementor-widget-wrap > .elementor-element.el-inline {
  width: auto;
  display: inline-block;
  float: left;
}
.elementor-widget-wrap > .elementor-element.el-inline + .elementor-widget-cms_sales_representative {
  float: left;
  width: auto;
  margin-top: -2px;
}
.btn-submit-secondary .wpcf7-submit {
  background-color: #00374e;
  border-color: #00374e;
}
.btn-submit-secondary .wpcf7-submit:hover {
  background-color: #0080c8;
  border-color: #0080c8;
}
.cms-pricing-layout1 .pricing-title {
  font-size: 17px;
  margin-bottom: 20px;
}
.cms-pricing-layout1 .pricing-description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 43px;
}
.cms-pricing-layout1 .pricing-button {
  margin-bottom: 44px;
}
.cms-pricing-layout1 .pricing-button .btn {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .cms-pricing-layout1 .pricing-button .btn {
    padding: 0 15px;
  }
}
.cms-pricing-layout1 .cms-pricing-feature {
  font-size: 14px;
  list-style: none;
  margin-bottom: 42px;
}
.cms-pricing-layout1 .cms-pricing-feature i {
  color: #0080c8;
  margin-right: 16px;
}
.cms-pricing-layout1 .cms-pricing-feature li + li {
  margin-top: 10px;
}
.cms-pricing-layout1 .pricing-gap {
  height: 2px;
  background-color: #eaeaea;
  width: 100%;
  margin-bottom: 56px;
}
.cms-pricing-layout1 .pricing-price {
  font-size: 40px;
  color: #1b1a1a;
  line-height: 1;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .cms-pricing-layout1 .pricing-price {
    font-size: 33px;
  }
}
.cms-pricing-layout1 .cms-pricing-inner {
  padding: 45px 50px 60px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.05);
  -khtml-box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.05);
  -moz-box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.05);
  -ms-box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.05);
  -o-box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.05);
  box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.05);
}
@media screen and (max-width: 1199px) {
  .cms-pricing-layout1 .cms-pricing-inner {
    padding: 45px 30px;
  }
}
.cms-pricing-layout1.style2, .cms-pricing-layout1.style3 {
  color: #f9f9f9;
}
.cms-pricing-layout1.style2 .cms-pricing-feature i, .cms-pricing-layout1.style3 .cms-pricing-feature i {
  color: #f9f9f9;
}
.cms-pricing-layout1.style2 .pricing-title, .cms-pricing-layout1.style3 .pricing-title, .cms-pricing-layout1.style2 .pricing-price, .cms-pricing-layout1.style3 .pricing-price {
  color: #fff;
}
.cms-pricing-layout1.style2 .cms-pricing-inner {
  background-color: #0080c8;
}
.cms-pricing-layout1.style2 .pricing-button a {
  border-color: #fff;
  background-color: #fff;
  color: #00374e;
}
.cms-pricing-layout1.style2 .pricing-button a:hover {
  background-color: #00374e;
  border-color: #00374e;
  color: #fff;
}
.cms-pricing-layout1.style3 .cms-pricing-inner {
  background-color: #00374e;
}
.cms-pricing-layout1.style3 .pricing-button a {
  border-color: #0080c8;
  background-color: #0080c8;
  color: #fff;
}
.cms-pricing-layout1.style3 .pricing-button a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0080c8;
}
.cms-team-grid1 .item--image {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-team-grid1 .item--image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0080c8), to(rgba(0, 128, 200, 0.8)));
  background-image: -webkit-linear-gradient(bottom, #0080c8, rgba(0, 128, 200, 0.8));
  background-image: -moz-linear-gradient(bottom, #0080c8, rgba(0, 128, 200, 0.8));
  background-image: -ms-linear-gradient(bottom, #0080c8, rgba(0, 128, 200, 0.8));
  background-image: -o-linear-gradient(bottom, #0080c8, rgba(0, 128, 200, 0.8));
  background-image: linear-gradient(bottom, #0080c8, rgba(0, 128, 200, 0.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0080c8', endColorStr='rgba(0, 128, 200, 0.8)');
  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-team-grid1 .item--image img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
.cms-team-grid1 .item--image .item--social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px;
  -webkit-transition: all 450ms ease 0ms;
  -khtml-transition: all 450ms ease 0ms;
  -moz-transition: all 450ms ease 0ms;
  -ms-transition: all 450ms ease 0ms;
  -o-transition: all 450ms ease 0ms;
  transition: all 450ms ease 0ms;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -khtml-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.cms-team-grid1 .item--image .item--social a {
  color: #fff;
  font-size: 16px;
  margin: 0 13px;
  display: inline-block;
}
.cms-team-grid1 .item--image .item--social a i {
  font-size: 16px;
}
.cms-team-grid1 .item--title {
  font-size: 21px;
  color: #00374e;
  margin-bottom: 10px;
}
.cms-team-grid1 .item--title a {
  color: inherit;
}
.cms-team-grid1 .item--title a:hover {
  color: #0080c8;
}
.cms-team-grid1 .item--position {
  font-size: 14px;
  color: #616161;
}
.cms-team-grid1 .item--inner {
  text-align: center;
  margin-bottom: 73px;
}
.cms-team-grid1 .item--inner:hover .item--image:before {
  opacity: 1;
}
.cms-team-grid1 .item--inner:hover .item--social {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -khtml-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.cms-team-grid1.style2 .item--image:before {
  display: none;
}
.cms-team-grid1.style2 .item--social {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-team-grid1.style2 .item--social a {
  background-color: #0080c8;
  display: inline-flex;
  height: 50px;
  width: 50px;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.cms-team-grid1.style2 .item--social a:first-child {
  border-radius: 3px 0 0 3px;
}
.cms-team-grid1.style2 .item--social a:last-child {
  border-radius: 0 3px 3px 0;
}
.cms-team-grid1.style2 .item--social a i {
  color: #fff;
  transition: all 300ms ease 0s;
}
.cms-team-grid1.style2 .item--social a:hover i {
  transform: translateY(-5px);
}
.cms-career-layout1 {
  border: 1px solid #e7ebef;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.cms-career-layout1 .item-time {
  font-size: 13px;
  color: #fff;
  background-color: #0080c8;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
  line-height: 27px;
  margin-right: 16px;
}
.cms-career-layout1 .item-address {
  font-size: 13px;
  color: #9b9b9b;
}
.cms-career-layout1 .item--meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .cms-career-layout1 .item--meta {
    justify-content: center;
  }
}
.cms-career-layout1 .item--title {
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .cms-career-layout1 .item--title {
    margin-bottom: 12px;
  }
}
.cms-career-layout1 .item-desc {
  font-size: 15px;
  line-height: 25px;
  width: 45.5%;
}
@media screen and (max-width: 991px) {
  .cms-career-layout1 .item-desc {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
  }
}
.cms-career-layout1 .item-button {
  width: 22.5%;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .cms-career-layout1 .item-button {
    width: 100%;
    text-align: center;
  }
}
.cms-career-layout1 .item-button a {
  padding: 0 47px;
}
.cms-career-layout1 .item-holder {
  width: 32%;
}
@media screen and (max-width: 991px) {
  .cms-career-layout1 .item-holder {
    width: 100%;
    text-align: center;
  }
}
.cms-career-layout1 .item--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.cms-career-layout1 .item--inner > div {
  padding-left: 15px;
  padding-right: 15px;
}
.cms-career-layout1 .cms-career-item {
  padding: 32px 38px;
  -webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
.cms-career-layout1 .cms-career-item + .cms-career-item {
  border-top: 1px solid #e7ebef;
}
.elementor-icon-box-icon .elementor-icon, .elementor-widget-icon .elementor-icon {
  font-size: 64px;
}
.cms-button-wrapper .btn.size-small {
  line-height: 41px !important;
}
.cms-button-wrapper .btn.size-big {
  line-height: 61px !important;
}
.cms-button-readmore1 .btn-more {
  color: #222;
  display: inline-block;
}
.cms-button-readmore1 .btn-more i {
  height: 32px;
  width: 32px;
  line-height: 33px;
  font-size: 13px;
  background-color: #0080c8;
}
.cms-button-readmore1 .btn-more.more-white {
  color: #fff;
}
.cms-button-readmore1 .btn-more.more-white i {
  background-color: #fff;
  color: #0080c8;
  transition: all 300ms ease 0s;
}
.cms-button-readmore1 .btn-more.more-white:hover i {
  background-color: #00374e;
  color: #fff;
}
.cms-button-readmore1 .btn-more.more-default:hover {
  color: #0080c8;
}
.cms-banner-contact1 {
  position: relative;
}
.cms-banner-contact1 .cms-banner-desc {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .cms-banner-contact1 .cms-banner-desc br {
    display: none;
  }
}
.cms-banner-contact1 .cms-banner-phone {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 23px;
}
@media screen and (max-width: 1199px) {
  .cms-banner-contact1 .cms-banner-phone {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.cms-banner-contact1 .cms-banner-phone i {
  margin-right: 20px;
  font-size: 22px;
  font-weight: normal;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.z-index-1 {
  z-index: 1;
}
.elementor-widget.elementor-widget-cms_pointer {
  position: static;
}
.cms-pointer1 {
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cms-pointer1 {
    display: none;
  }
}
.cms-pointer1 .cms-pointer-holder {
  right: 15px;
  bottom: 75px;
  position: absolute;
  min-width: 200px;
  background-color: #fff;
  -webkit-border-radius: 4px 4px 0 4px;
  -khtml-border-radius: 4px 4px 0 4px;
  -moz-border-radius: 4px 4px 0 4px;
  -ms-border-radius: 4px 4px 0 4px;
  -o-border-radius: 4px 4px 0 4px;
  border-radius: 4px 4px 0 4px;
  padding: 31px 40px 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;
  visibility: hidden;
}
.cms-pointer1 .cms-pointer-holder:before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
}
.cms-pointer1 .cms-pointer-holder span {
  font-size: 100px;
  font-weight: 300;
  line-height: 85px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #0080c8;
  display: block;
}
.cms-pointer1 .cms-pointer-holder h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
}
.cms-pointer1 .cms-pointer-btn {
  color: #0080c8;
  height: 30px;
  width: 30px;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  -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-pointer1 .cms-pointer-btn.open, .cms-pointer1 .cms-pointer-btn:hover {
  background-color: #0080c8;
  color: #fff;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 128, 200, 0.5);
  -khtml-box-shadow: 0 0 0 4px rgba(0, 128, 200, 0.5);
  -moz-box-shadow: 0 0 0 4px rgba(0, 128, 200, 0.5);
  -ms-box-shadow: 0 0 0 4px rgba(0, 128, 200, 0.5);
  -o-box-shadow: 0 0 0 4px rgba(0, 128, 200, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 128, 200, 0.5);
}
.cms-pointer1 .cms-pointer-btn.open + .cms-pointer-holder {
  opacity: 1;
  visibility: visible;
  bottom: 55px;
}
@media screen and (max-width: 1199px) {
  .cms-pointer1 .cms-pointer-holder {
    min-width: 120px;
    padding: 20px 20px;
  }
  .cms-pointer1 .cms-pointer-holder span {
    font-size: 55px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .btn-video-section {
    display: none !important;
  }
}
.btn-video-section img {
  display: none;
}
.btn-video-section .cms-video-player {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #0080c8;
}
.cms-career-carousel1 .career-title {
  font-size: 21px;
  margin-bottom: 20px;
}
.cms-career-carousel1 .career-desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 16px;
}
.cms-career-carousel1 .career-meta {
  font-size: 13px;
  margin-bottom: 32px;
}
.cms-career-carousel1 .career-meta .career-time {
  display: inline-block;
  margin-right: 15px;
  line-height: 29px;
  background-color: #0080c8;
  color: #f9f9f9;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-career-carousel1 .career-inner {
  padding: 50px 40px 41px;
  background-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;
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.1);
  -khtml-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.1);
  -ms-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.1);
  -o-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.1);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.1);
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .cms-career-carousel1 .career-inner {
    padding: 40px 30px;
  }
}
.cms-career-carousel1 .career-inner .career-readmore .btn-more i {
  background-color: #0080c8;
  color: #fff;
}
.cms-career-carousel1 .cms-slick-carousel {
  margin: 0 -50px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
.cms-career-carousel1 .cms-slick-carousel .slick-list {
  overflow: visible;
}
.cms-career-carousel1 .slick-slide {
  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-career-carousel1 .slick-slide.slick-active {
  opacity: 1;
}
.cms-career-carousel1 .slick-dots {
  margin: 0;
  top: -18px;
  position: relative;
}
.site-content .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.admin-bar .sidebar-sticky {
  top: 60px;
}
.header-sticky .sidebar-sticky {
  top: 110px;
}
.admin-bar.header-sticky .sidebar-sticky {
  top: 140px;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: #0080c8;
  font-size: 14px;
  font-weight: 500;
  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;
}
.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.entry-content .page-links a span:hover {
  background-color: #0080c8;
  color: #fff;
}
.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
  margin: 0;
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  body #primary.content-has-sidebar {
    -ms-flex: 0 0 68.3%;
    flex: 0 0 68.3%;
    max-width: 68.3%;
  }
  body #primary.content-has-sidebar.float-left + #secondary {
    padding-left: 35px;
  }
  body #primary.content-has-sidebar.float-right + #secondary {
    padding-right: 35px;
  }
  body #secondary.widget-has-sidebar {
    -ms-flex: 0 0 31.7%;
    flex: 0 0 31.7%;
    max-width: 31.7%;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-content {
    overflow: hidden;
  }
}
.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;
}
@media screen and (min-width: 992px) {
  .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;
  }
}
.widget_shopping_cart {
  position: absolute;
  background-color: #fff;
  right: 0;
  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: 320px;
  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;
  line-height: normal;
}
.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: 40px !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 li a {
  white-space: inherit !important;
}
.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: #0080c8;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
  font-size: 13px;
  color: #9b9b9b;
  border: none;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
.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: #0080c8;
  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-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-weight: normal;
  line-height: 28px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
  color: #0080c8;
  float: right;
  font-size: 14px;
  line-height: 1;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
.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: #00374e;
  border-color: #00374e;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout:hover {
  background-color: #0080c8;
  border-color: #0080c8;
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  color: #0080c8;
  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: 20px;
}
.woocommerce #secondary .widget_product_search button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 51px;
  line-height: 51px;
  width: 50px;
  font-size: 14px;
  color: #0080c8;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
}
body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
  padding: 0;
  background-color: transparent;
  margin-bottom: 48px;
}
body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
  margin-bottom: 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: #0080c8;
  font-size: 14px;
  border: none;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  padding: 0 44px;
  line-height: 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;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
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: #00374e;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #0080c8;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #0080c8;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  padding: 0;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #282828;
  -moz-appearance: textfield;
  height: 51px;
  width: 51px;
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 700;
}
.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: #0080c8;
  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 #dbdbdb;
  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: 46px;
  padding-left: 20px;
  color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #9b9b9b;
}
.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: #0080c8;
}
.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 .ct-newsletter-inner {
  margin-top: 33px;
  margin-bottom: 18px;
}
#shop-newsletter .ct-newsletter-inner .tnp-email {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .ct-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: #0080c8;
}
.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: #0080c8;
}
.widget_product_tag_cloud .tagcloud a {
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-title {
  margin-bottom: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-content-inner {
  padding-top: 30px;
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #0080c8;
  -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: 8px;
  width: 8px;
  background-color: #0080c8;
  top: -2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -2px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding-top: 25px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  font-size: 12px;
  line-height: 1;
  flex-grow: 1;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  float: none;
  max-width: 110px;
  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: transparent;
  color: #0080c8;
  line-height: 1;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
}
body .widget_products ul.product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 20px;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 20px;
}
body .widget_products ul.product_list_widget li .product-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 7px;
}
body .widget_products ul.product_list_widget li .product-title a {
  color: inherit;
}
body .widget_products ul.product_list_widget li .product-title a:hover {
  color: #0080c8;
}
body .widget_products ul.product_list_widget li .amount {
  font-size: 13px;
  color: #0080c8;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
body .widget_products ul.product_list_widget li del {
  color: #0080c8;
}
body .widget_products ul.product_list_widget li del .amount {
  color: inherit;
}
body .widget_products ul.product_list_widget li .star-rating-wrap {
  margin-bottom: 6px !important;
}
body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
  display: none;
}
body .widget_products ul.product_list_widget li .wg-product-image {
  width: 49px;
  margin-right: 16px;
  min-width: 49px;
}
body .widget_products ul.product_list_widget li .wg-product-image img {
  float: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.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: #0080c8;
  background-color: #0080c8;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #0080c8;
  background-color: #0080c8;
}
#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: #0080c8;
  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: #282828;
}
#shop-breadcrumb ul li a:hover {
  color: #0080c8;
}
.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 {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 8px;
  display: inline-block;
}
.woocommerce .woocommerce-product-category a:hover {
  color: #0080c8;
}
.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: #00374e;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  -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: 47px;
  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: 19px;
  font-weight: 500;
  font-family: inherit;
}
.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: #0080c8;
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #0080c8;
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
  color: #c4c9dc;
}
.woocommerce ul.products li.product .price ins {
  color: #00374e;
  font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 20px;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 15px 30px 15px 0px;
  flex-grow: 1;
  color: #222;
  font-size: 13px;
  font-weight: 700;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: none;
  padding: 0 8px;
  height: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
  right: 8px;
  color: #9b9b9b;
  font-size: 14px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
  color: #9b9b9b;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
  line-height: 30px;
}
.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%;
  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;
  bottom: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  line-height: 50px;
  background-color: #0080c8;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 40px;
  margin: 0;
}
.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: 19px 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: #0080c8;
}
.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 nav.woocommerce-pagination {
  margin-top: 0;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 0 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #9b9b9b;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 0 0;
  border: 1px solid #eee;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
  margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
  font-size: 16px;
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  font-size: 16px;
  content: '\f2ea';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: #0080c8;
  color: #fff;
  border-color: #0080c8;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 16px;
  margin-bottom: 33px;
  text-align: center;
}
.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 {
  margin-top: 22px;
  padding-top: 21px;
  border-top: 1px dashed #dbdbdb;
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product form.cart {
  padding-top: 24px;
  padding-bottom: 22px;
  margin: 0;
}
.single-product #primary div.product form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
@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: #0080c8;
  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) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 0;
}
.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 .woocommerce-product-gallery__trigger {
  right: 20px;
  top: 20px;
}
@media screen and (min-width: 1200px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    padding-right: 15px;
  }
  .single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 35px;
  }
}
.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__wrapper {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.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: 69px;
  padding-top: 24px;
}
@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: 12px;
  color: #9b9b9b;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a:hover {
  color: #0080c8;
}
.single-product #primary div.product .entry-summary .entry-title {
  font-size: 19px;
  margin-bottom: 8px;
  font-weight: 500;
}
.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: #0080c8;
  font-weight: 500;
}
.single-product #primary div.product .entry-summary .price ins {
  margin-right: 22px;
}
.single-product #primary div.product .entry-summary .price del {
  color: #0080c8;
}
.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-excerpt p {
  font-size: 14px;
  line-height: 23px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #dbdbdb;
  font-size: 12px;
  color: #9b9b9b;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
  color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
  color: #0080c8;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
  color: #282828;
  margin-right: 4px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  margin-right: 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin: 0 9px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
  color: #0080c8;
}
.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 {
  margin-top: 48px;
  margin-bottom: 88px;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  justify-content: center;
  border-bottom: 2px solid #dbdbdb;
}
.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 15px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
  font-size: 14px;
  color: #282828;
  font-weight: 700;
  padding: 0;
  line-height: 51px;
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #0080c8;
  position: absolute;
  bottom: -2px;
  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: #0080c8;
}
.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 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}
.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-noreviews {
  margin-bottom: 15px;
}
.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 #review_form #respond {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.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: #282828;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
.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: 57px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
  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: inline-block;
  color: #fff;
  font-size: 16px;
  margin: 0 3px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
  background-color: #0080c8;
}
.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: #0080c8;
  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: #00374e;
}
.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: #0080c8;
}
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: #0080c8;
  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, 128, 200, 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;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
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: #0080c8;
}
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: #00374e;
}
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: #0080c8;
}
.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: #0080c8;
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #00374e;
}
.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: #0080c8;
}
.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: #0080c8;
  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: #0080c8;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #00374e;
}
.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: #0080c8;
  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: #00374e !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: #0080c8;
  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: #00374e;
}
.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;
}
.elementor-element h1, .elementor-element h2, .elementor-element h3, .elementor-element h4, .elementor-element h5, .elementor-element h6, .elementor-element .h1, .elementor-element .h2, .elementor-element .h3, .elementor-element .h4, .elementor-element .h5, .elementor-element .h6 {
  margin: 0;
}
.elementor-element .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
  max-width: 1170px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: 1190px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
  max-width: 1200px;
}
.site-content .elementor-row, .site-footer-custom .elementor-row {
  justify-content: space-between;
}
.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-element-edit-mode.elementor-section-boxed .elementor-container, .site-footer-custom .elementor-element-edit-mode.elementor-section-boxed .elementor-container {
  margin: 0 auto;
}
.site-content .elementor-widget-text-editor, .site-footer-custom .elementor-widget-text-editor {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.site-content .elementor-widget-icon-list .elementor-icon-list-item, .site-footer-custom .elementor-widget-icon-list .elementor-icon-list-item {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-content .elementor-widget-icon-list .elementor-icon-list-item a span:last-child, .site-footer-custom .elementor-widget-icon-list .elementor-icon-list-item a span:last-child {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: all 300ms linear 0s;
}
.site-content .elementor-widget-icon-list .elementor-icon-list-item a:hover span:last-child, .site-footer-custom .elementor-widget-icon-list .elementor-icon-list-item a:hover span:last-child {
  border-color: inherit;
}
.site-content .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title, .site-footer-custom .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
.site-content .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description, .site-footer-custom .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.site-content .elementor-widget-image, .site-footer-custom .elementor-widget-image {
  overflow: hidden;
}
.site-content .fa, .site-footer-custom .fa {
  font: normal normal normal 14px/1 FontAwesome;
}
.site-content .cms-dropcap .elementor-drop-cap, .site-footer-custom .cms-dropcap .elementor-drop-cap {
  margin-top: -13px;
}
.single-footer #colophon, .elementor_library-template-default.single-elementor_library #colophon {
  display: none;
}
@media screen and (max-width: 1199px) {
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 0 !important;
  }
  .col-offset-right > .elementor-column-wrap .elementor-widget-wrap {
    padding-right: 0 !important;
  }
}
