/*
 * Theme Name: Sublime
 * Version: 1.11
 * Description: Sublime - Creative Multipurpose WordPress Theme
 * Author: Ninzio Themes
 * Theme URI: https://ninzio.com/sublime
 * Author URI: https://ninzio.com/
 * License: Custom license
 * License URI: Licensing/README_License.txt
 * Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
 * Text Domain: sublime
 * Tested up to: 6.3.1
 * Requires PHP: 7.4.0
**/

/* TABLE OF CONTENTS

 * MAIN STYLE
   * Reset Browsers
   * General
   *  Elements
   *  Forms
   *  Typography
   * Extra classes
   * Revolution Slider
   * WordPress Styles
   * Layout
   *  Sidebar Right
   *  Sidebar Left
   *  No Sidebar
   *  Boxed layout
   * Header Gene
   *  Top Bar
   *  Logo
   *  Menu
   *  Sub Menu
   *  Mega Menu
   *  Mobile Menu
   *  Mobile Menu Extend
   *  Mobile Menu Button
   *  Cart Icon
   *  Search Icon
   *  Header Styles
   *   Header Style 1
   *   Header Style 2
   *   Header Fixed
   * Featured Title
   * Blog Post
   *  Post media
   *  Post title
   *  Post meta
   *  Post excerpt
   *  Post link
   * Blog Grid
   * Blog single
   *   Post tags
   *   Post author
   *   Post related
   *   Comments
   *    Comment list
   *    Comment form
   * Search Page
   * Widgets
   *  Title Widget
   *  Widget: Text
   *  Widget: Categories, Meta, Archives, Pages. Latest Post
   *  Widget: Recent Entries
   *  Widget: Nav
   *  Widget: Calendar
   *  Widget: Info
   *  Widget: Links
   *  Widget: Twitter
   *  Widget: Search
   *  Widget: Newsletter
   *  Widget: Socials
   *  Widget: Recent News Advanced 
   *  Widget: Instagram & Flickr
   *  Widget: Tags
   *  Widget: Media Gallery
   * Footer
   *  Grid
   *  Gutter
   * Bottom Bar
   * Scroll Top Button
   * Pagination
   * Nothing Found & 404 Page
   * Media Queries

* ELEMENTS STYLE
   * Accordions
   * Action Box
   * Animation
   * Background
   * Button
   * Canvas Background
      * Animation
      * Morphin
   * Carousel Box
      * Standard Carousel
      * App Carousel
   * Content Box
   * Counter
   * Demo Box
   * Divider
   * Fancy Image
   * Fancy Text
   * Form
     * Contact Form
     * Subcribe Form
   * Flip Box
   * Grid Box
   * Icon
   * Image
   * Icon Box
   * Link
   * List
   * News
   * Parallax Box
   * Partner
   * Piechart
   * Progress Bar
   * Price Box
   * Projects
   * Slider
   * Social
   * SVG
   * Tabs
   * Team
   * Testimonials
   * Text
   * Video Icon

 * SHOP STYLE
   * Single Product
   * Cart Page
   * Checkout Page
   * Widgets

-------------------------------------------------------------- */

/*
MAIN STYLE
-------------------------------------------------------------- */

/* Reset Browsers
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

blockquote,
q {
    quotes: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

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

select {
    max-width: 100%;
}

/* General
-------------------------------------------------------------- */

body {
    font-family: "Inter", sans-serif;
    color: #5e709d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: hidden;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 0 24px;
}

p:empty:before {
    content: none;
}

strong,
b,
cite {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #26256c;
    font-style: normal;
    padding: 56px 35px;
    position: relative;
    margin: 30px 0 50px;
    border-radius: 8px;
    background: url(assets/img/quote.png) no-repeat right bottom;
    overflow: hidden;
    box-shadow: 0 10px 35px 0 rgb(41 41 32 / 10%);
}

blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #4732d7;
}

blockquote cite {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
    display: block;
    color: #5e709d;
    padding: 20px 0 0;
    font-style: normal;
}

blockquote>p {
    margin-bottom: 5px;
}

blockquote>p:last-child {
    margin-bottom: 0;
}

blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #e7e7e7;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    background-color: #fff9c0;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var {
    font-family: Inconsolata, monospace;
    font-size: 15px;
}

pre {
    margin: 15px 0;
    padding: 15px;
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    overflow-x: auto;
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg {
    transition: 0.3s;
}

/* Elements
-------------------------------------------------------------- */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */

ul,
ol {
    padding: 0;
    margin: 0 0 20px 30px;
}

ul {
    list-style: disc;
}

ul ul {
    list-style-type: circle;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del {
    opacity: 0.5;
}

/* Table */

table,
th,
td {
    border: 1px solid #e7e7e7;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 10px 14px;
}

/* Media */

embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Forms
-------------------------------------------------------------- */

/* Fixes */

button,
input {
    line-height: normal;
    transition: 0.3s;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    /*margin: 0;*/
    vertical-align: baseline;
}

.widget select {
    width: 100%;
}

input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
    outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]:-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e7e7e7 inset;
}

/* Reset search styling */

input[type="search"] {
    outline: 0;
}

input[type="search"]:-webkit-search-decoration,
input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-results-button,
input[type="search"]:-webkit-search-results-decoration {
    display: none;
}

/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-family: "Inter";
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff5fb;
    background-color: #eff5fb;
    margin-bottom: 20px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all ease 0.3s;
    color: #5e709d;
}

select {
    padding: 8px 20px;
    border-radius: 8px;
    width: 100%;
    -webkit-appearance: none;
    border-color: #eff5fb;
    background: #eff5fb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 20px) calc(50%);
    background-repeat: no-repeat;
    outline: 0;
}

/* Input focus */

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #c0c7cf;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Button */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Inter";
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    background-color: #4732d7;
    padding: 9px 36px;
    border-radius: 30px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    white-space: nowrap;
}

/* Button hover + focus */

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: #26256c;
    color: #fff;
}

/* Placeholder */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #99a3bd;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #99a3bd;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #99a3bd;
}

.placeholder-white input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}

.placeholder-white input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.placeholder-white input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

/* Links */

a {
    color: #4732d7;
    outline: 0;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #26256c;
    text-decoration: none;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    color: #26256c;
    margin: 0 0 20px;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.375em;
    line-height: 1.315;
    /* 38px */
}

h2 {
    font-size: 2.125em;
    line-height: 1.235;
    /* 34px */
}

h3 {
    font-size: 1.875em;
    line-height: 1.266;
    /* 30px */
}

h4 {
    font-size: 1.625em;
    line-height: 1.307;
    /* 26px */
}

h5 {
    font-size: 1.375em;
    line-height: 1.363;
    /* 22px */
}

h6 {
    font-size: 1.125em;
    line-height: 1.444;
    /* 18px */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.heading-font {
    font-family: "Inter", sans-serif !important;
    text-rendering: optimizeLegibility;
}

/* Extra classes
-------------------------------------------------------------- */

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #26256c !important;
}

.text-light {
    color: #5e709d !important;
}

.text-very-light {
    color: #8998c2 !important;
}

.accent-color {
    color: #4732d7;
}

.dark-color {
    color: #26256c !important;
}

.bg-accent {
    background-color: #4732d7;
}

.bg-dark {
    background-color: #26256c !important;
}

.bg-light {
    background-color: #eff5fb !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-very-light {
    background-color: #f2f7fc !important;
}

.border-accent {
    border-color: #4732d7;
}

.display-none,
.hidden {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.overflow-inherit {
    overflow: inherit !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.display-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

.has-shadow {
    box-shadow: 0 10px 35px 0 rgba(38, 42, 76, 0.1);
}

.has-shadow-2 {
    box-shadow: 0 10px 35px 0 rgba(41, 41, 43, 0.1);
}

.align-left {
    text-align: left;
}

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

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

.text-italic {
    font-style: italic !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-del {
    text-decoration: line-through !important;
}

.letter-spacing-0x5 {
    letter-spacing: 0.5px !important;
}

.text-upercase {
    text-transform: uppercase;
}

.underline-solid,
.underline-dotted,
.underline-dashed {
    position: relative;
}

.underline-solid:after,
.underline-dotted:after,
.underline-dashed:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #4732d7;
}

.underline-dotted:after {
    border-bottom-style: dotted;
}

.underline-dashed:after {
    border-bottom-style: dashed;
}

.box-shadow {
    box-shadow: 0 10px 35px 0 rgba(38, 42, 76, 0.1) !important;
}

.letter-spacing-1px {
    letter-spacing: 1px !important;
}

.letter-spacing-2px {
    letter-spacing: 2px !important;
}

.letter-spacing-3px {
    letter-spacing: 3px !important;
}

.letter-spacing-4px {
    letter-spacing: 4px !important;
}

.letter-spacing-5px {
    letter-spacing: 5px !important;
}

.letter-spacing-6px {
    letter-spacing: 6px !important;
}

.letter-spacing-7px {
    letter-spacing: 7px !important;
}

.letter-spacing-8px {
    letter-spacing: 8px !important;
}

.letter-spacing-9px {
    letter-spacing: 9px !important;
}

.letter-spacing-10px {
    letter-spacing: 10px !important;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-31 {
    font-size: 31px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-33 {
    font-size: 33px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-37 {
    font-size: 37px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-39 {
    font-size: 39px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-100 {
    font-size: 100px;
}

.font-size-130 {
    font-size: 130px;
}

.line-height-20 {
    line-height: 22px;
}

.line-height-1 {
    line-height: 21px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-23 {
    line-height: 23px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-27 {
    line-height: 27px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-29 {
    line-height: 29px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-31 {
    line-height: 31px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-33 {
    line-height: 33px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-48 {
    line-height: 48px;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

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

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

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-85 {
    margin-bottom: 85px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-95 {
    margin-bottom: 95px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

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

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-95 {
    margin-top: 95px;
}

.margin-top-100 {
    margin-top: 100px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-65 {
    padding-top: 65px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-85 {
    padding-top: 85px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.deeper-container:before,
.deeper-container:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clear:after,
.clearfix:after,
.deeper-container:after {
    clear: both;
}

.index2 {
    z-index: 2 !important;
}

.index1 {
    z-index: 1 !important;
}

.index-1 {
    z-index: -1 !important;
}

.position-bottom-left {
    bottom: 0;
    left: 0;
}

.position-top-left {
    top: 0;
    left: 0;
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .tablet-font-size-10 {
        font-size: 10px !important;
    }
    .tablet-font-size-11 {
        font-size: 11px !important;
    }
    .tablet-font-size-12 {
        font-size: 12px !important;
    }
    .tablet-font-size-13 {
        font-size: 13px !important;
    }
    .tablet-font-size-14 {
        font-size: 14px !important;
    }
    .tablet-font-size-15 {
        font-size: 15px !important;
    }
    .tablet-font-size-16 {
        font-size: 16px !important;
    }
    .tablet-font-size-17 {
        font-size: 17px !important;
    }
    .tablet-font-size-18 {
        font-size: 18px !important;
    }
    .tablet-font-size-19 {
        font-size: 19px !important;
    }
    .tablet-font-size-20 {
        font-size: 20px !important;
    }
    .tablet-font-size-21 {
        font-size: 21px !important;
    }
    .tablet-font-size-22 {
        font-size: 22px !important;
    }
    .tablet-font-size-23 {
        font-size: 23px !important;
    }
    .tablet-font-size-24 {
        font-size: 24px !important;
    }
    .tablet-font-size-25 {
        font-size: 25px !important;
    }
    .tablet-font-size-26 {
        font-size: 26px !important;
    }
    .tablet-font-size-27 {
        font-size: 27px !important;
    }
    .tablet-font-size-28 {
        font-size: 28px !important;
    }
    .tablet-font-size-29 {
        font-size: 29px !important;
    }
    .tablet-font-size-30 {
        font-size: 30px !important;
    }
    .tablet-font-size-31 {
        font-size: 31px !important;
    }
    .tablet-font-size-32 {
        font-size: 32px !important;
    }
    .tablet-font-size-33 {
        font-size: 33px !important;
    }
    .tablet-font-size-34 {
        font-size: 34px !important;
    }
    .tablet-font-size-35 {
        font-size: 35px !important;
    }
    .tablet-font-size-36 {
        font-size: 36px !important;
    }
    .tablet-font-size-37 {
        font-size: 37px !important;
    }
    .tablet-font-size-38 {
        font-size: 38px !important;
    }
    .tablet-font-size-39 {
        font-size: 39px !important;
    }
    .tablet-font-size-40 {
        font-size: 40px !important;
    }
    .tablet-font-size-41 {
        font-size: 41px !important;
    }
    .tablet-font-size-42 {
        font-size: 42px !important;
    }
    .tablet-font-size-43 {
        font-size: 43px !important;
    }
    .tablet-font-size-44 {
        font-size: 44px !important;
    }
    .tablet-font-size-45 {
        font-size: 45px !important;
    }
    .tablet-font-size-46 {
        font-size: 46px !important;
    }
    .tablet-font-size-47 {
        font-size: 47px !important;
    }
    .tablet-font-size-48 {
        font-size: 48px !important;
    }
    .tablet-font-size-49 {
        font-size: 49px !important;
    }
    .tablet-font-size-50 {
        font-size: 50px !important;
    }
    .tablet-font-size-51 {
        font-size: 51px !important;
    }
    .tablet-font-size-52 {
        font-size: 52px !important;
    }
    .tablet-font-size-53 {
        font-size: 53px !important;
    }
    .tablet-font-size-54 {
        font-size: 54px !important;
    }
    .tablet-font-size-55 {
        font-size: 55px !important;
    }
    .tablet-font-size-56 {
        font-size: 56px !important;
    }
    .tablet-font-size-57 {
        font-size: 57px !important;
    }
    .tablet-font-size-58 {
        font-size: 58px !important;
    }
    .tablet-font-size-59 {
        font-size: 59px !important;
    }
    .tablet-font-size-60 {
        font-size: 60px !important;
    }
    .tablet-font-size-61 {
        font-size: 61px !important;
    }
    .tablet-font-size-62 {
        font-size: 62px !important;
    }
    .tablet-font-size-63 {
        font-size: 63px !important;
    }
    .tablet-font-size-64 {
        font-size: 64px !important;
    }
    .tablet-font-size-65 {
        font-size: 65px !important;
    }
    .tablet-font-size-66 {
        font-size: 66px !important;
    }
    .tablet-font-size-67 {
        font-size: 67px !important;
    }
    .tablet-font-size-68 {
        font-size: 68px !important;
    }
    .tablet-font-size-69 {
        font-size: 69px !important;
    }
    .tablet-font-size-70 {
        font-size: 70px !important;
    }
    .tablet-font-size-71 {
        font-size: 71px !important;
    }
    .tablet-font-size-72 {
        font-size: 72px !important;
    }
    .tablet-font-size-73 {
        font-size: 73px !important;
    }
    .tablet-font-size-74 {
        font-size: 74px !important;
    }
    .tablet-font-size-75 {
        font-size: 75px !important;
    }
    .tablet-font-size-76 {
        font-size: 76px !important;
    }
    .tablet-font-size-77 {
        font-size: 77px !important;
    }
    .tablet-font-size-78 {
        font-size: 78px !important;
    }
    .tablet-font-size-79 {
        font-size: 79px !important;
    }
    .tablet-font-size-80 {
        font-size: 80px !important;
    }
    .tablet-font-size-81 {
        font-size: 81px !important;
    }
    .tablet-font-size-82 {
        font-size: 82px !important;
    }
    .tablet-font-size-83 {
        font-size: 83px !important;
    }
    .tablet-font-size-84 {
        font-size: 84px !important;
    }
    .tablet-font-size-85 {
        font-size: 85px !important;
    }
    .tablet-font-size-86 {
        font-size: 86px !important;
    }
    .tablet-font-size-87 {
        font-size: 87px !important;
    }
    .tablet-font-size-88 {
        font-size: 88px !important;
    }
    .tablet-font-size-89 {
        font-size: 89px !important;
    }
    .tablet-font-size-90 {
        font-size: 90px !important;
    }
    .tablet-font-size-91 {
        font-size: 91px !important;
    }
    .tablet-font-size-92 {
        font-size: 92px !important;
    }
    .tablet-font-size-93 {
        font-size: 93px !important;
    }
    .tablet-font-size-94 {
        font-size: 94px !important;
    }
    .tablet-font-size-95 {
        font-size: 95px !important;
    }
    .tablet-font-size-96 {
        font-size: 96px !important;
    }
    .tablet-font-size-97 {
        font-size: 97px !important;
    }
    .tablet-font-size-98 {
        font-size: 98px !important;
    }
    .tablet-font-size-99 {
        font-size: 99px !important;
    }
    .tablet-font-size-100 {
        font-size: 100px !important;
    }
    .tablet-line-height-10 {
        line-height: 10px !important;
    }
    .tablet-line-height-11 {
        line-height: 11px !important;
    }
    .tablet-line-height-12 {
        line-height: 12px !important;
    }
    .tablet-line-height-13 {
        line-height: 13px !important;
    }
    .tablet-line-height-14 {
        line-height: 14px !important;
    }
    .tablet-line-height-15 {
        line-height: 15px !important;
    }
    .tablet-line-height-16 {
        line-height: 16px !important;
    }
    .tablet-line-height-17 {
        line-height: 17px !important;
    }
    .tablet-line-height-18 {
        line-height: 18px !important;
    }
    .tablet-line-height-19 {
        line-height: 19px !important;
    }
    .tablet-line-height-20 {
        line-height: 20px !important;
    }
    .tablet-line-height-21 {
        line-height: 21px !important;
    }
    .tablet-line-height-22 {
        line-height: 22px !important;
    }
    .tablet-line-height-23 {
        line-height: 23px !important;
    }
    .tablet-line-height-24 {
        line-height: 24px !important;
    }
    .tablet-line-height-25 {
        line-height: 25px !important;
    }
    .tablet-line-height-26 {
        line-height: 26px !important;
    }
    .tablet-line-height-27 {
        line-height: 27px !important;
    }
    .tablet-line-height-28 {
        line-height: 28px !important;
    }
    .tablet-line-height-29 {
        line-height: 29px !important;
    }
    .tablet-line-height-30 {
        line-height: 30px !important;
    }
    .tablet-line-height-31 {
        line-height: 31px !important;
    }
    .tablet-line-height-32 {
        line-height: 32px !important;
    }
    .tablet-line-height-33 {
        line-height: 33px !important;
    }
    .tablet-line-height-34 {
        line-height: 34px !important;
    }
    .tablet-line-height-35 {
        line-height: 35px !important;
    }
    .tablet-line-height-36 {
        line-height: 36px !important;
    }
    .tablet-line-height-37 {
        line-height: 37px !important;
    }
    .tablet-line-height-38 {
        line-height: 38px !important;
    }
    .tablet-line-height-39 {
        line-height: 39px !important;
    }
    .tablet-line-height-40 {
        line-height: 40px !important;
    }
    .tablet-line-height-41 {
        line-height: 41px !important;
    }
    .tablet-line-height-42 {
        line-height: 42px !important;
    }
    .tablet-line-height-43 {
        line-height: 43px !important;
    }
    .tablet-line-height-44 {
        line-height: 44px !important;
    }
    .tablet-line-height-45 {
        line-height: 45px !important;
    }
    .tablet-line-height-46 {
        line-height: 46px !important;
    }
    .tablet-line-height-47 {
        line-height: 47px !important;
    }
    .tablet-line-height-48 {
        line-height: 48px !important;
    }
    .tablet-line-height-49 {
        line-height: 49px !important;
    }
    .tablet-line-height-50 {
        line-height: 50px !important;
    }
    .tablet-line-height-51 {
        line-height: 51px !important;
    }
    .tablet-line-height-52 {
        line-height: 52px !important;
    }
    .tablet-line-height-53 {
        line-height: 53px !important;
    }
    .tablet-line-height-54 {
        line-height: 54px !important;
    }
    .tablet-line-height-55 {
        line-height: 55px !important;
    }
    .tablet-line-height-56 {
        line-height: 56px !important;
    }
    .tablet-line-height-57 {
        line-height: 57px !important;
    }
    .tablet-line-height-58 {
        line-height: 58px !important;
    }
    .tablet-line-height-59 {
        line-height: 59px !important;
    }
    .tablet-line-height-60 {
        line-height: 60px !important;
    }
    .tablet-line-height-61 {
        line-height: 61px !important;
    }
    .tablet-line-height-62 {
        line-height: 62px !important;
    }
    .tablet-line-height-63 {
        line-height: 63px !important;
    }
    .tablet-line-height-64 {
        line-height: 64px !important;
    }
    .tablet-line-height-65 {
        line-height: 65px !important;
    }
    .tablet-line-height-66 {
        line-height: 66px !important;
    }
    .tablet-line-height-67 {
        line-height: 67px !important;
    }
    .tablet-line-height-68 {
        line-height: 68px !important;
    }
    .tablet-line-height-69 {
        line-height: 69px !important;
    }
    .tablet-line-height-70 {
        line-height: 70px !important;
    }
    .tablet-line-height-71 {
        line-height: 71px !important;
    }
    .tablet-line-height-72 {
        line-height: 72px !important;
    }
    .tablet-line-height-73 {
        line-height: 73px !important;
    }
    .tablet-line-height-74 {
        line-height: 74px !important;
    }
    .tablet-line-height-75 {
        line-height: 75px !important;
    }
    .tablet-line-height-76 {
        line-height: 76px !important;
    }
    .tablet-line-height-77 {
        line-height: 77px !important;
    }
    .tablet-line-height-78 {
        line-height: 78px !important;
    }
    .tablet-line-height-79 {
        line-height: 79px !important;
    }
    .tablet-line-height-80 {
        line-height: 80px !important;
    }
    .tablet-line-height-81 {
        line-height: 81px !important;
    }
    .tablet-line-height-82 {
        line-height: 82px !important;
    }
    .tablet-line-height-83 {
        line-height: 83px !important;
    }
    .tablet-line-height-84 {
        line-height: 84px !important;
    }
    .tablet-line-height-85 {
        line-height: 85px !important;
    }
    .tablet-line-height-86 {
        line-height: 86px !important;
    }
    .tablet-line-height-87 {
        line-height: 87px !important;
    }
    .tablet-line-height-88 {
        line-height: 88px !important;
    }
    .tablet-line-height-89 {
        line-height: 89px !important;
    }
    .tablet-line-height-90 {
        line-height: 90px !important;
    }
    .tablet-line-height-91 {
        line-height: 91px !important;
    }
    .tablet-line-height-92 {
        line-height: 92px !important;
    }
    .tablet-line-height-93 {
        line-height: 93px !important;
    }
    .tablet-line-height-94 {
        line-height: 94px !important;
    }
    .tablet-line-height-95 {
        line-height: 95px !important;
    }
    .tablet-line-height-96 {
        line-height: 96px !important;
    }
    .tablet-line-height-97 {
        line-height: 97px !important;
    }
    .tablet-line-height-98 {
        line-height: 98px !important;
    }
    .tablet-line-height-99 {
        line-height: 99px !important;
    }
    .tablet-line-height-100 {
        line-height: 100px !important;
    }
}

@media (max-width: 991px) {
    .mobile-font-size-10 {
        font-size: 10px !important;
    }
    .mobile-font-size-11 {
        font-size: 11px !important;
    }
    .mobile-font-size-12 {
        font-size: 12px !important;
    }
    .mobile-font-size-13 {
        font-size: 13px !important;
    }
    .mobile-font-size-14 {
        font-size: 14px !important;
    }
    .mobile-font-size-15 {
        font-size: 15px !important;
    }
    .mobile-font-size-16 {
        font-size: 16px !important;
    }
    .mobile-font-size-17 {
        font-size: 17px !important;
    }
    .mobile-font-size-18 {
        font-size: 18px !important;
    }
    .mobile-font-size-19 {
        font-size: 19px !important;
    }
    .mobile-font-size-20 {
        font-size: 20px !important;
    }
    .mobile-font-size-21 {
        font-size: 21px !important;
    }
    .mobile-font-size-22 {
        font-size: 22px !important;
    }
    .mobile-font-size-23 {
        font-size: 23px !important;
    }
    .mobile-font-size-24 {
        font-size: 24px !important;
    }
    .mobile-font-size-25 {
        font-size: 25px !important;
    }
    .mobile-font-size-26 {
        font-size: 26px !important;
    }
    .mobile-font-size-27 {
        font-size: 27px !important;
    }
    .mobile-font-size-28 {
        font-size: 28px !important;
    }
    .mobile-font-size-29 {
        font-size: 29px !important;
    }
    .mobile-font-size-30 {
        font-size: 30px !important;
    }
    .mobile-font-size-31 {
        font-size: 31px !important;
    }
    .mobile-font-size-32 {
        font-size: 32px !important;
    }
    .mobile-font-size-33 {
        font-size: 33px !important;
    }
    .mobile-font-size-34 {
        font-size: 34px !important;
    }
    .mobile-font-size-35 {
        font-size: 35px !important;
    }
    .mobile-font-size-36 {
        font-size: 36px !important;
    }
    .mobile-font-size-37 {
        font-size: 37px !important;
    }
    .mobile-font-size-38 {
        font-size: 38px !important;
    }
    .mobile-font-size-39 {
        font-size: 39px !important;
    }
    .mobile-font-size-40 {
        font-size: 40px !important;
    }
    .mobile-font-size-41 {
        font-size: 41px !important;
    }
    .mobile-font-size-42 {
        font-size: 42px !important;
    }
    .mobile-font-size-43 {
        font-size: 43px !important;
    }
    .mobile-font-size-44 {
        font-size: 44px !important;
    }
    .mobile-font-size-45 {
        font-size: 45px !important;
    }
    .mobile-font-size-46 {
        font-size: 46px !important;
    }
    .mobile-font-size-47 {
        font-size: 47px !important;
    }
    .mobile-font-size-48 {
        font-size: 48px !important;
    }
    .mobile-font-size-49 {
        font-size: 49px !important;
    }
    .mobile-font-size-50 {
        font-size: 50px !important;
    }
    .mobile-font-size-51 {
        font-size: 51px !important;
    }
    .mobile-font-size-52 {
        font-size: 52px !important;
    }
    .mobile-font-size-53 {
        font-size: 53px !important;
    }
    .mobile-font-size-54 {
        font-size: 54px !important;
    }
    .mobile-font-size-55 {
        font-size: 55px !important;
    }
    .mobile-font-size-56 {
        font-size: 56px !important;
    }
    .mobile-font-size-57 {
        font-size: 57px !important;
    }
    .mobile-font-size-58 {
        font-size: 58px !important;
    }
    .mobile-font-size-59 {
        font-size: 59px !important;
    }
    .mobile-font-size-60 {
        font-size: 60px !important;
    }
    .mobile-font-size-61 {
        font-size: 61px !important;
    }
    .mobile-font-size-62 {
        font-size: 62px !important;
    }
    .mobile-font-size-63 {
        font-size: 63px !important;
    }
    .mobile-font-size-64 {
        font-size: 64px !important;
    }
    .mobile-font-size-65 {
        font-size: 65px !important;
    }
    .mobile-font-size-66 {
        font-size: 66px !important;
    }
    .mobile-font-size-67 {
        font-size: 67px !important;
    }
    .mobile-font-size-68 {
        font-size: 68px !important;
    }
    .mobile-font-size-69 {
        font-size: 69px !important;
    }
    .mobile-font-size-70 {
        font-size: 70px !important;
    }
    .mobile-font-size-71 {
        font-size: 71px !important;
    }
    .mobile-font-size-72 {
        font-size: 72px !important;
    }
    .mobile-font-size-73 {
        font-size: 73px !important;
    }
    .mobile-font-size-74 {
        font-size: 74px !important;
    }
    .mobile-font-size-75 {
        font-size: 75px !important;
    }
    .mobile-font-size-76 {
        font-size: 76px !important;
    }
    .mobile-font-size-77 {
        font-size: 77px !important;
    }
    .mobile-font-size-78 {
        font-size: 78px !important;
    }
    .mobile-font-size-79 {
        font-size: 79px !important;
    }
    .mobile-font-size-80 {
        font-size: 80px !important;
    }
    .mobile-font-size-81 {
        font-size: 81px !important;
    }
    .mobile-font-size-82 {
        font-size: 82px !important;
    }
    .mobile-font-size-83 {
        font-size: 83px !important;
    }
    .mobile-font-size-84 {
        font-size: 84px !important;
    }
    .mobile-font-size-85 {
        font-size: 85px !important;
    }
    .mobile-font-size-86 {
        font-size: 86px !important;
    }
    .mobile-font-size-87 {
        font-size: 87px !important;
    }
    .mobile-font-size-88 {
        font-size: 88px !important;
    }
    .mobile-font-size-89 {
        font-size: 89px !important;
    }
    .mobile-font-size-90 {
        font-size: 90px !important;
    }
    .mobile-font-size-91 {
        font-size: 91px !important;
    }
    .mobile-font-size-92 {
        font-size: 92px !important;
    }
    .mobile-font-size-93 {
        font-size: 93px !important;
    }
    .mobile-font-size-94 {
        font-size: 94px !important;
    }
    .mobile-font-size-95 {
        font-size: 95px !important;
    }
    .mobile-font-size-96 {
        font-size: 96px !important;
    }
    .mobile-font-size-97 {
        font-size: 97px !important;
    }
    .mobile-font-size-98 {
        font-size: 98px !important;
    }
    .mobile-font-size-99 {
        font-size: 99px !important;
    }
    .mobile-font-size-100 {
        font-size: 100px !important;
    }
    .mobile-line-height-10 {
        line-height: 10px !important;
    }
    .mobile-line-height-11 {
        line-height: 11px !important;
    }
    .mobile-line-height-12 {
        line-height: 12px !important;
    }
    .mobile-line-height-13 {
        line-height: 13px !important;
    }
    .mobile-line-height-14 {
        line-height: 14px !important;
    }
    .mobile-line-height-15 {
        line-height: 15px !important;
    }
    .mobile-line-height-16 {
        line-height: 16px !important;
    }
    .mobile-line-height-17 {
        line-height: 17px !important;
    }
    .mobile-line-height-18 {
        line-height: 18px !important;
    }
    .mobile-line-height-19 {
        line-height: 19px !important;
    }
    .mobile-line-height-20 {
        line-height: 20px !important;
    }
    .mobile-line-height-21 {
        line-height: 21px !important;
    }
    .mobile-line-height-22 {
        line-height: 22px !important;
    }
    .mobile-line-height-23 {
        line-height: 23px !important;
    }
    .mobile-line-height-24 {
        line-height: 24px !important;
    }
    .mobile-line-height-25 {
        line-height: 25px !important;
    }
    .mobile-line-height-26 {
        line-height: 26px !important;
    }
    .mobile-line-height-27 {
        line-height: 27px !important;
    }
    .mobile-line-height-28 {
        line-height: 28px !important;
    }
    .mobile-line-height-29 {
        line-height: 29px !important;
    }
    .mobile-line-height-30 {
        line-height: 30px !important;
    }
    .mobile-line-height-31 {
        line-height: 31px !important;
    }
    .mobile-line-height-32 {
        line-height: 32px !important;
    }
    .mobile-line-height-33 {
        line-height: 33px !important;
    }
    .mobile-line-height-34 {
        line-height: 34px !important;
    }
    .mobile-line-height-35 {
        line-height: 35px !important;
    }
    .mobile-line-height-36 {
        line-height: 36px !important;
    }
    .mobile-line-height-37 {
        line-height: 37px !important;
    }
    .mobile-line-height-38 {
        line-height: 38px !important;
    }
    .mobile-line-height-39 {
        line-height: 39px !important;
    }
    .mobile-line-height-40 {
        line-height: 40px !important;
    }
    .mobile-line-height-41 {
        line-height: 41px !important;
    }
    .mobile-line-height-42 {
        line-height: 42px !important;
    }
    .mobile-line-height-43 {
        line-height: 43px !important;
    }
    .mobile-line-height-44 {
        line-height: 44px !important;
    }
    .mobile-line-height-45 {
        line-height: 45px !important;
    }
    .mobile-line-height-46 {
        line-height: 46px !important;
    }
    .mobile-line-height-47 {
        line-height: 47px !important;
    }
    .mobile-line-height-48 {
        line-height: 48px !important;
    }
    .mobile-line-height-49 {
        line-height: 49px !important;
    }
    .mobile-line-height-50 {
        line-height: 50px !important;
    }
    .mobile-line-height-51 {
        line-height: 51px !important;
    }
    .mobile-line-height-52 {
        line-height: 52px !important;
    }
    .mobile-line-height-53 {
        line-height: 53px !important;
    }
    .mobile-line-height-54 {
        line-height: 54px !important;
    }
    .mobile-line-height-55 {
        line-height: 55px !important;
    }
    .mobile-line-height-56 {
        line-height: 56px !important;
    }
    .mobile-line-height-57 {
        line-height: 57px !important;
    }
    .mobile-line-height-58 {
        line-height: 58px !important;
    }
    .mobile-line-height-59 {
        line-height: 59px !important;
    }
    .mobile-line-height-60 {
        line-height: 60px !important;
    }
    .mobile-line-height-61 {
        line-height: 61px !important;
    }
    .mobile-line-height-62 {
        line-height: 62px !important;
    }
    .mobile-line-height-63 {
        line-height: 63px !important;
    }
    .mobile-line-height-64 {
        line-height: 64px !important;
    }
    .mobile-line-height-65 {
        line-height: 65px !important;
    }
    .mobile-line-height-66 {
        line-height: 66px !important;
    }
    .mobile-line-height-67 {
        line-height: 67px !important;
    }
    .mobile-line-height-68 {
        line-height: 68px !important;
    }
    .mobile-line-height-69 {
        line-height: 69px !important;
    }
    .mobile-line-height-70 {
        line-height: 70px !important;
    }
    .mobile-line-height-71 {
        line-height: 71px !important;
    }
    .mobile-line-height-72 {
        line-height: 72px !important;
    }
    .mobile-line-height-73 {
        line-height: 73px !important;
    }
    .mobile-line-height-74 {
        line-height: 74px !important;
    }
    .mobile-line-height-75 {
        line-height: 75px !important;
    }
    .mobile-line-height-76 {
        line-height: 76px !important;
    }
    .mobile-line-height-77 {
        line-height: 77px !important;
    }
    .mobile-line-height-78 {
        line-height: 78px !important;
    }
    .mobile-line-height-79 {
        line-height: 79px !important;
    }
    .mobile-line-height-80 {
        line-height: 80px !important;
    }
    .mobile-line-height-81 {
        line-height: 81px !important;
    }
    .mobile-line-height-82 {
        line-height: 82px !important;
    }
    .mobile-line-height-83 {
        line-height: 83px !important;
    }
    .mobile-line-height-84 {
        line-height: 84px !important;
    }
    .mobile-line-height-85 {
        line-height: 85px !important;
    }
    .mobile-line-height-86 {
        line-height: 86px !important;
    }
    .mobile-line-height-87 {
        line-height: 87px !important;
    }
    .mobile-line-height-88 {
        line-height: 88px !important;
    }
    .mobile-line-height-89 {
        line-height: 89px !important;
    }
    .mobile-line-height-90 {
        line-height: 90px !important;
    }
    .mobile-line-height-91 {
        line-height: 91px !important;
    }
    .mobile-line-height-92 {
        line-height: 92px !important;
    }
    .mobile-line-height-93 {
        line-height: 93px !important;
    }
    .mobile-line-height-94 {
        line-height: 94px !important;
    }
    .mobile-line-height-95 {
        line-height: 95px !important;
    }
    .mobile-line-height-96 {
        line-height: 96px !important;
    }
    .mobile-line-height-97 {
        line-height: 97px !important;
    }
    .mobile-line-height-98 {
        line-height: 98px !important;
    }
    .mobile-line-height-99 {
        line-height: 99px !important;
    }
    .mobile-line-height-100 {
        line-height: 100px !important;
    }
}

@media (max-width: 767px) {
    .smobile-font-size-10 {
        font-size: 10px !important;
    }
    .smobile-font-size-11 {
        font-size: 11px !important;
    }
    .smobile-font-size-12 {
        font-size: 12px !important;
    }
    .smobile-font-size-13 {
        font-size: 13px !important;
    }
    .smobile-font-size-14 {
        font-size: 14px !important;
    }
    .smobile-font-size-15 {
        font-size: 15px !important;
    }
    .smobile-font-size-16 {
        font-size: 16px !important;
    }
    .smobile-font-size-17 {
        font-size: 17px !important;
    }
    .smobile-font-size-18 {
        font-size: 18px !important;
    }
    .smobile-font-size-19 {
        font-size: 19px !important;
    }
    .smobile-font-size-20 {
        font-size: 20px !important;
    }
    .smobile-font-size-21 {
        font-size: 21px !important;
    }
    .smobile-font-size-22 {
        font-size: 22px !important;
    }
    .smobile-font-size-23 {
        font-size: 23px !important;
    }
    .smobile-font-size-24 {
        font-size: 24px !important;
    }
    .smobile-font-size-25 {
        font-size: 25px !important;
    }
    .smobile-font-size-26 {
        font-size: 26px !important;
    }
    .smobile-font-size-27 {
        font-size: 27px !important;
    }
    .smobile-font-size-28 {
        font-size: 28px !important;
    }
    .smobile-font-size-29 {
        font-size: 29px !important;
    }
    .smobile-font-size-30 {
        font-size: 30px !important;
    }
    .smobile-font-size-31 {
        font-size: 31px !important;
    }
    .smobile-font-size-32 {
        font-size: 32px !important;
    }
    .smobile-font-size-33 {
        font-size: 33px !important;
    }
    .smobile-font-size-34 {
        font-size: 34px !important;
    }
    .smobile-font-size-35 {
        font-size: 35px !important;
    }
    .smobile-font-size-36 {
        font-size: 36px !important;
    }
    .smobile-font-size-37 {
        font-size: 37px !important;
    }
    .smobile-font-size-38 {
        font-size: 38px !important;
    }
    .smobile-font-size-39 {
        font-size: 39px !important;
    }
    .smobile-font-size-40 {
        font-size: 40px !important;
    }
    .smobile-font-size-41 {
        font-size: 41px !important;
    }
    .smobile-font-size-42 {
        font-size: 42px !important;
    }
    .smobile-font-size-43 {
        font-size: 43px !important;
    }
    .smobile-font-size-44 {
        font-size: 44px !important;
    }
    .smobile-font-size-45 {
        font-size: 45px !important;
    }
    .smobile-font-size-46 {
        font-size: 46px !important;
    }
    .smobile-font-size-47 {
        font-size: 47px !important;
    }
    .smobile-font-size-48 {
        font-size: 48px !important;
    }
    .smobile-font-size-49 {
        font-size: 49px !important;
    }
    .smobile-font-size-50 {
        font-size: 50px !important;
    }
    .smobile-font-size-51 {
        font-size: 51px !important;
    }
    .smobile-font-size-52 {
        font-size: 52px !important;
    }
    .smobile-font-size-53 {
        font-size: 53px !important;
    }
    .smobile-font-size-54 {
        font-size: 54px !important;
    }
    .smobile-font-size-55 {
        font-size: 55px !important;
    }
    .smobile-font-size-56 {
        font-size: 56px !important;
    }
    .smobile-font-size-57 {
        font-size: 57px !important;
    }
    .smobile-font-size-58 {
        font-size: 58px !important;
    }
    .smobile-font-size-59 {
        font-size: 59px !important;
    }
    .smobile-font-size-60 {
        font-size: 60px !important;
    }
    .smobile-font-size-61 {
        font-size: 61px !important;
    }
    .smobile-font-size-62 {
        font-size: 62px !important;
    }
    .smobile-font-size-63 {
        font-size: 63px !important;
    }
    .smobile-font-size-64 {
        font-size: 64px !important;
    }
    .smobile-font-size-65 {
        font-size: 65px !important;
    }
    .smobile-font-size-66 {
        font-size: 66px !important;
    }
    .smobile-font-size-67 {
        font-size: 67px !important;
    }
    .smobile-font-size-68 {
        font-size: 68px !important;
    }
    .smobile-font-size-69 {
        font-size: 69px !important;
    }
    .smobile-font-size-70 {
        font-size: 70px !important;
    }
    .smobile-font-size-71 {
        font-size: 71px !important;
    }
    .smobile-font-size-72 {
        font-size: 72px !important;
    }
    .smobile-font-size-73 {
        font-size: 73px !important;
    }
    .smobile-font-size-74 {
        font-size: 74px !important;
    }
    .smobile-font-size-75 {
        font-size: 75px !important;
    }
    .smobile-font-size-76 {
        font-size: 76px !important;
    }
    .smobile-font-size-77 {
        font-size: 77px !important;
    }
    .smobile-font-size-78 {
        font-size: 78px !important;
    }
    .smobile-font-size-79 {
        font-size: 79px !important;
    }
    .smobile-font-size-80 {
        font-size: 80px !important;
    }
    .smobile-font-size-81 {
        font-size: 81px !important;
    }
    .smobile-font-size-82 {
        font-size: 82px !important;
    }
    .smobile-font-size-83 {
        font-size: 83px !important;
    }
    .smobile-font-size-84 {
        font-size: 84px !important;
    }
    .smobile-font-size-85 {
        font-size: 85px !important;
    }
    .smobile-font-size-86 {
        font-size: 86px !important;
    }
    .smobile-font-size-87 {
        font-size: 87px !important;
    }
    .smobile-font-size-88 {
        font-size: 88px !important;
    }
    .smobile-font-size-89 {
        font-size: 89px !important;
    }
    .smobile-font-size-90 {
        font-size: 90px !important;
    }
    .smobile-font-size-91 {
        font-size: 91px !important;
    }
    .smobile-font-size-92 {
        font-size: 92px !important;
    }
    .smobile-font-size-93 {
        font-size: 93px !important;
    }
    .smobile-font-size-94 {
        font-size: 94px !important;
    }
    .smobile-font-size-95 {
        font-size: 95px !important;
    }
    .smobile-font-size-96 {
        font-size: 96px !important;
    }
    .smobile-font-size-97 {
        font-size: 97px !important;
    }
    .smobile-font-size-98 {
        font-size: 98px !important;
    }
    .smobile-font-size-99 {
        font-size: 99px !important;
    }
    .smobile-font-size-100 {
        font-size: 100px !important;
    }
    .smobile-font-size-200 {
        font-size: 200px !important;
    }
    .smobile-font-size-300 {
        font-size: 300px !important;
    }
    .smobile-line-height-10 {
        line-height: 10px !important;
    }
    .smobile-line-height-11 {
        line-height: 11px !important;
    }
    .smobile-line-height-12 {
        line-height: 12px !important;
    }
    .smobile-line-height-13 {
        line-height: 13px !important;
    }
    .smobile-line-height-14 {
        line-height: 14px !important;
    }
    .smobile-line-height-15 {
        line-height: 15px !important;
    }
    .smobile-line-height-16 {
        line-height: 16px !important;
    }
    .smobile-line-height-17 {
        line-height: 17px !important;
    }
    .smobile-line-height-18 {
        line-height: 18px !important;
    }
    .smobile-line-height-19 {
        line-height: 19px !important;
    }
    .smobile-line-height-20 {
        line-height: 20px !important;
    }
    .smobile-line-height-21 {
        line-height: 21px !important;
    }
    .smobile-line-height-22 {
        line-height: 22px !important;
    }
    .smobile-line-height-23 {
        line-height: 23px !important;
    }
    .smobile-line-height-24 {
        line-height: 24px !important;
    }
    .smobile-line-height-25 {
        line-height: 25px !important;
    }
    .smobile-line-height-26 {
        line-height: 26px !important;
    }
    .smobile-line-height-27 {
        line-height: 27px !important;
    }
    .smobile-line-height-28 {
        line-height: 28px !important;
    }
    .smobile-line-height-29 {
        line-height: 29px !important;
    }
    .smobile-line-height-30 {
        line-height: 30px !important;
    }
    .smobile-line-height-31 {
        line-height: 31px !important;
    }
    .smobile-line-height-32 {
        line-height: 32px !important;
    }
    .smobile-line-height-33 {
        line-height: 33px !important;
    }
    .smobile-line-height-34 {
        line-height: 34px !important;
    }
    .smobile-line-height-35 {
        line-height: 35px !important;
    }
    .smobile-line-height-36 {
        line-height: 36px !important;
    }
    .smobile-line-height-37 {
        line-height: 37px !important;
    }
    .smobile-line-height-38 {
        line-height: 38px !important;
    }
    .smobile-line-height-39 {
        line-height: 39px !important;
    }
    .smobile-line-height-40 {
        line-height: 40px !important;
    }
    .smobile-line-height-41 {
        line-height: 41px !important;
    }
    .smobile-line-height-42 {
        line-height: 42px !important;
    }
    .smobile-line-height-43 {
        line-height: 43px !important;
    }
    .smobile-line-height-44 {
        line-height: 44px !important;
    }
    .smobile-line-height-45 {
        line-height: 45px !important;
    }
    .smobile-line-height-46 {
        line-height: 46px !important;
    }
    .smobile-line-height-47 {
        line-height: 47px !important;
    }
    .smobile-line-height-48 {
        line-height: 48px !important;
    }
    .smobile-line-height-49 {
        line-height: 49px !important;
    }
    .smobile-line-height-50 {
        line-height: 50px !important;
    }
    .smobile-line-height-51 {
        line-height: 51px !important;
    }
    .smobile-line-height-52 {
        line-height: 52px !important;
    }
    .smobile-line-height-53 {
        line-height: 53px !important;
    }
    .smobile-line-height-54 {
        line-height: 54px !important;
    }
    .smobile-line-height-55 {
        line-height: 55px !important;
    }
    .smobile-line-height-56 {
        line-height: 56px !important;
    }
    .smobile-line-height-57 {
        line-height: 57px !important;
    }
    .smobile-line-height-58 {
        line-height: 58px !important;
    }
    .smobile-line-height-59 {
        line-height: 59px !important;
    }
    .smobile-line-height-60 {
        line-height: 60px !important;
    }
    .smobile-line-height-61 {
        line-height: 61px !important;
    }
    .smobile-line-height-62 {
        line-height: 62px !important;
    }
    .smobile-line-height-63 {
        line-height: 63px !important;
    }
    .smobile-line-height-64 {
        line-height: 64px !important;
    }
    .smobile-line-height-65 {
        line-height: 65px !important;
    }
    .smobile-line-height-66 {
        line-height: 66px !important;
    }
    .smobile-line-height-67 {
        line-height: 67px !important;
    }
    .smobile-line-height-68 {
        line-height: 68px !important;
    }
    .smobile-line-height-69 {
        line-height: 69px !important;
    }
    .smobile-line-height-70 {
        line-height: 70px !important;
    }
    .smobile-line-height-71 {
        line-height: 71px !important;
    }
    .smobile-line-height-72 {
        line-height: 72px !important;
    }
    .smobile-line-height-73 {
        line-height: 73px !important;
    }
    .smobile-line-height-74 {
        line-height: 74px !important;
    }
    .smobile-line-height-75 {
        line-height: 75px !important;
    }
    .smobile-line-height-76 {
        line-height: 76px !important;
    }
    .smobile-line-height-77 {
        line-height: 77px !important;
    }
    .smobile-line-height-78 {
        line-height: 78px !important;
    }
    .smobile-line-height-79 {
        line-height: 79px !important;
    }
    .smobile-line-height-80 {
        line-height: 80px !important;
    }
    .smobile-line-height-81 {
        line-height: 81px !important;
    }
    .smobile-line-height-82 {
        line-height: 82px !important;
    }
    .smobile-line-height-83 {
        line-height: 83px !important;
    }
    .smobile-line-height-84 {
        line-height: 84px !important;
    }
    .smobile-line-height-85 {
        line-height: 85px !important;
    }
    .smobile-line-height-86 {
        line-height: 86px !important;
    }
    .smobile-line-height-87 {
        line-height: 87px !important;
    }
    .smobile-line-height-88 {
        line-height: 88px !important;
    }
    .smobile-line-height-89 {
        line-height: 89px !important;
    }
    .smobile-line-height-90 {
        line-height: 90px !important;
    }
    .smobile-line-height-91 {
        line-height: 91px !important;
    }
    .smobile-line-height-92 {
        line-height: 92px !important;
    }
    .smobile-line-height-93 {
        line-height: 93px !important;
    }
    .smobile-line-height-94 {
        line-height: 94px !important;
    }
    .smobile-line-height-95 {
        line-height: 95px !important;
    }
    .smobile-line-height-96 {
        line-height: 96px !important;
    }
    .smobile-line-height-97 {
        line-height: 97px !important;
    }
    .smobile-line-height-98 {
        line-height: 98px !important;
    }
    .smobile-line-height-99 {
        line-height: 99px !important;
    }
    .smobile-line-height-100 {
        line-height: 100px !important;
    }
    .smobile-line-height-150 {
        line-height: 150px !important;
    }
    .smobile-line-height-200 {
        line-height: 200px !important;
    }
    .smobile-line-height-250 {
        line-height: 250px !important;
    }
    .smobile-line-height-300 {
        line-height: 300px !important;
    }
}

/* Form */

.input-white input,
.input-white textarea {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.input-white input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input-white input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input-white input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input-white textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input-white textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input-white textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input-white input:focus,
.input-white textarea:focus {
    border-color: #fff;
}

.input-black input,
.input-black textarea {
    background-color: transparent;
    border-color: #26256c;
    color: #26256c;
}

@media (max-width: 991px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hide-on-smobile {
        display: none !important;
    }
}

/* Elementor Fixed 
-------------------------------------------------------------- */

.elementor-column-gap-narrow>.elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.elementor-column-gap-default>.elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.elementor-column-gap-extended>.elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.elementor-column-gap-extended>.elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.elementor-column-gap-wide>.elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.elementor-column-gap-wider>.elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.elementor-container.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.elementor-container.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.elementor-container.elementor-column-gap-extended>.elementor-row>.elementor-element.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.elementor-container.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.elementor-container.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.elementor-element.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.elementor-template .post-meta,
.elementor-template .post-title {
    display: none;
}

@media (max-width: 1200px) {
    .elementor-element.elementor-section.elementor-section-boxed.elementor-section-stretched>.elementor-container {
        max-width: 90%;
    }
}

.elementor-section.container-width-1500 {
    margin-left: -12.82%;
    margin-right: -12.82%;
}

.elementor-section.container-width-1400 {
    margin-left: -9.83%;
    margin-right: -9.83%;
}

@media (max-width: 1500px) {
    .elementor-section.container-width-1500 .elementor-container .elementor-row {
        max-width: 90%;
        margin: 0 auto;
    }
}

/* Effect
-------------------------------------------------------------- */

.master-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.master-button .hover-effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    background-color: #26256c;
    z-index: -1;
    border-radius: 100%;
    opacity: 0.5;
}

.master-button:hover .hover-effect {
    width: calc(100% * 2.25);
    padding-top: calc(100% * 2.25);
    opacity: 1;
}

.master-button:hover {
    color: #fff !important;
}

/* Revolution Slider
-------------------------------------------------------------- */

.custom.tparrows {
    background-color: rgba(255, 255, 2555, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
    content: "\f177" !important;
    font-family: "Core Icon" !important;
    font-weight: normal;
    font-size: 22px !important;
    color: #26256c !important;
    line-height: 60px !important;
}

.custom.tparrows.tp-rightarrow:before {
    content: "\f178" !important;
}

.custom.tparrows:hover {
    background-color: #fff !important;
}

.tp-bullets.custom .tp-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: all ease 0.3s;
}

.tp-bullets.custom .tp-bullet.selected {
    background-color: #fff;
}

/* WordPress Styles
-------------------------------------------------------------- */

.comment-list .bypostauthor>article {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.post.sticky {
    border-color: #4732d7;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 7px 0 15px 25px;
}

.alignleft {
    float: left;
    margin: 7px 25px 15px 0;
}

blockquote.alignleft {
    margin: 5px 20px 0;
}

blockquote.alignright {
    margin: 5px 0 20px 20px;
}

p>img.alignleft {
    clear: left;
}

p>img.alignright {
    clear: right;
}

blockquote.aligncenter {
    margin-bottom: 20px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p em {
    font-style: normal;
}

.wp-block-quote.is-style-large {
    padding: 65px 35px;
}

.wp-block-quote.has-text-align-right {
    padding: 40px 100px 40px 0;
}

blockquote.has-text-align-right:before {
    right: 0;
    left: unset;
}

.wp-block-pullquote {
    text-align: center;
}

.wp-block-pullquote.is-style-solid-color {
    background-color: #eff5fb;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: center;
}

.wp-block-column .wp-block-quote:before {
    top: 0px;
}

.wp-block-cover {
    margin-bottom: 50px;
}

.wp-block-gallery {
    margin-bottom: 30px;
}

.wp-block-search {
    margin-bottom: 20px;
}

.wp-block-search input {
    margin-bottom: 0;
}

.wp-block-gallery,
.wp-block-calendar {
    margin-bottom: 50px;
}

.wp-block-search {
    margin-bottom: 20px;
}

.wp-block-search input {
    margin-bottom: 0;
}

.wp-block-group.has-background {
    padding: 30px;
}

.post-content .has-large-font-size {
    line-height: 1.4;
}

.floatleftcenter {
    float: none;
    margin: 0 auto;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.wp-caption {
    text-align: center;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0 none;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 0.8em;
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
    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 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.wp-caption.alignnone {
    margin-bottom: 20px;
}

.wp-smiley {
    margin: 0;
    max-height: 1em;
}

#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.post-password-form label {
    font-weight: bolder;
    color: #26256c;
}

form.login .lost_password {
    display: inline-block;
}

.wpstats {
    display: none;
}

.wp-block-button__link {
    margin: 0 10px 10px 0;
    border-radius: 30px;
}

.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0;
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
    color: #fff;
}

.wp-block-cover .wp-block-cover-text strong {
    font-weight: 500;
}

.wp-block-latest-comments,
.wp-block-latest-posts {
    margin-left: 0;
}

.gallery {
    margin: 0 -1.15% 30px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.15% 2.3%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

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

.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%;
}

.text-left {
    text-align: left;
}

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

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

/* Block Widget */

ul.wp-block-rss,
ul.wp-block-latest-posts,
ul.wp-block-archives-list,
ol.wp-block-latest-comments {
    margin-left: 0;
    width: fit-content;
}

ul.wp-block-rss ul,
ul.wp-block-latest-posts ul,
ul.wp-block-archives-list ul,
ol.wp-block-latest-comments ul {
    padding-left: 16px;
}

ul.wp-block-rss li,
ul.wp-block-latest-posts li,
ul.wp-block-archives-list li,
ol.wp-block-latest-comments li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 17px 0;
}

/* Layout
-------------------------------------------------------------- */

.sublime-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

#page {
    background-color: #fff;
}

#main-content {
    padding: 100px 0;
}

.is-page #main-content {
    padding: 120px 0;
}

.is-page .footer-subscribe {
    display: none;
}

.footer-fixed #main-content {
    position: relative;
    z-index: 998;
    background-color: #fff;
}

.no-padding-content #main-content {
    padding: 0;
}

/* Inner Content */

#inner-content,
#inner-sidebar {
    position: relative;
    z-index: 1;
}

#inner-content:after,
#inner-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    z-index: -1;
}

/* Sidebar Right (default) */

#site-content {
    float: left;
    width: 65.812%;
}

#sidebar {
    overflow-x: hidden;
    float: right;
    width: 28.206%;
}

#sidebar-blog.fixed {
    position: fixed;
    top: 50px;
}

/* Sidebar Left */

.sidebar-left #site-content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}

/* No Sidebar */

.no-sidebar .woocommerce-page #site-content,
.no-sidebar #site-content,
.page-empty-widget #site-content,
.blog-empty-widget #site-content,
#site-content.archive-project {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

.woocommerce-page.no-sidebar .sidebar-wrap,
.page-single-project .sidebar-wrap,
.no-sidebar #sidebar {
    display: none;
}

/* Boxed layout */

.site-layout-boxed #wrapper {
    background-color: #eaeffa;
    padding: 30px;
}

.site-layout-boxed #page {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.site-layout-boxed #page .sublime-container {
    width: auto !important;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

.site-layout-boxed.boxed-has-shadow #page {
    box-shadow: 0 10px 90px 0 rgba(38, 42, 76, 0.1);
}

/* Header General
-------------------------------------------------------------- */

#site-header {
    position: relative;
    z-index: 100;
    border-style: solid;
}

#site-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#site-header .search-cart-wrap {
    display: flex;
    align-items: center;
}

.site-header-inner .wrap-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#site-header.fixed-hide .site-header-inner .wrap-inner {
    height: 90px;
}

.site-header-inner {
    position: relative;
}

#site-header #main-nav .menu-fallback {
    padding-right: 16px;
    position: relative;
    text-decoration: underline;
    display: inline-block;
    height: 80px;
    line-height: 80px;
}

#site-header #main-nav .menu-fallback:hover {
    color: #aaa;
}

/* Logo */

#site-logo {
    transition: all ease 0.3s;
    width: 100%;
    max-width: 180px;
    margin-right: auto;
}

#site-logo-inner {
    transition: all ease 0.3s;
}

#site-logo .site-logo-text {
    color: #26256c;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}

#site-logo .site-logo-text:hover {
    color: #4732d7;
}

/* Button */

.header-button {
    margin-left: 30px;
    display: inline-flex;
    display: inline-block;
}

.header-button a { color: #fff; }

.header-button.master-button { padding: 0 60px; height: 46px; line-height: 46px; }


.hbt-style-1 .header-button.master-button { background-color: #4732d7; }
.hbt-style-1 .header-button.master-button a { color: #fff; }
.hbt-style-2 .header-button.master-button { background-color: #7d8dff; }
.hbt-style-2 .header-button.master-button a { color: #fff; }
.hbt-style-3 .header-button.master-button { background-color: transparent; border: 1px solid #ff4f5b; line-height: 44px !important; }
.hbt-style-3 .header-button.master-button a { color: #ff4f5b; }
.hbt-style-3 .header-button.master-button:hover { border-color: #26256c; }

.hbt-style-4 .header-button.master-button { background-color: #8844ee; }
.hbt-style-4 .header-button.master-button a { color: #fff; }
.hbt-style-4 .header-button.master-button:hover { border-color: #8844ee; }

.hbt-style-5 .header-button.master-button { background-color: #fff; }
.hbt-style-5 .header-button.master-button a { color: #7d8dff; }
.hbt-style-5 .header-button.master-button:hover { border-color: #fff; }


/* Top Bar */

.top-bar {
    color: #8998c2;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    background-color: #eff5fb;
    padding: 13px 0;
}

.top-style-2 .top-bar { background-color: transparent; border-bottom: 1px solid #e7e7e7; }


/* Info */

.header-info {
    display: inline-block;
}
.header-info .content {
    display: inline-block;
    position: relative;
    margin-right: 22px;
    padding-left: 22px;
}

.header-info .content:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f095';
    font-size: 14px;
    color: #8998c2;
}

.header-info .content.email:before {
    content: '\f0e0';
}

.header-info .content.address:before {
    content: '\f3c5';
}

.header-info .content .content-prefix {
    display: none;
}

.info-white .header-info {
    color: #fff;
}

.topbar-left {
    float: left;
}

.topbar-right {
    float: right;
}

.top-menu { display: inline-block; }
.top-menu ul { list-style: none; margin: 0; }
.top-menu ul ul { display: none; }
.top-menu ul li { display: inline-block; margin-right: 22px; }
.top-menu ul li a { position: relative; color: #8998c2; }
.top-menu ul li a:after { opacity: 0; content: ""; position: absolute; left: 50%; bottom: -14px; width: 7px; height: 7px; border-radius: 4px; background-color: #18c434; margin-left: -3px; transition: all 0.3s ease; }
.top-menu ul li a:hover:after { bottom: -10px; opacity: 1; }
.header-socials a {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    margin-left: 22px;
    color: #8998c2;
}

.header-socials a:hover {
    color: #4732d7;
}

/* Menu */

#main-nav {
    display: block;
}

#main-nav ul {
    margin: 0;
}

#main-nav ul li {
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav>ul>li {
    float: left;
    padding: 0 17px;
}

#main-nav>ul>li>a>span {
    font-size: 16px;
    color: #5e709d;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding: 0 0 4px;
    position: relative;
    z-index: 0;
    transition: 0.3s;
}

#main-nav>ul>li.menu-item-has-children>a>span {
    padding-right: 12px;
}

#main-nav>ul>li>a>span>.letter {
    display: inline-block;
}

#main-nav>ul>li>a>span:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #e7e7e7;
    -webkit-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    -moz-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    -ms-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    -o-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

#main-nav>ul>li:hover>a>span:before {
    width: 100%;
    left: 0;
}

#main-nav>ul>li:hover>a>span {
    color: #26256c;
}

#main-nav>ul>li>a {
    display: block;
    line-height: 100px;
    height: 100px;
    transition: 0.5s, line-height 0s, height 0s;
    transition-delay: 0.3s;
}

#main-nav>ul>li.menu-item-has-children>a>span:after {
    line-height: normal;
    font-size: 10px;
    font-weight: normal;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 6px;
}

#main-nav>ul>li>a:not([href]) {
    cursor: pointer;
}

#main-nav>ul>li.current-menu-item>a>span,
#main-nav>ul>li>a:hover>span,
#main-nav>ul>li.current-menu-parent>a>span {
    color: #26256c;
}

#main-nav>ul>li.current-menu-item>a>span:before,
#main-nav>ul>li.current-menu-parent>a>span:before {
    background-color: #e7e7e7;
    width: 100%;
}

#main-nav>ul>li.current-menu.menu-item-has-children>a>span:before,
#main-nav>ul>li.current-menu-parent.menu-item-has-children>a>span:before,
#main-nav>ul>li.menu-item-has-children:hover>a>span:before {
    width: 100%;
}

/* Sub Menu */

#main-nav .sub-menu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 268px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    box-shadow: 0 30px 70px 0 rgba(41, 41, 43, 0.1);
    transition: all ease 0.15s;
}

#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    transform: none;
    margin-left: 0;
}

#main-nav .sub-menu li {
    border-bottom: 1px solid #f8f9fa;
}

#main-nav .sub-menu li:last-child {
    border-bottom: none;
}

#main-nav .sub-menu li a {
    font-size: 16px;
    color: #5e709d;
    padding: 11px 30px;
    display: block;
    position: relative;
    transition: 0.5s;
    transition-delay: 0s;
    line-height: 28px;
}

#main-nav .sub-menu li a>span {
    position: relative;
    display: inline-block;
}

#main-nav .sub-menu li a:hover {
    color: #26256c;
}

#main-nav .sub-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #eff5fb;
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    z-index: -1;
}

#main-nav .sub-menu li a:hover:after {
    width: 100%;
}

#main-nav .sub-menu li:first-child>a {
    border: 0;
}

#main-nav li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
}

#main-nav .sub-menu li.menu-item-has-children>a:after {
    line-height: 50px;
    font-size: 30px;
    font-weight: normal;
    content: "\e684";
    font-family: "Pe-icon-7-stroke";
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-nav .sub-menu.left {
    left: auto;
    right: 0;
}

#main-nav .sub-menu .sub-menu.left {
    right: -100%;
}

/* Mega Menu */

#main-nav li.megamenu {
    position: inherit;
}

#main-nav li.megamenu ul.sub-menu {
    z-index: 9998;
    background-color: transparent;
}

#main-nav li.megamenu>ul.sub-menu ul.sub-menu {
    transition: none;
    transform: none;
    padding: 0;
}

#main-nav li.megamenu ul.sub-menu li.menu-item-has-children>a:after,
#main-nav li.megamenu ul.sub-menu li.menu-item-has-children>a>span:after {
    display: none;
}

#main-nav li.megamenu>ul.sub-menu {
    left: 0;
    right: auto;
    background-color: #fff;
    padding: 40px 0;
    width: 1170px;
    max-width: 90vw;
}

#main-nav li.megamenu>ul.sub-menu>li {
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

#main-nav li.megamenu>ul.sub-menu>li:last-child {
    border: 0;
}

#main-nav li.megamenu.col-3>ul.sub-menu>li {
    width: 26.333%;
    margin-left: 7%;
}

#main-nav li.megamenu.col-3>ul.sub-menu>li:nth-child(4n) {
    clear: right;
}

#main-nav li.megamenu.col-4>ul.sub-menu>li {
    width: 19%;
    margin-left: 6%;
}

#main-nav li.megamenu.col-4>ul.sub-menu>li:nth-child(5n) {
    clear: right;
}

#main-nav li.megamenu.col-5>ul.sub-menu>li {
    width: 15%;
    margin-left: 5%;
}

#main-nav li.megamenu.col-5>ul.sub-menu>li:nth-child(6n) {
    clear: right;
}

#main-nav li.megamenu>ul.sub-menu>li ul {
    display: block !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    position: relative !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#main-nav li.megamenu>ul.sub-menu>.menu-item-has-children>a {
    transition: none;
    transform: none;
    position: relative;
    font-size: 15px;
    color: #212529;
    margin-bottom: 12px;
}

#main-nav li.megamenu.no-heading>ul.sub-menu>.menu-item-has-children>a {
    display: none;
}

#main-nav li.megamenu:hover ul li ul {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu */

#main-nav-mobi {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    z-index: 999998;
    width: 300px;
    max-width: calc(100% - 80px);
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #24243b;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

#main-nav-mobi::-webkit-scrollbar-track {
    background-color: #31363d;
}

#main-nav-mobi::-webkit-scrollbar {
    width: 6px;
    background-color: #8998c2;
}

#main-nav-mobi::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #8998c2;
}

.mobi-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999998;
    transition: all ease 0.3s;
}

.mobi-overlay.show {
    opacity: 1;
    visibility: visible;
}

.mobi-overlay .close:after {
    content: "\e680";
    font-family: "Pe-icon-7-stroke";
    font-weight: 400;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all ease 0.3s;
}

.mobi-overlay .close:hover:after {
    color: #ff4539;
}

html.disable-scroll {
    overflow-y: hidden;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    position: relative;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

#main-nav-mobi ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none;
    padding: 0 22px 0 35px;
}

#main-nav-mobi ul>li>a:hover {
    opacity: 0.7;
}

#main-nav-mobi>ul>li li a {
    font-size: 15px;
    padding: 0 22px 0 40px;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-size: 28px;
    line-height: 54px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fff;
    transition: all ease 0.3s;
}

#main-nav-mobi .menu-item-has-children .arrow:hover {
    opacity: 0.7;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\e688";
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\e684";
}

#main-nav-mobi ul ul {
    background-color: rgba(255, 255, 255, 0.02);
}

/* Mobile Menu Extend */

.mobi-nav-extra {
    display: none;
}

#main-nav-mobi .search-form {
    position: relative;
    margin: 32px 22px 35px;
}

#main-nav-mobi .search-form .search-field {
    padding-right: 48px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

#main-nav-mobi .search-form .search-submit {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 9999px;
    background-color: transparent !important;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#main-nav-mobi .search-form .search-submit svg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    padding: 20%;
    stroke: #26256c;
    stroke-width: 2;
    fill: none;
}

#main-nav-mobi .search-form .search-submit:hover {
    stroke: #4732d7;
}

#main-nav-mobi .ext>.cart-info svg {
    position: relative;
    top: 2px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
    width: 26px;
    padding-right: 10px;
}

#main-nav-mobi .ext>.cart-info:hover {
    opacity: 0.7;
}

#main-nav-mobi .menu-logo-inner {
    display: inline-block;
    margin: 25px 22px 25px 35px;
}

#main-nav-mobi .menu-logo-inner a {
    padding: 0;
}

/* Mobile Menu Button */

.mobile-button {
    width: 24px;
    height: 14px;
    display: none;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    background: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
}

.mobile-button.hide {
    opacity: 0;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #26256c;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 24px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:hover span,
.mobile-button:hover:before,
.mobile-button:hover:after {
    opacity: 0.7;
}

.mobile-button:before {
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    transform: translate3d(0, 5px, 0);
}

/* Cart Icon */

.nav-top-cart-wrapper {
    margin-left: 30px;
    padding: 15px 0;
    position: relative;
    transition: all ease 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-top-cart-wrapper .nav-cart-trigger {
    position: relative;
    display: block;
    text-align: center;
    width: 24px;
    line-height: 24px;
    margin-top: 3px;
    transition: 0s;
}

.nav-top-cart-wrapper .shopping-cart-items-count {
    position: absolute;
    right: -11px;
    top: -7px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: #18c434;
    color: #fff;
    font-weight: 500;
}

.nav-top-cart-wrapper .nav-shop-cart {
    width: 320px;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999999;
    background-color: #fff;
    padding: 15px 20px 20px;
    border-radius: 8px;
    box-shadow: 0 30px 70px 0 rgba(57, 62, 70, 0.15);
    transition: 0.3s;
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

/* Search Icon */

.header-search-trigger {
    margin-left: 30px;
    position: relative;
    display: block;
    text-align: center;
    width: 20px;
    line-height: 20px;
    stroke: none;
    margin-top: 3px;
    cursor: pointer;
}

/* Header Extra Classes */

#site-header.hide-topbar .top-bar {
    display: none;
}

#site-header.hide-button .header-button {
    display: none;
}

.header-style-1 .header-search-trigger svg,
.header-style-1 .nav-top-cart-wrapper .nav-cart-trigger svg { fill: none; stroke: #5e709d; stroke-width: 2; }
.header-style-1 .header-search-trigger:hover svg,
.header-style-1 .nav-top-cart-wrapper .nav-cart-trigger:hover svg { stroke: #4732d7; }

/* Header Float */

.header-style-2 #site-header-wrap .top-bar { background-color: rgba(255,255,255,0.1); }
.header-style-2 #site-header-wrap .top-bar,
.header-style-2 #site-header-wrap .top-bar a,
.header-style-2 .header-socials a,
.header-style-2 .header-search-trigger svg,
.header-style-2 .nav-top-cart-wrapper .nav-cart-trigger svg { color: #fff; fill: none; stroke: #fff; stroke-width: 2; }
.header-style-2 .header-socials a:hover,
.header-style-2 .header-search-trigger:hover svg,
.header-style-2 .nav-top-cart-wrapper .nav-cart-trigger:hover svg { opacity: 0.7; }
.header-style-2  #main-nav>ul>li>a>span { color: #fefeff; }

.header-style-2 #site-header-wrap,
.header-style-3 #site-header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}

.header-style-3 .header-search-trigger svg,
.header-style-3 .nav-top-cart-wrapper .nav-cart-trigger svg { fill: none; stroke: #5e709d; stroke-width: 2; }
.header-style-3 .header-search-trigger:hover svg,
.header-style-3 .nav-top-cart-wrapper .nav-cart-trigger:hover svg { stroke: #4732d7; }

.header-style-2 .mobile-button:before,
.header-style-2 .mobile-button:after,
.header-style-2 .mobile-button span {
    background-color: #fff;
}

/* Header Fixed */

#site-header.fixed-hide {
    position: fixed;
    left: 0;
    top: -100px;
    width: 100%;
    z-index: 9989;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
    transition: all ease 0.4s;
}

#site-header.fixed-hide .inner {
    position: static;
    transform: none;
    padding: 0;
}

#site-header.fixed-show {
    top: 0;
}

.header-style-2 #site-header.fixed-hide {
    background-color: #26256c;
}

/* Overwrite */

.header-has-custom-bg #site-header:after {
    display: none;
}


/* Search Fullscreen */

.search-style-fullscreen .search_form_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.search-style-fullscreen .search-form {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    transition: all ease-in-out 0.25s;
}

.search-style-fullscreen .search-field {
    width: 100%;
    font-size: 22px;
    margin-bottom: 0;
    background-color: #e7e7e7;
    border-radius: 50px;
    padding: 17px 40px;
    height: 80px;
    display: none;
}

.search-style-fullscreen .search-field,
.search-style-fullscreen .search-field:focus {
    border: 0;
}

.search-style-fullscreen .search-submit {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 64px;
    height: 64px;
    padding: 0;
    line-height: 64px;
    border-radius: 3px;
    text-indent: -9999px;
    border-radius: 8px;
    transition: all ease 0.3s;
    background-color: transparent;
}

.search-style-fullscreen .search-submit:hover {
    background-color: transparent !important;
}

.search-style-fullscreen .search-submit svg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30%;
    width: 100%;
    stroke: #5e709d;
    fill: none;
    stroke-width: 2px;
}

.search-style-fullscreen .search-submit:hover svg {
    stroke: #4732d7;
}

.search-style-fullscreen .search-close {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all ease 0.3s;
}

.search-style-fullscreen .search-close:before {
    content: "\e680";
    font-family: "Pe-icon-7-stroke";
    font-weight: 400;
    color: #fff;
    font-size: 56px;
    transition: all ease 0.3s;
}

.search-style-fullscreen .search-close:hover:before {
    color: #ff4539;
}

.search-style-fullscreen.search-opened .search_form_wrap {
    opacity: 1;
    visibility: visible;
}

.search-style-fullscreen.search-opened .search_form {
    margin-top: 0;
}

/* Featured Title
-------------------------------------------------------------- */

#featured-title {
    background-color: #eff5fb;
    background-size: cover;
    border-style: solid;
    position: relative;
    z-index: 1;
}

#featured-title .inner-wrap {
    overflow: hidden;
    width: 100%;
}

#featured-title .inner-wrap {
    padding: 150px 0;
}

@media (max-width: 991px) {
  #featured-title .inner-wrap {
      padding: 176px 0;
  }
}
@media (min-width: 992px) {
  .header-style-2 #featured-title .inner-wrap,
  .header-style-3 #featured-title .inner-wrap {
      padding: 276px 0 176px;
  }
}

#featured-title .main-title {
    position: relative;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
}

#featured-title .sub-title {
    font-size: 22px;
    font-weight: 400;
    margin: 3px 0 0;
}

#featured-title .main-title.has-shadow {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

#featured-title .main-title:after,
#featured-title #breadcrumbs .breadcrumbs-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 0;
}

#featured-title #breadcrumbs .breadcrumbs-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #767c7f;
}

#featured-title #breadcrumbs a {
    color: #26256c;
}

#featured-title #breadcrumbs a:hover {
    opacity: 0.7;
}

#featured-title #breadcrumbs .breadcrumb-trail>a,
#featured-title #breadcrumbs .breadcrumb-trail>span {
    position: relative;
    display: inline-block;
    padding-right: 28px;
}

#featured-title #breadcrumbs .breadcrumb-trail>a:before {
    content: "\/";
    font-size: 16px;
    color: #26256c;
    line-height: normal;
    position: absolute;
    right: 12px;
    top: 2px;
}

#featured-title #breadcrumbs .breadcrumb-trail>span {
    padding-right: 0;
}

#featured-title #breadcrumbs .breadcrumb-trail>a:last-child:after,
#featured-title #breadcrumbs .breadcrumb-trail>a:last-child:before {
    display: none;
}

/* Centered */

#featured-title.centered .inner-wrap {
    display: block;
}

#featured-title.centered .title-group {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
}

#featured-title.centered #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 14px;
}

/* Blog Post
-------------------------------------------------------------- */

.post.hentry {
    margin-top: 30px;
    padding: 20px 20px 48px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 10px 35px 0 rgba(41, 41, 43, 0.1);
}

.post.hentry:first-child {
    margin-top: 0;
}

.hentry .post-media iframe {
    margin-bottom: 0;
}

.hentry .post-media {
    position: relative;
    margin-bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.hentry .post-content-wrap {
    padding: 0 10px;
    position: relative;
}

.hentry .post-categories {
    font-size: 13px;
}

.hentry .page-links {
    clear: both;
    padding: 20px 0 10px;
}

.hentry .page-links>span,
.hentry .page-links a>span {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    color: #4732d7;
    text-align: center;
    margin: 0 3px;
}

.hentry .page-links a:hover>span {
    color: #26256c;
}

.hentry .page-links a>span {
    color: #5e709d;
}

/* Post media */

.post-media .slick-prev,
.post-media .slick-next {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 1;
    text-indent: -9999px;
    display: inline-block;
}

.post-media .slick-prev:before,
.post-media .slick-next:before {
    text-indent: 0;
    content: "\e91a";
    font-family: "Pe-icon-7-stroke";
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.post-media .slick-next:before {
    content: "\f178";
}

.post-media .slick-prev {
    left: 10px;
}

.post-media .slick-next {
    right: 10px;
}

.post-media .slick-prev:hover,
.post-media .slick-next:hover {
    background-color: #4732d7;
}

.post-media .slick-dots {
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 10px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.post-media .slick-dots li {
    padding: 0;
    display: inline-block;
}

.post-media .slick-dots li:after {
    padding: 0;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    opacity: 0.7;
    font-size: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.post-media .slick-dots li.slick-active:after {
    opacity: 1;
    background-color: #4732d7;
}

.post-media.custom-cat {
    border-bottom-left-radius: 0;
}

.post-media .post-cat-custom a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    padding: 0 31px;
    background-color: #4732d7;
    text-transform: uppercase;
    font-weight: 500;
    border-top-right-radius: 5px;
}

.post-media .post-cat-custom a:hover {
    color: rgba(255, 255, 255, 0.7);
}


.hentry .post-media .post-date-custom {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 81px;
    height: 72px;
    border-radius: 3px;
    background-color: #fff;
    color: #4732d7;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 35px 0 rgba(38, 42, 76, 0.1);
}

.hentry .post-media .post-date-custom > span { display: block; }

.hentry .post-media .post-date-custom > span:first-child {
    font-size: 30px;
    padding-top: 4px;
}

.hentry .post-media .post-date-custom > span:last-child {
    font-size: 15px;
}

/* Post title */

.hentry .post-title {
    margin: 0 0 32px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 28px;
    line-height: 40px;
}

.hentry .post-title a {
    color: #26256c;
}

.hentry .post-title a:hover {
    color: #4732d7;
}

.hentry .post-title-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.hentry .post-title-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
}

.hentry .post-title-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    background-color: transparent;
}

/* Post meta */

.hentry .post-meta {
    font-size: 14px;
    font-weight: 500;
}

.hentry .post-meta .post-meta-content-inner {
    margin-bottom: 16px;
}

.hentry .post-meta .post-meta-content-inner .item {
    padding-left: 18px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.hentry .post-meta .post-meta-content-inner .item:after {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f4ad";
    font-size: 12px;
}

.hentry .post-meta .post-meta-content-inner .item.post-date:after {
    content: "\f073";
}

.hentry .post-meta .post-meta-content-inner .item.post-by-author:after {
    content: "\f007";
}

.hentry .post-meta .post-meta-content-inner .item.post-meta-categories:after {
    content: "\f02b";
}

.hentry .post-meta,
.hentry .post-meta a {
    color: #acacac;
}

.hentry .post-meta a:hover {
    color: #4732d7;
}

/* Post excerpt */

.hentry .post-excerpt {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    z-index: 1;
    margin: 0 0 52px;
}

.hentry .post-excerpt p:last-child {
    margin-bottom: 0;
}

/* Post link */

.hentry .post-read-more a {
    display: inline-block;
    color: #fff;
}

.hentry .post-read-more a:hover {
    color: #fff;
}



/* Blog Grid
-------------------------------------------------------------- */

.post-item {
    border: 1px solid #e7e7e7;
    border-radius: 3px 5px 0 0;
}

.post-item .hentry .post-media {
    border-radius: unset;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.post-item .post-media .post-cat-custom a {
    left: 30px;
    border-radius: 3px;
    line-height: 36px;
    padding: 0 35px;
}

.post-item .hentry .post-content-wrap {
    padding: 32px 30px 10px 25px;
}

/* Blog single
-------------------------------------------------------------- */

.is-single-post .post.hentry { box-shadow: none; }

.is-single-post .post-media {
    overflow: hidden;
}

.is-single-post .hentry .post-title {
    margin-bottom: 20px;
}

.is-single-post .hentry {
    padding: 0;
    margin: 0;
    border: 0;
}

/* Post tags */

.hentry .post-tags {
    display: block;
    margin: 50px 0 75px;
}

.hentry .post-tags .inner {
    font-size: 15px;
    position: relative;
    color: transparent;
}

.hentry .post-tags a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #5e709d;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 2px 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin: 0 0 5px 0;
}

.hentry .post-tags a:hover {
    color: #fff;
    background-color: #4732d7;
}

.hentry .post-tags a:first-child {
    padding-left: 10px;
}

/* Post author */

.hentry .post-author {
    clear: both;
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 35px 40px;
    border-radius: 8px;
}

.hentry .post-author .author-avatar {
    float: left;
    margin: 0 30px 0 0;
    width: 100px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.hentry .post-author .author-avatar a {
    width: 100px;
    height: auto;
    display: inline-block;
}

.hentry .post-author .author-avatar a img {
    width: 100%;
    height: auto;
}

.hentry .post-author .name {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 7px;
}

.hentry .post-author .author-desc {
    overflow: hidden;
}

.hentry .post-author .author-desc>p {
    margin-bottom: 0;
    color: #5e709d;
}

.hentry .post-author .author-socials .text,
.hentry .post-author .author-socials .socials {
    display: inline-block;
}

.hentry .post-author .author-socials .socials a {
    display: inline-block;
    color: #5e709d;
    font-size: 14px;
    margin-right: 5px;
}

.hentry .post-author .author-socials .socials a:hover {
    color: #4732d7;
}

/* Next Post */

#post-nav {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #e7e7e7;
}

#post-nav .post-previous,
#post-nav .post-next {
    float: left;
    width: 50%;
}

#post-nav .post-previous {
    padding-right: 20px;
}

#post-nav .post-next {
    padding-left: 20px;
}

#post-nav .thumb {
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
}

#post-nav .content-wrap {
    overflow: hidden;
}

#post-nav .content-wrap h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0;
}

#post-nav .content-wrap h4 a {
    color: #5e709d;
}
#post-nav .link:hover,
#post-nav .content-wrap h4:hover a {
    color: #4732d7;
}

#post-nav .link {
    font-size: 14px;
    color: #8998c2;
    font-weight: 500;
}

#post-nav .post-previous .thumb {
    float: left;
    margin-right: 22px;
}

#post-nav .post-next .thumb {
    float: right;
    margin-left: 22px;
}

#post-nav .post-next .content-wrap {
    text-align: right;
}

/* Related Post */

.related-news {
    margin-top: 76px;
}

.related-news .related-title {
    font-size: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 33px;
}

.related-news .related-post {
    margin: 0 -5px;
    position: relative;
    margin: 0 -12px;
}

.related-news .post-item {
    border: none;
    float: left;
    width: 33.3333%;
    padding: 0 12px;
}

.related-news .post-item .inner {
    margin-bottom: 30px;
}

.related-news .post-item .thumb-wrap img {
    border-radius: 3px;
}

.related-news .post-item .text-wrap {
    padding: 20px 0 0;
}

.related-news .post-item .post-categories a {
    font-size: 14px;
    color: #5e709d;
}

.related-news .post-item .post-categories a:hover {
    color: #4732d7;
}

.related-news .post-item .text-wrap h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 7px;
}

.related-news .post-item .text-wrap h3 a:hover {
    color: #4732d7;
}

.related-news .post-item .text-wrap .post-date {
    font-size: 14px;
    font-weight: 500;
    color: #acacac;
}

.related-news .related-post .slick-prev,
.related-news .related-post .slick-next {
    padding: 0;
    background-color: transparent;
    width: 45px;
    height: 30px;
    position: absolute;
    top: -76px;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 9999;
    text-indent: -9999px;
    display: inline-block;
}

.related-news .related-post .slick-prev {
    right: 40px;
}

.related-news .related-post .slick-next {
    border-left: 1px solid #d7d7d7;
    right: -5px;
}

.related-news .related-post .slick-prev:before,
.related-news .related-post .slick-next:before {
    text-indent: 0;
    content: "\e978";
    font-family: "Pe-icon-7-stroke";
    line-height: 30px;
    font-size: 20px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    transition: all ease 0.3s;
}

.related-news .related-post .slick-next:before {
    content: "\e979";
}

.related-news .related-post .slick-next:hover:before,
.related-news .related-post .slick-prev:hover:before {
    color: #4732d7;
}

/* Comments */

.comments-area {
    position: relative;
    clear: both;
}

.comments-area:after,
.comments-area:before {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 20px;
    color: #26256c;
    margin: 50px 0 32px;
}

/* Comment list */

.comment-list {
    list-style: none;
    margin: 0;
}

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

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children>li {
    margin-left: 20px;
}

.comment-list article {
    position: relative;
    overflow: hidden;
    padding: 35px 35px 30px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.comment-list article+.comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 70px;
    height: auto;
    border-radius: 50%;
    float: left;
    margin: 0 16px 0 0;
    overflow: hidden;
    background-color: #d8d3c4;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
}

.comment-meta {
    margin-bottom: 18px;
    position: relative;
}

.comment-meta:after,
.comment-meta:before {
    position: relative;
    content: "";
    display: block;
    clear: both;
}

.comment-author {
    font-size: 18px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.comment-time {
    font-size: 14px;
    color: #9ca9c4;
    line-height: 22px;
}

.comment-edit-link {
    float: right;
    padding-top: 6px;
}

.comment-reply-link,
.comment-edit-link,
#cancel-comment-reply-link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #4732d7;
}

.comment-reply-link:hover,
.comment-edit-link:hover,
#cancel-comment-reply-link:hover {
    color: #26256c;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 2px;
}

.comment-edit-link {
    padding-left: 30px;
}

.comment-text {
    overflow: hidden;
    margin-bottom: 18px;
}

.comment-text>p:last-child {
    margin-bottom: 0;
}

.unapproved {
    display: block;
    color: #4732d7;
    font-size: 14px;
    font-style: italic;
}

/* Comment form */

#comments .comment-respond {
    position: relative;
}

#comments .name-wrap,
#comments .email-wrap {
    float: left;
    width: calc(50% - 5px);
}

#comments .name-wrap {
    margin-right: 10px;
}

#comments .name-wrap input,
#comments .email-wrap input,
#comments .url-wrap input,
#comments .message-wrap textarea {
    width: 100%;
}

#comments .message-wrap textarea {
    height: 200px;
    margin-bottom: 20px;
}

#comments .comment-respond .form-submit {
    clear: both;
    margin: 0;
}

#comments .comment-respond .comment-form-cookies-consent {
    clear: both;
    padding-top: 3px;
    font-size: 15px;
    color: #8998c2;
}

#comments .comment-respond input[type="submit"]:hover {
    background-color: #26256c !important;
}

.logged-in-as {
    margin-bottom: 10px;
    font-size: 14px;
}

.logged-in-as a {
    color: #4732d7;
    font-weight: 600;
}

.logged-in-as a:hover {
    color: #26256c;
}

/* Search Page
-------------------------------------------------------------- */

.search-page .hentry {
    margin-bottom: 53px;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
    box-shadow: none;
}

.search-page .hentry:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.search-page .hentry .post-title {
    margin-bottom: 30px;
}

/* Widgets
-------------------------------------------------------------- */

#sidebar .widget {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    font-weight: 400;
}

#sidebar .widget:last-child {
    margin-bottom: 0;
}

#sidebar .widget ul {
    margin: 0;
    list-style: none;
}

.widget.widget_categories .cat-item span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #5e709d;
    text-align: right;
    margin: 10px 0;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
    padding-left: 16px;
    line-height: 22px;
}

.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
    position: relative;
    padding: 4px 0;
    line-height: 20px;
    border-top: 1px dashed #e7e7e7;
}

.widget.widget_pages>ul>li:first-child,
.widget.widget_nav_menu>ul>li:first-child,
.widget.widget_archive>ul>li:first-child,
.widget.widget_categories>ul>li:first-child,
.widget.widget_meta>ul>li:first-child,
.widget.widget_recent_entries>ul>li:first-child,
.widget.widget_recent_comments>ul>li:first-child,
.widget.widget_rss>ul>li:first-child {
    border-top: none;
}

.widget.widget_pages ul ul li:last-child,
.widget.widget_nav_menu ul ul li:last-child,
.widget.widget_archive ul ul li:last-child,
.widget.widget_categories ul ul li:last-child,
.widget.widget_meta ul ul li:last-child,
.widget.widget_recent_entries ul ul li:last-child,
.widget.widget_recent_comments ul ul li:last-child,
.widget.widget_rss ul ul li:last-child {
    padding-bottom: 0;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
    color: #5e709d;
    letter-spacing: 0.25px;
    display: inline-block;
    padding: 8px 0;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.widget.widget_categories ul li a, 
.widget.widget_meta ul li a, 
.widget.widget_pages ul li a, 
.widget.widget_archive ul li a, 
.widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 16px;
}

.widget.widget_categories ul li a:before, 
.widget.widget_meta ul li a:before, 
.widget.widget_pages ul li a:before, 
.widget.widget_archive ul li a:before, 
.widget.widget_nav_menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 2px;
    background-color: #acacac;
}

.widget.widget_recent_comments ul li {
    padding: 8px 0;
}

.widget.widget_recent_entries .post-date {
    font-size: 14px;
    line-height: 26px;
}

.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a:hover {
    color: #4732d7;
}

.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
    position: relative;
}

.widget.widget_categories ul li>span,
.widget.widget_archive ul li>span {
    float: right;
    display: inline-block;
    color: #5e709d;
    font-weight: 500;
    font-size: 18px;
}

.widget.widget_recent_comments>ul>li {
    margin-left: 30px;
}

.widget.widget_recent_comments>ul>li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f4ad";
    position: absolute;
    top: 9px;
    left: -30px;
    opacity: 0.7;
}

#sidebar .widget.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
    color: #5e709d;
}

#sidebar .widget.widget_calendar caption {
    color: #4732d7;
}

.widget.widget_rss .rssSummary {
    margin: 10px 0;
}

#footer .widget.widget_pages ul li,
#footer .widget.widget_nav_menu ul li,
#footer .widget.widget_archive ul li,
#footer .widget.widget_categories ul li,
#footer .widget.widget_meta ul li,
#footer .widget.widget_recent_entries ul li,
#footer .widget.widget_recent_comments ul li,
#footer .widget.widget_rss ul li {
    border-color: #434b59;
}

#footer .widget.widget_archive ul li a, 
#footer .widget.widget_categories ul li a, 
#footer .widget.widget_meta ul li a, 
#footer .widget.widget_nav_menu ul li a, 
#footer .widget.widget_pages ul li a, 
#footer .widget.widget_recent_entries ul li a, 
#footer .widget.widget_recent_comments ul li a, 
#footer .widget.widget_rss ul li a,
#footer .widget.widget_calendar tbody {
    color: #8998c2;
}

#footer .widget.widget_archive ul li a:hover,
#footer .widget.widget_categories ul li a:hover,
#footer .widget.widget_meta ul li a:hover,
#footer .widget.widget_nav_menu ul li a:hover,
#footer .widget.widget_pages ul li a:hover,
#footer .widget.widget_recent_entries ul li a:hover,
#footer .widget.widget_recent_comments ul li a:hover,
#footer .widget.widget_rss ul li a:hover,
#footer .widget.widget_calendar a:hover {
    color: #fff;
}

/* Title Widget */

#sidebar .widget .widget-title {
    font-size: 20px;
    color: #26256c;
    margin: 0 0 25px 0;
}

#footer-widgets .widget .widget-title {
    font-size: 16px;
    margin: 18px 0 36px;
    color: #fff;
}

/* Widget: Text */

#sidebar .widget.widget_text p:last-child {
    margin-bottom: 0;
}

/* Widget Latest Posts */

.widget.widget_latest_posts li {
    margin-bottom: 40px;
}

.widget.widget_latest_posts li:first-child {
    padding-top: 0;
}

.widget.widget_latest_posts .categories {
    margin-bottom: 8px;
    display: inline-block;
}

.widget.widget_latest_posts .categories a {
    font-size: 14px;
    color: #5e709d;
}

.widget.widget_latest_posts .categories a:hover {
    color: #4732d7;
}

.widget.widget_latest_posts .thumb {
    float: left;
    height: auto;
    margin-right: 30px;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}

.widget.widget_latest_posts .texts {
    overflow: auto;
    margin-top: 8px;
}

.widget.widget_latest_posts .post-title {
    font-size: 16px;
    margin-bottom: 0;
}

.widget.widget_latest_posts .current .post-title a,
.widget.widget_latest_posts .post-title:hover a {
    color: #4732d7;
}

.widget.widget_latest_posts .entry-date {
    font-size: 14px;
    line-height: 26px;
}

/* Widget: Recent Entries */

.widget.widget_recent_entries ul li:first-child {
    margin-top: 0;
}

/* Widget: Nav */

.widget.widget_nav_menu>.menu-primary-menu-container>ul>li {
    margin-bottom: 5px;
}

.widget.widget_nav_menu .menu>li.current-menu-item>a,
.widget.widget_nav_menu .menu>li.current-menu-item {
    color: #4732d7;
}

/* Widget: Calendar */

.widget.widget.widget_calendar table {
    margin: 0;
}

.widget.widget.widget_calendar caption {
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.widget.widget_calendar td,
.widget.widget_calendar th {
    padding: 0;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    border-color: #e7e7e7;
}

.widget.widget_calendar th {
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.05);
}

.widget.widget_calendar a,
.widget.widget_calendar tbody #today {
    color: #4732d7;
    display: block;
}

.widget.widget_calendar a:hover,
.widget.widget_calendar tbody #today:hover {
    color: #26256c;
}

#footer .widget.widget_calendar a,
#footer .widget.widget_calendar tbody #today {
    color: #fff;
}

#footer .widget.widget_calendar a:hover,
#footer .widget.widget_calendar tbody #today:hover {
    opacity: 0.7;
}

/* Widget: Information */

#sidebar .widget.widget_information ul li {
    padding: 17px 0;
    border-bottom: 1px solid #e7e7e7;
}

#sidebar .widget.widget_information ul li:last-child {
    border-bottom: none;
}

#sidebar .widget.widget_information span {
    display: inline-block;
}

#footer-widgets .widget_information {
    color: #8998c2;
}

#footer-widgets .widget_information ul li {
    margin-bottom: 8px;
}

#footer-widgets .widget_information ul li .info-title {
    display: inline-block;
    color: #fff;
}

#footer-widgets .widget_information ul li .info {
    padding-left: 5px;
    color: #83868c;
}

/* Widget: Links */

.widget.widget_links ul li {
    border: 0;
    margin-bottom: 18px;
}

.widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
}

.widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: all ease 0.3s;
    padding-bottom: 2px;
    color: #8998c2;
}

.widget.widget_links ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #4732d7;
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.widget.widget_links ul li:hover a:after {
    width: 100%;
    left: 0;
}

.widget.widget_links ul li a .letter {
    display: inline-block;
}

/* Widget: Twitter */

.widget.widget_twitter .tweets-wrap {
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}

.widget.widget_twitter .tweets-wrap .tweet-item {
    margin-bottom: 20px;
}

.widget.widget_twitter .authorstamp {
    position: relative;
    padding: 10px 0 0 30px;
}

.widget.widget_twitter .authorstamp:before {
    content: "\e094";
    font-family: "ElegantIcons";
    position: absolute;
    left: 0;
    top: 12px;
    color: #1c9deb;
    font-size: 20px;
}

.widget.widget_twitter .author a {
    color: #26256c;
    font-size: 17px;
}

.widget.widget_twitter .time {
    color: #5e709d;
    font-size: 14px;
    line-height: 18px;
}

#footer .widget.widget_twitter .author a {
    color: #fff;
}

#footer .widget.widget_twitter .time {
    color: #6d6c6c;
}

/* Widget Search */

#sidebar .widget.widget_search {
    padding: 0;
    border: none;
}

#sidebar .widget.widget_search:before {
    display: none;
}

.widget.widget_search .search-form {
    position: relative;
}

.widget.widget_search .search-form .search-field {
    width: 100%;
    margin: 0;
    background-color: #f1f5fd;
    border-color: #f1f5fd;
    height: 60px;
    line-height: 60px;
    padding: 26px;
}

.widget.widget_search .search-form .search-field:focus {
    border-color: #d7e3fb;
}

.widget.widget_search .search-form .search-submit {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    text-indent: -9999px;
}

.widget.widget_search .search-form .search-submit svg {
    position: absolute;
    top: 5px;
    left: -5px;
    width: 100%;
    padding: 32%;
    stroke: #5e709d;
    stroke-width: 2;
    fill: none;
    transform: scaleX(-1);
}

.widget.widget_search .search-form .search-submit:hover svg {
    stroke: #26256c;
}

#footer .widget.widget_search .search-form .search-submit svg {
    stroke: #fff;
}

/* Widget Newsletter */

#footer .widget_mc4wp_form_widget .desc {
    display: block;
    text-align: left;
}

#footer .widget_mc4wp_form_widget .form-wrap {
    position: relative;
    padding-right: 0;
}

#footer .widget_mc4wp_form_widget .input-wrap input {
    background-color: #fff;
    padding: 0 70px 0 20px;
    line-height: 50px;
    border: none;
    width: 100%;
}

#footer .widget_mc4wp_form_widget .submit-wrap {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}

#footer .widget_mc4wp_form_widget .submit-wrap span {
    display: none;
}

#footer .widget_mc4wp_form_widget .submit-wrap .master-button {
    background-color: transparent;
    padding: 0 0;
}

#footer .widget_mc4wp_form_widget .submit-wrap button {
    background-color: transparent !important;
    font-size: 0;
    /* Hide Text */
}

#footer .widget_mc4wp_form_widget .submit-wrap button:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #4732d7;
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Widget: Socials */

.widget.widget_socials .socials .icon {
    float: left;
}

.widget.widget_socials .socials a {
    float: left;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin-right: 18px;
    color: #26256c;
}

.widget.widget_socials .socials a:hover {
    color: #4732d7;
}

#footer-widgets .widget.widget_socials .socials a {
    color: #8998c2;
}

#footer-widgets .widget.widget_socials .socials a:hover {
    color: #fff;
}

/* Widget: Recent News Advanced  */

.widget.widget_recent_posts ul li {
    padding: 0;
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.widget.widget_recent_posts .recent-news .thumb {
    width: 85px;
    overflow: hidden;
    float: left;
    margin: 8px 24px 0 0;
    border-radius: 3px;
}

.widget.widget_recent_posts .recent-news .thumb.hide {
    display: none;
}

.widget.widget_recent_posts .recent-news .thumb img {
    width: 100%;
    height: auto;
}

.widget.widget_recent_posts h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 5px;
    margin: 0 0 2px;
}

.widget.widget_recent_posts h3 a {
    color: #26256c;
}

.widget.widget_recent_posts h3 a:hover {
    color: #4732d7;
}

.widget.widget_recent_posts .recent-news .texts {
    overflow: hidden;
}

.widget.widget_recent_posts .post-author {
    color: #4732d7;
    font-size: 12px;
    margin-right: 27px;
    position: relative;
    padding-left: 22px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    transition: all ease 0.3s;
}

.widget.widget_recent_posts .post-author a {
    color: #4732d7;
}

.widget.widget_recent_posts .post-author:hover {
    opacity: 0.7;
}

.widget.widget_recent_posts .post-author:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
}

.widget.widget_recent_posts .post-date {
    font-size: 14px;
    color: #acacac;
    font-weight: 500;
}

#footer-widgets .widget.widget_recent_posts ul li {
    border-color: #565e53;
}

#footer-widgets .widget.widget_recent_posts .recent-news .thumb {
    margin-top: 8px;
}

#footer-widgets .widget.widget_recent_posts h3 {
    font-size: 16px;
    line-height: 30px;
}

#footer-widgets .widget.widget_recent_posts h3 a {
    color: #6d6c6c;
}

#footer-widgets .widget.widget_recent_posts h3 a:hover {
    color: #fff;
}

/* Widget: Instagram & Flickr */

.widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap {
    margin: 0 -0.5px;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image {
    padding: 0 0.5px !important;
    margin: 0 0 1px 0 !important;
    width: 33.333%;
    float: left;
    height: auto !important;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a {
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    background-color: #222;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all ease 0.3s;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover img {
    opacity: 0.7;
}

/* 2 columns */

.widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {
    width: 50%;
}

/* 4 columns */

.widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {
    width: 25%;
}

/* Gutter 0 */

.widget.widget_instagram .instagram-wrap.g0,
.widget.widget_flickr .flickr-wrap.g0 {
    margin: 0;
}

.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {
    padding: 0 !important;
    margin: 0 !important;
}

/* Gutter 5 */

.widget.widget_instagram .instagram-wrap.g5,
.widget.widget_flickr .flickr-wrap.g5 {
    margin: 0 -2.5px;
}

.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {
    padding: 0 2.5px !important;
    margin: 0 0 5px 0 !important;
}

/* Gutter 9 */

.widget.widget_instagram .instagram-wrap.g9,
.widget.widget_flickr .flickr-wrap.g9 {
    margin: 0 -4.5px;
}

.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image {
    padding: 0 4.5px !important;
    margin: 0 0 9px 0 !important;
}

/* Gutter 12 */

.widget.widget_instagram .instagram-wrap.g12,
.widget.widget_flickr .flickr-wrap.g12 {
    margin: 0 -6px;
}

.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {
    padding: 0 6px !important;
    margin: 0 0 12px 0 !important;
}

/* Gutter 15 */

.widget.widget_instagram .instagram-wrap.g15,
.widget.widget_flickr .flickr-wrap.g15 {
    margin: 0 -7.5px;
}

.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {
    padding: 0 7.5px !important;
    margin: 0 0 15px 0 !important;
}

/* Gutter 30 */

.widget.widget_instagram .instagram-wrap.g30,
.widget.widget_flickr .flickr-wrap.g30 {
    margin: 0 -15px;
}

.widget.widget_instagram .instagram-wrap.g30 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g30 .flickr_badge_image {
    padding: 0 15px !important;
    margin: 0 0 30px 0 !important;
}

.widget.widget_instagram-feed-widget #sbi_images {
    margin: -15px 0 0 -15px;
}

.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap {
    padding: 15px;
}

.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
    border-radius: 6px;
    overflow: hidden;
}

/* Widget: Tags */

.widget.widget_tag_cloud .tagcloud:before,
.widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    clear: both;
    content: "";
}

.widget.widget_tag_cloud .tagcloud {
    margin: -5px -5px;
}

.widget.widget_tag_cloud .tagcloud a {
    float: left;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 0.1px;
    font-weight: 500;
    padding: 5px 16px;
    background-color: #f0f2f9;
    margin: 5px;
    border-radius: 5px;
    color: #5e709d;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: #4732d7;
}

#footer .widget.widget_tag_cloud .tagcloud a {
    color: #8998c2;
    background-color: rgba(255, 255, 255, 0.1);
}

#footer .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: #4732d7;
}

/* Widget: Media Gallery */

.widget.widget_media_gallery .gallery-icon {
    background-color: #222;
    overflow: hidden;
}

.widget.widget_media_gallery .gallery-icon img {
    transition: 0.3s;
}

.widget.widget_media_gallery .gallery-icon:hover img {
    transform: scale(1.2) rotate(10deg);
    opacity: 0.6;
}

.cf7-widget {
    position: relative;
}

.cf7-widget .submit-wrap {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.cf7-widget .submit-wrap:after {
    z-index: 1;
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    color: #4732d7;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.cf7-widget .submit-wrap:hover:after {
    transform: translate(3px, -3px);
}

.cf7-widget .submit-wrap input[type="submit"] {
    background-color: transparent;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    position: absolute;
    z-index: 2;
}

/* Widget: Banner */

.widget.widget_banner {
    background: url(../sublime/assets/img/blog-banner.png) center center;
    padding: 144px 30px;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
}

.widget.widget_banner h2,
.widget.widget_banner h3,
.widget.widget_banner a {
    color: #fff;
}

.widget.widget_banner h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.widget.widget_banner h3 {
    font-size: 18px;
    line-height: 27px;
}

.widget.widget_banner .btn a {
    font-size: 15px;
    font-weight: 500;
    background-color: #4732d7;
    padding: 14px 24px;
    border-radius: 8px;
    display: inline-block;
}

.widget.widget_banner .btn a:hover {
    background-color: #18c434;
}

/* Social Icon */

.elementor-social-icons-wrapper {
    position: relative;
    padding-left: 50px;
}

.elementor-social-icons-wrapper:before {
    content: "Share";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8998c2;
    font-size: 14px;
    font-weight: 500;
}

/* Shortcode Article */

.elementor-shortcode article {
    width: 50%;
    float: left;
}

.latest-post-selection .lps-tile-main-image {
    width: 100px;
    border-radius: 8px;
    margin-right: 20px;
}

.elementor-shortcode article .item-title-tag {
    font-size: 16px;
    line-height: 24px;
    color: #5e709d;
    font-weight: 500;
    max-width: 200px;
    float: left;
}

.elementor-shortcode article:hover .item-title-tag {
    color: #0f66dc;
}

.latest-post-selection article .read-more {
    float: left;
    font-size: 14px;
    color: #8998c2;
    transition: all ease 0.35s;
}

.latest-post-selection article .read-more:hover {
    color: #5e709d
}

.elementor-shortcode article:last-child img {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.elementor-shortcode article:last-child .item-title-tag {
    text-align: right;
    float: right;
}

.elementor-shortcode article:last-child .read-more {
    float: right;
}

/* Info Wrap */

.info-wrap ul {
    margin: 0 0;
}

.info-wrap ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
    color: #8998c2;
}

.info-wrap ul li div,
.info-wrap ul li p {
    display: inline-block;
    margin: 0 0;
}

.info-wrap ul li div {
    color: #26256c;
    min-width: 170px;
}

/* Footer Subscribe
-------------------------------------------------------------- */

.footer-subscribe {
    background-color: #eff5fb;
    text-align: center;
    padding: 140px 0;
    background-size: cover;
}

.footer-subscribe .heading {
    font-size: 28px;
    line-height: 40px;
    max-width: 700px;
    margin: 0 auto 46px;
}

.footer-subscribe .subheading {
    color: #8998c2;
    font-size: 18px;
    line-height: 27px;
    max-width: 800px;
    margin: 0 auto;
}

.footer-subscribe .text {
    color: #acacac;
    font-size: 15px;
}

.mc4wp-form .form-wrap {
    max-width: 560px;
    margin: 0 auto;
}

.footer-subscribe .mc4wp-form .form-wrap {
    margin-top: 20px;
}

.mc4wp-form .form-wrap .input-wrap {
    width: 70.477%;
    margin-right: 0.951%;
    float: left;
}

.mc4wp-form .form-wrap .input-wrap > input {
    background-color: #fff;
    border-radius: 30px;
    padding-left: 24px;
}

.mc4wp-form .form-wrap .submit-wrap {
    float: left;
    width: 28.572%;
    padding: 0;
}

.mc4wp-form .form-wrap input[type="email"] {
    width: 100%;
}

.mc4wp-form .form-wrap .submit-wrap .master-button button {
    background-color: transparent !important;
}

.form-input-gray .mc4wp-form .form-wrap .input-wrap > input { background-color: #eff5fb; }
.mc4wp-accent-1 .mc4wp-form .form-wrap .submit-wrap > button { background-color: #7d8dff; }
.mc4wp-accent-2 .mc4wp-form .form-wrap .submit-wrap > button { background-color: #ff4f5b; }

.mc4wp-accent-4 .mc4wp-form .form-wrap .submit-wrap button { background-image: linear-gradient(to right, #7d8dff 0%, #f85acb  100%)}
.mc4wp-accent-5 .mc4wp-form .form-wrap .submit-wrap > button { background-color: #8844ee; }

@media (max-width: 1023px) {
  .mc4wp-form .form-wrap .input-wrap,
  .mc4wp-form .form-wrap .submit-wrap { width: 100%; }
  .mc4wp-form .form-wrap .submit-wrap { margin-bottom: 20px; }
}

/* Footer
-------------------------------------------------------------- */

#footer {
    background-color: #121332;
    color: #cacaca;
    padding: 100px 0 50px;
    border-style: solid;
    position: relative;
}

#footer a:hover {
    color: #fff;
}

#footer-widgets .footer-grid:after,
#footer-widgets .footer-grid:before {
    display: block;
    content: "";
    clear: both;
}

#footer-widgets .widget {
    margin: 0 0 35px;
}

#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

#footer table,
#footer th,
#footer td {
    border-color: #232649;
}

#footer select {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

#footer select option {
    color: #555;
}

#footer input[type="search"] {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

#footer input[type="search"]::placeholder {
    color: #fff;
}

#footer select:focus,
#footer input[type="search"]:focus {
    border-color: #fff;
}

/* Grid */

.footer-grid .col {
    float: left;
}

.footer-grid .span_1_of_1.col {
    float: none;
}

.footer-grid .span_1_of_2 {
    width: 50%;
}

.footer-grid .span_1_of_3 {
    width: 33.33%;
}

.footer-grid .span_1_of_4 {
    width: 25%;
}

.footer-grid .span_1_of_5 {
    width: 25%;
}

.footer-grid .span_1_of_5:first-child {
    width: 41.66%;
}

.footer-grid .span_1_of_5:last-child {
    width: 33.33%;
}

.footer-grid .w370 {
    width: 31.624%;
}

.footer-grid .w170 {
    width: 14.53%;
    margin-left: 2.564%;
}

.footer-grid .w270 {
    width: 23.077%;
    margin-left: 2.564%;
}

/* Gutter */

.footer-grid.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.footer-grid.gutter-5>.col {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.footer-grid.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.footer-grid.gutter-10>.col {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-grid.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.footer-grid.gutter-15>.col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.footer-grid.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.footer-grid.gutter-20>.col {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-grid.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.footer-grid.gutter-25>.col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.footer-grid.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-grid.gutter-30>.col {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-grid.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.footer-grid.gutter-35>.col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.footer-grid.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.footer-grid.gutter-40>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-grid.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.footer-grid.gutter-45>.col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.footer-grid.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.footer-grid.gutter-50>.col {
    padding-left: 25px;
    padding-right: 25px;
}

.footer-grid.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.footer-grid.gutter-60>.col {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-grid.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.footer-grid.gutter-70>.col {
    padding-left: 35px;
    padding-right: 35px;
}

.footer-grid.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.footer-grid.gutter-80>.col {
    padding-left: 40px;
    padding-right: 40px;
}

/* Bottom Bar
-------------------------------------------------------------- */

#bottom {
    font-size: 15px;
    color: #aeaeae;
    background-color: #121332;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #232649;
}

#bottom:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}

#bottom .bottom-bar-inner-wrap {
    position: relative;
}

/* Bottom Styles */

/* Bottom Menu */

.bottom-bar-menu {
    float: right;
}

.bottom-bar-menu ul {
    list-style: none;
    margin: 0;
}

.bottom-bar-menu ul ul {
    display: none;
}

.bottom-bar-menu ul li {
    display: inline-block;
    padding-left: 28px;
    position: relative;
}

.bottom-bar-menu ul li:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 4px;
    width: 1px;
    height: 14px;
    background-color: #8998c2;
}

.bottom-bar-menu ul li:first-child {
    padding-left: 0;
}

.bottom-bar-menu ul li:first-child:before {
    display: none;
}

.bottom-bar-menu a {
    color: #8998c2;
    font-size: 15px;
}

.bottom-bar-menu a:hover {
    color: #fff;
}

/* Bottom Copyright */

#bottom.style-1 {
    text-align: center;
}

#bottom.style-2 #copyright {
    float: left;
}

/* Scroll Top Button
-------------------------------------------------------------- */

#scroll-top {
    position: absolute;
    right: 40px;
    top: 0;
    transform: translateY(-50%);
    display: block;
    line-height: 48px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

#scroll-top:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all ease 0.3s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4732d7;
    z-index: -1;
    transition: all ease 0.3s;
    border-radius: 10px;
}

#scroll-top:hover:before {
    background-color: #4732d7;
}

#scroll-top.show {
    bottom: 75px;
    opacity: 1;
    visibility: visible;
}

#scroll-top:hover:after {
    animation: 1s hvr-buzz-out alternate linear infinite;
}

/* Pagination
-------------------------------------------------------------- */

.products .product {
    list-style: none;
}

.sublime-pagination,
.woocommerce-pagination,
.project-nav .sublime-pagination {
    clear: both;
    margin: 70px 0 0;
    text-align: center;
}

.woocommerce-pagination {
    margin-top: 70px;
    border: 0;
    clear: both;
    text-align: center;
}

.sublime-pagination ul,
.woocommerce-pagination .page-numbers {
    margin: 0;
}

.sublime-pagination ul li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin: 0 4px;
}

.sublime-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    color: #acacac;
    text-align: center;
    overflow: hidden;
    transition: all ease 0.3s;
    border-radius: 20px;
}

.sublime-pagination ul li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.sublime-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    border-color: #4732d7;
    color: #fff;
    background-color: #4732d7;
}

.project-nav .sublime-pagination {
    border-top: 0;
    padding-top: 0;
    margin: 80px 0 0;
}

@media only screen and (max-width: 575px) {
    .sublime-pagination,
    .woocommerce-pagination,
    .project-nav .sublime-pagination {
        text-align: left;
    }
}

/* Nothing Found & 404 Page
-------------------------------------------------------------- */

.no-results-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.no-results-content .search-form {
    position: relative;
}

.no-results-content .text {
    display: none;
}

.no-results-content .search-form .search-field {
    padding: 12px 25px;
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    border-radius: 5px;
    background-color: #eff5fb;
    border-color: #eff5fb;
}

.no-results-content .search-form .search-field:focus {
    border-color: #d7e3fb;
}

.no-results-content .search-form .search-submit {
    position: absolute;
    background-color: transparent !important;
    right: 7px;
    top: 7px;
    width: 46px;
    height: 46px;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.no-results-content .search-form .search-submit svg {
    position: absolute;
    width: 46%;
    top: 25%;
    left: 25%;
    transition: 0.3s;
    fill: none;
    stroke-width: 2;
    stroke: #5e709d;
}

.no-results-content .search-form .search-submit:hover svg {
    stroke: #4732d7;
}

/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
    .nav-top-cart-wrapper,
    .second-menu-button,
    .header-button {
        margin-left: 30px;
    }
    .header-search-wrap.active input.search-field {
        width: 120px;
    }
}

@media only screen and (max-width: 1170px) {
    .elementor-shortcode article {
        text-align: center;
    }
    .latest-post-selection article img {
        text-align: center;
        float: none;
        margin: 0 0 17px !important;
    }
    .elementor-shortcode article .item-title-tag {
        max-width: 280px;
        margin: 0 auto 22px;
    }
    .elementor-shortcode article:last-child img {
        float: none;
        margin: 0 20px 0 0;
    }
    .elementor-shortcode article .item-title-tag {
        float: none !important;
        text-align: center !important;
    }
    .latest-post-selection article .read-more {
        float: none !important;
        text-align: center !important;
    }
  .master-button.header-button {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .second-menu-button,
    .header-info {
        display: none;
    }
    .hide-menu .second-menu-button {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    .site-header-inner {
        position: relative;
    }
    .site-header-inner,
    .site-header-inner .wrap-inner {
        height: 80px;
    }
    #main-nav,
    .nav-top-cart-wrapper,
    .header-search-wrap,
    .sidebar-wrap,
    #sidebar {
        display: none;
    }
    .mobile-button {
        display: block;
    }
    .hide-menu .mobile-button {
        display: none !important;
    }
    .header-style-2 #featured-title .inner-wrap,
    .header-style-3 #featured-title .inner-wrap {
        padding: 234px 0 134px;
    }
    #site-content,
    #sidebar {
        width: 100% !important;
        max-width: none !important;
        float: none;
    }
    #inner-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #main-content {
        padding: 90px 0;
    }
    #featured-title .inner-wrap {
        padding: 134px 0;
    }
    #featured-title .sub-title {
        font-size: 20px;
    }
    .related-news {
        margin-top: 90px;
    }
    .comments-area .comments-title,
    .comments-area .comment-reply-title {
        margin-top: 0;
    }
    .hentry .post-tags,
    .hentry .post-author {
        margin-top: 40px;
    }
    #footer {
        padding: 60px 0 !important;
    }
    #footer-widgets .footer-grid>.col:last-child>.widget:last-child {
        margin-bottom: 0;
    }
    .footer-grid.special-grid .width370 {
        width: 100%;
    }
    .footer-grid.special-grid .width170 {
        width: 50%;
    }
    .footer-grid .span_1_of_4 {
        width: 50%;
    }
    #footer-widgets .widget.widget_instagram .instagram-wrap,
    #footer-widgets .widget.widget_flickr .flickr-wrap {
        max-width: 400px;
    }
    #copyright {
        width: 100%;
        text-align: center;
    }
    .bottom-bar-menu {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .wpcf7 .input-wrap .wpcf7-form-control-wrap {
        width: 100% !important;
        margin-right: 0 !important;
    }
    #main-content {
        padding: 60px 0;
    }
  .top-bar {
        display: none !important;
    }
    .search-style-fullscreen .search_form {
        width: 80%;
    }
    #featured-title .inner-wrap,
    #featured-title .title-group,
    #featured-title #breadcrumbs {
        display: block;
        width: 100%;
        text-align: left;
    }
    #featured-title .sub-title {
        display: none;
    }
    .hentry .post-author {
        text-align: center;
    }
    .hentry .post-author .author-avatar {
        float: none;
        margin: 0 auto 20px;
    }
    #post-nav .post-previous,
    #post-nav .post-next {
        width: 100%;
    }
    #post-nav .post-previous,
    #post-nav .post-next {
        max-width: 450px;
    }
    #post-nav .post-previous {
        padding-right: 0;
    }
    #post-nav .post-next .thumb {
        float: left;
        margin: 0 22px 0 0;
    }
    #post-nav .post-next {
        padding-left: 0;
        margin-top: 30px;
    }
    #post-nav .post-next .content-wrap {
        text-align: left;
    }
    .comment-list article .gravatar {
        float: none;
        margin: 0 0 15px;
        width: 80px;
        height: 80px;
    }
    .comment-meta,
    .comment-text {
        margin-bottom: 15px;
    }
    #comments .name-wrap,
    #comments .email-wrap,
    #comments .url-wrap {
        width: 100%;
        float: none;
        margin: 0;
    }
    .footer-subscribe .heading {
        font-size: 32px;
        line-height: 40px;
    }
    .widget_media_gallery .gallery img {
        width: 100%;
    }
    #footer {
        padding: 60px 0 !important;
    }
    #footer-widgets .footer-grid .col {
        width: 100%;
    }
    .footer-grid.special-grid .width200 {
        width: 100%;
    }
    #bottom .bottom-bar-inner-wrap {
        padding: 30px 0 27px;
    }
    .hentry .post-title {
        padding-right: 0px;
    }
    .hentry .post-link {
        position: static;
        margin-bottom: 10px;
    }
    #bottom-logo {
        display: none;
    }
    .deeper-button.medium {
        padding: 15px 50px !important;
    }
    .deeper-button.big,
    .deeper-button.extra-big {
        font-size: 18px !important;
        ;
        line-height: 30px !important;
        ;
        padding: 15px 50px !important;
    }
    .url-wrap.appstore .deeper-button,
    .url-wrap.playstore .deeper-button {
        padding-left: 90px !important;
    }
    .url-wrap.appstore .deeper-button:after,
    .url-wrap.playstore .deeper-button:after {
        left: 65px !important;
        line-height: 60px !important;
    }
}

@media only screen and (max-width: 575px) {
    #featured-title.creative .inner-wrap {
        padding-bottom: 0;
    }
    #featured-title.creative #breadcrumbs .breadcrumbs-inner {
        position: relative;
        transform: translateX(0);
        bottom: unset;
        left: unset;
        margin-top: 20px;
        width: 100%;
    }
    #secondary-menu {
        padding: 100px 50px 50px 50px;
    }
    #secondary-menu .close-menu {
        top: 15px;
        right: 15px;
    }
    .info-wrap ul li div {
        display: block;
    }
    .elementor-shortcode article {
        width: 100%;
        margin-bottom: 50px !important;
    }
    .elementor-shortcode article:last-child {
        margin-bottom: 0 !important;
    }

    .footer-subscribe {
        padding: 112px 10px;
    }
    .footer-subscribe button {
        padding: 11px 20px;
    }

}

/*
SHOP STYLE
-------------------------------------------------------------- */

/* General */

.woocommerce-page #site-content {
    width: 74%;
}

.woocommerce-page #sidebar {
    width: 20%;
    margin-top: 130px;
}

.woocommerce-page .sidebar-wrap #sidebar {
    padding: 0 8px;
}

.woocommerce-page .content-woocommerce .woocommerce-result-count {
    position: relative;
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #5e709d;
    padding-top: 14px;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering {
    float: right;
    position: relative;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering:before {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    content: "Sort By";
    color: #5e709d;
    font-weight: 500;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select {
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    margin-bottom: 0;
    background-color: transparent;
}

.woocommerce-page #content-wrap .woocommerce-ordering select {
    margin: 0;
    width: 270px;

}

.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {
    outline: 0;
}

.woocommerce-page .content-woocommerce .star-rating {
    width: 120px;
    height: 24px;
    background: url(assets/img/star.png) repeat-x left 0;
}

.woocommerce-page .content-woocommerce .star-rating span {
    background: url(assets/img/star.png) repeat-x left -48px;
    height: 0;
    padding-top: 24px;
    overflow: hidden;
    float: left;
}

.woocommerce-page .content-woocommerce p.stars {
    overflow: hidden;
    zoom: 1;
}

.woocommerce-page .content-woocommerce p.stars span {
    width: 120px;
    height: 24px;
    position: relative;
    float: left;
    background: url(assets/img/star.png) repeat-x left 0;
}

.woocommerce-page .content-woocommerce p.stars span a {
    transition: none;
    float: left;
    position: absolute;
    left: 0;
    top: -6px;
    width: 17px;
    height: 0;
    padding-top: 26px;
    overflow: hidden;
}

.woocommerce-page .content-woocommerce p.stars span a:hover,
p.stars span a:focus {
    background: url(assets/img/star.png) repeat-x left -18px;
}

.woocommerce-page .content-woocommerce p.stars a.active {
    background: url(assets/img/star.png) repeat-x left -18px;
}

.woocommerce-page .content-woocommerce p.stars span a.star-1 {
    width: 17px;
    z-index: 10;
}

.woocommerce-page .content-woocommerce p.stars span a.star-2 {
    width: 46px;
    z-index: 9;
}

.woocommerce-page .content-woocommerce p.stars span a.star-3 {
    width: 70px;
    z-index: 8;
}

.woocommerce-page .content-woocommerce p.stars span a.star-4 {
    width: 96px;
    z-index: 7;
}

.woocommerce-page .content-woocommerce p.stars span a.star-5 {
    width: 120px;
    z-index: 6;
}

.woocommerce-page abbr {
    border: none;
    text-decoration: none;
}

.woocommerce-page div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.woocommerce-page div.product div.images img:hover,
.woocommerce-page div.product div.images img.flex-active {
}

.woocommerce-product-gallery__wrapper,
.woocommerce-page .woocommerce-product-gallery__image.flex-active-slide {
    border-radius: 2px;
    overflow: hidden;
}

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {
    color: #4732d7;
    background-color: transparent;
}

.woocommerce-page .woo-single-post-class .summary .stock.in-stock,
.product .onsale {
    position: absolute;
    right: 14px;
    top: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
    background-color: #18c434;
    color: #fff;
    z-index: 999;
    font-weight: 500;
    border-radius: 20px;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left:hover,
.pswp--has_mouse .pswp__button--arrow--right:hover {
    background-color: transparent;
}

/* Product Item */

.woocommerce-page .content-woocommerce .products {
    position: relative;
    clear: both;
    list-style: none;
}

.woocommerce-page .content-woocommerce .products:after,
.woocommerce-page .content-woocommerce .products:before {
    position: relative;
    content: "";
    display: block;
    clear: both;
}

ul.products {
    margin: 0 -15px;
}

ul.products .product {
    margin-top: 70px;
}

.products.columns-2 li,
.woocommerce-page.shop-col-2 .products li {
    width: 50%;
}

.products.columns-3 li,
.woocommerce-page.shop-col-3 .products li {
    width: 33.33%;
}

.products.columns-4 li,
.woocommerce-page.shop-col-4 .products li {
    width: 25%;
}

.products li {
    float: left;
    position: relative;
    padding: 0 15px;
}

.products li.first {
    clear: both;
}

.products li .inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.products li .product-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 24px 34px 34px;
}

.products li h2 {
    margin-bottom: 58px;
    font-size: 20px;
    transition: color ease 0.3s;
    text-align: left;
}

.products li h2:hover {
    color: #4732d7;
}

.products li .add_to_cart_button {
    display: none;
}

.products.columns-4 li h2,
.woocommerce-page.shop-col-4 .products li h2 {
    font-size: 16px;
}

.products.columns-4 li .product-info,
.woocommerce-page.shop-col-4 .products li .product-info {
    padding: 24px 20px 54px;
}

.products.columns-4 li .price,
.woocommerce-page.shop-col-4 .products li .price {
    right: 20px;
}

.products li .product-info .button,
.products li .product-info .added_to_cart {
    text-transform: uppercase;
    color: #4732d7;
    font-size: 14px;
    position: relative;
    padding-right: 14px;
    display: none;
}

.products li .product-info .button:before,
.products li .product-info .added_to_cart:before,
.products li .product-info .button:after,
.products li .product-info .added_to_cart:after {
    content: "\f105";
    font-family: "Pe-icon-7-stroke";
    font-size: 14px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.3s;
}

.products li .product-info .button:before,
.products li .product-info .added_to_cart:before {
    right: 12px;
    opacity: 0;
}

.products li .product-info .button:hover:before,
.products li .product-info .added_to_cart:hover:before {
    opacity: 1;
    right: 0;
}

.products li .product-info .button:hover:after,
.products li .product-info .added_to_cart:hover:after {
    opacity: 0;
    right: -12px;
}

.products li .product-info .button:focus,
.products li .product-info .added_to_cart:focus {
    text-decoration: underline;
}

.products li .product-thumbnail {
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    display: block;
}

.products li .product-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform ease 0.3s;
}

.products li:hover .product-thumbnail img {
    transform: scale(1.1) rotate(1.5deg);
}

.products li .product-thumbnail .added_to_cart {
    display: none;
}

.products li .product-thumbnail .woocommerce-loop-product__link,
.products li .product-thumbnail .add_to_cart_button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-75px, -20px);
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background-color: #fff;
    padding: 0;
    border-radius: 3px;
    transition: 0.5s;
    transition-delay: 0.3s;
    opacity: 0;
}

.products li .product-thumbnail .woocommerce-loop-product__link {
    transform: translate(15px, -20px);
}

.products li .product-thumbnail .woocommerce-loop-product__link:after,
.products li .product-thumbnail .add_to_cart_button:after {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family: "Basic Icon";
    content: "\f12c";
    text-indent: 0;
    color: #5e709d;
}

.products li .product-thumbnail .woocommerce-loop-product__link:after {
    font-family: "Interface";
    content: "\f111";
}

.products li:hover .product-thumbnail .add_to_cart_button {
    opacity: 1;
    transform: translate(-75px, 0);
}

.products li:hover .product-thumbnail .woocommerce-loop-product__link {
    opacity: 1;
    transform: translate(15px, 0);
}

.products li:hover .product-thumbnail .add_to_cart_button:hover,
.products li:hover .product-thumbnail .woocommerce-loop-product__link:hover {
    box-shadow: 0 30px 70px 0 rgba(190, 210, 213, 0.5);
}

.products li .price {
    font-size: 18px;
    color: #5e709d;
    display: inline-block;
    font-weight: 500;
    float: left;
}

.products li .product-cat {
    font-size: 16px;
    color: #acacac;
    margin: 0 0 15px;
    transition: color 0.3s ease;
}

.products li .product-cat:hover {
    color: #4732d7;
}

.products li .star-rating {
    position: absolute;
    right: 34px;
}

.products li .price del {
    color: #999;
    font-weight: 500;
    padding-right: 4px;
    opacity: 1;
}

.products li .price ins {
    background-color: transparent;
}

/* Single Product
--------------------------------------------------------------*/

.woo-single-post-class {
    position: relative;
}

.woo-single-post-class .images {
    width: 48.746%;
    float: left;
    position: relative;
}

.woo-single-post-class .onsale {
    top: 20px;
    right: auto;
    left: 25px;
    z-index: 999;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger {
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: absolute;
    right: 14px;
    top: 14px;
    text-align: center;
    opacity: 0;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    content: "\e98e";
    color: #26256c;
    font-family: 'Feather';
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.3s;
}

.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger {
    opacity: 1;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
    color: #4732d7;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger img {
    display: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    float: left;
    cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 20px -8px 0;
    width: auto;
    list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    padding: 0 8px 16px;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%;
}

.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
    width: 16.667%;
}

.woo-single-post-class .stock {
    font-size: 14px;
}

.woo-single-post-class .summary {
    width: 45%;
    margin-top: 30px;
    float: right;
}

.woo-single-post-class .summary h1 {
    color: #26256c;
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 16px;
}

.woo-single-post-class .summary .woocommerce-product-rating {
    position: relative;
    margin-bottom: 32px;
    padding-top: 4px;
}

.woo-single-post-class .summary .woocommerce-review-link {
    font-size: 16px;
    position: absolute;
    left: 130px;
    top: 6px;
    line-height: 22px;
    color: #767c7f;
    font-weight: 500;
}

.woo-single-post-class .summary .price {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 36px;
    position: relative;
    color: #26256c;
}

.woo-single-post-class .summary .price del {
    color: #999;
    padding-right: 2px;
    opacity: 1;
}

.woo-single-post-class .summary .price ins {
    background-color: transparent;
}

.woo-single-post-class .woocommerce-product-details__short-description>p {
    margin-bottom: 60px;
}

.woo-single-post-class .summary .cart table,
.woo-single-post-class .summary .cart tr,
.woo-single-post-class .summary .cart td {
    border: 0;
}

.woo-single-post-class .summary .cart td {
    vertical-align: middle;
}

.woo-single-post-class .summary .cart td.woocommerce-grouped-product-list-item__quantity {
    padding-left: 0;
}

.woo-single-post-class .summary .cart table .label {
    width: 85px;
    color: #26256c;
    text-transform: uppercase;
}

.woo-single-post-class .summary .cart {
    margin-top: 40px;
}

.woo-single-post-class .summary .cart .quantity {
    display: inline-block;
    float: left;
    background-color: #f1f5fd;
    border-radius: 5px;
    width: 150px;
    height: 50px;
    margin-right: 10px;
}

.woo-single-post-class .related {
    margin-top: 100px;
}

.woo-single-post-class .summary .cart .quantity input::-webkit-outer-spin-button,
.woo-single-post-class .summary .cart .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

.woo-single-post-class .summary .cart .quantity input.qty {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.woo-single-post-class .summary .cart .quantity .qty_button {
    color: #5e709d;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 5px;
    background-color: transparent !important;
}

.woo-single-post-class .summary .cart .quantity .qty_button.plus {
    position: absolute;
}

.woo-single-post-class .summary .cart .quantity .qty_button:hover {
    color: #26256c;
    background-color: #f1f1f1;
}

.woo-single-post-class .summary .cart .quantity input {
    border: none;
    width: 50px;
    height: 50px;
    margin: 0;
    text-align: center;
    background-color: transparent;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding: 11px;
    border-radius: 3px 0 0 3px;
}

.woo-single-post-class .summary .cart .single_add_to_cart_button {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 32px;
    border-radius: 5px;
}

.woo-single-post-class .summary .cart table {
    position: relative;
}

.woo-single-post-class .summary .cart .reset_variations {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p {
    margin-bottom: 5px;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a {
    color: #26256c;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {
    color: #4732d7;
}

.woo-single-post-class .summary .product_meta {
    clear: left;
    margin-top: 50px;
}

.woo-single-post-class .summary .product_meta .tagged_as {
    display: none;
}

.woo-single-post-class .summary .product_meta .sku_wrapper {
    display: block;
    color: #26256c;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}

.woo-single-post-class .summary .product_meta .sku {
    color: #5e709d;
    font-size: 16px;
    font-weight: 400;
}
.woo-single-post-class .summary .product_meta>span:last-child {
    margin-bottom: 0;
}

.woo-single-post-class .summary .product_meta>span .title {
    color: #26256c;
    font-weight: 500;
}

.woo-single-post-class .summary .product_meta>span a {
    color: #5e709d;
}

.woo-single-post-class .summary .product_meta>span a:hover {
    color: #4732d7;
}

.woo-single-post-class .summary .product_meta>span a:first-child {
    padding-left: 10px;
}

.woo-single-post-class .woocommerce-tabs {
    clear: both;
    margin-top: 100px;
    border-bottom: 1px solid #e7e7e7;
}

.woo-single-post-class .woocommerce-tabs ul {
    margin: 0;
    padding-bottom: 40px;
    border-bottom: 2px solid #e7e7e7;
    text-align: center;
}

.woo-single-post-class .woocommerce-tabs ul li {
    position: relative;
    padding: 0;
    list-style: none;
    display: inline-block;
    padding: 0 28px;
    margin-left: -5px;
}

.woo-single-post-class .woocommerce-tabs ul li>a {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #5e709d;
    cursor: pointer;
    border-bottom: none;
    display: inline-block;
    position: relative;
}

.woo-single-post-class .woocommerce-tabs ul li:hover>a,
.woo-single-post-class .woocommerce-tabs ul li.active>a {
    color: #26256c;
}

.woo-single-post-class .woocommerce-tabs ul li:after {
    position: absolute;
    bottom: -42px;
    right: 0;
    width: 0;
    height: 2px;
    content: '';
    background-color: #4732d7;
    transition: 0.5s;
}

.woo-single-post-class .woocommerce-tabs ul li.active:after {
    width: 100%;
    left: 0;
}

.woo-single-post-class .woocommerce-tabs .panel {
    clear: both;
    padding: 60px 100px;
}

.woocommerce-Reviews-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
    overflow: hidden;
    position: relative;
    max-width: 875px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:last-child {
    margin-bottom: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description>p:last-child {
    margin-bottom: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before,
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after {
    content: "";
    display: table;
    clear: both;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin: 10px 24px 0 0;
    overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
    position: absolute;
    right: 0;
    top: 10px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta {
    margin: 12px 0 15px 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta strong {
    font-size: 18px;
    color: #26256c;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash {
    display: none;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date {
    display: inline-block;
    font-size: 12px;
    color: #8998c2;
    padding-left: 30px;
    margin: 0 0 10px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
    overflow: hidden;
}

.woo-single-post-class #comment>p {
    margin-bottom: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond {
    margin: 30px 0 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Inter";
    color: #26256c;
    display: block;
    margin: 60px 0 20px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form>p {
    margin: 0;
    max-width: 875px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form>p.comment-form-cookies-consent {
    margin-bottom: 25px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form>p.form-submit {
    clear: both;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
    padding-bottom: 35px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating>label,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating>.stars {
    float: left;
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating>label {
    color: #5e709d;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating>.stars {
    margin-left: 14px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {
    clear: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment>label {
    display: none;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input {
    margin-bottom: 30px;
    width: 100%;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
    height: 170px;
}

.woocommerce-tabs .product-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-tabs .product-desc .text-wrap {
    flex-basis: 470px;
    margin-right: 30px;
}

.woocommerce-tabs .product-desc .image-wrap {
    flex-basis: 570px;
}

.woocommerce-tabs .product-desc .image-wrap img {
    border-radius: 10px;
    overflow: hidden;
}

/* Related Products */

.woo-single-post-class .related.products>h2 {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}

.woo-single-post-class .related.products .products:before,
.woo-single-post-class .related.products .products:after {
    content: "";
    display: table;
    clear: both;
}

.woo-single-post-class .related.products .products {
    margin: 0 -15px;
    padding-top: 0;
}

.woo-single-post-class .related.products .products li {
    float: left;
    padding: 0 15px;
}

/* Cart Page
--------------------------------------------------------------*/

.woocommerce-page .shop_table.cart .product-remove {
    width: 60px;
}

.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
    width: 116px;
}

.woocommerce-page .shop_table.cart .product-quantity .qty_button {
    display: none;
}

.woocommerce-page .shop_table.cart .product-subtotal {
    color: #26256c;
}

.woocommerce-page .shop_table.cart th {
    font-size: 16px;
    color: #26256c;
    font-weight: 500;
}

.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
    padding: 20px;
    vertical-align: middle;
}

.woocommerce-page .shop_table.cart .product-name a {
    color: #5e709d;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-page .shop_table.cart .product-name a:hover {
    color: #4732d7;
}

.woocommerce-page .shop_table.cart .product-remove a {
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    padding: 0;
    font-weight: normal;
    text-align: center;
    width: 16px;
    height: 16px;
}

.woocommerce-page .shop_table.cart .product-remove a:after {
    content: "\f00d";
    color: #ff4539;
    font-size: 14px;
    text-indent: 0;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 4px;
    top: 1px;
    transition: color ease 0.3s;
}

.woocommerce-page .shop_table.cart .product-remove a:hover:after {
    color: #26256c;
}

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
    width: 80px;
}

.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type="number"] {
    width: 60px;
    height: 50px;
    padding-left: 22px;
    padding-right: 5px;
    margin: 0;
    border-radius: 3px;
}

.woocommerce-page .shop_table.cart .coupon {
    float: left;
    display: table;
}

.woocommerce-page input,
.woocommerce-page button {
    vertical-align: middle;
}

.woocommerce-page .shop_table.cart .coupon>label {
    display: none;
}

.woocommerce-page .shop_table.cart .coupon #coupon_code {
    width: 240px;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 30px;
    background-color: #f1f5fd;
    border-color: transparent;
}

.woocommerce-page .shop_table.cart .coupon+button[type="submit"] {
    float: right;
}

.woocommerce-page .cart_totals {
    width: 60%;
    margin-top: 60px;
    font-size: 16px;
}

.woocommerce-page .cart_totals>h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.woocommerce-page .cart_totals .shop_table {
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
}

.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td {
    border-color: #e7e7e7;
}

.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td {
    border-bottom: 0;
}

.woocommerce-page .cart_totals .shop_table td {
    border-right: 0;
    padding: 17px 20px;
}

.woocommerce-page .cart_totals .shop_table th {
    font-size: 17px;
    color: #26256c;
    padding: 14px 20px;
}

.woocommerce-page .cart_totals .shop_table .cart-subtotal td,
.woocommerce-page .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .tax-rate td {
    text-align: right;
    color: #26256c;
}

.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
    margin: 0 0 5px;
}

.woocommerce-page .cart_totals .shipping-calculator-form button[type="submit"] {
    width: 100%;
}

.woocommerce-page .wc-proceed-to-checkout .button {
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 5px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
}

.woocommerce-page .wc-proceed-to-checkout .button:hover,
.woocommerce-page .button:hover,
.woocommerce-page button:hover,
.woocommerce-page input[type="button"]:hover,
.woocommerce-page input[type="reset"]:hover,
.woocommerce-page input[type="submit"]:hover {
    background-color: #26256c !important;
}

.woocommerce-page .return-to-shop a {
    padding: 20px 30px;
    margin-top: 25px;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    background-color: #4732d7;
}

.woocommerce-page .return-to-shop a:hover {
    background-color: #26256c;
    color: #fff;
}

/* Checkout Page
--------------------------------------------------------------*/

.woocommerce-page .woocommerce-checkout {
    clear: both;
}

.woocommerce-page .login input {
    margin-bottom: 0;
}

.woocommerce-page form .form-row {
    margin: 0 0 20px;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: left;
    width: 49%;
    overflow: visible;
}

.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    width: 100%;
    margin: 0;
    outline: 0;
    background-color: #f1f5fd;
    border-color: transparent;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
    display: block;
    line-height: 60px;
    height: 60px;
    border-color: transparent;
    border-radius: 3px;
}

.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
    padding: 9px 20px;
    color: #5e709d;
    background-color: #f1f5fd;
    border-color: transparent;
    border-radius: 8px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 16px;
}

.woocommerce-page form.checkout_coupon>p {
    margin-bottom: 10px;
}

.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
    margin-bottom: 20px;
    padding: 8px 30px;
    border-radius: 30px;
}

.woocommerce-page form .form-row label.inline {
    display: inline;
}

.woocommerce-page form .form-row label.inline input {
    margin: 0 5px 0 10px;
    width: auto;
}

.woocommerce-page form.lost_reset_password .woocommerce-Button.button {
    margin: 0;
}

.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page #order_review_heading {
    clear: both;
}

.woocommerce-billing-fields .create-account>label {
    margin: 0;
    display: inline-block;
}

.woocommerce-page .woocommerce-lost-password .form-row-first {
    float: none;
}

.woocommerce-page #ship-to-different-address>label {
    padding-right: 5px;
}

.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-shipping-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-additional-fields h3 {
    font-size: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.woocommerce-page .woocommerce-additional-fields .notes>label {
    display: none;
}

.woocommerce-page form .form-row.create-account #createaccount {
    width: auto;
    margin-right: 5px;
}

.woocommerce-page form .form-row.create-account+.create-account>p:first-child {
    margin-bottom: 10px;
}

.woocommerce-checkout-review-order table th {
    font-size: 18px;
    color: #26256c;
    padding: 18px 30px;
}

.woocommerce-checkout-review-order table td {
    padding: 10px 25px;
    font-weight: 500;
}

.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total {
    font-size: 16px;
    color: #26256c;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  border-bottom: 1px dashed #e7e7e7;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
}

#payment .about_paypal {
    position: absolute;
    right: 0;
    top: 23px;
}

#payment .payment_methods>li:not(.woocommerce-notice) {
    position: relative;
}

#payment .payment_methods>li .payment_box,
#payment .place-order {
    padding: 10px 0;
}

#payment .payment_methods>li .payment_box>p:last-child {
    margin-bottom: 0;
}

#payment .payment_methods>.wc_payment_method>label,
#payment .payment_methods>.woocommerce-PaymentMethod>label {
    display: block;
    padding: 20px 0;
    cursor: pointer;
}

.woocommerce-page #payment .payment_methods .woocommerce-message,
.woocommerce-page #payment .payment_methods .woocommerce-info,
.woocommerce-page #payment .payment_methods .woocommerce-error {
    margin-bottom: 10px;
}

#payment .payment_methods li img {
    border: 0;
    padding: 0 0 0 10px;
    max-height: 40px;
}

#payment .place-order {
    padding:  25px 0 0;
}

#payment .place-order.form-row {
    margin: 0 0;
}

#payment #place_order {
    font-size: 18px;
    padding: 16px 70px;
    border-radius: 5px;
    margin-top: 15px;
}

#payment #place_order:hover {
    background-color: #26256c !important;
}

.woocommerce-page .myaccount_user+h2,
.woocommerce-page .addresses h3,
.woocommerce-page #customer_login h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.woocommerce-page .register input {
    margin-bottom: 0;
}

.woocommerce-page .woocommerce-MyAccount-content legend {
    border: 0;
    font-size: 18px;
    color: #26256c;
    padding-top: 20px;
    margin: 0;
}

.woocommerce-page .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce-page .cart-collaterals {
    width: 100%;
}

.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
}

.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: left;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
    list-style: none;
    margin: 0 -12px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 25%;
    padding: 0 12px;
    clear: none;
}

.woocommerce-page .cart-collaterals .cross-sells>h2 {
    margin-top: 40px;
    margin-bottom: 37px;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.woocommerce-page .cart-collaterals .cross-sells .products li h2 {
    font-size: 15px;
}

.woocommerce-page .cart-collaterals .cross-sells .products li .price {
    letter-spacing: normal;
    font-size: 18px;
}

.woocommerce-page .up-sells>h2 {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    padding-top: 27px;
    border-top: 1px solid #f4f4f4;
}

.woocommerce-page .up-sells.products,
.woocommerce-page .up-sells .products {
    margin: 0;
}

.woocommerce-page .up-sells .products {
    margin: 0 -15px;
}

.woocommerce-page .up-sells .products li {
    padding: 0 15px;
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page #order_comments_field {
    clear: both;
}

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 48%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
    margin-bottom: 10px;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline;
}

.woocommerce-page form .form-row select,
.woocommerce-page form .form-row .input-text {
    width: 100%;
}

.woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left;
}

.woocommerce-page .woocommerce-error li {
    padding: 0;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
    background-color: transparent;
    text-transform: capitalize;
}

.woocommerce-page .woocommerce-message .button:before,
.woocommerce-page .woocommerce-info .button:before,
.woocommerce-page .woocommerce-error .button:before {
    display: none;
}

.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
    position: relative;
    padding: 18px 24px 18px 50px;
    border-radius: 5px;
    background-color: #e4f2ff;
    color: #5084b4;
    font-size: 16px;
    margin: 0 0 30px 0;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
    font-size: 30px;
    content: "\e684";
    font-family: "Pe-icon-7-stroke";
    position: absolute;
    left: 20px;
    top: 10px;
}

.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
    color: #26256c;
    text-decoration: underline;
    padding: 0 8px;
}

.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-error a:hover {
    opacity: 0.7;
    color: #26256c !important;
    background-color: transparent !important;
}

/* My Account Page
--------------------------------------------------------------*/

#customer_login {
    margin: 0 -15px;
}

#customer_login .login-form-wrap,
#customer_login .register-form-wrap {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.wrapper-account {
    padding: 40px 45px 35px;
    border: 1px solid #e7e7e7 !important;
}

.wrapper-account .title-login {
    margin: 0 0 15px;
}

form.login input[type="checkbox"],
form.register input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 7px;
}

form.login .input-submit~span,
form.register .input-submit~span {
    margin: 10px 0 0;
}

form.login .input-submit~span.pull-left,
form.register .input-submit~span.pull-left {
    margin-left: 15px;
}

form.login .input-submit~span.lost_password a,
form.register .input-submit~span.lost_password a {
    color: #4732d7;
}

.woocommerce-MyAccount-navigation {
    float: left;
    width: 31.624%;
}

.woocommerce-MyAccount-content {
    float: right;
    width: 65.812%;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 1px 1px 0px 1px;
}

.woocommerce-MyAccount-navigation ul li {
    background-color: #f8f8f8;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 10px 15px 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    color: #808080;
}

.woocommerce-MyAccount-navigation ul li li a:hover {
    color: #ff9900;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #4732d7;
    padding: 15px 10px 15px 20px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    font-weight: 600;
}


/* Widgets
--------------------------------------------------------------*/

.product_list_widget li {
    padding: 0;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
}

.product_list_widget li:first-child {
/*    padding-top: 0;
    margin-top: 0;*/
    border: 0;
}

.product_list_widget li>a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #26256c;
}

.product_list_widget del .amount {
    padding-right: 5px;
}

.product_list_widget li img {
    float: right;
    width: 50px;
    box-shadow: none;
}

.product_list_widget .product-title,
.widget_recent_reviews .product_list_widget a {
    display: block;
    color: #5e709d;
    transition: all ease 0.3s;
}

.product_list_widget .product-title:hover,
.widget_recent_reviews .product_list_widget a:hover {
    color: #4732d7;
}

.product_list_widget .star-rating,
.widget_rating_filter .star-rating {
    width: 85px;
    height: 17px;
    background: url(assets/img/star.png) repeat-x left 0;
    margin: 0 0 15px 0;
}

.product_list_widget .star-rating span,
.widget_rating_filter .star-rating span {
    background: url(assets/img/star.png) repeat-x left -34px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
}

.widget_rating_filter .star-rating {
    display: inline-block;
    margin: 0;
}

/* Widget product categories */

.widget_product_categories ul li {
    padding: 9px 0;
    border-bottom: 1px solid #e7e7e7;
}

.widget_product_categories ul li:first-child,
.widget_product_categories ul li:first-child a {
    padding-top: 0;
}

.widget_product_categories ul li a {
    color: #5e709d;
    font-size: 16px;
    padding: 8px 0;
    display: inline-block;
}

.widget_product_categories ul li a:hover {
    color: #4732d7;
}

/* Widget price filter */

.widget_price_filter .price_slider {
    height: 5px;
    margin-bottom: 22px;
    margin-top: 42px;
    background-color: #e7e7e7;
    position: relative;
    text-align: left;
    border-radius: 5px;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
}

.widget_price_filter .price_slider_amount .button {
    font-size: 16px;
    padding: 0 40px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #4732d7;
    background-color: transparent !important;
    color: #5e709d;
    display: block;
    margin-bottom: 10px;
}

.widget_price_filter .price_slider_amount .button:hover {
    opacity: 1;
    background-color: #4732d7;
    color: #fff;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    top: -5px;
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    transform: translateX(-1px);
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -13px;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-color: #4732d7;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.widget_price_filter .price_slider_amount .price_label {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #8998c2;
}

/* Widget widget_product_search */

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

.widget.widget_product_search .woocommerce-product-search .search-field {
    padding-right: 48px;
    margin-bottom: 0;
    padding: 8px 20px;
}

.widget.widget_product_search .woocommerce-product-search .search-submit {
    position: absolute;
    background-color: transparent;
    right: 4px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:before {
    color: #5e709d;
    content: "\e936";
    font-family: "Pe-icon-7-stroke";
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:hover:before {
    color: #4732d7;
}

/* Widget Mini Cart */

.nav-top-cart-wrapper .woocommerce-min-cart-wrap {
    padding: 30px;
}

.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 10px 20px;
    font-size: 15px;
}

.widget_shopping_cart_content ul {
    list-style: none;
    margin: 0;
}

.widget_shopping_cart_content ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #f8f9fa;
    padding: 22px;
    margin: 0;
    padding-left: 75px;
}

.widget_shopping_cart_content ul li.empty {
    padding: 0;
}

.widget_shopping_cart_content ul li:first-child {
/*    padding-top: 0;
    margin-top: 0;*/
    border-top: 0;
}

.widget_shopping_cart_content ul li .product-name {
    font-size: 16px;
    font-weight: 500;
    color: #26256c;
}

.widget_shopping_cart_content ul li a:hover {
    color: #4732d7;
}

.widget_shopping_cart_content ul li a.remove {
    font-size: 22px;
    color: #4732d7;
    position: absolute;
    right: 0;
    top: 17px;
}

.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {
    top: 15px;
}

.widget_shopping_cart_content ul li a.remove:hover {
    opacity: 0.7;
}

.widget_shopping_cart_content ul li a img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 65px;
}

.widget_shopping_cart_content ul li a img:hover {
    border: 1px solid #e7e7e7;
}

.widget_shopping_cart_content ul li .quantity {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #8998c2;
    font-weight: 500;
}

.widget_shopping_cart_content .total {
    margin-bottom: 25px;
    padding: 14px 0;
    border-top: 1px solid #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
    font-size: 18px;
    color: #26256c;
    text-align: center;
}

.widget_shopping_cart_content .total strong {
    color: #26256c;
    font-weight: 500;
}

.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
    content: "";
    display: table;
    clear: both;
}

.widget_shopping_cart_content .buttons {
    margin: 0;
}

.widget_shopping_cart_content .buttons>a {
    text-align: center;
    color: #26256c;
    background-color: #e7e7e7;
    padding: 8px 0;
    border-radius: 3px;
    width: 48%;
    float: left;
    font-size: 15px;
}

.widget_shopping_cart_content .buttons a.checkout {
    float: right;
    background-color: #4732d7;
    color: #fff;
}

.widget_shopping_cart_content .buttons a:hover {
    opacity: 0.7;
    color: #fff;
    background-color: #26256c !important;
}

.pswp--open {
    z-index: 9999;
}

@media only screen and (max-width: 1024px) {
    .woo-single-post-class .summary .cart .quantity input {
        width: 40px;
    }
    .woo-single-post-class .images .woocommerce-product-gallery__trigger {
        bottom: 17.8%;
    }
}

@media only screen and (max-width: 991px) {
    .products.columns-4 li,
    .woocommerce-page.shop-col-4 .products li {
        width: 50%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-result-count {
        display: none;
    }
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
    }
    .woocommerce-page .content-woocommerce .woocommerce-result-count:after,
    .woocommerce-page .content-woocommerce .woocommerce-ordering:before {
        display: none;
    }
    .woo-single-post-class .images,
    .woo-single-post-class .summary {
        width: 100%;
        float: none;
        clear: left;
    }
    .woo-single-post-class .summary {
        padding-top: 60px;
    }
    .woo-single-post-class .woocommerce-tabs {
        margin-top: 100px;
    }
    .woo-single-post-class .woocommerce-tabs ul li>a {
        padding: 12px 30px;
    }
    .woo-single-post-class .woocommerce-tabs ul li:first-child {
        margin: 0 0 0 15px;
    }
    .woo-single-post-class .woocommerce-tabs .comment-respond {
        margin-top: 30px;
    }
    .woo-single-post-class .woocommerce-tabs .panel {
        padding: 20px 0 60px 0;
    }
    .woocommerce-page .shop_table.cart td,
    .woocommerce-page .shop_table.cart th {
        padding: 15px;
    }
    .woocommerce-tabs .product-desc {
        display: block;
    }
    .woocommerce-tabs .product-desc .text-wrap {
        margin: 0 0 60px;
    }
    .woo-single-post-class .related.products {
        margin-top: 60px;
    }
    .products li {
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .products.columns-3 li,
    .woocommerce-page.shop-col-3 .products li {
        width: 50%;
    }
    .products.columns-2 li,
    .woocommerce-page.shop-col-2 .products li {
        width: 100%;
    }
    .woo-single-post-class .images .woocommerce-product-gallery__trigger {
        bottom: 0%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
        display: inline-block;
    }
    .woo-single-post-class .woocommerce-tabs {
        margin-top: 60px;
    }
    .woo-single-post-class .woocommerce-tabs ul {
        border: 0;
    }
    .woo-single-post-class .woocommerce-tabs ul li {
        display: block;
        margin: 0 0 10px !important;
        border: 1px solid #e7e7e7;
        top: 0 !important;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active {
        top: 0;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active>a {
        border: 0 !important;
    }
    .woo-single-post-class .woocommerce-tabs ul li>a {
        display: block;
        padding: 10px 15px;
    }
    .woo-single-post-class .woocommerce-tabs ul {
        padding-top: 0;
    }
    .woo-single-post-class .woocommerce-tabs ul li:after {
        bottom: -1px;
        display: none;
    }
    .woo-single-post-class .related.products .products li:last-child {
        margin-bottom: 0;
    }
    .woo-single-post-class .related.products>h2 {
        margin-bottom: 0;
    }
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
    }
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
    }
    .woocommerce-page table.shop_table_responsive tr td.order-actions {
        text-align: left !important;
    }
    .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        float: left;
        line-height: 30px;
    }
    .woocommerce-page .shop_table.cart .product-name a {
        font-size: 20px;
        line-height: 30px;
    }
    .woocommerce-page table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive tbody th,
    .woocommerce-page table.my_account_orders tr td.order-actions:before,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page table.shop_table_responsive tr td.actions:before,
    .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
        display: none;
    }
    .woocommerce-page .shop_table.cart .product-remove,
    .woocommerce-page .shop_table.cart .product-thumbnail,
    .woocommerce-page .shop_table.cart .product-price,
    .woocommerce-page .shop_table.cart .product-quantity,
    .woocommerce-page .shop_table.cart .product-subtotal {
        width: auto;
    }
    .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: left;
    }
    .woocommerce-page table.shop_table_responsive tr td.actions {
        text-align: left !important;
    }
    .woocommerce-page .shop_table.cart .coupon+button[type="submit"] {
        float: none;
        margin: 15px 0 0;
        width: 100%;
    }
    .woocommerce-page .shop_table.cart .coupon #coupon_code,
    .woocommerce-page .shop_table.cart .coupon>input[type="submit"] {
        float: none;
    }
    .woocommerce-page .cart_totals {
        width: 100%;
    }
    .woo-single-post-class .summary .cart .quantity {
        margin: 0 0 30px 0;
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .products.columns-4 li,
    .woocommerce-page.shop-col-4 .products li,
    .products.columns-3 li,
    .woocommerce-page.shop-col-3 .products li {
        width: 100%;
    }
    .woocommerce-page .shop_table.cart .coupon #coupon_code {
        margin-bottom: 10px;
    }
    #payment #place_order {
        font-size: 18px;
        padding: 20px 40px;
    }
    .woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
        float: none;
        margin: 0 0 20px;
    }
    .woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
        position: static;
        margin-bottom: 8px;
    }
}

/* Keyframes
--------------------------------------------------------------*/

@keyframes hvr-buzz-out {
    10% {
        transform: translateY(3%) rotate(2deg);
    }
    20% {
        transform: translateY(-3%) rotate(-2deg);
    }
    30% {
        transform: translateY(3%) rotate(2deg);
    }
    40% {
        transform: translateY(-3%) rotate(-2deg);
    }
    50% {
        transform: translateY(2%) rotate(1deg);
    }
    60% {
        transform: translateY(-2%) rotate(-1deg);
    }
    70% {
        transform: translateY(2%) rotate(1deg);
    }
    80% {
        transform: translateY(-2%) rotate(-1deg);
    }
    90% {
        transform: translateY(1%) rotate(0);
    }
    to {
        transform: translateY(-1%) rotate(0);
    }
}

@keyframes flyout {
    20% {
        transform: scale(1);
        opacity: 1;
    }
    40% {
        transform: scale(1.1) translate(-5px, 5px);
    }
    70% {
        transform: scale(0.9) translate(30px, -30px);
    }
    100% {
        transform: scale(0.7) translate(75px, -75px);
        opacity: 0;
    }
}

/* ELEMENTOR
 * Extra classes
 * Basic Widget
    * Link
    * Button
    * Heading
    * Icon 
    * Icon Box
    * Carousel Box
    * Progress Bar
    * Video Icon
    * Fancy Image
    * List
    * Counter
    * Tabs
    * Parallax Image
    * Subscribe Form
    * Contact Form 7
    * Demo Box
    * Gallery
 * Post Widget
    * Partner
    * Service
    * Project
    * News
    * Team
    * Testimonial
    * Project Widgets
 * Keyframes

***/

/* ----------------------------------------
    Extra Classes 
---------------------------------------- */

.elementor-text-editor p:last-child {
    margin: 0 0;
}

@media (max-width: 1025px) {
    .align--tabletleft {
        text-align: left;
    }
    .align--tabletcenter {
        text-align: center;
    }
    .align--tabletright {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .align--mobileleft {
        text-align: left;
    }
    .align--mobilecenter {
        text-align: center;
    }
    .align--mobileright {
        text-align: right;
    }
}

/* ----------------------------------------
    Headings 
---------------------------------------- */


.master-heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.master-heading>* {
    max-width: 100%;
}

.align-left .master-heading {
    align-items: flex-start;
}

.align-center .master-heading {
    align-items: center;
}

.align-right .master-heading {
    align-items: flex-end;
}

.master-heading .pre-heading {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #5e709d;
}

.master-heading .main-heading {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
}

.master-heading .sub-heading {
    font-size: 18px;
    line-height: 27px;
    color: #5e709d;
}

.master-heading .divider {
    width: 37px;
    height: 4px;
    margin-bottom: 23px;
    position: relative;
}

.master-heading .divider:before,
.master-heading .divider:after,
.master-heading .divider > span:before,
.master-heading .divider > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #4732d7;
}

.master-heading .divider:after { left: 11px; }
.master-heading .divider > span:before { left: 22px; }
.master-heading .divider > span:after { left: 33px; }

.align-center .master-heading .divider {
    margin-left: auto;
    margin-right: auto;
}

.align-right .master-heading .divider {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1025px) {
    .align--tabletleft .master-heading {
        align-items: flex-start;
    }
    .align--tabletcenter .master-heading {
        align-items: center;
    }
    .align--tabletright .master-heading {
        align-items: flex-end;
    }
    .align--tabletleft .master-heading .divider {
        margin-right: auto;
        margin-left: 0;
    }
    .align--tabletcenter .master-heading .divider {
        margin-left: auto;
        margin-right: auto;
    }
    .align--tabletright .master-heading .divider {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .align--mobileleft .master-heading {
        align-items: flex-start;
    }
    .align--mobilecenter .master-heading {
        align-items: center;
    }
    .align--mobileright .master-heading {
        align-items: flex-end;
    }
    .align--mobileleft .master-heading .divider {
        margin-right: auto;
        margin-left: 0;
    }
    .align--mobilecenter .master-heading .divider {
        margin-left: auto;
        margin-right: auto;
    }
    .align--mobileright .master-heading .divider {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .master-heading .main-heading {
        font-size: 28px;
    }
    .master-heading .sub-heading {
        font-size: 16px;
    }
}

/* ----------------------------------------
    Link 
---------------------------------------- */

.master-link {
    display: inline-block;
    font-size: 16px;
    color: #8998c2;
    font-weight: 500;
    letter-spacing: 0.1px;
    transition: all ease 0.3s;
    position: relative;
}

.master-link .icon {
    color: inherit;
    display: inline-block;
    position: absolute;
    bottom: 3px;
    font-size: 18px;
    opacity: 0;
}

.master-link:hover {
    color: #4732d7;
}

.master-link:hover .icon {
    opacity: 1;
    animation: 0.3s link-icon ease-in;
}

.master-link.icon-left {
    padding-left: 20px;
}

.master-link.icon-left .icon {
    opacity: 1;
    left: -4px;
}

.master-link.icon-right .icon {
    right: -24px;
}

@keyframes link-icon {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ----------------------------------------
    Button 
---------------------------------------- */

.master-button {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    transition: all ease 0.35s;
    background-color: #4732d7;
    font-size: 16px;
    padding: 11px 42px;
    letter-spacing: 0.2px;
    border-radius: 30px;
}

.master-button .icon {
    display: inline-block;
}

.master-button.icon-right .icon {
    margin-left: 8px;
}

.master-button.icon-left .icon {
    margin-right: 8px;
}

.master-button.big {
    padding: 13px 44px;
}

.master-button.big.icon-right .icon {
    margin-left: 8px;
}

.master-button.big.icon-left .icon {
    margin-right: 8px;
}

.master-button.small {
    padding: 9px 34px;
}

.master-button.small.icon-right .icon {
    margin-left: 8px;
}

.master-button.small.icon-left .icon {
    margin-right: 8px;
}

.master-button.btn-white {
    color: #4732d7;
    background-color: #fff;
}

.master-button.btn-dark {
    color: #fff;
    background-color: #26256c;
}

.master-button.btn-light {
    color: #5e709d;
    background-color: #eff5fb;
}

.master-button.btn-outline {
    color: #4732d7;
    background-color: transparent;
    border: 1px solid #4732d7;
}

.master-button:hover {
    color: #fff !important;
}

.master-button.btn-dark:hover {
    opacity: 0.85;
}

.master-button.btn-outline:hover {
    border-color: #26256c;
}

.master-button {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.master-button.btn-accent-2 { color: #fff; background-color: #7d8dff; }
.master-button.btn-outline-2 { color: #7d8dff; background-color: transparent; border: 1px solid #7d8dff; }
.master-button.btn-outline-2:hover { border-color: #26256c; }

.master-button.btn-accent-3 { color: #fff; background-color: #ff4f5b; }
.master-button.btn-outline-3 { color: #ff4f5b; background-color: transparent; border: 1px solid #ff4f5b; }
.master-button.btn-outline-3:hover { border-color: #26256c; }

.master-button.btn-accent-4 {background-image: linear-gradient(to right, #7d8dff 0%, #f85acb  100%)}

.master-button.btn-accent-5 { color: #fff; background-color: #8844ee; }
.master-button.btn-outline-5 { color: #8844ee; background-color: transparent; border: 1px solid #8844ee; }
.master-button.btn-outline-5:hover { border-color: #26256c; }


/* Effect */

.master-button {
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.master-button .hover-effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    background-color: #26256c;
    z-index: -1;
    border-radius: 100%;
    opacity: 0.5;
}

.master-button:hover .hover-effect {
    width: calc(100% * 2.25);
    padding-top: calc(100% * 2.25);
    opacity: 1;
}

.master-button:hover {
    color: #fff !important;
}

/* ----------------------------------------
    Image 
---------------------------------------- */

.master-image {
    transition: 0.3s;
}

.master-image img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.align-center .master-image {
    margin: 0 auto;
}

.align-right .master-image {
    margin: 0 0 0 auto;
}

@media (max-width: 1025px) {
    .align--tabletcenter .master-image {
        margin: 0 auto;
    }
    .align--tabletright .master-image {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 767px) {
    .align--mobilecenter .master-image {
        margin: 0 auto;
    }
    .align--mobileright .master-image {
        margin: 0 0 0 auto;
    }
}

/* ----------------------------------------
    Icon 
---------------------------------------- */

.master-icon {
    display: inline-block;
    transition: 0.35s;
    line-height: 1;
    color: #4732d7;
}

.master-icon svg {
    width: 60px;
    height: 60px;
}

.icon-has-bg .master-icon {
    line-height: 70px;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.master-icon.icon-font h1 {
    line-height: inherit;
    margin-bottom: 0;
    font-size: inherit;
    color: inherit;
}

/* ----------------------------------------
    Icon Box
---------------------------------------- */

.master-icon-box svg {
    stroke: #f96d24;
    width: 180px;
    height: 180px;
    stroke-width: 1;
}

.master-icon-box {
    position: relative;
    display: flex;
    transition: all ease 0.35s;
}

.master-icon-box .headline-2 {
    font-size: 20px;
}

.master-icon-box .headline-2,
.master-icon-box .sep,
.master-icon-box .desc {
    transition: all ease 0.35s;
}

.master-icon-box .sep {
    height: 1px;
    width: 100%;
    background-color: #e1e6ee;
}

.master-icon-box .icon-wrap .headline-2 {
    display: none;
}

.master-icon-box .icon-wrap2 {
    display: none;
}

/* Icon Top */

.icon-position-top .master-icon-box {
    flex-direction: column;
}

.icon-position-top .master-icon-box .master-icon {
    margin-bottom: 25px;
}

/* Icon Left - Right */

.icon-position-left .master-icon-box {
    flex-direction: row;
}

.icon-position-right .master-icon-box {
    flex-direction: row-reverse;
}

.icon-position-left .master-icon-box .master-icon,
.icon-position-right .master-icon-box .master-icon {
    font-size: 70px;
    margin-right: 20px;
}

.icon-position-left .master-icon-box .headline-2,
.icon-position-right .master-icon-box .headline-2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.icon-position-left2 .master-icon-box .icon-wrap .master-icon {
    margin-top: 3px;
}

.icon-position-left2 .master-icon-box .icon-wrap .headline-2 {
    display: block;
}

.icon-position-left2 .master-icon-box .text-wrap .headline-2 {
    display: none;
}

.icon-position-left2 .master-icon-box {
    flex-direction: column;
}

.icon-position-left2 .master-icon-box .icon-wrap {
    display: flex;
    flex-direction: row;
}

/* Icon Left (Right)- Middle */

.icon-position-left.icon-middle .master-icon-box,
.icon-position-right.icon-middle .master-icon-box {
    align-items: center !important;
}

.icon-position-left.icon-middle .master-icon-box .master-icon,
.icon-position-right.icon-middle .master-icon-box .master-icon {
    display: flex;
    justify-content: center;
}

.icon-has-shadow .master-icon-box .master-icon {
    box-shadow: 0 4.5px 10.6px rgba(112, 144, 176, 0.13), 0 15px 35px rgba(112, 144, 176, 0.2);
}

/* Hover effect */

.hover-effect-style-1 .elementor-widget-container,
.hover-effect-style-2 .elementor-widget-container {
    position: relative;
    overflow: hidden;
    transition: all ease 0.35s !important;
}

.hover-effect-style-1 .elementor-widget-container:before {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: calc(100%);
    height: 0;
    background-color: #4732d7;
    transition: all ease 0.35s;
}

.hover-effect-style-1.active .elementor-widget-container,
.hover-effect-style-1:hover .elementor-widget-container,
.hover-effect-style-2.active .elementor-widget-container,
.hover-effect-style-2:hover .elementor-widget-container {
    transform: translateY(-10px);
}

.hover-effect-style-1.active .elementor-widget-container:before,
.hover-effect-style-1:hover .elementor-widget-container:before {
    height: 4px;
    opacity: 1;
}

/* ----------------------------------------
    Carousel Box 
---------------------------------------- */

.item-carousel {
    width: 100%;
    transition: 0s;
}

.column-1-gap-10px .item-carousel {
    width: 100%;
    margin-right: 10px;
}

.column-1-gap-20px .item-carousel {
    width: 100%;
    margin-right: 20px;
}

.column-1-gap-30px .item-carousel {
    width: 100%;
    margin-right: 30px;
}

.column-1-gap-40px .item-carousel {
    width: 100%;
    margin-right: 40px;
}

/* Gap 0 */

.column-2-gap-0px .item-carousel {
    width: calc((100%) / 2);
}

.column-3-gap-0px .item-carousel {
    width: calc((100%) / 3);
}

.column-4-gap-0px .item-carousel {
    width: calc((100%) / 4);
}

.column-5-gap-0px .item-carousel {
    width: calc((100%) / 5);
}

.column-6-gap-0px .item-carousel {
    width: calc((100%) / 6);
}

.column-2-gap-10px .item-carousel {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .column-2-gap-10px .item-carousel {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .column-2-gap-10px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-3-gap-10px .item-carousel {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .column-3-gap-10px .item-carousel {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .column-3-gap-10px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-4-gap-10px .item-carousel {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .column-4-gap-10px .item-carousel {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .column-4-gap-10px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-5-gap-10px .item-carousel {
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .column-5-gap-10px .item-carousel {
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .column-5-gap-10px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-6-gap-10px .item-carousel {
    width: calc((100% - 50px) / 6);
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .column-6-gap-10px .item-carousel {
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .column-6-gap-10px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-2-gap-20px .item-carousel {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .column-2-gap-20px .item-carousel {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .column-2-gap-20px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-3-gap-20px .item-carousel {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .column-3-gap-20px .item-carousel {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .column-3-gap-20px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-4-gap-20px .item-carousel {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .column-4-gap-20px .item-carousel {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .column-4-gap-20px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-5-gap-20px .item-carousel {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .column-5-gap-20px .item-carousel {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .column-5-gap-20px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-6-gap-20px .item-carousel {
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .column-6-gap-10px .item-carousel {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .column-6-gap-10px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-2-gap-30px .item-carousel {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .column-2-gap-30px .item-carousel {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .column-2-gap-30px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-3-gap-30px .item-carousel {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .column-3-gap-30px .item-carousel {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .column-3-gap-30px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-4-gap-30px .item-carousel {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .column-4-gap-30px .item-carousel {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .column-4-gap-30px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-5-gap-30px .item-carousel {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .column-5-gap-30px .item-carousel {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .column-5-gap-30px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-6-gap-30px .item-carousel {
    width: calc((100% - 120px) / 6);
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .column-6-gap-30px .item-carousel {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .column-6-gap-30px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-2-gap-40px .item-carousel {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
}

@media (max-width: 1024px) {
    .column-2-gap-40px .item-carousel {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .column-2-gap-40px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-3-gap-40px .item-carousel {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
}

@media (max-width: 1024px) {
    .column-3-gap-40px .item-carousel {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .column-3-gap-40px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-4-gap-40px .item-carousel {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
}

@media (max-width: 1024px) {
    .column-4-gap-40px .item-carousel {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .column-4-gap-40px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-5-gap-40px .item-carousel {
    width: calc((100% - 160px) / 5);
    margin-right: 40px;
}

@media (max-width: 1024px) {
    .column-5-gap-40px .item-carousel {
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .column-5-gap-40px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-6-gap-40px .item-carousel {
    width: calc((100% - 160px) / 6);
    margin-right: 40px;
}

@media (max-width: 1024px) {
    .column-6-gap-40px .item-carousel {
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .column-6-gap-40px .item-carousel {
        width: 100%;
        margin-right: 0;
    }
}

.column-2-gap-100px .item-carousel {
    width: calc((100% - 100px) / 2);
    margin-right: 100px;
}

@media (max-width: 1024px) {
    .column-2-gap-100px .item-carousel {
        width: calc((100% - 60px) / 2);
        margin-right: 60px;
    }
}

@media (max-width: 767px) {
    .column-2-gap-100px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-3-gap-100px .item-carousel {
    width: calc((100% - 200px) / 3);
    margin-right: 200px;
}

@media (max-width: 1024px) {
    .column-3-gap-100px .item-carousel {
        width: calc((100% - 120px) / 2);
        margin-right: 120px;
    }
}

@media (max-width: 767px) {
    .column-3-gap-100px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-4-gap-100px .item-carousel {
    width: calc((100% - 300px) / 4);
    margin-right: 300px;
}

@media (max-width: 1024px) {
    .column-4-gap-10px .item-carousel {
        width: calc((100% - 180px) / 2);
        margin-right: 180px;
    }
}

@media (max-width: 767px) {
    .column-4-gap-100px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-5-gap-100px .item-carousel {
    width: calc((100% - 400px) / 5);
    margin-right: 100px;
}

@media (max-width: 1024px) {
    .column-5-gap-100px .item-carousel {
        width: calc((100% - 240px) / 3);
        margin-right: 240px;
    }
}

@media (max-width: 767px) {
    .column-5-gap-100px .item-carousel {
        width: 100%;
        margin-right: 30px;
    }
}

.column-custom-gap-10px .item-carousel {
    margin: 0 5px;
}

.column-custom-gap-20px .item-carousel {
    margin: 0 10px;
}

.column-custom-gap-30px .item-carousel {
    margin: 0 15px;
}

.column-custom-gap-40px .item-carousel {
    margin: 0 20px;
}

/* Bullets */

.master-carousel-box .flickity-page-dots {
    bottom: 0;
    height: 25px;
    line-height: 25px;
    z-index: 999;
    transform: translateY(25px);
}

.master-carousel-box .flickity-page-dots .dot {
    position: relative;
    width: 8px;
    height: 8px;
    opacity: 1;
    border: 1px solid #4732d7;
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 0;
    margin: 0 7px;
    border-radius: 50%;
}

.master-carousel-box .flickity-page-dots .dot.is-selected {
    margin-bottom: -2px;
    width: 12px;
    height: 12px;
    background-color: #4732d7;
}


.dot-accent-2 .master-carousel-box .flickity-page-dots .dot { border: 1px solid #7d8dff; }
.dot-accent-2 .master-carousel-box .flickity-page-dots .dot.is-selected { background-color: #7d8dff; }

.dot-accent-3 .master-carousel-box .flickity-page-dots .dot { border: 1px solid #ff4f5b; }
.dot-accent-3 .master-carousel-box .flickity-page-dots .dot.is-selected { background-color: #ff4f5b; }

.dot-accent-5 .master-carousel-box .flickity-page-dots .dot.is-selected { background-color: #8844ee; }


.bullets-bottom-left .master-carousel-box .flickity-page-dots {
    text-align: left;
}

.bullets-bottom-right .master-carousel-box .flickity-page-dots {
    text-align: right;
}

.master-carousel-box.bullets-0px {
    margin-bottom: 25px;
}

.master-carousel-box.bullets-10px {
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-20px {
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-30px {
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-40px {
    padding-bottom: 40px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-50px {
    padding-bottom: 50px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-60px {
    padding-bottom: 60px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-70px {
    padding-bottom: 70px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-80px {
    padding-bottom: 80px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-90px {
    padding-bottom: 90px;
    margin-bottom: 25px;
}

.master-carousel-box.bullets-100px {
    padding-bottom: 100px;
    margin-bottom: 25px;
}

/* Arrows */

.master-carousel-box .flickity-button {
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.master-carousel-box .flickity-button svg {
    display: none;
}

.master-carousel-box .flickity-button.previous {
    left: -60px;
}

.master-carousel-box .flickity-button.next {
    right: -60px;
}

.master-carousel-box .flickity-button .flickity-button-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    fill: #666;
    transition: all 0.3s ease;
    padding: 5%;
}

.master-carousel-box .flickity-button:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    text-align: center;
    transition: 0.3s;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 50%;
    line-height: 36px;
}

.master-carousel-box .flickity-button.next:after {
    content: "\f054";
    padding-left: 2px;
}

.master-carousel-box .flickity-button.previous:after {
    padding-right: 2px;
}

.master-carousel-box .flickity-button:hover {
    opacity: 0.7;
}

.master-carousel-box .flickity-button:focus {
    box-shadow: none;
}

.master-carousel-box .flickity-button:disabled,
.master-carousel-box .flickity-button:disabled:hover {
    opacity: 1;
}

.arrow-position-top .flickity-button {
    top: 0;
    margin-top: -40px;
    transform: translateY(-100%);
}

.arrow-position-top .flickity-button.next {
    right: 0;
    top: 0px;
}

.arrow-position-top .flickity-button.previous {
    left: auto;
    right: 50px;
    top: 0px;
}

.arrow-position-bottom-right .flickity-button {
    bottom: 70px;
    top: unset;
    left: unset;
}

.arrow-position-bottom-right .flickity-button.next {
    right: 70px;
}

.arrow-position-bottom-right .flickity-button.previous {
    right: 145px;
    left: unset;
}

.arrow-position-middle-right .flickity-button.previous {
    left: unset;
    right: 45px;
}

@media screen and (max-width: 767px) {
    .flickity-button {
        position: static !important;
        margin-top: 20px !important;
        transform: translateY(0) !important;
    }
    .flickity-button.next {
        margin-left: 6px;
    }
    .master-carousel-box.bullets-40px {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .master-carousel-box.bullets-50px {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .master-carousel-box.bullets-60px {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .master-carousel-box.bullets-70px {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .master-carousel-box.bullets-80px {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .master-carousel-box.bullets-90px {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .master-carousel-box.bullets-100px {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
}

/* ----------------------------------------
    Quote Box 
---------------------------------------- */

.master-quote .avatar {
    float: left;
    margin-right: 35px;
    margin-top: 5px;
}

.master-quote .content-wrap {
    overflow: hidden;
}

.master-quote .desc,
.master-quote .name,
.master-quote .role {
    font-size: 18px;
    line-height: 27px;
}

.master-quote .desc p {
    margin-bottom: 27px;
}

.master-quote .name {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    padding-right: 8px;
}

.master-quote .name a {
    display: inline-block;
    color: #4732d7;
}

.master-quote .name a:before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #4732d7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.master-quote .name a:hover {
    color: #4732d7;
}

.master-quote .role {
    color: #8998c2;
}

/* ----------------------------------------
    Progress Bar 
---------------------------------------- */

.master-progress-bar {
    font-size: 16px;
    font-weight: 500;
}

.master-progress-bar .texts {
    margin-bottom: 10px;
}

.master-progress-bar .title {
    color: #26256c;
}

.master-progress-bar .percent {
    color: #7e8288;
    float: right;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.master-progress-bar .progress-bar {
    height: 5px;
    background-color: #ebe5e5;
}

.master-progress-bar .progress {
    height: 100%;
    width: 0;
    background-color: #4732d7;
    transition: all 0.6s linear;
}

/* ----------------------------------------
    Video Icon
---------------------------------------- */

.master-video-icon {
    cursor: pointer;
}

.master-video-icon .btn-inner { display: inline-block; }

.master-video-icon a {
    font-size: 16px;
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    text-align: center !important;   
    z-index: 0;
    box-shadow: 0 10px 35px 0 rgba(41, 41, 32, 0.1) !important;
}

.master-video-icon a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    animation: circle-fade-inf 2s infinite ease-in-out; transition: all 0.5s ease;
    z-index: -1
}

@keyframes circle-fade-inf {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

.master-video-icon i { margin-left: 3%; }


.slider-video-icon.master-video-icon.small a,
.slider-video-icon.master-video-icon.small a:after {
    width: 70px;
    height: 70px;
}

.slider-video-icon.master-video-icon.big a,
.slider-video-icon.master-video-icon.big a:after {
    width: 100px;
    height: 100px;
    font-size: 20px;
}

.slider-video-icon.master-video-icon a {
    background-color: #fff;
}

.slider-video-icon.master-video-icon.style-1 a {
    background-color: #fff;
}

.slider-video-icon.master-video-icon.style-1 i {
    color: #7d8dff;
}

.slider-image-video { position: relative; }
.slider-image-video .master-video-icon { position: absolute; left: 50%; top: 50%; margin: -50px 0 0 -50px; }
.slider-image-video .master-video-icon a,
.slider-image-video .master-video-icon a:after {
    width: 100px;
    height: 100px;
    font-size: 20px;
    color: #7d8dff;
}

/* ----------------------------------------
    Fancy Image
---------------------------------------- */

.align-center.master-fancy-image {
    margin-left: auto;
    margin-right: auto;
}

.align-right .master-fancy-image {
    margin-left: auto;
    margin-right: 0;
}

.master-fancy-image .master-video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-left: -50px;
    transition: all ease 1.3s;
}

.master-fancy-image.is-in-view .master-video-icon {
    opacity: 1;
    margin-left: 0;
}

.video-left .master-fancy-image .master-video-icon {
    left: 0;
}

.video-right .master-fancy-image .master-video-icon {
    right: 0;
    left: unset;
    transform: translate(50%, -50%);
}

.master-fancy-image-holder,
.master-fancy-image-bg {
    -webkit-transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
}

.master-fancy-image-bg {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 0;
    background-color: #f5ad0d;
    width: 100%;
    height: 100%;
}

.master-fancy-image-holder {
    opacity: 0;
}

.master-fancy-image-holder img {
    width: 100%;
}

.master-fancy-image-holder,
.master-fancy-image {
    position: relative;
}

.master-fancy-image.is-in-view .master-fancy-image-bg,
.master-fancy-image.is-in-view .master-fancy-image-holder {
    opacity: 1;
}

.master-fancy-image.bg-top {
    margin: 0 20px 20px 0;
}

.master-fancy-image.is-in-view.bg-top .master-fancy-image-bg {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}

.master-fancy-image.is-in-view.bg-top .master-fancy-image-holder {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}

.master-fancy-image.bg-right {
    margin: 0 0 20px 20px;
}

.master-fancy-image.is-in-view.bg-right .master-fancy-image-bg {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
}

.master-fancy-image.is-in-view.bg-right .master-fancy-image-holder {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
}

.master-fancy-image.bg-bottom {
    margin: 20px 0 0 20px;
}

.master-fancy-image.is-in-view.bg-bottom .master-fancy-image-bg {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}

.master-fancy-image.is-in-view.bg-bottom .master-fancy-image-holder {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}

.master-fancy-image.bg-left {
    margin: 20px 20px 0 0;
}

.master-fancy-image.is-in-view.bg-left .master-fancy-image-bg {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
}

.master-fancy-image.is-in-view.bg-left .master-fancy-image-holder {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
}

/* Simple Image */

.master-fancy-image img {
    width: 100%;
}

.master-fancy-image.reveal {
    display: inline-block;
}

.master-fancy-image.reveal>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.master-fancy-image.reveal.is-in-view {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.master-fancy-image.reveal>figure {
    opacity: 0;
}

.master-fancy-image.reveal.is-in-view>figure {
    -webkit-animation-name: hide-show;
    animation-name: hide-show;
}

.master-fancy-image.reveal:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.r-10 .master-fancy-image.reveal:after {
    border-radius: 10px;
}

.r-18 .master-fancy-image.reveal:after {
    border-radius: 18px;
}

.master-fancy-image.reveal.lr.is-in-view:after {
    -webkit-animation-name: reveal-from-left;
    animation-name: reveal-from-left;
}

.master-fancy-image.reveal.rl.is-in-view:after {
    -webkit-animation-name: reveal-from-right;
    animation-name: reveal-from-right;
}

.master-fancy-image.reveal .master-video-icon {
    opacity: 0;
    margin-left: -40px;
    transition: all 1.4s ease-in;
}

.master-fancy-image.reveal.is-in-view .master-video-icon {
    opacity: 1;
    margin-left: 0;
}

.master-fancy-image.reveal.is-in-view .master-video-icon .circle-1,
.master-fancy-image.reveal.is-in-view .master-video-icon .circle-2 {
    display: none;
}

@media screen and (max-width: 1450px) {
    .master-fancy-image.stretch-custom,
    .master-fancy-image.stretch-left,
    .master-fancy-image.stretch-right { margin: 0 !important; }
}

@media screen and (max-width: 575px) {
    .video-left .master-fancy-image .master-video-icon,
    .video-right .master-fancy-image .master-video-icon {
        left: 50%;
        transform: translate(-50%, -50%);
        width: fit-content;
    }
}


/* ----------------------------------------
    List
---------------------------------------- */

.master-list .icon-wrap {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #17c434;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
    z-index: 9999;
    font-size: 18px;
}

.master-list .content-wrap {
    font-size: 17px;
    font-weight: 500;
    color: #373737;
}

/* ----------------------------------------
    Counter
---------------------------------------- */

.master-counter {
    transition: all ease 0.35s;
}

.master-counter .inner {
    display: inline-block;
    position: relative;
}

.master-counter .icon-wrap {
    font-size: 18px;
    line-height: normal;
    color: #4732d7;
    margin-bottom: 24px;
}

.master-counter.icon-inline-yes .icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.master-counter.icon-inline-yes .number-wrap {
    padding-left: 62px;
}

.master-counter .number-wrap {
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #26256c;
    margin-bottom: 8px;
}

.master-counter .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.master-counter .desc {
    font-size: 16px;
    line-height: 24px;
}

/* ----------------------------------------
    Accordions
---------------------------------------- */

.master-accordions .title .arrow {
    position: absolute;
    color: #26256c;
    font-size: 16px;
    right: 0;

}

.master-accordions .item:last-child {
    margin-bottom: 0 !important;
}

.master-accordions .content {
    display: none;
}

.master-accordions .item { border-bottom: 1px solid #e7e7e7; }
   
.master-accordions {
    overflow: hidden;
}

.master-accordions .title {
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #26256c;
    cursor: pointer;
    padding: 26px 0;
}

.master-accordions .item .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
}

.master-accordions .item .arrow:after {
    content: "\e9b1";
    font-family: 'Feather';
}

.master-accordions .item.active .arrow {
    color: #26256c;
}

.master-accordions .item.active .arrow:after {
    content: "\e996";
}

.master-accordions .title h3 {
    transition: 0.3s;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.master-accordions .content {
    padding: 0 0 30px 0;
    display: none;
}

.master-accordions .content p {
    margin-bottom: 0;
}


/* ----------------------------------------
    Tabs
---------------------------------------- */

.master-tabs {
    position: relative;
}

.master-tabs .tab-link-wrap {
    list-style: none;
    margin: 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    position: relative;
}

.master-tabs .tab-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #7e8288;
    padding: 22px 25px;
    transition: color 0.3s ease;
    position: relative;
    border-bottom-color: transparent;
}

.master-tabs .tab-link.active:after,
.master-tabs .tab-link.active:before {
    position: absolute;
    top: 100%;
    left: 100%;
    content: "";
    width: 1000px;
}

.master-tabs .tab-link.active:before {
    right: 100%;
    left: unset;
}

.master-tabs .tab-link .hover-effect {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #4732d7;
    transition: all ease 0.35s;
}

.master-tabs .tab-link:hover .hover-effect {
    width: 100%;
    left: 0;
}

.tabs-hover-enable .master-tabs .tab-link .hover-effect {
    height: 3px;
}

.tabs-hover-enable .master-tabs .tab-link.active .hover-effect {
    width: 100%;
}

.master-tabs .tab-link:last-child {
    margin-right: 0 !important;
}

.master-tabs .tab-content {
    display: none;
    padding: 30px 0 0;
}

.master-tabs .tab-content.active {
    display: block;
}

.master-tabs .tab-content p:last-child {
    margin-bottom: 0;
}

.tab-nav-left .master-tabs .tab-link-wrap {
    justify-content: flex-start;
}

.tab-nav-right .master-tabs .tab-link-wrap {
    justify-content: flex-end;
}

.tab-nav-center .master-tabs .tab-link-wrap {
    justify-content: center;
}

.tab-nav-justify .master-tabs .tab-link-wrap {
    justify-content: space-evenly;
}

.tab-nav-justify .master-tabs .tab-link-wrap .tab-link {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.master-tabs .tab-link-wrap .tab-link .icon-image {
    margin-right: auto;
    margin-left: auto;
}

/* extra class */

.sep-full-screen .master-tabs .tab-link-wrap {
    position: relative;
    overflow: visible;
}

.sep-full-screen .master-tabs .tab-link-wrap:after {
    position: absolute;
    width: 100vw;
    height: 100%;
    content: "";
    background-color: #fff;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
    bottom: 0;
    left: calc((-100vw + 100%) / 2);
    z-index: -1;
}

.sep-full-screen.dark .master-tabs .tab-link-wrap:after {
    background-color: #26256c;
}

@media screen and (max-width: 575px) {
    .master-tabs .tab-link-wrap {
        display: block;
    }
    .master-tabs .tab-link {
        display: block;
        max-width: 100% !important;
        border: 1px solid rgba(130, 130, 130, 0.15);
        padding: 20px !important;
    }
    .master-tabs .icon-wrap.icon-image {
        display: none;
    }
}

/* ----------------------------------------
    Parallax Images
---------------------------------------- */

.master-parallax-box {
    position: relative;
    width: 100%;
}

.master-parallax-item {
    position: absolute;
    display: inline-block;
    overflow: hidden;
}

.master-parallax-item img {
    width: 100%;
    height: auto;
}

/* ----------------------------------------
    Subscribe Form
---------------------------------------- */

.master-subscribe-form .input-wrap {
    margin-right: 5px;
    flex-grow: 1;
}

.master-subscribe-form input {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(168, 170, 173, 0.3);
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    height: 56px;
}

.master-subscribe-form button {
    background-color: #4732d7;
    color: #fff;
    border-radius: 3px;
}

.master-subscribe-form button:hover {
    background-color: #fff;
    color: #4732d7;
    border-color: #fff;
}

.master-subscribe-form input::placeholder {
    color: #aaa;
    opacity: 1;
}

.master-subscribe-form input:-ms-input-placeholder {
    color: #aaa;
}

.master-subscribe-form input::-ms-input-placeholder {
    color: #aaa;
}

.master-subscribe-form .mc4wp-form-fields {
    display: flex;
}

.align-center .master-subscribe-form .mc4wp-form-fields {
    margin: 0 auto;
}

.align-right .master-subscribe-form .mc4wp-form-fields {
    margin-right: 0;
    margin-left: auto;
}

.master-subscribe-form.style-2 input {
    background-color: transparent;
    border-color: rgba(168, 170, 173, 0.3);
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.master-subscribe-form.style-2 input:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

.master-subscribe-form.style-2 input::placeholder {
    color: #fff;
    opacity: 1;
}

.master-subscribe-form.style-2 input:-ms-input-placeholder {
    color: #fff;
}

.master-subscribe-form.style-2 input::-ms-input-placeholder {
    color: #fff;
}

.master-subscribe-form.style-3 input {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.master-subscribe-form.style-3 input:focus {
    border-color: #fff;
}

.master-subscribe-form.style-3 input::placeholder {
    color: #fff;
    opacity: 1;
}

.master-subscribe-form.style-3 input:-ms-input-placeholder {
    color: #fff;
}

.master-subscribe-form.style-3 input::-ms-input-placeholder {
    color: #fff;
}

.master-subscribe-form.style-3 button {
    color: #4732d7;
    background-color: #f2e1c2;
}

.master-subscribe-form.style-3 button:hover {
    color: #fff;
    background-color: #26256c;
}

@media (max-width: 1024px) {
    .align--tabletleft .master-subscribe-form .mc4wp-form-fields {
        margin-left: 0;
        margin-right: auto;
    }
    .align--tabletcenter .master-subscribe-form .mc4wp-form-fields {
        margin: 0 auto;
    }
    .align--tabletright .master-subscribe-form .mc4wp-form-fields {
        margin-right: 0;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .master-subscribe-form .mc4wp-form-fields {
        display: block;
    }
    .master-subscribe-form .input-wrap {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

/* ----------------------------------------
    Contact Form 
---------------------------------------- */

.wpcf7 .cf7-style-1 { padding: 50px 70px 60px; border-radius: 20px; background-color: #fff; box-shadow: 0 10px 35px 0 rgb(41 41 32 / 10%); }
.wpcf7 .cf7-style-1 h4 { font-size: 20px; text-align: center; margin-bottom: 35px; }
.wpcf7 .cf7-style-1 p { margin: 0; }

.wpcf7 .cf7-style-1 input,
.wpcf7 .cf7-style-1 textarea {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.wpcf7 .cf7-style-1 textarea {
    height: 150px;
}

.wpcf7 .cf7-style-1 .wpcf7-submit { background-color: transparent; color: #4732d7; border :1px solid #4732d7; width: 160px; float: right }
.wpcf7 .cf7-style-1 .wpcf7-submit:hover { opacity: 0.7; }

.wpcf7 .wpcf7-not-valid-tip { font-size: 14px; }
.wpcf7 .ajax-loader {
    position: absolute;
    left: 0px;
}

@media (max-width: 1024px) {
    .wpcf7 .cf7-style-1 { padding: 50px 30px; }
}


/* ----------------------------------------
    Demo Box 
---------------------------------------- */

.master-demo-box .image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin-bottom: 26px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}

.master-demo-box .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: 4s;
}

.master-demo-box:hover .image-wrap img {
    transform: translateY(calc(-100% + 600px));
}

.master-demo-box .headline-2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}

.master-demo-box .image-wrap .headline-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    opacity: 0;
}

.coming-soon .master-demo-box .image-wrap {
    background-color: #4732d7;
}

.coming-soon .master-demo-box .image-wrap img {
    opacity: 0;
}

.coming-soon .master-demo-box>.headline-2 {
    opacity: 0;
}

.coming-soon .master-demo-box .image-wrap .headline-2 {
    opacity: 1;
}

.contact-box {
    box-shadow: 0px 0px 70px 30px rgba(209, 185, 234, 0.5);
    max-width: 650px;
    border-radius: 10px;
}

/* ----------------------------------------
    Gallery 
---------------------------------------- */

.master-gallery img {
    width: 100%;
    height: auto;
}

/* ----------------------------------------
    Partner
---------------------------------------- */

/* ----------------------------------------
    Image Box 
---------------------------------------- */

.master-image-box {
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s !important;
}

.master-image-box p {
    margin-bottom: 0;
}

.master-image-box .content-wrap {
    transition: all ease 0.35s;
    padding-top: 40px;
}

.master-image-box .master-icon {
    margin-bottom: 30px;
}

.master-image-box .headline-2 {
    transition: 0.3s;
    margin-bottom: 34px;
}

.master-image-box .desc {
    position: relative;
    margin-bottom: 33px;
    transition: 0.3s;
}

.master-image-box .thumb {
    overflow: hidden;
}

.master-image-box .thumb img {
    width: 100%;
    height: auto;
    transition: all ease 0.35s;
}

/* ----------------------------------------
    Project 
---------------------------------------- */

.master-project { overflow: hidden; }
.master-project .content-wrap {
    padding: 22px 0 0;
}

.master-project .headline-2 {
    font-size: 20px;
    margin-bottom: 18px;
}

.master-project .project-cat a {
    font-size: 14px;
    font-weight: 500;
    color: #5e709d;
    display: inline-block;
    transition: color 0.3s ease;
}

.master-project .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
}

.master-project .url-wrap {
    margin-top: 22px;
}

.thumb-has-border .master-project .thumb {
    border: 1px solid #e7e7e7;
}

.master-project .thumb { display: block; position: relative; overflow: hidden; }

.master-project .thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 43, 0.7);
    content: '';
    opacity: 0;
    transition: opacity 0.35s;
    z-index: 1;
}

.master-project .thumb:hover:after {
    opacity: 1;
}

.master-project .thumb:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    font-size: 20px;
    color: #7d8dff;
    border-radius: 22px;
    line-height: 42px;
    text-align: center;
    content: "+";
    z-index: 2;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}

.master-project .thumb:hover:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.master-project .headline-2 a {
    transition: color 0.3s ease;
}

.master-project:hover .headline-2 a {
    color: #4732d7;
}

.title-color-2 .flickity-slider .master-project:first-child .headline-2 a,
.title-color-2 .cbp-item:first-child .master-project .headline-2 a,
.title-color-2 .cbp-item:first-child .master-project .url-wrap a,
.title-color-2 .master-project:hover .headline-2 a,
.title-color-2 .master-project:hover .url-wrap a {
    color: #6e59ed !important;
}

.info-wrap ul {
    margin: 0 0;
}

.info-wrap ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
    color: #8998c2;
}

.info-wrap ul li div,
.info-wrap ul li p,
.info-wrap ul li a {
    display: inline-block;
    margin: 0 0;
    overflow: hidden;
}

.info-wrap ul li div {
    color: #26256c;
    min-width: 170px;
}

.info-wrap ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .master-project .thumb img {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .info-wrap ul li div {
        display: block;
    }
}

/* ----------------------------------------
    Partner
---------------------------------------- */

.item-carousel .thumb { overflow: hidden; }

.item-carousel.master-partner img {
    transition: all 0.35s;
}

.item-carousel.master-partner img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
    /* Partner carousel */
    .column-6-gap-0px .item-carousel.master-partner {
        width: calc( 100% / 3);
    }
}

@media screen and (max-width: 767px) {
    /* Partner carousel */
    .column-6-gap-0px .item-carousel.master-partner {
        width: calc( 100% / 2);
    }
}

/* ----------------------------------------
    Socials Sharing
---------------------------------------- */

.master-social-share.style-1 a { width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 14px; background-color: #c3cbe0; color: #fff; border-radius: 50%; margin-right: 5px; display: inline-block; }

.master-social-share.style-1 a:hover { background-color: #7D8DFF; }

/* ----------------------------------------
    Cube Portfolio 
---------------------------------------- */

.projects-filter { margin-bottom: 40px; }

.projects-filter .cbp-filter-item {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-right: 55px;
    color: #7e8288;
    cursor: pointer;
    transition: 0.3s;
}

.projects-filter .cbp-filter-item:hover,
.projects-filter .cbp-filter-item.cbp-filter-item-active {
    color: #4732d7;
}

.projects-filter .cbp-filter-counter {
    display: none;
}

.master-portfolio .cbp-wrapper-outer {
    overflow: visible;
}

.master-portfolio .cbp .cbp-item {
    overflow: visible;
}

.portfolio-grid .cbp-wrapper .cbp-item:nth-child(2) {
    padding-top: 100px;
}

.no-pdd .portfolio-grid .cbp-wrapper .cbp-item:nth-child(2) {
    padding-top: 0;
}

@media only screen and (max-width: 1024px) {
    .portfolio-grid .cbp-wrapper .cbp-item:nth-child(2) {
        padding-top: 0;
    }
}

/* ----------------------------------------
    News 
---------------------------------------- */

.master-news {
    position: relative;
}

.master-news .content-wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all ease 0.1s;
}

.master-news .thumb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.master-news .thumb img {
    width: 100%;
    height: auto;
}

.master-news .post-date {
    display: inline-block;
    font-size: 14px;
    color: #acacac;
    font-weight: 500;
    margin-bottom: 18px;
}

.master-news .post-cat {
    position: relative;
    padding-left: 8px;
    margin-left: 8px;
    color: #acacac;
    font-weight: 500;
}

.master-news .post-cat:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background-color: #8998c2;
    left: 0;
    bottom: 2px;
}

.master-news .headline-2 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
}

.master-news .desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}

/* Style 1 */

.news-style-1 .master-news .content-wrap,
.cbp-item .master-news .content-wrap {
    margin-top: -1px;
    padding: 35px 36px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    transition: all ease 0.35s;
}


.news-style-1 .master-news:hover .headline-2 a {
    color: #4732d7;
}

.news-style-1.color-style-2 .flickity-slider .master-news:first-child .content-wrap .master-button,
.news-style-1.color-style-2 .master-news:hover .content-wrap .master-button .hover-effect {
    background-color: #6E59ED !important;
    color: #fff;
}

.news-style-1.color-style-2 .master-news:hover .headline-2 a {
    color: #6E59ED !important;
}

/* ----------------------------------------
    Price
---------------------------------------- */

.master-price-box {
    text-align: center;
}

.master-price-box .price-wrap {
    margin-bottom: 36px;
    position: relative;
}

.master-price-box .price {
    font-size: 42px;
    line-height: 50px;
    color: #26256c;
    font-weight: 600;
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.master-price-box .headline-2 {
    font-size: 20px;
    margin-bottom: 13px;
}

.master-price-box .sub-headline {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 33px;
}

.master-price-box .desc {
    margin-bottom: 26px;
}

.master-price-box .desc ul li.del {
    color: #9ca6c0;
}

.master-price-box .desc ul.has-arrow {
    margin: 0;
    list-style: none;
}

.master-price-box .desc ul.has-arrow li {
    font-size: 18px;
    line-height: 40px;
}

.master-price-box .desc ul.has-arrow li > span {
    position: relative;
    padding-left: 32px;
}


.master-price-box .desc ul.has-arrow li > span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 3px;
    color: #4732d7;
}

.pricebox-style-1 .master-price-box {
    padding: 20px 0 50px;
    border-bottom: 1px solid #ccc;
}

.pricebox-style-1 .master-price-box .desc {
    text-align: left;
    padding: 0 35px;
}

.pricebox-style-1 .master-price-box .desc ul li {
    padding-left: 35px;
}

.pricebox-style-1 .master-price-box .desc ul li:before {
    content: "\e9d8";
    color: #28c844;
    font-family: "unicons";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

.pricebox-style-1 .master-price-box .desc ul li.del:before {
    content: "\ebeb";
    font-size: 18px;
    color: #cacaca;
}

.pricebox-style-1.premium .master-price-box {
    background-color: #ecf8ff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.pricebox-style-2 .master-price-box {
    padding: 44px 50px;
    transition: all ease 0.35s;
}

.pricebox-style-3.premium .master-price-box .price-wrap:before {
    padding: 5px 10px;
    background-color: #18c434;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    content: "Best Value";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
    .pricebox-style-1 .master-price-box {
        border: 1px solid #ccc;
        border-radius: 5px;
    }
}

/* ----------------------------------------
    Team 
---------------------------------------- */

.master-team {
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s !important;
}

.master-team .avatar {
    overflow: hidden;
}

.master-team .avatar img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.master-team .avatar:hover img {
    transform: scale(1.2);
}

.master-team .content-wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    transition: all ease 0.35s;
}

.master-team .team-info {
    margin-bottom: 33px;
}

.master-team .team-role {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05em;
    margin: 38px 0 10px;
}

.master-team .team-name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 33px;
}

.master-team .team-name a {
    color: inherit;
}

.master-team .team-name:hover {
    color: #4732d7;
}

.master-team .socials-wrap a {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    color: #4732d7;
    border: 1px solid #4732d7;
}

.master-team .socials-wrap a:hover {
    background-color: #4732d7;
    color: #fff;
}

/* Team in carousel */

.master-team-carousel .master-team .content-wrap {
    padding: 33px 35px 26px;
    background-color: #4732d7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    opacity: 0;
    transform: scale(0.8);
}

.master-team-carousel .master-team:hover .content-wrap {
    opacity: 1;
    transform: scale(1);
}

.master-team-carousel .master-team .team-role,
.master-team-carousel .master-team .team-name,
.master-team-carousel .master-team .desc {
    color: #fff;
}

.master-team-carousel .master-team .team-name:hover {
    color: rgba(255, 255, 255, 0.7);
}

.master-team-carousel .master-team .socials-wrap a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.master-team-carousel .master-team .socials-wrap a:hover {
    background-color: #26256c;
}

.master-team-carousel .master-team .desc {
    margin-bottom: 30px;
}

.master-team-carousel .master-team .socials-wrap {
    margin-bottom: 55px;
}

.master-team-carousel .master-team .team-name {
    margin-bottom: 20px;
}

.master-team-carousel .master-team .team-role {
    margin: 0;
}

/* ----------------------------------------
    Testimonial 
---------------------------------------- */

.master-testimonial {
    position: relative;
    border-color: #f7f5f9;
    transition: box-shadow 0.3s, transform 0.3s !important;
}

.master-testimonial .name {
    font-size: 16px;
    margin-bottom: 2px;
    color: #26256c;
}

.master-testimonial .role {
    font-size: 15px;
    margin-bottom: 6px;
    color: #aeaeae;
}

.master-testimonial .content-wrap {
    position: relative;
}

.master-testimonial .comment {
    font-size: 16px;
    line-height: 24px;
}

.master-testimonial .comment p {
    margin-bottom: 0px;
}

.master-testimonial .avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 17px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e7e7e7;
}

.master-testimonial .avatar img {
    width: 100%;
    height: auto;
}

.master-testimonial .rating {
    margin: 0 auto;
}

@media (min-width: 1025px) {
  .center-mode .master-testimonial { opacity: 0.5 !important; }
  .center-mode .master-testimonial.center { opacity: 1 !important; }
}

/* Style 1 */

.testimonials-style-1 .master-testimonial {
    background-color: #fff;
    padding: 0 40px 25px;
    margin-bottom: 70px;
    margin-top: 40px;
    box-shadow: 0 15px 35px rgba(112, 144, 176, 0.2);
}

.testimonials-style-1 .master-testimonial .rating {
    margin-bottom: 28px;
}

.testimonials-style-1 .master-testimonial .avatar {
    margin-top: -40px;
}

/* Style 2 */

.testimonials-style-2 .master-testimonial {
    padding: 50px 20px 60px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.testimonials-style-2 .flickity-slider .master-testimonial:first-child,
.testimonials-style-2 .master-testimonial:hover {
    box-shadow: 0 10px 35px rgba(112, 144, 176, 0.1);
}

.testimonials-style-2 .master-testimonial .role {
    margin-bottom: 26px;
}

.testimonials-style-2 .master-testimonial .comment {
    margin-bottom: 0;
}

/* Style 3 */

.testimonials-style-3 .master-testimonial {
    padding: 40px 30px 65px;
    background-color: #fff;
}

.testimonials-style-3 .master-testimonial .role {
    margin-bottom: 6px;
}

.testimonials-style-3 .master-testimonial .comment {
    margin-top: 23px;
}

/* ----------------------------------------
    Testimonial Slider
---------------------------------------- */

.master-testimonial-slider .author-wrap {
    position: relative;
}

.master-testimonial-slider .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e7e7e7;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.master-testimonial-slider .avatar img {
    width: 100%;
    height: auto;
}

.master-testimonial-slider .info-wrap {
    padding-left: 100px;
    text-align: left;
    min-height: 80px;
}

.master-testimonial-slider .name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px;
    color: #7e8288;
    font-weight: 700;
}

.master-testimonial-slider .role {
    font-size: 14px;
    margin-bottom: 18px;
    color: #999;
}

.master-testimonial-slider .comment {
    font-size: 30px;
    color: #26256c;
}

.align-center .master-testimonial-slider .author-wrap {
    width: fit-content;
    margin: 0 auto;
}

.align-right .master-testimonial-slider .author-wrap {
    width: fit-content;
    margin: 0 0 0 auto;
}

.master-testimonial-slider .slick-content {
    margin-bottom: 60px;
}

.slider-btn-submit .elementor-text-editor .submit-wrap button {
    line-height: 28px !important;
}

.btn-submit-2 .elementor-text-editor .submit-wrap .master-button {
    background-color: #dabeff;
}

.btn-submit-3 .elementor-text-editor .submit-wrap .master-button {
    background-color: #6e59ed !important;
}

.animated .splitting .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index));
}

.splitting .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



/* ----------------------------------------
    App Carousel
---------------------------------------- */

.carousel-outer {
    position: relative;
    width: 425px;
    height: 745px;
    margin: 0 auto;
    padding: 22px 52px;
    background: url(assets/img/phone-frame.png) center top no-repeat;
}

.carousel-outer .mockup-layer > .m1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 685px;
    background: url(assets/img/phone-frame.png) left top no-repeat;
    z-index: 20;
}

.carousel-outer .mockup-layer .m1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    height: 685px;
    background: url(assets/img/phone-frame.png) right top no-repeat;
    z-index: 20;
}

.carousel-outer .mockup-layer .m2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 425px;
    height: 55px;
    background: url(assets/img/phone-frame.png) center top no-repeat;
    z-index: 20;
}

.carousel-outer .mockup-layer .m2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 425px;
    height: 60px;
    background: url(assets/img/phone-frame.png) center bottom no-repeat;
    z-index: 20;
}

.carousel-outer .owl-stage-outer {
    overflow: visible !important;
}

.master-app-carousel .owl-item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .carousel-outer {
      background: none;
      padding-left: 0;
      padding-right: 0;
      width: auto;
  }
  .carousel-outer .mockup-layer > .m1:before,
  .carousel-outer .mockup-layer > .m1:after,
  .carousel-outer .mockup-layer > .m2:before,
  .carousel-outer .mockup-layer > .m2:after {
      display: none;
  }
}

@media screen and (max-width: 479px) {
  .carousel-outer {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----------------------------------------
    Team Slider
---------------------------------------- */

.master-team-slider {
    display: flex;
    flex-direction: row;
}

.master-team-slider .slick-content {
    width: 60%;
}

.master-team-slider .slick-nav {
    width: 900px;
}

.master-team-slider .slick-content .inner {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
}

.master-team-slider .slick-content .content-wrap {
    max-width: 45%;
    padding-right: 50px;
}

.master-team-slider .slick-content .avatar {
    max-width: 370px;
}

.master-team-slider .slick-content .position {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4732d7;
    margin-bottom: 22px;
}

.master-team-slider .slick-content .name {
    font-size: 36px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 46px;
}

.master-team-slider .slick-content .desc p {
    margin-bottom: 0;
}

.master-team-slider .slick-nav .slick-nav-item {
    opacity: 0.1;
}

.master-team-slider .slick-nav .slick-nav-item.slick-current {
    opacity: 0.5;
}

.master-team-slider .slick-nav {
    margin-left: 130px;
}

.master-team-slider .slick-nav .slick-nav-item .thumb {
    margin-right: 30px;
}

.master-team-slider.master-slick-slider .slick-arrow {
    top: unset;
    bottom: -120px;
    left: 0;
}

.master-team-slider.master-slick-slider .slick-arrow.slick-next {
    left: 75px;
}

@media screen and (max-width: 1024px) {
    .master-team-slider .slick-content {
        width: 100%;
    }
    .master-slick-slider .slick-dots {
        max-width: 100% !important;
        margin: 40px 0 0 !important;
    }
}

@media screen and (max-width: 769px) {
    .master-team-slider .slick-content .inner {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 575px) {
    .master-team-slider .slick-content .inner {
        flex-direction: column-reverse;
    }
    .master-team-slider .slick-content .content-wrap {
        max-width: 100%;
        padding-right: 0;
    }
    .master-team-slider .slick-content .avatar {
        margin-bottom: 30px;
    }
    .master-team-slider .slick-content .name {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

/* ----------------------------------------
    Slick Slider
---------------------------------------- */

.master-slick-slider .slick-arrow {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    border-radius: 50%;
    padding: 0;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.master-slick-slider .slick-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: inherit;
    font-size: inherit;
    font-family: "Font Awesome 5 Free";
    text-indent: 0px;
    content: "\f0d9";
    color: #fff;
    text-align: center;
    transition: 0.3s;
}

.master-slick-slider .slick-arrow.slick-next:after {
    content: "\f0da";
    padding-left: 2px;
}

.master-slick-slider .slick-arrow.slick-prev:after {
    padding-right: 2px;
}

.master-slick-slider .slick-arrow.slick-prev {
    left: 0px;
}

.master-slick-slider .slick-arrow.slick-next {
    right: 0px;
}

.arrow-small .master-slick-slider .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.arrow-style-2 .master-slick-slider .slick-arrow:after {
    content: "\f060";
}

.arrow-style-2 .master-slick-slider .slick-arrow.slick-next:after {
    content: "\f061";
}

.master-slick-slider .slick-dots {
    width: 100vw;
    max-width: 1170px;
    text-align: center;
    margin-top: 70px;
}

.master-slick-slider .slick-dots>li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.master-slick-slider .slick-dots>li>button {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: relative;
    padding: 0;
    background-color: transparent;
    text-indent: -9999px;
    transition: 0.3s;
}

.master-slick-slider .slick-dots>li>button:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background-color: #f2e1c2;
    transition: 0.3s;
}

.master-slick-slider .slick-dots>li.slick-active>button {
    border: 1px solid #f2e1c2;
}

.master-slick-slider .slick-dots>li.slick-active>button:after {
    background-color: #4732d7;
}

@media screen and (max-width: 575px) {
    .master-slick-slider .slick-arrow {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
}

/* ----------------------------------------
    Timeline
---------------------------------------- */

.master-timeline {
    position: relative;
}

.master-timeline:after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #f2e1c2;
    z-index: -1;
    content: "";
}

.master-timeline .timeline-item {
    position: relative;
    margin-bottom: 200px;
}

.master-timeline .timeline-item:last-child {
    margin-bottom: 0;
}

.master-timeline .timeline-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.master-timeline .timeline-number .number {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 85px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(54, 61, 72, 0.2);
    color: #4732d7;
    z-index: 1;
}

.master-timeline .timeline-number .number:after,
.master-timeline .timeline-number .number:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color: #363d48;
    border-radius: 50%;
    z-index: -1;
}

.master-timeline .timeline-number .number:after {
    width: 64px;
    height: 65px;
    opacity: 0.4;
}

.master-timeline .timeline-number .number:before {
    width: 50px;
    height: 50px;
}

.master-timeline .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.master-timeline .inner .timeline-image,
.master-timeline .inner .timeline-content {
    width: 50%;
}

.master-timeline .inner .timeline-image .image {
    overflow: hidden;
}

.master-timeline .timeline-item.image-left .inner {
    flex-direction: row;
}

.master-timeline .timeline-item.image-left .inner .timeline-image {
    margin-right: 115px;
}

.master-timeline .timeline-item.image-left .inner .timeline-content {
    margin-left: 115px;
}

.master-timeline .timeline-item.image-right .inner {
    flex-direction: row-reverse;
}

.master-timeline .timeline-item.image-right .inner .timeline-image {
    margin-left: 115px;
}

.master-timeline .timeline-item.image-right .inner .timeline-content {
    margin-right: 115px;
}

@media screen and (max-width: 991px) {
    .master-timeline .timeline-number,
    .master-timeline:after {
        left: 42px;
        transform: translateX(0);
    }
    .master-timeline .timeline-item {
        margin-bottom: 100px;
        padding-left: 150px;
    }
    .master-timeline .timeline-item:last-child {
        margin-bottom: 0;
    }
    .master-timeline .timeline-item .inner {
        flex-direction: column !important;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .master-timeline .inner .timeline-image,
    .master-timeline .inner .timeline-image img,
    .master-timeline .inner .timeline-content {
        width: 100%;
    }
    .master-timeline .timeline-item .inner .timeline-image {
        margin: 0 0 60px !important;
    }
    .master-timeline .inner .timeline-content {
        margin: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .master-timeline .timeline-number,
    .master-timeline:after {
        left: 15px;
        transform: translateX(0);
    }
    .master-timeline .timeline-number .number {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .master-timeline .timeline-item {
        margin-bottom: 60px;
        padding-left: 70px;
    }
}

/* ----------------------------------------
    Project Widget 
---------------------------------------- */

.master-project-widget .widget-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 29px;
}

.master-project-widget .project-widget {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 22px;
    margin-top: 45px;
}

.master-project-widget .project-widget:first-child {
    margin-top: 0 !important;
}

.master-project-widget .project-widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* widget information */

.master-project-widget .widget-info .info-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 18px;
}

.master-project-widget .widget-info .info-wrap .text1 {
    font-weight: 500;
}

.master-project-widget .widget-info .info-wrap:last-child {
    margin-bottom: 0 !important;
}

/* widget related project */

.master-project-widget .widget-project-related .project-related {
    position: relative;
    margin-bottom: 35px;
}

.master-project-widget .widget-project-related .project-related:last-child {
    margin-bottom: 0 !important;
}

.master-project-widget .widget-project-related .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.master-project-widget .widget-project-related .thumb img {
    width: 100%;
    height: auto;
}

.master-project-widget .widget-project-related .text-wrap {
    padding-left: 85px;
    min-height: 70px;
}

.master-project-widget .widget-project-related .project-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 11px;
}

.master-project-widget .widget-project-related .project-title a {
    color: inherit;
}

.master-project-widget .widget-project-related .project-title:hover {
    color: #4732d7;
}

.master-project-widget .widget-project-related .project-cat {
    font-size: 15px;
    color: #777;
}

.master-project-widget .widget-project-related .project-cat a {
    color: inherit;
}

.master-project-widget .widget-project-related .project-cat:hover {
    color: #4732d7;
}

/* widget socials */

.master-project-widget .widget-socials a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #959595;
    border-radius: 50%;
    border: 1px solid #959595;
    transition: 0.3s;
    display: inline-block;
    margin-right: 15px;
}

.master-project-widget .widget-socials a:hover {
    color: #fff;
    background-color: #4732d7;
    border-color: #4732d7;
}

/* ----------------------------------------
    Keyframes 
---------------------------------------- */

@keyframes hide-show {
    0% {
        opacity: 0;
    }
    66.6% {
        opacity: 0;
    }
    66.7% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes reveal-from-left {
    0% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes reveal-from-right {
    0% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    66.6% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}
