/*--------------------------------------------------------------
>>> 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 */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  color: #ffc916;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #a40e36;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: normal;
  font-family: "Roboto";
  letter-spacing: 0.016em;
}
.site {
  position: relative;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  clear: both;
  line-height: 1.1;
  margin: 0 0 15px;
  font-weight: 700;
  text-transform: capitalize;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 36px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 24px;
}
h6, .h6 {
  font-size: 20px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #000;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #ac0430;
}
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: #ac0430;
}
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;
}
blockquote {
  background-color: #dde1e4;
  border-left: 5px solid #000;
  font-size: 24px;
  line-height: normal;
  padding: 20px 26px;
  color: #000;
  font-family: 'Calibre-Medium';
}
blockquote cite {
  font-style: normal;
  display: block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 18px;
  margin-top: 12px;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
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%;
  }
}
#tslOverlay {
  background-color: transparent !important;
}
.z-index-top {
  z-index: 888;
  position: relative;
}
.text-color1 {
  color: rgba(0, 0, 0, 0.66);
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-bottom: 1em;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary {
  background-color: #ac0430 !important;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  background-color: #fff;
  border: 2px solid #000;
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.cms-close {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-close:before, .cms-close:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: "";
  background-color: #282828;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
  top: 21px;
}
.cms-close:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: #a40e36;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #ac0430;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.bg-gradient {
  background-color: #ac0430;
  background-image: -webkit-gradient(linear, left top, right top, from(#ac0430), to(#000));
  background-image: -webkit-linear-gradient(left, #ac0430, #000);
  background-image: -moz-linear-gradient(left, #ac0430, #000);
  background-image: -ms-linear-gradient(left, #ac0430, #000);
  background-image: -o-linear-gradient(left, #ac0430, #000);
  background-image: linear-gradient(left, #ac0430, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ac0430', endColorStr='#000', gradientType='1');
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.a-dark, .single-hentry .entry-title a, .post-previous-next.style-default h3 a, .widget_cms_recent_posts .entry-title a, .comment-title a {
  color: #000;
}
.a-dark:hover, .single-hentry .entry-title a:hover, .post-previous-next.style-default h3 a:hover, .widget_cms_recent_posts .entry-title a:hover, .comment-title a:hover, .a-dark:focus, .single-hentry .entry-title a:focus, .post-previous-next.style-default h3 a:focus, .widget_cms_recent_posts .entry-title a:focus, .comment-title a:focus {
  color: #616161;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.h-main, .comment-title {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #000;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #ac0430;
  font-family: Nimbus-Sans-Bold;
}
.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;
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  color: rgba(0, 0, 0, 0.45);
  padding: 15px 24px;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.016em;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 100%;
  font-family: "Roboto";
  outline: none;
}
select {
  height: 47px;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 195px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #ac0430;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 145px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
  border: none;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: #ac0430;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: normal;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f2f4";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f2f6";
}
#ui-datepicker-div .ui-datepicker-title {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-size: inherit;
  color: #fff;
  line-height: normal;
  height: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: inherit;
  border: none;
}
#ui-datepicker-div .ui-datepicker-title select option {
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: transparent;
  border: none;
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #ac0430;
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  text-transform: uppercase;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
  background-color: transparent;
  border: medium none;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: #ac0430;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: rgba(172, 4, 48, 0.7);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #ac0430;
}
.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: #ac0430;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: FontAwesome;
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f312";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  color: #000;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background-color: #ac0430;
  font-size: 16px;
  border: 2px solid #ac0430;
  color: #fff;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 53px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
  outline: medium none;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-outline {
  background-color: transparent;
  background-image: none;
  border: 2px solid #000;
  color: #000;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  border-color: #ac0430;
  color: #fff;
  background-color: #ac0430;
}
.btn.btn-primary-outline {
  background-color: transparent;
  background-image: none;
  border: 2px solid #ac0430;
  color: #ac0430;
}
.btn.btn-primary-outline:not(:hover) {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active {
  border-color: #ac0430 !important;
  color: #000 !important;
  background-color: #ac0430 !important;
}
.btn.btn-secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: #ac0430;
  background-color: #ac0430;
  color: #fff !important;
}
.btn.btn-primary-white {
  background-color: #fff;
  border-color: #fff;
  color: #ac0430;
  /* Button Size */
}
.btn.btn-primary-white:hover {
  background-color: #d4053b;
  border-color: #d4053b;
  color: #fff;
}
.btn.size-lg {
  line-height: 58px;
  font-size: 18px;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-contact {
  display: inline-block;
  margin-right: 30px;
}
.btn-contact + .fanbox-contact {
  display: inline-block;
  vertical-align: middle;
}
.btn-block {
  display: block;
}
.btn-text {
  color: #ac0430;
  border-bottom: 1px solid rgba(172, 4, 48, 0.2);
  display: inline-block;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
  color: #de053e;
}
.btn-purchase .btn {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #feb103;
  border-color: #feb103;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 41px;
}
.btn-purchase .btn:hover, .btn-purchase .btn:focus, .btn-purchase .btn:active {
  background-color: transparent;
  color: #feb103;
}
@media screen and (max-width: 767px) {
  .btn-purchase .btn {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .btn-contact {
    display: block;
    margin: 0 0 20px;
  }
}
.cms-button-wrapper.btn-inline {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-right: 30px;
}
#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap.header-layout1 {
  margin: auto;
  max-width: 1170px;
  background-color: rgba(0, 0, 0, 0.87);
}
#site-header-wrap.header-layout2 .site-contact-item a, #site-header-wrap.header-layout2 .site-contact-item span {
  font-family: "Roboto";
  font-weight: 700;
}
#site-header-wrap.header-layout3 {
  margin: auto;
  max-width: 1170px;
}
#site-header-wrap.header-layout3 .site-contact-item a, #site-header-wrap.header-layout3 .site-contact-item span {
  font-family: "Roboto Condensed";
  font-weight: 700;
}
#site-header-wrap .site-branding {
  position: relative;
}
#site-header-wrap .site-branding a {
  line-height: 0;
  float: left;
}
#site-header-wrap .site-branding a:not(.logo-light) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#site-header-wrap .site-branding img {
  max-height: 65px;
}
@media screen and (min-width: 992px) {
  #site-header-wrap .site-contact-item {
    position: relative;
    padding-left: 50px;
    color: rgba(0, 0, 0, 0.66);
    font-size: 14px;
    line-height: 1;
  }
  #site-header-wrap .site-contact-item svg {
    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;
  }
  #site-header-wrap .site-contact-item span, #site-header-wrap .site-contact-item a {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 7px;
  }
  #site-header-wrap .site-contact-item a:hover {
    color: #ac0430;
  }
  #site-header-wrap .site-contact-item + .site-contact-item {
    margin-left: 46px;
  }
  #site-header-wrap .site-button {
    margin-left: 44px;
  }
  #site-header-wrap.header-layout1 .site-header-top, #site-header-wrap.header-layout2 .site-header-top, #site-header-wrap.header-layout3 .site-header-top, #site-header-wrap.header-layout5 .site-header-top {
    padding: 18px 0;
  }
  #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom, #site-header-wrap.header-layout2 #headroom.headroom--not-top.headroom--not-bottom, #site-header-wrap.header-layout3 #headroom.headroom--not-top.headroom--not-bottom, #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark, #site-header-wrap.header-layout2 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark, #site-header-wrap.header-layout3 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark, #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-branding img, #site-header-wrap.header-layout2 #headroom.headroom--not-top.headroom--not-bottom .site-branding img, #site-header-wrap.header-layout3 #headroom.headroom--not-top.headroom--not-bottom .site-branding img, #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .site-branding img {
    max-height: 45px;
  }
  #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-header-top, #site-header-wrap.header-layout2 #headroom.headroom--not-top.headroom--not-bottom .site-header-top, #site-header-wrap.header-layout3 #headroom.headroom--not-top.headroom--not-bottom .site-header-top, #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .site-header-top {
    padding: 10px 0;
  }
  #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .primary-menu > li > a, #site-header-wrap.header-layout2 #headroom.headroom--not-top.headroom--not-bottom .primary-menu > li > a, #site-header-wrap.header-layout3 #headroom.headroom--not-top.headroom--not-bottom .primary-menu > li > a, #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .primary-menu > li > a {
    line-height: 50px;
  }
  #site-header-wrap.header-layout1 #headroom .primary-menu > li, #site-header-wrap.header-layout2 #headroom .primary-menu > li, #site-header-wrap.header-layout3 #headroom .primary-menu > li, #site-header-wrap.header-layout5 #headroom .primary-menu > li {
    margin: 0 26px;
  }
  #site-header-wrap.header-layout1 #headroom .primary-menu > li:first-child, #site-header-wrap.header-layout2 #headroom .primary-menu > li:first-child, #site-header-wrap.header-layout3 #headroom .primary-menu > li:first-child, #site-header-wrap.header-layout5 #headroom .primary-menu > li:first-child {
    margin-left: 0;
  }
  #site-header-wrap.header-layout1 #headroom .primary-menu > li:last-child, #site-header-wrap.header-layout2 #headroom .primary-menu > li:last-child, #site-header-wrap.header-layout3 #headroom .primary-menu > li:last-child, #site-header-wrap.header-layout5 #headroom .primary-menu > li:last-child {
    margin-right: 0;
  }
  #site-header-wrap.header-layout1 #headroom .container, #site-header-wrap.header-layout2 #headroom .container, #site-header-wrap.header-layout3 #headroom .container, #site-header-wrap.header-layout5 #headroom .container {
    padding: 0 30px;
  }
  #site-header-wrap.header-layout1 #headroom .row, #site-header-wrap.header-layout2 #headroom .row, #site-header-wrap.header-layout3 #headroom .row, #site-header-wrap.header-layout5 #headroom .row {
    margin: 0 -30px;
  }
  #site-header-wrap.header-layout1 #headroom .row [class*='col-'], #site-header-wrap.header-layout2 #headroom .row [class*='col-'], #site-header-wrap.header-layout3 #headroom .row [class*='col-'], #site-header-wrap.header-layout5 #headroom .row [class*='col-'], #site-header-wrap.header-layout1 #headroom .row [class^='col-'], #site-header-wrap.header-layout2 #headroom .row [class^='col-'], #site-header-wrap.header-layout3 #headroom .row [class^='col-'], #site-header-wrap.header-layout5 #headroom .row [class^='col-'] {
    padding: 0 30px;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom .primary-menu > li > a, #site-header-wrap.header-layout2.header-transparent #headroom .primary-menu > li > a, #site-header-wrap.header-layout3.header-transparent #headroom .primary-menu > li > a, #site-header-wrap.header-layout5.header-transparent #headroom .primary-menu > li > a {
    color: rgba(255, 255, 255, 0.45);
  }
  #site-header-wrap.header-layout1.header-transparent #headroom .primary-menu > li:hover > a, #site-header-wrap.header-layout2.header-transparent #headroom .primary-menu > li:hover > a, #site-header-wrap.header-layout3.header-transparent #headroom .primary-menu > li:hover > a, #site-header-wrap.header-layout5.header-transparent #headroom .primary-menu > li:hover > a, #site-header-wrap.header-layout1.header-transparent #headroom .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout2.header-transparent #headroom .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout3.header-transparent #headroom .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout5.header-transparent #headroom .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout1.header-transparent #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout2.header-transparent #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout3.header-transparent #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout5.header-transparent #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout1.header-transparent #headroom .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout2.header-transparent #headroom .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout3.header-transparent #headroom .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout5.header-transparent #headroom .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout1.header-transparent #headroom .primary-menu > li.current-menu-ancestor > a, #site-header-wrap.header-layout2.header-transparent #headroom .primary-menu > li.current-menu-ancestor > a, #site-header-wrap.header-layout3.header-transparent #headroom .primary-menu > li.current-menu-ancestor > a, #site-header-wrap.header-layout5.header-transparent #headroom .primary-menu > li.current-menu-ancestor > a {
    color: #ac0430;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom .site-contact-item, #site-header-wrap.header-layout2.header-transparent #headroom .site-contact-item, #site-header-wrap.header-layout3.header-transparent #headroom .site-contact-item, #site-header-wrap.header-layout5.header-transparent #headroom .site-contact-item {
    color: rgba(255, 255, 255, 0.66);
  }
  #site-header-wrap.header-layout1.header-transparent #headroom .site-contact-item span, #site-header-wrap.header-layout2.header-transparent #headroom .site-contact-item span, #site-header-wrap.header-layout3.header-transparent #headroom .site-contact-item span, #site-header-wrap.header-layout5.header-transparent #headroom .site-contact-item span, #site-header-wrap.header-layout1.header-transparent #headroom .site-contact-item a, #site-header-wrap.header-layout2.header-transparent #headroom .site-contact-item a, #site-header-wrap.header-layout3.header-transparent #headroom .site-contact-item a, #site-header-wrap.header-layout5.header-transparent #headroom .site-contact-item a {
    color: #fff;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom .site-contact-item a:hover, #site-header-wrap.header-layout2.header-transparent #headroom .site-contact-item a:hover, #site-header-wrap.header-layout3.header-transparent #headroom .site-contact-item a:hover, #site-header-wrap.header-layout5.header-transparent #headroom .site-contact-item a:hover {
    color: #ac0430;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom .site-contact-item svg, #site-header-wrap.header-layout2.header-transparent #headroom .site-contact-item svg, #site-header-wrap.header-layout3.header-transparent #headroom .site-contact-item svg, #site-header-wrap.header-layout5.header-transparent #headroom .site-contact-item svg {
    stroke: #fff;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li > a, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li > a, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li > a, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li > a {
    color: #000;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li:hover > a, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li:hover > a, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li:hover > a, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li:hover > a, #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-ancestor > a, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-ancestor > a, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-ancestor > a, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-ancestor > a {
    color: #ac0430;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item {
    color: rgba(0, 0, 0, 0.66);
  }
  #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item span, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item span, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item span, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item span, #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item a, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item a, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item a, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item a {
    color: #000;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item a:hover, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item a:hover, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item a:hover, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item a:hover {
    color: #ac0430;
  }
  #site-header-wrap.header-layout1.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item svg, #site-header-wrap.header-layout2.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item svg, #site-header-wrap.header-layout3.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item svg, #site-header-wrap.header-layout5.header-transparent #headroom.headroom--pinned.headroom--up .site-contact-item svg {
    stroke: #000;
  }
  #site-header-wrap.header-layout1 .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  #site-header-wrap.header-layout1 .primary-menu-not-set a {
    color: rgba(255, 255, 255, 0.45);
    line-height: 70px;
  }
  #site-header-wrap.header-layout1 .primary-menu-not-set a:hover {
    color: #ac0430;
  }
  #site-header-wrap.header-layout2 .site-header-top {
    padding: 22px 0 !important;
    -webkit-transition: padding 300ms linear 0ms;
    -khtml-transition: padding 300ms linear 0ms;
    -moz-transition: padding 300ms linear 0ms;
    -ms-transition: padding 300ms linear 0ms;
    -o-transition: padding 300ms linear 0ms;
    transition: padding 300ms linear 0ms;
  }
  #site-header-wrap.header-layout2 .site-header-top .container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 15px !important;
  }
  #site-header-wrap.header-layout2 .site-header-top .container > div {
    padding: 0 15px;
  }
  #site-header-wrap.header-layout2 .site-header-top .container > div.col-text-right {
    flex-grow: 1;
  }
  #site-header-wrap.header-layout2 .site-contact-item svg {
    stroke: #ac0430;
  }
  #site-header-wrap.header-layout2 .site-branding a.logo-light {
    opacity: 0;
  }
  #site-header-wrap.header-layout2 .site-branding a.logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout2 .site-header-main {
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
    -khtml-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
    -ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
    -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
  }
  #site-header-wrap.header-layout2 .primary-menu > li > a {
    line-height: 50px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.66);
  }
  #site-header-wrap.header-layout2 .primary-menu > li > a:hover, #site-header-wrap.header-layout2 .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout2 .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout2 .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout2 .primary-menu > li.current-menu-ancestor > a {
    color: #ac0430;
  }
  #site-header-wrap.header-layout2 .primary-menu > li:hover .sub-menu {
    margin-top: 0;
  }
  #site-header-wrap.header-layout2.menu-fixed {
    margin-bottom: -50px;
  }
  #site-header-wrap.header-layout2.menu-fixed #headroom.headroom--top.headroom--not-bottom {
    background-color: transparent;
  }
  #site-header-wrap.header-layout2.menu-fixed #headroom.headroom--top.headroom--not-bottom .site-header-top {
    background-color: #fff;
  }
  #site-header-wrap.header-layout2.menu-fixed #headroom.headroom--top.headroom--not-bottom .site-header-main {
    background-color: rgba(255, 255, 255, 0.66);
  }
  #site-header-wrap.header-layout2 #headroom {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  #site-header-wrap.header-layout2 #headroom.headroom--not-top.headroom--not-bottom.headroom--pinned .site-header-top {
    padding: 10px 0 !important;
  }
  #site-header-wrap.header-layout3 #headroom:not(.headroom--not-top) .site-header-top {
    padding: 23px 0;
  }
  #site-header-wrap.header-layout3 #headroom:not(.headroom--not-top) .site-header-top > .container {
    padding-left: 0;
  }
  #site-header-wrap.header-layout3 #headroom:not(.headroom--not-top) .site-header-main {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px;
  }
  #site-header-wrap.header-layout4 .site-header-top {
    padding: 18px 0;
  }
  #site-header-wrap.header-layout4 .site-branding .logo-light {
    opacity: 0;
  }
  #site-header-wrap.header-layout4 .site-branding .logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout4 .site-header-main {
    background-color: #4a4947;
    position: relative;
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 380px;
    background-color: #373735;
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form input {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.25) !important;
    height: 71px;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form i {
    position: absolute;
    right: 0;
    color: #696968;
    font-size: 30px;
    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%);
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form .header-search-form-inner {
    max-width: 280px;
    position: relative;
  }
  #site-header-wrap.header-layout4 .primary-menu > li > a {
    color: #858584;
  }
  #site-header-wrap.header-layout4 .primary-menu > li > a:hover, #site-header-wrap.header-layout4 .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout4 .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout4 .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout4 .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  #site-header-wrap.header-layout4 .primary-menu > li:first-child {
    margin-left: 0;
  }
  #site-header-wrap.header-layout4 .primary-menu > li .sub-menu > li > a:hover, #site-header-wrap.header-layout4 .primary-menu > li .sub-menu > li.current_page_item > a, #site-header-wrap.header-layout4 .primary-menu > li .sub-menu > li.current-menu-item > a, #site-header-wrap.header-layout4 .primary-menu > li .sub-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout4 .primary-menu > li .sub-menu > li.current-menu-ancestor > a {
    color: #4a4947;
  }
  #site-header-wrap.header-layout4 #headroom {
    background-color: #fff;
  }
  #site-header-wrap.header-layout4 #headroom.headroom--not-top.headroom--not-bottom.headroom--pinned .site-header-top {
    padding: 15px 0;
  }
  #site-header-wrap.header-layout4 #headroom.headroom--not-top.headroom--not-bottom.headroom--pinned .primary-menu > li > a {
    line-height: 50px;
  }
  #site-header-wrap.header-layout4 #headroom.headroom--not-top.headroom--not-bottom.headroom--pinned .site-header-main .header-search-form input {
    height: 50px;
  }
  #site-header-wrap.header-layout5 #headroom {
    background-color: #fff;
  }
  #site-header-wrap.header-layout5 #headroom .container {
    padding: 0 15px;
  }
  #site-header-wrap.header-layout5 .site-header-top {
    padding: 25px 0;
  }
  #site-header-wrap.header-layout5 .site-header-main {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  #site-header-wrap.header-layout5 .site-branding a.logo-light {
    opacity: 0;
  }
  #site-header-wrap.header-layout5 .site-branding a.logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout5 .primary-menu {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #site-header-wrap.header-layout5 .primary-menu > li > a {
    line-height: 50px;
    font-size: 16px;
    color: #303745;
    text-align: center;
  }
  #site-header-wrap.header-layout5 .primary-menu > li > a:hover, #site-header-wrap.header-layout5 .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout5 .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout5 .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout5 .primary-menu > li.current-menu-ancestor > a {
    color: #ac0430;
  }
  #site-header-wrap.header-layout5 .primary-menu > li:hover .sub-menu {
    margin-top: 0;
  }
  #site-header-wrap.header-layout5 .primary-menu > li.menu-item-has-children > a:after {
    bottom: 5px;
    content: "...";
    font-family: inherit;
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
  }
  #site-header-wrap.header-layout5 .site-contact-top .header-button + .header-contact-group {
    margin-left: 36px;
  }
  #site-header-wrap.header-layout5 .site-contact-top .header-contact-group {
    font-size: 16px;
    line-height: 25px;
  }
  #site-header-wrap.header-layout5 .site-contact-top .header-contact-group a {
    color: #303745;
  }
  #site-header-wrap.header-layout5 .site-contact-top .header-contact-group a:hover {
    color: #ac0430;
  }
  #site-header-wrap.header-layout6 #headroom {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #site-header-wrap.header-layout6 .site-branding, #site-header-wrap.header-layout6 .main-navigation {
    padding: 15px;
    align-items: center;
    display: flex;
    display: -webkit-flex;
  }
  #site-header-wrap.header-layout6 .site-branding {
    padding-right: 25px;
  }
  #site-header-wrap.header-layout6 .site-branding .logo-light {
    opacity: 0;
  }
  #site-header-wrap.header-layout6 .site-branding .logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout6 .site-branding a:not(.logo-light) {
    left: 15px;
    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%);
  }
  #site-header-wrap.header-layout6 .main-navigation {
    border-left: 1px solid #e5e5e5;
  }
  #site-header-wrap.header-layout6 .primary-menu > li a {
    color: rgba(0, 0, 0, 0.66);
    letter-spacing: 0.016em;
  }
  #site-header-wrap.header-layout6 .primary-menu > li > a:hover, #site-header-wrap.header-layout6 .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout6 .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout6 .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout6 .primary-menu > li.current-menu-ancestor > a {
    color: #ac0430;
  }
  #site-header-wrap.header-layout7 .primary-menu-not-set {
    margin: 0;
    list-style: none;
    text-align: right;
  }
  #site-header-wrap.header-layout7 .primary-menu-not-set a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #site-header-wrap.header-layout7 .primary-menu-not-set a:hover {
    color: #ac0430;
  }
  #site-header-wrap.header-layout7 #headroom {
    background-color: #ac0430;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #site-header-wrap.header-layout7 #headroom .container {
    max-width: 1350px;
  }
  #site-header-wrap.header-layout7 #headroom .site-branding {
    padding: 20px 6px 20px 15px;
    align-items: center;
    display: flex;
  }
  #site-header-wrap.header-layout7 #headroom .site-branding .logo-light {
    opacity: 0;
  }
  #site-header-wrap.header-layout7 #headroom .site-branding .logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout7 #headroom .site-branding a:not(.logo-light) {
    left: 15px;
    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%);
  }
  #site-header-wrap.header-layout7 #headroom .site-header-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #site-header-wrap.header-layout7 #headroom .site-header-top {
    margin: 0 -20px;
    padding: 0 15px 0 60px;
    list-style: none;
    text-align: right;
  }
  #site-header-wrap.header-layout7 #headroom .site-header-top li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 0.016em;
  }
  #site-header-wrap.header-layout7 #headroom .site-header-top li a {
    color: #fff;
  }
  #site-header-wrap.header-layout7 #headroom .site-header-top li a:hover {
    color: rgba(255, 255, 255, 0.87);
  }
  #site-header-wrap.header-layout7 #headroom .site-header-main > .container > .row {
    flex-wrap: nowrap;
  }
  #site-header-wrap.header-layout7 #headroom .main-navigation {
    padding: 0 15px 0 52px;
    position: relative;
    margin-left: 29px;
    height: 58px;
  }
  #site-header-wrap.header-layout7 #headroom .main-navigation svg {
    fill: #2e2e2e;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: calc(100% - 1px);
    right: -webkit-calc(100% - 1px);
    right: -ms-calc(100% - 1px);
    right: -o-calc(100% - 1px);
  }
  #site-header-wrap.header-layout7 #headroom .skew-divider {
    background-color: #2e2e2e;
  }
  #site-header-wrap.header-layout7 #headroom .primary-menu > li > a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #site-header-wrap.header-layout7 #headroom .primary-menu > li > a:hover, #site-header-wrap.header-layout7 #headroom .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout7 #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout7 #headroom .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout7 #headroom .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  #site-header-wrap.header-layout7 #headroom .primary-menu li:hover > .sub-menu {
    margin-top: 0;
  }
  #site-header-wrap.header-layout8 .primary-menu-not-set {
    margin: 0;
    list-style: none;
    text-align: right;
  }
  #site-header-wrap.header-layout8 .primary-menu-not-set a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #site-header-wrap.header-layout8 .primary-menu-not-set a:hover {
    color: #ac0430;
  }
  #site-header-wrap.header-layout8 #headroom {
    background-color: #222;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #site-header-wrap.header-layout8 #headroom .site-branding {
    padding: 20px 15px;
    align-items: center;
    display: flex;
  }
  #site-header-wrap.header-layout8 #headroom .site-branding a:not(.logo-light) {
    left: 15px;
    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%);
  }
  #site-header-wrap.header-layout8 #headroom .site-header-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 15px;
  }
  #site-header-wrap.header-layout8 #headroom .site-header-top {
    margin: 0;
    padding: 11px 0 4px;
    list-style: none;
    text-align: right;
  }
  #site-header-wrap.header-layout8 #headroom .site-header-top li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 0.016em;
    position: relative;
  }
  #site-header-wrap.header-layout8 #headroom .site-header-top li:before {
    content: '';
    height: 4px;
    width: 4px;
    -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: rgba(255, 255, 255, 0.33);
    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: -2px;
  }
  #site-header-wrap.header-layout8 #headroom .site-header-top li a {
    color: #fff;
  }
  #site-header-wrap.header-layout8 #headroom .site-header-top li a:hover {
    color: #ac0430;
  }
  #site-header-wrap.header-layout8 #headroom .site-header-top li:last-child {
    padding-right: 0;
  }
  #site-header-wrap.header-layout8 #headroom .site-header-top li:first-child:before {
    display: none;
  }
  #site-header-wrap.header-layout8 #headroom .site-header-main > .container > .row {
    flex-wrap: nowrap;
    align-items: center;
  }
  #site-header-wrap.header-layout8 #headroom .main-navigation {
    position: relative;
  }
  #site-header-wrap.header-layout8 #headroom .primary-menu {
    display: inline-block;
    float: right;
  }
  #site-header-wrap.header-layout8 #headroom .primary-menu > li > a {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #site-header-wrap.header-layout8 #headroom .primary-menu > li > a:hover, #site-header-wrap.header-layout8 #headroom .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout8 #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout8 #headroom .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout8 #headroom .primary-menu > li.current-menu-ancestor > a {
    color: #ac0430;
  }
  #site-header-wrap.header-layout8 #headroom .primary-menu > li:last-child {
    margin-right: 0;
  }
  #site-header-wrap.header-layout8 #headroom .primary-menu li:hover > .sub-menu {
    margin-top: 0;
  }
  #site-header-wrap.header-layout9 .site-branding, #site-header-wrap.header-layout9 .main-navigation {
    padding: 0 15px;
  }
  #site-header-wrap.header-layout9 .row {
    align-items: center;
  }
  #site-header-wrap.header-layout9 .main-navigation {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
  }
  #site-header-wrap.header-layout9 .main-navigation .primary-menu {
    float: right;
  }
  #site-header-wrap.header-layout9 .site-branding a:not(.logo-light) {
    left: 15px;
  }
  #site-header-wrap.header-layout9 #headroom {
    padding: 14px 0;
  }
  #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 5px 0;
  }
  #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-light {
    opacity: 0;
  }
  #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .site-branding img {
    max-height: 55px;
  }
  #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .primary-menu > li > a {
    line-height: 70px;
  }
  #site-header-wrap.header-layout9 #headroom .primary-menu > li {
    margin: 0 15px;
  }
  #site-header-wrap.header-layout9 #headroom .primary-menu > li:first-child {
    margin-left: 0;
  }
  #site-header-wrap.header-layout9 #headroom .primary-menu > li:last-child {
    margin-right: 0;
  }
  #site-header-wrap.header-layout9 #headroom .primary-menu > li > a:before {
    height: 3px;
    content: "";
    position: absolute;
    bottom: 18px;
    background-color: #ac0430;
    left: 0;
    right: 0;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    opacity: 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;
  }
  #site-header-wrap.header-layout9 #headroom .primary-menu > li:hover > a:before, #site-header-wrap.header-layout9 #headroom .primary-menu > li.current_page_item > a:before, #site-header-wrap.header-layout9 #headroom .primary-menu > li.current-menu-item > a:before, #site-header-wrap.header-layout9 #headroom .primary-menu > li.current_page_ancestor > a:before, #site-header-wrap.header-layout9 #headroom .primary-menu > li.current-menu-ancestor > a:before {
    opacity: 1;
  }
  #site-header-wrap.header-layout9 #headroom .primary-menu .sub-menu {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    min-width: 140px;
  }
  #site-header-wrap.header-layout9 #headroom .primary-menu .sub-menu li > a {
    font-size: 16px;
    color: #000;
    font-family: 'Avenir-Next-Medium';
    background-color: transparent;
    padding: 5px 10px;
  }
  #site-header-wrap.header-layout9 #headroom .primary-menu .sub-menu li:hover > a, #site-header-wrap.header-layout9 #headroom .primary-menu .sub-menu li.current_page_item > a, #site-header-wrap.header-layout9 #headroom .primary-menu .sub-menu li.current-menu-item > a, #site-header-wrap.header-layout9 #headroom .primary-menu .sub-menu li.current_page_ancestor > a, #site-header-wrap.header-layout9 #headroom .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #ac0430;
  }
  #site-header-wrap.header-layout9.header-transparent #headroom .primary-menu > li > a {
    color: rgba(255, 255, 255, 0.45);
  }
  #site-header-wrap.header-layout9.header-transparent #headroom .primary-menu > li:hover > a, #site-header-wrap.header-layout9.header-transparent #headroom .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout9.header-transparent #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout9.header-transparent #headroom .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout9.header-transparent #headroom .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
    font-family: 'Avenir-Next-Medium';
  }
  #site-header-wrap.header-layout9.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li > a {
    color: #000;
  }
  #site-header-wrap.header-layout9.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li:hover > a, #site-header-wrap.header-layout9.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout9.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout9.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout9.header-transparent #headroom.headroom--pinned.headroom--up .primary-menu > li.current-menu-ancestor > a {
    color: #ac0430;
    font-family: 'Avenir-Next-Medium';
  }
  #site-header-wrap.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .col-text-left {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: start;
    -webkit-justify-content: start;
    -ms-justify-content: start;
    align-items: center;
  }
  .col-text-right {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 1400px) {
  #site-header-wrap.header-layout4 .site-header-main .header-search-form {
    min-width: inherit;
    padding-right: 30px;
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form .header-search-form-inner {
    max-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout4 .site-header-main .header-search-form {
    padding-right: 0;
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form .header-search-form-inner {
    max-width: inherit;
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form .header-search-form-inner .search-field {
    padding-left: 35px;
    padding-right: 35px;
    width: 70px;
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form .header-search-form-inner .search-field:focus {
    width: 200px;
  }
  #site-header-wrap.header-layout4 .site-header-main .header-search-form .header-search-form-inner i {
    right: 21px;
  }
  #site-header-wrap.header-layout7 #headroom .site-header-top, #site-header-wrap.header-layout8 #headroom .site-header-top {
    display: none;
  }
  #site-header-wrap .site-button {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap .site-contact-top {
    padding-right: 32px;
    font-size: 17px;
  }
  .header-layout3 #headroom:not(.headroom--not-top) {
    padding: 0 15px;
  }
  #site-header-wrap.header-layout7 #headroom .primary-menu > li {
    margin-left: 8px;
    margin-right: 8px;
  }
  #site-header-wrap.header-layout8 #headroom .primary-menu > li {
    margin-left: 10px;
    margin-right: 10px;
  }
  #site-header-wrap.header-layout7 #headroom .main-navigation {
    padding-left: 32px;
  }
  .header-layout6 .primary-menu > li {
    margin: 0 14px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout4 .site-header-main .header-search-form {
    display: none;
  }
  .fixed-height {
    height: inherit !important;
  }
  #site-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #site-header-wrap.header-layout1, #site-header-wrap.header-layout3, #site-header-wrap.header-layout9 {
    background-color: #fff;
  }
  #site-header-wrap .site-branding {
    min-height: 90px;
  }
  #site-header-wrap .site-branding img {
    padding: 5px 0;
  }
  #site-header-wrap .site-branding a {
    opacity: 0;
    display: inline-block;
    line-height: 90px !important;
  }
  #site-header-wrap .site-branding a.logo-mobile {
    opacity: 1 !important;
  }
  #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-wrap.header-layout6 .site-branding, #site-header-wrap.header-layout7 .site-branding, #site-header-wrap.header-layout8 .site-branding, #site-header-wrap.header-layout9 .site-branding {
    margin: 0 15px;
  }
  #site-header-wrap.header-layout8 {
    background-color: #222;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #site-header-wrap.header-layout8 #main-menu-mobile .btn-nav-mobile::before, #site-header-wrap.header-layout8 #main-menu-mobile .btn-nav-mobile::after, #site-header-wrap.header-layout8 #main-menu-mobile .btn-nav-mobile span {
    background-color: #fff;
  }
  #site-header-wrap.header-layout9 .primary-menu li a {
    font-weight: normal;
    font-family: 'Avenir-Next-Medium';
  }
}
#headroom.headroom--up, #headroom.headroom--down {
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 1001;
}
#headroom.headroom--unpinned:not(.headroom--top) {
  -webkit-transform: translateY(-200px);
  -khtml-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
}
#headroom.headroom--pinned:not(.headroom--top) {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
  top: 32px;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
    margin: 0 16px;
  }
  .primary-menu > li > a {
    color: #000;
    line-height: 70px;
    font-size: 15px;
    display: block;
    font-weight: normal;
    font-family: Nimbus-Sans-Bold;
    position: relative;
    padding: 0;
    letter-spacing: 0.03em;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #ac0430;
  }
  .primary-menu > li.menu-item-has-children > a:after {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
    padding-left: 4px;
    font-weight: normal;
  }
  .primary-menu > li .link-icon {
    margin-right: 6px;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li a {
    color: rgba(0, 0, 0, 0.66);
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    font-family: inherit;
    padding: 13px 20px;
    font-family: Nimbus-Sans-Bold;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .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: #000;
    background-color: #e5e5e5;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu .sub-menu .vc_row {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: -10px;
    clip: inherit;
  }
}
@media screen and (max-width: 991px) {
  .main-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;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu > li > a {
    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: #ac0430;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    height: 0;
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #ac0430;
  }
  #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: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before, .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #222;
  }
  .main-menu-toggle:before {
    height: 11px;
    left: 9px;
    top: 5px;
    width: 1px;
  }
  .main-menu-toggle:after {
    height: 1px;
    left: 4px;
    top: 10px;
    width: 11px;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
#pagetitle {
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url(../images/page-title.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 170px 0;
  overflow: hidden;
}
#pagetitle .cms-edge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  fill: #fff;
}
#pagetitle .page-title-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 99;
}
#pagetitle.align-left .page-title-inner {
  text-align: left;
  margin-left: 0;
}
#pagetitle.align-right .page-title-inner {
  text-align: right;
  margin-right: 0;
}
#pagetitle .cms-post-address {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.66);
  position: relative;
  margin-bottom: 6px;
  font-weight: 700;
}
#pagetitle .cms-post-address img {
  max-width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#pagetitle .cms-post-address img + span {
  display: inline-block;
  padding-left: 26px;
}
#pagetitle .cms-post-date {
  font-size: 15px;
  font-weight: 700;
  color: #ac0430;
  margin-bottom: 20px;
}
#pagetitle .page-title-content {
  position: relative;
  z-index: 99;
}
#pagetitle .page-title-content + .page-title-button a {
  display: inline-block;
  margin-top: 42px;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  #pagetitle .page-title-content + .page-title-button a {
    padding-left: 26px;
    padding-right: 26px;
  }
}
#pagetitle .page-sub-title {
  font-size: 15px;
  line-height: 28px;
  font-family: "Cabin";
  color: #ac0430;
  margin-bottom: 3px;
}
#pagetitle .sub-title-construction-company {
  margin-bottom: 3px;
}
#pagetitle .sub-title-construction-company .entry-meta li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
#pagetitle .sub-title-construction-company .entry-meta li a {
  color: inherit;
}
#pagetitle .sub-title-construction-company .entry-meta li a:hover {
  color: #fff;
}
#pagetitle .sub-title-construction-company .entry-meta li.post-meta-author {
  padding-left: 0;
}
#pagetitle .page-title-desc {
  color: #fff;
  padding-bottom: 5px;
  padding-top: 41px;
}
#pagetitle.overlay-secondary:before {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#121212));
  background-image: -webkit-linear-gradient(left, #000, #121212);
  background-image: -moz-linear-gradient(left, #000, #121212);
  background-image: -ms-linear-gradient(left, #000, #121212);
  background-image: -o-linear-gradient(left, #000, #121212);
  background-image: linear-gradient(left, #000, #121212);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='#121212', gradientType='1');
  opacity: 0.75;
}
#pagetitle.overlay-white {
  background-color: rgba(0, 0, 0, 0.25);
}
#pagetitle.overlay-white:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='rgba(0, 0, 0, 0)');
}
#pagetitle h1.page-title {
  color: #fff;
  margin: 0;
  z-index: 99;
  font-size: 48px;
}
#pagetitle h1.page-title + .cms-breadcrumb {
  margin-top: 15px;
}
#pagetitle .cms-breadcrumb li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.87);
  font-size: 13px;
}
#pagetitle .cms-breadcrumb li + li {
  padding-left: 30px;
  position: relative;
}
#pagetitle .cms-breadcrumb li + li:before {
  content: "/";
  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: 13px;
  position: absolute;
  font-family: FontAwesome;
}
#pagetitle .cms-breadcrumb li a {
  color: rgba(255, 255, 255, 0.87);
}
#pagetitle .cms-breadcrumb li a:hover {
  color: #ac0430;
}
#pagetitle .cms-back-blog {
  margin-bottom: 10px;
}
#pagetitle .cms-back-blog a {
  color: #fff;
  font-size: 13px;
}
#pagetitle .cms-back-blog a:hover {
  color: #ac0430;
}
#pagetitle .page-title-button-abs {
  position: absolute;
  bottom: -1px;
  right: 0;
  padding: 18px 118px 12px 92px;
  font-weight: 700;
  text-transform: capitalize;
}
#pagetitle .page-title-button-abs svg {
  fill: #fff;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 100%;
}
#pagetitle .page-title-button-abs .open-gallery {
  cursor: pointer;
}
#pagetitle .page-title-button-abs a, #pagetitle .page-title-button-abs span {
  font-size: 24px;
  line-height: normal;
  color: #000;
  font-family: Nimbus-Sans-Bold;
  letter-spacing: 0.01em;
  -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;
}
#pagetitle .page-title-button-abs a i, #pagetitle .page-title-button-abs span i {
  margin-left: 14px;
}
#pagetitle .page-title-button-abs a:hover, #pagetitle .page-title-button-abs span:hover {
  color: #ac0430;
}
@media screen and (max-width: 767px) {
  #pagetitle .page-title-button-abs {
    padding: 10px 30px;
  }
  #pagetitle .page-title-button-abs a, #pagetitle .page-title-button-abs span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  body #pagetitle {
    background-attachment: inherit;
  }
  body #pagetitle h1.page-title {
    font-size: 38px;
  }
}
.overlay-dotted:before {
  background-color: transparent;
  background-image: url(../images/dot-overlay.png);
  background-repeat: repeat;
}
#pagetitle-post {
  background-color: rgba(172, 4, 48, 0.9);
  padding: 107px 0 34px;
  background-attachment: fixed;
  text-align: center;
}
#pagetitle-post .page-title-post-inner {
  max-width: 940px;
  margin: auto;
}
#pagetitle-post h2 {
  font-size: 58px;
  line-height: normal;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  #pagetitle-post h2 {
    font-size: 36px;
  }
}
#pagetitle-post .entry-meta {
  margin-bottom: 23px;
}
#pagetitle-post .entry-meta li {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.33);
  position: relative;
}
#pagetitle-post .entry-meta li:before {
  content: "•";
  position: absolute;
  top: 50%;
  left: 4px;
  -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%);
}
#pagetitle-post .entry-meta li:first-child:before {
  display: none;
}
#pagetitle-post .entry-meta li a {
  color: rgba(255, 255, 255, 0.33);
}
#pagetitle-post .entry-meta li a:hover {
  color: #fff;
}
#pagetitle-post .entry-social-share li {
  margin: 0 12px;
}
#pagetitle-post .entry-social-share li a {
  border: none;
  padding: 0;
  color: #fff;
  font-size: 22px;
}
#pagetitle-post .entry-social-share li a:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
#pagetitle-post .entry-social-share li a span {
  display: none;
}
.cms-back-blog {
  font-size: 15px;
  font-weight: 500;
}
.cms-back-blog a {
  color: #000;
}
.cms-back-blog a:hover {
  color: #ac0430;
}
.cms-back-blog i {
  padding-right: 9px;
}
.cms-back-blog.general-back-archive {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}
.cms-back-blog.general-back-archive a {
  color: #ac0430;
}
.sticky {
  display: block;
}
.two-line-gap {
  background-color: #101010;
  position: relative;
  height: 2px;
}
.two-line-gap:before {
  content: "";
  height: 1px;
  background-color: #2e2e2e;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
.updated:not(.published) {
  display: none;
}
.entry-featured {
  position: relative;
}
.entry-featured .post-image {
  margin-bottom: 15px;
}
.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 {
  width: 100%;
}
.entry-featured .entry-video, .entry-featured .cms-carousel {
  margin-bottom: 30px;
}
.content-industrial.single-hentry .entry-featured .post-image {
  margin-bottom: 53px;
}
.content-industrial.single-hentry .entry-featured .post-image img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}
.content-industrial .entry-content {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 33px;
}
.content-corporate {
  letter-spacing: 0.03em;
}
.content-corporate .entry-featured {
  position: relative;
}
.content-corporate .entry-featured .post-meta {
  background-color: #fff;
  bottom: 0;
  max-width: 300px;
  padding: 24px 30px;
  position: absolute;
  max-width: 480px;
}
.content-corporate .entry-featured .post-meta .post-category {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.content-corporate .entry-featured .post-meta .post-category a {
  color: rgba(55, 55, 53, 0.66);
}
.content-corporate .entry-featured .post-meta .post-category a:hover {
  color: #ac0430;
}
.content-corporate .entry-featured .post-meta h3 {
  font-size: 38px;
  line-height: 42px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content-corporate .entry-featured .post-meta {
    max-width: 100%;
    padding: 24px 0 0;
    position: static;
  }
}
.content-corporate .entry-content-bottom {
  border-bottom: 1px solid #ebebea;
  border-top: 1px solid #ebebea;
  padding-bottom: 7px;
  padding-top: 27px;
  margin-top: 20px;
}
.content-corporate + .comments-area .comment-respond {
  border-bottom: 1px solid #ebebea;
  margin-top: 38px;
  padding-bottom: 30px;
}
.content-corporate + .comments-area #reply-title, .content-corporate + .comments-area .logged-in-as {
  display: none;
}
.content-corporate + .comments-area .comment-form .form-submit {
  text-align: center;
}
.content-corporate + .comments-area .comment-form .form-submit .submit {
  font-size: 15px;
  line-height: 48px;
  width: inherit;
}
@media screen and (max-width: 767px) {
  .content-corporate .entry-social-share ul {
    text-align: left;
  }
  .content-corporate .entry-social-share.style-corporate ul li a {
    width: inherit;
  }
  .content-corporate .entry-social-share.style-corporate ul li + li {
    margin-left: 10px;
  }
}
.format-gallery .entry-featured {
  position: relative;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #ac0430;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.single-hentry {
  margin-bottom: 60px;
}
.single-hentry:last-child {
  margin-bottom: 0;
}
.single-hentry .entry-title {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single-hentry .entry-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hentry .entry-more {
  margin-top: 30px;
}
.single-hentry .entry-more .cms-icon-plus {
  margin-right: 7px;
}
.single-hentry .entry-more a:hover i:before, .single-hentry .entry-more a:hover i:after {
  background-color: #a40e36;
}
.single-hentry .entry-tags a:after {
  content: ",";
}
.single-hentry .entry-tags:last-child:after {
  content: "";
}
.single-hentry .entry-featured .post-image img {
  -webkit-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
}
.single-hentry .entry-meta li {
  font-family: Nimbus-Sans-Bold;
}
.entry-video iframe, .entry-video .wp-video {
  width: 100% !important;
}
.entry-meta li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
  color: #616161;
}
.entry-meta li a {
  color: #ac0430;
  font-weight: 500;
}
.entry-meta li a:hover {
  color: #a40e36;
}
.entry-meta li + li {
  padding-left: 16px;
}
.entry-meta .fa-thumb-tack {
  margin-right: 4px;
}
.posts-pagination {
  text-align: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  display: inline-block;
}
.posts-pagination .page-numbers + .page-numbers {
  margin-left: 16px;
}
.posts-pagination.style-default .page-numbers {
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.posts-pagination.style-default .page-numbers.current, .posts-pagination.style-default .page-numbers:hover {
  color: #fff;
  background-color: #ac0430;
  border-color: #ac0430;
}
.posts-pagination.style-renovation, .posts-pagination.style-industrial, .posts-pagination.style-real-estate {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}
.posts-pagination.style-renovation .page-numbers, .posts-pagination.style-industrial .page-numbers, .posts-pagination.style-real-estate .page-numbers {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 500;
  color: rgba(0, 0, 0, 0.33);
  border: none;
  padding: 0;
}
.posts-pagination.style-renovation .page-numbers + .page-numbers, .posts-pagination.style-industrial .page-numbers + .page-numbers, .posts-pagination.style-real-estate .page-numbers + .page-numbers {
  margin-left: 0;
}
.posts-pagination.style-renovation .page-numbers.current, .posts-pagination.style-industrial .page-numbers.current, .posts-pagination.style-real-estate .page-numbers.current, .posts-pagination.style-renovation .page-numbers:hover, .posts-pagination.style-industrial .page-numbers:hover, .posts-pagination.style-real-estate .page-numbers:hover {
  color: #fff;
  background-color: #ac0430;
}
.posts-pagination.style-renovation .page-numbers.prev, .posts-pagination.style-industrial .page-numbers.prev, .posts-pagination.style-real-estate .page-numbers.prev {
  float: left;
}
.posts-pagination.style-renovation .page-numbers.next, .posts-pagination.style-industrial .page-numbers.next, .posts-pagination.style-real-estate .page-numbers.next {
  float: right;
}
.posts-pagination.style-renovation .page-numbers.next, .posts-pagination.style-industrial .page-numbers.next, .posts-pagination.style-real-estate .page-numbers.next, .posts-pagination.style-renovation .page-numbers.prev, .posts-pagination.style-industrial .page-numbers.prev, .posts-pagination.style-real-estate .page-numbers.prev {
  width: inherit;
}
.posts-pagination.style-renovation .page-numbers.next:hover, .posts-pagination.style-industrial .page-numbers.next:hover, .posts-pagination.style-real-estate .page-numbers.next:hover, .posts-pagination.style-renovation .page-numbers.prev:hover, .posts-pagination.style-industrial .page-numbers.prev:hover, .posts-pagination.style-real-estate .page-numbers.prev:hover {
  color: #ac0430;
  background-color: transparent;
}
.posts-pagination.style-industrial .page-numbers {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.posts-pagination.style-real-estate {
  text-align: right;
}
.posts-pagination.style-real-estate .page-numbers {
  border: 2px solid #ac0430;
  color: #ac0430;
  line-height: 32px;
  margin: 5px 6px !important;
}
.posts-pagination.style-real-estate .page-numbers.current, .posts-pagination.style-real-estate .page-numbers:hover {
  color: #fff;
  background-color: #ac0430;
}
.posts-pagination.style-real-estate .page-numbers.next, .posts-pagination.style-real-estate .page-numbers.prev {
  display: none;
}
.single-post .single-hentry {
  margin-bottom: 0;
}
.single-post .single-hentry.single-hentry-construction .entry-holder {
  margin-top: -16px;
}
.single-post .single-hentry.single-hentry-construction .entry-content img {
  margin-top: 33px;
  margin-bottom: 33px;
}
.single-post .entry-featured .post-image {
  margin-bottom: 35px;
}
.single-post #pagetitle h1.page-title {
  line-height: normal;
}
.single-post .entry-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 41px;
}
.single-post .entry-content h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 26px;
  margin-top: 4px;
}
.single-post .entry-content p {
  margin-bottom: 18px;
}
.single-post .entry-content img {
  margin-top: 7px;
  margin-bottom: 7px;
}
.single-post .entry-meta {
  margin-bottom: 8px;
}
.single-post .entry-holder {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .single-post #pagetitle .page-title-content {
    width: 100%;
  }
}
.single-post.single-post-extensions-specalists #pagetitle {
  padding-bottom: 70px !important;
}
.single-post.single-post-extensions-specalists #pagetitle .page-title-button {
  margin-top: 56px;
}
.single-post.single-post-extensions-specalists #pagetitle .entry-meta {
  margin-top: 3px;
}
.single-post.single-post-extensions-specalists #pagetitle .entry-meta li {
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  padding: 0;
}
.single-post.single-post-extensions-specalists #pagetitle .entry-meta li a {
  color: rgba(255, 255, 255, 0.66);
}
.single-post.single-post-extensions-specalists #pagetitle .entry-meta li.post-meta-author a {
  color: #ac0430;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-tags a {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.66);
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 32px;
  padding: 0 12px;
  margin-bottom: 15px;
  margin-right: 9px;
  font-family: 'AvenirNext-DemiBold';
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-tags a:after {
  content: '';
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-tags a:hover {
  color: #fff;
  border-color: #ac0430;
  background-color: #ac0430;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .post-image {
  margin-bottom: 45px;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .post-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-content {
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 30px;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-content p {
  margin-bottom: 23px;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info {
  background-color: transparent;
  padding: 0;
  margin-top: 40px;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .author-avatar img {
  max-width: 145px;
  -webkit-border-radius: 145px;
  -khtml-border-radius: 145px;
  -moz-border-radius: 145px;
  -ms-border-radius: 145px;
  -o-border-radius: 145px;
  border-radius: 145px;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .author-description {
  padding-left: 30px;
}
@media screen and (max-width: 575px) {
  .single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .author-description {
    padding-left: 0;
  }
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .user-social {
  list-style: none;
  margin: 0;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .user-social li {
  display: inline-block;
  font-size: 18px;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .user-social li a {
  color: #000;
  margin-right: 22px;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .user-social li a:hover {
  color: #ac0430;
}
@media screen and (max-width: 575px) {
  .single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .user-social li a {
    margin: 0 11px;
  }
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .author-description h3 {
  margin-bottom: 0;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .author-description span {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Avenir-Next-Medium';
  margin-bottom: 12px;
  display: block;
}
.single-post.single-post-extensions-specalists .content-extensions-specalists .entry-author-info .author-description p {
  margin-bottom: 19px;
}
.entry-social-share label {
  color: #000;
  font-size: 28px;
  line-height: 34px;
  margin-right: 26px;
}
.entry-social-share ul {
  margin: 0;
  list-style: none;
}
.entry-social-share ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.entry-social-share ul li + li {
  margin-left: 16px;
}
.entry-social-share.item-share {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}
.entry-social-share.item-share ul li + li {
  margin-left: 10px;
}
.entry-social-share.item-share a:not(.btn) {
  padding: 0 15px;
}
.entry-social-share a:not(.btn) {
  font-size: 15px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  line-height: 34px;
  padding: 0 21px;
}
.entry-social-share a:not(.btn).fb-social {
  color: #6a75c8;
  border-color: #6a75c8;
}
.entry-social-share a:not(.btn).fb-social:hover {
  color: #fff;
  background-color: #6a75c8;
}
.entry-social-share a:not(.btn).tw-social {
  color: #6abaf7;
  border-color: #6abaf7;
}
.entry-social-share a:not(.btn).tw-social:hover {
  color: #fff;
  background-color: #6abaf7;
}
.entry-social-share a:not(.btn).g-social {
  color: #f05660;
  border-color: #f05660;
}
.entry-social-share a:not(.btn).g-social:hover {
  color: #fff;
  background-color: #f05660;
}
.entry-social-share a:not(.btn).in-social {
  color: #2e82d9;
  border-color: #2e82d9;
}
.entry-social-share a:not(.btn).in-social:hover {
  color: #fff;
  background-color: #2e82d9;
}
.entry-social-share a:not(.btn).pin-social {
  color: #bd081c;
  border-color: #bd081c;
}
.entry-social-share a:not(.btn).pin-social:hover {
  color: #fff;
  background-color: #bd081c;
}
.entry-social-share a:not(.btn) span {
  margin-left: 20px;
}
.entry-social-share.style-default {
  margin-top: 68px;
  padding-bottom: 10px;
}
.entry-social-share.style-default ul {
  float: right;
}
.entry-social-share.style-industrial {
  text-align: center;
  padding-top: 25px;
}
.entry-social-share.style-corporate ul li a {
  background-color: transparent;
  border: medium none;
  font-size: 21px;
  height: inherit;
  line-height: normal;
  padding: 0;
  color: #4a4947 !important;
}
.entry-social-share.style-corporate ul li a:hover {
  color: #ac0430 !important;
  background-color: transparent !important;
}
.entry-social-share.style-corporate ul li + li {
  margin-left: 26px;
}
@media screen and (max-width: 1199px) {
  .entry-social-share a:not(.btn) {
    padding: 0 !important;
    text-align: center;
    width: 40px;
  }
  .entry-social-share a:not(.btn) span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .entry-social-share {
    text-align: center;
  }
  .entry-social-share label {
    display: none;
  }
  .entry-social-share ul {
    float: none;
  }
}
.entry-author-info {
  background-color: #f2f2f2;
  padding: 40px;
  margin-top: 35px;
}
.entry-author-info .author-post {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.entry-author-info .author-avatar img {
  max-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;
}
.entry-author-info .author-description {
  padding-left: 40px;
}
.entry-author-info .author-description h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}
.entry-author-info .author-description p {
  color: rgba(0, 0, 0, 0.66);
}
@media screen and (max-width: 575px) {
  .entry-author-info .author-post {
    display: block;
    text-align: center;
  }
  .entry-author-info .author-description {
    margin-top: 20px;
    padding-left: 0;
  }
}
.single-service .post-type-title, .single-portfolio .post-type-title {
  font-size: 48px;
  line-height: 1.16;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .single-service .post-type-title, .single-portfolio .post-type-title {
    font-size: 32px;
  }
}
.single-service .post-type-media, .single-portfolio .post-type-media {
  margin-bottom: 60px;
}
.single-service .post-type-holder a, .single-portfolio .post-type-holder a {
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.single-service .post-type-holder a:hover, .single-portfolio .post-type-holder a:hover {
  color: #ac0430;
}
.single-service .post-type-holder a + .post-type-title, .single-portfolio .post-type-holder a + .post-type-title {
  margin-top: 5px;
}
.single-service .post-type-sidebar, .single-portfolio .post-type-sidebar {
  padding: 23px 27px 37px 27px;
  border: 3px solid #000;
}
.single-service .post-type-sidebar > h3, .single-portfolio .post-type-sidebar > h3 {
  font-size: 28px;
}
.single-service .post-type-sidebar ul, .single-portfolio .post-type-sidebar ul {
  list-style: none;
  margin-bottom: 0;
}
.single-service .post-type-sidebar ul li, .single-portfolio .post-type-sidebar ul li {
  font-size: 15px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.66);
}
.single-service .post-type-sidebar ul li span, .single-portfolio .post-type-sidebar ul li span {
  float: right;
}
.single-service .post-type-sidebar span.btn, .single-portfolio .post-type-sidebar span.btn {
  margin-top: 28px;
}
@media screen and (max-width: 991px) {
  .single-service .post-type-sidebar, .single-portfolio .post-type-sidebar {
    margin-top: 50px;
  }
}
.single-service .post-type-content-inner, .single-portfolio .post-type-content-inner {
  margin-bottom: 38px;
}
.single-service .post-type-content-inner.rm-margin, .single-portfolio .post-type-content-inner.rm-margin {
  margin-bottom: 0;
}
.single-service .post-type-gallery > h4, .single-portfolio .post-type-gallery > h4 {
  font-size: 14px;
  line-height: normal;
}
.single-service .post-type-gallery .post-type-gallery-item, .single-portfolio .post-type-gallery .post-type-gallery-item {
  margin-bottom: 30px;
}
.single-service .post-type-gallery .post-type-gallery-item img, .single-portfolio .post-type-gallery .post-type-gallery-item img {
  border: 3px solid #000;
  -webkit-box-shadow: 6px 6px 0 rgba(35, 49, 81, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(35, 49, 81, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(35, 49, 81, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(35, 49, 81, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(35, 49, 81, 0.16);
  box-shadow: 6px 6px 0 rgba(35, 49, 81, 0.16);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-service .post-type-gallery .post-type-gallery-item img:hover, .single-portfolio .post-type-gallery .post-type-gallery-item img:hover {
  -webkit-box-shadow: 6px 6px 0 #ac0430;
  -khtml-box-shadow: 6px 6px 0 #ac0430;
  -moz-box-shadow: 6px 6px 0 #ac0430;
  -ms-box-shadow: 6px 6px 0 #ac0430;
  -o-box-shadow: 6px 6px 0 #ac0430;
  box-shadow: 6px 6px 0 #ac0430;
}
.single-portfolio-renovation #content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.single-portfolio-renovation .portfolio-back-category {
  padding: 19px 0;
}
.single-portfolio-renovation .portfolio-back-category h2 {
  margin: 0;
  font-size: 13px;
  line-height: 21px;
}
.single-portfolio-renovation .portfolio-back-category h2 i {
  padding-right: 5px;
}
.single-portfolio-renovation .portfolio-back-category h2 a {
  color: #000;
}
.single-portfolio-renovation .portfolio-back-category h2 a:hover {
  color: #ac0430;
}
.single-portfolio-renovation .portfolio-gallery {
  overflow: hidden;
  position: relative;
}
.single-portfolio-renovation .portfolio-gallery .gallery-carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.single-portfolio-renovation .portfolio-gallery .gallery-carousel-bg .owl-stage-outer {
  height: 100%;
}
.single-portfolio-renovation .portfolio-gallery .gallery-carousel-bg .owl-stage-outer * {
  height: 100%;
}
.single-portfolio-renovation .portfolio-gallery .gallery-carousel-bg:before {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.single-portfolio-renovation .portfolio-gallery .gallery-carousel-bg .post-type-gallery-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-portfolio-renovation .post-type-content {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.01em;
}
.single-portfolio-renovation .post-type-content.content-construction p {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .single-service-construction #site-header-wrap.header-layout1, .single-portfolio-construction #site-header-wrap.header-layout1, .tax-service-category #site-header-wrap.header-layout1, .tax-portfolio-category #site-header-wrap.header-layout1, .search-results #site-header-wrap.header-layout1 {
    background-color: #000;
    position: static;
  }
}
.single-portfolio-corporate .portfolio-back-category {
  margin-bottom: 22px;
}
.single-portfolio-corporate .portfolio-back-category a {
  color: #000;
}
.single-portfolio-corporate .portfolio-back-category a:hover {
  color: #ac0430;
}
.single-portfolio-corporate .post-type-holder {
  padding-top: 55px;
}
.single-portfolio-corporate .post-type-holder .post-type-category a {
  font-size: 18px;
}
.single-portfolio-corporate .post-type-holder .post-type-title {
  font-size: 76px;
  line-height: 96px;
  margin-top: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-portfolio-corporate .post-type-holder .post-type-title {
    font-size: 36px;
    line-height: normal;
  }
}
.single-portfolio-corporate .post-type-holder .post-type-topleft, .single-portfolio-corporate .post-type-holder .post-type-topright {
  padding-bottom: 78px;
}
.single-portfolio-corporate .post-type-holder .post-type-topright ul {
  list-style: none;
  margin-bottom: 0;
}
.single-portfolio-corporate .post-type-holder .post-type-topright ul li {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.66);
  padding-bottom: 7px;
}
.single-portfolio-corporate .post-type-holder .post-type-topright ul li span {
  display: inline-block;
  color: #000;
  min-width: 130px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .single-portfolio-corporate .post-type-holder .post-type-topright ul li {
    padding-bottom: 14px;
  }
  .single-portfolio-corporate .post-type-holder .post-type-topright ul li span {
    min-width: inherit;
    display: block;
  }
}
.single-portfolio-corporate .portfolio-tab {
  margin: 0 -30px;
}
.single-portfolio-corporate .portfolio-tab .portfolio-nav-tabs, .single-portfolio-corporate .portfolio-tab .portfolio-content-tabs {
  padding: 70px 30px 0 30px;
}
@media screen and (min-width: 992px) {
  .single-portfolio-corporate .portfolio-tab .portfolio-nav-tabs + .portfolio-content-tabs {
    border-left: 1px solid #ebebea;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebea;
  }
}
.single-portfolio-corporate .portfolio-tab .nav-tabs {
  border: none;
  display: block;
}
.single-portfolio-corporate .portfolio-tab .nav-tabs li {
  display: block;
  margin: 0;
  padding-bottom: 13px;
}
.single-portfolio-corporate .portfolio-tab .nav-tabs li .nav-link {
  border: medium none;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.33);
}
.single-portfolio-corporate .portfolio-tab .nav-tabs li .nav-link.active, .single-portfolio-corporate .portfolio-tab .nav-tabs li .nav-link:hover {
  color: #000;
}
.single-portfolio-corporate .cms-image-gallery.layout-grid.style1 {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-portfolio-corporate .cms-image-gallery.layout-grid.style1 .row {
  margin: 0 -15px;
}
.single-portfolio-corporate .cms-image-gallery.layout-grid.style1 .row .cms-image-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.single-portfolio-corporate .cms-image-gallery.layout-grid.style1 .row .cms-image-item img {
  width: 100%;
}
.single-portfolio-corporate .cms-image-gallery.layout-grid.style1 .row .cms-image-item a {
  display: block;
  overflow: hidden;
}
.single-service-estate .image-radius-shadow img {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.post-previous-next.style-default {
  padding-top: 12px;
  margin-top: 51px;
  border-top: 1px solid #e5e5e5;
}
.post-previous-next.style-default .nav-item-image {
  height: 200px;
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 12px;
}
.post-previous-next.style-default .nav-item-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-previous-next.style-default h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 17px;
}
.post-previous-next.style-default .nav-item-date, .post-previous-next.style-default span {
  font-size: 15px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.33);
}
@media screen and (min-width: 768px) {
  .post-previous-next.style-default .nav-link-next span {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .post-previous-next.style-default .nav-link-prev + .nav-link-next {
    margin-top: 30px;
  }
}
.post-previous-next .grid-item .nav-link-tag {
  font-size: 18px;
  display: inline-block;
  padding: 30px 0 23px;
  color: #000;
}
.post-previous-next .grid-item .nav-link-tag:hover {
  color: rgba(0, 0, 0, 0.33);
}
@media screen and (min-width: 768px) {
  .post-previous-next .grid-item.nav-link-next {
    text-align: right;
  }
}
.post-previous-next.cms-grid-portfolio-layout4 {
  margin-top: 62px;
}
.post-previous-next.cms-grid-portfolio-layout4 .grid-item > span {
  font-size: 15px;
  font-weight: 500;
  padding: 18px 0;
}
.post-previous-next.cms-grid-portfolio-layout4 .item-holder {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.post-previous-next.cms-grid-portfolio-layout4 .nav-link-next .item-holder {
  right: 0;
  left: auto;
}
.single-portfolio-estate .post-type-header {
  margin-bottom: 132px;
}
@media screen and (max-width: 991px) {
  .single-portfolio-estate .post-type-header {
    margin-bottom: 52px;
  }
}
.single-portfolio-estate .all-portfolio-page {
  display: block;
  margin-bottom: 52px;
  font-size: 15px;
  color: #000;
  font-family: Nimbus-Sans-Bold;
  text-transform: uppercase;
}
.single-portfolio-estate .all-portfolio-page i {
  padding-right: 11px;
}
.single-portfolio-estate .all-portfolio-page:hover {
  color: #ac0430;
}
.single-portfolio-estate .post-type-title {
  font-size: 32px;
  margin-bottom: 5px;
}
.single-portfolio-estate .post-type-address {
  font-size: 18px;
}
.single-portfolio-estate .post-type-meta {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin: 33px 0 0;
  list-style: none;
  display: inline-block;
}
.single-portfolio-estate .post-type-meta li {
  display: inline-block;
  margin-right: 76px;
  margin-bottom: 35px;
}
.single-portfolio-estate .post-type-meta li:last-child {
  margin-right: 20px;
}
.single-portfolio-estate .post-type-meta label {
  color: #000;
  font-size: 22px;
  font-family: Nimbus-Sans-Bold;
  display: block;
}
@media screen and (max-width: 575px) {
  .single-portfolio-estate .post-type-meta {
    display: block;
  }
  .single-portfolio-estate .post-type-meta li {
    display: block;
    margin-right: 0;
  }
}
.single-portfolio-estate .cms-gallery-slider-wrap {
  position: relative;
}
.single-portfolio-estate .cms-gallery-slider-wrap .bg-overlay {
  background-color: rgba(172, 4, 48, 0.34);
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-button {
  font-family: Nimbus-Sans-Bold;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  left: 20px;
  position: absolute;
  top: -39px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-button:hover {
  color: rgba(255, 255, 255, 0.87);
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-button i {
  padding-left: 10px;
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-button.slider-show {
  opacity: 0;
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 0px 10px;
  margin: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.66);
  -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;
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-nav .thumb {
  width: 170px;
  padding: 0 10px;
  margin: 20px 0;
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-nav .thumb .thumb-inner {
  height: 100px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-nav .thumb .thumb-inner:before {
  background-color: rgba(172, 4, 48, 0.67);
}
.single-portfolio-estate .cms-gallery-slider-wrap .slider-nav .thumb.active .thumb-inner:before {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .single-portfolio-estate .cms-gallery-slider-wrap .slider-nav .thumb {
    width: 90px;
  }
  .single-portfolio-estate .cms-gallery-slider-wrap .slider-nav .thumb .thumb-inner {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .single-portfolio-estate .cms-gallery-slider-wrap .slider-nav {
    display: none;
  }
}
.single-portfolio-estate .cms-gallery-slider-wrap.hide-thumb .slider-nav .slider-close {
  opacity: 0;
}
.single-portfolio-estate .cms-gallery-slider-wrap.hide-thumb .slider-nav .slider-show {
  opacity: 1;
}
.single-portfolio-estate .post-type-button {
  border-bottom: 1px solid #e5e5e5;
  list-style: outside none none;
  padding-top: 27px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.single-portfolio-estate .post-type-button > li {
  display: inline-block;
  margin-bottom: 27px;
  margin-right: 15px;
}
.single-portfolio-estate .post-type-button > li.button-location {
  display: flex;
  flex-grow: 1;
}
.single-portfolio-estate .post-type-button > li:last-child {
  margin-right: 0;
}
.single-portfolio-estate .post-type-button > li .btn i {
  margin-right: 15px;
}
.single-portfolio-estate .post-type-button > li .btn-primary {
  background-color: #ac0430;
  border-color: #ac0430;
}
.single-portfolio-estate .post-type-button > li .btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.single-portfolio-estate .post-type-button > li .btn-white {
  background-color: #fff;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
.single-portfolio-estate .post-type-button > li .btn-white:hover {
  color: #000;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.single-portfolio-estate .post-type-button > li.button-share {
  position: relative;
}
.single-portfolio-estate .post-type-button > li.button-share ul {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  top: 0;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.single-portfolio-estate .post-type-button > li.button-share ul li {
  display: inline-block;
  margin: 0 6px;
}
.single-portfolio-estate .post-type-button > li.button-share ul li.social-close {
  margin-right: 15px;
}
.single-portfolio-estate .post-type-button > li.button-share ul li.social-close i {
  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;
  color: rgba(0, 0, 0, 0.33);
}
.single-portfolio-estate .post-type-button > li.button-share ul li.social-close i:hover {
  color: #ac0430;
}
.single-portfolio-estate .post-type-button > li.button-share ul li a {
  color: rgba(0, 0, 0, 0.33);
}
.single-portfolio-estate .post-type-button > li.button-share ul li a:hover {
  color: #ac0430;
}
.single-portfolio-estate .post-type-button > li.button-share.opened .btn span, .single-portfolio-estate .post-type-button > li.button-share.opened .btn i {
  opacity: 0;
}
.single-portfolio-estate .post-type-button > li.button-share.opened ul {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .single-portfolio-estate .post-type-button {
    display: block;
  }
  .single-portfolio-estate .post-type-button > li.button-location {
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .single-portfolio-estate .post-type-button {
    display: block;
  }
  .single-portfolio-estate .post-type-button > li {
    display: block;
    margin-right: 0;
  }
  .single-portfolio-estate .post-type-button > li .btn {
    width: 100%;
  }
  .single-portfolio-estate .post-type-button > li.button-location {
    display: block;
  }
}
.single-service-industrial #primary .post-type-title {
  font-size: 40px;
  line-height: normal;
  margin-bottom: 55px;
}
.single-service-industrial #primary .post-type-media img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.single-service-industrial #secondary .widget_nav_menu li {
  margin-bottom: 20px;
}
.single-service-industrial #secondary .widget_nav_menu li a {
  display: block;
  padding: 11px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #171c31;
  font-weight: 700;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-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);
  position: relative;
}
.single-service-industrial #secondary .widget_nav_menu li a:after {
  content: "\f2fb";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: 20px;
  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%);
}
.single-service-industrial #secondary .widget_nav_menu li.current-menu-item > a, .single-service-industrial #secondary .widget_nav_menu li > a:hover {
  background-color: #ac0430 !important;
  color: #000 !important;
}
.single-service-industrial .cms-gallery-slider-wrap {
  margin-bottom: 52px;
}
@media screen and (min-width: 992px) {
  .single-service-industrial #secondary {
    padding-right: 45px;
  }
}
@media screen and (max-width: 991px) {
  .single-service-industrial #secondary {
    margin-bottom: 45px;
  }
}
.single-service-corporate .post-type-holder {
  margin-bottom: 23px;
}
.single-service-corporate .post-type-holder a {
  color: #373735;
  font-size: 18px;
}
.single-service-corporate .post-type-holder a:hover {
  color: #ac0430;
}
.single-service-corporate .post-type-title {
  font-size: 56px;
  line-height: 1.214;
  margin-bottom: 0;
}
.single-service-corporate #secondary {
  overflow: hidden;
}
.single-service-corporate #secondary .widget {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.single-service-corporate #secondary .widget:before {
  content: '';
  height: 1px;
  width: 1000px;
  right: -1000px;
  position: absolute;
  bottom: -1px;
  background-color: #e6e6e6;
}
.single-service-corporate #secondary .widget:last-child {
  margin-bottom: 60px;
  padding-bottom: 0;
  border: none;
}
.single-service-corporate #secondary .widget:last-child:before {
  display: none;
}
.single-service-corporate #secondary .widget .widget-title {
  font-size: 18px;
  margin-bottom: 28px;
}
.single-service-corporate #secondary .widget_categories li, .single-service-corporate #secondary .widget_nav_menu li, .single-service-corporate #secondary .widget_pages li, .single-service-corporate #secondary .widget_archive li, .single-service-corporate #secondary .widget_meta li {
  padding: 4px 0;
}
.single-service-corporate #secondary .widget_categories li a, .single-service-corporate #secondary .widget_nav_menu li a, .single-service-corporate #secondary .widget_pages li a, .single-service-corporate #secondary .widget_archive li a, .single-service-corporate #secondary .widget_meta li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: rgba(55, 55, 53, 0.33);
}
.single-service-corporate #secondary .widget_categories li.current-menu-item > a, .single-service-corporate #secondary .widget_nav_menu li.current-menu-item > a, .single-service-corporate #secondary .widget_pages li.current-menu-item > a, .single-service-corporate #secondary .widget_archive li.current-menu-item > a, .single-service-corporate #secondary .widget_meta li.current-menu-item > a, .single-service-corporate #secondary .widget_categories li > a:hover, .single-service-corporate #secondary .widget_nav_menu li > a:hover, .single-service-corporate #secondary .widget_pages li > a:hover, .single-service-corporate #secondary .widget_archive li > a:hover, .single-service-corporate #secondary .widget_meta li > a:hover {
  color: #373735 !important;
}
@media screen and (min-width: 992px) {
  .single-service-corporate .content-container > .row {
    margin: 0 -30px;
  }
  .single-service-corporate .content-container > .row #secondary, .single-service-corporate .content-container > .row #primary, .single-service-corporate .content-container > .row .post-type-holder {
    padding: 0 30px;
  }
  .single-service-corporate #secondary + #primary {
    border-bottom: 1px solid #ebebea;
    border-left: 1px solid #ebebea;
    padding-bottom: 30px;
  }
}
.single-service-corporate .cms-gallery-slider-wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 1199px) {
  .single-service-corporate .post-type-title {
    font-size: 36px;
    line-height: normal;
  }
}
.cms-gallery-slider-wrap {
  position: relative;
}
.cms-gallery-slider-wrap .post-type-gallery-carousel {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cms-gallery-slider-wrap .slider-nav {
  margin: 0 -15px;
}
.cms-gallery-slider-wrap .slider-nav .thumb {
  width: 25%;
  padding: 0 15px;
  float: left;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .cms-gallery-slider-wrap .slider-nav .thumb {
    width: 50%;
  }
}
.cms-gallery-slider-wrap .slider-nav .thumb-inner {
  height: 82px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cms-gallery-slider-wrap .slider-nav .thumb-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.cms-gallery-slider-wrap .slider-nav .thumb.active .thumb-inner:before {
  background-color: transparent;
}
.cms-gallery-slider-wrap.style2 .post-type-gallery-carousel {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-gallery-slider-wrap.style2 .thumb-inner {
  height: 115px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-gallery-slider-wrap.style2 .thumb-inner:before {
  background-color: rgba(255, 255, 244, 0.5);
}
.cms-gallery-slider-wrap.style2 .thumb.active .thumb-inner:before {
  opacity: 0;
}
.cms-gallery-slider-wrap .cms-image-gallery.style2 {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-gallery-slider-wrap .cms-image-gallery.style2 + .slider-nav {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 20px 0 20px;
  position: absolute;
  z-index: 99;
}
.cms-gallery-slider-wrap .cms-image-gallery.style2 + .slider-nav .thumb {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 16px 0 0;
  margin-bottom: 20px;
  width: inherit;
  vertical-align: middle;
}
.cms-gallery-slider-wrap .cms-image-gallery.style2 + .slider-nav .thumb .thumb-inner {
  border: 4px solid #f8f8f8;
  -webkit-border-radius: 64px;
  -khtml-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  -o-border-radius: 64px;
  border-radius: 64px;
  height: 64px;
  width: 64px;
  -webkit-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
}
.cms-gallery-slider-wrap .cms-image-gallery.style2 + .slider-nav .thumb .thumb-inner:before {
  background-color: rgba(172, 4, 48, 0.5);
}
.cms-gallery-slider-wrap .cms-image-gallery.style2 + .slider-nav .thumb.active .thumb-inner:before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cms-gallery-slider-wrap .cms-image-gallery.style2 {
    padding: 0;
  }
  .cms-gallery-slider-wrap .cms-image-gallery.style2 + .slider-nav {
    bottom: 0;
  }
  .cms-gallery-slider-wrap .cms-image-gallery.style2 + .slider-nav .thumb {
    padding: 0 5px;
  }
  .cms-gallery-slider-wrap .cms-image-gallery.style2 + .slider-nav .thumb .thumb-inner {
    border: 4px solid #f8f8f8;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    height: 32px;
    width: 32px;
  }
}
.cms-gallery-slider-wrap .cms-image-gallery.style3 {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 80px;
}
.cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav {
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 20px;
  position: absolute;
  z-index: 99;
}
.cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav .thumb {
  display: inline-block;
  float: none;
  margin: 0 0 20px;
  padding: 0 25px;
  width: inherit;
  vertical-align: middle;
}
.cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav .thumb .thumb-inner {
  border: 5px solid #f8f8f8;
  -webkit-border-radius: 110px;
  -khtml-border-radius: 110px;
  -moz-border-radius: 110px;
  -ms-border-radius: 110px;
  -o-border-radius: 110px;
  border-radius: 110px;
  height: 110px;
  width: 110px;
  -webkit-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
}
.cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav .thumb .thumb-inner:before {
  background-color: rgba(172, 4, 48, 0.5);
}
.cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav .thumb.active .thumb-inner:before {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .cms-gallery-slider-wrap .cms-image-gallery.style3 {
    padding: 0;
  }
  .cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav {
    bottom: 0;
  }
  .cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav .thumb {
    padding: 0 5px;
  }
  .cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav .thumb .thumb-inner {
    border: 4px solid #f8f8f8;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 575px) {
  .cms-gallery-slider-wrap .cms-image-gallery.style3 + .slider-nav {
    padding: 0;
  }
}
.cms-gallery-slider-wrap .cms-image-gallery.style4 {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-gallery-slider-wrap .cms-image-gallery.style4 + .slider-nav {
  margin: 0 -10px;
}
.cms-gallery-slider-wrap .cms-image-gallery.style4 + .slider-nav .thumb {
  padding: 0 10px;
  margin-top: 20px;
}
.cms-gallery-slider-wrap .cms-image-gallery.style4 + .slider-nav .thumb-inner {
  height: 130px;
  -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: 991px) {
  .cms-gallery-slider-wrap .cms-image-gallery.style4 + .slider-nav .thumb-inner {
    height: 80px;
  }
}
.cms-gallery-slider-wrap .cms-image-gallery.style5 {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.cms-gallery-slider-wrap .cms-image-gallery.style5 + .slider-nav .thumb {
  width: 33.33%;
}
.cms-gallery-slider-wrap .cms-image-gallery.style5 + .slider-nav .thumb .thumb-inner {
  height: 150px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .cms-gallery-slider-wrap .cms-image-gallery.style5 + .slider-nav .thumb .thumb-inner {
    height: 80px;
  }
}
.cms-gallery-slider-wrap .cms-image-gallery.style6 + .slider-nav .thumb {
  width: 14.285%;
}
.cms-gallery-slider-wrap .cms-image-gallery.style6 + .slider-nav .thumb .thumb-inner {
  height: 100px;
}
.cms-gallery-slider-wrap .cms-image-gallery.style6 + .slider-nav .thumb .thumb-inner:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.cms-gallery-slider-wrap .cms-image-gallery.style6 + .slider-nav .thumb.active .thumb-inner:before {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .cms-gallery-slider-wrap .cms-image-gallery.style6 + .slider-nav .thumb + .slider-nav .thumb {
    width: 110px;
  }
  .cms-gallery-slider-wrap .cms-image-gallery.style6 + .slider-nav .thumb + .slider-nav .thumb .thumb-inner {
    height: 80px;
  }
}
.content-careers-corporate .post-type-topleft a {
  font-size: 18px;
  color: #373735;
}
.content-careers-corporate .post-type-topleft a:hover {
  color: #ac0430;
}
.content-careers-corporate .post-type-topleft h3 {
  font-size: 76px;
  line-height: 96px;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 767px) {
  .content-careers-corporate .post-type-topleft h3 {
    font-size: 36px;
    line-height: normal;
  }
}
.content-careers-corporate .post-type-topright {
  text-align: right;
}
.content-careers-corporate .post-type-topright li {
  color: rgba(55, 55, 53, 0.35);
  margin-bottom: 24px;
}
.content-careers-corporate .post-type-topright li:last-child {
  margin-bottom: 0;
}
.content-careers-corporate .post-type-topright label {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #373735;
}
@media screen and (max-width: 991px) {
  .content-careers-corporate .post-type-topright {
    margin-top: 30px;
    text-align: left;
  }
}
.content-careers-corporate .post-type-content {
  margin-top: 71px;
  margin-left: -30px;
  margin-right: -30px;
  color: rgba(0, 0, 0, 0.66);
}
.content-careers-corporate .post-type-content .line-gap {
  margin-left: 0;
  width: calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
}
.content-careers-corporate .post-type-primary, .content-careers-corporate .post-type-sidebar {
  padding-top: 65px;
  padding-left: 30px;
  padding-right: 30px;
}
.content-careers-corporate .post-type-sidebar + .post-type-primary {
  padding-bottom: 30px;
  border-left: 1px solid #ebebea;
  border-bottom: 1px solid #ebebea;
}
.content-careers-corporate .cms-google-map.style-default {
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.content-careers-corporate .post-type-map {
  margin-top: 55px;
}
.content-careers-corporate .post-type-map > h3 {
  color: #373735;
  font-family: inherit;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.cms-career-similar .cms-career-heading {
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.cms-career-similar .cms-career-item {
  margin-bottom: 30px;
}
.cms-career-similar .cms-career-item .item-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.cms-career-similar .cms-career-item .item-address {
  margin-bottom: 12px;
}
.single-post-conversion .entry-content p {
  margin-bottom: 24px;
}
.single-post-conversion .entry-content-bottom {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 75px;
  padding-bottom: 40px;
}
.single-post-conversion .entry-content-bottom .entry-meta {
  margin: 10px 0;
}
.single-post-conversion .entry-content-bottom .entry-meta li {
  font-size: 15px;
  color: #000;
}
.single-post-conversion .entry-content-bottom .entry-meta li a {
  color: #000;
}
.single-post-conversion .entry-content-bottom .entry-meta li a:hover {
  color: #ac0430;
}
.single-post-conversion .entry-content-bottom .entry-social-share li {
  margin: 0 28px 0 0;
}
.single-post-conversion .entry-content-bottom .entry-social-share li:last-child {
  margin-right: 0;
}
.single-post-conversion .entry-content-bottom .entry-social-share a {
  border: 1px solid #e5e5e5;
  line-height: 46px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #000;
  padding-left: 48px;
  padding-right: 26px;
  position: relative;
}
.single-post-conversion .entry-content-bottom .entry-social-share a i {
  font-size: 22px;
  color: #ac0430;
  left: 19px;
  position: absolute;
  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%);
}
.single-post-conversion .entry-content-bottom .entry-social-share a span {
  font-family: inherit;
  margin: 0;
}
.single-post-conversion .entry-content-bottom .entry-social-share a:hover {
  background-color: #ac0430;
  border-color: #ac0430;
  color: #fff;
}
.single-post-conversion .entry-content-bottom .entry-social-share a:hover i {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .single-post-conversion .entry-content-bottom .entry-social-share a {
    border: none;
    padding: 0;
    width: inherit;
  }
  .single-post-conversion .entry-content-bottom .entry-social-share a:hover {
    background-color: transparent;
  }
  .single-post-conversion .entry-content-bottom .entry-social-share a:hover i {
    color: #000;
  }
  .single-post-conversion .entry-content-bottom .entry-social-share a i {
    position: static;
    -webkit-transform: translate(0px, 0%);
    -khtml-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
}
.single-post-conversion .entry-social-share {
  display: flex;
  display: -webkit-flex;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  justify-content: flex-end;
}
.single-post-conversion + .cms-related-post + .comments-area .comment-reply-title, .single-post-conversion + .comments-area .comment-reply-title {
  font-size: 38px;
  color: #ac0430;
  text-align: center;
  margin-bottom: 42px;
}
.single-post-real-estate .entry-title {
  font-size: 42px;
  margin-bottom: 12px;
}
.single-post-real-estate .entry-meta {
  margin-bottom: 22px;
}
.single-post-real-estate .entry-content-bottom {
  margin: 0 -15px;
  padding-top: 22px;
  padding-bottom: 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.single-post-real-estate .entry-content-bottom .entry-tags, .single-post-real-estate .entry-content-bottom .social-share {
  padding: 0 15px;
}
.single-post-real-estate .entry-content-bottom .entry-tags label, .single-post-real-estate .entry-content-bottom .social-share label {
  font-size: 18px;
  color: #000;
  font-family: 'Calibre-Medium';
  margin-right: 26px;
}
.single-post-real-estate .entry-content-bottom .entry-tags a {
  display: inline-block;
  background-color: #e5e5e5;
  font-size: 16px;
  line-height: 37px;
  padding: 0 16px;
  -webkit-border-radius: 37px;
  -khtml-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
  margin: 10px 11px 10px 0;
  color: #000;
}
.single-post-real-estate .entry-content-bottom .entry-tags a:after {
  content: "";
}
.single-post-real-estate .entry-content-bottom .entry-tags a:hover {
  background-color: #ac0430;
  color: #fff;
}
.single-post-real-estate .entry-content-bottom .social-share {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.single-post-real-estate .entry-content-bottom .social-share ul {
  margin: 0;
  list-style: none;
}
.single-post-real-estate .entry-content-bottom .social-share ul a {
  background-color: #e5e5e5;
  -webkit-border-radius: 37px;
  -khtml-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
  display: inline-block;
  font-size: 20px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 37px;
  color: #000;
  margin: 10px 11px 10px 0;
}
.single-post-real-estate .entry-content-bottom .social-share ul a:hover {
  background-color: #ac0430;
  color: #fff;
}
.single-post-real-estate .entry-content-bottom .social-share ul li {
  display: inline-block;
}
.single-post-real-estate .entry-content-bottom .social-share ul li:last-child a {
  margin-right: 0;
}
.single-post-real-estate .entry-author-info {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0;
  background-color: transparent;
  margin-top: 0;
}
.single-post-real-estate .entry-author-info .author-post {
  align-items: center;
  flex-wrap: wrap;
}
.single-post-real-estate .entry-author-info .author-avatar {
  margin-right: 30px;
}
.single-post-real-estate .entry-author-info .author-avatar img {
  -webkit-border-radius: 140px;
  -khtml-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  border-radius: 140px;
  max-width: 140px;
}
.single-post-real-estate .entry-author-info .author-description {
  max-width: 500px;
  padding-left: 0;
}
.single-post-real-estate .entry-author-info .author-description h3 {
  font-size: 32px;
  margin-bottom: 14px;
}
.single-post-real-estate .entry-author-info .author-description p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .single-post-real-estate .entry-content-bottom {
    display: block;
  }
  .single-post-real-estate .entry-content-bottom .social-share {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-post-real-estate .entry-author-info .author-post {
    display: block;
    text-align: center;
  }
  .single-post-real-estate .entry-author-info .author-post .author-avatar {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .single-post-real-estate .entry-author-info .author-post .author-description {
    padding: 0;
    margin: auto;
  }
}
.cms-related-post.cms-grid-blog-layout5 {
  padding-top: 72px;
}
.cms-related-post.cms-grid-blog-layout5 .section-title {
  font-size: 38px;
  color: #ac0430;
  text-align: center;
  margin-bottom: 42px;
}
.cms-related-post.cms-grid-blog-layout5 .bg-overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 305px;
  background-color: #ac0430;
}
.cms-related-post.cms-grid-blog-layout5 .bg-overlay:before {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .cms-related-post.cms-grid-blog-layout5 .grid-item-inner {
    margin-bottom: 30px;
  }
}
.cms-related-post.cms-grid-blog-layout6 {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0;
  margin-top: 30px;
}
.cms-related-post.cms-grid-blog-layout6 .section-title {
  font-size: 22px;
}
.cms-related-post.cms-grid-blog-layout6 .bg-overlay {
  height: 280px;
}
.cms-related-post.cms-grid-blog-layout7 {
  margin-top: 30px;
}
.cms-related-post.cms-grid-blog-layout7 .section-title {
  font-size: 30px;
}
.cms-related-post.cms-grid-blog-layout7 .item-featured a {
  height: 310px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  display: block;
  overflow: hidden;
}
.cms-related-post.cms-grid-blog-layout7 .item-title a {
  color: inherit;
}
.cms-related-post.cms-grid-blog-layout7 .item-title a:hover {
  color: #ac0430;
}
.cms-related-post.cms-grid-blog-layout7 .grid-item.col-xl-6 {
  display: none;
}
.cms-related-post.cms-grid-blog-layout7 .grid-item.col-xl-6:nth-child(1), .cms-related-post.cms-grid-blog-layout7 .grid-item.col-xl-6:nth-child(2) {
  display: block;
}
.cms-related-post.cms-grid-blog-layout8 {
  position: relative;
  padding: 73px 0 49px 0;
}
.cms-related-post.cms-grid-blog-layout8:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 200px);
  width: -webkit-calc(100% + 200px);
  width: -ms-calc(100% + 200px);
  background-color: #2e2e2e;
  height: 100%;
}
.cms-related-post.cms-grid-blog-layout8 .item-featured a {
  height: 180px;
  display: block;
  overflow: hidden;
}
.cms-related-post.cms-grid-blog-layout8 .section-title {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
}
.cms-related-post.cms-grid-blog-layout8 .owl-nav {
  position: absolute;
  top: -61px;
  right: 0;
}
.cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-prev, .cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-next {
  height: 32px;
  width: 32px;
  border: 2px solid #fff;
  -webkit-border-radius: 31px;
  -khtml-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  -o-border-radius: 31px;
  border-radius: 31px;
  line-height: 29px;
  font-size: 19px;
  color: #fff;
}
.cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-prev:hover, .cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-next:hover {
  color: #ac0430;
  border-color: #ac0430;
}
.cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-prev.disabled, .cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-next.disabled {
  border-color: rgba(255, 255, 255, 0.33);
  color: rgba(255, 255, 255, 0.33);
  cursor: auto;
}
.cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-prev i:before {
  content: "\f2ea";
}
.cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-next {
  margin-left: 30px;
}
.cms-related-post.cms-grid-blog-layout8 .owl-nav .owl-next i:before {
  content: "\f2ee";
}
.cms-related-post.cms-grid-blog-layout9 {
  border-top: 1px solid #f3f4f6;
  padding-top: 36px;
  margin-top: 34px;
}
.cms-related-post.cms-grid-blog-layout9 .section-title {
  font-size: 22px;
}
.cms-related-post.cms-grid-blog-layout9 .item-featured a {
  height: 400px;
  display: block;
  background-size: cover;
  background-color: #ac0430;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cms-related-post.cms-grid-blog-layout9 .grid-item-inner {
    margin-bottom: 30px;
  }
}
.service-content-conversion p, .portfolio-content-conversion p {
  margin-bottom: 25px;
}
.type-construction-company .entry-featured a {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
}
.type-construction-company .entry-featured a img {
  -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.type-construction-company .entry-featured a:hover img {
  -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);
}
.type-extensions-specalists .entry-featured .post-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.content-construction-company .entry-title {
  font-size: 48px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  line-height: 1.2;
}
.content-construction-company .entry-meta li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 500;
}
.content-construction-company .entry-meta li a {
  color: inherit;
}
.content-construction-company .entry-meta li a:hover {
  color: #ac0430;
}
.content-construction-company .entry-meta li.post-meta-author {
  padding-left: 0;
}
.content-construction-company .entry-featured img {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.content-construction-company .entry-content p {
  margin-bottom: 25px;
}
.content-construction-company .entry-content blockquote {
  font-style: italic;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(#fff));
  background-image: -webkit-linear-gradient(left, #f8f8f8, #fff);
  background-image: -moz-linear-gradient(left, #f8f8f8, #fff);
  background-image: -ms-linear-gradient(left, #f8f8f8, #fff);
  background-image: -o-linear-gradient(left, #f8f8f8, #fff);
  background-image: linear-gradient(left, #f8f8f8, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8', endColorStr='#fff', gradientType='1');
  border: none;
  padding: 24px 30px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  font-size: 22px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #ac0430;
  font-family: Nimbus-Sans-Bold;
  margin: 42px 0;
}
.content-construction-company .entry-content blockquote p {
  margin: 0;
}
.content-construction-company .entry-social-share {
  border-top: 1px solid #f1f1f1;
  padding-top: 30px;
  margin-top: 32px;
}
.content-construction-company .entry-social-share li a span {
  font-weight: 500;
  font-family: "Roboto";
}
@media screen and (min-width: 1400px) {
  .content-construction-company .entry-social-share ul {
    margin: 0 -15px;
  }
  .content-construction-company .entry-social-share li {
    width: 20%;
    float: left;
    margin: 0;
    padding: 0 15px;
  }
  .content-construction-company .entry-social-share li a {
    display: block;
  }
}
.content-construction-company .entry-author-info {
  margin-top: 30px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.content-construction-company .entry-author-info .author-description h3 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.content-construction-company .entry-author-info .author-description p {
  margin-bottom: 0;
}
.content-construction-company .entry-tags {
  margin-top: 30px;
}
.content-construction-company .entry-tags label {
  margin-right: 10px;
}
.content-construction-company .entry-tags a {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.66);
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 32px;
  padding: 0 12px;
  margin-bottom: 15px;
  margin-right: 9px;
}
.content-construction-company .entry-tags a:after {
  content: '';
}
.content-construction-company .entry-tags a:hover {
  color: #fff;
  border-color: #ac0430;
  background-color: #ac0430;
}
.content-construction-company .entry-tags + .entry-social-share {
  margin-top: 17px;
}
.type-construction-company .entry-meta {
  margin: 0;
}
.type-construction-company .entry-meta li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 600;
}
.type-construction-company .entry-meta li a {
  color: inherit;
}
.type-construction-company .entry-meta li a:hover {
  color: #ac0430;
}
.type-construction-company .entry-meta li.post-meta-author {
  padding-left: 0;
}
.type-construction-company .entry-title {
  text-transform: capitalize;
}
.type-construction-company .entry-title a {
  color: inherit;
}
.type-construction-company .entry-title a:hover {
  color: #ac0430;
}
.content-general-construction .entry-title {
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .content-general-construction .entry-title {
    font-size: 32px;
  }
}
.content-general-construction .entry-meta {
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: 1px solid #101010;
}
.content-general-construction .entry-meta .left {
  float: left;
}
@media screen and (max-width: 991px) {
  .content-general-construction .entry-meta .left {
    float: none;
  }
}
.content-general-construction .entry-meta .right {
  float: right;
}
@media screen and (max-width: 991px) {
  .content-general-construction .entry-meta .right {
    float: none;
  }
}
.content-general-construction .entry-meta li {
  text-transform: uppercase;
  font-weight: 700;
  color: #ac0430;
}
.content-general-construction .entry-meta li a {
  color: inherit;
}
.content-general-construction .entry-content {
  color: rgba(255, 255, 255, 0.66);
  border-top: 1px solid #2e2e2e;
  padding-top: 34px;
  padding-bottom: 30px;
}
.content-general-construction .entry-content-bottom {
  padding-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -15px;
}
.content-general-construction .entry-content-bottom label {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: normal;
}
@media screen and (max-width: 1199px) {
  .content-general-construction .entry-content-bottom label {
    display: block;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .content-general-construction .entry-content-bottom {
    display: block;
  }
  .content-general-construction .entry-content-bottom .label {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .content-general-construction .entry-content-bottom .label {
    display: none;
  }
}
.content-general-construction .entry-tags {
  padding: 0 15px;
}
.content-general-construction .entry-tags label {
  margin-right: 30px;
}
.content-general-construction .entry-tags a {
  background-color: #434343;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 11px;
  line-height: 27px;
  margin-right: 6px;
  margin-bottom: 15px;
}
.content-general-construction .entry-tags a:hover {
  background-color: #ac0430;
}
.content-general-construction .entry-tags a:after {
  display: none;
}
.content-general-construction .entry-social-share {
  padding: 0 15px;
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .content-general-construction .entry-social-share {
    text-align: left;
    margin-top: 20px;
  }
  .content-general-construction .entry-social-share li {
    margin: 0 12px 10px 0;
  }
}
.content-general-construction .entry-social-share a:not(.btn) {
  padding: 0;
  height: 48px;
  width: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
}
.content-general-construction .entry-social-share label {
  margin-right: 10px;
}
.general-line-gap {
  background-color: #101010;
  height: 1px;
  width: calc(100% + 200px);
  position: relative;
  left: -100px;
}
.careers-construction-company .post-type-inner {
  background-color: #f0f0f0;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 30px;
}
.careers-construction-company .post-type-header {
  margin: 0 -15px 51px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.careers-construction-company .post-type-header .post-type-holder, .careers-construction-company .post-type-header .post-type-apply {
  padding: 0 15px;
}
.careers-construction-company .post-type-apply {
  flex-grow: 1;
  text-align: right;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: flex-end;
}
.careers-construction-company .post-type-holder h2 {
  font-size: 36px;
  text-transform: capitalize;
}
.careers-construction-company .post-type-holder .post-type-meta {
  margin: 0;
  list-style: none;
}
.careers-construction-company .post-type-holder .post-type-meta li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
  margin-right: 36px;
}
.careers-construction-company .post-type-holder .post-type-meta li:last-child {
  margin-right: 0;
}
.careers-construction-company .post-type-holder .post-type-meta li i {
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .careers-construction-company {
    order: 2;
  }
  .careers-construction-company + #secondary {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .careers-construction-company .post-type-header {
    display: block;
  }
  .careers-construction-company .post-type-apply {
    margin-top: 18px;
    justify-content: left;
  }
  .careers-construction-company .post-type-holder h2 {
    font-size: 30px;
  }
}
.single-portfolio-construction-company #content, .single-service-construction-company #content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.single-portfolio-construction-company .post-type-related, .single-service-construction-company .post-type-related {
  background-color: #2d2d2d;
  padding: 140px 0 110px;
}
.single-portfolio-construction-company .post-type-related .row, .single-service-construction-company .post-type-related .row {
  justify-content: center;
}
.single-portfolio-construction-company .post-type-related .grid-item-inner, .single-service-construction-company .post-type-related .grid-item-inner {
  margin-bottom: 30px;
}
.single-portfolio-construction-company .post-type-related .cms-portfolio-heading, .single-service-construction-company .post-type-related .cms-portfolio-heading {
  padding: 9px 85px 9px 110px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-portfolio-construction-company .post-type-related .cms-portfolio-heading .arrow-divider, .single-service-construction-company .post-type-related .cms-portfolio-heading .arrow-divider {
  left: 100%;
  border-color: #fff transparent transparent #fff;
}
.single-portfolio-construction-company .post-type-related .portfolio-back-category, .single-service-construction-company .post-type-related .portfolio-back-category {
  padding: 16px 80px 16px 52px;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-portfolio-construction-company .post-type-related .portfolio-back-category a, .single-service-construction-company .post-type-related .portfolio-back-category a {
  color: #000;
}
.single-portfolio-construction-company .post-type-related .portfolio-back-category a i, .single-service-construction-company .post-type-related .portfolio-back-category a i {
  margin-right: 10px;
}
.single-portfolio-construction-company .post-type-related .portfolio-back-category a:hover, .single-service-construction-company .post-type-related .portfolio-back-category a:hover {
  color: #ac0430;
}
.single-portfolio-construction-company .post-type-related .portfolio-back-category .arrow-divider, .single-service-construction-company .post-type-related .portfolio-back-category .arrow-divider {
  right: 100%;
}
@media screen and (max-width: 767px) {
  .single-portfolio-construction-company .post-type-related .cms-portfolio-heading, .single-service-construction-company .post-type-related .cms-portfolio-heading {
    padding: 9px 15px;
    right: 0;
    font-size: 30px;
  }
  .single-portfolio-construction-company .post-type-related .portfolio-back-category, .single-service-construction-company .post-type-related .portfolio-back-category {
    font-size: 20px;
    padding: 15px;
  }
}
.sidebar-style-construction-company .cms-career-modal-wrap .entry-social-share a:not(.btn) span {
  font-family: inherit;
  font-weight: 500;
}
.sidebar-style-construction-company .single-hentry .entry-meta li {
  font-family: inherit;
}
.page-links span.page-links-title {
  margin-right: 10px;
}
.page-links > a, .page-links > span:not(.page-links-title) {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 500;
  background-color: #ac0430;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.page-links > a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.33);
}
.page-links > a:hover {
  background-color: #ac0430;
  color: #fff;
}
.single-post-general-construction #content {
  background-color: #222;
  padding-bottom: 0 !important;
}
.single-post-general-construction #content .widget-title, .single-post-general-construction #content .comment-reply-title, .single-post-general-construction #content .comments-title, .single-post-general-construction #content .section-title {
  color: #fff;
}
.single-post-general-construction #content .comments-area .comment-list-wrap {
  border-color: #101010;
}
.single-post-general-construction #content .comment-list > li {
  background-color: #434343;
  border: 1px solid #434343;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-post-general-construction #content .comment-text {
  color: rgba(255, 255, 255, 0.33);
}
.single-post-general-construction #content .comment-title {
  color: #fff;
  font-weight: normal;
}
.single-post-general-construction #content .comment-list li .children > li > .comment-body {
  border-color: rgba(255, 255, 255, 0.33);
}
.single-post-general-construction.single-post #secondary {
  padding-top: 44px;
}
@media screen and (max-width: 991px) {
  .single-post-general-construction.single-post #secondary {
    padding-top: 0;
  }
}
.single-career-general-construction #secondary {
  padding-bottom: 60px;
}
.single-career-general-construction #content {
  background-color: #222;
  padding-bottom: 0 !important;
}
.single-career-general-construction .post-type-content {
  color: rgba(255, 255, 255, 0.66);
  padding-top: 32px;
}
.single-career-general-construction .post-type-content ul {
  padding-left: 15px;
  color: #fff;
  line-height: 1.714;
}
.single-career-general-construction .post-type-content p {
  margin-bottom: 23px;
}
.single-career-general-construction .item-meta-icon {
  margin-bottom: 12px;
}
.single-career-general-construction .item-meta-icon li {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.single-career-general-construction .item-meta-icon li a {
  color: #ac0430;
}
.single-career-general-construction .item-meta-icon li a:hover {
  color: rgba(255, 255, 255, 0.66);
}
.single-career-general-construction .post-type-title {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .single-career-general-construction .post-type-title {
    font-size: 32px;
  }
}
.single-career-general-construction .post-type-apply {
  padding-top: 34px;
  margin-bottom: 60px;
}
.single-career-general-construction .post-type-bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -15px;
  padding: 30px 0 40px 0;
}
.single-career-general-construction .post-type-bottom .post-type-date, .single-career-general-construction .post-type-bottom .entry-social-share {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-career-general-construction .post-type-bottom {
    display: block;
  }
}
.single-career-general-construction label {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  font-size: 14px;
}
.single-career-general-construction .post-type-date {
  text-transform: uppercase;
  font-weight: 700;
  color: #ac0430;
  line-height: normal;
}
.single-career-general-construction .entry-social-share.style-general {
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .single-career-general-construction .entry-social-share.style-general li {
    margin: 0 12px 10px 0;
  }
}
.single-career-general-construction .entry-social-share.style-general a:not(.btn) {
  padding: 0;
  height: 48px;
  width: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
}
.single-career-general-construction .entry-social-share.style-general label {
  margin-right: 10px;
}
.section-social-connect {
  position: relative;
  padding: 57px 0 45px 0;
  text-align: center;
}
.section-social-connect h3 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
}
.section-social-connect:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 200px);
  width: -webkit-calc(100% + 200px);
  width: -ms-calc(100% + 200px);
  background-color: #2e2e2e;
  height: 100%;
}
.type-email-white {
  font-weight: 500;
  color: #fff;
}
.type-email-white:hover {
  color: #ac0430;
}
.single-portfolio-general-construction .post-type-holder, .single-service-general-construction .post-type-holder {
  margin-bottom: 20px;
}
.single-portfolio-general-construction .post-type-holder .post-type-title, .single-service-general-construction .post-type-holder .post-type-title {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-portfolio-general-construction .post-type-holder .post-type-title, .single-service-general-construction .post-type-holder .post-type-title {
    font-size: 32px;
  }
}
.single-portfolio-general-construction .post-type-holder .view-gallery, .single-service-general-construction .post-type-holder .view-gallery {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ac0430;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}
.single-portfolio-general-construction .post-type-holder .view-gallery.opened, .single-service-general-construction .post-type-holder .view-gallery.opened {
  display: block;
}
@media screen and (min-width: 1200px) {
  .single-portfolio-general-construction .post-type-holder, .single-service-general-construction .post-type-holder {
    padding-right: 150px;
    position: relative;
  }
  .single-portfolio-general-construction .post-type-holder .view-gallery, .single-service-general-construction .post-type-holder .view-gallery {
    position: absolute;
    right: 0;
    bottom: 2px;
  }
}
.single-portfolio-general-construction #secondary, .single-service-general-construction #secondary {
  padding-top: 40px;
  padding-bottom: 60px;
}
.single-portfolio-general-construction #content, .single-service-general-construction #content {
  background-color: #222;
  padding-bottom: 0 !important;
}
.single-portfolio-general-construction #content .content-portfolio-general, .single-service-general-construction #content .content-portfolio-general, .single-portfolio-general-construction #content .content-service-general, .single-service-general-construction #content .content-service-general {
  padding-top: 0 !important;
  padding-bottom: 40px;
}
.single-portfolio-general-construction .post-type-content, .single-service-general-construction .post-type-content {
  color: rgba(255, 255, 255, 0.66);
  padding-top: 32px;
}
.single-portfolio-general-construction .post-type-content ul, .single-service-general-construction .post-type-content ul {
  padding-left: 15px;
  color: #fff;
  line-height: 1.714;
}
.single-portfolio-general-construction .post-type-content p, .single-service-general-construction .post-type-content p {
  margin-bottom: 20px;
}
.single-portfolio-general-construction .post-type-media, .single-service-general-construction .post-type-media {
  margin-top: 30px;
  margin-bottom: 0;
}
.single-portfolio-general-construction .post-type-media img, .single-service-general-construction .post-type-media img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-post-cta {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.95);
  padding-top: 105px;
  padding-bottom: 100px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
.single-post-cta .container {
  max-width: 800px;
}
.single-post-cta h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 42px;
}
.single-post-cta p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  line-height: 24px;
}
.single-post-cta a {
  margin-top: 40px;
}
.widget {
  margin-bottom: 32px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget.rm-margin1 {
  margin-bottom: 14px;
}
.widget.rm-margin2 {
  margin-bottom: 20px;
}
.logged-in .hide-logged {
  display: none;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 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: 18px;
  line-height: 1.777;
  color: #000;
}
#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: #ac0430;
}
#content .widget_categories ul.sub-menu li, #content .widget_nav_menu ul.sub-menu li, #content .widget_pages ul.sub-menu li, #content .widget_archive ul.sub-menu li, #content .widget_meta ul.sub-menu li {
  padding-left: 0;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
.widget_recent_entries a, .widget_recent_comments a {
  font-size: 18px;
  line-height: 1.777;
  color: #000;
}
.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;
}
#secondary .widget {
  margin-bottom: 57px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
.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: #ac0430;
}
.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: #ac0430;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social li {
  display: inline-block;
}
.cms-social li + li {
  margin-left: 24px;
}
.cms-social li a {
  color: #646464;
  font-size: 14px;
}
.cms-social li a:hover {
  color: #ac0430;
}
.cms-social li span {
  display: none;
}
.vc_wp_custommenu .widgettitle {
  font-size: 24px;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget {
  padding: 28px 34px 34px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_newsletterwidget .footer-widget-title {
  color: #ac0430;
  font-size: 22px;
}
.widget_newsletterwidget .newsletter-subscription {
  margin: 0;
}
.widget_newsletterwidget .footer-widget-title + p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 35px;
}
.widget_newsletterwidget .tnp-widget {
  margin-top: 32px;
}
.widget_newsletterwidget form {
  position: relative;
}
.widget_newsletterwidget form .tnp-field-email {
  margin: 0;
}
.widget_newsletterwidget form .tnp-field-email label {
  display: none;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1 !important;
  background-color: #fff !important;
  height: 49px !important;
  line-height: 47px;
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email:focus {
  border-color: #ac0430 !important;
}
.widget_newsletterwidget form .tnp-field-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit {
  color: #fff;
  height: 49px !important;
  width: inherit !important;
  padding: 0 20px;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 500;
  border: none !important;
  position: absolute !important;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  top: 0;
  right: 0;
  text-transform: capitalize;
  background-color: #ac0430;
  border-color: #ac0430;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
  background-color: #d4053b;
  border-color: #d4053b;
}
@media screen and (max-width: 575px) {
  .widget_newsletterwidget form .tnp-field-button .tnp-submit {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }
}
.widget_cms_recent_posts .entry-brief {
  margin-bottom: 15px;
}
.widget_cms_recent_posts .entry-brief:last-child {
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-media {
  width: 90px;
  float: left;
  margin-right: 20px;
}
.widget_cms_recent_posts .entry-media + .entry-content {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -ms-calc(100% - 110px);
  width: -o-calc(100% - 110px);
  width: calc(100% - 110px);
}
.widget_cms_recent_posts .entry-content {
  float: left;
  padding-top: 4px;
}
.widget_cms_recent_posts .entry-title {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 6px;
}
.widget_cms_recent_posts .entry-meta li {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.widget_cms_recent_posts .layout-renovation .entry-media img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_cms_recent_posts .layout-renovation .entry-media + .entry-content {
  margin-top: -2px;
  padding-top: 0;
}
.widget_cms_recent_posts .layout-renovation .entry-title {
  font-size: 16px;
  line-height: 22px;
}
.widget_cms_recent_posts .layout-renovation .entry-brief {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.widget_cms_recent_posts .layout-renovation .entry-brief:last-child {
  margin-bottom: 0;
  border: none;
}
.widget_cms_recent_posts .layout-corporate .entry-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
  background-color: #000;
  float: none;
}
.widget_cms_recent_posts .layout-corporate .entry-meta {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 40px;
  padding: 15px 22px;
  z-index: 99;
  background-color: #fff;
  margin: 0;
}
.widget_cms_recent_posts .layout-corporate .entry-date {
  font-size: 13px;
  font-weight: 500;
  color: rgba(55, 55, 53, 0.66);
}
.widget_cms_recent_posts .layout-corporate .entry-title {
  font-size: 18px;
  line-height: 26px;
}
.widget_cms_recent_posts .layout-corporate .bg-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.widget_cms_recent_posts .layout-real-estate .entry-brief {
  margin-bottom: 30px;
}
.widget_cms_recent_posts .layout-real-estate .entry-title {
  font-size: 20px;
  margin-bottom: 2px;
}
.widget_cms_recent_posts .layout-real-estate .entry-content {
  padding-top: 0;
  margin-top: -3px;
}
.widget_cms_recent_posts .layout-real-estate .entry-meta li {
  font-size: 16px;
  line-height: normal;
  color: #b3b3b3;
  font-family: 'AvenirNext-DemiBold';
}
.widget_cms_recent_posts .layout-construction-company .entry-media {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
  width: 75px;
  margin-right: 14px;
}
.widget_cms_recent_posts .layout-construction-company .entry-media a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 75px;
  width: 100%;
}
.widget_cms_recent_posts .layout-construction-company .entry-media + .entry-content {
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: -ms-calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .widget_cms_recent_posts .layout-construction-company .entry-media {
    width: 55px;
  }
  .widget_cms_recent_posts .layout-construction-company .entry-media a {
    height: 55px;
  }
  .widget_cms_recent_posts .layout-construction-company .entry-media + .entry-content {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -ms-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
.widget_cms_recent_posts .layout-construction-company .entry-title {
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: -5px;
}
.widget_cms_recent_posts .layout-construction-company .entry-title a {
  color: inherit;
}
.widget_cms_recent_posts .layout-construction-company .entry-title a:hover {
  color: #ac0430;
}
.widget_cms_recent_posts .layout-construction-company .entry-content p {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
  margin-bottom: 0;
}
.widget_cms_recent_posts .layout-construction-company .entry-brief {
  margin-bottom: 24px;
}
.widget_cms_recent_posts .layout-extensions-specalists .entry-title {
  font-size: 18px;
  line-height: 24px;
  font-family: 'AvenirNext-DemiBold';
}
.widget_cms_recent_posts .layout-extensions-specalists .entry-title a:hover {
  color: #ac0430;
}
.widget_cms_recent_posts .layout-extensions-specalists .entry-content p {
  line-height: 1.285;
  margin-bottom: 10px;
}
.widget_cms_recent_posts .layout-extensions-specalists .entry-more a {
  font-family: 'AvenirNext-DemiBold';
  opacity: 0;
}
.widget_cms_recent_posts .layout-extensions-specalists .entry-brief:hover .entry-more a {
  opacity: 1;
}
.tagcloud a {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.66);
  display: inline-block;
  font-size: 14px !important;
  letter-spacing: 0.035em;
  line-height: 32px;
  padding: 0 12px;
  margin-bottom: 15px;
  margin-right: 9px;
}
.tagcloud a:hover {
  color: #fff;
  border-color: #ac0430;
  background-color: #ac0430;
}
.widget_media_image.footer2 {
  margin-top: -40px;
  margin-bottom: 46px;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area .comment-list-wrap {
  border-bottom: 1px solid #eee;
  padding: 40px 0 45px 0;
}
.comments-area .comment-respond {
  margin-top: 73px;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li {
  list-style-position: inherit;
}
.comment-list li .children {
  padding-left: 90px;
}
.comment-list li .children > li {
  padding-top: 28px;
}
.comment-list li .children > li > .comment-body {
  padding-left: 25px;
  border-left: 1px solid #d9d9d9;
}
.comment-list > li {
  padding: 24px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list ul.children {
  list-style: none;
}
.comment-media {
  max-width: 50px;
  float: left;
}
.comment-media img {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.comment-title {
  text-transform: capitalize;
  font-size: 16px;
}
.comment-date {
  font-family: "Roboto";
  font-weight: normal;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  margin-left: 17px;
}
.comment-text {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
}
.comment-text p {
  margin-bottom: 0;
}
.comment-content {
  display: table;
  padding-left: 30px;
  vertical-align: top;
}
.comment-reply {
  line-height: 1;
}
.comment-reply a {
  font-weight: 700;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form .form-submit .submit {
  width: 100%;
  line-height: 58px;
  font-size: 20px;
}
.comment-form .comment-notes {
  display: none;
}
.comment-form .col-lg-4 {
  margin-bottom: 30px;
}
.comment-form .comment-form-comment {
  margin-bottom: 27px;
}
.comment-body {
  position: relative;
}
.comment-body .comment-reply-link, .comment-body .comment-reply-login {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Roboto";
  font-weight: normal;
  color: #9d9d9d;
  font-size: 0px;
}
.comment-body .comment-reply-link i, .comment-body .comment-reply-login i {
  font-size: 22px;
  -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;
}
.comment-body .comment-reply-link span, .comment-body .comment-reply-login span {
  font-size: 14px;
  position: absolute;
  right: 33px;
  min-width: 150px;
  text-align: right;
  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 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;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .comment-body .comment-reply-link span, .comment-body .comment-reply-login span {
    display: none;
  }
}
.comment-body .comment-reply-link:hover span, .comment-body .comment-reply-login:hover span {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .comment-body .comment-reply-link:hover i, .comment-body .comment-reply-login:hover i {
    color: #ac0430;
  }
}
.content-construction-company + .comments-area .comment-respond {
  margin-top: 37px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
  margin-bottom: 8px;
}
.content-construction-company + .comments-area .comment-list-wrap {
  border-bottom: none;
  padding: 37px 0 0;
  border-top: 1px solid #f1f1f1;
  margin-top: 40px;
}
.content-construction-company + .comments-area .comment-list > li {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.content-construction-company + .comments-area .comment-title {
  font-size: 18px;
  text-transform: capitalize;
}
.content-construction-company + .comments-area .comment-date {
  font-size: 14px;
}
.content-construction-company + .comments-area .comments-title, .content-construction-company + .comments-area .comment-reply-title {
  font-size: 22px;
  text-transform: capitalize;
}
.logged-in-as a {
  color: #616161;
}
.logged-in-as a:hover {
  color: #ac0430;
}
@media screen and (max-width: 767px) {
  .comment-inner {
    text-align: center;
  }
  .comment-media {
    float: none;
    display: inline-block;
  }
  .comment-content {
    padding-left: 0;
    padding-top: 15px;
    display: block;
  }
  .comment-list li .children {
    padding-left: 0;
  }
  .comment-list li .children > li > .comment-body {
    border: none;
  }
}
.site-footer {
  font-size: 14px;
  line-height: 26px;
}
.site-footer .scroll-top {
  display: none;
}
.site-footer .bg-overlay:before {
  z-index: -1;
}
.site-footer .top-footer {
  padding: 40px 0 60px;
  font-size: 15px;
}
.site-footer .top-footer .widget_nav_menu ul.menu li {
  font-size: 14px;
}
.site-footer .top-footer .footer-widget-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 19px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer .cms-footer-item {
    margin-top: 40px;
  }
  .site-footer .top-footer .cms-footer-item:nth-child(1), .site-footer .top-footer .cms-footer-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .top-footer .cms-footer-item:nth-child(2) {
    margin-top: 40px;
  }
}
.site-footer .bottom-footer {
  padding: 28px 0;
  position: relative;
}
.site-footer .bottom-footer .bf-gap {
  background-color: #e0e0e3;
  height: 1px;
  left: 0;
  margin: auto;
  max-width: 1170px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.site-footer .bottom-footer .bottom-col1 a {
  color: inherit;
}
.site-footer .bottom-footer .bottom-footer-social a {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.site-footer .bottom-footer .bottom-footer-social a:before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 50%;
  right: -2px;
  -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-footer .bottom-footer .bottom-footer-social a:first-child {
  padding-left: 0;
}
.site-footer .bottom-footer .bottom-footer-social a:last-child {
  padding-right: 0;
}
.site-footer .bottom-footer .bottom-footer-social a:last-child:before {
  display: none;
}
.site-footer .widget_newsletterwidget {
  background-color: transparent;
  border: none;
}
.site-footer.footer-layout1 {
  background-color: #000;
  color: rgba(255, 255, 255, 0.45);
}
.site-footer.footer-layout1 a {
  color: rgba(255, 255, 255, 0.45);
}
.site-footer.footer-layout1 a:hover {
  color: #ac0430;
}
.site-footer.footer-layout1 .top-footer .footer-widget-title {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .site-footer.footer-layout1 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(1) {
    flex: 0 0 41.5%;
    max-width: 41.5%;
    padding-right: 100px;
  }
  .site-footer.footer-layout1 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(2) {
    flex: 0 0 16.5%;
    max-width: 16.5%;
  }
  .site-footer.footer-layout1 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(3) {
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }
  .site-footer.footer-layout1 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(4) {
    flex: 0 0 19.5%;
    max-width: 19.5%;
  }
}
.site-footer.footer-layout1 .bottom-footer .bf-gap {
  background-color: rgba(255, 255, 255, 0.07);
}
.site-footer.footer-layout2 .top-footer {
  padding-top: 85px;
  padding-bottom: 40px;
}
.site-footer.footer-layout2 .top-footer .footer-widget-title {
  letter-spacing: 0.03em;
}
.site-footer.footer-layout2 .top-footer .widget_newsletterwidget .footer-widget-title {
  font-family: Nimbus-Sans-Bold !important;
}
@media screen and (min-width: 992px) {
  .site-footer.footer-layout2 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(1) {
    flex: 0 0 33.5%;
    max-width: 33.5%;
    padding-right: 80px;
  }
  .site-footer.footer-layout2 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(2) {
    flex: 0 0 16.7%;
    max-width: 16.7%;
  }
  .site-footer.footer-layout2 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(3) {
    flex: 0 0 16.7%;
    max-width: 16.7%;
  }
  .site-footer.footer-layout2 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(4) {
    flex: 0 0 33.1%;
    max-width: 33.1%;
  }
  .site-footer.footer-layout2 .top-footer.custom-width .cms-footer-item.col-xl-4:nth-child(1) {
    padding-right: 60px;
  }
}
.site-footer.footer-layout2.light {
  border-bottom: 8px solid #ac0430;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.66);
  background-color: #fff;
}
.site-footer.footer-layout2.light a {
  color: rgba(0, 0, 0, 0.66);
}
.site-footer.footer-layout2.light a:hover {
  color: #ac0430;
}
.site-footer.footer-layout2.light .bottom-footer {
  color: #000;
}
.site-footer.footer-layout2.light .bottom-footer a {
  color: #000;
}
.site-footer.footer-layout2.light .bottom-footer a:hover {
  color: #ac0430;
}
.site-footer.footer-layout2.light .bottom-footer .bottom-footer-social a:before {
  background-color: #838383;
}
.site-footer.footer-layout2.light .bottom-footer .bf-gap {
  display: none;
}
.site-footer.footer-layout2.light .top-footer + .bottom-footer .bf-gap {
  display: block;
}
.site-footer.footer-layout2.light .widget_newsletterwidget {
  border: 1px solid #f1f1f1;
  background-color: #f7f7f7;
}
.site-footer.footer-layout2.dark {
  background-color: #000;
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  line-height: 26px;
}
.site-footer.footer-layout2.dark a {
  color: rgba(255, 255, 255, 0.25);
}
.site-footer.footer-layout2.dark a:hover {
  color: #ac0430;
}
.site-footer.footer-layout2.dark .bf-gap {
  background-color: rgba(255, 255, 255, 0.15);
}
.site-footer.footer-layout2.dark .top-footer .footer-widget-title {
  color: #fff;
  font-weight: 700;
}
.site-footer.footer-layout2.dark .bottom-footer {
  color: rgba(255, 255, 255, 0.25);
}
.site-footer.footer-layout2.dark .bottom-footer a {
  color: rgba(255, 255, 255, 0.25);
}
.site-footer.footer-layout2.dark .bottom-footer a:hover {
  color: #ac0430;
}
.site-footer.footer-layout2.dark .bottom-footer .bottom-footer-social a:before {
  background-color: rgba(255, 255, 255, 0.25);
}
.site-footer.footer-layout2.dark .top-footer {
  padding-top: 90px;
}
.site-footer.footer-layout2.dark .top-footer .widget_newsletterwidget {
  background-color: rgba(205, 205, 205, 0.07);
  border: none;
}
.site-footer.footer-layout2.dark .top-footer .widget_newsletterwidget .footer-widget-title {
  color: #ac0430;
}
.site-footer.footer-layout2.dark .top-footer .widget_newsletterwidget form .tnp-field-email .tnp-email {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.25);
}
.site-footer.footer-layout4 {
  background-color: #4a4947;
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  line-height: 22px;
}
.site-footer.footer-layout4 a {
  color: rgba(255, 255, 255, 0.25);
}
.site-footer.footer-layout4 a:hover {
  color: #fff;
}
.site-footer.footer-layout4 .top-footer {
  padding: 50px 0;
}
.site-footer.footer-layout4 .top-footer .footer-widget-title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-family: inherit;
}
.site-footer.footer-layout4 .top-footer .widget_nav_menu ul.menu li.current-menu-item > a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .site-footer.footer-layout4 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(1) {
    flex: 0 0 33.2%;
    max-width: 33.2%;
    padding-right: 100px;
  }
  .site-footer.footer-layout4 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(2) {
    flex: 0 0 19.2%;
    max-width: 19.2%;
  }
  .site-footer.footer-layout4 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(3) {
    flex: 0 0 14.5%;
    max-width: 14.5%;
  }
  .site-footer.footer-layout4 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(4) {
    flex: 0 0 33.1%;
    max-width: 33.1%;
  }
}
.site-footer.footer-layout4 .bottom-footer {
  background-color: #373735;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .site-footer.footer-layout4 .bottom-footer {
    line-height: normal;
  }
  .site-footer.footer-layout4 .bottom-footer .bottom-col1 {
    margin-bottom: 10px;
  }
}
.site-footer.footer-layout5 a, .site-footer.footer-layout6 a {
  color: #000;
}
.site-footer.footer-layout5 a:hover, .site-footer.footer-layout6 a:hover {
  color: #ac0430;
}
.site-footer.footer-layout5 .widget_nav_menu ul.menu li, .site-footer.footer-layout6 .widget_nav_menu ul.menu li {
  font-size: 17px;
  line-height: 36px;
}
.site-footer.footer-layout5 .widget_nav_menu ul.menu li.current-menu-item > a, .site-footer.footer-layout6 .widget_nav_menu ul.menu li.current-menu-item > a, .site-footer.footer-layout5 .widget_nav_menu ul.menu li > a:hover, .site-footer.footer-layout6 .widget_nav_menu ul.menu li > a:hover {
  color: #ac0430;
}
.site-footer.footer-layout5 .widget_nav_menu.menu-inline li, .site-footer.footer-layout6 .widget_nav_menu.menu-inline li {
  display: inline-block;
  margin-right: 21px;
}
.site-footer.footer-layout5 .top-footer, .site-footer.footer-layout6 .top-footer {
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 47px;
}
.site-footer.footer-layout5 .top-footer .footer-widget-title, .site-footer.footer-layout6 .top-footer .footer-widget-title {
  font-size: 17px;
  color: #ac0430;
  margin-bottom: 6px;
}
.site-footer.footer-layout5 .top-footer .widget, .site-footer.footer-layout6 .top-footer .widget {
  margin-bottom: 34px;
}
.site-footer.footer-layout5 .top-footer .widget:last-child, .site-footer.footer-layout6 .top-footer .widget:last-child {
  margin-bottom: 0;
}
.site-footer.footer-layout5 .top-footer .quick-contact-item, .site-footer.footer-layout6 .top-footer .quick-contact-item {
  font-size: 17px;
  line-height: 36px;
}
.site-footer.footer-layout5 .top-footer .footer-social a, .site-footer.footer-layout6 .top-footer .footer-social a {
  font-size: 32px;
  color: #ac0430;
  margin-right: 11px;
}
.site-footer.footer-layout5 .top-footer .footer-social a:hover, .site-footer.footer-layout6 .top-footer .footer-social a:hover {
  color: #a40e36;
}
@media screen and (min-width: 992px) {
  .site-footer.footer-layout5 .top-footer .footer5-section-group section, .site-footer.footer-layout6 .top-footer .footer5-section-group section {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0;
  }
  .site-footer.footer-layout5 .top-footer .footer5-section-group #footer5-quick-contact, .site-footer.footer-layout6 .top-footer .footer5-section-group #footer5-quick-contact {
    margin-right: 32px;
  }
  .site-footer.footer-layout5 .top-footer.custom-width .cms-footer-item.col-xl-4:nth-child(1), .site-footer.footer-layout6 .top-footer.custom-width .cms-footer-item.col-xl-4:nth-child(1) {
    flex: 0 0 27.5%;
    max-width: 27.5%;
    padding-right: 90px;
  }
  .site-footer.footer-layout5 .top-footer.custom-width .cms-footer-item.col-xl-4:nth-child(2), .site-footer.footer-layout6 .top-footer.custom-width .cms-footer-item.col-xl-4:nth-child(2) {
    flex: 0 0 16.8%;
    max-width: 16.8%;
  }
  .site-footer.footer-layout5 .top-footer.custom-width .cms-footer-item.col-xl-4:nth-child(3), .site-footer.footer-layout6 .top-footer.custom-width .cms-footer-item.col-xl-4:nth-child(3) {
    flex: 0 0 55.7%;
    max-width: 55.7%;
  }
}
.site-footer.footer-layout5 .bottom-footer, .site-footer.footer-layout6 .bottom-footer {
  padding: 18px 0;
  font-size: 17px;
  line-height: 1.7;
  border-top: 1px solid #e5e5e5;
  color: rgba(0, 0, 0, 0.5);
}
.site-footer.footer-layout6 {
  background-color: #fff;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.08);
}
.site-footer.footer-layout6 .line-gap {
  width: 100%;
  margin-left: 0;
}
.site-footer.footer-layout6 .top-bar-footer {
  text-align: center;
}
.site-footer.footer-layout6 .top-bar-footer .row {
  padding: 32px 0;
}
.site-footer.footer-layout6 .top-bar-footer cite {
  font-family: 'Calibre-Medium';
  font-style: normal;
}
.site-footer.footer-layout6 .top-bar-footer h2 {
  font-size: 32px;
}
.site-footer.footer-layout6 .top-bar-footer p, .site-footer.footer-layout6 .top-bar-footer h1, .site-footer.footer-layout6 .top-bar-footer h2, .site-footer.footer-layout6 .top-bar-footer h3, .site-footer.footer-layout6 .top-bar-footer h4, .site-footer.footer-layout6 .top-bar-footer h5 {
  margin-bottom: 0;
}
.site-footer.footer-layout6 .top-footer {
  padding: 50px 0 40px;
}
.site-footer.footer-layout6 .top-footer .footer-widget-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.site-footer.footer-layout6 .top-footer .row + .row {
  margin-top: 20px;
}
.site-footer.footer-layout6 .bottom-footer {
  border: none;
  padding: 0;
}
.site-footer.footer-layout6 .bottom-footer .row {
  padding: 21px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer.footer-layout6 .cms-footer-item.col-md-4:nth-child(1), .site-footer.footer-layout6 .cms-footer-item.col-md-4:nth-child(2) {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .site-footer.footer-layout6 .cms-footer-item.col-md-4:nth-child(3) {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-footer.footer-layout7 .top-footer {
  background-color: #222;
  line-height: 1.714;
  color: #fff;
  padding: 90px 0 42px;
}
.site-footer.footer-layout7 .top-footer .footer-widget-title {
  font-size: 28px;
  line-height: normal;
  color: #ac0430;
  font-weight: normal;
}
.site-footer.footer-layout7 .top-footer a {
  color: #919191;
}
.site-footer.footer-layout7 .top-footer a:hover {
  color: #ac0430;
}
.site-footer.footer-layout7 .top-footer ul.menu > li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.site-footer.footer-layout7 .top-footer ul.menu > li.current-menu-item > a, .site-footer.footer-layout7 .top-footer ul.menu > li > a:hover {
  color: #ac0430;
}
.site-footer.footer-layout7 .top-footer .list-menu {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #919191;
}
@media screen and (min-width: 992px) {
  .site-footer.footer-layout7 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(1) {
    flex: 0 0 41.5%;
    max-width: 41.5%;
    padding-right: 100px;
  }
  .site-footer.footer-layout7 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(2) {
    flex: 0 0 19.5%;
    max-width: 19.5%;
  }
  .site-footer.footer-layout7 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(3) {
    flex: 0 0 19.5%;
    max-width: 19.5%;
  }
  .site-footer.footer-layout7 .top-footer.custom-width .cms-footer-item.col-xl-3:nth-child(4) {
    flex: 0 0 19.5%;
    max-width: 19.5%;
  }
}
.site-footer.footer-layout7 .bottom-footer {
  background-color: #2e2e2e;
  font-size: 15px;
  color: #fff;
  padding: 16px 0;
}
.site-footer.footer-layout7 .bottom-footer a {
  color: #fff;
}
.site-footer.footer-layout7 .bottom-footer a:hover {
  color: #ac0430;
}
.site-footer.footer-layout8 .top-footer-menu {
  padding: 54px 0 42px;
}
.site-footer.footer-layout8 .top-footer-menu .sub-menu {
  display: none;
}
.site-footer.footer-layout8 .top-footer-menu .footer-menu {
  margin: 0;
  list-style: none;
  margin: 0;
}
.site-footer.footer-layout8 .top-footer-menu .footer-menu li {
  display: inline-block;
  padding: 0 6%;
  margin-bottom: 12px;
}
.site-footer.footer-layout8 .top-footer-menu .footer-menu li:first-child {
  padding-left: 0;
}
.site-footer.footer-layout8 .top-footer-menu .footer-menu li:last-child {
  padding-right: 0;
}
.site-footer.footer-layout8 .top-footer-menu .footer-menu li a {
  color: #000;
  font-family: 'Avenir-Next-Medium';
  font-size: 18px;
  line-height: normal;
}
.site-footer.footer-layout8 .top-footer-menu .footer-menu li:hover > a, .site-footer.footer-layout8 .top-footer-menu .footer-menu li.current_page_item > a, .site-footer.footer-layout8 .top-footer-menu .footer-menu li.current-menu-item > a, .site-footer.footer-layout8 .top-footer-menu .footer-menu li.current_page_ancestor > a, .site-footer.footer-layout8 .top-footer-menu .footer-menu li.current-menu-ancestor > a {
  color: #ac0430;
}
@media screen and (max-width: 1600px) {
  .site-footer.footer-layout8 .top-footer-menu .footer-menu li {
    padding: 0 20px;
  }
}
.site-footer.footer-layout8 .top-footer {
  padding-top: 50px;
  padding-bottom: 8px;
  color: rgba(21, 47, 82, 0.87);
}
.site-footer.footer-layout8 .top-footer .row {
  align-items: center;
}
.site-footer.footer-layout8 .top-footer .row .col-sm-12 {
  margin-bottom: 35px;
}
.site-footer.footer-layout8 .line-gap {
  background-color: #e7eaed;
  height: 1px;
  max-width: 1170px;
  margin: auto;
}
.site-footer.footer-layout8 .top-footer-social {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .site-footer.footer-layout8 .top-footer-social {
    text-align: left;
  }
}
.site-footer.footer-layout8 .top-footer-social a {
  font-size: 30px;
  color: #000;
  margin: 0 30px;
}
.site-footer.footer-layout8 .top-footer-social a:hover {
  color: #ac0430;
}
.site-footer.footer-layout8 .top-footer-social a:first-child {
  margin-left: 0;
}
.site-footer.footer-layout8 .top-footer-social a:last-child {
  margin-right: 0;
}
.site-footer.footer-layout8 .bottom-footer {
  padding: 0 0 35px;
  color: #152f52;
}
.site-footer.footer-layout8 .bottom-footer a {
  color: #152f52;
}
.site-footer.footer-layout8 .bottom-footer a:hover {
  color: #ac0430;
}
.site-footer .bottom-footer-social.social-icon a {
  padding: 0;
}
.site-footer .bottom-footer-social.social-icon a i {
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ac0430;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.site-footer .bottom-footer-social.social-icon a i:hover {
  opacity: 0.8;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-linkedin {
  background-color: #0077b5;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-skype {
  background-color: #00aff0;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-yelp {
  background-color: #af0606;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-pinterest {
  background-color: #bd081c;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-tumblr {
  background-color: #34465d;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-vimeo {
  background-color: #1ab7ea;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-youtube {
  background-color: #cd201f;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-google-plus {
  background-color: #dd4b39;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-facebook {
  background-color: #3b5999;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-twitter {
  background-color: #55acee;
}
.site-footer .bottom-footer-social.social-icon a i.zmdi-instagram {
  background-color: #e4405f;
}
.site-footer .bottom-footer-social.social-icon a:before {
  display: none;
}
.site-footer .bottom-footer-social.social-icon a + a {
  margin-left: 15px;
}
.cta-footer-inner {
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
  padding: 48px 0;
}
.cta-footer-inner h3 {
  font-size: 28px;
  color: #fff;
  line-height: normal;
  display: inline-block;
  margin: 10px 46px 10px 0;
}
.cta-footer-inner .cta-footer-meta {
  font-size: 24px;
  line-height: normal;
  display: inline-block;
  margin: 10px 0;
}
.cta-footer-inner .cta-footer-meta span {
  color: rgba(255, 255, 255, 0.45);
  display: none;
}
.cta-footer-inner .cta-footer-meta a {
  color: #fff;
}
.cta-footer-inner .cta-footer-meta a:hover {
  color: #ac0430;
}
.cta-footer-inner .cta-footer-meta a + a span {
  display: inline-block;
}
.scroll-top:not(.fixed-bottom) {
  background-color: #ac0430;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  height: 45px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 45px;
  font-size: 22px;
  z-index: 9999;
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.scroll-top:not(.fixed-bottom):focus, .scroll-top:not(.fixed-bottom):active {
  background-color: #ac0430;
  color: #fff;
}
.scroll-top:not(.fixed-bottom):hover {
  background-color: #930329;
  color: #fff;
}
.scroll-top:not(.fixed-bottom).on {
  visibility: visible;
  opacity: 1;
  bottom: 90px;
}
.scroll-top:not(.fixed-bottom) i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.scroll-top:not(.fixed-bottom).renovation {
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.scroll-top:not(.fixed-bottom).industrial {
  -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: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.scroll-top:not(.fixed-bottom).corporate {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #373735;
}
.scroll-top:not(.fixed-bottom).corporate:hover {
  background-color: #ac0430;
}
.scroll-top:not(.fixed-bottom).corporate.on {
  bottom: 50px;
}
.scroll-top:not(.fixed-bottom).general {
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #000;
}
.scroll-top:not(.fixed-bottom).general:hover {
  background-color: #141414;
}
@media screen and (max-width: 1199px) {
  .top-footer::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .top-footer::after {
    display: none;
  }
  .scroll-top {
    display: none;
  }
  .site-footer .scroll-top {
    display: block;
    width: 45px;
    background-color: #ac0430 !important;
    -webkit-border-radius: 3px 0 0 0;
    -khtml-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    left: auto;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
  }
  .site-footer .scroll-top.on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}
.cms-grid .item-featured img {
  width: 100%;
}
.cms-grid .cms-grid-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 35px;
}
.cms-grid .item-title {
  font-size: 24px;
  line-height: 1.33;
}
.cms-grid .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #ac0430;
}
@media screen and (max-width: 991px) {
  .cms-grid .cms-grid-inner {
    margin: 0 -15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item {
    padding: 15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item .grid-item-inner {
    margin-top: 0 !important;
  }
}
.cms-grid .cms-grid-pagination {
  margin-top: 35px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap {
  margin-bottom: 38px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 16px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.33);
}
.grid-filter-wrap.align-left span:first-child {
  padding-left: 0;
}
.grid-filter-wrap.align-right span:last-child {
  padding-left: 0;
}
.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
  color: #000 !important;
}
.grid-filter-wrap.filter-primary span.active, .grid-filter-wrap.filter-primary span:hover {
  color: #ac0430 !important;
}
.grid-filter-wrap.filter-small {
  margin-bottom: 48px;
}
.grid-filter-wrap.filter-small span {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
}
.grid-filter-wrap.filter-general {
  border-bottom: 1px solid #101010;
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 14px;
}
.grid-filter-wrap.filter-general:before {
  content: "";
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.grid-filter-wrap.filter-general .filter-item {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.grid-filter-wrap.filter-general .filter-item.active, .grid-filter-wrap.filter-general .filter-item:hover {
  color: #ac0430 !important;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.cms-grid-header {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
.cms-grid-header > h3 {
  margin: 0;
  font-size: 40px;
  letter-spacing: 0.03em;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .cms-grid-header {
    display: block;
  }
  .cms-grid-header > h3 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .cms-grid-header .nice-select {
    margin: 15px 0 0;
  }
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: #a2a2a2;
  display: inline-block;
  height: 9px;
  margin: 0 4px;
  width: 9px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-dots .owl-dot.active {
  background-color: #ac0430;
}
.owl-arrows-middle .owl-nav {
  display: block !important;
}
.owl-arrows-middle .owl-nav .owl-prev, .owl-arrows-middle .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle .owl-nav .owl-prev {
  left: -54px;
}
.owl-arrows-middle .owl-nav .owl-next {
  right: -54px;
}
.owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
  height: 185px;
  line-height: 185px;
  width: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #ac0430;
  text-align: center;
}
.owl-arrows-middle-big .owl-prev i, .owl-arrows-middle-big .owl-next i {
  font-size: 21px;
  color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-arrows-middle-big .owl-prev {
  left: -15px;
}
.owl-arrows-middle-big .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-big .owl-prev:hover i {
  margin-left: -15px;
}
.owl-arrows-middle-big .owl-next {
  right: -15px;
}
.owl-arrows-middle-big .owl-next i:before {
  content: "\f301";
}
.owl-arrows-middle-big .owl-next:hover i {
  margin-right: -15px;
}
@media screen and (max-width: 991px) {
  .owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
    width: 45px;
    height: 90px;
    line-height: 90px;
  }
}
.owl-arrows-middle-circle .owl-nav .owl-prev, .owl-arrows-middle-circle .owl-nav .owl-next {
  border: 2px solid #ac0430;
  border-radius: 100%;
  color: #ac0430;
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle-circle .owl-nav .owl-prev:hover, .owl-arrows-middle-circle .owl-nav .owl-next:hover {
  border-color: #ac0430;
  background-color: #ac0430;
  color: #fff;
}
.owl-arrows-middle-circle .owl-nav .owl-prev {
  left: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-circle .owl-nav .owl-next {
  right: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-next i:before {
  content: "\f301";
}
@media screen and (min-width: 1400px) {
  .owl-arrows-middle-circle .owl-nav .owl-prev {
    left: -70px;
  }
  .owl-arrows-middle-circle .owl-nav .owl-next {
    right: -70px;
  }
}
@media screen and (max-width: 1399px) {
  .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-prev, .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-next {
    border-color: #fff;
    color: #fff;
  }
  .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-prev, .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-next {
    position: static;
    margin: 60px 15px 0;
  }
}
.cms-carousel-filter {
  margin-bottom: 25px;
  /* Page Loading */
}
.cms-carousel-filter .cms-filter-item {
  font-size: 24px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin: 0 38px 10px 0;
  display: inline-block;
}
.cms-carousel-filter .cms-filter-item.cms-filter-active, .cms-carousel-filter .cms-filter-item:hover {
  color: #ac0430;
  cursor: pointer;
}
#cms-loadding, #apply-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spin, #apply-loadding .loading-spin {
  display: block;
  height: 65px;
  margin: -32px auto 0;
  position: relative;
  top: 50%;
  width: 65px;
}
#cms-loadding .loading-spin .spinner, #apply-loadding .loading-spin .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin-rotate-all 1s linear infinite;
  animation: spin-rotate-all 1s linear infinite;
}
#cms-loadding .loading-spin .spinner .right-side, #apply-loadding .loading-spin .spinner .right-side, #cms-loadding .loading-spin .spinner .left-side, #apply-loadding .loading-spin .spinner .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
  animation: spin-fade-in-first 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side, #apply-loadding .loading-spin .spinner .left-side {
  left: 0;
}
#cms-loadding .loading-spin .spinner .right-side, #apply-loadding .loading-spin .spinner .right-side {
  right: 0;
}
#cms-loadding .loading-spin .spinner.color-2 .right-side, #apply-loadding .loading-spin .spinner.color-2 .right-side, #cms-loadding .loading-spin .spinner.color-2 .left-side, #apply-loadding .loading-spin .spinner.color-2 .left-side {
  -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
  animation: spin-fade-in-second 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .bar, #apply-loadding .loading-spin .spinner .bar {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px 0 0 200px;
  -khtml-border-radius: 200px 0 0 200px;
  -moz-border-radius: 200px 0 0 200px;
  -ms-border-radius: 200px 0 0 200px;
  -o-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
  border: 6px solid #ac0430;
  position: relative;
}
#cms-loadding .loading-spin .spinner .bar:after, #apply-loadding .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #ac0430;
  position: absolute;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#cms-loadding .loading-spin .spinner .right-side .bar, #apply-loadding .loading-spin .spinner .right-side .bar {
  -webkit-border-radius: 0 200px 200px 0;
  -khtml-border-radius: 0 200px 200px 0;
  -moz-border-radius: 0 200px 200px 0;
  -ms-border-radius: 0 200px 200px 0;
  -o-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: spin-rotate-right 0.75s linear infinite alternate;
  animation: spin-rotate-right 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .right-side .bar:after, #apply-loadding .loading-spin .spinner .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}
#cms-loadding .loading-spin .spinner .left-side .bar, #apply-loadding .loading-spin .spinner .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: spin-rotate-left 0.75s linear infinite alternate;
  animation: spin-rotate-left 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side .bar:after, #apply-loadding .loading-spin .spinner .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}
#apply-loadding {
  background-color: rgba(255, 255, 255, 0.9);
}
.nav-tabs.cms-tabs {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
  margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.33);
  font-family: Nimbus-Sans-Bold;
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #000;
}
.entry-footer .entry-edit-link {
  display: none;
}
div.pp_overlay {
  z-index: 9999 !important;
  opacity: 0.85 !important;
}
.cms-close {
  display: block;
  height: 22px;
  line-height: 22px;
  width: 22px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  right: 10px;
  top: 10px;
  opacity: 0;
}
.cms-close:before, .cms-close:after {
  background-color: #000;
  width: 10px;
  top: 11px;
  z-index: 999;
}
.cms-close:hover {
  background-color: #ac0430;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: #fff;
}
.cms-modal {
  background-color: rgba(51, 51, 51, 0.87);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.cms-modal .cms-modal-inner {
  padding: 0 15px;
  max-width: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 500ms;
}
.cms-modal.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.cms-modal.open .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  -khtml-transform: translate(-50%, -50%) scaleX(1);
  -moz-transform: translate(-50%, -50%) scaleX(1);
  -ms-transform: translate(-50%, -50%) scaleX(1);
  -o-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}
.cms-modal.remove {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition-delay: 500ms;
}
.cms-modal.remove .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  transition-delay: 0ms;
}
.cms-modal .cms-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}
.cms-modal .cms-close:before, .cms-modal .cms-close:after {
  background-color: #fff;
}
.cms-modal .cms-close:hover:before, .cms-modal .cms-close:hover:after {
  background-color: #ac0430;
}
@media screen and (max-width: 991px) {
  .cms-modal .cms-close {
    display: block;
  }
}
.cms-modal .cms-contact-form-footer {
  text-align: center;
  padding-top: 35px;
  color: #fff;
}
.cms-modal .cms-contact-form-footer > h3 {
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 10px;
}
.cms-modal .cms-contact-form-footer > h6 {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.cms-modal.cms-modal-contact-form {
  cursor: zoom-out;
}
.cms-modal.cms-modal-contact-form .cms-modal-inner {
  cursor: auto;
}
.nav-tabs-none {
  border: none;
}
.nav-tabs-none li.nav-item {
  margin: 0;
}
.nav-tabs-none li.nav-item a.nav-link {
  border: none;
  padding: 0;
}
.rev_slider_wrapper .custom .tp-bullet {
  height: 11px;
  width: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background: none;
}
.rev_slider_wrapper .custom .tp-bullet.selected {
  background-color: #fff;
}
.owl-carousel.hide-nav .owl-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #ac0430;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  border: none;
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.item-meta {
  margin-bottom: 0;
}
.cms-fancybox-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 10px;
}
.cms-fancybox-default .cms-fancybox-inner {
  position: relative;
}
.cms-fancybox-default .cms-fancybox-inner .cms-fancybox-icon {
  position: absolute;
  left: 0;
}
.cms-fancybox-default .cms-fancybox-inner .cms-fancybox-icon img {
  max-width: 50px;
}
.cms-fancybox-default .cms-fancybox-inner .cms-fancybox-icon i {
  font-size: 48px;
  color: #ac0430;
}
.cms-fancybox-default .cms-fancybox-inner .cms-fancybox-icon + .cms-fancybox-content {
  padding-left: 90px;
}
.cms-fancybox-default .cms-fancybox-inner .cms-fancybox-content {
  color: rgba(0, 0, 0, 0.66);
}
.cms-fancybox-default.icon-middle .cms-fancybox-inner .cms-fancybox-icon {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-fancybox-default.icon-top .cms-fancybox-inner .cms-fancybox-icon {
  top: 0;
}
.cms-fancybox-default.icon-style-round .cms-fancybox-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #ac0430;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  line-height: 80px;
  text-align: center;
}
.cms-fancybox-default.icon-style-round .cms-fancybox-icon:after {
  border-radius: 80px;
  background-color: rgba(172, 4, 48, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -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;
  z-index: -1;
}
.cms-fancybox-default.icon-style-round .cms-fancybox-icon img {
  max-width: 80px;
}
.cms-fancybox-default.icon-style-round .cms-fancybox-icon i {
  color: #fff;
  font-size: 32px;
  vertical-align: middle;
}
.cms-fancybox-default.icon-style-round:hover .cms-fancybox-icon:after {
  -webkit-transform: scale(1.3);
  -khtml-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.cms-fancybox-layout1 {
  text-align: center;
}
.cms-fancybox-layout1 .cms-fancybox-image {
  -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);
}
.cms-fancybox-layout1 .cms-fancybox-title {
  margin-bottom: 15px;
  margin-top: 50px;
}
.cms-fancybox-layout1 .cms-fancybox-description {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-layout1 .cms-fancybox-image img {
    width: 100%;
  }
}
.cms-fancybox-layout2 {
  text-align: center;
}
.cms-fancybox-layout2 .cms-fancybox-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #ac0430;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  font-size: 32px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 38px;
  position: relative;
}
.cms-fancybox-layout2 .cms-fancybox-icon:after {
  border-radius: 80px;
  background-color: #ac0430;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -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;
  z-index: -1;
}
.cms-fancybox-layout2 .cms-fancybox-icon img {
  max-width: 60px;
}
.cms-fancybox-layout2 .cms-fancybox-title {
  letter-spacing: 0.01em;
  font-size: 24px;
  margin-bottom: 6px;
}
.cms-fancybox-layout2 .cms-fancybox-description cite {
  font-family: Nimbus-Sans-Bold;
  font-style: normal;
}
.cms-fancybox-layout2:hover .cms-fancybox-icon:after {
  -webkit-transform: scale(1.3);
  -khtml-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.cms-fancybox-layout3 .cms-fancybox-image {
  height: 400px;
  display: block;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: all 4s ease 0s;
  -khtml-transition: all 4s ease 0s;
  -moz-transition: all 4s ease 0s;
  -ms-transition: all 4s ease 0s;
  -o-transition: all 4s ease 0s;
  transition: all 4s ease 0s;
}
.cms-fancybox-layout3 .cms-fancybox-content {
  text-align: center;
}
.cms-fancybox-layout3 .cms-fancybox-content span {
  color: #9c9e9f;
  font-family: Nimbus-Sans-Bold;
  font-size: 16px;
}
.cms-fancybox-layout3 .cms-fancybox-content h3 {
  font-size: 20px;
  font-family: Nimbus-Sans-Bold;
  margin-bottom: 23px;
}
.cms-fancybox-layout3 .cms-fancybox-content h3 a {
  color: #383c3f;
}
.cms-fancybox-layout3 .cms-fancybox-content h3 a:hover {
  color: #ac0430;
}
.cms-fancybox-layout3:hover .cms-fancybox-image {
  background-position: center bottom;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout3 .cms-fancybox-content h3 {
    font-size: 18px;
  }
}
.cms-fancybox-layout4 .cms-fancybox-inner {
  background-color: #000;
  padding: 34px 30px 50px;
  text-align: center;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  min-height: 304px;
}
.cms-fancybox-layout4 .cms-fancybox-inner.col-equal-height {
  height: auto !important;
}
.cms-fancybox-layout4 .cms-fancybox-inner .cms-fancybox-title {
  font-size: 32px;
  color: #ac0430;
}
.cms-fancybox-layout4 .cms-fancybox-inner .cms-fancybox-description {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.cms-fancybox-layout4 .cms-fancybox-inner .cms-fancybox-button {
  margin-top: 53px;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout4 .cms-fancybox-inner .cms-fancybox-button .btn {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.cms-fancybox-layout4.style2 .cms-fancybox-inner, .cms-fancybox-layout4.style3 .cms-fancybox-inner {
  background-color: transparent;
  padding: 0;
  min-height: inherit;
  overflow: visible;
}
.cms-fancybox-layout4.style2 .cms-fancybox-inner .cms-fancybox-description, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-description {
  color: inherit;
  font-size: 15px;
  line-height: 26px;
}
.cms-fancybox-layout4.style2 .cms-fancybox-inner .cms-fancybox-title, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-title {
  font-size: 28px;
  font-family: inherit;
  margin-bottom: 34px;
}
.cms-fancybox-layout4.style2 .cms-fancybox-inner .cms-fancybox-title cite, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-title cite {
  font-style: normal;
}
.cms-fancybox-layout4.style2 .cms-fancybox-inner .cms-fancybox-button, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-button {
  margin-top: 82px;
}
.cms-fancybox-layout4.style2 .cms-fancybox-inner .cms-fancybox-button .btn, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-button .btn {
  -webkit-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  -khtml-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  -moz-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  -ms-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  -o-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
}
.cms-fancybox-layout4.style2 .cms-fancybox-inner .cms-fancybox-button .btn:hover, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-button .btn:hover {
  -webkit-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  -khtml-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  -moz-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  -ms-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  -o-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
}
.cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-title, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-title {
  margin-bottom: 19px;
}
.cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-description, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-description {
  font-size: 18px;
  line-height: normal;
}
.cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-description cite, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-description cite {
  font-style: normal;
}
.cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-button, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-button {
  margin-top: 44px;
}
.cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-button .btn, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-button .btn {
  -webkit-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  -khtml-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  -moz-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  -ms-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  -o-box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
  box-shadow: 0 14px 18px rgba(250, 28, 86, 0.3);
}
.cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-button .btn:hover, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-button .btn:hover {
  -webkit-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  -khtml-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  -moz-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  -ms-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  -o-box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
  box-shadow: 0 9px 10px rgba(172, 4, 48, 0.1);
}
.cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-button .btn i, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-button .btn i {
  margin-left: 6px;
}
.cms-fancybox-layout4.style4 .cms-fancybox-inner {
  -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: #ac0430;
  text-align: left;
  padding: 34px 40px 40px;
  min-height: inherit;
}
.cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}
.cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
}
.cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-description cite {
  color: #fff;
}
.cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-button {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout4.style4 .cms-fancybox-inner {
    padding: 24px 30px 30px;
  }
}
.cms-fancybox-layout5 {
  text-align: center;
}
.cms-fancybox-layout5 .cms-fancybox-icon {
  font-size: 48px;
  color: #ac0430;
  margin-bottom: 20px;
}
.cms-fancybox-layout5 .cms-fancybox-title {
  font-size: 28px;
  margin-bottom: 22px;
}
.cms-fancybox-layout5 .cms-fancybox-description {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.66);
}
.cms-fancybox-layout6 {
  position: relative;
}
.cms-fancybox-layout6 .cms-fancybox-number {
  font-size: 104px;
  line-height: 1;
  color: rgba(172, 4, 48, 0.2);
  font-family: Nimbus-Sans-Bold;
  position: absolute;
  top: 0;
  left: -23px;
  font-weight: 700;
}
.cms-fancybox-layout6 .cms-fancybox-number + .cms-fancybox-title {
  padding-top: 66px;
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-layout6 .cms-fancybox-number {
    left: 0;
  }
}
.cms-fancybox-layout6 .cms-fancybox-title {
  font-size: 36px;
  letter-spacing: 0.01em;
  position: relative;
}
.cms-fancybox-layout6 .cms-fancybox-description {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout6 .cms-fancybox-number {
    left: 0;
  }
}
.cms-fancybox-layout6.style-general .cms-fancybox-number {
  color: #3e3e3e;
  margin-bottom: 0;
}
.cms-fancybox-layout6.style-general .cms-fancybox-title {
  color: #ac0430;
  text-transform: uppercase;
}
.cms-fancybox-layout6.style-general .cms-fancybox-description {
  color: rgba(255, 255, 255, 0.66);
}
.cms-fancybox-layout7 {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #434343;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
}
.cms-fancybox-layout7 .cms-fancybox-title {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.016em;
  margin-bottom: 7px;
}
.cms-fancybox-layout7 .cms-fancybox-description {
  text-transform: uppercase;
  color: #ac0430;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-lists-layout1 ul {
  list-style: none;
  margin: 0;
}
.cms-lists-layout1 ul li {
  padding-left: 31px;
  font-size: 15px;
  line-height: 32px;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
}
.cms-lists-layout1 ul i {
  font-size: 24px;
  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%);
  color: #ac0430;
}
.cms-lists-layout1.style-round ul {
  line-height: 28px;
}
.cms-lists-layout1.style-round ul li {
  padding-left: 21px;
}
.cms-lists-layout1.style-round ul li i {
  font-size: 8px;
  color: #000;
}
.cms-lists-layout1.style-round ul li i:before {
  content: "\f26d";
}
.cms-lists-layout2 .cms-list-inner {
  background-color: #ac0430;
  padding: 34px 40px 40px;
}
@media screen and (max-width: 991px) {
  .cms-lists-layout2 .cms-list-inner {
    padding: 24px 30px 30px;
  }
}
.cms-lists-layout2 .cms-list-title {
  color: #fff;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 25px;
}
.cms-lists-layout2 .cms-list-content ul {
  list-style: none;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}
.cms-lists-layout2 .cms-list-content ul li {
  padding-left: 42px;
  position: relative;
  margin-bottom: 12px;
}
.cms-lists-layout2 .cms-list-content ul li:last-child {
  margin-bottom: 0;
}
.cms-lists-layout2 .cms-list-content ul svg {
  height: 22px;
  stroke: #fff;
  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%);
}
.cms-lists-layout3 ul {
  margin: 0;
  list-style: none;
}
.cms-lists-layout3 li {
  padding-left: 38px;
  position: relative;
  font-family: 'AvenirNext-DemiBold';
  margin-bottom: 20px;
}
.cms-lists-layout3 li:last-child {
  margin-bottom: 0;
}
.cms-lists-layout3 svg {
  height: 22px;
  stroke: #1de054;
  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%);
}
.cms-lists-layout3.text-right li {
  padding-left: 0;
  padding-right: 38px;
}
.cms-lists-layout3.text-right svg {
  left: auto;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container {
  /* Accordion */
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion {
  /* Tabs */
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel {
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
  border: 3px solid #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 24px;
  line-height: normal;
  color: #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 10px 55px 10px 27px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 27px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 2px solid #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  content: "";
  border: none;
  background-color: #000;
  position: absolute;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  width: 10px;
  height: 2px;
  left: 4px;
  top: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  height: 10px;
  width: 2px;
  top: 4px;
  left: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body {
  background-color: #000;
  padding: 0 27px 27px 27px;
  font-size: 15px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 21px 30px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  border-color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  background-color: #fff;
  display: block;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  left: 4px;
  top: 8px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  left: 8px;
  top: 4px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 12px 29px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-style: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  border: none;
  color: rgba(0, 0, 0, 0.87);
  position: absolute;
  left: 0;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 16px 20px 6px;
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background-color: #ac0430;
  color: #fff;
  border-color: #ac0430;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  color: #fff;
  content: "\f2fc";
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 12px 29px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-style: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  border: none;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 16px 20px 6px;
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background-color: #ac0430;
  color: #000;
  border-color: #ac0430;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2fc";
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading {
  border: 2px solid #ebebea;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.03em;
  line-height: normal;
  text-transform: uppercase;
  color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 14px 17px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  display: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-body {
  background-color: #373735;
  padding: 0 17px 14px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 2px solid #000;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #000;
  color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial.vc_tta-controls-align-center .vc_tta-panels-container {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
  color: rgba(23, 28, 49, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate.vc_tta-controls-align-center .vc_tta-panels-container {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: rgba(55, 55, 53, 0.33);
  padding: 0 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 78px 0 0;
  color: rgba(23, 28, 49, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom: 1px solid #e5e5e5;
  overflow: visible;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin-right: 50px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.33);
  padding: 13px 0;
  position: relative;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #000;
  font-family: Nimbus-Sans-Bold;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  top: auto;
  left: 0;
  background-color: #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 30px 0 0;
  overflow: visible;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container {
  border-bottom: 1px solid #101010;
  padding-bottom: 7px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
  padding: 0;
  font-weight: 700;
  margin-right: 24px;
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #ac0430;
  background-color: transparent;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container {
  border-top: 1px solid #2e2e2e;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 30px 0 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body ul {
  color: #fff;
  line-height: 1.92;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body ul.list-space {
  padding-left: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .cms-grid-masonry {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs {
    /* Tab Tour */
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel {
    -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 3px solid #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    line-height: normal;
    color: #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 10px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #000;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 0 27px 27px 27px;
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial.vc_tta-controls-align-center .vc_tta-panels-container, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate.vc_tta-controls-align-center .vc_tta-panels-container, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate.vc_tta-controls-align-center .vc_tta-panels-container {
    text-align: left;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel {
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel:last-child, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel:last-child, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 1px solid #ebebeb;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 15px;
    line-height: normal;
    color: #000;
    text-align: left;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 14px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #000;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 27px 0;
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: 1px solid #ebebeb;
    padding: 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container {
    border-top: none !important;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    color: rgba(255, 255, 255, 0.66);
    padding-left: 0;
    padding-right: 0;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
  border: none;
  padding: 0;
  color: #c5c5c5;
  font-family: Nimbus-Sans-Bold;
  font-size: 24px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab.vc_active a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a:hover {
  color: #ac0430;
}
@media screen and (min-width: 992px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 60px;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panel-body {
  border: none;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
    font-size: 18px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #c5c5c5;
    text-align: center;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #ac0430;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child() .vc_tta-panel-heading .vc_tta-panel-title {
    border-bottom: none;
  }
}
.cms-heading * {
  margin: 0;
}
.cms-heading cite {
  color: #ac0430;
  font-style: normal;
}
.cms-heading .cms-heading-tag {
  margin-bottom: 30px;
}
.cms-heading h3 {
  font-size: 32px;
}
.cms-heading .more-link {
  color: #ac0430;
}
.cms-heading .more-link:hover {
  color: inherit;
}
.cms-contact-form .row {
  margin: 0 -10px;
}
.cms-contact-form .row [class*="col-"], .cms-contact-form .row [class^="col-"] {
  padding: 0 10px;
}
.cms-contact-form .rm-margin {
  margin-top: 10px;
}
.cms-contact-form-style1.field-space-lg .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
.cms-contact-form-style1.field-space-lg .wpcf7-form-control-wrap textarea {
  height: 130px;
}
.cms-contact-form-style1.field-space-lg .row {
  margin: 0 -15px;
}
.cms-contact-form-style1.field-space-lg .row [class*="col-"], .cms-contact-form-style1.field-space-lg .row [class^="col-"] {
  padding: 0 15px;
}
.cms-contact-form-style1.cms-contact-info-box .cms-contact-form-inner {
  padding: 36px 30px 40px 30px;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  -khtml-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 575px) {
  .cms-contact-form-style1.cms-contact-info-box .cms-contact-form-inner {
    padding: 20px;
  }
}
.cms-contact-form-style1.cms-contact-info-box .cms-contact-form-header {
  padding-bottom: 15px;
  text-align: center;
}
.cms-contact-form-style1.cms-contact-info-box .cms-contact-form-header h3 {
  font-size: 32px;
}
.cms-contact-form-style1.cms-contact-info-box .wpcf7, .cms-contact-form-style1.cms-contact-info-box .cms-contact-form-header {
  max-width: 870px;
  margin: auto;
}
.cms-contact-form-style3 input:not([type="submit"]), .cms-contact-form-style3 textarea, .cms-contact-form-style3 select, .cms-contact-form-style3 .nice-select {
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  font-family: inherit;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
}
.cms-contact-form-style3 input:not([type="submit"]):focus, .cms-contact-form-style3 textarea:focus, .cms-contact-form-style3 select:focus, .cms-contact-form-style3 .nice-select:focus {
  background-color: #f5f5f5;
}
.cms-contact-form-style3 .wpcf7-form-control-wrap textarea {
  height: 100px;
}
.cms-contact-form-style3 .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.cms-contact-form-style3 .row {
  margin: 0 -15px;
}
.cms-contact-form-style3 .row.item-center {
  align-items: center;
}
.cms-contact-form-style3 .row [class*="col-"], .cms-contact-form-style3 .row [class^="col-"] {
  padding: 0 15px;
}
.cms-contact-form-style3 .filled-note {
  font-family: 'Calibre-Medium';
  color: rgba(0, 0, 0, 0.66);
}
@media screen and (max-width: 767px) {
  .cms-contact-form-style3 .filled-note {
    margin-bottom: 25px;
  }
}
.cms-contact-form-style3 .nice-select:after {
  content: "\f2f9";
}
.cms-contact-form-style3 .nice-select.open:after {
  content: "\f2fc";
}
.cms-contact-form-style3.content-box-shadow {
  background-color: #fff;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  padding: 23px 30px 30px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.cms-contact-form-style3.content-box-shadow .el-title {
  font-size: 32px;
  margin-bottom: 23px;
}
.cms-contact-form-style3.content-box-shadow .row {
  margin: 0 -5px;
}
.cms-contact-form-style3.content-box-shadow .row.item-center {
  align-items: center;
}
.cms-contact-form-style3.content-box-shadow .row [class*="col-"], .cms-contact-form-style3.content-box-shadow .row [class^="col-"] {
  padding: 0 5px;
}
.cms-contact-form-style3.content-box-shadow .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}
.cms-contact-form-style3.content-box-shadow .wpcf7-form textarea {
  height: 117px;
}
.cms-contact-form-style3.content-box-shadow .wpcf7-form input:not([type="submit"]), .cms-contact-form-style3.content-box-shadow .wpcf7-form textarea, .cms-contact-form-style3.content-box-shadow .wpcf7-form select, .cms-contact-form-style3.content-box-shadow .wpcf7-form .nice-select {
  color: rgba(0, 0, 0, 0.33);
}
.cms-contact-form-style3.content-box-shadow .wpcf7-form .nice-select:after, .cms-contact-form-style3.content-box-shadow .wpcf7-form .nice-select:before {
  color: rgba(0, 0, 0, 0.33);
}
.cms-contact-form-style3.content-box-shadow.style2 {
  border: medium none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: auto;
  max-width: 770px;
  padding: 27px 40px 40px;
}
.cms-contact-form-style3.content-box-shadow.style2 .cms-contact-form-inner {
  margin: auto;
  max-width: 570px;
}
.cms-contact-form-style3.content-box-shadow.style2 .el-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cms-contact-form-style3.content-box-shadow.style2 .el-title {
    font-size: 32px;
  }
}
.cms-contact-form-style3.content-box-shadow.style2 .el-desc {
  padding-bottom: 29px;
  text-align: center;
}
.cms-contact-form-style3.content-box-shadow.style2 .row {
  margin: 0 -10px;
}
.cms-contact-form-style3.content-box-shadow.style2 .row.item-center {
  align-items: center;
}
.cms-contact-form-style3.content-box-shadow.style2 .row [class*="col-"], .cms-contact-form-style3.content-box-shadow.style2 .row [class^="col-"] {
  padding: 0 10px;
}
.cms-contact-form-style3.content-box-shadow.style2 .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.cms-contact-form-style3.content-box-shadow.style2 .wpcf7-form input:not([type="submit"]), .cms-contact-form-style3.content-box-shadow.style2 .wpcf7-form textarea, .cms-contact-form-style3.content-box-shadow.style2 .wpcf7-form select, .cms-contact-form-style3.content-box-shadow.style2 .wpcf7-form .nice-select {
  color: #000;
}
.cms-contact-form-flat {
  margin: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.98);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 30px 20px 30px;
}
.cms-contact-form-flat .el-title {
  color: #fff;
  text-align: center;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: 0.01em;
  white-space: pre-wrap;
  margin-bottom: 32px;
}
.cms-contact-form-flat .wpcf7-menu .nice-select:after {
  right: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.cms-contact-form-flat .wpcf7-menu select {
  background-color: rgba(255, 255, 255, 0.14);
}
.cms-contact-form-flat .wpcf7-form-control, .cms-contact-form-flat .nice-select {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 50px;
  border: none;
  background-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-contact-form-flat .wpcf7-form-control.wpcf7-not-valid, .cms-contact-form-flat .nice-select.wpcf7-not-valid, .cms-contact-form-flat .wpcf7-form-control:focus, .cms-contact-form-flat .nice-select:focus {
  -webkit-box-shadow: 0 0 3px #ac0430 !important;
  -khtml-box-shadow: 0 0 3px #ac0430 !important;
  -moz-box-shadow: 0 0 3px #ac0430 !important;
  -ms-box-shadow: 0 0 3px #ac0430 !important;
  -o-box-shadow: 0 0 3px #ac0430 !important;
  box-shadow: 0 0 3px #ac0430 !important;
  background-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
}
.cms-contact-form-flat .wpcf7-form-control.wpcf7-textarea, .cms-contact-form-flat .nice-select.wpcf7-textarea {
  padding-top: 15px;
  height: 98px;
  padding-right: 80px;
  line-height: normal !important;
}
.cms-contact-form-flat .wpcf7-response-output {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  white-space: pre-wrap;
}
.cms-contact-form-flat .wpcf7-form-control-wrap {
  margin-bottom: 20px !important;
}
.cms-contact-form-flat .wpcf7-form-control-wrap.your-message {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cms-contact-form-flat .wpcf7-form-control-wrap .wpcf7-not-valid {
  -webkit-box-shadow: 0 0 3px #ac0430;
  -khtml-box-shadow: 0 0 3px #ac0430;
  -moz-box-shadow: 0 0 3px #ac0430;
  -ms-box-shadow: 0 0 3px #ac0430;
  -o-box-shadow: 0 0 3px #ac0430;
  box-shadow: 0 0 3px #ac0430;
}
.cms-contact-form-flat .input-filled {
  position: relative;
}
.cms-contact-form-flat .input-filled .wpcf7-form-control-wrap + .wpcf7-submit {
  height: 98px;
  line-height: 1;
  margin: 0;
  padding: 20px 16px 0 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: inherit;
  background-color: #000;
  color: #fff;
  background-image: url(../images/send-icon.png);
  background-position: center -2px;
  background-repeat: no-repeat;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border: none;
}
.cms-contact-form-flat .input-filled .wpcf7-form-control-wrap + .wpcf7-submit:hover {
  background-color: #ac0430;
}
.cms-contact-form-flat .row:last-child .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}
.cms-contact-form-flat.style-primary {
  background-color: #ac0430;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.cms-contact-form-flat.style-primary .nice-select:after {
  color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.cms-contact-form-flat.style-primary .wpcf7-form-control, .cms-contact-form-flat.style-primary .wpcf7-menu select, .cms-contact-form-flat.style-primary .nice-select {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
}
.cms-contact-form-flat.style-primary .input-filled .wpcf7-form-control-wrap + .wpcf7-submit {
  background-color: #930329;
}
.cms-contact-form-flat.style-primary .input-filled .wpcf7-form-control-wrap + .wpcf7-submit:hover {
  background-color: #890326;
}
.cms-contact-form-flat.style-light {
  background-color: rgba(255, 255, 255, 0.76);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.cms-contact-form-flat.style-light .el-title {
  color: #000;
}
.cms-contact-form-flat.style-light .nice-select:after {
  color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.cms-contact-form-flat.style-light .wpcf7-form-control, .cms-contact-form-flat.style-light .wpcf7-menu select, .cms-contact-form-flat.style-light .nice-select {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #eaeaea;
  line-height: 48px;
}
.cms-contact-form-flat.style-light .wpcf7-form-control:focus, .cms-contact-form-flat.style-light .wpcf7-menu select:focus, .cms-contact-form-flat.style-light .nice-select:focus {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}
.cms-contact-form-flat.style-light .wpcf7-form-control.wpcf7-not-valid, .cms-contact-form-flat.style-light .wpcf7-menu select.wpcf7-not-valid, .cms-contact-form-flat.style-light .nice-select.wpcf7-not-valid {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.cms-contact-form-flat.style-light .input-filled .wpcf7-form-control-wrap + .wpcf7-submit {
  background-color: #9d042c;
}
.cms-contact-form-flat.style-light .input-filled .wpcf7-form-control-wrap + .wpcf7-submit:hover {
  background-color: #930329;
}
.cms-contact-form-flat.style-light .wpcf7-response-output {
  color: rgba(0, 0, 0, 0.6);
}
.cms-contact-form-flat.submit-secondary .input-filled .wpcf7-form-control-wrap + .wpcf7-submit {
  background-color: #000;
}
.cms-contact-form-flat.submit-secondary .input-filled .wpcf7-form-control-wrap + .wpcf7-submit:hover {
  background-color: #ac0430;
}
.cms-contact-form-gray .wpcf7-form .wpcf7-menu .nice-select:after {
  font-size: 13px;
  right: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.cms-contact-form-gray .wpcf7-form-control:not(.wpcf7-submit), .cms-contact-form-gray .nice-select {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 50px;
  border: none;
  background-color: #ebebeb;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-contact-form-gray .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid, .cms-contact-form-gray .nice-select.wpcf7-not-valid, .cms-contact-form-gray .wpcf7-form-control:not(.wpcf7-submit):focus, .cms-contact-form-gray .nice-select:focus {
  -webkit-box-shadow: 0 0 3px #ac0430 !important;
  -khtml-box-shadow: 0 0 3px #ac0430 !important;
  -moz-box-shadow: 0 0 3px #ac0430 !important;
  -ms-box-shadow: 0 0 3px #ac0430 !important;
  -o-box-shadow: 0 0 3px #ac0430 !important;
  box-shadow: 0 0 3px #ac0430 !important;
}
.cms-contact-form-gray .wpcf7-form-control:not(.wpcf7-submit).wpcf7-textarea, .cms-contact-form-gray .nice-select.wpcf7-textarea {
  padding-top: 15px;
  height: 98px;
  padding-right: 80px;
  line-height: normal !important;
}
.cms-contact-form-gray.style-gray2 .wpcf7-form-control:not(.wpcf7-textarea), .cms-contact-form-gray.style-gray2 .wpcf7-form-control:not(.wpcf7-submit), .cms-contact-form-gray.style-gray2 .wpcf7-form-control .nice-select {
  height: 60px;
  line-height: 60px;
}
.cms-contact-form-gray.style-gray2 .wpcf7-form-control:not(.wpcf7-submit), .cms-contact-form-gray.style-gray2 .wpcf7-form-control .nice-select {
  background-color: #f8f8f8;
  color: #909090;
  font-size: 18px;
  padding-left: 28px;
  padding-right: 28px;
}
.cms-contact-form-gray.style-gray2 .wpcf7-form-control.wpcf7-textarea {
  height: 250px;
}
.rev_slider_wrapper .cms-contact-form-flat {
  width: 400px;
}
.cms-contact-form-layout4 {
  background-color: #434343;
  padding: 15px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.33);
}
.cms-contact-form-layout4 .el-subt-title, .cms-contact-form-layout4 .el-title {
  text-align: center;
  text-transform: uppercase;
}
.cms-contact-form-layout4 .el-subt-title {
  font-size: 14px;
  font-family: inherit;
  color: #ac0430;
  font-weight: 700;
  margin-bottom: 19px;
}
.cms-contact-form-layout4 .el-title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 24px;
}
.cms-contact-form-layout4 .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}
.cms-contact-form-layout4 .wpcf7-form-control:not(.wpcf7-submit) {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #434343;
  padding-left: 21px;
  padding-right: 21px;
}
.cms-contact-form-layout4 .wpcf7-form-control:not(.wpcf7-submit):focus {
  color: #434343;
}
.cms-contact-form-layout4 .nice-select::after {
  font-size: 14px;
  font-weight: normal;
  color: #434343;
}
.cms-contact-form-layout4.style2 {
  background-color: rgba(44, 44, 44, 0.87);
  padding: 30px;
}
.cms-contact-form-layout4.style2 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.cms-contact-form-layout4.style2 .wpcf7-form-control:not(.wpcf7-submit), .cms-contact-form-layout4.style2 .nice-select::after {
  color: rgba(46, 46, 46, 0.66);
}
.cms-talktous {
  background-color: #434343;
  padding: 24px 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #c7c7c7;
}
.cms-talktous .el-title {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
}
.cms-talktous .cms-talktous-header {
  padding-left: 75px;
  position: relative;
  margin-bottom: 18px;
}
.cms-talktous .cms-talktous-icon {
  font-size: 62px;
  color: #525252;
  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%);
}
.cms-talktous .cms-talktous-meta span, .cms-talktous .cms-talktous-body a {
  font-size: 14px;
  font-family: inherit;
  color: #ac0430;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-talktous .cms-talktous-body p {
  margin-bottom: 4px;
}
.cms-contact-info-layout1 h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.cms-contact-info-layout1 .cms-contact-info-content {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.016em;
}
.cms-contact-info-layout1 .cms-contact-info-content a {
  color: inherit;
}
.cms-contact-info-layout1 .cms-contact-info-item {
  margin-bottom: 34px;
}
.cms-contact-info-layout1 .cms-contact-info-item:last-child {
  margin-bottom: 0;
}
.cms-contact-info-layout1.custom-style h3 {
  font-size: 16px;
  font-family: 'Nimbus-Sans-Regular';
  color: #303745;
  margin-bottom: 2px;
}
.cms-contact-info-layout1.custom-style .cms-contact-info-item {
  font-family: 'Nimbus-Sans-Bold';
}
.cms-contact-info-layout1.custom-style .cms-contact-info-item a {
  color: #303745;
}
.cms-contact-info-layout1.custom-style .cms-contact-info-item a:hover {
  color: #ac0430;
}
.cms-contact-info-layout2 {
  background-color: #ac0430;
  padding: 33px 40px;
  color: rgba(255, 255, 255, 0.66);
}
.cms-contact-info-layout2 a {
  color: rgba(255, 255, 255, 0.66);
}
.cms-contact-info-layout2 a:hover {
  color: #fff;
}
.cms-contact-info-layout2 .el-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 26px;
}
.cms-contact-info-layout2 .cms-contact-info-item {
  margin-bottom: 14px;
}
.cms-contact-info-layout2 .cms-contact-info-item:last-child {
  margin-bottom: 0;
}
.cms-contact-info-layout2 .cms-contact-info-item:not(.type-text) {
  padding-left: 42px;
  position: relative;
}
.cms-contact-info-layout2 .cms-contact-info-item:not(.type-text) svg {
  height: 21px;
  left: 0;
  position: absolute;
  top: 2px;
}
.cms-contact-info-layout2 .type-email .cms-contact-info-content {
  overflow: hidden;
  word-wrap: break-word;
}
.cms-contact-info-layout3.content-box {
  border-color: #f1f1f1;
  background-color: #f7f7f7;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 32px 30px 35px 30px;
}
.cms-contact-info-layout3 .el-title {
  font-size: 24px;
  margin-bottom: 34px;
}
.cms-contact-info-layout3 .cms-contact-info-item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.cms-contact-info-layout3 .cms-contact-info-item:last-child {
  margin-bottom: 0;
}
.cms-contact-info-layout3 .cms-contact-info-item.type-address .cms-contact-info-holder {
  padding-right: 30px;
}
.cms-contact-info-layout3 .cms-contact-info-item.type-email .cms-contact-info-holder {
  overflow: hidden;
  word-wrap: break-word;
}
.cms-contact-info-layout3 .cms-contact-info-meta {
  margin-right: 20px;
}
.cms-contact-info-layout3 .cms-contact-info-meta a {
  display: block;
  height: 70px;
  width: 70px;
  background-color: #ac0430;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
.cms-contact-info-layout3 .cms-contact-info-meta a svg {
  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-contact-info-layout3 .cms-contact-info-holder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .cms-contact-info-layout3 .cms-contact-info-holder {
    font-size: 12px;
  }
}
.cms-contact-info-layout3 .cms-contact-info-holder h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.cms-contact-info-layout3 .cms-contact-info-holder a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  line-height: normal;
  letter-spacing: 0.016em;
  display: block;
}
.cms-contact-info-layout3 .cms-contact-info-holder a:hover {
  color: #ac0430;
}
.cms-contact-info-layout3:not(.content-box) .cms-contact-info-holder {
  padding-top: 7px;
}
.cms-contact-info-layout3:not(.content-box) .cms-contact-info-holder a {
  color: rgba(0, 0, 0, 0.66);
}
.cms-contact-info-layout3:not(.content-box) .cms-contact-info-holder a:hover {
  color: #ac0430;
}
.cms-contact-info-layout4 {
  background-color: #434343;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-height: 170px;
  text-align: center;
  padding: 30px 30px 20px 30px;
}
.cms-contact-info-layout4 .cms-contact-info-meta {
  margin-bottom: 11px;
}
.cms-contact-info-layout4 .cms-contact-info-meta a {
  font-size: 42px;
  color: #ccc;
}
.cms-contact-info-layout4 .cms-contact-info-holder a {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.66);
}
.cms-contact-info-layout4 .cms-contact-info-holder a:hover {
  color: #ac0430;
}
.cms-contact-info-layout5 {
  background-color: #f3f4f6;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 53px 40px 75px;
}
.cms-contact-info-layout5 .el-title {
  font-size: 42px;
  margin-bottom: 44px;
}
.cms-contact-info-layout5 .cms-contact-info-item {
  padding-left: 30px;
  position: relative;
  margin-bottom: 46px;
}
.cms-contact-info-layout5 .cms-contact-info-item:last-child {
  margin-bottom: 0;
}
.cms-contact-info-layout5 .cms-contact-info-item .cms-contact-info-meta {
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-contact-info-layout5 .cms-contact-info-item .cms-contact-info-holder {
  line-height: 1.714;
}
.cms-contact-info-layout5 .cms-contact-info-item .cms-contact-info-holder a {
  font-family: 'AvenirNext-DemiBold';
  color: rgba(0, 0, 0, 0.66);
}
.cms-contact-info-layout5 .cms-contact-info-item .cms-contact-info-holder a:hover {
  color: #ac0430;
}
.cms-contact-info-layout5 .cms-contact-info-social {
  padding-top: 23px;
}
.cms-contact-info-layout5 .cms-contact-info-social a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  margin-right: 36px;
}
.cms-contact-info-layout5 .cms-contact-info-social a:last-child {
  margin-right: 0;
}
.cms-contact-info-layout5 .cms-contact-info-social a:hover {
  color: #ac0430;
}
@media screen and (max-width: 575px) {
  .cms-contact-info-layout5 {
    padding: 23px 20px 35px;
  }
}
.cms-contact-info-layout1.contact-info-group .cms-contact-info-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.cms-contact-info-layout1.contact-info-group .cms-contact-info-item + .cms-contact-info-item {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .cms-contact-info-layout1.contact-info-group .cms-contact-info-item {
    display: block;
  }
  .cms-contact-info-layout1.contact-info-group .cms-contact-info-item + .cms-contact-info-item {
    margin-left: 0px;
    margin-top: 34px;
  }
}
.cms-google-map.style-default {
  border: 2px solid #000;
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.cms-google-map.style-radius {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cms-google-map.style-radius-small {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.cms-google-map.style-border-radius {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.cms-google-map-wrap {
  position: relative;
}
.cms-google-map-wrap .cms-google-map-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  max-width: 290px;
  background-color: #fff;
  padding: 30px 40px;
  z-index: 99;
  color: rgba(0, 0, 0, 0.66);
}
.cms-google-map-wrap .cms-google-map-content .map-subtitle {
  color: #373735;
}
.cms-google-map-wrap .cms-google-map-content h3 {
  font-size: 28px;
  margin-bottom: 18px;
  margin-top: 6px;
}
.cms-google-map-wrap .cms-google-map-content label {
  font-weight: 500;
  color: #373735;
  display: block;
}
.cms-google-map-wrap .cms-google-map-content a {
  color: #373735;
}
.cms-google-map-wrap .cms-google-map-content a:hover {
  color: #ac0430;
}
.cms-google-map-wrap .cms-google-map-content .map-address {
  margin-bottom: 25px;
}
.cms-google-map-wrap .cms-google-map-content .map-email {
  margin-bottom: 15px;
}
.cms-google-map-wrap .cms-google-map {
  padding-left: 330px;
}
@media screen and (max-width: 767px) {
  .cms-google-map-wrap .cms-google-map-content {
    max-width: 100%;
    padding: 0;
    position: static;
    margin-bottom: 40px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .cms-google-map-wrap .cms-google-map {
    padding-left: 0;
  }
}
.gm-style img[src*="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-"] {
  display: none;
}
.gm-style .gmnoprint {
  opacity: 1 !important;
  overflow: visible !important;
}
.gm-style .marker-icon {
  height: 18px !important;
  width: 18px !important;
  background-color: #ac0430;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
}
.gm-style .marker-icon:before, .gm-style .marker-icon:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  background-color: #ac0430;
}
.gm-style .marker-icon:before {
  -webkit-animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.gm-style .marker-icon:after {
  -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.cms-grid-career .grid-item-inner {
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  background-color: #ac0430;
  color: rgba(255, 255, 255, 0.87);
  padding: 20px 30px 26px 30px;
}
.cms-grid-career .grid-item-inner .item-title {
  font-size: 20px;
  line-height: 24px;
}
.cms-grid-career .grid-item-inner .item-title a {
  color: #fff;
}
.cms-grid-career .grid-item-inner .item-footer {
  margin: 0 -15px;
  padding-top: 13px;
}
.cms-grid-career .grid-item-inner .item-footer .item-readmore {
  font-family: Nimbus-Sans-Bold;
  font-size: 16px;
  line-height: 24px;
  padding: 0 15px;
}
.cms-grid-career .grid-item-inner .item-footer .item-readmore a {
  color: #fff;
}
.cms-grid-career .grid-item-inner .item-footer .item-readmore a:hover {
  color: rgba(255, 255, 255, 0.87);
}
.cms-grid-career .grid-item-inner .item-footer .item-address {
  font-family: Nimbus-Sans-Bold;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.33);
  padding: 0 15px;
}
.cms-grid-career-layout2 * {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-career-layout2 .item-address {
  color: #373735;
  margin-bottom: 5px;
}
.cms-grid-career-layout2 .item-title {
  font-size: 28px;
  line-height: normal;
}
.cms-grid-career-layout2 .item-content {
  color: rgba(0, 0, 0, 0.66);
  margin-bottom: 15px;
}
.cms-grid-career-layout2 .more-line {
  color: #373735;
}
.cms-grid-career-layout2 .grid-item-inner {
  background-color: #fff;
  border: 1px solid #ebebea;
  padding: 26px 30px;
}
.cms-grid-career-layout2 .grid-item-inner:hover {
  border-color: #4a4947;
  background-color: #4a4947;
}
.cms-grid-career-layout2 .grid-item-inner:hover .item-address, .cms-grid-career-layout2 .grid-item-inner:hover .item-content {
  color: rgba(255, 255, 255, 0.66);
}
.cms-grid-career-layout2 .grid-item-inner:hover .item-title {
  color: #fff;
}
.cms-grid-career-layout2 .grid-item-inner:hover .more-line {
  color: #fff;
  padding-left: 55px;
}
.cms-grid-career-layout2 .grid-item-inner:hover .more-line:before {
  background-color: #fff;
  width: 45px;
}
.cms-grid-career-layout3 .grid-item-inner {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
  padding: 27px 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;
  position: relative;
}
.cms-grid-career-layout3 .grid-item-inner:hover {
  -webkit-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
}
.cms-grid-career-layout3 .grid-item-inner .item-share {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.33);
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  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;
}
.cms-grid-career-layout3 .grid-item-inner .item-share:hover {
  color: #ac0430;
}
.cms-grid-career-layout3 .item-title {
  font-size: 26px;
  margin-bottom: 5px;
  padding-right: 30px;
}
.cms-grid-career-layout3 .item-content {
  font-size: 14px;
  line-height: 1.714;
  color: rgba(0, 0, 0, 0.66);
}
.cms-grid-career-layout3 .item-address {
  color: rgba(0, 0, 0, 0.33);
  font-size: 16px;
  margin-bottom: 15px;
}
.cms-grid-career-layout3 .item-address i {
  margin-right: 7px;
}
.cms-grid-career-layout3 .apply-position {
  background-color: #ac0430;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  bottom: 4px;
  color: rgba(255, 255, 255, 0.87);
  display: block;
  font-size: 12px;
  line-height: 24px;
  padding: 0 4px;
  position: absolute;
  right: 33px;
  width: 92px;
  z-index: 99;
  margin-right: 15px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.cms-grid-career-layout3 .apply-position:before {
  border-color: transparent transparent transparent #ac0430;
  border-style: solid;
  border-width: 4px;
  content: "";
  position: absolute;
  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%);
}
.cms-grid-career-layout3 .item-share:hover .apply-position {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}
.cms-grid-career-layout4 label {
  color: #000;
  font-family: Nimbus-Sans-Bold;
}
.cms-grid-career-layout4 .item-share ul {
  margin: 0;
  list-style: none;
}
.cms-grid-career-layout4 .item-share ul label {
  margin-right: 26px;
}
.cms-grid-career-layout4 .item-share ul a {
  background-color: #f2f2f2;
  -webkit-border-radius: 37px;
  -khtml-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
  display: inline-block;
  font-size: 20px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 37px;
  color: #8e8e8e;
  margin: 10px 11px 10px 0;
}
.cms-grid-career-layout4 .item-share ul a:hover {
  background-color: #ac0430;
  color: #fff;
}
.cms-grid-career-layout4 .item-share ul li {
  display: inline-block;
}
.cms-grid-career-layout4 .item-share ul li:last-child a {
  margin-right: 0;
}
.cms-grid-career-layout4 .item-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cms-grid-career-layout4 .item-header .item-title, .cms-grid-career-layout4 .item-header .item-date {
  padding: 0 15px;
}
.cms-grid-career-layout4 .item-date {
  color: #7e7e7e;
  margin-bottom: 16px;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.cms-grid-career-layout4 .item-date label {
  margin-right: 26px;
}
.cms-grid-career-layout4 .item-title {
  font-size: 28px;
  max-width: 480px;
  margin-bottom: 16px;
}
.cms-grid-career-layout4 .item-meta {
  margin: 0 0 24px;
  list-style: none;
}
.cms-grid-career-layout4 .item-meta li {
  color: #7e7e7e;
}
.cms-grid-career-layout4 .item-meta li label {
  min-width: 76px;
}
.cms-grid-career-layout4 .item-content {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.5;
}
.cms-grid-career-layout4 .item-footer {
  bottom: 20px;
  left: 0;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -khtml-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -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;
}
.cms-grid-career-layout4 .item-footer .item-share, .cms-grid-career-layout4 .item-footer .item-career-apply {
  padding: 0 15px;
}
.cms-grid-career-layout4 .item-footer .item-career-apply {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.cms-grid-career-layout4 .item-footer .item-career-apply .btn {
  margin: 10px 0;
}
.cms-grid-career-layout4 .grid-item-inner {
  background-color: #fff;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 24px 30px 0 30px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  -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;
}
.cms-grid-career-layout4 .grid-item-inner:hover {
  padding-bottom: 81px;
  z-index: 99;
}
.cms-grid-career-layout4 .grid-item-inner:hover .item-footer {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cms-grid-career-layout4 .tab-pane-inner .grid-item-inner {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cms-grid-career-layout4 .grid-item-inner:hover {
    padding-bottom: 0;
  }
  .cms-grid-career-layout4 .item-footer {
    position: static;
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    margin: 0 -15px 20px -15px;
    padding: 0;
    display: block;
  }
  .cms-grid-career-layout4 .item-footer .item-career-apply {
    display: block;
  }
}
.item-meta-icon {
  margin: 0;
  list-style: none;
}
.item-meta-icon li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 26px;
  color: #fff;
  position: relative;
  padding-left: 23px;
}
.item-meta-icon li.item-price {
  padding-left: 19px;
}
.item-meta-icon li i {
  font-size: 20px;
  position: absolute;
  top: calc(50% - 2px);
  top: -webkit-calc(50% - 2px);
  -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%);
  left: 0;
}
.cms-grid-career-layout5 .item-meta-icon {
  margin-bottom: 10px;
}
.cms-grid-career-layout5 .item-title {
  font-size: 22px;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
}
.cms-grid-career-layout5 .item-title a {
  color: #fff;
}
.cms-grid-career-layout5 .item-title a:hover {
  color: #ac0430;
}
.cms-grid-career-layout5 .item-content {
  color: rgba(255, 255, 255, 0.33);
  -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;
}
.cms-grid-career-layout5 .grid-item-inner {
  padding: 26px 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 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;
}
.cms-grid-career-layout5 .grid-item-inner:hover {
  background-color: #434343;
}
.cms-grid-career-layout5 .grid-item-inner:hover .item-content {
  color: #fff;
}
.cms-grid-career-layout5 .grid-filter-wrap {
  border-bottom: 1px solid #101010;
  position: relative;
  margin-bottom: 44px;
  padding-bottom: 14px;
}
.cms-grid-career-layout5 .grid-filter-wrap:before {
  content: "";
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.cms-grid-career-layout5 .grid-filter-wrap .filter-item {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.cms-grid-career-layout5 .grid-filter-wrap .filter-item.active, .cms-grid-career-layout5 .grid-filter-wrap .filter-item:hover {
  color: #ac0430 !important;
}
.cms-grid-career-layout6 {
  background-color: #f3f4f6;
  padding: 15px 30px 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-grid-career-layout6 .cms-load-more {
  margin-top: 15px;
}
.cms-grid-career-layout6 .grid-item-inner {
  background-color: #fff;
  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;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.cms-grid-career-layout6 .item-title {
  font-size: 28px;
  margin-bottom: 12px;
}
.cms-grid-career-layout6 .item-meta-text {
  list-style: none;
}
.cms-grid-career-layout6 .item-meta-text li {
  display: inline-block;
  font-family: 'Avenir-Next-Medium';
  margin-right: 36px;
  margin-bottom: 23px;
}
.cms-grid-career-layout6 .item-meta-text li:last-child {
  margin-right: 0;
}
.cms-grid-career-layout6 .item-meta-text li label {
  font-family: 'AvenirNext-DemiBold';
  margin-right: 5px;
}
.cms-grid-career-layout6 .item-career-apply {
  margin-top: 22px;
  text-align: right;
}
.cms-career-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9999;
}
.cms-career-modal-wrap .item-career-modal {
  background-color: #fff;
  left: 0;
  margin: auto;
  max-width: 1170px;
  padding: 40px 40px 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
}
.cms-career-modal-wrap .modal-close {
  cursor: pointer;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 4px;
  width: 30px;
  -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 #ebebeb;
  -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-modal-wrap .modal-close:hover {
  background-color: #ac0430;
  border-color: #ac0430;
  color: #fff;
}
.cms-career-modal-wrap .item-career-content .item-title {
  font-size: 36px;
  color: #ac0430;
  margin-bottom: 6px;
}
.cms-career-modal-wrap .item-career-content .item-address {
  color: rgba(48, 55, 69, 0.33);
  font-size: 16px;
  margin-bottom: 8px;
}
.cms-career-modal-wrap .item-career-content .item-address i {
  margin-right: 10px;
}
.cms-career-modal-wrap .item-career-content .item-price {
  font-size: 22px;
  color: #ac0430;
  margin-bottom: 15px;
}
.cms-career-modal-wrap .item-career-content .item-price i {
  margin-right: 10px;
}
.cms-career-modal-wrap .item-career-content .item-content h1, .cms-career-modal-wrap .item-career-content .item-content h2, .cms-career-modal-wrap .item-career-content .item-content h3, .cms-career-modal-wrap .item-career-content .item-content h4, .cms-career-modal-wrap .item-career-content .item-content h5, .cms-career-modal-wrap .item-career-content .item-content h6 {
  color: #ac0430;
  margin-bottom: 6px;
  margin-top: 30px;
}
.cms-career-modal-wrap .item-career-content .item-content h2 {
  font-size: 26px;
}
.cms-career-modal-wrap .item-career-content .item-content ul {
  font-family: 'Proxima-Nova-Semibold';
  margin-bottom: 25px;
}
.cms-career-modal-wrap .item-career-content .item-content p {
  margin-bottom: 25px;
}
.cms-career-modal-wrap .item-career-form h3 {
  color: #ac0430;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
.cms-career-modal-wrap .item-career-form .row {
  margin: 0 -10px;
}
.cms-career-modal-wrap .item-career-form [class*='col-'], .cms-career-modal-wrap .item-career-form [class^='col-'] {
  margin-bottom: 20px;
  padding: 0 10px;
}
.cms-career-modal-wrap .item-career-form input, .cms-career-modal-wrap .item-career-form textarea {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-career-modal-wrap .item-career-form input:focus, .cms-career-modal-wrap .item-career-form textarea:focus {
  border-color: #ac0430;
}
.cms-career-modal-wrap .item-career-form input.cms-apply-error, .cms-career-modal-wrap .item-career-form textarea.cms-apply-error {
  box-shadow: 0 1px 4px #eb1616;
}
.cms-career-modal-wrap .item-career-form input.cms-apply-error:focus, .cms-career-modal-wrap .item-career-form textarea.cms-apply-error:focus {
  border-color: transparent;
}
.cms-career-modal-wrap .item-career-form .apply-submit {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-career-modal-wrap .item-career-form .career-result {
  text-align: center;
  margin: 20px 0 0;
  color: #ac0430;
}
.cms-career-modal-wrap .item-career-form .career-result + .career-result {
  display: none;
}
.cms-career-modal-wrap .item-career-form textarea {
  height: 345px;
}
.cms-career-modal-wrap .item-career-form .apply-error {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.44);
  font-family: "Proxima-Nova-Semibold";
  font-size: 12px;
  left: 50%;
  line-height: normal;
  margin-top: 10px;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: translate(-50%, 0px);
  -khtml-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  width: 200px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .cms-career-modal-wrap .cms-contact-form-inner {
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
    padding-top: 26px;
  }
}
.enscroll-track .vertical-handle {
  width: 6px;
  background-color: 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;
}
.grid-sizer + .grid-item .cms-career-modal-wrap {
  display: block;
}
.cms-grid-layout-modern .overlay-gradient:before {
  opacity: 0.15;
}
.cms-grid-layout-modern .item-featured {
  background-color: #000;
}
.cms-grid-layout-modern .item-category {
  color: #fff;
  margin-bottom: 5px;
}
.cms-grid-layout-modern .item-category a {
  font-size: 13px;
  color: #fff;
}
.cms-grid-layout-modern .item-category a:hover {
  color: #ac0430;
}
.cms-grid-layout-modern .item-meta a {
  color: #fff;
}
.cms-grid-layout-modern .item-title {
  font-size: 26px;
  line-height: normal;
}
.cms-grid-layout-modern .item-title a {
  color: #fff;
}
.cms-grid-layout-modern .item-title a:hover {
  color: #ac0430;
}
.cms-grid-layout-modern .item-content {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .cms-grid-layout-modern .item-content {
    display: none;
  }
}
.cms-grid-layout-modern .item-readmore {
  padding-top: 20px;
}
.cms-grid-layout-modern .item-readmore .btn:hover {
  background-color: transparent;
  border-color: #ac0430;
  color: #ac0430;
}
.cms-grid-layout-modern .item-holder {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-layout-modern .item-holder:not(.hide-hover) {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.cms-grid-layout-modern .item-holder.hide-hover .item-title {
  margin-bottom: 0;
}
.cms-grid-layout-modern .grid-item-inner {
  position: relative;
  overflow: hidden;
}
.cms-grid-layout-modern .grid-item-inner:hover .overlay-gradient:before {
  opacity: 1;
}
.cms-grid-layout-modern .grid-item-inner:hover .item-holder:not(.hide-hover) {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.cms-grid-layout-modern .grid-item-inner:hover .item-holder.hide-hover {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.cms-grid-layout-modern.cms-grid-service .grid-item-inner .overlay-gradient:before {
  opacity: 1;
}
.cms-grid-layout-modern.cms-grid-portfolio .cms-load-more, .cms-grid-layout-modern.cms-portfolio-carousel .cms-load-more {
  margin-top: 65px;
}
.cms-grid-layout-modern.cms-grid-portfolio .item-title, .cms-grid-layout-modern.cms-portfolio-carousel .item-title {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .cms-grid-layout-modern.cms-grid-portfolio .item-holder:not(.hide-hover) .item-category, .cms-grid-layout-modern.cms-portfolio-carousel .item-holder:not(.hide-hover) .item-category {
    display: none;
  }
  .cms-grid-layout-modern.cms-grid-portfolio .item-readmore .btn, .cms-grid-layout-modern.cms-portfolio-carousel .item-readmore .btn {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.cms-grid-layout-modern .nav-link-prev .item-featured span, .cms-grid-layout-modern .nav-link-next .item-featured span {
  display: block;
  height: 370px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .grid-item-inner, .cms-grid-layout-modern.cms-team-member-layout7 .grid-item-inner, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .grid-item-inner, .cms-grid-layout-modern.cms-grid-service-layout11 .grid-item-inner {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-featured img, .cms-grid-layout-modern.cms-team-member-layout7 .item-featured img, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-featured img, .cms-grid-layout-modern.cms-grid-service-layout11 .item-featured img {
  width: 100%;
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .curved-overlay, .cms-grid-layout-modern.cms-team-member-layout7 .curved-overlay, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .curved-overlay, .cms-grid-layout-modern.cms-grid-service-layout11 .curved-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .curved-overlay svg, .cms-grid-layout-modern.cms-team-member-layout7 .curved-overlay svg, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .curved-overlay svg, .cms-grid-layout-modern.cms-grid-service-layout11 .curved-overlay svg {
  position: absolute;
  top: -15.5px;
  left: 0;
  right: 0;
  fill: rgba(0, 0, 0, 0.8);
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .curved-overlay:before, .cms-grid-layout-modern.cms-team-member-layout7 .curved-overlay:before, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .curved-overlay:before, .cms-grid-layout-modern.cms-grid-service-layout11 .curved-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='rgba(0, 0, 0, 0)');
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-holder, .cms-grid-layout-modern.cms-team-member-layout7 .item-holder, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-holder, .cms-grid-layout-modern.cms-grid-service-layout11 .item-holder {
  text-align: center;
  padding: 20px 20px 30px 20px;
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-holder *:not(.curved-overlay), .cms-grid-layout-modern.cms-team-member-layout7 .item-holder *:not(.curved-overlay), .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-holder *:not(.curved-overlay), .cms-grid-layout-modern.cms-grid-service-layout11 .item-holder *:not(.curved-overlay) {
  position: relative;
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-holder:not(.hide-hover), .cms-grid-layout-modern.cms-team-member-layout7 .item-holder:not(.hide-hover), .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-holder:not(.hide-hover), .cms-grid-layout-modern.cms-grid-service-layout11 .item-holder:not(.hide-hover) {
  top: 0;
  padding: 0;
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-holder:not(.hide-hover) .item-holder-inner, .cms-grid-layout-modern.cms-team-member-layout7 .item-holder:not(.hide-hover) .item-holder-inner, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-holder:not(.hide-hover) .item-holder-inner, .cms-grid-layout-modern.cms-grid-service-layout11 .item-holder:not(.hide-hover) .item-holder-inner {
  position: absolute;
  padding: 20px 20px 40px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  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-grid-layout-modern.cms-grid-blog-layout9 .item-holder:not(.hide-hover) .item-title, .cms-grid-layout-modern.cms-team-member-layout7 .item-holder:not(.hide-hover) .item-title, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-holder:not(.hide-hover) .item-title, .cms-grid-layout-modern.cms-grid-service-layout11 .item-holder:not(.hide-hover) .item-title {
  margin-bottom: 18px;
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-holder:not(.hide-hover) .item-readmore, .cms-grid-layout-modern.cms-team-member-layout7 .item-holder:not(.hide-hover) .item-readmore, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-holder:not(.hide-hover) .item-readmore, .cms-grid-layout-modern.cms-grid-service-layout11 .item-holder:not(.hide-hover) .item-readmore {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .cms-grid-layout-modern.cms-grid-blog-layout9 .item-holder:not(.hide-hover) .item-readmore, .cms-grid-layout-modern.cms-team-member-layout7 .item-holder:not(.hide-hover) .item-readmore, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-holder:not(.hide-hover) .item-readmore, .cms-grid-layout-modern.cms-grid-service-layout11 .item-holder:not(.hide-hover) .item-readmore {
    padding-top: 25px;
  }
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-category, .cms-grid-layout-modern.cms-team-member-layout7 .item-category, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-category, .cms-grid-layout-modern.cms-grid-service-layout11 .item-category {
  font-size: 14px;
  color: #ac0430;
  margin-bottom: 7px;
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-category a, .cms-grid-layout-modern.cms-team-member-layout7 .item-category a, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-category a, .cms-grid-layout-modern.cms-grid-service-layout11 .item-category a {
  color: #ac0430;
  font-family: 'AvenirNext-DemiBold';
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .item-title, .cms-grid-layout-modern.cms-team-member-layout7 .item-title, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-title, .cms-grid-layout-modern.cms-grid-service-layout11 .item-title {
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-grid-layout-modern.cms-grid-blog-layout9 .item-title, .cms-grid-layout-modern.cms-team-member-layout7 .item-title, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .item-title, .cms-grid-layout-modern.cms-grid-service-layout11 .item-title {
    font-size: 22px;
  }
}
.cms-grid-layout-modern.cms-grid-blog-layout9 .grid-item-inner:hover .item-holder:not(.hide-hover) .item-holder-inner, .cms-grid-layout-modern.cms-team-member-layout7 .grid-item-inner:hover .item-holder:not(.hide-hover) .item-holder-inner, .cms-grid-layout-modern.cms-grid-portfolio-layout9 .grid-item-inner:hover .item-holder:not(.hide-hover) .item-holder-inner, .cms-grid-layout-modern.cms-grid-service-layout11 .grid-item-inner:hover .item-holder:not(.hide-hover) .item-holder-inner {
  opacity: 1;
}
.cms-grid-layout-modern.cms-team-member-layout7 .item-holder {
  padding: 20px;
}
.cms-grid-layout-modern.cms-team-member-layout7 .item-holder:not(.hide-hover) .item-holder-inner {
  padding: 20px;
  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%);
  bottom: auto;
}
.cms-grid-layout-modern.cms-team-member-layout7 .item-social {
  padding-top: 41px;
}
.cms-grid-layout-modern.cms-team-member-layout7 .item-social a {
  font-size: 42px;
  margin: 0 25px;
  color: #fff;
}
.cms-grid-layout-modern.cms-team-member-layout7 .item-social a:hover {
  color: #ac0430;
}
@media screen and (max-width: 991px) {
  .cms-grid-layout-modern.cms-team-member-layout7 .item-title {
    font-size: 22px;
  }
  .cms-grid-layout-modern.cms-team-member-layout7 .item-content {
    display: none;
  }
  .cms-grid-layout-modern.cms-team-member-layout7 .item-social {
    padding-top: 12px;
  }
}
.cms-grid-layout-modern.cms-grid-portfolio-layout9 .grid-filter-wrap span {
  font-size: 18px;
  font-family: 'AvenirNext-DemiBold';
  color: rgba(0, 0, 0, 0.66);
}
.cms-grid-layout-modern.cms-grid-portfolio-layout9 .grid-filter-wrap span.active {
  color: #000;
}
.cms-grid-layout-modern.cms-grid-portfolio-layout9.custom-layout10 .overlay-gradient:after {
  opacity: 0;
}
.cms-grid-layout-modern.cms-grid-portfolio-layout9.custom-layout10 .item-address {
  font-family: 'AvenirNext-DemiBold';
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 7px;
}
.cms-grid-layout-modern.cms-grid-portfolio-layout9.custom-layout10 .item-holder {
  z-index: 100;
}
.cms-grid-layout-modern.cms-grid-portfolio-layout9.custom-layout10 .grid-item-inner:hover .overlay-gradient:after {
  opacity: 0.75;
}
.cms-grid-layout-modern.cms-grid-portfolio-layout9.custom-layout10 .small-item-h .item-content {
  display: none;
}
.cms-grid-layout-modern.cms-grid-portfolio-layout9.custom-layout10 .small-item-w .item-holder {
  max-width: 560px;
  margin: auto;
}
.cms-grid-layout-modern.cms-grid-service-layout11 .item-featured a {
  background-color: rgba(0, 0, 0, 0.66);
}
.cms-grid-service-layout12 .item-icon {
  background-color: #000;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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;
}
.cms-grid-service-layout12 .item-icon img {
  max-width: 60px;
}
.cms-grid-service-layout12 .item-icon img.img-icon {
  opacity: 0.33;
}
.cms-grid-service-layout12 .item-title {
  font-size: 18px;
  line-height: normal;
  font-family: 'AvenirNext-DemiBold';
  margin-bottom: 0px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.02);
  min-height: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 15px;
  color: rgba(255, 255, 255, 0.35);
  -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;
}
.cms-grid-service-layout12 .item-holder-inner {
  position: relative;
  display: block;
}
.cms-grid-service-layout12 .item-holder-inner .item-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.cms-grid-service-layout12 .item-holder-inner .item-icon + .item-title {
  padding-left: 130px;
}
.cms-grid-service-layout12 .item-holder-inner:hover .item-icon {
  background-color: #ac0430;
}
.cms-grid-service-layout12 .item-holder-inner:hover .item-icon .img-icon {
  opacity: 1;
}
.cms-grid-service-layout12 .item-holder-inner:hover .item-title {
  color: #fff;
}
.cms-grid-layout-fadeup .item-featured img {
  width: 100%;
}
.cms-grid-layout-fadeup .overlay-gradient:before {
  opacity: 0.6;
}
.cms-grid-layout-fadeup .item-category {
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 10px;
}
.cms-grid-layout-fadeup .item-category a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
}
.cms-grid-layout-fadeup .item-category a:hover {
  color: #ac0430;
}
.cms-grid-layout-fadeup .item-title {
  font-size: 30px;
  line-height: normal;
}
.cms-grid-layout-fadeup .item-title a {
  color: #fff;
}
.cms-grid-layout-fadeup .item-title a:hover {
  color: #ac0430;
}
.cms-grid-layout-fadeup .item-holder {
  padding: 30px 30px 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.cms-grid-layout-fadeup .item-readmore {
  font-size: 16px;
  line-height: 1;
  bottom: 0;
  left: 30px;
  position: absolute;
  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-grid-layout-fadeup .item-readmore a {
  color: #fff;
}
.cms-grid-layout-fadeup .item-readmore a:hover {
  color: #ac0430;
}
.cms-grid-layout-fadeup .grid-item-inner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-grid-layout-fadeup .grid-item-inner:hover .item-readmore {
  opacity: 1;
  bottom: 38px;
}
.cms-grid-layout-fadeup .grid-item-inner:hover .item-holder {
  padding-bottom: 52px;
}
.cms-grid-service-layout4 .item-featured a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cms-grid-service-layout4 .item-featured img {
  width: 100%;
}
.cms-grid-service-layout4 .item-meta {
  background-color: #fff;
  padding: 24px 30px 20px;
  position: relative;
  margin-top: -120px;
  max-width: 340px;
  min-height: 140px;
}
.cms-grid-service-layout4 .item-meta .item-category {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.cms-grid-service-layout4 .item-meta .item-category a {
  color: rgba(0, 0, 0, 0.66);
}
.cms-grid-service-layout4 .item-meta .item-title {
  font-size: 36px;
  line-height: 44px;
  margin: 12px 0 0;
}
.cms-grid-service-layout4 .item-meta .item-title a {
  color: #000;
}
.cms-grid-service-layout4 .item-meta .item-title a:hover {
  color: #ac0430;
}
.cms-grid-service-layout4 .item-content {
  padding: 0 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .cms-grid-service-layout4 .item-meta {
    margin-top: 0;
  }
}
.cms-grid-service-layout5 .item-featured {
  margin-bottom: 37px;
}
.cms-grid-service-layout5 .item-featured img {
  width: 100%;
}
.cms-grid-service-layout5 .item-title {
  font-size: 32px;
  color: #ac0430;
}
.cms-grid-service-layout5 .item-readmore {
  margin-top: 32px;
}
.cms-grid-service-layout5 .item-readmore a {
  padding-left: 40px;
  padding-right: 40px;
}
.cms-grid-service-layout5 .item-list-content ul {
  list-style: none;
  margin-bottom: 0;
  font-size: 16px;
}
.cms-grid-service-layout5 .item-list-content ul li {
  padding-left: 42px;
  position: relative;
  margin-bottom: 9px;
}
.cms-grid-service-layout5 .item-list-content ul li:last-child {
  margin-bottom: 0;
}
.cms-grid-service-layout5 .item-list-content ul svg {
  height: 22px;
  stroke: #ac0430;
  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%);
}
.cms-grid-service-layout5 .item-first .grid-item-inner {
  margin-bottom: 30px;
}
.cms-grid-service-layout5 .item-first .item-holder {
  margin-top: 36px;
}
.cms-grid-service-layout5 .item-first .item-content {
  margin-bottom: 15px;
}
.cms-grid-service-layout5 .item-first .item-featured {
  margin-bottom: 0;
}
.cms-grid-service-layout5 .item-first .item-readmore {
  margin-top: 66px;
}
.cms-grid-service-layout6 {
  text-align: center;
}
.cms-grid-service-layout6 .item-featured {
  border: 5px solid #f8f8f8;
  -webkit-border-radius: 140px;
  -khtml-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  border-radius: 140px;
  max-width: 140px;
  overflow: hidden;
  margin: auto auto 30px;
  -webkit-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -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;
}
.cms-grid-service-layout6 .item-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.cms-grid-service-layout6.style1 .grid-item-inner:hover .item-featured {
  -webkit-transform: scale(1.16);
  -khtml-transform: scale(1.16);
  -moz-transform: scale(1.16);
  -ms-transform: scale(1.16);
  -o-transform: scale(1.16);
  transform: scale(1.16);
}
.cms-grid-service-layout6.style2 .item-featured {
  border-width: 10px;
  max-width: 180px;
  margin-bottom: 25px;
}
.cms-grid-service-layout6.style2 .item-featured img {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-transform: scale(1.16);
  -khtml-transform: scale(1.16);
  -moz-transform: scale(1.16);
  -ms-transform: scale(1.16);
  -o-transform: scale(1.16);
  transform: scale(1.16);
}
.cms-grid-service-layout6.style2 .item-title {
  margin-bottom: 18px;
}
.cms-grid-service-layout6.style2 .item-content {
  font-size: 14px;
  line-height: 26px;
}
.cms-grid-service-layout6.style2 .grid-item-inner:hover .item-featured img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cms-grid-service-layout7 .grid-item-fancybox {
  background-color: #ac0430;
  padding: 30px 30px 107px 30px;
  color: rgba(255, 255, 255, 0.87);
  position: relative;
  height: calc(100% - 55px);
  height: -webkit-calc(100% - 55px);
  height: -ms-calc(100% - 55px);
  height: -o-calc(100% - 55px);
}
.cms-grid-service-layout7 .grid-item-fancybox h3 {
  font-size: 32px;
  line-height: normal;
  color: #fff;
  margin-bottom: 33px;
}
.cms-grid-service-layout7 .grid-item-fancybox .btn {
  background-color: #fff;
  border-color: #fff;
  color: #ac0430;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.cms-grid-service-layout7 .grid-item-fancybox .btn:hover {
  background-color: #c00436;
  border-color: #c00436;
  color: #fff;
}
.cms-grid-service-layout8 .item-featured a {
  display: block;
}
.cms-grid-service-layout8 .item-featured a:before {
  box-shadow: -90px 0 110px #fff inset, 90px 0 110px #fff inset, 0 90px 110px #fff inset, 0 -90px 110px #fff inset;
  -webkit-box-shadow: -90px 0 110px #fff inset, 90px 0 110px #fff inset, 0 90px 110px #fff inset, 0 -90px 110px #fff inset;
  -ms-box-shadow: -90px 0 110px #fff inset, 90px 0 110px #fff inset, 0 90px 110px #fff inset, 0 -90px 110px #fff inset;
  -o-box-shadow: -90px 0 110px #fff inset, 90px 0 110px #fff inset, 0 90px 110px #fff inset, 0 -90px 110px #fff inset;
}
.cms-grid-service-layout8 .item-holder {
  padding: 60px;
}
.cms-grid-service-layout8 .item-title {
  font-size: 36px;
  margin-bottom: 26px;
  position: relative;
  padding-top: 67px;
}
.cms-grid-service-layout8 .item-title span {
  font-size: 104px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -23px;
  color: rgba(172, 4, 48, 0.2);
}
.cms-grid-service-layout8 .item-title a {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cms-grid-service-layout8 .item-holder {
    padding: 0;
  }
  .cms-grid-service-layout8 .item-title {
    font-size: 30px;
    line-height: normal;
  }
  .cms-grid-service-layout8 .item-featured a:before {
    box-shadow: -30px 0 50px #fff inset, 30px 0 50px #fff inset, 0 30px 50px #fff inset, 0 -30px 50px #fff inset;
    -webkit-box-shadow: -30px 0 50px #fff inset, 30px 0 50px #fff inset, 0 30px 50px #fff inset, 0 -30px 50px #fff inset;
    -ms-box-shadow: -30px 0 50px #fff inset, 30px 0 50px #fff inset, 0 30px 50px #fff inset, 0 -30px 50px #fff inset;
    -o-box-shadow: -30px 0 50px #fff inset, 30px 0 50px #fff inset, 0 30px 50px #fff inset, 0 -30px 50px #fff inset;
  }
}
.cms-grid-service-layout8 .item-content {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
  margin-bottom: 23px;
}
.cms-grid-service-layout8 .item-readmore .btn {
  padding-left: 52px;
  padding-right: 52px;
}
.cms-grid-service-layout8 .item-meta {
  list-style: none;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}
.cms-grid-service-layout8 .item-meta li {
  padding-left: 25px;
  position: relative;
}
.cms-grid-service-layout8 .item-meta li i {
  font-size: 20px;
  color: #ac0430;
  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%);
}
.cms-grid-service-layout8 .grid-item-inner {
  align-items: center;
}
.cms-grid-service-layout8 .grid-item:nth-child(even) .grid-item-inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .cms-grid-service-layout8 .item-holder {
    padding: 20px;
  }
  .cms-grid-service-layout8 .item-title span {
    left: 0px;
  }
}
.cms-grid-service-layout9 .item-featured {
  width: 47%;
  border: 2px solid #ac0430;
  -webkit-border-radius: 5px 5px 0 5px;
  -khtml-border-radius: 5px 5px 0 5px;
  -moz-border-radius: 5px 5px 0 5px;
  -ms-border-radius: 5px 5px 0 5px;
  -o-border-radius: 5px 5px 0 5px;
  border-radius: 5px 5px 0 5px;
  position: relative;
  overflow: hidden;
  min-height: 310px;
}
.cms-grid-service-layout9 .item-featured a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cms-grid-service-layout9 .item-holder {
  width: 53%;
  padding-top: 40px;
}
.cms-grid-service-layout9 .grid-item-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
.cms-grid-service-layout9 .grid-item-inner:hover .item-featured a {
  -webkit-transform: scale(1.13);
  -khtml-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}
.cms-grid-service-layout9 .item-holder-inner {
  background-color: #ac0430;
  height: 100%;
  padding: 22px 25px;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cms-grid-service-layout9 .item-title {
  font-size: 28px;
  color: #2e2e2e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-grid-service-layout9 .item-title a:hover {
  color: inherit;
}
.cms-grid-service-layout9 .item-content {
  color: #222;
  margin-bottom: 30px;
}
.cms-grid-service-layout9 .btn-dark {
  background-color: #2f2f2f;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: normal;
  color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 47px;
  padding: 0 45px;
  display: inline-block;
}
.cms-grid-service-layout9 .btn-dark:hover {
  background-color: #222;
}
@media screen and (max-width: 1199px) {
  .cms-grid-service-layout9 .btn-dark {
    padding: 0 22px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1260px) {
  .cms-grid-service-layout9 .item-featured {
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  .cms-grid-service-layout9 .item-featured, .cms-grid-service-layout9 .item-holder {
    width: 50%;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-grid-service-layout9 .grid-item-inner {
    display: block;
  }
  .cms-grid-service-layout9 .item-featured {
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .cms-grid-service-layout9 .item-holder .item-holder-inner {
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .cms-grid-service-layout9 .item-featured, .cms-grid-service-layout9 .item-holder {
    width: 100%;
  }
}
.cms-service-carousel.cms-service-carousel-layout1 .item-featured a {
  height: 300px;
  display: block;
}
.cms-service-carousel.cms-service-carousel-layout1 .item-featured a:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.77);
  -webkit-transition: all 230ms linear 0ms;
  -khtml-transition: all 230ms linear 0ms;
  -moz-transition: all 230ms linear 0ms;
  -ms-transition: all 230ms linear 0ms;
  -o-transition: all 230ms linear 0ms;
  transition: all 230ms linear 0ms;
}
.cms-service-carousel.cms-service-carousel-layout1 .item-featured a span {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cms-service-carousel.cms-service-carousel-layout1 .item-title {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 6px;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(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;
}
.cms-service-carousel.cms-service-carousel-layout1 .item-readmore 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: rgba(255, 255, 255, 0.66);
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  display: inline-block;
}
.cms-service-carousel.cms-service-carousel-layout1 .item-readmore a:hover {
  color: #ac0430;
}
.cms-service-carousel.cms-service-carousel-layout1 .item-holder {
  padding: 34px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.cms-service-carousel.cms-service-carousel-layout1 .grid-item-inner {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-service-carousel.cms-service-carousel-layout1 .grid-item-inner:hover .item-featured a:before {
  background-color: rgba(0, 0, 0, 0.77);
}
.cms-service-carousel.cms-service-carousel-layout1 .grid-item-inner:hover .item-title {
  color: #fff;
}
.cms-service-carousel.cms-service-carousel-layout1 .grid-item-inner:hover .item-title, .cms-service-carousel.cms-service-carousel-layout1 .grid-item-inner:hover .item-readmore a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder {
  text-align: center;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  min-height: 202px;
  -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-carousel.cms-service-carousel-layout2 .item-holder .item-icon {
  display: inline-block;
  margin-bottom: 19px;
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder .item-icon img {
  width: inherit;
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder .item-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  color: #a3a3a3;
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder .item-holder-inner {
  position: absolute;
  top: 50%;
  left: 0;
  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%);
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder.item-holder-hidden .item-holder-inner {
  padding: 30px;
  cursor: pointer;
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder.item-holder-show {
  background-color: #ac0430;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder.item-holder-show .item-holder-inner {
  padding: 26px 17px 30px 17px;
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder.item-holder-show .item-holder-inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder.item-holder-show .item-title {
  margin-bottom: 15px;
  color: #fff;
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder.item-holder-show .item-content {
  font-size: 15px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.87);
}
.cms-service-carousel.cms-service-carousel-layout2 .item-holder.item-holder-show .item-content:hover {
  color: #fff;
}
.cms-service-carousel.cms-service-carousel-layout2 .owl-item:hover .item-holder.item-holder-hidden {
  opacity: 0;
}
.cms-service-carousel.cms-service-carousel-layout2 .owl-item:hover .item-holder.item-holder-show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.cms-blog-carousel .item-featured {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.cms-blog-carousel .item-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-blog-carousel .item-title {
  font-size: 24px;
  margin-bottom: 18px;
}
.cms-blog-carousel .grid-item-inner:hover .item-featured img {
  -webkit-transform: rotate(3deg) scale(1.08);
  -khtml-transform: rotate(3deg) scale(1.08);
  -moz-transform: rotate(3deg) scale(1.08);
  -ms-transform: rotate(3deg) scale(1.08);
  -o-transform: rotate(3deg) scale(1.08);
  transform: rotate(3deg) scale(1.08);
}
.cms-blog-carousel-layout2 .grid-item-inner {
  margin: 0 0 60px;
  -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-blog-carousel-layout2 .grid-item-inner .item-featured a {
  background-color: #000;
  display: block;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-featured a img {
  opacity: 0.5;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-holder {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 26px 30px 28px;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-featured {
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 5px;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-title a:hover {
  color: #ac0430;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-meta li {
  display: inline-block;
  color: #c2c1ca;
  margin-bottom: 10px;
  position: relative;
  padding-right: 8px;
  margin-right: 4px;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-meta li a {
  color: #000;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-meta li a:hover {
  color: #ac0430;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-meta li:first-child:after {
  content: "";
  background-color: #c2c1ca;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 0;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-content {
  color: rgba(0, 0, 0, 0.66);
  -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-blog-carousel-layout2 .grid-item-inner .item-readmore {
  margin-top: 19px;
}
.cms-blog-carousel-layout2 .grid-item-inner .item-readmore a {
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.66);
  border-bottom: 1px solid rgba(0, 0, 0, 0.66);
  font-weight: 700;
  text-transform: uppercase;
}
.cms-blog-carousel-layout2 .grid-item-inner:hover {
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.cms-blog-carousel-layout2 .grid-item-inner:hover .item-readmore a, .cms-blog-carousel-layout2 .grid-item-inner:hover .item-content {
  color: #000;
}
.cms-blog-carousel-layout2 .grid-item-inner:hover .item-readmore a:hover {
  color: #ac0430;
  border-color: #ac0430;
}
.cms-blog-carousel-layout2 .owl-stage-outer {
  margin: 0 -30px;
  padding: 30px;
}
.cms-blog-carousel-layout3 .item-featured {
  margin-bottom: 28px;
}
.cms-blog-carousel-layout3 .item-date {
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.66);
}
.cms-blog-carousel-layout3 .item-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 16px;
}
.cms-blog-carousel-layout3 .item-title a:hover {
  color: #ac0430;
}
.image-effect {
  position: relative;
}
.image-effect a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-featured .no-thumnail {
  min-height: 358px;
  display: block;
  background-color: #ac0430;
}
.cms-grid-blog-layout2 .image-effect {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 18px;
}
.cms-grid-blog-layout2 .image-effect img {
  width: 100%;
}
.cms-grid-blog-layout2 .item-meta {
  margin: 0 -15px;
  color: rgba(0, 0, 0, 0.33);
  padding-bottom: 8px;
}
.cms-grid-blog-layout2 .item-meta a {
  color: rgba(0, 0, 0, 0.33);
}
.cms-grid-blog-layout2 .item-meta a:hover {
  color: #ac0430;
}
.cms-grid-blog-layout2 .item-meta > div {
  padding: 0 15px;
}
.cms-grid-blog-layout2 .item-meta .item-date {
  float: left;
}
.cms-grid-blog-layout2 .item-meta .item-category {
  float: right;
}
.cms-grid-blog-layout2 .item-title {
  margin-bottom: 7px;
}
.cms-grid-blog-layout2 .grid-item-inner {
  margin-bottom: 22px;
}
.cms-grid-blog-layout2 .grid-item-inner:hover .image-effect a {
  -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);
}
.cms-grid-blog-layout2 .item-content {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.01em;
}
.cms-grid-blog-layout2 .cms-carousel-item .image-effect a {
  height: 300px;
}
.cms-grid-blog-layout3 .grid-item-inner {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-grid-blog-layout3 .grid-item-inner .item-title {
  font-size: 30px;
  margin-bottom: 10px;
}
.cms-grid-blog-layout3 .grid-item-inner .item-category a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
}
.cms-grid-blog-layout3 .grid-item-inner .item-category a:hover {
  color: #ac0430;
}
.cms-grid-blog-layout3 .grid-item-inner .item-readmore {
  padding-top: 0;
}
.cms-grid-blog-layout3 .grid-item-inner .item-readmore a {
  font-size: 16px;
  color: #fff;
}
.cms-grid-blog-layout3 .grid-item-inner .item-readmore a:hover {
  color: #ac0430;
}
.cms-grid-blog-layout3 .cms-grid-pagination {
  margin: 0;
}
.cms-grid-blog-layout3 .cms-grid-pagination .posts-pagination {
  border-top: none;
  padding-top: 15px;
}
.cms-grid-blog-layout3 .cms-grid-pagination .posts-pagination .page-numbers:not(.next), .cms-grid-blog-layout3 .cms-grid-pagination .posts-pagination .page-numbers:not(.prev) {
  font-weight: normal;
  font-size: 14px;
}
.cms-grid-blog-layout3 .cms-grid-pagination .posts-pagination .page-numbers:not(.next).current, .cms-grid-blog-layout3 .cms-grid-pagination .posts-pagination .page-numbers:not(.prev).current, .cms-grid-blog-layout3 .cms-grid-pagination .posts-pagination .page-numbers:not(.next):hover, .cms-grid-blog-layout3 .cms-grid-pagination .posts-pagination .page-numbers:not(.prev):hover {
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  background-color: #000;
}
.blog-title {
  font-size: 18px;
  margin-bottom: 11px;
}
.cms-grid-blog-layout4 .cms-grid-masonry .grid-item:nth-child(2) .item-holder {
  max-width: 520px;
}
.cms-grid-blog-layout4 .bg-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  display: 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;
}
.cms-grid-blog-layout4 .item-featured img {
  width: 100%;
}
.cms-grid-blog-layout4 .item-holder {
  background-color: #fff;
  bottom: 0;
  max-width: 300px;
  padding: 24px 30px;
  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-grid-blog-layout4 .item-title {
  font-size: 28px;
  line-height: 1.15;
  margin-top: 10px;
}
.cms-grid-blog-layout4 .item-meta {
  color: rgba(55, 55, 53, 0.66);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}
.cms-grid-blog-layout4 .item-meta > div {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-blog-layout4 .item-meta .item-category {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cms-grid-blog-layout4 .item-meta a {
  color: rgba(55, 55, 53, 0.66);
}
.cms-grid-blog-layout4 .item-meta a:hover {
  color: #ac0430;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-grid-blog-layout4 .item-holder {
    padding: 18px 24px;
    max-width: inherit;
    right: 30px;
  }
  .cms-grid-blog-layout4 .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .cms-grid-blog-layout4 .item-title {
    font-size: 22px;
  }
  .cms-grid-blog-layout4 .item-holder {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-grid-blog-layout4 .item-title {
    font-size: 15px;
  }
  .cms-grid-blog-layout4 .cms-grid-masonry .grid-item:nth-child(2) .item-holder {
    position: static;
  }
}
.cms-grid-blog-layout4 .item-readmore {
  bottom: 0;
  left: 30px;
  line-height: 1;
  position: absolute;
  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-grid-blog-layout4 .item-readmore a {
  color: #373735;
}
.cms-grid-blog-layout4 .grid-item-inner {
  overflow: hidden;
  position: relative;
}
.cms-grid-blog-layout4 .grid-item-inner:hover .bg-overlay {
  background-color: transparent;
}
.cms-grid-blog-layout4 .grid-item-inner:hover .item-holder {
  padding-bottom: 64px;
}
.cms-grid-blog-layout4 .grid-item-inner:hover .item-readmore {
  opacity: 1;
  bottom: 42px;
}
.cms-grid-blog-layout4 .grid-item-inner:hover .item-meta .item-date {
  opacity: 0;
}
.cms-grid-blog-layout4 .grid-item-inner:hover .item-meta .item-category {
  opacity: 1;
}
.cms-grid-blog-layout5 .grid-item-inner {
  position: relative;
  overflow: hidden;
}
.cms-grid-blog-layout5 .item-featured img {
  width: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-blog-layout5 .item-featured .bg-overlay {
  display: block;
}
.cms-grid-blog-layout5 .item-featured .bg-overlay:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.35)', endColorStr='rgba(0, 0, 0, 0)');
  height: 145px;
}
.cms-grid-blog-layout5 .item-title, .cms-grid-blog-layout5 .item-date {
  position: absolute;
  left: 0;
  right: 0;
}
.cms-grid-blog-layout5 .item-date {
  color: rgba(255, 255, 255, 0.87);
  bottom: 0;
  padding: 22px 30px;
}
.cms-grid-blog-layout5 .item-title {
  font-size: 22px;
  line-height: 28px;
  padding: 25px 30px;
  top: 0;
}
.cms-grid-blog-layout5 .item-title a {
  color: #fff;
}
.cms-grid-blog-layout7 .item-featured {
  margin-bottom: 15px;
}
.cms-grid-blog-layout7 .item-featured a {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
}
.cms-grid-blog-layout7 .item-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-grid-blog-layout7 .item-title {
  font-size: 26px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.cms-grid-blog-layout7 .item-meta {
  margin: 0 -10px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 500;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
}
.cms-grid-blog-layout7 .item-meta .item-date, .cms-grid-blog-layout7 .item-meta .item-posted {
  padding: 0 10px;
  margin-bottom: 7px;
}
.cms-grid-blog-layout7 .item-meta .item-posted {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  text-align: right;
}
.cms-grid-blog-layout7 .item-meta a {
  color: rgba(0, 0, 0, 0.66);
}
.cms-grid-blog-layout7 .item-meta a:hover {
  color: #ac0430;
}
.cms-grid-blog-layout7 .item-content {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
  letter-spacing: 0.016em;
  margin-bottom: 24px;
}
.cms-grid-blog-layout7 .grid-item-inner:hover .item-featured a img {
  opacity: 0.8;
  -webkit-transform: scale(1.13);
  -khtml-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}
.cms-grid-blog-layout8 .item-featured {
  margin-bottom: 15px;
}
.cms-grid-blog-layout8 .item-featured a {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #ac0430;
  overflow: hidden;
}
.cms-grid-blog-layout8 .item-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-grid-blog-layout8 .item-title {
  font-size: 22px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 6px;
  color: #fff;
}
.cms-grid-blog-layout8 .item-title a {
  color: inherit;
}
.cms-grid-blog-layout8 .item-title a:hover {
  color: #ac0430;
}
.cms-grid-blog-layout8 .item-meta {
  margin: 0 -10px;
  color: #ac0430;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  font-size: 14px;
}
.cms-grid-blog-layout8 .item-meta .item-date, .cms-grid-blog-layout8 .item-meta .item-posted {
  padding: 0 10px;
  margin-bottom: 8px;
}
.cms-grid-blog-layout8 .item-meta .item-posted {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  text-align: right;
}
.cms-grid-blog-layout8 .item-meta a {
  color: #ac0430;
}
.cms-grid-blog-layout8 .item-content {
  color:  #fff, 0.33;
  letter-spacing: 0.016em;
  margin-bottom: 24px;
}
.cms-grid-blog-layout8 .grid-item-inner:hover .item-featured a img {
  opacity: 0.8;
  -webkit-transform: scale(1.13);
  -khtml-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}
.cms-grid-effect-top .item-featured img {
  width: 100%;
}
.cms-grid-effect-top .bg-overlay:before {
  bottom: 0;
  height: 60px;
  opacity: 0.6;
  top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='rgba(0, 0, 0, 0)');
}
.cms-grid-effect-top .item-title {
  margin-bottom: 13px;
}
.cms-grid-effect-top .item-title a {
  color: inherit;
}
.cms-grid-effect-top .item-title a:hover {
  color: #a40e36;
}
.cms-grid-effect-top .item-category, .cms-grid-effect-top .item-address {
  font-family: 'Calibre-Medium';
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.87);
}
.cms-grid-effect-top .item-category a, .cms-grid-effect-top .item-address a {
  color: rgba(0, 0, 0, 0.87);
}
.cms-grid-effect-top .item-address {
  margin-bottom: 6px;
}
.cms-grid-effect-top .item-meta {
  color: #b3b3b3;
  font-size: 18px;
  line-height: 26px;
}
.cms-grid-effect-top .item-readmore {
  bottom: 0;
  left: 0;
  padding: 0 30px 30px;
  position: absolute;
  right: 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;
  opacity: 0;
  -webkit-transform: translateY(77px);
  -khtml-transform: translateY(77px);
  -moz-transform: translateY(77px);
  -ms-transform: translateY(77px);
  -o-transform: translateY(77px);
  transform: translateY(77px);
}
.cms-grid-effect-top .item-readmore .btn {
  padding-left: 45px;
  padding-right: 45px;
}
.cms-grid-effect-top .item-holder {
  position: relative;
  -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;
}
.cms-grid-effect-top .item-holder-inner {
  background-color: #fff;
  padding: 20px 30px 22px;
  position: relative;
  -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;
}
.cms-grid-effect-top .item-featured + .item-holder:before {
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 15px;
  left: 30px;
  position: absolute;
  top: -30px;
}
.cms-grid-effect-top .grid-item-inner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  -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;
}
.cms-grid-effect-top .grid-item-inner:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.cms-grid-effect-top .grid-item-inner:hover .item-featured + .item-holder {
  transform: translateY(-77px);
}
.cms-grid-effect-top .grid-item-inner:hover .item-featured + .item-holder .item-readmore {
  opacity: 1;
}
.cms-grid-effect-top.cms-grid-portfolio-layout6 .item-title {
  margin-bottom: 0;
}
.cms-grid-effect-top.cms-grid-portfolio-layout6 .grid-filter-wrap.filter-small {
  margin-bottom: 15px;
}
.cms-grid-effect-top.cms-grid-portfolio-layout6 .grid-filter-wrap.filter-small.align-center {
  margin-bottom: 25px;
}
.cms-grid-effect-top.cms-grid-portfolio-layout6 .grid-filter-wrap.filter-small span {
  font-family: Nimbus-Sans-Bold;
  text-transform: uppercase;
}
.cms-grid-effect-top.cms-grid-service-layout7 .grid-item-inner {
  margin-bottom: 55px;
}
.cms-grid-effect-top.cms-grid-service-layout7 .item-holder-inner .item-content:before {
  -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: "";
  position: absolute;
  height: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='rgba(0, 0, 0, 0)');
}
.cms-grid-effect-top.cms-grid-service-layout7 .grid-item-inner:hover .item-holder-inner .item-content:before {
  opacity: 0;
  visibility: hidden;
}
.cms-grid-portfolio-layout7 .item-holder-inner {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 14px 60px 14px 30px;
  position: relative;
}
.cms-grid-portfolio-layout7 .item-holder-inner .item-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.cms-grid-portfolio-layout7 .item-holder-inner .item-title a {
  color: inherit;
}
.cms-grid-portfolio-layout7 .item-holder-inner .item-title a:hover {
  color: #ac0430;
}
.cms-grid-portfolio-layout7 .item-holder-inner .item-zoom {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-grid-portfolio-layout7 .item-holder-inner .item-zoom i {
  color: #fff;
  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;
}
.cms-grid-portfolio-layout7 .item-holder-inner .item-zoom i:hover {
  color: #ac0430;
}
.cms-grid-portfolio-layout7 .item-featured .bg-image {
  display: block;
  height: 285px;
  background-color: #ac0430;
}
.cms-grid-portfolio-layout7 .item-featured + .item-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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;
  opacity: 0;
}
.cms-grid-portfolio-layout7 .grid-item-inner {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.cms-grid-portfolio-layout7 .grid-item-inner:hover .item-featured + .item-holder {
  opacity: 1;
}
.cms-grid-portfolio-layout7 .grid-filter-wrap {
  margin-bottom: 35px;
}
.cms-grid-portfolio-layout7 .grid-filter-wrap .filter-item {
  background-color: #2f2f2f;
  color: #5c5c5c;
  font-size: 24px;
  font-family: Nimbus-Sans-Bold;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 0 38px;
  line-height: 56px;
  margin-left: 6px;
  margin-right: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.cms-grid-portfolio-layout7 .grid-filter-wrap .filter-item:hover, .cms-grid-portfolio-layout7 .grid-filter-wrap .filter-item.active {
  background-color: #ac0430;
  color: #fff !important;
}
.more-line {
  position: relative;
  padding-left: 36px;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -khtml-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.more-line:before {
  content: '';
  height: 1px;
  width: 25px;
  background-color: #373735;
  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%);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -khtml-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.more-line:hover {
  padding-left: 55px;
}
.more-line:hover:before {
  width: 45px;
}
.cms-grid-service-layout2 .grid-item:hover {
  z-index: 99;
}
.cms-grid-service-layout2 .grid-item.grid-item-first {
  flex: 0 0 100%;
  max-width: 100%;
}
.cms-grid-service-layout2 .grid-item.grid-item-first .item-holder-inner {
  max-width: 480px;
  margin: auto;
}
.cms-grid-service-layout2 .grid-item.grid-item-first .item-holder .item-title {
  font-size: 28px;
}
.cms-grid-service-layout2 .item-holder {
  background-color: #fff;
  border: 1px solid #d1d2d4;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}
.cms-grid-service-layout2 .item-holder .item-title {
  font-size: 22px;
  margin-bottom: 23px;
  color: #ac0430;
}
.cms-grid-service-layout2 .item-holder .item-title a:hover {
  color: inherit;
}
.cms-grid-service-layout2 .item-holder .item-content {
  color: #a3a3a3;
}
.cms-grid-service-layout2 .item-holder .item-readmore {
  margin-top: 24px;
}
.cms-grid-service-layout2 .item-holder .item-icon {
  display: inline-block;
  position: relative;
  margin-bottom: 31px;
}
.cms-grid-service-layout2 .item-holder .item-icon 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-grid-service-layout2 .item-holder .item-icon .img-icon-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cms-grid-service-layout2 .item-holder.item-holder-hidden {
  padding: 30px 30px 46px;
}
.cms-grid-service-layout2 .item-holder.item-holder-show {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 160ms linear 0ms;
  -khtml-transition: all 160ms linear 0ms;
  -moz-transition: all 160ms linear 0ms;
  -ms-transition: all 160ms linear 0ms;
  -o-transition: all 160ms linear 0ms;
  transition: all 160ms linear 0ms;
}
.cms-grid-service-layout2 .grid-item-inner {
  position: relative;
}
.cms-grid-service-layout2 .grid-item-inner:hover .item-holder.item-holder-hidde {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.cms-grid-service-layout2 .grid-item-inner:hover .item-holder.item-holder-show {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.cms-grid-service-layout2 .grid-item-inner:hover .item-holder .item-icon .img-icon {
  opacity: 0;
}
.cms-grid-service-layout2 .grid-item-inner:hover .item-holder .item-icon .img-icon-hover {
  opacity: 1;
}
.cms-grid-effect-fade .item-featured a {
  display: block;
}
.cms-grid-effect-fade .item-featured a img {
  width: 100%;
}
.cms-grid-effect-fade .item-title {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin: 0;
}
.cms-grid-effect-fade .item-readmore {
  bottom: 0;
  left: 27px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.cms-grid-effect-fade .item-readmore a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 24px;
  font-family: Nimbus-Sans-Bold;
}
.cms-grid-effect-fade .item-readmore a:hover {
  color: #fff;
}
.cms-grid-effect-fade .item-holder {
  padding: 21px 27px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.cms-grid-effect-fade .grid-item-inner {
  overflow: hidden;
  position: relative;
}
.cms-grid-effect-fade .grid-item-inner:hover .item-holder {
  padding-bottom: 57px;
}
.cms-grid-effect-fade .grid-item-inner:hover .item-holder .item-readmore {
  bottom: 18px;
  opacity: 1;
}
.cms-grid-portfolio-layout2 .item-holder {
  background-color: rgba(172, 4, 48, 0.87);
}
.cms-grid-portfolio-layout2 .grid-item-inner {
  border: 4px solid #ac0430;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.cms-grid-portfolio-layout3 .grid-filter-wrap {
  margin-bottom: 0;
}
.cms-grid-portfolio-layout3 .grid-item-inner {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-grid-portfolio-layout3 .grid-item-inner .overlay-gradient:before {
  opacity: 0.4;
}
.cms-grid-portfolio-layout3 .grid-item-inner .item-readmore a {
  color: #fff;
}
.cms-grid-portfolio-layout3 .grid-item-inner .item-readmore a:hover {
  color: #ac0430;
}
.cms-grid-portfolio-layout3 .grid-item-inner .item-holder {
  padding-bottom: 35px;
}
.cms-grid-portfolio-layout3 .grid-item-inner .item-address {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
  position: relative;
  margin-bottom: 4px;
}
.cms-grid-portfolio-layout3 .grid-item-inner .item-address img {
  max-width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-grid-portfolio-layout3 .grid-item-inner .item-address img + span {
  display: inline-block;
  padding-left: 22px;
}
.cms-grid-portfolio-layout3 .grid-item-inner:hover {
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}
.cms-grid-portfolio-layout3 .grid-item-inner:hover .item-holder {
  padding-bottom: 70px;
}
.cms-grid-portfolio-layout3 .grid-item-inner:hover .item-readmore {
  bottom: 32px !important;
}
.single-service .cms-grid-portfolio-layout3 .item-title {
  font-size: 30px;
}
.cms-grid-portfolio-layout4 .bg-overlay {
  background-color: 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;
  display: block;
}
.cms-grid-portfolio-layout4 .item-featured img {
  width: 100%;
}
.cms-grid-portfolio-layout4 .item-holder {
  background-color: #fff;
  bottom: 0;
  max-width: 275px;
  padding: 24px 30px 22px;
  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;
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.cms-grid-portfolio-layout4 .item-title {
  font-size: 28px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 6px;
}
.cms-grid-portfolio-layout4 .item-title a {
  color: #373735;
}
.cms-grid-portfolio-layout4 .item-title a:hover {
  color: #616161;
}
.cms-grid-portfolio-layout4 .item-content {
  margin-bottom: 12px;
}
.cms-grid-portfolio-layout4 .item-category {
  color: rgba(55, 55, 53, 0.66);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}
.cms-grid-portfolio-layout4 .item-category a {
  color: rgba(55, 55, 53, 0.66);
}
.cms-grid-portfolio-layout4 .item-category a:hover {
  color: #ac0430;
}
.cms-grid-portfolio-layout4 .item-readmore a {
  color: #373735;
}
.cms-grid-portfolio-layout4 .grid-item-inner {
  overflow: hidden;
  position: relative;
}
.cms-grid-portfolio-layout4 .grid-item-inner:hover .bg-overlay {
  background-color: transparent;
}
.cms-grid-portfolio-layout4 .grid-item-inner:hover .item-holder {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.cms-grid-portfolio-layout4 .grid-item-inner.hover-style2 .item-holder {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.cms-grid-portfolio-layout4 .grid-item-inner.hover-style2 .item-readmore {
  bottom: 0;
  left: 30px;
  line-height: 1;
  position: absolute;
  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-grid-portfolio-layout4 .grid-item-inner.hover-style2:hover .item-holder {
  padding-bottom: 58px;
}
.cms-grid-portfolio-layout4 .grid-item-inner.hover-style2:hover .item-readmore {
  opacity: 1;
  bottom: 27px;
}
.cms-grid-portfolio-layout4 .cms-load-more .btn {
  border-width: 1px;
  font-weight: normal;
  padding-left: 60px;
  padding-right: 60px;
}
.cms-grid-portfolio-layout5 .item-featured a {
  display: block;
  position: relative;
}
.cms-grid-portfolio-layout5 .item-featured a .bg-overlay {
  position: static;
  -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;
}
.cms-grid-portfolio-layout5 .item-featured a .bg-overlay1 {
  background-color: rgba(172, 4, 48, 0.9);
  opacity: 0;
}
.cms-grid-portfolio-layout5 .item-featured a .bg-overlay2:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.4)', endColorStr='rgba(0, 0, 0, 0)');
  height: 145px;
  -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;
}
.cms-grid-portfolio-layout5 .item-featured a img {
  width: 100%;
}
.cms-grid-portfolio-layout5 .item-holder {
  padding: 26px 28px 60px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.cms-grid-portfolio-layout5 .item-holder .item-address {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .cms-grid-portfolio-layout5 .item-holder .item-address {
    font-size: 20px;
  }
}
.cms-grid-portfolio-layout5 .item-holder .item-title {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.87);
}
.cms-grid-portfolio-layout5 .item-holder .item-content {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.66);
  opacity: 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;
}
@media screen and (max-width: 1260px) {
  .cms-grid-portfolio-layout5 .item-holder .item-content {
    display: none;
  }
}
.cms-grid-portfolio-layout5 .item-holder .item-readmore {
  font-size: 17px;
  line-height: 1;
  bottom: 36px;
  left: 28px;
  position: absolute;
  opacity: 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;
}
.cms-grid-portfolio-layout5 .item-holder .item-readmore a {
  color: #fff;
}
.cms-grid-portfolio-layout5 .item-holder .item-readmore a:hover {
  color: rgba(255, 255, 255, 0.87);
}
.cms-grid-portfolio-layout5 .grid-item-inner {
  position: relative;
}
.cms-grid-portfolio-layout5 .grid-item-inner:hover .item-featured .bg-overlay1 {
  opacity: 1;
}
.cms-grid-portfolio-layout5 .grid-item-inner:hover .item-featured .bg-overlay2:before {
  opacity: 0;
}
.cms-grid-portfolio-layout5 .grid-item-inner:hover .item-holder .item-content, .cms-grid-portfolio-layout5 .grid-item-inner:hover .item-holder .item-readmore {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .cms-grid-portfolio-layout5.el-max-height {
    position: relative;
  }
  .cms-grid-portfolio-layout5.el-max-height:before {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, #fff, rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='rgba(0, 0, 0, 0)');
    height: 160px;
    width: 100%;
    bottom: 0;
    z-index: 99;
    position: absolute;
  }
}
.cms-grid-team .grid-item-inner {
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  padding-bottom: 106px;
}
.cms-grid-team .team-featured img {
  width: 100%;
}
.cms-grid-team .team-title {
  font-size: 27px;
  line-height: 32px;
  color: #ac0430;
  margin: 0;
}
.cms-grid-team .team-email {
  text-align: right;
  flex-grow: 1;
}
.cms-grid-team .team-email a {
  -webkit-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  border-radius: 6px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.cms-grid-team .team-title, .cms-grid-team .team-email {
  padding: 0 15px;
}
.cms-grid-team .team-holder {
  padding: 25px 15px;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cms-grid-team .grid-filter-wrap {
  margin-bottom: 75px;
}
.cms-grid-team-layout2 .team-featured img {
  width: 100%;
}
.cms-grid-team-layout2 .team-featured.bg-overlay {
  background-color: rgba(74, 73, 71, 0.67);
}
.cms-grid-team-layout2 .team-featured.no-image {
  background-color: #4a4947;
  min-height: 450px;
}
.cms-grid-team-layout2 .team-holder {
  position: absolute;
  padding: 24px 30px;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.cms-grid-team-layout2 .team-holder .team-position {
  margin-bottom: 10px;
  -webkit-transform: translateY(20px);
  -khtml-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -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;
  opacity: 0;
}
.cms-grid-team-layout2 .team-holder .team-title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 28px;
  -webkit-transform: translateY(20px);
  -khtml-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
}
.cms-grid-team-layout2 .team-holder .team-content {
  margin-bottom: 28px;
  -webkit-transform: translateY(20px);
  -khtml-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.cms-grid-team-layout2 .team-holder .team-social {
  -webkit-transform: translateY(20px);
  -khtml-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.6s ease 0s;
  -khtml-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
}
.cms-grid-team-layout2 .team-holder .team-social a {
  color: #fff;
  font-size: 22px;
}
.cms-grid-team-layout2 .team-holder .team-social a:hover {
  color: #ac0430;
}
.cms-grid-team-layout2 .team-holder .team-social a + a {
  margin-left: 26px;
}
.cms-grid-team-layout2 .grid-item-inner {
  position: relative;
}
.cms-grid-team-layout2 .grid-item-inner:hover .team-position, .cms-grid-team-layout2 .grid-item-inner:hover .team-title, .cms-grid-team-layout2 .grid-item-inner:hover .team-content, .cms-grid-team-layout2 .grid-item-inner:hover .team-social {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .cms-grid-team-layout2 .team-holder .team-position {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .cms-grid-team-layout2 .team-holder .team-title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .cms-grid-team-layout2 .team-holder .team-content {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
.cms-grid-team-layout3 .team-featured img {
  width: 100%;
}
.cms-grid-team-layout3 .grid-item-inner {
  border: 2px solid #ac0430;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.cms-grid-team-layout3 .grid-item-inner:before {
  z-index: 88;
  content: "";
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c021a), to(#840325));
  background-image: -webkit-linear-gradient(bottom, #5c021a, #840325);
  background-image: -moz-linear-gradient(bottom, #5c021a, #840325);
  background-image: -ms-linear-gradient(bottom, #5c021a, #840325);
  background-image: -o-linear-gradient(bottom, #5c021a, #840325);
  background-image: linear-gradient(bottom, #5c021a, #840325);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5c021a', endColorStr='#840325');
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -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;
}
.cms-grid-team-layout3 .team-holder {
  background-color: #ac0430;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -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;
  z-index: 99;
}
.cms-grid-team-layout3 .team-title {
  font-size: 22px;
  margin-bottom: 0;
  color: #2e2e2e;
}
.cms-grid-team-layout3 .team-email {
  margin-right: 15px;
}
.cms-grid-team-layout3 .team-email a {
  background-color: #434343;
  display: inline-block;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 27px;
  padding: 0 11px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.cms-grid-team-layout3 .team-email a:hover {
  opacity: 0.85;
}
.cms-grid-team-layout3 .team-social a {
  font-size: 17px;
  display: inline-block;
  color: #434343;
  padding: 4px 8px;
}
.cms-grid-team-layout3 .team-social a:hover {
  opacity: 0.85;
}
.cms-grid-team-layout3 .team-email-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  padding: 18px 20px;
  left: 0;
  right: 0;
  bottom: -80px;
  opacity: 0;
  -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;
}
.cms-grid-team-layout3 .cms-grid-header-content {
  margin-bottom: 36px;
}
.cms-grid-team-layout3 .grid-item-inner:hover:before {
  opacity: 0.7;
}
.cms-grid-team-layout3 .grid-item-inner:hover .team-holder {
  padding-bottom: 60px;
}
.cms-grid-team-layout3 .grid-item-inner:hover .team-email-meta {
  bottom: 0;
  opacity: 1;
}
.cms-newsletter-layout1 .cms-newsletter-inner {
  margin: auto;
  max-width: 570px;
  text-align: center;
}
.cms-newsletter-layout1 .tnp-field label {
  display: none;
}
.cms-newsletter-layout1 .tnp.tnp-subscription {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  max-width: 100%;
}
.cms-newsletter-layout1 .tnp-field.tnp-field-email {
  margin-bottom: 0;
}
.cms-newsletter-layout1 .tnp-field.tnp-field-email .tnp-email {
  background-color: #37435f;
  color: rgba(255, 255, 255, 0.66);
  height: 53px;
  padding: 10px 30px;
  -webkit-border-radius: 53px;
  -khtml-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  -o-border-radius: 53px;
  border-radius: 53px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cms-newsletter-layout1 .tnp-field.tnp-field-button {
  margin: 0;
}
.cms-newsletter-layout1 .tnp-field.tnp-field-button .tnp-submit {
  position: absolute;
  top: 6px;
  right: 6px;
  line-height: 41px;
  -webkit-border-radius: 41px;
  -khtml-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  -o-border-radius: 41px;
  border-radius: 41px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #000;
  background-color: #ac0430;
  padding: 0 35px;
}
.cms-newsletter-layout1 .tnp-field.tnp-field-button .tnp-submit:hover {
  background-color: #cf053a;
}
.cms-newsletter-layout1 .cms-newsletter-introduction {
  font-size: 15px;
  line-height: 26px;
  margin-top: 13px;
}
@media screen and (max-width: 575px) {
  .cms-newsletter-layout1 .tnp-field.tnp-field-button .tnp-submit {
    width: 100%;
    margin-top: 10px;
    line-height: 53px;
    position: static;
  }
}
.cms-newsletter-layout2 .tnp-subscription {
  max-width: 100%;
}
.cms-newsletter-layout2 .tnp-subscription .tnp-field label {
  display: none;
}
.cms-newsletter-layout2 .tnp-subscription .tnp-field .tnp-email, .cms-newsletter-layout2 .tnp-subscription .tnp-field .tnp-firstname, .cms-newsletter-layout2 .tnp-subscription .tnp-field .tnp-lastname {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  color: rgba(21, 47, 82, 0.5);
  padding-left: 20px;
  padding-right: 40px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.cms-newsletter-layout2 .tnp-subscription .tnp-field .tnp-email {
  background-image: url(../images/icon-newsletter.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.cms-newsletter-layout2 .tnp-subscription .tnp-field .tnp-submit {
  line-height: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 40px;
  font-size: 16px;
  font-family: 'AvenirNext-DemiBold';
  color: #fff;
  background-color: #ac0430;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.cms-newsletter-layout2 .tnp-subscription .tnp-field .tnp-submit:hover {
  background-color: #a2042d;
}
.cms-newsletter-layout2 .cms-newsletter-inner {
  background-color: #f3f4f6;
  padding: 40px 40px 15px 40px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.cms-newsletter-layout2 .cms-newsletter-title {
  font-size: 28px;
  margin-bottom: 25px;
}
.cms-newsletter-layout2 .cms-newsletter-introduction {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  padding-bottom: 25px;
}
.cms-newsletter-layout2 form {
  display: flex;
  flex-wrap: nowrap;
}
.cms-newsletter-layout2 form .tnp-field-email {
  flex-grow: 1;
  padding-right: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .cms-newsletter-layout2 .cms-newsletter-inner {
    padding: 20px 20px 10px;
  }
  .cms-newsletter-layout2 form {
    display: block;
  }
  .cms-newsletter-layout2 form .tnp-field-email {
    margin-right: 0;
  }
}
.cms-team-member-default {
  position: relative;
}
.cms-team-member-default .cms-team-image {
  position: relative;
}
.cms-team-member-default .cms-team-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
@media screen and (max-width: 767px) {
  .cms-team-member-default .cms-team-image img {
    width: 100%;
  }
}
.cms-team-member-default .cms-team-holder {
  position: absolute;
  top: 50%;
  left: 0;
  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%);
  text-align: center;
}
.cms-team-member-default .cms-team-holder .cms-team-title {
  font-size: 24px;
  color: #ac0430;
  margin-bottom: 10px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.cms-team-member-default .cms-team-holder .cms-team-position {
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: all 280ms linear 0ms;
  -khtml-transition: all 280ms linear 0ms;
  -moz-transition: all 280ms linear 0ms;
  -ms-transition: all 280ms linear 0ms;
  -o-transition: all 280ms linear 0ms;
  transition: all 280ms linear 0ms;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.cms-team-member-default .cms-team-holder .cms-team-social {
  -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;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.cms-team-member-default .cms-team-holder .cms-team-social a {
  color: #fff;
  font-size: 14px;
  margin: 0 14px;
}
.cms-team-member-default .cms-team-holder .cms-team-social a:hover {
  color: #ac0430;
}
.cms-team-member-default:hover .cms-team-image:before {
  opacity: 1;
}
.cms-team-member-default:hover .cms-team-holder .cms-team-title, .cms-team-member-default:hover .cms-team-holder .cms-team-position, .cms-team-member-default:hover .cms-team-holder .cms-team-social {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cms-team-member-layout2 {
  text-align: center;
}
.cms-team-member-layout2 .cms-team-title {
  font-size: 22px;
  margin-bottom: 6px;
}
.cms-team-member-layout2 .cms-team-image {
  max-width: 170px;
  margin: 0 auto 30px;
}
.cms-team-member-layout2 .cms-team-image img {
  -webkit-border-radius: 170px;
  -khtml-border-radius: 170px;
  -moz-border-radius: 170px;
  -ms-border-radius: 170px;
  -o-border-radius: 170px;
  border-radius: 170px;
}
.cms-team-member-layout3 {
  text-align: center;
  padding: 30px 30px 26px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-team-member-layout3 .cms-team-title {
  font-size: 24px;
  margin-bottom: 6px;
}
.cms-team-member-layout3 .cms-team-image {
  max-width: 100px;
  margin: 0 auto 20px;
}
.cms-team-member-layout3 .cms-team-image img {
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.cms-team-member-layout3 .cms-team-description {
  color: rgba(23, 28, 49, 0.66);
}
.cms-team-member-layout3 .cms-team-social {
  margin-top: 15px;
}
.cms-team-member-layout3 .cms-team-social a {
  font-size: 20px;
  padding: 0 8px;
  display: inline-block;
}
.cms-team-member-layout3 .cms-team-social a i {
  -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-member-layout3 .cms-team-social a i.fa-facebook {
  color: #3b5999;
}
.cms-team-member-layout3 .cms-team-social a i.fa-linkedin {
  color: #0077b5;
}
.cms-team-member-layout3 .cms-team-social a i.fa-twitter {
  color: #55acee;
}
.cms-team-member-layout3 .cms-team-social a i.fa-skype {
  color: #00aff0;
}
.cms-team-member-layout3 .cms-team-social a i.fa-vimeo {
  color: #1ab7ea;
}
.cms-team-member-layout3 .cms-team-social a i.fa-vk {
  color: #4c75a3;
}
.cms-team-member-layout3 .cms-team-social a i.fa-tumblr {
  color: #34465d;
}
.cms-team-member-layout3 .cms-team-social a i.fa-pinterest {
  color: #bd081c;
}
.cms-team-member-layout3 .cms-team-social a i.fa-youtube {
  color: #cd201f;
}
.cms-team-member-layout3 .cms-team-social a i.fa-instagram {
  color: #e4405f;
}
.cms-team-member-layout3 .cms-team-social a i.fa-dribbble {
  color: #ea4c89;
}
.cms-team-member-layout3 .cms-team-social a i.fa-flickr {
  color: #ff0084;
}
.cms-team-member-layout3 .cms-team-social a:hover i {
  color: #ac0430 !important;
}
.cms-team-member-layout3.shadow-style1 {
  -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);
}
.cms-team-member-layout3.shadow-style2 {
  -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;
  border: 1px solid #c8c8cb;
}
.cms-team-member-layout3.shadow-style2:hover {
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.cms-team-member-layout4 {
  text-align: center;
}
.cms-team-member-layout4 .cms-team-member-inner {
  padding: 0 15px;
}
.cms-team-member-layout4 .cms-team-title {
  font-size: 24px;
  margin-bottom: 21px;
  color: #ac0430;
}
.cms-team-member-layout4 .cms-team-image {
  max-width: 160px;
  margin: 0 auto 26px;
}
.cms-team-member-layout4 .cms-team-image img {
  -webkit-border-radius: 170px;
  -khtml-border-radius: 170px;
  -moz-border-radius: 170px;
  -ms-border-radius: 170px;
  -o-border-radius: 170px;
  border-radius: 170px;
  -webkit-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 15px 33px rgba(0, 0, 0, 0.15);
  border: 10px solid #f8f8f8;
}
.cms-team-member-layout4 .cms-team-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 1.857;
}
.cms-team-member-layout4 .cms-team-social a {
  font-size: 20px;
  padding: 0 8px;
  display: inline-block;
  margin-top: 15px;
}
.cms-team-member-layout4 .cms-team-social a i {
  -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: #ac0430;
}
.cms-team-member-layout4 .cms-team-social a:hover i {
  opacity: 0.8;
}
.cms-team-member-layout5 .cms-team-image {
  position: relative;
}
.cms-team-member-layout5 .cms-team-image img {
  width: 100%;
}
.cms-team-member-layout5 .cms-team-image:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 15px;
  content: "";
  left: 30px;
  position: absolute;
  bottom: 0;
}
.cms-team-member-layout5 .cms-team-holder {
  background-color: #fff;
  padding: 23px 30px;
}
.cms-team-member-layout5 .cms-team-position {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Calibre-Medium';
}
.cms-team-member-layout5 .cms-team-title {
  font-size: 24px;
  line-height: 32px;
  margin: 7px 0 14px;
}
.cms-team-member-layout5 .cms-team-date {
  color: #b3b3b3;
}
.cms-team-member-layout6 {
  text-align: center;
}
.cms-team-member-layout6 .cms-team-title {
  font-size: 22px;
  margin-bottom: 3px;
}
.cms-team-member-layout6 .cms-team-position {
  color: rgba(0, 0, 0, 0.66);
}
.cms-team-member-layout6 .cms-team-image {
  margin: 0 auto 17px;
  position: relative;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25) inset;
  -khtml-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25) inset;
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25) inset;
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25) inset;
  border-radius: 100%;
  overflow: hidden;
}
.cms-team-member-layout6 .cms-team-image:before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(172, 4, 48, 0.65);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.cms-team-member-layout6 .cms-team-image .cms-team-social {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  padding: 10px;
  left: 0;
  right: 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;
  opacity: 0;
}
.cms-team-member-layout6 .cms-team-image .cms-team-social a {
  font-size: 28px;
  display: inline-block;
  color: #fff;
  margin: 0 12px;
  text-shadow: 0 7px 25px #000;
  -webkit-text-shadow: 0 7px 25px #000;
}
.cms-team-member-layout6 .cms-team-image:hover:before, .cms-team-member-layout6 .cms-team-image:hover .cms-team-social {
  opacity: 1;
}
.cms-team-member-layout6 .cms-team-image.size-small {
  max-width: 130px;
}
.cms-team-member-layout6 .cms-team-image.size-small .cms-team-social a {
  font-size: 24px;
  margin: 0 8px;
}
.cms-team-member-layout6 .cms-team-image.size-small img {
  -webkit-border-radius: 130px;
  -khtml-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  -o-border-radius: 130px;
  border-radius: 130px;
}
.cms-team-member-layout6 .cms-team-image.size-medium {
  max-width: 170px;
}
.cms-team-member-layout6 .cms-team-image.size-medium img {
  -webkit-border-radius: 170px;
  -khtml-border-radius: 170px;
  -moz-border-radius: 170px;
  -ms-border-radius: 170px;
  -o-border-radius: 170px;
  border-radius: 170px;
}
.cms-team-member-layout6.style2 .cms-team-title {
  font-size: 18px;
}
.cms-team-member-layout6.style2 .cms-team-member-inner .cms-team-image {
  max-width: 212px;
  border: 6px solid #ac0430;
  margin-bottom: 36px;
  -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-member-layout6.style2 .cms-team-member-inner .cms-team-image:hover {
  border-color: #c00436;
}
.cms-team-member-layout6.style2 .cms-team-member-inner .cms-team-image:before {
  background-color: rgba(0, 0, 0, 0.95);
}
.cms-team-member-layout6.style2 .cms-team-member-inner .cms-team-image .cms-team-social a {
  font-size: 24px;
  color: #fff;
}
.cms-team-member-layout6.style2 .cms-team-member-inner .cms-team-image .cms-team-social a:hover {
  color: #ac0430;
}
.cms-image-gallery.layout-grid.style1 {
  -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);
}
.cms-image-gallery.layout-grid.style1 .row {
  margin: 0;
}
.cms-image-gallery.layout-grid.style1 .row .cms-image-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cms-image-gallery.layout-grid.style1 .row .cms-image-item img {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cms-image-gallery.layout-grid.style2 .fist-item {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}
.cms-image-gallery.layout-grid.style2 .cms-grid-inner {
  margin: 0 -15px;
}
.cms-image-gallery.layout-grid.style2 .cms-grid-inner .grid-item {
  padding: 15px;
}
.cms-image-gallery.layout-grid.style2 .light-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.cms-image-gallery.layout-grid.style2 .light-box:before {
  background-color: rgba(0, 0, 0, 0.34);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-image-gallery.layout-grid.style2 .light-box:hover:before {
  background-color: rgba(0, 0, 0, 0.15);
}
.cms-image-gallery.layout-grid.style3 .grid-item {
  margin-bottom: 30px;
}
.cms-image-gallery.layout-grid.style3 a {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-image-gallery.layout-grid.style3 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.25);
}
.cms-image-gallery.layout-grid.style3 a img {
  margin: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.cms-image-gallery.layout-grid.style3 a span {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: right;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='rgba(0, 0, 0, 0.66)', gradientType='1');
  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-image-gallery.layout-grid.style3 a:hover:before {
  opacity: 0;
}
.cms-image-gallery.layout-grid.style3 a:hover span {
  opacity: 1;
}
.cms-testimonial-carousel .cms-testimonial-rating {
  margin-bottom: 25px;
  line-height: 1;
}
.cms-testimonial-carousel .cms-testimonial-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-size: 28px;
  color: #ac0430;
  letter-spacing: 0.15em;
  font-family: "Material-Design-Iconic-Font";
}
.cms-testimonial-carousel .cms-testimonial-rating.star4:before {
  content: "\f27d\f27d\f27d\f27d";
}
.cms-testimonial-carousel .cms-testimonial-rating.star3:before {
  content: "\f27d\f27d\f27d";
}
.cms-testimonial-carousel .cms-testimonial-rating.star2:before {
  content: "\f27d\f27d";
}
.cms-testimonial-carousel .cms-testimonial-rating.star1:before {
  content: "\f27d";
}
.cms-testimonial-carousel.default .cms-testimonial-item {
  padding: 6px;
  text-align: center;
}
.cms-testimonial-carousel.default .cms-testimonial-item-inner {
  padding: 55px 30px;
}
.cms-testimonial-carousel.default .cms-testimonial-image {
  margin-bottom: 35px;
}
.cms-testimonial-carousel.default .cms-testimonial-image img {
  -webkit-border-radius: 124px;
  -khtml-border-radius: 124px;
  -moz-border-radius: 124px;
  -ms-border-radius: 124px;
  -o-border-radius: 124px;
  border-radius: 124px;
  margin: auto;
  max-width: 124px;
}
.cms-testimonial-carousel.default .cms-testimonial-title {
  font-size: 18px;
  margin-bottom: 2px;
}
.cms-testimonial-carousel.default .cms-testimonial-position {
  font-size: 15px;
  color: #ac0430;
}
.cms-testimonial-carousel.default .cms-testimonial-content {
  -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-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.66);
  margin-bottom: 40px;
}
.cms-testimonial-carousel.default .owl-item.center .cms-testimonial-content {
  color: #000;
}
.cms-testimonial-carousel.layout2 .cms-testimonial-image {
  margin-bottom: 35px;
}
.cms-testimonial-carousel.layout2 .cms-testimonial-image img {
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  margin: auto;
  max-width: 70px;
}
.cms-testimonial-carousel.layout2 .cms-testimonial-title {
  font-size: 22px;
  margin-bottom: 6px;
}
.cms-testimonial-carousel.layout2 .cms-testimonial-meta {
  padding-left: 20px;
  padding-right: 50px;
}
.cms-testimonial-carousel.layout2 .cms-testimonial-content {
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.66);
  margin-bottom: 60px;
}
.cms-testimonial-carousel.layout4 {
  text-align: center;
}
.cms-testimonial-carousel.layout4 .cms-testimonial-image img {
  -webkit-border-radius: 85px;
  -khtml-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  -o-border-radius: 85px;
  border-radius: 85px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  opacity: 0.66;
  -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;
  max-width: 85px;
  margin: auto;
  margin-bottom: 35px;
}
.cms-testimonial-carousel.layout4 .cms-testimonial-content {
  color: rgba(0, 0, 0, 0.66);
}
.cms-testimonial-carousel.layout4 .cms-testimonial-title {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 4px;
}
.cms-testimonial-carousel.layout4 .cms-testimonial-position {
  color: rgba(0, 0, 0, 0.66);
}
.cms-testimonial-carousel.layout4 .owl-dots {
  margin-top: 25px;
}
.cms-testimonial-carousel.layout4 .owl-dots .owl-dot {
  border: 2px solid #000;
  height: 11px;
  width: 11px;
  background-color: transparent;
}
.cms-testimonial-carousel.layout4 .owl-dots .owl-dot.active, .cms-testimonial-carousel.layout4 .owl-dots .owl-dot:hover {
  background-color: #000;
}
.cms-testimonial-carousel.layout4 .cms-testimonial-icon {
  font-family: Playfair Display;
  font-size: 120px;
  left: 0;
  line-height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  color: #ac0430;
}
.cms-testimonial-carousel.layout4 .cms-testimonial-item-inner {
  padding-top: 80px;
}
.cms-testimonial-carousel.layout5 .cms-testimonial-image {
  margin-bottom: 20px;
}
.cms-testimonial-carousel.layout5 .cms-testimonial-image img {
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin: auto;
  max-width: 100px;
  border: 1px solid #eee;
}
.cms-testimonial-carousel.layout5 .cms-testimonial-title {
  font-size: 16px;
  margin-bottom: 6px;
}
.cms-testimonial-carousel.layout5 .cms-testimonial-content {
  color: rgba(0, 0, 0, 0.66);
  margin-bottom: 22px;
}
.cms-testimonial-carousel.layout5 .cms-testimonial-item-inner {
  border: 1px solid #ebebeb;
  padding: 26px 30px;
  text-align: center;
}
.cms-testimonial-carousel.layout5 .cms-testimonial-item-inner.has-image {
  margin-top: 50px;
}
.cms-testimonial-carousel.layout5 .cms-testimonial-item-inner.has-image .cms-testimonial-image {
  margin-top: -76px;
}
.cms-testimonial-carousel.layout6 .cms-testimonial-content {
  font-size: 19px;
  line-height: 30px;
  color: rgba(74, 73, 71, 0.66);
  font-weight: 500;
  font-style: italic;
  padding-bottom: 15px;
}
.cms-testimonial-carousel.layout6 .cms-testimonial-title {
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
}
.cms-testimonial-carousel.layout6 .owl-nav, .cms-testimonial-carousel.layout6 .owl-dots {
  text-align: left;
}
.cms-testimonial-carousel.layout6.style2 .cms-testimonial-content {
  font-size: 32px;
  line-height: 1.312;
  font-family: Nimbus-Sans-Bold;
  font-style: normal;
  padding-bottom: 26px;
}
.cms-testimonial-carousel.layout6.style2 .cms-testimonial-title {
  font-size: 18px;
}
.cms-testimonial-carousel.layout6.style2 .owl-nav {
  margin-top: 64px;
}
.cms-testimonial-carousel.layout6.style2 .owl-nav .owl-prev, .cms-testimonial-carousel.layout6.style2 .owl-nav .owl-next {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  line-height: 38px;
}
.cms-testimonial-carousel.layout6.style2 .owl-nav .owl-prev:hover, .cms-testimonial-carousel.layout6.style2 .owl-nav .owl-next:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.cms-testimonial-carousel.layout6.style2 .owl-nav .owl-prev i:before {
  content: "\f2ff";
}
.cms-testimonial-carousel.layout6.style2 .owl-nav .owl-next {
  margin-left: 50px;
}
.cms-testimonial-carousel.layout6.style2 .owl-nav .owl-next i:before {
  content: "\f301";
}
.cms-testimonial-carousel.layout7 .cms-testimonial-content {
  font-size: 18px;
  line-height: 26px;
}
.cms-testimonial-carousel.layout7 .cms-testimonial-image img {
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  max-width: 90px;
}
.cms-testimonial-carousel.layout7 .cms-testimonial-image + .cms-testimonial-meta {
  margin-left: 30px;
}
.cms-testimonial-carousel.layout7 .cms-testimonial-holder {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.cms-testimonial-carousel.layout7 .cms-testimonial-title {
  font-size: 22px;
  margin-bottom: 3px;
}
.cms-testimonial-carousel.layout7 .cms-testimonial-position {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.66);
  font-family: Nimbus-Sans-Bold;
}
.cms-testimonial-carousel.layout7 .cms-testimonial-content {
  margin-bottom: 34px;
}
.cms-testimonial-carousel.layout9 .cms-testimonial-content {
  font-size: 30px;
  line-height: 36px;
  font-style: italic;
  font-family: Nimbus-Sans-Bold;
  margin-bottom: 60px;
  color: #000;
  padding: 0 50px;
}
.cms-testimonial-carousel.layout9 .cms-testimonial-image {
  position: absolute;
  top: 0;
  left: 0;
}
.cms-testimonial-carousel.layout9 .cms-testimonial-image img {
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  max-width: 70px;
}
.cms-testimonial-carousel.layout9 .cms-testimonial-image + .cms-testimonial-meta {
  padding-left: 100px;
  min-height: 70px;
}
.cms-testimonial-carousel.layout9 .cms-testimonial-holder {
  display: inline-block;
  position: relative;
  margin: 0 50px;
}
.cms-testimonial-carousel.layout9 .cms-testimonial-title {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
}
.cms-testimonial-carousel.layout9 .cms-testimonial-position {
  font-size: 16px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.66);
  font-family: 'AvenirNext-DemiBold';
}
.cms-testimonial-carousel.layout9 .cms-carousel-nav .cms-carousel-prev, .cms-testimonial-carousel.layout9 .cms-carousel-nav .cms-carousel-next {
  color: rgba(255, 255, 255, 0.16);
  font-size: 22px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  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%);
}
.cms-testimonial-carousel.layout9 .cms-carousel-nav .cms-carousel-prev:hover, .cms-testimonial-carousel.layout9 .cms-carousel-nav .cms-carousel-next:hover {
  color: #fff;
}
.cms-testimonial-carousel.layout9 .cms-carousel-nav .cms-carousel-prev {
  left: -50px;
}
.cms-testimonial-carousel.layout9 .cms-carousel-nav .cms-carousel-next {
  right: -50px;
}
.cms-testimonial-carousel.layout9.arrow-dark .cms-carousel-nav .cms-carousel-prev, .cms-testimonial-carousel.layout9.arrow-dark .cms-carousel-nav .cms-carousel-next {
  color: #ababab;
}
.cms-testimonial-carousel.layout9.arrow-dark .cms-carousel-nav .cms-carousel-prev:hover, .cms-testimonial-carousel.layout9.arrow-dark .cms-carousel-nav .cms-carousel-next:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel.layout9 {
    padding: 0;
  }
  .cms-testimonial-carousel.layout9 .cms-testimonial-content {
    font-style: 24px;
    line-height: normal;
    padding: 0;
    font-size: 24px;
  }
  .cms-testimonial-carousel.layout9 .cms-testimonial-holder {
    margin: 0;
  }
  .cms-testimonial-carousel.layout9 .cms-carousel-nav .cms-carousel-prev, .cms-testimonial-carousel.layout9 .cms-carousel-nav .cms-carousel-next {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }
}
.cms-testimonial-carousel-wrap {
  text-align: center;
}
.cms-testimonial-carousel-wrap .slider-nav.style1 .thumb {
  display: inline-block;
  max-width: 85px;
  margin: 0 25px 25px;
}
.cms-testimonial-carousel-wrap .slider-nav.style1 .thumb img {
  -webkit-border-radius: 85px;
  -khtml-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  -o-border-radius: 85px;
  border-radius: 85px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  opacity: 0.66;
  -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;
}
.cms-testimonial-carousel-wrap .slider-nav.style1 .thumb.active img, .cms-testimonial-carousel-wrap .slider-nav.style1 .thumb:hover img {
  opacity: 1;
}
.cms-testimonial-carousel-wrap .slider-nav.style2 {
  margin-top: 59px;
}
.cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs .thumb {
  margin: 0 5%;
  opacity: 0.33;
  cursor: pointer;
}
.cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs .thumb img {
  max-width: 90px;
  -webkit-border-radius: 90px;
  -khtml-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  margin-bottom: 26px;
}
.cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs .thumb h3 {
  font-size: 22px;
  margin-bottom: 3px;
}
.cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs .thumb span {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.66);
  font-family: Nimbus-Sans-Bold;
}
.cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs .thumb.active {
  opacity: 1;
}
.cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs .thumb.active img {
  -webkit-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs .thumb {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs {
    display: block;
  }
  .cms-testimonial-carousel-wrap .slider-nav.style2 .thumbs .thumb + .thumb {
    margin-top: 30px;
  }
}
.cms-testimonial-carousel.layout3 .cms-testimonial-content {
  padding-top: 22px;
  padding-bottom: 70px;
  font-size: 24px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.80);
}
.cms-testimonial-carousel.layout3 .cms-testimonial-title {
  font-size: 18px;
  margin-bottom: 7px;
}
.cms-testimonial-carousel.layout3 .cms-testimonial-position {
  font-size: 16px;
}
.cms-testimonial-carousel.layout8 .cms-testimonial-item {
  padding-top: 98px;
  position: relative;
  max-width: 815px;
  margin: auto;
}
.cms-testimonial-carousel.layout8 .cms-testimonial-icon {
  color: #eee;
  font-size: 198px;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1;
}
.cms-testimonial-carousel.layout8 .cms-testimonial-content {
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
}
.cms-testimonial-carousel.layout8 .cms-testimonial-rating {
  margin-bottom: 28px;
}
.cms-banner-inner {
  position: relative;
  margin-left: 30px;
  margin-top: 30px;
}
.cms-banner-inner:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  z-index: 1;
}
.cms-banner-inner img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cms-portfolio-tab .row {
  margin: 0;
}
.cms-portfolio-tab .row .col-12 {
  padding: 0;
  min-height: 600px;
}
.cms-portfolio-tab .nav-tab-wrap {
  background-color: #000;
  padding: 58px 45px 85px 45px;
  height: 100%;
}
.cms-portfolio-tab .nav-tab-wrap .title-tab-nav {
  font-size: 24px;
  color: #ac0430;
  margin-bottom: 38px;
}
.cms-portfolio-tab .nav-tab-wrap .nav-tabs {
  border: none;
}
.cms-portfolio-tab .nav-tab-wrap .nav-item {
  margin: 0 0 45px;
}
.cms-portfolio-tab .nav-tab-wrap .nav-item:last-child {
  margin-bottom: 0;
}
.cms-portfolio-tab .nav-tab-wrap .nav-item a {
  background-color: transparent;
  border: medium none;
  padding: 0;
  color: rgba(255, 255, 255, 0.66);
}
.cms-portfolio-tab .nav-tab-wrap .nav-item a:hover {
  opacity: 0.7;
}
.cms-portfolio-tab .nav-tab-wrap .nav-item span {
  display: block;
}
.cms-portfolio-tab .nav-tab-wrap .nav-item span.item-category {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.33);
}
.cms-portfolio-tab .nav-tab-wrap .nav-item span.item-title {
  color: #ac0430;
  font-size: 24px;
  line-height: 1.2;
  margin: 8px 0 15px;
}
.cms-portfolio-tab .tab-content-wrap {
  height: 100%;
}
.cms-portfolio-tab .tab-content-wrap .tab-content {
  height: 100%;
}
.cms-portfolio-tab .tab-content-wrap .tab-pane {
  padding: 50px 45px 90px 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  visibility: 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;
  width: inherit !important;
  padding-right: 45px !important;
}
.cms-portfolio-tab .tab-content-wrap .tab-pane.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.cms-portfolio-tab .tab-content-wrap .tab-pane .tab-pane-flex {
  padding-top: 80px;
  position: relative;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  z-index: 99;
}
.cms-portfolio-tab .tab-content-wrap .tab-pane .tab-pane-flex .title-tab-content {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.66);
}
.cms-portfolio-tab .tab-content-wrap .tab-pane.show + .tab-pane.show {
  display: none;
}
.cms-portfolio-tab .tab-content-wrap .item-category {
  font-size: 14px;
  color: #fff;
}
.cms-portfolio-tab .tab-content-wrap .item-title {
  font-size: 40px;
  line-height: 1.2;
  margin: 14px 0 22px;
}
.cms-portfolio-tab .tab-content-wrap .item-title a {
  color: #fff;
}
.cms-portfolio-tab .tab-content-wrap .item-title a:hover {
  color: #ac0430;
}
.cms-portfolio-tab .tab-content-wrap .item-content {
  color: rgba(255, 255, 255, 0.66);
}
.cms-portfolio-tab .tab-content-wrap .item-readmore {
  margin-top: 34px;
}
.vc_row:not(.vc_row-no-padding) .cms-portfolio-tab .col-offset-inner {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
@media screen and (max-width: 991px) {
  .cms-portfolio-tab .tab-content-wrap .tab-pane, .cms-portfolio-tab .nav-tab-wrap {
    padding: 45px 30px !important;
  }
  .cms-portfolio-tab .tab-content-wrap .tab-pane .tab-pane-flex {
    padding-top: 0;
  }
  .cms-portfolio-tab .tab-content-wrap .tab-pane .tab-pane-flex .title-tab-content {
    display: none;
  }
  .vc_row:not(.vc_row-no-padding) .cms-portfolio-tab .col-offset-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.cms-career-accordion .card-item {
  margin-bottom: 26px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.cms-career-accordion .card-item .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cms-career-accordion .card-item .card-header .card-collapse {
  cursor: pointer;
  padding: 25px 58px;
  position: relative;
}
.cms-career-accordion .card-item .card-header .card-title {
  font-size: 32px;
  margin: 0;
}
.cms-career-accordion .card-item .card-header .card-title + .card-address, .cms-career-accordion .card-item .card-header .card-title + .card-price {
  margin-top: 12px;
}
.cms-career-accordion .card-item .card-header .card-address, .cms-career-accordion .card-item .card-header .card-price {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.66);
}
.cms-career-accordion .card-item .card-header .card-address i, .cms-career-accordion .card-item .card-header .card-price i {
  padding-right: 8px;
}
.cms-career-accordion .card-item .card-header .card-icon-plus {
  display: block;
  height: 26px;
  width: 26px;
  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: 53px;
}
.cms-career-accordion .card-item .card-header .card-icon-plus:before, .cms-career-accordion .card-item .card-header .card-icon-plus:after {
  content: "";
  background-color: #000;
  position: absolute;
  display: 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;
}
.cms-career-accordion .card-item .card-header .card-icon-plus:before {
  width: 26px;
  height: 2px;
  top: 12px;
  left: 0;
}
.cms-career-accordion .card-item .card-header .card-icon-plus:after {
  height: 26px;
  width: 2px;
  left: 12px;
  top: 0;
}
.cms-career-accordion .card-item .card-header [aria-expanded="true"] .card-icon-plus:before, .cms-career-accordion .card-item .card-header [aria-expanded="true"] .card-icon-plus:after {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cms-career-accordion .card-item .card-header .card-collapse {
    padding: 25px;
  }
  .cms-career-accordion .card-item .card-header .card-collapse .card-icon-plus {
    right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .cms-career-accordion .card-item .card-header .card-collapse .card-icon-plus {
    display: none;
  }
}
.cms-career-accordion .card-item .card-body-wrap {
  padding: 0 58px 38px 58px;
}
.cms-career-accordion .card-item .card-body-wrap .card-body {
  color: rgba(0, 0, 0, 0.66);
  border-top: 1px solid #dee0e5;
  padding: 24px 0 0;
}
.cms-career-accordion .card-item .card-body-wrap .card-body .wpb_text_column {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cms-career-accordion .card-item .card-body-wrap .card-body .item-career-apply {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.cms-career-accordion .card-item .card-body-wrap .entry-social-share {
  margin-top: 35px;
}
.cms-career-accordion .card-item .card-body-wrap .entry-social-share a.btn {
  padding-left: 30px;
  padding-right: 30px;
}
.cms-career-accordion .card-item .card-body-wrap .entry-social-share ul {
  float: right;
}
.cms-career-accordion .card-item .card-body-wrap .entry-social-share ul li {
  margin: 11px 0;
}
.cms-career-accordion .card-item .card-body-wrap .entry-social-share ul li + li {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .cms-career-accordion .card-item .card-body-wrap .entry-social-share ul {
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cms-career-accordion .card-item .card-body-wrap .entry-social-share a.btn {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cms-career-accordion .card-item .card-body-wrap {
    padding: 0 25px 25px;
  }
}
.cms-career-accordion .grid-filter-wrap {
  margin-bottom: 58px;
}
.cms-career-accordion.style2 .card-item {
  border: medium 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;
  border-top: 1px solid #c8c8cb;
}
.cms-career-accordion.style2 .card-item [aria-expanded="true"] {
  background-color: #f9f9fa;
}
.cms-career-accordion.style2 .card-item .card-body-wrap {
  background-color: #f9f9fa;
}
.cms-career-accordion.style2 .card-item .card-body-wrap .card-body {
  border-top: none;
}
.cms-career-accordion.style2 .grid-item:last-child .card-item {
  border-bottom: 1px solid #c8c8cb;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control {
  margin-top: 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%);
  width: 90px;
  height: 185px;
  background-color: #ac0430;
  opacity: 1;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:before {
  position: absolute;
  font-size: 21px;
  color: #fff;
  font-family: "Material-Design-Iconic-Font";
  text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  right: 0;
  text-align: center;
  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;
  -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;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next, .wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev {
  display: none;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_left {
  left: -15px;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_left:before {
  content: "\f2ff";
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right {
  right: -15px;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right:before {
  content: "\f301";
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:hover {
  background-color: #ac0430;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:hover.vc_left:before {
  margin-left: -15px;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:hover.vc_right:before {
  margin-right: -15px;
}
@media screen and (max-width: 991px) {
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control {
    width: 45px;
    height: 90px;
  }
}
.cms-portfolio-details .el-title {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 30px;
}
.cms-portfolio-details .cms-portfolio-content {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 22px;
  list-style: none;
  margin-bottom: 0;
}
.cms-portfolio-details .cms-portfolio-content li {
  margin: 0 -15px;
  overflow: hidden;
}
.cms-portfolio-details .cms-portfolio-content label {
  float: left;
  padding: 0 15px;
  font-family: Nimbus-Sans-Bold;
}
.cms-portfolio-details .cms-portfolio-content span {
  float: right;
  padding: 0 15px;
}
.cms-portfolio-details .cms-portfolio-testimonial {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 28px;
}
.cms-portfolio-details .cms-portfolio-testimonial .testimonial-content {
  font-size: 16px;
  line-height: 21px;
  font-family: Nimbus-Sans-Bold;
  font-style: italic;
  margin-bottom: 20px;
}
.cms-portfolio-details .cms-portfolio-testimonial span {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
}
.cms-portfolio-details.layout1 {
  background-color: #ac0430;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  padding: 30px;
}
.cms-portfolio-details.layout1 .el-title {
  color: #fff;
}
.cms-portfolio-details.layout1 .cms-portfolio-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.cms-portfolio-details.layout1 .cms-portfolio-content span {
  color: rgba(255, 255, 255, 0.66);
}
.cms-portfolio-details.layout1.style-dark {
  background-color: #2e2e2e;
  border: 1px solid #3d3d3d;
}
.cms-portfolio-details.layout1.style-dark .el-title {
  font-size: 24px;
  line-height: 1.2;
  color: #ac0430;
}
.cms-portfolio-details.layout1.style-dark .cms-portfolio-content {
  border-bottom: 1px solid #222;
}
.cms-portfolio-details.layout1.style-dark .cms-portfolio-content label {
  font-weight: 500;
  font-family: inherit;
}
.cms-portfolio-details.layout1.style-dark .cms-portfolio-testimonial {
  border-top: 1px solid #3a3a3a;
}
.cms-portfolio-details.layout1.style-dark .cms-portfolio-testimonial .testimonial-content {
  font-size: 18px;
  font-weight: 500;
  font-family: inherit;
}
.cms-portfolio-details.layout2 {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -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);
  padding: 30px;
}
.cms-portfolio-details.layout2 .cms-portfolio-content {
  font-size: 15px;
  line-height: 32px;
  padding-bottom: 0;
}
.cms-portfolio-details.layout2 .el-title {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 17px;
}
.cms-portfolio-details.layout2 label {
  font-weight: 700;
}
.cms-portfolio-details.layout2 span {
  color: rgba(0, 0, 0, 0.66);
  font-weight: 500;
}
.cms-portfolio-details.layout2.style2 {
  background-color: #f3f4f6;
  -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: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cms-portfolio-details.layout2.style2 .el-title {
  font-size: 28px;
}
.cms-portfolio-details.layout2.style2 .cms-portfolio-content li {
  color: rgba(6, 18, 40, 0.87);
  font-family: 'AvenirNext-DemiBold';
}
.cms-portfolio-details.layout2.style2 .cms-portfolio-content li label {
  font-weight: normal;
  color: #061228;
  font-family: 'AvenirNext-DemiBold';
}
.cms-portfolio-details.layout2.style2 .cms-portfolio-desc {
  padding-top: 23px;
  color: rgba(6, 18, 40, 0.87);
}
@media screen and (max-width: 575px) {
  .cms-portfolio-details .cms-portfolio-content label {
    float: none;
    display: block;
  }
  .cms-portfolio-details .cms-portfolio-content span {
    float: none;
  }
}
.border-box-gray .wpb_wrapper {
  padding: 30px;
  background-color: #f3f4f6;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.border-box-gray .cms-file-download.layout3.style2 a {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.66);
  font-family: 'AvenirNext-DemiBold';
}
.border-box-gray .cms-file-download.layout3.style2 a:hover {
  color: #000;
}
.border-box-gray .cms-file-download.layout3.style2 a:hover i, .border-box-gray .cms-file-download.layout3.style2 a:hover span {
  color: #000 !important;
}
.border-box-gray .cms-file-download.layout3.style2 a:hover svg {
  stroke: #000;
}
.image-radius-shadow img {
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.image-radius-shadow.small img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.content-industrial .image-radius-shadow img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}
.cms-portfolio-slider-wrap .slider-nav {
  margin: 0 -15px;
}
.cms-portfolio-slider-wrap .slider-nav .thumb-inner {
  height: 140px;
  position: relative;
}
.cms-portfolio-slider-wrap .slider-nav .thumb-inner:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 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;
  z-index: 1;
}
.cms-portfolio-slider-wrap .slider-nav .item-holder {
  padding: 15px 20px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  -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-portfolio-slider-wrap .slider-nav .item-title {
  margin: 0 0 6px;
  font-size: 24px;
  color: #fff;
}
.cms-portfolio-slider-wrap .slider-nav .item-readmore a {
  font-size: 13px;
  line-height: 21px;
  font-family: Nimbus-Sans-Bold;
  color: rgba(255, 255, 255, 0.66);
  position: absolute;
  bottom: 0;
  left: 20px;
  opacity: 0;
  z-index: 4;
}
.cms-portfolio-slider-wrap .slider-nav .item-readmore a:hover {
  color: #fff;
}
.cms-portfolio-slider-wrap .slider-nav .item-readmore a i {
  padding-left: 7px;
}
.cms-portfolio-slider-wrap .slider-nav .thumb {
  direction: inherit;
  width: 25%;
  float: left;
  position: relative;
  padding: 0 15px;
  margin: 30px 0 0;
}
.cms-portfolio-slider-wrap .slider-nav .thumb:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.cms-portfolio-slider-wrap .slider-nav .thumb:hover {
  cursor: pointer;
}
.cms-portfolio-slider-wrap .slider-nav .thumb:hover .thumb-inner:before {
  background-color: rgba(172, 4, 48, 0.67);
}
.cms-portfolio-slider-wrap .slider-nav .thumb:hover .item-holder {
  padding-bottom: 44px;
}
.cms-portfolio-slider-wrap .slider-nav .thumb:hover .item-readmore a {
  bottom: 20px;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .cms-portfolio-slider-wrap .slider-nav .thumb {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cms-portfolio-slider-wrap .slider-nav .thumb {
    width: 100%;
  }
}
.cms-angled-wrapper {
  left: 0;
  position: absolute !important;
  right: 0;
  width: 100%;
  z-index: 99 !important;
}
.cms-angled-wrapper svg {
  position: absolute;
  left: 0;
  right: 0;
}
.cms-angled-wrapper.angled-top {
  top: 0;
}
.cms-angled-wrapper.angled-top svg {
  transform: rotate(180deg);
  top: 0;
}
.cms-angled-wrapper.angled-bottom {
  bottom: 0;
}
.cms-angled-wrapper.angled-bottom svg {
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .cms-angled-wrapper.angled-top {
    top: -1px;
  }
  .cms-angled-wrapper.angled-bottom {
    bottom: -1px;
  }
}
.cms-custom-menu-layout1 li {
  margin-bottom: 20px;
}
.cms-custom-menu-layout1 li a {
  display: block;
  padding: 11px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-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);
  position: relative;
}
.cms-custom-menu-layout1 li a:after {
  content: "\f2fb";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.cms-custom-menu-layout1 li.current-menu-item > a, .cms-custom-menu-layout1 li > a:hover {
  background-color: #ac0430;
  color: #fff;
}
.cms-custom-menu-layout1.style2 li {
  margin-bottom: 15px;
}
.cms-custom-menu-layout1.style2 li:last-child {
  margin-bottom: 0;
}
.cms-custom-menu-layout1.style2 li a {
  font-size: 20px;
  padding: 15px 20px;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: rgba(172, 4, 48, 0.87);
}
.cms-custom-menu-layout1.style2 li.current-menu-item > a {
  font-family: Nimbus-Sans-Bold;
}
.cms-custom-menu-layout1.style2 li.current-menu-item > a, .cms-custom-menu-layout1.style2 li > a:hover {
  color: #fff;
}
.cms-custom-menu-layout2 li {
  margin-bottom: 20px;
}
.cms-custom-menu-layout2 li a {
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  font-family: Nimbus-Sans-Bold;
  color: rgba(0, 0, 0, 0.33);
}
.cms-custom-menu-layout2 li.current-menu-item > a, .cms-custom-menu-layout2 li > a:hover {
  color: #ac0430;
}
.cms-custom-menu-layout3 {
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 24px 30px 30px;
}
.cms-custom-menu-layout3 h3 {
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 1.33;
}
.cms-custom-menu-layout3 ul.menu li {
  padding-bottom: 10px;
}
.cms-custom-menu-layout3 ul.menu li a {
  display: block;
  background-color: #fff;
  padding: 11px 30px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.87);
  text-transform: capitalize;
}
.cms-custom-menu-layout3 ul.menu li a:hover {
  color: #ac0430;
}
.cms-custom-menu-layout3 ul.menu li.current-menu-item > a {
  color: #ac0430;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.cms-custom-menu-layout3.style2, .cms-custom-menu-layout3.style3 {
  border: none;
  background-color: #f3f4f6;
  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;
}
.cms-custom-menu-layout3.style2 ul.menu li a, .cms-custom-menu-layout3.style3 ul.menu li a {
  font-size: 18px;
  font-family: 'AvenirNext-DemiBold';
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 20px;
}
.cms-custom-menu-layout3.style2 ul.menu li.current-menu-item > a, .cms-custom-menu-layout3.style3 ul.menu li.current-menu-item > a, .cms-custom-menu-layout3.style2 ul.menu li > a:hover, .cms-custom-menu-layout3.style3 ul.menu li > a:hover {
  color: #fff;
  background-color: #000;
}
.cms-custom-menu-layout3.style2 ul.menu li:last-child, .cms-custom-menu-layout3.style3 ul.menu li:last-child {
  padding-bottom: 0;
}
.cms-custom-menu-layout3.style3 ul.menu li.current-menu-item > a, .cms-custom-menu-layout3.style3 ul.menu li > a:hover {
  background-color: #ac0430;
}
.cms-mk-wrap {
  position: relative;
}
.cms-mk-wrap .cms_map_i_marker {
  display: block !important;
}
.cms-mk-wrap .cms-map-mk {
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 15px 18px 18px 56px;
  position: absolute;
  min-width: 310px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(23, 28, 49, 0.66);
  bottom: 38px;
  left: calc(50% - 155px);
  left: -webkit-calc(50% - 155px);
  left: -ms-calc(50% - 155px);
  left: -o-calc(50% - 155px);
}
.cms-mk-wrap .cms-map-mk:before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 6px;
  bottom: -12px;
  content: "";
  left: 50%;
  margin: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0px);
  -khtml-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.cms-mk-wrap .cms-map-mk .cms-flag {
  position: absolute;
  top: 18px;
  left: 16px;
  max-width: 28px;
  -webkit-border-radius: 28px;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cms-mk-wrap .cms-map-mk h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 2px;
}
.cms-mk-wrap .cms-map-mk p {
  margin-bottom: 10px;
}
.cms-mk-wrap .cms-map-mk a {
  color: #00e;
  line-height: 1;
  border-bottom: 1px solid;
}
.cms-mk-wrap .cms-map-mk a:hover {
  color: #ac0430;
}
.cms-markers-wrap > h3 {
  font-size: 32px;
  margin-bottom: 26px;
}
.cms-markers-wrap.boxed {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-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);
  overflow: hidden;
}
.cms-markers-wrap.boxed h3 {
  margin: 0;
  padding: 24px 30px;
}
.cms-markers-wrap .cms-markers-map .gm-style-pbc, .cms-markers-wrap .cms-markers-map .gm-style-cc, .cms-markers-wrap .cms-markers-map img[src*="https://maps.gstatic.com/mapfiles/api-3/images"] {
  display: none !important;
}
.cms-video-wrapper {
  height: 340px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  background-color: #000;
}
.cms-video-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-video-wrapper .cms-video-button {
  height: 70px;
  width: 70px;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  background-color: #fff;
  color: #1e1e27;
  text-align: center;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 21px;
  line-height: 70px;
  z-index: 99;
}
.cms-video-wrapper .cms-video-button:hover {
  background-color: #ac0430;
  color: #fff;
}
.cms-blog-timeline {
  padding-left: 70px;
  position: relative;
  overflow: hidden;
}
.cms-blog-timeline:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0px;
  width: 1px;
  left: 10px;
  background-color: #ebebeb;
  display: block;
}
.cms-blog-timeline .item-title {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 10px;
}
.cms-blog-timeline .item-content {
  color: rgba(23, 28, 49, 0.66);
}
.cms-blog-timeline .item-date {
  font-family: Poppins;
  font-size: 12px;
  text-transform: uppercase;
  color: #ac0430;
  letter-spacing: 0.1em;
  position: relative;
}
.cms-blog-timeline .item-date .dot {
  height: 11px;
  width: 11px;
  display: inline-block;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: #ac0430;
  left: -65px;
  position: absolute;
  top: 8px;
}
.cms-blog-timeline .item-date .dot:before {
  content: "";
  height: 23px;
  width: 23px;
  display: block;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-color: rgba(172, 4, 48, 0.2);
  position: absolute;
  top: -6px;
  left: -6px;
}
.cms-blog-timeline .cms-blog-item {
  margin-bottom: 25px;
}
.cms-blog-timeline .cms-blog-item:last-child {
  margin-bottom: 0;
}
.cms-counter-default .cms-counter-inner {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  flex-wrap: nowrap;
}
.cms-counter-default .cms-counter-digit {
  color: #ac0430;
  font-family: Poppins;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-right: 15px;
}
.cms-counter-default .cms-counter-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .cms-counter-default .cms-counter-digit {
    font-size: 52px;
  }
  .cms-counter-default .cms-counter-title {
    font-size: 20px;
  }
}
.cms-counter-layout2 .cms-counter-digit {
  font-size: 26px;
  letter-spacing: 0.016em;
}
.cms-counter-layout2 .cms-counter-title {
  color: #909090;
}
.cms-counter-layout2 .cms-counter-inner {
  text-align: left;
  display: inline-block;
}
.cms-counter-layout2.style2 {
  text-align: center;
}
.cms-counter-layout2.style2 .cms-counter-inner {
  text-align: left;
}
.cms-counter-layout2.style2 .cms-counter-digit {
  font-family: Nimbus-Sans-Bold;
  font-size: 54px;
  line-height: 1;
}
.cms-counter-layout2.style2 .cms-counter-title {
  color: #4a4947;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}
.cms-counter-layout2.style3 .cms-counter-digit {
  color: #ac0430;
  font-size: 38px;
  line-height: 1;
}
.cms-counter-layout2.style3 .cms-counter-title {
  color: #000;
  font-family: Nimbus-Sans-Bold;
  margin-top: 11px;
}
.cms-counter-layout3 {
  text-align: center;
}
.cms-counter-layout3 .cms-counter-meta {
  height: 162px;
  width: 162px;
  border: 3px solid #000;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 32px auto;
  position: relative;
}
.cms-counter-layout3 .cms-counter-meta .cms-counter-meta-inner {
  position: absolute;
  left: 0;
  padding: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.cms-counter-layout3 .cms-counter-meta .cms-counter-icon {
  margin-bottom: 10px;
}
.cms-counter-layout3 .cms-counter-meta .cms-counter-icon img {
  max-width: 48px;
}
.cms-counter-layout3 .cms-counter-meta .cms-counter-digit {
  font-size: 38px;
  color: #000;
  line-height: 1;
}
.cms-counter-layout3 .cms-counter-title {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cms-file-download.layout1 a {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -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);
  padding: 17px 20px 17px 58px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.cms-file-download.layout1 a i {
  font-size: 25px;
  left: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(0px, -50%);
  -khtml-transform: rotate(45deg) translate(0px, -50%);
  -moz-transform: rotate(45deg) translate(0px, -50%);
  -ms-transform: rotate(45deg) translate(0px, -50%);
  -o-transform: rotate(45deg) translate(0px, -50%);
  transform: rotate(45deg) translate(0px, -50%);
  margin-top: -3px;
}
.cms-file-download.layout1 a span {
  color: rgba(0, 0, 0, 0.33);
  float: right;
  margin-left: 10px;
  display: inline-block;
}
.cms-file-download.layout2 * {
  -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-file-download.layout2 a {
  border: 2px solid #ebebea;
  padding: 14px 100px 14px 52px;
  display: block;
  color: #373735;
  font-size: 15px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  font-weight: 500;
  background-color: #fff;
}
.cms-file-download.layout2 a i {
  font-size: 25px;
  left: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.cms-file-download.layout2 a span {
  color: rgba(55, 55, 53, 0.66);
  position: absolute;
  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%);
  right: 19px;
}
.cms-file-download.layout2:hover a {
  border-color: #373735;
  background-color: #373735;
  color: #fff;
}
.cms-file-download.layout2:hover a i, .cms-file-download.layout2:hover a span {
  color: rgba(255, 255, 255, 0.66);
}
.cms-file-download.layout2 + .cms-file-download {
  margin-top: 15px;
}
.cms-file-download.layout3 * {
  -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-file-download.layout3 a {
  background-color: #fff;
  padding: 12px 52px;
  display: block;
  color: #ac0430;
  font-size: 20px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.cms-file-download.layout3 a svg {
  stroke: #ac0430;
}
.cms-file-download.layout3 a svg.svg-file {
  font-size: 25px;
  left: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.cms-file-download.layout3 a svg.svg-download {
  position: absolute;
  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%);
  right: 19px;
}
.cms-file-download.layout3:hover a {
  border-color: #ac0430;
  background-color: #ac0430;
  color: #fff;
}
.cms-file-download.layout3:hover a svg {
  stroke: #fff;
}
.cms-file-download.layout3 + .cms-file-download {
  margin-top: 15px;
}
.cms-file-download.layout3.style2 a {
  background-color: #fff;
  -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 3px 5px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.cms-file-download.layout3.style2 a svg {
  stroke: rgba(0, 0, 0, 0.87);
}
.cms-file-download.layout3.style2 a:hover {
  color: #ac0430;
}
.cms-file-download.layout3.style2 a:hover svg {
  stroke: #ac0430;
}
.cms-portfolio-categories .grid-item-inner {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cms-portfolio-categories .grid-item-inner:before {
  -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-portfolio-categories .grid-item-inner.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.cms-portfolio-categories .grid-item-inner.bg-overlay:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.cms-portfolio-categories .grid-item-inner h3 {
  margin-bottom: 0;
  position: absolute;
  padding: 30px;
  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;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  color: #fff;
}
.cms-portfolio-categories .grid-item-inner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.cms-client-carousel .cms-client-item {
  text-align: center;
}
.cms-client-carousel .cms-client-item a {
  display: inline-block;
}
.cms-client-carousel .cms-client-item a img {
  width: inherit;
  -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-client-carousel .cms-client-item a:hover img {
  opacity: 0.33;
}
.cms-call-to-action .cms-cta-content {
  color: rgba(255, 255, 255, 0.33);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.cms-call-to-action .cms-cta-content h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.cms-call-to-action .cms-cta-content p {
  margin-bottom: 0;
}
.cms-call-to-action.layout1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
}
.cms-call-to-action.layout1 .cms-cta-content {
  background-color: #484745;
  padding: 50px 60px;
}
.cms-call-to-action.layout1 .cms-cta-button {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  background-color: #5a5958;
  padding: 77px 60px;
}
.cms-call-to-action.layout1 .cms-cta-button .btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.cms-call-to-action.layout1 .cms-cta-button .btn:hover {
  background-color: #ac0430;
  border-color: #ac0430;
  color: #fff;
}
.cms-call-to-action.layout2 {
  background-color: #484745;
  padding: 40px;
  text-align: center;
}
.cms-call-to-action.layout2 .cms-cta-content {
  line-height: 26px;
  font-weight: normal;
  margin: auto;
  max-width: 550px;
  margin-bottom: 33px;
}
.cms-call-to-action.layout2 .cms-cta-button .btn {
  background-color: #868584;
  border-color: #868584;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.cms-call-to-action.layout2 .cms-cta-button .btn:hover {
  background-color: #ac0430;
  border-color: #ac0430;
  color: #fff;
}
.cms-call-to-action.layout2 .call-us {
  margin-left: 26px;
  font-size: 15px;
  color: #fff;
}
.cms-call-to-action.layout2 .call-us:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cms-call-to-action.layout2 .call-us span {
  font-weight: 500;
}
.cms-call-to-action.layout3.style1 {
  background-color: #ac0430;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
}
.cms-call-to-action.layout3.style1 .cms-cta-content {
  padding: 54px 70px;
}
.cms-call-to-action.layout3.style1 .cms-cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.87);
}
.cms-call-to-action.layout3.style1 .cms-cta-button {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  padding: 54px 110px;
}
.cms-call-to-action.layout3.style1 .cms-cta-button .btn {
  background-image: none;
  background-color: #fff;
  border-color: #fff;
  color: #000;
  padding-left: 34px;
  padding-right: 34px;
}
.cms-call-to-action.layout3.style1 .cms-cta-button .btn:hover {
  background-color: #d4053b;
  border-color: #d4053b;
  color: #fff;
}
.cms-call-to-action.layout3.style2 {
  background-color: rgba(0, 0, 0, 0.66);
  padding: 28px 0 42px;
}
.cms-call-to-action.layout3.style2 .row {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -35px;
}
.cms-call-to-action.layout3.style2 .cms-cta-content, .cms-call-to-action.layout3.style2 .cms-cta-button {
  padding: 20px 35px;
}
.cms-call-to-action.layout3.style2 .cms-cta-content h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.cms-call-to-action.layout3.style2 .cms-cta-content p {
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 991px) {
  .cms-call-to-action.layout3.style2 .row {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .cms-call-to-action.layout3 .cms-cta-content, .cms-call-to-action.layout3 .cms-cta-button {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cms-call-to-action.layout3 {
    flex-wrap: wrap;
  }
  .cms-call-to-action.layout3 .cms-cta-content, .cms-call-to-action.layout3 .cms-cta-button {
    width: 100%;
    text-align: center;
  }
  .cms-call-to-action.layout3 .cms-cta-content .btn, .cms-call-to-action.layout3 .cms-cta-button .btn {
    margin: auto;
  }
  .cms-call-to-action.layout3 .cms-cta-button {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cms-call-to-action.layout1 {
    flex-wrap: wrap;
  }
  .cms-call-to-action.layout1 .cms-cta-content, .cms-call-to-action.layout1 .cms-cta-button {
    width: 100%;
    text-align: center;
    padding: 40px;
  }
  .cms-call-to-action.layout1 .cms-cta-content .btn, .cms-call-to-action.layout1 .cms-cta-button .btn {
    margin: auto;
  }
  .cms-call-to-action.layout2 {
    padding: 30px;
  }
  .cms-call-to-action.layout2 .call-us {
    display: block;
    margin-top: 22px;
  }
}
.cms-banner-carousel .cms-banner-item {
  padding: 100px 0 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
}
.cms-banner-carousel .cms-banner-item.overlay-gradient:before {
  opacity: 0.25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='rgba(0, 0, 0, 0)');
}
.cms-banner-carousel .cms-banner-item.overlay-gradient:after {
  background-color: #000;
  opacity: 0.75;
}
.cms-banner-carousel .cms-banner-item-inner {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 99;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.66);
}
.cms-banner-carousel .cms-banner-title {
  color: #fff;
  font-size: 76px;
  line-height: 96px;
  max-width: 800px;
  margin-bottom: 22px;
}
.cms-banner-carousel .cms-banner-content {
  max-width: 600px;
  margin-bottom: 43px;
}
.cms-banner-carousel .cms-banner-readmore {
  margin-bottom: 58px;
}
.cms-banner-carousel .cms-banner-readmore a {
  color: #fff;
  font-size: 14px;
}
.cms-banner-carousel .cms-banner-readmore a:hover {
  color: #fff;
}
.cms-banner-carousel .cms-banner-readmore a:before {
  background-color: #fff;
}
.cms-banner-carousel .cms-banner-btn-group a {
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  border-color: #fff;
  border-width: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
.cms-banner-carousel .cms-banner-btn-group a:hover {
  position: relative;
  z-index: 99;
}
.cms-banner-carousel .cms-banner-btn-group a + a {
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .cms-banner-carousel .cms-banner-title {
    font-size: 46px;
    line-height: normal;
  }
  .cms-banner-carousel .cms-banner-btn-group a {
    margin: 0 30px 30px 0;
  }
  .cms-banner-carousel .cms-banner-btn-group a + a {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .cms-banner-carousel .cms-banner-title {
    font-size: 32px;
  }
}
.cms-banner-tabs {
  position: relative;
}
.cms-banner-tabs .nav-tab-wrap {
  position: absolute;
  right: 7px;
  top: 40px;
  z-index: 99;
}
.cms-banner-tabs .nav-tabs {
  display: inline-block;
  padding-right: 28px;
  text-align: right;
  position: relative;
}
.cms-banner-tabs .nav-tabs:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 13px;
  right: 0;
  bottom: 13px;
  background-color: #c5c5c5;
  z-index: 1;
}
.cms-banner-tabs .nav-tabs li {
  display: block;
  margin-bottom: 37px;
}
.cms-banner-tabs .nav-tabs li:last-child {
  margin-bottom: 0;
}
.cms-banner-tabs .nav-tabs li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.33);
  position: relative;
}
.cms-banner-tabs .nav-tabs li a:after {
  content: "";
  height: 15px;
  width: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #c5c5c5;
  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: -35px;
  background-color: #fff;
  z-index: 2;
  -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-banner-tabs .nav-tabs li a.active, .cms-banner-tabs .nav-tabs li a:hover {
  color: #000;
  background-color: transparent;
}
.cms-banner-tabs .nav-tabs li a.active:after, .cms-banner-tabs .nav-tabs li a:hover:after {
  border-color: #000;
  background-color: #000;
}
.cms-banner-tabs .tab-content-bottom {
  padding: 23px 40px 40px;
  background-color: #fff;
  margin: -118px auto auto;
  max-width: 910px;
  position: relative;
  z-index: 99;
}
.cms-banner-tabs .cms-banner-title {
  font-size: 64px;
  line-height: 82px;
  margin-bottom: 32px;
  color: #000;
}
.cms-banner-tabs .cms-banner-content {
  font-size: 16px;
  line-height: 26px;
}
.cms-banner-tabs .cms-banner-holder {
  margin: 0 -15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
}
.cms-banner-tabs .cms-banner-holder .cms-banner-content, .cms-banner-tabs .cms-banner-holder .cms-banner-readmore {
  padding: 0 15px;
}
.cms-banner-tabs .cms-banner-readmore {
  margin-top: 7px;
}
.cms-banner-tabs .cms-banner-readmore a {
  padding-left: 55px;
  padding-right: 55px;
}
@media screen and (max-width: 991px) {
  .cms-banner-tabs .nav-tab-wrap {
    margin-bottom: 30px;
    margin-right: 7px;
    position: static;
    text-align: right;
  }
  .cms-banner-tabs .cms-banner-media img {
    width: 100%;
  }
  .cms-banner-tabs .cms-banner-holder {
    display: block;
  }
  .cms-banner-tabs .cms-banner-readmore {
    margin-top: 30px;
  }
  .cms-banner-tabs .tab-content-bottom {
    margin: auto;
    padding: 23px 0;
  }
  .cms-banner-tabs .cms-banner-title {
    font-size: 48px;
    line-height: normal;
  }
}
@media screen and (max-width: 575px) {
  .cms-banner-tabs .cms-banner-title {
    font-size: 32px;
  }
}
.cms-timeline-carousel-wrap {
  padding: 0 150px;
  position: relative;
  overflow: hidden;
}
.cms-timeline-carousel-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  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;
}
.cms-timeline-carousel-wrap .line-overlay:before, .cms-timeline-carousel-wrap .line-overlay:after {
  position: absolute;
  width: 400px;
  height: 1px;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-timeline-carousel-wrap .line-overlay:before {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='rgba(255, 255, 255, 0)', gradientType='1');
  left: 0;
  background-color: transparent;
}
.cms-timeline-carousel-wrap .line-overlay:after {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0)', endColorStr='#fff', gradientType='1');
  right: 0;
  background-color: transparent;
}
.cms-timeline-carousel {
  position: static;
}
.cms-timeline-carousel .cms-timeline-item-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
}
.cms-timeline-carousel .cms-timeline-year {
  border: 1px solid #000;
  -webkit-border-radius: 95px;
  -khtml-border-radius: 95px;
  -moz-border-radius: 95px;
  -ms-border-radius: 95px;
  -o-border-radius: 95px;
  border-radius: 95px;
  display: inline-block;
  font-size: 26px;
  height: 95px;
  line-height: 93px;
  text-align: center;
  min-width: 95px;
  font-family: Nimbus-Sans-Bold;
  background-color: #fff;
  position: relative;
}
.cms-timeline-carousel .cms-timeline-year:before {
  content: "";
  width: 1px;
  height: 500px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.cms-timeline-carousel .cms-timeline-year + .cms-timeline-meta {
  margin-left: 20px;
  padding-top: 32px;
  max-width: 265px;
}
.cms-timeline-carousel .cms-timeline-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 13px;
}
.cms-timeline-carousel .cms-timeline-content {
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.66);
  letter-spacing: 0.06em;
}
.cms-timeline-carousel .owl-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cms-timeline-carousel .owl-item .cms-timeline-item {
  display: inline-block;
  text-align: left;
  margin: 0 2px;
}
.cms-timeline-carousel .owl-item:nth-child(even) {
  position: relative;
}
.cms-timeline-carousel .owl-item:nth-child(even) .cms-timeline-item-inner {
  justify-content: flex-end;
  padding-top: 38px;
}
.cms-timeline-carousel .owl-item:nth-child(even) .cms-timeline-year {
  order: 2;
  -webkit-order: 2;
  margin-top: 35px;
}
.cms-timeline-carousel .owl-item:nth-child(even) .cms-timeline-year:before {
  top: auto;
  bottom: 0;
}
.cms-timeline-carousel .owl-item:nth-child(even) .cms-timeline-meta {
  margin: 0 20px 0 0;
  padding-top: 0;
}
.cms-timeline-carousel .owl-prev, .cms-timeline-carousel .owl-next {
  border: 2px solid #000;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  height: 50px;
  line-height: 46px;
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.cms-timeline-carousel .owl-prev.disabled, .cms-timeline-carousel .owl-next.disabled {
  border-color: #ebebeb;
  color: #ebebeb;
}
.cms-timeline-carousel .owl-next {
  right: 50px;
}
.cms-timeline-carousel .owl-next i:before {
  content: "\f2ee";
}
.cms-timeline-carousel .owl-prev {
  left: 50px;
}
.cms-timeline-carousel .owl-prev i:before {
  content: "\f2ea";
}
@media screen and (max-width: 1400px) {
  .cms-timeline-carousel .owl-stage, .cms-timeline-carousel .owl-item {
    height: inherit !important;
    margin-top: 0 !important;
  }
  .cms-timeline-carousel .owl-prev {
    left: 15px;
  }
  .cms-timeline-carousel .owl-next {
    right: 15px;
  }
  .cms-timeline-carousel .cms-timeline-item-inner {
    display: block;
    text-align: center;
    padding-top: 0 !important;
  }
  .cms-timeline-carousel .cms-timeline-item-inner .cms-timeline-year {
    margin-top: 0 !important;
  }
  .cms-timeline-carousel .cms-timeline-item-inner .cms-timeline-year:before {
    display: none;
  }
  .cms-timeline-carousel .cms-timeline-item-inner .cms-timeline-meta {
    padding-top: 20px !important;
  }
  .cms-timeline-carousel .cms-timeline-item-inner .cms-timeline-meta .cms-timeline-title {
    font-size: 18px;
  }
  .cms-timeline-carousel-wrap {
    padding: 0 80px;
  }
  .cms-timeline-carousel-wrap .line-overlay, .cms-timeline-carousel-wrap:before, .cms-timeline-carousel-wrap:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .cms-timeline-carousel .owl-prev, .cms-timeline-carousel .owl-next {
    position: static;
    -webkit-transform: translate(0px, 0%);
    -khtml-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    margin: 30px 10px 0 10px;
  }
  .cms-timeline-carousel-wrap {
    padding: 0;
  }
}
.cms-accordion .card {
  border: none;
  background-color: transparent;
}
.cms-accordion.layout1 .card {
  margin-bottom: 10px;
}
.cms-accordion.layout1 .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.cms-accordion.layout1 .card-header a {
  display: block;
  padding: 14px 18px;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: normal;
  font-family: Nimbus-Sans-Bold;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.66);
}
.cms-accordion.layout1 .card-header [aria-expanded="true"] {
  color: #ac0430;
}
.cms-accordion.layout1 .card-body {
  padding: 17px 20px 6px;
}
.cms-accordion.layout2 .card {
  margin-bottom: 15px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.cms-accordion.layout2 .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.cms-accordion.layout2 .card-header i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-accordion.layout2 .card-header a {
  display: block;
  padding: 15px 40px 15px 22px;
  background-color: #fff;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  color: #ac0430;
  position: relative;
}
.cms-accordion.layout2 .card-header [aria-expanded="true"] {
  -webkit-border-radius: 14px 14px 0 0;
  -khtml-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  -ms-border-radius: 14px 14px 0 0;
  -o-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
  font-family: 'Calibre-Medium';
}
.cms-accordion.layout2 .card-header [aria-expanded="true"] i:before {
  content: "\f2f9";
}
.cms-accordion.layout2 .card-body {
  padding: 0 22px 22px;
  background-color: #fff;
}
.cms-accordion.layout3 .card {
  margin-bottom: 15px;
  -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 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cms-accordion.layout3 .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.cms-accordion.layout3 .card-header a {
  display: block;
  padding: 17px 25px;
  background-color: #434343;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.cms-accordion.layout3 .card-header [aria-expanded="true"] {
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.cms-accordion.layout3 .card-body {
  padding: 0 25px 25px;
  background-color: #434343;
}
.cms-accordion.layout4 .card {
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cms-accordion.layout4 .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.cms-accordion.layout4 .card-header i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-accordion.layout4 .card-header a {
  display: block;
  padding: 14px 40px 14px 30px;
  background-color: #f3f4f6;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.66);
  position: relative;
  font-family: 'AvenirNext-DemiBold';
}
.cms-accordion.layout4 .card-header [aria-expanded="true"] {
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #000;
}
.cms-accordion.layout4 .card-header [aria-expanded="true"] i:before {
  content: "\f273";
}
.cms-accordion.layout4 .card-body {
  padding: 0 30px 30px;
  background-color: #f3f4f6;
}
.cms-icon.icon-round {
  display: inline-block;
}
.cms-icon.icon-round i {
  height: 90px;
  width: 90px;
  background-color: #ac0430;
  -webkit-border-radius: 90px;
  -khtml-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  color: #fff;
  font-size: 35px;
  line-height: 90px;
  text-align: center;
  margin: 15px 48px;
  -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.icon-round i:hover {
  opacity: 0.65;
}
.cms-icon.icon-round.small i {
  margin: 15px 13px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
}
.cms-icon.icon-round.small i.fa-facebook, .cms-icon.icon-round.small i.zmdi-facebook {
  background-color: #6a75c8;
}
.cms-icon.icon-round.small i.fa-twitter, .cms-icon.icon-round.small i.zmdi-twitter {
  background-color: #6abaf7;
}
.cms-icon.icon-round.small i.fa-google-plus, .cms-icon.icon-round.small i.zmdi-google-plus {
  background-color: #f05660;
}
.cms-icon.icon-round.small i.fa-linkedin, .cms-icon.icon-round.small i.zmdi-linkedin {
  background-color: #2e82d9;
}
.cms-icon.icon-round.small i.zmdi-instagram {
  background-color: #e4405f;
}
.cms-icon.icon-round.small i.zmdi-pinterest, .cms-icon.icon-round.small i.fa-pinterest {
  background-color: #bd081c;
}
.cms-icon.icon-round.small i.zmdi-skype {
  background-color: #00aff0;
}
.cms-icon.icon-round.small i.zmdi-yelp, .cms-icon.icon-round.small i.fa-yelp {
  background-color: #af0606;
}
.cms-icon.icon-round.small i.fa-tripadvisor {
  background-color: #4c75a3;
}
.cms-icon.icon-round.small i.zmdi-youtube {
  background-color: #cd201f;
}
.cms-icon.icon-round.small i.zmdi-vimeo {
  background-color: #1ab7ea;
}
.cms-icon.icon-round.small i.fa-tumblr {
  background-color: #34465d;
}
.cms-icon.icon-square {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  background-color: #ac0430;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.cms-icon.icon-square + .icon-square {
  margin-left: 6px;
}
.cms-icon.icon-square:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .cms-icon.icon-round i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 22px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cms-icon.icon-round i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.cms-career-tab .nav-tab-inner {
  background-color: #fff;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 24px 30px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.cms-career-tab .title-tab-nav {
  font-size: 22px;
}
.cms-career-tab .nav-tabs {
  display: block;
  border: none;
  padding-top: 2px;
}
.cms-career-tab .nav-tabs .nav-item {
  margin: 0 0 14px;
  display: block;
}
.cms-career-tab .nav-tabs .nav-item a {
  border: none;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #7e7e7e;
  font-family: Nimbus-Sans-Bold;
}
.cms-career-tab .nav-tabs .nav-item a:hover, .cms-career-tab .nav-tabs .nav-item a.active {
  color: #000;
}
.cms-career-tab .nav-tabs .nav-item a span {
  float: right;
}
.cms-career-tab .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .cms-career-tab .row {
    margin: 0 -30px;
  }
  .cms-career-tab .row .nav-tab-wrap, .cms-career-tab .row .tab-content-wrap {
    padding: 0 30px;
  }
}
.cms-carousel-portfolio-layout4 .cms-carousel-item {
  background-color: #fff;
}
.cms-carousel-portfolio-layout4 .item-featured a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
}
.cms-carousel-portfolio-layout4 .item-featured a:before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
}
.cms-carousel-portfolio-layout4 .item-holder-inner {
  padding: 33px 30px 40px 0px;
}
.cms-carousel-portfolio-layout4 .item-address {
  font-family: 'Calibre-Medium';
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 3px;
}
.cms-carousel-portfolio-layout4 .item-title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 22px;
}
.cms-carousel-portfolio-layout4 .item-content {
  font-size: 15px;
  line-height: 26px;
}
.cms-carousel-portfolio-layout4 .item-readmore {
  margin-top: 77px;
}
.cms-carousel-portfolio-layout4 .item-readmore .btn {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .cms-carousel-portfolio-layout4 .item-featured a {
    min-height: 260px;
  }
  .cms-carousel-portfolio-layout4 .item-featured a:before {
    top: auto;
    bottom: 0;
    right: auto;
    left: 15px;
    border-color: transparent transparent #fff transparent;
  }
  .cms-carousel-portfolio-layout4 .item-holder-inner {
    padding: 20px 15px;
  }
}
.cms-carousel-blog.cms-grid-effect-top .cms-carousel-item {
  padding-bottom: 20px;
}
.cms-carousel-blog.cms-grid-effect-top .grid-item-inner {
  margin-bottom: 0;
}
.cms-carousel-blog.cms-grid-effect-top .item-title {
  font-size: 24px;
  line-height: 32px;
}
.cms-carousel-blog.cms-grid-effect-top .item-meta {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Calibre-Medium";
}
.cms-carousel-blog.cms-grid-effect-top .item-readmore .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.cms-carousel-blog.cms-grid-effect-top .owl-stage-outer {
  margin: 0 -15px;
  padding: 0 15px;
}
.arrow-divider-width .arrow-divider {
  position: absolute;
  border-style: solid;
  top: 0;
  height: 0;
  width: 0;
  border-color: transparent #fff #fff transparent;
}
.arrow-divider-width.arrow-divider-left .arrow-divider {
  right: 100%;
}
.arrow-divider-width.main-navigation .arrow-divider {
  border-color: transparent #2e2e2e #2e2e2e transparent;
}
.vc_row .cms-divider-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.vc_row .cms-divider-title .cms-divider-inner {
  display: inline-block;
  width: calc(50% + 38px);
  width: -webkit-calc(50% + 38px);
  padding: 16px 0;
  position: relative;
  min-height: 58px;
}
.vc_row .cms-divider-title .cms-divider-inner h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.vc_row .cms-divider-title .cms-divider-inner h3 a {
  color: inherit;
}
.vc_row .cms-divider-title .cms-divider-inner h3 a:hover {
  color: #ac0430;
}
.vc_row .cms-divider-title .cms-divider-inner:after {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 10000px;
}
.vc_row .cms-divider-title.top-left, .vc_row .cms-divider-title.top-right {
  top: 0px;
}
.vc_row .cms-divider-title.bottom-left, .vc_row .cms-divider-title.bottom-right {
  bottom: 0px;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner {
  text-align: left;
  float: left;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner .arrow-divider {
  left: 100%;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner:after {
  left: -10000px;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner {
  text-align: right;
  float: right;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner .arrow-divider {
  right: 100%;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner:after {
  right: -10000px;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner {
  float: left;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner .arrow-divider {
  left: 100%;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner:after {
  left: -10000px;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner {
  float: right;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner .arrow-divider {
  right: 100%;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner:after {
  right: -10000px;
}
.vc_row .cms-divider-title.full-width .container {
  max-width: 100%;
}
.vc_row .cms-divider-title.full-width .cms-divider-inner {
  display: inline-block;
  width: initial;
  padding-left: 70px;
  padding-right: 70px;
  min-width: 300px;
  text-align: center;
}
.vc_row .cms-divider-title.full-width.top-left .cms-divider-inner {
  padding-left: 85px;
}
.vc_row .cms-divider-title.full-width .pos-left {
  margin-right: 10px;
}
.vc_row .cms-divider-title.full-width .pos-right {
  margin-left: 10px;
}
.vc_row-no-padding.vc_row .cms-divider-title.bottom-left, .vc_parallax.vc_row .cms-divider-title.bottom-left, .vc_row-no-padding.vc_row .cms-divider-title.bottom-right, .vc_parallax.vc_row .cms-divider-title.bottom-right {
  bottom: -1px;
}
.skew-divider {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 10000px;
  -webkit-transform: skew(-45deg);
  -khtml-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
.skew-divider + * {
  position: relative;
}
.skew-divider-top-left .skew-divider {
  left: auto;
  right: 0;
}
.skew-divider-bottom-left .skew-divider {
  left: auto;
  right: 0;
  -webkit-transform: skew(45deg);
  -khtml-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
.skew-divider-top-right .skew-divider {
  -webkit-transform: skew(45deg);
  -khtml-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .vc_row .cms-divider-title .cms-divider-inner {
    width: 80%;
    min-width: inherit !important;
  }
  .vc_row .cms-divider-title .cms-divider-inner h3 {
    font-size: 22px !important;
  }
  .vc_row .cms-divider-title.skew-divider-bottom-right .cms-divider-inner, .vc_row .cms-divider-title.skew-divider-top-right .cms-divider-inner {
    min-height: inherit;
    padding-left: 40px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 575px) {
  .vc_row .cms-divider-title .cms-divider-inner h3 {
    font-size: 17px !important;
  }
}
.cms-blockquote blockquote {
  background-color: #434343;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 23px;
  border: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
}
.cms-blockquote blockquote p {
  margin: 0;
  position: relative;
  padding: 0 24px;
}
.cms-blockquote blockquote p span {
  color: rgba(255, 255, 255, 0.33);
  font-size: 58px;
  line-height: 1;
  position: absolute;
}
.cms-blockquote blockquote p span.icon-left {
  top: 0;
  left: 0;
}
.cms-blockquote blockquote p span.icon-right {
  right: 0;
  bottom: 0;
  line-height: 0;
}
.cms-blockquote blockquote cite {
  color: #ac0430;
  font-size: inherit;
  margin-top: 15px;
}
.cms-blockquote blockquote cite span {
  color: #fff;
  display: inline-block;
  margin-left: 8px;
}
.cms-grid-portfolio-layout8 .cms-grid-header-content, .cms-grid-service-layout10 .cms-grid-header-content {
  margin-bottom: 36px;
}
.cms-grid-portfolio-layout8 .item-featured img, .cms-grid-service-layout10 .item-featured img {
  width: 100%;
  -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;
}
.cms-grid-portfolio-layout8 .grid-item-inner, .cms-grid-service-layout10 .grid-item-inner {
  border: 2px solid #ac0430;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.cms-grid-portfolio-layout8 .grid-item-inner:hover .item-featured img, .cms-grid-service-layout10 .grid-item-inner:hover .item-featured img {
  -webkit-transform: scale(1.13);
  -khtml-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}
.cms-grid-portfolio-layout8 .item-holder, .cms-grid-service-layout10 .item-holder {
  background-color: #ac0430;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -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;
  z-index: 99;
}
.cms-grid-portfolio-layout8 .item-title, .cms-grid-service-layout10 .item-title {
  font-size: 22px;
  margin-bottom: 0;
  color: #2e2e2e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-grid-portfolio-layout8 .item-title a, .cms-grid-service-layout10 .item-title a {
  color: inherit;
}
.cms-grid-portfolio-layout8 .item-title a:hover, .cms-grid-service-layout10 .item-title a:hover {
  color: inherit;
}
.cms-progress-layout1 .cms-progress-title {
  font-size: 14px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.66);
  font-family: inherit;
}
.cms-progress-layout1 .cms-progress.progress {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  height: 4px;
  overflow: visible;
}
.cms-progress-layout1 .cms-progress.progress .progress-bar {
  background-color: #ac0430;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: visible;
}
.cms-progress-layout1 .cms-progress.progress .progress-bar span {
  display: inline-block;
  -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: #868686;
  color: #fff;
  line-height: 20px;
  padding: 0 8px;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  right: -15px;
}
.cms-progress-layout1 .cms-progress.progress .progress-bar span:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 4px;
  border-color: #868686 transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: auto;
}
.cms-history-layout1 .cms-history-item {
  padding-left: 42px;
  position: relative;
  padding-bottom: 32px;
}
.cms-history-layout1 .cms-history-item:before {
  content: "";
  height: calc(100% - 20px);
  width: 2px;
  background-color: #b4b4b4;
  position: absolute;
  top: 22px;
  left: 10px;
}
.cms-history-layout1 .cms-history-item:last-child:before {
  display: none;
}
.cms-history-layout1 .cms-history-header {
  position: relative;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  padding-right: 25px;
}
.cms-history-layout1 .cms-history-header:before {
  content: "";
  height: 22px;
  width: 22px;
  border: 2px solid #ac0430;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  position: absolute;
  top: 2px;
  left: -42px;
}
.cms-history-layout1 .cms-history-header .cms-history-year {
  color: #ac0430;
  margin-right: 16px;
}
.cms-history-layout1 .cms-history-content {
  color: rgba(255, 255, 255, 0.66);
}
.cms-history-layout1 .cms-history-icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -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;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-history-layout1 .cms-history-icon:hover {
  color: #ac0430;
}
.cms-history-layout1 .cms-history-icon.opened:before {
  content: "\f278";
}
.cms-history-layout2 .cms-grid-inner {
  overflow: hidden;
  padding-top: 10px;
}
.cms-history-layout2 .grid-item {
  width: 50%;
  float: left;
  padding-bottom: 77px;
  position: relative;
}
.cms-history-layout2 .grid-item.itme-even {
  padding-top: 0 !important;
  padding-right: 50px !important;
  text-align: right;
}
.cms-history-layout2 .grid-item.itme-even:before {
  width: 5px;
  content: "";
  background-color: #ac0430;
  right: -3px;
  bottom: 100%;
  height: 100%;
  position: absolute;
}
.cms-history-layout2 .grid-item.itme-even .cms-history-item:before {
  right: -60px;
  top: -10px;
}
.cms-history-layout2 .grid-item.itme-even .cms-history-item:after {
  right: -40px;
  top: -1px;
}
.cms-history-layout2 .grid-item.itme-odd {
  padding-top: 0 !important;
  padding-left: 50px !important;
}
.cms-history-layout2 .grid-item.itme-odd .cms-history-item:before {
  left: -60px;
  top: -10px;
}
.cms-history-layout2 .grid-item.itme-odd .cms-history-item:after {
  left: -40px;
  top: -1px;
}
.cms-history-layout2 .grid-item.item-1 {
  margin-top: 150px;
}
.cms-history-layout2 .cms-history-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  -khtml-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.13);
  position: relative;
}
.cms-history-layout2 .cms-history-item:before {
  content: "";
  height: 20px;
  width: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  background-color: #ac0430;
}
.cms-history-layout2 .cms-history-item:after {
  width: 26px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #ac0430;
}
.cms-history-layout2 .grid-sizer {
  width: 50%;
}
.cms-history-layout2 .cms-history-year {
  font-family: 'AvenirNext-DemiBold';
  font-size: 15px;
  display: inline-block;
  line-height: 32px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 18px;
  border: 2px solid #ac0430;
  color: #ac0430;
  margin-bottom: 18px;
}
.cms-history-layout2 .cms-history-title {
  font-size: 26px;
  color: #fff;
}
.cms-history-layout2 .cms-history-content {
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 991px) {
  .cms-history-layout2.cms-grid .cms-grid-inner .grid-item {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-history-layout2 .grid-item {
    width: 100% !important;
  }
  .cms-history-layout2 .grid-item.item-1 {
    margin-top: 0px;
  }
  .cms-history-layout2 .grid-item:before, .cms-history-layout2 .grid-item:after {
    display: none;
  }
  .cms-history-layout2 .grid-item * :before, .cms-history-layout2 .grid-item * :after {
    display: none;
  }
  .cms-history-layout2 .grid-item.itme-even {
    padding-right: 15px !important;
    text-align: left;
  }
  .cms-history-layout2 .grid-item.itme-odd {
    padding-left: 15px !important;
  }
}
.cms-instagram-feed div {
  padding: 0 !important;
}
.cms-gallery-grid1 a {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-gallery-grid1 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.25);
}
.cms-gallery-grid1 a img {
  margin: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.cms-gallery-grid1 a span {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: right;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='rgba(0, 0, 0, 0.66)', gradientType='1');
  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-gallery-grid1 a:hover:before {
  opacity: 0;
}
.cms-gallery-grid1 a:hover span {
  opacity: 1;
}
.cms-gallery-carousel {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cms-gallery-carousel .cms-gallery-item-inner {
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cms-gallery-carousel .cms-gallery-title {
  font-size: 14px;
  color: #fff;
  line-height: normal;
  font-family: 'AvenirNext-DemiBold';
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cms-gallery-carousel .owl-nav {
  position: absolute;
  bottom: 5px;
  right: 16px;
}
.cms-gallery-carousel .owl-nav .owl-prev, .cms-gallery-carousel .owl-nav .owl-next {
  color: #fff;
  font-size: 22px;
}
.cms-gallery-carousel .owl-nav .owl-prev i:before {
  content: "\f2ea";
}
.cms-gallery-carousel .owl-nav .owl-next i:before {
  content: "\f2ee";
}
.list-style1 {
  margin: 0;
}
.list-style1 li {
  line-height: 1.827;
  font-family: 'AvenirNext-DemiBold';
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links a {
  margin-left: 10px;
}
.is-parallax .site-content {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -khtml-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.is-parallax .site-content .content-inner.rm-parallax {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -khtml-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.sidebar-style-industrial #secondary .widget-title {
  font-size: 30px;
  letter-spacing: 0.016em;
}
.sidebar-style-industrial #content .widget_categories ul li, .sidebar-style-industrial #content .widget_nav_menu ul li, .sidebar-style-industrial #content .widget_pages ul li, .sidebar-style-industrial #content .widget_archive ul li, .sidebar-style-industrial #content .widget_meta ul li {
  font-size: 18px;
  line-height: 32px;
  padding-left: 0;
  font-weight: 700;
}
.sidebar-style-industrial .widget_cms_recent_posts .layout-renovation .entry-title {
  font-size: 18px;
  line-height: normal;
}
.sidebar-style-industrial .widget_cms_recent_posts .entry-meta li {
  color: rgba(17, 21, 37, 0.33);
}
.sidebar-style-industrial .tagcloud a {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.66);
  -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);
}
.sidebar-style-industrial .tagcloud a:hover {
  background-color: #ac0430;
  color: #fff;
}
.sidebar-style-industrial #secondary .widget_newsletterwidget {
  background-color: #000;
  border: none;
  color: rgba(255, 255, 255, 0.66);
}
.sidebar-style-industrial #secondary .widget_newsletterwidget .widget-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.sidebar-style-industrial #secondary .widget_newsletterwidget p {
  margin-bottom: 26px;
}
.sidebar-style-industrial #secondary .widget_newsletterwidget form .tnp-field-email .tnp-email {
  border: 1px solid #23283c !important;
  background-color: #23283c !important;
  color: rgba(255, 255, 255, 0.25);
}
.sidebar-style-corporate #secondary .widget-title, .sidebar-style-corporate .wpb_widgetised_column .widget-title {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: inherit;
  font-weight: 500;
}
.sidebar-style-corporate #secondary .widget_search .search-field, .sidebar-style-corporate .wpb_widgetised_column .widget_search .search-field {
  border: 1px solid #ebebea;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: normal;
  font-family: inherit;
  color: rgba(55, 55, 53, 0.66);
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar-style-corporate #content .widget_categories ul li a, .sidebar-style-corporate #content .widget_nav_menu ul li a, .sidebar-style-corporate #content .widget_pages ul li a, .sidebar-style-corporate #content .widget_archive ul li a, .sidebar-style-corporate #content .widget_meta ul li a {
  font-size: 15px;
  line-height: 28px;
  color: rgba(55, 55, 53, 0.66);
  font-family: 'Roboto';
  font-weight: 500;
}
.sidebar-style-corporate #content .widget_categories ul li a:hover, .sidebar-style-corporate #content .widget_nav_menu ul li a:hover, .sidebar-style-corporate #content .widget_pages ul li a:hover, .sidebar-style-corporate #content .widget_archive ul li a:hover, .sidebar-style-corporate #content .widget_meta ul li a:hover {
  color: #ac0430;
}
.sidebar-style-conversion #secondary .widget, .sidebar-style-conversion .wpb_widgetised_column .widget {
  margin-bottom: 45px;
}
.sidebar-style-conversion #secondary .widget:last-child, .sidebar-style-conversion .wpb_widgetised_column .widget:last-child {
  margin-bottom: 0;
}
.sidebar-style-conversion #secondary .widget-title, .sidebar-style-conversion .wpb_widgetised_column .widget-title {
  font-size: 24px;
  line-height: 28px;
}
.sidebar-style-conversion #secondary .searchform-wrap, .sidebar-style-conversion .wpb_widgetised_column .searchform-wrap {
  position: relative;
}
.sidebar-style-conversion #secondary .searchform-wrap #searchsubmit, .sidebar-style-conversion .wpb_widgetised_column .searchform-wrap #searchsubmit {
  width: 50px;
  padding: 0;
  height: 50px;
  text-indent: -9999px;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-style-conversion #secondary .searchform-wrap i, .sidebar-style-conversion .wpb_widgetised_column .searchform-wrap i {
  font-size: 22px;
  right: 20px;
  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%);
  z-index: 1;
  position: absolute;
}
.sidebar-style-conversion #content .widget_categories ul li a, .sidebar-style-conversion #content .widget_nav_menu ul li a, .sidebar-style-conversion #content .widget_pages ul li a, .sidebar-style-conversion #content .widget_archive ul li a, .sidebar-style-conversion #content .widget_meta ul li a {
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}
.sidebar-style-conversion #content .widget_categories ul li a:hover, .sidebar-style-conversion #content .widget_nav_menu ul li a:hover, .sidebar-style-conversion #content .widget_pages ul li a:hover, .sidebar-style-conversion #content .widget_archive ul li a:hover, .sidebar-style-conversion #content .widget_meta ul li a:hover {
  color: #ac0430;
}
.sidebar-style-conversion .tagcloud a {
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  color: rgba(0, 0, 0, 0.66);
  font-size: 15px !important;
}
.sidebar-style-conversion .tagcloud a:hover {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.87);
}
.sidebar-style-real-estate #secondary .widget, .sidebar-style-real-estate .wpb_widgetised_column .widget {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 32px;
  padding-bottom: 40px;
}
.sidebar-style-real-estate #secondary .widget:last-child, .sidebar-style-real-estate .wpb_widgetised_column .widget:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-style-real-estate #secondary .widget-title, .sidebar-style-real-estate .wpb_widgetised_column .widget-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 21px;
}
.sidebar-style-real-estate #secondary .widget_categories ul li, .sidebar-style-real-estate .wpb_widgetised_column .widget_categories ul li {
  padding-left: 0;
  margin-bottom: 4px;
}
.sidebar-style-real-estate #secondary .widget_categories ul li:last-child, .sidebar-style-real-estate .wpb_widgetised_column .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.sidebar-style-real-estate #secondary .widget_categories ul li a, .sidebar-style-real-estate .wpb_widgetised_column .widget_categories ul li a {
  font-size: 20px;
  font-family: 'Calibre-Medium';
}
.sidebar-style-construction-company #secondary .widget, .sidebar-style-construction-company .wpb_widgetised_column .widget {
  margin-bottom: 60px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 24px 30px 30px;
}
@media screen and (max-width: 767px) {
  .sidebar-style-construction-company #secondary .widget, .sidebar-style-construction-company .wpb_widgetised_column .widget {
    padding: 14px 20px 20px;
  }
}
.sidebar-style-construction-company #secondary .widget.widget_recent_entries, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_entries, .sidebar-style-construction-company #secondary .widget.widget_recent_comments, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_comments {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 16px;
}
.sidebar-style-construction-company #secondary .widget.widget_recent_entries a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_entries a, .sidebar-style-construction-company #secondary .widget.widget_recent_comments a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_comments a {
  color: inherit;
  font-size: inherit;
}
.sidebar-style-construction-company #secondary .widget.widget_recent_entries a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_entries a:hover, .sidebar-style-construction-company #secondary .widget.widget_recent_comments a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_comments a:hover {
  color: #ac0430;
}
.sidebar-style-construction-company #secondary .widget.widget_categories li, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_categories li, .sidebar-style-construction-company #secondary .widget.widget_nav_menu li, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_nav_menu li, .sidebar-style-construction-company #secondary .widget.widget_pages li, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_pages li, .sidebar-style-construction-company #secondary .widget.widget_archive li, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_archive li, .sidebar-style-construction-company #secondary .widget.widget_meta li, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_meta li, .sidebar-style-construction-company #secondary .widget.widget_recent_entries li, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_entries li {
  padding-left: 0;
  padding-bottom: 7px;
}
.sidebar-style-construction-company #secondary .widget.widget_categories li a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_categories li a, .sidebar-style-construction-company #secondary .widget.widget_nav_menu li a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_nav_menu li a, .sidebar-style-construction-company #secondary .widget.widget_pages li a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_pages li a, .sidebar-style-construction-company #secondary .widget.widget_archive li a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_archive li a, .sidebar-style-construction-company #secondary .widget.widget_meta li a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_meta li a, .sidebar-style-construction-company #secondary .widget.widget_recent_entries li a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_entries li a {
  text-transform: capitalize;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 16px;
}
.sidebar-style-construction-company #secondary .widget.widget_categories li a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_categories li a:hover, .sidebar-style-construction-company #secondary .widget.widget_nav_menu li a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_nav_menu li a:hover, .sidebar-style-construction-company #secondary .widget.widget_pages li a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_pages li a:hover, .sidebar-style-construction-company #secondary .widget.widget_archive li a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_archive li a:hover, .sidebar-style-construction-company #secondary .widget.widget_meta li a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_meta li a:hover, .sidebar-style-construction-company #secondary .widget.widget_recent_entries li a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_entries li a:hover {
  color: #ac0430;
}
.sidebar-style-construction-company #secondary .widget.widget_categories li:last-child, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_categories li:last-child, .sidebar-style-construction-company #secondary .widget.widget_nav_menu li:last-child, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_nav_menu li:last-child, .sidebar-style-construction-company #secondary .widget.widget_pages li:last-child, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_pages li:last-child, .sidebar-style-construction-company #secondary .widget.widget_archive li:last-child, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_archive li:last-child, .sidebar-style-construction-company #secondary .widget.widget_meta li:last-child, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_meta li:last-child, .sidebar-style-construction-company #secondary .widget.widget_recent_entries li:last-child, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_recent_entries li:last-child {
  padding-bottom: 0;
}
.sidebar-style-construction-company #secondary .widget.widget_newsletterwidget .widget-content, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_newsletterwidget .widget-content {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
}
.sidebar-style-construction-company #secondary .widget.widget_newsletterwidget .widget-content p, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_newsletterwidget .widget-content p {
  margin-bottom: 0;
}
.sidebar-style-construction-company #secondary .widget.widget_newsletterwidget .widget-content .tnp-widget, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_newsletterwidget .widget-content .tnp-widget {
  margin-top: 33px;
}
.sidebar-style-construction-company #secondary .widget.widget_newsletterwidget .widget-content .tnp-submit, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_newsletterwidget .widget-content .tnp-submit {
  font-family: inherit;
  text-transform: capitalize;
}
.sidebar-style-construction-company #secondary .widget.widget_rss .widget-title a, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_rss .widget-title a {
  color: inherit;
}
.sidebar-style-construction-company #secondary .widget.widget_rss a.rsswidget, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_rss a.rsswidget {
  color: rgba(0, 0, 0, 0.87);
}
.sidebar-style-construction-company #secondary .widget.widget_rss a.rsswidget:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget.widget_rss a.rsswidget:hover {
  color: #ac0430;
}
.sidebar-style-construction-company #secondary .widget .nice-select ul li, .sidebar-style-construction-company .wpb_widgetised_column .widget .nice-select ul li {
  padding: 12px 10px;
  font-weight: 500;
}
.sidebar-style-construction-company #secondary .widget .tagcloud a, .sidebar-style-construction-company .wpb_widgetised_column .widget .tagcloud a {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.sidebar-style-construction-company #secondary .widget .tagcloud a:hover, .sidebar-style-construction-company .wpb_widgetised_column .widget .tagcloud a:hover {
  background-color: #ac0430;
  border-color: #ac0430;
}
.sidebar-style-construction-company #secondary .widget #wp-calendar, .sidebar-style-construction-company .wpb_widgetised_column .widget #wp-calendar {
  margin-bottom: 0;
}
.sidebar-style-construction-company #secondary .widget #wp-calendar caption, .sidebar-style-construction-company .wpb_widgetised_column .widget #wp-calendar caption {
  padding-bottom: 0;
}
.sidebar-style-construction-company #secondary .widget-title, .sidebar-style-construction-company .wpb_widgetised_column .widget-title {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 23px;
  text-transform: capitalize;
}
.sidebar-style-construction-company.single-career #secondary .widget-title {
  margin-bottom: 33px;
}
.sidebar-style-construction-company.single-career #secondary .widget {
  margin-bottom: 40px;
}
.sidebar-style-construction-company.single-career #secondary .widget:last-child {
  margin-bottom: 0;
}
.sidebar-style-construction-company.single-career #secondary .widget_nav_menu li {
  padding-bottom: 10px;
}
.sidebar-style-construction-company.single-career #secondary .widget_nav_menu li:last-child {
  padding-bottom: 0;
}
.sidebar-style-construction-company.single-career #secondary .widget_nav_menu li a {
  display: block;
  background-color: #fff;
  padding: 11px 30px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.87);
  text-transform: capitalize;
}
.sidebar-style-construction-company.single-career #secondary .widget_nav_menu li a:hover {
  color: #ac0430;
}
.sidebar-style-construction-company.single-career #secondary .widget_nav_menu li.current-menu-item > a {
  color: #ac0430;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1200px) {
  .sidebar-style-general-construction #primary.col-xl-8 {
    -ms-flex: 0 0 75%;
    -wbkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sidebar-style-general-construction #secondary.col-xl-4 {
    -ms-flex: 0 0 25%;
    -wbkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.sidebar-style-general-construction .posts-pagination {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.sidebar-style-general-construction #secondary .widget, .sidebar-style-general-construction .wpb_widgetised_column .widget {
  background-color: #434343;
  padding: 15px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.33);
  margin-bottom: 30px;
}
.sidebar-style-general-construction #secondary .widget .widget-title, .sidebar-style-general-construction .wpb_widgetised_column .widget .widget-title {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.sidebar-style-general-construction #secondary .widget:not(.widget_tag_cloud) a, .sidebar-style-general-construction .wpb_widgetised_column .widget:not(.widget_tag_cloud) a {
  color: rgba(255, 255, 255, 0.33);
}
.sidebar-style-general-construction #secondary .widget:not(.widget_tag_cloud) a:hover, .sidebar-style-general-construction .wpb_widgetised_column .widget:not(.widget_tag_cloud) a:hover {
  color: #ac0430;
}
.sidebar-style-general-construction #secondary .widget:not(.widget_tag_cloud) ul li a, .sidebar-style-general-construction .wpb_widgetised_column .widget:not(.widget_tag_cloud) ul li a {
  color: rgba(255, 255, 255, 0.33) !important;
}
.sidebar-style-general-construction #secondary .widget:not(.widget_tag_cloud) ul li a:hover, .sidebar-style-general-construction .wpb_widgetised_column .widget:not(.widget_tag_cloud) ul li a:hover {
  color: #ac0430 !important;
}
.sidebar-style-general-construction #secondary .widget_cms_recent_posts .entry-title a, .sidebar-style-general-construction .wpb_widgetised_column .widget_cms_recent_posts .entry-title a {
  color: #fff;
}
.sidebar-style-general-construction #secondary .widget_cms_recent_posts .entry-title a:hover, .sidebar-style-general-construction .wpb_widgetised_column .widget_cms_recent_posts .entry-title a:hover {
  color: #ac0430;
}
.sidebar-style-general-construction #secondary .widget_cms_recent_posts .entry-content p, .sidebar-style-general-construction .wpb_widgetised_column .widget_cms_recent_posts .entry-content p {
  color: rgba(255, 255, 255, 0.33);
}
.sidebar-style-general-construction #secondary .widget_calendar table, .sidebar-style-general-construction .wpb_widgetised_column .widget_calendar table {
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-style-general-construction #secondary .widget_calendar table th, .sidebar-style-general-construction .wpb_widgetised_column .widget_calendar table th {
  color: #fff;
}
.sidebar-style-general-construction #secondary .widget_calendar table td, .sidebar-style-general-construction .wpb_widgetised_column .widget_calendar table td {
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-style-extensions-specalists #content #secondary .widget, .sidebar-style-extensions-specalists #content .wpb_widgetised_column .widget {
  margin-bottom: 30px;
}
.sidebar-style-extensions-specalists #content #secondary .widget .widget-title, .sidebar-style-extensions-specalists #content .wpb_widgetised_column .widget .widget-title {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}
.sidebar-style-extensions-specalists #content #secondary .widget.widget_categories, .sidebar-style-extensions-specalists #content .wpb_widgetised_column .widget.widget_categories, .sidebar-style-extensions-specalists #content #secondary .widget.widget_nav_menu, .sidebar-style-extensions-specalists #content .wpb_widgetised_column .widget.widget_nav_menu {
  background-color: #f3f4f6;
  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;
}
.sidebar-style-extensions-specalists #content #secondary .widget.widget_categories li a, .sidebar-style-extensions-specalists #content .wpb_widgetised_column .widget.widget_categories li a, .sidebar-style-extensions-specalists #content #secondary .widget.widget_nav_menu li a, .sidebar-style-extensions-specalists #content .wpb_widgetised_column .widget.widget_nav_menu li a {
  font-size: 16px;
  line-height: 32px;
  font-family: 'Avenir-Next-Medium' !important;
}
.sidebar-style-extensions-specalists #content #secondary .widget_cms_recent_posts, .sidebar-style-extensions-specalists #content .wpb_widgetised_column .widget_cms_recent_posts {
  padding-left: 30px;
}
.archive-post-style-dark:not(.single-post) .single-hentry {
  background-color: #434343;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  color: #c7c7c7;
}
.archive-post-style-dark:not(.single-post) .single-hentry .entry-featured .post-image {
  margin: 0;
}
.archive-post-style-dark:not(.single-post) .single-hentry .entry-title {
  font-weight: normal;
  text-transform: uppercase;
}
.archive-post-style-dark:not(.single-post) .single-hentry .entry-title a {
  color: #fff;
}
.archive-post-style-dark:not(.single-post) .single-hentry .entry-title a:hover {
  color: #ac0430;
}
.archive-post-style-dark:not(.single-post) .single-hentry .entry-meta li {
  color: rgba(255, 255, 255, 0.66);
}
.archive-post-style-dark:not(.single-post) .single-hentry .entry-meta li a {
  color: rgba(255, 255, 255, 0.66);
}
.archive-post-style-dark:not(.single-post) .single-hentry .entry-meta li a:hover {
  color: #ac0430;
}
.archive-post-style-dark:not(.single-post) .single-hentry .entry-holder {
  padding: 30px;
}
.border-box > .vc_column-inner > .wpb_wrapper {
  padding: 30px;
  border: 1px solid #f1f1f1;
  background-color: #f7f7f7;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media screen and (min-width: 1280px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    padding-right: 55px;
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar-style-corporate #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%;
  }
  .sidebar-style-corporate #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%;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .col-offset-left > .vc_column-inner {
    padding-left: 30px !important;
  }
  .col-offset-right > .vc_column-inner {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 85px 0;
  position: relative;
}
.site-content::before {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 1050px;
  line-height: 619px;
  color: #fafafa;
  font-family: 'Sf-Ui-Text-Bold';
  z-index: -1;
}
.widget .widget-content ul {
  margin: 0;
  list-style: none;
}
.widget-title, .comment-reply-title, .comments-title, .section-title {
  font-size: 20px;
  margin-bottom: 26px;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc-row-overlay {
  position: relative;
  overflow: hidden;
}
.row-overlay {
  position: relative;
}
.row-overlay:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.row-overlay.dotted-overlay:after {
  background-image: url(../images/dot-overlay.png);
  background-repeat: repeat;
}
.col-overlay .vc_column-inner {
  position: relative;
}
.col-overlay .vc_column-inner:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.vc_row.vc_row-fluid > .wpb_column {
  z-index: 2;
}
.vc_row .cms-row-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vc_row .cms-row-overlay.cms-row-overlay-skew {
  right: 0;
  -webkit-transform: skew(-20deg);
  -khtml-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  left: -1000px;
  border-right: 10px solid #ac0430;
}
@media screen and (max-width: 767px) {
  .vc_row .cms-row-overlay.cms-row-overlay-skew {
    opacity: 0;
    display: none;
  }
}
.vc_row.row-border-box {
  background-color: #fff;
  padding: 70px 55px 30px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  z-index: 109;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .site-layout-boxed .site {
    width: 1310px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    overflow: visible;
  }
  .site-layout-boxed .site .site-content {
    overflow: hidden;
  }
  .site-layout-boxed .site [data-vc-full-width="true"] {
    width: 1310px !important;
    left: -55px !important;
  }
  .site-layout-boxed .site [data-vc-full-width="true"]:not(.vc_row-no-padding) {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1310px;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .site-layout-boxed .site {
    width: 1200px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
  }
  .site-layout-boxed .site .container {
    max-width: 1140px;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .entry-content > .vc_row > .float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
}
@media screen and (max-width: 1199px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-lg30 > .vc_column-inner, .rm-padding-lg30 > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .vc_row.row-rm-padding-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.row-border-box {
    padding: 40px 40px 0px;
    margin: 0;
  }
  .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .vc_row.rm-margin-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-top-md > .vc_column-inner {
    margin-top: 0 !important;
  }
  .add-margin-bottom-md > .vc_column-inner {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.row-border-box {
    padding: 40px 15px 0px 15px;
  }
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-sm {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-sm > .vc_column-inner {
    margin: 0 !important;
  }
  .wpb_single_image.image_align_xs_left {
    text-align: left !important;
  }
  .wpb_single_image.image_align_xs_center {
    text-align: center !important;
  }
  .wpb_single_image.image_align_xs_right {
    text-align: right !important;
  }
}
@media screen and (max-width: 575px) {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 1600px) {
  .divider-hidden-lg {
    display: none;
  }
}
@font-face {
  font-family: 'GT-Walsheim-Bold';
  src: url('../fonts/main/gt-walsheim-bold-webfont.woff2') format('woff2'), url('../fonts/main/gt-walsheim-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GT-Walsheim-Medium';
  src: url('../fonts/main/gt-walsheim-medium-webfont.woff2') format('woff2'), url('../fonts/main/gt-walsheim-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GT-Walsheim-Regular';
  src: url('../fonts/main/gt-walsheim-regular-webfont.woff2') format('woff2'), url('../fonts/main/gt-walsheim-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nimbus-Sans-Bold';
  src: url('../fonts/main/nimbus-sans-bold-webfont.woff2') format('woff2'), url('../fonts/main/nimbus-sans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nimbus-Sans-Regular';
  src: url('../fonts/main/nimbus-sans-regular-webfont.woff2') format('woff2'), url('../fonts/main/nimbus-sans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maison-Neue-Mono';
  src: url('../fonts/main/maisonneuemono-webfont.woff2') format('woff2'), url('../fonts/main/maisonneuemono-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maison-Neue-Bold';
  src: url('../fonts/main/maisonneuebold-webfont.woff2') format('woff2'), url('../fonts/main/maisonneuebold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sf-Ui-Text-Bold';
  src: url('../fonts/main/sf-ui-text-bold-webfont.woff2') format('woff2'), url('../fonts/main/sf-ui-text-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sf-Ui-Text-Medium';
  src: url('../fonts/main/sf-ui-text-medium-webfont.woff2') format('woff2'), url('../fonts/main/sf-ui-text-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova-Bold';
  src: url('../fonts/main/proxima-nova-bold-webfont.woff2') format('woff2'), url('../fonts/main/proxima-nova-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova-Semibold';
  src: url('../fonts/main/proxima-nova-semibold-webfont.woff2') format('woff2'), url('../fonts/main/proxima-nova-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova-Semibold-Italic';
  src: url('../fonts/main/proxima-nova-semibold-italic-webfont.woff2') format('woff2'), url('../fonts/main/proxima-nova-semibold-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova-Regular';
  src: url('../fonts/main/proxima-nova-regular-webfont.woff2') format('woff2'), url('../fonts/main/proxima-nova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre-Regular';
  src: url('../fonts/main/calibre-regular.woff2') format('woff2'), url('../fonts/main/calibre-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre-Medium';
  src: url('../fonts/main/calibre-medium.woff2') format('woff2'), url('../fonts/main/calibre-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre-Semibold';
  src: url('../fonts/main/calibre-semibold.woff2') format('woff2'), url('../fonts/main/calibre-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Norwester';
  src: url('../fonts/main/norwester-webfont.woff2') format('woff2'), url('../fonts/main/norwester-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Next-Bold';
  src: url('../fonts/main/AvenirNext-Bold.woff2') format('woff2'), url('../fonts/main/AvenirNext-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Next-Medium';
  src: url('../fonts/main/AvenirNext-Medium.woff2') format('woff2'), url('../fonts/main/AvenirNext-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Next-Regular';
  src: url('../fonts/main/AvenirNext-Regular.woff2') format('woff2'), url('../fonts/main/AvenirNext-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext-DemiBold';
  src: url('../fonts/main/AvenirNext-DemiBold.woff2') format('woff2'), url('../fonts/main/AvenirNext-DemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ft-no {
  font-family: 'Norwester' !important;
}
.ft-csb {
  font-family: 'Calibre-Semibold' !important;
  font-weight: normal !important;
}
.ft-csm {
  font-family: 'Calibre-Medium' !important;
  font-weight: normal !important;
}
.ft-ns-b {
  font-family: 'Nimbus-Sans-Bold';
}
.ft-ns-r {
  font-family: 'Nimbus-Sans-Regular';
}
.ft-pn-b {
  font-family: 'Proxima-Nova-Bold';
}
.ft-pn-sb, #pagetitle-post .entry-meta li, .cms-fancybox-layout4.style2 .cms-fancybox-inner .cms-fancybox-title cite, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-title cite, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-title, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-title, .cms-fancybox-layout4.style3 .cms-fancybox-inner .cms-fancybox-description cite, .cms-fancybox-layout4.style4 .cms-fancybox-inner .cms-fancybox-description cite, .cms-grid-career-layout3 .item-content, .cms-grid-career-layout3 .item-address, .sidebar-style-conversion #content .widget_categories ul li a, .sidebar-style-conversion #content .widget_nav_menu ul li a, .sidebar-style-conversion #content .widget_pages ul li a, .sidebar-style-conversion #content .widget_archive ul li a, .sidebar-style-conversion #content .widget_meta ul li a, .sidebar-style-conversion .tagcloud a {
  font-family: 'Proxima-Nova-Semibold';
}
.ft-pn-sbi {
  font-family: 'Proxima-Nova-Semibold-Italic';
}
.ft-gtw-m {
  font-family: 'GT-Walsheim-Medium' !important;
}
.ft-heading-m, .entry-social-share label, .single-service .post-type-holder a, .single-portfolio .post-type-holder a, .single-service .post-type-sidebar ul li, .single-portfolio .post-type-sidebar ul li, #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, .widget_recent_entries a, .widget_recent_comments a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a, .cms-newsletter-layout1 .tnp-field.tnp-field-button .tnp-submit, .cms-team-member-default .cms-team-holder .cms-team-position, .cms-testimonial-carousel.default .cms-testimonial-position, .cms-portfolio-tab .nav-tab-wrap .nav-item span.item-category, .cms-portfolio-tab .nav-tab-wrap .nav-item span.item-title, .cms-portfolio-tab .tab-content-wrap .item-category, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Nimbus-Sans-Bold;
}
.ft-heading-b, .entry-social-share a:not(.btn) span, .single-service .post-type-title, .single-portfolio .post-type-title, .grid-filter-wrap span, .cms-contact-form-flat .el-title, .cms-service-carousel.cms-service-carousel-layout1 .grid-item-inner:hover .item-title, .cms-career-accordion .card-item .card-header .card-title, .widget-title, .comment-reply-title, .comments-title, .section-title, .text-heading, .cms-grid-blog-layout3 .grid-item-inner .item-category a {
  font-family: Nimbus-Sans-Bold;
}
.ft-main-r, body {
  font-family: Nimbus-Sans-Regular;
}
.ft-sui-b, .content-careers-corporate .post-type-topright label {
  font-family: 'Sf-Ui-Text-Bold';
  font-weight: normal;
}
.ft-sui-m {
  font-family: 'Sf-Ui-Text-Medium';
  font-weight: normal;
}
.text-heading, .cms-grid-blog-layout3 .grid-item-inner .item-category a {
  opacity: 1;
}
.woocommerce .content-has-sidebar.float-right + #secondary, .woocommerce .content-has-sidebar.float-left + #secondary {
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce #secondary .widget {
  background-color: transparent;
  border: none;
  padding: 0;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #ac0430;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #ac0430;
}
.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="url"], .woocommerce input[type="password"], .woocommerce input[type="search"], .woocommerce input[type="tel"], .woocommerce input[type="number"], .woocommerce input[type="range"], .woocommerce input[type="date"], .woocommerce input[type="month"], .woocommerce input[type="week"], .woocommerce input[type="time"], .woocommerce input[type="datetime"], .woocommerce input[type="datetime-local"], .woocommerce input[type="color"], .woocommerce textarea, .woocommerce select {
  padding: 5px 16px !important;
  line-height: 28px !important;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
}
.woocommerce input[type="text"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="url"]:focus, .woocommerce input[type="password"]:focus, .woocommerce input[type="search"]:focus, .woocommerce input[type="tel"]:focus, .woocommerce input[type="number"]:focus, .woocommerce input[type="range"]:focus, .woocommerce input[type="date"]:focus, .woocommerce input[type="month"]:focus, .woocommerce input[type="week"]:focus, .woocommerce input[type="time"]:focus, .woocommerce input[type="datetime"]:focus, .woocommerce input[type="datetime-local"]:focus, .woocommerce input[type="color"]:focus, .woocommerce textarea:focus, .woocommerce select:focus, .woocommerce input[type="text"]:active, .woocommerce input[type="email"]:active, .woocommerce input[type="url"]:active, .woocommerce input[type="password"]:active, .woocommerce input[type="search"]:active, .woocommerce input[type="tel"]:active, .woocommerce input[type="number"]:active, .woocommerce input[type="range"]:active, .woocommerce input[type="date"]:active, .woocommerce input[type="month"]:active, .woocommerce input[type="week"]:active, .woocommerce input[type="time"]:active, .woocommerce input[type="datetime"]:active, .woocommerce input[type="datetime-local"]:active, .woocommerce input[type="color"]:active, .woocommerce textarea:active, .woocommerce select:active {
  border-color: #ac0430;
}
.woocommerce textarea {
  padding-top: 12px !important;
  line-height: normal !important;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.woocommerce .quantity .qty {
  width: 85px;
  text-align: left;
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty:-webkit-outer-spin-button, .woocommerce .quantity .qty:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .quantity-icon {
  display: block;
  height: 28px;
  width: 15px;
  position: absolute;
  top: 6px;
  right: 16px;
}
.woocommerce .quantity i {
  font-size: 26px;
  color: #000;
  cursor: pointer;
  height: 14px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  position: absolute;
}
.woocommerce .quantity i.zmdi-caret-up {
  top: 0;
}
.woocommerce .quantity i.zmdi-caret-down {
  bottom: 0;
}
.woocommerce table.shop_table td {
  padding: 12px 15px;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
  width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #e5e5e5;
  height: 40px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 38px;
  padding-left: 15px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
.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: #8f8f8f;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.66);
}
.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: #ac0430;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1200px) {
  .woocommerce #primary.content-has-sidebar {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
#shop-newsletter {
  text-align: center;
  padding: 40px 30px 30px 30px;
  color: rgba(255, 255, 255, 0.87);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-top: 60px;
}
#shop-newsletter h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
  color: #fff;
  text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
  max-width: 590px;
  margin: auto;
}
#shop-newsletter .cms-newsletter-inner {
  margin-top: 33px;
  margin-bottom: 18px;
}
#shop-newsletter .cms-newsletter-inner .tnp-email {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .cms-newsletter-inner .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_product_categories ul li {
  border-bottom: 1px solid #e5e5e6;
  padding: 13px 0;
  position: relative;
}
.widget_product_categories ul li a {
  font-size: 16px;
  color: #000;
}
.widget_product_categories ul li a:hover {
  color: #ac0430;
}
.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a {
  color: #ac0430;
}
.widget_product_categories ul li.current-cat-parent > ul.children {
  display: block;
}
.widget_product_categories ul li.current-cat-parent > ul.children + .woo-menu-toggle i:before {
  content: "\f2fc";
}
.widget_product_categories ul.children {
  display: none;
  padding-top: 13px;
}
.widget_product_categories ul.children > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_product_categories ul .woo-menu-toggle {
  float: right;
  color: #000;
  width: 22px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
}
.widget_product_categories ul.woo-submenu-open + .woo-menu-toggle i:before {
  content: "\f2fc";
}
.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: #ac0430;
  background-color: #ac0430;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #ac0430;
  background-color: #ac0430;
}
.widget_price_filter .price_label {
  padding: 4px 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ebebeb !important;
}
.widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ac0430 !important;
}
#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: #ac0430;
  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: #000;
}
#shop-breadcrumb ul li a:hover {
  color: #ac0430;
}
.woocommerce .nice-select {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  border-color: #e5e5e5;
  color: #000;
}
.woocommerce .nice-select.orderby {
  padding-right: 68px;
}
.woocommerce .nice-select .list:before {
  font-size: 16px;
}
#content .added_to_cart.wc-forward, .woocommerce-page .site #content .button, .woocommerce-page .site #content button, .woocommerce-page .site #content input[type="submit"], .woocommerce-page .site #content .button.alt, .woocommerce-page .site #content button.alt, .woocommerce-page .site #content .button.alt.disabled, .woocommerce-page .site #content button.alt.disabled, .woocommerce-page .site #content a.button, .woocommerce-page .site #content #respond input#submit, .woocommerce-page .site #content input.button:disabled, .woocommerce-page .site #content input.button.disabled, .woocommerce-page .site #content input.button[disabled]:disabled, .wpb_wrapper .woocommerce .products .product .button {
  background-color: #ac0430;
  font-size: 16px;
  border: 2px solid #ac0430;
  color: #fff;
  text-transform: uppercase;
  padding: 0 36px;
  line-height: 36px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
#content .added_to_cart.wc-forward:hover, .woocommerce-page .site #content .button:hover, .woocommerce-page .site #content button:hover, .woocommerce-page .site #content input[type="submit"]:hover, .woocommerce-page .site #content .button.alt:hover, .woocommerce-page .site #content button.alt:hover, .woocommerce-page .site #content .button.alt.disabled:hover, .woocommerce-page .site #content button.alt.disabled:hover, .woocommerce-page .site #content a.button:hover, .woocommerce-page .site #content #respond input#submit:hover, .woocommerce-page .site #content input.button:disabled:hover, .woocommerce-page .site #content input.button.disabled:hover, .woocommerce-page .site #content input.button[disabled]:disabled:hover, .wpb_wrapper .woocommerce .products .product .button:hover, #content .added_to_cart.wc-forward :focus, .woocommerce-page .site #content .button :focus, .woocommerce-page .site #content button :focus, .woocommerce-page .site #content input[type="submit"] :focus, .woocommerce-page .site #content .button.alt :focus, .woocommerce-page .site #content button.alt :focus, .woocommerce-page .site #content .button.alt.disabled :focus, .woocommerce-page .site #content button.alt.disabled :focus, .woocommerce-page .site #content a.button :focus, .woocommerce-page .site #content #respond input#submit :focus, .woocommerce-page .site #content input.button:disabled :focus, .woocommerce-page .site #content input.button.disabled :focus, .woocommerce-page .site #content input.button[disabled]:disabled :focus, .wpb_wrapper .woocommerce .products .product .button :focus {
  outline: medium none;
  text-decoration: none;
  background-color: transparent;
  border-color: #ac0430;
  color: #ac0430;
}
.woocommerce .woocommerce-result-count {
  padding: 7px 0;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}
.woocommerce span.onsale {
  height: 50px;
  width: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: #e80909;
  -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: 14px !important;
  right: auto !important;
}
.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;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 23px);
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .woocommerce ul.products.columns-4 li.last {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .woocommerce ul.products.columns-3 li.last {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 0 30px;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 8px;
  line-height: normal;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: #000;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: #ac0430;
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
  font-weight: 900;
  color: #000;
}
.woocommerce ul.products li.product .price del {
  font-size: 13px;
  opacity: 1;
  font-weight: normal;
  display: block;
}
.woocommerce ul.products li.product .price ins {
  color: #e80909;
}
.woocommerce .woocommerce-product-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -10px;
}
.woocommerce .woocommerce-product-meta .price {
  margin: 10px 0 0 !important;
  line-height: 1;
  padding: 0 10px;
  flex-grow: 1;
}
.woocommerce .woocommerce-product-meta .star-rating {
  margin: 10px 10px 0 10px;
}
.woocommerce .woocommerce-product-inner {
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  -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;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  padding: 20px;
  border-width: 2px 2px 0 2px;
  border-color: #f7f7f7;
  border-style: solid;
  -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;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  margin: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  background-color: #f7f7f7;
  padding: 14px;
  min-height: 130px;
}
.woocommerce .woocommerce-product-inner:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header {
  border-color: transparent;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 500;
  color: rgba(0, 0, 0, 0.33);
  padding: 0;
  margin: 0 5px;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #fff;
  background-color: #ac0430;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev {
  display: none;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.single-product #primary .entry-summary .entry-title {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
}
.single-product #primary .entry-summary .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.87);
  padding-bottom: 16px;
}
.single-product #primary .entry-summary .price {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}
.single-product #primary .entry-summary .price del {
  font-weight: normal;
  opacity: 1;
}
.single-product #primary .entry-summary .price ins {
  color: #e80909;
  opacity: 1;
}
.single-product #primary .entry-summary .woocommerce-review-link {
  display: none;
}
.single-product #primary .woocommerce-tabs {
  padding-top: 70px;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs {
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs:before, .single-product #primary .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li {
  margin: 0 10px 20px 10px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 10px 8px 10px;
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #c5c5c5;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #ac0430;
  opacity: 0;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #000;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a:hover:before {
  opacity: 1;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a:after {
  display: none !important;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li.active > a {
  color: #000;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li.active > a:before {
  opacity: 1;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.87);
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  margin-bottom: 82px;
}
.single-product #primary .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews label {
  display: none;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars, .single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  display: none;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment {
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .comment_container {
  position: relative;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment img.avatar {
  padding: 0;
  width: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 80px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .meta {
  margin: 0 0 18px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .meta .woocommerce-review__author {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .meta .woocommerce-review__published-date {
  display: block;
  color: #000;
  font-size: 14px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .description {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.single-product #primary .quantity {
  margin-right: 20px;
}
.single-product #primary .product_meta .sku_wrapper, .single-product #primary .product_meta .posted_in, .single-product #primary .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  color: #000;
}
.single-product #primary .product_meta .sku_wrapper span, .single-product #primary .product_meta .posted_in span, .single-product #primary .product_meta .tagged_as span, .single-product #primary .product_meta .sku_wrapper a, .single-product #primary .product_meta .posted_in a, .single-product #primary .product_meta .tagged_as a {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
.single-product #primary .product_meta .sku_wrapper a:hover, .single-product #primary .product_meta .posted_in a:hover, .single-product #primary .product_meta .tagged_as a:hover {
  color: #ac0430;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
  width: 140px !important;
}
.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
  color: #ac0430;
}
.woocommerce-cart .woocommerce-cart-form .product-remove {
  position: relative;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
  font-size: 0px;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before {
  content: "\f134";
  font-family: "Material-Design-Iconic-Font";
  font-size: 22px;
  color: #000;
  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%);
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before {
  color: #ac0430;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 28px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
}
.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 label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 45px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 28px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 45px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 28px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 28px;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e5e5e6;
  padding: 13px 0;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #ac0430;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
  color: #ac0430;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account #customer_login {
  margin: 0 -15px;
}
.woocommerce-account #customer_login h2 {
  font-size: 28px;
}
.woocommerce-account #customer_login label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.woocommerce-account #customer_login .woocommerce-Button {
  margin-right: 16px;
}
.woocommerce-account #customer_login form .form-row label {
  line-height: normal;
  padding: 10px 0;
}
.woocommerce-account #customer_login .u-column1.col-1, .woocommerce-account #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #customer_login {
    margin: 0;
  }
  .woocommerce-account #customer_login .u-column1.col-1, .woocommerce-account #customer_login .u-column2.col-2 {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
