/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Unitest
--------------------------------------------------------------*/
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-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;
  }
}
@-webkit-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  /* Page Loading */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes spin-loading {
  0% {
    transform: scaleY(0.1);
    background: #f79023;
  }
  50% {
    transform: scaleY(1);
    background: #cf6600;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}
@-webkit-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@-moz-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@-moz-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@-webkit-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@-o-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@keyframes stretch {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes cms-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes cms-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@-webkit-keyframes cms_shine {
  100% {
    left: 125%;
  }
}
@keyframes cms_shine {
  100% {
    left: 125%;
  }
}
@keyframes shakeThatBooty {
  33% {
    -webkit-transform: rotateZ(30deg);
    -khtml-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  67% {
    -webkit-transform: rotateZ(-30deg);
    -khtml-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
  100% {
    -webkit-transform: rotateZ(30deg);
    -khtml-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale_image_zoom_small {
  /* Cicle Animation */
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  color: #f79023;
}
a.text-link {
  border-bottom: 2px solid #f79023;
  padding-bottom: 2px;
  color: #f79023;
}
a.text-link:hover {
  border-color: transparent;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ff7e00;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  font-size: 18px;
  line-height: 1.7777;
  color: #666;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  background-attachment: fixed;
  background-size: cover;
}
.site {
  position: relative;
  background-attachment: fixed;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 430px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2a439b;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 600;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 38px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 26px;
}
h6, .h6 {
  font-size: 18px;
}
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: #f79023;
}
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;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  background-color: #f79023;
  border-color: #f79023;
  color: #fff;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #2a439b;
  border-color: #2a439b;
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #f79023;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #2a439b;
  border-color: #2a439b;
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.entry-body .entry-content .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
}
body .wp-block-gallery {
  display: flex;
  margin-bottom: 25px;
}
body .wp-block-gallery .blocks-gallery-caption {
  font-size: 15px;
}
blockquote {
  color: #fff;
  background-color: #2a439b;
  background-image: url(../images/bg-quote.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 26px;
  line-height: 1.31;
  font-weight: 500;
  margin-bottom: 34px;
  padding: 55px 70px 60px 150px;
  position: relative;
}
blockquote:before {
  position: absolute;
  content: "\f10d";
  font-size: 18px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  top: 42px;
  left: 50px;
  width: 75px;
  height: 75px;
  -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: #f79023;
  color: #fff;
  text-align: center;
  line-height: 75px;
}
blockquote:after {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px dashed #fff;
  position: absolute;
  top: 52px;
  left: 60px;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  blockquote {
    margin-top: 30px;
    padding: 70px 15px 30px;
  }
  blockquote:before {
    left: 20px;
    top: -32px;
  }
  blockquote:after {
    top: -22px;
    left: 30px;
  }
}
blockquote cite {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  margin-top: 30px;
  color: #fff;
}
blockquote p {
  margin-bottom: 30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
#tslOverlay {
  background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
#demo-option .fa {
  font-family: "FontAwesome";
}
.el-inline {
  display: inline-block;
  width: auto !important;
}
.icon-navigation.link-white {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.icon-navigation.link-white a {
  color: #f79023;
}
.icon-navigation.link-white a:hover {
  color: #fff;
}
.ct-arrow-right.fac-arrow-right {
  height: 20px;
  width: 20px;
  line-height: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #f79023;
  font-size: 12px;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-align: center;
  position: relative;
  top: -1px;
}
.btn:hover .ct-arrow-right.fac-arrow-right, .btn:focus .ct-arrow-right.fac-arrow-right {
  color: #2a439b;
}
.btn.btn-secondary:hover .ct-arrow-right.fac-arrow-right, .btn.btn-secondary:focus .ct-arrow-right.fac-arrow-right {
  color: #f79023;
}
.ct-icon-navigation {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.ct-icon-navigation:before, .ct-icon-navigation:after, .ct-icon-navigation span:before, .ct-icon-navigation span:after {
  content: '';
  background-color: #1b1a1a;
  position: absolute;
  height: 10px;
  width: 10px;
  -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;
}
.ct-icon-navigation:before {
  top: 0;
  left: 0;
}
.ct-icon-navigation:after {
  top: 0;
  right: 0;
}
.ct-icon-navigation span:before {
  right: 0;
  bottom: 0;
}
.ct-icon-navigation span:after {
  bottom: 0;
  left: 0;
}
.ct-icon-navigation:hover:before, .ct-icon-navigation:hover:after, .ct-icon-navigation:hover span:before, .ct-icon-navigation:hover span:after {
  background-color: #f79023;
}
.text-block {
  font-size: 15px;
  line-height: 23px;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.z-index0 {
  z-index: 0;
  position: relative;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-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;
}
.bg-primary {
  background-color: #f79023 !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: #ff7e00;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a439b), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #2a439b, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #2a439b, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #2a439b, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #2a439b, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #2a439b, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2a439b', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #2a439b;
  opacity: 0.3;
  z-index: 1;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.align-justified {
  width: 100%;
}
.h-main {
  font-weight: 700;
}
.style-none {
  list-style: none;
  margin: 0;
}
.image-single-e-custom img {
  width: 100%;
}
.cms-menu {
  margin: 0;
  list-style: none;
}
.cms-menu > li {
  display: inline-block;
}
.cms-menu > li > a {
  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: #f79023;
}
.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: #f79023;
}
.cms-menu.footer-menu > li:last-child > a {
  margin-right: 0;
}
@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) {
  /* Arrows */  .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%;
  }
}
.revslider-initialised .tp-bullets.bullet-custom-1.vertical {
  counter-reset: number;
}
.revslider-initialised .tp-bullets.bullet-custom-1.vertical .tp-bullet {
  width: 20px;
  height: 15px;
  line-height: 1;
  background-color: transparent;
  text-align: center;
  position: relative !important;
  -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;
}
.revslider-initialised .tp-bullets.bullet-custom-1.vertical .tp-bullet:before {
  text-align: center;
  counter-increment: number;
  content: counter(number) '.';
  position: absolute;
  font-weight: 600;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-bullets.bullet-custom-1.vertical .tp-bullet:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 2px;
  height: 0px;
  background-color: #f79023;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 11px;
}
.revslider-initialised .tp-bullets.bullet-custom-1.vertical .tp-bullet.selected {
  text-align: left;
  color: #f79023;
  height: 110px;
  background-color: transparent;
}
.revslider-initialised .tp-bullets.bullet-custom-1.vertical .tp-bullet.selected:before {
  font-size: 30px;
  font-weight: bold;
}
.revslider-initialised .tp-bullets.bullet-custom-1.vertical .tp-bullet.selected:after {
  height: 75px;
  opacity: 1;
}
.revslider-initialised .tp-bullets.bullet-custom-1.horizontal {
  counter-reset: number;
  width: 100% !important;
  display: flex;
}
.revslider-initialised .tp-bullets.bullet-custom-1.horizontal .tp-bullet {
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 20px;
  font-size: 18px;
  font-weight: 600;
  -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 !important;
}
.revslider-initialised .tp-bullets.bullet-custom-1.horizontal .tp-bullet:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 0;
  height: 2px;
  background-color: #f79023;
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: 0;
}
.revslider-initialised .tp-bullets.bullet-custom-1.horizontal .tp-bullet:before {
  width: auto;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #2a439b;
  counter-increment: number;
  content: counter(number) '.';
}
.revslider-initialised .tp-bullets.bullet-custom-1.horizontal .tp-bullet.selected {
  text-align: left;
  color: #f79023;
  width: 110px;
  background-color: transparent;
}
.revslider-initialised .tp-bullets.bullet-custom-1.horizontal .tp-bullet.selected:after {
  width: 82px;
  opacity: 1;
}
.home2-slider-custom {
  /* Bullets */
}
.home2-slider-custom .revslider-initialised .tp-bullets.bullet-custom-1.vertical .tp-bullet:before {
  color: #fff;
}
.home2-slider-custom .revslider-initialised .tp-bullets.bullet-custom-1.vertical .tp-bullet.selected {
  color: #f79023;
}
.tparrows.arrorws-custom {
  width: 70px;
  height: 70px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #f8f8f8;
  line-height: 70px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.tparrows.arrorws-custom:before {
  line-height: 67px;
  font-size: 20px;
  font-weight: bold;
}
.tparrows.arrorws-custom:hover {
  background-color: #f79023;
  border-color: #f79023;
}
.tparrows.tp-leftarrow {
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tparrows.tp-rightarrow {
  font-size: 22px;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.box-slide {
  width: 207px;
  height: 207px;
  background-color: #f79023;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.box-slide br {
  display: none;
}
.box-slide p {
  margin-bottom: 0;
  font-size: 20px !important;
  line-height: 1 !important;
}
.box-slide h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 1 !important;
  margin-bottom: 5px;
}
.box-slide > * {
  color: #fff;
}
.box-slide:after {
  content: "";
  display: block;
  border-top: 80px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 50px solid #f79023;
  position: absolute;
  bottom: 5%;
  left: 10px;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
  -khtml-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.box-slide:before {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  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;
  top: 5%;
  left: 5%;
  background-color: transparent;
  border: 2px dashed #fff;
  background-clip: content-box;
  width: 90%;
  height: 90%;
}
.box-slide:hover:before {
  opacity: 1;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@media screen and (max-width: 767px) {
  .box-slide {
    width: 150px;
    height: 150px;
  }
  .box-slide p {
    margin-bottom: 0;
    font-size: 15px !important;
    line-height: 1 !important;
  }
  .box-slide h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1 !important;
    margin-bottom: 5px;
  }
}
.btn-style, .btn.btn-default, #site-header-wrap.header-layout1 .site-header-button .btn, .single-hentry .entry-readmore .btn, .comments-area .comment-inner .comment-content .comment-reply a, .cms-pricings.layout1 .list-buttom a.btn.btn-active, .cms-portfolio-grid .btn.btn-default, .cms-product-grid .woocommerce-add-to-cart, .cms-product-carousel .woocommerce-add-to-cart, .cms-process1 .cms-tabs-content .item--button a, .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart, .woocommerce #secondary .widget_product_tag_cloud .tagcloud a, 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, 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, .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order, .woosw-content-item .woosw-content-item--add .add_to_cart_button, .mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button, .woosw-area.woosw-open .add_to_cart_inline a.added_to_cart, .woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn, .btn-style2, .cms-pricings.layout1 .list-buttom a.btn, .btn-style3, .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit, .cms-portfolio-grid .btn.btn-secondary {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-style:before, .btn.btn-default:before, #site-header-wrap.header-layout1 .site-header-button .btn:before, .single-hentry .entry-readmore .btn:before, .comments-area .comment-inner .comment-content .comment-reply a:before, .cms-pricings.layout1 .list-buttom a.btn.btn-active:before, .cms-portfolio-grid .btn.btn-default:before, .cms-product-grid .woocommerce-add-to-cart:before, .cms-product-carousel .woocommerce-add-to-cart:before, .cms-process1 .cms-tabs-content .item--button a:before, .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:before, .woocommerce #secondary .widget_product_tag_cloud .tagcloud a:before, body.woocommerce-cart .woocommerce-cart-form .actions .button:before, body.woocommerce-wishlist .woocommerce-cart-form .actions .button:before, body.woocommerce-cart #yith-wcwl-form .actions .button:before, body.woocommerce-wishlist #yith-wcwl-form .actions .button:before, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before, .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:before, .woosw-content-item .woosw-content-item--add .add_to_cart_button:before, .mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button:before, .woosw-area.woosw-open .add_to_cart_inline a.added_to_cart:before, .woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn:before, .btn-style2:before, .cms-pricings.layout1 .list-buttom a.btn:before, .btn-style3:before, .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit:before, .cms-portfolio-grid .btn.btn-secondary:before {
  content: '';
  width: 20px;
  height: 100%;
  opacity: 0.8;
  display: block;
  position: absolute;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  right: -18px;
  top: 0;
  z-index: -12;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style:after, .btn.btn-default:after, #site-header-wrap.header-layout1 .site-header-button .btn:after, .single-hentry .entry-readmore .btn:after, .comments-area .comment-inner .comment-content .comment-reply a:after, .cms-pricings.layout1 .list-buttom a.btn.btn-active:after, .cms-portfolio-grid .btn.btn-default:after, .cms-product-grid .woocommerce-add-to-cart:after, .cms-product-carousel .woocommerce-add-to-cart:after, .cms-process1 .cms-tabs-content .item--button a:after, .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:after, .woocommerce #secondary .widget_product_tag_cloud .tagcloud a:after, body.woocommerce-cart .woocommerce-cart-form .actions .button:after, body.woocommerce-wishlist .woocommerce-cart-form .actions .button:after, body.woocommerce-cart #yith-wcwl-form .actions .button:after, body.woocommerce-wishlist #yith-wcwl-form .actions .button:after, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:after, .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:after, .woosw-content-item .woosw-content-item--add .add_to_cart_button:after, .mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button:after, .woosw-area.woosw-open .add_to_cart_inline a.added_to_cart:after, .woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn:after, .btn-style2:after, .cms-pricings.layout1 .list-buttom a.btn:after, .btn-style3:after, .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit:after, .cms-portfolio-grid .btn.btn-secondary:after {
  content: '';
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  right: -18px;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style span, .btn.btn-default span, #site-header-wrap.header-layout1 .site-header-button .btn span, .single-hentry .entry-readmore .btn span, .comments-area .comment-inner .comment-content .comment-reply a span, .cms-pricings.layout1 .list-buttom a.btn.btn-active span, .cms-portfolio-grid .btn.btn-default span, .cms-product-grid .woocommerce-add-to-cart span, .cms-product-carousel .woocommerce-add-to-cart span, .cms-process1 .cms-tabs-content .item--button a span, .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn span, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart span, .woocommerce #secondary .widget_product_tag_cloud .tagcloud a span, body.woocommerce-cart .woocommerce-cart-form .actions .button span, body.woocommerce-wishlist .woocommerce-cart-form .actions .button span, body.woocommerce-cart #yith-wcwl-form .actions .button span, body.woocommerce-wishlist #yith-wcwl-form .actions .button span, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button span, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button span, .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order span, .woosw-content-item .woosw-content-item--add .add_to_cart_button span, .mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button span, .woosw-area.woosw-open .add_to_cart_inline a.added_to_cart span, .woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn span, .btn-style2 span, .cms-pricings.layout1 .list-buttom a.btn span, .btn-style3 span, .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit span, .cms-portfolio-grid .btn.btn-secondary span {
  position: relative;
  z-index: 1;
}
.btn-style:hover:before, .btn.btn-default:hover:before, #site-header-wrap.header-layout1 .site-header-button .btn:hover:before, .single-hentry .entry-readmore .btn:hover:before, .comments-area .comment-inner .comment-content .comment-reply a:hover:before, .cms-pricings.layout1 .list-buttom a.btn.btn-active:hover:before, .cms-portfolio-grid .btn.btn-default:hover:before, .cms-product-grid .woocommerce-add-to-cart:hover:before, .cms-product-carousel .woocommerce-add-to-cart:hover:before, .cms-process1 .cms-tabs-content .item--button a:hover:before, .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:hover:before, .woocommerce #secondary .widget_product_tag_cloud .tagcloud a:hover:before, body.woocommerce-cart .woocommerce-cart-form .actions .button:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .actions .button:hover:before, body.woocommerce-cart #yith-wcwl-form .actions .button:hover:before, body.woocommerce-wishlist #yith-wcwl-form .actions .button:hover:before, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover:before, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover:before, .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover:before, .woosw-content-item .woosw-content-item--add .add_to_cart_button:hover:before, .mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button:hover:before, .woosw-area.woosw-open .add_to_cart_inline a.added_to_cart:hover:before, .woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn:hover:before, .btn-style2:hover:before, .cms-pricings.layout1 .list-buttom a.btn:hover:before, .btn-style3:hover:before, .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit:hover:before, .cms-portfolio-grid .btn.btn-secondary:hover:before {
  opacity: 1;
  width: 116%;
}
.btn-style:hover:after, .btn.btn-default:hover:after, #site-header-wrap.header-layout1 .site-header-button .btn:hover:after, .single-hentry .entry-readmore .btn:hover:after, .comments-area .comment-inner .comment-content .comment-reply a:hover:after, .cms-pricings.layout1 .list-buttom a.btn.btn-active:hover:after, .cms-portfolio-grid .btn.btn-default:hover:after, .cms-product-grid .woocommerce-add-to-cart:hover:after, .cms-product-carousel .woocommerce-add-to-cart:hover:after, .cms-process1 .cms-tabs-content .item--button a:hover:after, .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:hover:after, .woocommerce #secondary .widget_product_tag_cloud .tagcloud a:hover:after, body.woocommerce-cart .woocommerce-cart-form .actions .button:hover:after, body.woocommerce-wishlist .woocommerce-cart-form .actions .button:hover:after, body.woocommerce-cart #yith-wcwl-form .actions .button:hover:after, body.woocommerce-wishlist #yith-wcwl-form .actions .button:hover:after, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover:after, .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover:after, .woosw-content-item .woosw-content-item--add .add_to_cart_button:hover:after, .mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button:hover:after, .woosw-area.woosw-open .add_to_cart_inline a.added_to_cart:hover:after, .woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn:hover:after, .btn-style2:hover:after, .cms-pricings.layout1 .list-buttom a.btn:hover:after, .btn-style3:hover:after, .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit:hover:after, .cms-portfolio-grid .btn.btn-secondary:hover:after {
  opacity: 1;
  width: 120%;
}
.btn-style:before, .btn.btn-default:before, #site-header-wrap.header-layout1 .site-header-button .btn:before, .single-hentry .entry-readmore .btn:before, .comments-area .comment-inner .comment-content .comment-reply a:before, .cms-pricings.layout1 .list-buttom a.btn.btn-active:before, .cms-portfolio-grid .btn.btn-default:before, .cms-product-grid .woocommerce-add-to-cart:before, .cms-product-carousel .woocommerce-add-to-cart:before, .cms-process1 .cms-tabs-content .item--button a:before, .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:before, .woocommerce #secondary .widget_product_tag_cloud .tagcloud a:before, body.woocommerce-cart .woocommerce-cart-form .actions .button:before, body.woocommerce-wishlist .woocommerce-cart-form .actions .button:before, body.woocommerce-cart #yith-wcwl-form .actions .button:before, body.woocommerce-wishlist #yith-wcwl-form .actions .button:before, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before, .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:before, .woosw-content-item .woosw-content-item--add .add_to_cart_button:before, .mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button:before, .woosw-area.woosw-open .add_to_cart_inline a.added_to_cart:before, .woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn:before {
  background: #cf6600;
}
.btn-style:after, .btn.btn-default:after, #site-header-wrap.header-layout1 .site-header-button .btn:after, .single-hentry .entry-readmore .btn:after, .comments-area .comment-inner .comment-content .comment-reply a:after, .cms-pricings.layout1 .list-buttom a.btn.btn-active:after, .cms-portfolio-grid .btn.btn-default:after, .cms-product-grid .woocommerce-add-to-cart:after, .cms-product-carousel .woocommerce-add-to-cart:after, .cms-process1 .cms-tabs-content .item--button a:after, .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:after, .woocommerce #secondary .widget_product_tag_cloud .tagcloud a:after, body.woocommerce-cart .woocommerce-cart-form .actions .button:after, body.woocommerce-wishlist .woocommerce-cart-form .actions .button:after, body.woocommerce-cart #yith-wcwl-form .actions .button:after, body.woocommerce-wishlist #yith-wcwl-form .actions .button:after, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:after, .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:after, .woosw-content-item .woosw-content-item--add .add_to_cart_button:after, .mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button:after, .woosw-area.woosw-open .add_to_cart_inline a.added_to_cart:after, .woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn:after {
  background: #cf6600;
}
.btn-style2:before, .cms-pricings.layout1 .list-buttom a.btn:before {
  background: #f79023;
}
.btn-style2:after, .cms-pricings.layout1 .list-buttom a.btn:after {
  background: #f79023;
}
.btn-style3:before, .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit:before, .cms-portfolio-grid .btn.btn-secondary:before {
  background: #140f45;
}
.btn-style3:after, .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit:after, .cms-portfolio-grid .btn.btn-secondary:after {
  background: #140f45;
}
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 {
  color: #9e9e9e;
  background-color: #fff;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #eaeaea;
  color: inherit;
  padding: 8px 20px;
  line-height: normal;
  height: 51px;
  font-size: 16px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -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: #f79023;
}
select {
  height: 51px;
}
textarea {
  line-height: normal;
  padding-top: 22px;
  padding-bottom: 14px;
  height: 120px;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .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 !important;
  background-color: #fff;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  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: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #f79023;
}
#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;
}
#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: #f79023;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #f79023;
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #f79023;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 2px solid #e7ebef;
  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: '';
  height: 7px;
  width: 7px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #f79023;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
}
.cms-field-checkbox label {
  font-size: 14px;
}
.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 {
  background-color: #fff;
  border-color: #ebebeb;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  text-align: center;
  color: #9b9b9b;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  overflow: auto;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: #666;
}
.nice-select .list .selected {
  color: #666;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #f79023;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 51px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn, button, .button, input[type="submit"] {
    padding: 0 20px;
  }
}
.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: #2a439b;
}
.cms-button-icon.cms-align-icon-left i {
  margin-left: 0;
  margin-right: 10px;
}
.btn i {
  margin-left: 8px;
  line-height: 1;
}
.btn i.fas {
  font-family: "Font Awesome 5 Pro";
}
.btn i.space-right {
  margin-left: 0;
  margin-right: 8px;
}
.btn .cms-align-icon-right {
  float: right;
}
.btn .cms-align-icon-right i {
  margin-left: 18px;
  margin-right: 0px;
}
.btn.btn-default {
  color: #fff;
}
.btn.btn-secondary {
  background-color: #2a439b;
  color: #fff;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #f79023;
}
.btn.btn-outline {
  border: 2px solid #f79023;
  color: #f79023;
  background-color: transparent;
  line-height: 47px;
}
.btn.btn-outline:hover {
  color: #fff;
  background-color: #f79023;
  border-color: #f79023;
}
.btn.btn-outline.btn-small {
  line-height: 35px;
  padding: 0 22px;
}
.btn.btn-outline-primary {
  border: 2px solid #f79023;
  color: #f79023;
  background-color: transparent;
  line-height: 47px;
}
.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #f79023;
}
.btn.btn-outline-secondary {
  border: 2px solid #2a439b;
  color: #2a439b;
  background-color: transparent;
  line-height: 47px;
}
.btn.btn-outline-secondary:hover {
  color: #f79023;
  border-color: #f79023;
}
.btn.btn-outline-secondary2 {
  border: 2px solid #b1b1b0;
  color: #2a439b;
  background-color: transparent;
  line-height: 46px;
}
.btn.btn-outline-secondary2:hover {
  color: #fff;
  background-color: #f79023;
  border-color: #f79023;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-block {
  display: block;
}
.btn-block .btn {
  width: 100%;
}
.text-outline {
  font-size: 12px;
}
.text-outline .cms-button-text {
  display: inline-block;
  border-bottom: 1px solid #f79023;
}
.text-outline.style2 {
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.text-outline.style2 .cms-button-text {
  border-bottom: 2px solid #333;
}
.text-outline.style2:hover {
  color: #f79023;
}
.text-outline.style2:hover .cms-button-text {
  border-color: #f79023;
}
.site-header {
  position: relative;
}
#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap .row {
  align-items: center;
}
#site-header-wrap .site-branding {
  margin: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
}
#site-header-wrap .site-branding img {
  max-height: 75px;
  max-width: inherit;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap .site-branding img {
    max-height: 55px;
  }
}
#site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
}
#site-header-wrap #site-header {
  position: relative;
}
#site-header-wrap #site-header.h-fixed {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #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);
    position: fixed;
  }
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
  opacity: 0;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
  opacity: 1;
}
#site-header-wrap .site-header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 15px 0 0;
  position: relative;
}
#site-header-wrap .site-header-right .site-header-item:not(.site-header-button) {
  font-size: 25px;
  color: #222;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  margin-left: 17px;
  position: relative;
}
#site-header-wrap .site-header-right .site-header-item:not(.site-header-button).site-header-search {
  font-size: 20px;
  font-weight: bold;
}
#site-header-wrap .site-header-right .widget_cart_counter_header {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background-color: #f79023;
  top: -5px;
  right: -5px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#site-header-wrap .site-header-right .site-header-item:hover .widget_cart_counter_header {
  opacity: 1;
}
#site-header-wrap .site-header-right .site-header-button .btn {
  position: relative;
  text-transform: uppercase;
}
#site-header-wrap .site-header-right .h-btn-sidebar {
  border-radius: 2px;
  color: #2a439b;
  display: inline-block;
  font-size: 16px;
  height: 34px;
  line-height: 33px;
  text-align: left;
  margin-left: 17px;
  vertical-align: middle;
  width: 24px;
  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;
}
#site-header-wrap .site-header-right .h-btn-sidebar:before, #site-header-wrap .site-header-right .h-btn-sidebar:after, #site-header-wrap .site-header-right .h-btn-sidebar 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: #2a439b;
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
}
#site-header-wrap .site-header-right .h-btn-sidebar:before {
  top: 8px;
  width: 9px;
}
#site-header-wrap .site-header-right .h-btn-sidebar:after {
  top: 24px;
  width: 24px;
}
#site-header-wrap .site-header-right .h-btn-sidebar span {
  position: absolute;
  right: 0;
  width: 16px;
  display: inline-block;
  background-color: #2a439b;
  top: 16px;
}
#site-header-wrap .site-header-right .h-btn-sidebar.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);
}
#site-header-wrap .site-header-right .h-btn-sidebar.opened:after {
  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);
}
#site-header-wrap .site-header-right .h-btn-sidebar.opened span {
  display: none;
}
@media screen and (max-width: 991px) {
  #site-header-wrap .site-header-right .h-btn-sidebar {
    width: 25px !important;
    margin-left: 10px;
  }
  #site-header-wrap .site-header-right .h-btn-sidebar:before, #site-header-wrap .site-header-right .h-btn-sidebar:after, #site-header-wrap .site-header-right .h-btn-sidebar span {
    background-color: #666;
  }
  #site-header-wrap .site-header-right .h-btn-sidebar:before {
    top: 9px !important;
    width: 16px !important;
  }
  #site-header-wrap .site-header-right .h-btn-sidebar span {
    width: 21px !important;
  }
  #site-header-wrap .site-header-right .h-btn-sidebar:after {
    top: 23px !important;
    width: 25px !important;
  }
  #site-header-wrap .site-header-right .h-btn-sidebar.opened {
    top: 60px !important;
  }
}
@media (max-width: 360px) {
  #site-header-wrap .site-header-right .h-btn-sidebar {
    display: none !important;
  }
}
#site-header-wrap.header-layout1 #site-topbar {
  background-color: #2a439b;
  padding: 8px 0;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout1 #site-topbar {
    display: none;
  }
}
#site-header-wrap.header-layout1 #site-topbar .row {
  align-items: center;
  justify-content: space-between;
}
#site-header-wrap.header-layout1 #site-topbar .box-info {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
}
#site-header-wrap.header-layout1 #site-topbar .box-info i {
  font-size: 18px;
  color: #f79023;
  margin-right: 7px;
  position: relative;
  top: 3px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-phone label {
  color: #f79023;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-phone a {
  color: #fff;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-phone:hover i {
  -webkit-animation: shakeThatBooty 0.3s linear 1;
  -khtml-animation: shakeThatBooty 0.3s linear 1;
  -moz-animation: shakeThatBooty 0.3s linear 1;
  -ms-animation: shakeThatBooty 0.3s linear 1;
  -o-animation: shakeThatBooty 0.3s linear 1;
  animation: shakeThatBooty 0.3s linear 1;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-email {
  margin-left: 20px;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-email label {
  color: #f79023;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-email a {
  color: #fff;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-email:hover i {
  -webkit-animation: toRightFromLeft 0.9s linear 1;
  -khtml-animation: toRightFromLeft 0.9s linear 1;
  -moz-animation: toRightFromLeft 0.9s linear 1;
  -ms-animation: toRightFromLeft 0.9s linear 1;
  -o-animation: toRightFromLeft 0.9s linear 1;
  animation: toRightFromLeft 0.9s linear 1;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-socials a {
  color: #fff;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-socials a:hover {
  color: #f79023;
}
#site-header-wrap.header-layout1 #site-topbar .box-info.box-socials a + a {
  margin-left: 25px;
}
#site-header-wrap.header-layout1 .site-header-button .btn:hover {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout2 .site-header-button .btn {
    overflow: visible;
    background-color: transparent;
  }
  #site-header-wrap.header-layout2 .site-header-button .btn:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 50% 100%, 0 70%);
    background-color: #f79023;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -73px;
  }
  #site-header-wrap.header-layout2 .site-header-button .btn:hover {
    color: #fff;
  }
  #site-header-wrap.header-layout2 .site-header-button .btn:hover:before {
    background-color: #2a439b;
  }
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout3 .site-header-main {
    background-color: rgba(42, 67, 155, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout3 .site-header-button .btn {
    overflow: visible;
    background-color: transparent;
  }
  #site-header-wrap.header-layout3 .site-header-button .btn:before {
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 50% 100%, 0 70%);
    background-color: #f79023;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -73px;
  }
  #site-header-wrap.header-layout3 .site-header-button .btn:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1400px) {
  #site-header-wrap .site-navigation .main-navigation {
    padding-left: 10px;
  }
  #site-header-wrap .site-header-button {
    margin-left: 45px;
  }
}
@media (max-width: 1399px) {
  #site-header-wrap .site-header-button {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
}
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1200px) {
  #site-header-wrap .site-navigation {
    margin: 0 15px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
  }
  #site-header-wrap #site-topbar .box-info.box-phone label {
    color: #f79023;
  }
  #site-header-wrap #site-topbar .box-info.box-phone a {
    color: #fff;
  }
  #site-header-wrap #site-topbar .box-info.box-email {
    margin-left: 50px;
  }
  #site-header-wrap #site-topbar .box-info.box-email label {
    color: #f79023;
  }
  #site-header-wrap #site-topbar .box-info.box-email a {
    color: #fff;
  }
  #site-header-wrap #site-topbar .box-info.box-socials {
    flex-grow: 1;
    text-align: right;
  }
  #site-header-wrap #site-topbar .box-info.box-socials a {
    color: #fff;
  }
  #site-header-wrap #site-topbar .box-info.box-socials a:hover {
    color: #f79023;
  }
  #site-header-wrap #site-topbar .box-info.box-socials a + a {
    margin-left: 35px;
  }
  #site-header-wrap #site-header.h-fixed .primary-menu > li > a, #site-header-wrap #site-header.h-fixed .site-menu-right {
    line-height: 90px;
  }
  #site-header-wrap.header-layout1 .btn {
    line-height: 55px;
    padding: 0 35px;
  }
  #site-header-wrap.header-layout1 .btn.btn-style2, #site-header-wrap.header-layout1 .cms-pricings.layout1 .list-buttom a.btn.btn, .cms-pricings.layout1 .list-buttom #site-header-wrap.header-layout1 a.btn.btn {
    border: none;
    background-color: #f79023;
    color: #fff;
    line-height: 39px;
  }
  #site-header-wrap.header-layout1 .btn.btn-style2:hover, #site-header-wrap.header-layout1 .cms-pricings.layout1 .list-buttom a.btn.btn:hover, .cms-pricings.layout1 .list-buttom #site-header-wrap.header-layout1 a.btn.btn:hover {
    background-color: #f79023;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) {
    background-color: #fff;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-branding .logo-light {
    opacity: 0;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-branding .logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-header-right .site-header-item:not(.site-header-button) {
    color: #2a439b;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-header-right .site-header-item:not(.site-header-button):hover {
    color: ;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-header-button .btn:hover {
    background-color: #2a439b;
    color: #fff;
  }
  #site-header-wrap.header-layout1 .site-header-main.h-fixed .site-branding img {
    max-height: 55px;
  }
  #site-header-wrap.header-layout2 #site-header.h-fixed .site-header-button .btn:before {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
    bottom: -40px;
  }
  #site-header-wrap.header-layout3 .h-btn-sidebar {
    color: #fff;
  }
  #site-header-wrap.header-layout3 .h-btn-sidebar:before, #site-header-wrap.header-layout3 .h-btn-sidebar:after, #site-header-wrap.header-layout3 .h-btn-sidebar span {
    background-color: #fff;
  }
  #site-header-wrap.header-layout3 .h-btn-sidebar span {
    background-color: #fff;
  }
  #site-header-wrap.header-layout3 .site-header-right .site-header-cart {
    color: #fff;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .h-btn-sidebar {
    color: #2a439b;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .h-btn-sidebar:before, #site-header-wrap.header-layout3 .site-header-main.h-fixed .h-btn-sidebar:after, #site-header-wrap.header-layout3 .site-header-main.h-fixed .h-btn-sidebar span {
    background-color: #2a439b;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .h-btn-sidebar span {
    background-color: #2a439b;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right .site-header-cart {
    color: #2a439b;
  }
  #site-header-wrap.header-trans {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  #site-header-wrap.header-trans .site-branding a.logo-dark {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0;
  }
  #site-header-wrap.header-trans .site-branding a.logo-light {
    opacity: 1;
  }
}
#main-menu-mobile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #main-menu-mobile .item-btn-mobile {
    display: none;
  }
}
#main-menu-mobile .item-btn-mobile.site-header-cart {
  font-size: 18px;
  color: #222;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-left: 17px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #main-menu-mobile .item-btn-mobile.site-header-cart {
    margin-left: 0;
  }
}
#main-menu-mobile .item-btn-mobile.site-header-cart .widget_cart_counter_header {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #f79023;
  top: -4px;
  right: -6px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  -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 .item-btn-mobile.site-header-cart:hover .widget_cart_counter_header {
  opacity: 1;
}
@media screen and (max-width: 575px) {
  #main-menu-mobile .item-btn-mobile.site-header-search {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #site-header-wrap.fixed-height {
    height: inherit !important;
  }
  #site-header-wrap .site-header-top, #site-header-wrap .site-header-right, #site-header-wrap .site-navigation-top {
    display: none;
  }
  #site-header-wrap .site-header-button {
    margin-left: 30px;
  }
  #site-header-wrap .site-branding {
    min-height: 44px;
    margin: 10px 15px;
  }
  #site-header-wrap .site-branding a {
    opacity: 0;
    display: inline-block;
  }
  #site-header-wrap .site-branding a.logo-mobile {
    opacity: 1 !important;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #site-header-wrap #main-menu-mobile .btn-nav-mobile {
    margin-left: 22px;
  }
  #site-header-wrap #main-menu-mobile .site-header-search {
    font-size: 20px;
    color: #2a439b;
  }
  #site-header-wrap #headroom {
    position: static !important;
  }
}
#site-header {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#site-header.h-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s 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;
  }
}
.cms-register-popup .user-press-forgot-pass, .cms-login-popup .user-press-forgot-pass {
  display: none;
}
.cms-register-popup .cms-modal-content, .cms-login-popup .cms-modal-content {
  max-width: 370px !important;
}
.cms-register-popup .cms-modal-content .cms-modal-holder, .cms-login-popup .cms-modal-content .cms-modal-holder {
  background-color: #fff;
  padding: 30px 50px 40px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.cms-register-popup .cms-modal-content .cms-modal-holder:before, .cms-login-popup .cms-modal-content .cms-modal-holder:before {
  content: '';
  width: 4px;
  background-color: #f79023;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
}
.cms-register-popup .cms-modal-content .widget-title, .cms-login-popup .cms-modal-content .widget-title {
  font-size: 26px;
  margin-bottom: 13px;
}
.cms-register-popup .cms-modal-content .widget-desc, .cms-login-popup .cms-modal-content .widget-desc {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}
.cms-register-popup .cms-modal-content .cms-modal-body, .cms-login-popup .cms-modal-content .cms-modal-body {
  padding: 0;
}
.cms-register-popup .cms-modal-content .wpcf7-not-valid-tip, .cms-login-popup .cms-modal-content .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
  position: absolute;
  top: -4px;
  right: 0;
}
.cms-register-popup .cms-modal-content .field-group, .cms-login-popup .cms-modal-content .field-group {
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.cms-register-popup .cms-modal-content .field-group .label, .cms-login-popup .cms-modal-content .field-group .label {
  font-size: 14px;
  font-weight: 700;
  color: #51668a;
  margin-bottom: 8px;
  display: block;
}
.cms-register-popup .cms-modal-content .field-group input, .cms-login-popup .cms-modal-content .field-group input {
  height: 60px;
}
.cms-register-popup .cms-modal-content .field-group + .field-group, .cms-login-popup .cms-modal-content .field-group + .field-group {
  margin-top: 22px;
}
.cms-register-popup .cms-modal-content .field-group .cms-field-checkbox input, .cms-login-popup .cms-modal-content .field-group .cms-field-checkbox input {
  height: 100%;
}
.cms-register-popup .cms-modal-content .field-group.field-check, .cms-login-popup .cms-modal-content .field-group.field-check {
  margin-top: 13px;
}
.cms-register-popup .cms-modal-content .fields-footer, .cms-login-popup .cms-modal-content .fields-footer {
  margin-top: 24px;
}
.cms-register-popup .cms-modal-content .field-forget a, .cms-login-popup .cms-modal-content .field-forget a {
  font-size: 14px;
  font-weight: 700;
  color: #0e2b5c;
}
.cms-register-popup .cms-modal-content .field-forget a:hover, .cms-login-popup .cms-modal-content .field-forget a:hover {
  color: #f79023;
}
.cms-register-popup .cms-modal-content .button, .cms-login-popup .cms-modal-content .button {
  line-height: 70px;
}
.cms-register-popup .cms-modal-footer, .cms-login-popup .cms-modal-footer {
  padding-top: 19px;
  text-align: center;
}
.cms-register-popup .cms-modal-footer a, .cms-login-popup .cms-modal-footer a {
  color: #fff;
}
.cms-register-popup .cms-modal-footer span:not(.cms-button-icon), .cms-login-popup .cms-modal-footer span:not(.cms-button-icon) {
  color: #f79023;
  margin-left: 4px;
}
.cms-register-popup .cms-modal-footer .cms-button-icon, .cms-login-popup .cms-modal-footer .cms-button-icon {
  margin-left: 10px;
}
.cms-login-popup .profile-content {
  text-align: center;
}
.cms-login-popup .user-avatar {
  text-align: center;
}
.cms-login-popup .user-name {
  color: #2a439b;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0 8px;
}
.cms-login-popup .user-press-logout {
  font-weight: 700;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  .primary-menu > li {
    margin: 0 12px;
  }
  .primary-menu > li:last-child {
    margin-right: 0;
  }
  .primary-menu > li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu.primary-menu-pages {
    margin-right: 23px;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
  .primary-menu > li > a {
    font-size: 17px;
    color: #2a439b;
    font-weight: 600;
    line-height: 100px;
    position: relative;
    padding: 0;
  }
  .primary-menu > li.menu-item-has-children > a:after {
    content: "+";
    color: #2a439b;
    font-weight: normal;
    margin-left: 4px;
    font-size: 20px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .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: #f79023;
  }
  .primary-menu > li:hover > a:after, .primary-menu > li.current_page_item > a:after, .primary-menu > li.current-menu-item > a:after, .primary-menu > li.current_page_ancestor > a:after, .primary-menu > li.current-menu-ancestor > a:after {
    color: #f79023;
  }
  .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, .primary-menu > li > .children li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu .sub-menu, .primary-menu .children {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu, .primary-menu .children {
    position: absolute;
    background: #fff;
    padding: 10px 0 20px;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 260px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -o-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li, .primary-menu .children li {
    padding: 0 30px;
  }
  .primary-menu .sub-menu li a, .primary-menu .children li a {
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    line-height: normal;
    padding: 12px 0;
    position: relative;
  }
  .primary-menu .sub-menu li a:before, .primary-menu .children li a:before {
    content: '';
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #f79023;
    bottom: -1px;
    left: 0;
    opacity: 0;
  }
  .primary-menu .sub-menu li.menu-item-has-children > a:after, .primary-menu .children li.menu-item-has-children > a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;
    font-size: 12px;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
  }
  .primary-menu .sub-menu li:last-child > a, .primary-menu .children li:last-child > a {
    border-bottom: none;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .children li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .children li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .children li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .children li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a, .primary-menu .children li.current-menu-ancestor > a {
    color: #f79023;
  }
  .primary-menu .sub-menu li > a:hover:before, .primary-menu .children li > a:hover:before, .primary-menu .sub-menu li.current_page_item > a:before, .primary-menu .children li.current_page_item > a:before, .primary-menu .sub-menu li.current-menu-item > a:before, .primary-menu .children li.current-menu-item > a:before, .primary-menu .sub-menu li.current_page_ancestor > a:before, .primary-menu .children li.current_page_ancestor > a:before, .primary-menu .sub-menu li.current-menu-ancestor > a:before, .primary-menu .children li.current-menu-ancestor > a:before {
    width: 100%;
    opacity: 1;
  }
  .primary-menu .sub-menu li > a:hover:after, .primary-menu .children li > a:hover:after, .primary-menu .sub-menu li.current_page_item > a:after, .primary-menu .children li.current_page_item > a:after, .primary-menu .sub-menu li.current-menu-item > a:after, .primary-menu .children li.current-menu-item > a:after, .primary-menu .sub-menu li.current_page_ancestor > a:after, .primary-menu .children li.current_page_ancestor > a:after, .primary-menu .sub-menu li.current-menu-ancestor > a:after, .primary-menu .children li.current-menu-ancestor > a:after {
    color: #f79023;
  }
  .primary-menu .sub-menu .sub-menu, .primary-menu .children .sub-menu, .primary-menu .sub-menu .children, .primary-menu .children .children {
    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, .primary-menu li:hover > .children, .primary-menu li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
  .primary-menu li:hover .sub-menu .sub-menu, .primary-menu li.focus .sub-menu .sub-menu {
    margin-top: -10px;
  }
  .primary-menu li.megamenu {
    position: static;
  }
  .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
    padding: 0;
    background-color: transparent;
  }
  .primary-menu li.megamenu .sub-menu, .primary-menu li.megamenu .children {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .primary-menu li.megamenu .sub-menu p, .primary-menu li.megamenu .children p {
    margin-bottom: 0;
  }
  .primary-menu li.megamenu .sub-menu li, .primary-menu li.megamenu .children li {
    padding: 0;
  }
  .primary-menu li.megamenu .sub-menu li > .container, .primary-menu li.megamenu .children li > .container {
    padding: 0;
  }
  .primary-menu li.megamenu .sub-menu .wpb_content_element, .primary-menu li.megamenu .children .wpb_content_element {
    margin-bottom: 0;
  }
  .primary-menu li.megamenu.remove-pos {
    position: relative;
  }
  .primary-menu li.megamenu.remove-pos > .sub-menu, .primary-menu li.megamenu.remove-pos > .children {
    max-width: inherit;
    width: auto;
    left: 0;
    right: auto;
  }
  .header-layout1 .primary-menu > li > a {
    color: #2a439b;
  }
  .header-layout1 .primary-menu > li.menu-item-has-children > a:after {
    color: #2a439b;
  }
  .header-layout1 .primary-menu > li:hover > a, .header-layout1 .primary-menu > li.current_page_item > a, .header-layout1 .primary-menu > li.current-menu-item > a, .header-layout1 .primary-menu > li.current_page_ancestor > a, .header-layout1 .primary-menu > li.current-menu-ancestor > a {
    color: #f79023;
  }
  .header-layout1 .primary-menu > li:hover > a:after, .header-layout1 .primary-menu > li.current_page_item > a:after, .header-layout1 .primary-menu > li.current-menu-item > a:after, .header-layout1 .primary-menu > li.current_page_ancestor > a:after, .header-layout1 .primary-menu > li.current-menu-ancestor > a:after {
    color: #f79023;
  }
  .header-layout1 .site-header-main.h-fixed .primary-menu > li > a {
    color: #2a439b;
  }
  .header-layout1 .site-header-main.h-fixed .primary-menu > li.menu-item-has-children > a:after {
    color: #2a439b;
  }
  .header-layout1 .site-header-main.h-fixed .primary-menu > li:hover > a, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current_page_item > a, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current-menu-item > a, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current_page_ancestor > a, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current-menu-ancestor > a {
    color: #f79023;
  }
  .header-layout1 .site-header-main.h-fixed .primary-menu > li:hover > a:after, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current_page_item > a:after, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current-menu-item > a:after, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current_page_ancestor > a:after, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current-menu-ancestor > a:after {
    color: #f79023;
  }
  .header-layout2 .primary-menu > li > a {
    line-height: 130px;
  }
  .header-layout3 .primary-menu > li > a {
    color: #fff;
  }
  .header-layout3 .primary-menu > li.menu-item-has-children > a:after {
    color: #fff;
  }
  .header-layout3 .primary-menu > li:hover > a, .header-layout3 .primary-menu > li.current_page_item > a, .header-layout3 .primary-menu > li.current-menu-item > a, .header-layout3 .primary-menu > li.current_page_ancestor > a, .header-layout3 .primary-menu > li.current-menu-ancestor > a {
    color: #f79023;
  }
  .header-layout3 .primary-menu > li:hover > a:after, .header-layout3 .primary-menu > li.current_page_item > a:after, .header-layout3 .primary-menu > li.current-menu-item > a:after, .header-layout3 .primary-menu > li.current_page_ancestor > a:after, .header-layout3 .primary-menu > li.current-menu-ancestor > a:after {
    color: #f79023;
  }
  .header-layout3 .site-header-main {
    margin-top: 20px;
  }
  .header-layout3 .site-header-main.h-fixed .primary-menu > li > a {
    color: #2a439b;
  }
  .header-layout3 .site-header-main.h-fixed .primary-menu > li.menu-item-has-children > a:after {
    color: #2a439b;
  }
  .header-layout3 .site-header-main.h-fixed .primary-menu > li:hover > a, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current_page_item > a, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current-menu-item > a, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current_page_ancestor > a, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current-menu-ancestor > a {
    color: #f79023;
  }
  .header-layout3 .site-header-main.h-fixed .primary-menu > li:hover > a:after, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current_page_item > a:after, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current-menu-item > a:after, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current_page_ancestor > a:after, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current-menu-ancestor > a:after {
    color: #f79023;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .primary-menu > li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .site-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
    max-height: 80vh;
    overflow: scroll;
  }
  .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: #222;
    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: #f79023;
  }
  .primary-menu li .link-icon {
    margin-right: 6px;
    font-size: 90%;
  }
  .primary-menu .sub-menu, .primary-menu .children {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu .container, .primary-menu .children .container {
    padding: 0;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before, .primary-menu .children.submenu-open + .main-menu-toggle:before {
    content: "\f2fc";
  }
  .primary-menu li.focus > .sub-menu, .primary-menu li.focus > .children {
    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: #f79023;
  }
  #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: 40px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(42, 67, 155, 0.15);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 25px;
    background-color: #f79023;
    border-radius: 2px;
    color: #fff;
  }
  .main-menu-toggle:hover {
    background-color: #2a439b;
  }
  .main-menu-toggle:before {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
  }
  #site-header-wrap .mega-auto-width {
    display: block;
  }
  #site-header-wrap .mega-auto-width > .wpb_column {
    width: 100%;
  }
  #site-header-wrap .mega-auto-width > .wpb_column .vc_column-inner {
    padding: 0 !important;
    border: none;
  }
  #site-header-wrap .vc_wp_custommenu {
    padding: 0;
    background-color: transparent;
  }
  .mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
    padding: 0 !important;
    border: none !important;
    margin: 16px 0 !important;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element {
  width: 285px;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
  padding: 0 40px;
  border-right: 2px solid #eaeaea;
  margin: 28px 0;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element:last-child .elementor-column-wrap {
  border-right: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu {
  background-color: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: -8px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li {
  border: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li a {
  background-color: transparent;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: normal;
  padding: 8px 0 8px 22px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-ancestor > a {
  color: #f79023;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a {
  font-weight: 500;
  font-size: 22px;
  color: #1b1a1a;
  display: block;
  padding-left: 0;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a:before {
  display: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-ancestor > a {
  color: #f79023;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:last-child a {
  padding-bottom: 0;
}
.mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu {
  background-color: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: -8px;
}
.mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li {
  border: none;
}
.mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li a {
  background-color: transparent;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: normal;
  padding: 8px 0 8px 22px;
}
.mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:hover > a, .mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li.current-menu-ancestor > a {
  color: #f79023;
}
.mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:first-child a {
  font-weight: 500;
  font-size: 22px;
  color: #1b1a1a;
  display: block;
  padding-left: 0;
}
.mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:first-child a:before {
  display: none;
}
.mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:first-child:hover > a, .mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:first-child.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:first-child.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:first-child.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:first-child.current-menu-ancestor > a {
  color: #f79023;
}
.mega-auto-width > .elementor-container > .elementor-row .cms-navigation-menu.style2 ul.menu li:last-child a {
  padding-bottom: 0;
}
.mega-auto-width .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: inherit;
}
.cms-breadcrumb {
  margin: 10px 0 0;
  list-style: none;
  color: #2a439b;
}
.cms-breadcrumb li {
  display: inline-block;
  font-size: 15px;
  color: inherit;
  font-weight: 500;
}
.cms-breadcrumb li a, .cms-breadcrumb li span {
  color: #666;
}
.cms-breadcrumb li a:after, .cms-breadcrumb li span:after {
  content: '/';
  margin: 0 5px;
  color: inherit;
}
.cms-breadcrumb li a:hover {
  color: #f79023;
}
.cms-breadcrumb li a:hover:after {
  color: inherit;
}
.cms-breadcrumb li:first-child:before {
  font-size: 18px;
  content: '\f015';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  color: #666;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  background-color: #fff;
  margin-right: 8px;
}
.cms-breadcrumb li:last-child a:after, .cms-breadcrumb li:last-child span:after {
  display: none;
}
.elementor-widget-cms_breadcrumb .cms-breadcrumb {
  margin-top: 0;
}
#pagetitle.layout1, #posttitle.layout1 {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}
#pagetitle.layout1 .page-title, #posttitle.layout1 .page-title {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  #pagetitle.layout1 .page-title, #posttitle.layout1 .page-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  #pagetitle.layout1 .page-title, #posttitle.layout1 .page-title {
    font-size: 30px;
  }
}
#pagetitle .page-title-inner, #posttitle .page-title-inner {
  padding: 130px 0;
}
@media screen and (max-width: 991px) {
  #pagetitle .page-title-inner, #posttitle .page-title-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#pagetitle.text-right .post-title-inner, #posttitle.text-right .post-title-inner {
  margin-left: auto;
  margin-right: 0;
}
#pagetitle.text-center .post-title-inner, #posttitle.text-center .post-title-inner {
  margin-left: auto;
  margin-right: auto;
}
#posttitle.layout1 {
  text-align: left;
}
#posttitle .post-title-inner {
  max-width: 850px;
  padding: 25px 0;
}
#posttitle .cms-breadcrumb {
  margin: 0;
}
#posttitle .cms-breadcrumb li {
  color: #666;
}
#posttitle .cms-breadcrumb li:first-child:before {
  background-color: #2a439b;
  color: #fff;
}
#posttitle .cms-breadcrumb li a {
  color: #2a439b;
}
#posttitle .cms-breadcrumb li a:hover {
  color: #f79023;
}
.site-h1 #pagetitle.layout1 .page-title, .site-h1 #posttitle.layout1 .page-title {
  color: #2a439b;
}
@media screen and (max-width: 767px) {
  .site-h1 #pagetitle.layout1 .page-title, .site-h1 #posttitle.layout1 .page-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .site-h1 #pagetitle.layout1 .page-title, .site-h1 #posttitle.layout1 .page-title {
    font-size: 30px;
  }
}
.site-h1 #pagetitle .cms-breadcrumb, .site-h1 #posttitle .cms-breadcrumb {
  margin: 0;
}
.site-h1 #pagetitle .cms-breadcrumb li, .site-h1 #posttitle .cms-breadcrumb li {
  color: #666;
}
.site-h1 #pagetitle .cms-breadcrumb li a, .site-h1 #posttitle .cms-breadcrumb li a {
  color: #2a439b;
}
.site-h1 #pagetitle .cms-breadcrumb li a:hover, .site-h1 #posttitle .cms-breadcrumb li a:hover {
  color: #f79023;
}
.site-h2 #pagetitle.layout1, .site-h2 #posttitle.layout1 {
  background-color: #fff;
  color: #2a439b;
}
.site-h2 #pagetitle.layout1 .page-title, .site-h2 #posttitle.layout1 .page-title {
  color: #2a439b;
}
@media screen and (max-width: 767px) {
  .site-h2 #pagetitle.layout1 .page-title, .site-h2 #posttitle.layout1 .page-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .site-h2 #pagetitle.layout1 .page-title, .site-h2 #posttitle.layout1 .page-title {
    font-size: 30px;
  }
}
.site-h2 #pagetitle .cms-breadcrumb, .site-h2 #posttitle .cms-breadcrumb {
  margin: 0;
}
.site-h2 #pagetitle .cms-breadcrumb li, .site-h2 #posttitle .cms-breadcrumb li {
  color: #666;
}
.site-h2 #pagetitle .cms-breadcrumb li:before, .site-h2 #posttitle .cms-breadcrumb li:before {
  color: inherit;
}
.site-h2 #pagetitle .cms-breadcrumb li a, .site-h2 #posttitle .cms-breadcrumb li a {
  color: inherit;
}
.site-h2 #pagetitle .cms-breadcrumb li a:hover, .site-h2 #posttitle .cms-breadcrumb li a:hover {
  color: #f79023;
}
.site-h2 #pagetitle .cms-breadcrumb li span:hover, .site-h2 #posttitle .cms-breadcrumb li span:hover {
  color: inherit;
}
@media screen and (min-width: 1200px) {
  .site-h2 #pagetitle .page-title-inner {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .site-h2 #posttitle .post-title-inner {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
.post-type-archive-product #pagetitle {
  text-align: left;
}
.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: #f79023;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.posts-pagination .posts-page-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  width: 48px;
  padding: 0;
  height: 89px;
  line-height: 89px;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #2a439b;
}
@media screen and (max-width: 991px) {
  .posts-pagination .page-numbers {
    height: 60px;
    line-height: 60px;
  }
}
.posts-pagination .page-numbers.dots {
  font-size: 25px;
  color: #2a439b !important;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  color: #f79023;
}
.posts-pagination .page-numbers.next {
  background-color: #f4f4f4;
  margin-right: 0;
  width: 95px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .posts-pagination .page-numbers.next {
    text-align: right;
    padding-right: 25px;
    margin-left: -3px;
  }
  .posts-pagination .page-numbers.next:after {
    position: relative;
    top: 2px;
    opacity: 0;
    display: inline-block;
    line-height: inherit;
    margin-left: 5px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
  }
}
.posts-pagination .page-numbers.next:hover, .posts-pagination .page-numbers.next.current {
  color: #f79023;
  padding-right: 45px;
}
.posts-pagination .page-numbers.prev {
  background-color: #f4f4f4;
  margin-left: 0px;
  width: 95px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .posts-pagination .page-numbers.prev {
    margin-right: -3px;
    padding-left: 25px;
    text-align: left;
  }
  .posts-pagination .page-numbers.prev:before {
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: inherit;
    margin-right: 5px;
    opacity: 0;
    content: "\f100";
    font-family: 'Font Awesome 5 Pro';
  }
}
.posts-pagination .page-numbers.prev:hover, .posts-pagination .page-numbers.prev.current {
  color: #f79023;
  padding-left: 45px;
}
.posts-pagination .page-numbers.next, .posts-pagination .page-numbers.prev {
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .posts-pagination .page-numbers.next, .posts-pagination .page-numbers.prev {
    flex-grow: 1;
  }
}
.posts-pagination .page-numbers.next:hover:before, .posts-pagination .page-numbers.prev:hover:before, .posts-pagination .page-numbers.next:hover:after, .posts-pagination .page-numbers.prev:hover:after {
  opacity: 1;
}
.entry-featured {
  position: relative;
}
.entry-featured .post-image {
  position: relative;
  background-color: #fff;
  display: inline-block;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.entry-meta {
  margin: 0;
  list-style: none;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.entry-meta li {
  margin-right: 20px;
  color: #2a439b;
}
.entry-meta li:last-child {
  margin-right: 0;
}
.entry-meta li.item-category a {
  color: #2a439b;
}
.entry-meta li.item-category a:hover {
  text-decoration: underline;
  color: #f79023;
}
.entry-meta li a {
  color: #2a439b;
}
.entry-meta li a:hover {
  color: #f79023;
}
.single-hentry .entry-title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 31px;
}
.single-hentry .entry-title a {
  color: inherit;
}
.single-hentry .entry-title a:hover {
  color: #f79023;
}
.single-hentry .entry-title i {
  font-size: 0;
  height: 35px;
  line-height: 37px;
  width: 30px;
  text-align: center;
  background-color: #f79023;
  margin-right: 10px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.single-hentry .entry-title i:before {
  font-style: normal;
  font-family: "Font Awesome 5 Pro";
  content: "\f08d";
  font-size: 15px;
  color: #fff;
}
.single-hentry .entry-meta {
  margin-bottom: 4px;
}
.single-hentry .entry-content p {
  margin-bottom: 26px;
}
.single-hentry .entry-content p:last-child {
  margin-bottom: 0;
}
.single-hentry .entry-readmore {
  padding-top: 28px;
}
.single-hentry .entry-readmore .btn {
  height: 56px;
  line-height: 56px;
  padding-left: 49px;
  padding-right: 49px;
  text-transform: uppercase;
}
.single-hentry.archive {
  margin-bottom: 70px;
}
.single-hentry.archive .entry-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}
.single-hentry.archive:last-child {
  margin-bottom: 40px;
}
.single-hentry.archive + .posts-pagination {
  padding-top: 5px;
}
.single-hentry.archive .entry-meta {
  margin-bottom: 19px;
  padding: 13px 110px 13px 20px;
  border: 1px solid #eee;
  font-size: 14px;
  position: relative;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .single-hentry.archive .entry-meta {
    padding: 15px;
  }
}
.single-hentry.archive .entry-meta li {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0;
}
.single-hentry.archive .entry-meta li.item-author {
  position: relative;
  padding-left: 45px;
}
.single-hentry.archive .entry-meta li.item-author img {
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 40px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-hentry.archive .entry-meta li.item-author a {
  color: #f79023;
}
.single-hentry.archive .entry-meta li.item-author a:hover {
  color: #cf6600;
}
@media screen and (max-width: 575px) {
  .single-hentry.archive .entry-meta li {
    margin-right: 15px;
  }
}
.single-hentry.archive .entry-meta li.item-comment {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .single-hentry.archive .entry-meta li.item-comment {
    position: absolute;
    width: 103px;
    display: flex;
    justify-content: center;
    padding-top: 14px;
    text-align: center;
    height: 100%;
    background-color: #2a439b;
    right: -1px;
    top: 0px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .single-hentry.archive .entry-meta li.item-comment {
    margin-left: 10px;
  }
}
.single-hentry.archive .entry-meta li.item-comment a {
  color: inherit;
}
.single-hentry.archive .entry-meta li.item-comment a i {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.single-hentry.archive .entry-meta li.item-comment:hover a {
  color: #f79023;
}
.single-hentry.archive .entry-meta li.item-comment:hover a i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.single-hentry.archive .entry-meta li:last-child {
  margin-right: 0;
}
.single-hentry.archive .entry-meta li:last-child:after, .single-hentry.archive .entry-meta li:last-child:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-hentry.archive .entry-meta li:last-child {
    margin-left: 0;
  }
  .single-hentry.archive .entry-meta li:last-child:before {
    display: inline-block;
  }
}
.single-hentry.archive .entry-meta li:not(:first-child):not(.item-comment):before {
  line-height: inherit;
  content: "";
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: #011;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 3px;
}
.entry-tags {
  color: #f79023;
  font-size: 14px;
}
.entry-tags label {
  font-size: 15px;
  font-weight: 700;
  color: #1c1563;
  margin-right: 8px;
}
.entry-tags a {
  color: inherit;
}
.entry-tags a:hover {
  text-decoration: underline;
}
.gap-el {
  display: flex;
  height: 2px;
  background-color: #eaeaea;
  width: 100%;
  margin-bottom: 40px;
}
.single-post .site-main {
  background-color: #fff;
}
.single-post .site-main .entry-featured {
  overflow: hidden;
}
.single-post .site-main .entry-featured .post-image {
  display: inline-block;
}
.single-post .site-main .entry-featured img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post .site-main .entry-featured img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-post .site-main .entry-body {
  position: relative;
  z-index: 1;
}
.single-post .site-main .entry-body .entry-meta {
  margin-bottom: 19px;
  padding: 15px;
  border: 1px solid #eee;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-post .site-main .entry-body .entry-meta {
    padding: 13px 110px 13px 20px;
  }
}
.single-post .site-main .entry-body .entry-meta li {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
}
.single-post .site-main .entry-body .entry-meta li + li:before {
  line-height: inherit;
  content: "";
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: #011;
  margin-left: 4px;
  margin-right: 8px;
  margin-bottom: 3px;
}
.single-post .site-main .entry-body .entry-meta li.item-author {
  position: relative;
  padding-left: 45px;
}
.single-post .site-main .entry-body .entry-meta li.item-author img {
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 40px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-post .site-main .entry-body .entry-meta li.item-author a {
  color: #f79023;
}
.single-post .site-main .entry-body .entry-meta li.item-author a:hover {
  color: #cf6600;
}
@media screen and (max-width: 575px) {
  .single-post .site-main .entry-body .entry-meta li {
    margin-right: 10px;
  }
}
.single-post .site-main .entry-body .entry-meta li.item-comment {
  font-size: 16px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .single-post .site-main .entry-body .entry-meta li.item-comment {
    position: absolute;
    width: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background-color: #2a439b;
    right: -1px;
    top: 0px;
    color: #fff;
  }
}
.single-post .site-main .entry-body .entry-meta li.item-comment a {
  color: inherit;
}
.single-post .site-main .entry-body .entry-meta li.item-comment a i {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.single-post .site-main .entry-body .entry-meta li.item-comment:hover a {
  color: #f79023;
}
.single-post .site-main .entry-body .entry-meta li.item-comment:hover a i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.single-post .site-main .entry-body .entry-meta li:last-child {
  margin-right: 0;
}
.single-post .site-main .entry-body .entry-meta li:last-child:after, .single-post .site-main .entry-body .entry-meta li:last-child:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-post .site-main .entry-body .entry-meta li:last-child {
    margin-left: 0;
  }
  .single-post .site-main .entry-body .entry-meta li:last-child:before {
    display: inline-block;
  }
}
.single-post .site-main .comments-area {
  padding-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .single-post .site-main .comments-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-post .single-hentry .entry-title {
  margin-bottom: 15px;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .single-post .single-hentry .entry-title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.single-post .entry-content {
  margin-bottom: 20px;
}
.single-post .entry-navigation {
  padding-top: 50px;
  margin-bottom: 58px;
}
.single-post .entry-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
}
.single-post .entry-navigation .nav-item {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  padding: 25px 30px 22px;
  flex-grow: 1;
}
.single-post .entry-navigation .nav-item a {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post .entry-navigation .nav-item + .nav-item {
  border-left: 1px solid #eee;
}
.single-post .entry-navigation .nav-item.nav-post-next i {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .entry-navigation .nav-item.nav-post-next {
    text-align: right;
    padding-left: 55px;
  }
}
@media screen and (min-width: 992px) {
  .single-post .entry-navigation .nav-item.nav-post-prev .nav-post-meta {
    padding-right: 45px;
  }
}
.single-post .entry-navigation .nav-item.nav-post-prev i {
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .single-post .entry-navigation .nav-item {
    width: 100%;
    align-items: flex-start;
  }
  .single-post .entry-navigation .nav-item + .nav-item {
    margin-top: 0px;
    border-top: 1px solid #eee;
  }
}
.single-post .entry-navigation .nav-post-meta label a {
  font-weight: 600;
  font-size: 16px;
  color: #f79023;
  text-transform: uppercase;
  display: block;
  margin-top: 0px;
  margin-bottom: 0;
}
.single-post .entry-navigation .nav-post-meta a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #1c1563;
}
.single-post .entry-navigation .nav-post-meta a:hover {
  color: #f79023;
}
.single-post .entry-author-info {
  padding: 18px;
  background-color: #2a439b;
}
@media screen and (max-width: 575px) {
  .single-post .entry-author-info {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.single-post .entry-author-info .author-name {
  font-size: 28px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 24px;
  color: #fff;
}
.single-post .entry-author-info .author-name a {
  color: inherit;
}
@media screen and (min-width: 576px) {
  .single-post .entry-author-info .author-post {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.single-post .entry-author-info .author-avatar {
  width: 148px;
  min-width: 148px;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .single-post .entry-author-info .author-avatar {
    width: 120px;
    min-width: 120px;
    margin: 0 auto 35px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
}
.single-post .entry-author-info .author-avatar img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
}
.single-post .entry-author-info .author-description {
  font-size: 18px;
  line-height: 28px;
  padding-right: 30px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .single-post .entry-author-info .author-description {
    padding-right: 0;
  }
}
.single-post .entry-author-info .author-text-info {
  margin-top: -8px;
}
.single-post .entry-author-info .user-social {
  list-style: none;
  margin: 14px 0 0;
}
.single-post .entry-author-info .user-social li {
  display: inline-block;
  margin-right: 5px;
}
.single-post .entry-author-info .user-social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.single-post .entry-author-info .user-social li a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post .entry-author-info .user-social li a:hover {
  border-color: #f79023;
  color: #fff;
}
.single-post .entry-author-info .user-social li a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.single-post .entry-author-info .user-social li:nth-child(1) a:before {
  background-color: #5e5eb7;
}
.single-post .entry-author-info .user-social li:nth-child(1) a:hover {
  border-color: #5e5eb7;
}
.single-post .entry-author-info .user-social li:nth-child(2) a:before {
  background-color: #29a4dd;
}
.single-post .entry-author-info .user-social li:nth-child(2) a:hover {
  border-color: #29a4dd;
}
.single-post .entry-author-info .user-social li:nth-child(3) a:before {
  background-color: #42548e;
}
.single-post .entry-author-info .user-social li:nth-child(3) a:hover {
  border-color: #42548e;
}
.single-post .entry-author-info .user-social li:nth-child(4) a:before {
  background-color: #c72026;
}
.single-post .entry-author-info .user-social li:nth-child(4) a:hover {
  border-color: #c72026;
}
.single-post .entry-content .page-links {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single-post .entry-content-bottom .entry-tags {
    margin-bottom: 25px;
  }
}
.single-post .entry-content-bottom .entry-tags label {
  color: #f79023;
  font-weight: 600;
  font-size: 18px;
}
.single-post .entry-content-bottom .entry-tags a {
  margin: 5px 2px;
  line-height: 1.72;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
}
.single-post .entry-content-bottom .entry-tags a:after {
  content: ",";
  display: inline-block;
  color: #666;
}
.single-post .entry-content-bottom .entry-tags a:last-child:after {
  display: none;
}
.single-post .entry-content-bottom .entry-tags a:hover {
  background-color: transparent;
  color: #f79023;
}
.single-post .entry-content-bottom .entry-tage-social {
  background-color: #f6f6f6;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .single-post .entry-content-bottom .entry-tage-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .single-post .entry-content-bottom .entry-tage-social {
    padding-bottom: 30px;
  }
}
.single-post .entry-socail-share {
  display: flex;
  align-items: center;
}
.single-post .entry-socail-share a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.single-post .entry-socail-share a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post .entry-socail-share a:hover {
  color: #fff;
}
.single-post .entry-socail-share a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.single-post .entry-socail-share a:nth-child(1) {
  background-color: #5e5eb7;
}
.single-post .entry-socail-share a:nth-child(2) {
  background-color: #29a4dd;
}
.single-post .entry-socail-share a:nth-child(3) {
  background-color: #c72026;
}
.single-post .entry-socail-share a:nth-child(4) {
  background-color: #42548e;
}
.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: #2a439b;
  margin: 16px 0 0;
}
.cms-related-post .item-title a {
  color: inherit;
}
.cms-related-post .item-title a:hover {
  color: #f79023;
}
.no-results .search-form {
  position: relative;
}
.no-results .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #282828;
  background-color: transparent;
  padding: 0 20px;
  line-height: 55px;
}
img.image-space {
  margin-top: 9px;
  margin-bottom: 6px;
}
.single-post #primary.content-full-width, .page-template-blog-classic #primary.content-full-width {
  max-width: 980px;
  margin: auto;
}
.tax-case-study-category .entry-meta .item-category, .tax-case-study-category .entry-meta .item-comment {
  display: none;
}
.post-footer .post-footer-holder {
  border: 1px solid #e7ebef;
  margin-bottom: 50px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
}
.post-footer .post-footer-holder > div {
  width: 50%;
  padding: 23px 30px;
}
.post-footer .post-footer-holder > div + div {
  border-left: 1px solid #e7ebef;
}
@media screen and (max-width: 767px) {
  .post-footer .post-footer-holder > div + div {
    border-top: 1px solid #e7ebef;
    border-left: none;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .post-footer .post-footer-holder > div {
    width: 100%;
  }
}
.post-footer .post-footer-tag {
  font-size: 14px;
  color: #f79023;
}
.post-footer .post-footer-tag a {
  color: inherit;
}
.post-footer .post-footer-tag label {
  font-size: 16px;
  color: #1c1563;
  font-weight: 700;
  display: block;
  margin-bottom: 17px;
}
.post-footer .post-footer-navigation .nav-post-meta {
  max-width: 200px;
}
.post-footer .post-footer-navigation .nav-post-meta label {
  font-size: 13px;
  display: block;
  margin-top: -3px;
}
.post-footer .post-footer-navigation .nav-post-meta a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1c1563;
}
.post-footer .post-footer-navigation .nav-post-meta a:hover {
  color: #f79023;
}
.post-footer .post-footer-navigation .nav-post-img {
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
}
.post-footer .post-footer-navigation .nav-post-img img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.post-footer .post-footer-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.post-footer .post-footer-navigation .nav-item {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  padding: 0 15px;
}
.post-footer .post-footer-navigation .nav-item.nav-post-next {
  text-align: right;
}
@media screen and (min-width: 576px) {
  .post-footer .post-footer-navigation .nav-item.nav-post-next {
    flex-direction: row-reverse;
  }
  .post-footer .post-footer-navigation .nav-item.nav-post-next .nav-post-img {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .post-footer .post-footer-navigation .nav-item {
    width: 100%;
    align-items: flex-start;
  }
  .post-footer .post-footer-navigation .nav-item + .nav-post-archive + .nav-item {
    margin-top: 90px;
  }
}
.post-footer .post-footer-navigation .nav-post-archive {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-footer .post-footer-navigation .nav-post-archive a {
  font-size: 22px;
}
.single-portfolio .entry-title, .single-cmsservice .entry-title {
  font-size: 35px;
}
.single-portfolio .single-hentry .entry-featured, .single-cmsservice .single-hentry .entry-featured {
  margin-bottom: 45px;
}
.single-portfolio .single-hentry .entry-featured img, .single-cmsservice .single-hentry .entry-featured img {
  width: 100%;
}
.single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu {
  margin-bottom: 0;
  border: 1px solid #eee;
}
.single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li {
  padding: 0 35px;
  margin-left: 1px;
  margin-right: 1px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li a, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li a {
  color: #2a439b;
  padding: 20px;
  display: block;
}
.single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li + li a, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li + li a {
  border-top: 1px solid #eee;
}
.single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item, .single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li:hover, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li:hover {
  padding-left: 0;
  padding-right: 0;
}
.single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item a, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item a, .single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li:hover a, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li:hover a {
  padding-left: 55px;
  padding-right: 55px;
  border-top-color: #cf6600;
  background-color: #f79023;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li {
    padding: 0 25px;
  }
  .single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li a, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li a {
    padding: 10px;
  }
  .single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item a, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li.current-menu-item a, .single-portfolio .site-content .elementor-widget-wp-widget-nav_menu .menu li:hover a, .single-cmsservice .site-content .elementor-widget-wp-widget-nav_menu .menu li:hover a {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.single-portfolio .site-content .cms-navigation-menu.style2 .menu, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu {
  margin-bottom: 0;
  border: 1px solid #eee;
}
.single-portfolio .site-content .cms-navigation-menu.style2 .menu li, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li {
  padding: 0 35px;
  margin-left: 1px;
  margin-right: 1px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-portfolio .site-content .cms-navigation-menu.style2 .menu li a, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li a {
  color: #2a439b;
  padding: 20px;
  display: block;
}
.single-portfolio .site-content .cms-navigation-menu.style2 .menu li + li a, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li + li a {
  border-top: 1px solid #eee;
}
.single-portfolio .site-content .cms-navigation-menu.style2 .menu li.current-menu-item, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li.current-menu-item, .single-portfolio .site-content .cms-navigation-menu.style2 .menu li:hover, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li:hover {
  padding-left: 0;
  padding-right: 0;
}
.single-portfolio .site-content .cms-navigation-menu.style2 .menu li.current-menu-item a, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li.current-menu-item a, .single-portfolio .site-content .cms-navigation-menu.style2 .menu li:hover a, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li:hover a {
  padding-left: 55px;
  padding-right: 55px;
  border-top-color: #cf6600;
  background-color: #f79023;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .single-portfolio .site-content .cms-navigation-menu.style2 .menu li, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li {
    padding: 0 25px;
  }
  .single-portfolio .site-content .cms-navigation-menu.style2 .menu li a, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li a {
    padding: 10px;
  }
  .single-portfolio .site-content .cms-navigation-menu.style2 .menu li.current-menu-item a, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li.current-menu-item a, .single-portfolio .site-content .cms-navigation-menu.style2 .menu li:hover a, .single-cmsservice .site-content .cms-navigation-menu.style2 .menu li:hover a {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.single-portfolio .project-meta {
  margin-bottom: 30px;
}
.single-portfolio .single-hentry .entry-featured {
  margin-bottom: 67px;
}
@media screen and (max-width: 991px) {
  .single-portfolio .single-hentry .entry-featured {
    margin-bottom: 35px;
  }
}
.single-portfolio .portolio-info {
  list-style: none;
  padding: 20px 45px;
  border: 1px solid #eee;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .single-portfolio .portolio-info {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .single-portfolio .portolio-info {
    margin-top: 45px;
  }
}
.single-portfolio .portolio-info li {
  color: #666;
  padding: 12px 0;
  position: relative;
  padding-left: 30px;
}
.single-portfolio .portolio-info li + li {
  border-top: 1px solid #f5f5f5;
}
.single-portfolio .portolio-info li a {
  color: inherit;
}
.single-portfolio .portolio-info li a:hover {
  color: #f79023;
}
.single-portfolio .portolio-info li label {
  font-weight: 600;
  color: #f79023;
  margin-right: 5px;
}
@media screen and (min-width: 1200px) {
  .single-portfolio .portolio-info li label {
    min-width: 180px;
  }
}
.single-portfolio .portolio-info li:before {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  position: absolute;
  color: #f79023;
  top: 12px;
  left: 0px;
}
.single-portfolio .portolio-info li.item-category:before {
  content: "\f07b";
}
.single-portfolio .portolio-info li.item-client:before {
  content: "\f007";
}
.single-portfolio .portolio-info li.item-date:before {
  content: "\f073";
}
.single-portfolio .portolio-info li.item-duration:before {
  content: "\f017";
}
.single-portfolio .portolio-info li.item-location:before {
  content: "\f3c5";
}
.single-portfolio .entry-title {
  margin-bottom: 10px;
}
.single-portfolio .entry-sub-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 37px;
}
.single-portfolio .entry-sub-title a {
  color: rgba(102, 102, 102, 0.7);
}
.single-portfolio .entry-sub-title a:hover {
  color: #f79023;
}
@media screen and (max-width: 767px) {
  .single-portfolio .entry-sub-title {
    margin-bottom: 20px;
  }
}
.single-portfolio .entry-sub-title span {
  color: #f79023;
  font-style: normal;
  margin-left: 18px;
}
.single-portfolio .entry-sub-title span:before {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #f79023;
  content: "";
  position: relative;
  top: -4px;
  margin-right: 5px;
}
@media screen and (min-width: 1200px) {
  .single-portfolio .entry-excerpt {
    padding-right: 62px;
  }
}
.single-portfolio .entry-navigation {
  padding-top: 100px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .single-portfolio .entry-navigation {
    padding-top: 50px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .single-portfolio .entry-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) {
  .single-portfolio .entry-navigation .nav-item {
    width: 50%;
    flex-grow: 1;
  }
}
.single-portfolio .entry-navigation .nav-item a {
  display: inline-block;
  margin-bottom: 10px;
}
.single-portfolio .entry-navigation .nav-item.nav-post-next {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .single-portfolio .entry-navigation .nav-item.nav-post-next {
    padding-left: 15px;
  }
}
.single-portfolio .entry-navigation .nav-item.nav-post-next i {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .single-portfolio .entry-navigation .nav-item.nav-post-next {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .single-portfolio .entry-navigation .nav-item.nav-post-next .nav-post-meta {
    padding: 20px 50px 20px 25px;
  }
}
@media screen and (max-width: 991px) {
  .single-portfolio .entry-navigation .nav-item.nav-post-next .nav-post-meta {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .single-portfolio .entry-navigation .nav-item.nav-post-prev {
    padding-right: 15px;
  }
}
.single-portfolio .entry-navigation .nav-item.nav-post-prev i {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .single-portfolio .entry-navigation .nav-item.nav-post-prev .nav-post-meta {
    padding: 20px 20px 20px 50px;
  }
}
@media screen and (max-width: 991px) {
  .single-portfolio .entry-navigation .nav-item.nav-post-prev .nav-post-meta {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .single-portfolio .entry-navigation .nav-item {
    width: 100%;
    align-items: flex-start;
  }
  .single-portfolio .entry-navigation .nav-item + .nav-item {
    border-top: 1px solid #eee;
    margin-top: 0;
  }
}
.single-portfolio .entry-navigation .nav-post-meta {
  border: 1px solid #eee;
}
.single-portfolio .entry-navigation .nav-post-meta > a {
  display: block;
}
.single-portfolio .entry-navigation .nav-post-meta label a {
  font-weight: 600;
  font-size: 16px;
  color: #f79023;
  text-transform: uppercase;
  display: block;
  margin-top: 0px;
  margin-bottom: 0;
}
.single-portfolio .entry-navigation .nav-post-meta a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #1c1563;
}
.single-portfolio .entry-navigation .nav-post-meta a:hover {
  color: #f79023;
}
#secondary .widget {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 40px 42px 40px;
  position: relative;
  border: 1px solid rgba(42, 67, 155, 0.2);
}
@media screen and (max-width: 1199px) {
  #secondary .widget {
    padding: 24px 20px 30px;
  }
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget.widget_tag_cloud {
  padding-bottom: 30px;
}
#secondary .widget.widget_ww_news_tabs {
  padding: 0;
  border: none;
}
#secondary .widget .widget-title, #secondary .widget .comments-title, #secondary .widget .comment-reply-title, #secondary .widget .wp-block-search__label {
  position: relative;
}
#secondary .widget .widget-title:before, #secondary .widget .comments-title:before, #secondary .widget .comment-reply-title:before, #secondary .widget .wp-block-search__label:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background-color: #f79023;
  content: "";
}
@media screen and (max-width: 767px) {
  #secondary .widget.widget_search {
    padding-bottom: 24px;
  }
}
#secondary .widget.widget_block .wp-block-group h2 {
  position: relative;
  font-size: 24px;
  line-height: 1.54;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#secondary .widget.widget_block .wp-block-group h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background-color: #f79023;
  content: "";
}
.widget-title, .comments-title, .comment-reply-title, .wp-block-search__label {
  font-size: 24px;
  line-height: 1.54;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.wp-block-search__label {
  color: #2a439b;
  clear: both;
  font-weight: 600;
}
.comments-title, .comment-reply-title {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
}
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_product_categories ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_product_categories ul ul ul ul ul, #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_product_categories .widget-title, #content .widget_categories .widget-title, #content .widget_nav_menu .widget-title, #content .widget_pages .widget-title, #content .widget_archive .widget-title, #content .widget_meta .widget-title {
  margin-bottom: 12px;
}
#content .widget_product_categories ul li + li, #content .widget_categories ul li + li, #content .widget_nav_menu ul li + li, #content .widget_pages ul li + li, #content .widget_archive ul li + li, #content .widget_meta ul li + li {
  margin-top: 15px;
}
#content .widget_product_categories ul li a, #content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 18px;
  color: #2a439b;
  display: block;
  margin-left: 0px;
  padding: 5px 0px 3px;
  border-bottom: 2px solid #f6f6f6;
  position: relative;
  z-index: 1;
  position: relative;
}
#content .widget_product_categories ul li a:after, #content .widget_categories ul li a:after, #content .widget_nav_menu ul li a:after, #content .widget_pages ul li a:after, #content .widget_archive ul li a:after, #content .widget_meta ul li a:after {
  z-index: 1;
  content: "";
  height: 2px;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: -2px;
  right: 0;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content .widget_product_categories ul li a:hover, #content .widget_categories ul li a:hover, #content .widget_nav_menu ul li a:hover, #content .widget_pages ul li a:hover, #content .widget_archive ul li a:hover, #content .widget_meta ul li a:hover {
  color: #fff;
}
#content .widget_product_categories ul li a:hover:after, #content .widget_categories ul li a:hover:after, #content .widget_nav_menu ul li a:hover:after, #content .widget_pages ul li a:hover:after, #content .widget_archive ul li a:hover:after, #content .widget_meta ul li a:hover:after {
  opacity: 1;
  width: 100%;
  left: 0;
  height: 2px;
  right: auto;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
}
#content .widget_product_categories ul li a:hover, #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: #f79023;
}
#content .widget_product_categories ul li a:hover .count, #content .widget_categories ul li a:hover .count, #content .widget_nav_menu ul li a:hover .count, #content .widget_pages ul li a:hover .count, #content .widget_archive ul li a:hover .count, #content .widget_meta ul li a:hover .count {
  color: #cf6600;
}
#content .widget_product_categories ul li a:hover .count:before, #content .widget_categories ul li a:hover .count:before, #content .widget_nav_menu ul li a:hover .count:before, #content .widget_pages ul li a:hover .count:before, #content .widget_archive ul li a:hover .count:before, #content .widget_meta ul li a:hover .count:before {
  background-color: #cf6600;
}
#content .widget_product_categories ul li .sub-menu, #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_product_categories ul li .children, #content .widget_categories ul li .children, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_archive ul li .children, #content .widget_meta ul li .children {
  padding-left: 12px;
}
#content .widget_product_categories ul li .count, #content .widget_categories ul li .count, #content .widget_nav_menu ul li .count, #content .widget_pages ul li .count, #content .widget_archive ul li .count, #content .widget_meta ul li .count {
  position: absolute;
  bottom: -3px;
  right: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  float: right;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #2a439b;
  font-size: 18px;
  font-weight: 400;
}
#content .widget_product_categories ul li .count:before, #content .widget_categories ul li .count:before, #content .widget_nav_menu ul li .count:before, #content .widget_pages ul li .count:before, #content .widget_archive ul li .count:before, #content .widget_meta ul li .count:before {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  position: absolute;
  bottom: 0px;
  right: -2px;
  width: 12px;
  background-color: #2a439b;
  height: 3px;
  content: "";
  display: block;
  z-index: 2;
}
#content .widget_product_categories .current-cat > a, #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_product_categories .current-cat-parent > 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_product_categories .current-cat-ancestor > 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: #f79023;
}
#content .widget_product_categories .current-cat > a:before, #content .widget_categories .current-cat > a:before, #content .widget_nav_menu .current-cat > a:before, #content .widget_pages .current-cat > a:before, #content .widget_archive .current-cat > a:before, #content .widget_meta .current-cat > a:before, #content .widget_product_categories .current-cat-parent > a:before, #content .widget_categories .current-cat-parent > a:before, #content .widget_nav_menu .current-cat-parent > a:before, #content .widget_pages .current-cat-parent > a:before, #content .widget_archive .current-cat-parent > a:before, #content .widget_meta .current-cat-parent > a:before, #content .widget_product_categories .current-cat-ancestor > a:before, #content .widget_categories .current-cat-ancestor > a:before, #content .widget_nav_menu .current-cat-ancestor > a:before, #content .widget_pages .current-cat-ancestor > a:before, #content .widget_archive .current-cat-ancestor > a:before, #content .widget_meta .current-cat-ancestor > a:before {
  color: #fff;
  left: 17px;
}
#content .widget_product_categories .current-cat > a .count, #content .widget_categories .current-cat > a .count, #content .widget_nav_menu .current-cat > a .count, #content .widget_pages .current-cat > a .count, #content .widget_archive .current-cat > a .count, #content .widget_meta .current-cat > a .count, #content .widget_product_categories .current-cat-parent > a .count, #content .widget_categories .current-cat-parent > a .count, #content .widget_nav_menu .current-cat-parent > a .count, #content .widget_pages .current-cat-parent > a .count, #content .widget_archive .current-cat-parent > a .count, #content .widget_meta .current-cat-parent > a .count, #content .widget_product_categories .current-cat-ancestor > a .count, #content .widget_categories .current-cat-ancestor > a .count, #content .widget_nav_menu .current-cat-ancestor > a .count, #content .widget_pages .current-cat-ancestor > a .count, #content .widget_archive .current-cat-ancestor > a .count, #content .widget_meta .current-cat-ancestor > a .count {
  background-color: #fff;
  color: #2a439b;
}
#content .widget_product_categories .nice-select ul li, #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: 16px;
  line-height: normal;
}
.widget_recent_entries a, .widget_recent_comments a {
  color: #2a439b;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: #f79023;
}
.widget_recent_entries li, .widget_recent_comments li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #1b1a1a;
  display: block;
}
.widget_recent_comments .recentcomments > a:hover {
  color: #f79023;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_calendar table > caption {
  padding-bottom: 0;
  text-align: center;
  color: inherit;
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #f79023;
}
.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: #f79023;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cms-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.cms-social a {
  font-size: 17px;
  height: 44px;
  width: 44px;
  border: 2px solid #253b61;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  color: #f79023;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cms-social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-social a:hover {
  color: #fff;
  background-color: #f79023;
  border-color: #f79023;
}
.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;
}
#secondary .widget_newsletterwidget .widget-title {
  color: #333;
}
#secondary .widget_newsletterwidget .tnp-email {
  text-align: center;
}
#secondary .widget_newsletterwidget input {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border: none;
}
#secondary .widget_newsletterwidget input.tnp-submit {
  padding: 0 25px;
  line-height: 60px;
  border: none;
  background-color: #f79023;
}
#secondary .widget_newsletterwidget input.tnp-submit:hover {
  background-color: #2a439b;
}
#secondary .widget_newsletterwidget .tnp-field + .tnp-field {
  margin-top: 10px;
}
#secondary .widget_newsletterwidget .tnp-widget {
  margin-top: 18px;
}
#secondary .style-modern.widget_newsletterwidget {
  padding: 32px 40px 40px 40px;
}
@media screen and (max-width: 1199px) {
  #secondary .style-modern.widget_newsletterwidget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#secondary .style-modern.widget_newsletterwidget .description {
  padding-bottom: 23px;
  color: #fff;
  font-weight: 700;
}
#secondary .style-modern.widget_newsletterwidget .tnp-widget {
  margin-top: 20px;
  position: relative;
}
#secondary .style-modern.widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}
#secondary .style-modern.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 54px;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  background-color: transparent;
  border: 2px solid #2f2e2e;
  background-color: transparent;
  font-size: 13px;
  color: #9b9b9b;
  font-style: normal;
  padding: 0 28px;
}
#secondary .style-modern.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
  border-color: #f79023;
}
#secondary .style-modern.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
}
#secondary .style-modern.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
  content: '\f061';
  font-size: 12px;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: #f79023;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  text-align: center;
}
#secondary .style-modern.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  height: 54px;
  width: 54px;
  position: absolute;
}
.widget_cms_recent_posts .entry-media {
  margin-bottom: 15px;
}
.widget_cms_recent_posts .entry-media img {
  width: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_cms_recent_posts .entry-title {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 22px;
}
.widget_cms_recent_posts .entry-title a {
  color: inherit;
}
.widget_cms_recent_posts .entry-title a:hover {
  color: #f79023;
}
.widget_cms_recent_posts .entry-date {
  font-size: 12px;
  margin-bottom: 0px;
}
.widget_cms_recent_posts .post-item + .post-item {
  margin-top: 24px;
}
.widget_cms_recent_posts_v2 .widget-title {
  margin-bottom: 30px;
}
.widget_cms_recent_posts_v2 .post-item {
  display: flex;
}
.widget_cms_recent_posts_v2 .post-item + .post-item {
  margin-top: 21px;
}
.widget_cms_recent_posts_v2 .entry-media {
  min-width: 86px;
  max-width: 86px;
}
.widget_cms_recent_posts_v2 .entry-content {
  background-color: #f6f6f6;
  margin-bottom: 0;
  padding: 5px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget_cms_recent_posts_v2 .entry-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px;
}
.widget_cms_recent_posts_v2 .entry-title a {
  color: #666;
}
.widget_cms_recent_posts_v2 .entry-date {
  color: #f79023;
  font-size: 12px;
  text-transform: uppercase;
}
.tagcloud a, .entry-tags a {
  color: #666;
  display: inline-block;
  line-height: 32px;
  padding: 0 23px;
  margin-bottom: 10px;
  margin-right: 6px;
  -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: #f6f6f6;
}
.tagcloud a:hover, .entry-tags a:hover {
  color: #fff;
  background-color: #f79023;
}
.woocommerce .tagcloud a, .woocommerce .entry-tags a {
  color: #666;
  background-color: #fff;
}
.woocommerce .tagcloud a:hover, .woocommerce .entry-tags a:hover {
  background-color: #f79023;
  color: #fff;
}
.widget_search {
  position: relative;
}
.widget_search .search-field {
  padding-right: 70px;
  height: 60px;
  line-height: 60px;
  border-color: transparent;
  background-color: #f6f6f6;
}
.widget_search .search-submit {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 60px;
  line-height: 60px;
  width: 50px;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_search .search-submit i {
  font-weight: 400;
}
#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: 'Font Awesome 5 Pro';
  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: #f79023;
  opacity: 0.95;
  z-index: 1;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:hover:before, #sb_instagram .sbi_item .sbi_photo:hover:after {
  opacity: 1;
}
#sb_instagram #sbi_load {
  padding-top: 0 !important;
}
.calendar_wrap table {
  background-color: #fff;
}
.calendar_wrap table td {
  padding: 8px;
  font-size: 14px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget {
  display: inline-block;
  width: auto;
}
.elementor-widget-wrap > .btn-inline.elementor-widget .cms-button-wrapper {
  margin-right: 40px;
  margin-bottom: 30px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget + .elementor-widget-image {
  float: left;
  width: auto;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.image-gallery-shop .gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.image-gallery-shop .gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.image-gallery-shop .gallery .gallery-item img {
  background-color: #fff;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after {
  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;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before {
  content: "";
  background-color: #f79023;
  opacity: 0;
  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;
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "+";
  color: #fff;
  font-size: 14px;
  font-family: FontAwesome;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  text-align: center;
  position: absolute;
  opacity: 0;
  margin: auto;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
}
.widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after {
  width: 20px;
  height: 20px;
  line-height: 18px;
  opacity: 1 !important;
}
.widget_media_gallery .widget-title, .elementor-widget-wp-widget-media_gallery .widget-title {
  margin-bottom: 30px;
}
.tab-holder {
  padding: 0;
}
.tab-holder ul.nav {
  margin-right: 1px !important;
  border: none;
  display: flex;
}
.tab-holder ul.nav li {
  flex-grow: 1;
}
.tab-holder ul.nav li + li {
  border-left: 1px solid #cf6600;
}
.tab-holder ul.nav li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 28px 5px;
  text-align: center;
  outline: none;
  background: #2a439b;
}
.tab-holder ul.nav li.active a, .tab-holder ul.nav li:hover a {
  background: #f79023;
}
.tab-content {
  border: 1px solid #e9e9e9;
}
.cs-popular {
  padding: 30px 42px;
  counter-reset: number;
  /** Comment **/
}
@media screen and (max-width: 1199px) {
  .cs-popular {
    padding: 24px 20px 30px;
  }
}
.cs-popular li {
  display: block;
  position: relative;
  padding-left: 53px;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 3px solid #f6f6f6;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cs-popular li {
    padding-left: 40px;
  }
}
.cs-popular li:after {
  z-index: 2;
  content: "";
  height: 3px;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: -3px;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cs-popular li:hover {
  color: #fff;
}
.cs-popular li:hover:after {
  opacity: 1;
  width: 100%;
  left: 0;
  height: 3px;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cs-popular li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number) '.';
  font-size: 40px;
  line-height: 1;
  color: #999;
  top: 0px;
  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;
}
@media screen and (max-width: 767px) {
  .cs-popular li:before {
    font-size: 25px;
  }
}
.cs-popular li a {
  color: #2a439b;
}
.cs-popular li:hover:before {
  color: #f79023;
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cs-popular li:hover a {
  color: #f79023;
}
.cs-popular li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.cs-popular li:last-child:after {
  opacity: 0;
}
.sh-list-comment {
  padding: 30px 42px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .sh-list-comment {
    padding: 24px 20px 30px;
  }
}
.sh-list-comment li {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}
.sh-list-comment li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.sh-list-comment .image img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  min-width: 60px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.sh-list-comment .post-holder {
  font-size: 16px;
  padding-left: 15px;
}
.sh-list-comment .post-holder p {
  margin-top: -10px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
  color: #2a439b;
}
.sh-list-comment .post-holder a {
  font-style: italic;
  color: #666;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comment-reply-link {
  padding: 5px 10px;
}
@font-face {
  font-family: 'Anton', sans-serif;
  src: url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
#comments {
  -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;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list .comment-body + .comment-respond {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  margin-left: 70px;
  border-top: none;
  padding-top: 0;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list .comment-body + .comment-respond {
    margin-left: 0;
  }
}
.comments-area .comment-list > .comment .comment-body .comment-content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .comments-area .comment-list > .comment .comment-body .comment-content .comment-reply {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comments-area .comment-list > .comment + .comment {
  padding-top: 35px;
  border-top: 1px solid #eee;
}
.comments-area .comment-list > .comment:last-child > .comment-body .comment-content {
  position: relative;
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.comments-area .comment-list > .comment:last-child > .comment-body + .comment-respond {
  border-bottom: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
  margin-top: 31px;
  padding-top: 24px;
}
.comments-area .comment-list > .comment > .children {
  list-style: none;
  margin: 0;
  padding-left: 85px;
  margin-left: 0;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list > .comment > .children {
    padding-left: 0;
  }
}
.comments-area .comment-list > .comment > .children ul.children {
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
  margin-left: 0;
  padding-left: 85px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list > .comment > .children ul.children {
    padding-left: 0;
  }
}
.comments-area .comment-list > .comment > .children ul.children .comment-content {
  margin-bottom: 0;
}
.comments-area .comment-list > .comment > .children ul.children .comment-content .comment-reply {
  display: none;
}
.comments-area .comment-list > .comment > .children ul.children li + li {
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}
.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback {
  border-top: 2px solid #eaeaea;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list > .trackback:nth-child(1), .comments-area .comment-list > .pingback:nth-child(1) {
  border-top: none;
  margin-top: 0;
}
.comments-area .comment-list .children {
  list-style: none;
}
.comments-area .comment-list .children li .comment-body + .comment-respond {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.comments-area .comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .comments-area .comment-inner {
    padding-bottom: 20px;
  }
}
.comments-area .comment-inner img.avatar {
  width: 90px;
  min-width: 90px;
  max-height: 90px;
  margin-right: 23px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-inner img.avatar {
    width: 50px;
    min-width: 50px;
    max-height: 50px;
    margin-right: 15px;
  }
}
.comments-area .comment-inner .comment-content {
  margin-top: 0px;
}
.comments-area .comment-inner .comment-content .comment-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .comments-area .comment-inner .comment-content .comment-title {
    padding-right: 100px;
  }
}
.comments-area .comment-inner .comment-content .comment-title a {
  color: inherit;
}
.comments-area .comment-inner .comment-content .comment-title a:hover {
  color: #f79023;
}
.comments-area .comment-inner .comment-content .comment-title .comment-date {
  font-size: 14px;
  color: #f79023;
  text-transform: uppercase;
}
.comments-area .comment-inner .comment-content .comment-title .comment-date:before {
  width: 4px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #2a439b;
  display: inline-block;
  content: "";
}
.comments-area .comment-inner .comment-content .comment-text {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-inner .comment-content .comment-text {
    margin-bottom: 20px;
  }
}
.comments-area .comment-inner .comment-content .comment-text img {
  margin: 15px 0;
}
.comments-area .comment-inner .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-inner .comment-content .comment-reply a {
  padding: 5px 15px 3px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f79023;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.comments-area .comment-inner .comment-content .comment-reply a:hover:before {
  opacity: 1;
  width: 146% !important;
}
.comments-area .comment-inner .comment-content .comment-reply a:hover:after {
  opacity: 1;
  width: 150% !important;
}
.comments-area .comment-list-wrap {
  padding-top: 50px;
}
.comments-area #commentform input, .comments-area #commentform textarea {
  height: 60px;
  margin-bottom: 20px;
  background-color: #fff;
}
.comments-area #commentform .submit {
  font-size: 15px;
  margin-bottom: 0;
  background-color: #f79023;
  border-color: #f79023;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  height: 60px;
  line-height: 56px;
}
.comments-area #commentform .submit:hover {
  background-color: #2a439b;
  border-color: #2a439b;
  color: #fff;
}
.comments-area #commentform textarea {
  min-height: 130px;
}
.comments-area #commentform .form-submit {
  margin-bottom: 0;
}
.comments-area .comment-content a {
  word-wrap: break-word;
}
.comments-area .bypostauthor {
  display: block;
}
.comments-area .logged-in-as {
  color: inherit;
}
.comments-area .logged-in-as a {
  color: inherit;
}
.comments-area .logged-in-as a:hover {
  color: #f79023;
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 22px;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 5px;
}
.comment-form-cookies-consent label:before {
  content: '';
  border: 1px solid #cfcfcf;
  background-color: #ececed;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  z-index: 1;
}
.comment-form-cookies-consent label:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  z-index: 2;
  font-size: 8px;
  color: #f79023;
  opacity: 0;
  line-height: 12px;
  text-align: center;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:before {
  border-color: #f79023;
  background-color: #fff;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.comment-form > .row {
  margin: 0 -10px;
}
.comment-form > .row .col-lg-4 {
  padding: 0 10px;
}
.comment-respond {
  border-top: 2px solid #f6f6f6;
  margin-top: 30px;
  padding-top: 29px;
}
.comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comment-respond .comment-reply-title small a {
  border-radius: 2px;
  background-color: #f79023;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  padding: 0 10px;
  margin-left: 8px;
}
.comment-respond .comment-reply-title small a:hover {
  background-color: #2a439b;
}
.comment-form-comment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.site-footer-custom .menu li + li {
  margin-top: 12px;
}
.site-footer-custom .menu li a {
  padding-left: 18px;
  position: relative;
  display: block;
  color: #2a439b;
}
.site-footer-custom .menu li a:before, .site-footer-custom .menu li a:after {
  position: absolute;
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-size: 16px;
}
.site-footer-custom .menu li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  left: 0;
}
.site-footer-custom .menu li a:after {
  top: 15px;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #f79023;
  opacity: 0;
  left: -18px;
}
.site-footer-custom .menu li.current-menu-item a, .site-footer-custom .menu li:hover a {
  color: #f79023;
}
.site-footer-custom .menu li.current-menu-item a:before, .site-footer-custom .menu li:hover a:before {
  left: 6px;
  opacity: 1;
  color: #f79023;
}
.site-footer-custom .menu li.current-menu-item a:after, .site-footer-custom .menu li:hover a:after {
  left: 0;
  opacity: 1;
}
.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f79023;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}
.scroll-top:after {
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px dashed #fff;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    bottom: 0;
    right: 0;
  }
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #fff;
}
.scroll-top:hover i, .scroll-top:focus i, .scroll-top:active i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -khtml-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  -ms-animation: toTopFromBottom 0.3s forwards;
  -o-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1400px) {
  .scroll-top.on {
    bottom: 0;
    right: 0;
    -webkit-border-radius: 2px 0 0;
    -khtml-border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -ms-border-radius: 2px 0 0;
    -o-border-radius: 2px 0 0;
    border-radius: 2px 0 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.logo-footer img {
  max-height: 59px;
}
.text-copyright p {
  margin-bottom: 0;
}
.text-copyright .elementor-text-editor cite {
  color: #f79023;
  font-style: normal;
}
.text-phone-custom a {
  display: inline-block;
  border-bottom: 2px solid #2a439b;
  line-height: 1.1;
  color: #2a439b;
}
.text-phone-custom a:hover {
  color: #f79023;
  border-bottom-color: #f79023;
}
.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 .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #f79023;
}
.cms-grid .grid-sizer {
  visibility: hidden;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 20px;
}
.cms-grid .cms-load-more i {
  margin-left: 0;
  margin-right: 0;
}
.cms-grid .cms-load-more i.fa-sync {
  margin-right: 8px;
}
.cms-grid .cms-load-more .btn-outline-primary {
  padding-left: 52px;
  padding-right: 52px;
}
.cms-grid .cms-grid-pagination {
  margin-top: 20px;
}
.cms-grid .item-featured a {
  display: block;
}
.cms-grid .btn-loadmore i {
  margin-left: 0;
  margin-right: 0;
}
.cms-grid .btn-loadmore i.fa-refresh {
  margin-right: 8px;
}
.grid-filter-wrap {
  margin-bottom: 13px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin: 10px 15px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: #333;
  position: relative;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  color: #f79023;
}
.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-dots {
  text-align: center;
  margin-top: 44px;
  line-height: 1;
  height: 12px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 3px solid #1b1a1a;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  vertical-align: top;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.owl-dots .owl-dot.active {
  border-color: #f79023;
}
.cms-slick-carousel .slick-arrow, .cms-nav-carousel .slick-arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  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%);
  font-size: 13px;
  color: #2a439b;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: 99;
}
.cms-slick-carousel .slick-arrow:hover, .cms-nav-carousel .slick-arrow:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-slick-carousel .slick-arrow.slick-disabled, .cms-nav-carousel .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.cms-slick-carousel .slick-prev, .cms-nav-carousel .slick-prev {
  left: 0;
}
@media screen and (min-width: 1400px) {
  .cms-slick-carousel .slick-prev, .cms-nav-carousel .slick-prev {
    left: -120px;
  }
}
.cms-slick-carousel .slick-next, .cms-nav-carousel .slick-next {
  right: 0;
  left: auto;
}
@media screen and (min-width: 1400px) {
  .cms-slick-carousel .slick-next, .cms-nav-carousel .slick-next {
    right: -120px;
  }
}
.cms-nav-carousel .slick-arrow {
  position: static;
}
.cms-nav-carousel .slick-arrow + .slick-arrow {
  margin-left: 6px;
}
.slick-slider .slick-slide {
  outline: none;
}
.slick-dots {
  margin: 43px 0 5px;
  list-style: none;
  counter-reset: number;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Page Loading */
}
.slick-dots li {
  margin: 0 7px 0 7px;
  display: inline-block;
  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;
}
@media screen and (min-width: 992px) {
  .slick-dots li {
    height: 18px;
    line-height: 15px;
  }
}
@media screen and (max-width: 991px) {
  .slick-dots li {
    margin: 0 5px 8px 5px;
  }
}
.slick-dots li:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  counter-increment: number;
  content: counter(number) '.';
  font-size: 18px;
  font-weight: bold;
  color: #2a439b;
}
@media screen and (max-width: 767px) {
  .slick-dots li:before {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .slick-dots li:before {
    width: 32px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 14px !important;
  }
}
.slick-dots li button {
  font-size: 0;
  line-height: 1;
  padding: 0;
  width: 0;
  background-color: #a5a5a5;
  border: none;
  overflow: visible;
  -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;
}
.slick-dots li.slick-active:before {
  color: #f79023;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .slick-dots li.slick-active:before {
    font-size: 14px;
  }
}
.slick-dots li.slick-active button {
  height: 2px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #f79023;
}
@media screen and (min-width: 992px) {
  .slick-dots li.slick-active button {
    width: 82px;
  }
}
#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 .spanned {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#cms-loadding .spanned .bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  animation: spin-loading 1.2s linear infinite;
}
#cms-loadding .spanned .bar1 {
  animation-delay: 0.1s;
}
#cms-loadding .spanned .bar2 {
  animation-delay: 0.2s;
}
#cms-loadding .spanned .bar3 {
  animation-delay: 0.3s;
}
#cms-loadding .spanned .bar4 {
  animation-delay: 0.4s;
}
#cms-loadding .spanned .bar5 {
  animation-delay: 0.5s;
}
#cms-loadding .spanned .bar6 {
  animation-delay: 0.6s;
}
#cms-loadding .spanned .bar7 {
  animation-delay: 0.7s;
}
#cms-loadding .spanned .bar8 {
  animation-delay: 0.8s;
}
.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(42, 67, 155, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #2a439b;
}
.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(27, 26, 26, 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);
  -webkit-box-shadow: 0 4px 35px rgba(40, 40, 40, 0.06);
  -khtml-box-shadow: 0 4px 35px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 4px 35px rgba(40, 40, 40, 0.06);
  -ms-box-shadow: 0 4px 35px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0 4px 35px rgba(40, 40, 40, 0.06);
  box-shadow: 0 4px 35px rgba(40, 40, 40, 0.06);
  opacity: 1;
  visibility: visible;
}
.cms-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
.cms-modal-search .cms-modal-close {
  top: 40px;
  right: 40px;
  margin: auto;
  height: 66px;
  width: 66px;
  background-color: #f79023;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  -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-modal-search .cms-modal-close:hover {
  background-color: #2a439b;
}
.cms-modal-search .cms-modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.cms-modal-search .cms-modal-close i {
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-modal-search .cms-modal-content {
  max-width: 770px;
}
.cms-modal-search .search-form-popup {
  position: relative;
}
.cms-modal-search .search-field {
  border: none;
  background-color: transparent;
  color: #f9f9f9;
  font-size: 35px;
  font-weight: 500;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 86px;
  border-bottom: 2px solid #f79023;
  padding-left: 47px;
}
.cms-modal-search .search-submit {
  font-size: 26px;
  background: none;
  border: none;
  padding: 0;
  width: 32px;
  height: 86px;
  color: #fff;
  line-height: 86px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cms-modal-search .search-submit:before, .cms-modal-search .search-submit:after {
  display: none;
}
.cms-hidden-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 26, 26, 0.5);
  cursor: pointer;
  z-index: 9998;
  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;
}
.cms-hidden-sidebar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 410px;
  padding: 95px 50px 50px 50px;
  background-color: #091d3e;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: 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;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 9999;
}
.cms-hidden-sidebar.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.cms-hidden-sidebar.open + .cms-hidden-overlay {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .cms-hidden-sidebar {
    width: 320px;
    padding: 95px 30px 50px 30px;
  }
}
.cms-hidden-sidebar .cms-hidden-close {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  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;
  color: #fff;
  background-color: #f79023;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}
.cms-hidden-sidebar .cms-hidden-close:hover {
  background-color: #cf6600;
  color: #fff;
}
.cms-hidden-sidebar .widget {
  margin-bottom: 45px;
  color: #f9f9f9;
  font-size: 15px;
  line-height: 25px;
}
.cms-hidden-sidebar .widget h1, .cms-hidden-sidebar .widget h2, .cms-hidden-sidebar .widget h3, .cms-hidden-sidebar .widget h4, .cms-hidden-sidebar .widget h5, .cms-hidden-sidebar .widget h6 {
  color: #fff;
}
.cms-hidden-sidebar .widget h6 {
  margin-bottom: 9px;
}
.cms-hidden-sidebar .widget.wg-logo {
  margin-bottom: 22px;
}
.cms-hidden-sidebar .widget.wg-logo img {
  max-height: 70px;
}
.cms-hidden-sidebar .widget.wg-contact-item {
  margin-bottom: 27px;
}
.cms-hidden-sidebar .widget.wg-contact-item .widget-title:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  color: #f79023;
  display: inline-block;
  margin-right: 10px;
}
.cms-hidden-sidebar .widget.wg-contact-item.wg-contact-address .widget-title:before {
  content: "\f3c5";
}
.cms-hidden-sidebar .widget.wg-contact-item.wg-contact-quik .widget-title:before {
  content: "\f658";
}
.cms-hidden-sidebar .widget.wg-contact-item.wg-contact-time .widget-title:before {
  content: "\f017";
}
.cms-hidden-sidebar .widget.wg-contact-item.wg-contact-social .widget-title:before {
  content: "\f09e";
}
.cms-hidden-sidebar .widget.wg-about-text {
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  padding-bottom: 5px;
  border: 5px solid #f79023;
}
.cms-hidden-sidebar .widget.wg-about-text img {
  max-height: 75px;
}
.cms-hidden-sidebar .widget-title {
  color: #fff;
  margin-bottom: 14px;
  font-size: 15px;
}
.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: #f6f6f6;
  color: #2a439b;
}
.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social a {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body.error404 .header-layout2 {
  border-bottom: 1px solid #eaeaea;
}
body.error404 .site-content {
  padding: 110px 0;
}
@media screen and (max-width: 991px) {
  body.error404 .site-content {
    padding-bottom: 80px;
  }
}
body.error404 .error-404-inner {
  padding: 45px 15px;
  background-color: #fff;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body.error404 .error-404-inner {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    padding: 150px 120px 170px;
    max-width: 770px;
  }
}
body.error404 .error-404-inner h1 {
  font-size: 230px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #2a439b;
  line-height: 1;
  margin-bottom: 19px;
}
@media screen and (max-width: 991px) {
  body.error404 .error-404-inner h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  body.error404 .error-404-inner h1 {
    font-size: 100px;
  }
}
body.error404 .error-404-inner h3 {
  font-size: 30px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404-inner h3 {
    font-size: 20px;
  }
}
body.error404 .error-404-inner .page-content {
  margin-bottom: 32px;
}
body.error404 .search-form {
  margin-bottom: 18px;
}
body.error404 .search-form .searchform-wrap {
  position: relative;
}
body.error404 .search-form .searchform-wrap .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 55px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  background-color: transparent;
  color: #2a439b;
}
body.error404 .search-form .searchform-wrap .search-field {
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  padding-right: 55px;
}
body.error404 .search-form .searchform-wrap .search-field:focus + .search-submit {
  color: #f79023;
  font-size: 25px;
}
.hide-nav .cms-slick-carousel .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  background-color: #2a439b !important;
}
body .mfp-image-holder .mfp-close:before, body .mfp-iframe-holder .mfp-close:before, body .mfp-image-holder .mfp-close:after, body .mfp-iframe-holder .mfp-close:after {
  display: none;
}
body .mfp-image-holder .mfp-close:hover, body .mfp-iframe-holder .mfp-close:hover {
  background-color: #f79023 !important;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #f79023;
  width: 60px;
  height: 120px;
  opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f2ee";
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.list-text-slider ul {
  overflow: hidden;
  list-style: none;
}
@media screen and (min-width: 576px) {
  .list-text-slider ul {
    max-width: 80%;
  }
}
.list-text-slider br {
  display: none;
}
.list-text-slider li {
  margin: 5px 0;
  line-height: 32px;
  font-size: 18px;
  padding-left: 35px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .list-text-slider li {
    display: inline-block;
    min-width: 50%;
    max-width: 50%;
    float: left;
  }
}
.list-text-slider li:before {
  font-weight: bold;
  line-height: 22px;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #addb31;
  position: absolute;
  top: 1px;
  left: 0;
}
.price-slider {
  font-weight: 600;
  font-size: 16px !important;
  text-transform: uppercase;
}
.price-slider span {
  font-size: 50px;
  color: #f79023;
  -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;
  animation: mymove 5s infinite linear;
}
@media screen and (max-width: 767px) {
  .price-slider span {
    font-size: 35px;
  }
}
@keyframes mymove {
  /* CMS Video */
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.btn-video {
  text-align: center;
  height: 110px;
  width: 110px;
  background-color: #f79023;
  background-image: none;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  border: none;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.btn-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-video .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.btn-video .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.btn-video .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.btn-video:hover {
  color: #fff;
}
.btn-video:hover .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.cms-video-player.style1_lager {
  position: relative;
}
.cms-video-player.style1_lager .btn-video {
  height: 34px;
  width: 34px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cms-video-player.style1_lager .btn-video i {
  font-size: 10px;
}
.cms-video-player.style1_lager .btn-video:hover {
  border-color: #f79023;
  background-color: #f79023;
  color: #fff;
}
.cms-video-player.style1_lager .btn-video .line-video-animation {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cms-video-player.style1_lager .btn-video:hover .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.cms-video-player.style1_lager img + .btn-video, .cms-video-player.style1_lager .cms-video-bg-image + .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.cms-video-player.style1_lager img {
  width: 100%;
}
.cms-video-player.style1_lager .inner-content {
  display: flex;
  align-items: center;
}
.cms-video-player.style1_lager .item-title {
  font-weight: 400;
  margin-right: 25px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.cms-video-player.style1 {
  position: relative;
}
.cms-video-player.style1 img + .btn-video, .cms-video-player.style1 .cms-video-bg-image + .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.cms-video-player.style1 img {
  width: 100%;
}
.cms-video-player.style1 .btn-video {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cms-video-player.style1 .btn-video:hover {
  border-color: #f79023;
  background-color: #f79023;
  color: #fff;
}
.cms-video-player.style2 {
  position: relative;
}
.cms-video-player.style2 img + .btn-video, .cms-video-player.style2 .cms-video-bg-image + .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.cms-video-player.style2 img {
  width: 100%;
}
.cms-video-player.style2 .btn-video {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cms-video-player.style2 .btn-video:hover {
  border-color: #f79023;
  background-color: #f79023;
  color: #fff;
}
.cms-video-player.style2 .btn-video .line-video-animation {
  display: none;
}
.cms-video-player.style2 .item-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.cms-video-player.style2 .item-title a {
  color: inherit;
}
.cms-video-player.style3 {
  position: relative;
}
.cms-video-player.style3 img + .inner-box-btn, .cms-video-player.style3 .cms-video-bg-image + .inner-box-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.cms-video-player.style3 img {
  width: 100%;
}
.cms-video-player.style3 .btn-video {
  z-index: 1;
  background-color: transparent;
  color: #fff;
  width: 124px;
  height: 124px;
  padding: 5px;
}
.cms-video-player.style3 .btn-video .line-video-animation {
  display: none;
}
.cms-video-player.style3 .btn-video i {
  font-size: 20px;
}
.cms-video-player.style3 .btn-video:before, .cms-video-player.style3 .btn-video:after {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.cms-video-player.style3 .btn-video:before {
  top: 0;
  left: 0;
  background-color: transparent;
  border: 2px dashed #fff;
  background-clip: content-box;
  width: 100%;
  height: 100%;
}
.cms-video-player.style3 .btn-video:after {
  background-color: #f79023;
  width: 110px;
  height: 110px;
  top: 7px;
  left: 7px;
}
.cms-video-player.style3 .item-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.cms-video-player.style3 .item-title a {
  color: inherit;
}
.cms-video-player.style3:hover .btn-video:before {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.cms-heading-wrapper .custom-subheading {
  color: #2a439b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.cms-heading-wrapper .custom-heading {
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  .cms-heading-wrapper .custom-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-heading-wrapper .custom-heading {
    font-size: 25px;
  }
}
.cms-heading-wrapper .custom-heading a {
  color: #2a439b;
}
.cms-heading-wrapper .custom-heading a:hover {
  color: #f79023;
}
.cms-heading-wrapper .item--icon i {
  display: inline-block;
  margin-top: 18px;
  font-size: 35px;
  color: #f79023;
}
.heading-custom-2 {
  /* CMS Text Box */
}
@media screen and (min-width: 1400px) {
  .heading-custom-2 .custom-heading-description {
    padding-right: 20%;
  }
}
.cms-textbox.style1 {
  margin-bottom: 25px;
}
.cms-textbox.style1 .box-title {
  color: #2a439b;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 26px;
  position: relative;
}
.cms-textbox.style1 .box-title:before {
  position: absolute;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  border: 2px solid #2a439b;
}
.cms-textbox.style1 .box-excerpt {
  color: #666;
}
.cms-textbox.style2 .box-title {
  color: #2a439b;
  text-transform: capitalize;
  font-size: 28px;
  margin-bottom: 20px;
}
.cms-textbox.style2 .box-excerpt {
  font-size: 15px;
  font-weight: 600;
  color: #2a439b;
  text-transform: uppercase;
}
.cms-social-share {
  display: flex;
  align-items: center;
}
.cms-social-share .entry-label {
  color: #2a439b;
  margin-right: 16px;
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 17px;
}
.cms-social-share .entry-socail {
  display: inline-block;
  margin-bottom: 0;
}
.cms-social-share .entry-socail li {
  display: inline-block;
}
.cms-social-share .entry-socail li a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
  background-color: #f79023;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  color: #fff;
}
.cms-social-share .entry-socail li a i {
  position: absolute;
}
.cms-social-share .entry-socail li a i:nth-child(1) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 10px;
  left: 10px;
}
.cms-social-share .entry-socail li a i:nth-child(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;
  bottom: 0;
  left: 10px;
}
.cms-social-share .entry-socail li a:hover i {
  position: absolute;
}
.cms-social-share .entry-socail li a:hover i:nth-child(1) {
  opacity: 0;
  top: -10px;
}
.cms-social-share .entry-socail li a:hover i:nth-child(2) {
  opacity: 1;
  bottom: 10px;
}
.cms-social-share .entry-socail li a.fb-social i:nth-child(1) {
  left: 12px;
}
.cms-social-share .entry-socail li a.fb-social i:nth-child(2) {
  left: 12px;
}
.cms-social-share .entry-socail li:nth-child(1) a {
  background-color: #1ab9ff;
}
.cms-social-share .entry-socail li:nth-child(2) a {
  background-color: #ffc000;
}
.cms-social-share .entry-socail li:nth-child(3) a {
  background-color: #f66;
}
.cms-socials.layout1 ul {
  list-style: none;
  margin-bottom: 0;
}
.cms-socials.layout1 li {
  display: inline-block;
  margin: 10px 30px 10px 0;
}
@media screen and (max-width: 991px) {
  .cms-socials.layout1 li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cms-socials.layout1 li {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.cms-socials.layout1 li:last-child {
  margin-right: 0;
}
.cms-socials.layout1 li a {
  color: #2a439b;
  display: inline-block;
}
.cms-socials.layout1 li a i {
  font-size: 16px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-socials.layout1 li label {
  font-weight: 600;
  font-size: 18px;
  color: #2a439b;
}
.cms-socials.layout1 li:hover i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-socials.layout1 li:hover a {
  color: #f79023;
}
.cms-socials.layout1 li:hover label {
  color: #f79023;
}
.cms-socials.layout2 ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.cms-socials.layout2 li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.cms-socials.layout2 li a {
  display: flex;
  width: 128px;
  height: 128px;
  background-color: #2a439b;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .cms-socials.layout2 li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.cms-socials.layout2 li a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-socials.layout2 li a:hover {
  color: #fff;
}
.cms-socials.layout2 li a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-socials.layout2 li a:hover i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-socials.layout2 li i {
  font-size: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .cms-socials.layout2 li i {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.cms-socials.layout2 li span {
  font-size: 16px;
  display: block;
  margin-bottom: -20px;
}
@media screen and (max-width: 1199px) {
  .cms-socials.layout2 li span {
    display: none;
  }
}
.cms-socials.layout2 li:nth-child(1) a {
  background-color: #2053a2;
}
.cms-socials.layout2 li:nth-child(2) a {
  background-color: #21a8ee;
}
.cms-socials.layout2 li:nth-child(3) a {
  background-color: #f81adb;
}
.cms-rate-star i {
  display: inline-block;
  font-size: 17px;
  color: rgba(102, 102, 102, 0.5);
}
.cms-rate-star.one-star i:nth-child(1) {
  color: #f79023;
}
.cms-rate-star.two-star i:nth-child(1), .cms-rate-star.two-star i:nth-child(2) {
  color: #f79023;
}
.cms-rate-star.three-star i:nth-child(1), .cms-rate-star.three-star i:nth-child(2), .cms-rate-star.three-star i:nth-child(3) {
  color: #f79023;
}
.cms-rate-star.four-star i:nth-child(1), .cms-rate-star.four-star i:nth-child(2), .cms-rate-star.four-star i:nth-child(3), .cms-rate-star.four-star i:nth-child(4) {
  color: #f79023;
}
.cms-rate-star.five-star i {
  color: #f79023;
}
.wrapper-rate.layout1 {
  display: flex;
}
.wrapper-rate.layout1 .item-title {
  font-size: 15px;
  margin-bottom: 2px;
}
.wrapper-rate.layout1 .item-position {
  color: #666;
  font-size: 12px;
}
.wrapper-rate.layout1 .item-meta {
  text-transform: uppercase;
}
.wrapper-rate.layout1 .item-meta + .cms-rate-star {
  margin-left: 15px;
}
.wrapper-rate.layout2 .cms-rate-star {
  margin-bottom: 5px;
}
.wrapper-rate.layout2 .item-title {
  font-size: 18px;
  font-weight: 600;
}
.cms-contact-info1 .item--icon {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  color: #f79023;
  font-size: 16px;
}
.cms-contact-info1 .item--icon i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-contact-info1 .item--icon + .list-li {
  margin-left: 20px;
}
.cms-contact-info1 .list-li {
  list-style: none;
  margin-bottom: 0;
}
.cms-contact-info1 .list-li li {
  font-weight: 500;
  font-size: inherit;
  color: #2a439b;
  line-height: 1.2;
}
.cms-contact-info1 .list-li li a {
  color: inherit;
}
.cms-contact-info1 .list-li li a:hover {
  color: #f79023;
}
.cms-contact-info1 .cms-inner-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cms-contact-info1 .cms-inner-box:hover .item--icon i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-contact-info2 .item--icon {
  text-align: center;
  color: #f79023;
  font-size: 26px;
}
.cms-contact-info2 .item--icon i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-contact-info2 .item--icon + .list-li {
  margin-left: 22px;
  padding-top: 8px;
}
.cms-contact-info2 .el-title {
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}
.cms-contact-info2 .list-li {
  list-style: none;
  margin-bottom: 0;
}
.cms-contact-info2 .list-li li {
  font-weight: 500;
  font-size: 18px;
  color: #2a439b;
  line-height: 1.2;
}
.cms-contact-info2 .list-li li label {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cms-contact-info2 .list-li li + li {
  margin-top: 13px;
}
.cms-contact-info2 .list-li li a {
  color: inherit;
}
.cms-contact-info2 .list-li li a:hover {
  color: #f79023;
}
.cms-contact-info2 .cms-inner-box {
  display: flex;
  margin-bottom: 15px;
}
.cms-contact-info2 .cms-inner-box:hover .item--icon i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.contact-infor-phone .cms-contact-info2 li {
  text-decoration: underline;
}
.cms-contact-info3 .cms-inner-box .item-feature {
  margin-bottom: 35px;
  overflow: hidden;
}
.cms-contact-info3 .cms-inner-box .item-feature img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-contact-info3 .cms-inner-box .item-feature img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-contact-info3 .cms-inner-box .item-content .label-phone {
  font-size: 20px;
  color: #f79023;
  display: block;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .cms-contact-info3 .cms-inner-box {
    display: flex;
  }
  .cms-contact-info3 .cms-inner-box .item-feature {
    min-width: 35%;
    max-width: 35%;
    padding-top: 13px;
    margin-bottom: 0;
  }
  .cms-contact-info3 .cms-inner-box .item-feature + .item-content {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .ct-info-custom .cms-contact-info3 .item-content {
    padding-right: 22%;
  }
}
.contact-info-custom .cms-contact-info2 label {
  display: block;
  text-transform: uppercase;
  color: #f79023;
}
.contact-info-custom .cms-contact-info2 span {
  text-transform: uppercase;
}
.contact-info-custom .cms-contact-info2 .item--icon + .list-li {
  padding-top: 0px;
}
.cms-service-list .list-items {
  list-style: none;
}
.cms-service-list .list-items a {
  padding-left: 18px;
  position: relative;
  display: block;
  color: #2a439b;
}
.cms-service-list .list-items a:hover {
  color: #f79023;
}
.cms-service-list .list-items a:before, .cms-service-list .list-items a:after {
  position: absolute;
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-size: 16px;
}
.cms-service-list .list-items a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  left: 0;
}
.cms-service-list .list-items a:after {
  top: 14px;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #f79023;
  opacity: 0;
  left: -18px;
}
.cms-service-list .list-items li {
  font-size: 18px;
  font-weight: 400;
}
.cms-service-list .list-items li:hover a:before {
  left: 6px;
  opacity: 1;
  color: #f79023;
}
.cms-service-list .list-items li:hover a:after {
  left: 0;
  opacity: 1;
}
.cms-service-list .list-items li + li {
  margin-top: 12px;
}
.cms-cta .inner-cms-cta {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .cms-cta .inner-cms-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cms-cta .inner-cms-cta .col-content {
    padding-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .cms-cta .inner-cms-cta .col-content {
    margin-bottom: 25px;
  }
}
.cms-cta .inner-cms-cta .item--title {
  font-size: 26px;
  margin-bottom: 0;
}
.cms-cta .inner-cms-cta .item--title cite {
  font-style: normal;
  color: #f79023;
}
.cms-cta .inner-cms-cta .item--button .btn-cta {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 26px;
  line-height: 60px;
  font-weight: bold;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #f79023;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.cms-cta .inner-cms-cta .item--button .btn-cta:hover, .cms-cta .inner-cms-cta .item--button .btn-cta:focus {
  outline: none;
  background-color: #cf6600;
}
@media screen and (min-width: 1200px) {
  .cms-cta.layout1 .inner-cms-cta .col-content {
    padding-right: 35px;
    max-width: 65%;
  }
}
.cms-cta.layout2 .inner-cms-cta {
  background-color: #fff;
  padding: 25px 15px;
}
@media screen and (min-width: 1200px) {
  .cms-cta.layout2 .inner-cms-cta {
    padding: 35px 40px;
  }
  .cms-cta.layout2 .inner-cms-cta .col-content {
    padding-right: 35px;
    max-width: 65%;
  }
}
@media screen and (min-width: 576px) {
  .cms-cta.layout2 .inner-cms-cta .col-content {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .cms-cta.layout2 .inner-cms-cta .col-content {
    margin-bottom: 35px;
  }
}
.cms-cta.layout2 .inner-cms-cta .item-image {
  max-width: 80px;
  min-width: 80px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .cms-cta.layout2 .inner-cms-cta .item-image {
    margin-bottom: 20px;
  }
}
.cms-cta.layout2 .inner-cms-cta .item-image + .item--title {
  margin-left: 12px;
}
@media screen and (max-width: 575px) {
  .cms-cta.layout2 .inner-cms-cta .item-image + .item--title {
    margin-left: 0;
  }
}
.cms-cta.layout2 .inner-cms-cta .item--button {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .cms-cta.layout2 .inner-cms-cta .item--button .btn-cta {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.cta-custom .elementor-widget-container {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .cta-custom .elementor-widget-container {
    margin: 0px -40px 95px -40px;
  }
}
.cms-list {
  list-style: none;
  margin-bottom: 0;
  font-size: inherit;
}
.cms-list.style1 li {
  padding-left: 30px;
  position: relative;
}
.cms-list.style1 li:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #f79023;
  position: absolute;
  top: 10px;
  left: 0;
}
.cms-list.style1 li + li {
  margin-top: 15px;
}
.cms-list.style2 li {
  padding-left: 25px;
  position: relative;
}
.cms-list.style2 li:before {
  font-weight: bold;
  line-height: 22px;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #f79023;
  position: absolute;
  top: 1px;
  left: 0;
}
.cms-list.style2 li + li {
  margin-top: 7px;
}
.cms-list.style3 li {
  padding-left: 30px;
  position: relative;
}
.cms-list.style3 li:before {
  width: 21px;
  height: 21px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  background-color: #f79023;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
}
.cms-list.style3 li + li {
  margin-top: 12px;
}
.cms-list.style4 li {
  padding-left: 30px;
  position: relative;
}
.cms-list.style4 li:before {
  width: 21px;
  height: 21px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #f79023;
  position: absolute;
  top: 1px;
  left: 0;
}
.cms-list.style4 li + li {
  margin-top: 15px;
}
.cms-list.style5 li:before {
  display: inline-block;
  font-weight: bold;
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-size: 11px;
  color: #f79023;
}
.cms-list.style5 li + li {
  margin-top: 15px;
}
.cms-list.style6 li {
  position: relative;
  padding-left: 13px;
}
.cms-list.style6 li:before {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  content: "";
  background-color: #2a439b;
  position: absolute;
  top: 9px;
  left: 0;
}
.cms-list.style6 li + li {
  margin-top: 5px;
}
.cms-list.style7 li {
  padding-left: 25px;
  position: relative;
  color: #2a439b;
}
.cms-list.style7 li:before {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 13px;
  height: 13px;
  line-height: 11px;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  border: 1px solid #f79023;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 9px;
  color: #f79023;
  position: absolute;
  top: 5px;
  left: 0;
}
.cms-list.style7 li + li {
  margin-top: 10px;
}
.cms-list.style8 li {
  padding-left: 45px;
  position: relative;
  color: #2a439b;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cms-list.style8 li:before {
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  content: '\f178';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  font-size: 25px;
  color: inherit;
  position: absolute;
  top: 5px;
  left: 0;
}
.cms-list.style8 li + li {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .cms-list.style8 li + li {
    margin-top: 15px;
  }
}
.cms-list.style8 li:hover {
  color: #f79023;
}
.cms-list.style8 li:hover:before {
  -webkit-animation: toRightFromLeft 0.9s forwards;
  -khtml-animation: toRightFromLeft 0.9s forwards;
  -moz-animation: toRightFromLeft 0.9s forwards;
  -ms-animation: toRightFromLeft 0.9s forwards;
  -o-animation: toRightFromLeft 0.9s forwards;
  animation: toRightFromLeft 0.9s forwards;
  color: inherit;
}
.cms-list.style9 li {
  padding: 13px;
  padding-left: 35px;
  position: relative;
  color: #2a439b;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cms-list.style9 li + li {
  margin-top: 5px;
}
.cms-list.style9 li:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-list.style10 li {
  padding-left: 21px;
  position: relative;
  color: #2a439b;
  font-weight: 600;
}
.cms-list.style10 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #919191;
}
.cms-list.style10 li + li {
  margin-top: 20px;
}
.cms-list.style11 {
  counter-reset: number;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cms-list.style11 {
    overflow: hidden;
  }
}
.cms-list.style11 li {
  padding-left: 53px;
  position: relative;
  color: #2a439b;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 28px;
}
.cms-list.style11 li:last-child {
  margin-bottom: 0;
}
.cms-list.style11 li a {
  color: inherit;
}
.cms-list.style11 li:before {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #2a439b;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  -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: #f3f3f3;
  counter-increment: number;
  content: counter(number) '.';
}
.cms-list.style11 li:hover:before {
  background-color: #f79023;
  color: #fff;
}
.cms-list.style11 li:hover a {
  color: #f79023;
}
.cms-list.style12 li:before {
  display: inline-block;
  font-weight: bold;
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  margin-right: 12px;
  color: #f79023;
}
.cms-list.style12 li + li {
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .cms-list-custom .cms-list.style11 li {
    min-width: 50%;
    max-width: 50%;
    display: inline-block;
    float: left;
    padding-right: 15px;
  }
}
.hover-imag-zoom {
  /* CMS Post List */
}
.hover-imag-zoom .cms-single-image {
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .hover-imag-zoom .cms-single-image img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  .hover-imag-zoom .cms-single-image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
  }
}
.cms-post-list {
  /* CMS Post Grid, Carousel */
}
.cms-post-list .entry-title {
  font-size: 28px;
  font-weight: 600;
  color: #2a439b;
  margin-bottom: 15px;
}
.cms-post-list .entry-title a {
  color: #2a439b;
}
.cms-post-list .entry-title a:hover {
  color: #f79023;
}
.cms-post-list .entry-featured {
  margin-bottom: 0;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cms-post-list .entry-featured {
    margin-bottom: 25px;
  }
}
.cms-post-list .entry-featured a {
  padding: 1px;
  display: block;
}
.cms-post-list .entry-featured img {
  width: 100%;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .cms-post-list .entry-featured + .entry-body {
    margin-left: 50px;
  }
}
.cms-post-list .post-item .inner-item {
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .cms-post-list .post-item .inner-item {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .cms-post-list .post-item .inner-item {
    display: flex;
    align-items: center;
  }
  .cms-post-list .post-item .inner-item .entry-featured {
    max-width: 38%;
    min-width: 38%;
  }
}
.cms-post-list .post-item + .post-item {
  margin-top: 60px;
}
.cms-post-list .post-item:hover .entry-featured img {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.cms-post-list .meta-list {
  padding: 13px 100px 13px 15px;
  border: 1px solid #eee;
  position: relative;
  margin: 0;
  list-style: none;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.cms-post-list .meta-list li {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0;
}
.cms-post-list .meta-list li + li:before {
  line-height: inherit;
  content: "";
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: #011;
  margin-left: 14px;
  margin-right: 8px;
  margin-bottom: 3px;
}
.cms-post-list .meta-list li.item-author {
  position: relative;
  padding-left: 75px;
}
.cms-post-list .meta-list li.item-author img {
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 60px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.cms-post-list .meta-list li.item-author a {
  color: #f79023;
}
.cms-post-list .meta-list li.item-author a:hover {
  color: #cf6600;
}
@media screen and (max-width: 575px) {
  .cms-post-list .meta-list li {
    margin-right: 15px;
  }
}
.cms-post-list .meta-list li.item-comment {
  position: absolute;
  width: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  background-color: #2a439b;
  color: #fff;
  font-size: 16px;
  right: -1px;
  top: 0px;
}
.cms-post-list .meta-list li.item-comment a {
  color: inherit;
}
.cms-post-list .meta-list li.item-comment a i {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-post-list .meta-list li.item-comment:hover a {
  color: #f79023;
}
.cms-post-list .meta-list li.item-comment:hover a i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-post-list .meta-list li:last-child {
  margin-right: 0;
}
.cms-post-list .meta-list li:last-child:after, .cms-post-list .meta-list li:last-child:before {
  display: none;
}
.cms-post-list .posts-pagination, .cms-post-list .cms-load-more {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .cms-post-list .posts-pagination, .cms-post-list .cms-load-more {
    margin-top: 45px;
  }
}
.cms-post-grid-layout1 .item-featured, .cms-post-carousel-layout1 .item-featured {
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}
.cms-post-grid-layout1 .item-featured img, .cms-post-carousel-layout1 .item-featured img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.cms-post-grid-layout1 .item-title, .cms-post-carousel-layout1 .item-title {
  color: #282828;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .cms-post-grid-layout1 .item-title, .cms-post-carousel-layout1 .item-title {
    padding-right: 25px;
  }
}
.cms-post-grid-layout1 .item-title a, .cms-post-carousel-layout1 .item-title a {
  color: inherit;
}
.cms-post-grid-layout1 .item-title a:hover, .cms-post-carousel-layout1 .item-title a:hover {
  color: #f79023;
}
.cms-post-grid-layout1 .item-content, .cms-post-carousel-layout1 .item-content {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 12px;
}
.cms-post-grid-layout1 .btn-more, .cms-post-carousel-layout1 .btn-more {
  display: inline-block;
  text-transform: uppercase;
  color: #f79023;
  font-size: 14px;
  font-weight: bold;
}
.cms-post-grid-layout1 .btn-more i, .cms-post-carousel-layout1 .btn-more i {
  margin-left: 5px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.cms-post-grid-layout1 .post-meta, .cms-post-carousel-layout1 .post-meta {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 3px;
  padding-top: 18px;
  border-top: 2px solid #f6f6f6;
}
.cms-post-grid-layout1 .post-meta li, .cms-post-carousel-layout1 .post-meta li {
  font-size: 12px;
  display: inline-block;
  margin-right: 25px;
  line-height: 24px;
  color: #666;
}
.cms-post-grid-layout1 .post-meta li:last-child, .cms-post-carousel-layout1 .post-meta li:last-child {
  margin-right: 0;
}
.cms-post-grid-layout1 .post-meta li i, .cms-post-carousel-layout1 .post-meta li i {
  margin-right: 5px;
  color: #f79023;
}
.cms-post-grid-layout1 .post-meta li a, .cms-post-carousel-layout1 .post-meta li a {
  color: #666;
}
.cms-post-grid-layout1 .item-body, .cms-post-carousel-layout1 .item-body {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1199px) {
  .cms-post-grid-layout1 .item-body, .cms-post-carousel-layout1 .item-body {
    padding-left: 10px;
    padding-right: 10;
  }
}
@media screen and (max-width: 767px) {
  .cms-post-grid-layout1 .item-body, .cms-post-carousel-layout1 .item-body {
    padding-left: 0px;
  }
}
.cms-post-grid-layout1 .cms-grid-pagination, .cms-post-carousel-layout1 .cms-grid-pagination {
  margin-top: 0;
}
.cms-post-grid-layout1 .posts-pagination .posts-page-links, .cms-post-carousel-layout1 .posts-pagination .posts-page-links {
  justify-content: center;
}
.cms-post-grid-layout1 .slick-dots, .cms-post-carousel-layout1 .slick-dots {
  margin-top: 0;
}
.cms-post-grid-layout1 .grid-item-inner, .cms-post-carousel-layout1 .grid-item-inner {
  margin-bottom: 30px;
  border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .cms-post-grid-layout1 .grid-item-inner, .cms-post-carousel-layout1 .grid-item-inner {
    padding: 20px 15px;
  }
}
.cms-post-grid-layout1 .grid-item-inner:hover .item-featured img, .cms-post-carousel-layout1 .grid-item-inner:hover .item-featured img {
  opacity: 0.8;
  -webkit-transform: scale(1.14);
  -khtml-transform: scale(1.14);
  -moz-transform: scale(1.14);
  -ms-transform: scale(1.14);
  -o-transform: scale(1.14);
  transform: scale(1.14);
}
.cms-post-grid-layout1 .grid-item-inner:hover .btn-more i, .cms-post-carousel-layout1 .grid-item-inner:hover .btn-more i {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -khtml-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -o-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.cms-post-grid-layout1 .grid-item-inner.no-image, .cms-post-carousel-layout1 .grid-item-inner.no-image {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 34px 40px 36px;
}
@media screen and (max-width: 1199px) {
  .cms-post-grid-layout1 .grid-item-inner.no-image, .cms-post-carousel-layout1 .grid-item-inner.no-image {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cms-post-grid-layout1 .grid-item-inner.no-image .item-body, .cms-post-carousel-layout1 .grid-item-inner.no-image .item-body {
  padding: 0;
}
.cms-post-grid-layout1.style1 .item-date, .cms-post-carousel-layout1.style1 .item-date {
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 15px;
  left: -50%;
  padding: 10px 15px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  background-color: #2a439b;
  opacity: 0;
}
.cms-post-grid-layout1.style1 .grid-item-inner, .cms-post-carousel-layout1.style1 .grid-item-inner {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-post-grid-layout1.style1 .grid-item-inner, .cms-post-carousel-layout1.style1 .grid-item-inner {
    padding: 20px 15px;
  }
}
.cms-post-grid-layout1.style1 .grid-item-inner:hover .item-date, .cms-post-carousel-layout1.style1 .grid-item-inner:hover .item-date {
  opacity: 1;
  left: 15px;
}
.cms-post-grid-layout1.style2 .item-date, .cms-post-carousel-layout1.style2 .item-date {
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  left: 15px;
  text-align: center;
  width: 55px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  background-color: #f79023;
  opacity: 1;
}
.cms-post-grid-layout1.style2 .grid-item-inner, .cms-post-carousel-layout1.style2 .grid-item-inner {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -khtml-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -ms-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
}
@media screen and (max-width: 767px) {
  .cms-post-grid-layout1.style2 .grid-item-inner, .cms-post-carousel-layout1.style2 .grid-item-inner {
    padding: 20px 15px;
  }
}
.cms-post-grid-layout2 .item-featured {
  position: relative;
}
.cms-post-grid-layout2 .item-featured a.btn-link {
  line-height: 55px;
  text-align: center;
  background-color: #2a439b;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: -50px;
  opacity: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  height: 55px;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .cms-post-grid-layout2 .item-featured a.btn-link {
    width: 70px;
    font-size: 16px;
  }
}
.cms-post-grid-layout2 .item-featured a.btn-link:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-post-grid-layout2 .item-featured a.btn-link:hover {
  border-color: #f79023;
  color: #fff;
}
.cms-post-grid-layout2 .item-featured a.btn-link:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-post-grid-layout2 .item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .cms-post-grid-layout2 .item-title {
    font-size: 20px;
  }
}
.cms-post-grid-layout2 .item-title a {
  color: #2a439b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-post-grid-layout2 .item-content {
    font-size: 14px;
  }
}
.cms-post-grid-layout2 .post-meta {
  list-style: none;
  padding: 15px 30px;
  padding-right: 100px;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .cms-post-grid-layout2 .post-meta {
    padding: 15px;
    padding-right: 70px;
  }
}
.cms-post-grid-layout2 .post-meta li {
  display: inline-block;
  text-transform: uppercase;
}
.cms-post-grid-layout2 .post-meta li.item-date {
  font-size: 16px;
  font-weight: 600;
  color: #f79023;
}
@media screen and (max-width: 991px) {
  .cms-post-grid-layout2 .post-meta li.item-date {
    font-size: 14px;
  }
}
.cms-post-grid-layout2 .post-meta li.item-comment {
  position: absolute;
  height: 100%;
  width: 100px;
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  right: -1px;
  top: 0;
  background-color: #2a439b;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cms-post-grid-layout2 .post-meta li.item-comment {
    font-size: 14px;
    width: 70px;
  }
}
.cms-post-grid-layout2 .post-meta li.item-comment a {
  color: #fff;
}
.cms-post-grid-layout2 .post-meta li.item-comment:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-post-grid-layout2 .post-meta li.item-comment:hover {
  border-color: #f79023;
  color: #fff;
}
.cms-post-grid-layout2 .post-meta li.item-comment:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-post-grid-layout2 .meta-bottom {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .cms-post-grid-layout2 .meta-bottom {
    padding: 25px 15px;
  }
}
.cms-post-grid-layout2 .item-body {
  border: 1px solid #eee;
}
.cms-post-grid-layout2 .item-featured + .item-body {
  border-top: none;
}
.cms-post-grid-layout2 .grid-item-inner {
  margin-bottom: 30px;
}
.cms-post-grid-layout2 .grid-item-inner:hover .item-featured a.btn-link {
  bottom: 0;
  opacity: 1;
  background-color: #f79023;
}
.cms-post-grid-layout2 .grid-item-inner:hover .item-featured a.btn-link i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
@media screen and (min-width: 992px) {
  .cms-post-grid-layout2 .posts-pagination {
    padding: 0 30%;
  }
}
@media screen and (min-width: 1200px) {
  .cms-post-grid-layout2 .posts-pagination .page-numbers.next, .cms-post-grid-layout2 .posts-pagination .page-numbers.prev {
    max-width: 190px;
    flex-grow: 1;
  }
}
.cms-post-carousel-layout2 .item-featured {
  position: relative;
}
.cms-post-carousel-layout2 .item-featured a.btn-link {
  line-height: 55px;
  text-align: center;
  background-color: #2a439b;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: -50px;
  opacity: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  height: 55px;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .cms-post-carousel-layout2 .item-featured a.btn-link {
    width: 70px;
    font-size: 16px;
  }
}
.cms-post-carousel-layout2 .item-featured a.btn-link:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-post-carousel-layout2 .item-featured a.btn-link:hover {
  border-color: #f79023;
  color: #fff;
}
.cms-post-carousel-layout2 .item-featured a.btn-link:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-post-carousel-layout2 .item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .cms-post-carousel-layout2 .item-title {
    font-size: 20px;
  }
}
.cms-post-carousel-layout2 .item-title a {
  color: #2a439b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-post-carousel-layout2 .item-content {
    font-size: 14px;
  }
}
.cms-post-carousel-layout2 .post-meta {
  list-style: none;
  padding: 15px 30px;
  padding-right: 100px;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .cms-post-carousel-layout2 .post-meta {
    padding: 15px;
    padding-right: 70px;
  }
}
.cms-post-carousel-layout2 .post-meta li {
  display: inline-block;
  text-transform: uppercase;
}
.cms-post-carousel-layout2 .post-meta li.item-date {
  font-size: 16px;
  font-weight: 600;
  color: #f79023;
}
@media screen and (max-width: 991px) {
  .cms-post-carousel-layout2 .post-meta li.item-date {
    font-size: 14px;
  }
}
.cms-post-carousel-layout2 .post-meta li.item-comment {
  position: absolute;
  height: 100%;
  width: 100px;
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  right: -1px;
  top: 0;
  background-color: #2a439b;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cms-post-carousel-layout2 .post-meta li.item-comment {
    font-size: 14px;
    width: 70px;
  }
}
.cms-post-carousel-layout2 .post-meta li.item-comment a {
  color: #fff;
}
.cms-post-carousel-layout2 .post-meta li.item-comment:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-post-carousel-layout2 .post-meta li.item-comment:hover {
  border-color: #f79023;
  color: #fff;
}
.cms-post-carousel-layout2 .post-meta li.item-comment:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-post-carousel-layout2 .meta-bottom {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .cms-post-carousel-layout2 .meta-bottom {
    padding: 25px 15px;
  }
}
.cms-post-carousel-layout2 .item-body {
  border: 1px solid #eee;
}
.cms-post-carousel-layout2 .item-featured + .item-body {
  border-top: none;
}
.cms-post-carousel-layout2 .grid-item-inner {
  margin-bottom: 30px;
}
.cms-post-carousel-layout2 .grid-item-inner:hover .item-featured a.btn-link {
  bottom: 0;
  opacity: 1;
  background-color: #f79023;
}
.cms-post-carousel-layout2 .grid-item-inner:hover .item-featured a.btn-link i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
@media screen and (min-width: 1200px) {
  .blog-2column-custom .cms-post-grid-layout2 .item-title {
    padding-right: 100px;
  }
}
.cms-post-grid {
  /* Cms Accordion */
}
@media screen and (min-width: 992px) {
  .cms-post-grid .posts-pagination {
    padding: 0 30%;
  }
}
.cms-accordion .cms-ac-content {
  display: none;
}
.cms-accordion.layout1 .cms-ac-title {
  font-size: 22px;
  line-height: 26px;
  color: #2a439b;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-weight: 600;
  cursor: pointer;
  padding-right: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-accordion.layout1 .cms-ac-title {
    font-size: 17px;
  }
}
.cms-accordion.layout1 .cms-ac-title .bullet {
  position: absolute;
  top: -12px;
  right: 0px;
}
.cms-accordion.layout1 .cms-ac-title .bullet .inner-bullet {
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 43px;
  position: relative;
  color: #2a439b;
  background-color: #f2f2f2;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.cms-accordion.layout1 .cms-ac-title .bullet .inner-bullet i {
  line-height: 1;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.cms-accordion.layout1 .cms-ac-title.active {
  color: #2a439b;
}
.cms-accordion.layout1 .cms-ac-title.active .bullet .inner-bullet {
  color: #fff;
  background-color: #f79023;
}
.cms-accordion.layout1 .cms-ac-content {
  font-size: 18px;
  line-height: 1.67;
  margin-top: 28px;
  padding-right: 15px;
}
.cms-accordion.layout1 .cms-accordion-item {
  background-color: #fff;
  border: 3px solid #f5f5f5;
  padding: 26px 19px 26px 30px;
}
.cms-accordion.layout1 .cms-accordion-item + .cms-accordion-item {
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .cms-accordion.layout1 .cms-accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cms-accordion.layout1 .cms-accordion-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-accordion.layout1 .cms-accordion-item.active .cms-ac-title {
  color: #f79023;
}
.cms-accordion.layout1 .elementor-widget-wrap {
  padding: 0 !important;
}
.text-accordion {
  padding: 15px 20px 15px 38px;
  background-color: #2a439b;
  /* Contact Form */
}
.text-accordion p {
  color: #fff;
  margin-bottom: 0;
}
.cms-contact-form-layout1.style1, .cms-contact-form-layout1.style2 {
  background-color: #f79023;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control:not(.wpcf7-submit), .cms-contact-form-layout1.style2 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 63px;
  border-color: transparent;
  border-width: 1px;
  background-color: #fff;
  padding-left: 23px;
  padding-right: 23px;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control:not(.wpcf7-submit):focus, .cms-contact-form-layout1.style2 .wpcf7-form-control:not(.wpcf7-submit):focus, .cms-contact-form-layout1.style1 .wpcf7-form-control:not(.wpcf7-submit):hover, .cms-contact-form-layout1.style2 .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: #f79023;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control.nice-select, .cms-contact-form-layout1.style2 .wpcf7-form-control.nice-select {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 63px;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control.nice-select span.current, .cms-contact-form-layout1.style2 .wpcf7-form-control.nice-select span.current {
  line-height: inherit;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control.wpcf7-textarea, .cms-contact-form-layout1.style2 .wpcf7-form-control.wpcf7-textarea {
  min-height: 160px;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .cms-contact-form-layout1.style1 .wpcf7-form-control.wpcf7-textarea, .cms-contact-form-layout1.style2 .wpcf7-form-control.wpcf7-textarea {
    min-height: 120px;
  }
}
.cms-contact-form-layout1.style1 .wpcf7-form-control.wpcf7-submit, .cms-contact-form-layout1.style2 .wpcf7-form-control.wpcf7-submit {
  font-size: 16px;
  height: 63px;
  line-height: 63px;
  background-color: #2a439b;
  color: #fff;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control.wpcf7-submit:hover, .cms-contact-form-layout1.style2 .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #fff;
  color: #2a439b;
}
.cms-contact-form-layout1.style1 .wpcf7-submit, .cms-contact-form-layout1.style2 .wpcf7-submit {
  margin-top: 0px;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 45px;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-message, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-message {
  margin-bottom: 10px;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-message, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-message {
  margin-bottom: 10px;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-email, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-email, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-phone, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-phone, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-name, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-name, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-date, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-date, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-message, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-message {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-email .wpcf7-form-control, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-email .wpcf7-form-control, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-phone .wpcf7-form-control, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-phone .wpcf7-form-control, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-name .wpcf7-form-control, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-name .wpcf7-form-control, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-date .wpcf7-form-control, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-date .wpcf7-form-control, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-message .wpcf7-form-control, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-message .wpcf7-form-control {
  padding-right: 45px;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-email:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-email:before, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-phone:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-phone:before, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-name:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-name:before, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-date:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-date:before, .cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-message:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-message:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  opacity: 1;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.6);
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-name:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-name:before {
  content: "\f007";
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-email:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-email:before {
  content: "\f0e0";
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-phone:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-phone:before {
  font-family: 'Icomoon';
  content: "\e90f";
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-date:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-date:before {
  content: "\f073";
}
.cms-contact-form-layout1.style1 .wpcf7-form-control-wrap.your-message:before, .cms-contact-form-layout1.style2 .wpcf7-form-control-wrap.your-message:before {
  top: 23px;
  content: "\f249";
}
.cms-contact-form-layout1.style1 .input-filled.input-filled-btn, .cms-contact-form-layout1.style2 .input-filled.input-filled-btn {
  text-align: center;
}
.cms-contact-form-layout1.style1 .cms-contact-form-inner, .cms-contact-form-layout1.style2 .cms-contact-form-inner {
  padding: 56px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1400px) {
  .cms-contact-form-layout1.style1 .cms-contact-form-inner, .cms-contact-form-layout1.style2 .cms-contact-form-inner {
    padding: 25px;
  }
}
.cms-contact-form-layout1.style2 .input-filled.input-filled-btn .wpcf7-form-control.wpcf7-submit {
  width: 100%;
}
.cms-contact-form-layout1.style3 {
  border: 8px solid #f79023;
  background-color: #fff;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 63px;
  border-color: #eee;
  border-width: 1px;
  background-color: #fff;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.cms-contact-form-layout1.style3 .wpcf7-form-control:not(.wpcf7-submit):focus, .cms-contact-form-layout1.style3 .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: #f79023;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control.nice-select {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 63px;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control.nice-select span.current {
  line-height: inherit;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control.wpcf7-textarea {
  min-height: 160px;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .cms-contact-form-layout1.style3 .wpcf7-form-control.wpcf7-textarea {
    min-height: 120px;
  }
}
.cms-contact-form-layout1.style3 .wpcf7-form-control.wpcf7-submit {
  font-size: 16px;
  height: 63px;
  line-height: 63px;
  background-color: #f79023;
  color: #fff;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #2a439b;
  color: #fff;
}
.cms-contact-form-layout1.style3 .wpcf7-submit {
  margin-top: 0px;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 45px;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-message {
  margin-bottom: 10px;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-email, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-phone, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-name, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-message {
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-email .wpcf7-form-control, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-phone .wpcf7-form-control, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-name .wpcf7-form-control, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-message .wpcf7-form-control {
  padding-right: 45px;
}
.cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-email:before, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-phone:before, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-name:before, .cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-message:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  opacity: 1;
  font-size: 12px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: rgba(102, 102, 102, 0.6);
}
.cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-name:before {
  content: "\f007";
}
.cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-email:before {
  content: "\f0e0";
}
.cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-phone:before {
  font-family: 'Icomoon';
  content: "\e90f";
}
.cms-contact-form-layout1.style3 .wpcf7-form-control-wrap.your-message:before {
  content: "\f249";
}
.cms-contact-form-layout1.style3 .input-filled label {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  text-align: center;
}
.cms-contact-form-layout1.style3 .input-filled br {
  display: none;
}
.cms-contact-form-layout1.style3 .input-filled.input-filled-btn {
  text-align: center;
}
.cms-contact-form-layout1.style3 .cms-contact-form-inner {
  padding: 50px 56px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1400px) {
  .cms-contact-form-layout1.style3 .cms-contact-form-inner {
    padding: 25px;
  }
}
.form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit {
  width: 100%;
}
.form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form-team-custom .cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit {
    font-size: 12px;
  }
}
.cms-bg-secondary {
  background-color: #2a439b;
  /* Newsletter From */
}
.cms-newsletter1 form {
  position: relative;
}
.cms-newsletter1.style1 .tnp-email {
  border: none;
  background-color: #f5f5f5;
  height: 60px;
  color: #666;
  font-size: 16px;
  padding: 0 170px 0 28px;
}
.cms-newsletter1.style1 .tnp-email::-webkit-input-placeholder {
  color: #666;
}
.cms-newsletter1.style1 .tnp-email::-moz-placeholder {
  color: #666;
}
.cms-newsletter1.style1 .tnp-email::-ms-input-placeholder {
  color: #666;
}
.cms-newsletter1.style1 .tnp-email::-moz-placeholder {
  color: #666;
}
.cms-newsletter1.style1 .tnp-email:focus {
  color: #2a439b;
}
@media screen and (max-width: 767px) {
  .cms-newsletter1.style1 .tnp-email {
    padding-right: 18px;
  }
}
.cms-newsletter1.style1 .tnp-field-button {
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
}
.cms-newsletter1.style1 .tnp-field-button .tnp-button {
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  border: none;
  padding: 0;
  z-index: 3;
}
.cms-newsletter1.style1 .tnp-field-button .tnp-button:hover {
  background-color: #f79023;
}
@media screen and (min-width: 768px) {
  .cms-newsletter1.style1 .tnp-field-button {
    width: 170px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .cms-newsletter1.style1 .tnp-field-button .tnp-button {
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .cms-newsletter1.style1 .tnp-email {
    margin-bottom: 15px;
  }
  .cms-newsletter1.style1 .tnp-field-button {
    height: 60px;
  }
  .cms-newsletter1.style1 .tnp-field-button .tnp-button {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .cms-newsletter1.style2 form {
    padding-right: 33px;
  }
}
.cms-newsletter1.style2 .tnp-email {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  height: 80px;
  color: #666;
  font-size: 16px;
  padding: 0 20px;
}
@media screen and (min-width: 576px) {
  .cms-newsletter1.style2 .tnp-email {
    padding: 0 170px 0 28px;
  }
}
.cms-newsletter1.style2 .tnp-email::-webkit-input-placeholder {
  color: #666;
}
.cms-newsletter1.style2 .tnp-email::-moz-placeholder {
  color: #666;
}
.cms-newsletter1.style2 .tnp-email::-ms-input-placeholder {
  color: #666;
}
.cms-newsletter1.style2 .tnp-email::-moz-placeholder {
  color: #666;
}
.cms-newsletter1.style2 .tnp-email:focus {
  color: #2a439b;
  border-color: #f79023;
}
@media screen and (max-width: 767px) {
  .cms-newsletter1.style2 .tnp-email {
    padding-right: 18px;
  }
}
.cms-newsletter1.style2 .tnp-field-button {
  margin-bottom: 0;
  height: 58px;
  overflow: hidden;
}
.cms-newsletter1.style2 .tnp-field-button .tnp-button {
  text-transform: uppercase;
  height: 58px;
  line-height: 58px;
  border: none;
  padding: 0;
  z-index: 3;
}
.cms-newsletter1.style2 .tnp-field-button .tnp-button:hover {
  background-color: #2a439b;
}
@media screen and (min-width: 768px) {
  .cms-newsletter1.style2 .tnp-field-button {
    width: 170px;
    position: absolute;
    top: 11px;
    right: 0;
  }
  .cms-newsletter1.style2 .tnp-field-button .tnp-button {
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .cms-newsletter1.style2 .tnp-email {
    margin-bottom: 15px;
  }
  .cms-newsletter1.style2 .tnp-field-button {
    height: 58px;
  }
  .cms-newsletter1.style2 .tnp-field-button .tnp-button {
    width: 100%;
  }
}
.cms-count-down.layout1 .cms-count-down-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .cms-count-down.layout1 .cms-count-down-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cms-count-down.layout1 .cms-count-down-container .time-item {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .cms-count-down.layout1 .cms-count-down-container .time-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.cms-count-down.layout1 .cms-count-down-container .time-item .time-item-inner {
  text-align: center;
  overflow: hidden;
}
.cms-count-down.layout1 .cms-count-down-container .time-item .time-item-inner .inner-number {
  font-size: 50px;
  font-weight: bold;
  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.layout1 .cms-count-down-container .time-item .time-item-inner .inner-number {
    font-size: 55px;
  }
}
.cms-count-down.layout1 .cms-count-down-container .time-item .time-item-inner .inner-text {
  font-size: 24px;
  font-weight: 500;
  color: #2a439b;
  letter-spacing: 0.03em;
  background-color: #fff;
  padding: 17px 0;
}
@media screen and (max-width: 575px) {
  .cms-count-down.layout1 .cms-count-down-container .time-item .time-item-inner .inner-number {
    font-size: 25px;
  }
  .cms-count-down.layout1 .cms-count-down-container .time-item .time-item-inner .inner-text {
    font-size: 16px;
  }
}
.cms-count-down.layout2 .item-box-title {
  text-align: center;
}
.cms-count-down.layout2 .item-box-title .item-date-feature {
  font-size: 20px;
  margin-bottom: 28px;
  display: inline-block;
  padding: 13px 24px;
  background-color: #f8f8f8;
  border: 2px solid #fff;
  font-weight: 600;
  color: #2a439b;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(247, 144, 35, 0.4);
}
@media screen and (max-width: 767px) {
  .cms-count-down.layout2 .item-box-title .item-date-feature {
    font-size: 15px;
  }
}
.cms-count-down.layout2 .item-box-title .item-date-feature:hover {
  animation: none;
}
.cms-count-down.layout2 .item-box-title .item-title {
  font-size: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .cms-count-down.layout2 .item-box-title .item-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .cms-count-down.layout2 .item-box-title .item-title {
    font-size: 25px;
  }
}
.cms-count-down.layout2 .cms-count-down-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .cms-count-down.layout2 .cms-count-down-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cms-count-down.layout2 .cms-count-down-container .time-item {
  width: 167px;
  max-width: 167px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .cms-count-down.layout2 .cms-count-down-container .time-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.cms-count-down.layout2 .cms-count-down-container .time-item .time-item-inner {
  text-align: center;
  overflow: hidden;
  border: 2px solid #f79023;
  background-color: transparent;
}
.cms-count-down.layout2 .cms-count-down-container .time-item .inner-number {
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: rgba(247, 144, 35, 0.3);
  padding: 20px 0 20px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .cms-count-down.layout2 .cms-count-down-container .time-item .inner-number {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .cms-count-down.layout2 .cms-count-down-container .time-item .inner-number {
    font-size: 25px;
  }
}
.cms-count-down.layout2 .cms-count-down-container .time-item .inner-text {
  border-top: 2px solid #f79023;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 13px 0;
}
@media screen and (max-width: 575px) {
  .cms-count-down.layout2 .cms-count-down-container .time-item .inner-text {
    font-size: 16px;
  }
}
.cms-count-down.layout2 .cms-count-down-container .time-item:nth-child(1) .time-item-inner {
  border: 2px solid #f79023;
}
.cms-count-down.layout2 .cms-count-down-container .time-item:nth-child(1) .inner-number {
  background-color: rgba(247, 144, 35, 0.3);
}
.cms-count-down.layout2 .cms-count-down-container .time-item:nth-child(1) .inner-text {
  border-top: 2px solid #f79023;
}
.cms-count-down.layout3 .cms-count-down-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .cms-count-down.layout3 .cms-count-down-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cms-count-down.layout3 .cms-count-down-container .time-item {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .cms-count-down.layout3 .cms-count-down-container .time-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.cms-count-down.layout3 .cms-count-down-container .time-item .time-item-inner {
  text-align: center;
  overflow: hidden;
}
.cms-count-down.layout3 .cms-count-down-container .time-item .time-item-inner .inner-number {
  font-size: 78px;
  font-weight: 500;
  color: #2a439b;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .cms-count-down.layout3 .cms-count-down-container .time-item .time-item-inner .inner-number {
    font-size: 45px;
  }
}
.cms-count-down.layout3 .cms-count-down-container .time-item .time-item-inner .inner-text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #2a439b;
  padding: 12px 0;
}
@media screen and (max-width: 575px) {
  .cms-count-down.layout3 .cms-count-down-container .time-item .time-item-inner .inner-number {
    font-size: 35px;
  }
}
.cms-banner-image {
  /* cms Counter */
}
.cms-banner-image.layout1 .inner-banner {
  z-index: 1;
  position: relative;
  padding-bottom: 65px;
  padding-left: 50px;
}
.cms-banner-image.layout1 .item-image1 {
  overflow: hidden;
}
.cms-banner-image.layout1 .item-image1 img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-banner-image.layout1 .item-image1 img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-banner-image.layout1 .item-image2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50%;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.cms-banner-image.layout1 .item-image2 img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-banner-image.layout1 .item-image2 img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-banner-image.layout1 .item-image3 {
  position: absolute;
  bottom: 45px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .cms-banner-image.layout1 .item-image3 {
    right: -65px;
  }
}
.cms-banner-image.layout2 .item-content {
  padding: 30px 0;
  background-color: #fff;
}
.cms-banner-image.layout2 .item--title {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .cms-banner-image.layout2 .item--title {
    font-size: 30px;
  }
}
.cms-banner-image.layout2 .item-image3 {
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .cms-banner-image.layout2 .item-content {
    min-width: 50%;
    max-width: 50%;
    padding: 70px 65px 80px 0;
  }
  .cms-banner-image.layout2 .item-image3 {
    position: absolute;
    height: 100%;
    width: 85%;
    min-height: 350px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
.cms-banner-image.layout2 .inner-banner {
  z-index: 1;
  position: relative;
  padding: 38px 0;
}
.cms-banner-image.layout2 .inner-banner .item--description p {
  margin-bottom: 20px;
}
.cms-banner-image.layout3 .inner-banner {
  z-index: 1;
  position: relative;
  padding-left: 70px;
}
.cms-banner-image.layout3 .item-image1 {
  overflow: hidden;
}
.cms-banner-image.layout3 .item-image1 img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-banner-image.layout3 .item-image1 img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-banner-image.layout3 .item-image2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  max-width: 50%;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.cms-banner-image.layout3 .item-image2 img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-banner-image.layout3 .item-image2 img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-banner-image.layout3 .item-image3 {
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .cms-banner-image.layout3 .item-image3 {
    right: -65px;
  }
}
.cms-banner-image.layout4 .item-image1 {
  overflow: hidden;
}
.cms-banner-image.layout4 .item-image1 img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-banner-image.layout4 .item-image1 img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-banner-image.layout4 .item-image3 {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
}
.cms-banner-image.layout4 .inner-banner {
  z-index: 1;
  position: relative;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 65px;
  padding-left: 30px;
}
.cms-banner-image.layout4 .inner-banner:before {
  z-index: -1;
  content: "";
  display: block;
  width: 80%;
  height: 70%;
  border: 20px solid #f6f6f6;
  position: absolute;
  bottom: 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;
}
@media screen and (min-width: 1200px) {
  .cms-banner-image.layout4 .inner-banner:before {
    left: -30px;
  }
}
.cms-banner-image.layout4 .inner-banner:hover:before {
  border-color: #f79023;
}
@media screen and (max-width: 767px) {
  .cms-banner-image.layout4 .inner-banner {
    padding-right: 35px;
    padding-bottom: 35px;
  }
}
.cms-counter-layout1.style1 {
  text-align: center;
  padding: 45px 15px;
  border: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .cms-counter-layout1.style1 {
    padding: 25px 10px;
  }
}
.cms-counter-layout1.style1 .cms-counter-number-wrapper {
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-indent: 22px;
  color: #2a439b;
}
@media screen and (max-width: 991px) {
  .cms-counter-layout1.style1 .cms-counter-number-wrapper {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .cms-counter-layout1.style1 .cms-counter-number-wrapper {
    font-size: 30px;
  }
}
.cms-counter-layout1.style1 .cms-counter-number-wrapper .cms-counter-number-suffix {
  font-size: inherit;
  position: relative;
  top: 0px;
  left: -10px;
  color: inherit;
}
.cms-counter-layout1.style1 .cms-counter-title {
  font-size: 18px;
  font-weight: 500;
}
.cms-counter-layout1.style2 {
  text-align: center;
  padding: 45px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.cms-counter-layout1.style2:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@media screen and (max-width: 991px) {
  .cms-counter-layout1.style2 {
    padding: 25px 10px;
  }
}
.cms-counter-layout1.style2 .cms-counter-number-wrapper {
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-indent: 22px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .cms-counter-layout1.style2 .cms-counter-number-wrapper {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cms-counter-layout1.style2 .cms-counter-number-wrapper {
    font-size: 30px;
  }
}
.cms-counter-layout1.style2 .cms-counter-number-wrapper .cms-counter-number-suffix {
  font-size: inherit;
  position: relative;
  top: 0px;
  left: -10px;
  color: inherit;
}
.cms-counter-layout1.style2 .cms-counter-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.cms-counter-layout1.style2:hover:before {
  -webkit-animation: cms_shine 0.75s;
  animation: cms_shine 0.75s;
}
.cms-fancy-box.layout1 .inner-content, .cms-fancy-box.layout2 .inner-content {
  margin-bottom: 25px;
}
@media screen and (min-width: 576px) {
  .cms-fancy-box.layout1 .inner-content, .cms-fancy-box.layout2 .inner-content {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 576px) {
  .cms-fancy-box.layout1.box-icon-right .inner-content, .cms-fancy-box.layout2.box-icon-right .inner-content {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 576px) {
  .cms-fancy-box.layout1.box-icon-right .inner-content .item-holder, .cms-fancy-box.layout2.box-icon-right .inner-content .item-holder {
    margin-left: 0px;
    margin-right: 16px;
    text-align: right;
  }
}
.cms-fancy-box.layout1 .item--icon {
  display: inline-block;
  position: relative;
  padding: 10px;
  width: 100%;
  max-width: 90px;
  height: 90px;
}
.cms-fancy-box.layout1 .item--icon:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-clip: content-box;
  border: 1px dashed #f79023;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .cms-fancy-box.layout1 .item--icon {
    min-width: 90px;
  }
}
.cms-fancy-box.layout1 .item--icon .inner-icon {
  -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;
  top: 10px;
  left: 10px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background-color: #f8f8f8;
}
.cms-fancy-box.layout1 .item--icon .inner-icon i, .cms-fancy-box.layout1 .item--icon .inner-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-fancy-box.layout1 .item--icon .inner-icon img {
  max-height: 60px;
}
.cms-fancy-box.layout1 .item--icon .inner-icon i {
  font-size: 35px;
}
@media screen and (min-width: 576px) {
  .cms-fancy-box.layout1 .item--icon + .item-holder {
    margin-left: 18px;
  }
}
.cms-fancy-box.layout1 .item--title {
  font-size: 20px;
  margin-bottom: 0;
}
.cms-fancy-box.layout1:hover .item--icon:before {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.cms-fancy-box.layout2 .item--icon {
  display: inline-block;
  position: relative;
  padding: 10px;
  width: 100%;
  max-width: 90px;
  min-width: 90px;
  text-align: center;
  height: 90px;
  overflow: hidden;
  border: 1px solid #efefef;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.09);
  -khtml-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 575px) {
  .cms-fancy-box.layout2 .item--icon {
    margin-bottom: 25px;
  }
}
.cms-fancy-box.layout2 .item--icon img {
  max-height: 60px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-fancy-box.layout2 .item--icon i {
  font-size: 35px;
}
@media screen and (min-width: 576px) {
  .cms-fancy-box.layout2 .item--icon + .item-holder {
    margin-left: 18px;
  }
}
.cms-fancy-box.layout2 .item--title {
  font-size: 20px;
  margin-bottom: 0;
}
.cms-fancy-box.layout2 .inner-content {
  margin-bottom: 25px;
}
@media screen and (min-width: 576px) {
  .cms-fancy-box.layout2 .inner-content {
    display: flex;
    align-items: center;
  }
}
.cms-fancy-box.layout2:hover .item--icon {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.cms-fancy-box.layout2:hover .item--icon img {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.cms-fancy-box.layout3 {
  margin-bottom: 15px;
}
.cms-fancy-box.layout3 .inner-content {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid #eee;
  padding: 40px 25px;
  background-color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 991px) {
  .cms-fancy-box.layout3 .inner-content {
    padding: 30px 15px;
  }
}
.cms-fancy-box.layout3 .inner-content:hover {
  border-color: #f79023;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.cms-fancy-box.layout3 .inner-content:hover .item--icon {
  -webkit-transform: translate(0, -5px);
  -khtml-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.cms-fancy-box.layout3 .item--icon {
  margin-bottom: 20px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.cms-fancy-box.layout3 .item--icon img {
  max-height: 100px;
  width: auto;
}
.cms-fancy-box.layout3 .item--title {
  font-size: 20px;
  margin-bottom: 0;
}
.cms-fancy-box.layout4 .item--icon {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 90px;
  min-width: 90px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 575px) {
  .cms-fancy-box.layout4 .item--icon {
    margin-bottom: 25px;
  }
}
.cms-fancy-box.layout4 .item--icon img, .cms-fancy-box.layout4 .item--icon i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-fancy-box.layout4 .item--icon img {
  max-height: 50px;
}
.cms-fancy-box.layout4 .item--icon i {
  font-size: 35px;
}
@media screen and (min-width: 576px) {
  .cms-fancy-box.layout4 .item--icon + .item-holder {
    margin-left: 20px;
  }
}
.cms-fancy-box.layout4 .item--title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.cms-fancy-box.layout4 .inner-content {
  margin-bottom: 25px;
}
@media screen and (min-width: 576px) {
  .cms-fancy-box.layout4 .inner-content {
    display: flex;
  }
}
.cms-fancy-box.layout4 .inner-content:hover .item--icon img, .cms-fancy-box.layout4 .inner-content:hover .item--icon i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-fancy-box.layout5 {
  margin-bottom: 15px;
}
.cms-fancy-box.layout5 .item--icon {
  margin-bottom: 35px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  position: relative;
  display: inline-block;
}
.cms-fancy-box.layout5 .item--icon:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.cms-fancy-box.layout5 .item--title {
  font-size: 24px;
  margin-bottom: 12px;
}
.cms-fancy-box.layout5 .item--description {
  font-size: 18px;
}
.cms-fancy-box.layout5 .inner-content {
  text-align: center;
  padding: 40px 35px;
  background-color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 767px) {
  .cms-fancy-box.layout5 .inner-content {
    padding: 25px 15px;
  }
}
.cms-fancy-box.layout5 .inner-content:hover .item--icon {
  -webkit-transform: translate(0, -5px);
  -khtml-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.cms-fancy-box.layout5 .inner-content:hover .item--icon:before {
  opacity: 0.6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
@media screen and (min-width: 1400px) {
  .fcb-custom .cms-fancy-box {
    max-width: 250px;
  }
}
.cms-phone .item-phone a {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #373737;
  position: relative;
}
.cms-phone .item-phone a:before {
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #373737;
}
.cms-phone .item-phone a:after {
  z-index: 1;
  content: "";
  height: 2px;
  width: 0;
  background-color: #cf6600;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-phone .item-phone a:hover {
  color: #f79023;
}
.cms-phone .item-phone a:hover:before {
  background-color: #f79023;
}
.cms-phone .item-phone a:hover:after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-phone .item-phone + .item-btn {
  margin-top: 41px;
}
.cms-phone .item-btn a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  height: 62px;
  line-height: 62px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #f79023;
  color: #fff;
  display: inline-block;
}
.cms-banner-poster {
  position: relative;
  padding: 5px;
}
.cms-banner-poster:before {
  display: block;
  content: '';
  z-index: -1;
  position: absolute;
  background: linear-gradient(60deg, #f79023, #cf6600, #0047bb, #0047bb, #0047bb, #b1b449, #b1b449, #b1b449);
  animation: animatedgradient 2s ease alternate infinite;
  background-size: 300% 300%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cms-banner-poster .el-title {
  margin-bottom: 34px;
}
@media screen and (min-width: 992px) {
  .cms-banner-poster .el-title {
    display: flex;
    align-items: center;
    max-width: 65%;
  }
}
.cms-banner-poster .el-title .el-logo {
  max-width: 115px;
  min-width: 115px;
}
@media screen and (max-width: 991px) {
  .cms-banner-poster .el-title .el-logo {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .cms-banner-poster .el-title .el-logo + .title {
    margin-left: 25px;
    margin-bottom: 0;
  }
}
.cms-banner-poster .el-title .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}
.cms-banner-poster .el-title .title cite {
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
  border-bottom: 3px solid #2a439b;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .cms-banner-poster .el-title .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .cms-banner-poster .el-title .title {
    font-size: 20px;
  }
}
.cms-banner-poster .inner-banner {
  background-position: center center;
  background-size: cover;
  padding: 25px 15px;
}
@media screen and (min-width: 1400px) {
  .cms-banner-poster .inner-banner {
    padding: 40px 70px 30px;
  }
}
.cms-banner-poster .cms-list-price {
  list-style: none;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .cms-banner-poster .cms-list-price {
    display: flex;
  }
}
.cms-banner-poster .cms-list-price li {
  padding: 15px 20px;
  background-color: #f79023;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .cms-banner-poster .cms-list-price li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cms-banner-poster .cms-list-price li {
    min-width: 31%;
    max-width: 32%;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cms-banner-poster .cms-list-price li:after {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cms-banner-poster .cms-list-price li:hover {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .cms-banner-poster .cms-list-price li:hover:after {
    position: absolute;
    top: -45px;
    right: -45px;
  }
}
.cms-banner-poster .cms-list-price li span {
  line-height: 1.1;
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .cms-banner-poster .cms-list-price li span {
    font-size: 25px;
  }
}
.cms-banner-poster .cms-list-price li span + cite {
  margin-left: 10px;
}
.cms-banner-poster .cms-list-price li cite {
  font-style: normal;
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .cms-banner-poster .cms-list-price li cite {
    font-size: 16px;
  }
}
.cms-banner-poster .cms-list-price li:nth-child(2) {
  background-color: #0047bb;
}
.cms-banner-poster .cms-list-price li:nth-child(3) {
  background-color: #b1b449;
}
.cms-banner-poster .cms-list-price li:last-child {
  margin-right: 0;
}
.cms-fancybox-carousel {
  /* CMS Team Info */
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--title {
  font-size: 25px;
  color: #2a439b;
  margin-bottom: 22px;
  margin-top: -2px;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--title a {
  color: inherit;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--description {
  margin-bottom: 25px;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--button .btn-more {
  position: relative;
  display: inline-block;
  color: #f79023;
  padding-bottom: 2px;
  font-weight: bold;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--button .btn-more:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f79023;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--button .btn-more i {
  position: absolute;
  right: 0;
  top: 6px;
  opacity: 0;
  transition-delay: 0.12s;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item-holder {
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-carousel.layout1 .fancybox-item .item-holder {
    padding: 35px 15px 25px;
  }
}
.cms-fancybox-carousel.layout1 .fancybox-item:hover .item--button .btn-more {
  padding-right: 20px;
}
.cms-fancybox-carousel.layout1 .fancybox-item:hover .item--button .btn-more i {
  opacity: 1;
}
.cms-fancybox-carousel.layout1 .fancybox-item:hover .item--title a {
  color: #f79023;
}
.cms-fancybox-carousel.layout1.layout-classic .item--image {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 340px;
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-carousel.layout1.layout-classic .item--image {
    height: 220px;
  }
}
.cms-fancybox-carousel.layout1.layout-classic .item-holder {
  padding: 23px 25px;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-carousel.layout1.layout-classic .item-holder {
    padding: 25px 15px;
  }
}
.cms-fancybox-carousel.layout1.layout-classic .fancybox-item {
  margin: 35px 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  overflow: hidden;
}
.cms-fancybox-carousel.layout1.layout-classic .fancybox-item:hover {
  -webkit-transform: translate(0, -12px);
  -khtml-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  -o-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.cms-fancybox-carousel.layout1.layout-modern {
  margin-left: 15px;
  margin-right: 15px;
}
.cms-fancybox-carousel.layout1.layout-modern .slick-slide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cms-fancybox-carousel.layout1.layout-modern .item-holder {
  border: 1px solid rgba(102, 102, 102, 0.12);
}
@media screen and (min-width: 992px) {
  .cms-fancybox-carousel.layout1.layout-modern .item-holder {
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-carousel.layout1.layout-modern .item-holder {
    padding: 35px 15px 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-carousel.layout1.layout-modern .item-holder {
    padding: 25px 15px 20px;
  }
}
.cms-fancybox-carousel.layout1.layout-modern .item--image {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cms-fancybox-carousel.layout1.layout-modern .item--image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-carousel.layout1.layout-modern .item--image {
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .cms-fancybox-carousel.layout1.layout-modern .item--image {
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .cms-fancybox-carousel.layout1.layout-modern .item--image {
    height: 250px;
  }
}
.cms-fancybox-carousel.layout1.layout-modern .item--image:before {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
.cms-fancybox-carousel.layout1.layout-modern .item--image:hover:before {
  height: 100%;
  opacity: 0;
  width: 100%;
  -webkit-border-radius: 0 0 0% 0;
  -khtml-border-radius: 0 0 0% 0;
  -moz-border-radius: 0 0 0% 0;
  -ms-border-radius: 0 0 0% 0;
  -o-border-radius: 0 0 0% 0;
  border-radius: 0 0 0% 0;
}
.cms-fancybox-carousel.layout1.layout-modern .slick-slide:nth-child(2n+1) .item--image:after {
  right: -7px;
  height: 14px;
  width: 14px;
  -webkit-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  transform: rotate(45deg);
}
.cms-fancybox-carousel.layout1.layout-modern .slick-slide:nth-child(2n) .item--image:after {
  left: -7px;
  height: 14px;
  width: 14px;
  -webkit-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.05);
  transform: rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .cms-fancybox-carousel.layout1.layout-modern .item--image {
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cms-fancybox-carousel.layout1.layout-modern .item-holder {
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cms-fancybox-carousel.layout1.layout-modern .slick-slide:nth-child(2n) .fancybox-item .inner-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cms-fancybox-carousel.layout1.layout-modern .fancybox-item .item--title {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: -2px;
  }
  .cms-fancybox-carousel.layout1.layout-modern .fancybox-item .item--title a {
    color: inherit;
  }
  .cms-fancybox-carousel.layout1.layout-modern .fancybox-item .item--description {
    margin-bottom: 12px;
  }
  .cms-fancybox-carousel.layout1.layout-modern .fancybox-item .item-holder {
    padding: 25px 20px;
  }
}
.cms-fancybox-carousel.layout2.layout-classic .item--image {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 340px;
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-carousel.layout2.layout-classic .item--image {
    height: 220px;
  }
}
.cms-fancybox-carousel.layout2.layout-classic .item--title {
  font-size: 35px;
}
.cms-fancybox-carousel.layout2.layout-classic .item-holder {
  padding: 23px 25px;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-carousel.layout2.layout-classic .item-holder {
    padding: 25px 15px;
  }
}
.cms-fancybox-carousel.layout2.layout-classic .fancybox-item {
  margin: 35px 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  overflow: hidden;
}
.cms-fancybox-carousel.layout2.layout-classic .fancybox-item:hover {
  -webkit-transform: translate(0, -12px);
  -khtml-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  -o-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.cms-fancybox-carousel.layout2.layout-modern {
  margin-left: 15px;
  margin-right: 15px;
}
.cms-fancybox-carousel.layout2.layout-modern .item--title {
  font-size: 35px;
}
.cms-fancybox-carousel.layout2.layout-modern .item-holder {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cms-fancybox-carousel.layout2.layout-modern .item-holder {
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-carousel.layout2.layout-modern .item-holder {
    padding: 35px 15px 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-carousel.layout2.layout-modern .item-holder {
    padding: 25px 15px 20px;
  }
}
.cms-fancybox-carousel.layout2.layout-modern .item--image {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 290px;
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-carousel.layout2.layout-modern .item--image {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  }
  .cms-fancybox-carousel.layout2.layout-modern .item--image .bullet {
    bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .cms-fancybox-carousel.layout2.layout-modern .item--image {
    height: 320px;
  }
}
.cms-fancybox-carousel.layout2.layout-modern .item--image .bullet {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-fancybox-carousel.layout2.layout-modern .item--image .bullet .inner-bullet {
  -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-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  text-align: center;
  display: block;
  line-height: 63px;
  width: 55px;
  height: 63px;
  position: relative;
  color: #fff;
  font-size: 20px;
  background-color: #f79023;
}
.cms-fancybox-carousel.layout2.layout-modern .item--image:hover .inner-bullet {
  -webkit-transform: rotateY(360deg);
  -khtml-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media screen and (min-width: 1200px) {
  .cms-fancybox-carousel.layout2.layout-modern .item--image {
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .cms-fancybox-carousel.layout2.layout-modern .item--image:before {
    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;
    opacity: 0;
    content: "";
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
  }
  .cms-fancybox-carousel.layout2.layout-modern .item-holder {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n+1) .item--image {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n+1) .item--image .bullet {
    bottom: 10px;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n+1) .item--image:before {
    top: -100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001) 1%), to(#2a439b));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.001) 1%', endColorStr='#2a439b');
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n+1) .item-holder {
    margin-top: 20px;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n+1) .inner-content:hover .item--image:before {
    top: 0;
    opacity: 1;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n) .item--title {
    margin-top: -15px;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n) .item--image {
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 99%, 0% 35%);
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n) .item--image .bullet {
    top: 10px;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n) .item--image:before {
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 99%, 0% 35%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001) 1%), to(#2a439b));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.001) 1%, #2a439b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.001) 1%', endColorStr='#2a439b');
    bottom: -100%;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n) .item-holder {
    margin-bottom: 15px;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n) .fancybox-item .inner-content {
    display: flex;
    align-items: stretch;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-slide:nth-child(2n) .fancybox-item .inner-content:hover .item--image:before {
    bottom: 0;
    opacity: 1;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n+1) .item--image {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n+1) .item--image .bullet {
    bottom: 10px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n+1) .item-holder {
    margin-top: 20px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n+1) .inner-content:hover .item--image .bullet {
    bottom: 20px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n) .item--title {
    margin-top: -15px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n) .item--image {
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 99%, 0% 35%);
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n) .item--image .bullet {
    top: 10px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n) .item-holder {
    margin-bottom: 15px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n) .fancybox-item .inner-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-1 .slick-slide:nth-child(2n) .fancybox-item .inner-content:hover .item--image .bullet {
    top: 20px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n) .item--image {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n) .item--image .bullet {
    top: auto;
    bottom: 10px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n) .item-holder {
    margin-top: 20px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n) .fancybox-item .inner-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n+1) .item--title {
    margin-top: -15px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n+1) .item--image {
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 99%, 0% 35%);
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n+1) .item--image .bullet {
    top: 10px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n+1) .item-holder {
    margin-bottom: 15px;
  }
  .cms-fancybox-carousel.layout2.layout-modern.style-2 .slick-slide:nth-child(2n+1) .fancybox-item .inner-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cms-fancybox-carousel.layout2.layout-modern .fancybox-item .item--title {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: -2px;
  }
  .cms-fancybox-carousel.layout2.layout-modern .fancybox-item .item--title a {
    color: inherit;
  }
  .cms-fancybox-carousel.layout2.layout-modern .fancybox-item .item--description {
    margin-bottom: 12px;
  }
  .cms-fancybox-carousel.layout2.layout-modern .fancybox-item .item-holder {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1400px) {
  .cms-fancybox-carousel.layout2.layout-modern .slick-list {
    margin-left: -35px;
    margin-right: -35px;
  }
  .cms-fancybox-carousel.layout2.layout-modern .slick-list .slick-slide {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
.cms-fancybox-carousel.layout3 .item-icon {
  text-align: center;
  margin-top: 5px;
  width: 100%;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-fancybox-carousel.layout3 .item-icon img {
  max-height: 50px;
}
.cms-fancybox-carousel.layout3 .item-icon + .item-holder {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .cms-fancybox-carousel.layout3 .item-icon + .item-holder {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cms-fancybox-carousel.layout3 .item--title {
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: -5px;
}
@media screen and (min-width: 1200px) {
  .cms-fancybox-carousel.layout3 .item--description {
    padding-right: 30px;
  }
}
@media screen and (min-width: 576px) {
  .cms-fancybox-carousel.layout3 .inner-content {
    display: flex;
  }
}
@media screen and (min-width: 1400px) {
  .cms-fancybox-carousel.layout3 .fancybox-item {
    position: relative;
  }
  .cms-fancybox-carousel.layout3 .inner-content {
    display: flex;
  }
  .cms-fancybox-carousel.layout3 .item--title {
    margin-top: 0;
  }
  .cms-fancybox-carousel.layout3 .item-icon img {
    max-height: 50px;
  }
}
.cms-team-info.layout1 .cms-social-info {
  display: flex;
  flex-direction: column;
  border: 2px solid #f5f5f5;
}
.cms-team-info.layout1 .cms-social-info a {
  flex-grow: 1;
  padding: 13px 20px;
  color: #cacaca;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cms-team-info.layout1 .cms-social-info a i {
  position: relative;
  z-index: 2;
}
.cms-team-info.layout1 .cms-social-info a:hover {
  color: #f79023;
}
.cms-team-info.layout1 .list-li {
  list-style: none;
  margin-bottom: 0;
  border: 2px solid #f5f5f5;
  border-left: none;
  display: flex;
  flex-direction: column;
}
.cms-team-info.layout1 .list-li li {
  padding: 25px 40px 25px 23px;
}
@media screen and (max-width: 575px) {
  .cms-team-info.layout1 .list-li li {
    padding: 18px 10px;
  }
}
.cms-team-info.layout1 .list-li li label {
  font-weight: bold;
  color: #2a439b;
  text-transform: uppercase;
  margin-right: 3px;
}
.cms-team-info.layout1 .list-li li + li {
  border-top: 2px solid #f5f5f5;
}
.cms-team-info.layout1 .cms-team-inner {
  display: flex;
}
.cms-team-info.layout2 .wp-el-title {
  margin-bottom: 15px;
}
.cms-team-info.layout2 .item--title {
  font-size: 40px;
  font-weight: 600;
  color: #2a439b;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .cms-team-info.layout2 .item--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cms-team-info.layout2 .item--title {
    font-size: 25px;
  }
}
.cms-team-info.layout2 .list-li {
  list-style: none;
  margin-bottom: 40px;
  border-left: none;
}
.cms-team-info.layout2 .list-li li {
  padding: 15px 0;
}
@media screen and (max-width: 575px) {
  .cms-team-info.layout2 .list-li li {
    padding: 12px 0;
  }
}
.cms-team-info.layout2 .list-li li label {
  font-weight: 600;
  color: #f79023;
  margin-right: 3px;
}
@media screen and (min-width: 1400px) {
  .cms-team-info.layout2 .list-li li label {
    min-width: 142px;
  }
}
.cms-team-info.layout2 .list-li li + li {
  border-top: 1px solid #dedede;
}
.cms-team-info.layout2 .cms-social-info {
  padding: 15px;
  background-color: #f79023;
}
@media screen and (min-width: 1200px) {
  .cms-team-info.layout2 .cms-social-info {
    padding-left: 55px;
  }
}
.cms-team-info.layout2 .cms-social-info a {
  font-size: 15px;
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 1;
  margin: 7px 10px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-team-info.layout2 .cms-social-info a i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  font-size: 16px;
}
.cms-team-info.layout2 .cms-social-info a:last-child {
  margin-right: 0;
}
.cms-team-info.layout2 .cms-social-info a:hover {
  padding-left: 20px;
}
.cms-team-info.layout2 .cms-social-info a:hover i {
  opacity: 1;
}
.cms-image-custom .cms-single-image {
  position: relative;
  overflow: hidden;
}
.cms-image-custom .cms-single-image img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-image-custom .cms-single-image:before, .cms-image-custom .cms-single-image:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.cms-image-custom .cms-single-image:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cms-image-custom .cms-single-image:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.cms-image-custom .cms-single-image:hover img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-image-custom .cms-single-image:hover:before, .cms-image-custom .cms-single-image:hover:after {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title {
  overflow: hidden;
  border: 1px solid #2a439b;
  background-color: #2a439b;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title:hover {
  background-color: #f79023;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title.active {
  background-color: #f79023;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-content .cms-tab-content {
  display: none;
}
.cms-tabs-view-horizontal .cms-tabs-title {
  margin-bottom: 35px;
}
.cms-tabs-view-horizontal.cms-tabs--layout1 .cms-tabs-title {
  overflow: hidden;
  background-color: #2a439b;
}
.cms-tabs-view-horizontal.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: 20px;
  font-weight: bold;
  color: #fff;
}
.cms-tabs-view-horizontal.cms-tabs--layout1 .cms-tabs-title .cms-tab-title:hover {
  background-color: #f79023;
}
.cms-tabs-view-horizontal.cms-tabs--layout1 .cms-tabs-title .cms-tab-title.active {
  border: 1px solid #f79023;
  background-color: #f79023;
}
.cms-tabs-view-horizontal.cms-tabs--layout1 .cms-tabs-content .cms-tab-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .cms-tabs-view-vertical .cms-tabs {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title {
  border-right: none;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .cms-tabs-view-vertical .cms-tabs .cms-tabs-title {
    width: 23%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .cms-tabs-view-vertical .cms-tabs .cms-tabs-title {
    margin-bottom: 35px;
  }
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title .cms-tab-title {
  width: 100%;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background-color: #2a439b;
}
@media screen and (min-width: 1200px) {
  .cms-tabs-view-vertical .cms-tabs .cms-tabs-title .cms-tab-title {
    font-size: 20px;
    padding: 20px 44px;
  }
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title .cms-tab-title:hover {
  background-color: #f79023;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title .cms-tab-title.active {
  background-color: #f79023;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title .cms-tab-title + .cms-tab-title {
  margin-top: 5px;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-content {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 33px;
  border: 1px solid #eee;
  padding: 50px 55px;
}
@media screen and (min-width: 768px) {
  .cms-tabs-view-vertical .cms-tabs .cms-tabs-content {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .cms-tabs-view-vertical .cms-tabs .cms-tabs-content {
    padding: 25px 20px;
    margin-left: 0;
  }
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-content h5, .cms-tabs-view-vertical .cms-tabs .cms-tabs-content h4, .cms-tabs-view-vertical .cms-tabs .cms-tabs-content h3 {
  font-size: 28px;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-content .cms-tab-content {
  height: 100%;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-content .cms-tab-content p:last-child {
  margin-bottom: 0;
}
.phone-custom .elementor-text-editor a {
  font-weight: 400;
}
.cms-progress-wrapper.style1 {
  position: relative;
}
.cms-progress-wrapper.style1 .elementor-title {
  font-size: 15px;
  margin-bottom: 13px;
}
.cms-progress-wrapper.style1 .elementor-progress-bar {
  background-color: #f79023;
  height: 10px;
  bottom: 0;
  position: relative;
}
.cms-progress-wrapper.style1 .elementor-progress-wrapper {
  height: 10px;
  background-color: rgba(247, 144, 35, 0.2);
}
.cms-progress-wrapper.style1 .elementor-progress-percentage {
  position: absolute;
  bottom: 16px;
  padding: 0;
  right: 0;
  font-size: 16px;
  color: #2a439b;
}
.cms-progress-wrapper.style1 + .cms-progress-wrapper {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .cms-progress-wrapper.style2 {
    display: flex;
    align-items: center;
  }
  .cms-progress-wrapper.style2 .elementor-progress-wrapper {
    flex-grow: 1;
  }
  .cms-progress-wrapper.style2 .elementor-title {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.cms-progress-wrapper.style2 + .cms-progress-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .cms-progress-wrapper.style2 + .cms-progress-wrapper {
    margin-top: 35px;
  }
}
.cms-progress-wrapper.style2 .elementor-progress-wrapper {
  background-color: transparent;
}
.cms-progress-wrapper.style2 .elementor-progress-bar {
  height: 35px;
  background-color: #f79023;
  position: relative;
  color: #fff;
  padding: 15px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .cms-progress-wrapper.style2 .elementor-progress-bar {
    height: 58px;
  }
  .cms-progress-wrapper.style2 .elementor-progress-bar:before, .cms-progress-wrapper.style2 .elementor-progress-bar:after {
    z-index: -1;
    content: "";
    display: block;
    width: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #f79023;
  }
  .cms-progress-wrapper.style2 .elementor-progress-bar:before {
    left: -16px;
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 0% 50%);
  }
  .cms-progress-wrapper.style2 .elementor-progress-bar:after {
    right: -16px;
    clip-path: polygon(0 0, 0 0, 100% 50%, 0 100%, 0 100%);
  }
}
.cms-progress-wrapper.style2 .elementor-title {
  font-size: 20px;
  font-weight: 600;
  color: #2a439b;
}
@media screen and (max-width: 991px) {
  .cms-progress-wrapper.style2 .elementor-title {
    margin-bottom: 15px;
  }
}
.cms-progress-wrapper.style2 .elementor-progress-percentage {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 12px;
}
@media screen and (min-width: 992px) {
  .cms-progress-wrapper.style2 .elementor-progress-percentage {
    top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .cms-progress-wrapper.style2 .elementor-progress-percentage {
    top: 2px;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .progress-bar-custom .cms-progress-wrapper.style2 .elementor-title {
    width: 100%;
    min-width: 40%;
    max-width: 40%;
  }
}
.row-bg-custom {
  position: relative;
  overflow: hidden;
  /* Team carousel */
}
.row-bg-custom:before {
  background-color: #f5f5f5;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .row-bg-custom:before {
    right: 27%;
  }
}
.cms-team-grid.layout1 .item--image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cms-team-grid.layout1 .item--image:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f79023), to(#2a439b));
  background-image: -webkit-linear-gradient(top, #f79023, #2a439b);
  background-image: -moz-linear-gradient(top, #f79023, #2a439b);
  background-image: -ms-linear-gradient(top, #f79023, #2a439b);
  background-image: -o-linear-gradient(top, #f79023, #2a439b);
  background-image: linear-gradient(top, #f79023, #2a439b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f79023', endColorStr='#2a439b');
  display: block;
  content: "";
  position: absolute;
  opacity: 0.8;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-team-grid.layout1 .item--image img {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  width: 100%;
}
.cms-team-grid.layout1 .item-holder {
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-team-grid.layout1 .item--title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
}
.cms-team-grid.layout1 .item--title a {
  color: #fff;
  display: block;
}
.cms-team-grid.layout1 .item--position {
  color: #fff;
  margin-bottom: 10px;
}
.cms-team-grid.layout1 .item--social {
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-team-grid.layout1 .item--social a {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  color: #fff;
}
.cms-team-grid.layout1 .item--social a:hover {
  color: #f79023 !important;
}
.cms-team-grid.layout1 .team-item {
  -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;
  border: 1px solid transparent;
}
.cms-team-grid.layout1 .team-item:hover {
  border-color: #f79023;
}
.cms-team-grid.layout1 .team-item:hover .item--image img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-team-grid.layout1 .team-item:hover .item--image:before {
  top: 0;
}
.cms-team-grid.layout1 .team-item:hover .item--social {
  opacity: 1;
}
.cms-team-grid.layout1 .team-item:hover .item-holder {
  bottom: 28px;
}
.cms-team-grid.layout2 .item--image {
  overflow: hidden;
  margin-bottom: 0;
  background-color: #000;
}
.cms-team-grid.layout2 .item--image img {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  width: 100%;
}
.cms-team-grid.layout2 .item--title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.cms-team-grid.layout2 .item--title a {
  color: #fff;
}
.cms-team-grid.layout2 .item--position {
  color: #fff;
  position: relative;
  z-index: 2;
}
.cms-team-grid.layout2 .item--social {
  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;
  position: absolute;
  text-align: center;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-team-grid.layout2 .item--social a {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  color: #fff;
}
.cms-team-grid.layout2 .item--social a:hover {
  color: #f79023 !important;
}
.cms-team-grid.layout2 .item-holder {
  width: 100%;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.cms-team-grid.layout2 .team-meta {
  background-color: #f79023;
  padding: 15px;
  position: relative;
}
.cms-team-grid.layout2 .team-meta:before {
  border-top: 1px solid #f79023;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #1a243f;
  display: block;
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.cms-team-grid.layout2 .team-item {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border: 1px solid transparent;
}
.cms-team-grid.layout2 .team-item:hover {
  border-color: #f79023;
}
.cms-team-grid.layout2 .team-item:hover .team-meta:before {
  height: 100%;
  opacity: 1;
}
.cms-team-grid.layout2 .team-item:hover .item--image img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-team-grid.layout2 .team-item:hover .item--social {
  opacity: 1;
  top: -40px;
}
.cms-team-grid.layout2 .slick-dots {
  margin-top: 42px;
}
.cms-team-grid.layout2 .slick-dots li button {
  height: 5px;
  width: 5px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.cms-team-grid.layout3 .item--image {
  position: relative;
  overflow: hidden;
}
.cms-team-grid.layout3 .meta-top {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #2a439b;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-team-grid.layout3 .meta-top .btn-phone {
  display: block;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  background-color: #fff;
  color: #373737;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -29px;
}
.cms-team-grid.layout3 .meta-top .btn-phone i {
  position: relative;
  top: 2px;
}
.cms-team-grid.layout3 .meta-top .btn-phone:hover {
  color: #f79023;
}
.cms-team-grid.layout3 .meta-top .btn-phone:hover i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-team-grid.layout3 .meta-top .inner-meta {
  position: relative;
}
.cms-team-grid.layout3 .meta-top .list-social {
  opacity: 0;
  margin: 10px 0;
}
.cms-team-grid.layout3 .meta-top .list-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cms-team-grid.layout3 .meta-top .list-social a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #2a439b;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-team-grid.layout3 .meta-top .list-social a:hover {
  border-color: #2a439b;
  color: #fff;
}
.cms-team-grid.layout3 .meta-top .list-social a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-team-grid.layout3 .team-meta {
  padding: 27px 15px 10px;
}
.cms-team-grid.layout3 .team-meta .item--title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}
.cms-team-grid.layout3 .team-meta .item--title a {
  color: #2a439b;
}
.cms-team-grid.layout3 .team-item {
  text-align: center;
}
.cms-team-grid.layout3 .team-item:hover .meta-top {
  background-color: #f79023;
  bottom: 0;
}
.cms-team-grid.layout3 .team-item:hover .list-social {
  opacity: 1;
}
.cms-team-grid.layout3 .team-item:hover .item--title a {
  color: #f79023;
}
.cms-team-grid .team-item {
  margin-bottom: 30px;
}
.cms-team-carousel.layout1 .item--image {
  position: relative;
  overflow: hidden;
}
.cms-team-carousel.layout1 .item--image img {
  width: 100%;
}
.cms-team-carousel.layout1 .item--image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cms-team-carousel.layout1 .meta-top {
  z-index: 1;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #2a439b;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-team-carousel.layout1 .meta-top .btn-phone {
  display: block;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  background-color: #fff;
  color: #373737;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -29px;
}
.cms-team-carousel.layout1 .meta-top .btn-phone i {
  position: relative;
  top: 3px;
}
.cms-team-carousel.layout1 .meta-top .btn-phone:hover {
  color: #f79023;
}
.cms-team-carousel.layout1 .meta-top .inner-meta {
  position: relative;
}
.cms-team-carousel.layout1 .meta-top .list-social {
  opacity: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cms-team-carousel.layout1 .meta-top .list-social a {
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  margin: 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cms-team-carousel.layout1 .meta-top .list-social a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #2a439b;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-team-carousel.layout1 .meta-top .list-social a:hover {
  border-color: #2a439b;
}
.cms-team-carousel.layout1 .meta-top .list-social a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-team-carousel.layout1 .team-meta {
  padding: 27px 15px 10px;
}
.cms-team-carousel.layout1 .team-meta .item--title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}
.cms-team-carousel.layout1 .team-meta .item--title a {
  color: #2a439b;
}
.cms-team-carousel.layout1 .team-item {
  text-align: center;
}
.cms-team-carousel.layout1 .team-item:hover .meta-top {
  background-color: #f79023;
  bottom: 0;
}
.cms-team-carousel.layout1 .team-item:hover .list-social {
  opacity: 1;
}
.cms-team-carousel.layout1 .team-item:hover .item--title a {
  color: #f79023;
}
.cms-team-carousel.layout1 .team-item:hover .item--image:before {
  -webkit-animation: cms_shine 0.75s;
  animation: cms_shine 0.75s;
}
.cms-images-carousel .item--image {
  overflow: hidden;
}
.cms-images-carousel .item--image img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-images-carousel .item--image img:hover {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-images-carousel .image-item {
  border: 1px solid #e9e9e9;
  padding: 1px;
  -webkit-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -khtml-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -ms-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
}
.cms-image-grid {
  /* Cms service carousel */
}
.cms-image-grid.layout1 {
  padding: 0 6px;
}
.cms-image-grid.layout1 .item--image {
  position: relative;
  overflow: hidden;
}
.cms-image-grid.layout1 .item--image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cms-image-grid.layout1 .item--image:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-image-grid.layout1 .item--image:hover:before {
  -webkit-animation: cms_shine 0.75s;
  animation: cms_shine 0.75s;
}
.cms-image-grid.layout1 .grid-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0px;
}
.cms-image-grid.layout1 .grid-item .image-item {
  text-align: center;
}
.cms-image-grid.layout1 .grid-item .item--image {
  display: inline-block;
}
.cms-image-grid.layout1 .cms-grid-inner {
  margin-left: -6px;
  margin-right: -6px;
}
.cms-service-carousel.layout1 .item-title {
  font-size: 30px;
  margin-bottom: 30px;
}
.cms-service-carousel.layout1 .item-title a {
  color: #191919;
}
.cms-service-carousel.layout1 .item-title a:hover {
  color: #f79023;
}
@media screen and (max-width: 767px) {
  .cms-service-carousel.layout1 .item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.cms-service-carousel.layout1 .item--icon {
  margin-bottom: 45px;
  line-height: 1;
}
.cms-service-carousel.layout1 .item--icon img {
  max-height: 90px;
}
.cms-service-carousel.layout1 .item--icon i {
  color: #2a439b;
  font-size: 55px;
}
@media screen and (max-width: 767px) {
  .cms-service-carousel.layout1 .item--icon img {
    max-height: 35px;
  }
  .cms-service-carousel.layout1 .item--icon i {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cms-service-carousel.layout1 .item-content {
    padding: 0 55px;
  }
}
.cms-service-carousel.layout1 .item-body {
  -webkit-transform: scale(0.2);
  -khtml-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.4s linear;
  -khtml-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
}
.cms-service-carousel.layout1 .item-inner-body {
  background-color: #fff;
  -webkit-transform: scale(0.2);
  -khtml-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.4s linear;
  -khtml-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  max-width: 85%;
  width: 100%;
  height: 100%;
  max-height: 85%;
  padding: 15px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (min-width: 1200px) {
  .cms-service-carousel.layout1 .item-inner-body {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cms-service-carousel.layout1 .grid-item-inner {
  position: relative;
}
.cms-service-carousel.layout1 .grid-item-inner:hover .item-body {
  -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-service-carousel.layout2 .item-featured {
  position: relative;
  z-index: 0;
}
.cms-service-carousel.layout2 .item-featured:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001) 1%), to(#2a439b));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.001) 1%', endColorStr='#2a439b');
  display: block;
  content: "";
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-service-carousel.layout2 .item-featured img {
  width: 100%;
}
.cms-service-carousel.layout2 .quick-service {
  color: #f79023;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  padding-left: 46px;
  -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: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
}
.cms-service-carousel.layout2 .quick-service .btn-text {
  font-weight: bold;
  position: absolute;
  top: 0;
  width: 0;
  font-size: 15px;
  left: 46px;
  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;
}
.cms-service-carousel.layout2 .quick-service .btn-view {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 46px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-service-carousel.layout2 .quick-service i {
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-size: 25px;
}
.cms-service-carousel.layout2 .item-title {
  font-size: 26px;
  margin-bottom: 5px;
}
.cms-service-carousel.layout2 .item-title a {
  color: #fff;
}
.cms-service-carousel.layout2 .item-content {
  color: #fff;
}
.cms-service-carousel.layout2 .item-holder {
  padding: 30px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.cms-service-carousel.layout2 .item-image-holder {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  right: -10px;
  z-index: -1;
}
.cms-service-carousel.layout2 .grid-item-inner {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.cms-service-carousel.layout2 .grid-item-inner:hover .item-image-holder {
  opacity: 1;
  bottom: -18px;
  right: -18px;
}
.cms-service-carousel.layout2 .grid-item-inner:hover .quick-service {
  padding-right: 35px;
  padding-left: 48px;
  background-color: #f79023;
}
.cms-service-carousel.layout2 .grid-item-inner:hover .quick-service .btn-view {
  color: #fff;
  background-color: #f79023;
}
.cms-service-carousel.layout2 .grid-item-inner:hover .quick-service .btn-text {
  color: #fff;
  position: static;
  width: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  clip: inherit;
}
.cms-service-carousel.layout2 .slick-dots {
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .service-layout2-custom .cms-slick-carousel .slick-arrow, .service-layout2-custom .cms-nav-carousel .slick-arrow {
    top: 40%;
  }
}
.cms-cmsservice-grid1 .entry-feature {
  overflow: hidden;
  position: relative;
}
.cms-cmsservice-grid1 .entry-feature > a img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-cmsservice-grid1 .entry-feature .feature-icon {
  bottom: -1px;
  left: -1px;
  position: absolute;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  opacity: 0;
  background-color: #fff;
  color: #2a439b;
  clip-path: polygon(60% 0, 100% 40%, 100% 100%, 0 100%, 0 0);
}
.cms-cmsservice-grid1 .entry-feature .feature-icon img {
  max-height: 50px;
}
.cms-cmsservice-grid1 .entry-feature .feature-icon i {
  font-size: 45px;
}
@media screen and (max-width: 1199px) {
  .cms-cmsservice-grid1 .entry-feature .feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }
}
.cms-cmsservice-grid1 .entry-body {
  padding: 15px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .cms-cmsservice-grid1 .entry-body {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    width: 100%;
    padding: 40px 25px 15px 0;
  }
}
.cms-cmsservice-grid1 .entry-body .item--icon {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .cms-cmsservice-grid1 .entry-body .item--icon {
    display: none;
  }
}
.cms-cmsservice-grid1 .entry-body .item--icon:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.cms-cmsservice-grid1 .entry-body .item--icon img {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 50px;
}
.cms-cmsservice-grid1 .entry-body .item--icon i {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 45px;
  color: #2a439b;
}
.cms-cmsservice-grid1 .entry-body .entry-title {
  font-size: 22px;
  margin-bottom: 7px;
}
.cms-cmsservice-grid1 .entry-body .entry-title a {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #2a439b;
}
.cms-cmsservice-grid1 .grid-item-inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .cms-cmsservice-grid1 .grid-item-inner {
    position: relative;
    padding-left: 100px;
  }
}
.cms-cmsservice-grid1 .grid-item-inner:hover .entry-feature img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-cmsservice-grid1 .grid-item-inner:hover .entry-body .item--icon {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cms-cmsservice-grid1 .grid-item-inner:hover .entry-body .item--icon:before {
  opacity: 0.6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.cms-cmsservice-grid1 .grid-item-inner:hover .entry-body .item--icon i {
  color: #f79023;
}
.cms-cmsservice-grid1 .grid-item-inner:hover .entry-body .entry-title a {
  color: #f79023;
}
.cms-cmsservice-grid1 .cms-grid-pagination {
  margin-top: 0;
}
.cms-cmsservice-grid1 .posts-pagination .page-numbers.current, .cms-cmsservice-grid1 .posts-pagination .page-numbers:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-cmsservice-grid1 .posts-pagination .page-numbers.next, .cms-cmsservice-grid1 .posts-pagination .page-numbers.prev {
  flex-grow: 0;
  width: 130px;
}
@media screen and (min-width: 1200px) {
  .service-grid-custom .cms-cmsservice-grid1 .grid-item {
    padding-left: 45px !important;
    padding-right: 45px !important;
    margin-bottom: 60px;
  }
  .service-grid-custom .cms-cmsservice-grid1 .cms-grid-inner {
    margin-left: -45px;
    margin-right: -45px;
  }
}
.cms-team-grid.layout1 {
  padding: 0 10px;
}
.cms-team-grid.layout1 .grid-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.cms-rate-star i {
  display: inline-block;
  font-size: 17px;
  color: rgba(102, 102, 102, 0.5);
}
.cms-rate-star.one-star i:nth-child(1) {
  color: #f79023;
}
.cms-rate-star.two-star i:nth-child(1), .cms-rate-star.two-star i:nth-child(2) {
  color: #f79023;
}
.cms-rate-star.three-star i:nth-child(1), .cms-rate-star.three-star i:nth-child(2), .cms-rate-star.three-star i:nth-child(3) {
  color: #f79023;
}
.cms-rate-star.four-star i:nth-child(1), .cms-rate-star.four-star i:nth-child(2), .cms-rate-star.four-star i:nth-child(3), .cms-rate-star.four-star i:nth-child(4) {
  color: #f79023;
}
.cms-rate-star.five-star i {
  color: #f79023;
}
.cms-testimonial-carousel1 .slick-list {
  padding-bottom: 38px;
}
.cms-testimonial-carousel1 .slick-dots li {
  margin-left: 6px;
  margin-right: 6px;
}
.cms-testimonial-carousel1 .slick-dots li button {
  line-height: 1;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f79023;
  background-color: transparent;
}
.cms-testimonial-carousel1 .slick-dots li.slick-active button {
  width: 5px;
  height: 5px;
  line-height: 1;
  -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: #f79023;
}
.cms-testimonial-carousel1.dots-white .slick-dots li button {
  background-color: transparent;
}
.cms-testimonial-carousel1.dots-white .slick-dots li.slick-active button {
  background-color: #fff;
  border: 1px solid #fff;
}
.cms-testimonial-carousel1 .slick-dots {
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel1 .slick-dots {
    margin-top: 20px;
  }
}
.cms-testimonial-carousel1 .cms-slick-carousel {
  padding-bottom: 0;
}
.cms-testimonial-carousel1 .testimonial-image {
  max-height: 99px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 35px;
}
.cms-testimonial-carousel1 .testimonial-image img {
  display: inline-block;
}
.cms-testimonial-carousel1 .testimonial-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel1 .testimonial-desc {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 24px;
    font-weight: 400;
  }
}
.cms-testimonial-carousel1 .testimonial-title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 8px;
  color: #1b1b1b;
}
.cms-testimonial-carousel1 .testimonial-position {
  font-size: 16px;
}
.cms-testimonial-carousel1 .testimonial-inner {
  position: relative;
  text-align: center;
}
.cms-testimonial-carousel1 .testimonial-inner .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cms-testimonial-carousel1 .testimonial-inner .slick-arrow:hover {
  color: #f79023;
}
.cms-testimonial-carousel1 .testimonial-inner .slick-prev {
  left: -1px;
  border-left: none;
}
.cms-testimonial-carousel1 .testimonial-inner .slick-next {
  right: -1px;
  border-right: none;
}
.cms-testimonial-carousel1 .slick-list {
  padding-bottom: 12px;
}
@media screen and (min-width: 1400px) {
  .cms-testimonial-carousel2 .wp-title {
    width: 35%;
  }
}
.cms-testimonial-carousel2 .wp-title .item--title {
  font-size: 50px;
  font-weight: 600;
  color: #2a439b;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel2 .wp-title .item--title {
    font-size: 35px;
  }
}
.cms-testimonial-carousel2 .wp-title .item--number {
  font-size: 170px;
  font-weight: 600;
  color: #f79023;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel2 .wp-title .item--number {
    font-size: 80px;
  }
}
.cms-testimonial-carousel2 .wp-title .item--number span {
  font-size: 50px;
  font-weight: normal;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel2 .wp-title .item--number span {
    font-size: 25px;
    top: -10px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-testimonial-carousel2 .wp-title {
    margin-bottom: 35px;
  }
}
.cms-testimonial-carousel2 .testimonial-image img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 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-testimonial-carousel2 svg {
  margin-bottom: 22px;
}
.cms-testimonial-carousel2 .testimonial-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.cms-testimonial-carousel2 .testimonial-position {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  display: block;
  margin-top: 7px;
}
.cms-testimonial-carousel2 .testimonial-desc {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 43px;
}
@media screen and (min-width: 1400px) {
  .cms-testimonial-carousel2 .testimonial-desc {
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel2 .testimonial-desc {
    font-size: 18px;
    line-height: 25px;
  }
}
.cms-testimonial-carousel2 .cms-rate-star i {
  display: inline-block;
  font-size: 17px;
  color: rgba(102, 102, 102, 0.5);
}
.cms-testimonial-carousel2 .cms-rate-star.one-star i:nth-child(1) {
  color: #fff;
}
.cms-testimonial-carousel2 .cms-rate-star.two-star i:nth-child(1), .cms-testimonial-carousel2 .cms-rate-star.two-star i:nth-child(2) {
  color: #fff;
}
.cms-testimonial-carousel2 .cms-rate-star.three-star i:nth-child(1), .cms-testimonial-carousel2 .cms-rate-star.three-star i:nth-child(2), .cms-testimonial-carousel2 .cms-rate-star.three-star i:nth-child(3) {
  color: #fff;
}
.cms-testimonial-carousel2 .cms-rate-star.four-star i:nth-child(1), .cms-testimonial-carousel2 .cms-rate-star.four-star i:nth-child(2), .cms-testimonial-carousel2 .cms-rate-star.four-star i:nth-child(3), .cms-testimonial-carousel2 .cms-rate-star.four-star i:nth-child(4) {
  color: #fff;
}
.cms-testimonial-carousel2 .cms-rate-star.five-star i {
  color: #fff;
}
.cms-testimonial-carousel2 .cms-slick-carousel {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel2 .cms-slick-carousel {
    padding: 0;
  }
}
.cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow {
  margin-top: -40px;
}
.cms-testimonial-carousel2 .cms-slick-primary {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel2 .cms-slick-primary {
    margin-bottom: 35px;
  }
}
.cms-testimonial-carousel2 .cms-slick-primary .slick-slide {
  padding-left: 0;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .cms-testimonial-carousel2 .cms-slick-primary .slick-slide {
    padding-left: 55px;
  }
}
.cms-testimonial-carousel2 .cms-slick-primary .slick-slide.slick-active {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .cms-testimonial-carousel2 .cms-slick-primary .slick-slide {
    position: relative;
  }
  .cms-testimonial-carousel2 .cms-slick-primary .slick-slide:before {
    content: "";
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 130px solid transparent;
    border-right: 120px solid #f79023;
    position: absolute;
    top: 20%;
    z-index: -1;
    left: 10px;
  }
}
.cms-testimonial-carousel2 .cms-slick-primary .test-carousel-item {
  background-color: #f79023;
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel2 .cms-slick-primary .test-carousel-item {
    padding: 55px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .cms-testimonial-carousel2 .cms-slick-primary .test-carousel-item {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 535px;
    height: 535px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel2 .cms-slick-primary .test-carousel-item {
    text-align: left;
    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;
    padding: 45px 25px;
  }
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel2 .cms-slick-primary .test-carousel-item {
    padding: 35px 20px;
  }
}
.cms-testimonial-carousel2 .cms-slick-nav {
  z-index: 2;
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-list {
  padding: 0 !important;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel2 .cms-slick-nav .slick-list {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-arrow {
  display: none !important;
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-slide {
  margin: 10px;
  padding: 0;
  padding-left: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 129px;
  width: 129px;
  min-height: 129px;
  min-width: 129px;
  max-width: 129px;
}
@media screen and (min-width: 1200px) {
  .cms-testimonial-carousel2 .cms-slick-nav .slick-slide {
    float: none;
  }
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel2 .cms-slick-nav .slick-slide {
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
  }
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-slide .testimonial-image {
  position: relative;
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-slide .testimonial-image:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  opacity: 0;
  position: absolute;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(42, 67, 155, 0.8);
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-slide img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .cms-testimonial-carousel2 .cms-slick-nav .slick-slide:nth-child(1) {
    left: -50%;
  }
  .cms-testimonial-carousel2 .cms-slick-nav .slick-slide:nth-child(2) {
    top: -5px;
  }
  .cms-testimonial-carousel2 .cms-slick-nav .slick-slide:nth-child(3) {
    bottom: -5px;
  }
  .cms-testimonial-carousel2 .cms-slick-nav .slick-slide:nth-child(4) {
    left: -50%;
  }
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-slide.slick-current .testimonial-image {
  position: relative;
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-slide.slick-current .testimonial-image:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -khtml-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
@media screen and (min-width: 1200px) {
  .cms-testimonial-carousel2 .cms-slick-nav .slick-track {
    width: 100% !important;
    overflow: visible;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel2 .cms-slick-nav .slick-track {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cms-testimonial-carousel2 .cms-slick-nav .slick-current .testimonial-image:before {
  opacity: 1;
}
.cms-testimonial-carousel2 .cms-slick-carousel {
  padding: 0;
}
.cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow {
  top: auto;
  bottom: -80px;
  left: 50%;
  right: auto;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-top: 0px;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: none;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow {
    bottom: -75px;
  }
}
.cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow:hover {
  color: #f79023;
}
.cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow.slick-prev {
  margin-left: -133px;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow.slick-prev {
    margin-left: -113px;
  }
}
.cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow.slick-prev:before {
  left: -15px;
  top: 1px;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow.slick-next {
  margin-left: 133px;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow.slick-next {
    margin-left: 113px;
  }
}
.cms-testimonial-carousel2 .cms-slick-carousel .slick-arrow.slick-next:before {
  right: -35px;
  top: 1px;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (min-width: 1200px) {
  .cms-testimonial-carousel2 .testimonial-carousel-inner {
    display: flex;
    align-items: center;
    max-width: 65%;
    justify-content: space-between;
  }
  .cms-testimonial-carousel2 .testimonial-carousel-inner .cms-slick-primary {
    max-width: 80%;
    min-width: 80%;
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cms-testimonial-carousel2 .testimonial-carousel-inner {
    max-width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-testimonial-carousel2 .testimonial-carousel-inner {
    max-width: 100%;
  }
}
.cms-testimonial-carousel2 .testimonial-inner {
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  .cms-testimonial-carousel2 .testimonial-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .wp-wrapper {
    position: relative;
    padding-left: 300px;
    padding-right: 300px;
  }
  .wp-wrapper .wp-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 340px;
    min-width: 340px;
    z-index: 2;
  }
}
.wp-wrapper .wp-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 60px 15px 52px;
  background-color: #f79023;
}
@media screen and (max-width: 1199px) {
  .wp-wrapper .wp-box {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .wp-wrapper .wp-box {
    padding: 25px 15px;
  }
}
.wp-wrapper .wp-box .box-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.wp-wrapper .wp-box .sub-box-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.wp-wrapper .wp-box .item--icon {
  margin-bottom: 37px;
}
.wp-wrapper .wp-box .item--icon img {
  max-height: 71px;
}
.wp-wrapper .wp-box .item--icon i {
  font-size: 50px;
  color: #fff;
}
.wp-wrapper .wp-box .item--icon i.icomoon {
  font-size: 70px;
}
.wp-wrapper .wp-box a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 2px solid #fff;
}
.wp-wrapper .wp-box.wp-box-1 {
  left: 0;
}
.wp-wrapper .wp-box.wp-box-1:hover .item--icon {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.wp-wrapper .wp-box.wp-box-2 {
  right: 0;
}
.wp-wrapper .wp-box.wp-box-2:hover .item--icon {
  -webkit-animation: toRightFromLeft 0.5s linear 1;
  -khtml-animation: toRightFromLeft 0.5s linear 1;
  -moz-animation: toRightFromLeft 0.5s linear 1;
  -ms-animation: toRightFromLeft 0.5s linear 1;
  -o-animation: toRightFromLeft 0.5s linear 1;
  animation: toRightFromLeft 0.5s linear 1;
}
.wp-wrapper .testimonial-inner {
  border: 10px solid #f5f5f5;
  padding: 90px 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .wp-wrapper .testimonial-inner {
    padding: 45px;
  }
}
@media screen and (max-width: 575px) {
  .wp-wrapper .testimonial-inner {
    padding: 25px 15px;
  }
}
.wp-wrapper .testimonial-inner svg {
  margin-bottom: 27px;
}
.wp-wrapper .testimonial-inner .testimonial-desc {
  font-size: 24px;
  color: #666;
  margin-bottom: 35px;
}
.wp-wrapper .testimonial-inner .testimonial-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 24px;
}
.wp-wrapper .testimonial-inner .cms-slick-carousel {
  position: static;
}
.wp-wrapper .testimonial-inner .slick-arrow {
  top: auto;
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.wp-wrapper .testimonial-inner .slick-arrow:hover {
  background-color: #f79023;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wp-wrapper .testimonial-inner .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  .wp-wrapper .testimonial-inner .slick-arrow.slick-next {
    right: -20px;
  }
  .wp-wrapper .testimonial-inner .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  .wp-wrapper .testimonial-inner .slick-arrow {
    bottom: -35px;
  }
  .wp-wrapper .testimonial-inner .slick-arrow.slick-next {
    right: 42%;
    -webkit-transform: translateX(40%);
    -khtml-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
  }
  .wp-wrapper .testimonial-inner .slick-arrow.slick-prev {
    left: 42%;
    -webkit-transform: translateX(-40%);
    -khtml-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}
@media screen and (max-width: 767px) {
  .wp-wrapper .testimonial-inner:hover .slick-arrow {
    opacity: 1;
  }
}
.cms-image-pointers.layout1 .inner-content {
  position: relative;
}
.cms-image-pointers.layout1 .img-bg {
  text-align: center;
}
.cms-image-pointers.layout1 .item-pointer {
  position: absolute;
  margin-bottom: 35px;
  padding-bottom: 60px;
  padding-left: 21px;
}
.cms-image-pointers.layout1 .item-pointer .item--inner {
  width: 67px;
  height: 67px;
  position: relative;
}
.cms-image-pointers.layout1 .item-pointer .item--image {
  background-color: #f79023;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  bottom: 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;
  width: 67px;
  height: 67px;
  padding: 4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-image-pointers.layout1 .item-pointer .item--image img {
  max-height: 29px;
}
.cms-image-pointers.layout1 .item-pointer .item--image .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.cms-image-pointers.layout1 .item-pointer .item-holder {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-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: 9;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
}
.cms-image-pointers.layout1 .item-pointer .item-holder .inner-holder {
  max-width: 335px;
  min-width: 320px;
  background-color: #2a439b;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  padding: 25px 23px 25px 30px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.cms-image-pointers.layout1 .item-pointer .item-holder .inner-holder:after {
  content: "";
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  display: block;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #2a439b;
}
.cms-image-pointers.layout1 .item-pointer:nth-child(1) {
  top: 16%;
  left: 8%;
}
.cms-image-pointers.layout1 .item-pointer:nth-child(2) {
  top: 27%;
  left: 23%;
}
.cms-image-pointers.layout1 .item-pointer:nth-child(3) {
  top: 50%;
  left: 51%;
}
.cms-image-pointers.layout1 .item-pointer:nth-child(4) {
  top: 9%;
  left: 70%;
}
.cms-image-pointers.layout1 .item-pointer:nth-child(5) {
  top: 37%;
  left: 74%;
}
.cms-image-pointers.layout1 .item-pointer.holder-left .item-holder {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-image-pointers.layout1 .item-pointer.holder-left .item-holder .inner-holder:after {
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 18px solid #2a439b;
  border-left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-image-pointers.layout1 .item-pointer:hover .item--image {
  border-color: #f79023;
}
.cms-image-pointers.layout1 .item-pointer:hover .item--image .line-video-animation {
  border: 1px solid rgba(247, 144, 35, 0.3);
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.cms-image-pointers.layout1 .item-pointer:hover .item--image .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.cms-image-pointers.layout1 .item-pointer:hover .item--image .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.cms-image-pointers.layout1 .item-pointer:hover .item-holder {
  visibility: visible;
  opacity: 1;
  margin-bottom: 20px;
  clip: inherit;
}
@media screen and (min-width: 1200px) {
  .cms-image-pointers.layout2 {
    padding-left: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .cms-image-pointers.layout2 .wp-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1199px) {
  .cms-image-pointers.layout2 .wp-title {
    margin-bottom: 35px;
  }
}
.cms-image-pointers.layout2 .item--title {
  color: #2a439b;
}
.cms-image-pointers.layout2 .custom-heading-description {
  color: #666;
  font-size: 18px;
}
.cms-image-pointers.layout2 .custom-text-point {
  color: #171717;
  margin-top: 41px;
  font-weight: 500;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  padding: 26px 38px;
  background-color: #fff;
  border: 1px solid #f79023;
}
@media screen and (max-width: 767px) {
  .cms-image-pointers.layout2 .custom-text-point {
    padding: 16px 20px;
  }
}
.cms-image-pointers.layout2 .inner-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-image-pointers.layout2 .inner-content {
    min-height: 400px;
  }
}
.cms-image-pointers.layout2 .img-bg {
  text-align: center;
}
.cms-image-pointers.layout2 .item-pointer {
  position: absolute;
  margin-bottom: 35px;
  padding-bottom: 60px;
  padding-left: 21px;
}
.cms-image-pointers.layout2 .item-pointer .item--inner {
  width: 67px;
  height: 67px;
  position: relative;
}
.cms-image-pointers.layout2 .item-pointer .item--image {
  background-color: #f79023;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  bottom: 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;
  width: 67px;
  height: 67px;
  padding: 4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cms-image-pointers.layout2 .item-pointer .item--image {
    width: 40px;
    height: 40px;
  }
}
.cms-image-pointers.layout2 .item-pointer .item--image img {
  max-height: 29px;
}
.cms-image-pointers.layout2 .item-pointer .item--image .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.cms-image-pointers.layout2 .item-pointer .item-holder {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 60px;
  z-index: 9;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 767px) {
  .cms-image-pointers.layout2 .item-pointer .item-holder {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .cms-image-pointers.layout2 .item-pointer .item-holder {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cms-image-pointers.layout2 .item-pointer .item-holder .inner-holder {
  max-width: 335px;
  min-width: 320px;
  background-color: #2a439b;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  padding: 25px 23px 25px 30px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-image-pointers.layout2 .item-pointer .item-holder .inner-holder {
    max-width: 250px;
    min-width: 250px;
  }
}
.cms-image-pointers.layout2 .item-pointer .item-holder .inner-holder:after {
  content: "";
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  display: block;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #2a439b;
}
.cms-image-pointers.layout2 .item-pointer:nth-child(1) {
  top: 6%;
  left: 60%;
}
.cms-image-pointers.layout2 .item-pointer:nth-child(2) {
  top: 20%;
  left: 10%;
}
.cms-image-pointers.layout2 .item-pointer:nth-child(3) {
  top: 40%;
  left: 35%;
}
.cms-image-pointers.layout2 .item-pointer:nth-child(4) {
  top: 45%;
  left: 70%;
}
.cms-image-pointers.layout2 .item-pointer:nth-child(5) {
  top: 70%;
  left: 48%;
}
@media screen and (min-width: 768px) {
  .cms-image-pointers.layout2 .item-pointer.holder-left .item-holder {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .cms-image-pointers.layout2 .item-pointer.holder-left .item-holder {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.cms-image-pointers.layout2 .item-pointer.holder-left .item-holder .inner-holder:after {
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 18px solid #2a439b;
  border-left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cms-image-pointers.layout2 .item-pointer.holder-right .item-holder {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .cms-image-pointers.layout2 .item-pointer.holder-right .item-holder {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cms-image-pointers.layout2 .item-pointer:hover .item--image {
  border-color: #f79023;
}
.cms-image-pointers.layout2 .item-pointer:hover .item--image .line-video-animation {
  border: 1px solid rgba(247, 144, 35, 0.3);
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.cms-image-pointers.layout2 .item-pointer:hover .item--image .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.cms-image-pointers.layout2 .item-pointer:hover .item--image .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.cms-image-pointers.layout2 .item-pointer:hover .item-holder {
  visibility: visible;
  opacity: 1;
  margin-bottom: 20px;
  clip: inherit;
}
@media screen and (min-width: 1200px) {
  .cms-image-pointers.layout2 .custom-heading-description {
    max-width: 60%;
  }
}
.slide-text-phone {
  position: relative;
  /* Pricing */
}
.slide-text-phone:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #666;
}
.slide-text-phone a {
  color: #666;
}
.cms-pricings {
  /* CMS Pricing */
}
@media screen and (min-width: 992px) {
  .cms-pricings.layout1 {
    position: relative;
    padding-left: 22px;
  }
  .cms-pricings.layout1:before, .cms-pricings.layout1:after {
    position: absolute;
    display: block;
    content: "";
    top: 40px;
    left: 0;
    bottom: 40px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .cms-pricings.layout1:before {
    width: 28%;
    border: 10px solid #f6f6f6;
    left: 0px;
  }
  .cms-pricings.layout1:after {
    width: 20%;
    opacity: 0;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 10px;
    border-image-source: linear-gradient(to left, rgba(42, 67, 155, 0.2), #f79023);
  }
  .cms-pricings.layout1:hover:before {
    opacity: 0;
  }
  .cms-pricings.layout1:hover:after {
    width: 28%;
    opacity: 1;
  }
}
.cms-pricings.layout1 .list-label {
  display: flex;
  border-bottom: 1px solid rgba(42, 67, 155, 0.08);
}
@media screen and (max-width: 767px) {
  .cms-pricings.layout1 .list-label {
    display: none;
  }
}
.cms-pricings.layout1 .list-label label {
  font-size: 20px;
  padding: 15px 10px 23px;
  margin-left: -1px;
  text-align: center;
  color: #2a439b;
  max-width: 25%;
  min-width: 25%;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .cms-pricings.layout1 .list-label label {
    max-width: 25%;
    min-width: 25%;
  }
}
.cms-pricings.layout1 .list-label label span {
  font-weight: bold;
  display: block;
  font-size: 46px;
  line-height: 1;
  margin-top: -5px;
  color: #f79023;
}
.cms-pricings.layout1 .list-item {
  margin-bottom: 16px;
}
.cms-pricings.layout1 .list-item ul {
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(42, 67, 155, 0.08);
}
@media screen and (min-width: 768px) {
  .cms-pricings.layout1 .list-item ul {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .cms-pricings.layout1 .list-item ul {
    border-bottom: 2px solid rgba(42, 67, 155, 0.2);
  }
}
.cms-pricings.layout1 .list-item ul li {
  padding: 12px 10px;
  margin-left: -1px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cms-pricings.layout1 .list-item ul li {
    max-width: 25%;
    min-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .cms-pricings.layout1 .list-item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .cms-pricings.layout1 .list-item ul li label {
    color: #666;
    text-align: left;
    min-width: 40%;
    max-width: 40%;
    border-right: 1px solid rgba(42, 67, 155, 0.08);
    font-size: 15px;
  }
  .cms-pricings.layout1 .list-item ul li label span {
    display: block;
    color: #f79023;
    font-size: 20px;
    font-weight: bold;
  }
  .cms-pricings.layout1 .list-item ul li a {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cms-pricings.layout1 .list-item ul li label, .cms-pricings.layout1 .list-item ul li a {
    display: none;
  }
}
.cms-pricings.layout1 .list-item ul li:first-child {
  line-height: 1.15;
  font-size: 18px;
  color: #2a439b;
  font-weight: 600;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .cms-pricings.layout1 .list-item ul li:first-child {
    font-size: 22px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .cms-pricings.layout1 .list-item ul li + li {
    border-top: 1px solid rgba(42, 67, 155, 0.08);
  }
}
.cms-pricings.layout1 .list-item ul li.style-1, .cms-pricings.layout1 .list-item ul li.style-2 {
  text-align: center;
}
.cms-pricings.layout1 .list-item ul li.style-1 .icons i, .cms-pricings.layout1 .list-item ul li.style-2 .icons i {
  font-weight: bold;
}
.cms-pricings.layout1 .list-item ul li.style-1 i.fa-times {
  display: none;
}
.cms-pricings.layout1 .list-item ul li.style-1 .icons i {
  color: #addb31;
}
.cms-pricings.layout1 .list-item ul li.style-2 i.fa-check {
  display: none;
}
.cms-pricings.layout1 .list-item ul li.style-2 .icons i {
  color: #ec2327;
}
.cms-pricings.layout1 .list-item ul:last-child {
  border-bottom: none;
}
.cms-pricings.layout1 .title-time {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid rgba(42, 67, 155, 0.08);
  background-color: #2a439b;
  color: #fff;
  padding: 8px 15px;
  margin: 0 1px;
}
.cms-pricings.layout1 .title-time label {
  position: relative;
}
.cms-pricings.layout1 .title-time label:before, .cms-pricings.layout1 .title-time label:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  position: absolute;
  top: 23px;
  background: #f79023;
}
.cms-pricings.layout1 .title-time label:before {
  left: -40px;
}
.cms-pricings.layout1 .title-time label:after {
  right: -40px;
}
.cms-pricings.layout1 .list-buttom {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cms-pricings.layout1 .list-buttom {
    display: none;
  }
}
.cms-pricings.layout1 .list-buttom .btn-prc {
  text-align: center;
  max-width: 25%;
  min-width: 25%;
}
.cms-pricings.layout1 .list-buttom a.btn {
  background-color: #f6f6f6;
  color: #2a439b;
  height: 62px;
  line-height: 62px;
  padding: 0 35px;
}
.cms-pricings.layout1 .list-buttom a.btn:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-pricings.layout1 .list-buttom a.btn.btn-active {
  background-color: #f79023;
  color: #fff;
}
.cms-pricings.layout1 .cms-pricing-inner {
  padding: 26px 0 40px;
  background-color: #fff;
}
.cms-pricing {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 767px) {
  .cms-pricing {
    margin-bottom: 45px;
  }
}
.cms-pricing .pricing-meta {
  max-width: 340px;
  margin: 0 auto;
}
.cms-pricing .pricing-title {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #2a439b;
}
@media screen and (max-width: 991px) {
  .cms-pricing .pricing-title {
    margin-bottom: 31px;
  }
}
.cms-pricing .pricing-price {
  margin-bottom: 20px;
}
.cms-pricing .entry-price {
  font-size: 65px;
  line-height: 1;
  font-weight: bold;
  color: #f79023;
  display: block;
}
.cms-pricing .entry-time {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
}
.cms-pricing .pricing-excerpt {
  color: #2a439b;
  margin-bottom: 35px;
}
@media screen and (min-width: 1200px) {
  .cms-pricing .pricing-excerpt {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cms-pricing .item--icon {
  max-height: 115px;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.cms-pricing .inner-icon {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.cms-pricing .inner-icon:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.cms-pricing .pricing-button a {
  line-height: 62px;
  background-color: #f6f6f6;
  color: #2a439b;
  position: relative;
  overflow: hidden;
}
.cms-pricing .pricing-button a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cms-pricing .pricing-button a:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-pricing .pricing-button a:hover:before {
  -webkit-animation: cms_shine 0.75s;
  animation: cms_shine 0.75s;
}
.cms-pricing .cms-pricing-inner {
  background-color: #fff;
  padding: 45px 25px 40px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-pricing .cms-pricing-inner.pricing-active .pricing-button a {
  background-color: #f79023;
  color: #fff;
}
.cms-pricing .cms-pricing-inner:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cms-pricing .cms-pricing-inner:hover .inner-icon {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cms-pricing .cms-pricing-inner:hover .inner-icon:before {
  opacity: 0.6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.cms-portfolio-grid.layout1 .entry-featured {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.cms-portfolio-grid.layout1 .entry-featured:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001) 1%), to(#2a439b));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.001) 1%', endColorStr='#2a439b');
  display: block;
  content: "";
  position: absolute;
  opacity: 1;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-portfolio-grid.layout1 .entry-featured img {
  width: 100%;
}
.cms-portfolio-grid.layout1 .entry-featured a.icon-zoom {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-portfolio-grid.layout1 .entry-body .entry-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cms-portfolio-grid.layout1 .entry-body .entry-title a {
  color: #2a439b;
}
.cms-portfolio-grid.layout1 .entry-body .sub-title {
  color: rgba(102, 102, 102, 0.6);
  position: relative;
}
.cms-portfolio-grid.layout1 .entry-body .sub-title cite {
  color: #f79023;
  font-style: normal;
  margin-left: 12px;
}
.cms-portfolio-grid.layout1 .entry-body .sub-title cite:before {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #f79023;
  content: "";
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.cms-portfolio-grid.layout1 .grid-item-inner {
  margin-bottom: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-portfolio-grid.layout1 .grid-item-inner:hover {
  -webkit-transform: translate(0, -20px);
  -khtml-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.cms-portfolio-grid.layout1 .grid-item-inner:hover .entry-featured a.icon-zoom {
  top: 50%;
  opacity: 1;
}
.cms-portfolio-grid.layout1 .grid-item-inner:hover .entry-featured a.icon-zoom:hover {
  color: #f79023;
  border-color: #f79023;
}
.cms-portfolio-grid.layout1 .grid-item-inner:hover .entry-featured:before {
  top: 0;
}
.cms-portfolio-grid.layout2 .item--featured {
  overflow: hidden;
}
.cms-portfolio-grid.layout2 .item--featured img {
  width: 100%;
}
.cms-portfolio-grid.layout2 .item--title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cms-portfolio-grid.layout2 .item--title a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-portfolio-grid.layout2 .item--title {
    font-size: 18px;
  }
}
.cms-portfolio-grid.layout2 .item--category {
  color: #fff;
}
.cms-portfolio-grid.layout2 .item--category a {
  color: inherit;
}
.cms-portfolio-grid.layout2 .item--holder {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: -100%;
  padding: 34px 38px;
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
@media screen and (max-width: 767px) {
  .cms-portfolio-grid.layout2 .item--holder {
    padding: 20px;
  }
}
.cms-portfolio-grid.layout2 .grid-filter-wrap {
  margin-bottom: 45px;
}
.cms-portfolio-grid.layout2 .grid-filter-wrap .filter-item {
  font-size: 18px;
  line-height: 1.1;
}
.cms-portfolio-grid.layout2 .grid-filter-wrap .filter-item.active {
  color: #f79023;
  border-bottom: 2px solid #f79023;
}
.cms-portfolio-grid.layout2 .grid-item-inner {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.cms-portfolio-grid.layout2 .grid-item-inner:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(247, 144, 35, 0.9);
  clip-path: polygon(0 0, 15% 88%, 100% 100%, 0 100%);
}
.cms-portfolio-grid.layout2 .grid-item-inner:hover .item--holder {
  opacity: 1;
  left: 0;
}
.cms-portfolio-grid.layout2 .grid-item-inner:hover:before {
  clip-path: polygon(0 0, 84% 18%, 100% 100%, 0% 100%);
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .cms-portfolio-carousel.layout1 .container-fitler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-portfolio-carousel.layout1 .container-fitler {
    margin-bottom: 10px;
  }
}
.cms-portfolio-carousel.layout1 .grid-filter-wrap {
  margin-bottom: 0;
}
.cms-portfolio-carousel.layout1 .grid-filter-wrap span {
  font-size: 18px;
}
.cms-portfolio-carousel.layout1 .grid-filter-wrap span:last-child {
  margin-right: 0;
}
.cms-portfolio-carousel.layout1 .wp-title .el-title {
  font-size: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .cms-portfolio-carousel.layout1 .wp-title .el-title {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
  }
}
.cms-portfolio-carousel.layout1 .entry-featured {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.cms-portfolio-carousel.layout1 .entry-featured:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001) 1%), to(#2a439b));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.001) 1%, #2a439b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.001) 1%', endColorStr='#2a439b');
  display: block;
  content: "";
  position: absolute;
  opacity: 1;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-portfolio-carousel.layout1 .entry-featured img {
  width: 100%;
}
.cms-portfolio-carousel.layout1 .entry-featured a.icon-zoom {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-portfolio-carousel.layout1 .entry-body .entry-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cms-portfolio-carousel.layout1 .entry-body .entry-title a {
  color: #2a439b;
}
.cms-portfolio-carousel.layout1 .entry-body .sub-title {
  position: relative;
}
.cms-portfolio-carousel.layout1 .entry-body .sub-title a {
  color: rgba(102, 102, 102, 0.6);
}
.cms-portfolio-carousel.layout1 .entry-body .sub-title a:hover {
  color: #f79023;
}
.cms-portfolio-carousel.layout1 .entry-body .sub-title span {
  color: #f79023;
  font-style: normal;
  margin-left: 12px;
}
.cms-portfolio-carousel.layout1 .entry-body .sub-title span:before {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #f79023;
  content: "";
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.cms-portfolio-carousel.layout1 .carousel-item-inner {
  margin-top: 60px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1199px) {
  .cms-portfolio-carousel.layout1 .carousel-item-inner {
    margin-top: 20px;
  }
}
.cms-portfolio-carousel.layout1 .carousel-item-inner:hover {
  -webkit-transform: translate(0, -60px);
  -khtml-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
}
.cms-portfolio-carousel.layout1 .carousel-item-inner:hover .entry-featured a.icon-zoom {
  top: 50%;
  opacity: 1;
}
.cms-portfolio-carousel.layout1 .carousel-item-inner:hover .entry-featured:before {
  top: 0;
}
@media screen and (max-width: 1400px) {
  .cms-portfolio-carousel.layout1 .cms-slick-carousel .slick-prev, .cms-portfolio-carousel.layout1 .cms-slick-carousel .slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-portfolio-carousel .slick-dots {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
.cms-portfolio-carousel .cms-slick-carousel[data-centermode="true"] .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cms-portfolio-carousel .cms-slick-carousel[data-centermode="true"] .slick-list .carousel-item.slick-center .carousel-item-inner {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .cms-portfolio-carousel .cms-slick-carousel[data-centermode="true"] .slick-list .carousel-item.slick-center .carousel-item-inner {
    -webkit-transform: translate(0, -60px);
    -khtml-transform: translate(0, -60px);
    -moz-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -o-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
}
.cms-portfolio-list {
  /* CMS Product Grid */
}
.cms-portfolio-list .entry-featured {
  width: 350px;
  position: absolute;
  top: 50%;
  z-index: 11;
  -webkit-transform: translateY(-50%) scale(0.2);
  -khtml-transform: translateY(-50%) scale(0.2);
  -moz-transform: translateY(-50%) scale(0.2);
  -ms-transform: translateY(-50%) scale(0.2);
  -o-transform: translateY(-50%) scale(0.2);
  transform: translateY(-50%) scale(0.2);
  right: 267px;
  -webkit-transition: all 0.4s linear;
  -khtml-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
}
.cms-portfolio-list .entry-featured img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cms-portfolio-list .entry-featured {
    width: 120px;
    right: 60px;
  }
}
.cms-portfolio-list .entry-title {
  max-width: 600px;
  font-size: 26px;
  margin-bottom: 0;
}
.cms-portfolio-list .entry-title .port-year {
  color: #f79023;
}
.cms-portfolio-list .inner-item {
  -webkit-transition: all 0.4s linear;
  -khtml-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
  position: relative;
  padding: 40px 40px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .cms-portfolio-list .inner-item {
    padding: 20px 15px;
  }
}
.cms-portfolio-list .inner-item:before {
  transition-delay: 0.09s;
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.8s;
  -khtml-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.cms-portfolio-list .inner-item a {
  color: #2a439b;
}
.cms-portfolio-list .inner-item:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.cms-portfolio-list .inner-item:hover .entry-title a {
  color: #fff;
}
.cms-portfolio-list .inner-item:hover .entry-title .port-year {
  color: #fff;
}
.cms-portfolio-list .inner-item:hover .entry-featured {
  right: 70px;
  -webkit-transform: translateY(-50%) scale(1);
  -khtml-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .cms-portfolio-list .inner-item:hover .entry-featured {
    right: 10px;
  }
}
.cms-portfolio-list .post-item:first-child .inner-item {
  border-top: 1px solid #e2e2e2;
}
.cms-product-grid .item-featured, .cms-product-carousel .item-featured {
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-product-grid .item-title, .cms-product-carousel .item-title {
  font-size: 22px;
  margin-bottom: 2px;
}
.cms-product-grid .item-title a, .cms-product-carousel .item-title a {
  color: #2a439b;
}
.cms-product-grid .item-title a:hover, .cms-product-carousel .item-title a:hover {
  color: #f79023;
}
.cms-product-grid .woocommerce-add-to-cart, .cms-product-carousel .woocommerce-add-to-cart {
  position: absolute;
  bottom: -56px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 100%;
  opacity: 0;
  text-align: center;
  background-color: #f79023;
}
.cms-product-grid .woocommerce-add-to-cart i, .cms-product-carousel .woocommerce-add-to-cart i {
  font-size: 20px;
  margin-right: 5px;
  color: #fff;
}
.cms-product-grid .woocommerce-add-to-cart a, .cms-product-carousel .woocommerce-add-to-cart a {
  line-height: 56px;
  padding: 0;
  display: inline-block;
  height: 56px;
  color: #fff;
  background-color: transparent;
}
.cms-product-grid .woocommerce-add-to-cart a.added, .cms-product-carousel .woocommerce-add-to-cart a.added {
  display: none;
}
.cms-product-grid .woocommerce-add-to-cart a.wc-forward, .cms-product-carousel .woocommerce-add-to-cart a.wc-forward {
  padding-top: 0;
  padding-bottom: 0;
}
.cms-product-grid .woocommerce-add-to-cart a.wc-forward:before, .cms-product-carousel .woocommerce-add-to-cart a.wc-forward:before {
  content: "\f06e";
}
.cms-product-grid .woocommerce-add-to-cart a.loading, .cms-product-carousel .woocommerce-add-to-cart a.loading {
  opacity: 1;
  padding-right: 25px;
}
.cms-product-grid .woocommerce-add-to-cart a.loading:after, .cms-product-carousel .woocommerce-add-to-cart a.loading:after {
  letter-spacing: 0;
  top: 0;
  right: 0;
}
.cms-product-grid .woocommerce-add-to-cart a:hover, .cms-product-carousel .woocommerce-add-to-cart a:hover {
  color: #fff;
}
.cms-product-grid .woocommerce-add-to-cart a.wc-forward, .cms-product-carousel .woocommerce-add-to-cart a.wc-forward {
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
  background-color: #cf6600;
  padding-top: 0;
  font-weight: 600;
  padding-bottom: 0;
}
.cms-product-grid .woocommerce-add-to-cart a.wc-forward:before, .cms-product-carousel .woocommerce-add-to-cart a.wc-forward:before {
  margin-right: 5px;
  content: "\f291";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
}
.cms-product-grid .woocommerce-add-to-cart:hover, .cms-product-carousel .woocommerce-add-to-cart:hover {
  background-color: #cf6600;
}
.cms-product-grid .woocommerce-add-to-cart:hover a, .cms-product-carousel .woocommerce-add-to-cart:hover a {
  background-color: transparent;
  color: #fff;
}
.cms-product-grid .item-price, .cms-product-carousel .item-price {
  color: #f79023;
}
.cms-product-grid .item-price, .cms-product-carousel .item-price {
  font-size: 18px;
  font-weight: 600;
}
.cms-product-grid .item-price del + ins, .cms-product-carousel .item-price del + ins {
  margin-left: 10px;
}
.cms-product-grid .entry-holder, .cms-product-carousel .entry-holder {
  padding: 20px 0 13px;
}
.cms-product-grid .woocommerce-meta-top, .cms-product-carousel .woocommerce-meta-top {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-product-grid .woocommerce-meta-top .woosq-btn, .cms-product-carousel .woocommerce-meta-top .woosq-btn, .cms-product-grid .woocommerce-meta-top .woosw-btn, .cms-product-carousel .woocommerce-meta-top .woosw-btn {
  display: block;
  font-size: 0;
  width: 54px;
  padding: 0;
  height: 54px;
  opacity: 0;
  line-height: 54px;
  margin: 10px;
  text-align: center;
  background-color: #2a439b;
  -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-product-grid .woocommerce-meta-top .woosq-btn:before, .cms-product-carousel .woocommerce-meta-top .woosq-btn:before, .cms-product-grid .woocommerce-meta-top .woosw-btn:before, .cms-product-carousel .woocommerce-meta-top .woosw-btn:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #fff;
  margin-right: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-product-grid .woocommerce-meta-top .woosq-btn:before, .cms-product-carousel .woocommerce-meta-top .woosq-btn:before {
  content: "\f06e";
}
.cms-product-grid .woocommerce-meta-top .woosw-btn:before, .cms-product-carousel .woocommerce-meta-top .woosw-btn:before {
  content: "\f004";
}
.cms-product-grid .woocommerce-meta-top, .cms-product-carousel .woocommerce-meta-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-product-grid span.onsale, .cms-product-carousel span.onsale {
  opacity: 0;
  top: 85px !important;
  left: 45px !important;
  -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-product-grid .grid-item-inner, .cms-product-carousel .grid-item-inner {
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-product-grid .grid-item-inner:hover, .cms-product-carousel .grid-item-inner:hover {
  -webkit-transform: translate(0, -6px);
  -khtml-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.cms-product-grid .grid-item-inner:hover .item-featured, .cms-product-carousel .grid-item-inner:hover .item-featured {
  -webkit-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -khtml-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -ms-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
}
.cms-product-grid .grid-item-inner:hover .item-title a, .cms-product-carousel .grid-item-inner:hover .item-title a {
  color: #f79023;
}
.cms-product-grid .grid-item-inner:hover .woocommerce-add-to-cart, .cms-product-carousel .grid-item-inner:hover .woocommerce-add-to-cart {
  bottom: 0px;
  opacity: 1;
}
.cms-product-grid .grid-item-inner:hover .woocommerce-meta-top .woosq-btn, .cms-product-carousel .grid-item-inner:hover .woocommerce-meta-top .woosq-btn, .cms-product-grid .grid-item-inner:hover .woocommerce-meta-top .woosw-btn, .cms-product-carousel .grid-item-inner:hover .woocommerce-meta-top .woosw-btn {
  margin: 2px;
  opacity: 1;
}
.cms-product-grid .grid-item-inner:hover .woocommerce-meta-top .woosq-btn:hover, .cms-product-carousel .grid-item-inner:hover .woocommerce-meta-top .woosq-btn:hover, .cms-product-grid .grid-item-inner:hover .woocommerce-meta-top .woosw-btn:hover, .cms-product-carousel .grid-item-inner:hover .woocommerce-meta-top .woosw-btn:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-product-grid .posts-pagination, .cms-product-carousel .posts-pagination {
  margin-top: 20px;
}
.cms-product-grid .posts-page-links, .cms-product-carousel .posts-page-links {
  justify-content: center;
}
.cms-product-grid .grid-filter-wrap, .cms-product-carousel .grid-filter-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cms-product-grid .grid-filter-wrap, .cms-product-carousel .grid-filter-wrap {
    margin-bottom: 30px;
  }
}
.cms-product-grid .grid-filter-wrap .filter-item, .cms-product-carousel .grid-filter-wrap .filter-item {
  border: none;
  font-size: 25px;
  color: #2a439b;
}
@media screen and (min-width: 1200px) {
  .cms-product-grid .grid-filter-wrap .filter-item, .cms-product-carousel .grid-filter-wrap .filter-item {
    padding: 4px 38px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-product-grid .grid-filter-wrap .filter-item, .cms-product-carousel .grid-filter-wrap .filter-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-product-grid .grid-filter-wrap .filter-item.active, .cms-product-carousel .grid-filter-wrap .filter-item.active, .cms-product-grid .grid-filter-wrap .filter-item:hover, .cms-product-carousel .grid-filter-wrap .filter-item:hover {
  color: #f79023;
}
@media screen and (min-width: 992px) {
  .cms-process1 {
    display: flex;
    flex-wrap: wrap;
  }
}
.cms-process1 .cms-tab-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 35px;
  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;
}
@media screen and (max-width: 991px) {
  .cms-process1 .cms-tab-title {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1400px) {
  .cms-process1 .cms-tab-title {
    margin-left: -35px;
  }
}
.cms-process1 .cms-tab-title .cms-icon {
  font-size: 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;
  color: #2a439b;
  line-height: 1;
}
.cms-process1 .cms-tab-title .cms-icon svg {
  max-height: 23px;
  max-width: 23px;
}
.cms-process1 .cms-tab-title .cms-icon svg path {
  fill: #2a439b;
}
.cms-process1 .cms-tab-title .cms-icon + .cms-process-title {
  margin-left: 15px;
}
.cms-process1 .cms-tab-title .cms-process-title {
  margin-top: 5px;
  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;
  color: #2a439b;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cms-process1 .cms-tab-title .cms-process-title {
    font-size: 15px;
  }
}
.cms-process1 .cms-tab-title.active {
  background-color: #f79023;
  position: relative;
  overflow: hidden;
}
.cms-process1 .cms-tab-title.active:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cms-process1 .cms-tab-title.active:hover {
  background-color: #f79023;
  color: #fff;
}
.cms-process1 .cms-tab-title.active:hover:before {
  -webkit-animation: cms_shine 0.75s;
  animation: cms_shine 0.75s;
}
.cms-process1 .cms-tab-title.active .cms-icon {
  color: #fff;
}
.cms-process1 .cms-tab-title.active .cms-icon svg path {
  fill: #fff;
}
.cms-process1 .cms-tab-title.active .cms-process-title {
  color: #fff;
}
.cms-process1 .cms-tabs-title {
  max-width: 34%;
  padding-right: 30px;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .cms-process1 .cms-tabs-title {
    padding-right: 63px;
  }
}
@media screen and (max-width: 991px) {
  .cms-process1 .cms-tabs-title {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.cms-process1 .cms-tabs-content {
  max-width: 66%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cms-process1 .cms-tabs-content {
    max-width: 100%;
  }
}
.cms-process1 .cms-tabs-content .cms-thumbnail img {
  width: 100%;
}
.cms-process1 .cms-tabs-content .cms-tab-content {
  display: none;
  position: relative;
}
.cms-process1 .cms-tabs-content .cms-tab-content:nth-child(1) {
  display: block;
}
.cms-process1 .cms-tabs-content .item-price {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  color: #2a439b;
  line-height: 1;
}
.cms-process1 .cms-tabs-content .item-price span {
  color: #f79023;
  font-size: 50px;
  display: inline-block;
}
.cms-process1 .cms-tabs-content .cms-process-excerpt {
  margin-bottom: 28px;
  line-height: 30px;
}
.cms-process1 .cms-tabs-content .item--button a {
  background-color: #f79023;
  color: #fff;
  padding: 7px 35px;
}
.cms-process1 .cms-tabs-content .content-holder {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .cms-process1 .cms-tabs-content .content-holder {
    padding: 35px 40px 40px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 50%;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-process1 .cms-tabs-content .content-holder {
    padding: 20px 30px;
    position: absolute;
    max-width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.cms-client-carousel .cms-carousel-inner .item--inner {
  text-align: center;
}
.cms-client-carousel .cms-carousel-inner .item--inner .item--image {
  display: inline-block;
}
@media (max-width: 1600px) {
  .title-slide-shadow0 {
    text-shadow: 1px 1px #fff;
  }
}
@media (max-width: 1600px) {
  .title-slide-shadow1 {
    text-shadow: 2px 3px #fff;
  }
}
@media screen and (max-width: 767px) {
  .title-slide-shadow1 {
    text-shadow: 1px 2px #fff;
  }
}
@media (max-width: 1600px) {
  .title-slide-shadow2 {
    text-shadow: 1px 1px #fff;
  }
}
.swadmb-options {
  /* Sticky Sidebar */
}
.swadmb-options .fa-shopping-bag:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.swadmb-options .fa-long-arrow-left:before {
  content: "\f177";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
@media screen and (max-width: 991px) {
  .sidebar-sticky {
    top: 0;
  }
}
.admin-bar .sidebar-sticky {
  top: 60px;
}
@media screen and (max-width: 991px) {
  .admin-bar .sidebar-sticky {
    top: 0;
  }
}
.header-sticky .sidebar-sticky {
  top: 110px;
}
@media screen and (max-width: 991px) {
  .header-sticky .sidebar-sticky {
    top: 0;
  }
}
.admin-bar.header-sticky .sidebar-sticky {
  top: 140px;
}
@media screen and (max-width: 991px) {
  .admin-bar.header-sticky .sidebar-sticky {
    top: 0;
  }
}
.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: #f79023;
  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: #f79023;
  color: #fff;
}
.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
  margin: 0;
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  body #primary.content-has-sidebar {
    -ms-flex: 0 0 66.3%;
    flex: 0 0 66.3%;
    max-width: 66.3%;
  }
  body #primary.content-has-sidebar.float-left + #secondary {
    padding-left: 15px;
  }
  body #primary.content-has-sidebar.float-right + #secondary {
    padding-right: 15px;
  }
  body #secondary.widget-has-sidebar {
    -ms-flex: 0 0 33.7%;
    flex: 0 0 33.7%;
    max-width: 33.7%;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-content {
    overflow: hidden;
    padding: 60px 0;
  }
}
.post-type-archive-product .site-content {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .post-type-archive-product .site-content {
    padding-bottom: 60px;
  }
}
.layout-container {
  background-color: #fcfcfc;
  padding-bottom: 55px;
}
.widget .widget-content ul:not(.entry-meta) {
  margin: 0;
  list-style: none;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
.cms-widget-cart-sidebar {
  -webkit-transition: transform 0.4s ease 0s;
  -khtml-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 30px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 330px;
  overflow: hidden;
}
.cms-widget-cart-sidebar .widget_shopping_title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 18px;
  padding: 30px 45px 14px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2a439b;
}
.cms-widget-cart-sidebar .cms-close {
  background-color: #140f45;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%, 0% 50%);
}
.cms-widget-cart-sidebar .cms-close:hover {
  background-color: #f79023;
}
.cms-widget-cart-sidebar .widget_shopping_cart {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
  padding: 0 45px 0 30px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 60px;
  color: #0d2335;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 3px;
  font-weight: 600;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  font-weight: 600;
  font-size: 14px;
  color: inherit;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  font-size: 14px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  line-height: 17px;
  color: #f79023;
  font-size: 18px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
  vertical-align: middle;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  padding: 30px;
  background-color: #fff;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  color: #111;
  font-weight: 700;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 100%;
  line-height: 50px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 12px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn + a {
  margin-top: 15px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover {
  background-color: #2a439b;
  color: #fff;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:after {
  display: none;
}
.cms-widget-cart-wrap.open .cms-widget-cart-overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.cms-widget-cart-wrap.open .cms-widget-cart-sidebar {
  -webkit-box-shadow: 0 5px 27px rgba(54, 54, 54, 0.13);
  -khtml-box-shadow: 0 5px 27px rgba(54, 54, 54, 0.13);
  -moz-box-shadow: 0 5px 27px rgba(54, 54, 54, 0.13);
  -ms-box-shadow: 0 5px 27px rgba(54, 54, 54, 0.13);
  -o-box-shadow: 0 5px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 5px 27px rgba(54, 54, 54, 0.13);
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.admin-bar .cms-widget-cart-wrap .cms-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
body.woocommerce #primary.content-has-sidebar.float-left + #secondary {
  padding-left: 15px;
}
.woocommerce .pswp--open {
  display: none !important;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  color: #f79023;
  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: #f79023;
  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: 38px;
  border: none;
  padding-bottom: 28px;
  border-bottom: 1px solid #eee;
}
body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.woocommerce #secondary .widget.widget_product_search, body.woocommerce-page #secondary .widget.widget_product_search {
  padding-bottom: 0;
  border-bottom: none;
}
body.woocommerce #secondary .widget.widget_price_filter .widget-title a, body.woocommerce-page #secondary .widget.widget_price_filter .widget-title a, body.woocommerce #secondary .widget.widget_product_tag_cloud .widget-title a, body.woocommerce-page #secondary .widget.widget_product_tag_cloud .widget-title a {
  color: #2a439b;
}
body.woocommerce #secondary .widget.widget_price_filter .widget-title a:hover, body.woocommerce-page #secondary .widget.widget_price_filter .widget-title a:hover, body.woocommerce #secondary .widget.widget_product_tag_cloud .widget-title a:hover, body.woocommerce-page #secondary .widget.widget_product_tag_cloud .widget-title a:hover {
  color: #f79023;
}
@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: #f79023;
  font-size: 14px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 34px;
  line-height: 54px;
  -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;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  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 {
    padding: 0 20px;
  }
}
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: #2a439b;
}
body.woocommerce button, body.woocommerce-page button {
  z-index: 1;
  overflow: hidden;
}
body.woocommerce button:hover, body.woocommerce-page button:hover, body.woocommerce button:focus, body.woocommerce-page button:focus {
  background-color: #f79023;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #f79023;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #f79023;
}
.woocommerce .woocommerce-message a, .woocommerce .woocommerce-info a {
  line-height: 32px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  padding: 0 24px 0 0;
  border: 2px solid #1b1a1a;
  height: 52px;
  width: 90px;
  font-size: 16px;
  color: #1b1a1a;
  font-weight: 700;
}
.woocommerce .quantity.hidden {
  display: none;
}
.woocommerce .quantity-icon i {
  right: 0;
  width: 26px;
  height: 27px;
  border: 2px solid #1b1a1a;
  color: #1b1a1a;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.woocommerce .quantity-icon i.quantity-down {
  bottom: 0;
}
.woocommerce .quantity-icon i.quantity-up {
  top: 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;
  text-transform: uppercase;
}
.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 .form-row textarea {
  height: 150px;
}
.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 #eaeaea;
  height: 55px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 53px;
  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: #f79023;
}
.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;
}
.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: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f79023;
  -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: 10px;
  width: 10px;
  background-color: #f79023;
  top: -3px;
  -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: 14px;
  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: #1b1a1a;
  line-height: 1;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button:hover {
  color: #f79023;
}
body .widget_products ul.product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  padding: 0;
}
body .widget_products ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
body .widget_products ul.product_list_widget li .product-title {
  font-size: 15px;
  line-height: 20px;
  margin-top: -5px;
  margin-bottom: 0px;
}
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: #f79023;
}
body .widget_products ul.product_list_widget li .amount {
  font-size: 13px;
  color: #9b9b9b;
}
body .widget_products ul.product_list_widget li del {
  color: #f79023;
}
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;
  display: none;
}
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: 50px;
  margin-right: 15px;
  min-width: 50px;
}
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: #f79023;
  background-color: #f79023;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #f79023;
  background-color: #f79023;
}
#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: #f79023;
  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: #2a439b;
}
#shop-breadcrumb ul li a:hover {
  color: #f79023;
}
.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 {
  display: none;
}
.woocommerce .woocommerce-product-category a {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 8px;
  display: inline-block;
}
.woocommerce .woocommerce-product-category a:hover {
  color: #f79023;
}
.woocommerce span.onsale {
  height: 25px;
  width: 53px;
  line-height: 25px;
  min-width: inherit;
  min-height: inherit;
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  text-align: center;
  background-color: #f79023;
  margin: 0 !important;
  top: 75px !important;
  left: 45px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce .star-rating span::before {
  color: #ffab00;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 47px;
  margin-right: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product {
  margin-bottom: 30px !important;
  -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 ul.products li.product img {
  background-color: #f3f3f3;
}
.woocommerce ul.products li.product .woosq-btn, .woocommerce ul.products li.product .woosw-btn {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn, .woocommerce ul.products li.product .woocommerce-product-header .woosw-btn {
  display: block;
  width: 54px;
  height: 54px;
  padding: 0;
  font-size: 0;
  line-height: 54px;
  text-align: center;
  background-color: #2a439b;
  margin: 10px;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn:before, .woocommerce ul.products li.product .woocommerce-product-header .woosw-btn:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn:hover, .woocommerce ul.products li.product .woocommerce-product-header .woosw-btn:hover {
  background-color: #f79023;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn:hover:before, .woocommerce ul.products li.product .woocommerce-product-header .woosw-btn:hover:before {
  color: #fff;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn:before {
  content: "\f06e";
}
.woocommerce ul.products li.product .woocommerce-product-header .woosw-btn:before {
  content: "\f004";
}
.woocommerce ul.products li.product .woocommerce-product-inner {
  position: relative;
}
.woocommerce ul.products li.product .woocommerce-meta-top {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce ul.products li.product .woocommerce-product-title {
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .price {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products li.product .woocommerce-meta-bottom .price {
    min-width: 90px;
  }
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .price del, .woocommerce ul.products li.product .woocommerce-meta-bottom .price ins {
  line-height: 1;
  color: #fff;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-out-of-stock a {
  height: 34px;
  margin-top: 0;
  line-height: 30px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  color: #2a439b;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-out-of-stock a:hover {
  background-color: #f79023;
  border-color: #f79023;
  color: #fff;
}
.woocommerce ul.products li.product span.onsale {
  opacity: 0;
  top: 0px !important;
  left: 45px !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #f79023;
  color: #fff;
}
.woocommerce ul.products li.product:hover {
  -webkit-transform: translateY(-15px);
  -khtml-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.woocommerce ul.products li.product:hover span.onsale {
  opacity: 1;
  top: 30px !important;
}
.woocommerce ul.products li.product:hover .woocommerce-meta-top {
  opacity: 1;
}
.woocommerce ul.products li.product:hover .woocommerce-meta-top .woosq-btn, .woocommerce ul.products li.product:hover .woocommerce-meta-top .woosw-btn {
  margin: 2px;
}
.woocommerce ul.products li.product:hover .woocommerce-meta-top .woosq-btn:hover, .woocommerce ul.products li.product:hover .woocommerce-meta-top .woosw-btn:hover {
  background-color: #f79023;
  color: #fff;
}
.woocommerce ul.products li.product:hover .woocommerce-product-meta {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 50%;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 22px;
}
.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: #f79023;
}
.woocommerce ul.products li.product .price {
  font-size: 17px;
  color: #f79023;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
  color: #f79023;
}
.woocommerce ul.products li.product .price del + ins {
  margin-left: 10px;
}
.woocommerce ul.products li.product .price ins {
  color: #f79023;
  font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 20px;
  display: none;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 15px 30px 15px 0px;
  flex-grow: 1;
  color: #1c1563;
  font-size: 13px;
  font-weight: 700;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: none;
  padding: 0 8px;
  height: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
  right: 8px;
  color: #9b9b9b;
  font-size: 14px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
  color: #9b9b9b;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
  line-height: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -khtml-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -ms-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
}
.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;
  width: 100%;
  z-index: 99;
  bottom: -55px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
  text-align: center;
  background-color: #f79023;
  line-height: 1;
  z-index: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  height: 55px;
  line-height: 60px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  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;
  padding: 0;
  background-color: transparent;
  margin: 0;
  display: inline-block;
  position: relative;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:before {
  font-size: 18px;
  display: inline-block;
  content: "\f291";
  margin-right: 10px;
  font-family: 'Font Awesome 5 Pro';
}
.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.wc-forward:before {
  content: "\f06e";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
  opacity: 1;
  padding-right: 25px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
  letter-spacing: 0;
  top: 0;
  right: 0;
}
@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:hover {
  background-color: #cf6600;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:hover a {
  background-color: transparent;
  color: #fff;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
  bottom: 0px;
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  padding: 20px 0 13px;
}
@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: 5px;
}
.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: #f79023;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
  display: none !important;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 0;
  margin-bottom: -20px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 0 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: inherit;
  background-color: #f9f9f9;
  font-size: 20px;
  font-weight: 600;
  margin: 0 10px 0 0;
  border: none;
  color: #333;
}
.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: "\f105";
  font-family: 'Font Awesome 5 Pro';
}
.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: "\f104";
  font-family: 'Font Awesome 5 Pro';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: #f79023;
  color: #fff;
}
.woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-column__title {
  font-size: 35px;
}
.woocommerce .woocommerce-thankyou-order-received {
  color: green;
  font-size: 20px;
  padding: 5px 15px;
  border: 1px solid green;
}
@media screen and (min-width: 1200px) {
  .woocommerce .woocommerce-thankyou-order-details {
    padding: 15px;
    margin-bottom: 35px !important;
    border: 1px solid #eee;
  }
}
.woocommerce .order_details thead tr th {
  border-top: none;
}
.woocommerce .order_details thead tr th + th {
  border-right: none;
}
.woocommerce .order_details tbody tr td + td, .woocommerce .order_details tfoot tr td + td, .woocommerce .order_details tbody tr th + td, .woocommerce .order_details tfoot tr th + td {
  border-right: none;
}
.woocommerce .woocommerce-customer-details address {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.woocommerce #secondary .widget_product_tag_cloud .widget-title {
  margin-bottom: 25px;
}
.woocommerce #secondary .widget_product_tag_cloud .tagcloud a {
  padding: 0 15px;
  font-size: 16px !important;
  background-color: #f8f8f8;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product img {
  background-color: #f3f3f3;
}
.single-product section.related ul.products li.product .woosq-btn, .single-product section.related ul.products li.product .woosw-btn {
  display: none;
}
.single-product section.related ul.products li.product .woocommerce-product-inner {
  background-color: #fff;
  position: relative;
}
.single-product section.related ul.products li.product .woocommerce-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product section.related ul.products li.product .woocommerce-meta-top {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-product section.related ul.products li.product .woocommerce-meta-top .woosq-btn, .single-product section.related ul.products li.product .woocommerce-meta-top .woosw-btn {
  display: block;
  font-size: 0;
  width: 54px;
  padding: 0;
  height: 54px;
  opacity: 0;
  line-height: 54px;
  margin: 10px;
  text-align: center;
  background-color: #2a439b;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product .woocommerce-meta-top .woosq-btn:before, .single-product section.related ul.products li.product .woocommerce-meta-top .woosw-btn:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #fff;
  margin-right: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product .woocommerce-meta-top .woosq-btn:before {
  content: "\f06e";
}
.single-product section.related ul.products li.product .woocommerce-meta-top .woosw-btn:before {
  content: "\f004";
}
.single-product section.related ul.products li.product .woocommerce-product-title {
  margin-bottom: 20px;
}
.single-product section.related ul.products li.product span.onsale {
  opacity: 0;
  top: 85px !important;
  left: 45px !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product:hover {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-product section.related ul.products li.product:hover span.onsale {
  opacity: 1;
  top: 75px !important;
}
.single-product section.related ul.products li.product:hover .woocommerce-meta-top .woosq-btn, .single-product section.related ul.products li.product:hover .woocommerce-meta-top .woosw-btn {
  margin: 2px;
  opacity: 1;
}
.single-product section.related ul.products li.product:hover .woocommerce-meta-top .woosq-btn:hover, .single-product section.related ul.products li.product:hover .woocommerce-meta-top .woosw-btn:hover {
  background-color: #f79023;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .single-product section.related ul.products.columns-4 {
    margin-top: -40px;
  }
  .single-product section.related ul.products.columns-4 li.product {
    width: 50%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .single-product section.related ul.products.columns-4 li.product {
    width: 100%;
  }
}
.single-product #primary div.product .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 9px;
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product form.cart {
  padding-bottom: 22px;
  margin: 0;
}
.single-product #primary div.product form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product form.cart label {
    font-size: 15px;
    line-height: normal;
  }
}
.single-product #primary div.product form.cart .reset_variations {
  display: none !important;
}
.single-product #primary div.product form.cart .variations {
  margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
  padding-bottom: 10px;
}
.single-product #primary div.product form.cart .variations .variable-items-wrapper .variable-item {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 58px;
  height: 49px;
}
.single-product #primary div.product form.cart .variations .variable-items-wrapper .variable-item.color-variable-item {
  opacity: 1;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #1b1a1a;
  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: #f79023;
  color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
.single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 0;
  background-color: #2a439b;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button:before, .single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button:hover {
  background-color: #f79023;
}
.single-product #primary div.product form.cart:not(.variations_form), .single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
.single-product #primary div.product form.cart:not(.variations_form) .quantity, .single-product #primary div.product form.cart:not(.grouped_form) .quantity, .single-product #primary div.product form.cart:not(.variations_form) .single_add_to_cart_button, .single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  opacity: 1;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-product #primary div.product form.cart .woocommerce-grouped-product-list td {
  vertical-align: middle;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
  display: none;
}
@media screen and (min-width: 576px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    width: 100% !important;
    display: flex;
    margin-bottom: 32px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 20px;
  top: 20px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    padding-right: 15px;
  }
  .single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 35px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
}
@media screen and (min-width: 576px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    align-items: center;
    flex-direction: column;
    padding-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
  background-color: #f0f0f0;
  flex-grow: 1;
}
@media screen and (min-width: 576px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    width: 100%;
    float: none;
    padding: 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 0.8;
  -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;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  opacity: 1;
}
.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 .woocommerce-product-gallery .flex-viewport {
  background-color: #fff;
  margin-bottom: 25px;
}
@media screen and (min-width: 576px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-viewport {
    min-width: 80%;
    max-width: 80%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 10px;
  }
}
.single-product #primary div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 35px;
}
@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: 5px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-price {
  margin-bottom: 12px;
}
.single-product #primary div.product .entry-summary .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.single-product #primary div.product .entry-summary .price {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  color: #9b9b9b;
  align-items: center;
}
.single-product #primary div.product .entry-summary .price > span {
  font-size: 25px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.single-product #primary div.product .entry-summary .price .amount {
  color: #f79023;
  font-weight: 700;
}
.single-product #primary div.product .entry-summary .price ins {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 25px;
}
.single-product #primary div.product .entry-summary .price del {
  margin-left: 5px;
  margin-right: 5px;
  color: #f79023;
  font-size: 25px;
}
.single-product #primary div.product .entry-summary .price del .amount {
  color: inherit;
}
.single-product #primary div.product .entry-summary .price del + ins {
  color: #666;
}
.single-product #primary div.product .entry-summary .price del + ins:before {
  content: " - ";
  display: inline-block;
  margin-right: 8px;
}
.single-product #primary div.product .entry-summary form.cart .single_add_to_cart_button.added {
  margin-right: 15px;
}
.single-product #primary div.product .entry-summary form.cart .single_add_to_cart_button.added:after {
  top: 0;
  margin-left: 10px !important;
}
.single-product #primary div.product .entry-summary form.cart .single_add_to_cart_button.loading {
  padding-right: 45px;
}
.single-product #primary div.product .entry-summary form.cart .single_add_to_cart_button.loading:after {
  top: 0;
  right: 25px;
  margin-left: 10px !important;
}
.single-product #primary div.product .entry-summary .stock {
  color: #2a439b;
}
.single-product #primary div.product .entry-summary .stock.in-stock {
  color: #2a439b;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt p {
  font-size: 14px;
  line-height: 23px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #9b9b9b;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category:before, .single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-tag:before {
  color: #f79023;
  position: relative;
  top: 1px;
  font-size: 15px;
  margin-right: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f07b";
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta > div {
  margin-bottom: 8px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
  color: inherit;
  font-size: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
  color: #f79023;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
  color: #2a439b;
  padding-right: 10px;
  font-weight: 700;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category {
  display: block;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category a {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share {
  padding-top: 15px;
  border-top: 2px solid #e5e5e5;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  display: block;
  margin-bottom: 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
  z-index: 1;
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background-color: #2a439b;
  position: relative;
  overflow: hidden;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
  color: #fff;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .list-icon {
  margin-left: -3px;
  margin-right: -3px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  text-transform: uppercase;
  font-size: 14px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
  display: flex;
  margin-bottom: 25px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder .woocommerce-sg-product-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #2a439b;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder .woocommerce-sg-product-title .entry-title {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder .woocommerce-sg-product-title + .woocommerce-sg-product-rating {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 2px solid #e5e5e5;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder .woocommerce-sg-product-rating .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woosw-btn {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-wishlist .woosw-btn {
  display: block;
  background-color: transparent;
  padding: 0;
  color: #2a439b;
  padding-left: 2px;
  line-height: 23px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #primary div.product .entry-summary .woocommerce-wishlist .woosw-btn:before {
  color: #f79023;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f004";
  display: inline-block;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #primary div.product .entry-summary .woocommerce-wishlist .woosw-btn:hover {
  color: #f79023;
}
.single-product #primary div.product .entry-summary .woocommerce-wishlist .woosw-btn:hover:before {
  color: #f79023;
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.single-product #primary div.product .entry-summary .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}
.single-product #primary div.product .entry-summary .woocommerce-variation-add-to-cart .added_to_cart {
  margin-left: 15px;
}
.single-product #primary div.product .woocommerce-tabs {
  margin: 20px auto 35px;
  padding: 20px 0 45px;
  background-color: #fff;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0 0 25px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  border-bottom: 4px solid rgba(102, 102, 102, 0.05);
}
.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 {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: -4px;
}
@media screen and (min-width: 1200px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1199px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
  padding-top: 5px;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  z-index: 1;
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
  z-index: 1;
  content: "";
  height: 4px;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: -4px;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:last-child {
  margin-right: 0;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:first-child {
  margin-left: 0;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
  color: #2a439b;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #1b1a1a;
  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--description {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
    display: flex;
    justify-content: space-between;
  }
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
    max-width: 48%;
    width: 100%;
  }
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
    margin-top: 43px;
    max-width: 48%;
    width: 100%;
  }
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .clear {
    display: none;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-text .woocommerce-review__author {
  margin-right: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  padding-top: 15px;
  height: 120px;
  padding-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 10px;
  top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 6px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  width: 60px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 2px solid rgba(102, 102, 102, 0.09);
}
@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 80px;
}
@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: #2a439b;
}
.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: 'Font Awesome 5 Pro';
  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-tabs .woocommerce-Tabs-panel--reviews .comment-respond .comment-form .submit {
  text-transform: uppercase !important;
}
.single-product #primary div.product .woocommerce-sg-product-navigation {
  text-align: center;
  margin-bottom: 57px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
  display: inline-block;
  position: relative;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #1c1563;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin: 0 3px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
  background-color: #f79023;
}
.single-product #primary div.product .quantity {
  margin-right: 15px;
}
.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: #f79023;
  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: #2a439b;
}
.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;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
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: 54px;
  padding: 0 25px;
  font-size: 16px;
}
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: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: Google-Font;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #f79023;
}
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;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td.actions, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
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: #1b1a1a;
  font-size: 15px;
  font-weight: 600;
}
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: #f79023;
}
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: #1b1a1a;
  font-size: 15px;
  font-weight: 600;
}
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: #1b1a1a;
}
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: 16px;
  height: 34px;
  width: 28px;
  line-height: 34px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-color: #f79023;
  color: #fff;
  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;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
body.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: red;
}
@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, body.woocommerce-wishlist .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
    padding: 30px 15px;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: uppercase;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
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 td, body.woocommerce-wishlist .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong, body.woocommerce-wishlist .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table, body.woocommerce-wishlist .cart-collaterals .cart_totals .shop_table {
  border: none;
}
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: #f79023;
}
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: #f79023;
}
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: 16px;
  width: 100%;
}
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-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.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: #f79023;
}
.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: 'Font Awesome 5 Pro';
  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: 22px;
  text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  color: #1b1a1a;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
  font-weight: 600;
  color: #1b1a1a;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead th {
  border-top: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead th:last-child {
  border-right: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart_item td:last-child {
  border-right: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot td:last-child {
  border-right: none;
}
.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: #f79023;
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #2a439b;
}
.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: #f79023;
}
.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: "'Font Awesome 5 Pro'";
  color: #f79023;
  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: #f79023;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #2a439b;
}
.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: #f79023;
  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: #2a439b !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: #f79023;
  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: #2a439b;
}
.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;
}
.woosw-content-item .woosw-content-item--add .add_to_cart_button {
  height: 35px;
  line-height: 35px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
.woosw-content-item .woosw-content-item--add .add_to_cart_button:hover {
  color: #fff;
}
.mfp-woosq .mfp-content .entry-summary .entry-title {
  font-size: 25px;
  text-transform: uppercase;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-rating {
  margin-bottom: 5px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-price {
  margin-bottom: 12px;
}
.mfp-woosq .mfp-content .entry-summary .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .price {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #9b9b9b;
  align-items: center;
}
.mfp-woosq .mfp-content .entry-summary .price > span {
  font-size: 25px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.mfp-woosq .mfp-content .entry-summary .price .amount {
  color: #f79023;
  font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .price ins {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 25px;
}
.mfp-woosq .mfp-content .entry-summary .price del {
  margin-left: 5px;
  margin-right: 5px;
  color: #f79023;
  font-size: 25px;
}
.mfp-woosq .mfp-content .entry-summary .price del .amount {
  color: inherit;
}
.mfp-woosq .mfp-content .entry-summary .price del + ins {
  color: #666;
}
.mfp-woosq .mfp-content .entry-summary .price del + ins:before {
  content: " - ";
  display: inline-block;
  margin-right: 8px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-excerpt p {
  font-size: 14px;
  line-height: 23px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #9b9b9b;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta > div {
  margin-bottom: 8px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta a {
  color: inherit;
  font-size: inherit;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta a:hover {
  color: #f79023;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta label {
  color: #282828;
  padding-right: 10px;
  min-width: 120px;
  font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category {
  display: block;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category a {
  margin-bottom: 0;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share {
  padding-top: 15px;
  border-top: 2px solid #e5e5e5;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  display: block;
  margin-bottom: 5px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a {
  z-index: 1;
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #2a439b;
  position: relative;
  overflow: hidden;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #f79023;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
  color: #fff;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .list-icon {
  margin-left: -3px;
  margin-right: -3px;
}
.mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
}
.mfp-woosq .mfp-content .entry-summary .woosw-btn {
  display: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn {
  display: block;
  background-color: transparent;
  padding: 0;
  color: #2a439b;
  padding-left: 2px;
  line-height: 23px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:before {
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f004";
  display: inline-block;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:hover {
  color: #f79023;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:hover:before {
  color: #f79023;
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.mfp-woosq .mfp-content .entry-summary .product_meta > span {
  display: block;
}
.mfp-woosq .mfp-content .entry-summary .product_meta > span + span {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(42, 67, 155, 0.2);
}
.mfp-woosq .mfp-content .entry-summary .product_meta .posted_in:before, .mfp-woosq .mfp-content .entry-summary .product_meta .tagged_as:before {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  content: '\f660';
  font-family: 'Font Awesome 5 Pro';
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart {
  display: flex;
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background-color: #f79023 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  margin-top: 0;
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-color: #2a439b !important;
}
.mfp-woosq .mfp-content form.cart .single_add_to_cart_button {
  background-color: #f79023 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  margin-top: 0;
}
.mfp-woosq .mfp-content form.cart .single_add_to_cart_button:hover {
  background-color: #2a439b !important;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow {
  height: 55px;
  width: 35px;
  text-align: center;
  line-height: 55px;
  background-color: #2a439b;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow:before {
  color: #fff;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow:hover {
  background-color: #f79023;
}
.mfp-woosq .mfp-content #woosq-popup .summary-content form.cart {
  display: flex;
}
.mfp-woosq .mfp-close {
  background-color: #2a439b;
  color: #fff;
  opacity: 1;
  width: 80px;
  height: 80px;
  top: -40px;
  right: -40px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mfp-woosq .mfp-close:before {
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.mfp-woosq .mfp-close:hover {
  background-color: #f79023;
}
.woosw-content-items .woosw-content-item .woosw-content-item--title {
  font-weight: 600;
  text-transform: uppercase;
}
.woosw-content-items .woosw-content-item .woosw-content-item--title a {
  color: #2a439b;
}
.woosw-content-items .woosw-content-item .woosw-content-item--title a:hover {
  color: #f79023;
}
.woosw-area.woosw-open .add_to_cart_inline a.added {
  display: none !important;
}
.woosw-area.woosw-open .add_to_cart_inline a.added_to_cart {
  line-height: 32px;
  text-align: center;
  padding: 0 5px !important;
  font-size: 12px !important;
  color: #fff;
}
.woosw-area.woosw-open .add_to_cart_inline a.added_to_cart:hover {
  background-color: #f79023;
  color: #fff;
}
.woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn {
  margin-left: 15px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f79023;
  line-height: 51px;
  height: 51px;
}
.woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn #woosw_copy_btn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.woosw-list .woosw-content-items .woosw-content-item--actions {
  text-align: center;
}
.woosw-list .woosw-content-items .add_to_cart_inline .button {
  display: inline-block !important;
}
.search-results .single-hentry.type-product .entry-meta, .search-results .single-hentry.type-portfolio .entry-meta, .search-results .single-hentry.type-cmsservice .entry-meta {
  display: none;
}
.search-results .single-hentry.type-product .entry-featured + .entry-body, .search-results .single-hentry.type-portfolio .entry-featured + .entry-body, .search-results .single-hentry.type-cmsservice .entry-featured + .entry-body {
  margin-top: 25px;
}
.cms-carousel-inner {
  margin: 0 -15px;
}
.slick-slide {
  padding: 0 15px;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.elementor-element .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.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;
}
@media screen and (max-width: 1199px) {
  .col-offset-left > .elementor-widget-wrap {
    padding-left: 30px !important;
  }
  .col-offset-right > .elementor-widget-wrap {
    padding-right: 30px !important;
  }
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .col-offset-left > .elementor-widget-wrap {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .col-offset-right > .elementor-widget-wrap {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.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 -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-full_width .elementor-section-boxed > .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -khtml-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0;
}
.site-content .elementor-widget-text-editor, .site-footer-custom .elementor-widget-text-editor {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.single-footer #masthead, .elementor_library-template-default.single-elementor_library #masthead, .single-footer #pagetitle, .elementor_library-template-default.single-elementor_library #pagetitle, .single-footer #colophon, .elementor_library-template-default.single-elementor_library #colophon {
  display: none;
}
@media screen and (min-width: 1400px) {
  .elementor-section-full_width .elementor-inner-section > .elementor-container {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1199px) {
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 0 !important;
  }
  .col-offset-right > .elementor-column-wrap .elementor-widget-wrap {
    padding-right: 0 !important;
  }
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer-custom {
    overflow: hidden;
  }
}
.elementor-editor-active #site-header-wrap {
  display: none;
}
.elementor-editor-active #site-header-wrap .site-header-main.h-fixed {
  position: static !important;
}
.elementor-editor-active .site-footer-custom {
  display: none;
}
.elementor-editor-active .cms-navigation-menu.is-sticky {
  position: static;
}
.colum-padding-custom .elementor-widget-wrap {
  padding: 50px 25px;
}
@media screen and (min-width: 1600px) {
  .colum-padding-custom .elementor-widget-wrap {
    padding-left: 75px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 575px) {
  .colum-padding-custom .elementor-widget-wrap {
    padding: 25px 15px;
  }
}
.colum-padding-custom2 .elementor-widget-wrap {
  padding: 50px 25px 0;
}
@media screen and (min-width: 1600px) {
  .colum-padding-custom2 .elementor-widget-wrap {
    padding-left: 75px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 575px) {
  .colum-padding-custom2 .elementor-widget-wrap {
    padding: 25px 15px;
  }
}
h2 + ul, h2 + ol {
  margin-bottom: 22px;
}
.wp-block-button {
  margin-bottom: 30px;
}
.entry-body .entry-content .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
}
body .wp-block-gallery {
  display: flex;
  margin-bottom: 25px;
}
body .wp-block-gallery .blocks-gallery-caption {
  font-size: 15px;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 35px;
}
.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;
}
.wp-block-button {
  margin-bottom: 32px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button a {
  color: #fff !important;
}
.wp-block-button.is-style-outline a {
  color: #2a439b !important;
}
.wp-block-button.is-style-outline a:hover {
  color: #fff !important;
}
.wp-block-column .wp-block-quote {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 135px;
  padding-bottom: 35px;
}
.wp-block-column .wp-block-quote:before {
  top: 30px;
  left: 20px;
}
.wp-block-column .wp-block-quote:after {
  top: 42px;
  left: 30px;
}
#secondary .widget.widget_rss li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cfd8dd;
}
#secondary .widget.widget_rss li .rsswidget {
  font-size: 18px;
  font-weight: 600;
  color: #2a439b;
}
#secondary .widget.widget_rss li .rssSummary {
  font-size: 16px;
}
#secondary .widget.widget_rss li .rss-date {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 6px;
  font-style: normal;
}
#secondary .widget.widget_rss li .rss-date:before {
  position: absolute;
  content: '\f133';
  font-family: 'Font Awesome 5 Pro';
  left: 0;
}
#secondary .widget.widget_rss li cite {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 6px;
  font-style: normal;
  color: #2a439b;
  font-size: 14px;
}
#secondary .widget.widget_rss li cite:before {
  position: absolute;
  content: '\f007';
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
#secondary .widget.widget_recent_comments li:before {
  width: 20px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #f79023;
  content: '\f086';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
}
.wp-block-pullquote .wp-block-quote {
  margin-top: 0;
}
.wp-block-quote.is-style-large {
  padding: 40px 60px 40px 170px;
}
.wp-block-quote.is-style-large p {
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .wp-block-quote.is-style-large {
    margin-top: 60px;
    padding: 70px 15px 30px;
  }
  .wp-block-quote.is-style-large:before {
    left: 20px;
  }
  .wp-block-quote.is-style-large:after {
    left: 30px;
  }
  .wp-block-quote.is-style-large p {
    font-size: 26px;
  }
  .wp-block-quote.is-style-large cite {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  blockquote.has-text-color.has-light-gray-color p {
    line-height: 1.3;
  }
}
@media screen and (max-width: 1199px) {
  blockquote.has-text-color.has-light-gray-color p {
    font-size: 30px;
    line-height: 1.3;
  }
}
blockquote.has-text-color.has-very-dark-gray-color {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  blockquote.has-text-color.has-very-dark-gray-color p {
    line-height: 1.3;
  }
}
@media screen and (max-width: 1199px) {
  blockquote.has-text-color.has-very-dark-gray-color p {
    font-size: 30px;
    line-height: 1.3;
  }
}
.blocks-gallery-caption {
  margin-bottom: 32px;
}
.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 52px;
}
.block-editor-rich-text__editable a {
  color: #fff;
}
.wp-block-group.has-background {
  padding: 20px 30px;
  margin: 30px 0;
}
.wp-block-media-text.has-background {
  margin-bottom: 25px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6842em;
}
@media screen and (min-width: 576px) {
  li > ul, blockquote > ul {
    margin-left: 1.65em;
    padding-left: 0;
  }
  li > ol, blockquote > ol {
    margin-left: 1.15em;
    padding-left: 0;
  }
}
blockquote cite a {
  color: #fff;
}
blockquote cite a:hover {
  color: #fff;
}
.wp-block-cover p {
  color: #fff;
}
.wp-block-cover-image.has-background-dim p, .wp-block-cover.has-background-dim p {
  line-height: 48px;
  color: #fff;
}
.status-publish {
  /**
 * 6.0 Galleries
 */
}
.status-publish + .comments-area {
  margin-top: 45px;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery .gallery-caption {
  color: #707070;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
@media (max-width: 480px)
} {
  margin-left: 0;
  text-align: left;
  clear: none;
  float: none;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 480px)
} {
  min-width: 280px;
}
.wp-block-archives.wp-block-archives-dropdown {
  position: relative;
  margin-bottom: 30px;
}
.wp-block-archives.wp-block-archives-dropdown select {
  padding-right: 55px;
  position: relative;
}
.wp-block-archives.wp-block-archives-dropdown .nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0px, -50%);
  height: 23px;
  width: 23px;
  line-height: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-color: #f79023;
  font-style: normal;
}
.wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 30px;
}
.wp-block-categories.wp-block-categories-dropdown .nice-select {
  position: relative;
}
.wp-block-categories.wp-block-categories-dropdown .nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0px, -50%);
  height: 23px;
  width: 23px;
  line-height: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-color: #f79023;
  font-style: normal;
}
.wp-block-search {
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__button {
  margin-bottom: 0;
  border: none;
  min-width: 120px;
  max-width: 120px;
  height: 51px;
  line-height: 51px;
  padding: 0;
  background-color: #f79023;
  color: #fff;
}
.single-post .entry-featured .image-light-box {
  display: inline-block;
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li a {
  color: #2a439b;
}
.wp-block-calendar table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 30px;
}
.post-password-form label {
  display: block;
  max-width: 100%;
  margin-right: 20px;
}
.post-password-form label input {
  margin-top: 20px;
}
.post-password-form input {
  margin: 0;
}
.post-password-form input[type="submit"] {
  border: none;
}
.post-password-form p {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 100%;
  }
}
p {
  margin-bottom: 20px;
}
#tslOverlay {
  background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.entry-content .page-links {
  padding-top: 18px;
}
.entry-content p + .page-links {
  clear: left;
  padding-top: 0px;
}
.entry-content p + .page-links .post-page-numbers:first-child {
  margin-left: 0;
}
.single-post .entry-content .wp-block-archives-list {
  list-style: none;
  margin-bottom: 32px;
}
.single-post .entry-content .wp-block-archives-list li {
  padding-left: 14px;
  position: relative;
}
.single-post .entry-content .wp-block-archives-list li + li {
  margin-top: 4px;
}
.single-post .entry-content .wp-block-archives-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #f79023;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px 5px 4px 15px;
  }
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
  line-height: 30px;
}
dl + h2 + ul {
  padding-left: 0px;
  margin-left: 1.45em;
}
dl + h2 + ul ul {
  padding-left: 1.65em;
  padding-left: 15px;
}
dl + h2 + ul ul ul {
  padding-left: 1.65em;
  padding-left: 15px;
  margin-left: 5px;
}
dl + h2 + ul ul li {
  font-size: 16px;
  list-style: outside;
}
dl + h2 + ul ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
dl + h2 + ul ul li {
  line-height: 30px;
}
ul + h2 + ol li {
  line-height: 30px;
  font-size: 16px;
}
h2 + ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-post .single-hentry .single-meta .entry-meta li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-hentry .entry-holder .entry-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.wp-block-rss {
  margin-bottom: 32px;
  list-style: none;
}
.wp-block-rss li {
  padding-left: 14px;
  position: relative;
}
.wp-block-rss li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #f79023;
  border-radius: 5px;
  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%);
}
.single-post .wp-block-latest-posts li, .single-post .wp-block-categories-list li, .single-post .wp-block-archives-list li, .single-post .wp-block-latest-comments li {
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgba(102, 102, 102, .11);
  position: relative;
}
.single-post .wp-block-latest-posts li a, .single-post .wp-block-categories-list li a, .single-post .wp-block-archives-list li a, .single-post .wp-block-latest-comments li a {
  color: #2a439b;
}
.single-post .wp-block-latest-posts li a:hover, .single-post .wp-block-categories-list li a:hover, .single-post .wp-block-archives-list li a:hover, .single-post .wp-block-latest-comments li a:hover {
  color: #f79023;
}
.single-post .wp-block-latest-posts li .count-post, .single-post .wp-block-categories-list li .count-post, .single-post .wp-block-archives-list li .count-post, .single-post .wp-block-latest-comments li .count-post {
  margin-left: 15px;
  color: #47a145;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 24px;
  line-height: 22px;
  font-size: 12px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(155, 155, 155, 0.2);
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-post .wp-block-latest-comments {
  margin: 0;
  padding: 0;
}
.single-post .wp-block-latest-comments li {
  line-height: 30px;
}
.single-product .up-sells h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback {
  margin-top: 24px;
}
.comments-area .comment-list .comment {
  margin-top: 10px;
}
.comment-list-wrap + .no-comments {
  margin-top: 50px;
}
.calendar_wrap table {
  margin-bottom: 5px;
}
.woocommerce .cart-collaterals .cross-sells h2, .woocommerce-page .cart-collaterals .cross-sells h2 {
  font-size: 24px;
  margin-bottom: 22px;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  margin-bottom: 22px !important;
}
.woocommerce div.product .up-sells h2 {
  font-size: 22px;
  margin-bottom: 32px;
}
.woocommerce-cart-form__contents {
  border-bottom: 1px solid #ededed !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart-form__contents {
    border-top: 1px solid #ededed !important;
  }
}
.woocommerce-cart-form + .cart-collaterals {
  margin-top: 75px;
}
.woocommerce div.product .up-sells h2 {
  font-size: 22px;
  margin-bottom: 32px;
}
