/*!
Theme Name: Portfolio One
Theme URI: https://codeworkweb.com/wordpress-themes/portfolio-one/
Author: Code Work Web
Author URI: https://codeworkweb.com/
Description: This is useful theme for personal portfolio sites to pubish your personal websites in an style with easy configuration options. Get free support at https://codeworkweb.com/contact/  and Check demo at https://demo.codeworkweb.com/portfolio-one/
Version: 1.0.1
Tested up to: 6.9
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portfolio-one
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, sticky-post, rtl-language-support, blog, custom-colors, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Portfolio One is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Replace default scrollbar style
 * 4. Add smooth scrolling for in-page links
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
* {
    scrollbar-color: var(--theme-color) #404040;
    scrollbar-width: thin;
}
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
 .cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid red;
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    transform: translate(0, 0);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.2s ease, height 0.2s ease;
  }

  .cursor-dot {
    width: 7px;
    height: 7px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    transform: translate(0, 0);
    transition: width 0.12s ease, height 0.12s ease, background-color 0.12s ease, transform 0.12s ease;
  }
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    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;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Jost', sans-serif;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #333;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}


a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}


select {
    border: 1px solid #ccc;
}


input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: hsl(0, 0%, 100%);
    border: 1px solid #ccc;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
    color: var(--theme-color);
    border-color: var(--theme-color);
    outline: none;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    padding: 15px;
    border-radius: 5px;

}

textarea:focus {
    color: var(--theme-color);
    border-color: var(--theme-color);
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--theme-color);
    border-radius: none;
    padding: 15px 25px;
    margin: 20px 0;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: var(--dark-color);
    cursor: pointer;

}

label {
    color: #564747;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}


.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    font-size: 18px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*
 ===================================
 Theme styles 
 ==================================
 */
.container {
    /* max-width: var(--container-width); */
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

/* >= 576px (Small devices) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

/* >= 768px (Medium devices) */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

/* >= 992px (Large devices) */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/* >= 1200px (Extra large devices) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* >= 1400px (XXL devices) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


.cww-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** ================================== Header ======================================= **/



.site-header.menu-fixed-triggered{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.header-layout-one header.site-header,
.header-layout-two header.site-header{
    padding: 20px 0;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 3%);
    font-family: 'Rubik', sans-serif;
    background: #fff;
    
}


.site-branding a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

p.site-title,
p.site-description {
    margin: 0;
    padding: 0;
}
p.site-description{
    font-size: 14px;;
}

.cww-nav-container ul li {
    display: inline-block;
}

.cww-main-nav {
    text-align: right;
}

.main-navigation {
    display: block;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #fff;
    min-width: 255px;
    padding: 10px 0px;
    text-align: left;
}

.main-navigation .sub-menu li {
    display: block;
}

.main-navigation .sub-menu li.menu-item-has-children:hover .sub-menu {
    left: 257px;
}

.main-navigation .sub-menu li a {
    padding: 10px 25px;
}

.main-navigation .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}


.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark-color);
    padding: 5px 25px 5px 0;
    position: relative;

}

.main-navigation li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: var(--theme-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-navigation li a:hover:after,
.main-navigation li.current a:after {
    width: 30px
}

/* Button Style*/

.header-cta-wrapp a:hover{
    color: #fff;
    
}


.header-cta-wrapp.layout-one a,
.cww-main-banner .btn-primary a,
.cww-cta-section .btn-wrapper a,
.error-404 .button-wrapp a {
    position: relative;
    text-decoration: none;
    display: block;
    background-color: var(--theme-color);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
}

.header-cta-wrapp.layout-one a:hover,
.cww-main-banner .btn-primary a:hover,
.cww-cta-section .btn-wrapper a:hover,
.error-404 .button-wrapp a:hover {
    color: #FFF;
}

.header-cta-wrapp.layout-one a:before,
.cww-main-banner .btn-primary a:before,
.cww-cta-section .btn-wrapper a:before,
.error-404 .button-wrapp a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 3px;
    width: 0;
    background: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-cta-wrapp.layout-one a:hover:before,
.cww-main-banner .btn-primary a:hover:before,
.cww-cta-section .btn-wrapper a:hover:before,
.error-404 .button-wrapp a:hover:before {
    width: 100%;
}

.header-cta-wrapp.layout-one a span,
.cww-main-banner .btn-primary a span,
.cww-cta-section .btn-wrapper a span,
.error-404 .button-wrapp a span {
    position: relative;
}


@-webkit-keyframes bganimeUltimate {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes bganimeUltimate {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}




.section-title-wrapp {
    position: relative;

}

.section-title-wrapp:before {
    background-color: rgba(51, 231, 175, .1);
}

.section-title-wrapp:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
}

.section-title-wrapp h3 {
    font-size: 44px;
    margin: 0;
    line-height: 1.5;
    color: var(--dark-color);
    font-weight: 500;
}

.section-title-wrapp p {
    margin: 0;
    line-height: 1.2;
    color: #928383;
    font-size: 14px;
}

.cww-about-section .desc-wrapp {
    margin-top: 70px;
}

.cww-about-section .desc-wrapp p {
    line-height: 2.1;
    font-size: 16px;
}

.count-item-wrapp {
    background-color: #fde9e8;
    padding: 15px 53px;
    border: 1px dashed #f9564f;
    border-radius: 20px;
}




/* ================== Blog Section =================== */
.cww-blog-section {
    padding: 100px 0;
}

.cww-blog-section .blog-outer-wrapp {
    margin-top: 40px;
}

.blog-inner-wrapp img {
    border-radius: 10px;
}

.blog-inner-wrapp {
    border: 1px solid rgba(17, 32, 77, 0.15);
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
}

.blog-outer-wrapp {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    padding: 0 20px;
}

.entry-meta a {
    color: rgba(17, 32, 77, 0.7);
    text-decoration: none;
    text-transform: capitalize;
}

.posted-on {
    position: relative;
    padding-right: 15px;
}

.posted-on:after {
    content: "";
    position: absolute;
    background: rgba(17, 32, 77, 0.35);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    top: 50%;
    right: 3px;
}

.post-content {
    padding: 30px;
}

.post-content h3 a {
    text-decoration: none;
    color: var(--dark-color);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.read-more-link a {
    text-decoration: none;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 0;
    color: var(--theme-color);
}

.read-more-link a:before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color);
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.read-more-link a:hover:before {
    width: 50%;
}

.cww-blog-section .img-wrapp {
    margin-top: -50px;
}

.cww-blog-section .img-wrapp a.post-thumbnail {
    display: block;
    overflow: hidden;
    line-height: 1;
}

.cww-blog-section .img-wrapp a.post-thumbnail:hover img {
    -webkit-transform: scale(1.05) rotate(-.5deg);
    -moz-transform: scale(1.05) rotate(-.5deg);
    -ms-transform: scale(1.05) rotate(-.5deg);
    -o-transform: scale(1.05) rotate(-.5deg);
    transform: scale(1.05) rotate(-.5deg);
}

.cww-blog-section .img-wrapp a.post-thumbnail img {
    display: block;
    line-height: 1;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

/* ==================== Contact Section =========================== */
.cww-contact-section {
    padding: 100px 0;
    background-color: rgba(249, 86, 79, 0.04);
}

.cww-contact-section .form-wrapp form .cww-flex {
    gap: 10px;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.cww-contact-section .form-wrapp form p {
    margin-bottom: 0;
}

.cww-contact-section .contact-wrapp.cww-flex .form-wrapp {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}

.cww-contact-section .form-elements+p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.cww-contact-section .form-elements {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.cww-contact-section .contact-wrapp.cww-flex .address-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-left: 10%;
}

.cww-contact-section .form-wrapp form .wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
    width: 100%;
}

.cww-contact-section .form-wrapp,
.cww-contact-section .address-wrap {
    padding: 30px 50px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}

.cww-contact-section .address-wrap h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: #282a2f;
}

.cww-contact-section .address-btm {
    color: #282a2f;
}

.cww-contact-section .address-btm a {
    text-decoration: none;
    color: #282a2f;
}

.cww-contact-section .address-btm {
    font-size: 18px;
}

.cww-contact-section .email-wrapp {
    border-top: 1px solid #efeaea;
    border-bottom: 1px solid #efeaea;
}

.cww-contact-section .address-btm>* {
    padding: 10px 0;
}

.cww-contact-section .address-btm i {
    font-size: 22px;
    vertical-align: top;
}

.cww-contact-section .location-wrapp i {
    font-size: 28px;
}

.cww-contact-section .mob-wrapp i {
    font-size: 36px;
}

/* ============================= Footer ============================== */
.site-footer.default-footer-style {
    background: #00171f;
    padding: 15px 0;
    color: #fff;
    width: 100%;
}

.site-footer.default-footer-style a {
    color: #FFF;
    text-decoration: none;
    padding: 0 5px;
}

.site-footer .social-icon-wrapp a {
    display: inline-block;
    padding: 10px;
    color: #fff;

}

.site-footer a.th-name {
    color: var(--theme-color);
}

.site-footer span.sep {
    padding: 0 10px;
}

.inner-blog-wrapp .sticky {
    background: #f1f1f1;
    padding: 40px 10px;
}

.cww-main-nav ul li {
    display: inline-block;
}

h1.site-title {
    margin: 0;
}

.content-area {
    margin-bottom: 70px;
}


/* ======================= sidebar ========================= */


div#cww-site-content .cww-single-container.sidebar-right div#primary,
div#cww-site-content .cww-single-container.sidebar-left div#primary,
div#cww-site-content .cww-archive-container.sidebar-right div#primary,
div#cww-site-content .cww-archive-container.sidebar-left div#primary {
    width: 72%;
}

aside.widget-area.secondary.sidebar-right,
aside.widget-area.secondary.sidebar-left,
div#cww-site-content .cww-single-container.sidebar-right aside.widget-area.secondary.sidebar-right,
div#cww-site-content .cww-single-container.sidebar-left aside.widget-area.secondary.sidebar-right,
div#cww-site-content .cww-archive-container.sidebar-right aside.widget-area.secondary.sidebar-right,
div#cww-site-content .cww-archive-container.sidebar-left aside.widget-area.secondary.sidebar-right {
    width: 25%;
}

body div a {
    text-decoration: none;
    color: #404040;
}

li#customize-control-portfolio_one_inner_single_sidebar label {
    display: inline-block;
    width: 30%;
}

div#cww-site-content .cww-single-container {
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
}

.image_radio_buttons label {
    display: inline-block;
    width: 30%;
}

.customize-control-sidebar-option label {
    display: inline-block;
    width: 30%;
}

.image_radio_buttons label input[type=radio] {
    display: none;
}

div#cww-site-content .cww-single-container.sidebar-none.container {
    display: block;
}

div#cww-site-content .cww-single-container {
    display: flex;
    justify-content: center;
}

div#cww-site-content .cww-single-container.sidebar-left {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: row-reverse;
    gap: 80px;
}

div#cww-site-content .cww-archive-container {
    display: flex;
    justify-content: center;
}

div#cww-site-content .cww-archive-container.sidebar-left {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 80px;
}

div#cww-site-content .cww-archive-container.sidebar-right,
div#cww-site-content .cww-single-container.sidebar-right {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

aside.widget-area .widget {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    padding: 20px;
    font-size: 17px;
}

aside.widget-area .widget ul {
    margin: 0;
    padding: 0;
}

aside.widget-area .widget ul li {
    list-style: none;
    padding: 5px;
}

aside.widget-area .widget ul li a:hover {
    color: var(--theme-color);
}

aside.widget-area .widget form.search-form {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}


aside.widget-area .wp-block-search__inside-wrapper input[type=search] {
    height: 45px;
}

aside.widget-area .wp-block-search__inside-wrapper {
    align-items: center;
}

.cww-archive-container {
    margin-top: 70px;
}

.single .entry-content p a,
.single .entry-content a,
.page .entry-content a {
    color: var(--theme-color);
    text-decoration: underline;
}

/*=========== Scroll To Top ===========*/


@keyframes backtotop {
	0% {
		bottom: 45px;
	}

	50% {
		bottom: 30px;
	}

	100% {
		bottom: 45px;
	}
}

.cww-scroll-top-outer {
	position: fixed;
	bottom: 5px;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	opacity: 0;
	z-index: 9999;
	transition: all 0.3s;
}

.cww-scroll-top-outer.right {
	right: 40px;
}

.cww-scroll-top-outer.left {
	left: 200px;
}

.cww-scroll-top-outer div#cww-top {
	background: #000;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 42px;
	width: 42px;
	line-height: 42px;
	border-radius: 50%;
}
.cww-scroll-top-outer div#cww-top i {
    line-height: 42px;
}

.cww-scroll-top-outer:hover div#cww-top {
	cursor: pointer;
	background: var(--theme-color);
}

.cww-scroll-top-outer .progress-circle {
	width: 56px;
	height: 56px;
}

.cww-scroll-top-outer .progress-circle-bar {
	fill: none;
	stroke: var(--theme-color);
	stroke-width: 5;
	stroke-dasharray: 283;
	stroke-dashoffset: 0;
	transform-origin: center;
	transition: stroke-dashoffset 0.3s ease;
}

.cww-scroll-top-outer .progress-background {
	fill: transparent;
	stroke: #ededed;
	stroke-width: 5;
	stroke-dasharray: none;
}


/**
* Fixed header
* sticky header
*/
.site-header.menu-fixed-triggered {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-ms-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}

.site-header.menu-fixed-triggered.menu-fixed-hidden {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.admin-bar .site-header.menu-fixed-triggered {
	margin-top: 32px;
}

/**
* Header Two
*/

body.header-layout-two header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 255px;
    height: 100%;
    transition: all ease-in-out 0.5s;
    z-index: 9997;
    transition: all 0.5s;
    background: #111827;
    overflow-y: auto;
    overflow-x: hidden;
}

body.header-layout-two .cww-site-content {
    width: calc(100% - 255px);
}
body.header-layout-two .site{
    display: flex;
    justify-content: flex-end;
}
body.header-layout-two .main-navigation ul li {
    display: block;
    text-align: left;
    margin-bottom: 8px;
}
body.header-layout-two .main-navigation li a:after{
    content: none;
}
body.header-layout-two .main-navigation ul li a {
    padding: 15px 50px 15px 15px;
    border-radius: 5px;
    margin: 0;
    transition: all 0.3s;
}

body.header-layout-two .main-navigation ul li a:hover {
    background: rgb(255 255 255 / 0.1);
    color: #fff;
}
body.header-layout-two .header-bottom-text {
    color: #a8a9b4;
    padding: 20px;
    position: relative;
    width: 100%;
    border-top: 1px solid #343335;
}
body.header-layout-two .container.cww-hdr-text {
    padding: 0 30px;
}
body.header-layout-two .header-bottom-text:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #10b981;
    position: absolute;
    left: 20px;
    bottom: 27px;
    border-radius: 50%;
}

body.header-layout-two .main-navigation a {
    color: #a8a9b4;
    margin-bottom: 15px;
}
body.header-layout-two .site-branding {
    text-align: center;
    margin-top: 45px;
}
body.header-layout-two .site-branding a.custom-logo-link img,
body.header-layout-two .site-branding a.cww-dark-logo img{
    border-radius: 50%;
    border: 3px solid var(--theme-color);
    object-fit: cover;
    height: 100px;
    width: 100px;
    padding: 3px;
}
body.header-layout-two header.site-header .container.cww-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}
body.header-layout-two .site-branding a,
body.header-layout-two p.site-title,
body.header-layout-two p.site-description {
    color: #fff;
}
body.header-layout-two .site-branding a.custom-logo-link,
body.header-layout-two .site-branding a.cww-dark-logo {
    margin-bottom: 15px;
}
body.header-layout-two .menu-wrapp {
    margin-top: 25px;
    flex: 1 1 0%;
    
}
body.header-layout-two .menu-wrapp,
body.header-layout-two .social-icon-wrapp,
body.header-layout-two .site-branding{
    padding: 0 25px;
}
body.header-layout-two .cww-main-nav {
    padding: 0;
}
body.header-layout-two .social-icon-wrapp {
    display: inline-flex;
    margin-top: 20px;
    text-align: center;
    flex-wrap: wrap;
    gap: 5px;
}
body.header-layout-two header.site-header .social-icon-wrapp a {
    color: #b4b4b4;
    background: #2a3758;
    text-decoration: none;
    border-radius: 16%;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #2a3758;
}
body.header-layout-two header.site-header .social-icon-wrapp a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

a.post-edit-link {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    margin: 15px 0;
    display: inline-block;
}
.single .post-thumbnail img {
    border-radius: 1rem;
}
.single header.entry-header {
    text-align: center;
    padding: 50px 0;
}

.single .pfolio-cat {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
}
/**
single portfolio
*/
.pfolio-body-wrapp {
    display: flex;
    gap: 30px;
}
.pfolio-body-wrapp .portfolio-meta-info h3 {
    margin-top: 0;
}
.pfolio-body-wrapp .portfolio-content-wrapp {
    width: 70%;
}
.pfolio-body-wrapp .portfolio-meta-info {
    background: #ffffff;
    border-radius: 5px;
    width: 30%;
    height: 100%;
    padding: 35px;
    margin: 20px 0;
    box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.09);
}
.portfolio-meta-info {
    position: sticky;
    top: 60px;
}
.pfolio-body-wrapp ul.meta-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pfolio-body-wrapp ul.meta-info li {
    padding: 10px 0;
}
.pfolio-body-wrapp ul.meta-info li span.title {
    font-size: 16px;
    font-weight: 600;
}
.pfolio-body-wrapp .btn-view a {
    background: var(--theme-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
}
.pfolio-body-wrapp .btn-view a:hover {
    background: #333;
}
.pfolio-body-wrapp .btn-view {
    margin: 10px 0;
}
/**
* Archive Portfolio
*/
.post-type-archive-portfolio article{
    display: flex;
    gap: 6rem;
    margin-bottom: 6rem;
}
.cww-img-hover a{
    display: block;
    overflow: hidden;
    line-height: 1;
}
.cww-img-hover a img{
    display: block;
    line-height: 1;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.cww-img-hover a:hover img{
    -webkit-transform: scale(1.05) rotate( -.5deg);
    -moz-transform: scale(1.05) rotate(-.5deg);
    -ms-transform: scale(1.05) rotate(-.5deg);
    -o-transform: scale(1.05) rotate(-.5deg);
    transform: scale(1.05) rotate( -.5deg);
}
.post-type-archive-portfolio .img-wrapp.cww-img-hover {
    width: 50%;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    position: relative;
    overflow: hidden;
}

.post-type-archive-portfolio .entry-content {
    position: relative;
    width: 50%;
}

.post-type-archive-portfolio .entry-content ul {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
}
.post-type-archive-portfolio .entry-content ul li a {
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}
.post-type-archive-portfolio .entry-content ul li a:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.post-type-archive-portfolio .entry-content .pfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0f172a;
    font-weight: 700;
    font-size: 1rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.25rem;
    transition-property: all;
    transition-duration: 300ms;
    text-decoration: none;
}
.post-type-archive-portfolio .entry-content .pfolio-link svg {
    width: 1.25rem;
    height: 1.25rem;
    transition-property: transform;
    transition-duration: 300ms;
}
.post-type-archive-portfolio .entry-content .pfolio-link:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.post-type-archive-portfolio .entry-content .pfolio-link:hover svg {
    transform: translate(0.25rem, -0.25rem);
}
.post-type-archive-portfolio article:nth-child(even) {
    flex-direction: row-reverse;
}
.post-type-archive-portfolio .entry-content p {
    font-size: 16px;
}
.post-type-archive-portfolio .entry-content .pfolio-cat {
    color: var(--theme-color);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.post-type-archive-portfolio h2.entry-title {
    margin: 5px 0;
}

/**
* Menu sub label
*/
.main-navigation ul li .menu-sub-title,
.main-navigation-phone ul li .menu-sub-title {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	padding: 0 4px;
	border-radius: 2px;
	position: absolute;
	right: 0;
	top: -6px;
	display: inline-flex;
	justify-content: center;
	height: 1.5em;
	margin-top: -0.75em;
	margin-left: 4px;
	vertical-align: top;
	background-color: var(--theme-color);
}

span.menu-sub-title:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--theme-color);
	left: 3px;
	bottom: -4px;
}

.main-navigation ul li ul.sub-menu .menu-sub-title:after,
.main-navigation-phone ul li .menu-sub-title:after {
	border: none;
}

.main-navigation ul li ul.sub-menu .menu-sub-title,
.main-navigation-phone ul li .menu-sub-title {
	right: 46%;
	top: 30%;
}

.main-navigation ul li ul.sub-menu li a {
	display: flex;
	align-items: center;
	width: 100%;
}

.main-navigation ul li ul.sub-menu li .menu-sub-title {
	margin: 0 0 0 8px;
}

.main-navigation span.menu-icon-wrapp {
	margin-right: 5px;
	background-color: transparent;
	padding: 2px 4px;
    border-radius: 5px;
}

.main-navigation span.menu-icon-wrapp i {
	font-size: 12px;
}
body.header-layout-two .main-navigation span.menu-icon-wrapp{
    margin-right: 10px;
    padding: 5px 10px;

}
body.header-layout-two .main-navigation span.menu-icon-wrapp i {
	font-size: 14px;
}

.main-navigation .sub-menu span.menu-icon-wrapp {
	padding: 2px 4px;
	font-size: 12px;
}
/**
* CF7 stylings
*/
form.wpcf7-form p {
   padding: 10px 0;
}
form.wpcf7-form textarea{
	height: 140px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    display: inline-block;
    margin: 0;
}
.cww-ssf-outer-wrapp a.cww-ssf-toggle{
    border-radius: 16px;
}
.cww-sff-wrapp form.wpcf7-form p {
    padding: 10px 0;
}