/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/* Set Font Default */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
/* reset heading margin*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
body b, body strong {
  font-weight: 500;
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 300ms ease 0ms;
  -khtml-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  color: #777;
}
a.rev-btn {
  transition: none;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #f24942;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.site {
  position: relative;
}
.font-default-light {
  font-family: 'Futura LtCn BT', sans-serif !important;
}
.font-default-normal {
  font-family: 'Futura Bk BT', sans-serif !important;
}
.font-default-medium {
  font-family: 'Futura Md BT', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-default-bold {
  font-family: 'Futura', sans-serif !important;
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-default-heavy {
  font-family: 'Futura Hv BT', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1c1c23;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
}
h1, .h1 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}
h2, .h2 {
  font-size: 40px;
}
@media screen and (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 1.6;
  }
}
h3, .h3 {
  font-size: 25px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 17px;
  font-weight: 500;
}
h6, .h6 {
  font-size: 15px;
  font-weight: 500;
}
.title-underline {
  position: relative;
  padding-bottom: 13px;
  display: inline-block;
}
.title-underline:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #f24942;
  left: 0;
  bottom: 0;
}
.title-underline.underline__center:after {
  left: 50%;
  transform: translateX(-50%);
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #f24942;
}
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: #f24942;
}
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;
  padding-left: 15px;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 2px;
  list-style: outside;
  margin-bottom: 20px;
}
dl + h2 + ul ul {
  padding-left: 17px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
dl + h2 + ul ul li ul {
  padding-left: 0;
}
ul + h2 + ol {
  padding-left: 25px;
  margin-bottom: 18px;
}
.entry-content .wp-block-cover {
  margin-bottom: 1.5em;
}
.entry-content .wp-block-cover .wp-block-cover-text {
  color: #fff;
}
.entry-content .wp-block-cover .wp-block-cover-text a {
  text-decoration: underline;
}
.entry-content .wp-block-cover .wp-block-cover-text a:hover {
  text-decoration: none;
}
.entry-content .wp-block-cover .wp-block-cover-image {
  margin-bottom: 1.5em;
}
.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;
  /** Gutenberg CSS **/
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 8px 8px 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 8px;
}
blockquote p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin-bottom: 10px;
}
.paginate-links {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.paginate-links a, .paginate-links > span {
  margin: 0 0 0 10px;
  position: relative;
  border: 0px solid #6cc000;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  border-radius: 3px;
}
.paginate-links a {
  background: #e0e0e0;
  color: #000;
}
.wp-block-button__link {
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 30px;
  font-weight: 700;
}
.blog-post.blog-single .dlab-post-text > p:first-child:first-letter {
  color: #000;
  font-size: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 14px;
  margin-top: 15px;
}
.has-large-font-size {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  /* Gutenberg Gallery */
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 40px 0;
}
hr {
  margin-top: 48px;
  margin-bottom: 48px;
}
.single-hentry p a {
  color: var(--primary-color);
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 5px 10px 0;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  height: 100%;
  margin: 0;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover;
    flex: 1;
    height: 100%;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 8px);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 5px;
    width: calc(33.33333% - 10.66667px);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 5px;
    width: calc(25% - 12px);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 5px;
    width: calc(20% - 12.8px);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 5px;
    width: calc(16.66667% - 13.33333px);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 5px;
    width: calc(14.28571% - 13.71429px);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 5px;
    width: calc(12.5% - 14px);
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex;
}
.aligncenter {
  text-align: center;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
  /* WP Table */
}
.wp-block-table {
  font-size: 17px;
  font-family: Roboto, Arial, sans-serif;
}
.wp-block-table th, .wp-block-table td {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
  border-right: 0;
  border-left: 0;
}
.wp-block-table tr:nth-child(2n+1) td {
  background: #fafafa;
}
.thm-unit-test table tbody tr td {
  border-width: 1px 0 1px 0px !important;
}
.content-spacious-full > p img.alignnone, .content-spacious-full .wp-caption.alignnone, .content-spacious-full figure.alignnone, .content-spacious-full .alignwide, .content-spacious-full .alignfull, .content-spacious-full .gallery {
  margin-left: -190px;
  margin-right: -190px;
  width: auto;
  width: calc(100% + 380px);
  max-width: 100vw;
}
.no-sidebar .post-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}
.content-spacious-full .alignnone, .content-spacious-full .wp-block-embed, .content-spacious-full .wp-block-image:not(.alignleft):not(.alignright), .content-spacious-full .wp-block-gallery {
  margin-top: calc(40px + .25vw);
  margin-bottom: calc(40px + .25vw);
}
.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  margin-top: 0;
  margin-bottom: 10px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 16px 20px 16px 80px;
}
pre {
  margin: 0 0 30px;
  padding: 20px;
  color: #ddd;
  background-color: #222;
  white-space: pre;
  text-shadow: 0 1px 0 #000;
  border-radius: 5px;
  border-bottom: 1px solid #555;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset, 0 0 20px rgba(0, 0, 0, 0.2) inset;
  /* Catagory */
}
.wp-block-latest-posts, .wp-block-categories-list, .wp-block-archives-list {
  list-style: none;
  margin-left: 0 !important;
}
.wp-block-latest-posts li, .wp-block-categories-list li, .wp-block-archives-list li {
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(102, 102, 102, .11);
  position: relative;
  padding: 10px 10px 10px 15px;
  margin-bottom: 0;
  line-height: 20px;
}
.wp-block-latest-posts li a, .wp-block-categories-list li a, .wp-block-archives-list li a {
  color: #767676;
}
.wp-block-latest-posts li:before, .wp-block-categories-list li:before, .wp-block-archives-list li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  font-family: FontAwesome;
}
.wp-block-categories-list li a {
  float: left;
}
.wp-block-categories-list li {
  text-align: right;
}
.wp-block-cover, .wp-block-cover-image {
  margin: 0 0 30px;
}
.single-hentry .wp-block-gallery {
  margin-left: 0;
}
@media only screen and (min-width: 1200px) {
  .content-spacious-full {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-spacious-full .wp-block-gallery {
    margin-left: calc(-200px - (10px/2));
    margin-right: calc(-200px - (10px/2));
    width: calc(100% + 400px + 10px);
    max-width: initial;
  }
  .content-spacious-full .alignwide {
    margin-left: calc(-190px - (10px/2));
    margin-right: calc(-190px - (10px/2));
    width: calc(100% + 380px + 10px);
    max-width: initial;
  }
  .content-spacious-full .alignfullwide {
    margin-left: calc(50% - 50vw - (var(--content-share-ml,0px)/2)) !important;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .blog-post.blog-single .dlab-post-text .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.link-white {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.link-white a {
  color: #f24942;
}
.link-white a:hover {
  color: #fff;
}
.z-index99 {
  z-index: 99;
  position: relative;
}
.text-block {
  font-size: 15px;
  line-height: 23px;
}
.z-index-top {
  z-index: 888;
  position: relative;
}
.font-smooth {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.z-index0 {
  z-index: 0;
  position: relative;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.scale-hover {
  cursor: pointer;
  overflow: hidden;
}
.scale-hover img {
  -webkit-transition: all 1s;
  -khtml-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.scale-hover:hover img {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.circle-image img {
  border-radius: 50% !important;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.color-primary {
  color: #f24942 !important;
}
.color-secondary {
  color: #1c1c23 !important;
}
.bg-primary {
  background-color: #f24942 !important;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}
.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #777;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, top bottom, from(#1c1c23), to(#f9a33a));
  background-image: -webkit-linear-gradient(top, #1c1c23 rgba(0, 0, 0, 0), #f9a33a 100%);
  background-image: -moz-linear-gradient(top, #1c1c23 rgba(0, 0, 0, 0), #f9a33a 100%);
  background-image: -ms-linear-gradient(top, #1c1c23 rgba(0, 0, 0, 0), #f9a33a 100%);
  background-image: -o-linear-gradient(top, #1c1c23 rgba(0, 0, 0, 0), #f9a33a 100%);
  background-image: linear-gradient(top, #1c1c23 rgba(0, 0, 0, 0), #f9a33a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1c1c23', endColorStr='#f9a33a');
}
.overlay-gradient:after {
  background-color: #1c1c23;
  opacity: 0.3;
  z-index: 1;
}
.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;
}
.align-justified {
  width: 100%;
}
.h-main {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #1c1c23;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.landing-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
  list-style: none;
  margin: 0;
}
.line-gap {
  background-color: #ebebea;
  height: 1px;
  margin-left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
}
.z-index-1 {
  z-index: 1;
}
.cms-menu {
  margin: 0;
  list-style: none;
}
.cms-menu > li {
  display: inline-block;
}
.cms-menu > li > a {
  color: ;
  font-size: 14px;
  margin: 0 16px;
  position: relative;
}
.cms-menu > li > a:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -16px;
}
.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
  color: #f24942;
}
.cms-menu > li:last-child > a {
  margin-right: 0;
}
.cms-menu > li:last-child > a:before {
  display: none;
}
.cms-menu .sub-menu {
  display: none;
}
.cms-menu.footer-menu > li > a {
  margin: 0 12px;
  color: #8e8e8e;
}
.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
  color: #f24942;
}
.cms-menu.footer-menu > li:last-child > a {
  margin-right: 0;
}
.row-boxshadow-top {
  -webkit-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
}
.row-boxshadow-bottom {
  -webkit-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .box-shadow-white > .vc_column-inner > .wpb_wrapper, .box-shadow-white > .vc_column-inner > .wpb_wrapper .cms-google-map {
    box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -webkit-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -ms-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -o-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
  }
  .box-shadow-white > .vc_column-inner > .wpb_wrapper .map-render {
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
  .align-justified-md {
    width: 100%;
  }
}
@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;
  }
  .align-justified-sm {
    width: 100%;
  }
}
@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;
  }
  .align-justified-xs {
    width: 100%;
  }
  .sm-no-box-shadow .elementor-column-wrap {
    box-shadow: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .responsive-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .column-wrap-border {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #777;
  padding: 8px 15px;
  line-height: normal;
  height: 48px;
  line-height: 48px;
  font-size: 13px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active {
  border-color: #f24942;
  -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
select {
  height: 48px;
  margin-bottom: 7px;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 104px;
}
textarea.ct_message {
  height: 245px;
}
textarea.ctc_message {
  height: 135px;
}
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: #f24942;
}
input[type='checkbox']:checked:after {
  background: red;
  color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .wpcf7-submit {
  margin-top: 8px;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .ct-row {
  margin-left: -10px;
  margin-right: -10px;
}
.wpcf7-form .ct-row .ct-input {
  padding-left: 10px;
  padding-right: 10px;
}
.wpcf7-form .ct-row input[type="submit"] {
  margin-top: 8px;
}
.wpcf7-form .contact-side-title {
  font-size: 20px;
  letter-spacing: 0.03em;
  padding: 20px 25px;
  background-color: #1c1c23;
  color: #fff;
  margin-bottom: 5px;
}
.wpcf7-form .contact-side-content {
  border: 1px solid #d8d8d8;
  padding: 14px 25px 35px;
}
.wpcf7-form .contact-side-content p {
  font-size: 15px;
  color: #1c1c23;
}
.wpcf7-form .wpcf7-list-item {
  margin: 2px 30px 0 0;
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-list-item {
    margin-bottom: 15px;
  }
}
.wpcf7-form .wpcf7-list-item input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.wpcf7-form .wpcf7-list-item input[type="radio"] + span {
  position: relative;
  padding-left: 27px;
  font-size: 13px;
}
.wpcf7-form .wpcf7-list-item input[type="radio"] + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  cursor: pointer;
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #eaeaea;
  border-radius: 15px;
}
.wpcf7-form .wpcf7-list-item input[type="radio"] + span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  left: 5px;
  top: 3px;
  background-color: transparent;
}
.wpcf7-form .wpcf7-list-item input[type="radio"]:checked + span::after {
  background-color: #f24942;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: #1c1c23;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"] + span::after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 6px;
  color: #fff;
  background-color: transparent;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"]:checked + span::before {
  background-color: #f24942;
  border-color: #f24942;
}
.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: 48px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 48px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #f24942;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #1c1c23;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #f24942;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #f24942;
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 48px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 48px;
  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: #f24942;
}
.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: #f24942;
  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;
  text-align: left;
}
.nice-select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  color: #1c1c23;
  position: absolute;
  right: 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%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 31px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  overflow: auto;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: 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;
}
.contact-form-slider {
  min-width: 470px;
  background-color: #15151b;
  border: 2px solid #f24942;
  border-radius: 10px;
  padding: 40px 22px 50px;
}
.contact-form-slider h2 {
  text-align: center !important;
  font-size: 30px;
  color: #fff;
  margin-bottom: 35px !important;
}
.contact-form-slider br {
  display: none;
}
.contact-form-slider .ct-row input[type="submit"]:hover, .contact-form-slider .ct-row input[type="submit"]:focus {
  background-color: #fff;
  color: #1c1c23;
}
@media screen and (max-width: 1199px) {
  .contact-form-slider {
    display: none;
  }
}
.contact-form-slider .wpcf7-response-output {
  margin-top: -15px !important;
  margin-bottom: 15px !important;
  font-size: 15px !important;
}
.btn, button, .button, input[type="submit"] {
  background-color: #f24942;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
  padding: 13px 33px;
  -webkit-transition: all 300ms ease 0ms;
  -khtml-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
.btn.btn-outline {
  background-color: transparent;
  color: #f24942;
  border: 2px solid #f24942;
}
.btn.btn-outline:hover {
  background-color: #f24942;
  color: #fff;
}
.btn.btn-secondary {
  padding-left: 34px;
  padding-right: 34px;
  background-color: #1c1c23;
  border-color: #1c1c23;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: #f24942;
  border-color: #f24942;
  color: #fff;
}
.btn.hover-slide {
  position: relative;
  overflow: hidden;
  flex: none;
}
.btn.hover-slide:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.btn.hover-slide:hover:after {
  left: 120%;
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}
.btn.btn-fullwidth {
  width: 100%;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-block {
  display: block;
}
.wp-block-button {
  margin-bottom: 1.5em;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: #f24942;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #f24942;
  border-color: #f24942;
}
#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap .row-flex {
  align-items: center;
}
#site-header-wrap .site-branding {
  margin: 15px 0;
  position: relative;
  flex-grow: 1;
}
#site-header-wrap .site-branding img {
  max-height: 30px;
}
#site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile {
  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;
  opacity: 0;
}
#site-header-wrap #site-header {
  position: relative;
}
#site-header-wrap #site-header.h-fixed {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  #site-header-wrap #site-header.h-fixed {
    background-color: #fff;
  }
}
#site-header-wrap .icon-slide-nav {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap .icon-slide-nav {
    display: none;
  }
}
#site-header-wrap .icon-slide-nav span {
  position: relative;
  width: 18px;
  display: block;
  height: 18px;
  transition: transform 0.33s 0s ease;
  overflow: hidden;
}
#site-header-wrap .icon-slide-nav span .lines-button {
  transition: 0.3s;
  cursor: pointer;
  line-height: 0px !important;
  top: 7px;
  position: relative;
  font-size: 0px !important;
  user-select: none;
  display: block;
}
#site-header-wrap .icon-slide-nav span .lines-button:after {
  height: 2px;
  background-color: #1b1a1a;
  display: inline-block;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
#site-header-wrap .icon-slide-nav span .lines-button .lines {
  background-color: #1b1a1a;
}
#site-header-wrap .icon-slide-nav span .lines-button .lines:before, #site-header-wrap .icon-slide-nav span .lines-button .lines:after {
  display: block;
  width: 18px;
  height: 2px;
  background: #1b1a1a;
  transition: 0.3s;
  position: absolute;
  right: 0;
  content: '';
}
#site-header-wrap .icon-slide-nav span .lines-button .lines:before {
  top: 5px;
  width: 14px;
}
#site-header-wrap .icon-slide-nav span .lines-button .lines:after {
  top: -5px;
}
#site-header-wrap .icon-slide-nav span:hover .lines-button .lines:before {
  width: 18px;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap .header-top {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout2 .container, #site-header-wrap.header-layout3 .container, #site-header-wrap.header-layout5 .container {
    max-width: 1520px;
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap .column-flex {
    display: flex;
    align-items: center;
  }
  #site-header-wrap .site-navigation {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout1 .header-top {
    height: 57px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #15151b;
    color: #fff;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-left {
    width: 50%;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-left p {
    margin-bottom: 0;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-left p span {
    color: #f24942;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content {
    display: flex;
    align-items: center;
    position: relative;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social {
    margin-left: 20px;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a {
    padding: 0 10px;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item {
    display: inline-flex;
    height: 57px;
    align-items: center;
    font-size: 16px;
    color: #f24942;
    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;
    padding: 0 23px;
    border-left: 1px solid rgba(200, 200, 200, 0.15);
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item:last-child {
    padding-right: 0;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item:first-child {
    margin-left: 23px;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item.menu-cart .cart-wrap {
    position: relative;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item.menu-cart .cart-wrap .cart-count {
    position: absolute;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    background-color: #fff;
    color: #1c1c23;
    font-size: 13px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -6px;
    right: -6px;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item.menu-cart .cart-wrap .h-btn-cart {
    padding-right: 7px;
  }
  #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item.menu-cart .cart-wrap .h-btn-cart i {
    font-size: 20px;
  }
  #site-header-wrap.header-layout1 .site-header-main {
    background-color: #fff;
  }
  #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.menu-item-has-children {
    margin: 0 33px;
  }
  #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.menu-item-has-children > a:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    position: absolute;
    top: 0px;
    padding-left: 7px;
    color: #f24942;
  }
  #site-header-wrap.header-layout2 .header-top {
    height: 57px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #15151b;
    color: #fff;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left p {
    margin-bottom: 0;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left a {
    color: inherit;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left a:hover {
    color: #f24942;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left .ct-item {
    display: inline-flex;
    padding: 5.5px 20px 5.5px 25px;
    border-left: 1px solid rgba(200, 200, 200, 0.15);
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left .ct-item:first-child {
    padding-left: 0;
    border-left: none;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left .ct-item:last-child {
    padding-right: 0;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left .ct-item i {
    margin-right: 9px;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content {
    display: flex;
    align-items: center;
    position: relative;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social {
    margin-left: 20px;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media {
    margin: 0 !important;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #3e3e44;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a i {
    transition: none;
  }
  #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a:hover {
    background-color: #fff;
    color: #1c1c23;
  }
  #site-header-wrap.header-layout2 .site-header-main {
    background-color: #1c1c23;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-branding .logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-branding .logo-dark {
    opacity: 0;
  }
  #site-header-wrap.header-layout2 .site-header-main .primary-menu > li {
    margin: 0 34px;
  }
  #site-header-wrap.header-layout2 .site-header-main .primary-menu > li > a {
    color: #fff;
    line-height: 93px;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-menu-right .top-right-content {
    display: flex;
    align-items: center;
    margin-left: 32px;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-menu-right .h-btn-search {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(200, 200, 200, 0.15);
    border-right: 1px solid rgba(200, 200, 200, 0.15);
    cursor: pointer;
    font-size: 17px;
    padding: 11.5px 33px;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-menu-right .h-btn-search i {
    margin-bottom: 3px;
    transition: all 300ms ease 0s;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-menu-right .h-btn-search:hover i {
    color: #f24942;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-menu-right .ct-phone a {
    font-size: 24px;
    font-weight: 500;
    color: #f24942;
    margin-left: 32px;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed {
    background-color: #1c1c23;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-branding .logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-branding .logo-dark {
    opacity: 0;
  }
  #site-header-wrap.header-layout3 .site-header-main .primary-menu > li {
    margin: 0 25px;
  }
  #site-header-wrap.header-layout3 .site-header-main .primary-menu > li > a {
    color: #fff;
  }
  #site-header-wrap.header-layout3 .site-header-main .primary-menu > li > a:before {
    content: none;
  }
  #site-header-wrap.header-layout3 .site-header-main .primary-menu > li.menu-item-has-children {
    margin: 0 33px;
  }
  #site-header-wrap.header-layout3 .site-header-main .primary-menu > li.menu-item-has-children > a:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    position: absolute;
    top: 0px;
    padding-left: 7px;
    color: #f24942;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-menu-right .site-menu-right-button {
    margin-left: 50px;
  }
  #site-header-wrap.header-layout3 .site-header-main .site-menu-right .site-menu-right-button a {
    background-color: #f24942;
    color: #fff;
  }
  #site-header-wrap.header-layout4 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
  #site-header-wrap.header-layout4 .header-top {
    height: 57px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    color: #777;
    border-bottom: 1px solid rgba(21, 21, 27, 0.15);
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left p {
    margin-bottom: 0;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left a {
    color: inherit;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left a:hover {
    color: #f24942;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left .ct-item {
    display: inline-flex;
    padding: 5.5px 20px 5.5px 25px;
    border-left: 1px solid rgba(21, 21, 27, 0.15);
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left .ct-item:first-child {
    padding-left: 0;
    border-left: none;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left .ct-item:last-child {
    padding-right: 0;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left .ct-item i {
    margin-right: 9px;
    color: #1c1c23;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content {
    display: flex;
    align-items: center;
    position: relative;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(21, 21, 27, 0.15);
    color: #1c1c23;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a i {
    transition: none;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a:hover {
    background-color: #f24942;
    border-color: #f24942;
    color: #fff;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon {
    margin-left: 32px;
  }
  #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon span {
    display: inline-flex;
    width: 57px;
    height: 57px;
    background-color: #f24942;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
  }
  #site-header-wrap.header-layout4 .site-header-main {
    background-color: #fff;
  }
  #site-header-wrap.header-layout4 .site-header-main .site-branding .logo-light {
    opacity: 0;
  }
  #site-header-wrap.header-layout4 .site-header-main .site-branding .logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout4 .site-header-main .primary-menu > li {
    margin: 0 34px;
  }
  #site-header-wrap.header-layout4 .site-header-main .primary-menu > li > a {
    color: #1c1c23;
  }
  #site-header-wrap.header-layout5 .column-flex {
    flex-wrap: wrap;
  }
  #site-header-wrap.header-layout5 .site-header-main {
    background-color: #1c1c23;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left {
    display: flex;
    flex-grow: 1;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .site-branding {
    margin: 15px 82px 15px 0;
    flex-grow: 0;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .site-branding .logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .site-branding .logo-dark {
    opacity: 0;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .site-navigation {
    justify-content: space-between;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li {
    margin: 0 25px;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li:first-child {
    margin-left: 0 !important;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li > a {
    color: #fff;
    line-height: 93px;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li > a:before {
    content: none;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li.menu-item-has-children {
    margin: 0 30px;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li.menu-item-has-children > a:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    position: absolute;
    top: 0px;
    padding-left: 7px;
    color: #f24942;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right {
    display: flex;
    align-items: center;
    height: 93px;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-social:not(:last-child) {
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-social .cms-social-media a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #3e3e44;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-social .cms-social-media a i {
    transition: none;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-social .cms-social-media a:hover {
    background-color: #fff;
    color: #1c1c23;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-search {
    margin: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-search .h-btn-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    width: 34px;
    height: 34px;
    background-color: #fff;
    color: #1c1c23;
    border-radius: 50%;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-search .h-btn-search i {
    margin-bottom: 0px;
    transition: all 300ms ease 0s;
    font-weight: 400;
    font-size: 15px;
    margin-top: 2px;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-search .h-btn-search:hover i {
    color: #f24942;
  }
  #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-button a {
    background-color: #f24942;
    color: #fff;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 21px 0;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .site-branding {
    flex: none;
    margin-right: 30px;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .site-branding .logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .site-branding .logo-dark {
    opacity: 0;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 25px;
    position: relative;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item:first-child {
    padding-left: 0;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item a {
    color: #fff;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item a:hover {
    color: #f24942;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item p {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item:not(:last-child):after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 33px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    background-color: #f24942;
    color: #fff;
    margin-right: 15px;
    flex: none;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-text > div:first-child, #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-text span:first-child {
    font-size: 17px;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-text > div:last-child, #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-text span:last-child {
    font-size: 13px;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 25px;
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    flex: none;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .action-icon .h-btn-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    width: 43px;
    height: 43px;
    background-color: #fff;
    color: #1c1c23;
    border-radius: 50%;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .action-icon .h-btn-search i {
    margin-bottom: 3px;
    transition: all 300ms ease 0s;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .action-icon .h-btn-search:hover i {
    color: #f24942;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .site-navigation {
    justify-content: space-between;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li {
    margin: 0 25px;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li > a {
    color: #fff;
    line-height: 93px;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li > a:before {
    content: none;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li.menu-item-has-children {
    margin: 0 33px;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li.menu-item-has-children > a:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    position: absolute;
    top: 0px;
    padding-left: 7px;
    color: #f24942;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li:first-child {
    margin-left: 0 !important;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .site-menu-right .site-menu-right-button {
    margin-left: 50px;
  }
  #site-header-wrap.header-layout6 .site-header-main .header-bottom .site-menu-right .site-menu-right-button a {
    background-color: #f24942;
    color: #fff;
  }
  #site-header-wrap.header-layout6 .site-header-main.h-fixed {
    background-color: #1c1c23;
  }
  #site-header-wrap.header-layout6 .site-header-main.h-fixed .header-top {
    display: none;
  }
  #site-header-wrap.header-layout7 .header-top {
    height: 57px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(21, 21, 27, 0.07);
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner {
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-left {
    width: 50%;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-left p {
    margin-bottom: 0;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-left p span {
    color: #1c1c23;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content {
    display: flex;
    align-items: center;
    position: relative;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item {
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item:not(:last-child) {
    border-right: 1px solid #d8d8d8;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item:first-child {
    padding-left: 0;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item:last-child {
    padding-right: 0;
  }
  #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item span {
    margin-right: 3px;
  }
  #site-header-wrap.header-layout7 .site-header-main {
    background-color: #fff;
  }
  #site-header-wrap.header-layout7 .site-header-main .primary-menu > li.menu-item-has-children {
    margin: 0 33px;
  }
  #site-header-wrap.header-layout7 .site-header-main .primary-menu > li.menu-item-has-children > a:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    position: absolute;
    top: 0px;
    padding-left: 7px;
    color: #f24942;
  }
  #site-header-wrap.header-layout7 .site-header-main .site-menu-right {
    color: #1c1c23;
  }
  #site-header-wrap.header-layout7 .site-header-main .site-menu-right .h-btn-search {
    margin-left: 50px;
    cursor: pointer;
  }
  #site-header-wrap.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li > a {
    color: #fff;
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li:hover > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current_page_item > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current-menu-ancestor > a {
    color: #f24942;
  }
}
@media screen and (max-width: 1399px) {
  .site-header-main .primary-menu > li {
    margin: 0 17px !important;
  }
  .site-header-main .primary-menu > li > a {
    font-size: 13px !important;
  }
  .site-menu-right-button a {
    font-size: 12px;
    padding: 10px 20px;
  }
  .header-layout2 .header-top-left .ct-item {
    font-size: 13px;
  }
  .header-layout2 .site-menu-right .h-btn-search {
    padding: 11.5px 20px !important;
  }
  .header-layout2 .site-menu-right .top-right-content {
    margin-left: 18px !important;
  }
  .header-layout2 .site-menu-right .ct-phone a {
    font-size: 18px !important;
    margin-left: 20px !important;
  }
  .header-layout3 .site-menu-right-button {
    margin-left: 30px !important;
  }
  .header-layout4 .header-top-left .ct-item {
    padding: 5.5px 3px 5.5px 8px !important;
  }
}
@media screen and (max-width: 1199px) {
  .header-layout5 .site-header-main .site-menu-right {
    order: -1;
    width: 100%;
    justify-content: center;
  }
  .header-layout5 .site-header-main .site-menu-left {
    justify-content: center;
  }
  .header-layout5 .site-header-main .primary-menu > li {
    margin: 0 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  .header-layout6 .header-top .header-top-right .ct-item {
    padding: 0 10px !important;
  }
  .header-layout6 .header-top .header-top-right .ct-item .ct-item-text > div:first-child, .header-layout6 .header-top .header-top-right .ct-item .ct-item-text span:first-child {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap .site-header-main .site-menu-right {
    display: none;
  }
  #site-header-wrap.header-layout6 .header-top {
    display: block;
  }
  #site-header-wrap.header-layout6 .header-top .header-top-right {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #site-header-wrap.fixed-height {
    height: inherit !important;
  }
  #site-header-wrap .site-branding {
    min-height: 60px;
    margin: 10px 0;
  }
  #site-header-wrap .site-branding img {
    padding: 5px 0;
  }
  #site-header-wrap .site-branding a {
    opacity: 0;
    display: inline-block;
    line-height: 60px !important;
  }
  #site-header-wrap .site-branding a.logo-mobile {
    opacity: 1 !important;
  }
  #site-header-wrap .site-branding a.logo-dark {
    display: none;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #site-header-wrap #headroom {
    position: static !important;
  }
}
#site-header {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#site-header.h-fixed {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: 0.7s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.7s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.7s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.7s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.7s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.7s ease 0s normal forwards 1 running headerSlideDown;
}
.admin-bar #site-header-wrap #site-header.h-fixed {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 0;
  }
}
.slide-nav-wrapper {
  position: fixed;
  top: 0;
  right: -15px;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  color: #1c1c23;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -khtml-transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate(555px, 0px);
  -khtml-transform: translate(555px, 0px);
  -moz-transform: translate(555px, 0px);
  -ms-transform: translate(555px, 0px);
  -o-transform: translate(555px, 0px);
  transform: translate(555px, 0px);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
  max-width: 555px;
  padding: 50px 40px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 575px) {
  .slide-nav-wrapper {
    padding: 100px 30px;
  }
}
.slide-nav-wrapper .cms-close-slide {
  position: absolute;
  top: 50px;
  right: 42px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 50%;
  font-size: 23px;
  cursor: pointer;
  color: #777;
  transition: all 300ms ease 0s;
}
.slide-nav-wrapper .cms-close-slide:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .slide-nav-wrapper .cms-close-slide {
    top: 80px;
  }
}
.slide-nav-wrapper h3 {
  margin-bottom: 24px;
}
.slide-nav-wrapper .slide-top {
  padding-bottom: 13px;
  border-bottom: 1px solid #e9e9e9;
}
.slide-nav-wrapper .slide-top .slide-logo-wrap {
  margin-bottom: 44px;
}
.slide-nav-wrapper .slide-top .slide-logo-wrap img {
  max-height: 30px;
}
.slide-nav-wrapper .slide-top .slide-desc {
  color: #777;
}
.slide-nav-wrapper .slide-contact {
  margin-top: 29px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.slide-nav-wrapper .slide-contact .ct-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.slide-nav-wrapper .slide-contact .ct-item a {
  color: inherit;
}
.slide-nav-wrapper .slide-contact .ct-item p {
  margin-bottom: 0;
}
.slide-nav-wrapper .slide-contact .ct-item span {
  min-width: 15px;
  margin-right: 6px;
}
.slide-nav-wrapper .slide-contact .ct-item.slide-ct-phone {
  font-size: 20px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 5px;
  line-height: 1;
}
.slide-nav-wrapper .slide-contact .ct-item.slide-ct-phone a {
  color: #f24942;
  border-bottom: 1px solid #f24942;
}
.slide-nav-wrapper .slide-social {
  padding-bottom: 35px;
  border-bottom: 1px solid #e9e9e9;
}
.slide-nav-wrapper .slide-social .cms-social-media {
  margin-top: 6px;
  margin-left: 0 !important;
}
.slide-nav-wrapper .slide-social .cms-social-media a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 6px;
}
.slide-nav-wrapper .slide-social .cms-social-media a i {
  transition: none;
}
.slide-nav-wrapper .slide-social .cms-social-media a:hover {
  background-color: #f24942;
  color: #fff;
  border-color: #f24942;
}
.slide-nav-wrapper .slide-social .cms-social-media a:hover i {
  transform: none;
}
.slide-nav-wrapper .slide-bottom .slide-desc {
  margin-top: 26px;
}
.slide-nav-wrapper .slide-bottom .slide-button {
  margin-top: 28px;
}
.slide-nav-wrapper .slide-bottom .slide-button a {
  background-color: #1c1c23;
  color: #fff;
}
.admin-bar .slide-nav-wrapper {
  top: 32px;
}
body.js_nav .slide-nav-wrapper {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .primary-menu-not-set {
    list-style: none;
    margin: 0;
  }
  .primary-menu-not-set > li {
    margin-right: 20px;
  }
  .primary-menu-not-set > li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 100px;
  }
  .primary-menu-not-set > li a:hover {
    color: #f24942;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
  }
  .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;
    margin: 0 25px;
  }
  .primary-menu > li:last-child {
    margin-right: 0 !important;
  }
  .primary-menu > li > a {
    font-size: 16px;
    color: #1c1c23;
    font-weight: 500;
    line-height: 100px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
  }
  .primary-menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f24942;
    opacity: 0;
    height: 4px;
    margin-top: 12px;
    width: 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;
  }
  .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: #f24942;
  }
  .primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
    opacity: 1;
    width: 100%;
  }
  .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu > li > .sub-menu li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #1c1c23;
    padding: 25px 0;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 250px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -khtml-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -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);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .primary-menu .sub-menu li {
    padding: 0 40px;
  }
  .primary-menu .sub-menu li a {
    color: #e3e3e3;
    line-height: normal;
    padding: 10px 0;
    position: relative;
  }
  .primary-menu .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #f24942;
  }
  .primary-menu .sub-menu li.menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    content: "\f105";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
    /* Mega Menu */
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
  .primary-menu li.megamenu {
    position: static;
  }
  .primary-menu li.megamenu .sub-menu {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .primary-menu li.megamenu .sub-menu li > .container {
    padding: 13px 25px;
  }
  .primary-menu li.megamenu .sub-menu .wpb_content_element {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .primary-menu > li {
    margin: 0 15px;
  }
  .primary-menu > li.menu-item-has-children {
    margin: 0 25px;
  }
  #site-header-wrap .icon-slide-nav {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .site-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .site-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #1c1c23;
    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: #f24942;
  }
  .primary-menu li .link-icon {
    margin-right: 6px;
    font-size: 90%;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    content: "\f2fc";
  }
  .primary-menu li.focus > .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: #f24942;
  }
  #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 {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
  }
}
.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: #15151b;
  padding-top: 144px;
  padding-bottom: 132px;
  text-align: center;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pagetitle {
    background-attachment: inherit;
  }
}
#pagetitle:before {
  background-color: transparent;
}
#pagetitle .page-title-inner {
  position: relative;
  z-index: 99;
}
#pagetitle .page-title-inner .page-title {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
#pagetitle .page-title-inner .page-sub-title {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.13em;
}
#pagetitle .cms-breadcrumb {
  margin: 0;
  list-style: none;
  position: relative;
}
#pagetitle .cms-breadcrumb li {
  display: inline-block;
  color: #f24942;
  font-size: 13px;
}
#pagetitle .cms-breadcrumb li a {
  color: #f9f9f9;
}
#pagetitle .cms-breadcrumb li a:after {
  content: '\f105\f105';
  letter-spacing: -0.13em;
  font-family: FontAwesome;
  margin: 0 11px;
}
#pagetitle .cms-breadcrumb li a:hover {
  color: #f24942;
}
#pagetitle .cms-breadcrumb li a:hover:after {
  color: #fff;
}
#pagetitle .cms-breadcrumb li span {
  margin-right: 10px;
}
#pagetitle.page-title-layout2 {
  position: relative;
}
#pagetitle.page-title-layout2 .page-title {
  text-transform: uppercase;
}
#pagetitle.page-title-layout2 ul.cms-breadcrumb {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  left: 50%;
  bottom: -20px;
  z-index: 100;
  transform: translateX(-50%);
  background-color: #f24942;
  padding: 9.5px 36px;
  white-space: nowrap;
}
#pagetitle.page-title-layout2 ul.cms-breadcrumb li {
  color: #fff;
}
#pagetitle.page-title-layout2 ul.cms-breadcrumb li a {
  color: #fff;
}
#pagetitle.page-title-layout2 ul.cms-breadcrumb li a:after {
  margin: 0 8px;
  color: #fff;
}
#pagetitle.page-title-layout2 ul.cms-breadcrumb li a:hover {
  color: #ebebeb;
}
#pagetitle.page-title-layout2 ul.cms-breadcrumb:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 20px;
  background-color: transparent;
  top: 0;
  left: -12px;
  border-left: 12px solid transparent;
  border-bottom: 20px solid #ef241c;
}
#pagetitle.page-title-layout2 ul.cms-breadcrumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 20px;
  background-color: transparent;
  top: 0;
  right: -12px;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #ef241c;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-featured {
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.format-gallery .entry-featured img {
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #f24942;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.posts-pagination .posts-page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.posts-pagination .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 52px;
  color: #fff;
  background-color: #1c1c23;
  border-color: #1c1c23;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  background-color: #f24942;
  color: #fff;
  border-color: #f24942;
}
.posts-pagination .page-numbers.next {
  margin-left: 10px;
  font-size: 20px;
}
.posts-pagination .page-numbers.prev {
  margin-right: 20px;
  font-size: 20px;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  color: #f24942;
}
.entry-featured {
  position: relative;
  margin-bottom: 24px;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.entry-featured .post-image img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.redux-page .entry-featured .post-image img {
  width: 100%;
}
.entry-meta {
  margin: 0;
  list-style: none;
  font-size: 13px;
}
.entry-meta li {
  display: inline-block;
  margin: 0 6px 5px 0;
}
.entry-meta li.item-comment a {
  color: inherit;
}
.entry-meta li.item-comment a:hover {
  color: #f24942;
}
.entry-meta li.item-category {
  line-height: 22px;
  background-color: #f24942;
  color: #fff;
  padding: 0 7px;
  margin-right: 12px;
  position: relative;
  z-index: 1;
}
.entry-meta li.item-category:before, .entry-meta li.item-category:after {
  content: '';
  height: 50%;
  position: absolute;
  right: -6px;
  width: 20px;
  background-color: #f24942;
  z-index: -1;
}
.entry-meta li.item-category:before {
  -webkit-transform: skewX(-45deg);
  -khtml-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: 0;
}
.entry-meta li.item-category:after {
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -khtml-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}
.entry-meta li.item-category a {
  color: inherit;
}
.entry-meta li.item-category a:hover {
  color: inherit;
}
.single-hentry .entry-holder {
  margin-bottom: 19px;
}
.single-hentry .entry-title {
  font-size: 24px;
  line-height: 1.375;
  margin-bottom: 16px;
}
.single-hentry .entry-content p {
  margin-bottom: 15px;
}
.single-hentry .entry-readmore {
  display: inline-block;
  margin-top: 16px;
}
.single-hentry .entry-readmore a.readmore-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #f24942;
}
.single-hentry .entry-readmore a.readmore-link i {
  font-weight: bold;
  font-size: 13px;
  margin-left: 2px;
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.2s linear 0ms;
}
.single-hentry .entry-readmore a.readmore-link:hover i {
  transform: translateX(0);
  opacity: 1;
}
.single-hentry.archive {
  margin-bottom: 43px;
}
.single-hentry.archive .post-image {
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single .post-meta .post-meta-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.single .post-meta .post-meta-inner .left-meta-inner {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 30px;
}
.single .post-meta .post-meta-inner .left-meta-inner .avatar-info {
  flex: none;
  margin-right: 13px;
}
.single .post-meta .post-meta-inner .left-meta-inner .avatar-info img {
  border-radius: 50%;
}
.single .post-meta .post-meta-inner .left-meta-inner .name-info h5 {
  margin-bottom: 4px;
}
.single .post-meta .post-meta-inner .left-meta-inner .name-info h5 a {
  font-size: 17px;
  letter-spacing: 0.03em;
  color: inherit;
  font-weight: bold;
}
.single .post-meta .post-meta-inner .left-meta-inner .name-info p.desc {
  margin-bottom: 0;
  font-size: 13px;
  color: #777;
}
.single .post-meta .post-meta-inner .right-meta-inner {
  margin-bottom: 10px;
}
.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 30px 5px 0;
}
.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li:last-child {
  margin-right: 0;
}
.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li svg {
  transition: fill 0.12s ease-in-out;
  fill: currentColor;
  margin-right: 8px;
}
.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li i {
  font-size: 15px;
  margin-right: 6px;
}
.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li a {
  margin-left: 2px;
}
.single .entry-social {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #d8d8d8;
  padding: 30px 0;
  margin-bottom: 30px;
}
.single .entry-social span {
  font-size: 17px;
  font-weight: 500;
  color: #1c1c23;
  margin-right: 12px;
}
.single .entry-social ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.single .entry-social ul li {
  margin-right: 6px;
}
.single .entry-social ul li a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.single .entry-social ul li a.fb-social {
  background-color: #3b5998;
}
.single .entry-social ul li a.tw-social {
  background-color: #00acee;
}
.single .entry-social ul li a.pin-social {
  background-color: #ca1f27;
}
.single .entry-social ul li a.g-social {
  background-color: #dd4b39;
}
.single .entry-social ul li a:hover {
  opacity: 0.75;
}
.single-post .entry-content {
  padding-bottom: 5px;
}
.single-post .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 39px;
  border-bottom: 1px dashed #d8d8d8;
}
.single-post .post-previous-next {
  padding: 0 0 30px 0;
  border-bottom: 1px dashed #d8d8d8;
  margin-bottom: 30px;
}
.single-post .post-previous-next.default .grid-item-inner {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single-post .post-previous-next.default .grid-item-inner {
    margin: 10px 0;
  }
}
.single-post .post-previous-next.default .grid-item-inner .item-featured {
  max-width: 70px;
  flex: none;
}
.single-post .post-previous-next.default .grid-item-inner .item-featured a {
  display: block;
  position: relative;
}
.single-post .post-previous-next.default .grid-item-inner .item-featured a .nav-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 26, 26, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: all 300ms ease 0s;
  cursor: pointer;
}
.single-post .post-previous-next.default .grid-item-inner .item-featured a .nav-arrow i {
  font-size: 16px;
}
.single-post .post-previous-next.default .grid-item-inner .item-featured a:hover .nav-arrow {
  opacity: 1;
}
.single-post .post-previous-next.default .grid-item-inner .item-holder {
  margin-top: -3px;
}
.single-post .post-previous-next.default .grid-item-inner .item-holder span {
  font-size: 13px;
  color: #616161;
}
.single-post .post-previous-next.default .grid-item-inner .item-holder .item-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.single-post .post-previous-next.default .grid-item-inner .item-holder .item-title a {
  color: #1c1c23;
}
.single-post .post-previous-next.default .grid-item-inner .item-holder .item-title a:hover {
  color: #f24942;
}
.single-post .post-previous-next.default .nav-link-prev {
  text-align: left;
}
.single-post .post-previous-next.default .nav-link-prev .item-featured {
  margin-right: 20px;
}
.single-post .post-previous-next.default .nav-link-next {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .single-post .post-previous-next.default .nav-link-next .grid-item-inner {
    justify-content: flex-end;
  }
}
.single-post .post-previous-next.default .nav-link-next .item-featured {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .single-post .post-previous-next.default .nav-link-next {
    text-align: left;
  }
  .single-post .post-previous-next.default .nav-link-next .item-featured {
    order: -1;
    margin-left: 0;
    margin-right: 20px;
  }
}
.single-post .entry-content .page-links {
  margin-bottom: 30px;
}
.cms-related-post {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 35px;
  margin-bottom: 37px;
}
.cms-related-post .item-featured img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cms-related-post .item-title {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c23;
  margin: 16px 0 0;
}
.cms-related-post .item-title a {
  color: inherit;
}
.cms-related-post .item-title a:hover {
  color: #f24942;
}
.no-results .search-form {
  position: relative;
}
.no-results .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  color: #282828;
  background-color: transparent;
  padding: 0 20px;
}
.entry-author-info, .comment-list-wrap, .comment-respond {
  background-color: #fff;
  padding: 40px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
@media screen and (max-width: 767px) {
  .entry-author-info, .comment-list-wrap, .comment-respond {
    padding: 25px;
  }
}
.comment-respond {
  margin-top: 25px;
}
.entry-author-info {
  padding-bottom: 32px;
}
img.image-space {
  margin-top: 9px;
  margin-bottom: 6px;
}
.single-event .wpb_text_column p {
  margin-bottom: 21px;
}
.single-event .wpb_text_column p:last-child {
  margin-bottom: 0;
}
.single-event .entry-socail {
  text-align: center;
  padding: 38px 0;
}
.single-event .entry-socail a {
  font-size: 14px;
  color: #333;
  margin: 0 9px;
}
.single-event .entry-socail a:hover {
  color: #f24942;
}
.single-event .entry-socail label {
  font-size: 14px;
  font-weight: 700;
  color: #282828;
  margin-right: 15px;
}
.single-event .comments-area {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.single-attorney .attorney-info-wrap {
  margin-bottom: 50px;
}
.single-attorney .attorney-info-wrap .featured-image-wrap {
  margin-bottom: 28px;
}
.single-attorney .attorney-info-wrap .featured-image-wrap img {
  border-radius: 5px;
}
.single-attorney .attorney-info-wrap .attorney-info h3 {
  letter-spacing: 0.03em;
  margin-bottom: 23px;
}
.single-attorney .attorney-info-wrap .attorney-info .main-info span {
  font-size: 15px;
  color: #1c1c23;
}
.single-attorney .attorney-info-wrap .attorney-info .main-info span.label {
  font-weight: 500;
  margin-right: 3px;
  font-size: 17px;
}
.single-attorney .attorney-info-wrap .attorney-info .main-info ul {
  list-style: none;
  margin-bottom: 0;
}
.single-attorney .attorney-info-wrap .attorney-info .main-info ul.info-text li {
  margin-bottom: 11px;
}
.single-attorney .attorney-info-wrap .attorney-info .main-info .attorney-social {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 17px;
}
.single-attorney .attorney-info-wrap .attorney-info .main-info .attorney-social ul.info-social {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.single-attorney .attorney-info-wrap .attorney-info .main-info .attorney-social ul.info-social li a {
  color: #1c1c23;
  font-size: 16px;
  padding: 0 9px;
}
.single-attorney .attorney-info-wrap .attorney-info .main-info .attorney-social ul.info-social li a:hover {
  color: #f24942;
}
.single-attorney .attorney-info-wrap .download-button {
  margin-top: 25px;
}
.single-attorney .attorney-info-wrap .download-button a {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #1c1c23;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.07em;
}
.single-attorney .attorney-info-wrap .download-button a i {
  font-size: 15px;
  margin-left: 12px;
}
.single-attorney .attorney-info-wrap .download-button a:hover {
  background-color: #f24942;
}
.single-attorney .attorney-info-wrap .review-form {
  margin-top: 25px;
}
.single-attorney .attorney-info-wrap .review-form .review-title {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 48px;
  background-color: #f24942;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.07em;
  margin-bottom: 0;
}
.single-attorney .attorney-info-wrap .review-form .comment-respond {
  border: 1px solid #d3d3d3;
  border-top: none;
  box-shadow: none;
  padding: 35px 22px;
  margin-top: 0;
  display: none;
}
.single-attorney .attorney-info-wrap .review-form .comment-respond .comment-reply-title {
  display: none;
}
.single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="text"] {
  margin-bottom: 11px;
}
.single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="text"]:focus {
  box-shadow: none;
}
.single-attorney .attorney-info-wrap .review-form .comment-respond form textarea:focus {
  box-shadow: none;
}
.single-attorney .attorney-info-wrap .review-form .comment-respond form p.form-submit {
  margin-bottom: 14px;
  margin-top: 27px;
  text-align: center;
}
.single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="submit"] {
  background-color: #1c1c23;
}
.single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="submit"]:hover, .single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="submit"]:focus {
  background-color: #f24942;
}
.single-attorney .comments-area .comment-list-wrap {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding-top: 40px;
  border-top: 1px solid #d8d8d8;
  margin-top: 35px;
}
.single-attorney .comments-area .comment-list-wrap .comments-title {
  font-size: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner {
  display: block;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .comment-content .comment-text {
  font-size: 19px;
  line-height: 30px;
  color: #1c1c23;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .customer-info {
  display: flex;
  align-items: center;
  margin-top: 27px;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .customer-info .info-avatar img {
  max-width: 75px;
  min-width: 75px;
  max-height: 75px;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .customer-info .info-text .comment-title {
  font-size: 17px;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #1c1c23;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .customer-info .info-text .desc {
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #777;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-prev, .single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 20px;
  font-size: 25px;
  margin-top: 0;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-prev:hover, .single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-next:hover {
  color: #f24942;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-prev {
  right: 58px;
}
.single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-next {
  right: 20px;
}
@media screen and (max-width: 991px) {
  .single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-prev, .single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-next {
    position: static;
  }
}
.single-attorney .attorney-contact {
  padding-top: 42px;
  margin-top: 50px;
  border-top: 1px solid #d8d8d8;
}
.single-attorney .attorney-contact h2 {
  font-size: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 29px;
}
#secondary .widget {
  padding: 25px 24px;
  margin-bottom: 49px;
  border: 1px solid #e3e3e3;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget .widget-title {
  background-color: #1c1c23;
  color: #fff;
  padding: 20px 25px 21px;
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 25px;
}
#secondary .widget.widget_categories, #secondary .widget.widget_archive {
  padding-bottom: 0;
}
#secondary .widget.widget_categories ul:not(.sub-menu), #secondary .widget.widget_archive ul:not(.sub-menu) {
  margin-top: -25px;
}
#secondary .widget.widget_categories ul li, #secondary .widget.widget_archive ul li {
  border-bottom: 1px solid #e3e3e3;
  font-size: 17px;
  font-weight: 500;
  color: inherit;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#secondary .widget.widget_categories ul li:last-child, #secondary .widget.widget_archive ul li:last-child {
  border-bottom: none;
}
#secondary .widget.widget_categories ul li a, #secondary .widget.widget_archive ul li a {
  border: none;
  padding: 18px 0;
  padding-right: 5px;
}
#secondary .widget.widget_categories ul li ul.children, #secondary .widget.widget_archive ul li ul.children {
  width: 100%;
  margin-top: -15px;
}
#secondary .widget.widget_nav_menu {
  padding-bottom: 0;
}
#secondary .widget.widget_nav_menu ul:not(.sub-menu) {
  margin-top: -25px;
}
#secondary .widget.widget_nav_menu ul li {
  border-bottom: 1px solid #e3e3e3;
  font-size: 17px;
  font-weight: 500;
  color: #1c1c23;
  line-height: normal;
}
#secondary .widget.widget_nav_menu ul li:last-child {
  border-bottom: none;
}
#secondary .widget.widget_nav_menu ul li a {
  border: none;
  padding: 18px 0;
}
#secondary .widget.widget_cms_recent_posts {
  padding-bottom: 0;
}
#secondary .widget.widget_cms_recent_posts .post-item {
  padding-bottom: 25px;
}
#secondary .widget.widget_cms_recent_posts .post-item:last-child {
  border: none;
}
#secondary .widget.widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}
.widget_cms_recent_posts {
  padding-bottom: 0;
}
.widget_cms_recent_posts .post-item {
  margin-bottom: 24px;
  padding-bottom: 25px;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.widget_cms_recent_posts .post-item:last-child {
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-media {
  flex: none;
}
.widget_cms_recent_posts .entry-media img {
  max-width: 76px;
  margin-right: 25px;
}
.widget_cms_recent_posts .entry-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
.widget_cms_recent_posts .entry-meta {
  margin-top: 5px;
  text-transform: capitalize;
}
.widget_cms_recent_posts .entry-content {
  margin-bottom: 0;
}
.cms-contact-phone {
  padding: 0 !important;
  border: none !important;
  text-align: center;
}
.cms-contact-phone .content-top {
  background-color: #1c1c23;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 42px;
}
.cms-contact-phone .content-top img {
  max-height: 41px;
}
.cms-contact-phone .content-top .ct-title h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  margin-top: 28px;
  margin-bottom: 8px;
  color: #fff;
}
.cms-contact-phone .content-top .ct-phone p {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 8px;
}
.cms-contact-phone .content-top .ct-phone p a {
  color: #f24942;
}
@media screen and (max-width: 767px) {
  .cms-contact-phone .content-top .ct-phone p {
    font-size: 30px;
  }
}
.cms-contact-phone .content-top .ct-description p {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cms-contact-phone .content-bottom {
  color: #fff;
}
.cms-contact-phone .content-bottom .ct-button a {
  width: 100%;
  background-color: #f24942;
}
.cms-contact-phone .content-bottom .ct-button a:hover {
  background-color: #f0322a;
}
.cms-area-brochures .brochures-description {
  margin-bottom: 28px;
}
.cms-area-brochures .info-buttons p {
  margin-bottom: 10px;
}
.cms-area-brochures .info-buttons p a {
  display: block;
  width: 100%;
  height: 48px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  background-color: #f24942;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.cms-area-brochures .info-buttons p a:hover {
  background-color: #ef241c;
}
.cms-area-brochures .info-buttons p a i {
  font-size: 14px;
  margin-right: 15px;
}
.cms-case-study-info {
  padding: 25px !important;
  border: none !important;
  background-color: #1c1c23;
}
.cms-case-study-info .info-item {
  display: flex;
  justify-content: space-between;
}
.cms-case-study-info .info-item p {
  font-size: 15px;
  margin-bottom: 12px;
}
.cms-case-study-info .info-item p:first-child {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #f24942;
}
.cms-case-study-info .info-item p:last-child {
  color: #fff;
}
.cms-case-study-info .info-text {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
}
.cms-case-study-info .info-text .info-text-top {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cms-case-study-info .info-text .info-text-top .client {
  margin-bottom: 5px;
  margin-top: 2px;
}
.cms-case-study-info .info-text .info-text-bottom {
  margin-top: 18px;
}
.cms-case-study-info .info-text .info-text-bottom .info-item p {
  margin-bottom: 3px;
}
.cms-case-study-info .info-text .info-text-bottom .awarded-desc {
  color: #f24942;
}
.cms-case-study-info .info-share {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
}
.cms-case-study-info .info-share .info-item {
  align-items: center;
}
.cms-case-study-info .info-share .info-item p {
  margin-bottom: 0;
}
.cms-case-study-info .info-share ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.cms-case-study-info .info-share ul li a {
  display: inline-flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  background-color: #3c3c42;
  color: #fff;
  margin-left: 6px;
}
.cms-case-study-info .info-share ul li a i {
  font-size: 15px;
}
.cms-case-study-info .info-share ul li a:hover {
  background-color: #f24942;
}
.cms-case-study-info .info-buttons p {
  margin-bottom: 10px;
}
.cms-case-study-info .info-buttons p:last-child {
  margin-bottom: 0;
}
.cms-case-study-info .info-buttons p a {
  display: block;
  width: 100%;
  height: 48px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  background-color: #f24942;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.cms-case-study-info .info-buttons p a:hover {
  background-color: #ef241c;
}
.cms-case-study-info .info-buttons p a i {
  font-size: 14px;
  margin-right: 15px;
}
.cms-image-close {
  padding: 0 !important;
  border: none !important;
}
.cms-image-close .widget-content {
  display: inline-block;
  position: relative;
}
.cms-image-close .widget-content span {
  display: inline-flex;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 8px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-color: #f24942;
  color: #1c1c23;
}
.cms-image-close .widget-content span:before {
  content: "x";
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}
.cms-get-in-touch .widget-title {
  margin-bottom: 16px !important;
}
.cms-get-in-touch .cms-contact-info-inner {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.cms-get-in-touch .cms-contact-info-inner:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder {
  font-size: 15px;
  line-height: 30px;
  color: #1c1c23;
}
.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder a {
  color: inherit;
}
.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder a:hover {
  color: #f24942;
}
.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder h4 {
  font-size: 20px;
  margin-bottom: 7px;
}
.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder .cms-social-media a {
  width: 34px;
  height: 34px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder .cms-social-media a:hover {
  border-color: #f24942;
  background-color: #f24942;
  color: #fff;
}
.site-layout-full-width .widget_cms_recent_posts .entry-title {
  font-size: 20px;
}
.site-layout-full-width .widget_cms_recent_posts .entry-meta li {
  font-size: 16px;
}
.tnp-widget-minimal form {
  display: flex;
}
.tnp-widget-minimal form input.tnp-email {
  color: #777;
  padding: 0 18px;
}
.tnp-widget-minimal form input.tnp-submit {
  width: 25%;
  min-width: 145px;
  padding: 0 35px;
  font-size: 13px;
  letter-spacing: 0.07em;
  font-weight: 700;
  background-color: #f24942;
}
.widget {
  margin-bottom: 44px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .screen-reader-text {
  display: none;
}
.widget .widget-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  color: #1c1c23;
}
.widget select {
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 30px;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.search-form {
  position: relative;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 767px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 100%;
  }
}
.widget_nav_menu.column2 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column2 ul.menu li {
    width: 100%;
  }
}
.widget_search {
  position: relative;
  padding-bottom: 0;
}
.widget_search .search-field {
  padding-right: 50px;
  border: 1px solid #f24942;
  font-style: italic;
}
.widget_search .search-submit {
  border: none;
  background-color: #f24942;
  color: #fff;
  padding: 0;
  height: 48px;
  line-height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_categories ul, .widget_product_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
  font-size: 0;
  line-height: 0;
}
#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 16px;
  color: inherit;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  overflow: hidden;
}
#content .widget_categories ul li a:before, #content .widget_nav_menu ul li a:before, #content .widget_pages ul li a:before, #content .widget_archive ul li a:before, #content .widget_meta ul li a:before {
  content: "\f178";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  width: 16px;
  margin-right: 6px;
  font-size: 13px;
  color: #f24942;
  visibility: hidden;
  margin-left: -22px;
  transition: all 300ms ease-out 0s;
}
#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: inherit !important;
}
#content .widget_categories ul li a:hover:before, #content .widget_nav_menu ul li a:hover:before, #content .widget_pages ul li a:hover:before, #content .widget_archive ul li a:hover:before, #content .widget_meta ul li a:hover:before {
  visibility: visible;
  margin-left: 0;
}
#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: #f24942;
}
#content .widget_categories ul li.menu-item-has-children > a, #content .widget_nav_menu ul li.menu-item-has-children > a, #content .widget_pages ul li.menu-item-has-children > a, #content .widget_archive ul li.menu-item-has-children > a, #content .widget_meta ul li.menu-item-has-children > a {
  border-bottom: 1px solid #e3e3e3;
}
#content .widget_categories ul li .sub-menu, #content .widget_nav_menu ul li .sub-menu, #content .widget_pages ul li .sub-menu, #content .widget_archive ul li .sub-menu, #content .widget_meta ul li .sub-menu, #content .widget_categories ul li .children, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_archive ul li .children, #content .widget_meta ul li .children {
  margin-left: 12px;
}
#content .widget_categories ul li:last-child a, #content .widget_nav_menu ul li:last-child a, #content .widget_pages ul li:last-child a, #content .widget_archive ul li:last-child a, #content .widget_meta ul li:last-child a {
  border: none;
}
#content .widget_categories .current-cat > a, #content .widget_nav_menu .current-cat > a, #content .widget_pages .current-cat > a, #content .widget_archive .current-cat > a, #content .widget_meta .current-cat > a, #content .widget_categories .current-cat-parent > a, #content .widget_nav_menu .current-cat-parent > a, #content .widget_pages .current-cat-parent > a, #content .widget_archive .current-cat-parent > a, #content .widget_meta .current-cat-parent > a, #content .widget_categories .current-cat-ancestor > a, #content .widget_nav_menu .current-cat-ancestor > a, #content .widget_pages .current-cat-ancestor > a, #content .widget_archive .current-cat-ancestor > a, #content .widget_meta .current-cat-ancestor > a {
  color: #f24942;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
#content .widget_nav_menu ul li:last-child a {
  border-bottom: 1px solid #e3e3e3;
}
#content .widget_nav_menu ul li:last-child a:last-child {
  border: none;
}
.widget_recent_entries a, .widget_recent_comments a {
  color: #1c1c23;
  font-size: 16px;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: #f24942;
}
.widget_recent_entries li, .widget_recent_comments li {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.widget_recent_entries li:last-child, .widget_recent_comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss {
  font-size: 16px;
}
.widget_rss .widget-title .rsswidget {
  color: #fff;
  margin-bottom: 0;
}
.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;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.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 {
  padding-bottom: 4px !important;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_calendar tbody td a {
  color: #f24942;
}
.widget_calendar #wp-calendar {
  margin-bottom: 0;
  margin-top: -3px;
}
.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: #f24942;
}
.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: #f24942;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.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;
}
#content .widget_newsletterwidget .tnp-widget {
  position: relative;
}
#content .widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}
#content .widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 42px;
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #1c1c1c;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  font-style: italic;
  padding: 8px 55px 8px 15px;
  font-size: 13px;
}
#content .widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
}
#content .widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  padding: 0 15px;
  background-color: transparent;
  min-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  color: #f24942;
  position: absolute;
  width: inherit;
}
.tagcloud a, .entry-tags a {
  background-color: transparent;
  border: 1px solid #d8d8d8;
  color: #777;
  display: inline-block;
  font-size: 14px !important;
  padding: 7px 25px;
  margin-top: 8px;
  margin-right: 6px;
}
.tagcloud a:hover, .entry-tags a:hover {
  color: #fff;
  border-color: #f24942;
  background-color: #f24942;
}
#sb_instagram .sbi_item img {
  -webkit-border-radius: 1px !important;
  -khtml-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -ms-border-radius: 1px !important;
  -o-border-radius: 1px !important;
  border-radius: 1px !important;
}
#sb_instagram .sbi_item .sbi_photo {
  position: relative;
  opacity: 1 !important;
}
#sb_instagram .sbi_item .sbi_photo:before {
  content: "\f16d";
  color: #fff;
  font-size: 14px;
  font-family: FontAwesome;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  background-color: #f24942;
  opacity: 0.95;
  z-index: 1;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:hover:before, #sb_instagram .sbi_item .sbi_photo:hover:after {
  opacity: 1;
}
#sb_instagram #sbi_load {
  padding-top: 0 !important;
}
.vc_row #sb_instagram .sbi_item .sbi_photo:before {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .vc_row #sb_instagram .sbi_item .sbi_photo:before {
    font-size: 20px;
  }
}
.vc_row #sb_instagram .sbi_item .sbi_photo:after {
  background-color: rgba(242, 73, 66, 0.95);
  top: 30px;
  right: 30px;
  left: 30px;
  bottom: 30px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.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-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-top: 33px;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1em;
  padding: 0 10px;
  width: 50%;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery-columns-5 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-columns-6 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery-columns-7 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-7 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
}
.gallery-columns-8 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
.gallery-caption {
  display: block;
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex;
}
.cms-social-media {
  display: flex;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cms-social-media a {
  font-size: 16px;
  color: inherit;
  padding: 0 8px;
}
.cms-social-media a:hover {
  box-shadow: none !important;
}
.cms-social-media.rotate-hover i {
  transition: all 800ms ease 0.02s;
}
.cms-social-media.rotate-hover a:hover {
  color: inherit;
}
.cms-social-media.rotate-hover a:hover i {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.cms-social-media span {
  display: none;
}
ul.cms-social-media {
  margin-bottom: 0;
  display: inline-flex;
}
ul.cms-social-media li {
  display: inline-block;
}
ul.cms-social-media li + li {
  margin-left: 8px;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 25px;
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list ol li {
  list-style-position: inherit;
}
.comments-area .comment-list > .comment .comment-body {
  border-top: 1px dashed #dbdbdb;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.comments-area .comment-list > .comment > .children {
  list-style: none;
  margin: 0;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list > .comment > .children {
    padding-left: 0;
  }
}
.comments-area .comment-list > .pingback + .pingback {
  border-top: 1px solid #d9d9d9;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list .children {
  list-style: none;
}
@media screen and (min-width: 650px) {
  .comments-area .comment-inner {
    display: flex;
    flex-wrap: nowrap;
  }
}
.comments-area .comment-inner img.avatar {
  max-width: 70px;
  min-width: 70px;
  max-height: 70px;
  margin-right: 20px;
  margin-bottom: 5px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comments-area .comment-inner .comment-content {
  padding-top: 6px;
}
.comments-area .comment-inner .comment-content .comment-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.comments-area .comment-inner .comment-content .comment-meta {
  font-size: 13px;
  color: #9b9b9b;
  margin-bottom: 7px;
}
.comments-area .comment-inner .comment-content .comment-text {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
}
.comments-area .comment-inner .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-inner .comment-content .comment-reply {
  font-size: 13px;
  font-weight: 700;
  color: #f24942;
}
.comments-area .comment-list-wrap {
  margin-bottom: 40px;
}
.comments-area #commentform > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.comments-area #commentform input, .comments-area #commentform textarea {
  margin-bottom: 20px;
}
.comments-area #commentform .comment-form-author, .comments-area #commentform .comment-form-email {
  padding: 0 10px;
}
.comments-area #commentform .comment-form-comment textarea {
  height: 210px;
}
.comments-area #commentform .submit {
  margin: 6px auto 0;
  background-color: #1c1c23;
  border-color: #1c1c23;
  color: #fff;
}
.comments-area #commentform .submit:hover {
  background-color: #f24942;
  border-color: #f24942;
}
.comments-area #commentform .form-submit {
  margin-bottom: 0;
  text-align: center;
}
.comments-area .comment-content a {
  word-wrap: break-word;
}
.comments-area .bypostauthor {
  display: block;
}
.comments-area .logged-in-as {
  color: #9b9b9b;
}
.comments-area .logged-in-as a {
  color: #9b9b9b;
}
.comments-area .logged-in-as a:hover {
  color: #f24942;
}
.comment-form-cookies-consent {
  display: none;
}
.site-footer {
  line-height: 1.73;
  color: #e3e3e3;
}
.site-footer .top-footer {
  background-color: #1c1c23;
  padding: 65px 0 53px;
  position: relative;
}
.site-footer .top-footer .footer-widget-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}
.site-footer .top-footer .cms-footer-item section:not(:last-child) {
  margin-bottom: 29px;
}
.site-footer .top-footer .cms-footer-item p {
  margin-bottom: 11px;
}
.site-footer .top-footer .cms-footer-item a:hover {
  color: rgba(242, 73, 66, 0.75) !important;
}
.site-footer .top-footer .cms-footer-item .footer-logo img {
  max-height: 30px;
  margin-top: 5px;
}
.site-footer .top-footer .cms-footer-item .cms-social-media {
  margin: 0 !important;
}
.site-footer .top-footer .cms-footer-item .cms-social-media li a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.site-footer .top-footer .cms-footer-item .cms-social-media li a:hover {
  background-color: #fff;
  color: #1c1c23 !important;
}
.site-footer .top-footer .cms-footer-item .widget.footer-top-menu ul li {
  margin-bottom: 11px;
}
.site-footer .top-footer .cms-footer-item .widget.footer-top-menu ul li a {
  color: #f24942;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
}
.site-footer .top-footer .cms-footer-item .widget.footer-top-menu ul li a:before {
  content: '\f301';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 11px;
}
.site-footer .top-footer .cms-footer-item .widget_nav_menu ul li ul, .site-footer .top-footer .cms-footer-item .widget_pages ul li ul, .site-footer .top-footer .cms-footer-item .widget_categories ul li ul {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer {
    padding-bottom: 30px;
  }
  .site-footer .top-footer .cms-footer-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .top-footer .cms-footer-item + .cms-footer-item {
    margin-top: 45px;
  }
}
.site-footer .top-footer a {
  color: inherit;
}
.site-footer .top-footer .widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 48px;
  line-height: 48px;
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  color: #777;
  font-weight: 300;
  padding: 8px 55px 8px 15px;
  font-size: 13px;
  margin-top: 17px;
}
.site-footer .top-footer .widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  height: 48px;
  background-color: #f24942;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  border: none;
  margin-top: 15px;
}
.site-footer .top-footer .widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit:hover {
  background-color: rgba(242, 73, 66, 0.75);
}
.site-footer .bottom-footer {
  background-color: #15151b;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
.site-footer .bottom-footer .bottom-col {
  display: flex;
  padding: 22.5px 0;
  border-top: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .bottom-col {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .bottom-footer .bottom-col .bottom-copyright {
    width: 50%;
  }
}
.site-footer .bottom-footer .bottom-col .bottom-copyright a {
  color: #f24942;
}
.site-footer .bottom-footer .bottom-col .bottom-copyright a:hover {
  color: rgba(242, 73, 66, 0.75) !important;
}
@media screen and (min-width: 768px) {
  .site-footer .bottom-footer .bottom-col .bottom-menu {
    width: 50%;
  }
}
.site-footer .bottom-footer .bottom-col .bottom-menu ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  .site-footer .bottom-footer .bottom-col .bottom-menu ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .bottom-col .bottom-menu ul {
    flex-direction: column;
    margin-top: 10px;
  }
}
.site-footer .bottom-footer .bottom-col .bottom-menu ul li:not(:last-child) {
  margin-right: 25px;
}
.site-footer .bottom-footer .bottom-col .bottom-menu ul li a {
  color: inherit;
  white-space: nowrap;
}
.site-footer .bottom-footer .bottom-col .bottom-menu ul li a:hover {
  color: rgba(242, 73, 66, 0.75);
}
.site-footer .bottom-footer .bottom-col .bottom-menu ul li.current-menu-item a {
  color: #f24942;
}
body .scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f24942;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}
body .scroll-top:hover, body .scroll-top:focus, body .scroll-top:active {
  color: #fff;
  background-color: #ef241c;
}
body .scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}
.site-footer-custom .footer-custom-inner, body.single-footer .site-content {
  line-height: 1.73;
  color: #e3e3e3;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-footer-custom .footer-custom-inner .footer-widget-title, body.single-footer .site-content .footer-widget-title, .site-footer-custom .footer-custom-inner h5, body.single-footer .site-content h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.site-footer-custom .footer-custom-inner a, body.single-footer .site-content a {
  color: inherit;
}
.site-footer-custom .footer-custom-inner a:hover, body.single-footer .site-content a:hover {
  color: rgba(242, 73, 66, 0.75) !important;
}
.site-footer-custom .footer-custom-inner p, body.single-footer .site-content p {
  margin-bottom: 11px;
}
.site-footer-custom .footer-custom-inner .cms-social-media, body.single-footer .site-content .cms-social-media {
  margin: 0 !important;
}
.site-footer-custom .footer-custom-inner .cms-social-media li a, body.single-footer .site-content .cms-social-media li a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.site-footer-custom .footer-custom-inner .cms-social-media li a:hover, body.single-footer .site-content .cms-social-media li a:hover {
  background-color: #fff;
  color: #1c1c23 !important;
}
.site-footer-custom .footer-custom-inner .widget.footer-top-menu ul li, body.single-footer .site-content .widget.footer-top-menu ul li, .site-footer-custom .footer-custom-inner .elementor-widget.footer-top-menu ul li, body.single-footer .site-content .elementor-widget.footer-top-menu ul li {
  margin-bottom: 11px;
}
.site-footer-custom .footer-custom-inner .widget.footer-top-menu ul li a, body.single-footer .site-content .widget.footer-top-menu ul li a, .site-footer-custom .footer-custom-inner .elementor-widget.footer-top-menu ul li a, body.single-footer .site-content .elementor-widget.footer-top-menu ul li a {
  color: #f24942;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
}
.site-footer-custom .footer-custom-inner .widget.footer-top-menu ul li a:before, body.single-footer .site-content .widget.footer-top-menu ul li a:before, .site-footer-custom .footer-custom-inner .elementor-widget.footer-top-menu ul li a:before, body.single-footer .site-content .elementor-widget.footer-top-menu ul li a:before {
  content: '\f301';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 11px;
}
.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu, body.single-footer .site-content #menu-footer-bottom-menu {
  display: flex;
}
@media screen and (min-width: 768px) {
  .site-footer-custom .footer-custom-inner #menu-footer-bottom-menu, body.single-footer .site-content #menu-footer-bottom-menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .site-footer-custom .footer-custom-inner #menu-footer-bottom-menu, body.single-footer .site-content #menu-footer-bottom-menu {
    flex-direction: column;
    align-items: baseline;
  }
}
.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li, body.single-footer .site-content #menu-footer-bottom-menu li {
  white-space: nowrap;
}
.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li:not(:last-child), body.single-footer .site-content #menu-footer-bottom-menu li:not(:last-child) {
  margin-right: 25px;
}
.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li a, body.single-footer .site-content #menu-footer-bottom-menu li a {
  color: inherit;
}
.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li a:hover, body.single-footer .site-content #menu-footer-bottom-menu li a:hover {
  color: rgba(242, 73, 66, 0.75);
}
.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li.current-menu-item a, body.single-footer .site-content #menu-footer-bottom-menu li.current-menu-item a {
  color: #f24942;
}
#masthead .fa, #colophon .fa {
  font-family: FontAwesome;
}
.item-featured img {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-grid .grid-sizer {
  visibility: hidden;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-loadmore-wrap {
  display: flex;
  justify-content: center;
}
.cms-grid .cms-load-more {
  margin-top: 70px;
  display: inline-block;
}
.cms-grid .cms-grid-pagination {
  margin-top: 20px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap {
  margin-bottom: 35px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin: 10px 31px;
  -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: #1c1c23;
  font-weight: 500;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  color: #f24942;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-top: 25px;
  -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: 40px;
  line-height: 1;
  height: 12px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background-color: #8e8e8e;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  vertical-align: top;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.owl-dots .owl-dot.active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 4px inset #222;
  -khtml-box-shadow: 0 0 0 4px inset #222;
  -moz-box-shadow: 0 0 0 4px inset #222;
  -ms-box-shadow: 0 0 0 4px inset #222;
  -o-box-shadow: 0 0 0 4px inset #222;
  box-shadow: 0 0 0 4px inset #222;
}
.owl-dot-light, .bullet-light {
  /* Page Loading */
}
.owl-dot-light .owl-dots .owl-dot, .bullet-light .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.5);
}
.owl-dot-light .owl-dots .owl-dot.active, .bullet-light .owl-dots .owl-dot.active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 4px inset #fff;
  -khtml-box-shadow: 0 0 0 4px inset #fff;
  -moz-box-shadow: 0 0 0 4px inset #fff;
  -ms-box-shadow: 0 0 0 4px inset #fff;
  -o-box-shadow: 0 0 0 4px inset #fff;
  box-shadow: 0 0 0 4px inset #fff;
}
#cms-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-spinner {
  margin: -20px auto 0 auto;
  width: 40px;
  height: 40px;
  top: 50%;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
#cms-loadding .loading-dot1, #cms-loadding .loading-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #f24942;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
#cms-loadding .loading-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.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(28, 28, 35, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #1c1c23;
}
.entry-footer .entry-edit-link {
  display: none;
}
.cms-modal {
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
  background-color: rgba(34, 34, 34, 0.95);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.cms-modal .cms-modal-content {
  padding: 40px 0;
  max-width: 470px;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
.cms-modal.open {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.cms-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.cms-modal-search .search-form-popup {
  position: relative;
}
.cms-modal-search .search-field {
  background-color: transparent;
  border: none;
  height: 60px;
  padding-left: 0;
  padding-right: 60px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.cms-modal-search .search-submit {
  font-size: 28px;
  color: #f24942;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.cms-hidden-sidebar {
  width: 370px;
  padding: 95px 50px 50px 50px;
  background-color: #222;
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar.open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.cms-hidden-sidebar .cms-hidden-close {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar .cms-hidden-close:hover {
  color: #f24942;
}
.cms-hidden-sidebar .widget {
  margin-bottom: 42px;
}
.cms-hidden-sidebar .widget:last-child {
  margin-bottom: 0;
}
.cms-hidden-sidebar .widget-title {
  color: #fff;
}
.cms-hidden-sidebar .widget-title:after {
  background-color: #fff;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
  border-color: #535353;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
  color: #fff;
}
.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
  background-color: transparent;
  border-color: #373737;
}
.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
  background-color: #f24942;
  border-color: #f24942;
}
.admin-bar .cms-hidden-sidebar {
  top: 52px;
}
body.error404 header.site-header, body.error404 #pagetitle, body.error404 footer {
  display: none;
}
body.error404 .site-content {
  padding: 0 !important;
}
body.error404 .error-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 110px 0px;
  text-align: center;
  background-image: url(../images/bg-404.jpg);
  height: 100vh;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 {
    height: auto;
  }
}
body.error404 .error-404 .icon-404 img {
  max-width: 46px;
  margin-bottom: 33px;
  letter-spacing: 0;
}
body.error404 .error-404 h1 {
  font-size: 150px;
  line-height: 1;
  color: #fff;
  margin-bottom: -15px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  body.error404 .error-404 h1 {
    font-size: 120px;
  }
}
body.error404 .error-404 p.subtitle {
  font-size: 48px;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #f24942;
  margin-bottom: 22px;
}
body.error404 .error-404 .page-content {
  font-size: 20px;
  line-height: 33px;
  color: #e3e3e3;
  margin-bottom: 40px;
  letter-spacing: 0;
}
body.error404 .error-404 .btn.btn-404:hover {
  background-color: #fff;
  color: #1c1c23;
}
body.error404 .error-404-inner {
  position: relative;
  z-index: 99;
  max-width: 720px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  body.error404 .error-404-inner {
    margin: 0 170px;
  }
}
.vc_row.bg-image-ps-top {
  background-position: top !important;
}
.vc_row.bg-image-ps-center {
  background-position: center !important;
}
.vc_row.bg-image-ps-bottom {
  background-position: bottom center !important;
}
.vc_row.bg-image-ps-bottom-left {
  background-position: bottom left !important;
}
.vc_row.bg-image-ps-bottom-right {
  background-position: bottom right !important;
}
.site-content .elementor-widget-text-editor {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.site-content .elementor-widget-text-editor.vertical-text p {
  margin: 0;
  transform: rotate(-90deg);
  transform-origin: left;
  white-space: nowrap;
}
.site-content .elementor-widget-icon-list .elementor-icon-list-item {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-content .elementor-widget-button a.elementor-button, .site-content .elementor-widget-button .elementor-button {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  letter-spacing: 0.07em;
  padding: 17px 34px 17px 34px;
  border-radius: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row:not(.vc_row-no-padding) .vc_column_container.no-padding-xs > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body img.mfp-img {
  padding: 0 !important;
  max-height: 75vh !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #f24942;
  width: 60px;
  height: 120px;
  opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f2ee";
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 120px;
  }
}
.rev_slider {
  margin-bottom: 0 !important;
}
.rev_slider .tp-leftarrow.custom, .rev_slider .tp-rightarrow.custom {
  width: 18px;
  height: 46px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.rev_slider .tp-leftarrow.custom:before, .rev_slider .tp-rightarrow.custom:before {
  display: none;
}
.rev_slider .tp-leftarrow.custom:hover, .rev_slider .tp-rightarrow.custom:hover {
  opacity: 0.65;
}
.rev_slider .tp-leftarrow.custom {
  background-image: url(../images/slider-arrow-left.png);
}
.rev_slider .tp-rightarrow.custom {
  background-image: url(../images/slider-arrow-right.png);
}
.rev_slider .tp-bullets.custom .tp-bullet {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.rev_slider .tp-bullets.custom .tp-bullet:before {
  -webkit-transition: all 0.3s linear !important;
  -khtml-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -ms-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  -webkit-transform: scale(0.8);
  -khtml-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  content: '';
  height: 14px;
  width: 14px;
  opacity: 0;
  border: 2px solid #fff;
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  opacity: 0;
}
.rev_slider .tp-bullets.custom .tp-bullet:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  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;
  height: 4px;
  width: 4px;
  -webkit-transition: all 0.3s linear !important;
  -khtml-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -ms-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
.rev_slider .tp-bullets.custom .tp-bullet.selected {
  background-color: transparent;
}
.rev_slider .tp-bullets.custom .tp-bullet.selected:before {
  opacity: 1;
}
.rev_slider .tp-bullets.custom .tp-bullet.selected:after {
  opacity: 1;
}
.cms-button-svg .elementor-button-icon svg {
  width: 28px;
}
.cms-button-svg .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}
.elementor-align-justify .btn {
  display: block;
}
.cms-button .cms-align-icon-right {
  float: right;
  margin-left: 5px;
}
.cms-button .cms-align-icon-left {
  float: left;
  margin-right: 5px;
}
.cms-button span {
  text-decoration: inherit;
}
.button-size-xs {
  font-size: 13px;
  padding: 10px 20px;
}
.button-size-sm {
  font-size: 15px;
  padding: 12px 24px;
}
.button-size-md {
  font-size: 16px;
  padding: 15px 30px;
}
.button-size-lg {
  font-size: 18px;
  padding: 20px 40px;
}
.button-size-xl {
  font-size: 20px;
  padding: 25px 50px;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title {
  overflow: hidden;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f1f1f1;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title:hover {
  background-color: #ddd;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title.active {
  background-color: #ccc;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-content .cms-tab-content {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.cms-tabs-view-vertical .cms-tabs {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title {
  width: 25%;
  border-right: none;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title .cms-tab-title {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-content {
  width: 20%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-content .cms-tab-content {
  height: 100%;
}
.cms-testimonials-layout1 {
  text-align: center;
}
.cms-testimonials-layout1 .cms-testimonials-img img {
  width: 60px;
  height: 60px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.cms-testimonials-layout1 .cms-testimonial-author {
  font-size: 15px;
}
.cms-testimonials-layout2 .cms-testimonials-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cms-testimonials-layout2 .cms-testimonials-wrapper img {
  width: 60px;
  height: 60px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.cms-testimonials-layout2 .cms-testimonials-wrapper .cms-testimonials-img {
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cms-testimonials-layout2 .cms-testimonials-wrapper .cms-testimonials-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cms-testimonials-layout2 .cms-testimonials-wrapper .cms-testimonial-author {
  font-size: 15px;
}
.cms-toggle-wrapper .cms-toggle-item {
  border-bottom-style: solid;
  border-bottom-width: 0;
}
.cms-toggle-wrapper .cms-toggle-title {
  padding: 15px;
  color: #444;
  cursor: pointer;
  font-weight: bold;
  border: none;
  transition: 0.4s;
}
.cms-toggle-wrapper .cms-toggle-title .cms-toggle-title-icon {
  float: right;
  margin-left: 5px;
}
.cms-toggle-wrapper .cms-toggle-title .cms-toggle-title-icon.left {
  float: left;
  margin-right: 5px;
}
.cms-toggle-wrapper .cms-toggle-title .cms-toggle-title-icon .cms-toggle-title-icon-close {
  display: block;
}
.cms-toggle-wrapper .cms-toggle-title .cms-toggle-title-icon .cms-toggle-title-icon-open {
  display: none;
}
.cms-toggle-wrapper .cms-toggle-title.active .cms-toggle-title-icon .cms-toggle-title-icon-close {
  display: none;
}
.cms-toggle-wrapper .cms-toggle-title.active .cms-toggle-title-icon .cms-toggle-title-icon-open {
  display: block;
}
.cms-toggle-wrapper .cms-toggle-content {
  display: none;
  padding: 15px;
}
.cms-alert-info .cms-alert {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bcdff1;
}
.cms-alert-success .cms-alert {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #cae6be;
}
.cms-alert-warning .cms-alert {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f9f0c3;
}
.cms-alert-danger .cms-alert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e8c4c4;
}
.cms-alert {
  padding: 15px;
  border-left: 5px solid transparent;
  position: relative;
  text-align: left;
}
.cms-alert .cms-alert-title {
  font-weight: 600;
}
.cms-alert .cms-alert-dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px;
  font-size: 20px;
  line-height: 1;
  background: transparent;
  color: inherit;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
blockquote {
  border-left: 6px solid #1c1c23;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  line-height: 1.4;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 0 32px;
}
blockquote cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #1c1c23;
  display: block;
  margin-top: 10px;
}
.cms-blockquotes-wrapper blockquote {
  margin: 0;
}
.blockquotes-content {
  display: block;
  /* Layout1 */
}
.cms-blockquotes-layout1 {
  /* Layout2 */
}
.cms-blockquotes-layout2 {
  /* Layout3 */
}
.cms-blockquotes-layout2 blockquote {
  border: none;
  position: relative;
  padding-right: 20px;
  padding-left: 36px;
}
.cms-blockquotes-layout2 blockquote:before, .cms-blockquotes-layout2 blockquote:after {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  color: #1c1c23;
}
.cms-blockquotes-layout2 blockquote:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.cms-blockquotes-layout2 blockquote:after {
  content: "\f10e";
  right: 0;
  bottom: 0;
}
.cms-blockquotes-layout3 blockquote {
  background-color: #f4f4f4;
  color: #f24942;
  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;
  padding-left: 36px;
  padding-right: 30px;
}
.elementor-widget-image-box.cms-image-box .elementor-image-box-wrapper {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .elementor-widget-image-box.cms-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    max-width: 65px !important;
  }
}
.elementor-widget-image-box.cms-image-box .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-description {
  margin: 0 !important;
}
.elementor-widget-image-box.border-3 img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-clients-list-wrapper {
  text-align: center;
}
.cms-attorney-carousel .carousel-item-inner {
  position: relative;
  cursor: pointer;
}
.cms-attorney-carousel .carousel-item-inner .entry-featured {
  margin-bottom: 0;
}
.cms-attorney-carousel .carousel-item-inner .entry-body {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 22px;
  bottom: 22px;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease 0s;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner {
  padding: 0 40px;
  margin-top: -20px;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .entry-title {
  letter-spacing: 0.03em;
  margin-bottom: 2px;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner p.position {
  font-size: 15px;
  margin-bottom: 35px;
  font-size: 20px;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social {
  margin-top: 43px;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social li a {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #f24942;
  color: #fff;
  border-left: 1px solid #e6decc;
  border-right: 1px solid #e6decc;
  font-size: 16px;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social li a:hover {
  background-color: #f0322a;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social li:first-child a {
  border-left: none;
  border-radius: 5px 0 0 5px;
}
.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social li:last-child a {
  border-right: none;
  border-radius: 0 5px 5px 0;
}
.cms-attorney-carousel .carousel-item-inner:hover .entry-body {
  opacity: 1;
  visibility: visible;
}
.cms-attorney-grid .entry-featured .post-image img {
  border-radius: 0;
}
.cms-attorney-grid.layout1 .grid-item-inner {
  margin-bottom: 37px;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .entry-title {
  letter-spacing: 0.03em;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .entry-title span {
  color: #777;
  font-weight: normal;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .entry-content {
  margin-top: 15px;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info {
  display: flex;
  align-items: center;
  padding-top: 21px;
  margin-top: 18px;
  border-top: 1px solid #d8d8d8;
  line-height: 1;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info .contact-phone {
  color: #1c1c23;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info .contact-phone i {
  margin-right: 5px;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info ul.info-social {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info ul.info-social li a {
  color: #1c1c23;
  font-size: 16px;
  padding: 0 9px;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info ul.info-social li a:hover {
  color: #f24942;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info ul.info-social li:first-child a {
  padding-left: 0;
}
.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info .contact-social:not(:first-child) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #d8d8d8;
}
@media screen and (max-width: 575px) {
  .cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info .contact-social:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cms-attorney-grid.layout2 .grid-item-inner {
  margin-bottom: 23px;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social {
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease 0s;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social {
  list-style: none;
  display: flex;
  margin: 0;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social li a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #f24942;
  color: #fff;
  border-left: 1px solid #e6decc;
  border-right: 1px solid #e6decc;
  font-size: 16px;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social li a:hover {
  background-color: #f0322a;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social li:first-child a {
  border-left: none;
  border-radius: 5px 0 0 5px;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social li:last-child a {
  border-right: none;
  border-radius: 0 5px 5px 0;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-featured:hover .contact-social {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-body .entry-title {
  margin-bottom: 3px;
  letter-spacing: 0.03em;
  text-align: center;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-body .position {
  font-size: 15px;
  margin-bottom: 8px;
  text-align: center;
}
.cms-attorney-grid.layout2 .grid-item-inner .entry-body .entry-content {
  text-align: center;
}
.cms-case-study-carousel .slick-slider {
  overflow: inherit;
}
.cms-case-study-carousel .grid-filter-wrap {
  margin-bottom: 50px;
}
.cms-case-study-carousel .carousel-item-inner {
  position: relative;
}
.cms-case-study-carousel .carousel-item-inner .entry-featured {
  margin-bottom: 0;
}
.cms-case-study-carousel .carousel-item-inner .entry-body {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, top bottom, from(rgba(0, 0, 0, 0)), to(#1c1c23));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #1c1c23 90%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #1c1c23 90%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #1c1c23 90%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #1c1c23 90%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 30%, #1c1c23 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#1c1c23');
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: all 300ms ease 0s;
}
.cms-case-study-carousel .carousel-item-inner .entry-body .entry-body-inner {
  padding: 0 20px;
  width: 100%;
}
.cms-case-study-carousel .carousel-item-inner .entry-body .entry-meta {
  color: #fff;
}
.cms-case-study-carousel .carousel-item-inner .entry-body .entry-meta a {
  color: #fff;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cms-case-study-carousel .carousel-item-inner .entry-body h3.entry-title {
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  color: #fff;
}
.cms-case-study-carousel .carousel-item-inner:hover .entry-body {
  opacity: 1;
}
.cms-case-study-carousel .cms-slick-carousel .slick-prev, .cms-case-study-carousel .cms-slick-carousel .slick-next {
  top: auto;
  bottom: -97px;
}
.cms-case-study-carousel .cms-slick-carousel .slick-prev {
  left: 50%;
  transform: translateX(-50px);
}
.cms-case-study-carousel .cms-slick-carousel .slick-next {
  right: 50%;
  transform: translateX(50px);
}
.cms-case-study-grid.layout1 .grid-item .grid-item-inner {
  margin-bottom: 40px;
}
.cms-case-study-grid.layout1 .grid-item .entry-body {
  text-align: center;
}
.cms-case-study-grid.layout1 .grid-item .entry-body .post-meta {
  margin-bottom: 3px;
}
.cms-case-study-grid.layout1 .grid-item .entry-body .post-meta a {
  font-size: 15px;
  color: #1c1c23;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cms-case-study-grid.layout1 .grid-item .entry-body h3.entry-title {
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
}
.cms-case-study-grid.layout1 .grid-item .entry-body .entry-content {
  font-size: 13px;
  line-height: 24px;
}
.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}
.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons .entry-readmore {
  display: inline-block;
  margin-top: 15px;
  margin-right: 7px;
}
.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons .download-button {
  margin-top: 15px;
  padding-left: 32px;
  padding-right: 32px;
}
.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons .download-button a {
  color: #fff;
}
.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons .download-button a i {
  margin-right: 7px;
  font-size: 14px;
}
.cms-case-study-grid.layout2 .grid-item .entry-featured {
  margin-bottom: 0;
}
.cms-case-study-grid.layout2 .grid-item .entry-featured .post-image img {
  transition: all 150ms linear 0s;
}
.cms-case-study-grid.layout2 .grid-item .entry-body {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 35, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 350ms ease 0s;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner {
  padding: 0 40px;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .post-meta {
  margin-bottom: 3px;
  color: #fff;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .post-meta a {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner h3.entry-title {
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
  color: #f24942;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .entry-content {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons .entry-readmore {
  display: inline-block;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons .entry-readmore a.readmore-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #f24942;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons .entry-readmore a.readmore-link i {
  font-weight: bold;
  font-size: 13px;
  margin-left: 2px;
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.2s linear 0ms;
}
.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons .entry-readmore a.readmore-link:hover i {
  transform: translateX(0);
  opacity: 1;
}
.cms-case-study-grid.layout2 .grid-item .grid-item-inner {
  cursor: pointer;
}
.cms-case-study-grid.layout2 .grid-item .grid-item-inner:hover .post-image img {
  filter: blur(4px);
}
.cms-case-study-grid.layout2 .grid-item .grid-item-inner:hover .entry-body {
  opacity: 1;
}
.cms-fancy-box.layout1 .cms-fancy-box-icon .elementor-icon {
  display: inline-flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #f24942;
  border: 2px solid #f24942;
  border-radius: 50%;
  background-color: transparent;
  transition: all 300ms ease 0s;
  cursor: pointer;
  position: relative;
}
.cms-fancy-box.layout1 .cms-fancy-box-icon .elementor-icon:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 300ms ease 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cms-fancy-box.layout1 .cms-fancy-box-icon .elementor-icon:hover {
  background-color: #f24942;
  color: #fff;
}
.cms-fancy-box.layout1 .cms-fancy-box-icon .elementor-icon:hover:before {
  border-color: #fff;
}
.cms-fancy-box.layout2 .cms-fancy-box-title {
  font-size: 17px;
  font-weight: 500;
}
.cms-heading.layout1 .heading-image-icon img {
  max-height: 35px;
}
.cms-heading.layout1 .custom-heading {
  margin-top: 19px;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}
.cms-heading.layout2 .custom-subheading {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 17px;
  margin-bottom: 10px;
}
.cms-heading.layout2 .custom-heading {
  letter-spacing: 0.06em;
}
.cms-heading.layout3 {
  display: flex;
  align-items: center;
}
.cms-heading.layout3 .heading-image-icon {
  flex: none;
  margin-right: 20px;
  margin-bottom: 1px;
}
.cms-heading.layout3 .heading-image-icon img {
  max-height: 60px;
}
.cms-heading.layout3 .custom-heading {
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.cms-heading.layout3 .custom-heading-description {
  font-size: 17px;
  font-family: "Open Sans", Sans-serif;
}
.heading-quote .cms-heading.layout1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.heading-quote .cms-heading.layout1 .heading-image-icon img {
  max-width: 29px;
  margin-left: 5px;
}
.cms-post-list.layout1 .grid-item .grid-item-inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 40px;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-featured {
  width: 50%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cms-post-list.layout1 .grid-item .grid-item-inner .entry-featured {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body {
  width: 50%;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cms-post-list.layout1 .grid-item .grid-item-inner .entry-body {
    width: 100%;
    padding: 0;
  }
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta {
  text-transform: uppercase;
  margin-bottom: 14px;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta li {
  font-size: 15px;
  font-weight: 500;
  margin-right: 2px;
  letter-spacing: 0.06em;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta li:not(:first-child):before {
  content: '-';
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta li a {
  color: inherit;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta li.author {
  color: #f24942;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body h2.item-title {
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body h2.item-title a {
  color: inherit;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body h2.item-title a:hover {
  color: #f24942;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .item-content {
  margin-bottom: 33px;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .item-readmore {
  margin-right: 30px;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .item-readmore a.btn {
  padding: 13px 33px;
}
@media screen and (max-width: 575px) {
  .cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social {
    margin: 20px 0;
  }
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social span {
  font-weight: 500;
  font-size: 17px;
  color: #1c1c23;
  margin-right: 2px;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social ul {
  list-style: none;
  margin: 0;
  display: inline-flex;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social ul li a {
  color: #1c1c23;
  padding: 0 10px;
}
.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social ul li a:hover {
  color: #f24942;
}
.cms-post-list.layout1 .grid-item:last-child .grid-item-inner {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
.cms-post-carousel .carousel-item-inner .entry-featured {
  margin-bottom: 20px;
}
.cms-post-carousel .carousel-item-inner .entry-body .entry-title {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 28px;
  margin-bottom: 16px;
}
.cms-post-carousel .carousel-item-inner .entry-body .entry-meta {
  display: flex;
  flex-wrap: wrap;
  color: #999;
  padding: 6px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.cms-post-carousel .carousel-item-inner .entry-body .entry-meta a {
  color: #999;
}
.cms-post-carousel .carousel-item-inner .entry-body .entry-meta .post-date {
  margin-right: 25px;
}
.cms-post-carousel .carousel-item-inner .entry-body .entry-meta .post-date:before {
  content: "\f073";
  font-family: 'FontAwesome';
  color: #f24942;
}
.cms-post-carousel .carousel-item-inner .entry-body .entry-meta .post-cat:before {
  content: "\f07b";
  font-family: 'FontAwesome';
  color: #f24942;
}
.cms-post-carousel .carousel-item-inner .entry-body .action-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.cms-post-carousel .carousel-item-inner .entry-body .action-buttons .entry-readmore {
  display: inline-block;
}
.cms-post-carousel .carousel-item-inner .entry-body .action-buttons .entry-readmore a.readmore-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #f24942;
}
.cms-post-carousel .carousel-item-inner .entry-body .action-buttons .entry-readmore a.readmore-link i {
  font-weight: bold;
  font-size: 13px;
  margin-left: 2px;
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.2s linear 0ms;
}
.cms-post-carousel .carousel-item-inner:hover a.readmore-link i {
  transform: translateX(0) !important;
  opacity: 1 !important;
}
.cms-progress-bar .elementor-progress-wrapper {
  background-color: #d8d8d8;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #777;
}
.cms-progress-bar .elementor-progress-wrapper .elementor-progress-bar {
  background-color: #f24942;
  height: 10px;
  line-height: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  justify-content: flex-end;
}
.cms-progress-bar .elementor-progress-wrapper .elementor-progress-bar:after {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.cms-progress-bar .elementor-progress-wrapper.progress-info .elementor-progress-bar {
  background-color: #5bc0de;
}
.cms-progress-bar .elementor-progress-wrapper.progress-success .elementor-progress-bar {
  background-color: #5cb85c;
}
.cms-progress-bar .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
  background-color: #f0ad4e;
}
.cms-progress-bar .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
  background-color: #d9534f;
}
.cms-progress-bar .elementor-progress-wrapper .elementor-progress-percentage {
  position: absolute;
  right: 0;
  padding: 0;
  bottom: calc(100%);
  line-height: 1.6;
}
.cms-progress-bar:last-child {
  margin-bottom: 0 !important;
}
.elementor-widget-accordion.cms-accordion .elementor-accordion .elementor-tab-title {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  line-height: inherit;
}
.elementor-widget-accordion.cms-accordion .elementor-accordion .elementor-tab-title.elementor-active {
  border-bottom: none;
}
.elementor-widget-accordion.cms-accordion .elementor-accordion .elementor-tab-content.elementor-active {
  border-top: none;
}
.elementor-widget-accordion.cms-accordion i.fas {
  font-size: 14px;
}
.elementor-widget-accordion.cms-accordion .elementor-accordion-icon-opened i {
  position: relative;
}
.elementor-widget-accordion.cms-accordion .elementor-accordion-icon-opened i:before {
  position: relative;
  z-index: 2;
}
.elementor-widget-accordion.cms-accordion .elementor-accordion-icon-opened i:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #f24942;
  top: -5px;
  bottom: -5px;
  left: -6px;
  right: -6px;
}
.cms-practice-area-grid .action-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cms-practice-area-grid .action-buttons .entry-readmore {
  display: inline-block;
}
.cms-practice-area-grid .action-buttons .entry-readmore a.readmore-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #f24942;
  margin-left: 20px;
}
.cms-practice-area-grid .action-buttons .entry-readmore a.readmore-link i {
  font-weight: bold;
  font-size: 13px;
  margin-left: 2px;
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.2s linear 0ms;
}
.cms-practice-area-grid .grid-item-inner:hover a.readmore-link i {
  transform: translateX(0) !important;
  opacity: 1 !important;
}
.cms-practice-area-grid.layout1 .grid-item-inner {
  margin-bottom: 34px;
}
.cms-practice-area-grid.layout1 .grid-item-inner .entry-featured {
  margin-bottom: 19px;
}
.cms-practice-area-grid.layout1 .grid-item-inner .entry-body {
  text-align: center;
}
.cms-practice-area-grid.layout1 .grid-item-inner .entry-body .entry-title {
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.cms-practice-area-grid.layout1 .grid-item-inner .entry-body .entry-content {
  margin-bottom: 16px;
}
.cms-practice-area-grid.layout2 .grid-item-inner {
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 39px 30px 33px;
  transition: all 350ms ease 0s;
  margin-bottom: 5px;
}
.cms-practice-area-grid.layout2 .grid-item-inner .area-icon-wrap {
  margin: 0 auto 13px;
}
.cms-practice-area-grid.layout2 .grid-item-inner .area-icon-wrap img {
  max-height: 46px;
}
.cms-practice-area-grid.layout2 .grid-item-inner .area-icon-wrap svg {
  width: auto;
  height: 46px;
}
.cms-practice-area-grid.layout2 .grid-item-inner .area-icon-wrap svg path {
  fill: #f24942;
}
.cms-practice-area-grid.layout2 .grid-item-inner .entry-body .entry-title {
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.cms-practice-area-grid.layout2 .grid-item-inner .entry-body .entry-content {
  margin-bottom: 25px;
}
.cms-practice-area-grid.layout2 .grid-item-inner:hover {
  box-shadow: 0 5px 40px 18px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.cms-practice-area-grid.layout3 .grid-item-inner {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 39px 30px 33px;
  transition: all 200ms ease-out 0s;
}
.cms-practice-area-grid.layout3 .grid-item-inner .area-icon-wrap {
  margin: 0 auto 13px;
}
.cms-practice-area-grid.layout3 .grid-item-inner .area-icon-wrap img {
  max-height: 46px;
}
.cms-practice-area-grid.layout3 .grid-item-inner .area-icon-wrap svg {
  width: auto;
  height: 46px;
}
.cms-practice-area-grid.layout3 .grid-item-inner .area-icon-wrap svg path {
  fill: #f24942;
}
.cms-practice-area-grid.layout3 .grid-item-inner .entry-body .entry-title {
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  color: #fff;
}
.cms-practice-area-grid.layout3 .grid-item-inner .entry-body .entry-content {
  margin-bottom: 25px;
  color: #e3e3e3;
  transition: all 300ms ease 0s;
}
.cms-practice-area-grid.layout3 .grid-item-inner:hover {
  background-color: #fff;
}
.cms-practice-area-grid.layout3 .grid-item-inner:hover .entry-body .entry-title {
  color: #1c1c23;
}
.cms-practice-area-grid.layout3 .grid-item-inner:hover .entry-body .entry-content {
  color: #777;
}
.cms-testimonial-carousel.layout1 .client-content p {
  font-weight: 500;
}
.cms-testimonial-carousel.layout1 .client-info {
  display: flex;
  align-items: center;
  margin-top: 41px;
  padding-bottom: 43px;
}
.cms-testimonial-carousel.layout1 .client-info p {
  margin-bottom: 0;
}
.cms-testimonial-carousel.layout1 .client-info .client-image {
  margin-right: 20px;
}
.cms-testimonial-carousel.layout1 .client-info .name-job .client-name {
  margin-bottom: 5px;
}
.cms-testimonial-carousel.layout1 .client-info .name-job .client-name .name-text {
  font-weight: bold;
}
.cms-testimonial-carousel.layout1 .client-info .name-job .client-job p {
  font-style: italic;
}
.cms-testimonial-carousel.layout1 ul.slick-dots {
  text-align: left;
  margin-left: -6px;
}
.cms-testimonial-carousel.layout1 ul.slick-dots li:first-child {
  margin-left: 0;
}
.cms-testimonial-carousel.layout1 ul.slick-dots li.slick-active:first-child {
  margin-left: 0;
}
.cms-testimonial-carousel.layout2 .client-top {
  padding: 34px 25px 23px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 1px;
  position: relative;
}
.cms-testimonial-carousel.layout2 .client-top:before, .cms-testimonial-carousel.layout2 .client-top:after {
  content: "";
  position: absolute;
}
.cms-testimonial-carousel.layout2 .client-top:before {
  left: 80px;
  bottom: -17px;
  border-top: solid 17px #d3d3d3;
  border-right: solid 13px transparent;
  border-left: solid 13px transparent;
}
.cms-testimonial-carousel.layout2 .client-top:after {
  left: 81px;
  bottom: -16px;
  border-top: solid 17px #fff;
  border-right: solid 12px transparent;
  border-left: solid 12px transparent;
}
.cms-testimonial-carousel.layout2 .client-top .top-heading-star {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-title {
  font-size: 17px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating {
  color: #fab702;
  display: inline-block;
}
.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating.star1 i:nth-child(n+2):before {
  content: "\f006";
}
.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating.star2 i:nth-child(n+3):before {
  content: "\f006";
}
.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating.star3 i:nth-child(n+4):before {
  content: "\f006";
}
.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating.star4 i:nth-child(n+5):before {
  content: "\f006";
}
@media screen and (max-width: 575px) {
  .cms-testimonial-carousel.layout2 .client-top .top-heading-star {
    flex-direction: column;
    align-items: flex-start;
  }
  .cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating {
    margin-top: 5px;
  }
}
.cms-testimonial-carousel.layout2 .client-top .client-content p {
  color: #1c1c23;
}
.cms-testimonial-carousel.layout2 .client-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 30px;
}
.cms-testimonial-carousel.layout2 .client-info p {
  margin-bottom: 0;
}
.cms-testimonial-carousel.layout2 .client-info .client-image {
  margin-right: 20px;
}
.cms-testimonial-carousel.layout2 .client-info .name-job .client-name {
  margin-bottom: 5px;
}
.cms-testimonial-carousel.layout2 .client-info .name-job .client-name .name-text {
  font-weight: bold;
}
.cms-testimonial-carousel.layout2 .client-info .name-job .client-job p {
  font-style: italic;
}
.cms-testimonial-carousel.layout2 ul.slick-dots {
  text-align: center;
}
.cms-testimonial-carousel.layout2 ul.slick-dots li:first-child {
  margin-left: 0;
}
.cms-testimonial-carousel.layout2 ul.slick-dots li.slick-active:first-child {
  margin-left: 0;
}
.cms-testimonial-carousel.layout3 .client-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.cms-testimonial-carousel.layout3 .client-info p {
  margin-bottom: 0;
}
.cms-testimonial-carousel.layout3 .client-info .client-image {
  margin-right: 20px;
}
.cms-testimonial-carousel.layout3 .client-info .name-job .client-name {
  margin-bottom: 5px;
}
.cms-testimonial-carousel.layout3 .client-info .name-job .client-name .name-text {
  font-weight: bold;
}
.cms-testimonial-carousel.layout3 .client-info .name-job .client-job p {
  font-style: italic;
}
.cms-testimonial-carousel.layout3 .client-content {
  padding-bottom: 6px;
}
.cms-testimonial-carousel.layout3 .client-content p {
  letter-spacing: 0.03em;
}
.cms-testimonial-carousel.layout3 ul.slick-dots {
  text-align: left;
  margin-left: -6px;
}
.cms-testimonial-carousel.layout3 ul.slick-dots li:first-child {
  margin-left: 0;
}
.cms-testimonial-carousel.layout3 ul.slick-dots li.slick-active:first-child {
  margin-left: 0;
}
.cms-testimonial-carousel.layout5 .slick-list {
  padding-top: 40px;
  padding-bottom: 28px;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper {
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 58px 25px 25px 25px;
  position: relative;
  cursor: pointer;
  transition: all 300ms ease 0s;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-image img {
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  transition: all 300ms ease 0s;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-content p {
  margin-bottom: 20px;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .name-job .client-name {
  margin-bottom: 5px;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .name-job .client-name .name-text {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #1c1c23;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .name-job .client-job p {
  font-style: italic;
  margin-bottom: 0;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-title {
  font-size: 17px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating {
  color: #fab702;
  display: inline-block;
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating.star1 i:nth-child(n+2):before {
  content: "\f006";
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating.star2 i:nth-child(n+3):before {
  content: "\f006";
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating.star3 i:nth-child(n+4):before {
  content: "\f006";
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating.star4 i:nth-child(n+5):before {
  content: "\f006";
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper:hover {
  border-color: transparent;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.cms-testimonial-carousel.layout5 .cms-client-wrapper:hover .client-image img {
  border-color: #f24942;
}
.cms-testimonial-carousel.layout5 ul.slick-dots {
  text-align: center;
}
.cms-testimonial-carousel.layout5 ul.slick-dots li:first-child {
  margin-left: 0;
}
.cms-testimonial-carousel.layout5 ul.slick-dots li.slick-active:first-child {
  margin-left: 0;
}
.cms-testimonial-carousel-syncing {
  text-align: center;
}
.cms-testimonial-carousel-syncing .client-wrap .client-said {
  margin-bottom: 25px;
}
.cms-testimonial-carousel-syncing .client-wrap .client-said .client-content-item p {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
}
.cms-testimonial-carousel-syncing .client-wrap .client-info {
  width: 55%;
  margin: 0 auto;
}
.cms-testimonial-carousel-syncing .client-info-item .client-image img {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid transparent;
  filter: grayscale(1);
  transition: all 300ms ease 0s;
}
.cms-testimonial-carousel-syncing .client-info-item .name-job {
  margin-top: 10px;
}
.cms-testimonial-carousel-syncing .client-info-item .name-job .name-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.cms-testimonial-carousel-syncing .client-info-item .name-job .client-job p {
  font-size: 13px;
  filter: grayscale(1);
  transition: all 300ms ease 0s;
  margin-bottom: 0;
  margin-top: 6px;
}
.cms-testimonial-carousel-syncing .client-info-item.slick-current .client-image img {
  border-color: #f24942;
  filter: none;
}
.cms-testimonial-carousel-syncing .client-info-item.slick-current .name-job .client-job p {
  filter: none;
}
.cms-contact-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cms-contact-social .contact-social-icon {
  flex-grow: 1;
  text-align: center;
  background-color: #1c1c23;
  color: #fff;
  padding: 34px 20px;
  font-size: 20px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-contact-social .contact-social-icon {
    min-width: 50%;
  }
}
.cms-contact-social .contact-social-icon span.contact-icon-image {
  position: absolute;
  display: inline-flex;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #f24942;
  transition: all 300ms ease 0s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.2);
}
.cms-contact-social .contact-social-icon:hover span.contact-icon-image {
  top: 0;
  opacity: 1;
  visibility: visible;
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.cms-video-popup .content-inner {
  display: flex;
  align-items: center;
}
.cms-video-popup .content-inner p.button-text {
  margin-bottom: 0;
  margin-left: 25px;
}
.cms-video-popup .video-play-button {
  position: relative;
  display: inline-flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.cms-video-popup .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.cms-video-popup .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.cms-video-popup .video-play-button i {
  position: relative;
  z-index: 9;
  color: #222;
  font-size: 30px;
  margin-left: 5px;
}
.cms-video-popup.layout2 .image-wrap .cover-image {
  padding: 8px;
  width: 50%;
}
.cms-video-popup.layout2 .image-wrap .cover-image img {
  border-radius: 10px;
}
.cms-video-popup.layout2 .image-wrap .image-above {
  display: flex;
  position: relative;
}
.cms-video-popup.layout2 .image-wrap .image-above .video-play-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.cms-video-popup.layout2 .image-wrap .image-above .image1 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cms-video-popup.layout2 .image-wrap .image-above .image1 img {
  width: 80%;
}
.cms-video-popup.layout2 .image-wrap .image-below {
  display: flex;
}
.cms-video-popup.layout2 .image-wrap .image-below .image3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.cms-video-popup.layout2 .image-wrap .image-below .image3 img {
  width: 65%;
}
.cms-video-popup.layout2 .image-wrap .image-below .image4 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.cms-video-popup.layout2 .image-wrap .image-below .image4 img {
  width: 80%;
}
.cms-video-popup.layout3 .content-inner {
  position: relative;
  background-color: #f24942;
  padding: 42px 15px 42px;
  text-align: center;
  display: block;
  max-width: 520px;
}
.cms-video-popup.layout3 .content-inner .box-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.cms-video-popup.layout3 .content-inner .box-title {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: bold;
  font-family: "Prata", sans-serif;
}
.cms-video-popup.layout3 .content-inner .video-play-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .cms-video-popup.layout3 .content-inner .video-play-button {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.cms-counter.layout1 {
  text-align: center;
}
.cms-counter.layout1 .cms-counter-inner {
  text-align: left;
  display: inline-block;
}
.cms-counter.layout1 .top-counter {
  display: flex;
  align-items: center;
}
.cms-counter.layout1 .top-counter .cms-counter-icon, .cms-counter.layout1 .top-counter svg {
  height: 42px;
  width: auto;
  flex: none;
  margin-right: 8px;
}
.cms-counter.layout1 .top-counter .cms-counter-number-wrapper {
  font-size: 33px;
  white-space: nowrap;
  padding-top: 3px;
}
@media screen and (max-width: 991px) {
  .cms-counter.layout1 .top-counter .cms-counter-number-wrapper {
    font-size: 26px;
  }
}
.cms-counter.layout1 .cms-counter-title {
  font-weight: 400;
  margin-top: 6px;
}
@keyframes pulse-current {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.3);
    opacity: 0;
  }
}
.cms-company-timeline .slick-slider {
  overflow: inherit;
}
.cms-company-timeline .timeline-years .slick-list {
  padding: 40px 0;
}
.cms-company-timeline .timeline-years .slick-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c8c8c8;
  z-index: -1;
}
.cms-company-timeline .year-item {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.cms-company-timeline .year-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  background-color: #fff;
  transition: all 300ms ease 0s;
}
.cms-company-timeline .year-item span {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c23;
}
.cms-company-timeline .year-item span.year-hidden {
  visibility: hidden;
  opacity: 0;
}
.cms-company-timeline .year-item span.year-show {
  position: absolute;
}
.cms-company-timeline .year-item:nth-child(odd) span.year-show {
  top: -36px;
}
.cms-company-timeline .year-item:nth-child(even) span.year-show {
  top: 36px;
}
.cms-company-timeline .year-item.slick-current:before {
  background-color: #f24942;
  border-color: #f24942;
}
.cms-company-timeline .year-item.slick-current:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #f24942;
  transition: all 300ms ease 0s;
  animation: pulse-current 1500ms ease-out infinite;
}
.cms-company-timeline .timeline-content-items {
  padding-top: 50px;
}
.cms-company-timeline .timeline-content-items .cms-slick-prev, .cms-company-timeline .timeline-content-items .cms-slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #f2eee5;
  cursor: pointer;
  transition: all 400ms ease 0s;
}
.cms-company-timeline .timeline-content-items .cms-slick-prev i, .cms-company-timeline .timeline-content-items .cms-slick-next i {
  font-size: 26px;
  color: #f24942;
}
.cms-company-timeline .timeline-content-items .cms-slick-prev:hover, .cms-company-timeline .timeline-content-items .cms-slick-next:hover {
  border-color: #f24942;
}
.cms-company-timeline .timeline-content-items .cms-slick-prev {
  left: 0;
}
.cms-company-timeline .timeline-content-items .cms-slick-next {
  right: 0;
}
.cms-company-timeline .timeline-content-items .left-content img {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .cms-company-timeline .timeline-content-items .left-content img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cms-company-timeline .timeline-content-items .right-content {
    padding-left: 35px;
  }
}
.cms-company-timeline .timeline-content-items .right-content .timeline-heading {
  font-size: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
.cms-clients-list.layout1 .cms-client-wrapper .client-image {
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
  transition: all 300ms ease 0s;
  cursor: pointer;
}
.cms-clients-list.layout1 .cms-client-wrapper .client-image img {
  max-height: 50px;
}
.cms-clients-list.layout1 .cms-client-wrapper .client-image:hover {
  border-color: #f24942 !important;
}
.cms-clients-list.layout2 .cms-client-wrapper .client-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  transition: all 300ms ease 0s;
  cursor: pointer;
  opacity: 0.5;
}
.cms-clients-list.layout2 .cms-client-wrapper .client-image img {
  max-height: 45px;
  filter: grayscale(1);
  transition: all 300ms ease 0s;
}
.cms-clients-list.layout2 .cms-client-wrapper .client-image:hover {
  opacity: 1;
}
.cms-clients-list.layout2 .cms-client-wrapper .client-image:hover img {
  filter: none;
}
.pricing-table-container .pricing-table-title {
  padding: 17px 0;
  letter-spacing: 0.03em;
}
.pricing-table-container .pricing-price-container {
  border-left: none !important;
  border-right: none !important;
  padding: 23px 0;
}
.pricing-table-container .pricing-price-container .pricing-price-currency {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #f24942;
}
.pricing-table-container .pricing-price-container .pricing-price-value {
  font-size: 55px;
  letter-spacing: 0.03em;
  color: #f24942;
  font-weight: 700;
  position: relative;
  line-height: 1.1;
}
.pricing-table-container .pricing-price-container .pricing-price-value .pricing-price-currency {
  position: absolute;
}
.pricing-table-container .pricing-price-container .pricing-price-duration {
  font-size: 17px;
  color: #555;
}
.pricing-table-container .pricing-price-container .pricing-price-duration.block-duration {
  display: block;
}
.pricing-table-container .pricing-list-container {
  padding: 30px 0 35px;
}
.pricing-table-container .pricing-list-container .pricing-list {
  list-style-type: none;
}
.pricing-table-container .pricing-list-container .pricing-list li {
  color: #1c1c23;
  margin-bottom: 21px;
}
.pricing-table-container .pricing-list-container .pricing-list li span.item-slashed {
  color: #777;
  text-decoration: line-through;
}
.pricing-table-container .pricing-price-button {
  margin-top: 7px;
  border-color: #1c1c23;
}
.pricing-table-container .pricing-price-button:hover {
  border-color: #f24942;
}
.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner {
  overflow: hidden;
  position: relative;
}
.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner .hover-effect:before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: rgba(28, 28, 35, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.4s;
  -khtml-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: flex;
  align-items: flex-end;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner .grid-item-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}
.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner .grid-item-content .up-icon {
  display: inline-block;
  margin: 0 10px;
}
.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner .grid-item-content .up-icon i {
  font-size: 30px;
  color: #fff;
}
.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner:hover .hover-effect:before {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner:hover .grid-item-content {
  visibility: visible;
  opacity: 1;
}
.cms-count-down .cms-count-down-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .cms-count-down .cms-count-down-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cms-count-down .cms-count-down-container .time-item {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .cms-count-down .cms-count-down-container .time-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.cms-count-down .cms-count-down-container .time-item .time-item-inner {
  text-align: center;
}
.cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-number {
  font-size: 80px;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 45px 0 30px;
}
@media screen and (max-width: 991px) {
  .cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-number {
    font-size: 55px;
  }
}
.cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-text {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c23;
  letter-spacing: 0.03em;
  background-color: #fff;
  padding: 17px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-number {
    font-size: 25px;
  }
  .cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-text {
    font-size: 16px;
  }
}
.cms-practice-area-carousel .cms-slick-carousel .slick-prev, .cms-practice-area-carousel .cms-slick-carousel .slick-next {
  top: 32%;
}
.cms-practice-area-carousel.layout1 .action-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.cms-practice-area-carousel.layout1 .action-buttons .entry-readmore {
  display: inline-block;
}
.cms-practice-area-carousel.layout1 .action-buttons .entry-readmore a.readmore-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #f24942;
  margin-left: 20px;
}
.cms-practice-area-carousel.layout1 .action-buttons .entry-readmore a.readmore-link i {
  font-weight: bold;
  font-size: 13px;
  margin-left: 2px;
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.2s linear 0ms;
}
.cms-practice-area-carousel.layout1 .carousel-item-inner:hover a.readmore-link i {
  transform: translateX(0) !important;
  opacity: 1 !important;
}
.cms-practice-area-carousel.layout1 .carousel-item-inner {
  text-align: center;
}
.cms-practice-area-carousel.layout1 .carousel-item-inner .entry-featured {
  margin-bottom: 19px;
}
.cms-practice-area-carousel.layout1 .carousel-item-inner .entry-body .entry-body-inner .entry-title {
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.cms-practice-area-carousel.layout2 .area-icon-wrap {
  margin: 0 auto 13px;
}
.cms-practice-area-carousel.layout2 .area-icon-wrap img {
  max-height: 46px;
}
.cms-practice-area-carousel.layout2 .area-icon-wrap svg {
  width: auto;
  height: 46px;
}
.cms-practice-area-carousel.layout2 .area-icon-wrap svg path {
  fill: #f24942;
}
.cms-practice-area-carousel.layout2 .carousel-item-inner {
  padding: 40px 25px 30px;
  border: 1px solid #d8d8d8;
  transition: all 300ms ease 0s;
}
.cms-practice-area-carousel.layout2 .carousel-item-inner:hover {
  background-color: #2c2c33;
  border-color: transparent !important;
}
.cms-practice-area-carousel.layout2 .entry-body .entry-body-inner .entry-title {
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.cms-practice-area-carousel.layout2 .entry-body .entry-body-inner .entry-title:hover a {
  color: #f24942 !important;
}
.cms-call-to-action.layout1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cms-call-to-action.layout1 .left-content .custom-subheading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.cms-call-to-action.layout1 .left-content .custom-heading {
  font-size: 30px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cms-call-to-action.layout1 .right-content .cta-button {
  padding: 14px 35px;
  background-color: #1c1c23;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  margin: 20px 0;
}
.cms-newsletter-form.default {
  padding: 45px 32px 35px 32px;
  background-color: #1c1c23;
}
.cms-newsletter-form.default .form-description {
  margin-bottom: 27px;
}
.cms-newsletter-form.default .tnp-subscription {
  margin: 0;
}
.cms-newsletter-form.default .tnp-subscription div.tnp-field {
  margin-bottom: 15px;
}
.cms-newsletter-form.default .tnp-subscription input.tnp-submit {
  background-color: #f24942;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 16px 35px;
  margin: 35px auto 0;
}
.cms-newsletter-form.default .tnp-subscription input[type=text], .cms-newsletter-form.default .tnp-subscription input[type=email] {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  font-size: 13px;
  color: #777;
  height: 48px;
}
.cms-newsletter-form.default .tnp-subscription input[type=text]:focus, .cms-newsletter-form.default .tnp-subscription input[type=email]:focus {
  border-color: #f24942;
}
.cms-newsletter-form.minimal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 50px 20px 50px;
  background-color: rgba(28, 28, 35, 0.08);
}
@media screen and (max-width: 767px) {
  .cms-newsletter-form.minimal {
    padding: 30px 15px 20px;
    margin-top: 20px;
  }
}
.cms-newsletter-form.minimal .form-description {
  margin-bottom: 15px;
  flex: none;
  margin-right: 30px;
  max-width: 110px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #1c1c23;
  white-space: nowrap;
  overflow: hidden;
}
.cms-newsletter-form.minimal .tnp-subscription {
  margin: 0;
}
.cms-newsletter-form.minimal .cms-newsletter-form-inner {
  flex-grow: 1;
}
.cms-newsletter-form.minimal form {
  display: flex;
  align-items: center;
}
.cms-newsletter-form.minimal form .tnp-field-email {
  flex-grow: 1;
}
.cms-newsletter-form.minimal form .tnp-field-button {
  position: relative;
}
.cms-newsletter-form.minimal form .tnp-field-button input.tnp-submit {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  color: transparent;
  background-color: transparent !important;
  z-index: 1;
}
.cms-newsletter-form.minimal form .tnp-field-button:after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  content: "\f1d8";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 16px;
  left: 0;
  top: 0;
  background-color: #f24942;
}
.cms-newsletter-form.minimal form input[type=text], .cms-newsletter-form.minimal form input[type=email] {
  border-color: transparent;
  color: #777;
  background-color: #fff;
  height: 48px;
}
.cms-newsletter-form.minimal form input[type=text]:focus, .cms-newsletter-form.minimal form input[type=email]:focus {
  border-color: transparent;
}
.elementor-widget-divider.cms-divider .elementor-divider-separator {
  position: relative;
}
.elementor-widget-divider.cms-divider .elementor-divider-separator:before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #f24942;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.cms-double-image.layout1 .content-wrap {
  position: relative;
}
.cms-double-image.layout1 .content-wrap .image-description {
  text-align: center;
  padding: 40px 22px;
  background-color: #f24942;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 4px 29px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 40px;
}
.cms-double-image.layout1 .content-wrap .image-description p {
  margin-bottom: 0;
}
.cms-double-image.layout1 .content-wrap .image-below {
  padding: 25px 0 68px 65px;
}
.cms-double-image.layout1 .content-wrap .image-above {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 30%;
}
.cms-double-image.layout1 .content-wrap .image-above img {
  border: 8px solid #fff;
}
.cms-landing-page .image-featured {
  position: relative;
  overflow: hidden;
  flex: none;
  cursor: pointer;
  border-radius: 8px;
  transition: all 300ms ease 0s;
}
.cms-landing-page .image-featured img {
  -webkit-transition: all 1s;
  -khtml-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border-radius: 8px;
}
.cms-landing-page .image-featured:after {
  background: #fff;
  content: "";
  left: -75px;
  position: absolute;
  top: -100px;
  bottom: -100px;
  transform: rotate(30deg);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  opacity: 0;
}
.cms-landing-page .image-featured:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
}
.cms-landing-page .image-featured:hover:after {
  left: 150%;
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}
.cms-landing-page .image-featured:hover img {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.cms-landing-page .heading-text {
  text-align: center;
  margin-top: 20px;
}
.cms-landing-page .heading-text a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #222;
}
.cms-landing-page .heading-text a:hover {
  color: #f24942;
}
#elementor-editor-wrapper {
  display: none;
  /* Sticky Sidebar */
}
.sidebar-sticky, .sidebar-sticky > .vc_column-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.admin-bar .sidebar-sticky, .admin-bar .sidebar-sticky > .vc_column-inner {
  top: 60px;
}
.header-sticky .sidebar-sticky, .header-sticky .sidebar-sticky > .vc_column-inner {
  top: 110px;
}
.admin-bar.header-sticky .sidebar-sticky, .admin-bar.header-sticky .sidebar-sticky > .vc_column-inner {
  top: 140px;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: #f24942;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.entry-content .page-links a span:hover {
  background-color: #f24942;
  color: #fff;
}
.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
  margin: 0;
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  body.site-layout-default:not(.woocommerce) #primary.col-xl-9 {
    flex: 0 0 73%;
    max-width: 73%;
  }
  body.site-layout-default:not(.woocommerce) #secondary.col-xl-3 {
    flex: 0 0 27%;
    max-width: 27%;
  }
  body.site-layout-full-width.woocommerce #primary.col-xl-9 {
    flex: 0 0 75.2%;
    max-width: 75.2%;
  }
  body.site-layout-full-width.woocommerce #secondary.col-xl-3 {
    flex: 0 0 24.8%;
    max-width: 24.8%;
  }
  body.site-layout-full-width .container {
    max-width: 1920px;
  }
  body.site-layout-full-width .site-header .site-header-top > .container, body.site-layout-full-width .site-header .site-header-middle > .container, body.site-layout-full-width .site-header .site-header-main > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width #content > .content-inner > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .layout-container > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .site-footer .top-footer-logo > .container, body.site-layout-full-width .site-footer .top-footer > .container, body.site-layout-full-width .site-footer .bottom-footer > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .content-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  body.site-layout-full-width .content-row #primary, body.site-layout-full-width .content-row #secondary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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: 110px 0;
  position: relative;
}
.layout-container {
  background-color: #fcfcfc;
  padding-bottom: 55px;
}
.widget .widget-content ul:not(.entry-meta) {
  margin: 0;
  list-style: none;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc-row-overlay {
  position: relative;
  overflow: hidden;
}
.row-overlay {
  position: relative;
}
.row-overlay:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.row-overlay.dotted-overlay:after {
  background-image: url(../images/dot-overlay.png);
  background-repeat: repeat;
}
.col-overlay .vc_column-inner {
  position: relative;
}
.col-overlay .vc_column-inner:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.vc_row.vc_row-fluid > .wpb_column {
  z-index: 2;
}
.vc_row .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 #f24942;
}
@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;
}
.vc_row.row-boxed:not(.vc_row-has-fill) {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 1400px) {
  .site-layout-boxed .site {
    width: 1310px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    overflow: visible;
  }
  .site-layout-boxed .site .site-content {
    overflow: hidden;
  }
  .site-layout-boxed .site [data-vc-full-width="true"] {
    width: 1310px !important;
    left: -55px !important;
  }
  .site-layout-boxed .site [data-vc-full-width="true"]:not(.vc_row-no-padding) {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1310px;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .site-layout-boxed .site {
    width: 1200px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
  }
  .site-layout-boxed .site .container {
    max-width: 1140px;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .rm-padding-xlg > .vc_column-inner, .rm-padding-xlg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1199px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-lg.vc_inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.rm-margin-lg-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.row-border-box {
    padding: 40px 40px 0px;
    margin: 0;
  }
  .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-md.wpb_text_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-md0 > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.row-rm-padding-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .vc_row.rm-margin-md, .vc_row.rm-margin-md-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .rm-margin-md0 > .vc_column-inner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .rm-margin-top-md > .vc_column-inner {
    margin-top: 0 !important;
  }
  .add-margin-bottom-md > .vc_column-inner {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.row-border-box {
    padding: 40px 15px 0px 15px;
  }
  .rm-padding-sm > .vc_column-inner, .rm-padding-sm > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-sm0 > .vc_column-inner, body .vc_row.wpb_row .rm-padding-sm0 > .theiaStickySidebar > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.row-rm-padding-sm {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-sm > .vc_column-inner {
    margin: 0 !important;
  }
  .wpb_single_image.image_align_xs_left {
    text-align: left !important;
  }
  .wpb_single_image.image_align_xs_center {
    text-align: center !important;
  }
  .wpb_single_image.image_align_xs_right {
    text-align: right !important;
  }
}
@media screen and (max-width: 575px) {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@font-face {
  font-family: 'Futura LtCn BT';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/main/FuturaBT-LightCondensed.woff2') format('woff2'), url('../fonts/main/FuturaBT-LightCondensed.woff') format('woff');
}
@font-face {
  font-family: 'Futura Lt BT';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/main/FuturaBT-LightItalic.woff2') format('woff2'), url('../fonts/main/FuturaBT-LightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/main/FuturaBT-Medium.woff2') format('woff2'), url('../fonts/main/FuturaBT-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: italic;
  src: url('../fonts/main/FuturaBT-MediumItalic.woff2') format('woff2'), url('../fonts/main/FuturaBT-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Futura Bk BT';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/main/FuturaBT-Book.woff2') format('woff2'), url('../fonts/main/FuturaBT-Book.woff') format('woff');
}
@font-face {
  font-family: 'Futura Bk BT';
  font-weight: normal;
  font-style: italic;
  src: url('../fonts/main/FuturaBT-BookItalic.woff2') format('woff2'), url('../fonts/main/FuturaBT-BookItalic.woff') format('woff');
}
@font-face {
  font-family: 'Futura';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/main/Futura-Bold.woff2') format('woff2'), url('../fonts/main/Futura-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Futura Md BT';
  font-weight: bold;
  font-style: italic;
  src: url('../fonts/main/FuturaBT-BoldItalic.woff2') format('woff2'), url('../fonts/main/FuturaBT-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Futura Hv BT';
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/main/FuturaBT-Heavy.woff2') format('woff2'), url('../fonts/main/FuturaBT-Heavy.woff') format('woff');
}
@font-face {
  font-family: 'Futura Hv BT';
  font-weight: 900;
  font-style: italic;
  src: url('../fonts/main/FuturaBT-HeavyItalic.woff2') format('woff2'), url('../fonts/main/FuturaBT-HeavyItalic.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('/wp-content/themes/frontline/assets/fonts/gothamPro/GothamPro-Medium.eot');
  src: url('/wp-content/themes/frontline/assets/fonts/gothamPro/Gotham Pro Medium'), url('/wp-content/themes/frontline/assets/fonts/gothamPro/GothamPro-Medium'), url('/wp-content/themes/frontline/assets/fonts/gothamPro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/frontline/assets/fonts/gothamPro/GothamPro-Medium.woff') format('woff'), url('/wp-content/themes/frontline/assets/fonts/gothamPro/GothamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url('/wp-content/themes/frontline/assets/fonts/gothamPro/GothamProNarrow-Medium.eot');
  src: url('/wp-content/themes/frontline/assets/fonts/gothamPro/Gotham Pro Narrow Medium'), url('/wp-content/themes/frontline/assets/fonts/gothamPro/GothamProNarrow-Medium'), url('GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'), url('GothamProNarrow-Medium.woff') format('woff'), url('GothamProNarrow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
.widget_shopping_cart {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  width: 320px;
  padding: 30px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-align: left;
  color: #9b9b9b;
  z-index: -99;
  visibility: hidden;
  opacity: 0;
  margin-top: 32px;
  line-height: normal;
}
.widget_shopping_cart.active {
  z-index: 99;
  margin-top: 11px;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.widget_shopping_cart:before {
  content: '';
  width: 21px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
.widget_shopping_cart .widget_shopping_title {
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #1d274e;
}
.widget_shopping_cart .product_list_widget {
  list-style: none;
  margin: 0;
}
.widget_shopping_cart .product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0 !important;
  padding-right: 40px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.widget_shopping_cart .product_list_widget li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}
.widget_shopping_cart .product_list_widget li.empty {
  font-size: 16px;
}
.widget_shopping_cart .product_list_widget li a {
  white-space: inherit !important;
}
.widget_shopping_cart .product_list_widget .cart-product-image {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
.widget_shopping_cart .product_list_widget .cart-product-image img {
  float: none;
  margin: 0;
  width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
  font-size: 16px;
  line-height: 27px;
  margin-top: -5px;
  margin-bottom: 4px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
  display: block;
  color: inherit;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
  color: #f24942;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
  font-size: 13px;
  color: #9b9b9b;
  border: none;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  top: 0;
  right: 0;
  background-color: #222;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
  background-color: #f24942;
  color: #fff;
}
.widget_shopping_cart .widget_shopping_cart_footer {
  border-top: 2px solid #f2f2f2;
  margin-top: 30px;
  padding-top: 20px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total {
  margin-bottom: 18px;
  padding-top: 0;
  border: none;
}
.widget_shopping_cart .widget_shopping_cart_footer .total strong {
  font-size: 16px;
  color: #9b9b9b;
  font-weight: normal;
  line-height: 28px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
  color: #f24942;
  float: right;
  font-size: 14px;
  line-height: 1;
  line-height: 28px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 15px;
  width: 50%;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout {
  background-color: #1c1c23;
  border-color: #1c1c23;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout:hover {
  background-color: #f24942;
  border-color: #f24942;
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  color: #f24942;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.woocommerce #secondary .widget_product_search button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 51px;
  line-height: 51px;
  width: 50px;
  font-size: 14px;
  color: #f24942;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
}
body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
  padding: 0;
  background-color: transparent;
  margin-bottom: 48px;
}
body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
body.woocommerce form .form-row, body.woocommerce-page form .form-row {
  padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt {
  background-color: #f24942;
  font-size: 13px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 35px;
  line-height: 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;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #1c1c23;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #f24942;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #f24942;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  padding: 0;
  border: 1px solid #c8c8c8;
  color: #1c1c23;
  width: 60px;
  height: 35px;
  font-size: 15px;
  color: #222;
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty:-webkit-outer-spin-button, .woocommerce .quantity .qty:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td {
  padding: 12px 15px;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
  width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #dbdbdb;
  height: 50px;
  background-color: #fff;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 46px;
  padding-left: 20px;
  color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #747da1;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #f24942;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
#shop-newsletter {
  text-align: center;
  padding: 40px 30px 30px 30px;
  color: rgba(255, 255, 255, 0.87);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-top: 60px;
}
#shop-newsletter h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
  color: #fff;
  text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
  max-width: 590px;
  margin: auto;
}
#shop-newsletter .ct-newsletter-inner {
  margin-top: 33px;
  margin-bottom: 18px;
}
#shop-newsletter .ct-newsletter-inner .tnp-email {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .ct-newsletter-inner .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_product_categories ul {
  list-style: none;
  margin-bottom: 0;
}
.widget_product_categories ul li {
  font-size: 0;
  line-height: 0;
}
.widget_product_categories ul li a {
  font-size: 13px;
  line-height: normal;
  color: #333;
  text-transform: uppercase;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #f2f2f2;
}
.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
  color: #f24942;
}
.widget_product_categories ul li:last-child > a {
  border-bottom: none;
}
.widget_product_categories ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
  color: #f24942;
}
.widget_product_tag_cloud .tagcloud a {
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-title {
  margin-bottom: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-content-inner {
  padding-top: 30px;
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f24942;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height: 8px;
  width: 8px;
  background-color: #f24942;
  top: -2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -2px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding-top: 25px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  font-size: 12px;
  line-height: 1;
  flex-grow: 1;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  float: none;
  max-width: 110px;
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #f24942;
  line-height: 1;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
}
body .widget_products ul.product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 20px;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 20px;
}
body .widget_products ul.product_list_widget li .product-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 7px;
}
body .widget_products ul.product_list_widget li .product-title a {
  color: inherit;
}
body .widget_products ul.product_list_widget li .product-title a:hover {
  color: #f24942;
}
body .widget_products ul.product_list_widget li .amount {
  font-size: 13px;
  color: #f24942;
  font-weight: 600;
}
body .widget_products ul.product_list_widget li del {
  color: #f24942;
}
body .widget_products ul.product_list_widget li del .amount {
  color: inherit;
}
body .widget_products ul.product_list_widget li .star-rating-wrap {
  margin-bottom: 6px !important;
}
body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
  display: none;
}
body .widget_products ul.product_list_widget li .wg-product-image {
  width: 49px;
  margin-right: 16px;
  min-width: 49px;
}
body .widget_products ul.product_list_widget li .wg-product-image img {
  float: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: #f24942;
  background-color: #f24942;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #f24942;
  background-color: #f24942;
}
#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: #f24942;
  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: #1c1c23;
}
#shop-breadcrumb ul li a:hover {
  color: #f24942;
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 14px;
  margin-left: 8px;
  color: #808a98;
}
.woocommerce .woocommerce-product-category a {
  font-size: 15px;
  color: #777;
  margin-bottom: 9px;
  display: inline-block;
}
.woocommerce .woocommerce-product-category a:hover {
  color: #f24942;
}
.woocommerce span.onsale {
  min-width: inherit;
  min-height: inherit;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  padding: 9px 30px;
  text-align: center;
  background-color: #1c1c23;
  border-radius: 0 !important;
  margin: 0 !important;
  top: 14px !important;
  right: 29px !important;
  left: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce .star-rating span::before {
  color: #ffab00;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px !important;
}
.woocommerce ul.products li.product {
  padding: 0px 15px;
  margin-bottom: 65px;
  margin-right: 0;
  width: 100% !important;
}
@media screen and (min-width: 576px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products li.product {
    width: 25% !important;
  }
}
.woocommerce ul.products.columns-1 li.product {
  width: 100% !important;
}
.woocommerce ul.products.columns-2 li.product {
  width: 100% !important;
}
@media screen and (min-width: 576px) {
  .woocommerce ul.products.columns-2 li.product {
    width: 50% !important;
  }
}
.woocommerce ul.products.columns-3 li.product {
  width: 100% !important;
}
@media screen and (min-width: 576px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33333% !important;
  }
}
.woocommerce ul.products.columns-4 li.product {
  width: 100% !important;
}
@media screen and (min-width: 576px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25% !important;
  }
}
.woocommerce ul.products.columns-5 li.product {
  width: 100% !important;
}
@media screen and (min-width: 576px) {
  .woocommerce ul.products.columns-5 li.product {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-5 li.product {
    width: 20% !important;
  }
}
.woocommerce ul.products.columns-6 li.product {
  width: 100% !important;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 16.66667% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 20px;
  font-weight: 500;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: #f24942;
}
.woocommerce ul.products li.product .price {
  font-size: 20px;
  color: #f24942;
  font-weight: 500;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
  color: #999;
  opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  color: #f24942;
  font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
  position: relative;
  z-index: 99;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 15px 30px 15px 0px;
  flex-grow: 1;
  color: #1c1c23;
  font-size: 17px;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #1c1c23;
  border: 1px solid transparent;
  font-size: 13px;
  color: #fff;
  padding: 0 35px;
  height: 48px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
  right: 12px;
  color: #fff;
  font-size: 14px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
  color: #9b9b9b;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 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;
  opacity: 0;
  background-color: rgba(21, 21, 27, 0.5);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 45px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  line-height: 48px;
  background-color: #f24942;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 35px;
  margin: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
  letter-spacing: 0;
  top: 0;
  right: 15px;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.add_to_cart_button:not(.loading):after {
  content: "\f290";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 14px;
  margin-left: 8px;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    display: block;
  }
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
  line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  float: none;
  margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px !important;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #f24942;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
  display: none !important;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: -3px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 0 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 52px;
  color: #fff;
  background-color: #1c1c23;
  border-color: #1c1c23;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
  margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
  font-size: 16px;
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  font-size: 16px;
  content: '\f2ea';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: #f24942;
  color: #fff;
  border-color: #f24942;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product #content.site-content {
  padding-bottom: 30px;
}
.single-product section.related {
  margin-bottom: 10px;
}
.single-product section.related h2 {
  font-size: 40px;
  margin-bottom: 62px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-product-details__short-description {
  margin-top: 22px;
}
.single-product #primary div.product form.cart {
  padding: 25px 0;
  margin: 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.single-product #primary div.product form.cart label {
  font-size: 15px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  margin-right: 10px;
  color: #1c1c23;
  font-weight: 500;
  text-transform: uppercase;
}
.single-product #primary div.product form.cart .reset_variations {
  display: none !important;
}
.single-product #primary div.product form.cart .variations {
  margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
  padding-bottom: 20px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #1d274e;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #f24942;
  color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
.single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 0;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
    width: 100%;
    margin-top: 25px;
  }
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_variation_wrap {
  width: 100%;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
  left: 35px !important;
  top: 20px !important;
  right: auto !important;
}
.single-product #primary div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 32px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 20px;
  top: 20px;
}
@media screen and (min-width: 1200px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    padding-right: 30px;
  }
  .single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 35px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  outline: 5px solid rgba(0, 0, 0, 0.1);
  outline-offset: -9px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #primary div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 69px;
}
@media screen and (min-width: 768px) {
  .single-product #primary div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a {
  font-size: 15px;
  color: #777;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a:hover {
  color: #f24942;
}
.single-product #primary div.product .entry-summary .entry-title {
  font-size: 25px;
  margin-bottom: 8px;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: none;
}
.single-product #primary div.product .entry-summary .price {
  color: #f24942;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-product #primary div.product .entry-summary .price del {
  color: #999;
  opacity: 1;
  margin-right: 24px;
}
.single-product #primary div.product .entry-summary .price del .amount {
  color: inherit;
}
.single-product #primary div.product .entry-summary .price ins {
  color: #f24942;
  font-weight: 500;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
  font-size: 15px;
  color: #777;
  margin-top: 22px;
  margin-bottom: 28px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-sku {
  margin-bottom: 9px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
  color: #1c1c23;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 4px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  margin-right: 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin: 0 9px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
  color: #f24942;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button:after {
  content: "\f290";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-meta {
  margin: 0 -15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder, .single-product #primary div.product .entry-summary .woocommerce-sg-product-rating {
  padding: 0 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
  flex-grow: 1;
}
.single-product #primary div.product .woocommerce-tabs {
  margin-top: 38px;
  margin-bottom: 98px;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  border: none;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
    flex-direction: column;
    margin-bottom: 25px;
    border: 1px solid #d8d8d8;
    border-bottom: none;
  }
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    border: none !important;
    border-bottom: 1px solid #d8d8d8 !important;
    text-align: center;
  }
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
    width: 100%;
  }
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active:after {
    display: none !important;
  }
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
    color: #f24942 !important;
  }
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
  font-size: 15px;
  color: #1c1c23;
  font-weight: 500;
  padding: 0 40px;
  line-height: 48px;
  position: relative;
  text-transform: uppercase;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  border: none;
  box-shadow: none;
  z-index: 9;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:first-child {
  border-left: 1px solid #d8d8d8;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active:after {
  background-color: #fff;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #d8d8d8;
  padding: 40px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 25px;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #1d274e;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-author label, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-email label {
  margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  padding-top: 15px;
  height: 120px;
  padding-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 10px;
  top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 6px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 70px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 5px solid #fff;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #1c1c23;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin: 0 4px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product #primary div.product .woocommerce-sg-product-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a {
  display: flex;
  align-items: center;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a i {
  font-size: 25px;
  color: #bbb;
  transition: all 300ms ease 0s;
  margin-right: 25px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a ul {
  list-style: none;
  margin: 0;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a ul li {
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  color: #f24942;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a ul li:first-child {
  text-transform: uppercase;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a ul li:last-child {
  font-size: 17px;
  color: #1c1c23;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a:hover i {
  color: #f24942;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav.prev-nav {
  padding-right: 10px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav.next-nav {
  margin-left: auto;
  padding-left: 10px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav.next-nav a {
  flex-direction: row-reverse;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav.next-nav a i {
  margin-left: 25px;
  margin-right: 0;
}
.single-product #primary div.product .quantity {
  margin-right: 20px;
  position: relative;
}
.single-product #primary div.product .quantity .quantity-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-product #primary div.product .quantity .quantity-icon i {
  font-size: 18px;
  color: #777;
  cursor: pointer;
  position: relative;
}
.single-product #primary div.product .quantity .quantity-icon i.zmdi-caret-up {
  top: 3px;
}
.single-product #primary div.product .quantity .quantity-icon i.zmdi-caret-down {
  bottom: 3px;
}
.single-product #primary div.product .quantity .qty {
  padding-right: 1.4em;
  padding-left: 0;
  border: 1px solid #c8c8c8;
  color: #1c1c23;
  width: 4em;
  height: 35px;
  font-size: 15px;
  line-height: 1;
}
.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as a {
  color: #f24942;
  margin-left: 7px;
}
.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
  color: #1c1c23;
}
.single-product #primary div.product .product_meta .posted_in {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #primary div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
    top: 150px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
  padding: 0 20px !important;
  color: #fff !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
  width: 180px !important;
  height: 50px;
  border-width: 0 0 2px 0px;
  border-style: solid;
  border-color: #e8e8e8;
  padding-left: 15px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: 1px solid #dee2e6;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
  text-align: left;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
  color: #1d274e;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
  color: #f24942;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
  color: #1d274e;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
  color: #1d274e;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
  position: relative;
  min-width: 50px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
  font-size: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #f24942;
  color: #fff;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
  color: #fff;
  background-color: rgba(242, 73, 66, 0.85);
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    min-height: 57px;
  }
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
  color: #1d274e;
  vertical-align: middle !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
  font-weight: 600;
  color: #1d274e;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #f24942;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #1c1c23;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 28px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: #f24942;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: FontAwesome;
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  color: #1d274e;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
  font-weight: 600;
  color: #1d274e;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #f7f8fa;
  border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 20px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  background-color: #f24942;
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #1c1c23;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #747da1;
  position: relative;
  display: block;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: #f24942;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "FontAwesome";
  color: #f24942;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 26px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
  background-color: #f7f8fa;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  max-width: 670px;
  margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
  color: #f24942;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #1c1c23;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary #customer_login {
    margin: 0;
  }
  .woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: #f24942;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
.woocommerce-wishlist tfoot td {
  display: none;
}
.woocommerce-wishlist .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
  color: #1c1c23 !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 20px;
  background-color: #f24942;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
  background-color: #1c1c23;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist #yith-wcwl-form {
    overflow-x: scroll;
  }
  .woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
.woocommerce-grouped-product-list {
  border: none;
}
.elementor-element h1, .elementor-element h2, .elementor-element h3, .elementor-element h4, .elementor-element h5, .elementor-element h6, .elementor-element .h1, .elementor-element .h2, .elementor-element .h3, .elementor-element .h4, .elementor-element .h5, .elementor-element .h6 {
  margin: 0;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  flex-grow: 1;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
  max-width: 1170px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: 1190px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
  max-width: 1200px;
}
.site-content .elementor-row, .site-footer-custom .elementor-row {
  justify-content: space-between;
}
.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-section-stretched.elementor-section-full_width .elementor-col-100 .elementor-inner-section.elementor-section-boxed, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-col-100 .elementor-inner-section.elementor-section-boxed {
  display: flex;
  justify-content: center;
}
.site-content .elementor-element-edit-mode.elementor-section-boxed .elementor-container, .site-footer-custom .elementor-element-edit-mode.elementor-section-boxed .elementor-container, .site-content .elementor-section-stretched.elementor-section-full_width .elementor-inner-section.elementor-section-boxed .elementor-container, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-inner-section.elementor-section-boxed .elementor-container {
  margin: 0 auto;
}
.site-content .fa, .site-footer-custom .fa {
  font: normal normal normal 14px/1 FontAwesome;
}
.site-content .cms-dropcap .elementor-drop-cap, .site-footer-custom .cms-dropcap .elementor-drop-cap {
  margin-top: -13px;
}
.slick-slide:focus {
  outline: none;
}
.cms-slick-slider .slick-loading .slick-list {
  background: #fff;
}
.cms-slick-slider .slick-loading .slick-list:after {
  content: '\e8fb';
  font-family: eicons;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 25px;
  color: #a4afb7;
}
.cms-slick-slider .slick-prev, .cms-slick-slider .slick-next {
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  background-color: rgba(242, 73, 66, 0.25);
  border: 1px solid transparent;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  transition: all 300ms ease 0s;
}
.cms-slick-slider .slick-prev:before, .cms-slick-slider .slick-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
  color: #f24942;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-slick-slider .slick-prev:hover, .cms-slick-slider .slick-next:hover {
  border-color: #f0322a;
  background-color: rgba(242, 73, 66, 0.25);
}
@media screen and (max-width: 1400px) {
  .cms-slick-slider .slick-prev, .cms-slick-slider .slick-next {
    top: auto !important;
    bottom: -60px;
    transform: none;
  }
}
.cms-slick-slider .slick-prev {
  left: -87px;
}
@media screen and (max-width: 1400px) {
  .cms-slick-slider .slick-prev {
    left: calc(50% - 55px);
  }
}
.cms-slick-slider .slick-prev:before {
  content: '\f2fa';
}
.cms-slick-slider .slick-next {
  right: -87px;
}
@media screen and (max-width: 1400px) {
  .cms-slick-slider .slick-next {
    right: calc(50% - 55px);
  }
}
.cms-slick-slider .slick-next:before {
  content: '\f2fb';
}
.cms-slick-slider .slick-prev:hover, .cms-slick-slider .slick-prev:focus, .cms-slick-slider .slick-next:hover, .cms-slick-slider .slick-next:focus {
  outline: none;
}
.cms-slick-slider .slick-prev:hover:before, .cms-slick-slider .slick-prev:focus:before, .cms-slick-slider .slick-next:hover:before, .cms-slick-slider .slick-next:focus:before {
  opacity: 1;
}
.cms-slick-slider .slick-prev.slick-disabled:before, .cms-slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.cms-slick-slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.cms-slick-slider ul.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.cms-slick-slider ul.slick-dots li {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.cms-slick-slider ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
}
.cms-slick-slider ul.slick-dots li button:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #c8c8c8;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-slick-slider ul.slick-dots li.slick-active button {
  border-color: #f24942;
}
.cms-slick-slider ul.slick-dots li.slick-active button:before {
  background-color: #f24942;
}
.cms-slick-slider ul.slick-dots li button:hover, .cms-slick-slider ul.slick-dots li button:focus {
  outline: none;
}
.cms-slick-slider .slick-arrows-inside .slick-prev {
  left: 20px;
}
.cms-slick-slider .slick-arrows-inside .slick-next {
  right: 20px;
}
[dir="rtl"] .cms-slick-slider .slick-arrows-inside .slick-prev {
  left: auto;
  right: 20px;
}
[dir="rtl"] .cms-slick-slider .slick-arrows-inside .slick-next {
  left: 20px;
  right: auto;
}
.cms-slick-slider .slick-dots-inside .slick-dots {
  bottom: 5px;
}
.cms-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.cms-slick-slider .slick-slider .slick-prev, .cms-slick-slider .slick-slider .slick-next {
  z-index: 1;
}
.cms-slick-slider .slick-slide img {
  margin: auto;
}
.cms-accordion .cms-accordion-item {
  border-width: 0;
  border-style: solid;
}
.cms-accordion .cms-accordion-item:not(:last-child) {
  border-bottom: none;
}
.cms-accordion .cms-accordion-item .cms-ac-title.active {
  border-width: 0;
  border-bottom-style: solid;
}
.cms-accordion .cms-ac-title {
  padding: 15px;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.cms-accordion .cms-ac-title .cms-ac-title-icon.right {
  float: right;
  margin-left: 5px;
}
.cms-accordion .cms-ac-title .cms-ac-title-icon.left {
  float: left;
  margin-right: 5px;
}
.cms-accordion .cms-ac-title .cms-ac-title-icon .cms-ac-title-icon-close {
  display: block;
}
.cms-accordion .cms-ac-title .cms-ac-title-icon .cms-ac-title-icon-open {
  display: none;
}
.cms-accordion .cms-ac-title.active .cms-ac-title-icon .cms-ac-title-icon-close {
  display: none;
}
.cms-accordion .cms-ac-title.active .cms-ac-title-icon .cms-ac-title-icon-open {
  display: block;
}
.cms-accordion .cms-ac-title.active, .cms-accordion .cms-ac-title:hover {
  background-color: #ccc;
}
.cms-accordion .cms-ac-content {
  display: none;
  padding: 15px;
  background-color: white;
}
.cms-toggle .cms-toggle-item {
  border-bottom-style: solid;
  border-bottom-width: 0;
}
.cms-toggle .cms-toggle-title {
  padding: 15px;
  color: #444;
  cursor: pointer;
  font-weight: bold;
  border: none;
  transition: 0.4s;
}
.cms-toggle .cms-toggle-title .cms-toggle-title-icon {
  float: right;
  margin-left: 5px;
}
.cms-toggle .cms-toggle-title .cms-toggle-title-icon.left {
  float: left;
  margin-right: 5px;
}
.cms-toggle .cms-toggle-title .cms-toggle-title-icon .cms-toggle-title-icon-close {
  display: block;
}
.cms-toggle .cms-toggle-title .cms-toggle-title-icon .cms-toggle-title-icon-open {
  display: none;
}
.cms-toggle .cms-toggle-title.active .cms-toggle-title-icon .cms-toggle-title-icon-close {
  display: none;
}
.cms-toggle .cms-toggle-title.active .cms-toggle-title-icon .cms-toggle-title-icon-open {
  display: block;
}
.cms-toggle .cms-toggle-content {
  display: none;
  padding: 15px;
}
