/* [Master Stylesheet] */
/* ------------------------------------------ --
:: Template Name: HouseInTheWoods
:: Template Author: maximumtheme.net
:: Description: html 5 template for blog, bootstrape, respnsive, css3 animation, google font, magnific ppup, owl-carousel include
:: Tags: Target, Travel, Blog, Shop, Bootstrap 4, HTML Template, HTML5 Template.
:: Version: v1.0.0
:: Last Updated: 25/11/2019
-------------------------------------------- */
/* Animations Linear*/
.scrollanimation {
  opacity: 0;
}
.animated {
  opacity: 1;
}
/*cubic-bezier*/
/*scale*/
@keyframes scale {
  0%,
  100% {
    transform: scale(0);
    -moz-transform: scale(0);
  }
  7%,
  90% {
    transform: scale(0.4);
    -moz-transform: scale(0.4);
  }
  50% {
    transform: scale(1);
    -moz-transform: scale(1);
  }
}
/*zoom*/
@keyframes pulcust {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes leftmove {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes max_appearing_section_animation {
  0% {
    transform: translateY(-101%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
/*popup Image ZoomIN effect*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * ----------------------------------------------------------------------------------------
 * Variables
 * ----------------------------------------------------------------------------------------
 */
/**
 * ----------------------------------------------------------------------------------------
 * Typography
 * ----------------------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 600;
  color: #13192c;
  margin-bottom: 17px;
}
h1 {
  font-size: 85px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
.before_title {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #959595;
}
blockquote {
  font-size: 24px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 50px 45px;
  margin: 40px 0;
  border: 1px solid #d3d4d8;
  border-bottom: 4px solid #fecb2f;
  color: #13192c;
  line-height: 1.4;
  background-image: url(../images/revquote_gray.png);
  background-repeat: no-repeat;
  background-position: right -50px top -55px;
}
blockquote p {
  margin: 0;
}
/**
 * ----------------------------------------------------------------------------------------
 * Colors
 * ----------------------------------------------------------------------------------------
 */
/*
	Select Text
 */
::selection {
  background: #fecb2f;
  color: #fff;
}
::-moz-selection {
  background: #fecb2f;
  color: #fff;
}
/*
	Link Color
 */
a {
  color: #565969;
  text-decoration: none;
  transition: color .3s;
}
a:hover {
  color: #fecb2f;
  transition: color .3s;
  text-decoration: none;
}
/**************************************************/
/***************HEADE NAV LINKS********************/
/**************************************************/
.top_nav_links .navbar-nav > li > a {
  color: #fff;
}
/**************************************************/
/********************FORMS************************/
/**************************************************/
/*Contact Form 7 alerts*/
span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: -27px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  text-align: center;
  background-color: #fecb2f;
  color: #000;
  border: none;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  left: 40px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 13px;
  margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  font-size: 16px;
  height: 45px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #e7e7e7;
  outline: none;
  transition: all .3s;
}
textarea {
  display: block;
  height: auto;
}
form button {
  outline: none!important;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #fecb2f;
  transition: all .3s;
}
/**************************************************/
/******************WC SELECT***********************/
/**************************************************/
.select2-container--default .select2-selection--single {
  border: 1px solid #e7e7e7 !important;
  border-radius: 0!important;
  height: 45px!important;
}
.select2-dropdown {
  border-radius: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #13192c !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px!important;
  right: 4px!important;
}
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e7e7e7 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #fecb2f;
  color: #13192c;
}
/*******
FORM NOTIFY
*******/
.form_notify_wrp input[type="text"],
.form_notify_wrp input[type="tel"],
.form_notify_wrp input[type="email"] {
  color: #fff;
  max-width: 350px;
  padding: 0 15px;
  margin-bottom: 30px;
  background-color: transparent;
  border-color: #404862;
  background-image: url(../images/strock_pattern3.png);
}
.form_notify_wrp input[type="text"]::-webkit-input-placeholder,
.form_notify_wrp input[type="tel"]::-webkit-input-placeholder,
.form_notify_wrp input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.form_notify_wrp input[type="text"]::-moz-placeholder,
.form_notify_wrp input[type="tel"]::-moz-placeholder,
.form_notify_wrp input[type="email"]::-moz-placeholder {
  color: #ffffff;
}
.form_notify_wrp input[type="text"]:-ms-input-placeholder,
.form_notify_wrp input[type="tel"]:-ms-input-placeholder,
.form_notify_wrp input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.form_notify_wrp input[type="text"]:focus,
.form_notify_wrp input[type="tel"]:focus,
.form_notify_wrp input[type="email"]:focus {
  border-color: #fecb2f;
}
.form_notify_wrp .input_name {
  text-align: right;
}
.btn_form_wrapper {
  padding-top: 35px;
}
/**************************************************/
/**************TEMPLATE CLASSES********************/
/**************************************************/
.no_margin {
  margin: 0;
}
.no_padding {
  padding: 0;
}
.padding150_0 {
  padding: 150px 0;
}
.padding_top150 {
  padding-top: 150px;
}
.padding_bottom150 {
  padding-bottom: 150px;
}
.padding_left_35 {
  padding-left: 35px;
}
.padding_right_35 {
  padding-right: 35px;
}
.margin_bottom30 {
  margin-bottom: 30px;
}
.img-responsive {
  max-width: 100%;
}
.img_shadow {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
.img_shadow:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: all .3s;
}
.play_link {
  display: block;
  position: relative;
}
.play_link i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -50px;
  color: #fff;
  font-size: 60px;
}
.slick-slide,
.slick-slide a {
  outline: none!important;
}
.mfp-bg {
  background-color: #1a1f5f;
}
/**
Box innline Block and align
**/
.max_post_wrapper_ib {
  display: inline-block;
}
.max_post_wrapper_ta {
  text-align: center;
}
/**************************************************/
/**************GENERAL STYLES**********************/
/**************************************************/
body {
  font-family: 'Yantramanav', sans-serif;
  color: #565969;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  transition: background-color 0.6s;
}
.container {
  max-width: 1350px;
}
.max_width960 {
  max-width: 960px;
}
.max_main_site_wrp {
  position: relative;
}
@media (max-width: 991px) {
  .max_main_site_wrp {
    overflow: hidden;
  }
}
.max_main_inner_wrp {
  transform: translateX(0);
  transition: transform 0.6s;
  background-color: #fff;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
}
/**************************************************/
/**************THEME BUTTINS***********************/
/**************************************************/
/******
 General Buttons
********/
.hw_btn,
.elementor-button-link.elementor-button,
.hw_btn.hw_btn_dark,
.max_scroll_up,
.elementor a.hw_btn_dark,
.elementor a.hw_btn,
button[name="save_account_details"],
button.woocommerce-form-login__submit,
.woocommerce-page table.cart td.actions .button,
.woocommerce-message .restore-item,
.woocommerce-form-coupon .button,
.woocommerce-checkout-payment .button,
.woocommerce-account .woocommerce-address-fields .button,
.return-to-shop .button.wc-backward,
.wc-proceed-to-checkout .checkout-button,
.woocommerce-notices-wrapper .button.wc-forward,
.woocommerce-Reviews .submit,
.woocommerce-notices-wrapper .woocommerce-info a,
.price_slider_amount .button,
.single_add_to_cart_button,
.post_text_inner input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  outline: none!important;
  color: #13192c;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  background-color: #fecb2f;
  border-radius: 2px;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.09);
  transform: translateY(0);
  transition: all .3s;
}
.hw_btn.hw_btn_big,
.woocommerce-Reviews .submit {
  text-align: center;
  padding: 15px 25px;
  min-width: 160px;
}
.elementor a.hw_btn.hw_btn_dark,
.hw_btn.hw_btn_dark {
  background-color: #13192c;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.hw_btn:hover,
.hw_btn_dark:hover,
.max_filter_image_btns .btn_flt:hover,
.max_filter_image_btns .btn_flt.active,
.elementor a.hw_btn_dark:hover,
.elementor a.hw_btn:hover,
button[name="save_account_details"]:hover,
button.woocommerce-form-login__submit:hover,
.elementor-button-link.elementor-button:hover,
.woocommerce-page table.cart td.actions .button:hover,
.woocommerce-notices-wrapper .woocommerce-info a:hover,
.woocommerce-form-coupon .button:hover,
.return-to-shop .button.wc-backward:hover,
.woocommerce-account .woocommerce-address-fields .button:hover,
.woocommerce-checkout-payment .button:hover,
.woocommerce-message .restore-item:hover,
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-notices-wrapper .button.wc-forward:hover,
.max_scroll_up:hover,
.price_slider_amount .button:hover,
.woocommerce-Reviews .submit:hover,
.single_add_to_cart_button:hover,
.post_text_inner input[type="submit"]:hover {
  color: #13192c;
  box-shadow: 0 13px 20px rgba(206, 161, 24, 0.4);
  transform: translateY(-3px);
  transition: all .3s;
}
.hw_btn.hw_btn_dark:hover,
.elementor a.hw_btn.hw_btn_dark:hover {
  color: #fff;
  box-shadow: 0 13px 20px rgba(19, 25, 44, 0.4);
}
/******
 Load More Button
********/
.loadmore_btn .max_loadicon {
  opacity: 0;
  display: inline-block;
  position: relative;
  top: 0px;
  max-width: 0;
  font-size: 13px;
  width: 1.8em;
  vertical-align: middle;
  text-align: right;
  text-indent: 0;
  line-height: 1;
  transition: opacity 0.3s, max-width 0.3s;
}
.loadmore_btn.loading .max_btn_text {
  display: none;
}
.loadmore_btn.loading {
  padding-left: 17px;
  padding-right: 35px;
  transition: all .3s;
}
.loadmore_btn.loading .max_loadicon {
  opacity: 1;
}
/******
 Max Filter Image Buttons
********/
.btn_flt {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  border-radius: 2px;
  border: none;
  background-color: transparent;
  outline: none!important;
  cursor: pointer;
  transform: translateY(0);
  transition: all .3s;
}
.btn_flt:hover,
.btn_flt.active {
  background-color: #fecb2f;
}
.btn_flt2,
.btn_flt3,
.btn_flt4 {
  display: inline-block;
  border: none;
  outline: none!important;
  background-color: transparent;
  transition: all .3s;
  cursor: pointer;
}
.btn_flt2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.05em;
  margin-left: 15px;
  opacity: 1;
}
.btn_flt2:first-child {
  margin-left: 0;
}
.btn_flt2.active,
.btn_flt2:hover {
  opacity: .5;
  transition: all .3s;
}
.btn_flt3 {
  font-size: 12px;
  line-height: 17px;
  padding: 5px 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.btn_flt3:hover,
.btn_flt3.active {
  background-color: #e7e7e7;
}
.btn_flt4 {
  margin-left: 15px;
  opacity: 1;
}
.btn_flt4:first-child {
  margin-left: 0;
}
.btn_flt4:hover,
.btn_flt4.active {
  opacity: .5;
  text-decoration: underline;
  transition: all .3s;
}
/******
 Read More Buttons
********/
.readmore_plus,
.comment-reply-link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
  color: #000;
  transform: translateY(0);
  transition: all .3s;
}
.readmore_plus:hover,
.comment-reply-link:hover {
  transform: translateY(-3px);
  transition: all .3s;
}
.readmore_plus:after,
.comment-reply-link:after {
  position: absolute;
  right: -43px;
  top: -9px;
  content: '\E852';
  font-family: 'maxicons';
  width: 43px;
  height: 43px;
  border-radius: 2px;
  text-align: center;
  line-height: 42px;
  font-weight: 500;
  color: #000;
  transition: all .3s;
}
.readmore_plus:hover:after,
.comment-reply-link:hover:after {
  background-color: #fecb2f;
  color: #000;
  box-shadow: 0 13px 20px rgba(206, 161, 24, 0.4);
  transition: all .3s;
}
/******
 Carousel Buttons
********/
.max_carousel_btns .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  border: none;
  outline: none;
  height: 55px;
  border-radius: 2px;
  background-color: #13192c;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  transform: translateY();
  transition: all .3s;
}
.max_carousel_btns .slick-arrow i {
  font-size: 17px;
}
.max_carousel_btns .slick-arrow:hover {
  background-color: #fecb2f;
  color: #000;
  box-shadow: 0 13px 20px rgba(206, 161, 24, 0.4);
  transform: translateY(-3px);
  transition: all .3s;
}
.max_carousel_btns .slick-prev {
  left: -27px;
}
.max_carousel_btns .slick-next {
  right: -27px;
}
/******
	max_crazy_bobble
********/
.fgbobleslink {
  position: relative;
  display: block;
}
.max_crazy_bobble {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17px;
  margin-left: -21px;
}
.max_crazy_bobble .bobble {
  opacity: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fecb2f;
}
.max_crazy_bobble .bobble:first-child {
  transform: translateX(-40px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.max_crazy_bobble .bobble:nth-child(2) {
  transform: translateY(-40px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.max_crazy_bobble .bobble:last-child {
  transform: translateX(40px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.fgbobleslink:hover .max_crazy_bobble .bobble {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.fgbobleslink:hover .max_crazy_bobble .bobble {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.fgbobleslink:hover .max_crazy_bobble .bobble {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
/******
 SEE ALL BUTTONS
********/
.see_all_link a:after {
  background-color: #fecb2f;
  color: #13192c;
}
/******
 SHOP BUTTONS
********/
.woocommerce-page .button,
.product .button,
.product .added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  /*line-height: 2em;*/
  letter-spacing: .02em;
  font-weight: 500;
  outline: 0;
  box-sizing: border-box;
}
li.product .button,
li.product .added_to_cart {
  background-color: #fecb2f;
  margin: 0;
  color: #13192c;
  width: 101%;
  bottom: -1px;
  padding: 7px 24px;
  z-index: 2;
  transform: translateY(100px);
  transition: all .4s;
}
li.product:hover .button,
li.product:hover .added_to_cart {
  transform: translateY(0);
  transition: all .4s;
}
ul.products > .product .button.added {
  display: none;
}
.price_slider_amount .button {
  padding: 7px 30px;
}
.woocommerce-page .wc-forward:not(.added_to_cart):not(.checkout-button):disabled,
.woocommerce-page a.added_to_cart:disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page input[type=submit]:disabled,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):disabled,
div.woocommerce a.added_to_cart:disabled,
div.woocommerce a.button:disabled,
div.woocommerce input[type=submit]:disabled,
div.woocommerce button:disabled {
  cursor: not-allowed !important;
}
/******
 SCROLL UP BUTTON
********/
.max_scroll_up {
  visibility: hidden;
  opacity: 0;
  position: relative;
  right: 30px;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  bottom: 100px;
  position: fixed;
  cursor: pointer;
  overflow: hidden;
  z-index: 20;
}
.max_scroll_up:after {
  opacity: 0;
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -1px;
  bottom: -20px;
  width: 1px;
  height: 15px;
  margin: aup;
  background-color: #000;
  transition: all .3s;
}
.max_scroll_up:hover:after {
  bottom: 13px;
  opacity: 1;
  transition: all .3s;
}
.max_scroll_up.active {
  visibility: visible;
  opacity: 1;
}
/******
 SINGLE ADD TO CARD BTN
********/
.single_add_to_cart_button {
  padding: 10px 45px;
  height: 50px;
}
/******
 Team Filter
********/
.hw_filter_btn {
  font-size: 16px;
  font-weight: 500;
  border: none;
  background-color: #fff;
  outline: none!important;
  cursor: pointer;
  margin-right: 7px;
  padding: 7px 20px;
  border-radius: 2px;
  transform: translateY(0);
  transition: all .3s;
}
.hw_filter_btn:last-child {
  margin-right: 0;
}
.hw_filter_btn:hover,
.hw_filter_btn.active {
  position: relative;
  background-color: #fecb2f;
  box-shadow: 0 13px 20px rgba(206, 161, 24, 0.4);
  transform: translateY(-3px);
  transition: all .3s;
  z-index: 1;
}
/******
 Carousel Big button Nav
********/
.max_big_slider_nav,
.max_sliderimageinf_pagin {
  position: absolute;
  width: 100%;
  height: 65px;
  bottom: 0;
  left: 0;
  background-image: url(../images/strock_pattern2.png);
}
.max_big_slider_arrow .slick-arrow,
.max_sliderimageinf_arrow .slick-arrow,
.max_portfolio_carousel .slick-arrow {
  font-size: 20px;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  color: #000;
  transition: all .3s;
}
.max_sliderimageinf_arrow:hover .slick-arrow,
.max_big_slider_arrow:hover .slick-arrow,
.max_portfolio_carousel:hover .slick-arrow {
  background-color: #13192c;
  color: #fff;
}
.max_sliderimageinf_arrow .slick-next,
.max_big_slider_arrow .slick-next,
.max_portfolio_carousel .slick-next {
  background-color: #fecb2f;
}
.max_sliderimageinf_arrow .slick-prev,
.max_big_slider_arrow .slick-prev,
.max_portfolio_carousel .slick-prev {
  background-color: #13192c;
  color: #fff;
}
.max_sliderimageinf_arrow .slick-arrow:hover,
.max_big_slider_arrow .slick-arrow:hover,
.max_portfolio_carousel .slick-arrow:hover {
  background-color: #fecb2f;
  color: #000;
  transition: all .3s;
}
/******
 Carousel Big pagination
********/
.max_sliderimageinf_pagin,
.max_big_slider_pagin {
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  height: 65px;
  width: 100%;
  z-index: 2;
}
.max_sliderimageinf_pagin .slick-dots,
.max_big_slider_pagin .slick-dots {
  display: table-cell !important;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.max_sliderimageinf_pagin .slick-dots li,
.max_big_slider_pagin .slick-dots li {
  display: inline-block;
  line-height: 21px;
}
.max_sliderimageinf_pagin .slick-dots li button,
.max_big_slider_pagin .slick-dots li button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: #fff;
  font-size: 0px;
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: all .3s;
}
.max_sliderimageinf_pagin .slick-dots .slick-active button,
.max_big_slider_pagin .slick-dots .slick-active button {
  background-color: #fecb2f;
  transform: scale(1.4, 1.4);
  transition: all .3s;
  box-shadow: 0 5px 10px;
  box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
}
/****
	Calendar Buttons Nav
******/
.calendar-nav-wrapp {
  display: flex;
}
.calendar-nav-wrapp button {
  font-size: 20px;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border: none;
  outline: none;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  color: #000;
  transition: all .3s;
}
.calendar-nav-wrapp button[data-calendar-nav="prev"] {
  background-color: #13192c;
  color: #fff;
}
.calendar-nav-wrapp:hover button {
  background-color: #13192c;
  color: #fff;
}
.calendar-nav-wrapp button:hover {
  background-color: #fff;
  color: #000;
}
.calendar-nav button[data-calendar-nav="today"] {
  display: none;
  background-color: transparent;
  border: none;
}
/**************************************************/
/*******************TOOLBAR************************/
/**************************************************/
.max_toolbar {
  position: relative;
  background-color: #13192c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  font-size: 15px;
  color: #fff;
  padding: 0 30px;
  overflow: hidden;
  z-index: 100;
}
.max_toolbar a {
  color: #fff;
}
.max_toolbar a:hover {
  color: #fecb2f;
}
.max_toolbar_left,
.max_toolbar_right,
.toolbar_alig_center {
  height: 100%;
}
.max_toolbar_left {
  float: left;
}
.max_toolbar_right {
  float: right;
}
.toolbar_alig_center {
  display: flex;
  align-items: center;
}
.tool_cont_item {
  margin-right: 30px;
}
.tool_cont_item:last-child {
  margin-right: 0;
}
.tool_cont_item i {
  margin-right: 10px;
}
.tool_socials a {
  margin-right: 17px;
  font-size: 16px;
  opacity: .6;
  transition: all .3s;
}
.tool_socials a:last-child {
  margin-right: 0;
}
.tool_socials a:hover {
  opacity: 1;
  transition: all .3s;
}
/**************************************************/
/*********************HEADER************************/
/**************************************************/
.main_header {
  background-color: #13192c;
  position: relative;
  z-index: 100;
}
.main_header_wrapp {
  margin: auto;
  display: flex;
  height: 90px;
}
.logohead,
.top_main_nav,
.main_header_right {
  height: 100%;
}
.logohead {
  display: table;
}
.logohead a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
}
.logohead a img {
  display: block;
  max-width: inherit;
}
/**************************************************/
/****************HEADE BUTTONS*********************/
/**************************************************/
.main_header_right_inner {
  display: flex;
  height: 100%;
}
.main_header_right .head_button {
  width: 90px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.search_btn a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: all .3s;
}
.search_btn a i {
  display: table-cell;
  vertical-align: middle;
}
.search_btn a:hover {
  background-color: #fff;
  color: #13192c;
  transition: all .3s;
}
.sidebar_btn.head_button {
  border: none;
}
.sidebar_btn {
  display: table;
}
.sidebar_btn a {
  display: table-cell;
  vertical-align: middle;
  background-color: #fecb2f;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  outline: none;
}
.sidebar_btn .burslines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 36px;
  margin: auto;
}
.burslines .line {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  margin: 3px 3px;
  border-radius: 2px;
}
.sidebar_btn a:hover .line {
  animation-name: pulcust;
  animation-duration: .6s;
}
.sidebar_btn a:hover .line:nth-child(2) {
  animation-delay: .2s;
}
.sidebar_btn a:hover .line:nth-child(3) {
  animation-delay: .4s;
}
.sidebar_btn a:hover .line:nth-child(4) {
  animation-delay: .6s;
}
.sidebar_btn a:hover .line:nth-child(5) {
  animation-delay: .8s;
}
.sidebar_btn a:hover .line:nth-child(6) {
  animation-delay: 1s;
}
/**************************************************/
/**************MAIN STICKY HEADER******************/
/**************************************************/
.max_main_sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transform: translateY(-300px);
  transition: transform .6s ease;
  z-index: 5;
}
.max_main_sticky_header .main_header_wrapp {
  height: 75px;
}
.max_main_sticky_header .main_header_right .head_button,
.max_main_sticky_header .nav_btn_toggle {
  border-left: 1px solid rgba(107, 107, 107, 0.2);
  width: 80px;
}
.max_main_sticky_header .burslines_menu .line {
  background-color: #13192c;
}
.max_main_sticky_header .main_header_right_inner .sidebar_btn {
  border: none;
}
.max_main_sticky_header.header_appear {
  transform: translateY(0);
}
.admin-bar .max_main_sticky_header.header_appear {
  transform: translateY(32px);
}
.max_main_sticky_header .top_nav_links .navbar-nav > li > a,
.max_main_sticky_header .shopping-cart-inner .header-cart,
.max_main_sticky_header .search_btn a {
  color: #565969;
}
.max_main_sticky_header .header-cart .cart-number {
  background-color: #13192c;
  color: #fff;
}
.max_main_sticky_header .top_nav_links .navbar-nav li.page_item_has_children:hover > .children,
.max_main_sticky_header .top_nav_links .navbar-nav li.menu-item-has-children:hover > .sub-menu,
.max_main_sticky_header .shopping-cart-holder .widget_shopping_cart_content {
  top: 75px;
}
.max_main_sticky_header .shopping-cart-inner:hover .header-cart,
.max_main_sticky_header .search_btn a:hover {
  background-color: #13192c;
  color: #fff;
}
.max_main_sticky_header .shopping-cart-inner:hover .header-cart .cart-number {
  background-color: #fecb2f;
  color: #000;
}
/**************************************************/
/**************NAV MOBILE BUTTON*******************/
/**************************************************/
.nav_btn_toggle {
  display: table;
  width: 90px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.nav_btn_toggle .button_ver_aligner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
}
.button_ver_aligner button {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
}
.burslines_menu {
  display: inline-block;
  margin-top: 5px;
}
.burslines_menu .line {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 0.3s linear;
}
.navbar-toggler.show .burslines_menu .line:nth-child(2),
.close_sub_menu .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler.show .burslines_menu .line:first-child,
.close_sub_menu .line:first-child {
  transform: translateY(5px) rotate(45deg);
}
.navbar-toggler.show .burslines_menu .line:last-child,
.close_sub_menu .line:last-child {
  margin-bottom: 0;
  transform: translateY(-9px) rotate(-45deg);
}
/**************************************************/
/****************SHOPPING CART*********************/
/**************************************************/
.shopping-cart-holder,
.shopping-cart-inner {
  width: 100%;
  height: 100%;
}
.shopping-cart-inner {
  position: relative;
  display: table;
}
.shopping-cart-inner .header-cart {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 25px;
  transition: all .3s;
}
.shopping-cart-inner .header-cart-inner {
  display: inline-block;
  position: relative;
}
.header-cart .cart-number {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
  transition: all .3s;
}
.shopping-cart-inner:hover .header-cart {
  background-color: #fff;
  color: #000;
  transition: all .3s;
}
.shopping-cart-inner:hover .cart-number {
  background-color: #13192c;
  color: #fff;
}
.shopping-cart-holder .widget_shopping_cart_content {
  visibility: hidden;
  opacity: 0!important;
  position: absolute;
  top: 90px;
  right: -1px;
  width: 370px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(40, 40, 40, 0.2);
  border-top: none;
  transform: translateY(50px);
  transition: all .3s;
  z-index: 100;
}
.shopping-cart-inner:hover .widget_shopping_cart_content {
  visibility: visible;
  opacity: 1!important;
  transform: translateY(0);
  transition: all .3s;
}
.shopping-cart-holder .cart_list {
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  list-style: none;
}
.widget_shopping_cart_content .cart_list li {
  position: relative;
  overflow: hidden;
  line-height: 1;
  min-height: auto!important;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 20px;
}
.widget_shopping_cart_content .cart_list li:last-child {
  margin-bottom: 0;
}
.widget_shopping_cart_content .cart_list .mini_cart_item {
  position: relative;
}
.widget_shopping_cart_content .cart_list li .remove_from_cart_button {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 25px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  opacity: .5;
}
.widget_shopping_cart_content .cart_list li .remove_from_cart_button + a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #13192c;
  display: inline;
  transition: color .3s;
}
.widget_shopping_cart_content .cart_list li .remove_from_cart_button + a img {
  position: relative;
  float: left;
  width: 85px;
  height: 85px;
  margin: 1px 20px 1px 1px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.widget_shopping_cart_content .cart_list li .remove_from_cart_button + a span {
  display: block;
  margin-top: 5px;
}
.widget_shopping_cart_content .cart_list li .blockOverlay {
  background-color: #fff!important;
}
.widget_shopping_cart_content .cart_list li .quantity {
  font-size: 16px;
  color: #13192c;
  display: block;
  margin-top: 6px;
  height: auto;
  width: auto;
}
.widget_shopping_cart_content .cart_list li .quantity .amount {
  float: none;
  margin: 0;
}
.widget_shopping_cart_content .total {
  margin: 0;
  padding: 9px 30px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-image: url(../images/strock_pattern.png);
}
.widget_shopping_cart_content .total > strong {
  float: left;
  font-size: 16px;
  line-height: 27px;
  color: #13192c;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.widget_shopping_cart_content .total .amount {
  float: right;
  font-size: 18px;
  font-weight: 500;
  color: #13192c;
}
.widget_shopping_cart_content .buttons {
  margin: 0;
  overflow: hidden;
  padding: 22px 35px 20px 30px;
}
.widget_shopping_cart_content .buttons .button {
  position: relative;
  color: #13192c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding-right: 25px;
}
.widget_shopping_cart_content .buttons .button:first-child {
  float: left;
}
.widget_shopping_cart_content .buttons .button.checkout {
  float: right;
}
.widget_shopping_cart_content .buttons .button:after {
  position: absolute;
  right: -10px;
  top: -3px;
  font-family: 'maxicons';
  color: #13192c;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
  transition: all .3s;
}
@-moz-document url-prefix() {
  .widget_shopping_cart_content .buttons .button:after {
    right: -11px;
    top: -1px;
    line-height: 30px;
  }
}
.widget_shopping_cart_content .buttons .button:first-child:after {
  content: '\E853';
}
.widget_shopping_cart_content .buttons .button.checkout:after {
  content: '\E855';
  font-size: 13px;
}
.widget_shopping_cart_content .buttons .button:hover:after {
  background-color: #fecb2f;
  box-shadow: 0 7px 30px rgba(206, 161, 24, 0.4);
  transition: all .3s;
}
.woocommerce-mini-cart__empty-message {
  padding: 10px 20px;
  margin: 0;
}
/**************************************************/
/******************HEADE NAV***********************/
/**************************************************/
.top_main_nav,
.top_nav_links .navbar-nav {
  width: 100%;
}
.top_nav_links,
.top_nav_links_wrapp,
.top_nav_links .navbar-nav {
  padding: 0;
  margin: 0;
  height: 100%;
}
.top_nav_links .navbar-nav {
  display: flex;
  justify-content: flex-end;
}
.top_nav_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top_nav_links .navbar-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.top_nav_links .navbar-nav > li > a {
  display: table;
  font-family: 'Yantramanav', sans-serif;
  text-decoration: none;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0;
  font-size: 19px;
  font-weight: 500;
}
.top_nav_links .navbar-nav > li > a > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.top_nav_links .navbar-nav > li:hover > a {
  color: #000;
  background-color: #fff;
}
.top_nav_links .navbar-nav > li:hover > a > span {
  background-image: url(../images/strock_pattern.png);
  background-position: 520px 0;
  transition: background-position 15s linear;
}
.top_nav_links .navbar-nav .sub-menu,
.top_nav_links .navbar-nav .children {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 140px;
  width: 240px;
  padding: 18px 0;
  border: 1px solid #282828;
  border-color: rgba(40, 40, 40, 0.2);
  border-top: none;
  background-color: #fff;
  transition: all .3s;
  z-index: 100;
}
.top_nav_links .navbar-nav > li:nth-last-child(-n+3) .sub-menu,
.top_nav_links .navbar-nav > li:nth-last-child(-n+3) .children {
  left: auto;
  right: 0;
}
.top_nav_links .navbar-nav .sub-menu .sub-menu,
.top_nav_links .navbar-nav .children .children {
  left: 100%;
  top: 20px;
  border-top: 1px solid #282828;
  border-color: rgba(40, 40, 40, 0.2);
}
.top_nav_links .navbar-nav > li:nth-last-child(-n+3) .children .children,
.top_nav_links .navbar-nav > li:nth-last-child(-n+3) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.top_nav_links .navbar-nav li.page_item_has_children:hover > .children,
.top_nav_links .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
  top: 90px;
}
.top_nav_links .navbar-nav li.page_item_has_children li.page_item_has_children:hover > .children,
.top_nav_links .navbar-nav li.menu-item-has-children li.menu-item-has-children:hover > .sub-menu {
  top: 0;
}
.top_nav_links .navbar-nav li.page_item_has_children li.page_item_has_children > a,
.top_nav_links .navbar-nav li.menu-item-has-children li.menu-item-has-children > a {
  position: relative;
}
.top_nav_links .navbar-nav li.page_item_has_children li.page_item_has_children > a:after,
.top_nav_links .navbar-nav li.menu-item-has-children li.menu-item-has-children > a:after {
  position: absolute;
  content: '\E803';
  font-family: 'maxicons';
  right: 20px;
  top: 50%;
  margin-top: -9px;
  line-height: 1;
}
.top_nav_links .navbar-nav .children a,
.top_nav_links .navbar-nav .sub-menu a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 30px;
  color: #000000;
  font-family: 'Yantramanav', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  transition: color .3s;
}
.top_nav_links .navbar-nav .sub-menu a > .link_outer {
  display: block;
  overflow: hidden;
}
.top_nav_links .navbar-nav .sub-menu a .link_text {
  position: relative;
  left: 0;
  transition: all .3s;
}
.top_nav_links .navbar-nav .sub-menu a .link_text:before {
  position: relative;
  left: 0;
  margin-left: -17px;
  content: '\E852';
  font-family: 'maxicons';
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
}
.top_nav_links .navbar-nav .sub-menu li:hover > a .link_text,
.top_nav_links .navbar-nav .sub-menu li.current-menu-item > a .link_text {
  left: 0;
  margin-left: 17px;
  transition: all .3s;
}
/**************************************************/
/*****************MOBIEL NAV***********************/
/**************************************************/
.max_mobile_nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  visibility: hidden;
}
.max_mobile_nav.show {
  visibility: visible;
}
.mobile_nav_inner {
  position: fixed;
  left: -300px;
  top: 0;
  width: 300px;
  height: 100%;
  min-height: 100%;
  visibility: hidden;
  overflow: hidden;
  z-index: 9999;
  background-color: #13192c;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  transition: all 0.6s;
}
.max_mobile_nav.show .mobile_nav_inner {
  visibility: visible;
  transform: translateX(300px);
}
.mobile_nav_inner_wrapp {
  text-align: left;
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}
.left .max_main_inner_wrp,
.left .max_main_sticky_header.header_appear {
  transform: translateX(300px);
  transition: transform 0.6s;
}
.max_mobile_nav .mobile_nav_inner_wrapp {
  position: relative;
  padding-top: 100px;
}
.admin-bar .max_mobile_nav .mobile_nav_inner_wrapp {
  padding-top: 140px;
}
.max_mobile_nav .close_win_btn {
  left: 0;
  top: 0;
}
.admin-bar .max_mobile_nav .close_win_btn {
  top: 46px;
}
.max_mobile_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.max_mobile_nav ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.max_mobile_nav ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.max_mobile_nav ul.sub-menu li:last-child,
.max_mobile_nav ul.children li:last-child {
  border-bottom: none;
}
.max_mobile_nav ul li a {
  position: relative;
  display: block;
  padding: 7px 25px;
  color: #fff;
  font-family: 'Yantramanav', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.max_mobile_nav .sub-menu,
.max_mobile_nav .children {
  display: none;
  padding-left: 15px;
}
.max_mobile_nav .children li a:before,
.max_mobile_nav .sub-menu li a:before {
  position: absolute;
  left: 9px;
  top: 9px;
  content: '\E852';
  font-family: 'maxicons';
  color: #fecb2f;
  font-size: 14px;
}
.sub_menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 12px 9px 5px 9px;
  z-index: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sub_menu_btn .line {
  width: 23px;
}
.close_sub_menu .line:last-child {
  margin-bottom: 0;
  transform: translateY(-6px) rotate(-45deg);
}
.close_sub_menu .line:first-child {
  transform: translateY(8px) rotate(45deg);
}
/**************************************************/
/**************SEARCH POPUP WINDOW*****************/
/**************************************************/
.max_search_popup_window {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  visibility: hidden;
  z-index: 999;
}
.max_search_popup_window.show {
  visibility: visible;
}
.max_search_popup_window .close_win_btn {
  opacity: 0;
  transform: translateY(30px);
  transition: all .6s;
}
.max_search_popup_window.show .close_win_btn {
  opacity: 1;
  transform: translateY(0);
  transition: all .6s;
}
.admin-bar .max_search_popup_window.show .close_win_btn {
  transform: translateY(32px);
}
.search_popup_window_inner {
  width: 100%;
  height: 100%;
}
.searchopen {
  background-color: #1e1e1e;
  transition: background-color 0.6s;
}
.searchopen .max_main_inner_wrp {
  transform: scale3d(0.98, 0.98, 1);
}
.search_popup_window_inner .searchform {
  opacity: 0;
  transform: translateY(100px);
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
  z-index: 10;
  width: 100%;
  max-width: 600px;
  transition: all .6s;
}
.max_search_popup_window.show .searchform {
  opacity: 1;
  transform: translateY(0);
  transition: all .6s;
}
.search_popup_window_inner .searchform input[name="s"] {
  width: 100%;
  height: 65px;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  outline: none;
  padding: 0 60px 0 30px;
}
.search_popup_window_inner .searchform .searchbutn {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 22px;
  line-height: 65px;
  background-color: #fecb2f;
  color: #13192c;
  border: none;
  text-align: center;
  height: 100%;
  width: 75px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: all .3s;
}
.search_popup_window_inner .searchform .searchbutn:hover {
  box-shadow: 0 7px 30px rgba(206, 161, 24, 0.4);
  transition: all .3s;
}
/**************************************************/
/****************FLOAT SIDEBAR*********************/
/**************************************************/
.float_sidebar_window {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  visibility: hidden;
}
.float_sidebar_window.show {
  visibility: visible;
}
.float_sidebar_window_inner {
  position: fixed;
  right: -430px;
  top: 0;
  width: 430px;
  height: 100%;
  min-height: 100%;
  visibility: hidden;
  overflow: hidden;
  z-index: 9999;
  background-color: #13192c;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  transition: all 0.6s;
}
.float_sidebar_scrll {
  text-align: left;
  padding: 30.5% 80px 38px 75px;
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
  margin-right: -20px;
}
.float_sidebar_window.show .float_sidebar_window_inner {
  visibility: visible;
  transform: translateX(-430px);
}
.right .max_main_inner_wrp,
.right .max_main_sticky_header.header_appear {
  transform: translateX(-430px);
  transition: transform 0.6s;
}
.float_sidebar_container,
.float_sidebar_container a {
  text-align: left;
  color: #9ca5af;
}
.float_sidebar_window .close_win_btn {
  top: 40px;
}
.back_cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #13192c;
  opacity: 0;
  transition: all .6s;
}
.show .back_cover {
  opacity: .3;
  transition: all .6s;
}
.float_sidebar_container .widget_title,
.float_sidebar_container h2,
.float_sidebar_container h3,
.float_sidebar_container h4,
.float_sidebar_container h5,
.float_sidebar_container h6 {
  color: #fff;
}
/************
	Close Win Button
*************/
.close_win_btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 65px;
  height: 65px;
  font-size: 14px;
  line-height: 66px;
  color: #000;
  text-align: center;
  background-color: #fecb2f;
  z-index: 10;
}
/************
	END Close Win Button
*************/
/************
	Socila List Links
*************/
.social_list {
  display: flex;
}
.social_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-left: -1px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #424756;
  transition: all .3s;
}
.social_list a:first-child {
  margin-left: 0;
}
.social_list a:hover {
  border-color: #fecb2f;
  color: #13192c;
  background-color: #fecb2f;
  transition: all .3s;
}
/************
	END Socila List Links
*************/
/************
	Contact Item
*************/
.contac_titem {
  overflow: hidden;
  text-align: left;
}
.contac_titem i {
  width: 38px;
  height: 80px;
  float: left;
}
/************
	END Contact Item
*************/
/**************************************************/
/*********************FOOTER***********************/
/**************************************************/
.max_mainfooter {
  background-color: #13192c;
  padding: 0px 0 0 0;
  color: #9ca5af;
}
.max_mainfooter h2,
.max_mainfooter h3,
.max_mainfooter h4,
.max_mainfooter h5,
.max_mainfooter h6 {
  color: #fff;
}
.footercol img {
  max-width: 100%;
}
.footercol p {
  margin-bottom: 0;
}
.widget_footer a:hover {
  color: #fecb2f;
}
.copy_foter {
  height: 70px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copy_foter .container,
.stycopy,
.copy_socials,
.socilalist_footer,
.copy_align_center {
  height: 100%;
}
.copy_socials {
  overflow: hidden;
}
.stycopy {
  float: left;
}
.socilalist_footer {
  float: right;
}
.copy_align_center {
  display: flex;
  align-items: center;
}
.socilalist_footer .social_list {
  margin-top: -1px;
}
/************
	Footer Widgets
*************/
.widget_footer {
  margin-bottom: 50px;
}
.widget_footer a {
  color: #9ca5af;
}
.widget_footer.widget_nav_menu ul,
.widget_footer.widget_archive ul,
.widget_footer.widget_categories ul,
.widget_footer.widget_pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_footer.widget_nav_menu .nice-select ul,
.widget_footer.widget_archive .nice-select ul,
.widget_footer.widget_categories .nice-select ul,
.widget_footer.widget_pages .nice-select ul {
  padding: 7px 15px;
  box-sizing: border-box;
}
.widget_footer.widget_nav_menu ul li,
.widget_footer.widget_archive ul li,
.widget_footer.widget_categories ul li,
.widget_footer.widget_pages ul li {
  position: relative;
}
.widget_footer.widget_nav_menu ul li a,
.widget_footer.widget_archive ul li a,
.widget_footer.widget_categories ul li a,
.widget_footer.widget_pages ul li a {
  position: relative;
  display: inline-block;
  color: #9ca5af;
  padding: 3px 0 3px 0;
  left: 0!important;
}
.widget_footer.widget_nav_menu ul li a:hover,
.widget_footer.widget_archive ul li a:hover,
.widget_footer.widget_categories ul li a:hover,
.widget_footer.widget_pages ul li a:hover {
  color: #fecb2f;
}
.widget_footer.widget_nav_menu ul li:first-child a {
  padding-top: 0;
}
.widget_footer .contac_titem i {
  height: 70px;
}
.footer_box .footercol {
  padding-right: 30px;
}
.footer_box:last-child .footercol {
  padding-right: 0;
}
/**************************************************/
/****************MAX BIG SLIDER********************/
/**************************************************/
.max_big_slider_wrapp {
  position: relative;
  margin-top: -130px;
}
.max_big_slider .item_inner {
  padding-top: 130px;
}
.max_big_slider .slick-slide > div {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 786px;
}
.max_big_slider.max_big_slider_vh .slick-slide > div {
  height: 100vh;
}
.max_big_slide_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
  z-index: 1;
}
.max_big_slide_circles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(../images/circles.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.item_inner_container {
  position: relative;
  max-width: 1350px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 0;
  z-index: 3;
}
.max_big_slider .item_inner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item_slide_text {
  color: #fff;
}
.max_big_slide_title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 15px;
}
.max_big_slide_text {
  margin-bottom: 36px;
}
.max_big_slide_link a {
  margin: 0 10px 13px 0;
}
.max_big_slide_link a:last-child {
  margin: 0 0;
}
.max_big_slider_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
/*Max Big Slider Animation SLide*/
.item_slide_text[data-anima="true"] .max_big_slide_title,
.item_slide_text[data-anima="true"] .max_big_slide_link,
.item_slide_text[data-anima="true"] .max_big_slide_text {
  opacity: 0;
}
.item_wrapp.slick-active .item_slide_text[data-anima="true"] .max_big_slide_title,
.item_wrapp.slick-active .item_slide_text[data-anima="true"] .max_big_slide_link,
.item_wrapp.slick-active .item_slide_text[data-anima="true"] .max_big_slide_text {
  animation-name: fadeInUp;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.item_wrapp.slick-active .item_slide_text[data-anima="true"] .max_big_slide_title {
  animation-delay: .3s;
}
.item_wrapp.slick-active .item_slide_text[data-anima="true"] .max_big_slide_text {
  animation-delay: .8s;
}
.item_wrapp.slick-active .item_slide_text[data-anima="true"] .max_big_slide_link {
  animation-delay: 1.2s;
}
/**************************************************/
/***************TEMP BACKGORUN CORECT**************/
/**************************************************/
.about_andservices {
  background-repeat: no-repeat;
  background-position: right bottom;
}
.service_slide_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/**************************************************/
/****************MAX CARD INF**********************/
/**************************************************/
.max_box_inf {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid #d3d4d8;
  transition: all .3s;
}
.max_box_inf:hover {
  box-shadow: 0 17px 20px rgba(21, 41, 106, 0.2);
  transition: all .3s;
}
.max_box_inf_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.max_box_inf_img {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  transition: top .4s;
}
.max_box_inf_hide {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  border-top: 4px solid #fecb2f;
  margin-top: -4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #13192c;
  background-image: url(../images/linemon2.png);
  background-position: right -70px top;
  background-size: 200px;
  background-repeat: no-repeat;
  z-index: 2;
  transition: top 0.4s ease-out;
}
.max_box_inf:hover .max_box_inf_hide {
  top: 0;
  margin-top: 0;
  transition: top 0.4s ease-out;
}
.max_box_inf:hover .max_box_inf_img {
  top: -100%;
  transition: top 0.4s ease-out;
}
.max_box_inf_text {
  box-sizing: border-box;
  padding: 7% 13%;
  color: #fff;
}
.max_box_inf_text h1,
.max_box_inf_text h2,
.max_box_inf_text h3,
.max_box_inf_text h4,
.max_box_inf_text h5,
.max_box_inf_text h6,
.max_box_inf_text h7 {
  color: #fecb2f;
}
/**************************************************/
/****************BACKGROUND TEXT*******************/
/**************************************************/
.max_bg_text_fotn {
  position: relative;
}
.max_bg_text_align {
  position: absolute;
}
.bg_text {
  font-weight: 600;
  color: #f5f6f7;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #efefef;
  font-size: 180px;
}
.max_bg_title {
  position: relative;
}
/**************************************************/
/****************ABOUT TEXT SECTION HOME***********/
/**************************************************/
.about_textvideo {
  background-repeat: no-repeat;
  background-position: left top;
}
/**************************************************/
/******************LIGHT SECTION********************/
/**************************************************/
.light_section {
  background-color: #f2f3f5;
}
.light_section .bg_text {
  -webkit-text-stroke-color: #dedede;
}
/**************************************************/
/******************DARK SECTION********************/
/**************************************************/
.dark_section,
.yellow_section {
  position: relative;
  background-color: #1e2a4f;
  color: #fff;
}
.yellow_section {
  background-color: #fecb2f;
}
.dark_section .bg_text {
  color: #1e2a4f;
  -webkit-text-stroke-color: #39425f;
}
.dark_section h2,
.dark_section h3,
.dark_section h4,
.dark_section h5,
.dark_section h6 {
  color: #fff;
}
.yellow_section {
  color: #13192c;
}
/**************************************************/
/****************SIMPLE ICON SECTION***************/
/**************************************************/
.max_icontext {
  padding-right: 5%;
}
/**************************************************/
/***************MAX CAROUSEL MARGIN****************/
/**************************************************/
.max_carousel_margin .slick-slide {
  padding-left: 30px;
}
.max_carousel_margin .slick-list {
  margin-left: -30px;
}
/**************************************************/
/****************MAX TEAM CAROUSEL******************/
/**************************************************/
.max_team_slider_wrapper {
  position: relative;
}
.max_team_carousel .max_team_card_info {
  background-color: #13192c;
  margin: 0;
  padding: 30px 5px;
  box-sizing: border-box;
  text-align: center;
}
.max_team_carousel .max_team_card_info .max_team_title {
  color: #fff;
}
/**************************************************/
/****************MAX SERVICE CARD******************/
/**************************************************/
.max_service_carousel_wrp {
  position: relative;
}
.max_service_card {
  position: relative;
  overflow: hidden;
}
.max_service_image {
  overflow: hidden;
}
.max_service_image img {
  display: block;
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.max_service_text {
  box-sizing: border-box;
  padding: 30px 40px 35px 40px;
  background-color: #13192c;
  color: #fff;
}
.max_service_name {
  text-align: center;
  color: #fff;
}
.max_service_card_hiden {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -4px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 45px;
  border-top: 4px solid #fecb2f;
  background-color: #13192c;
  background-image: url(../images/linemon6.png);
  background-repeat: no-repeat;
  background-position: right -100px top -20px;
  color: #fff;
  transition: all 0.4s ease-out;
}
.max_service_card:hover .max_service_card_hiden {
  top: 0;
  margin-top: 0;
  transition: all 0.4s ease-out;
}
.max_service_hiden_short {
  margin-bottom: 30px;
  line-height: 1.6;
}
.max_service_card_hiden .max_service_name {
  text-align: left;
  color: #fecb2f;
}
.max_service_card .readmore_plus:after,
.max_service_card .readmore_plus {
  color: #fff;
}
.max_service_card .readmore_plus:hover:after {
  color: #000;
}
/**************************************************/
/****************MAX BOX Withicon******************/
/**************************************************/
.max_box_withicon {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 700px;
  margin: auto;
  border: 1px solid #d3d4d8;
  border-bottom: 4px solid #fecb2f;
  box-sizing: border-box;
  padding: 50px;
  background-color: #fff;
}
div[data-widget_type="maxboxwithicon.default"],
div[data-widget_type="maxboxwithicon.default"] .elementor-widget-container {
  height: 100%;
}
.max_box_withicon_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.max_max_box_icon {
  margin-bottom: 30px;
  transform: translateY();
  transition: all .3s;
}
.max_box_withicon_untitle,
.elementor-icon-box-title span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #565969;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.max_box_withicon:hover .max_max_box_icon {
  transform: translateY(-10px);
  transition: all .3s;
}
/**************************************************/
/*************SECTION ATTENTION TEXT***************/
/**************************************************/
.section_attention_text {
  min-height: 700px;
  background-repeat: repeat-x;
}
.max_attention_box {
  padding: 100px;
  box-sizing: border-box;
  background-color: #fecb2f;
  margin-top: 15%;
  background-repeat: no-repeat;
  background-position: right -100px top;
}
/**************************************************/
/*******************MAX COUNTER********************/
/**************************************************/
.max_counter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.max_counter_number_wrapper {
  display: flex;
  position: relative;
  text-align: center;
}
.max_counter_number_prefix {
  position: absolute;
  left: -35px;
  top: 25px;
  font-size: 180px;
  font-weight: 600;
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #efefef;
}
.max_counter_number,
.max_counter_number_suffix,
.max_counter_title {
  position: relative;
}
.max_counter_number {
  font-size: 60px;
  font-weight: 600;
  color: #13192c;
}
.max_counter_number_suffix {
  padding-left: 10px;
  font-size: 16px;
  color: #565969;
  text-transform: uppercase;
}
.max_counter_title {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #13192c;
  text-align: center;
  margin-top: 30px;
}
/**************************************************/
/******************TEAM FILTER*********************/
/**************************************************/
.max_category_control {
  margin-bottom: 80px;
}
.max_team_filter_grid .max_team_filter_item {
  margin-bottom: 60px;
}
/**************************************************/
/****************REVIEWS CAROUSEL******************/
/**************************************************/
.max_item_rev {
  padding-left: 30px;
}
.max_review_carousel .slick-list {
  margin-left: -30px;
}
.max_item_rev_inner {
  display: flex;
  padding: 40px;
  margin-bottom: 35px;
  box-sizing: border-box;
  border: 1px solid #d3d4d8;
  background-image: url(../images/revquote_gray.png);
  background-repeat: no-repeat;
  background-position: right -50px top -40px;
  transition: all .6s;
}
.max_item_rev.slick-current .max_item_rev_inner {
  background-color: #13192c;
  background-image: url(../images/revquote_white.png);
  box-shadow: 0 17px 20px rgba(21, 41, 106, 0.2);
  color: #fff;
  transition: all .6s;
}
.max_item_rev_img {
  width: 85px;
  height: 85px;
  overflow: hidden;
}
.max_item_rev_img img,
.elementor .max_item_rev_img img {
  display: block;
  margin: auto;
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 2px;
}
.max_item_rev_inf {
  width: 85%;
  padding-left: 20px;
  padding-top: 15px;
}
.max_item_rev_bftilte {
  font-size: 13px;
  text-transform: uppercase;
}
.max_item_rev_name {
  font-size: 24px;
  font-weight: 600;
  color: #13192c;
  margin-bottom: 16px;
}
.max_item_rev.slick-current .max_item_rev_name {
  color: #fecb2f;
}
.max_review_carousel ul.slick-dots {
  margin: 0;
}
.max_round_dots {
  position: relative;
}
.max_round_dots .slick-dots {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.max_round_dots .slick-dots li {
  display: inline-block;
  line-height: 21px;
}
.max_round_dots .slick-dots li button {
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
  font-size: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #13192c;
  margin: 0 6px;
  transform: scale(1, 1);
  transition: all .3s;
}
.max_round_dots .slick-dots .slick-active button {
  background-color: #fecb2f;
  box-shadow: 0 5px 10px;
  box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.4, 1.4);
  transition: all .3s;
}
/**************************************************/
/********************TEAM CARD*********************/
/**************************************************/
.teamsection {
  background-repeat: no-repeat;
  background-position: left top;
}
.max_team_card_inner {
  position: relative;
  overflow: hidden;
}
.max_team_card_inner .max_team_photo {
  overflow: hidden;
}
.max_team_card_inner .max_team_photo img {
  display: block;
  width: 100%;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_team_card_inner:hover .max_team_photo img {
  transform: scale(1.06) translateX(2.55%);
  transition: all .6s;
}
.max_team_socials {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 5;
}
.icon_share_box {
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
  line-height: 47px;
  background-color: #fecb2f;
  border-radius: 2px;
  color: #13192c;
}
.max_team_socila_link {
  opacity: 0;
  visibility: hidden;
  display: block;
  padding-bottom: 13px;
  transform: translateX(10px);
  transition: all .3s;
}
.max_team_socila_link:last-child {
  margin-bottom: 0;
}
.max_team_socials:hover .max_team_socila_link {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.max_team_socials:hover .max_team_socila_link:nth-child(3) {
  transition: all .6s;
}
.max_team_socials:hover .max_team_socila_link:nth-child(4) {
  transition: all .8s;
}
.max_team_socials:hover .max_team_socila_link:nth-child(5) {
  animation-delay: 1s;
}
.max_team_socials:hover .max_team_socila_link:nth-child(6) {
  animation-delay: 1.2s;
}
.max_team_socials:hover .max_team_socila_link:nth-child(7) {
  animation-delay: 1.3s;
}
.max_team_socials:hover .max_team_socila_link:nth-child(8) {
  animation-delay: 1.4s;
}
.max_team_card_hidden {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  background: -moz-linear-gradient(top, rgba(107, 107, 107, 0) 0%, rgba(48, 52, 65, 0) 67%, #13192c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(107, 107, 107, 0) 0%, rgba(48, 52, 65, 0) 67%, #13192c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(107, 107, 107, 0) 0%, rgba(48, 52, 65, 0) 67%, #13192c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006b6b6b', endColorstr='#13192c', GradientType=0);
  /* IE6-9 */
  z-index: 2;
  transform: translateY(100%);
  transition: all 1s;
}
.max_team_card:hover .max_team_card_hidden {
  transform: translateY(0);
  transition: all .6s;
}
.max_team_card_info {
  width: 100%;
  margin-top: 18px;
}
.max_team_card_hidden .max_team_card_info {
  margin-top: 0;
}
.team_psition {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.max_team_title {
  margin-bottom: 0;
}
.max_team_card_hidden .team_psition,
.max_team_card_hidden .max_team_title {
  color: #fff;
}
.readmoreteam {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
/**************************************************/
/*****************MAX PIE CHART********************/
/**************************************************/
.max_pie_chart_holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.max_pc_percentage {
  position: relative;
  display: block;
  height: 176px;
  width: 176px;
  line-height: 176px;
  text-align: center;
  float: left;
}
.max_pc_percent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #13192c;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.max_pie_chart_holder .max_pc_percent:after {
  position: relative;
  top: -15px;
  content: '%';
  font-size: 36px;
}
.max_pie_chart_svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.max_pie_chart_holder .max_pc_percentage canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.max_pie_chart_holder .max_pie_chart_svg path {
  fill: #d2d2d4;
}
.max_pc_text_holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 15px 0 0 25px;
  width: 50%;
  float: left;
}
.max_caption_text {
  line-height: 2em;
  letter-spacing: .1em;
  font-size: 14px;
  margin: 13px 0 -3px;
  color: #8d8d8d;
  text-transform: uppercase;
}
.max_pc_title {
  margin: 0;
  line-height: 1em;
}
.max_pc_text {
  margin: 13px 0 0;
  font-size: 18px;
  line-height: 1.4em;
}
/**************************************************/
/****************MAX SLICE LAYERS******************/
/**************************************************/
.max_slice_layers,
div[data-widget_type="maxslicelayerstextbox.default"] .elementor-widget-container {
  position: relative;
  overflow: hidden;
}
.max_slice_layerone {
  opacity: 0;
  transition: 0s .8s;
}
.max_slice_layers img {
  display: block;
  max-width: 100%;
}
.active.max_slice_layers .max_slice_layerone,
div[data-widget_type="maxslicelayerstextbox.default"] .elementor-widget-container.active .max_slice_layerone {
  opacity: 1;
}
div[data-widget_type="maxslicelayerstextbox.default"] .elementor-widget-container:after,
div[data-widget_type="maxslicelayerstextbox.default"] .elementor-widget-container:before,
.max_slice_layers:after,
.max_slice_layers:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div[data-widget_type="maxslicelayerstextbox.default"] .elementor-widget-container:after,
.max_slice_layers:after {
  background-color: #13192c;
  z-index: 2;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
div[data-widget_type="maxslicelayerstextbox.default"] .elementor-widget-container:before,
.max_slice_layers:before {
  background-color: #fecb2f;
  z-index: 1;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
.active.max_slice_layers:before,
div[data-widget_type="maxslicelayerstextbox.default"] .elementor-widget-container.active:before {
  animation: max_appearing_section_animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.active.max_slice_layers:after,
div[data-widget_type="maxslicelayerstextbox.default"] .elementor-widget-container.active:after {
  animation: max_appearing_section_animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.max_slice_layerone_btns {
  margin-top: 20px;
}
/**************************************************/
/*****************MAX TOGGLE TABS******************/
/**************************************************/
.elementor-tab-title {
  cursor: pointer;
  font-size: 26px;
  color: #13192c;
  font-weight: 600;
  padding: 30px 35px;
  border-top: 1px solid #dfdfdf;
  border-bottom: none!important;
  background-image: url(../images/strock_pattern2.png);
}
.elementor-tab-title.elementor-active {
  background-image: none;
  background-color: #fff;
}
.elementor-toggle-item:first-child .elementor-tab-title {
  border-top: none;
}
.elementor-tab-title a {
  color: inherit;
  text-decoration: none;
}
.elementor-toggle-icon {
  position: relative;
  top: -10px;
  cursor: pointer;
  width: 44px!important;
  height: 44px;
  border-radius: 2px;
  text-align: center!important;
  line-height: 46px;
  color: #13192c;
  transition: all .3s;
}
.elementor-tab-title.elementor-active .elementor-toggle-icon,
.elementor-tab-title:hover .elementor-toggle-icon {
  box-shadow: 0 13px 20px rgba(206, 161, 24, 0.4);
  background-color: #fecb2f;
  transition: all .3s;
}
.elementor-toggle-icon-opened .elementor-toggle-icon-opened {
  display: inline-block !important;
  vertical-align: middle;
}
.elementor-toggle-icon span {
  font-size: 14px;
}
.elementor-tab-content {
  display: none;
  padding: 0 30px 30px 30px;
  border: none!important;
}
.elementor-tab-content.elementor-active {
  display: block;
}
.elementor-tab-content p {
  margin: 0;
}
/**************************************************/
/*************SHORTOCODE POST CARDS****************/
/**************************************************/
.max_preview_post_img {
  overflow: hidden;
}
.max_preview_post_img a {
  display: block;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_preview_post_img img {
  display: block;
  max-width: 100%;
}
.max_preview_post_text {
  padding: 23px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 4px solid #fecb2f;
}
.max_preview_post_text_inner {
  text-align: left;
}
.max_preview_post_date {
  color: #13192c;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.max_preview_post_title {
  margin-bottom: 35px;
}
.max_preview_post_title a {
  color: #13192c;
}
.max_preview_post_title a:hover {
  color: #fecb2f;
}
.max_preview_post:hover .max_preview_post_img a {
  transform: scale(1.06) translateX(2.55%);
  transition: all .3s;
}
.latest_post_list .see_all_link {
  position: absolute;
  top: -90px;
  right: 57px;
}
.dark_section .see_all_link a {
  color: #fff;
}
/**************************************************/
/*****************CALENDAR EVENTS******************/
/**************************************************/
/*
Monthly
*/
.calendar-nav {
  display: flex;
  justify-content: flex-end;
}
.calendar-header {
  display: flex;
  align-items: center;
}
.calendar-nav,
.year-data {
  flex-grow: 2;
}
.year-data-title {
  margin: 0;
}
.month_calendar .cal-row-head .cal-cell1 {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 15px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #e2e2e2;
}
.month_calendar .cal-month-box .cal-month-day {
  text-align: right;
  height: 150px;
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #e2e2e2;
}
.month_calendar .cal-month-box .event-day {
  cursor: pointer;
}
.cal-month-day .text-today,
.cal-month-day .list-events {
  position: static;
}
.fw-shortcode-calendar .cal-year-box [class*="span"]:hover,
.fw-shortcode-calendar .cal-month-box [class*="cal-cell"]:hover {
  background-color: #fff;
  cursor: default;
}
.cal-day-today.event-day {
  background-color: #f2f3f5 !important;
}
.event-day {
  background-image: url(../images/strock_pattern2.png);
}
#cal-slide-tick {
  border-top: 11px solid #f2f3f5!important;
}
#cal-slide-content {
  background-color: #fff!important;
  box-shadow: 0 0 0 1px #e2e2e2;
}
.cal-event-list ul li a,
.day-highlight a.event-item,
.day-highlight a.cal-event-week {
  position: relative;
  display: inline-block;
  padding: 3px 19px;
  text-decoration: none!important;
}
.cal-event-list ul li a:after,
.day-highlight a.event-item:after,
.day-highlight a.cal-event-week:after {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 16px;
  content: '\E852';
  line-height: 16px;
  font-family: 'maxicons';
}
.cal-event-list ul li a:hover,
.day-highlight a.event-item:hover,
.day-highlight a.cal-event-week:hover {
  color: #fecb2f;
}
/****
Day
****/
.dailycalendar {
  border: 1px solid #e2e2e2;
}
.cal-context #cal-day-box .cal-row-head .events-col {
  margin: 0;
  padding-left: 21px;
}
.cal-context #cal-day-box .cal-row-head,
#cal-day-box .cal-day-hour {
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}
.cal-context #cal-day-box .cal-day-hour .cal-day-hour-part {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
}
.cal-context #cal-day-box .cal-day-hour:last-child .cal-day-hour-part:last-child {
  border-bottom: none;
}
.cal-context #cal-day-box .time-col {
  border-right: 1px solid #e2e2e2;
}
.cal-context #cal-day-box .cal-day-hour .time-col {
  margin-left: -1px;
}
.cal-context #cal-day-box .day-highlight {
  margin-bottom: 0;
}
.cal-context .day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-image: url(../images/strock_pattern2.png);
  background-color: #f2f3f5 !important;
}
.day-highlight a.event-item {
  display: block;
  margin-top: 5px;
  padding-top: 7px;
  padding-bottom: 5px;
}
/*****
Week
****/
.weekly_calendar .cal-row-head .cal-cell1 {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 00 0 0;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #e2e2e2;
}
.cal-week-box.weekly_calendar .cal-row-head [class*="cal-cell"],
.cal-week-box .cal-row-head [class*="cal-cell"]:first-child {
  padding-top: 8px!important;
}
.weekly_calendar.cal-week-box .cal-row-head [class*="cal-cell"] small {
  margin: 7px 0 0 0;
  border-top: 1px solid #e2e2e2;
}
.cal-week-box.weekly_calendar .cal-row-head [class*="cal-cell"] small span {
  float: right;
  margin: 0 10px 0 0;
  font-size: 16px;
}
.cal-week-box.weekly_calendar hr {
  display: none;
}
.cal-week-box .cal-row-fluid {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e2e2e2;
}
.cal-week-box.weekly_calendar [data-event-class] {
  margin: 0;
}
.day-highlight a.cal-event-week {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}
/**************************************************/
/************MAX EVENTS ARCHIVE WIDGET*************/
/**************************************************/
.event_shufl {
  margin-left: -15px;
  margin-right: -15px;
}
.max_event_card_shfl {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 15px;
}
.event_column_2 .max_event_card_shfl {
  width: 50%;
}
.event_column_4 .max_event_card_shfl {
  width: 25%;
}
/**************************************************/
/***************MAX ARBITRARY CARD*****************/
/**************************************************/
.max_arbitrary_card {
  max-width: 650px;
  margin: auto;
}
.max_arbitrary_card_img {
  overflow: hidden;
}
.max_arbitrary_card_img img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.max_arbitrary_card_img a {
  display: block;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_arbitrary_card:hover .max_arbitrary_card_img a {
  transform: scale(1.06) translateX(2.55%);
  transition: all .3s;
}
.max_arbitrary_card_text {
  box-sizing: border-box;
  padding: 27px 35px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
.max_arbitrary_card_short p {
  margin: 0;
}
.max_arbitrary_card_link {
  margin-top: 30px;
}
/**************************************************/
/***************MAX SHUFFLE BOXIS******************/
/**************************************************/
.max_box_sizer {
  position: absolute;
  visibility: hidden;
  width: 8.3333%;
  height: 1px;
}
.max_shuffle_box {
  width: 25%;
}
.max_shuffle_box.photo_large {
  width: 50%;
}
.max_shuffle_box_inner {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.max_shuffle_box_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_shuffle_box_img img {
  display: block;
  width: 100%;
}
.max_shuffle_box_text,
.max_sliderinf_box_text {
  opacity: 0;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
  transition: all .2s;
}
.max_shuffle_box_text:after,
.max_sliderinf_box_text:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2a4f;
  opacity: .95;
  z-index: 1;
}
.max_shuffle_box_text_inner,
.max_sliderinf_box_text_inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.max_shuffle_box_link,
.max_sliderinf_box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 3;
}
.max_shuffle_box_link:after,
.max_sliderinf_box_link:after {
  opacity: 0;
  right: 40px;
  top: 40px;
  background-color: #fecb2f;
}
.max_shuffle_box_title,
.max_sliderinf_box_title {
  margin-bottom: 0;
}
.max_shuffle_box_befreotitle,
.max_sliderinf_box_befreotitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.max_shuffle_box_title,
.max_shuffle_box_befreotitle,
.max_sliderinf_box_title,
.max_sliderinf_box_befreotitle {
  color: #fff;
  transform: translateY(-70px);
  transition: all .4s;
}
.max_shuffle_box:hover .max_shuffle_box_text,
.max_shuffle_box:hover .max_shuffle_box_link:after,
.max_sliderimageinf_item:hover .max_sliderinf_box_text,
.max_sliderimageinf_item:hover .max_sliderinf_box_link:after {
  opacity: 1;
  transition: all .2s;
}
.max_shuffle_box:hover .max_shuffle_box_img {
  transform: scale(1.06) translateX(2.55%);
  transition: all .3s;
}
.max_shuffle_box:hover .max_shuffle_box_befreotitle,
.max_shuffle_box:hover .max_shuffle_box_title,
.max_sliderimageinf_item:hover .max_sliderinf_box_befreotitle,
.max_sliderimageinf_item:hover .max_sliderinf_box_title {
  transform: translateY(0);
  transition: all .4s;
}
/**************************************************/
/************MAX INFO SIMPLE CAROUSEL**************/
/**************************************************/
.max_sliderimageinf_item_wrp {
  position: relative;
}
.max_sliderimageinf_arrow .slick-prev,
.max_sliderimageinf_arrow .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 10;
}
.max_sliderimageinf_arrow .slick-prev {
  left: 0;
}
.max_sliderimageinf_arrow .slick-next {
  right: 0;
}
.max_sliderimageinf[data-pagin="true"] .max_sliderinf_box_text {
  padding-bottom: 90px;
}
/**************************************************/
/***************MAX PRICE CARD*********************/
/**************************************************/
.max_price_card {
  max-width: 420px;
  width: 100%;
  margin: auto;
}
.max_price_card_inner {
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px;
  border: 1px solid #e8e8e8;
}
.max_price_card_title {
  margin-bottom: 0;
}
.max_price_card_price {
  display: flex;
}
.max_price_card_price .card_price {
  font-size: 90px;
  font-weight: 600;
  color: #13192c;
  line-height: 1.1;
}
.max_price_card_currency {
  padding-left: 10px;
  padding-top: 18px;
}
.max_price_card_currency span {
  display: block;
}
.max_price_card_currency .card_currency {
  font-size: 50px;
  font-weight: 600;
  color: #13192c;
  margin-bottom: 12px;
}
.max_price_card_currency .card_period {
  font-size: 14px;
  text-transform: uppercase;
  color: #13192c;
}
.max_price_card_plans {
  margin-bottom: 35px;
}
.max_price_card_plans ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.max_price_card_plans ul li {
  position: relative;
  font-size: 18px;
  padding: 5px 0 5px 25px;
}
.max_price_card_plans ul li:after {
  position: absolute;
  content: '\E85D';
  font-family: 'maxicons';
  left: 0;
  top: 5px;
  font-size: 13px;
}
.max_price_card_active .max_price_card_inner {
  position: relative;
  z-index: 10;
  background-color: #13192c;
  transform: scale(1.1);
  border: none;
  box-shadow: 0 17px 40px rgba(21, 41, 106, 0.4);
}
.max_price_card_active .max_price_card_inner,
.max_price_card_active .max_price_card_title,
.max_price_card_active .card_price,
.max_price_card_active .card_currency,
.max_price_card_active .card_period {
  color: #fff;
}
/**************************************************/
/******************PAGE HEADER*********************/
/**************************************************/
.max_header_page {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 530px;
  color: #fff;
}
.single-fw-event .max_header_page {
  min-height: 400px;
}
.max_header_page .max_bg_title {
  font-size: 90px;
  color: #fff;
}
.dark_text_head .max_bg_title,
.dark_text_head {
  color: #13192c;
}
.dark_text_head .bg_text {
  -webkit-text-stroke-color: #13192c;
}
.max_header_page > p,
.max_header_page > div {
  position: relative;
}
.cover_color {
  position: relative;
}
.cover_color:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
/**************************************************/
/*****************MAX DRAG LINKS*******************/
/**************************************************/
.logos_drag_section {
  text-align: center;
  background-repeat: repeat-x;
  background-position: left top;
}
.logos_drag_section .row:first-child {
  margin-bottom: 40px;
}
.max_drag_link {
  display: inline-block;
  overflow: hidden;
}
.max_drag_link a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.max_drag_link .max_drg_image {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.max_drag_link .max_drg_hover_image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  transform: translate(-50%, -100%);
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.max_drag_link a:hover .max_drg_hover_image {
  transform: translate(-50%, 0);
}
.max_drag_link a:hover .max_drg_image {
  transform: translateY(100%);
}
/**************************************************/
/***************MAX PHOTO FILTER*******************/
/**************************************************/
.max_filter_image_btns {
  margin-bottom: 70px;
  text-align: center;
}
.shuffle_pic_item a,
.shuffle_pic_item img {
  display: block;
  width: 100%;
}
/**************************************************/
/*******************MAX TEAM***********************/
/**************************************************/
.max_team_2 .max_team_card {
  width: 50%;
}
.max_team_3 .max_team_card {
  width: 33.333%;
}
.max_team_4 .max_team_card {
  width: 25%;
}
.max_team_card .max_team_photo,
.max_team_text_out .max_team_photo > a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_team_card:hover .max_team_photo,
.max_team_card:hover .max_team_photo > a {
  transform: scale(1.06) translateX(2.55%);
  transition: all .3s;
}
.max_team_text_out .max_team_photo {
  transform: none;
}
.max_team_card.max_team_text_out:hover .max_team_photo {
  transform: none;
}
/**************************************************/
/*****************MAX PORTFOLIO*******************/
/**************************************************/
.btn_load_wrap {
  padding-top: 60px;
  text-align: center;
}
.max_portfolio_2 .max_portfolio_box {
  width: 50%;
}
.max_portfolio_3 .max_portfolio_box {
  width: 33.333%;
}
.max_portfolio_4 .max_portfolio_box {
  width: 25%;
}
.max_portfolio_box_inner {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.max_portfolio_box_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_portfolio_box_img img {
  display: block;
  width: 100%;
}
.max_portfolio_box_text {
  opacity: 0;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
  transition: all .2s;
}
.max_portfolio_box_text:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2a4f;
  opacity: .95;
  z-index: 1;
}
.max_portfolio_box_text_inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.max_portfolio_box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 3;
}
.max_portfolio_box_link:after {
  opacity: 0;
  right: 40px;
  top: 40px;
  background-color: #fecb2f;
}
.max_portfolio_box_title {
  margin-bottom: 0;
}
.max_portfolio_box_befreotitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.max_portfolio_box_title,
.max_portfolio_box_befreotitle {
  color: #fff;
  transform: translateY(-70px);
  transition: all .4s;
}
.max_portfolio_box:hover .max_portfolio_box_text,
.max_portfolio_box:hover .max_portfolio_box_link:after {
  opacity: 1;
  transition: all .2s;
}
.max_portfolio_box:hover .max_portfolio_box_img {
  transform: scale(1.06) translateX(2.55%);
  transition: all .3s;
}
.max_portfolio_box:hover .max_portfolio_box_befreotitle,
.max_portfolio_box:hover .max_portfolio_box_title {
  transform: translateY(0);
  transition: all .4s;
}
/************************************************/
/***********TIMER WWIDGTEX PAGEBUILDER***********/
/************************************************/
.max_countdown_wrapper {
  text-align: center;
}
.max_countdown_item {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px;
}
.max_countdown_item.hidebox {
  display: none;
}
.max_date_item_num {
  font-size: 57px;
  line-height: 1;
}
.max_date_item_text {
  font-size: 16px;
}
/**************************************************/
/*****************MAX SIMPLE ICONS*****************/
/**************************************************/
.maxsimpleicon-wrapp {
  display: flex;
  align-items: center;
}
.max-icon {
  position: relative;
  display: inline-block;
}
.icon_desc p {
  margin: 0;
}
/**************************************************/
/***************MAX PROGRESS BAR*******************/
/**************************************************/
.elementor-progress-bar {
  position: relative;
}
.elementor-progress-percentage {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0;
}
/**************************************************/
/*****************ARCHIVE HEADER*******************/
/**************************************************/
.archive_header {
  background-image: url(../images/strock_pattern2.png);
  background-color: #f2f3f5;
}
.archive_header .container {
  min-height: 100px;
}
/**************************************************/
/*********************BREADCRAMP*******************/
/**************************************************/
.page_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_list li {
  padding: 0 1px;
}
.page_list li:first-child {
  padding-left: 0;
}
.page_list li,
.page_list li a {
  display: inline-block;
  font-size: 18px;
}
.page_list li:last-child {
  opacity: .7;
  padding-right: 0;
}
/**************************************************/
/******************PAGE LINKS**********************/
/**************************************************/
.page-links {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}
/**************************************************/
/***************CATEGORY PAGINATION****************/
/**************************************************/
ul.page-numbers {
  margin: 90px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.page-numbers li {
  display: inline-block;
  margin-right: 5px;
}
.page-numbers li:last-child,
.page-numbers li:first-child {
  margin-right: 0;
}
.page-numbers li a.prev,
.page-numbers li a.next {
  display: none;
}
.page-numbers li a,
.page-numbers li span.current,
.page-links a,
.page-links .current {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #13192c;
  text-align: center;
  border-radius: 2px;
  line-height: 45px;
  transition: all .3s;
}
.page-links a,
.page-links .current {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.page-numbers li span.current {
  background-color: #fecb2f;
}
.page-links .current {
  background-color: #e7e7e7;
  cursor: default;
}
.page-numbers li a.page-numbers:hover,
.page-links a {
  background-color: #fecb2f;
  transition: all .3s;
}
/**************************************************/
/****************MAX MAIN CONETNT******************/
/**************************************************/
.max_main_conetnt {
  padding: 120px 0;
}
/*************************************************************************************/
/************************************WIDGETS******************************************/
/*************************************************************************************/
.max_sidevar_colum {
  padding-left: 25px;
  box-sizing: border-box;
}
.max_sidevar_colum.sidebar_left {
  padding-left: 0;
  padding-right: 25px;
}
.max_widgrt_box {
  margin-bottom: 50px;
}
.max_widgrt_box:last-child {
  margin-bottom: 0;
}
.max_widgrt_box ul,
.widget_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.max_widgrt_box img,
.widget_footer img {
  max-width: 100%;
}
/**************************************************/
/********************SEARCH************************/
/**************************************************/
.max_widgrt_box .searchform,
.widget_footer .searchform,
.search_page .searchform,
.max_widgrt_box .woocommerce-product-search {
  position: relative;
}
.max_widgrt_box .labelsearch,
.widget_footer .labelsearch,
.max_widgrt_box .woocommerce-product-search .screen-reader-text,
.search_page.labelsearch {
  display: none;
}
.max_widgrt_box .searchform input,
.widget_footer .searchform input,
.max_widgrt_box .woocommerce-product-search .search-field,
.search_page .searchform input {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 45px 5px 10px;
}
.max_widgrt_box .searchform .search-submit,
.widget_footer .searchform .search-submit,
.max_widgrt_box .woocommerce-product-search button[type="submit"],
.search_page .searchform .search-submit {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #e7e7e7;
  border: none;
  transition: background-color 0.3s;
}
.search_page .searchform .search-submit:hover,
.widget_footer .searchform .search-submit:hover,
.max_widgrt_box .woocommerce-product-search button[type="submit"]:hover,
.max_widgrt_box .searchform .search-submit:hover {
  background-color: #fecb2f;
  transition: background-color 0.3s;
}
.max_widgrt_box .woocommerce-product-search button[type="submit"] {
  font-size: 3px;
  color: transparent;
}
.max_widgrt_box .woocommerce-product-search button[type="submit"]:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\e80b';
  font-family: 'maxicons';
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #13192c;
  line-height: 45px;
  height: 100%;
}
/**************************************************/
/*******************CALENDAR***********************/
/**************************************************/
.widget_calendar .calendar_wrap table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.widget_calendar .calendar_wrap caption {
  padding: 5px 0 0 0;
  font-size: 13px;
  text-transform: uppercase;
}
.widget_calendar .calendar_wrap table td {
  border: 1px solid #e7e7e7;
  padding: 5px 2px;
}
.widget_calendar .calendar_wrap table tfoot {
  display: none;
}
.widget_calendar .calendar_wrap table tfoot td {
  padding: 0;
}
.widget_calendar .calendar_wrap #today {
  background-color: #13192c;
  color: #fff;
}
.widget_calendar .calendar_wrap #today a {
  color: #fff;
}
.widget_calendar .calendar_wrap #today a:hover {
  color: #fecb2f;
}
/**************************************************/
/*******************CATEGORIES*********************/
/**************************************************/
.widget.widget_nav_menu ul > li,
.widget_categories li,
.widget_pages li,
.widget_archive li,
.woocommerce.widget_product_categories li,
.woocommerce.widget_layered_nav_filters li,
.widget_nav_menu li {
  margin-bottom: 7px;
  overflow: hidden;
}
.widget_nav_menu li > ul > li:last-child,
.widget.widget_nav_menu ul > li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.woocommerce.widget_product_categories li:last-child,
.woocommerce.widget_layered_nav_filters li:last-child,
.widget_archive li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu ul > li > a,
.widget.widget_nav_menu ul > li > a,
.widget_categories li a,
.widget_pages li a,
.woocommerce.widget_product_categories li a,
.woocommerce.widget_layered_nav_filters li a,
.widget_archive li a {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  left: -12px;
  transition: all .3s;
}
.widget_nav_menu ul > li:hover > a,
.widget.widget_nav_menu ul > li:hover > a,
.woocommerce.widget_product_categories li:hover > a,
.woocommerce.widget_product_categories li.current-cat > a,
.woocommerce.widget_layered_nav_filters li:hover > a,
.widget_categories li:hover > a,
.widget_categories .current-cat > a,
.widget_categories li:hover > a,
.widget_categories .current-cat > a,
.widget_pages li:hover > a,
.widget_pages .current_page_item > a,
.widget_archive li:hover > a {
  left: 0;
  color: #fecb2f;
  transition: all .3s;
}
.widget_nav_menu ul > li > a:before,
.widget.widget_nav_menu ul > li > a:before,
.woocommerce.widget_product_categories li a:before,
.woocommerce.widget_layered_nav_filters li a:before,
.widget_categories li a:before,
.widget_pages li a:before,
.widget_archive li a:before {
  position: relative;
  content: '\E852';
  font-family: 'maxicons';
  font-size: 17px;
  margin-right: 5px;
}
.widget_categories form {
  margin-top: 25px;
}
.widget_pages li > .children,
.widget_nav_menu li > .sub-menu,
.widget_categories li > .children {
  margin-left: 15px;
}
/**************************************************/
/******************WIDGET META*********************/
/**************************************************/
.widget_meta li a {
  font-weight: 500;
}
/**************************************************/
/**************WIDGET RECENT ENTRIS****************/
/**************************************************/
.widget_recent_entries li a {
  font-weight: 500;
}
/**************************************************/
/*********************ARCHIVE**********************/
/**************************************************/
.widget_archive .nice-select {
  margin-top: 8px;
}
/************************************************/
/****************WIDGET GALLERY*****************/
/************************************************/
.widget_media_gallery .gallery,
.gallery {
  overflow: hidden;
  margin: 0;
}
.gallery .gallery-item {
  float: left;
  padding: 3px;
  margin: 0;
}
.widget_media_gallery .gallery img {
  display: block;
  margin: auto;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
/**************************************************/
/*****************WIDGET COMMENTS******************/
/**************************************************/
.widget_recent_comments .recentcomments {
  font-size: 16px;
  margin-bottom: 7px;
}
.widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .recentcomments span {
  font-weight: 500;
}
.widget_recent_comments .recentcomments a {
  text-decoration: underline;
}
/**************************************************/
/*******************WIDGET RSS*********************/
/**************************************************/
.widget_rss {
  margin-top: 8px;
}
.widget_rss li {
  font-size: 16px;
  margin-bottom: 20px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li a {
  font-weight: 500;
}
.widget_rss li .rss-date {
  padding-left: 5px;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.widget_rss .rssSummary {
  margin-top: 3px;
}
.widget_rss cite {
  padding: 0;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  font-style: normal!important;
}
/**************************************************/
/***************RECENT POSTS WIDGET****************/
/**************************************************/
.recent-posts-widget-with-thumbnails ul {
  margin-top: 25px;
}
.recent-posts-widget-with-thumbnails li {
  overflow: hidden;
  margin-bottom: 20px;
}
.recent-posts-widget-with-thumbnails li a {
  display: block;
  color: #13192c;
}
.recent-posts-widget-with-thumbnails li:hover a {
  color: #fecb2f;
}
.recent-posts-widget-with-thumbnails li a img {
  float: left;
  margin: 0 15px 0 0!important;
  width: 75px!important;
  height: 100px!important;
  object-fit: cover;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
  display: block;
  padding-top: 22px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-date {
  display: block;
  font-size: 12px;
  color: #9ca5af;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.recent-posts-widget-with-thumbnails li:last-child {
  margin-bottom: 0;
}
/**************************************************/
/**************PRODUCT CART WIDGET*****************/
/**************************************************/
.max_widgrt_box .widget_shopping_cart li.mini_cart_item:last-child {
  margin-bottom: 25px;
}
.max_widgrt_box .widget_shopping_cart_content .total,
.max_widgrt_box .widget_shopping_cart_content .buttons {
  padding-left: 10px;
  padding-right: 10px;
}
.max_widgrt_box .widget_shopping_cart_content .buttons {
  padding-top: 10px;
  padding-bottom: 0;
}
.max_widgrt_box .widget_shopping_cart_content .buttons .button {
  padding-right: 0;
}
.max_widgrt_box .widget_shopping_cart_content .buttons .button:after {
  display: none;
}
/**************************************************/
/********************PAGE SIMPLE********************/
/**************************************************/
.page_inner img {
  max-width: 100%;
}
.wp-block-image {
  clear: both;
}
/**************************************************/
/*****************TABLE PAGE STYLE*****************/
/**************************************************/
.max_post_text_inner table,
.page_inner table {
  border-collapse: collapse;
  margin-bottom: 25px;
}
.max_post_text_inner table td,
.max_post_text_inner table th,
.page_inner table td,
.page_inner table th {
  border: 1px solid #e7e7e7;
  padding: 2px 10px;
  font-size: 16px;
}
.woocommerce-page .page_inner table th,
.woocommerce-page .page_inner table td {
  border: none;
}
/**************************************************/
/**************PRODUCT LIST WIDGET*****************/
/**************************************************/
ul.product_list_widget {
  margin-top: 25px;
}
.product_list_widget li .star-rating {
  display: none;
}
.product_list_widget li {
  min-height: 98px;
  position: relative;
  margin-bottom: 22px;
  text-align: left;
}
.product_list_widget li:last-child {
  margin-bottom: 0;
}
.product_list_widget li a {
  display: block;
  overflow: hidden;
  color: #13192c;
}
.product_list_widget li:hover a {
  color: #fecb2f;
}
.product_list_widget li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 100px;
  object-fit: cover;
}
.product_list_widget .product-title {
  box-sizing: border-box;
  display: block;
  padding: 22px 0 0 91px;
  margin-bottom: 2px;
  position: relative;
  float: left;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
}
.product_list_widget .woocommerce-Price-amount,
.product_list_widget del {
  float: left;
  margin: 0 0 0 91px;
  font-size: 16px;
  color: #13192c;
}
.product_list_widget ins {
  float: left;
  margin-left: 8px;
}
.product_list_widget del .woocommerce-Price-amount,
.product_list_widget ins .woocommerce-Price-amount {
  margin-left: 0;
}
.product_list_widget del .woocommerce-Price-amount {
  text-decoration: line-through;
}
/**************************************************/
/************PRODUCT SLIDER WIDGET*****************/
/**************************************************/
.widget.woocommerce.widget_price_filter form {
  margin-top: 25px;
  margin-bottom: 6px;
}
.ui-widget-content {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.ui-widget-content .ui-widget-header {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: initial;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #e7e7e7;
  height: 2px;
  position: relative;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background-color: #fecb2f;
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  background-color: #fecb2f;
  border-radius: 50%;
  cursor: pointer;
  height: 11px;
  margin: 0 0 0 -1px;
  outline: 0;
  position: absolute;
  top: -5px;
  width: 11px;
  z-index: 2;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
  transform: translateX(-50%);
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  margin-top: 30px;
}
.widget.woocommerce.widget_price_filter .price_label {
  float: right;
  line-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  color: #13192c;
}
/**************************************************/
/*********************TAGS*************************/
/**************************************************/
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  margin-top: 20px;
}
.widget_tag_cloud .tagcloud a,
.post_tags a,
.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  color: #13192c;
  font-size: 13px!important;
  border-radius: 2px;
  padding: 11px 18px;
  margin-right: 8px;
  line-height: 1.4em;
  margin-bottom: 13px;
  box-sizing: border-box;
  text-transform: uppercase;
  background-color: #f2f3f5;
  transition: background-color 0.3s;
}
.widget_tag_cloud .tagcloud a:last-child,
.post_tags a:last-child,
.widget_product_tag_cloud .tagcloud a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.widget_tag_cloud .tagcloud a:hover,
.post_tags a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #fecb2f;
  color: #13192c;
  transition: background-color 0.3s;
}
/**************************************************/
/******************INSTAGRAM***********************/
/**************************************************/
.max_widgrt_box .instagram-pics {
  overflow: hidden;
  margin-top: 25px;
}
.instagram-pics li {
  float: left;
  width: 29%;
  list-style: none;
}
.instagram-pics li a,
.instagram-pics li img {
  display: block;
}
.instagram-pics li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.instagram-pics li:nth-child(3n) {
  margin-right: 0;
}
.instagram-pics li img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
/**************************************************/
/******************TEXT SOCIALS********************/
/**************************************************/
.widget_text .textsocials {
  margin-top: 23px;
}
.textsocials li {
  display: inline-block;
  margin-right: 12px;
}
.textsocials li:last-child {
  margin-right: 0;
}
.textsocials li a {
  display: inline-block;
  color: #13192c;
}
.textsocials li a:hover {
  color: #fecb2f;
}
/**************************************************/
/********************SUBSCRIBE*********************/
/**************************************************/
.max_widgrt_box .mc4wp-form {
  margin-top: 25px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields {
  position: relative;
}
.widget_mc4wp_form_widget .mc4wp-form-fields input {
  width: 100%;
  height: 45px;
  padding: 5px 45px 5px 10px;
  box-sizing: border-box;
}
.widget_mc4wp_form_widget .mc4wp-form-fields button {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #e7e7e7;
  border: none;
  transition: background-color 0.3s;
}
.widget_mc4wp_form_widget .mc4wp-form-fields button:hover {
  background-color: #fecb2f;
  transition: background-color 0.3s;
}
/*************************************************************************************/
/**************************************BLOG*******************************************/
/*************************************************************************************/
/**************************************************/
/********************ARCHIVE***********************/
/**************************************************/
.max_blog_standart .max_post_item {
  margin-bottom: 90px;
}
.max_blog_standart .max_post_item:last-child {
  margin-bottom: 0;
}
.post_heading {
  margin-bottom: 25px;
}
.post_image {
  text-align: center;
}
.post_image_inner {
  display: inline-block;
  overflow: hidden;
}
.post_image .post_image_inner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  transform: scale(1.03);
  transition: transform 1s cubic-bezier(0.22, 0.02, 0, 0.93);
}
.max_post_item:hover .post_image img {
  transform: scale(1.03) translateX(1.5%);
  transition: all .6s;
}
.post_info_top {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
.max_post_item .post_title {
  font-size: 40px;
  word-break: break-all;
}
.post_text .post_title a {
  color: #13192c;
}
.post_text .post_title a:hover {
  color: #fecb2f;
}
.post_read_more_button {
  margin-top: 22px;
}
/**************************************************/
/*******************POST QUOTE*********************/
/**************************************************/
.max_post_item.format-quote {
  margin-bottom: 100px;
}
.max_blog_masonry {
  overflow: hidden;
}
.max_blog_masonry .max_post_item.format-quote {
  margin-bottom: 80px;
}
.max_quote_box {
  position: relative;
  padding: 60px;
  background: url(../images/strock_pattern3.png), #13192c url(../images/quotetrsp.png) no-repeat top -50px right -50px;
  color: #fff;
}
.max_post_text_inner .max_quote_box {
  margin-bottom: 32px;
}
.max_quote_title {
  display: block;
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
.author_quote {
  position: absolute;
  left: 60px;
  bottom: 40px;
}
.author_quote ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.max_post_text_inner.format-quote .post_text {
  margin-bottom: 18px;
}
/**************************************************/
/****************ARCHIVE MASONRY*******************/
/**************************************************/
.max_blog_masonry .max_post_item {
  box-sizing: border-box;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 60px;
}
.max_blog_masonry .max_post_item .post_title {
  font-size: 30px;
}
/**************************************************/
/******************STYCKY POST*********************/
/**************************************************/
.max_post_item.sticky .post_image_inner {
  border: 4px solid #fecb2f;
  position: relative;
}
.max_post_item.sticky .post_image_inner:before {
  position: absolute;
  content: '\E830';
  left: 20px;
  top: 20px;
  font-size: 16px;
  font-family: 'maxicons';
  width: 45px;
  height: 45px;
  background-color: #fecb2f;
  border-radius: 2px;
  color: #13192c;
  text-align: center;
  line-height: 45px;
  z-index: 2;
  transform: translateY(0);
  transition: all .3s;
}
.max_post_item.sticky:hover .post_image_inner:before {
  transform: translateY(-10px);
  transition: all .3s;
}
.max_post_item.sticky .post_title {
  position: relative;
  padding-left: 20px;
}
.max_post_item.sticky .post_title:before {
  position: absolute;
  content: '\E830';
  left: 0;
  top: 10px;
  font-size: 16px;
  font-family: 'maxicons';
}
.max_post_item.sticky .post_title:hover:before {
  color: #fecb2f;
}
/**************************************************/
/*******************POST SINGLE********************/
/**************************************************/
.max_post_text_inner .post_image img {
  max-width: 100%;
  height: auto;
}
.max_post_text_inner .post_heading {
  margin-bottom: 32px;
}
.post_info_bottom {
  overflow: hidden;
  width: 100%;
}
.post_tags {
  margin-top: 50px;
}
.max_post_text_inner .post_title {
  margin-bottom: 22px;
  word-break: break-word;
}
.single .post_text_inner {
  overflow: hidden;
}
.post_text_inner .gallery-item .gallery-caption,
.post_text_inner .wp-caption-text {
  padding: 5px 0;
}
.post_text_inner .wp-block-media-text__media img {
  margin-bottom: 15px;
}
.post_text_inner {
  line-height: 1.45;
}
/**************************************************/
/****************POST NAVIGATION*******************/
/**************************************************/
.post_navigation {
  margin-top: 80px;
  text-align: center;
}
.back_to_parent {
  display: inline-block;
}
.post_navigation .prev {
  float: left;
}
.post_navigation .next {
  float: right;
}
.post_navigation .prev a,
.post_navigation .next a {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #13192c;
}
.post_navigation .prev a .nav_icon,
.post_navigation .next a .nav_icon,
.back_to_parent a {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 2px;
  background-color: #13192c;
  transform: translateY(0);
  transition: all .3s;
}
.back_to_parent a {
  line-height: 47px;
  font-size: 19px;
}
.post_navigation .prev a .nav_icon {
  margin-right: 15px;
}
.post_navigation .next a .nav_icon {
  margin-left: 15px;
}
.post_navigation .prev a:hover .nav_icon,
.post_navigation .next a:hover .nav_icon,
.back_to_parent a:hover {
  background-color: #fecb2f;
  color: #13192c;
  box-shadow: 0 13px 20px rgba(206, 161, 24, 0.4);
  transform: translateY(-3px);
  transition: all .3s;
}
/**************************************************/
/*****************RELATED POST*********************/
/**************************************************/
.related_post_title {
  margin-top: 80px;
}
.related_post_title {
  margin-bottom: 35px;
}
.max_related_post_text {
  margin-top: 12px;
}
.max_related_post_title {
  margin: 0;
  text-align: left;
}
.max_related_post_title a {
  color: #13192c;
}
.max_related_post_title a:hover {
  color: #fecb2f;
}
.max_related_post_img {
  overflow: hidden;
}
.max_related_post_img img {
  height: auto;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_related_post_item:hover .max_related_post_img img {
  transform: scale(1.06) translateX(2.55%);
  transition: all .3s;
}
.max_related_post .max_post_wrapper_ta {
  text-align: left;
}
/**************************************************/
/*******************COMMENTS***********************/
/**************************************************/
.pagecomment_wrp {
  float: left;
  width: 100%;
  clear: both;
}
.comments-area {
  margin-top: 58px;
}
.comment_title {
  margin-bottom: 40px;
}
.comments-area .comment-list,
.comments-area .comment-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.comments-area .comment-list {
  margin-bottom: 68px;
}
.comment-list .comment {
  margin-bottom: 60px;
}
.comment-list .comment:last-child {
  margin-bottom: 0;
}
.comment-list .comment .single-comment {
  display: flex;
}
.comment-list .comment .avatar_comment {
  width: 105px;
}
.comment-list .comment .comment_field {
  padding-left: 30px;
  width: 87%;
  box-sizing: border-box;
}
.comment_field .comment-date {
  display: none;
}
.comment-author {
  font-size: 26px;
  color: #13192c;
  font-weight: 600;
  margin-bottom: 15px;
}
.comment-list .comment .children {
  margin-top: 65px;
  padding-left: 40px;
}
.comment-reply-title {
  margin-bottom: 40px;
}
.comment-form-comment textarea {
  padding: 18px 25px;
  font-size: 18px;
}
.comment-form-author,
.comment-form-email {
  margin-top: 10px;
}
.comment-form-author input,
.comment-form-email input {
  font-size: 18px;
  border-left: none;
  padding-left: 0;
  border-top: none;
  border-right: none;
}
.comment_btn_wrapp {
  margin-top: 40px;
}
.comment-form-cookies-consent,
.comment-form-cookies-consent label {
  margin-bottom: 0;
}
.comment-form-cookies-consent {
  margin-top: 18px;
  font-size: 16px;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin: 0 10px 0 0;
}
/**************************************************/
/***************TEAM PAGE SINGLE*******************/
/**************************************************/
.max_single_tema_text {
  padding-left: 25px;
  padding-top: 0;
}
.max_team_pos {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.max_team_title_wrapp {
  margin-bottom: 30px;
}
.max_single_tema_photo {
  margin-bottom: 30px;
}
.max_team_single_soc_btn_wrapp {
  margin-top: 40px;
}
.max_team_single_socilas a {
  display: inline-block;
  margin-right: 10px;
  color: #13192c;
}
.max_team_single_socilas a:hover {
  color: #fecb2f;
}
.max_team_single_socilas {
  margin-bottom: 35px;
}
/**************************************************/
/***************MAX POPUP WINDOW*******************/
/**************************************************/
.max_popup_form_container {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  max-width: 460px;
  margin: auto;
  padding: 38px 45px 44px 45px;
}
.max_popup_form_container650 {
  max-width: 650px;
}
.max_popup_form_container form input[type="text"],
.max_popup_form_container form input[type="tel"],
.max_popup_form_container form input[type="email"],
.max_popup_form_container form textarea {
  margin-bottom: 30px;
}
.max_popup_title {
  margin-bottom: 30px;
}
.max_popup_form_container .mfp-close {
  opacity: 1;
  width: 45px;
  height: 45px;
  font-size: 3px;
  color: transparent;
  text-align: center;
  background-color: #fecb2f;
}
.max_popup_form_container .mfp-close:after {
  content: '\e808';
  font-family: 'maxicons';
  font-size: 14px;
  color: #13192c;
}
/**************************************************/
/***************PORTFOLIO SINGLE*******************/
/**************************************************/
.max_portfolio_single_text {
  margin-top: 40px;
}
.max_portfolio_single_title {
  font-size: 40px;
}
.max_portfolio_single_inf {
  padding-left: 25px;
}
.max_portfolio_single_inf_item {
  margin-top: 34px;
}
.inf_folio_item {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.side_portf_inf {
  padding-left: 10px;
}
.side_portf_inf .max_portfolio_single_inf {
  padding-left: 0;
}
.side_portf_inf .max_portfolio_single_inf {
  margin-top: 20px;
}
.side_portf_inf .max_portfolio_single_inf_item {
  margin-top: 0;
}
.max_portfolio_carousel .slick-prev,
.max_portfolio_carousel .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 10;
}
.max_portfolio_carousel .slick-prev {
  left: 0;
}
.max_portfolio_carousel .slick-next {
  right: 0;
}
.max_portfolio_carousel .item a {
  outline: none;
}
.max_portfolio_carousel .item img {
  display: block;
  margin: auto;
}
/**************************************************/
/***************PORTFOLIO SIMPLE LIST**************/
/**************************************************/
.max_portf_single_item {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.max_portf_single_item:last-child {
  margin-bottom: 0;
}
/**************************************************/
/***************PORTFOLIO GRID*********************/
/**************************************************/
.max_portfolio_grid_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
.max_portfolio_grid_item {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.max_portfolio_grid_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.max_portfolio_grid_item a,
.max_portfolio_grid_item img {
  display: block;
}
.max_portfolio_grid_item img {
  height: 258px;
  width: 100%;
  object-fit: cover;
}
/**************************************************/
/*************PORTFOLIO MASONRY GRID***************/
/**************************************************/
.max_portfolio_masonry_grid_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.max_portfolio_masonry_grid_item {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.max_portfolio_masonry_grid_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
/**************************************************/
/******************SEARCH PAGE*********************/
/**************************************************/
.search_page .searchform .labelsearch {
  display: none;
}
.search_page .searchform input {
  height: 75px;
}
.search_page .searchform .search-submit {
  height: 100%;
  width: 75px;
}
/**************************************************/
/********************404 PAGE**********************/
/**************************************************/
.max_404_page_wrapper {
  display: flex;
  height: 100vh;
  margin-top: -130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.max_404_page_text {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: auto;
}
.btn_back_home {
  margin-top: 35px;
}
/**************************************************/
/*******************NICE SELECT********************/
/**************************************************/
.nice-select {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}
.nice-select:before {
  position: absolute;
  right: -1px;
  top: -1px;
  content: '\F107';
  font-family: 'maxicons';
  font-size: 22px;
  height: 104%;
  width: 45px;
  background-color: #e7e7e7;
  text-align: center;
  line-height: 45px;
  transition: all .3s;
}
.nice-select:hover:before {
  background-color: #fecb2f;
  transition: all .3s;
}
.nice-select > .current {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px 5px 15px;
  height: 33px;
  line-height: 1.2;
  overflow: hidden;
}
.nice-select .list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 44px;
  margin: 0;
  padding: 7px 15px;
  list-style: none;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-top: none;
  outline: none;
}
.nice-select.open .list {
  opacity: 1;
  visibility: visible;
}
.nice-select.open .list li {
  font-size: 16px;
  padding: 3px 0;
  transition: color .3s;
}
.nice-select.open .list li:hover {
  color: #fecb2f;
  transition: color .3s;
}
/**************************************************/
/*******************CONTACT PAGE*******************/
/**************************************************/
div[data-widget_type="icon-box.default"] .elementor-icon-box-title span {
  margin-bottom: 0;
}
div[data-widget_type="icon-box.default"] .elementor-icon-box-icon {
  margin-top: 5px;
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="phone"] {
  margin-bottom: 40px;
  border-top: none;
  padding-left: 0;
  border-left: none;
  border-right: none;
  height: 45px;
  cursor: pointer;
}
.contactform textarea {
  height: 150px;
  border-top: none;
  border-left: none;
  padding-top: 10px;
  padding-left: 12px;
  border-right: none;
  cursor: pointer;
  margin-bottom: 40px;
  border: 1px solid #e7e7e7;
}
.contactform textarea:focus {
  border-color: #fecb2f;
}
.contactform br {
  display: none;
}
/**************************************************/
/*****************EVENTS SINGLE*******************/
/**************************************************/
.event_container {
  max-width: 860px;
}
.event_title {
  font-size: 55px;
  margin-bottom: 40px;
  line-height: 1;
}
.event_infoe_box {
  display: flex;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 3px;
}
.event_infoe_box .event_info,
.event_infoe_box .event_map {
  width: 50%;
}
.event_info_fullwith {
  width: 100%;
}
.event_infoe_box .event_map .fw-map,
.event_infoe_box .event_map .fw-map-canvas {
  height: 100%!important;
  min-height: 250px;
}
.event_info {
  background-color: #f2f3f5;
  background-image: url(../images/strock_pattern2.png);
  box-sizing: border-box;
}
.event_info_item {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
  padding: 14px 15px 0 15px;
  border-top: 1px solid #fff;
}
.event_info_item:first-child {
  border-top: none;
}
.event_info_item i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all .3s;
}
.event_info_item:hover i {
  background-color: #fecb2f;
  transition: all .3s;
}
.event_info_item_text {
  text-align: right;
  padding-left: 30px;
  font-size: 14px;
}
.button_event_ord {
  margin-bottom: 45px;
}
.event_socials {
  text-align: center;
  margin-top: 40px;
}
.event_socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f2f3f5;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 41px;
}
/**************************************************/
/*****************EVENTS ARCHIVE*******************/
/**************************************************/
.max_event_card_item {
  margin-bottom: 60px;
}
.max_event_card_item:last-child {
  margin-bottom: 0;
}
.max_event_text {
  padding: 30px 0 0 0;
}
.max_event_time {
  margin-bottom: 20px;
}
.max_event_card_link {
  margin-top: 17px;
}
.max_event_time_iiner {
  display: inline-block;
  background-color: #e7e7e7;
  font-size: 13px;
  line-height: 1.6;
  padding: 3px 12px 0 12px;
}
.max_event_titlr a {
  color: #13192c;
}
.max_event_titlr a:hover {
  color: #fecb2f;
}
.max_event_preview {
  overflow: hidden;
}
.max_event_preview a {
  display: block;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_event_card:hover .max_event_preview a {
  transform: scale(1.06) translateX(2.55%);
  transition: all .3s;
}
/**************************************************/
/****************EVENTS ARCHIVE2*******************/
/**************************************************/
.max_event_box_inner {
  position: relative;
  box-sizing: border-box;
}
.max_event_box_img_wrp {
  overflow: hidden;
}
.max_event_box_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.max_event_box_img img {
  display: block;
  width: 100%;
}
.max_event_box_text {
  opacity: 0;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
  transition: all .2s;
}
.max_event_box_text_inner {
  position: relative;
  z-index: 2;
}
.event_style_default .max_event_box_text_inner {
  overflow: hidden;
}
.max_event_time_inner .post_data {
  display: inline-block;
  background-color: #fecb2f;
  color: #000;
  font-size: 13px;
  line-height: 1.6;
  padding: 3px 12px 0 12px;
}
.max_event_box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 3;
}
.max_event_box_link:after {
  opacity: 0;
  right: 40px;
  top: 40px;
  background-color: #fecb2f;
}
.max_event_box_text:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2a4f;
  opacity: .95;
  z-index: 1;
}
.max_event_box_title {
  margin-bottom: 0;
  margin-top: 5px;
}
.max_event_box_title,
.max_event_time_inner {
  color: #fff;
  transform: translateY(-70px);
  transition: all .4s;
}
.max_event_item:hover .max_event_box_img {
  transform: scale(1.06) translateX(2.55%);
  transition: all .3s;
}
.max_event_item:hover .max_event_box_text,
.max_event_item:hover .max_event_box_link:after {
  opacity: 1;
  transition: all .2s;
}
.max_event_item:hover .max_event_time_inner,
.max_event_item:hover .max_event_box_title {
  transform: translateY(0);
  transition: all .4s;
}
.max_event_box:hover .max_event_box_text,
.max_event_box:hover .max_event_box_link:after {
  opacity: 1;
  transition: all .2s;
}
.max_event_short_text,
.max_event_card_link {
  display: none;
}
/***
Style Archive 2
***/
.event_style_2 .max_event_box_text {
  opacity: 1;
  position: static;
  background-color: transparent;
  padding: 30px 0 0 0;
}
.event_style_2 .max_event_box_text:after,
.event_style_2 .max_event_box_text + .readmore_plus {
  display: none;
}
.event_style_2 .max_event_box_title,
.event_style_2 .max_event_time_inner {
  transform: translateY(0);
}
.event_style_2 .max_event_box_title,
.event_style_2 .max_event_time_inner {
  color: #13192c;
}
.event_style_2 .post_data {
  background-color: #e7e7e7;
  margin-bottom: 10px;
}
.event_style_2 .max_event_box_title {
  margin: 0 0 17px 0;
}
.event_style_2 .max_event_short_text,
.event_style_2 .max_event_card_link {
  display: block;
}
/*************************************************************************************/
/**************************************SHOP*******************************************/
/*************************************************************************************/
/**************************************************/
/*****************PRODUCT FILTER*******************/
/**************************************************/
.category_info_panel {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.category_info_panel .woocommerce-result-count,
.category_info_panel .woocommerce-ordering {
  width: 50%;
}
.category_info_panel .woocommerce-result-count {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.category_info_panel .woocommerce-ordering {
  text-align: right;
}
.woocommerce-ordering .nice-select.orderby {
  width: 245px;
}
/**************************************************/
/*****************PRODUCT GRID*********************/
/**************************************************/
ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
ul.products > li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 30px;
}
ul.products.columns-2 > li {
  width: 50%;
}
ul.products.columns-3 > li {
  width: 33.333%;
}
ul.products.columns-4 > li {
  width: 25%;
}
ul.products.columns-5 > li {
  width: 20%;
}
ul.products > li .product_image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
}
.products > li .product_image img {
  display: block;
  width: 100%;
}
.product_image_inner {
  position: relative;
}
.card_labels {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.card_labels > span {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 12px;
  color: #13192c;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  background-color: #fecb2f;
  text-transform: uppercase;
}
.product_image_inner .image_inner_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.link_to_text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  box-sizing: border-box;
}
.link_to_text_outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
}
.link_to_text_inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
.product_text_wrapper {
  position: relative;
  padding: 20px 0;
}
.product_info_top {
  padding-right: 67px;
}
.product_info_top .category-holder {
  float: left;
  line-height: 1;
  margin-bottom: 7px;
}
.product_info_top .category-holder a {
  display: inline-block;
  font-size: 12px;
  color: #13192c;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1;
}
.product_info_top .category-holder a:first-child {
  display: inline-block;
}
li.product .product_text_wrapper .star-rating {
  position: absolute;
  right: 0;
  top: 17px;
  margin: 0;
}
li.product .product_title {
  margin: 0;
}
li.product .product_title a {
  color: #13192c;
}
li.product .product_title a:hover {
  color: #fecb2f;
}
li.product .price {
  display: block;
  font-size: 16px;
  color: #13192c;
  margin-top: 4px;
}
li.product .price del,
li.product .price ins {
  display: inline-block;
}
li.product .price del {
  margin-right: 8px;
}
li.product .price ins {
  text-decoration: none;
}
/**************************************************/
/******************CATEGORY RATING*****************/
/**************************************************/
li.product-category .woocommerce-loop-category__title {
  font-size: 26px;
  margin: 17px 0 0 0;
}
li.product-category .woocommerce-loop-category__title .count {
  font-size: 21px;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
/**************************************************/
/******************PRODUCT RATING******************/
/**************************************************/
.woocommerce-product-rating {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: 0 0 15px 0;
}
.woocommerce-product-rating .woocommerce-review-link {
  padding-left: 5px;
}
.woocommerce .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 5px;
}
.woocommerce .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
  content: "\E801\E801\E801\E801\E801";
  font-family: 'maxicons';
  color: #e7e7e7;
  font-size: 15px;
}
.woocommerce .star-rating span:before {
  color: #fecb2f;
  font-family: 'maxicons';
}
.comment-form-rating label[for="rating"] {
  color: #fecb2f;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.comment-form-rating .stars span,
.comment-form-rating .stars span a {
  display: inline-block;
}
.comment-form-rating .stars span a {
  position: relative;
  line-height: 1;
  font-size: 1px;
  padding-right: 2px;
  color: transparent;
  transition: all .3s;
}
.comment-form-rating .stars span a:before {
  content: '\E800';
  font-family: 'maxicons';
  color: #fecb2f;
  font-size: 18px;
}
.comment-form-rating .stars span:hover a:before {
  content: '\E801';
  transition: all .3s;
}
.comment-form-rating .stars span a:hover:before {
  color: #fecb2f;
  transition: all .3s;
}
/**************************************************/
/*************PRODUCT OUT-OF-STOCK***************/
/************************************************/
.stock.out-of-stock {
  padding: 30px;
  box-sizing: border-box;
  background-image: url(../images/strock_pattern2.png);
  margin-bottom: 50px;
}
/**************************************************/
/***********WOOCOMMERCE NOTICES WRAPPER************/
/**************************************************/
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.cart-empty.woocommerce-info {
  padding: 30px;
  box-sizing: border-box;
  background-image: url(../images/strock_pattern2.png);
  background-color: #fdfdfd;
  margin-bottom: 55px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
  text-align: right;
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info a {
  float: left;
  margin-top: -12px;
  margin-right: 15px;
}
.woocommerce-notices-wrapper .woocommerce-error {
  padding-left: 60px;
}
.return-to-shop {
  margin: 0;
}
ul.woocommerce-error {
  padding: 20px 30px;
  margin: 0 0 30px;
  line-height: 60px;
  list-style: none;
  border: 1px solid #e7e7e7;
}
/**************************************************/
/*************SINGLE PRODUC VARIATION**************/
/**************************************************/
.variations_form.cart table.variations {
  margin-bottom: 30px;
}
.variations_form.cart table.variations td {
  vertical-align: top;
}
.variations_form.cart table.variations label {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 9px;
}
.variations_form.cart table.variations .value {
  padding-left: 15px;
}
.variations_form.cart table.variations .value .nice-select {
  width: 225px;
}
.variations_form.cart table.variations .reset_variations {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.variations_form.cart p {
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background-image: url(../images/strock_pattern2.png);
}
/**************************************************/
/***************SINGLE PRODUCT PAGE****************/
/**************************************************/
.single_product_image_summary {
  display: flex;
}
.single_product_image_summary .images {
  position: relative;
  width: 50%;
}
.single_product_image_summary .entry-summary {
  padding-left: 55px;
  padding-top: 40px;
  box-sizing: border-box;
  width: 50%;
}
.single_product_image_summary .images img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.entry-summary .price {
  font-size: 20px;
  color: #13192c;
  margin-bottom: 45px;
}
.entry-summary .price del {
  margin-right: 8px;
}
.entry-summary .price ins {
  text-decoration: none;
}
.woocommerce-product-details__short-description {
  margin-bottom: 48px;
}
.woocommerce-product-details__short-description p {
  margin: 0;
}
.woocommerce-review-link {
  display: none;
}
.entry-summary form.cart {
  margin-bottom: 45px;
}
.product_meta > span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.summary.entry-summary .woocommerce-product-rating {
  margin-top: -10px;
}
/**************************************************/
/*******************PRODUCT TABS*******************/
/**************************************************/
.woocommerce-tabs {
  margin-top: 55px;
}
.woocommerce-tabs .tabs {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-tabs .tabs li {
  display: inline-block;
}
.woocommerce-tabs .tabs li a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #13192c;
  padding: 13px 17px;
  line-height: 24px;
}
.woocommerce-tabs .tabs .active a {
  background-image: url(../images/strock_pattern.png);
  border-bottom: 1px solid #fecb2f;
  margin-bottom: -1px;
}
.woocommerce-tabs .shop_attributes {
  font-size: 15px;
}
.woocommerce-tabs .shop_attributes th {
  font-weight: 400;
  padding: 1px 10px 1px 0;
  letter-spacing: 0.07em;
  color: #13192c;
  text-transform: uppercase;
}
.woocommerce-tabs .shop_attributes p {
  margin-bottom: 0;
}
.woocommerce-tabs .shop_attributes td {
  font-size: 15px;
}
.woocommerce-tabs .entry-content > h2 {
  display: none;
}
/**************************************************/
/************WC SINGLE PRODUCT THUMBNAIL***********/
/**************************************************/
.woocommerce-product-gallery__image:not(:first-child) {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  margin-top: 2.5%;
}
.woocommerce-product-gallery__image:nth-child(6) {
  margin-right: 0;
}
.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image a img {
  display: block;
}
.woocommerce-product-gallery__image:last-child {
  margin-right: 0;
}
/**************************************************/
/***************WC REVIEW PRODUCT******************/
/**************************************************/
.woocommerce-Reviews-title {
  font-size: 18px;
  margin-bottom: 27px;
}
.woocommerce-Reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-Reviews li.review {
  margin-bottom: 50px;
}
.woocommerce-Reviews li.review:last-child {
  margin-bottom: 0;
}
.woocommerce-Reviews .avatar {
  float: left;
  width: 70px;
}
.woocommerce-Reviews .comment-text {
  padding-left: 95px;
}
.woocommerce-Reviews .description p {
  margin: 0;
}
.woocommerce-review__author {
  font-size: 26px;
  color: #13192c;
}
.woocommerce-Reviews .comment-reply-title {
  font-size: 24px;
}
.woocommerce-Reviews .comment-form label {
  margin: 0;
}
.woocommerce-Reviews .comment-form textarea {
  height: 200px;
}
.woocommerce-Reviews .comment-form-cookies-consent {
  margin-bottom: 17px;
}
.woocommerce-Reviews .comment-form-cookies-consent + .form-submit {
  margin-top: 0;
}
.woocommerce-Reviews .form-submit {
  text-align: right;
  margin-top: 25px;
}
/**************************************************/
/****************PRODUCT RELATED*******************/
/**************************************************/
.related {
  margin-top: 85px;
}
.related_title {
  margin-bottom: 30px;
}
.related ul.products li .product_text_wrapper {
  padding-bottom: 0;
}
/**************************************************/
/*******************SHOP QUANTITY******************/
/**************************************************/
.entry-summary .quantity {
  margin-right: 15px;
}
.entry-summary .quantity.hidden {
  display: none;
}
.quantity {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 78px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
}
.quantity .qty {
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 0 24px 0 5px;
  box-sizing: border-box;
  border: none;
  background-color: #f2f3f5;
}
.quantity .quantity-plus,
.quantity .quantity-minus {
  position: absolute;
  width: 24px;
  height: 25px;
  right: 0;
  cursor: pointer;
  text-align: center;
  background-color: #fecb2f;
  color: #13192c;
  transition: all .3s;
}
.quantity .quantity-plus:hover,
.quantity .quantity-minus:hover {
  background-color: #13192c;
  color: #fff;
  transition: all .3s;
}
.quantity .quantity-plus {
  top: 0;
}
.quantity .quantity-minus {
  bottom: 0;
}
.quantity label.screen-reader-text {
  display: none;
}
/**************************************************/
/*******************WC CART PAGES******************/
/**************************************************/
/**************************************************/
/*********************CART PAGES*******************/
/**************************************************/
.woocommerce-page table.cart thead tr {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-page table.cart tbody tr {
  border: 0;
}
.woocommerce-page table.cart thead tr th {
  padding: 10px 0;
  color: #13192c;
  text-align: left;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}
.woocommerce-page table.cart tr.cart_item {
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-page table.cart tr.cart_item td {
  padding: 25px 0;
  vertical-align: middle;
  text-align: inherit;
}
.woocommerce-page table.cart tr.cart_item td.product-remove {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}
.woocommerce-page table.cart tr.cart_item td.product-thumbnail {
  width: 86px;
  padding-right: 10px;
}
.woocommerce-page table.cart td.actions {
  padding: 45px 0 56px;
  text-align: inherit;
}
.woocommerce-page table.cart td.actions .coupon {
  position: relative;
  display: inline-block;
  width: 50%;
  min-width: 400px;
  vertical-align: middle;
  float: left;
}
.woocommerce-page table.cart td.actions .button {
  margin: 0 0 0 17px;
}
.woocommerce-page table.cart td.actions .button[name="update_cart"] {
  float: right;
  margin-top: 0;
}
.woocommerce-page table.cart td.actions > input {
  float: right;
}
.woocommerce-page table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-page #coupon_code,
div.woocommerce #coupon_code {
  max-width: 175px;
  display: inline-block;
}
.woocommerce-page .cart-empty,
.woocommerce-page .cart_totals h2 {
  font-size: 40px;
}
.woocommerce-page .cart-collaterals {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 0 0;
}
.woocommerce-page .cart_totals {
  margin: 40px 0 20px;
}
.woocommerce-page .cart-collaterals table {
  margin: 0 0 35px;
}
.woocommerce-page .cart-collaterals table tr {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-page .cart-collaterals table td,
.woocommerce-page .cart-collaterals table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce-page .cart-collaterals table th {
  width: 20%;
  padding-right: 5px;
  border: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}
.woocommerce-page .cart-collaterals table .cart-subtotal th,
.woocommerce-page .cart-collaterals table .order-total th,
.woocommerce-page .cart-collaterals table .woocommerce-shipping-totals th {
  color: #13192c;
}
.woocommerce-page .cart-collaterals tr.shipping #shipping_method {
  list-style: none;
  padding: 0;
  margin: 0 0 7px;
}
.woocommerce-page .cart-collaterals tr.shipping #shipping_method li {
  margin: 3px 0;
  padding: 0;
}
.woocommerce-page .cart-collaterals tr.shipping #shipping_method li > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.woocommerce-shipping-destination {
  margin: 10px 0;
}
/**************************************************/
/****************CHECKOUT PAGE*********************/
/**************************************************/
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  float: right;
}
.woocommerce-page .woocommerce-checkout .col2-set {
  width: 100%;
  overflow: hidden;
}
.woocommerce-page .woocommerce-checkout .col-1,
.woocommerce-page .woocommerce-checkout .col-2 {
  position: relative;
  display: inline-block;
  width: 49%;
  max-width: 100%;
  padding: 0;
  flex: none;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}
.woocommerce-page .woocommerce-checkout .col-2 {
  margin-left: 1%;
  margin-right: 0;
}
.woocommerce-page .checkout_coupon .form-row,
.woocommerce-page .woocommerce-checkout .form-row {
  display: block;
  margin: 0;
}
.woocommerce-page .checkout_coupon .form-row {
  margin-bottom: 30px;
}
.woocommerce-page.woocommerce-checkout .checkout_coupon .form-row #coupon_code {
  width: 100%;
  max-width: 100%;
}
.woocommerce-page .woocommerce-checkout .col-1 .form-row,
.woocommerce-page .woocommerce-checkout .col-2 .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 35px;
  float: left;
}
.woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
.woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
  margin-right: 0;
}
.woocommerce-page .woocommerce-checkout .col-1 .form-row-wide,
.woocommerce-page .woocommerce-checkout .col-1 .form-row.notes,
.woocommerce-page .woocommerce-checkout .col-2 .form-row-wide,
.woocommerce-page .woocommerce-checkout .col-2 .form-row.notes {
  width: 100%;
}
.woocommerce-page .woocommerce-checkout .form-row .woocommerce-input-wrapper input,
.woocommerce-page .woocommerce-checkout .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
#order_review_heading {
  margin-top: 50px;
}
.woocommerce-page .woocommerce-checkout table {
  padding: 0;
  margin: 0 0 35px;
}
.woocommerce-page .woocommerce-checkout table tr {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-page .woocommerce-checkout table td,
.woocommerce-page .woocommerce-checkout table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce-page .woocommerce-checkout table th {
  border: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  color: #13192c;
}
.woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-page .woocommerce-checkout input[type=radio],
.woocommerce-page .woocommerce-checkout input[type=checkbox] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 3px 0 5px;
}
.woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment {
  display: block;
  margin: 20px 0 0 0;
}
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
}
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li,
.woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li {
  padding: 14px 0;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li label {
  margin-bottom: 0;
}
.wc_payment_method.payment_method_paypal img {
  margin: 0 10px;
}
.woocommerce-privacy-policy-text p {
  margin-bottom: 35px;
}
/**************************************************/
/****************ORDER-RECEIVED********************/
/**************************************************/
.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 40px;
}
.woocommerce-page .woocommerce-table--order-details {
  padding: 0;
  margin: 0 0 35px;
}
.woocommerce-page .woocommerce-table--order-details tr {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-page .woocommerce-table--order-details td,
.woocommerce-page .woocommerce-table--order-details th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce-page .woocommerce-table--order-details th {
  border: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  color: #13192c;
}
.woocommerce-page .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-page .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  flex: none;
  padding: 0;
  width: 50%;
  max-width: 100%;
}
/**************************************************/
/****************MAX ACCOUNT PAGE*******************/
/**************************************************/
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul li {
  position: relative;
  line-height: 38px;
}
.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  left: 0;
}
.woocommerce-MyAccount-navigation ul li a:before {
  position: relative;
  content: '\E852';
  font-family: 'maxicons';
  font-size: 17px;
  margin-right: 5px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fecb2f;
}
.woocommerce-orders-table tr {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-orders-table tr th {
  padding: 10px 0;
  color: #13192c;
  text-align: left;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}
.woocommerce-orders-table .woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
  padding: 0 15px;
}
.woocommerce-account .u-column1.col-1.woocommerce-Address,
.woocommerce-account .u-column2.col-2.woocommerce-Address {
  flex: none;
  width: 49%;
  padding: 0;
  max-width: 100%;
  display: inline-block;
}
.woocommerce-account p.form-row {
  display: block;
  margin: 0 0 40px 0;
}
/**************************************************/
/**************MAX PRELOADERSTYLES*****************/
/**************************************************/
.preloader {
  position: fixed;
  left: 0;
  display: flex;
  top: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  background-image: url(../images/strock_pattern3.png);
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1em solid rgba(0, 0, 0, 0.05);
  border-right: 1em solid rgba(0, 0, 0, 0.05);
  border-bottom: 1em solid rgba(0, 0, 0, 0.05);
  border-left: 1em solid #fecb2f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loaderanim 1.1s infinite linear;
  animation: loaderanim 1.1s infinite linear;
}
@-webkit-keyframes loaderanim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loaderanim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
