@charset "UTF-8";
/*!
Theme Name: hygma
Theme URI: https://demo.grixbase.com/clerina
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clerina
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Shortcodes
    ## Shop
	## Modal
# Responsive
--------------------------------------------------------------*/
@keyframes cl-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes cl-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

a:hover {
  color: #3065b8;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #767676;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  color: #3e4140;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 24px;
  line-height: 1.3333333333;
  margin: 0;
  padding: 0 100px;
  position: relative;
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 20px;
  border-top: 2px solid #000;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.cl-dark-skin .btn-primary,
.cl-dark-skin button, .cl-dark-skin input[type=button], .cl-dark-skin input[type=reset], .cl-dark-skin input[type=submit],
.cl-dark-skin .footer-widgets .widget .mc4wp-form input[type=submit],
.cl-dark-skin .cpb-radio-buttons li input:checked + span,
.cl-dark-skin .error-404 .page-content a,
.cl-dark-skin .single-service .banner-style-2 a,
.cl-dark-skin .pagination .current,
.cl-dark-skin .pagination .page-numbers:hover,
.cl-dark-skin .paging-navigation .page-numbers:hover,
.cl-dark-skin .paging-navigation .page-numbers.current,
.cl-dark-skin .primary-sidebar .widget .tagcloud a:hover,
.cl-dark-skin .service-sidebar .widget_categories ul .current-menu-item a,
.cl-dark-skin .error-404 .page-content a:hover,
.cl-dark-skin .error-404 .page-content a:focus,
.cl-dark-skin .error-404 .page-content a:active,
.cl-dark-skin .cl-contact-form-7.style-2 div.wpcf7 input[type=submit],
.cl-dark-skin .cl-price-table.style-1:hover a,
.cl-dark-skin .cl-price-table.style-2:hover a,
.cl-dark-skin .cl-address-box .social li a:hover,
.cl-dark-skin .cl-team-carousel .slick-arrow i,
.cl-dark-skin .clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-readmore .read-more:hover,
.cl-dark-skin .clerina-button-group .clerina-button,
.cl-dark-skin .clerina-booking-form .calculated .cpb-pricing_table-field button:hover,
.cl-dark-skin .clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-readmore .read-more:hover,
.cl-dark-skin .clerina-service .content-item .entry-read-more a:hover,
.cl-dark-skin .portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .hover .inner .view-more .plus-symbol,
.cl-dark-skin .pag-2 .pagination .next,
.cl-dark-skin .footer-widgets .widget .mc4wp-form input[type=submit],
.cl-dark-skin .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .continue,
.cl-dark-skin .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .continue,
.cl-dark-skin .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.cl-dark-skin .cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.cl-dark-skin .woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:first-child,
.cl-dark-skin .woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:hover:first-child,
.cl-dark-skin .woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:focus:first-child,
.cl-dark-skin .woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:active:first-child,
.cl-dark-skin .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:first-child,
.cl-dark-skin .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover:first-child,
.cl-dark-skin .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:focus:first-child,
.cl-dark-skin .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:active:first-child,
.cl-dark-skin .backtotop, .cl-dark-skin .backtotop:hover, .cl-dark-skin .backtotop:focus {
  color: #3e4140;
}

.cl-dark-skin.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .hover .inner .view-more .plus-symbol,
.cl-dark-skin.portfolio-grid .portfolio-wrapper .content-item .entry-header .hover .plus-symbol,
.cl-dark-skin.clerina-service .content-item .entry-read-more a:hover,
.cl-dark-skin.woocommerce ul.products li.product .box-images .button,
.cl-dark-skin.woocommerce ul.products li.product .box-images .added_to_cart,
.cl-dark-skin.woocommerce .woocommerce-pagination .page-numbers li .page-numbers,
.cl-dark-skin.woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover,
.cl-dark-skin.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .continue,
.cl-dark-skin.cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .continue,
.cl-dark-skin.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.cl-dark-skin.cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.cl-dark-skin.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button,
.cl-dark-skin.single-product .site .site-content .entry-summary .cart .button,
.cl-dark-skin.single-service .banner-style-2 a,
.cl-dark-skin.single-portfolio .cl-image-carousel .slick-arrow {
  color: #3e4140;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.clerina-list-nav ul {
  padding: 0;
  margin: 0;
}
.clerina-list-nav ul li {
  list-style: none;
  font-size: 16px;
  color: #767676;
  line-height: 36px;
}
.clerina-list-nav ul li .elegant {
  margin-right: 17px;
  float: left;
  margin-top: 10px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

.clerina-section-title .title {
  font-size: 22px;
  margin-bottom: 22px;
  margin-top: 45px;
}
.clerina-section-title .description {
  line-height: 28px;
  font-size: 18px;
}
.clerina-section-title .description p {
  margin-top: 0;
}

.single-portfolio .clerina-section-title .title {
  margin-bottom: 23px;
}
.single-portfolio .clerina-section-title .description, .single-portfolio .clerina-section-title .description p {
  line-height: 26px;
  font-size: 16px;
}

.single-service .clerina-section-title .title {
  margin-bottom: 12px;
}
.single-service .clerina-section-title .description {
  line-height: 26px;
}
.single-service .clerina-section-title .description p {
  margin-top: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.clerina-style-dark {
  color: #e2e2e2;
}
.clerina-style-dark h3 {
  color: #fff;
}

.clerina-button-group .clerina-button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #3065b8;
  color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 0 25px;
  min-width: 170px;
  min-height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.clerina-align-left .clerina-button {
  float: left;
}

.clerina-align-right .clerina-button {
  float: right;
}

.clerina-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clerina-align-center .clerina-button {
  float: left;
}

.clerina-service-carousel {
  position: relative;
}
.clerina-service-carousel .entry-wrapter {
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina-service-carousel .entry-wrapter:hover a, .clerina-service-carousel .entry-wrapter:hover h3 {
  color: #3065b8;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.clerina-service-carousel .clerina-service-grid-wrapter .emtry-thumbnail {
  overflow: hidden;
  float: left;
}
.clerina-service-carousel .clerina-service-grid-wrapter .emtry-thumbnail img {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-service-carousel .clerina-service-grid-wrapter .emtry-thumbnail:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover {
  background-color: #fff;
  text-align: center;
  float: left;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-title {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 6px;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-title .title {
  font-size: 22px;
  font-weight: 600;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-content p {
  margin: 0;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-readmore {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 22px;
  margin-bottom: 35px;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-readmore .read-more {
  color: #3065b8;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: 600;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-readmore .read-more:hover {
  background-color: #3065b8;
  color: #fff;
}
.clerina-service-carousel .slick-dots {
  bottom: 0;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clerina_portfolio-carousel .project-wrapper {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  position: relative;
}
.clerina_portfolio-carousel .project-wrapper .thumbnail {
  float: left;
  width: 100%;
  overflow: hidden;
}
.clerina_portfolio-carousel .project-wrapper .thumbnail img {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina_portfolio-carousel .project-wrapper .content {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0;
  top: 100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.clerina_portfolio-carousel .project-wrapper .content .inner {
  text-align: center;
}
.clerina_portfolio-carousel .project-wrapper .content .inner .title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.clerina_portfolio-carousel .project-wrapper .content .inner .more {
  float: left;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.clerina_portfolio-carousel .project-wrapper .content .inner .more .read-more {
  float: left;
  min-width: 150px;
  min-height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  background: #3065b8;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.clerina_portfolio-carousel .project-wrapper:hover .content {
  height: 100%;
  top: 0;
}
.clerina_portfolio-carousel .project-wrapper:hover .thumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.clerina_portfolio-carousel .cl-portfolio-header {
  float: left;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-bottom: 50px;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter li {
  list-style: none;
  margin: 0 5px 10px;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter li a {
  display: block;
  padding: 0 25px;
  min-height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-weight: 600;
  text-decoration: none;
  color: #3e4140;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter li a:hover {
  background-color: #1c2122;
  color: #fff;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter li .active {
  background-color: #1c2122;
  color: #fff;
}
.clerina_portfolio-carousel .portfolio-list {
  float: left;
  width: 100%;
}
.clerina_portfolio-carousel .portfolio-list .slick-active {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
.clerina_portfolio-carousel .portfolio-list .slick-prev {
  opacity: 0;
  left: 40px;
  background: #fff;
  border: none;
  color: #3e4140;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.clerina_portfolio-carousel .portfolio-list .slick-prev:before {
  content: "4";
  font-family: "ElegantIcons";
  position: absolute;
  color: #3e4140;
}
.clerina_portfolio-carousel .portfolio-list .slick-prev:hover {
  background: #3065b8;
}
.clerina_portfolio-carousel .portfolio-list .slick-prev:hover:before {
  color: #fff;
}
.clerina_portfolio-carousel .portfolio-list .slick-next {
  opacity: 0;
  right: 40px;
  background: #fff;
  border: none;
  color: #3e4140;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.clerina_portfolio-carousel .portfolio-list .slick-next:before {
  content: "5";
  font-family: "ElegantIcons";
  position: absolute;
  color: #3e4140;
}
.clerina_portfolio-carousel .portfolio-list .slick-next:hover {
  background: #3065b8;
}
.clerina_portfolio-carousel .portfolio-list .slick-next:hover:before {
  color: #fff;
}
.clerina_portfolio-carousel .portfolio-list:hover .slick-next, .clerina_portfolio-carousel .portfolio-list:hover .slick-prev {
  opacity: 1;
}

.clerina_portfolio_atrrs ul {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.clerina_portfolio_atrrs ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 36px;
  list-style: none;
}
.clerina_portfolio_atrrs ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  color: #767676;
}
.clerina_portfolio_atrrs ul li p {
  float: left;
  margin: 0;
  width: 50%;
  color: #3e4140;
}

.flip-clock-wrapper .flip-wrapper {
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.flip-clock-wrapper .flip-wrapper li {
  margin-bottom: 5px;
}
.flip-clock-wrapper .flip-wrapper:last-child {
  padding-right: 0;
}
.flip-clock-wrapper .flip-wrapper:first-child {
  padding-left: 0;
}
.flip-clock-wrapper .flip-wrapper .inn {
  font-size: 60px;
  color: #000;
  font-weight: 300;
  min-width: 80px;
  line-height: 1;
}
.flip-clock-wrapper .flip-wrapper .flip-clock-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  color: #000;
  padding-left: 3px;
}
.flip-clock-wrapper .flip-wrapper ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.flip-clock-wrapper .flip-wrapper ul li {
  list-style: none;
}
.flip-clock-wrapper .flip-wrapper .flip-clock-before,
.flip-clock-wrapper .flip-wrapper .up {
  display: none;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

.clerina-section-title .title {
  font-size: 22px;
  margin-bottom: 22px;
  margin-top: 45px;
}
.clerina-section-title .description {
  line-height: 28px;
  font-size: 18px;
}
.clerina-section-title .description p {
  margin-top: 0;
}

.single-portfolio .clerina-section-title .title {
  margin-bottom: 23px;
}
.single-portfolio .clerina-section-title .description, .single-portfolio .clerina-section-title .description p {
  line-height: 26px;
  font-size: 16px;
}

.single-service .clerina-section-title .title {
  margin-bottom: 12px;
}
.single-service .clerina-section-title .description {
  line-height: 26px;
}
.single-service .clerina-section-title .description p {
  margin-top: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.clerina-style-dark {
  color: #e2e2e2;
}
.clerina-style-dark h3 {
  color: #fff;
}

.clerina-button-group .clerina-button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #3065b8;
  color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 0 25px;
  min-width: 170px;
  min-height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.clerina-align-left .clerina-button {
  float: left;
}

.clerina-align-right .clerina-button {
  float: right;
}

.clerina-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clerina-align-center .clerina-button {
  float: left;
}

.clerina-service-carousel {
  position: relative;
}
.clerina-service-carousel .entry-wrapter {
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina-service-carousel .entry-wrapter:hover a, .clerina-service-carousel .entry-wrapter:hover h3 {
  color: #3065b8;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.clerina-service-carousel .clerina-service-grid-wrapter .emtry-thumbnail {
  overflow: hidden;
  float: left;
}
.clerina-service-carousel .clerina-service-grid-wrapter .emtry-thumbnail img {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-service-carousel .clerina-service-grid-wrapter .emtry-thumbnail:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover {
  background-color: #fff;
  text-align: center;
  float: left;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-title {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 6px;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-title .title {
  font-size: 22px;
  font-weight: 600;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-content p {
  margin: 0;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-readmore {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 22px;
  margin-bottom: 35px;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-readmore .read-more {
  color: #3065b8;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: 600;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-readmore .read-more:hover {
  background-color: #3065b8;
  color: #fff;
}
.clerina-service-carousel .slick-dots {
  bottom: 0;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clerina_portfolio-carousel .project-wrapper {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  position: relative;
}
.clerina_portfolio-carousel .project-wrapper .thumbnail {
  float: left;
  width: 100%;
  overflow: hidden;
}
.clerina_portfolio-carousel .project-wrapper .thumbnail img {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina_portfolio-carousel .project-wrapper .content {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0;
  top: 100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.clerina_portfolio-carousel .project-wrapper .content .inner {
  text-align: center;
}
.clerina_portfolio-carousel .project-wrapper .content .inner .title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.clerina_portfolio-carousel .project-wrapper .content .inner .more {
  float: left;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.clerina_portfolio-carousel .project-wrapper .content .inner .more .read-more {
  float: left;
  min-width: 150px;
  min-height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  background: #3065b8;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.clerina_portfolio-carousel .project-wrapper:hover .content {
  height: 100%;
  top: 0;
}
.clerina_portfolio-carousel .project-wrapper:hover .thumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.clerina_portfolio-carousel .cl-portfolio-header {
  float: left;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-bottom: 50px;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter li {
  list-style: none;
  margin: 0 5px 10px;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter li a {
  display: block;
  padding: 0 25px;
  min-height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-weight: 600;
  text-decoration: none;
  color: #3e4140;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter li a:hover {
  background-color: #1c2122;
  color: #fff;
}
.clerina_portfolio-carousel .cl-portfolio-header .nav-filter li .active {
  background-color: #1c2122;
  color: #fff;
}
.clerina_portfolio-carousel .portfolio-list {
  float: left;
  width: 100%;
}
.clerina_portfolio-carousel .portfolio-list .slick-active {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
.clerina_portfolio-carousel .portfolio-list .slick-prev {
  opacity: 0;
  left: 40px;
  background: #fff;
  border: none;
  color: #3e4140;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.clerina_portfolio-carousel .portfolio-list .slick-prev:before {
  content: "4";
  font-family: "ElegantIcons";
  position: absolute;
  color: #3e4140;
}
.clerina_portfolio-carousel .portfolio-list .slick-prev:hover {
  background: #3065b8;
}
.clerina_portfolio-carousel .portfolio-list .slick-prev:hover:before {
  color: #fff;
}
.clerina_portfolio-carousel .portfolio-list .slick-next {
  opacity: 0;
  right: 40px;
  background: #fff;
  border: none;
  color: #3e4140;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.clerina_portfolio-carousel .portfolio-list .slick-next:before {
  content: "5";
  font-family: "ElegantIcons";
  position: absolute;
  color: #3e4140;
}
.clerina_portfolio-carousel .portfolio-list .slick-next:hover {
  background: #3065b8;
}
.clerina_portfolio-carousel .portfolio-list .slick-next:hover:before {
  color: #fff;
}
.clerina_portfolio-carousel .portfolio-list:hover .slick-next, .clerina_portfolio-carousel .portfolio-list:hover .slick-prev {
  opacity: 1;
}

.clerina_portfolio_atrrs ul {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.clerina_portfolio_atrrs ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 36px;
  list-style: none;
}
.clerina_portfolio_atrrs ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  color: #767676;
}
.clerina_portfolio_atrrs ul li p {
  float: left;
  margin: 0;
  width: 50%;
  color: #3e4140;
}

.clerina-icon-box .iconbox-title .title {
  font-size: 22px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.clerina-icon-box .iconbox-title a:hover {
  color: #3065b8;
}
.clerina-icon-box .iconbox-content p {
  margin-top: 0;
  margin-bottom: 7px;
  line-height: 26px;
}

.clerina-icon-box-2-row {
  float: left;
  width: 100%;
  position: relative;
  padding: 35px 30px 38px 38px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina-icon-box-2-row .background-image {
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina-icon-box-2-row .backgound-color {
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.clerina-icon-box-2-row .main-icon {
  float: left;
  width: 100%;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina-icon-box-2-row .main-icon .header-icon {
  float: left;
  max-width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.clerina-icon-box-2-row .main-icon .iconbox-title {
  float: left;
  width: 100%;
  padding-left: 80px;
  max-width: 330px;
}
.clerina-icon-box-2-row .main-icon .iconbox-title .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
}
.clerina-icon-box-2-row .main-icon .iconbox-content {
  float: left;
  width: 100%;
  padding-left: 80px;
  max-width: 330px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.clerina-icon-box-2-row .main-icon .iconbox-content p {
  margin: 0;
}

.clerina-icon-box-1-row {
  float: left;
  width: 100%;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.clerina-icon-box-1-row .background-image {
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-icon-box-1-row .backgound-color {
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 100%;
  z-index: 9;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-icon-box-1-row .main-icon {
  float: left;
  width: 100%;
  padding: 33px 53px 57px 53px;
  z-index: 999;
  text-align: center;
  position: relative;
}
.clerina-icon-box-1-row .main-icon .header-icon {
  float: left;
  width: 100%;
  min-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clerina-icon-box-1-row .main-icon .header-icon .clerina-icon {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  font-size: 90px;
  color: #fcb700;
}
.clerina-icon-box-1-row .main-icon .iconbox-title {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.clerina-icon-box-1-row .main-icon .iconbox-title .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-icon-box-1-row .main-icon .iconbox-content {
  margin-top: 10px;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}
.clerina-icon-box-1-row .main-icon .iconbox-content p {
  margin: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-icon-box-1-row:hover .header-icon .clerina-icon {
  color: #fff !important;
}
.clerina-icon-box-1-row:hover .background-image {
  left: 0;
}
.clerina-icon-box-1-row:hover .backgound-color {
  right: 0;
}
.clerina-icon-box-1-row:hover .main-icon .title a {
  color: #fff !important;
}
.clerina-icon-box-1-row:hover .main-icon .iconbox-content p {
  color: #fff !important;
}

.clerina-icon-box-1 .iconbox-title h3 {
  margin-top: 5px;
}

.clerina-icon-box-2 {
  float: left;
  width: 100%;
  position: relative;
}
.clerina-icon-box-2 .header-icon {
  float: left;
  max-width: 45px;
  position: absolute;
  left: 0;
  top: 0;
}
.clerina-icon-box-2 .iconbox-title {
  float: left;
  width: 100%;
  padding-left: 60px;
  max-width: 330px;
}
.clerina-icon-box-2 .iconbox-title .title {
  margin-top: 0;
  margin-bottom: 5px;
}
.clerina-icon-box-2 .iconbox-content {
  float: left;
  width: 100%;
  padding-left: 60px;
  max-width: 330px;
}

.clerina-icon-box-2-row.clerina-icon-box-3 .main-icon .header-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 72px;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.clerina-icon-box-2-row.clerina-icon-box-3 .main-icon .header-icon .clerina-icon {
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
}
.clerina-icon-box-2-row.clerina-icon-box-3 .main-icon .header-icon .clerina-icon .icon-clock {
  margin-left: 2px;
}

.vc_tta-style-classic .vc_tta-panel {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 20px;
}
.vc_tta-style-classic .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.vc_tta-style-classic .vc_tta-panel a {
  color: #3e4140 !important;
  font-weight: 500;
  padding-left: 30px !important;
  font-size: 16px;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
  background-color: #f3f4f7 !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
}
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
  margin-top: 0px;
}
.vc_tta-style-classic .vc_tta-panel.vc_active a, .vc_tta-style-classic .vc_tta-panel.vc_active p {
  color: #fff !important;
}
.vc_tta-style-classic .vc_tta-panel.vc_active i:before {
  border-color: #fff !important;
}
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
  background-color: #3065b8;
}
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  -webkit-border-bottom-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
}
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
  -webkit-border-bottom-left-radius: 5px !important;
          border-bottom-left-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
          border-bottom-right-radius: 5px !important;
}
.vc_tta-style-classic .vc_tta-panel .wpb_text_column {
  margin-bottom: 20px !important;
}
.vc_tta-style-classic.cl-accordion-fix .vc_tta-panel .vc_tta-panel-heading {
  background-color: #ffffff !important;
}
.vc_tta-style-classic.cl-accordion-fix .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-style-classic.cl-accordion-fix .vc_tta-panel.vc_active .vc_tta-panel-body {
  background-color: #3065b8;
}

.wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-title {
  background-color: #3065b8;
}

.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  background-color: #3065b8 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 12px 30px 23px !important;
}

.cl-contact-form-7 {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.cl-contact-form-7 h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
.cl-contact-form-7 p {
  margin: 0;
  padding: 0;
}
.cl-contact-form-7.form-light h3 {
  color: #fff;
}
.cl-contact-form-7.border-1 input[type=submit] {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}
.cl-contact-form-7.border-2 input[type=submit] {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.cl-contact-form-7 div.wpcf7 input, .cl-contact-form-7 div.wpcf7 textarea {
  outline: 0;
  border: none;
  background-color: #fff;
  font-style: italic;
}
.cl-contact-form-7 div.wpcf7 input ::-webkit-input-placeholder, .cl-contact-form-7 div.wpcf7 textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #848484;
}
.cl-contact-form-7 div.wpcf7 input ::-moz-placeholder, .cl-contact-form-7 div.wpcf7 textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #848484;
}
.cl-contact-form-7 div.wpcf7 input :-ms-input-placeholder, .cl-contact-form-7 div.wpcf7 textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #848484;
}
.cl-contact-form-7 div.wpcf7 input :-moz-placeholder, .cl-contact-form-7 div.wpcf7 textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #848484;
}
.cl-contact-form-7 div.wpcf7 input {
  margin-bottom: 15px;
  padding: 12px 25px;
  width: 100%;
}
.cl-contact-form-7 div.wpcf7 textarea {
  padding-left: 25px;
  height: 200px;
  padding-top: 12px;
}
.cl-contact-form-7 div.wpcf7 input[type=submit] {
  display: block;
  background-color: #1c2222;
  color: #fff;
  width: auto;
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  padding: 0 38px;
  border: 1px solid transparent;
}
.cl-contact-form-7 div.wpcf7 .ajax-loader {
  display: none;
}
.cl-contact-form-7.style-2 div.wpcf7 .wpcf7-form-control-wrap:first-child, .cl-contact-form-7.style-2 div.wpcf7 .wpcf7-form-control-wrap:nth-child(2) {
  width: 49%;
  float: left;
}
.cl-contact-form-7.style-2 div.wpcf7 .wpcf7-form-control-wrap:nth-child(2) {
  float: right;
}
.cl-contact-form-7.style-2 div.wpcf7 input[type=submit] {
  display: inherit;
  margin-top: 35px;
  background-color: #3065b8;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 16px;
  line-height: 55px;
}
.cl-contact-form-7.style-2 div.wpcf7 textarea {
  height: 285px;
}

.cl-price-table {
  padding: 45px 0 50px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.cl-price-table ul {
  padding: 0;
  margin-bottom: 33px;
}
.cl-price-table ul li {
  list-style: none;
  line-height: 37px;
}
.cl-price-table h2, .cl-price-table h3 {
  margin: 0;
}
.cl-price-table h3 {
  font-size: 18px;
}
.cl-price-table h2 {
  font-size: 48px;
  line-height: 26px;
}
.cl-price-table a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 12px 27px 11px;
  background: #f3f4f7;
  color: #3e4140;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 14px;
}
.cl-price-table .top-table {
  margin: 43px 0 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.cl-price-table .top-table h2 {
  margin-bottom: 10px;
}
.cl-price-table.style-1:hover {
  border: 1px solid #fcb700;
}
.cl-price-table.style-1:hover a {
  background-color: #fcb700;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  color: #fff;
}
.cl-price-table.style-1 .top-table, .cl-price-table.style-1 h2 {
  color: #fcb700;
}
.cl-price-table.style-2:hover {
  border: 1px solid #3065b8;
}
.cl-price-table.style-2:hover a {
  background-color: #3065b8;
  color: #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.cl-price-table.style-2 .top-table, .cl-price-table.style-2 h2 {
  color: #3065b8;
}

.cl-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cl-cta h3, .cl-cta p {
  margin: 0;
}
.cl-cta h3 {
  font-size: 36px;
}
.cl-cta p {
  font-size: 24px;
  font-weight: lighter;
}
.cl-cta a {
  font-family: "Poppins", sans-serif;
  float: right;
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.cl-cta.style-1 a {
  color: #1c2122;
  font-size: 14px;
  padding: 14px 39px;
  font-weight: 600;
}
.cl-cta.style-2 h3 {
  font-size: 40px;
}
.cl-cta .box-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cl-cta .box-btn-img .btn-img {
  height: 50px;
  margin-left: 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.cl-team-carousel {
  margin: 0 -15px;
}
.cl-team-carousel li {
  list-style: none;
}
.cl-team-carousel .box-img {
  position: relative;
  overflow: hidden;
}
.cl-team-carousel .box-img .overlay-link {
  position: absolute;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  text-align: center;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  background-color: rgba(48, 101, 184, 0.66);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.cl-team-carousel .box-img .overlay-link ul {
  padding: 20px 0;
  margin: 0;
}
.cl-team-carousel .box-img .overlay-link ul li {
  display: inline-block;
}
.cl-team-carousel .box-img .overlay-link a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.cl-team-carousel .box-img .overlay-link a:hover {
  background-color: #fff;
  color: #3065b8;
}
.cl-team-carousel .item-team {
  text-align: center;
  float: left;
  outline: 0;
  padding: 0 15px;
}
.cl-team-carousel .item-team h3 {
  margin: 0;
  font-size: 20px;
  margin: 30px 0 5px;
}
.cl-team-carousel .item-team .job {
  font-style: italic;
}
.cl-team-carousel .item-team:hover .overlay-link {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
}
.cl-team-carousel .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 87px;
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #3065b8;
  z-index: 999;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
}
.cl-team-carousel .slick-arrow i {
  color: #fff;
  font-weight: 800;
}
.cl-team-carousel .slick-arrow.clerina-left-arrow {
  left: -10px;
}
.cl-team-carousel .slick-arrow.clerina-right-arrow {
  right: -10px;
}
.cl-team-carousel .slick-arrow:hover {
  background-color: #fbfbfb;
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
}
.cl-team-carousel .slick-arrow:hover i {
  color: #3e4140;
}

.cl-counter {
  font-size: 20px;
  text-align: center;
}
.cl-counter h3 {
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}
.cl-counter .text-after {
  margin-left: -10px;
}

.cl-image-carousel {
  overflow: hidden;
  margin: 0 -15px;
}
.cl-image-carousel .item-img {
  padding: 0 15px;
  outline: 0;
}
.cl-image-carousel .slick-list {
  overflow: hidden;
}
.cl-image-carousel .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #3065b8;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.cl-image-carousel .slick-arrow i {
  color: #fff;
}
.cl-image-carousel .slick-arrow:hover {
  background-color: #fff;
}
.cl-image-carousel .slick-arrow:hover i {
  color: #3e4140;
}
.cl-image-carousel .clerina-left-arrow {
  left: 55px;
}
.cl-image-carousel .clerina-right-arrow {
  right: 55px;
}
.cl-image-carousel.style-2 .item-img {
  padding-bottom: 23px;
}
.cl-image-carousel.style-2 .slick-slide {
  outline: 0;
}
.cl-image-carousel.style-2 .slick-slide div:last-child .item-img {
  padding-bottom: 0;
}

.slick-dots {
  position: initial;
  padding: 0;
  margin: 0;
  text-align: center;
  clear: both;
  margin-top: 45px;
  height: 35px;
}
.slick-dots li {
  display: inline-block;
  width: 10px;
}
.slick-dots li button {
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: 2px solid #f3f4f7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #c7c7c7;
  outline: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  border: 2px solid #3065b8;
  background-color: transparent;
}

.cl-address-box {
  background-color: #fff;
  padding: 55px 60px 60px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.cl-address-box .top-box .box-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.cl-address-box .top-box .box-text h3 {
  margin: 0;
  font-size: 18px;
}
.cl-address-box .top-box .box-text:last-child {
  margin-bottom: 0;
}
.cl-address-box .social {
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0;
}
.cl-address-box .social li {
  list-style: none;
  display: inline-block;
}
.cl-address-box .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  background-color: #f3f4f7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  color: #767676;
}
.cl-address-box .social li a:hover {
  background-color: #3065b8;
  color: #ffffff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.cl-address-box .social li a:first-child {
  margin-left: 0;
}

.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 60px 25px 45px;
  text-align: center;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-thumbnail {
  float: left;
  width: 100%;
  min-height: 155px;
  text-align: center;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-thumbnail img {
  margin: 0 auto;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-title {
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-title .title {
  font-size: 22px;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-content {
  float: left;
  width: 100%;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 17px;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-readmore {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-readmore .read-more {
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3065b8;
  padding: 10px 20px;
  margin-top: 3px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-image-box-carousel .clerina-image-box-item .image-box-carousel-wrapper .image-box-readmore .read-more:hover {
  background-color: #3065b8;
  color: #fff;
}
.clerina-image-box-carousel .slick-dots {
  margin-top: 65px;
  margin-bottom: -70px;
}
.clerina-image-box-carousel .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.clerina-clerina-video-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.clerina-video-banner {
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}
.clerina-video-banner .clerina-video-content {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clerina-video-banner .clerina-video-content a {
  width: 50px;
  height: 50px;
}
.clerina-video-banner .clerina-video-content .video-play {
  float: left;
  font-size: 80px;
  color: #111c55;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAyCAYAAAD1CDOyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCcleanproVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAD56aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9Icleanprokb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOcleanproib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLcleanprokb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLcleanprokb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLcleanprokb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxOC0wNy0yNlQxNDo1ODo0NSswNzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDctMjZUMTQ6NTg6NDUrMDc6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE4LTA3LTI2VDE0OjU4OjQ1KzA3OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo4M2M3Njk5My0yOWQ1LTZkNGQtOWI0Ny1kNDk4YzIxOTRiYjQ8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPcleanprokb2JlOmRvY2lkOnBob3Rvc2hvcDphZjRjYTg4OS05MGE5LTExZTgtOWNiYS1mODY5YjU2MmQ1MjQ8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDoyODc1YzdhYS0xYzVhLWVhNDgtODZmNi0wZTllNWVkZWI2MGY8L3htcE1NOk9yaWdpbcleanprosRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OcleanprojdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6Mjg3NWM3YWEtMWM1YS1lYTQ4LTg2ZjYtMGU5ZTVlZGViNjBmPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE4LTA3LTI2VDE0OjU4OjQ1KzA3OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OcleanprojdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjgzYzc2OTkzLTI5ZDUtNmQ0ZC05YjQ3LWQ0OThjMjE5NGJiNDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOC0wNy0yNlQxNDo1ODo0NSswNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QcleanpronPgogICAgICAgICAgICAgICA8cmRmOmxpPjA5ODNBRTc3NERBRDkxRDY4NzJCMzAzMzMyRUUzNkJGPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MTQwNUM4Q0EwODY1RjVBRjJFQkZDQzEwN0M2NDQxRUQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4yQUJCQjcwNkE5NDQwNTFBMDc4RUQ5RjEyQzdFN0ZCOTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjQwRDE0NURDNzJFMTQwM0Q1MEMxRTIzRTQyMEREM0Y5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+N0E5NDJEOTdGNDYyRjM3RTMxRjQ1MkMyOEVFMUUxNzI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT45RDNFNEY5OTMxNDE4Mzg2ODEzNjI1MDlGQ0Y2NzA3NDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkY3NEMxOUNFOTA5MzgxQkFBQUNDMkI4N0FGQTk1RDBBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDowODVmZDBkOS04MzgwLTJmNDgtOTZmMy1hZTA1MDVmYzc4Yzk8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjI3MjFGQ0Q5OTM3NTExRTY5RjlDRUMyMkFDMkYwMTE0PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo0NUFFRDAxRjQxOEQxMUU4QUIyNkQ2Q0EwRkQzNTEzMTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NGYzYjkyMmItMzBjMS1lZDQ2LWIxYzQtZWUxOWQ4YmY4M2U5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo2Q0NCODI1OUI1MjkxMUU2OEY3MzkwOTJFN0ZFRDk4QzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6N0U3OTQyNDM2NkQwMTFFN0E3NDVFOUZFMEFERUMwOTE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkIwMkE5MTU2RjYwMjExRTdCNTRGOUQwOTZDQzkwRjczPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjk2MDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+OTYwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjQ5PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz6vGyD0AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAhWSURBVHjazJp7jFx1Fcc/5/f73ZnZnd0utN1un9BdWmm7pZaGR2gApaQNVqwiBENUCEaIoBLEoESIiQYI0ASwIYiIVCIPSdCYaloERVmgBlAQ29Ly6Lbddrbv3e5jZcleanprom3vs7/tGl7rrLdcleanpro2UU5y/7mZOTnf8zvn/L7nmyuPvTqJvqbGkDrSTbK7h+ykCUSpAFGPqoAqiXxIsTIJMVgBxNs4NtM9ZlFg4rNjmAlcleanprodHpqMwEBNE9qtIK7LXQGnr7puDfcdZnUBPHClghkctTTAUggoiiGFwhJH24k2JVBT0nVSHe8//mKN/mAUsVlorocivxLA8ix7IhfTIjkwUWA3jAmlhRMgovCmwEXgO2lhtIOSDqgO9iuMqrzkbFICX7EISZqnKtotdgZBfwLLAG2FuqM1PCbwNRvT5KBk3i9XZRbSjx/x8bg6jWi/e3RcngFVG9EUiOBYgzQJ5HzCMq8inGyFTkNMQ8BPICcOZogliBN78T1WVQRuGUbiKqF+LNcwgrRw5CuQ7lN6BzGXfTBjxPADeUBcJ4JT+h8gdx0j0gXqdwgkxUJ8eBW91Tk75jsNH6sdNJvCdXk/6aqN6CkubEWzqsSN5UrExlxPu1g4OIor5zAjFmKcptvaP0k2K1ovpDEbar+iZiHaKchFNUuROkcTijPvYFvIbjBeR0VbkLqB+yJ1TlJpCLQIcMPoqzVKdmMrfuK6TcRMK4C8WPB5DzVc0tA0CEE6ohSGBjXSawamgAR6/ayBdIuoksPW01KxqfYfbkL+F9NA6nogi60sS6ApcgrKkmqq46dhIOkatQmXscDHwE0mtI5AvU1ZzHxfPXsmzeo9Sk5hDF+bEDo4BKA2K+CgR9WlmJA7cycu5zHB/B4HzEpplTdxWrFv+Zxafc3Fti3ajGY4IkdnZ5nHCrpDdcE3T3VNiewqWiOqMPBy3LUolazm24ixULn2VO3ZWAEvme0b7PEXSa7Sl8IejOVQbZHjEiNBgjC0eTUNRNOJdl89by2fm/Ykr1WYRxFtXRbXwxskCE00Axqjrfq9aP9qEbccypvYJLzvg959T/lISrIYpzeI1Gp6hUT1XVRiBlIjVnC0wdqdPI5+gutAzog4pgMktOvZVLP72eOVOuxJokxahz5CcBUyI15+RjO90YaNRRyEy+eIhXPriZ15t/THchQ/8hIUxML2DZ/Me56PRfMPPkZRTjLmIfjmhQGVjgRJYYIzqrvExIvzZyNk2+2MY/d97N85suY1vrrwecioilvvYyljf+lvPnPkA6ObW3xOIyS1ZnBCZeLI81TdwBzC7lz15Dku4kJlUtwkoSMMS+h7bsFvJRO94XsDbJjJqLWFJ/G3XV5w7qpyu/k7da7uPDA88RhkdwthIRW0ooLQp/kceaJrYBJ5d+nIr2a1LBiD22N6l6vBZxtooFM65j/rRvUJNqGCQhEZkjTbzTsprW9iY8MQlbhQ7vzjqisNGuurbi7nI2NkEQsX0e08+NiGDEoURk2v9Oa3sTCEyqbMQY1+d3hpqKehpqv0w6NZOufDNd+d1YCRjGvZUQ0ZxddW3FT8Z0sUGwJkmuuJeWtufJdLzMhNRsqlP9K9iYgNrqJcye/EWMSXCw6194jXqTM9SQklFRK064uV49a8zAKJ4wzjIpvYjGGdczr+5qrE0NvGfiHO/vf5rNmYc43L2FhK3CyHFlMY/oPgd0jHVjn3nqt0tq7KSrGW5jd6pKa1kgjo7YGk6ubMRIAkGItUB7bhuFqAPv81ibZNZJK0oesVZSwwUA0AnscwKdWmKjFqMuaqsWc/H8tVQmpx29scPDbNh0OZ3tLzO15mwWTr+B06ddPejcz4ftfHDgaf6z+2d053djTJLAVZdDPToN7HNeZbeILiqrnPrVdJZUYiJnzf4RC2feSFVy+oDJrRqz89A6NmceYc+Rv2ElhbOVZfebV8l4Nf92HrY4+PxI+VMqMZkL5j5IOjFjkOwrbdmtvL3rXna1baAQtpNwE0ZKAInh3Uj1LefEv6nIPkbIZJ2ppCp5yoD3PeEhtrY+zubMw/QU92NMYsQAegngASf+DWdpdSKyVZAdXnXqaI5WrxHNh/7Apt1r2N/5Bs5UjKh0Bi54sktgi6rmnSrNqroZOG+0trv9na+zKfMQOw+uI9aQwI6+kKhe30XYDoILqyp6JPJ/MvniSlE/oj07XzzIO3se5P19T5Et7j2afVMxytErKmavr0j8UZ3NoYpTBBdG620UbYit/WY5fsM4y65D63hr12rac+9hjCWwVWPGxmwUvyjFaF0YWET/JyhHqD6D6GeQ42lP0ruQBDiTZH/HP3h79wO0HN6AiOAGoRSjGD+gzah/Cji2FrqgswuA2MpLCusE+f5Q+pOiOJOkELWxcfut7Gn7K9liK86mx4FPCgrrvZUXiIoEHcVjBLBPx+sa0CVD67GKs2m68ns4kvsQEUNgqxkne1XE3z+koIzSIsIdoFuGM6mtSWIkGC8A74no7cCOgSCc49hjLIpsVJF7gP2foJXhoIrcq0gTYukXs3MDi1iNobIj+2Qil78fIfsJAJANegprKju616oZvOcGfeuNkOrM3WcL0ffUyIETFb2KHLJhdGtFR/bOjwPAcTc64ZcIXwf5YPwhSDOGa4CfH1d/Goa3FzD+chV5iXK1/1LvZJEmjL8CZf2wRLRhOt4EegnqvyWq749Z7lW3o/47oCuAt4etBJbCLlTkUVcIL1Qjd6lIc6/IMHLCK7JDjbnHFcILVORhoFCq2lEySQXuwPOkEVmq4peql+UIs0oQ4RQlI0ZfFDUbY89r2PH9VOgj2wZsE3jCq0z3WsZHW2jm6II2MvvvABSusnoas6/bAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.clerina-video-banner .clerina-video-content .video-play:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.clerina-video-banner .clerina-video-content .icon-play-circle {
  font-size: 60px;
  color: #fff;
}
.clerina-video-banner .content-video {
  position: absolute;
  float: left;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
}
.clerina-video-banner .content-video .telephone {
  height: 55px;
  width: 240px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  padding: 0;
  text-align: center;
  line-height: 55px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.clerina-video-banner .content-video .telephone span {
  color: #368ef9;
  line-height: 55px;
  margin-right: 10px;
}

.pswp .clerina-video-wrapper,
.pswp .clerina-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.pswp .clerina-video-wrapper iframe,
.pswp .clerina-video-wrapper .wp-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pswp .clerina-video-wrapper iframe:-webkit-full-screen {
  -webkit-transform: none;
          transform: none;
}

.cl-video-box {
  background: #fcb700 url(images/video/cl-video-box-bg.png) bottom left no-repeat;
  height: 100%;
}

.cl-latest-post .post-list {
  margin-left: -15px;
  margin-right: -15px;
}

.clerina-booking-form .cpb-field h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.clerina-booking-form .cpb-field h5 {
  font-weight: 400;
  font-size: 18px;
  color: #767676;
  margin: 0 0 35px 0;
  font-family: "Lato", sans-serif;
}
.clerina-booking-form input,
.clerina-booking-form input[type=text],
.clerina-booking-form input[type=email],
.clerina-booking-form input[type=number],
.clerina-booking-form select,
.clerina-booking-form textarea {
  width: 100%;
  color: #c0c0c0;
  background-color: #fff;
  outline: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 0 20px;
  border: 1px solid transparent;
}
.clerina-booking-form input::-webkit-input-placeholder,
.clerina-booking-form input[type=text]::-webkit-input-placeholder,
.clerina-booking-form input[type=email]::-webkit-input-placeholder,
.clerina-booking-form input[type=number]::-webkit-input-placeholder,
.clerina-booking-form select::-webkit-input-placeholder,
.clerina-booking-form textarea::-webkit-input-placeholder {
  color: #c0c0c0;
  font-style: italic;
}
.clerina-booking-form input:-moz-placeholder,
.clerina-booking-form input[type=text]:-moz-placeholder,
.clerina-booking-form input[type=email]:-moz-placeholder,
.clerina-booking-form input[type=number]:-moz-placeholder,
.clerina-booking-form select:-moz-placeholder,
.clerina-booking-form textarea:-moz-placeholder {
  color: #c0c0c0;
  font-style: italic;
}
.clerina-booking-form input::-moz-placeholder,
.clerina-booking-form input[type=text]::-moz-placeholder,
.clerina-booking-form input[type=email]::-moz-placeholder,
.clerina-booking-form input[type=number]::-moz-placeholder,
.clerina-booking-form select::-moz-placeholder,
.clerina-booking-form textarea::-moz-placeholder {
  color: #c0c0c0;
  font-style: italic;
}
.clerina-booking-form input:-ms-input-placeholder,
.clerina-booking-form input[type=text]:-ms-input-placeholder,
.clerina-booking-form input[type=email]:-ms-input-placeholder,
.clerina-booking-form input[type=number]:-ms-input-placeholder,
.clerina-booking-form select:-ms-input-placeholder,
.clerina-booking-form textarea:-ms-input-placeholder {
  color: #c0c0c0;
  font-style: italic;
}
.clerina-booking-form input[type=date],
.clerina-booking-form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-style: italic;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI4cHQiIGhlaWdodD0iOHB0IiB2aWV3Qm94PSIwIDAgOCA4IiB2ZXJzaW9uPSIxLjEiPjxnIGlkPSJzdXJmYWNlMSI+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYig3NS4yOTQxMTglLDc1LjI5NDExOCUsNzUuMjk0MTE4JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDcuMDU4NTk0IDEuNTI3MzQ0IEwgNCA0LjU4NTkzOCBMIDAuOTQxNDA2IDEuNTI3MzQ0IEwgMCAyLjQ3MjY1NiBMIDQgNi40NzI2NTYgTCA4IDIuNDcyNjU2IFogTSA3LjA1ODU5NCAxLjUyNzM0NCAiLz48L2c+PC9zdmc+);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
}
.clerina-booking-form input[type=date]:invalid::-webkit-datetime-edit {
  color: #c0c0c0;
}
.clerina-booking-form input::-webkit-inner-spin-button,
.clerina-booking-form input::-webkit-clear-button {
  display: none;
}
.clerina-booking-form input::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.clerina-booking-form input::-webkit-calendar-picker-indicator:hover {
  background: transparent;
  cursor: pointer;
}
.clerina-booking-form textarea {
  padding: 10px 20px;
}
.clerina-booking-form input[type=number] {
  -moz-appearance: textfield;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI4cHQiIGhlaWdodD0iMTJwdCIgdmlld0JveD0iMCAwIDggMTIiIHZlcnNpb249IjEuMSI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDc1LjI5NDExOCUsNzUuMjk0MTE4JSw3NS4yOTQxMTglKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMC45NDUzMTIgNy4zMzU5MzggQyAwLjk0NTMxMiA3LjMzNTkzOCAwLjk0OTIxOSA3LjMzNTkzOCAwLjk0OTIxOSA3LjMzNTkzOCBDIDAuOTUzMTI1IDcuMzM5ODQ0IDAuOTYwOTM4IDcuMzQ3NjU2IDAuOTY0ODQ0IDcuMzUxNTYyIEMgMS45NzI2NTYgOC4zMDA3ODEgMi45ODA0NjkgOS4yNSAzLjk4NDM3NSAxMC4yMDMxMjUgQyA0LjAwMzkwNiAxMC4yMTg3NSA0IDEwLjIxODc1IDQuMDE5NTMxIDEwLjIwMzEyNSBDIDUuMDI3MzQ0IDkuMjUgNi4wMzUxNTYgOC4zMDA3ODEgNy4wNDI5NjkgNy4zNTE1NjIgQyA3LjA0Njg3NSA3LjM0NzY1NiA3LjA1MDc4MSA3LjMzOTg0NCA3LjA1ODU5NCA3LjMzNTkzOCBDIDcuMDU4NTk0IDcuMzM1OTM4IDcuMDU4NTk0IDcuMzM1OTM4IDcuMDYyNSA3LjMzNTkzOCBDIDcuMDY2NDA2IDcuMzM5ODQ0IDcuMDc0MjE5IDcuMzQ3NjU2IDcuMDc4MTI1IDcuMzU1NDY5IEMgNy4zNzg5MDYgNy42MzY3MTkgNy42Nzk2ODggNy45MjE4NzUgNy45ODA0NjkgOC4yMDMxMjUgQyA3Ljk4ODI4MSA4LjIxMDkzOCA3Ljk5NjA5NCA4LjIxNDg0NCA4LjAwMzkwNiA4LjIyMjY1NiBDIDguMDAzOTA2IDguMjI2NTYyIDguMDAzOTA2IDguMjI2NTYyIDguMDAzOTA2IDguMjMwNDY5IEMgNy45OTYwOTQgOC4yMzQzNzUgNy45OTIxODggOC4yMzgyODEgNy45ODQzNzUgOC4yNDIxODggQyA2LjY2NDA2MiA5LjQ5MjE4OCA1LjM0Mzc1IDEwLjczODI4MSA0LjAxOTUzMSAxMS45ODQzNzUgQyA0LjAxNTYyNSAxMS45OTIxODggNC4wMTE3MTkgMTEuOTk2MDk0IDQuMDAzOTA2IDEyIEMgNC4wMDM5MDYgMTIgNC4wMDM5MDYgMTIgNCAxMiBDIDMuOTk2MDk0IDExLjk5NjA5NCAzLjk5MjE4OCAxMS45OTIxODggMy45ODgyODEgMTEuOTg0Mzc1IEMgMi42NjQwNjIgMTAuNzM4MjgxIDEuMzQzNzUgOS40OTIxODggMC4wMTk1MzEyIDguMjQyMTg4IEMgMC4wMTU2MjUgOC4yMzgyODEgMC4wMDc4MTI1IDguMjM0Mzc1IDAuMDAzOTA2MjUgOC4yMzA0NjkgQyAwLjAwMzkwNjI1IDguMjI2NTYyIDAuMDAzOTA2MjUgOC4yMjY1NjIgMC4wMDM5MDYyNSA4LjIyMjY1NiBDIDAuMDExNzE4OCA4LjIxNDg0NCAwLjAxOTUzMTIgOC4yMTA5MzggMC4wMjM0Mzc1IDguMjAzMTI1IEMgMC4zMjQyMTkgNy45MjE4NzUgMC42MjUgNy42MzY3MTkgMC45MjU3ODEgNy4zNTU0NjkgQyAwLjkzMzU5NCA3LjM0NzY1NiAwLjkzNzUgNy4zMzk4NDQgMC45NDUzMTIgNy4zMzU5MzggWiBNIDAuOTQ1MzEyIDcuMzM1OTM4ICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoNzUuMjk0MTE4JSw3NS4yOTQxMTglLDc1LjI5NDExOCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAwLjAwMzkwNjI1IDMuNzgxMjUgQyAwLjAwMzkwNjI1IDMuNzgxMjUgMC4wMDM5MDYyNSAzLjc3NzM0NCAwLjAwMzkwNjI1IDMuNzczNDM4IEMgMC4wMDc4MTI1IDMuNzY5NTMxIDAuMDE1NjI1IDMuNzY1NjI1IDAuMDE5NTMxMiAzLjc2MTcxOSBDIDEuMzQzNzUgMi41MTU2MjUgMi42NjQwNjIgMS4yNjU2MjUgMy45ODgyODEgMC4wMTk1MzEyIEMgMy45OTIxODggMC4wMTU2MjUgMy45OTYwOTQgMC4wMDc4MTI1IDQgMC4wMDM5MDYyNSBDIDQuMDAzOTA2IDAuMDAzOTA2MjUgNC4wMDM5MDYgMC4wMDM5MDYyNSA0LjAwMzkwNiAwLjAwMzkwNjI1IEMgNC4wMTE3MTkgMC4wMDc4MTI1IDQuMDE1NjI1IDAuMDE1NjI1IDQuMDE5NTMxIDAuMDE5NTMxMiBDIDUuMzQzNzUgMS4yNjU2MjUgNi42NjQwNjIgMi41MTU2MjUgNy45ODQzNzUgMy43NjE3MTkgQyA3Ljk5MjE4OCAzLjc2NTYyNSA3Ljk5NjA5NCAzLjc2OTUzMSA4LjAwMzkwNiAzLjc3MzQzOCBDIDguMDAzOTA2IDMuNzc3MzQ0IDguMDAzOTA2IDMuNzgxMjUgOC4wMDM5MDYgMy43ODEyNSBDIDcuOTk2MDk0IDMuNzg5MDYyIDcuOTg4MjgxIDMuNzkyOTY5IDcuOTgwNDY5IDMuODAwNzgxIEMgNy42Nzk2ODggNC4wODIwMzEgNy4zODI4MTIgNC4zNjcxODggNy4wODIwMzEgNC42NDg0MzggQyA3LjA1ODU5NCA0LjY3MTg3NSA3LjA2MjUgNC42NzE4NzUgNy4wMzkwNjIgNC42NDg0MzggQyA2LjAzNTE1NiAzLjcwMzEyNSA1LjAyNzM0NCAyLjc1MzkwNiA0LjAyMzQzOCAxLjgwODU5NCBDIDQgMS43ODUxNTYgNC4wMDM5MDYgMS43ODUxNTYgMy45ODA0NjkgMS44MDg1OTQgQyAyLjk3NjU2MiAyLjc1MzkwNiAxLjk3MjY1NiAzLjcwMzEyNSAwLjk2NDg0NCA0LjY1MjM0NCBDIDAuOTQ1MzEyIDQuNjcxODc1IDAuOTQ1MzEyIDQuNjcxODc1IDAuOTI1NzgxIDQuNjUyMzQ0IEMgMC42Mjg5MDYgNC4zNjcxODggMC4zMjgxMjUgNC4wODU5MzggMC4wMjczNDM4IDMuODAwNzgxIEMgMC4wMTk1MzEyIDMuNzkyOTY5IDAuMDExNzE4OCAzLjc4OTA2MiAwLjAwMzkwNjI1IDMuNzgxMjUgWiBNIDAuMDAzOTA2MjUgMy43ODEyNSAiLz48L2c+PC9zdmc+);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
}
.clerina-booking-form input::-webkit-outer-spin-button,
.clerina-booking-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.clerina-booking-form .cpb-field {
  margin-bottom: 35px;
}
.clerina-booking-form .cpb-radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.clerina-booking-form .cpb-radio-buttons li {
  width: 100%;
  padding: 0 10px;
}
.clerina-booking-form .cpb-radio-buttons li label > span {
  background-color: #fff;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  font-size: 18px;
}
.clerina-booking-form .cpb-radio-buttons li input:checked + span {
  background-color: #3065b8;
}
.clerina-booking-form .cpb-price {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #3065b8;
}
.clerina-booking-form .cpb-input-label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3e4140;
  margin-bottom: 15px;
  display: block;
}
.clerina-booking-form .cpb-estimate-field .cpb-input-label {
  margin-bottom: 5px;
}
.clerina-booking-form .cpb-range-field input[type=number] {
  color: #3e4140;
  font-size: 18px;
  text-align: center;
  background-image: none;
}
.clerina-booking-form .cpb-range-field input[type=range]::-webkit-slider-runnable-track {
  height: 12px;
  background-color: #fff;
}
.clerina-booking-form .cpb-range-field input[type=range]::-webkit-slider-thumb {
  border: 8px solid #fff;
  height: 28px;
  width: 28px;
  margin-top: -8px;
}
.clerina-booking-form .cpb-range-field input[type=range]::-moz-range-track {
  height: 12px;
  background-color: #fff;
}
.clerina-booking-form .cpb-range-field input[type=range]::-moz-range-thumb {
  border: 8px solid #fff;
  height: 14px;
  width: 14px;
  margin-top: -8px;
}
.clerina-booking-form .cpb-range-field input[type=range]::-ms-track {
  height: 12px;
  background-color: #fff;
}
.clerina-booking-form .cpb-range-field input[type=range]::-ms-thumb {
  border: 8px solid #fff;
  height: 14px;
  width: 14px;
  margin-top: 0px;
}
.clerina-booking-form .cpb-range-field label .cpb-input-label {
  margin-bottom: 15px !important;
}
.clerina-booking-form .calculated {
  text-align: center;
  margin-top: 70px;
}
.clerina-booking-form .calculated .cpb-pricing_table-field {
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 40px 40px 50px;
}
.clerina-booking-form .calculated .cpb-pricing_table-field .cpb-pricing-table-name {
  font-weight: 500;
  font-size: 18px;
  color: #3e4140;
  margin-bottom: 30px;
}
.clerina-booking-form .calculated .cpb-pricing_table-field .cpb-estimate-field {
  line-height: 1;
  margin: 0;
}
.clerina-booking-form .calculated .cpb-pricing_table-field .cpb-pricing-table-unit {
  font-weight: 600;
  font-size: 16px;
  color: #3065b8;
  font-family: "Poppins", sans-serif;
}
.clerina-booking-form .calculated .cpb-pricing_table-field .cpb-pricing-table-unit .cpb-pricing-unit-separator {
  margin-right: 7px;
}
.clerina-booking-form .calculated .cpb-pricing_table-field .cpb-pricing-table-description p {
  line-height: 36px;
  margin-top: 25px;
}
.clerina-booking-form .calculated .cpb-pricing_table-field button {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 43px;
  margin-top: 35px;
  min-width: 150px;
  text-transform: uppercase;
  background-color: #f3f4f7;
  color: #3e4140;
}
.clerina-booking-form .calculated .cpb-pricing_table-field button:hover {
  background-color: #3065b8;
  color: #fff;
}
.clerina-booking-form .total {
  margin-top: 65px;
  margin-bottom: 45px;
  text-align: center;
}
.clerina-booking-form .total .cpb-input-label {
  font-size: 20px;
}
.clerina-booking-form .pricing-table, .clerina-booking-form .cpb-dialog-content {
  width: 1170px;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f3f4f7;
}
.clerina-booking-form .pricing-table .cpb-column, .clerina-booking-form .cpb-dialog-content .cpb-column {
  margin-left: -10px;
  margin-right: -10px;
}
.clerina-booking-form .pricing-table .cpb-field, .clerina-booking-form .cpb-dialog-content .cpb-field {
  margin-bottom: 20px;
}
.clerina-booking-form .pricing-table h5.cpb-field, .clerina-booking-form .cpb-dialog-content h5.cpb-field {
  margin-bottom: 75px;
}
.clerina-booking-form .pricing-table .cpb-text-field,
.clerina-booking-form .pricing-table .cpb-number-field,
.clerina-booking-form .pricing-table .cpb-select-field, .clerina-booking-form .cpb-dialog-content .cpb-text-field,
.clerina-booking-form .cpb-dialog-content .cpb-number-field,
.clerina-booking-form .cpb-dialog-content .cpb-select-field {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.clerina-booking-form .pricing-table .cpb-text-field.width-100, .clerina-booking-form .cpb-dialog-content .cpb-text-field.width-100 {
  width: 100%;
}
.clerina-booking-form .pricing-table .cpb-textarea-field, .clerina-booking-form .cpb-dialog-content .cpb-textarea-field {
  padding: 0 10px;
}
.clerina-booking-form .pricing-table .cpb-textarea-field textarea, .clerina-booking-form .cpb-dialog-content .cpb-textarea-field textarea {
  min-height: 200px;
}
.clerina-booking-form .pricing-table .cpb-button-field, .clerina-booking-form .cpb-dialog-content .cpb-button-field {
  display: block;
  margin: 0 10px;
  padding: 0;
}
.clerina-booking-form .pricing-table .cpb-button-field button, .clerina-booking-form .cpb-dialog-content .cpb-button-field button {
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina-booking-form .pricing-table h5, .clerina-booking-form .cpb-dialog-content h5 {
  font-family: "Lato", sans-serif;
  margin: 0 0 75px 0;
}
.clerina-booking-form .pricing-table .cpb-selected-options, .clerina-booking-form .cpb-dialog-content .cpb-selected-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin: 60px 0 0 0;
  padding: 0;
}
.clerina-booking-form .pricing-table .cpb-selected-options li, .clerina-booking-form .cpb-dialog-content .cpb-selected-options li {
  list-style-type: none;
  width: 50%;
  border-right: 1px solid #e5e5e5;
  padding-right: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.clerina-booking-form .pricing-table .cpb-selected-options li:nth-child(2n), .clerina-booking-form .cpb-dialog-content .cpb-selected-options li:nth-child(2n) {
  border-right: none;
  padding-right: 0;
  padding-left: 100px;
}
.clerina-booking-form .pricing-table .cpb-selected-options li .cpb-label, .clerina-booking-form .cpb-dialog-content .cpb-selected-options li .cpb-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.clerina-booking-form .pricing-table .cpb-selected-options li .cpn-value, .clerina-booking-form .cpb-dialog-content .cpb-selected-options li .cpn-value {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3e4140;
}
.clerina-booking-form .pricing-table .cpb-form-summary-price, .clerina-booking-form .cpb-dialog-content .cpb-form-summary-price {
  padding: 65px 0 40px;
}
.clerina-booking-form .pricing-table .cpb-form-summary-price .cpb-label, .clerina-booking-form .cpb-dialog-content .cpb-form-summary-price .cpb-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #3e4140;
  text-transform: uppercase;
  display: block;
}
.clerina-booking-form .pricing-table .cpb-dialog-summary-footer button, .clerina-booking-form .cpb-dialog-content .cpb-dialog-summary-footer button {
  min-width: 130px;
  min-height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-transform: uppercase;
  margin: 0 10px;
}
.clerina-booking-form .pricing-table .cpb-dialog-summary-footer button.cpb-dialog-cancel-button, .clerina-booking-form .cpb-dialog-content .cpb-dialog-summary-footer button.cpb-dialog-cancel-button {
  background-color: #f3f4f7;
  color: #1c2122;
}
.clerina-booking-form .cpb-dialog-content {
  padding: 90px 200px 100px;
}
.clerina-booking-form .pricing-table {
  width: 67.5%;
}
.clerina-booking-form .success .cpb-dialog-content {
  padding: 270px 200px;
}
.clerina-booking-form .success .icon-success {
  font-size: 72px;
  color: #3065b8;
}
.clerina-booking-form .success h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
.clerina-booking-form .success h5, .clerina-booking-form .success p {
  font-size: 18px;
  color: #3e4140;
  margin: 0;
}
.clerina-booking-form.booking-v2 {
  text-align: center;
}
.clerina-booking-form.booking-v2 .cpb-columns-field {
  margin-left: -10px;
  margin-right: -10px;
}
.clerina-booking-form.booking-v2 .cpb-columns-field .cpb-column {
  padding-left: 10px;
  padding-right: 10px;
}
.clerina-booking-form.booking-v2 .pricing-table {
  margin: 0 auto;
}
.clerina-booking-form.booking-v2 .pricing-table h5 {
  margin: 0 0 35px 0;
}
.clerina-booking-form.booking-v2 .pricing-table .btn-primary {
  display: inline-block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-top: 15px;
}
.clerina-booking-form.booking-v2 .cpb-dialog-content {
  background-color: #fff;
  padding: 90px 165px 100px;
}
.clerina-booking-form.booking-v2 .cpb-dialog-content h2 {
  margin-bottom: 15px;
}
.clerina-booking-form.booking-v2 .cpb-dialog-content p {
  font-size: 18px;
  margin: 0;
}
.clerina-booking-form .booking-form-v1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2% 20%;
  z-index: 999;
  margin: 0;
  display: none;
}
.clerina-booking-form .booking-form-v1 .cpb-column {
  background: #f3f4f7;
  padding: 5% 17%;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina-booking-form .booking-form-v1 .cpb-field h5 {
  margin: 0 0 80px 0;
}
.clerina-booking-form .columns-field-2 > .cpb-column {
  width: 50%;
}
.clerina-booking-form .columns-field-3 > .cpb-column {
  width: 33.33%;
}
.clerina-booking-form .columns-field-4 > .cpb-column {
  width: 25%;
}
.clerina-booking-form .columns-field-5 > .cpb-column {
  width: 20%;
}
.clerina-booking-form .columns-field-6 > .cpb-column {
  width: 16.66%;
}
.clerina-booking-form.booking-v2 .cpb-field {
  margin-bottom: 20px;
}
.clerina-booking-form.booking-v2 h3.cpb-field {
  margin-bottom: 10px;
}
.clerina-booking-form.booking-v2 h5.cpb-field {
  margin-bottom: 35px;
}
.clerina-booking-form.booking-v2 .total {
  margin-bottom: 45px;
}

.post-password-form label {
  display: inline-block;
  float: left;
}
.post-password-form input[type=password],
.post-password-form input[type=submit] {
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.no-results.not-found .page-header {
  text-align: left;
}
.no-results.not-found .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.wpb-js-composer .vc_tta-container, .wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_row.vc_row-fluid {
  margin-bottom: 0;
}
.vc_row > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}
.vc_row.vc_bg_fixed {
  background-attachment: fixed;
}
.vc_row .vc_col-has-fill > .vc_column-inner, .vc_row .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row.vc_col-has-fill > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.page-template-template-homepage-php.full-content .vc_row.vc_row-fluid,
.page-template-template-fullwidth-php.full-content .vc_row.vc_row-fluid {
  margin-left: 0;
  margin-right: 0;
}
.page-template-template-homepage-php.full-content .vc_row.vc_inner,
.page-template-template-fullwidth-php.full-content .vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_row.vc_row-flex > .container-fluid {
  width: 100%;
}
.vc_row.vc_row-flex > .container > .row, .vc_row.vc_row-flex > .container-fluid > .row {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.vc_row.vc_row-flex > .container > .row:after, .vc_row.vc_row-flex > .container > .row:before, .vc_row.vc_row-flex > .container-fluid > .row:after, .vc_row.vc_row-flex > .container-fluid > .row:before {
  display: none;
}

.vc_row.vc_row-o-columns-top > .container > .row, .vc_row.vc_row-o-columns-top > .container-fluid > .row {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.vc_row.vc_row-o-columns-middle > .container > .row, .vc_row.vc_row-o-columns-middle > .container-fluid > .row {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.vc_row.vc_row-o-columns-bottom > .container > .row, .vc_row.vc_row-o-columns-bottom > .container-fluid > .row {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.vc_row.vc_row-o-equal-height > .container > .row .vc_column_container, .vc_row.vc_row-o-equal-height > .container-fluid > .row .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_row.vc_row-o-content-top > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.vc_row.vc_row-o-content-middle > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.vc_row.vc_row-o-content-bottom > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
       justify-content: flex-end;
}

.slick-slide {
  float: left;
}

.clerina-empty-space {
  clear: both;
}

.container .container {
  width: 100%;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
  background-color: transparent !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 47px;
  padding: 0 27px;
  background-color: #3065b8;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  font-family: "Poppins", sans-serif;
  border: 1px solid transparent;
  outline: 0;
}
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt {
  color: #3e4140;
  border: 1px solid #3e4140;
  background: transparent;
}
button.alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
input[type=submit].alt:hover {
  color: #fff;
  background: #3e4140;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f4f7;
  border: none;
  height: 50px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #f3f4f7;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  background-color: transparent;
  color: #fff;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3e4140;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #3065b8;
  outline: none;
  outline-offset: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.primary-mobile-nav {
  width: 340px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}
.primary-mobile-nav .mobile-nav-content .widget {
  margin: 0 0 30px 0;
}
.primary-mobile-nav .box-nav {
  padding: 0 30px 25px;
}
.primary-mobile-nav .close-btn {
  padding: 50px 30px 15px;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
}
.primary-mobile-nav .close-canvas-mobile-panel {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.primary-mobile-nav .close-canvas-mobile-panel:before, .primary-mobile-nav .close-canvas-mobile-panel:after {
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  left: 14px;
  top: 0;
  background-color: #393939;
}
.primary-mobile-nav .close-canvas-mobile-panel:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.primary-mobile-nav .close-canvas-mobile-panel:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.primary-mobile-nav ul.menu {
  padding: 0;
}
.primary-mobile-nav ul.menu li {
  list-style: none;
  margin-bottom: 0;
}
.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 13px;
  height: 13px;
  display: block;
}
.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:before, .primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:after {
  font-family: "ElegantIcons";
  content: "";
  position: absolute;
}
.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:before {
  content: "3";
}
.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:after {
  content: "2";
  opacity: 0;
}
.primary-mobile-nav ul.menu li > a:hover {
  color: #3065b8;
}
.primary-mobile-nav ul.menu li.active > a {
  color: #3065b8;
}
.primary-mobile-nav ul.menu li.active > a .toggle-menu-children:before {
  opacity: 0;
}
.primary-mobile-nav ul.menu li.active > a .toggle-menu-children:after {
  opacity: 1;
}
.primary-mobile-nav ul.menu li.current_page_parent > a, .primary-mobile-nav ul.menu li.current-menu-item > a, .primary-mobile-nav ul.menu li.current-menu-ancestor > a, .primary-mobile-nav ul.menu li.current-menu-parent > a {
  color: #3065b8;
}
.primary-mobile-nav ul.menu ul {
  padding-left: 15px;
  display: none;
  padding-top: 10px;
}
.primary-mobile-nav ul.menu ul li {
  padding: 8px 0;
}
.primary-mobile-nav ul.menu ul li a {
  display: block;
}
.primary-mobile-nav ul.menu > li {
  border-bottom: 1px solid #efefef;
  padding: 15px 0 14px;
}
.primary-mobile-nav ul.menu > li > a {
  font-size: 14px;
  display: block;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.primary-mobile-nav a {
  color: #3e4140;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.primary-mobile-nav a:hover, .primary-mobile-nav a:focus, .primary-mobile-nav a:active {
  text-decoration: none;
  color: #3065b8;
}
.primary-mobile-nav .toggle-search {
  display: none !important;
}
.primary-mobile-nav .clerina-header-item-button {
  float: none;
}
.primary-mobile-nav .search-form {
  position: relative;
  border-bottom: 1px solid #efefef;
  line-height: 72px;
  margin-bottom: 20px;
}
.primary-mobile-nav .search-form .search-field {
  font-style: italic;
  background-color: transparent;
  padding: 0;
}
.primary-mobile-nav .search-form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  color: #c0c0c0;
}
.primary-mobile-nav .search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  color: #c0c0c0;
}
.primary-mobile-nav .search-form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  color: #c0c0c0;
}
.primary-mobile-nav .search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  color: #c0c0c0;
}
.primary-mobile-nav .search-form .search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.primary-mobile-nav .search-form .search-wrapper:after {
  font-family: "Linearicons";
  content: "";
  font-size: 24px;
  font-weight: 500;
  color: #1c2122;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.primary-mobile-nav .search-form .search-submit {
  opacity: 0;
  z-index: 999;
}

.primary-mobile-nav.open {
  left: 0;
}

.navbar-toggle {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: static;
  line-height: 1;
}

.navbar-icon {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  position: relative;
  display: block;
  line-height: 1;
}
.navbar-icon i {
  font-size: 30px;
  color: #1c2122;
  display: block;
}

.clerina-off-canvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.open-canvas-panel .clerina-off-canvas-layer {
  display: block;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.paging-navigation {
  margin-top: 20px;
}
.paging-navigation .page-numbers {
  width: 50px;
  height: 50px;
  background-color: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 2px;
  font-size: 18px;
  color: #3e4140;
}
.paging-navigation .page-numbers:hover, .paging-navigation .page-numbers.current {
  background-color: #3065b8;
  color: #fff;
}

.pag-2 .pagination .next {
  text-transform: uppercase;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.main-color {
  color: #3065b8;
}

.btn-primary {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: #3065b8;
  padding: 18px 29px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 1;
  display: inline-block;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 80px;
  /* Make sure select elements fit in widgets. */
}
.widget.filled {
  border-width: 0;
}
.widget select {
  width: 100%;
  color: inherit;
}
.widget input,
.widget select,
.widget textarea {
  padding: 10px 20px;
  border: 1px solid #cdcfd0;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
}
.widget ul > li:last-child,
.widget ol > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  margin-bottom: 15px;
  padding: 5px 0;
}
.widget ul li a {
  color: #767676;
}
.widget ul li a:hover {
  color: #3065b8;
}
.widget ul .children,
.widget ul .sub-menu {
  margin-top: 10px;
  margin-left: 15px;
}
.widget ul .children li a,
.widget ul .sub-menu li a {
  padding-left: 10px;
}
.widget ul .children li:last-child,
.widget ul .sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget ol {
  padding-left: 16px;
}
.widget li {
  padding: 10px 0;
}
.widget th,
.widget td {
  border-color: #f3f4f7;
}
.widget .tagcloud {
  margin: -5px;
}
.widget .tagcloud a {
  font-size: 16px !important;
  color: #767676;
  margin: 6px 5px;
  padding: 10px 30px 12px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.widget .tagcloud a:hover {
  color: #fff;
  background-color: #3065b8;
}
.widget .entry-date {
  color: #767676;
  font-style: italic;
}
.widget .mc4wp-form {
  font-size: 14px;
}
.widget .mc4wp-form .mc4wp-form-fields > :first-child {
  margin-top: 0;
}
.widget .mc4wp-form input,
.widget .mc4wp-form select,
.widget .mc4wp-form textarea,
.widget .mc4wp-form button {
  font-size: 16px;
  width: 100%;
  min-width: 0;
  padding: 17px 20px 18px 20px;
  margin-top: 20px;
}
.widget .mc4wp-form input,
.widget .mc4wp-form select {
  height: 60px;
  margin-right: 0;
}
.widget .mc4wp-form input[type=submit],
.widget .mc4wp-form input[type=reset],
.widget .mc4wp-form button {
  padding: 0 20px;
}
.widget .mc4wp-form input[type=checkbox],
.widget .mc4wp-form input[type=radio] {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}
.widget .mc4wp-form p:last-of-type {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.875;
  margin: 0;
  padding: 0 0 23px;
}

.search-form {
  position: relative;
  color: #000;
}
.search-form:after {
  display: inline-block;
  font: normal normal normal 16px/1 Linearicons;
  content: "";
  position: absolute;
  top: -webkit-calc(50% + 2px);
  top: calc(50% + 2px);
  left: 23px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #c0c0c0;
}
.search-form label {
  margin-bottom: 0;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  border: none;
  color: #000;
  width: 100%;
  background-color: #f3f4f7;
  font-weight: 400;
  padding-left: 50px;
}
.search-form .search-field:focus {
  border: none;
  outline: none;
}
.search-form ::-webkit-input-placeholder {
  color: #c0c0c0;
}
.search-form :-moz-placeholder {
  color: #c0c0c0;
}
.search-form ::-moz-placeholder {
  color: #c0c0c0;
}
.search-form :-ms-input-placeholder {
  color: #c0c0c0;
}
.search-form .search-submit {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
}

.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_pages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
.widget_pages ul ul {
  margin-top: 10px;
  width: 100%;
}
.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_product_categories ul ul li:last-child,
.widget_pages ul ul li:last-child {
  padding-bottom: 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.widget_pages ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_product_categories ul li:last-child,
.widget_pages ul li:last-child {
  border-bottom: 0;
}
.widget_archive ul li .posts-count,
.widget_categories ul li .posts-count,
.widget_product_categories ul li .posts-count,
.widget_pages ul li .posts-count {
  font-size: 12px;
  color: #767676;
  float: right;
  margin-top: 5px;
}
.widget_archive ul li:hover,
.widget_categories ul li:hover,
.widget_product_categories ul li:hover,
.widget_pages ul li:hover {
  color: #3065b8;
}
.widget_archive ul li .children li,
.widget_categories ul li .children li,
.widget_product_categories ul li .children li,
.widget_pages ul li .children li {
  padding-left: 0;
}
.widget_archive > ul > li:before,
.widget_categories > ul > li:before,
.widget_product_categories > ul > li:before,
.widget_pages > ul > li:before {
  position: absolute;
  content: "5";
  top: 0;
  left: -5px;
  font-family: ElegantIcons;
}

.widget_calendar table, .widget_calendar td, .widget_calendar th {
  text-align: center;
}
.widget_calendar caption {
  margin-bottom: 10px;
}

.widget_search {
  margin-bottom: 50px;
}

.popular-posts-widget .popular-post {
  margin-bottom: 30px;
}
.popular-posts-widget .popular-post .widget-thumb {
  display: block;
  float: left;
}
.popular-posts-widget .popular-post .widget-thumb img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.popular-posts-widget .popular-post h4 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 3px;
}
.popular-posts-widget .popular-post .mini-widget-title {
  float: left;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  padding-top: 5px;
}
.popular-posts-widget .thumbnail-widget .mini-widget-title {
  padding-left: 20px;
}

.social-links-widget .social-links-list,
.social-links-widget .socials {
  margin: 0 -10px;
}
.social-links-widget .share-social {
  color: #3e4140;
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}
.social-links-widget .share-social:hover {
  color: #3065b8;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
.clerina-container {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.post-type-archive-service .clerina-container,
.post-type-archive-portfolio .clerina-container {
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## common
--------------------------------------------------------------*/
.site-header .header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .header-row:after, .site-header .header-row:before {
  display: none;
}
.site-header .header-main-wapper {
  border-bottom: 1px solid #e5e5e5;
}
.site-header .header-main-wapper .header-row {
  margin-left: -15px;
  margin-right: -15px;
}
.site-header .menu-extras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.site-header .menu-extras li {
  list-style: none;
  padding-left: 25px;
  position: relative;
  line-height: 63px;
}
.site-header .menu-extras li li,
.site-header .menu-extras li a,
.site-header .menu-extras li .mini-cart-content,
.site-header .menu-extras li .header-search-content {
  line-height: 1.6;
}
.site-header .menu-extras li .extra-icon {
  font-size: 20px;
  color: #1c2122;
}
.site-header .menu-extras li .cart-contents {
  position: relative;
}
.site-header .menu-extras li .mini-item-counter {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 11px;
  font-weight: 500;
  background-color: #3065b8;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}

.header-v2 .site-header .col-header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.header-v2 .site-header .col-header-menu:after, .header-v2 .site-header .col-header-menu:before {
  display: none;
}
.header-v2 .site-header .col-header-logo,
.header-v2 .site-header .col-header-btn {
  width: 17%;
}
.header-v2 .site-header .col-header-btn .btn-booking {
  float: right;
}
.header-v2 .primary-nav > ul > li,
.header-v2 .site-header .menu-extras li {
  line-height: 120px;
}
.header-v2 .primary-nav > ul > li li,
.header-v2 .primary-nav > ul > li a,
.header-v2 .site-header .menu-extras li li,
.header-v2 .site-header .menu-extras li a {
  line-height: 1;
}
.header-v2 .primary-nav > ul > li .mini-cart-content,
.header-v2 .primary-nav > ul > li .header-search-content,
.header-v2 .site-header .menu-extras li .mini-cart-content,
.header-v2 .site-header .menu-extras li .header-search-content {
  line-height: 1.6;
}
.header-v2 .site-header .menu-extras.full-width li:last-child {
  padding-right: 15px;
}

.header-v3 .site-header {
  position: relative;
}
.header-v3 .site-header .header-menu-wrapper {
  background-color: #3065b8;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.header-v3 .site-header .header-main-wapper {
  border-bottom: none;
  margin-bottom: 30px;
}
.header-v3 .main-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 1;
}
.header-v3 .primary-nav > ul > li > a {
  font-size: 14px;
  color: #1c2122;
}
.header-v3 .primary-nav > ul > li > a:hover, .header-v3 .primary-nav > ul > li > a:focus, .header-v3 .primary-nav > ul > li > a:active {
  color: #fff;
}
.header-v3 .primary-nav > ul > li.current-menu-parent > a, .header-v3 .primary-nav > ul > li.current-menu-item > a, .header-v3 .primary-nav > ul > li.current-menu-ancestor > a {
  color: #fff;
}
.header-v3 .primary-nav > ul > li,
.header-v3 .site-header .menu-extras li {
  line-height: 60px;
}
.header-v3 .primary-nav > ul > li li,
.header-v3 .primary-nav > ul > li a,
.header-v3 .site-header .menu-extras li li,
.header-v3 .site-header .menu-extras li a {
  line-height: 1;
}
.header-v3 .primary-nav > ul > li .mini-cart-content,
.header-v3 .primary-nav > ul > li .header-search-content,
.header-v3 .site-header .menu-extras li .mini-cart-content,
.header-v3 .site-header .menu-extras li .header-search-content {
  line-height: 1.6;
}
.header-v3 .primary-nav > ul > li .mini-item-counter,
.header-v3 .site-header .menu-extras li .mini-item-counter {
  background-color: #000;
}

/*--------------------------------------------------------------
## Top bar
--------------------------------------------------------------*/
.topbar {
  background-color: #1c2122;
  color: #fff;
}
.topbar .topbar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 45px;
}
.topbar .widget {
  margin-bottom: 0;
}
.topbar .widget p {
  margin: 0;
  line-height: 34px;
}
.topbar a {
  color: #fff;
}
.topbar .social-links-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar .social-links-widget .share-social {
  color: #fff;
  margin-bottom: 0;
}
.topbar .social-links-widget .share-social:hover {
  color: #3065b8;
}
.topbar .social-links-list a {
  padding: 0 10px;
}
.topbar .social-links-list a:last-child {
  padding-right: 0;
}

.topbar-mobile {
  min-height: 50px;
  line-height: 50px;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
.site-header .site-title,
.site-header .site-description {
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.site-header .header-logo {
  margin: 8px 0;
  display: block;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.site-header .header-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0;
}
.site-header .header-sidebar .widget {
  margin: 10px 53px 10px 0;
}
.site-header .header-sidebar .widget:last-child {
  margin-right: 0;
}

.clerina-info-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clerina-info-widget i {
  font-size: 36px;
  margin-right: 15px;
}
.clerina-info-widget .info-content {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 1px;
}
.clerina-info-widget .info-content p {
  margin: 5px 0 0;
  font-weight: 600;
  color: #3e4140;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.primary-nav a {
  font-family: "Poppins", sans-serif;
  color: #3e4140;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.primary-nav a:hover, .primary-nav a:focus, .primary-nav a:active {
  text-decoration: none;
  color: #3065b8;
}
.primary-nav > ul > li {
  line-height: 64px;
}
.primary-nav > ul > li:first-child {
  padding-left: 0;
}
.primary-nav > ul > li:last-child {
  padding-right: 0;
}
.primary-nav > ul > li > a {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
}
.primary-nav > ul > li.current-menu-parent > a, .primary-nav > ul > li.current-menu-item > a, .primary-nav > ul > li.current-menu-ancestor > a {
  color: #3065b8;
}
.primary-nav > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.primary-nav > ul > li.menu-item-has-children > a:before {
  content: "3";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  font-size: 16px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  margin-top: -1px;
}
.primary-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.primary-nav ul ul {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
          transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  left: 0;
  top: 110%;
  width: auto;
  min-width: 200px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  padding: 25px 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.primary-nav ul ul ul {
  -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
          transition: left 0.3s ease 0s, opacity 0.3s;
  left: 110%;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.primary-nav li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  text-align: left;
  margin: 0;
}
.primary-nav li:hover > ul {
  opacity: 1;
  z-index: 999;
  top: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.primary-nav li li {
  text-align: left;
  display: block;
  padding: 0 30px;
  line-height: 1;
}
.primary-nav li li a {
  padding: 11px 0;
  text-transform: none;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: inline-block;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  line-height: 1;
}
.primary-nav li li a:hover {
  color: #3065b8;
  background-color: transparent;
}
.primary-nav li li:hover > ul {
  top: -10px;
  left: 100%;
}
.primary-nav li li:hover > ul li a:hover:before {
  left: -30px;
}
.primary-nav li li:first-child > a {
  border-top-width: 0;
}
.primary-nav li > ul {
  left: -12px;
}
.primary-nav > .menu > li:first-child > ul {
  left: -30px;
}

/*--------------------------------------------------------------

## Page Header
--------------------------------------------------------------*/
.page-header {
  text-align: center;
}
.page-header .page-header-content {
  position: relative;
  padding: 156px 0;
}
.page-header .page-header-content .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-header.parallax .featured-image {
  background-attachment: fixed;
}
.page-header.hide-title .page-title {
  display: none;
}
.page-header.hide-title .page-header-content {
  padding: 170px 0;
}
.page-header.text-light .page-title {
  color: #fff;
}
.page-header.text-light .site-breadcrumb li a, .page-header.text-light .site-breadcrumb li > span {
  color: #fff;
}
.page-header.text-light .site-breadcrumb i {
  color: #fff;
}
.page-header h1 {
  margin: 0;
  font-size: 36px;
  word-break: break-word;
}
.page-header .site-breadcrumb {
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
}
.page-header .site-breadcrumb li {
  display: inline-block;
  margin-top: 8px;
  position: relative;
}
.page-header .site-breadcrumb li a {
  font-size: 18px;
  padding-right: 22px;
  display: block;
}
.page-header .site-breadcrumb li > span {
  color: #3065b8;
}
.page-header .site-breadcrumb li:after {
  font-family: ElegantIcons;
  content: "E";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header .site-breadcrumb li:last-child:after {
  display: none;
}
.page-header .site-breadcrumb i {
  padding: 0 6px;
}
.page-header.no-image .page-header-content {
  padding: 50px 0;
  background-color: #f1f1f1;
}
.page-header.no-image + .site-content {
  padding-top: 100px;
}

.single-post .page-header.hide-title .page-header-content, .single-service .page-header.hide-title .page-header-content {
  padding: 200px 0;
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.site-header .menu-item-cart:hover > .mini-cart-content {
  opacity: 1;
  z-index: 9998;
  top: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.site-header .menu-item-cart .mini-cart-content {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
          transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  right: 0;
  top: 110%;
  min-width: 370px;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  display: block;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-header .menu-item-cart .mini-cart-content .woocommerce-mini-cart__empty-message {
  margin: 15px 0;
}
.site-header .menu-item-cart .mini-cart-content .widget_shopping_cart_content {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 10px 30px 0;
  padding-top: 0;
}
.site-header .menu-item-cart .mini-cart-content .product_list_widget {
  max-height: 490px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 15px;
  margin-bottom: 0;
}
.site-header .menu-item-cart .mini-cart-content ::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}
.site-header .menu-item-cart .mini-cart-content ::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.site-header .menu-item-cart .mini-cart-content .variation {
  margin: 5px 0 0 0;
}
.site-header .menu-item-cart .mini-cart-content .variation > dt {
  float: left;
  margin-right: 10px;
  color: #767676;
}
.site-header .menu-item-cart .mini-cart-content .variation p {
  margin: 0;
}

.woocommerce ul.cart_list ul.product_list_widget li,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 30px 15px 0;
}
.woocommerce ul.cart_list ul.product_list_widget li img,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li img {
  float: left;
  width: 100%;
  margin-left: 0;
}
.woocommerce ul.cart_list ul.product_list_widget li .product-image,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-image {
  float: left;
  width: 80px;
  min-width: 80px;
}
.woocommerce ul.cart_list ul.product_list_widget li .product-image img,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-image img {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.woocommerce ul.cart_list ul.product_list_widget li .product-content,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content {
  float: left;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce ul.cart_list ul.product_list_widget li .product-content .product-name a,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content .product-name a {
  font-weight: 500;
  font-size: 16px;
  color: #3e4140;
  font-family: "Poppins", sans-serif;
}
.woocommerce ul.cart_list ul.product_list_widget li .product-content .product-name a:hover,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content .product-name a:hover {
  color: #000;
}
.woocommerce ul.cart_list ul.product_list_widget li .product-content .woocommerce-Price-amount,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 16px;
  color: #3065b8;
  margin: 10px 0 0;
}
.woocommerce ul.cart_list ul.product_list_widget li dl,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl {
  border-left: 0;
  padding-left: 0;
}
.woocommerce ul.cart_list ul.product_list_widget li dl dt,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl dt {
  font-weight: 500;
  color: #000;
}
.woocommerce ul.cart_list ul.product_list_widget li dl dd,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl dd {
  margin-bottom: 0;
}
.woocommerce ul.cart_list ul.product_list_widget li .quantity-text,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .quantity-text {
  color: #767676;
  margin: 8px 0 0;
  line-height: 1;
  font-size: 14px;
}
.woocommerce ul.cart_list ul.product_list_widget li .remove_from_cart_button,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .remove_from_cart_button {
  position: absolute;
  top: 10px;
  right: 0;
  color: #3e4140;
  font-size: 24px;
  font-weight: 400;
  background-color: transparent;
}
.woocommerce ul.cart_list ul.product_list_widget li .remove_from_cart_button:hover,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .remove_from_cart_button:hover {
  color: #000;
}
.woocommerce ul.cart_list .woocommerce-mini-cart__total,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}
.woocommerce ul.cart_list .woocommerce-mini-cart__total strong,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  color: #3e4140;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.woocommerce ul.cart_list .woocommerce-mini-cart__total .woocommerce-Price-amount,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 16px;
  color: #3065b8;
}
.woocommerce ul.cart_list .woocommerce-mini-cart__buttons,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: #3065b8;
  padding: 18px 29px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 1;
  display: inline-block;
  min-width: 141px;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:hover, .woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:focus, .woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:active,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:focus,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:active {
  color: #fff;
}
.woocommerce ul.cart_list .woocommerce-mini-cart__buttons .checkout,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
  background-color: #1c2122;
  margin-left: 15px;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.site-header .menu-item-search.show-search > .header-search-content {
  opacity: 1;
  z-index: 9998;
  top: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.site-header .menu-item-search.show-search .extra-icon:before {
  content: "M";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  font-size: 24px;
}
.site-header .menu-item-search .extra-icon {
  min-width: 24px;
  display: inline-block;
}
.site-header .menu-item-search .header-search-content {
  -webkit-transition: top 0.5s ease 0s, opacity 0.5s;
          transition: top 0.5s ease 0s, opacity 0.5s;
  position: absolute;
  right: 0;
  top: 110%;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 25px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.site-header .menu-item-search .header-search-content .search-wrapper {
  position: relative;
}
.site-header .menu-item-search .header-search-content .search-field {
  background-color: #f3f4f7;
  height: 50px;
  line-height: 50px;
  min-width: 320px;
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-style: italic;
}
.site-header .menu-item-search .header-search-content .search-submit {
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  color: #3e4140;
  padding: 0;
  line-height: 1;
  font-weight: 400;
}
.site-header .menu-item-search .header-search-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c0c0;
}
.site-header .menu-item-search .header-search-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0;
}
.site-header .menu-item-search .header-search-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c0c0;
}
.site-header .menu-item-search .header-search-content :-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## widget
--------------------------------------------------------------*/
.footer-widgets {
  background-color: #1c2122;
  color: #a3a1a1;
  padding: 115px 0 70px;
}
.footer-widgets .widget {
  margin: 0 0 50px 0;
}
.footer-widgets .widget ul {
  margin: 0;
  padding: 0;
}
.footer-widgets .widget ul li {
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-widgets .widget ul li ul {
  width: 100%;
  padding: 10px 0 0 5px;
}
.footer-widgets .widget ul li a {
  color: #eaeaea;
  display: block;
}
.footer-widgets .widget ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.footer-widgets .widget ul li a:hover {
  color: #3065b8;
}
.footer-widgets .widget ul li span {
  font-style: italic;
  display: block;
  margin-top: 5px;
}
.footer-widgets .widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widgets .widget .menu li {
  padding: 0;
  margin-bottom: 15px;
}
.footer-widgets .widget .menu li a {
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
}
.footer-widgets .widget .menu li a:before {
  font-family: "ElegantIcons";
  content: "5";
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: -5px;
  top: 0;
}
.footer-widgets .widget .mc4wp-form input {
  font-style: italic;
  height: 45px;
  padding: 0 30px;
  border: none;
}
.footer-widgets .widget .mc4wp-form input[type=email] {
  background-color: #3c4345;
  color: #fff;
  width: 100%;
}
.footer-widgets .widget .mc4wp-form input[type=email]::-webkit-input-placeholder {
  color: #848484;
}
.footer-widgets .widget .mc4wp-form input[type=email]:-moz-placeholder {
  color: #848484;
}
.footer-widgets .widget .mc4wp-form input[type=email]::-moz-placeholder {
  color: #848484;
}
.footer-widgets .widget .mc4wp-form input[type=email]:-ms-input-placeholder {
  color: #848484;
}
.footer-widgets .widget .mc4wp-form input[type=submit] {
  width: auto;
  font-style: normal;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-top: 15px;
  line-height: 45px;
}
.footer-widgets .widget .mc4wp-form .grid {
  display: block;
}
.footer-widgets .widget .mc4wp-form .full-width {
  display: none;
}
.footer-widgets .widget.widget_recent_comments ul li {
  display: inline-block;
}
.footer-widgets .widget.widget_recent_comments ul li span {
  margin: 0 5px 0 0;
  display: inline;
}
.footer-widgets .widget.widget_recent_comments ul li a {
  margin-left: 5px !important;
}
.footer-widgets .widget.widget_recent_entries ul li {
  margin-bottom: 25px;
}
.footer-widgets .widget-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}
.footer-widgets .information .infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.footer-widgets .information .infor i {
  font-size: 20px;
  line-height: 1.6;
  color: #eaeaea;
  min-width: 35px;
}
.footer-widgets .information .infor i.icon-envelope {
  line-height: 1;
}
.footer-widgets .information .infor .phone {
  font-size: 18px;
  color: #eaeaea;
}
.footer-widgets .information .infor:last-child {
  margin-bottom: 0;
}
.footer-widgets .footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-widgets .footer-flex .footer-sidebar {
  max-width: 400px;
}
.footer-widgets .footer-flex .footer-sidebar .widget ul li a {
  width: 100%;
}
.footer-widgets h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}
.footer-widgets p {
  margin: 0 0 25px 0;
}
.footer-widgets a {
  color: #eaeaea;
}
.footer-widgets a:hover {
  color: #3065b8;
}
.footer-widgets option {
  background: #1C2122;
}

.footer-full-width .footer-widgets .widget .mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.footer-full-width .footer-widgets .widget .mc4wp-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  padding: 0 17px;
}
.footer-full-width .footer-widgets .widget .mc4wp-form .grid {
  display: none;
}
.footer-full-width .footer-widgets .widget .mc4wp-form .full-width {
  display: block;
}
.footer-full-width .footer-copyright .content .text {
  text-align: left;
}

/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/
.footer-copyright {
  background-color: #0e1011;
  color: #a3a1a1;
  min-width: 100px;
  line-height: 100px;
}
.footer-copyright .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-copyright .content > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer-copyright .content .text {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
}
.footer-copyright .content .socials {
  text-align: right;
}
.footer-copyright .content .socials a {
  font-size: 18px;
  color: #a3a1a1;
  margin-left: 20px;
}
.footer-copyright .content .socials a:hover {
  color: #3065b8;
}
.footer-copyright .clerina-container .content .socials a {
  margin-left: 35px;
}
.footer-copyright .clerina-container .content .socials a:hover {
  color: #cdcfd0;
}

/*--------------------------------------------------------------
## Back to top
--------------------------------------------------------------*/
.backtotop {
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  font-size: 20px;
  background: #3065b8;
  border: 2px solid transparent;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  z-index: 999;
}
.backtotop i {
  position: relative;
  top: -3px;
}
.backtotop.show-scroll {
  opacity: 1;
}
.backtotop:hover, .backtotop:focus {
  color: #fff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.sticky .entry-title {
  position: relative;
  padding-left: 30px;
}
.sticky .entry-title:before {
  position: absolute;
  font-family: FontAweSome;
  content: "";
  top: 0;
  left: 0;
  font-size: 24px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.sticky .entry-title:hover:before {
  color: #3065b8;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 1em 0 0;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.site-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-template-template-homepage .site-content,
.page-template-template-fullwidth .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

.clerina-taxs-list {
  margin-bottom: 55px;
}
.clerina-taxs-list ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.clerina-taxs-list ul li {
  margin-right: 35px;
  display: inline-block;
}
.clerina-taxs-list ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.clerina-taxs-list ul li a.selected {
  color: #3065b8;
}

.blog-wrapper .post-thumbnail,
.blog-wrapper .entry-thumbnail {
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.blog-wrapper .post-thumbnail img,
.blog-wrapper .entry-thumbnail img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.blog-wrapper .post-thumbnail:hover img,
.blog-wrapper .entry-thumbnail:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.cl-blog-wrapper {
  margin-bottom: 60px;
}
.cl-blog-wrapper .post-thumbnail {
  margin-bottom: 15px;
  display: block;
}
.cl-blog-wrapper .entry-header {
  margin-bottom: 0;
}
.cl-blog-wrapper .post-thumbnail img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.cl-blog-wrapper .entry-title {
  font-size: 22px;
  margin: 8px 0 17px;
}
.cl-blog-wrapper .entry-content {
  margin-top: 0;
  margin-bottom: 25px;
}
.cl-blog-wrapper .entry-content p {
  margin: 0;
}
.cl-blog-wrapper .entry-date {
  font-style: italic;
  color: #767676;
}
.cl-blog-wrapper .label-date {
  display: none;
}
.cl-blog-wrapper .entry-author > a {
  display: block;
  float: left;
}
.cl-blog-wrapper .entry-author img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.cl-blog-wrapper .entry-author .author-name {
  margin: 0;
  margin-left: 70px;
}
.cl-blog-wrapper .entry-author .author-name a {
  font-size: 16px;
}
.cl-blog-wrapper .entry-author .author-name a span {
  font-weight: normal;
  font-style: italic;
  color: #767676;
  margin-right: 6px;
}

.classic .cl-blog-wrapper .blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.classic .cl-blog-wrapper .entry-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.classic .cl-blog-wrapper .post-thumbnail {
  margin-bottom: 0;
}
.classic .cl-blog-wrapper .entry-summary {
  margin-top: 0;
  width: 100%;
  padding: 60px 50px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.classic.sidebar-content .cl-blog-wrapper .blog-wrapper, .classic.content-sidebar .cl-blog-wrapper .blog-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.classic.sidebar-content .cl-blog-wrapper .entry-summary, .classic.content-sidebar .cl-blog-wrapper .entry-summary {
  padding: 30px 30px 40px;
}

.blog-wrapper-col-2:nth-child(2n+1),
.blog-wrapper-col-3:nth-child(3n+1) {
  clear: left;
}

.page-template-template-coming-soon-page {
  overflow-x: hidden;
}
.page-template-template-coming-soon-page .site-content {
  padding: 0;
}
.page-template-template-coming-soon-page h2 {
  margin: 0;
}
.page-template-template-coming-soon-page .form-comming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 575px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.page-template-template-coming-soon-page .form-comming .wpcf7-form-control-wrap.email {
  width: 100% !important;
}
.page-template-template-coming-soon-page .form-comming input[type=email] {
  margin-bottom: 0;
}
.page-template-template-coming-soon-page .form-comming input[type=submit] {
  padding: 0 25px !important;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #3065b8;
  margin-top: 0 !important;
  width: auto !important;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 50px !important;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-template-coming-soon-page ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #848484;
}
.page-template-template-coming-soon-page ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #848484;
}
.page-template-template-coming-soon-page :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #848484;
}
.page-template-template-coming-soon-page :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #848484;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  border-top: 1px solid #e5e5e5;
  margin-top: 55px;
}
.comments-area .comments-title {
  margin-top: 80px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 22px;
  font-weight: 600;
  color: #3e4140;
  padding: 0;
  margin: 0;
}
.comments-title.has-comments {
  margin-bottom: 15px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list li.comment,
.comment-list li.pingback {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list li.comment:last-child,
.comment-list li.pingback:last-child {
  border-bottom: none;
}
.comment-list li.comment ul.children li.comment,
.comment-list li.pingback ul.children li.comment {
  border-bottom: none;
  padding-bottom: 0;
}
.comment-list li.comment .comment-respond,
.comment-list li.pingback .comment-respond {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment-list li.comment.comment .comment-meta,
.comment-list li.pingback.comment .comment-meta {
  float: left;
  margin-right: 20px;
  max-width: 80px;
}
.comment-list li.comment.comment .comment-meta img,
.comment-list li.pingback.comment .comment-meta img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.comment-list li.comment .reply,
.comment-list li.pingback .reply {
  margin-top: 17px;
}
.comment-list li.comment .comment-edit-link,
.comment-list li.comment .comment-reply-link,
.comment-list li.pingback .comment-edit-link,
.comment-list li.pingback .comment-reply-link {
  color: #3e4140;
  font-style: italic;
  display: inline-block;
  padding-right: 15px;
}
.comment-list li.comment .comment-edit-link:hover,
.comment-list li.comment .comment-reply-link:hover,
.comment-list li.pingback .comment-edit-link:hover,
.comment-list li.pingback .comment-reply-link:hover {
  color: #000;
}
.comment-list li.comment .comment-reply-link,
.comment-list li.pingback .comment-reply-link {
  position: relative;
  padding-left: 30px;
}
.comment-list li.comment .comment-reply-link:before,
.comment-list li.pingback .comment-reply-link:before {
  content: "J";
  font-family: ElegantIcons;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-list li.comment .comment-edit-link,
.comment-list li.pingback .comment-edit-link {
  position: relative;
  padding-left: 30px;
}
.comment-list li.comment .comment-edit-link:before,
.comment-list li.pingback .comment-edit-link:before {
  content: "l";
  font-family: ElegantIcons;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
}
.comment-list li.comment .comment-metadata,
.comment-list li.pingback .comment-metadata {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-list li.comment .comment-metadata cite,
.comment-list li.pingback .comment-metadata cite {
  font-style: normal;
  font-weight: 600;
  color: #3e4140;
}
.comment-list li.comment .comment-edit-link,
.comment-list li.pingback .comment-edit-link {
  margin-right: 20px;
}
.comment-list li.comment .comment-content,
.comment-list li.pingback .comment-content {
  position: relative;
  margin-left: 100px;
}
.comment-list li.comment .comment-content .comment-desc,
.comment-list li.pingback .comment-content .comment-desc {
  padding: 10px 0 5px;
}
.comment-list li.comment .comment-content .date,
.comment-list li.pingback .comment-content .date {
  font-size: 16px;
  font-style: italic;
}
.comment-list li.comment .comment-content a,
.comment-list li.pingback .comment-content a {
  word-wrap: break-word;
}
.comment-list li.comment .comment-content .fn,
.comment-list li.pingback .comment-content .fn {
  padding-right: 10px;
}
.comment-list li.comment .comment-content .fn a,
.comment-list li.pingback .comment-content .fn a {
  color: #333;
  font-style: normal;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
}
.comment-list li.pingback .comment-content {
  margin-left: 0;
}
.comment-list .comment-respond {
  margin-bottom: 50px;
}
.comment-list:after {
  clear: both;
  content: "";
  display: block;
}
.comment-list .children {
  list-style: none;
  padding: 0 0 0 80px;
}
.comment-list .children article {
  border-top-width: 0;
}
.comment-list .children:last-child {
  margin-bottom: 0;
}
.comment-list .depth-5 .children {
  padding-left: 0;
}
.comment-list > .comment:first-child article {
  border: none;
}

.comments-area .comment-desc {
  padding: 15px 0 5px;
  color: #666;
}
.comments-area .date {
  color: #666;
}
.comments-area .comments-links {
  margin-bottom: 60px;
  text-align: center;
}
.comments-area .comments-links .page-numbers {
  font-size: 18px;
  padding: 0 8px;
  color: #999;
}
.comments-area .comments-links .page-numbers.current {
  color: #000;
}
.comments-area .comment-navigation {
  margin: 15px 0 0;
}
.comments-area p.no-comments {
  background-color: transparent;
  padding-top: 60px;
}

.single-product .comment-respond {
  padding-top: 0;
}

.comment-respond {
  clear: both;
  padding-top: 80px;
}
.comment-respond .logged-in-as {
  margin-bottom: 10px;
}
.comment-respond .logged-in-as a {
  color: #000;
}
.comment-respond .logged-in-as a:hover {
  color: #3065b8;
}
.comment-respond .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 30px;
  margin: 0;
}
.comment-respond .comment-reply-title a {
  color: #0099cc;
  padding-left: 15px;
}
.comment-respond .comment-notes {
  display: none;
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  -webkit-transition: 0.5s !important;
          transition: 0.5s !important;
  outline: none;
  padding: 15px;
  width: 100%;
  color: #000;
}
.comment-respond textarea {
  min-height: 260px;
}
.comment-respond p {
  margin-bottom: 0;
  margin-top: 0;
}
.comment-respond .comment-form-email {
  padding-right: 0;
  margin-bottom: 20px;
}
.comment-respond .comment-form-comment {
  margin-bottom: 15px;
}
.comment-respond .comment-form-author {
  padding-left: 0;
  margin-bottom: 20px;
}
.comment-respond .comment-form-url {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 35px;
}
.comment-respond .comment-message {
  margin-top: 20px;
  color: red;
  min-height: 30px;
}
.comment-respond .form-submit {
  clear: both;
  position: relative;
}
.comment-respond .form-submit .submit {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
}
.comment-respond ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.comment-respond ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.comment-respond :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.comment-respond :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

.comment-awaiting-moderation {
  display: block;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.sidebar-content .content-area {
  float: right;
}

.sidebar-content.grid .site-main, .content-sidebar.grid .site-main, .full-content.grid .site-main {
  margin-left: -15px;
  margin-right: -15px;
}

.sidebar-content .primary-sidebar {
  padding-right: 55px;
}

.content-sidebar .primary-sidebar {
  padding-left: 55px;
}

.woocommerce.sidebar-content .primary-sidebar {
  padding-right: 15px;
}

.woocommerce.content-sidebar .primary-sidebar {
  padding-left: 15px;
}

.entry-header {
  margin-bottom: 30px;
}
.entry-header .entry-thumbnail img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.single-post .entry-thumbnail img {
  margin-bottom: 30px;
}
.single-post .entry-title {
  margin-top: -10px;
}
.single-post .clerina-related-posts .entry-thumbnail img {
  margin-bottom: 0;
}
.single-post .post-author .author-name {
  font-weight: 400;
}

.entry-meta {
  font-style: italic;
}
.entry-meta .author, .entry-meta a {
  font-style: normal;
  padding-left: 5px;
}
.entry-meta > span {
  margin-right: 45px;
}

.entry-title {
  font-size: 36px;
  margin: 0;
  margin-bottom: 13px;
}

.entry-date {
  color: #3e4140;
}

.entry-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 60px 0;
}
.entry-footer .tags-links {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.entry-footer .tags-links span {
  font-size: 18px;
  color: #767676;
  margin-right: 20px;
}
.entry-footer .tags-links a {
  color: #767676;
}
.entry-footer .tags-links a:hover {
  color: #3065b8;
}
.entry-footer .cl-single-post-socials-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-footer .cl-single-post-socials-share h4 {
  margin: 0;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.entry-footer .cl-single-post-socials-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-footer .cl-single-post-socials-share ul li {
  display: inline-block;
  padding-left: 20px;
}
.entry-footer .cl-single-post-socials-share ul li a {
  color: #a3a1a1;
}
.entry-footer .cl-single-post-socials-share ul li a:hover {
  color: #3065b8;
}

.post-author {
  margin-top: 55px;
  margin-bottom: 90px;
  padding: 35px 30px;
  background: #f3f4f7;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.post-author h2 {
  margin: 0;
}
.post-author .author-name {
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
}
.post-author .author-name span {
  color: #767676;
  font-style: italic;
  margin-left: 15px;
}
.post-author .post-author-avatar {
  float: left;
  margin-right: 23px;
}
.post-author .post-author-avatar img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.post-author .post-author-info {
  margin-left: 95px;
  padding-top: 5px;
}

.clerina-list {
  list-style: none;
  padding: 0;
}
.clerina-list:after {
  content: "";
  display: table;
  clear: both;
}
.clerina-list li {
  position: relative;
  padding-left: 32px;
  padding-bottom: 10px;
}
.clerina-list li:before {
  position: absolute;
  content: "\\";
  top: 2px;
  left: 0;
  font-family: ElegantIcons;
}

.clerina-quote {
  font-size: 21px;
  color: #3e4140;
  line-height: 1.55;
  font-style: italic;
  padding: 0 20px;
}
.clerina-quote:before {
  content: "";
  font-family: FontAweSome;
  border-top: none;
  color: #f3f4f7;
  font-size: 50px;
  top: -20px;
  left: 0;
  z-index: -1;
}
.clerina-quote span {
  color: #3065b8;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}

.clerina-related-posts {
  padding-top: 85px;
  border-top: 1px solid #e5e5e5;
}
.clerina-related-posts .related-section-title h3 {
  margin: 0;
  font-size: 22px;
  margin-bottom: 60px;
}
.clerina-related-posts article {
  margin-bottom: 0;
}
.clerina-related-posts .blog-thumb img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.clerina-related-posts .entry-summary {
  margin-top: 18px;
}
.clerina-related-posts .entry-header {
  margin-bottom: 0;
}
.clerina-related-posts .entry-header .posted-on {
  font-style: italic;
  color: #767676;
}
.clerina-related-posts .entry-header .posted-on span {
  display: none;
}
.clerina-related-posts .entry-header .entry-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 .site-content {
  -webkit-background-size: cover;
          background-size: cover;
  padding: 0;
}

.error-404 {
  text-align: center;
  margin: 235px 0 240px;
}
.error-404 .page-header p, .error-404 .page-header h1 {
  margin: 0;
}
.error-404 .page-header h1 {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  margin-bottom: 5px;
}
.error-404 .page-header .line-1 {
  font-size: 40px;
  font-weight: 500;
  color: #3e4140;
  margin-bottom: 8px;
}
.error-404 .page-content {
  margin-top: 47px;
}
.error-404 .page-content a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: #3065b8;
  padding: 18px 29px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 1;
  display: inline-block;
}
.error-404 .page-content a:hover, .error-404 .page-content a:focus, .error-404 .page-content a:active {
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio Layout
--------------------------------------------------------------*/
.categories-filter {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categories-filter .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.categories-filter .button-group .button {
  margin: 0 5px 10px;
  padding: 14px 20px;
  font-size: 16px;
  background: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: bold;
  color: #3e4140;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.categories-filter .button-group .button:hover {
  background: #1c2122;
  color: #FFF;
}
.categories-filter .button-group .active {
  background: #1c2122;
  color: #FFF;
}

#clerina_portfolio_grid {
  float: left;
  width: 100%;
}

.portfolio-grid .portfolio-wrapper {
  margin-bottom: 47px;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-header {
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  margin-bottom: 0;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-header .entry-thumbnail {
  overflow: hidden;
  float: left;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-header .entry-thumbnail img {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-header .hover {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background: rgba(0, 0, 0, 0.65);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 99;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-header .hover .plus-symbol {
  float: left;
  font-size: 36px;
  color: #fff;
  background: #3065b8;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  font-family: "ElegantIcons";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-content {
  margin-top: 15px;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-content .entry-meta {
  color: #767676;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-content .entry-meta .category {
  color: #767676;
  font-size: 16px;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-content .entry-meta .category:first-child {
  padding-left: 0;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-content .entry-title {
  margin-bottom: 0;
}
.portfolio-grid .portfolio-wrapper .content-item .entry-content .entry-title .title {
  font-size: 22px;
  line-height: 28px;
  color: #3e4140;
  margin-top: 7px;
  margin-bottom: 0;
}
.portfolio-grid .portfolio-wrapper .content-item:hover .entry-header .hover {
  height: 100%;
}
.portfolio-grid .portfolio-wrapper .content-item:hover .entry-thumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-layout-full-width .portfolio-wrapper {
  padding: 0;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .entry-thumbnail {
  overflow: hidden;
  float: left;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .entry-thumbnail img {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .hover {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  top: 100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .hover .inner {
  float: left;
  width: 100%;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .hover .inner .entry-title {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .hover .inner .entry-title .title {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .hover .inner .view-more {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .hover .inner .view-more .plus-symbol {
  float: left;
  min-width: 150px;
  min-height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  background: #3065b8;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .entry-thumbnail {
  float: left;
  width: 100%;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item .entry-header .entry-thumbnail img {
  float: left;
  width: 100%;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item:hover .entry-header .hover {
  top: 0;
}
.portfolio-layout-full-width .portfolio-wrapper .content-item:hover .entry-thumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio-layout-full-width .numeric-navigation {
  margin-top: 60px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.pagination .page-numbers {
  float: left;
  min-width: 50px;
  min-height: 50px;
  font-size: 18px;
  color: #3e4140;
  background: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  line-height: 50px;
  margin: 0 5px;
}
.pagination .page-numbers:hover {
  background: #3065b8;
  color: #fff;
}
.pagination .current {
  background: #3065b8;
  color: #fff;
}

.numeric-navigation {
  margin-top: 0;
}

.pag-2 .pagination .page-numbers {
  display: none;
}
.pag-2 .pagination .next {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  width: 150px;
  color: #fff;
  border-color: #3065b8;
  background-color: #3065b8;
  border: 1px solid;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.pag-2 .pagination .loader {
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: relative;
}
.pag-2 .pagination .loader span {
  display: none;
}
.pag-2 .pagination .loader a {
  display: none;
}
.pag-2 .pagination .loader:before {
  content: "";
  font-family: "FontAweSome";
  font-size: 20px;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 0;
  float: left;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Portfolio Single
--------------------------------------------------------------*/
.single-portfolio .post-navigation {
  display: inline-block;
  width: 100%;
  margin-top: 35px;
}
.single-portfolio .post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.single-portfolio .post-navigation .nav-links > div {
  width: 33.333%;
}
.single-portfolio .post-navigation .nav-previous {
  width: auto;
  text-align: initial;
  float: none;
}
.single-portfolio .post-navigation .nav-previous .lnr {
  margin-right: 15px;
}
.single-portfolio .post-navigation .nav-next {
  width: auto;
  text-align: right;
  float: none;
}
.single-portfolio .post-navigation .nav-next .lnr {
  margin-left: 15px;
}
.single-portfolio .post-navigation .nav-project {
  text-align: center;
}
.single-portfolio .post-navigation .nav-project a {
  font-size: 14px;
  color: #3065b8;
  text-transform: uppercase;
}
.single-portfolio .post-navigation a {
  font-size: 14px;
  color: #767676;
  font-weight: 600;
}
.single-portfolio .post-navigation a:hover {
  color: #3065b8;
}
.single-portfolio .post-navigation a:hover .lnr {
  color: #3065b8;
}
.single-portfolio .cl-socials ul {
  margin: 0;
  padding: 0;
}
.single-portfolio .cl-socials ul li i {
  width: 30px;
  border: none;
  color: #a3a1a1;
  font-size: 18px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.single-portfolio .cl-socials ul li:hover i {
  background: none;
  color: #3065b8;
}
.single-portfolio .clerina-button span {
  font-weight: 600;
}
.single-portfolio .cl-image-carousel .slick-arrow {
  border: none;
  opacity: 0;
  background: #3065b8;
  color: #fff;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.single-portfolio .cl-image-carousel .slick-arrow:hover {
  background: #fff;
  color: #3e4140;
}
.single-portfolio .cl-image-carousel .slick-arrow:hover.slick-prev:hover:before, .single-portfolio .cl-image-carousel .slick-arrow:hover.slick-prev:focus:before, .single-portfolio .cl-image-carousel .slick-arrow:hover.slick-next:hover:before, .single-portfolio .cl-image-carousel .slick-arrow:hover.slick-next:focus:before {
  color: #3e4140;
}
.single-portfolio .cl-image-carousel .slick-prev {
  left: 40px;
}
.single-portfolio .cl-image-carousel .slick-prev:before {
  content: "4";
  font-family: "ElegantIcons";
  position: absolute;
}
.single-portfolio .cl-image-carousel .slick-next {
  right: 40px;
}
.single-portfolio .cl-image-carousel .slick-next:before {
  content: "5";
  font-family: "ElegantIcons";
  position: absolute;
}
.single-portfolio .cl-image-carousel:hover .slick-next, .single-portfolio .cl-image-carousel:hover .slick-prev {
  opacity: 1;
}
.single-portfolio .clerina-quote span {
  font-weight: 400;
}
.single-portfolio .clerina-quote:before {
  font-size: 20px;
  top: -47px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Service Layout
--------------------------------------------------------------*/
.post-type-archive-service .site-content {
  background-color: #f3f4f7;
  padding-bottom: 0;
}

.clerina-service .service-section-title {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.clerina-service .service-section-title .title {
  float: left;
  width: 100%;
}
.clerina-service .service-section-title .title h3 {
  font-size: 36px;
  color: #3e4140;
  margin: 0;
}
.clerina-service .service-section-title .descr {
  margin-top: 25px;
  float: left;
  width: 100%;
}
.clerina-service .service-section-title .descr p {
  font-size: 18px;
  line-height: 28px;
  color: #767676;
  max-width: 575px;
  margin: 0 auto;
}
.clerina-service .site-main {
  float: left;
}
.clerina-service .content-item {
  text-align: center;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.clerina-service .content-item .entry-header {
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.clerina-service .content-item .entry-header .entry-thumbnail {
  overflow: hidden;
  float: left;
}
.clerina-service .content-item .entry-header .entry-thumbnail img {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.clerina-service .content-item .entry-header .entry-thumbnail:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.clerina-service .content-item .entry-content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px;
  background-color: #fff;
}
.clerina-service .content-item .entry-content .entry-title {
  margin-bottom: 10px;
}
.clerina-service .content-item .entry-content .entry-title .title {
  margin: 0;
  font-size: 22px;
}
.clerina-service .content-item .entry-content .descr p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
}
.clerina-service .content-item .entry-read-more {
  float: left;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
}
.clerina-service .content-item .entry-read-more a {
  float: left;
  color: #3065b8;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.clerina-service .content-item .entry-read-more a:hover {
  background-color: #3065b8;
  color: #fff;
}
.clerina-service .clerina-appointment {
  float: left;
  width: 100%;
  margin: 85px 0 0;
  clear: both;
}
.clerina-service .clerina-appointment .clerina-fullwidth {
  background-repeat: no-repeat;
  padding: 100px 0;
  -webkit-background-size: cover;
          background-size: cover;
}
.clerina-service .clerina-appointment .appointment {
  float: right;
  background: rgba(48, 101, 184, 0.8);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 60px 70px 55px;
}
.clerina-service .clerina-appointment .appointment .title {
  margin: 0;
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}
.clerina-service .clerina-appointment .appointment .wpcf7-form p {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}
.clerina-service .clerina-appointment .appointment .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.clerina-service .clerina-appointment .appointment .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  float: left;
  padding: 13px 25px;
}
.clerina-service .clerina-appointment .appointment .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
  color: #c0c0c0;
  font-style: italic;
  font-size: 16px;
}
.clerina-service .clerina-appointment .appointment .wpcf7-form .wpcf7-submit {
  display: inline-block;
  background-color: #1c2122;
  font-size: 14px;
  margin-top: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: 600;
  margin-bottom: 0;
  border: 1px solid #1c2122;
}
.clerina-service .clerina-appointment .appointment .wpcf7-form .wpcf7-mail-sent-ng {
  clear: both;
  color: #fff;
}

/*--------------------------------------------------------------
# Service Single
--------------------------------------------------------------*/
.single-service .site-content .widget {
  float: left;
  width: 100%;
}
.single-service .banner-style-1 {
  background: #3065b8;
  padding: 40px 40px 50px;
  color: #fff;
  float: left;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.single-service .banner-style-1 .title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.single-service .banner-style-1 .dersc {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
}
.single-service .banner-style-1 ul {
  float: left;
  width: 100%;
}
.single-service .banner-style-1 ul li {
  padding: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.single-service .banner-style-1 ul li p {
  margin: 0;
}
.single-service .banner-style-1 ul li p.phone {
  font-size: 18px;
}
.single-service .banner-style-1 ul li span {
  font-size: 20px;
  width: 40px;
  line-height: 1.6;
}
.single-service .banner-style-1 ul li span.icon-envelope {
  line-height: 1;
}
.single-service .banner-style-1 a {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  margin-top: 27px;
  font-weight: 600;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #fff;
  font-family: "Poppins", sans-serif;
}
.single-service .banner-style-2 {
  background-color: #f3f4f7;
  padding: 40px 40px 50px;
  color: #3e4140;
  float: left;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.single-service .banner-style-2 .title {
  font-size: 24px;
  color: #3e4140;
  font-weight: 600;
  margin-top: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.single-service .banner-style-2 .dersc {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
.single-service .banner-style-2 ul {
  float: left;
  width: 100%;
}
.single-service .banner-style-2 ul li {
  padding: 0;
  margin-bottom: 20px;
}
.single-service .banner-style-2 ul li p {
  margin: 0;
  width: 195px;
  float: left;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.single-service .banner-style-2 ul li span {
  font-size: 25px;
  width: 40px;
  float: left;
}
.single-service .banner-style-2 a {
  float: left;
  width: 100%;
  background-color: #3065b8;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  margin-top: 7px;
  font-weight: 600;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #3065b8;
  color: #fff;
}
.single-service .banner-style-2 a:hover {
  color: #fff !important;
}
.single-service .clerina-quote {
  font-size: 18px;
  background-color: #f3f4f7;
  color: #3e4140;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-left: 5px solid #3065b8;
  padding: 30px 30px 60px 26px;
  position: relative;
}
.single-service .clerina-quote p {
  position: relative;
  z-index: 2;
}
.single-service .clerina-quote:before {
  font-size: 60px;
  color: #fff;
  top: 15px;
  left: 55px;
  z-index: 1;
}
.single-service .clerina-button {
  margin-top: 35px;
}
.single-service .vc_tta-style-classic.cl-accordion-fix .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f3f4f7 !important;
}
.single-service .vc_tta-style-classic.cl-accordion-fix .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #3065b8 !important;
}
.single-service img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.single-service p {
  margin-top: 0;
}

.service-sidebar .widget_categories .widget-title {
  display: none;
}
.service-sidebar .widget_categories ul li {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  padding: 14px 30px;
  background-color: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.service-sidebar .widget_categories ul li a {
  float: left;
  width: 100%;
  color: #3e4140;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 0;
  position: relative;
}
.service-sidebar .widget_categories ul li a:hover {
  color: #fff !important;
}
.service-sidebar .widget_categories ul li:after {
  right: 0;
}
.service-sidebar .widget_categories ul li:hover {
  background-color: #3065b8;
}
.service-sidebar .widget_categories ul li:hover a {
  color: #fff;
}
.service-sidebar .widget_categories ul li:last-child {
  padding-bottom: 15px !important;
}
.service-sidebar .widget_categories ul .current-menu-item {
  background-color: #3065b8;
}
.service-sidebar .widget_categories ul .current-menu-item a {
  color: #fff;
}
.service-sidebar .widget_categories ul .current-menu-item:before {
  color: #fff;
}

.primary-sidebar.service-sidebar .widget_archive > ul > li:before,
.primary-sidebar.service-sidebar .widget_categories > ul > li:before,
.primary-sidebar.service-sidebar .widget_pages > ul > li:before {
  left: auto;
  right: 25px;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
}

.primary-sidebar.service-sidebar .widget_archive > ul > li:hover:before,
.primary-sidebar.service-sidebar .widget_categories > ul > li:hover:before,
.primary-sidebar.service-sidebar .widget_pages > ul > li:hover:before {
  color: #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.primary-sidebar.primary-sidebar .widget ul > li:last-child,
.primary-sidebar.primary-sidebar .widget ol > li:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonial Layout
--------------------------------------------------------------*/
.testimonial-template-default .site-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.post-type-archive-testimonial article.testimonial:nth-child(2n+1) {
  clear: both;
}
.post-type-archive-testimonial .cl-testimonial-wrapper .entry-header img {
  border: 5px solid #fff;
}

.list-testimonial .testimonial-item {
  margin-bottom: 30px;
}

.cl-testimonial-wrapper {
  text-align: center;
  padding-top: 60px;
}
.cl-testimonial-wrapper .entry-header {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cl-testimonial-wrapper .entry-header img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.cl-testimonial-wrapper .entry-title {
  margin-bottom: 0;
}
.cl-testimonial-wrapper .entry-job {
  font-style: italic;
  font-size: 16px;
}
.cl-testimonial-wrapper .list-star {
  margin-top: 35px;
}
.cl-testimonial-wrapper .list-star i {
  color: #fdc415;
  margin: 0 2px;
}
.cl-testimonial-wrapper .entry-excerpt {
  margin-top: 30px;
}
.cl-testimonial-wrapper .entry-excerpt p {
  margin: 0;
}
.cl-testimonial-wrapper .entry-content {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #f3f4f7;
  margin-top: 0;
  padding: 85px 50px 55px 50px;
}
.cl-testimonial-wrapper .entry-content .title {
  margin: 0;
  font-size: 16px;
}

.clerina-testimonial .numeric-navigation {
  margin-top: 35px;
}

.header-testimonial {
  text-align: center;
  margin-bottom: 60px;
}
.header-testimonial .title h2 {
  font-size: 36px;
  margin: 0;
  margin-bottom: 25px;
}
.header-testimonial .description {
  font-size: 18px;
  max-width: 580px;
  margin: 0 auto;
}

.testimonial-wrapper .title {
  margin: 0;
  font-size: 30px;
}
.testimonial-wrapper .entry-job {
  font-style: italic;
  margin: 10px 0;
}
.testimonial-wrapper .list-star {
  margin: 35px 0;
}
.testimonial-wrapper .list-star i {
  color: #fdc415;
}

/*--------------------------------------------------------------
# Svg font
--------------------------------------------------------------*/
.clerina-icon svg {
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  display: inline-block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 10px 0 30px;
  font-size: 14px;
  font-style: italic;
}
.wp-caption .wp-caption-text a {
  text-decoration: underline;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.cl-coming-soon .flip-clock-wrapper .flip-wrapper {
  border-right: 1px solid #3e4140;
  padding: 0 40px;
}
.cl-coming-soon .flip-clock-wrapper .flip-wrapper:last-child {
  border-right: none;
}
.cl-coming-soon .flip-clock-wrapper .flip-wrapper .flip-clock-label {
  font-size: 20px;
  color: #3e4140;
  font-weight: normal;
}
.cl-coming-soon .flip-clock-wrapper .flip-wrapper .inn {
  color: #3065b8;
  font-size: 60px;
  font-weight: 600;
}

.cl-socials ul {
  list-style: none;
  margin-bottom: 0;
}
.cl-socials ul li {
  display: inline-block;
  padding: 0 5px;
}
.cl-socials ul li:hover i {
  background: #3065b8;
  color: #fff;
  border-color: #3065b8;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.cl-socials ul li i {
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #3e4140;
  color: #3e4140;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.cl-latest-post .cl-blog-wrapper.blog-wrapper-col-2:nth-child(2n+1) {
  clear: none;
}
.cl-latest-post .cl-blog-wrapper.blog-wrapper-col-2:nth-child(3n+1) {
  clear: both;
}

.cl-testimonial-carousel {
  margin: 0 -15px;
}
.cl-testimonial-carousel.style-2 .entry-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background: #fff;
}
.cl-testimonial-carousel.style-2 .entry-content .entry-excerpt {
  margin-top: 5px;
  margin-bottom: 25px;
}
.cl-testimonial-carousel.style-2 .entry-thumbnail {
  position: relative;
  display: block;
}
.cl-testimonial-carousel.style-2 .entry-thumbnail:before {
  position: absolute;
  content: "";
  font-family: FontAweSome;
  bottom: 0;
  left: 0;
  background-color: #3065b8;
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 11px;
}
.cl-testimonial-carousel.style-2 .slick-prev, .cl-testimonial-carousel.style-2 .slick-next {
  top: 60px;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
}
.cl-testimonial-carousel.style-2 .slick-prev:before, .cl-testimonial-carousel.style-2 .slick-next:before {
  color: #e5e5e5;
}
.cl-testimonial-carousel.style-2 .slick-prev:hover, .cl-testimonial-carousel.style-2 .slick-prev:focus, .cl-testimonial-carousel.style-2 .slick-next:hover, .cl-testimonial-carousel.style-2 .slick-next:focus {
  background-color: #3065b8;
}
.cl-testimonial-carousel.style-2 .slick-prev {
  left: 140px;
}
.cl-testimonial-carousel.style-2 .slick-prev:before {
  content: "4";
  font-family: ElegantIcons;
}
.cl-testimonial-carousel.style-2 .slick-next {
  right: 140px;
}
.cl-testimonial-carousel.style-2 .slick-next:before {
  content: "5";
  font-family: ElegantIcons;
}
.cl-testimonial-carousel.style-2 .nav-circle .slick-prev, .cl-testimonial-carousel.style-2 .nav-circle .slick-next {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.cl-testimonial-carousel .testimonial-list.hide-rating .list-star {
  display: none;
}
.cl-testimonial-carousel .testimonial-list.light-style .entry-content {
  background: #fff;
}
.cl-testimonial-carousel .testimonial-list.light-style .slick-active button:before {
  border: 2px solid #3065b8;
}

.clerina-empty-space .clerina_empty_space_md,
.clerina-empty-space .clerina_empty_space_xs {
  display: none;
}

@media (max-width: 1200px) {
  .clerina-empty-space .clerina_empty_space_md {
    display: block;
  }
  .clerina-empty-space .clerina_empty_space_lg,
.clerina-empty-space .clerina_empty_space_xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .clerina-empty-space .clerina_empty_space_md,
.clerina-empty-space .clerina_empty_space_lg {
    display: none;
  }
  .clerina-empty-space .clerina_empty_space_xs {
    display: block;
  }
}
/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

.woocommerce-page .site-main .columns-2 .product, .woocommerce .site-main .columns-2 .product {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.woocommerce-page .site-main .columns-3 .product, .woocommerce .site-main .columns-3 .product {
  width: 33.33%;
  margin: 0;
  padding: 0 15px;
}
.woocommerce-page .site-main .columns-4 .product, .woocommerce .site-main .columns-4 .product {
  width: 25%;
  margin: 0;
  padding: 0 15px;
}
.woocommerce-page .site-main .columns-5 .product, .woocommerce .site-main .columns-5 .product {
  width: 20%;
  margin: 0;
  padding: 0 15px;
}
.woocommerce-page .site-main .columns-6 .product, .woocommerce .site-main .columns-6 .product {
  width: 13.4933333333%;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }

  .columns-2 ul.products li.product {
    width: 48.1%;
  }

  .columns-3 ul.products li.product {
    width: 30.7966666667%;
  }

  .columns-4 ul.products li.product {
    width: 22.15%;
  }

  .columns-5 ul.products li.product {
    width: 16.96%;
  }

  .columns-6 ul.products li.product {
    width: 13.4933333333%;
  }
}
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #3e4140;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #3e4140;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce .widget .widget-title {
  margin-bottom: 3px;
}
.woocommerce .widget .price_slider_wrapper .ui-slider {
  height: 12px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #F3F4F8;
  padding-right: 15px;
}
.woocommerce .widget .price_slider_wrapper .ui-slider-range {
  height: 12px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #3065b8;
}
.woocommerce .widget .price_slider_wrapper .ui-slider-handle {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #3065b8;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1px #3065b8;
          box-shadow: 0px 0px 0px 1px #3065b8;
  margin-top: -10px;
}
.woocommerce .widget .price_slider_amount .button {
  float: right;
  line-height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #3065b8;
}
.woocommerce .widget .price_slider_amount .button:hover {
  background-color: transparent;
  color: #3065b8;
}
.woocommerce .widget .price_slider_amount .price_label {
  float: left;
  font-size: 16px;
}
.woocommerce .widget .price_slider_amount .price_label span {
  color: #3e4140;
  font-size: 18px;
}
.woocommerce .widget.widget_price_filter .widget-title {
  margin-bottom: 20px;
}
.woocommerce .widget_recently_viewed_products .product_list_widget li,
.woocommerce .widget_products .product_list_widget li,
.woocommerce .widget_top_rated_products .product_list_widget li {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.woocommerce .widget_recently_viewed_products .product_list_widget li del,
.woocommerce .widget_products .product_list_widget li del,
.woocommerce .widget_top_rated_products .product_list_widget li del {
  display: none;
}
.woocommerce .widget_recently_viewed_products .product_list_widget li ins,
.woocommerce .widget_products .product_list_widget li ins,
.woocommerce .widget_top_rated_products .product_list_widget li ins {
  background-color: transparent;
}
.woocommerce .widget_recently_viewed_products .product_list_widget li .woocommerce-Price-amount,
.woocommerce .widget_products .product_list_widget li .woocommerce-Price-amount,
.woocommerce .widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
  color: #3065b8;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.woocommerce .widget_recently_viewed_products .product_list_widget .attachment-woocommerce_thumbnail,
.woocommerce .widget_products .product_list_widget .attachment-woocommerce_thumbnail,
.woocommerce .widget_top_rated_products .product_list_widget .attachment-woocommerce_thumbnail {
  width: 80px;
  float: left;
  margin-right: 13px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.woocommerce .widget_recently_viewed_products .product_list_widget .product-title,
.woocommerce .widget_products .product_list_widget .product-title,
.woocommerce .widget_top_rated_products .product_list_widget .product-title {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #3e4140;
  font-weight: 500;
  margin-bottom: 12px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -30px !important;
}

.single-product .site .site-content .product .woocommerce-product-gallery {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.single-product .site .site-content .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product .site .site-content .product .woocommerce-product-gallery .flex-viewport {
  float: right;
  max-width: 430px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs {
  float: right;
  max-width: 140px;
  padding-top: 16px;
}
.single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs li {
  float: left;
  width: 100% !important;
  max-width: 110px;
  margin-bottom: 20px;
}
.single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs li:last-child {
  margin-bottom: 0;
}
.single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs li img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid transparent;
  opacity: 1;
}
.single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs li .flex-active {
  border: 2px solid #3065b8;
}
.single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  border: 2px solid #3065b8;
}
.single-product .site .site-content .product .onsale {
  display: none;
}
.single-product .site .site-content .entry-summary {
  float: left;
  width: 50%;
  padding-left: 15px;
  margin-top: 10px;
}
.single-product .site .site-content .entry-summary .product_title {
  font-size: 22px;
  color: #3e4140;
  font-weight: 600;
  margin-bottom: 2px;
}
.single-product .site .site-content .entry-summary .woocommerce-review-link {
  float: left;
}
.single-product .site .site-content .entry-summary .price {
  float: left;
  width: 100%;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #3065b8;
  font-weight: 600;
  margin: 20px 0;
}
.single-product .site .site-content .entry-summary .price del {
  font-size: 20px;
  color: #767676;
  margin-right: 15px;
  font-weight: 400;
}
.single-product .site .site-content .entry-summary .price ins {
  background-color: transparent;
}
.single-product .site .site-content .entry-summary .woocommerce-product-details__short-description {
  float: left;
  width: 100%;
}
.single-product .site .site-content .entry-summary .woocommerce-product-details__short-description p {
  margin-top: 35px;
  line-height: 26px;
  margin-bottom: 45px;
}
.single-product .site .site-content .entry-summary .status-product {
  float: left;
  width: 100%;
  color: #4fa65c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.single-product .site .site-content .entry-summary .status-product strong {
  color: #3e4140;
  font-weight: 500;
}
.single-product .site .site-content .entry-summary .cart {
  float: left;
  width: 100%;
}
.single-product .site .site-content .entry-summary .cart .variations {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.single-product .site .site-content .entry-summary .cart .variations tr {
  float: left;
  border: none;
}
.single-product .site .site-content .entry-summary .cart .variations tr td {
  border: none;
}
.single-product .site .site-content .entry-summary .cart .variations tr td select {
  padding: 0 15px;
  float: left;
}
.single-product .site .site-content .entry-summary .cart .variations tr td .reset_variations {
  line-height: 40px;
  text-transform: uppercase;
  color: #3e4140;
  text-decoration: underline;
}
.single-product .site .site-content .entry-summary .cart .quantity {
  float: left;
  max-width: 120px;
  margin-right: 15px;
}
.single-product .site .site-content .entry-summary .cart .quantity .input-text {
  float: left;
  width: 100%;
  text-align: center;
}
.single-product .site .site-content .entry-summary .cart .button {
  padding: 0 24px;
  float: left;
  line-height: 48px;
  min-height: 48px;
  background-color: #3065b8;
  color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #3065b8;
  text-transform: uppercase;
}
.single-product .site .site-content .entry-summary .cart .group_table mark, .single-product .site .site-content .entry-summary .cart .group_table ins {
  background: none;
  color: #3065b8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.single-product .site .site-content .entry-summary .cart .group_table del {
  font-family: "Poppins", sans-serif;
  margin-right: 5px;
}
.single-product .site .site-content .entry-summary .product_meta {
  float: left;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 30px;
  margin-top: 40px;
}
.single-product .site .site-content .entry-summary .product_meta .sku_wrapper {
  color: #3e4140;
  float: left;
  width: 100%;
}
.single-product .site .site-content .entry-summary .product_meta .sku_wrapper span {
  color: #767676;
}
.single-product .site .site-content .entry-summary .product_meta .posted_in {
  color: #3e4140;
  float: left;
  width: 100%;
}
.single-product .site .site-content .entry-summary .product_meta .posted_in a {
  color: #767676;
}
.single-product .site .site-content .woocommerce-tabs {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 45px;
  margin-top: 50px;
}
.single-product .site .site-content .woocommerce-tabs .wc-tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 6.5px;
}
.single-product .site .site-content .woocommerce-tabs .wc-tabs li {
  float: left;
  width: auto;
  margin-right: 30px;
  position: relative;
}
.single-product .site .site-content .woocommerce-tabs .wc-tabs li a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.single-product .site .site-content .woocommerce-tabs .wc-tabs li:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 5px;
  background-color: #3065b8;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  left: 0;
}
.single-product .site .site-content .woocommerce-tabs .wc-tabs .active a {
  color: #3065b8;
}
.single-product .site .site-content .woocommerce-tabs .wc-tabs .active:after {
  width: 100%;
}
.single-product .site .site-content .woocommerce-tabs .entry-content {
  float: left;
  width: 100%;
  margin-top: 18px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.single-product .site .site-content .woocommerce-tabs .entry-content h2 {
  display: none;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .woocommerce-Reviews-title {
  display: block;
  font-size: 18px;
  color: #3e4140;
  float: left;
  width: 100%;
  background: #f3f4f7;
  padding: 0 35px;
  line-height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 40px;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist {
  float: left;
  width: 100%;
  padding: 0;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist li {
  list-style: none;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist li .comment_container {
  float: left;
  width: 100%;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist li .comment_container img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  float: left;
  margin-right: 30px;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text {
  float: left;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .star-rating {
  float: left;
  width: 100%;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .meta {
  float: left;
  width: 100%;
  margin: 0;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
  margin: 0 15px;
}
.single-product .site .site-content .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .description {
  float: left;
  width: 100%;
}
.single-product .site .site-content .related, .single-product .site .site-content .up-sells {
  float: left;
  width: 100%;
}
.single-product .site .site-content .related h2, .single-product .site .site-content .up-sells h2 {
  font-size: 36px;
  text-align: center;
  margin-top: 62px;
}
.single-product .site .site-content .up-sells {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.single-product .woocommerce-noreviews {
  background-color: transparent;
}
.single-product .comment-form-rating .stars a:before {
  content: "" !important;
  font-family: "ElegantIcons";
  color: #fdc415 !important;
  font-size: 16px;
}
.single-product .woocommerce-Reviews .average-rating .average-label {
  font-size: 16px;
  color: #3e4140;
  margin: 0;
}
.single-product .woocommerce-Reviews .average-rating .average-value {
  font-size: 58px;
  font-weight: 500;
  color: #3065b8;
  margin: 0;
  line-height: 64px;
}
.single-product .woocommerce-Reviews .average-rating .woocommerce-product-rating .star-rating {
  width: 100%;
  margin-top: 12px;
}
.single-product .woocommerce-Reviews .average-rating .woocommerce-product-rating .woocommerce-review-link {
  color: #767676;
}
.single-product .woocommerce-Reviews .bar-rating {
  margin-top: 30px;
}
.single-product .woocommerce-Reviews .bar-rating .star-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 13px;
  font-weight: 500;
}
.single-product .woocommerce-Reviews .bar-rating .star-item .slabel {
  min-width: 60px;
}
.single-product .woocommerce-Reviews .bar-rating .star-item .sbar {
  margin-left: 10px;
  margin-right: 15px;
  min-width: 230px;
}
.single-product .woocommerce-Reviews .bar-rating .star-item .bar-content {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #cdcfd0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.single-product .woocommerce-Reviews .bar-rating .star-item .bar-content span {
  background-color: #3065b8;
  display: block;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.single-product .woocommerce-Reviews .comment-form .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.single-product .woocommerce-Reviews .comment-form .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.single-product .woocommerce-Reviews .comment-form .form-submit .submit {
  width: 100%;
  text-align: center;
  border: 1px solid #3065b8;
}
.single-product .woocommerce-Reviews .comment-respond .comment-reply-title {
  font-size: 18px;
  color: #3e4140;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form, .cart .woocommerce .woocommerce-cart-form {
  float: left;
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table, .cart .woocommerce .woocommerce-cart-form .shop_table {
  border: none;
  margin-bottom: 30px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead, .cart .woocommerce .woocommerce-cart-form .shop_table thead {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead tr, .cart .woocommerce .woocommerce-cart-form .shop_table thead tr {
  border: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead tr th, .cart .woocommerce .woocommerce-cart-form .shop_table thead tr th {
  border: none;
  font-size: 18px;
  color: #3e4140;
  font-weight: 600;
  padding: 15px 30px 15px 20px;
  background-color: #f3f4f7;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead tr .product-name, .cart .woocommerce .woocommerce-cart-form .shop_table thead tr .product-name {
  -webkit-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead tr .product-remove, .cart .woocommerce .woocommerce-cart-form .shop_table thead tr .product-remove {
  -webkit-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
  border-right: none;
  padding: 20px;
  text-align: left;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #3e4140;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td a, .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td p, .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td span, .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td div, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td a, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td p, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td span, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td div {
  float: left;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation {
  float: left;
  width: 50%;
  margin-left: 30px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation .variation-Size, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation .variation-Size {
  float: left;
  line-height: 26px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation .variation-Size p, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation .variation-Size p {
  margin: 0 5px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation dt, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation dt {
  float: left;
  margin-right: 5px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation dd, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation dd {
  margin: 0;
  display: table;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation p, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation p {
  margin: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-thumb, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-thumb {
  width: 100px;
  padding-right: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-thumb .thumbnail, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-thumb .thumbnail {
  max-width: 100px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-name, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-name {
  font-weight: 500;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-name .thumbnail .attachment-woocommerce_thumbnail, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-name .thumbnail .attachment-woocommerce_thumbnail {
  max-width: 140px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .quantity, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .quantity {
  max-width: 120px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .quantity .qty, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .quantity .qty {
  max-width: 120px;
  text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-remove, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-remove {
  text-align: right;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-remove a, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .product-remove a {
  font-size: 24px;
  float: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .continue, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .continue {
  color: #fff;
  background: #3065b8;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  border: 1px solid transparent;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions {
  padding-top: 60px;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions .update_cart, .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions .clear-cart, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions .update_cart, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions .clear-cart {
  float: right;
  background: #f3f4f7;
  text-decoration: none;
  color: #1c2122;
  margin-left: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions .update_cart:disabled, .cart .woocommerce .woocommerce-cart-form .shop_table tbody tr .actions .update_cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .coupon, .cart .woocommerce .woocommerce-cart-form .coupon {
  margin-bottom: -100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .coupon label, .cart .woocommerce .woocommerce-cart-form .coupon label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3e4140;
  position: relative;
  margin-bottom: 28px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .coupon .button, .cart .woocommerce .woocommerce-cart-form .coupon .button {
  background-color: #f3f4f7;
  color: #3e4140;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: auto;
  border: 1px solid transparent;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .coupon .input-text, .cart .woocommerce .woocommerce-cart-form .coupon .input-text {
  width: 100%;
  margin-bottom: 30px;
  outline: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .coupon .coupon-field, .cart .woocommerce .woocommerce-cart-form .coupon .coupon-field {
  color: #3e4140;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .coupon .coupon-field p, .cart .woocommerce .woocommerce-cart-form .coupon .coupon-field p {
  margin: 0 0 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals, .cart .woocommerce .cart-collaterals {
  margin-bottom: 30px;
}
.woocommerce-cart .woocommerce .cart-collaterals .elegant, .cart .woocommerce .cart-collaterals .elegant {
  font-family: "ElegantIcons";
  font-size: 24px;
  color: #767676;
  line-height: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .button, .cart .woocommerce .cart-collaterals .button {
  font-size: 18px;
  color: #3e4140;
  text-decoration: none;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  font-weight: 600;
  margin-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .button span, .cart .woocommerce .cart-collaterals .button span {
  float: right;
  margin-top: 8px;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form, .cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form {
  float: left;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .country-select, .woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field, .cart .woocommerce .cart-collaterals .calculate-shipping .country-select, .cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field {
  position: relative;
  margin-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .country-select .select2-selection--single, .woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field .select2-selection--single, .cart .woocommerce .cart-collaterals .calculate-shipping .country-select .select2-selection--single, .cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field .select2-selection--single {
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #f3f4f7;
  height: 50px;
  outline: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .country-select .select2-selection--single .select2-selection__rendered, .woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field .select2-selection--single .select2-selection__rendered, .cart .woocommerce .cart-collaterals .calculate-shipping .country-select .select2-selection--single .select2-selection__rendered, .cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding: 0 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .country-select .select2-selection--single .select2-selection__arrow, .woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field .select2-selection--single .select2-selection__arrow, .cart .woocommerce .cart-collaterals .calculate-shipping .country-select .select2-selection--single .select2-selection__arrow, .cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .country-select .select2-hidden-accessible, .woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field .select2-hidden-accessible, .cart .woocommerce .cart-collaterals .calculate-shipping .country-select .select2-hidden-accessible, .cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field .select2-hidden-accessible {
  line-height: 50px;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .country-select:before, .woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field:before, .cart .woocommerce .cart-collaterals .calculate-shipping .country-select:before, .cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field:before {
  content: "2";
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 16px;
  font-family: "ElegantIcons";
  z-index: 999;
  color: #3e4140;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .country-select:after, .woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field:after, .cart .woocommerce .cart-collaterals .calculate-shipping .country-select:after, .cart .woocommerce .cart-collaterals .calculate-shipping #calc_shipping_state_field:after {
  content: "3";
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 16px;
  font-family: "ElegantIcons";
  z-index: 999;
  color: #3e4140;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form, .cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form {
  display: block !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form p, .cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form p {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form p input, .cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form p input {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form .button, .cart .woocommerce .cart-collaterals .calculate-shipping .shipping-calculator-form .button {
  background-color: #f3f4f7;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: auto;
  margin-bottom: 0;
  margin-top: 10px;
  border: 1px solid transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator > p, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator > p {
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3e4140;
  position: relative;
  margin-bottom: 28px;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:focus, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:focus {
  text-decoration: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .button, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .button {
  background-color: #f3f4f7;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: auto;
  border: 1px solid transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  color: #333;
  background-color: #f3f4f7;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 10px 15px 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  height: auto;
  margin: 0;
  outline: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
  height: auto !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .input-text, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .input-text {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row, .cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row {
  margin: 0 0 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table, .cart .woocommerce .cart-collaterals .cart_totals .bg-table {
  padding: 20px 40px;
  background: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table tr, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table, .cart .woocommerce .cart-collaterals .cart_totals .bg-table tr, .cart .woocommerce .cart-collaterals .cart_totals .bg-table th, .cart .woocommerce .cart-collaterals .cart_totals .bg-table td {
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody tr, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody tr {
  border-bottom: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping .title, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping .title {
  font-size: 18px;
  color: #3e4140;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li .woocommerce-Price-amount, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li .woocommerce-Price-amount {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li input, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li input {
  opacity: 0;
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li input:checked + label, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li input:checked + label {
  color: #3e4140;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li input:checked + label:before, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li input:checked + label:before {
  content: "\\";
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li input:checked + label .woocommerce-Price-amount, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li input:checked + label .woocommerce-Price-amount {
  color: #3e4140;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li label, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li label:before, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li label:before {
  font-family: "ElegantIcons";
  content: "[";
  font-size: 16px;
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: block;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot tr, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody tr, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot tr, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot tr th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody tr th, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot tr th, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody tr th {
  font-size: 18px;
  color: #3e4140;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot tr td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody tr td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot tr td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody tr td {
  text-align: right;
  padding: 20px 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .cart-subtotal td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .order-total td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .cart-subtotal td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .order-total td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .cart-subtotal td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .order-total td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .cart-subtotal td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .order-total td {
  font-size: 20px;
  color: #3065b8;
  font-weight: 600;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping .title, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping .title, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping .title, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping .title {
  font-size: 18px;
  color: #3e4140;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  display: block;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping td, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping td {
  text-align: left;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping ul, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping ul, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping ul li, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping ul li, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping ul li {
  list-style: none;
  float: left;
  width: 100%;
  line-height: 32px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .order-total, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .order-total, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .order-total, .cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .order-total {
  border-bottom: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout, .cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  display: block;
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button {
  margin-bottom: 0;
  background-color: #3065b8;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 50px;
  margin-top: 30px;
  padding: 0 30px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
  border: 1px solid #3065b8;
}
.woocommerce-cart .woocommerce .cart-collaterals .input-text, .cart .woocommerce .cart-collaterals .input-text {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce-cart .woocommerce .return-to-shop .button, .cart .woocommerce .return-to-shop .button {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: #3065b8;
  padding: 18px 29px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 1;
  display: inline-block;
}
.woocommerce-cart .woocommerce .return-to-shop .button:hover, .woocommerce-cart .woocommerce .return-to-shop .button:focus, .woocommerce-cart .woocommerce .return-to-shop .button:active, .cart .woocommerce .return-to-shop .button:hover, .cart .woocommerce .return-to-shop .button:focus, .cart .woocommerce .return-to-shop .button:active {
  color: #fff;
}
.woocommerce-cart .woocommerce .wcppec-checkout-buttons, .cart .woocommerce .wcppec-checkout-buttons {
  display: none;
}

/**
 * Checkout
 */
.woocommerce-checkout .woocommerce-NoticeGroup {
  padding: 0 15px;
}
.woocommerce-checkout h3 {
  font-size: 32px;
}
.woocommerce-checkout .clerina-form-oder h3,
.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-bottom: 50px;
}
.woocommerce-checkout .clerina-billing {
  float: left;
  width: 58%;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce-checkout .clerina-billing .shipping_address .form-row-wide {
  width: 100%;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .clerina-billing .shipping_address .form-row {
  float: left;
  margin-top: 0;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row label, .woocommerce-checkout .clerina-billing .shipping_address .form-row label {
  width: 100%;
  font-size: 16px;
  color: #767676;
  margin-bottom: 15px;
  float: left;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper, .woocommerce-checkout .clerina-billing .shipping_address .form-row .woocommerce-input-wrapper {
  float: left;
  width: 100%;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce-checkout .clerina-billing .shipping_address .form-row .woocommerce-input-wrapper input {
  float: left;
  width: 100%;
  padding: 15px 20px;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container--default, .woocommerce-checkout .clerina-billing .shipping_address .form-row .woocommerce-input-wrapper .select2-container--default {
  line-height: 50px;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single, .woocommerce-checkout .clerina-billing .shipping_address .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #f3f4f7;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  outline: 0;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-checkout .clerina-billing .shipping_address .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding: 0;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-checkout .clerina-billing .shipping_address .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  right: 15px;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-checkout .clerina-billing .shipping_address .form-row-first {
  width: 50%;
  margin-right: 0;
  padding-right: 15px;
}
.woocommerce-checkout .clerina-billing .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-checkout .clerina-billing .shipping_address .form-row-last {
  width: 50%;
  margin-left: 0;
  padding-left: 15px;
}
.woocommerce-checkout #ship-to-different-address {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-checkout .clerina-form-oder {
  float: left;
  width: 42%;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter {
  position: relative;
  float: left;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-bottom: 0;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table, .woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter tr, .woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter th, .woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter td {
  border: none;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 40px;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  background: #f3f4f7;
  border-collapse: separate;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .product-total {
  text-align: right;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tbody, .woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tfoot tr {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tfoot .order-total {
  border-bottom: 1px solid #e5e5e5 !important;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tfoot .order-total th, .woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tfoot .order-total td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tbody tr .product-name {
  text-align: left;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tbody tr .product-name strong {
  font-weight: 400;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tbody tr td {
  padding: 0;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tbody tr:last-child td {
  padding-bottom: 30px;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .cart_item {
  border-bottom: 0;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tr th {
  font-size: 18px;
  color: #3e4140;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table tr td {
  text-align: right;
  padding: 20px 0;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .cart-subtotal td, .woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .order-total td {
  font-size: 20px;
  color: #3065b8;
  font-weight: 600;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping td {
  text-align: left;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping .title {
  font-size: 18px;
  color: #3e4140;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping ul li .woocommerce-Price-amount {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  float: right;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping ul li input {
  opacity: 0;
  display: none;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping ul li input:checked + label {
  color: #3e4140;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping ul li input:checked + label:before {
  content: "\\";
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping ul li input:checked + label .woocommerce-Price-amount {
  color: #3e4140;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping ul li label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .shipping ul li label:before {
  font-family: "ElegantIcons";
  content: "[";
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: block;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .table-wrapter table .order-total {
  border-bottom: none;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  float: left;
  width: 100%;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  width: 100%;
  left: 0;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .validate-required {
  margin: 30px 0 45px;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #3e4140;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  margin-left: 5px;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
  color: #3065b8;
  font-weight: 500;
  text-decoration: underline;
}
.woocommerce-checkout .clerina-form-oder .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button {
  background: #3065b8;
  padding: 0;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid transparent;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-input-wrapper textarea {
  height: 200px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
  padding: 20px 40px;
  background: #f3f4f7;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li {
  list-style: none;
  margin: 8px 0;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > .input-radio {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > .input-radio:checked + label:before {
  content: "\\";
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label {
  color: #000;
  position: relative;
  line-height: 1;
  padding-left: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label:before {
  content: "[";
  font-family: ElegantIcons;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #000;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label img {
  margin: 0 10px;
  max-height: 56px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox {
  opacity: 0;
  margin: 0;
  display: none;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox:checked + span:before {
  content: "";
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox > span {
  color: #000;
  text-transform: none;
  position: relative;
  line-height: 1;
  padding-left: 30px;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox > span:before {
  font-family: "Linearicons";
  content: "";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox > span + span {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox > span + span:before {
  display: none;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .required {
  color: red;
}
.woocommerce-checkout .entry-content .woocommerce {
  margin: 0 -15px;
}

form.checkout_coupon,
form.woocommerce-form-login {
  border: 1px solid #d3ced2;
  padding: 30px 30px 20px;
  margin: 2em 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
form.checkout_coupon p,
form.woocommerce-form-login p {
  margin: 0 0 20px;
}
form.checkout_coupon .input-text,
form.woocommerce-form-login .input-text {
  width: 100%;
}
form.checkout_coupon .button,
form.woocommerce-form-login .button {
  min-width: 140px;
}
form.checkout_coupon .lost_password,
form.woocommerce-form-login .lost_password {
  text-decoration: underline;
}
form.checkout_coupon .form-row label,
form.woocommerce-form-login .form-row label {
  color: #999;
}
form.checkout_coupon button,
form.woocommerce-form-login button {
  margin-right: 15px;
}

form.checkout_coupon p {
  margin-right: 10px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  background-color: #f2f2f2;
  color: #3e4140;
  border-top: 0;
  border-left: 3px solid #3065b8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
  display: none;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
  color: #3065b8;
}
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
  list-style: none;
}
.woocommerce .checkout_coupon {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce .checkout_coupon p:first-child {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
.woocommerce .u-columns h2 {
  font-size: 24px;
}
.woocommerce .u-columns p {
  float: left;
  width: 100%;
  margin-top: 0;
}
.woocommerce .u-columns p label {
  margin-bottom: 15px;
  float: left;
}
.woocommerce .u-columns p .woocommerce-form__label-for-checkbox {
  width: 50%;
}
.woocommerce .u-columns .col-1 {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.woocommerce .u-columns .col-1 .button {
  float: right;
}
.woocommerce .u-columns .col-2 {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.woocommerce .u-columns label, .woocommerce .u-columns .input-text {
  width: 100%;
}
.woocommerce .u-columns .button {
  width: 50%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-transform: uppercase;
}
.woocommerce .edit-account {
  max-width: 50%;
}
.woocommerce .edit-account p {
  float: left;
  width: 100%;
  margin-top: 0;
}
.woocommerce .edit-account p label {
  margin-bottom: 15px;
  float: left;
}
.woocommerce .edit-account p .woocommerce-form__label-for-checkbox {
  width: 50%;
}
.woocommerce .edit-account .col-1 {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.woocommerce .edit-account .col-1 .button {
  float: right;
}
.woocommerce .edit-account .col-2 {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.woocommerce .edit-account label, .woocommerce .edit-account input {
  width: 100%;
}
.woocommerce .edit-account .button {
  width: 50%;
  margin-top: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-transform: uppercase;
}

.woocommerce-page .site-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.woocommerce .woocommerce-result-count {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #3e4140;
  font-weight: 600;
  float: left;
  width: 50%;
  margin-bottom: 55px;
  margin-top: 10px;
}
.woocommerce .woocommerce-ordering {
  float: left;
  width: 50%;
  text-align: right;
  position: relative;
}
.woocommerce .woocommerce-ordering .elegant {
  font-family: "ElegantIcons";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: -webkit-calc(50% - 14px);
  top: calc(50% - 14px);
  color: #3e4140;
}
.woocommerce .woocommerce-ordering .orderby {
  background: #f3f4f7;
  color: #3e4140;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 0 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
}
.woocommerce .woocommerce-ordering .orderby option {
  font-size: 16px;
  color: #3e4140;
  padding: 15px 25px;
}
.woocommerce .woocommerce-ordering:before {
  font-family: ElegantIcons;
  content: "3";
  font-size: 18px;
  color: #3e4140;
  position: absolute;
  right: 27px;
  line-height: 50px;
}
.woocommerce .woocommerce-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.woocommerce .woocommerce-pagination .page-numbers {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  list-style: none;
  float: left;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers {
  float: left;
  min-width: 50px;
  min-height: 50px;
  background-color: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 50px;
  margin: 0 5px;
  color: #3e4140;
  font-size: 18px;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers .elegant {
  font-family: "ElegantIcons";
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover {
  background: #3065b8;
  color: #FFF;
}
.woocommerce .woocommerce-pagination .page-numbers li .current {
  background: #3065b8;
  color: #FFF;
}
.woocommerce .clerina-list-product {
  float: left;
  width: 100%;
}
.woocommerce .clerina-list-product .product {
  position: relative;
  overflow: hidden;
  margin: 15px 0 !important;
}
.woocommerce .clerina-list-product .product .woocommerce-LoopProduct-link {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.woocommerce .clerina-list-product .product .woocommerce-LoopProduct-link .hover {
  position: absolute;
  float: left;
  top: -100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.woocommerce ul.products li.product .box-images {
  float: left;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.woocommerce ul.products li.product .box-images .attachment-woocommerce_thumbnail {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.woocommerce ul.products li.product .box-images .onsale {
  position: absolute;
  background: #c20d15;
  color: #fff;
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  width: 80px;
  text-align: center;
  height: 40px;
  line-height: 57px;
  top: -6px;
  right: -26px;
  z-index: 10;
}
.woocommerce ul.products li.product .box-images .button,
.woocommerce ul.products li.product .box-images .added_to_cart {
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  background: #3065b8;
  color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
  min-width: 145px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 85%;
  overflow: hidden;
  z-index: 9;
  opacity: 0;
}
.woocommerce ul.products li.product .box-images .button.loading,
.woocommerce ul.products li.product .box-images .added_to_cart.loading {
  opacity: 0.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce ul.products li.product .box-images .button.loading:before,
.woocommerce ul.products li.product .box-images .added_to_cart.loading:before {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-style: solid;
  -webkit-animation: cl-spin-fast 1.5s linear infinite;
          animation: cl-spin-fast 1.5s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  display: block;
  margin-right: 5px;
  border-color: #fff #fff #fff transparent;
}
.woocommerce ul.products li.product .box-images .button.added,
.woocommerce ul.products li.product .box-images .added_to_cart.added {
  display: none;
}
.woocommerce ul.products li.product .box-images img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
          transition: 0.5s;
  width: 100%;
}
.woocommerce ul.products li.product .box-images .link-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: 9;
}
.woocommerce ul.products li.product:hover .box-images .button,
.woocommerce ul.products li.product:hover .box-images .added_to_cart {
  opacity: 1;
}
.woocommerce ul.products li.product:hover .box-images .link-thumbnail:before {
  opacity: 1;
}
.woocommerce ul.products li.product:hover .box-images img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.woocommerce ul.products li.product .box-content {
  float: left;
  width: 100%;
}
.woocommerce ul.products li.product .box-content .star-rating {
  display: none;
}
.woocommerce ul.products li.product .box-content .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 500;
  color: #3e4140;
  text-align: center;
  margin: 0 0 5px 0;
}
.woocommerce ul.products li.product .box-content .price {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #3065b8;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .box-content .price del {
  display: none;
}
.woocommerce ul.products li.product .box-content .price ins {
  background-color: transparent;
}
.woocommerce .quantity {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: relative;
  background-color: #f3f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 50px;
  min-width: 120px;
  text-align: center;
}
.woocommerce .quantity .increase,
.woocommerce .quantity .decrease {
  color: #3e4140;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50%;
  width: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce .quantity .increase:hover,
.woocommerce .quantity .decrease:hover {
  color: #3065b8;
}
.woocommerce .quantity .increase {
  right: 20px;
  line-height: 25px;
}
.woocommerce .quantity .decrease {
  left: 20px;
  line-height: 37px;
}
.woocommerce .quantity .decrease i {
  position: relative;
  bottom: 5px;
}
.woocommerce .quantity .qty {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -moz-appearance: textfield;
  border-width: 0;
  width: 30px;
  height: 50px;
  text-align: left;
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  color: #3e4140;
  margin-right: 0;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .quantity .qty:focus {
  outline: none;
}
.woocommerce .cross-sells {
  float: left;
  width: 100%;
}
.woocommerce .cross-sells > h2 {
  font-size: 36px;
  text-align: center;
  margin-top: 62px;
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
.woocommerce .variations {
  margin-bottom: 30px;
  border: 0;
  width: 100%;
}
.woocommerce .variations tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .variations td,
.woocommerce .variations th {
  border: 0;
  vertical-align: middle;
  line-height: 1;
}
.woocommerce .variations label {
  font-weight: 500;
}
.woocommerce .variations select {
  max-width: 100%;
  min-width: 75%;
  height: 40px;
  display: inline-block;
  margin-right: 1em;
  color: #3e4140;
}
.woocommerce .variations td.label {
  padding-right: 1em;
  min-width: 120px;
  font-size: 16px;
  color: #3e4140;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.woocommerce .variations td.value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-products-header, .woocommerce-breadcrumb {
  display: none;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.woocommerce-MyAccount-navigation {
  float: left;
  width: 16.6667%;
  padding-right: 15px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  position: relative;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 700;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  padding-top: 0;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  padding-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #3065b8;
}

.woocommerce .blockUI.blockOverlay {
  background-color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
  background-image: none !important;
}
.woocommerce .blockUI.blockOverlay:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: none;
  z-index: 999;
  color: transparent !important;
  font-size: 0;
  border-width: 1px;
  border-color: #3065b8 #3065b8 #3065b8 transparent;
  -webkit-border-radius: 50%;
  border-style: solid;
  -webkit-animation: cl-spin-fast 1.5s linear infinite;
  animation: cl-spin-fast 1.5s linear infinite;
  content: "";
  width: 30px;
  height: 30px;
  font-weight: 400;
}
.woocommerce .blockUI.blockOverlay:before {
  display: none;
}
.woocommerce .star-rating {
  float: left;
  width: 95px;
  letter-spacing: 3px;
}
.woocommerce .star-rating:before {
  content: "" !important;
  font-family: "ElegantIcons";
  color: #fdc415 !important;
  font-size: 16px;
}
.woocommerce .star-rating span:before {
  content: "" !important;
  font-family: "ElegantIcons";
  color: #fdc415 !important;
  font-size: 16px;
}

.cl-newsletter-popup {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
          transition: opacity 0.35s;
  z-index: -9999;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.cl-newsletter-popup.open {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.cl-newsletter-popup .cl-modal-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cl-newsletter-popup .modal-content {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 0;
  background-color: #fff;
  max-width: 830px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.cl-newsletter-popup .modal-content .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  background-color: #fff;
  color: #000;
  z-index: 10;
}
.cl-newsletter-popup .newletter-content {
  padding: 90px 55px;
  text-align: center;
  position: relative;
}
.cl-newsletter-popup .newletter-content .n-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
}
.cl-newsletter-popup .newletter-content .nl-inner {
  width: 390px;
  float: right;
}
.cl-newsletter-popup .newletter-content .nl-inner:after {
  display: table;
  content: "";
  clear: both;
}
.cl-newsletter-popup .newletter-content .n-desc {
  margin-bottom: 65px;
}
.cl-newsletter-popup .newletter-content .n-desc h3, .cl-newsletter-popup .newletter-content .n-desc h2 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 20px;
}
.cl-newsletter-popup .newletter-content .n-desc p {
  white-space: pre-line;
  margin-bottom: 0;
}
.cl-newsletter-popup .newletter-content .n-form .mc4wp-form-fields .grid {
  display: none;
}
.cl-newsletter-popup .newletter-content .n-close {
  display: inline-block;
  margin-top: 45px;
  color: #767676;
  position: relative;
  padding-left: 40px;
}
.cl-newsletter-popup .newletter-content .n-close:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #3e4140;
  content: "";
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.clerina-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.clerina-modal .close-modal i {
  font-weight: 700;
}
.clerina-modal .mc4wp-form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clerina-modal input {
  height: 45px;
}
.clerina-modal input[type=submit] {
  text-transform: uppercase;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  left: -10px;
  line-height: 45px;
}
.clerina-modal input[type=email] {
  width: 260px;
}
.clerina-modal ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #848484;
}
.clerina-modal ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #848484;
}
.clerina-modal :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #848484;
}
.clerina-modal :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #848484;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .navbar-toggle,
.footer-navigation {
    display: none;
  }
}
@media (max-width: 1199px) {
  .reset-md > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .logo, .col-header-logo {
    text-align: center;
  }

  .site-header ul {
    margin: 0;
  }
  .site-header .menu-extras .menu-item-cart {
    display: none;
  }
  .site-header .menu-extras .menu-item-search {
    margin-left: auto;
    padding-left: 0;
    line-height: 1;
  }
  .site-header .menu-extras .menu-item-search.show-search > .header-search-content {
    margin-top: 16px;
  }
  .site-header .menu-extras .menu-item-search a {
    line-height: 1;
    display: block;
  }
  .site-header .menu-extras li .extra-icon {
    display: block;
  }

  .navbar-toggle {
    display: block !important;
  }

  .primary-mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .primary-mobile-nav .header-sidebar, .primary-mobile-nav .col-header-btn {
    margin-top: 20px;
  }
  .primary-mobile-nav .search-form:after {
    display: none;
  }

  .header-v2 .site-header .col-header-logo {
    width: 66.66666667%;
  }
  .header-v2 .primary-nav > ul > li, .header-v2 .site-header .menu-extras li {
    line-height: 64px;
  }

  .header-v3 .site-header .header-main-wapper {
    margin-bottom: 0;
  }

  .blog.classic .cl-blog-wrapper .entry-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .blog.classic .cl-blog-wrapper .entry-summary {
    padding: 20px 50px;
  }

  .comment-list .children {
    padding-left: 15px;
  }
  .comment-list .children .children {
    padding-left: 0;
    margin-left: 0;
  }

  .single-service .banner-style-1,
.single-service .banner-style-2 {
    padding: 20px 15px 30px;
  }

  .single-product .site .site-content .product .woocommerce-product-gallery .flex-viewport {
    max-width: 100%;
  }
  .single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    max-width: 100%;
  }
  .single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs li {
    margin-right: 10px;
  }

  .footer-widgets .footer-sidebar {
    margin: 0 0 40px 0;
  }
  .footer-widgets .footer-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-widgets .footer-flex .footer-sidebar {
    width: 50%;
  }

  .footer-copyright {
    padding: 25px 0;
  }

  .footer-navigation {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
  }
  .footer-navigation .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase;
    text-align: center;
    min-height: 100px;
  }
  .footer-navigation .content .menu-item-cart .cart-contents {
    position: relative;
  }
  .footer-navigation .content .menu-item-cart .mini-item-counter {
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 11px;
    font-weight: 500;
    background-color: #3065b8;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    line-height: 20px;
    min-width: 20px;
    height: 20px;
    top: -40px;
    right: 0;
  }
  .footer-navigation .content .menu-item-cart .mini-cart-content {
    display: none;
  }
  .footer-navigation .content .extra-icon {
    font-size: 30px;
    color: #1c2122;
    display: block;
    margin-bottom: 2px;
  }
  .footer-navigation .content a {
    color: #3e4140;
  }
  .footer-navigation .content a:hover {
    color: #3065b8;
  }
  .footer-navigation .content a:hover .extra-icon {
    color: #3065b8;
  }
  .footer-navigation .content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer-navigation .content.item-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .backtotop {
    display: none;
  }

  .clerina-icon-box-1 {
    text-align: center;
  }

  .clerina-icon-box-1-row .main-icon {
    padding: 30px 20px 57px 20px;
  }

  .clerina-icon-box-2-row .main-icon {
    text-align: center;
  }
  .clerina-icon-box-2-row .main-icon .header-icon {
    position: relative;
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    right: 0;
    margin-bottom: 20px;
  }
  .clerina-icon-box-2-row .main-icon .iconbox-title, .clerina-icon-box-2-row .main-icon .iconbox-content {
    max-width: none;
    padding-left: 0;
  }

  .clerina-single-image {
    text-align: center;
  }

  .cl-cta h3 {
    font-size: 30px;
  }

  .cl-cta p {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .container,
.clerina-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reset-sm > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-template-template-fullwidth-php br {
    display: none;
  }

  .primary-sidebar {
    margin-top: 50px;
  }

  .sidebar-content .primary-sidebar {
    padding-right: 15px;
  }

  .content-sidebar .primary-sidebar {
    padding-left: 15px;
  }

  .about-home > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .blog-wrapper-col-2:nth-child(2n+1),
.blog-wrapper-col-3:nth-child(2n+1) {
    clear: left;
  }

  .blog-wrapper-col-3:nth-child(3n+1) {
    clear: none;
  }

  .blog.classic .cl-blog-wrapper .blog-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog.classic .cl-blog-wrapper .entry-summary {
    padding: 30px;
  }

  .clerina-service .clerina-appointment .appointment {
    padding: 40px 30px 35px;
  }

  .single-service .banner-style-1,
.single-service .banner-style-2 {
    padding: 40px 40px 50px;
  }

  .single-product .site .site-content .product .woocommerce-product-gallery .flex-control-thumbs li {
    margin-right: 5px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
    vertical-align: top;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity, .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-remove {
    padding-top: 60px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .coupon {
    margin: 0 0 30px 0;
  }

  .woocommerce-cart table.shop_table tr .product-price,
.woocommerce-cart table.shop_table tr .product-thumb,
.woocommerce-cart table.shop_table tr .product-subtotal {
    display: none;
  }

  .woocommerce-cart .woocommerce table.shop_table td.product-name {
    padding-top: 10px;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile {
    display: block;
    margin-top: 5px;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile .woocommerce-Price-amount,
.woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile label {
    display: inline-block;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile .product-item {
    padding: 3px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    line-height: 1.6;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile .product-item .thumbnail {
    max-width: 100px;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile .product-item label {
    padding-right: 5px;
    font-weight: 400;
    color: #999;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile .product-item .quantity {
    display: inline-block;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile .product-item-qty {
    margin-bottom: 5px;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name .show-mobile .product-item-qty .quantity .label {
    display: none;
  }

  .woocommerce-checkout .clerina-billing, .woocommerce-checkout .clerina-form-oder {
    width: 100%;
  }

  .woocommerce-cart .woocommerce .cart-collaterals,
.cart .woocommerce .cart-collaterals {
    clear: both;
  }

  .footer-widgets {
    padding: 70px 0 60px;
  }
  .footer-widgets .widget {
    margin: 0;
    position: relative;
  }
  .footer-widgets .widget .mc4wp-form input[type=email] {
    background-color: #1c2122;
  }
  .footer-widgets .footer-sidebar {
    font-size: 14px;
    margin: 0;
  }
  .footer-widgets .footer-sidebar .widget-title {
    font-size: 14px;
    background-color: #3c4345;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 16px 20px;
    margin: 0 0 10px 0;
  }
  .footer-widgets .footer-sidebar .widget-title:before, .footer-widgets .footer-sidebar .widget-title:after {
    font-family: "ElegantIcons";
    content: "";
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .footer-widgets .footer-sidebar .widget-title:before {
    content: "3";
  }
  .footer-widgets .footer-sidebar .widget-title:after {
    content: "2";
    opacity: 0;
  }
  .footer-widgets .footer-sidebar .widget-title.active {
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
  }
  .footer-widgets .footer-sidebar .widget-title.active:before {
    opacity: 0;
  }
  .footer-widgets .footer-sidebar .widget-title.active:after {
    opacity: 1;
  }
  .footer-widgets .footer-sidebar .widget-title.active + div, .footer-widgets .footer-sidebar .widget-title.active + ul {
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
  }
  .footer-widgets .footer-sidebar .widget-title + div, .footer-widgets .footer-sidebar .widget-title + ul {
    display: none;
    background-color: #3c4345;
    color: #fff;
    padding: 20px 20px 25px;
    margin-bottom: 10px;
  }
  .footer-widgets .footer-sidebar .widget-title + select, .footer-widgets .footer-sidebar .widget-title + form {
    display: none;
    margin-bottom: 10px;
    background-color: #3c4345;
  }
  .footer-widgets .footer-sidebar p {
    font-size: 14px;
  }
  .footer-widgets .footer-sidebar p br {
    display: none;
  }
  .footer-widgets .footer-sidebar select {
    margin: 0 0 10px 0;
  }
  .footer-widgets .footer-sidebar .search-form label {
    float: left;
    width: 75%;
  }
  .footer-widgets .footer-sidebar .search-form label .search-field {
    width: 100%;
  }
  .footer-widgets .information .infor .phone {
    font-size: 16px;
  }
  .footer-widgets .footer-flex .footer-sidebar {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .footer-copyright .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-copyright .content > div {
    line-height: 1.5;
  }
  .footer-copyright .content .images,
.footer-copyright .content .socials {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-copyright .content .socials {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-copyright .content .socials a:first-child {
    margin-left: 0;
  }
  .footer-copyright .content .text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 10px;
  }

  .footer-full-width .footer-copyright .content > div {
    text-align: center !important;
    line-height: 1.5;
  }

  .clerina-service-carousel .clerina-service-grid-wrapter .hover .entry-content {
    padding: 0 15px;
  }

  .cl-counter {
    font-size: 16px;
  }
  .cl-counter h3 {
    font-size: 54px;
  }

  .cl-latest-post .cl-blog-wrapper.blog-wrapper-col-2:nth-child(3) {
    display: none;
  }

  .cl-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cl-cta.style-1 a, .cl-cta .box-btn-img {
    margin-top: 20px;
  }

  .cl-video-box {
    background: #fcb700;
  }

  .cl-newsletter-popup .newletter-content {
    padding: 90px 15px;
  }

  .clerina-video-banner {
    width: 100% !important;
  }

  .clerina-booking-form .columns-field-2 > .cpb-column {
    width: 100%;
  }
  .clerina-booking-form .columns-field-3 > .cpb-column {
    width: 100%;
  }
  .clerina-booking-form .columns-field-4 > .cpb-column {
    width: 100%;
  }
  .clerina-booking-form .columns-field-5 > .cpb-column {
    width: 100%;
  }
  .clerina-booking-form .columns-field-6 > .cpb-column {
    width: 100%;
  }
  .clerina-booking-form .cpb-field h3 {
    margin-top: 30px;
  }
  .clerina-booking-form .pricing-table {
    width: 100%;
  }
  .clerina-booking-form .success .cpb-dialog-content, .clerina-booking-form.booking-v2 .cpb-dialog-content,
.clerina-booking-form .cpb-dialog-content {
    padding: 60px;
  }

  .booking-v1 .cpb-columns-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .booking-v1 .calculated.cpb-columns-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
  }
  .booking-v1 .calculated.cpb-columns-field .cpb-column {
    min-width: 50%;
  }

  .cpb-columns-field .cpb-column {
    margin-bottom: 20px;
  }

  .cpb-range-field .cpb-input-wrap input[type=number] {
    max-width: 25% !important;
  }
}
@media (max-width: 767px) {
  .reset-xs > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .topbar .topbar-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .topbar .social-links-widget {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-header .menu-item-search .header-search-content {
    right: -15px;
  }

  .site-header .menu-extras li:last-child {
    padding: 0 !important;
  }

  .site-header .menu-extras li a.clerina-header-search {
    display: block;
    line-height: 1;
  }

  .site-header .menu-extras li .extra-icon {
    font-size: 24px;
  }

  .single-portfolio .cl-socials {
    text-align: left;
  }

  .single-portfolio .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .page-header .page-header-content {
    padding: 50px 0;
  }

  .page-header .page-header-content .featured-image {
    -webkit-background-size: cover;
            background-size: cover;
  }

  .woocommerce ul.products li.product,
.woocommerce .site-main .columns-4 .product {
    width: 33.333%;
  }
  .woocommerce .clerina-list-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .woocommerce .cross-sells > h2 {
    font-size: 28px;
    text-align: left;
  }

  .woocommerce-page .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-product .site .site-content .product .woocommerce-product-gallery, .single-product .site .site-content .entry-summary {
    width: 100%;
    padding: 0;
  }
  .single-product .site .site-content .related h2,
.single-product .site .site-content .up-sells h2 {
    font-size: 28px;
    text-align: left;
  }
  .single-product .woocommerce-Reviews .bar-rating .star-item .sbar {
    min-width: 215px;
  }

  .woocommerce-cart .woocommerce table.shop_table tr,
.cart .woocommerce table.shop_table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td,
.cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
    padding: 30px 10px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity,
.cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity {
    padding-top: 30px;
    font-weight: 500;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity .quantity,
.cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity .quantity {
    margin-top: 30px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-remove,
.cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-remove {
    padding-top: 110px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .button,
.cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .button {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .calculate-shipping,
.cart .woocommerce .cart-collaterals .calculate-shipping {
    margin-bottom: 20px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .cart-subtotal td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .order-total td,
.cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .cart-subtotal td,
.cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .order-total td {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping td:before, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping td:before,
.cart .woocommerce .cart-collaterals .cart_totals .bg-table table tfoot .shipping td:before,
.cart .woocommerce .cart-collaterals .cart_totals .bg-table table tbody .shipping td:before {
    content: "";
  }

  .show-nav-mobile.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .show-nav-mobile.cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button {
    bottom: 100px;
  }

  table.shop_table_responsive tr td.product-name:before {
    width: 100%;
  }

  .single-product .site .site-content .entry-summary .cart .button {
    position: fixed;
    bottom: 100px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 500;
    width: 100%;
  }
  .single-product .footer-copyright {
    margin-bottom: 100px;
  }
  .single-product .backtotop {
    bottom: 250px;
  }

  .single-service .clerina-quote {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-small .title {
    font-size: 48px !important;
  }

  .clerina_portfolio-carousel .cl-portfolio-header .nav-filter {
    padding: 0 15px;
  }

  .cl-testimonial-wrapper .entry-content {
    padding: 80px 15px 55px;
  }

  .cl-testimonial-carousel.style-2 .slick-prev {
    left: 40px;
  }

  .cl-testimonial-carousel.style-2 .slick-next {
    right: 40px;
  }

  .clerina-section-title .description br {
    display: none;
  }

  .cl-contact-form-7 {
    padding: 50px 15px !important;
  }

  .cl-image-carousel .item-img, .cl-image-carousel.style-2 .item-img {
    padding: 0 7px 7px 7px;
  }

  .cl-newsletter-popup .newletter-content {
    padding: 90px 15px;
  }
  .cl-newsletter-popup .newletter-content .n-image {
    display: none;
  }
  .cl-newsletter-popup .newletter-content .nl-inner {
    width: 100%;
  }

  .clerina-modal input[type=submit] {
    left: 0;
  }

  .cl-coming-soon .flip-clock-wrapper .flip-wrapper {
    padding: 20px;
    border-right: none;
  }

  .clerina-booking-form .cpb-radio-buttons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .clerina-booking-form .cpb-radio-buttons li {
    width: 50%;
    margin-bottom: 20px;
  }
  .clerina-booking-form .pricing-table, .clerina-booking-form .cpb-dialog-content {
    padding: 20px 0 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 80%;
  }
  .clerina-booking-form .pricing-table .cpb-text-field,
.clerina-booking-form .pricing-table .cpb-number-field,
.clerina-booking-form .pricing-table .cpb-select-field, .clerina-booking-form .cpb-dialog-content .cpb-text-field,
.clerina-booking-form .cpb-dialog-content .cpb-number-field,
.clerina-booking-form .cpb-dialog-content .cpb-select-field {
    width: 100%;
  }
  .clerina-booking-form .pricing-table .cpb-selected-options li, .clerina-booking-form .cpb-dialog-content .cpb-selected-options li {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .clerina-booking-form .pricing-table .cpb-selected-options li:nth-child(2n), .clerina-booking-form .cpb-dialog-content .cpb-selected-options li:nth-child(2n) {
    padding-left: 0;
  }
  .clerina-booking-form .pricing-table .cpb-selected-options li .cpb-label, .clerina-booking-form .cpb-dialog-content .cpb-selected-options li .cpb-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .clerina-booking-form .cpb-dialog {
    bottom: 100px;
    height: auto;
  }
  .clerina-booking-form.booking-v1 .cpb-columns-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .clerina-booking-form.booking-v1 .cpb-columns-field .cpb-column {
    min-width: 100%;
  }
  .clerina-booking-form.booking-v1 .calculated.cpb-columns-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .clerina-booking-form.booking-v1 .calculated.cpb-columns-field .cpb-column {
    min-width: 100%;
  }

  .footer-copyright {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .cl-latest-post .cl-blog-wrapper,
.footer-copyright .content .images,
.footer-copyright .content .socials,
.cl-blog-wrapper,
.list-testimonial .testimonial-item,
.service-wrapper,
.portfolio-wrapper,
.clerina-modal input[type=email] {
    width: 100%;
  }

  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .site-main .columns-3 .product,
.woocommerce-page .site-main .columns-3 .product,
.woocommerce .site-main .columns-4 .product,
.woocommerce-page .site-main .columns-4 .product,
.woocommerce .site-main .columns-5 .product,
.woocommerce-page .site-main .columns-5 .product {
    width: 50%;
  }

  .footer-copyright .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-copyright .content > div {
    margin-top: 20px;
    line-height: 1.5;
  }
  .footer-copyright .content > div:first-child {
    margin-top: 0;
  }
  .footer-copyright .content .images,
.footer-copyright .content .socials {
    width: 100%;
    text-align: center;
  }

  .cl-blog-wrapper .blog-wrapper .entry-thumbnail {
    text-align: center;
  }

  .comment-list .children .children {
    padding-left: 0;
    margin-left: 0;
  }

  blockquote {
    max-width: 280px;
    padding: 0 25px;
    margin: auto;
  }
}