/*
Theme Name: EasyConsulting
Theme URI: http://creativthemes.com/downloads/easyconsulting/
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: EasyConsulting is a clean, fast and fully customizable WordPress theme built with Elementor. It is a flexible theme suitable for agency, business or corporate. This theme has a pre-built demo which can be imported in less than a minute with the help of one click demo import plugin.
Version: 1.3
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 6.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: easyconsulting
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-columns, custom-colors, custom-header, custom-logo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

easyconsulting is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Layouts and Titles
# Media
    ## Captions
    ## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
    ## Featured Slider Section
    ## Featured Services Section
    ## Featured Gallery Section
    ## Featured Classes Section
    ## Featured Team Section
    ## Featured Testimonial Section
    ## Latest Posts Section
# Footer
# Responsive

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#content {
    position: relative;
}

.boxed-layout,
.frame-layout {
    background-color: #f6f6f6;
}

.boxed-layout #page {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

.frame-layout #page {
    max-width: 1600px;
    width: 90%;
    margin: 50px auto;
    background-color: #1a1a1a;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #282828;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

mark {
    background: #ff0;
    color: #111;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

#wp-calendar {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
tbody {
    text-align: left;
}

tr {
    border: 1px solid #aaa;
}

td,
th {
    padding: 5px;
    font-weight: 400;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
}
p {
    margin: 0 0 1em;
}
p:last-child {
    margin-bottom: 0;
}
dfn,
cite,
em,
i {
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f6f6f6;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

mark,
ins {
    background: #fff9c0;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    margin: 0;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
    margin-bottom: 1em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 35px;
    position: relative;
    background-color: #2196f3;
    border: 2px solid #2196f3;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
    outline: thin dotted;
    text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #333;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    padding: 12px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #333;
    outline: thin dotted;
}

textarea {
    width: 100%;
}
#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}
#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    margin-top: 0;
}
#respond label {
    margin-bottom: 15px;
    display: block;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
    margin: 21px 0 0;
}
#comments {
    margin-top: 35px;
    background-color: #fff;
}
#respond {
    margin-top: 35px;
}
.logged-in-as a {
    color: #000;
    text-decoration: none;
}
.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #2196f3;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #2196f3;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #000;
}

a:focus {
    outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-bar {
    padding: 5px 0;
    background-color: #2196f3;
}
#top-bar a {
    text-decoration: none;
}
#top-bar .widget {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}
#top-bar .widget + .widget {
    margin-top: 15px;
}
.widget_address_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_address_block ul li {
    display: inline-block;
}
.widget_address_block ul li i {
    margin-right: 8px;
}
#top-bar .widget_address_block ul li {
    color: #fff;
    margin-right: 30px;
}
#top-bar .widget_address_block ul li a {
    color: #fff;
}
#top-bar .widget_address_block ul li a:hover,
#top-bar .widget_address_block ul li a:focus {
    opacity: 0.8;
}
#top-bar .widget ul li:not(:last-child) {
    margin-bottom: 0;
}
#masthead {
    position: relative;
    z-index: 3000;
    background-color: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}
#masthead a {
    text-decoration: none;
}
.site-branding {
    padding: 17px 0;
    float: left;
}
.site-logo, 
#site-identity {
    display: inline-block;
    vertical-align: middle;
}
.site-title {
    font-size: 32px;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 1.3;
}
.site-title a {
    color: #000;
}
.site-description {
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.site-logo a {
    display: block;
    margin-right: 15px;
}
.site-logo img {
    max-height: 80px;
    width: auto;
}
.main-navigation {
    display: block;
    position: relative;
    width: 100%;
}
.main-navigation ul.nav-menu > li > a > i,
.main-navigation ul.nav-menu > li > a > i.wpmi-icon:not(.wpmi-label-1).wpmi-position-before {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    background-color: #2196f3;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.main-navigation ul ul li > a > i {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #2196f3;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul ul li a {
    padding: 12px 15px;
}
.main-navigation ul ul a:after {
    float: right;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation ul.nav-menu > li > a {
    color: #555555;
    text-transform: uppercase;
}
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu > li.focus > a {
    color: #2196f3;
}
.main-navigation form.search-form input {
    background-color: #111;
    border-color: #111;
    color: #111;
    font-weight: 400;
}
.main-navigation a {
    display: block;
    font-weight: 600;
    color: #212121;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation li li {
    display: block;
}
.main-navigation ul.nav-menu .current_page_item > a,
.main-navigation ul.nav-menu .current-menu-item > a,
.main-navigation ul.nav-menu .current_page_ancestor > a,
.main-navigation ul.nav-menu .current-menu-ancestor > a {
    color: #2196f3;
}
.main-navigation ul.nav-menu > li:before {
    background-color: #5750A0;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    padding: 0 50px 0 15px;
    width: 100%;
}
.menu-toggle {
    font-size: 16px;
    margin: 10px 0;
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.menu-toggle:hover,
.menu-toggle:focus {
    background-color: #2196f3;
}
.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    right: 0;
    margin: 0 auto;
}
.menu-toggle span:before, 
.menu-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -ms-transition: -webkit-transform 0.3s;
    -o-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.menu-toggle span:before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
}
.menu-toggle span:after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}
.menu-toggle.active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-toggle.active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.menu-toggle.active span {
    background-color: transparent;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    color: #000;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
}
button.dropdown-toggle.active i {
    transform: rotate(-180deg);
    transform-origin: center;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.nav-links .nav-next a:after {
    content: "\f0da";
    margin-left: 10px;
    margin-right: 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    display: block;
    color: #212529;
    text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
    color: #2196f3;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    color: #2196f3;
    background-color: #ffe2cf;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #2196f3;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    margin-right: 25px;
    width: auto;
    height: auto;
    position: relative;
    top: 2px;
    background-color: transparent;
    color: #2196f3;
}
.pagination .page-numbers.prev:hover, 
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus, 
.pagination .page-numbers.next:focus {
    color: #111;
    background-color: transparent;
}
.pagination .page-numbers.next {
    margin-left: 18px;
    margin-right: 0;
    background-color: transparent;
}
.nav-previous span {
    padding-left: 30px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 30px;
    float: right;
    text-align: right;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
/*--------------------------------------------------------------
# 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;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}
#colophon .widget {
    margin: 0 0 40px;
}
#colophon .widget.widget_text {
    margin-bottom: 20px;
}
#colophon .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 40px;
    padding: 0 15px;
    border: none;
}

form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    padding: 0;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    height: 50px;
    padding: 0;
}
.widget_search form.search-form input[type="search"] {
    padding: 0 55px 0 25px;
    height: 50px;
    background-color: #fff;
    color: #000;
    border: none;
}
.widget_search form.search-form input[type="search"]:focus {
    border-color: #2196f3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    font-weight: 600;
}

.widget-title {
    font-size: 18px;
    margin: 0 0 32px;
    color: #fff;
}

.widget li:not(:last-child) {
    margin-bottom: 10px;
}

#secondary .widget-title,
#secondary h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

#secondary a {
    color: #000;
    font-weight: 400;
}
#secondary a:hover,
#secondary a:focus {
    color: #2196f3;
}
#secondary ul li a {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
#secondary ul li a:hover,
#secondary ul li a:focus {
    border-bottom-color: #2196f3;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 35px;
}
#secondary .widget {
    color: #000;
    background-color: #f6f6f6;
    padding: 30px;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.author img {
    display: block;
    text-align: center;
    margin: 20px auto;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}
.page-header small {
    font-size: 12px;
    color: #2196f3;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.posts-wrapper.col-3 article:nth-child(3n) {
    border-right: 1px solid #e4e4e4;
}
.post-categories a {
    color: #2196f3;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.archive-description {
    color: #fff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.tags-links {
    margin-bottom: 20px;
    display: inline-block;
}
.tags-links span {
    margin: 0 8px 8px 0;
}
.tags-links a {
    border: 1px solid #2196f3;
    display: inline-block;
    padding: 5px 8px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    background-color: #2196f3;
    text-decoration: none;
}
.tags-links a:hover,
.tags-links a:focus {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.single .date a:before,
.entry-meta .author a:before,
.comments-link a:before,
.cat-links:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}
.entry-meta .author a:before {
    content: "\f007";
}
.comments-link a:before {
    content: "\f086";
}
.single .date a:before {
    content: "\f017";
}
.cat-links:before {
    content: "\f02c";
    color: #2196f3;
}
.entry-meta a, 
.entry-meta span:before, 
.entry-meta .cat-links:before, 
.entry-meta .author:before {
    color: #000;
}
.entry-meta a:hover,
.entry-meta a:focus {
    color: #2196f3;
}
.author.vcard {
    margin-left: 5px;
}
.byline {
    visibility: hidden;
}
.byline .author.vcard {
    visibility: visible;
    margin-left: -20px;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
    margin-bottom: 0;
}
.navigation.post-navigation,
.navigation.posts-navigation {
    padding: 20px 30px;
    margin-top: 35px;
    background-color: #f6f6f6;
    border-radius: 10px;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.error-404.not-found {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.error-404.not-found .page-title {
    font-size: 38px;
}
.no-sidebar #secondary {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 120px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    text-align: right;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
    padding: 30px;
    background-color: #f6f6f6;
    text-decoration: none;
    border-radius: 25px;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
    border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 49px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
    border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 7px 30px;
    position: relative;
    background-color: #2196f3;
    border: 2px solid #2196f3;
    border-radius: 50px;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
    color: #2196f3;
}
.comment-metadata a,
.comment-metadata a time {
    color: #333;
    text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
    color: #2196f3;
}
.comment-metadata time {
    font-weight: 500;
}
.comment-metadata {
    display: block;
    margin-bottom: 10px;
}
.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 80px;
}
.comment-content p {
    font-weight: 400;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
    position: relative;
}
.relative {
    display: block;
    position: relative;
}
.relative:before,
.relative:after {
    content: "";
    display: table;
    clear: both;
}
.entry-content {
    margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1430px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.section-gap {
    padding: 80px 0;
}
.entry-title,
.section-title {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 600;
    word-wrap: break-word;
}
.section-header {
    margin-bottom: 50px;
    text-align: center;
}
.section-title {
    font-size: 38px;
    margin: 0;
    color: #2196f3;
}
.entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #2196f3;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 10px 35px;
    position: relative;
    background-color: #2196f3;
    border: 2px solid #2196f3;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.featured-image {
    position: relative;
}
.col-1 article, 
.col-2 article, 
.col-3 article, 
.col-4 article,
.col-5 article,
.col-6 article {
    margin-bottom: 30px;
    width: 100%;
}
.col-1 article:last-child, 
.col-2 article:last-child, 
.col-3 article:last-child, 
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -4px;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
    display: inline-block;
    width: auto;
}
.social-icons li:not(:last-child) {
    margin-right: 5px;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    list-style: none;
}
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons li:not(:last-child) {
    margin-right: 10px;
}
.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Brands";
}
.social-icons li a:hover,
.social-icons li a:focus {
    color: #fff;
    background-color: #FF3366;
}
.social-icons li a:before {
    content: "\f1d0";
}
.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
  content: "\f39e";
}

.social-icons li a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-icons li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-icons li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-icons li a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-icons li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-icons li a[href*="pinterest.com"]:before {
  content: "\f231";
}

.social-icons li a[href*="bitbucket.org"]:before {
  content: "\f171";
}

.social-icons li a[href*="github.com"]:before {
  content: "\f113";
}

.social-icons li a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-icons li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-icons li a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-icons li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-icons li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-icons li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-icons li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-icons li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-icons li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-icons li a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.social-icons li a[href*="mailto:"]:before {
  content: "\f0e0";
}
.social-icons li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.social-icons li a[href*="wordpress.org"]:before {
  content: "\f19a";
}
.social-icons li a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-icons li a[href*="jsfiddle.net"]:before {
  content: "\f1cc";
}

.social-icons li a[href*="tripadvisor.com"]:before {
  content: "\f262";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="angel.co"]:before {
  content: "\f209";
}

.social-icons li a[href*="slack.com"]:before {
  content: "\f198";
}

.social-icons li a[href*="tiktok.com"]:before {
  content: "\e07b";
}

/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
    background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
    background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
    background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
    background-color: #ec7161 !important;
}

.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
    background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
    background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
    background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
    background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
    background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus {
    background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus {
    background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
    background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
    background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
    background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
    background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
    background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
    background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
    background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
    background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
    background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
    background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
.social-icons li a[href*="wordpress.com"]:focus {
    background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
    background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
    background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="tiktok.com"]:hover,
.social-icons li a[href*="tiktok.com"]:focus {
    background-color: #7d88e3 !important;
}

/*--------------------------------------------------------------
#  Show / Hide
--------------------------------------------------------------*/
.image-disable .featured-image,
.title-disable .entry-header,
.content-disable .entry-content,
.button-disable .read-more,
.category-disable .cat-links,
.blog-posts-wrapper .category-disable .cat-links {
    display: none;
}

.elementor-template-full-width .wrapper.section-gap {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

/*--------------------------------------------------------------
# Blog Posts
--------------------------------------------------------------*/
.blog-posts-wrapper .post-item {
    position: relative;
    background-color: #f6f6f6;
}
.blog-posts-wrapper .post-item .entry-container {
    padding: 30px 40px;
}
.blog-posts-wrapper .entry-header {
    margin-bottom: 10px;
}
.blog-posts-wrapper .entry-title {
    margin: 0;
}
.blog-posts-wrapper .post-item .entry-content {
    margin-bottom: 20px;
}
.blog-posts-wrapper a {
    text-decoration: none;
}
.blog-posts-wrapper .cat-links {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
}
.blog-posts-wrapper .date a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #2196f3;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    border-radius: 4px;
}
.blog-posts-wrapper .date a:hover,
.blog-posts-wrapper .date a:focus {
    background-color: #000;
    color: #fff;
}

.blog-posts-wrapper .sticky .post-item {
    background-color: #222;
}
.blog-posts-wrapper .sticky .featured-image {
    margin-bottom: 0;
}
.blog-posts-wrapper .sticky .entry-container {
    padding: 25px 20px;
}
.blog-posts-wrapper .sticky .post-item .entry-title a,
.blog-posts-wrapper .sticky .post-item .entry-content {
    color: #fff;
}
.blog-posts-wrapper .sticky .post-item .entry-title a:hover,
.blog-posts-wrapper .sticky .post-item .entry-title a:focus {
    color: #2196f3;
}
.blog-posts-wrapper a {
    text-decoration: none;
}
.entry-meta a,
.entry-meta a:before {
    text-decoration: none;
}
.entry-meta > span {
    margin-right: 20px;
}
#primary #main > article .entry-content {
    margin-bottom: 25px;
}
.single #primary .featured-image {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
    position: relative;
    background-color: #000;
}
#colophon ul {
    list-style: none;
    padding: 0;
}
#colophon ul a {
    text-decoration: none;
}
#colophon,
#colophon a,
#colophon p,
#colophon li {
    color: #fff;
}
#colophon a:hover,
#colophon a:focus {
    color: #2196f3;
}
#colophon .widget-title,
#colophon h2 {
    font-size: 22px;
    font-weight: 500;
}
.site-info {
    position: relative;
    padding: 30px 0;
    background-color: #111;
}
.site-info span {
    display: block;
    text-align: center;
}
#colophon .site-info a:hover, 
#colophon .site-info a:focus {
    color: #000;
}
.footer-widgets-area .widget ul li {
    margin-bottom: 15px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
    margin-bottom: 0;
}
.footer-widgets-area .hentry {
    margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
    margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.widget_recent_entries ul li span {
    font-size: 12px;
    display: block;
}
#colophon #wp-calendar caption {
    font-weight: 600;
    text-align: left;
}
.widget_nav_menu ul ul {
    padding-left: 25px;
    margin-top: 15px;
}
.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    line-height: 1;
    background-color: #2196f3;
    padding: 5px 8px;
    margin: 0 4px 8px 0;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}
#secondary .widget_tag_cloud .tagcloud a:hover,
#secondary .widget_tag_cloud .tagcloud a:focus,
#colophon .widget_tag_cloud .tagcloud a:hover,
#colophon .widget_tag_cloud .tagcloud a:focus {
    background-color: #000;
    color: #fff;
}
#colophon .widget_search form.search-form button.search-submit {
    background-color: #2196f3;
}
#colophon .widget_recent_entries li:before {
    float: left;
}
#colophon .wp-block-heading {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
#secondary .wp-block-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
#secondary .wp-block-search__input {
    background-color: #fff;
}

/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
    .footer-widgets-area.col-2 .hentry,
    .footer-widgets-area.col-4 .hentry {
        width: 50%;
        float: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(odd),
    .footer-widgets-area.col-4 .hentry:nth-child(odd) {
        padding-right: 40px;
    }
    .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 767px) {
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        margin: 0 -15px;
    }
    .col-2 article,
    .col-3 article,
    .col-4 article,
    .col-5 article,
    .col-6 article {
        padding: 0 15px;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }
    .col-2 article:nth-child(2n+1),
    .col-3 article:nth-child(2n+1),
    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: left;
    }
    .col-2 article:nth-last-child(-n+2),
    .col-3 article:nth-last-child(-n+2),
    .col-4 article:nth-last-child(-n+2),
    .col-5 article:nth-last-child(-n+2),
    .col-6 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous {
        padding-right: 25px;
    }
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        padding-left: 25px;
    }
    .footer-widgets-area.col-3 .hentry {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }
    .footer-widgets-area.col-3 .hentry:not(:last-child) {
        padding-right: 40px;
    }
    .site-info.col-2 span {
        float: left;
        width: 50%;
        text-align: left;
    }
    .site-info.col-2 span:nth-child(2) {
        float: right;
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    .col-3 article,
    .col-5 article,
    .col-6 article {
        width: 33.33%;
    }
    .col-3 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: none;
    }
    .col-3 article:nth-child(3n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: left;
    }
    .col-3 article:nth-last-child(-n+3),
    .col-5 article:nth-last-child(-n+3),
    .col-6 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .col-4 article {
        width: 25%;
    }
    .col-5 article {
        width: 20%;
    }
    .col-6 article {
        width: 16.66%;
    }
    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: none;
    }
    .col-4 article:nth-child(4n+1),
    .col-5 article:nth-child(5n+1),
    .col-6 article:nth-child(6n+1) {
        clear: left;
    }
    .col-4 article:nth-last-child(-n+4),
    .col-5 article:nth-last-child(-n+5),
    .col-6 article:nth-last-child(-n+6) {
        margin-bottom: 0;
    }
    #top-bar .widget + .widget {
        margin-top: 0;
    }
    #top-bar.col-2 .widget {
        float: left;
        text-align: left;
        padding: 6px 0;
    }
    #top-bar.col-2 .widget + .widget {
        float: right;
        text-align: right;
        padding: 0;
    }
    nav.navigation.pagination {
        margin-top: 63px;
    }
    #colophon .social-icons {
        margin-left: -15px;
    }
    .footer-widgets-area.col-4 .hentry {
        width: 25%;
        padding-right: 40px;
    }
    .footer-widgets-area.col-4 .hentry:last-child {
        padding-right: 0;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: none;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
        clear: left;
    }
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1024px) {
    #masthead {
        position: sticky;
        top: 0;
    }
    .customize-support #masthead {
        top: 32px;
    }
    .site-branding {
        min-height: 100px;
        display: flex;
        align-items: center;
    }
    .main-navigation {
        width: auto;
        float: right;
        text-align: right;
    }
    .main-navigation.icons-active {
        padding: 0;
    }
    .main-navigation ul.nav-menu > li > a {
        text-align: center;
        color: #292929;
        padding: 38px 25px;
    }
    .main-navigation ul.nav-menu .current_page_item > a, 
    .main-navigation ul.nav-menu .current-menu-item > a, 
    .main-navigation ul.nav-menu .current_page_ancestor > a, 
    .main-navigation ul.nav-menu .current-menu-ancestor > a,
    .main-navigation ul.nav-menu > li:hover > a, 
    .main-navigation ul.nav-menu > li.focus > a {
        color: #2196f3;
    }
    .main-navigation ul.nav-menu > li {
        text-align: center;
    }
    .main-navigation ul.nav-menu > .menu-item-has-children > a:after {
        content: "\f067";
        padding-left: 10px;
        font-size: 10px;
        position: relative;
        bottom: 1px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
    .main-navigation ul ul .menu-item-has-children > a:before {
        content: "\f067";
        font-size: 10px;
        position: relative;
        top: 20px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
    }
    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
    }
    .main-navigation ul ul {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        width: 250px;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
        right: 0;
        display: block !important;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: auto;
        right: 100%;
    }
    .main-navigation ul ul li:hover > a,
    .main-navigation ul ul li.focus > a {
        background-color: #2196f3;
        color: #fff;
    }
    .main-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .main-navigation ul ul ul {
        top: 5px;
    }
    .main-navigation ul ul li a:hover,
    .main-navigation ul ul li.current-menu-ancestor:hover > a {
        color: #fff !important;
    }
    .main-navigation ul.nav-menu > li > a > i,
    .main-navigation ul.nav-menu > li > a > i.wpmi-icon:not(.wpmi-label-1).wpmi-position-before {
        display: block;
        margin: 0 auto 10px;
    }
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #search {
        position: absolute;
        z-index: 30;
        right: 0;
        top: 100%;
        display: none;
    }
    .main-navigation .search-active .icon-search {
        display: none;
    }
    .main-navigation .search-active .icon-close {
        display: inline-block;
    }
    #search:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #111;
        position: absolute;
        top: -9px;
        right: 5px;
    }
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation .left-menu {
        padding-left: 50px;
    }
    .main-navigation ul.nav-menu > li.left-menu > a,
    .main-navigation ul.nav-menu > li.right-menu > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main-navigation li.left-menu + li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main-navigation form.search-form {
        border: 20px solid #111;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border-color: #fff;
        color: #111;
    }
    .section-title {
        font-size: 46px;
    }
    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 30px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
        width: 30%;
        float: right;
    }
    .left-sidebar #primary { 
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }
    .no-sidebar #primary {
        width: 100%;
        float: none;
        padding-right: 0;
    }
}
@media screen and (max-width: 1023px) {
    #top-bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    #masthead {
        min-height: 86px;
    }
    .site-branding {
        padding-right: 50px;
        min-height: 86px;
        display: flex;
        align-items: center;
    }
    .site-title {
        font-size: 26px;
    }
    .main-navigation ul ul {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation ul ul ul {
        margin-top: 0;
    }
    .main-navigation ul.nav-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        display: block;
        width: 100%;
    }
    .main-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }
    .main-navigation ul.nav-menu > li {
        width: 100%;
        padding: 0;
    }
    .main-navigation ul ul li a {
        padding-left: 35px;
    }
    .main-navigation ul ul ul li a {
        padding-left: 60px;
    }
    .main-navigation ul ul ul ul li a {
        padding-left: 80px;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .main-navigation ul.nav-menu > li:before {
        display: none;
    }
    .main-navigation .menu-item-has-children > a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: rgba(255, 255, 255, 0.20);
        width: 1px;
        height: 25px;
    }
    .main-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .main-navigation ul.sub-menu li a {
        border-left: none;
    }
    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation {
        position: static;
    }
    .main-navigation a {
        color: #555555;
        padding: 12px 15px;
    }
    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 500px;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 10;
    }
    .main-navigation .search-menu a {
        display: none;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }
    .main-navigation form.search-form button.search-submit {
        height: 59px;
    }
    .main-navigation form.search-form input {
        padding-left: 25px;
    }
    .body-overlay #content, 
    .body-overlay #colophon,
    .body-overlay .backtotop {
        filter: blur(25px);
    }
    #page-site-header {
        padding: 250px 0;
    }
}

@media screen and (max-width: 992px) {
    #page-site-header {
        padding: 200px 0;
    }
    .comments-title, 
    #reply-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    #masthead.site-header .main-navigation ul.nav-menu {
        max-width: 100%;
    }
    #page-site-header .page-title {
        font-size: 32px;
    }
    .blog-posts-wrapper .post-item,
    .footer-widgets-area .hentry {
        text-align: center;
    }
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous,
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        width: 100%;
        margin: 15px 0;
    }
    .post-navigation span.previous-article b, 
    .post-navigations span.previous-article b, 
    .post-navigation span.next-article b, 
    .post-navigations span.next-article b {
        font-size: 18px;
    }
    #respond {
        margin-top: 40px;
    }
    .comment-meta img {
        margin-right: 15px;
    }
    .comments-title, 
    #reply-title {
        margin-bottom: 0;
    }
    #commentform p.comment-form-comment,
    #commentform p.form-submit {
        margin-top: 21px;
    }
    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
    }
    .comments-title, 
    #reply-title {
        font-size: 26px;
    }
    #comments {
        margin-top: 40px;
    }
    .tags-links {
        margin-bottom: 25px;
    }
    .backtotop {
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .pagination .page-numbers.prev, 
    .pagination .page-numbers.next {
        top: 0;
    }
    .pagination .prev.page-numbers:before, 
    .pagination .next.page-numbers:before {
        width: 35px;
        height: 10px;
    }
    .pagination .page-numbers.prev, 
    .pagination .page-numbers.next {
        margin-left: 0;
        margin-right: 0;
    }
    .trail-items li {
        font-size: 12px;
    }
    #breadcrumb-list {
        padding: 10px 0;
    }
    blockquote.alignright {
        margin-left: 0;
    }
    .comment-meta img {
        margin: 0 0 25px;
        float: none;
    }
    .comment-meta .url, 
    .comment-meta .fn {
        display: block;
    }
    .comment-content {
        padding-left: 0;
    }
    #comments ol.children {
        margin-left: 50px;
    }
    .reply {
        padding-left: 0;
    }
    .footer-widgets-area .hentry:last-child,
    .footer-widgets-area.col-3 .hentry:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }
}






.us-slider {
  position: relative;
  height: 86vh;
  overflow: hidden;
}

.us-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 1s ease-in-out;
}

.us-slide.us-active {
  opacity: 1;
}

.us-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.us-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

.us-content h1 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.us-content p {
  margin: 20px 0;
  font-size: 18px;
  color: #fff;
}

.us-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #28a745;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.us-btn:hover {
  background: #1e7e34;
  transform: scale(1.05);
}

.us-orange {
  background: #ff6a00;
}

.us-white {
  background: #fff;
  color: #000;
}

.us-controls span {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}

#us-prev { left: 20px; }
#us-next { right: 20px; }

@media (min-width: 1500px) {
  .us-slider {
    height: 71vh; 
  }
}

@media (max-width: 768px) {
  .us-slider {
    height: 19vh;
  }

  .us-content {
    left:11%;
    right: 5%;
    bottom: 10%;
    transform: none;
  }

  .us-content h1 {
    font-size: 16px;
  }

  .us-content p {
    font-size: 12px;
    margin: 0;
  }

  .us-btn {
    padding: 1px 10px;
    font-size: 12px;
  }

  .us-controls span {
    top: 47%;
    font-size: 15px;
    background: #0000008c;
    border-radius: 52px;
    padding: 5px;
  }
}





/* ===== WRAPPER ===== */
.usp-about-section{
    background: linear-gradient(135deg,#f4f7ff,#e6ecff);
    padding: 80px 20px;
    font-family: inherit;
}

.usp-about-container{
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

/* ===== LEFT CONTENT ===== */
.usp-about-left{
    flex: 1 1 500px;
}

.usp-about-title{
    font-size: 38px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 20px;
}

.usp-about-title span{
    color: #2563eb;
}

.usp-about-text{
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.usp-about-btn{
    display: inline-block;
    background: linear-gradient(45deg,#3b82f6,#2563eb);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.4s ease;
    box-shadow: 0 8px 20px rgba(37,99,235,0.3);
}

.usp-about-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(37,99,235,0.4);
}

/* ===== RIGHT IMAGE ===== */
.usp-about-right{
    flex: 1 1 500px;
    position: relative;
}

.usp-about-img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.usp-about-img:hover{
    transform: scale(1.05);
}

/* ===== EXPERIENCE BADGE ===== */
.usp-exp-badge{
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #2563eb;
    color: #fff;
    padding: 15px 22px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){
    .usp-about-container{
        flex-direction: column;
        text-align: center;
    }

    .usp-exp-badge{
        position: static;
        margin-top: 15px;
        display: inline-block;
    }

    .usp-about-title{
        font-size: 28px;
    }
}




.usp-product-heading{
    padding: 40px 20px;
    text-align: center;
    background: #f4f7ff;
}

/* MAIN TITLE */
.usp-product-title{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(45deg,#2563eb,#1e3a8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

/* UNDERLINE EFFECT */
.usp-product-title::after{
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg,#2563eb,#1e3a8a);
    display: block;
    margin: 12px auto 0;
    border-radius: 50px;
}

/* SUBTITLE */
.usp-product-subtitle{
    font-size: 18px;
    color: #444;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

/* RESPONSIVE */
@media(max-width:768px){
    .usp-product-title{
        font-size: 30px;
    }
    .usp-product-subtitle{
        font-size: 16px;
    }
}




   :root{
  --primary:#b83232;
}

/* ===== STATS ===== */
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  text-align:center;
  max-width:1100px;
  margin:auto;
  padding:20px;
}

.stat{
  background:#fff;
  color:#000;
  padding:30px 20px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:transform .3s ease;
}

.stat:hover{
  transform:translateY(-6px);
}

.stat h2{
  font-size:34px;
  color:var(--primary);
  margin:0;
}

.stat p{
  margin:8px 0 0;
  font-size:18px;
  font-weight:500;
}

/* 📱 Mobile */
@media(max-width:600px){
  .stats{
    grid-template-columns:1fr;
    gap:16px;
  }

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

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

/* 📲 Tablet */
@media(min-width:601px) and (max-width:900px){
  .stats{
    grid-template-columns:repeat(2,1fr);
  }
}





:root{
  --usp-brand:#b83232;
}

/* SECTION */
.usp-ultra-review{
  padding:120px 20px;
  background:linear-gradient(135deg,#f8fafc,#eef2ff);
  text-align:center;
  position:relative;
  overflow:hidden;
}

/* HEADING */
.usp-ultra-review h2{
  font-size:42px;
  font-weight:800;
  margin-bottom:70px;
  background:linear-gradient(45deg,var(--usp-brand),#ff4d4d);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* WRAPPER */
.usp-ultra-wrapper{
  max-width:1200px;
  margin:auto;
  overflow:hidden;
  position:relative;
}

/* TRACK */
.usp-ultra-track{
  display:flex;
  gap:30px;
  transition:transform .8s cubic-bezier(.77,0,.18,1);
}

/* CARD */
.usp-ultra-card{
  min-width:33.333%;
  background:rgba(255,255,255,.85);
  backdrop-filter:blur(10px);
  padding:40px 30px;
  border-radius:20px;
  box-shadow:0 25px 80px rgba(0,0,0,.08);
  transition:.5s ease;
  opacity:.5;
  transform:scale(.85);
  position:relative;
}

/* CENTER ACTIVE */
.usp-ultra-card.active{
  opacity:1;
  transform:scale(1);
  box-shadow:0 35px 100px rgba(184,50,50,.2);
}

/* QUOTE */
.usp-ultra-card::before{
  content:"“";
  position:absolute;
  top:-15px;
  left:20px;
  font-size:70px;
  color:rgba(184,50,50,.1);
  font-weight:900;
}

/* TEXT */
.usp-ultra-card p{
  font-size:17px;
  line-height:1.8;
  color:#444;
  margin-bottom:20px;
}

/* CLIENT */
.usp-ultra-client h4{
  margin:0;
  font-size:18px;
  font-weight:600;
}

.usp-ultra-client span{
  font-size:14px;
  color:#777;
}

/* DOTS */
.usp-ultra-dots{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:40px;
}

.usp-ultra-dots span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ccc;
  cursor:pointer;
  transition:.3s;
}

.usp-ultra-dots span.active{
  background:var(--usp-brand);
  transform:scale(1.3);
}

/* MOBILE */
@media(max-width:992px){
  .usp-ultra-card{
    min-width:100%;
    opacity:1 !important;
    transform:none !important;
  }
}




/* ===== UNIQUE WRAPPER ===== */
.unisoft-why-wrapper{
  --unisoft-red:#b83232;
  font-family:Arial, sans-serif;
}

.unisoft-why-wrapper .unisoft-why-section{
  display:flex;
  gap:50px;
  padding:100px 8%;
  background:
    linear-gradient(rgba(184,50,50,.92),rgba(184,50,50,.92)),
    url("https://images.unsplash.com/photo-1556911220-bff31c812dba") center/cover no-repeat;
  color:#fff;
  align-items:center;
  overflow:hidden;
}

/* ===== SCROLL ANIMATION ===== */
.unisoft-reveal{
  opacity:0;
  transform:translateY(60px);
  transition: all 1s cubic-bezier(.2,.8,.2,1);
}

.unisoft-left{
  transform:translateX(-80px);
}

.unisoft-right{
  transform:translateX(80px);
}

.unisoft-reveal.unisoft-active{
  opacity:1;
  transform:translate(0,0);
}

/* ===== LEFT SIDE ===== */
.unisoft-why-left{
  flex:1;
}

.unisoft-why-left h2{
  font-size:18px;
  margin-bottom:10px;
  color:#fff;
}

.unisoft-why-left h1{
  font-size:36px;
  margin-bottom:25px;
  color: #fff;
}

.unisoft-why-left p{
  line-height:1.8;
  margin-bottom:18px;
  font-size:15px;
}

/* CONTACT BOX */
.unisoft-contact-box{
  display:flex;
  gap:40px;
  margin-top:35px;
  background:#fff;
  color:#111;
  padding:30px;
  border-radius:16px;
}

.unisoft-contact-item{
  display:flex;
  gap:15px;
  align-items:center;
}

.unisoft-contact-icon{
  width:55px;
  height:55px;
  background:var(--unisoft-red);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:22px;
}

/* ===== RIGHT SLIDER ===== */
.unisoft-why-right{
  flex:1;
  background:#fff;
  padding:25px;
  border-radius:22px;
  box-shadow:0 20px 40px rgba(0,0,0,.3);
}

.unisoft-slider{
  position:relative;
  overflow:hidden;
  border-radius:16px;
}

.unisoft-slides{
  display:flex;
  transition:transform .7s ease-in-out;
}

.unisoft-slide{
  min-width:100%;
}

.unisoft-slide img{
  width:100%;
  height:380px;
  object-fit:contain;
  border-radius:16px;
}

/* BUTTONS */
.unisoft-slider-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(184,50,50,0.9);
  border:none;
  color:#fff;
  width:44px;
  height:44px;
  border-radius:50%;
  font-size:20px;
  cursor:pointer;
  transition:0.3s;
}

.unisoft-slider-btn:hover{
  background:#a72b2b;
  transform:translateY(-50%) scale(1.1);
}

.unisoft-prev{ left:15px; }
.unisoft-next{ right:15px; }

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .unisoft-why-section{
    flex-direction:column;
    padding:70px 6%;
  }

  .unisoft-contact-box{
    flex-direction:column;
  }

  .unisoft-slide img{
    height:300px;
  }
}

@media(max-width:600px){
  .unisoft-why-left h1{
    font-size:26px;
  }

  .unisoft-slide img{
    height:240px;
  }
}


    /* SECTION */
.contact-neo {
  position: relative;
  padding: 120px 20px;
  background: #f4f6fb;
  overflow: hidden;
}

/* BACKGROUND SHAPES */
.neo-bg {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}

.neo-bg-1 {
  width: 800px;
  height: 800px;
  background: #c13a3a;
  top: -180px;
  left: -180px;
}

.neo-bg-2 {
  width: 800px;
  height: 800px;
  background: #4a90e2;
  bottom: -180px;
  right: -180px;
}

/* CONTAINER */
.neo-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* LEFT INFO */
.neo-info h2 {
  font-size: 38px;
  color: black;
  margin-bottom: 10px;
}

.neo-sub {
  color: black;
  max-width: 360px;
  margin-bottom: 35px;
}

.neo-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  color: black;
  padding: 18px 22px;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform 0.4s ease;
}

.neo-card:hover {
  transform: translateX(10px);
}

/* FORM */
.neo-form {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(18px);
  padding: 45px;
  border-radius: 24px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.18);
  animation: riseUp 1.1s ease;
}

@keyframes riseUp {
  from {opacity: 0; transform: translateY(50px);}
  to {opacity: 1; transform: translateY(0);}
}

.neo-form h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #222;
}

/* INPUTS */
.neo-input {
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 12px 16px;
  margin-bottom: 14px;
  background: #fff;
  transition: all 0.35s ease;
}

.neo-input:focus {
  outline: none;
  border-color: #c13a3a;
  box-shadow: 0 0 0 4px rgba(193,58,58,0.15);
  transform: scale(1.03);
}

/* ROW */
.neo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* BUTTON */
.neo-btn {
  margin-top: 20px;
  width: 100%;
  height: 52px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, #c13a3a, #8e1f1f);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.neo-btn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  left: -120%;
  top: 0;
  transition: 0.6s;
}

.neo-btn:hover::before {
  left: 120%;
}

.neo-btn:hover {
  box-shadow: 0 18px 40px rgba(193,58,58,0.45);
  transform: translateY(-4px);
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .neo-container {
    grid-template-columns: 1fr;
  }
}



:root{
  --usp-primary:#2563eb;
  --usp-dark:#0f172a;
}

/* SECTION */
.usp-pro-about{
  padding:50px 20px;
  background:linear-gradient(135deg,#f8fafc,#eef2ff);
}

.usp-pro-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:70px;
  flex-wrap:wrap;
}

/* LEFT CONTENT */
.usp-pro-left{
  flex:1 1 550px;
}

.usp-small-tag{
  color:var(--usp-primary);
  font-weight:600;
  letter-spacing:1px;
  margin-bottom:15px;
  display:inline-block;
}

.usp-pro-title{
  font-size:42px;
  font-weight:800;
  color:var(--usp-dark);
  line-height:1.2;
  margin-bottom:25px;
}

.usp-pro-title span{
  color:var(--usp-primary);
}

.usp-pro-text{
  color:#555;
  line-height:1.9;
  margin-bottom:25px;
  font-size:15px;
}

/* FEATURES */
.usp-features{
  margin:25px 0;
}

.usp-features div{
  margin-bottom:12px;
  font-weight:500;
  color:#1e293b;
}

.usp-features div::before{
  content:"✔";
  color:var(--usp-primary);
  margin-right:10px;
}

/* BUTTON */
.usp-pro-btn{
  display:inline-block;
  padding:14px 32px;
  background:linear-gradient(45deg,var(--usp-primary),#1e40af);
  color:#fff;
  text-decoration:none;
  border-radius:50px;
  font-weight:600;
  transition:.4s ease;
  box-shadow:0 10px 30px rgba(37,99,235,.3);
}

.usp-pro-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 40px rgba(37,99,235,.4);
}

/* RIGHT IMAGE */
.usp-pro-right{
  flex:1 1 450px;
  position:relative;
}

.usp-pro-image{
  width:100%;
  border-radius:25px;
  box-shadow:0 30px 80px rgba(0,0,0,.15);
  transition:.5s ease;
}

.usp-pro-right:hover .usp-pro-image{
  transform:scale(1.05);
}

/* EXPERIENCE BADGE */
.usp-pro-badge{
  position:absolute;
  bottom:-25px;
  left:-25px;
  background:#fff;
  padding:20px 25px;
  border-radius:20px;
  box-shadow:0 15px 50px rgba(0,0,0,.15);
  font-weight:700;
  color:var(--usp-dark);
}

.usp-pro-badge span{
  display:block;
  font-size:28px;
  color:var(--usp-primary);
}

/* MOBILE */
@media(max-width:992px){
  .usp-pro-container{
    flex-direction:column;
    text-align:center;
  }

  .usp-pro-badge{
    position:static;
    margin-top:20px;
  }

  .usp-pro-title{
    font-size:34px;
  }
}




.vm-wrapper{
  display:flex;
  gap:60px;
  justify-content:center;
  padding:80px 8%;
  flex-wrap:wrap;
}

.vm-card{
  width:420px;
  border:2px solid #c62828;
  border-radius:18px;
  padding:60px 30px 35px;
  text-align:center;
  position:relative;
  background:#fff;
}

.vm-icon{
  width:70px;
  height:70px;
  background:#c62828;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  top:-35px;
  left:50%;
  transform:translateX(-50%);
}

.vm-icon svg{
  width:32px;
  height:32px;
  fill:#fff;
}

.vm-card h1{
  font-size:22px;
  margin-bottom:15px;
  color:#111;
}

.vm-card p{
  font-size:15px;
  line-height:1.7;
  color:#555;
}

/* Responsive */
@media(max-width:900px){
  .vm-card{
    width:100%;
    max-width:450px;
  }
}



    .exhibition-section{
  padding:80px 0;
  background:#f8f9fb;
}

.container{
  max-width:1200px;
  margin:auto;
}

.main-title{
  text-align:center;
  font-size:34px;
  font-weight:600;
  margin-bottom:10px;
}

.main-subtitle{
  text-align:center;
  max-width:700px;
  margin:0 auto 60px;
  color:#666;
}

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

.year-block h1{
  font-size:26px;
  border-left:4px solid #b83232;
  padding-left:12px;
  margin-bottom:30px;
}

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

.event-block h1{
  font-size:20px;
  margin-bottom:20px;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px,1fr));
  gap:25px;
}

.gallery-grid a{
  display:block;
  overflow:hidden;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.4s ease;
}

.gallery-grid img{
  width:100%;
  height:250px;
  object-fit:cover;
  transition:.4s ease;
}

.gallery-grid a:hover img{
  transform:scale(1.08);
}

@media(max-width:768px){
  .gallery-grid img{
    height:200px;
  }
}



/* =================== ROOT =================== */
:root{
  --brand: #c13a3a;
  --brand-dark:#8e1f1f;
  --text:#1f2937;
  --muted:#6b7280;
  --bg:#f5f7fc;
}

/* =================== SECTION =================== */
.contact-neo{
  position:relative;
  padding:120px 20px;
  background:var(--bg);
  overflow:hidden;
  font-family: "Inter", system-ui, sans-serif;
}

/* BACKGROUND GLOW */
.neo-bg{
  position:absolute;
  border-radius:50%;
  filter:blur(90px);
  opacity:.45;
}
.neo-bg-1{
  width:720px;height:720px;
  background:#c13a3a;
  top:-200px;left:-200px;
}
.neo-bg-2{
  width:720px;height:720px;
  background:#4a90e2;
  bottom:-200px;right:-200px;
}

/* =================== LAYOUT =================== */
.neo-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:70px;
  position:relative;
  z-index:2;
}

/* =================== LEFT INFO =================== */
.neo-info h1{
  font-size:42px;
  font-weight:700;
  color:var(--text);
  margin-bottom:12px;
}
.neo-sub{
  color:var(--muted);
  max-width:420px;
  margin-bottom:40px;
  font-size:16px;
}

/* =================== INFO CARDS =================== */
.neo-card{
  background:rgba(255,255,255,.75);
  backdrop-filter:blur(16px);
  border-radius:18px;
  padding:22px 26px;
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:22px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 25px 60px rgba(0,0,0,.08);
  transition:.35s ease;
}

.neo-card:hover{
  transform:translateY(-6px);
  box-shadow:0 35px 80px rgba(0,0,0,.12);
}

.neo-card span{
  font-weight:600;
  color:var(--text);
  font-size:15px;
}

.neo-card p{
  color:#374151;
  font-size:14.5px;
  line-height:1.6;
  margin:0;
}

/* =================== FORM =================== */
.neo-form{
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(20px);
  padding:50px;
  border-radius:26px;
  box-shadow:0 45px 100px rgba(0,0,0,.18);
  animation:fadeUp 1s ease;
}

@keyframes fadeUp{
  from{opacity:0;transform:translateY(40px);}
  to{opacity:1;transform:translateY(0);}
}

.neo-form h3{
  font-size:24px;
  font-weight:700;
  margin-bottom:32px;
  color:var(--text);
}

/* INPUTS */
.neo-input{
  width:100%;
  height:48px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  padding:14px 18px;
  margin-bottom:16px;
  background:#fff;
  font-size:14.5px;
  transition:.3s ease;
}

.neo-input:focus{
  outline:none;
  border-color:var(--brand);
  box-shadow:0 0 0 4px rgba(193,58,58,.18);
}

/* ROW */
.neo-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

/* BUTTON */
.neo-btn{
  margin-top:24px;
  width:100%;
  height:54px;
  border-radius:16px;
  border:none;
  background:linear-gradient(135deg,var(--brand),var(--brand-dark));
  color:#fff;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:.35s ease;
}

.neo-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 45px rgba(193,58,58,.45);
}

/* =================== RESPONSIVE =================== */
@media(max-width:900px){
  .neo-container{
    grid-template-columns:1fr;
    gap:50px;
  }
  .neo-info h1{
    font-size:34px;
  }
}



/* Search Wrapper */
.search-wrapper{
  max-width: 900px;
  margin: auto;
}

/* Search Box */
.search-box{
  display: flex;
  align-items: center;
  border: 2px solid #c83535;
  border-radius: 6px;
  overflow: hidden;
}

/* Icon */
.search-icon{
  padding: 0 15px;
  font-size: 18px;
  color: #000;
}

/* Input */
.search-box input{
  flex: 1;
  border: none;
  padding: 16px;
  font-size: 16px;
  outline: none;
}

/* Button */
.search-box button{
  background: #c83535;
  color: #fff;
  border: none;
  padding: 16px 30px;
  font-size: 16px;
  cursor: pointer;
}

.search-box button:hover{
  background: #a92a2a;
}

/* Responsive */
@media (max-width:600px){
  .search-box input{
    font-size: 14px;
  }
}
