@charset "UTF-8";
/*!
Theme Name: ewa-mend-theme
Theme URI: https://essentialwebapps.com/
Author: EssentialWebApps
Author URI: https://essentialwebapps.com/
Description: Mend - Computer, Mobile & Digital Repair Service Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ewa-mend-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ewa-mend-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------- 
1.0 Base CSS framework
        1.1 grid-variables
        1.2 grid-mixins
        1.3 grid
        1.4 grid-helpers
        1.5 ewa-mixins
        1.6 icons
        1.7 theme-variables
        1.8 typography
2.0 Layout
        2.1 universal
        2.2 content
        2.3 flexible
        2.4 archive
        2.5 sidebar
        2.6 helpers
        2.7 page
        2.8 site-footer
        2.9 site-header
        2.10 call-to-action
        2.11 client-testimonial
        2.12 about-us
        2.13 counter
        2.14 newsletter
        2.15 header
        2.16 our-brands
        2.17 common
        2.18 team
        2.19 price
        2.20 hero-area
        2.21 process
        2.22 blog
        2.23 widgets
        2.24 single
        2.25 repair-guide
        2.26 woocommerce
        2.27 contact
        2.28 elementor-specific
        2.29 services
        2.30 gutenberg
3.0 Navigation
        3.1 navigation
        3.2 navigation__mobile
4.0 Vendor (third party)
        4.1 slick
        4.2 slick-theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Base CSS framework - Reflex grid (https://github.com/leejordan/reflex), mixins and theme variables, do not touch this section, otherwise theme site layout will break
--------------------------------------------------------------*/
/*1.1 grid variables*/
:root { --reflex-columns: 12; --reflex-grid-spacing: 15px; --reflex-xs: 576px; --reflex-sm: 768px; --reflex-md: 992px; --reflex-lg: 1198px; --reflex-xlg: 1470px; --reflex-xxs-max: 575px; --reflex-xs-max: 767px; --reflex-sm-max: 991px; --reflex-md-max: 1197px; --reflex-lg-max: 1469px; }

/*1.2 grid-mixins*/
/*1.3 grid*/
.container, .container-full { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

.container .grid, .container-full .grid { margin-right: -15px; margin-left: -15px; }

@media (min-width: 576px) { .container { max-width: 576px; } }

@media (min-width: 768px) { .container { max-width: 768px; } }

@media (min-width: 992px) { .container { max-width: 992px; } }

@media (min-width: 1198px) { .container { max-width: 1198px; } }

@media (min-width: 1470px) { .container { max-width: 1198px; } }

.grid { -webkit-box-sizing: border-box; box-sizing: border-box; display: block; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; margin: 0 auto; position: relative; letter-spacing: -.31em; *letter-spacing: normal; word-spacing: -.43em; list-style-type: none; }

.grid::before, .grid::after { -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: normal; word-spacing: normal; white-space: normal; }

[class*="col-"] { -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: normal; word-spacing: normal; white-space: normal; position: relative; width: 100%; vertical-align: top; padding: 15px; display: inline-block; *display: inline; zoom: 1; }

[class*="col-"]::before, [class*="col-"]::after { -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: normal; word-spacing: normal; white-space: normal; }

[class*="col-"] .grid { -ms-flex: 1 1 auto; -webkit-box-flex: 1; flex: 1 1 auto; margin: -15px; }

.col-12 { width: 100%; *width: 99.9%; }

.col-11 { width: 91.66667%; *width: 91.56667%; }

.col-10 { width: 83.33333%; *width: 83.23333%; }

.col-9 { width: 75%; *width: 74.9%; }

.col-8 { width: 66.66667%; *width: 66.56667%; }

.col-7 { width: 58.33333%; *width: 58.23333%; }

.col-6 { width: 50%; *width: 49.9%; }

.col-5 { width: 41.66667%; *width: 41.56667%; }

.col-4 { width: 33.33333%; *width: 33.23333%; }

.col-3 { width: 25%; *width: 24.9%; }

.col-2 { width: 16.66667%; *width: 16.56667%; }

.col-1 { width: 8.33333%; *width: 8.23333%; }

@media (min-width: 576px) { .col-xs-12 { width: 100%; *width: 99.9%; }
  .col-xs-11 { width: 91.66667%; *width: 91.56667%; }
  .col-xs-10 { width: 83.33333%; *width: 83.23333%; }
  .col-xs-9 { width: 75%; *width: 74.9%; }
  .col-xs-8 { width: 66.66667%; *width: 66.56667%; }
  .col-xs-7 { width: 58.33333%; *width: 58.23333%; }
  .col-xs-6 { width: 50%; *width: 49.9%; }
  .col-xs-5 { width: 41.66667%; *width: 41.56667%; }
  .col-xs-4 { width: 33.33333%; *width: 33.23333%; }
  .col-xs-3 { width: 25%; *width: 24.9%; }
  .col-xs-2 { width: 16.66667%; *width: 16.56667%; }
  .col-xs-1 { width: 8.33333%; *width: 8.23333%; } }

@media (min-width: 768px) { .col-sm-12 { width: 100%; *width: 99.9%; }
  .col-sm-11 { width: 91.66667%; *width: 91.56667%; }
  .col-sm-10 { width: 83.33333%; *width: 83.23333%; }
  .col-sm-9 { width: 75%; *width: 74.9%; }
  .col-sm-8 { width: 66.66667%; *width: 66.56667%; }
  .col-sm-7 { width: 58.33333%; *width: 58.23333%; }
  .col-sm-6 { width: 50%; *width: 49.9%; }
  .col-sm-5 { width: 41.66667%; *width: 41.56667%; }
  .col-sm-4 { width: 33.33333%; *width: 33.23333%; }
  .col-sm-3 { width: 25%; *width: 24.9%; }
  .col-sm-2 { width: 16.66667%; *width: 16.56667%; }
  .col-sm-1 { width: 8.33333%; *width: 8.23333%; } }

@media (min-width: 992px) { .col-md-12 { width: 100%; *width: 99.9%; }
  .col-md-11 { width: 91.66667%; *width: 91.56667%; }
  .col-md-10 { width: 83.33333%; *width: 83.23333%; }
  .col-md-9 { width: 75%; *width: 74.9%; }
  .col-md-8 { width: 66.66667%; *width: 66.56667%; }
  .col-md-7 { width: 58.33333%; *width: 58.23333%; }
  .col-md-6 { width: 50%; *width: 49.9%; }
  .col-md-5 { width: 41.66667%; *width: 41.56667%; }
  .col-md-4 { width: 33.33333%; *width: 33.23333%; }
  .col-md-3 { width: 25%; *width: 24.9%; }
  .col-md-2 { width: 16.66667%; *width: 16.56667%; }
  .col-md-1 { width: 8.33333%; *width: 8.23333%; } }

@media (min-width: 1198px) { .col-lg-12 { width: 100%; *width: 99.9%; }
  .col-lg-11 { width: 91.66667%; *width: 91.56667%; }
  .col-lg-10 { width: 83.33333%; *width: 83.23333%; }
  .col-lg-9 { width: 75%; *width: 74.9%; }
  .col-lg-8 { width: 66.66667%; *width: 66.56667%; }
  .col-lg-7 { width: 58.33333%; *width: 58.23333%; }
  .col-lg-6 { width: 50%; *width: 49.9%; }
  .col-lg-5 { width: 41.66667%; *width: 41.56667%; }
  .col-lg-4 { width: 33.33333%; *width: 33.23333%; }
  .col-lg-3 { width: 25%; *width: 24.9%; }
  .col-lg-2 { width: 16.66667%; *width: 16.56667%; }
  .col-lg-1 { width: 8.33333%; *width: 8.23333%; } }

@media (min-width: 1470px) { .col-xlg-12 { width: 100%; *width: 99.9%; }
  .col-xlg-11 { width: 91.66667%; *width: 91.56667%; }
  .col-xlg-10 { width: 83.33333%; *width: 83.23333%; }
  .col-xlg-9 { width: 75%; *width: 74.9%; }
  .col-xlg-8 { width: 66.66667%; *width: 66.56667%; }
  .col-xlg-7 { width: 58.33333%; *width: 58.23333%; }
  .col-xlg-6 { width: 50%; *width: 49.9%; }
  .col-xlg-5 { width: 41.66667%; *width: 41.56667%; }
  .col-xlg-4 { width: 33.33333%; *width: 33.23333%; }
  .col-xlg-3 { width: 25%; *width: 24.9%; }
  .col-xlg-2 { width: 16.66667%; *width: 16.56667%; }
  .col-xlg-1 { width: 8.33333%; *width: 8.23333%; } }

.col-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; }

@media (min-width: 576px) { .col-xs-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

@media (min-width: 768px) { .col-sm-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

@media (min-width: 992px) { .col-md-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

@media (min-width: 1198px) { .col-lg-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

@media (min-width: 1470px) { .col-xlg-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

.order-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }

.order-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }

.order-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }

.order-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }

.order-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }

.order-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }

.order-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }

.order-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }

.order-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }

.order-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }

.order-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }

.order-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }

.order-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }

@media only screen and (min-width: 576px) { .order-xs-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-xs-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-xs-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-xs-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-xs-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-xs-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-xs-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-xs-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-xs-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-xs-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-xs-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-xs-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-xs-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

@media only screen and (min-width: 768px) { .order-sm-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-sm-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-sm-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-sm-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-sm-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-sm-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-sm-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-sm-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-sm-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-sm-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-sm-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-sm-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-sm-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

@media only screen and (min-width: 992px) { .order-md-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-md-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-md-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-md-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-md-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-md-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-md-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-md-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-md-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-md-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-md-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-md-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-md-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

@media only screen and (min-width: 1198px) { .order-lg-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-lg-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-lg-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-lg-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-lg-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-lg-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-lg-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-lg-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-lg-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-lg-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-lg-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-lg-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-lg-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

@media only screen and (min-width: 1470px) { .order-xlg-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-xlg-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-xlg-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-xlg-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-xlg-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-xlg-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-xlg-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-xlg-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-xlg-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-xlg-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-xlg-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-xlg-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-xlg-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

.offset-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }

.offset-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }

.offset-9 { margin-left: 75%; *margin-left: 74.9%; }

.offset-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }

.offset-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }

.offset-6 { margin-left: 50%; *margin-left: 49.9%; }

.offset-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }

.offset-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }

.offset-3 { margin-left: 25%; *margin-left: 24.9%; }

.offset-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }

.offset-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }

@media only screen and (min-width: 576px) { .offset-xs-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-xs-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-xs-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-xs-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-xs-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-xs-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-xs-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-xs-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-xs-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-xs-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-xs-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-xs-0 { margin-left: 0; *margin-left: -0.1%; } }

@media only screen and (min-width: 768px) { .offset-sm-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-sm-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-sm-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-sm-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-sm-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-sm-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-sm-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-sm-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-sm-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-sm-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-sm-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-sm-0 { margin-left: 0; *margin-left: -0.1%; } }

@media only screen and (min-width: 992px) { .offset-md-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-md-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-md-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-md-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-md-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-md-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-md-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-md-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-md-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-md-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-md-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-md-0 { margin-left: 0; *margin-left: -0.1%; } }

@media only screen and (min-width: 1198px) { .offset-lg-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-lg-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-lg-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-lg-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-lg-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-lg-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-lg-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-lg-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-lg-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-lg-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-lg-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-lg-0 { margin-left: 0; *margin-left: -0.1%; } }

@media only screen and (min-width: 1470px) { .offset-xlg-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-xlg-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-xlg-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-xlg-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-xlg-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-xlg-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-xlg-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-xlg-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-xlg-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-xlg-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-xlg-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-xlg-0 { margin-left: 0; *margin-left: -0.1%; } }

/*1.4 grid-helpers*/
.wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.no-wrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.no-wrap [class*="col-"] { -ms-flex-negative: 1; flex-shrink: 1; }

.wrap-reverse { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }

.direction-row { -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }

.direction-row-reverse { -ms-flex-direction: row-reverse; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; }

.direction-column { -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }

.direction-column-reverse { -ms-flex-direction: column-reverse; -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; }

.align-start { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }

.align-end { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }

.align-end [class*="col-"] { vertical-align: bottom; }

.align-center { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }

.align-center [class*="col-"] { vertical-align: middle; }

.align-baseline { -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; }

.align-content-start { -ms-flex-line-pack: start; align-content: flex-start; }

.align-content-end { -ms-flex-line-pack: end; align-content: flex-end; }

.align-content-end [class*="col-"] { vertical-align: bottom; }

.align-content-center { -ms-flex-line-pack: center; align-content: center; }

.align-content-space-between { -ms-flex-line-pack: justify; align-content: space-between; }

.align-content-space-around { -ms-flex-line-pack: distribute; align-content: space-around; }

.align-self-stretch { -ms-flex-item-align: stretch; -webkit-align-self: stretch; align-self: stretch; }

.align-self-start { -ms-flex-item-align: start; -webkit-align-self: flex-start; align-self: flex-start; }

.align-self-end { -ms-flex-item-align: end; -webkit-align-self: flex-end; align-self: flex-end; vertical-align: bottom; }

.align-self-center { -ms-flex-item-align: center; -webkit-align-self: center; align-self: center; vertical-align: middle; }

.align-self-baseline { -ms-flex-item-align: baseline; -webkit-align-self: baseline; align-self: baseline; vertical-align: baseline; }

.justify-start { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; }

.justify-start.grid { text-align: left; }

.justify-end { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; }

.justify-end.grid { text-align: right; -moz-text-align-last: right; text-align-last: right; }

.justify-end.grid [class*="col-"] { text-align: left; text-align: start; -moz-text-align-last: left; -moz-text-align-last: start; text-align-last: left; text-align-last: start; }

.justify-center { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; }

.justify-center.grid { text-align: center; -moz-text-align-last: center; text-align-last: center; }

.justify-center.grid [class*="col-"] { text-align: left; text-align: start; -moz-text-align-last: left; -moz-text-align-last: start; text-align-last: left; text-align-last: start; }

.justify-space-between { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }

.justify-space-between.grid { text-align: justify; -moz-text-align-last: justify; text-align-last: justify; }

.justify-space-between.grid [class*="col-"] { text-align: left; text-align: start; -moz-text-align-last: left; -moz-text-align-last: start; text-align-last: left; text-align-last: start; }

.justify-space-around { -ms-flex-pack: distribute; justify-content: space-around; }

.justify-space-around.grid { text-align: justify; -moz-text-align-last: justify; text-align-last: justify; }

.justify-space-around.grid [class*="col-"] { text-align: left; text-align: start; -moz-text-align-last: left; -moz-text-align-last: start; text-align-last: left; text-align-last: start; }

.grid-bleed [class*="col-"] { padding: 0; }

.col-grid { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }

.col-grid.direction-row { -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }

.col-bleed { padding: 0; }

.col-bleed-x { padding: 15px 0; }

.col-bleed-y { padding: 0 15px; }

.flex-img { display: block; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; max-width: 100%; height: auto; width: 100%; *width: auto; }

.flex-footer { width: 100%; margin-top: auto; margin-bottom: 0; }

.flex-footer > :last-child { margin-bottom: 0; }

@media (max-width: 575px) { .hidden-xxs { display: none; } }

@media (min-width: 576px) and (max-width: 767px) { .hidden-xs { display: none; } }

@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none; } }

@media (min-width: 992px) and (max-width: 1197px) { .hidden-md { display: none; } }

@media (min-width: 1198px) and (max-width: 1469px) { .hidden-lg { display: none; } }

@media (min-width: 1470px) { .hidden-xlg { display: none; } }

/*1.5 ewa-mixins*/
/*1.6 icons*/
@font-face { font-family: 'instagr'; src: url("assets/font/instagr.eot?90600110"); src: url("assets/font/instagr.eot?90600110#iefix") format("embedded-opentype"), url("assets/font/instagr.woff2?90600110") format("woff2"), url("assets/font/instagr.woff?90600110") format("woff"), url("assets/font/instagr.ttf?90600110") format("truetype"), url("assets/font/instagr.svg?90600110#instagr") format("svg"); font-weight: normal; font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'instagr';
    src: url('../font/instagr.svg?81145532#instagr') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "instagr"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-right-open:before { content: '\e800'; }

/* '' */
.icon-up-open-big:before { content: '\e801'; }

/* '' */
.icon-right-open-big:before { content: '\e802'; }

/* '' */
.icon-down-open-big:before { content: '\e803'; }

/* '' */
.icon-down-open:before { content: '\e804'; }

/* '' */
.icon-right:before { content: '\e805'; }

/* '' */
.icon-mobile:before { content: '\e806'; }

/* '' */
.icon-home-outline:before { content: '\e807'; }

/* '' */
.icon-home:before { content: '\e808'; }

/* '' */
.icon-clock:before { content: '\e809'; }

/* '' */
.icon-phone:before { content: '\e80a'; }

/* '' */
.icon-clock-1:before { content: '\e80b'; }

/* '' */
.icon-phone-1:before { content: '\e80c'; }

/* '' */
.icon-home-1:before { content: '\e80d'; }

/* '' */
.icon-left-open-big:before { content: '\e80e'; }

/* '' */
.icon-down:before { content: '\e80f'; }

/* '' */
.icon-left:before { content: '\e810'; }

/* '' */
.icon-up:before { content: '\e811'; }

/* '' */
.icon-twitter:before { content: '\f099'; }

/* '' */
.icon-facebook:before { content: '\f09a'; }

/* '' */
.icon-mail-alt:before { content: '\f0e0'; }

/* '' */
.icon-linkedin:before { content: '\f0e1'; }

/* '' */
.icon-instagram:before { content: '\f16d'; }

/* '' */
/*1.7 theme-variables*/
/*1.8 typography*/
/* poppins-300 - latin */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; src: url("assets/font/poppins-v9-latin-300.eot"); /* IE9 Compat Modes */ src: local("Poppins Light"), local("Poppins-Light"), url("assets/font/poppins-v9-latin-300.eot?#iefix") format("embedded-opentype"), url("assets/font/poppins-v9-latin-300.woff2") format("woff2"), url("assets/font/poppins-v9-latin-300.woff") format("woff"), url("assets/font/poppins-v9-latin-300.ttf") format("truetype"), url("assets/font/poppins-v9-latin-300.svg#Poppins") format("svg"); /* Legacy iOS */ }

/* poppins-regular - latin */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; src: url("assets/font/poppins-v9-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Poppins Regular"), local("Poppins-Regular"), url("assets/font/poppins-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/font/poppins-v9-latin-regular.woff2") format("woff2"), url("assets/font/poppins-v9-latin-regular.woff") format("woff"), url("assets/font/poppins-v9-latin-regular.ttf") format("truetype"), url("assets/font/poppins-v9-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */ }

/* poppins-500 - latin */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; src: url("assets/font/poppins-v9-latin-500.eot"); /* IE9 Compat Modes */ src: local("Poppins Medium"), local("Poppins-Medium"), url("assets/font/poppins-v9-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/font/poppins-v9-latin-500.woff2") format("woff2"), url("assets/font/poppins-v9-latin-500.woff") format("woff"), url("assets/font/poppins-v9-latin-500.ttf") format("truetype"), url("assets/font/poppins-v9-latin-500.svg#Poppins") format("svg"); /* Legacy iOS */ }

/* poppins-italic - latin */
@font-face { font-family: 'Poppins'; font-style: italic; font-weight: 400; src: url("assets/font/poppins-v9-latin-italic.eot"); /* IE9 Compat Modes */ src: local("Poppins Italic"), local("Poppins-Italic"), url("assets/font/poppins-v9-latin-italic.eot?#iefix") format("embedded-opentype"), url("assets/font/poppins-v9-latin-italic.woff2") format("woff2"), url("assets/font/poppins-v9-latin-italic.woff") format("woff"), url("assets/font/poppins-v9-latin-italic.ttf") format("truetype"), url("assets/font/poppins-v9-latin-italic.svg#Poppins") format("svg"); /* Legacy iOS */ }

/* poppins-600 - latin */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; src: url("assets/font/poppins-v9-latin-600.eot"); /* IE9 Compat Modes */ src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("assets/font/poppins-v9-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/font/poppins-v9-latin-600.woff2") format("woff2"), url("assets/font/poppins-v9-latin-600.woff") format("woff"), url("assets/font/poppins-v9-latin-600.ttf") format("truetype"), url("assets/font/poppins-v9-latin-600.svg#Poppins") format("svg"); /* Legacy iOS */ }

/* poppins-700 - latin */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; src: url("assets/font/poppins-v9-latin-700.eot"); /* IE9 Compat Modes */ src: local("Poppins Bold"), local("Poppins-Bold"), url("assets/font/poppins-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/font/poppins-v9-latin-700.woff2") format("woff2"), url("assets/font/poppins-v9-latin-700.woff") format("woff"), url("assets/font/poppins-v9-latin-700.ttf") format("truetype"), url("assets/font/poppins-v9-latin-700.svg#Poppins") format("svg"); /* Legacy iOS */ }

/* poppins-800 - latin */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; src: url("assets/font/poppins-v9-latin-800.eot"); /* IE9 Compat Modes */ src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("assets/font/poppins-v9-latin-800.eot?#iefix") format("embedded-opentype"), url("assets/font/poppins-v9-latin-800.woff2") format("woff2"), url("assets/font/poppins-v9-latin-800.woff") format("woff"), url("assets/font/poppins-v9-latin-800.ttf") format("truetype"), url("assets/font/poppins-v9-latin-800.svg#Poppins") format("svg"); /* Legacy iOS */ }

/* poppins-900 - latin */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 900; src: url("assets/font/poppins-v9-latin-900.eot"); /* IE9 Compat Modes */ src: local("Poppins Black"), local("Poppins-Black"), url("assets/font/poppins-v9-latin-900.eot?#iefix") format("embedded-opentype"), url("assets/font/poppins-v9-latin-900.woff2") format("woff2"), url("assets/font/poppins-v9-latin-900.woff") format("woff"), url("assets/font/poppins-v9-latin-900.ttf") format("truetype"), url("assets/font/poppins-v9-latin-900.svg#Poppins") format("svg"); /* Legacy iOS */ }

h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 600; }

img { max-width: 100%; vertical-align: middle; }

ul { list-style: none; margin: 0; padding: 0; }

a { text-decoration: none; -webkit-transition: .2s; transition: .2s; }

h1 { font-size: 68px; color: #000000; letter-spacing: -1.5px; line-height: 70px; }

@media (max-width: 992px) { h1 { font-size: 40px; color: #000000; letter-spacing: -1px; line-height: 45px; } }

@media (max-width: 768px) { h1 { font-size: 32px; color: #000000; line-height: 40px; } }

h1 a { color: #000; }

h2 { font-size: 25px; color: #000000; line-height: 35px; }

@media (max-width: 768px) { h2 { font-size: 15px; color: #000000; line-height: 25px; } }

h2 a { color: #000; }

h3 { font-size: 18px; color: #000000; letter-spacing: 0; line-height: 25px; }

@media (max-width: 768px) { h3 { font-size: 14px; color: #000000; letter-spacing: 0; line-height: 24px; } }

h3 a { color: #000; }

h4 { font-size: 16px; color: #000000; line-height: 28px; }

h4 a { color: #000; }

h5 { font-size: 14px; color: #000000; line-height: 28px; }

h5 a { color: #000; }

h6 { font-weight: 600; font-size: 14px; color: #000000; line-height: 28px; }

h6 a { color: #000; }

p { font-family: "Poppins", sans-serif; font-weight: 400; color: #000000; letter-spacing: 0; line-height: 1.75rem; font-size: 1rem; }

p a { color: #0046ad; }

p a:hover { color: #B71668; }

/*--------------------------------------------------------------
2.0 Layout- General layout elements and views
--------------------------------------------------------------*/
/* 2.1 universal */
body { margin: auto; overflow-x: hidden; background-color: #f3f3f3; font-family: "Poppins", sans-serif; }

img { max-width: 100%; height: auto; }

.site { background: #ffffff; }

/* 2.2 content */
/* 2.3 flexible */
/* 2.4 archive */
.archive .entry-title, .blog .entry-title, .page-template-page-blog .entry-title { font-size: 1.563rem; font-weight: 600; line-height: 2rem; margin-bottom: 0; margin-top: 15px; }

.archive .entry-title a:hover, .blog .entry-title a:hover, .page-template-page-blog .entry-title a:hover { color: #f69323; }

.archive .entry-meta, .blog .entry-meta, .page-template-page-blog .entry-meta { font-size: 0.875rem; line-height: 1.313rem; margin-bottom: 18px; }

.archive .entry-meta a, .blog .entry-meta a, .page-template-page-blog .entry-meta a { color: #777; display: inline-block; }

.archive .entry-meta a:hover, .blog .entry-meta a:hover, .page-template-page-blog .entry-meta a:hover { color: #f69323; }

.archive .entry-content .blog__link, .blog .entry-content .blog__link, .page-template-page-blog .entry-content .blog__link { margin-top: 8px; }

.author { position: relative; margin-left: 15px; padding-left: 5px; }

.cat-links { position: relative; padding-left: 5px; margin-left: 20px; }

.author:after, .cat-links:after { position: absolute; content: ""; width: 5px; height: 5px; background-color: #777; top: 8px; left: -10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* 2.5 sidebar */
#secondary { /* Search Widget */ /* Comment Widget */ /* Tag Widget */ }

#secondary .widget { background: #f9fafb; margin-bottom: 30px; padding: 25px 30px; }

@media (max-width: 992px) { #secondary .widget { padding: 10px 20px; } }

#secondary h2.widgettitle, #secondary h3.widget-title { color: #5c5c5c; font-size: 1.375rem; padding-bottom: 6px; margin-top: 0px; margin-bottom: 12px; position: relative; }

#secondary .widget-title { line-height: 2.5rem; border-bottom: 3px solid #eeeeee; color: #24262a; opacity: 1; visibility: visible; -webkit-transition: opacity 0.24s ease-in-out; transition: opacity 0.24s ease-in-out; margin-top: 0; text-transform: capitalize; }

@media (max-width: 992px) { #secondary .widget-title { font-size: 1.125rem; line-height: 1.75rem; } }

#secondary .widget ul { list-style: none; padding-left: 0px; line-height: 2rem; }

#secondary .widget ul li { font-size: 1rem; line-height: 1.375rem; font-weight: 600; margin-bottom: 8px; }

@media (max-width: 992px) { #secondary .widget ul li { font-size: 0.875rem; } }

#secondary .widget ul li a { color: #333; }

#secondary .widget ul li a:hover { color: #f69323; }

#secondary .search-form { position: relative; }

#secondary .search-field { -webkit-box-shadow: 0; box-shadow: 0; margin-bottom: 0; font-size: 0.875rem; padding-left: 5px; height: 42px; border: 0px; -webkit-box-shadow: none; box-shadow: none; border-bottom: 1px solid #eeeeee; width: 100%; -webkit-transition: 0.3s 0.2s ease-out; transition: 0.3s 0.2s ease-out; }

#secondary .search-submit { position: absolute; right: 0; top: 0; padding: 13px 25px; border: 0; color: #fff; font-weight: bold; background-color: #f69323; cursor: pointer; }

@media (max-width: 992px) { #secondary .search-submit { padding: 13px 15px; } }

#secondary .comment-author-link { font-size: 1rem; }

#secondary .tag-cloud-link { display: inline-block; border: 2px solid #eee; color: #333; font-size: 0.875rem !important; padding: 5px 20px; margin-right: 5px; margin-bottom: 10px; }

@media (max-width: 992px) { #secondary .tag-cloud-link { padding: 5px 10px; margin-right: 3px; margin-bottom: 5px; } }

#secondary .tag-cloud-link:hover { background-color: #f69323; color: #ffffff; border-color: #f69323; }

/* 2.6 helpers */
.white { color: #ffffff; }

.color-bg { background: #f5f0eb; position: relative; padding: 50px 0; }

.color-bg__blue { background: #0046ad; position: relative; }

.color-bg__teal { background: #1caeb7; position: relative; }

.color-bg__white { background: #ffffff; position: relative; }

a.button { padding: 10px 30px; text-decoration: none; display: inline-block; border: 1px solid #0046ad; color: #ffffff; background: #0046ad; }

/* 2.7 page */
.entry-title { margin: 0; margin-bottom: 20px !important; font-size: 2.25rem; line-height: 2.75rem; }

/* 2.8 site-footer */
/* Footer Css Start Here */
.site-footer { padding: 230px 0 10px 0; background-color: #343434; }

@media (max-width: 576px) { .site-footer { padding-top: 140px; } }

@media (max-width: 992px) { .footer-logo { max-width: 500px; margin: 0 auto; } }

.footer-logo__title { color: #ffffff; font-size: 1.375rem; margin: 12px 0 0; }

.footer-logo__des { color: #ffffff; font-size: 1rem; }

.footer-logo__des p { color: #ffffff; }

.footer-logo__icon { color: #f69323; background-color: #ffffff; padding: 3px; font-size: 1.25rem; border-radius: 10px; margin-right: 5px; display: inline-block; }

@media (max-width: 992px) { .footer-list { max-width: 500px; margin: 0 auto; margin-top: 25px; } }

.footer-list__title { color: #ffffff; font-size: 1.25rem; font-weight: 600; position: relative; margin-top: 0; }

.footer-list__title:before { /* position: absolute; content: ""; width: 40px; height: 2px; background-color: $white; bottom: -10px; */ }

#footer-menu-resources { height: 160px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (max-width: 576px) { #footer-menu-resources { height: auto; } }

#footer-menu-resources li { padding-bottom: 5px; }

#footer-menu-resources li:before { content: '\e800'; font-family: instagr; color: #ffffff; }

#footer-menu-resources li a { color: #ffffff; font-size: 1rem; padding-left: 5px; text-transform: capitalize; font-family: poppins; font-weight: 400; }

#footer-menu-resources li a:hover, #footer-menu-resources li:hover:before { color: #f69323; }

@media (max-width: 992px) { .footer-last { max-width: 500px; margin: 0 auto; } }

.footer-last__box { list-style: none; margin: 0; padding: 0; }

.footer-last__item { color: #ffffff; font-size: 1rem; border-bottom: 1px solid #444a42; padding-bottom: 5px; margin-bottom: 5px; text-transform: capitalize; }

.footer-last__item:last-child { border-bottom: 0; }

.footer-last__right { float: right; }

.copyright { text-align: center; color: white; margin: 0; text-transform: capitalize; border-top: 1px solid #444a42; padding: 40px 0px 18px; }

/* Footer Css End Here */
/* Scroll To Top Css Start Here */
#return-to-top { position: fixed; bottom: 20px; right: 20px; background-color: #f69323; width: 50px; height: 50px; line-height: 3.125rem; text-align: center; display: block; text-decoration: none; -webkit-transition: all 0.3s linear; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

#return-to-top span { color: #ffffff; margin: 0; font-size: 1.563rem; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

/* Scroll To Top Css End Here */
/* 2.9 site-header */
/* 2.10 call-to-action */
/* CTA Css Start Here */
.cta-area { margin-bottom: -120px; }

.cta-area__back { padding: 50px 30px; }

@media (max-width: 992px) { .cta-area__text { text-align: center; } }

@media (max-width: 768px) { .cta-area__text { text-align: center; } }

.cta-area__sub { color: #333; font-size: 1rem; text-transform: uppercase; }

@media (max-width: 576px) { .cta-area__sub { text-align: center; display: block; } }

.cta-area__title { color: #333; font-size: 2.5rem; margin: 0; line-height: 3.125rem; margin-top: 15px; }

@media (max-width: 1198px) { .cta-area__title { font-size: 2.25rem; } }

@media (max-width: 992px) { .cta-area__title { font-size: 1.75rem; line-height: 2.25rem; margin-top: 0; } }

@media (max-width: 768px) { .cta-area__title { font-size: 1.625rem; line-height: 2rem; } }

.cta-area__button { text-align: center; margin: 0 5px; }

.cta-area__btn { text-decoration: none; text-transform: uppercase; font-size: 0.875rem; font-weight: 600; display: inline-block; padding: 9px 20px; border-radius: 3px; background-color: #f69323; color: #ffffff; border: 2px solid transparent; }

.cta-area__btn:hover { border-color: #f69323; color: #f69323; background-color: #ffffff; }

@media (max-width: 768px) { .cta-area__btn { padding: 8px; } }

@media (max-width: 992px) { .cta-area__fn { text-align: center; } }

.cta-area__fn-number { color: #333; font-size: 1.375rem; font-weight: 600; display: block; }

.cta-area__fn-des { color: #333; display: block; font-size: 0.875rem !important; text-transform: capitalize; line-height: .125rem; font-weight: 600; }

@media (max-width: 992px) { .cta-area__fn-des { margin-top: 7px; } }

@media (max-width: 768px) { .cta-area__fn-des { margin-top: 5px; } }

/* CTA Css End Here */
/* 2.11 client-testimonial */
.testimonial { margin: 0 auto; position: relative; padding: 20px 35px; }

@media (max-width: 992px) { .testimonial { width: auto !important; } }

.testimonial img { position: absolute; width: 80px; height: 80px; border-radius: 50%; border: 5px solid #f9fafb; top: -45px; right: -40px; -webkit-box-shadow: -1px 1px 0px 0px #dfdfdf; box-shadow: -1px 1px 0px 0px #dfdfdf; }

@media (max-width: 768px) { .testimonial img { width: 60px !important; height: 60px !important; top: -30px !important; left: -25px !important; } }

.testimonial p { color: #555; }

@media (max-width: 576px) { .testimonial p { font-size: 16px; } }

.testimonial figcaption a { font-family: "Poppins", sans-serif; font-weight: normal; color: #333; text-decoration: underline; }

.client-testimonial { background: url(assets/images/world-map.svg); background-repeat: no-repeat; background-position: center center; padding: 10px 0 0; }

.client-testimonial .client-testimonial__title h2 { text-align: center; color: #24262a; line-height: 2.1875rem; font-size: 2.813rem; line-height: 4.063rem; margin-bottom: 20px; }

@media (max-width: 768px) { .client-testimonial .client-testimonial__title h2 { font-size: 1.875rem !important; } }

.client-testimonial .client-testimonial__intro { margin-bottom: 65px; }

.client-testimonial .client-testimonial__intro p { text-align: center; color: #333; font-size: 1.125rem; }

@media (max-width: 768px) { .client-testimonial .client-testimonial__intro p { font-size: 1rem; } }

.client-testimonial .testimonial-2 { margin: 0 0 0 auto; }

@media (max-width: 1198px) { .client-testimonial .testimonial-2 { margin: 0 auto !important; } }

.client-testimonial .testimonial-3 { margin: 45px 0 0 30px; }

@media (max-width: 1198px) { .client-testimonial .testimonial-3 { margin: 30px auto 0 !important; } }

.client-testimonial .readmore-testimonial { text-align: center; margin: 50px 0 0; font-size: 20px; }

.client-testimonial .readmore-testimonial a { color: #f69323; font-family: "Poppins", sans-serif; }

.client-testimonial .readmore-testimonial a span { color: #333; font-weight: 600; text-decoration: underline; }

.testimonial { margin: 0 auto; position: relative; padding: 20px 35px; }

@media (max-width: 1198px) { .testimonial { max-width: 820px; } }

@media (max-width: 992px) { .testimonial { width: auto !important; } }

@media (max-width: 768px) { .testimonial { max-width: 500px; margin: 0 auto; } }

.testimonial img { position: absolute; width: 80px; height: 80px; border-radius: 50% !important; border: 5px solid #f9fafb !important; top: -45px !important; right: -40px !important; -webkit-box-shadow: -1px 1px 0px 0px #dfdfdf !important; box-shadow: -1px 1px 0px 0px #dfdfdf !important; }

@media (max-width: 992px) { .testimonial img { right: 0 !important; } }

@media (max-width: 768px) { .testimonial img { width: 60px !important; height: 60px !important; top: -30px !important; right: -25px !important; } }

@media (max-width: 576px) { .testimonial img { left: 50% !important; -webkit-transform: translateX(-50%); transform: translateX(-50%); } }

.testimonial p { color: #555; }

@media (max-width: 576px) { .testimonial p { font-size: 1rem; } }

.testimonial figcaption a { font-family: "Poppins", sans-serif; font-weight: normal; color: #333; text-decoration: underline; }

/* 2.12 about-us */
.about-area { padding: 100px 0; }

.about-area__left { display: inline-block; background-color: #f5f4f3; border-radius: 20px; }

.about-area__left:hover { background-color: #ffecd6; }

.about-area__img { position: relative; left: 15px; top: 15px; border-radius: 20px; }

@media (max-width: 576px) { .about-area__img { left: 0; top: 0; } }

.about-area__sub { font-size: 1.25rem; text-transform: uppercase; color: #c0c0c9; line-height: 1.75rem; margin-top: 50px; }

.about-area__main { margin: 20px 0; font-size: 2.813rem; }

@media (max-width: 992px) { .about-area__main { line-height: 45px; } }

.about-area__mid { font-size: 2.5rem; font-weight: 300; font-family: "Poppins", sans-serif; }

@media (max-width: 992px) { .about-area__mid { line-height: 46px; } }

.about-area__bottom { font-size: 1.75rem; font-style: italic; margin-top: 15px; }

.about-area__btn { display: inline-block; background-color: #f69323; font-size: 1.25rem; color: #ffffff; border: 2px solid #f69323; padding: 15px 50px; border-radius: 50px; margin-right: 5px; font-weight: 600; margin-top: 30px; }

@media (max-width: 1198px) { .about-area__btn { padding: 15px 30px; } }

@media (max-width: 992px) { .about-area__btn { margin-top: 10px; font-size: 18px; } }

@media (max-width: 576px) { .about-area__btn { font-size: 16px; } }

.btn-tran { background-color: transparent; color: #333; }

/* 2.13 counter */
.statistics-area__box { text-align: center; -webkit-transition: .2s; transition: .2s; }

.statistics-area__number { font-size: 3.75rem; line-height: 3.75rem; font-weight: 700; margin-bottom: 0; color: #ffffff; margin-top: 0; -webkit-transition: .2s; transition: .2s; }

.statistics-area__icon { -webkit-transition: .2s; transition: .2s; }

.statistics-area__title { font-size: 1.25rem; font-weight: 600; color: #f69323; line-height: 1.3rem; -webkit-transition: .2s; transition: .2s; }

/* 2.14 newsletter */
.newsletter-form { position: relative; text-align: center; max-width: 500px; margin: 50px auto 40px; }

@media (max-width: 992px) { .newsletter-form { margin-top: 25px; } }

.newsletter-form input { width: 100%; border-radius: 50px; border: 5px solid white !important; padding: 15px 20px !important; font-size: 1rem; position: relative; font-family: "Poppins", sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media (max-width: 576px) { .newsletter-form input { text-align: center; } }

.newsletter-form input[type=submit] { position: absolute; right: 0; top: 0; width: auto; background-color: #f69323; color: #ffffff; border: 0; text-transform: capitalize; border-bottom: 0; padding: 15px 30px !important; border: 5px solid #dfdfdf !important; border-radius: 50px; font-size: 1rem; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.newsletter-form input[type=submit]:hover { color: #333; background-color: #ffffff; }

@media (max-width: 576px) { .newsletter-form input[type=submit] { top: 80px; width: 100%; } }

.newsletter-des { text-align: center; color: #ffffff; font-size: 1rem; }

@media (max-width: 576px) { .newsletter-des { margin-top: 90px; } }

/* 2.15 header */
.site-header__content-container { padding: 20px 0px; }

.site-header__box { padding-left: 50px; position: relative; margin-top: 5px; }

@media (max-width: 576px) { .site-header__box { display: none; } }

.site-header__box:before { content: "\f16d"; font-family: fontello; position: absolute; left: 0; top: 0; color: #f69323; font-size: 2.813rem; }

.site-header__sub { font-weight: 300; font-size: 0.9375rem; }

.site-header__title { margin: 0; font-weight: 500; font-size: 1.25rem; margin-top: 3px; }

.site-header__btn { text-align: right; }

.site-header__btn a { display: inline-block; border: 2px solid #f69323; color: #f69323; font-size: 0.875rem; padding: 10px 20px; font-weight: 600; border-radius: 3px; text-transform: uppercase; }

.site-header__btn a:hover { background-color: #f69323; color: #ffffff; }

@media (max-width: 576px) { .site-header__btn { display: none; } }

.site-header__icon { position: relative; padding-left: 50px; }

.site-header__icon.header-icon { background-position: center left; background-repeat: no-repeat; background-size: 40px 40px; min-height: 40px; font-weight: 600; color: #333333; line-height: 1.25rem; }

.site-header__icon .header-box-heading { font-weight: 400; display: block; font-size: 0.825rem; text-transform: capitalize; color: #f69323; }

.site-header__icon p { margin: 0; line-height: 1.125rem; font-size: 1rem; font-weight: 600; color: #333; }

@media (max-width: 576px) { .site-header__icon { display: none; } }

.site-header__icon-phone { float: right; padding-right: 25px; }

.site-header__icon-phone p { color: #333; margin: 0; font-size: 1rem; font-weight: 600; }

.site-header__icon-phone .icon-phone { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #f69323; width: 35px; height: 35px; border-radius: 50% !important; font-size: 1.375rem; text-align: center; border: 1px solid #dfdfdf; }

.site-header__icon-phone .icon-phone:before { line-height: 1.375rem; }

@media (max-width: 576px) { .site-header__icon-phone { display: none; } }

/* 2.16 our-brands */
.our-brand__slider { margin-top: 50px; }

@media (max-width: 768px) { .our-brand__slider { margin-top: 0; } }

.our-brand__slider .slick-slide { text-align: center; padding: 10px 30px; border-radius: 10px; margin: 0 15px; height: 90px; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; opacity: 0.3; -webkit-box-sizing: border-box; box-sizing: border-box; }

.our-brand__slider .slick-slide:hover { opacity: 1; }

@media (max-width: 768px) { .our-brand__slider .slick-slide { height: auto; } }

@media (max-width: 576px) { .our-brand__slider .brand-item .brand-img { max-width: 100px; margin: 0 auto; } }

/* 2.17 common */
.content-middle-column { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.section-heading { text-align: center; margin-bottom: 60px; }

.section-heading__title { margin: 0; text-transform: capitalize; font-size: 2.813rem; line-height: 3.125rem; color: #000000; }

@media (max-width: 768px) { .section-heading__title { font-size: 2.5rem; line-height: 3.125rem; } }

@media (max-width: 576px) { .section-heading__title { font-size: 1.875rem; line-height: 2.375rem; } }

@media (max-width: 576px) { .section-heading { margin-bottom: 30px; } }

.section-heading-alt { text-align: center; margin-bottom: 60px; }

.section-heading-alt__title { margin: 0; text-transform: capitalize; font-size: 2.813rem; line-height: 3.125rem; }

.color-white .section-heading-alt__title, .color-white .section-heading-alt__des { color: #ffffff; }

.no-padding { padding: 0; border-right: 1px solid #eaeaea; background-color: #f4f5f6; }

.no-padding:last-child { border-right: 0; }

@media (max-width: 992px) { .ewa-hidden-xs-2-md { display: none; } }

.mt { margin-top: 30px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

a:focus { outline: none !important; }

.post-container, .page-container, .archive-container, .search-container { margin-top: 70px; margin-bottom: 70px; }

/*--------------------------------------------------------------
# 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; 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-size: 0.875rem; 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; }

.mb-25 { margin-bottom: 30px !important; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; background-color: #f9fafb; padding: 20px; margin-bottom: 35px; }

.sticky .mb-25 { margin-bottom: 0 !important; }

.article .entry-content a, .comments-area a, .page-links a, .wp-block-latest-posts li a, .wp-block-file a, .wp-block-archives li a { color: #f69323; }

.article .entry-content a:hover, .comments-area a:hover, .page-links a:hover, .wp-block-latest-posts li a:hover, .wp-block-file a:hover, .wp-block-archives li a:hover { color: #333; }

.updated:not(.published) { display: none; }

.page-links { clear: both; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: 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: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*Post Password Protected*/
.post-password-form input[type=password] { padding: 7px 10px; border: 1px solid #cbcbcb; }

.post-password-form input[type=submit] { padding: 8px 40px; text-align: center; background-color: #f69323; color: #ffffff; border: 0; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }

.post-password-form input[type=submit]:hover { background-color: #28292a; }

/* Word Spaces for Common Page Title */
#primary, #secondary, .site-header, .site-footer, .mend-breadcumbs { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; }

.comment-content a { word-wrap: break-word; }

/* 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; }

/* 2.18 team */
.team-area { padding: 100px 0; }

@media (max-width: 768px) { .team-area__box { max-width: 500px; margin: 0 auto; text-align: center; } }

.team-area__img { width: 100%; }

@media (max-width: 768px) { .team-area__img { max-width: 300px !important; } }

.team-area__title { margin: 15px 0 5px 0; font-size: 1.25rem; }

.team-area__des { margin-top: 0; line-height: 1rem; }

.team-area__icon { color: #000000; display: inline-block; }

.team-area__icon:hover { color: #f69323; }

/* 2.19 price */
.price-area { background-color: #f9fafb; padding: 100px 0; }

.price-area__box { text-align: center; padding: 60px 40px; }

@media (min-width: 992px) { .price-area__box { padding: 60px 80px; } }

.price-area__sub { margin: 0; font-size: 1.25rem; font-weight: 500; color: #000000; margin-bottom: 15px; }

.price-area__title { font-size: 3.75rem; color: #f69323; font-weight: 700; line-height: 3.75rem; }

.price-area__sign { font-size: 1.875rem; display: inline-block; margin-left: -10px; color: #f69323; }

.price-area__bottom { display: inline-block; background-color: #F1F3F7; width: 105px; font-size: 1rem; color: #ffffff; border-radius: 5px; color: #000000; margin-bottom: 30px; text-align: center; }

@media (max-width: 1198px) { .price-area__list { padding: 0 20px; } }

.price-area__item { font-size: 1rem; border-bottom: 1px solid #ebeff1; padding-bottom: 15px; margin-bottom: 15px; }

.price-area__item:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }

.price-area__btn { text-transform: uppercase; color: #333; border: 2px solid #f69323; display: inline-block; padding: 10px 20px; margin-top: 30px; font-weight: 600; color: #f69323; border-radius: 3px; font-size: 0.825rem; }

.btn-active { background-color: #f69323; color: #ffffff; }

.elementor-widget-ewa-price-plan-widget .elementor-widget-container { position: relative; }

.price-box-featured.elementor-widget-ewa-price-plan-widget .elementor-widget-container { z-index: 1; }

/* 2.20 hero-area */
.hero-area { position: relative; overflow: hidden; }

.slider-main__image { background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 600px; }

@media (max-width: 992px) { .slider-main__image { min-height: 300px; } }

@media (max-width: 576px) { .slider-main__image { min-height: 200px; } }

.slider-main__caption { width: 100%; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.slider-main__caption-subtitle { color: #f69323; font-size: 2.25rem; font-weight: 400; line-height: 3.125rem; text-transform: capitalize; }

@media (max-width: 992px) { .slider-main__caption-subtitle { font-size: 1.25rem; } }

@media (max-width: 576px) { .slider-main__caption-subtitle { display: none; } }

.slider-main__caption-title { font-size: 80px; text-transform: capitalize; margin: 0; line-height: 5.625rem; color: #ffffff; width: 700px; }

@media (max-width: 992px) { .slider-main__caption-title { font-size: 3.125rem; line-height: 3.75rem; } }

@media (max-width: 768px) { .slider-main__caption-title { font-size: 2.5rem; line-height: 3.125rem; } }

@media (max-width: 576px) { .slider-main__caption-title { line-height: 1.2; width: 100%; margin-bottom: 0; font-size: 1.875rem; } }

.slider-main__link { color: #ffffff; font-size: 0.825rem !important; font-weight: 600; background-color: #f69323; display: inline-block; padding: 10px 20px; border-radius: 3px; text-transform: uppercase; }

.slider-main .slick-arrow { display: none !important; }

.slider-main:hover .slick-arrow { display: block !important; z-index: 1; }

.slider-main .slick-prev, .slider-main .slick-next { width: 55px; height: 130px; background: rgba(0, 0, 0, 0.3); }

.slider-main .slick-prev:before, .slider-main .slick-next:before { font-family: "instagr"; font-style: normal; font-weight: normal; font-size: 40px; }

.slider-main .slick-prev:hover, .slider-main .slick-next:hover { background: rgba(0, 0, 0, 0.7); }

.slider-main .slick-prev:focus, .slider-main .slick-next:focus { background: rgba(0, 0, 0, 0.3); }

@media (max-width: 992px) { .slider-main .slick-prev, .slider-main .slick-next { display: none !important; } }

@media (max-width: 576px) { .slider-main .slick-prev, .slider-main .slick-next { display: none !important; } }

.slider-main .slick-prev { left: 0; }

.slider-main .slick-prev:before { content: '\e80e'; }

.slider-main .slick-next { right: 0; }

.slider-main .slick-next:before { content: '\e802'; }

@media (max-width: 768px) { .our-brand__slider .slick-slide { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } }

/* 2.21 process */
.process { padding-bottom: 60px; }

.process__box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.process__number { background-color: #f69323; line-height: 100px; color: #ffffff; font-weight: 700; padding: 0 20px; font-size: 2.8125rem; border-radius: 5px 0 0 5px; -webkit-transition: .2s; transition: .2s; min-width: 70px; }

.process__title { padding-left: 15px; display: block; width: 100%; text-align: left; text-transform: capitalize; font-size: 1.375rem; color: #000000; margin-right: 50px; }

.process__icon { position: absolute; right: 15px; font-size: 1.25rem; }

/* 2.22 blog */
.blog__left { background-size: cover; height: 350px; background-position: center; position: relative; }

.blog__left:before { position: absolute; color: cadetblue; content: ""; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7) 80%); left: 0; bottom: 0; width: 100%; height: 100px; opacity: .7; }

.blog__cat { position: absolute; bottom: 15px; left: 15px; color: #ffffff; font-size: 0.875rem; }

.blog__heading { font-size: 1.75rem; color: #282828; font-weight: 500; line-height: 2.25rem; }

.blog__meta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 12px; }

.blog__meta-list { margin-right: 12px; }

.blog__meta-link { color: #282828; line-height: 2.813rem; display: inline-block; }

.blog__meta-img { max-width: 40px; border-radius: 50%; margin-right: 5px; }

.blog__link { border: 1px solid #f69323; display: inline-block; padding: 5px 20px; border-radius: 3px; color: #282828; text-transform: capitalize; }

.blog__link:hover { background-color: #f69323; color: #ffffff; }

.blog-container { margin-top: 70px; margin-bottom: 70px; }

.mend-post-pagination { border: 1px solid #f9fafb; padding: 15px; border-radius: 5px; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); background: #ffffff; display: inline-block; }

.mend-post-pagination ul { list-style: none !important; padding-left: 0 !important; }

.mend-post-pagination ul li { display: inline-block; }

.mend-post-pagination ul li:last-child a { border-right: 0; }

.mend-post-pagination ul li a { padding: 2px 20px 0 21px; border-right: 1px solid #dfdfdf; color: #242424; }

.mend-post-pagination ul li.active a { color: #f69323; }

/* 2.23 widgets */
/* 2.24 single */
.single .entry-title { font-size: 2.25rem; font-weight: 600; line-height: 3.125rem; margin-top: 0; margin-bottom: 18px; color: #333; }

.single .entry-meta { font-size: 0.875rem; line-height: 1.313rem; margin-bottom: 24px; }

.single .entry-meta a { color: #777; display: inline-block; }

.single .entry-meta a:hover { color: #f69323; }

/* Comments Section Css */
.fn { font-size: 0.875rem; }

.comment-metadata { margin-left: 55px; margin-top: -10px; }

.comment-metadata a { color: #777; font-style: italic; font-size: 0.875rem; font-weight: 400; }

.comment-content { margin-left: 55px; }

.reply { margin-left: 55px; margin-bottom: 20px; border-bottom: 1px solid #ddd; padding-bottom: 20px; }

.reply a { font-size: 0.875rem; color: #f69323; }

.comment-list { padding-left: 0; }

.comments-title { padding-bottom: 9px; margin: 40px 0 20px 0; border-bottom: 1px solid #eee; }

.comment-author img { border-radius: 50%; border: 1px solid #ddd; padding: 3px; margin-right: 12px; }

#commentform input, #commentform textarea { width: 100%; padding: 10px; border: 1px solid #ccc; color: #555; }

#wp-comment-cookies-consent { width: auto !important; margin-right: 7px; margin-left: 0; }

.form-submit input { max-width: 180px !important; background-color: #f69323; font-size: 1rem; color: #ffffff !important; font-weight: 500 !important; cursor: pointer; }

.nav-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.nav-links div { width: 50%; }

.nav-links div.nav-next { text-align: right; }

.nav-links div a { color: #333; }

.nav-links div a:hover { color: #f69323; }

.logged-in-as a { color: #333; }

.post-thumbnail { margin-bottom: 20px; }

/* 2.25 repair-guide */
.repair-guide__box { height: 100%; }

@media (max-width: 768px) { .repair-guide__box { max-width: 500px; margin: 0 auto; } }

.repair-guide__holder { position: relative; overflow: hidden; }

.repair-guide__img { border-radius: 8px 8px 8px 8px; -webkit-transition: .3s; transition: .3s; overflow: hidden; }

.repair-guide__category { color: #6e6e6e !important; }

.repair-guide__meta-separator { color: #6e6e6e !important; }

.repair-guide__date { font-size: 1rem; color: #6e6e6e !important; letter-spacing: 1.3px; margin-bottom: 10px; display: inline-block; }

.repair-guide__content { border-radius: 10px; margin-top: 30px; }

.repair-guide__content .read-more { text-transform: uppercase; font-weight: 600; font-size: 0.825rem; line-height: 1.375rem; border: 1px solid #171717; text-align: center; color: #24262a; margin-top: 20px; display: inline-block; border-radius: 3px; padding: 10px 20px; }

.repair-guide__heading { margin: 0; line-height: 1.625rem; }

.repair-guide__link { margin: 0; font-size: 1.25rem; line-height: 1.75rem; color: #24262a .repair-guide__link; }

.repair-guide__link :hover { color: #f69323; }

.repair-guide__box:hover .repair-guide__holder img { -webkit-transform: scale(1.1) rotate(4deg); transform: scale(1.1) rotate(4deg); }

/* 2.26 woocommerce */
/* Wocommerce Common */
.woocommerce-info { border-top-color: #f69323; line-height: 2.25rem; }

.button { text-transform: capitalize; font-weight: 600 !important; }

/* WooCommerce Sidebar */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background-color: #dddddd; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #1a1a1a; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background-color: #f69323; }

.woocommerce .widget_price_filter .price_slider_amount .price_label { font-size: 0.875rem; font-weight: 800; text-align: right; }

.woocommerce .price_slider_wrapper { margin-top: 30px; }

.products .product { border: 0; background-color: #f9fafb; }

#primary ul.products { padding-left: 0; }

#primary ul.tabs { padding-left: 5px; }

.products .product h3 { font-size: 1.125rem !important; padding: 0 0 0 12px !important; }

.products .product .woocommerce-loop-product__title { margin: 0 12px 0 12px !important; padding-bottom: 0 !important; }

.products .product span.price { margin: 0 12px 0 12px !important; }

.products .product .star-rating { margin-left: 12px  !important; }

.products .product a.product_type_variable, .products .product a.ajax_add_to_cart { display: block; text-align: center; padding: 16px 12px; border: 0; color: #f69323; background: #fbfbfb; text-transform: capitalize; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; border-radius: 0; border-top: 1px solid #dfdfdf !important; font-size: 16px; font-weight: 600; }

.products .product a.ajax_add_to_cart:hover { color: #dd7a09; }

.woocommerce-privacy-policy-link { color: #f69323; }

.woocommerce select, .woocommerce input, .woocommerce a.button, .woocommerce input.button, .woocommerce textarea { border: 1px solid #dfdfdf; }

.ajax_add_to_cart { border-radius: 0px; border: 0px solid #ffffff; }

#commentform input, #commentform textarea { border: 1px solid #dfdfdf; }

.product .images { width: 32% !important; }

.product .summary { width: 64% !important; margin-top: 0px !important; }

.product meta a { color: #f69323; }

.related.products h2 { text-transform: capitalize; border-bottom: 3px solid #dfdfdf; padding-bottom: 5px; }

.products .product .woocommerce-loop-product__title { border-bottom: 0; }

.woocommerce-message::before { color: #f69323; }

.woocommerce .quantity .qty { height: 32px !important; text-align: center; width: 40px !important; }

.woocommerce-MyAccount-content a { color: #f69323; }

.single_add_to_cart_button { border-radius: 0px !important; padding: 16px 24px !important; border: 0px solid #ffffff !important; color: white; text-transform: capitalize; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; margin-left: 12px !important; }

.woocommerce-tabs #tab-description { padding-bottom: 12px !important; }

.woocommerce-tabs #tab-reviews h2, .woocommerce-tabs #tab-additional_information h2, .woocommerce-tabs #tab-description h2 { font-size: 1.5rem !important; line-height: 30px !important; margin-bottom: 24px; }

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th { vertical-align: middle !important; }

.woocommerce ul.products li.product a img { margin-bottom: 12px; }

.woocommerce .widget_price_filter .price_slider_amount .price_label { font-size: 16px; font-weight: 600; }

.related h2 { font-size: 18 !important; line-height: 24px !important; margin-bottom: 24px; }

.woocommerce-loop-product__link span.onsale { background: #f69323; color: #ffffff; border-radius: 0px !important; padding: 3px 8px !important; }

.woocommerce .product span.onsale { background-color: #f69323; border-radius: 0; }

.summary.entry-summary .single_add_to_cart_button.button.alt { background-color: #f69323; }

.woocommerce-message { border-top-color: #f69323 !important; line-height: 35px; }

.woocommerce-message a.wc-forward { border-radius: 0px !important; padding: 10px 24px !important; border: 0px solid #ffffff !important; background: #f69323; color: #ffffff; margin-top: 12px; }

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover { color: #fff; }

.shop_table_responsive #coupon_code { line-height: 1.375rem !important; padding: 5px 4px !important; width: 122px !important; }

.woocommerce-Reviews .submit, .checkout_coupon .button, .shop_table_responsive .button { border-radius: 0px !important; padding: 10px 24px !important; border: 0px solid #ffffff !important; background: #f69323; color: #ffffff; }

.checkout h3 { font-size: 1.5rem !important; }

#place_order { border-radius: 0px !important; padding: 10px 24px !important; border: 0px solid #ffffff !important; background: #f69323; color: #ffffff; }

.woocommerce ul.products li.product .onsale { margin: 0; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 30.75% !important; }

/* Shop / Archive */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 30.75%; }

.product > .added_to_cart { padding-bottom: 15px; }

.woocommerce a.added_to_cart { display: block; width: 80px; margin: 0 auto; text-transform: capitalize; font-weight: 600; }

/* Single */
.woocommerce-tabs #tab-reviews h2, .woocommerce-tabs #tab-additional_information h2, .woocommerce-tabs #tab-description h2 { font-size: 1.5rem !important; line-height: 10px !important; margin-bottom: 0px; margin: 0; }

.woocommerce ul.products li.product .price { color: #f69323; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #ffffff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #333 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover { color: #fff !important; }

.posted_in a { color: #f69323; }

/* My Account. */
nav.woocommerce-MyAccount-navigation { padding: 0px 0px 12px 0px !important; }

nav.woocommerce-MyAccount-navigation ul { margin: 0px !important; padding: 0px !important; }

nav.woocommerce-MyAccount-navigation ul li { background: #fafafa none repeat scroll 0 0; border-left: 2px solid #f69323 !important; font-weight: bold; list-style-type: none !important; margin: 0 0 6px; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }

nav.woocommerce-MyAccount-navigation ul li:hover { border-left: 2px solid #2c2c2c !important; }

nav.woocommerce-MyAccount-navigation ul li a { display: block; font-weight: normal; color: #2c2c2c; padding: 6px; }

.woocommerce-Address-title h3 { font-size: 1.5rem !important; }

.woocommerce-Button { border-radius: 0px !important; padding: 10px 24px !important; border: 0px solid #ffffff !important; background: #f69323; color: #ffffff !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li { border-bottom: 1px solid #f69323; background-color: #f69323; color: #ffffff; }

.woocommerce div.product p.price, .woocommerce div.product span.price { color: #f69323; margin: 0; }

.woocommerce .widget_price_filter .price_slider_amount .button:hover { background-color: #f69323; color: #ffffff; }

.woocommerce div.product div.images img { border: 1px solid #dfdfdf; }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) { margin-top: 15px; }

/* Cart */
.cart_totals h2 { text-transform: capitalize; }

.woocommerce-cart .entry-title { font-size: 36px; margin-bottom: 5px; }

.woocommerce-cart-form__cart-item.cart_item a { color: #f69323; }

.shipping-calculator-button { color: #f69323; }

#customer_details .col-1 { padding-left: 0; }

#customer_details .col-2 { padding-right: 0; }

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 { text-transform: capitalize; border-bottom: 2px solid #dfdfdf; padding-bottom: 10px; }

.selection select { border-radius: 0 !important; }

.select2-selection.select2-selection--single { border-radius: 0; height: 30px; }

.woocommerce span.onsale { top: 0 !important; left: 0 !important; width: 20px; }

.woocommerce-Price-amount.amount { font-weight: 400; }

.woocommerce table.shop_table th { font-weight: 600; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th { font-weight: 600; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background: #f9fafb; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid #dfdfdf; }

/* Checkout */
woocommerce-checkout .entry-title { font-size: 2.25rem; margin-bottom: 5px; }

.woocommerce-info::before, .woocommerce-info a { color: #f69323; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a { font-weight: 600; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { padding: 0; }

.woocommerce a.button.checkout { margin-top: 5px; }

.woocommerce select, .woocommerce input, .woocommerce a.button, .woocommerce input.button, .woocommerce textarea { border: 1px solid #dfdfdf; padding: 7px 10px; }

/* Order Received */
.woocommerce-table__product-name a { color: #333; }

.woocommerce ul.order_details li { margin-right: 15px; padding-right: 10px; margin-bottom: 15px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { font-weight: 600; font-family: 'Poppins'; }

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a { margin-right: 5px; margin-bottom: 5px; padding: 10px 20px; display: inline-block; border: 0; }

.product .button.product_type_grouped { border: 0; }

.woocommerce-product-search { position: relative; }

.woocommerce-product-search button[type="submit"] { position: absolute; right: 0; top: 0; padding: 13px 30px; border: 0; font-weight: bold; font-size: 14px; background-color: #f69323; color: #ffffff; cursor: pointer; }

.woocommerce-product-search input { border: 1px solid #ddd !important; }

/* 2.27 contact */
/* Contact Page */
.contact-title { font-size: 1.5rem; border-bottom: 3px solid #dfdfdf; padding-bottom: 5px; position: relative; font-weight: 600; text-transform: capitalize; }

.contact-info { padding-left: 0px; }

.contact-info li { list-style-type: none; margin-bottom: 8px; }

.contact-info .icon-container { display: inline-block; background: #f69323; color: #ffffff; width: 32px; height: 32px; line-height: 2rem; text-align: center; margin-right: 16px; }

.contact-info .icon-container i { font-size: 0.875rem; }

.contact-info address { display: inline-block; }

.contact-info a { color: #333333; }

.contact-info li span { display: inline-block; background-color: #f69323; color: white; width: 40px; height: 40px; text-align: center; line-height: 2.5rem; margin-right: 10px; }

.contact-social li { display: inline-block; background-color: #f69323; color: white; width: 40px; height: 40px; text-align: center; line-height: 40px; margin-right: 10px; }

.contact-social li a { color: #ffffff; display: block; }

/*2.3 Contact Form 7*/
.wpcf7-form p { margin-bottom: 12px; font-weight: 600; }

.contact-address-block li { list-style: none; line-height: 2rem; display: block; }

.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form textarea { background: none; border-radius: 0px; height: auto; line-height: 1.5rem; padding: 12px 0px; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; width: 100%; -webkit-box-shadow: none; box-shadow: none; border: 0; border-bottom: 1px solid #dfdfdf; display: block; margin-top: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.wpcf7-form input[type="submit"] { display: inline-block; /* letter-spacing: 4px; */ padding: 10px 30px; margin-top: 20px; text-align: center; text-decoration: none; vertical-align: middle; text-transform: capitalize; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; background-color: #f69323; color: #ffffff; border: 0; -webkit-box-shadow: none; box-shadow: none; line-height: 1.375rem; text-shadow: none; font-family: inherit; font-size: 1rem; font-weight: 600; cursor: pointer; }

/* 2.28 elementor-specific */
[class*="elementor-col-"] { padding: 0; }

.ewa-elementor-gap-5 [class*="elementor-col-"] { padding: 5px; }

.ewa-elementor-gap-10 [class*="elementor-col-"] { padding: 10px; }

.ewa-elementor-gap-15 [class*="elementor-col-"] { padding: 15px; }

@media (max-width: 768px) { .elementor-widget-container .grid { margin: 0 !important; } }

/* 2.29 services */
.services-area { padding: 100px 0; background-image: url("assets/images/special-about-bg.svg"); background-position: center bottom; background-size: contain; background-repeat: no-repeat; }

.services-area__box { padding: 40px 30px; }

@media (max-width: 992px) { .services-area__box { padding: 40px 20px; } }

@media (max-width: 768px) { .services-area__box { max-width: 500px; margin: 0 auto; padding: 25px 15px; } }

@media (max-width: 576px) { .services-area__box { padding: 20px; } }

.services-area__icon { margin-bottom: 15px; }

.services-area__title { font-size: 1.375rem; text-transform: capitalize; line-height: 1.875rem; margin-bottom: 20px; }

/* 2.30 gutenberg */
.wp-block-image, .wp-block-embed { margin: 0; }

.wp-block-quote, blockquote { border-left: 5px solid #dfdfdf; margin-left: 0; padding-left: 25px; }

.wp-block-separator { border: 1px solid #dfdfdf; margin: 20px 0; }

#primary ul { list-style: disc; padding-left: 20px; }

.blocks-gallery-grid, .wp-block-gallery { padding-left: 0 !important; }

.wp-block-pullquote p { font-size: 1.75rem; line-height: 2.25rem; font-style: italic; }

.wp-block-quote p { font-style: italic; }

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { -webkit-box-sizing: border-box; box-sizing: border-box; }

/* 2.31 404 */
.error-404 .page-header, .search-no-results .page-header { text-align: center; }

.error-404 .page-content, .search-no-results .page-content { text-align: center; margin-bottom: 60px; }

.error-404 .page-content .search-form, .search-no-results .page-content .search-form { width: 300px; margin: 0 auto; position: relative; }

.error-404 .page-content .search-field, .search-no-results .page-content .search-field { -webkit-box-shadow: 0; box-shadow: 0; margin-bottom: 0; font-size: 0.875rem; padding-left: 5px; height: 42px; border: 0px; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #eeeeee; width: 100%; -webkit-transition: 0.3s 0.2s ease-out; transition: 0.3s 0.2s ease-out; position: relative; }

.error-404 .page-content .search-submit, .search-no-results .page-content .search-submit { position: absolute; right: 0; top: 0; padding: 13px 25px; border: 0; color: #fff; font-weight: bold; background-color: #f69323; cursor: pointer; }

.error-404 .page-title, .search-no-results .page-title { color: #333; font-size: 2.5rem; border-bottom: 1px solid #eee; margin-bottom: 0; text-transform: capitalize; font-weight: 600; }

.error-404 .widget, .search-no-results .widget { background: #f9fafb; margin-bottom: 30px; padding: 25px 30px; }

.error-404 .widget h2, .search-no-results .widget h2 { line-height: 2.5rem; border-bottom: 3px solid #eeeeee; color: #24262a; opacity: 1; visibility: visible; -webkit-transition: opacity 0.24s ease-in-out; transition: opacity 0.24s ease-in-out; margin-top: 0; text-transform: capitalize; }

.error-404 .widget ul, .search-no-results .widget ul { list-style: none !important; padding-left: 0px !important; line-height: 2rem; }

.error-404 .widget ul li, .search-no-results .widget ul li { font-size: 1rem; line-height: 1.375rem; font-weight: 600; margin-bottom: 8px; }

.error-404 .widget ul li a, .search-no-results .widget ul li a { color: #333; }

.error-404 .widget ul li a:hover, .search-no-results .widget ul li a:hover { color: #f69323; }

.error-404 .widget .tag-cloud-link, .search-no-results .widget .tag-cloud-link { display: inline-block; border: 2px solid #eee; color: #333; font-size: 0.875rem !important; padding: 5px 20px; margin-right: 5px; margin-bottom: 10px; }

.error-404 .widget .tag-cloud-link:hover, .search-no-results .widget .tag-cloud-link:hover { background-color: #f69323; color: #ffffff; border-color: #f69323; }

.error-404 .widget #archives-dropdown--1, .search-no-results .widget #archives-dropdown--1 { width: 100%; border: 1px solid #dfdfdf; padding: 10px; }

/* 2.32 search */
.search-page .page-title { font-size: 2rem; font-weight: 600; line-height: 2.5rem; margin-top: 0; margin-bottom: 18px; color: #333; border-bottom: 1px solid #eee; padding-bottom: 15px; text-transform: capitalize; }

.search-page .entry-title { font-size: 1.563rem; font-weight: 600; line-height: 2rem; margin-bottom: 0; margin-top: 15px; }

.search-page .entry-title a:hover { color: #f69323; }

.search-page .entry-meta a { color: #777; }

.search-container { margin-top: 70px; margin-bottom: 70px; }

/* 2.33 breadcumb */
.mend-breadcumbs { text-align: center; background-color: #f69323; padding: 90px 0 70px; }

@media (max-width: 768px) { .mend-breadcumbs { padding: 30px 0; } }

.mend-breadcumbs__inner { margin: 0 auto; max-width: 900px; }

.mend-breadcumbs .page-title { color: #ffffff; margin: 15px 0; font-size: 3rem; line-height: 3.438rem; }

@media (max-width: 768px) { .mend-breadcumbs .page-title { font-size: 25px; line-height: 30px; } }

.mend-breadcumbs #breadcrumbs { font-size: 0.875rem; line-height: 1.375rem; color: #ffffff; }

.mend-breadcumbs #breadcrumbs a { color: #ffffff; margin-right: 5px; }

.mend-breadcumbs .breadcrumb_last { margin-left: 5px; }

/*--------------------------------------------------------------
3.0 Navigation
--------------------------------------------------------------*/
/* 3.1 navigation */
@media (max-width: 992px) { .elementor-template-full-width .site-header__nav-container, .post-template-default .site-header__nav-container, .page-template-default .site-header__nav-container, .page-template-page-blog .site-header__nav-container, .archive .site-header__nav-container, .search .site-header__nav-container, .search-results .site-header__nav-container { margin-bottom: 30px !important; } }

body.woocommerce .site-header__nav-container { margin-bottom: 0; }

@media (max-width: 992px) { body.woocommerce .site-header__nav-container { margin-bottom: 30px !important; } }

.site-header__nav-container { padding: 5px; border: 1px solid #dfdfdf; background-color: #f2f2f2; position: relative; z-index: 1; }

@media (max-width: 992px) { .site-header__nav-container { margin-bottom: 30px; } }

@media (max-width: 992px) { .site-header__nav-container.mobile-hide { display: none; } }

.site-header__nav-inner { background-color: white; }

.site-header__hamburger-icon { display: inline-block; width: 30px; height: 30px; background-image: url("assets/images/icon_menu.svg"); background-position: center; background-size: contain; background-repeat: no-repeat; cursor: pointer; position: absolute; right: 0; top: 25px; }

.site-header__hamburger-icon.nav-open { background-image: url("assets/images/icon_menu_x.svg"); }

@media (min-width: 992px) { .site-header__hamburger-icon { display: none; } }

.site-header__nav { font-family: "Poppins", sans-serif; font-weight: 600; }

@media (max-width: 992px) { .site-header__nav { padding: 15px; } }

.site-header__nav ul.menu { margin-left: 0; }

.site-header__nav ul.menu > li { border-bottom: 1px solid #dfdfdf; }

@media (min-width: 992px) { .site-header__nav ul.menu > li { border-right: 1px solid #dfdfdf; border-bottom: 0; } }

@media (max-width: 992px) { .site-header__nav ul.menu > li { border-right: 0 !important; } }

.site-header__nav ul.menu > li > a { padding: 7px 0; }

@media (min-width: 992px) { .site-header__nav ul.menu > li a { padding: 13px 25px; font-size: 1rem; } }

.site-header__nav ul.menu > li:last-child { border-bottom: 0; }

@media (min-width: 992px) { .site-header__nav ul.menu > li:last-child { border-right: 0; } }

.site-header__nav ul.menu > li > .sub-menu { padding: 0 10px; max-width: 300px; min-width: 200px; text-transform: capitalize; font-weight: 400; margin-left: 0; }

@media (min-width: 992px) { .site-header__nav ul.menu > li > .sub-menu > li { border-bottom: 1px solid #dfdfdf; margin: 0 10px; } }

@media (min-width: 992px) { .site-header__nav ul.menu > li > .sub-menu > li:last-child { border-bottom: 0; } }

.site-header__nav ul.menu > li > .sub-menu > li a { padding: 5px 0; }

@media (min-width: 992px) { .site-header__nav ul.menu > li > .sub-menu { position: absolute; visibility: hidden; opacity: 0; z-index: 1; background-color: #ffffff; padding: 10px; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } }

@media (min-width: 992px) { .site-header__nav ul.menu > li:hover > .sub-menu { visibility: visible; opacity: 1; } }

.site-header__nav ul.menu li.current-menu-parent > a, .site-header__nav ul.menu li.current_page_item > a { color: #f69323; }

@media (min-width: 992px) { .site-header__nav ul.menu { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.site-header__nav ul { margin-left: 10px; }

.site-header__nav a { color: #333; display: block; }

.site-header__nav a:hover { color: #f69323; }

/* 3.2 navigation_mobile */
/*--------------------------------------------------------------
4.0 Vendor -  third party
--------------------------------------------------------------*/
/* 4.1 slick */
/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* 4.2 slick-theme */
/* Slider */
.slick-loading .slick-list { background: #fff url("assets/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url("assets/font/slick.eot"); src: url("assets/font/slick.eot?#iefix") format("embedded-opentype"), url("assets/font/slick.woff") format("woff"), url("assets/font/slick.ttf") format("truetype"), url("assets/font/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }

.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

[dir='rtl'] .slick-prev { right: -25px; left: auto; }

.slick-prev:before { content: '←'; }

[dir='rtl'] .slick-prev:before { content: '→'; }

.slick-next { right: -25px; }

[dir='rtl'] .slick-next { right: auto; left: -25px; }

.slick-next:before { content: '→'; }

[dir='rtl'] .slick-next:before { content: '←'; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }

.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { opacity: .75; color: black; }
