/*
Theme Name: Techogy
Theme URI: http://gossipthemes.com/techogy
Author: Gossip Themes
Author URI: http://gossipthemes.com
Description: IT Solutions & Technology WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techogy
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

/**** 
CSS Indexing

1. Default CSS
2. Header CSS
3. Navigation CSS
4. Footer CSS
5. Breadcrumb CSS
6. Blog CSS
7. Comments CSS
8. Widgets CSS
9. Contact & Quote Form CSS
10.Preloader CSS
11.Responsive CSS

****/

/******------------------------------
-----------Default CSS------------
------------------------------******/

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 14px;
    background: #fff;
    color: #4e4d60;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #4e4d60;
}

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

/* Global styles
================================================== */

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

* {
    margin: 0;
    padding: 0;
}

/* ==================================================
// Global styles
================================================== */

iframe {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    display: block;
    color: #433eed;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.media > .pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

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

/* Dropcap */

.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

.clearfix:after {
    display: block;
    width: 100%;
    content: "";
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

/*** Pagination ***/

ul.page-pagination.theme-widget-pagination-wrapp {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.page-pagination.theme-widget-pagination-wrapp li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    min-width: 42px;
}

ul.page-pagination.theme-widget-pagination-wrapp li a,
ul.page-pagination.theme-widget-pagination-wrapp li span {
    color: #fff;
    font-size: 15px;
    background: #0518c5;
    text-align: center;
    height: auto;
    text-align: center;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Global */

.admin-bar .navbar-sticky.sticky {
    margin-top: 30px;
}

.theme-page-content {
    background: #ffffff;
}

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

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

.wp-caption .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 12px 0 0;
}

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

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

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

/* Gallery item */

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

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

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

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

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

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

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

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

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

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

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    font-weight: 600;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* WP core style */

.alignnone {
    display: block;
    margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 15px auto 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption .wp-caption-text a {
    text-decoration: underline;
    display: inline-block;
}

.wp-caption .wp-caption-text a {
    color: #433eed;
}

.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: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.screen-reader-text {
    display: none;
}

.gallery-caption {
    z-index: 100000;
}

.bypostauthor {
    z-index: 100000;
}

@media screen and (min-width: 30em) {
    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }

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

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

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

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

    .gallery-columns-5 .gallery-item {
        max-width: 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%;
    }
}

/* Theme check */

code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #433eed;
}

a code {
    color: #433eed;
}

p {
    margin: 0 0 25px;
}

p img.alignleft {
    clear: both;
    margin-bottom: 30px;
}

select {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    padding: 5px 15px;
    margin: 0 10px;
    height: 45px;
    padding: 5px 15px;
}

.post-password-form input[type="submit"] {
    background-color: #433eed;
    border: none;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    height: 45px;
    font-weight: 600;
}

.post-password-form input[type="submit"]:hover {
    background-color: rgb(255 53 36 / 10%);
    color: #433eed;
}

.sidebar .widget.widget_media_image img {
    margin-top: 0;
}

.sidebar .widget.widget-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #eee;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
    background: #433eed;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
    margin-bottom: 0;
}

.tagcloud a,
.wp-block-tag-cloud a {
    border-color: #8392a5;
    color: #8392a5;
    border: 1px solid;
    display: inline-block;
    font-size: 17px !important;
    padding: 6px 18px !important;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
    margin-right: 0px;
}

.tagcloud a:last-child,
.wp-block-tag-cloud a:last-child {
    margin-right: 0px;
}

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}

.page-links .page-link {
    display: inline-block;
    color: #433eed;
    margin-right: 5px;
}

/*=======================================
 Post  Comments section
 ========================================*/

.blog-post-comment .comment-title {
    font-size: 24px;
}

.blog-post-comment .comment-info [class*="col-md-"] {
    margin-bottom: 15px;
    position: inherit;
}

.blog-post-comment .comment-content > h3 {
    margin-bottom: 0.5rem;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    border: 0px solid;
    padding: 0;
    margin-bottom: 8px;
}

.comment-respond .comment-reply-title {
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #433eed;
}

.blog-post-comment
    .comment-respond
    .comment-form
    .comment-form-cookies-consent {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 40px;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.loginformuser .form-control {
    height: 100%;
    resize: none;
}

.loginformuser .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #433eed;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: #433eed;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 14px 28px;
    border-radius: 30px;
    width: auto;
    border: 0px solid;
    transition: all 0.4s ease;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: rgb(255 53 36 / 10%);
    color: #433eed;
}

#comments {
    clear: both;
    padding: 0px 0px;
    list-style: none;
    background: transparent;
    overflow: hidden;
    margin-top: 32px;
    border-radius: 0px;
}

.comment-num {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comment-content a {
    display: inline-block;
}

.comments-area .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

p.logged-in-as a {
    display: inline-block;
}

#comments .comment-author .says {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    display: none;
}

/* Common */

.pingback p,
.pingback .says {
    display: none;
}

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

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 15px;
    color: #1c1c24;
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

.comments-list .comment-author a {
    color: #1c1c24;
}

.comments-list .comment-author a:hover {
    color: #433eed;
}

.comments-list .comment-date {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comments-list .comment-body {
    border-bottom: 1px solid #e4e4e4;
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.comments-list img.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.comments-list .comment-reply-link {
    color: #252a37;
    background: #fff;
    display: inline-flex;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ded9d9;
}

.comments-list .comment-reply-link i {
    display: none;
}

.comments-list .comment-reply-link:hover {
    background: #433eed;
    color: #fff;
}

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

.comments-counter a {
    color: #666;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
    float: none;
    color: #433eed;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-left: 8px;
}

#cancel-comment-reply-link:hover {
    color: #000;
}

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

#comments .meta-data {
    margin-bottom: 1em;
}

a.comment-edit-link {
    display: none;
}

/* main page: Comments */

.blog-post-comment .comment-content h1,
.blog-post-comment .comment-content h2,
.blog-post-comment .comment-content h3,
.blog-post-comment .comment-content h4,
.blog-post-comment .comment-content h5,
.blog-post-comment .comment-content h6 {
    line-height: 1.2;
    font-weight: 600;
}

.blog-post-comment .comment-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

.blog-post-comment .comment-content p:last-child {
    margin-bottom: 0;
}

.blog-post-comment .comment-content .entry-content a {
    text-decoration: underline;
}

.blog-post-comment .comment-content .entry-content a:hover {
    text-decoration: none;
}

.blog-post-comment .comment-content dl,
.comments-area .comment-content ol,
.comments-area .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content dt {
    margin-bottom: 5px;
}

.blog-post-comment .comment-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.blog-post-comment .comment-content ul {
    list-style: disc;
    padding-left: 20px;
}

.blog-post-comment .comment-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
}

.blog-post-comment .comment-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.blog-post-comment .comment-content ul li ul li {
    list-style-type: circle;
}

.blog-post-comment .comment-content ol {
    padding-left: 20px;
}

.blog-post-comment .comment-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: decimal;
}

.blog-post-comment .comment-content ol li ol {
    margin: 10px 0 0;
}

.blog-post-comment .comment-content b,
.blog-post-comment .comment-content strong {
    font-weight: 600;
    color: #212529;
}

.blog-post-comment .comment-content dfn,
.blog-post-comment .comment-content cite,
.blog-post-comment .comment-content em,
.blog-post-comment .comment-content i {
    font-style: italic;
}

.blog-post-comment .comment-content code,
.blog-post-comment .comment-content kbd,
.blog-post-comment .comment-content tt,
.blog-post-comment .comment-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-post-comment .comment-content kbd {
    background-color: #fafafa;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 6px;
}

.blog-post-comment .comment-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
    background: #fafafa;
    color: #333333;
}

.blog-post-comment .comment-content abbr,
.blog-post-comment .comment-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
}

.blog-post-comment .comment-content code {
    color: #433eed;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.blog-post-comment .comment-content kbd {
    background-color: #eee;
    color: #433eed;
}

#comments .pull-right.reply {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
}

#comments .comment-content a {
    color: #433eed;
}

#comments .comment-content {
    color: #555555;
}

.comments-list .comment-author cite {
    font-style: normal;
}

#comments.blog-post-comment .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments.blog-post-comment .children {
    padding-left: 10px !important;
}

#comments.blog-post-comment .comment-content img {
    margin: 5px 0;
}

.not-found h1 {
    margin-bottom: 20px;
}

.not-found .input-group-btn {
    background: #433eed;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.not-found .input-group-btn i {
    line-height: 48px;
}

.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #433eed;
}

.not-found p {
    line-height: 1.1;
    margin-bottom: 25px;
}

.not-found p small {
    display: block;
}

.blog-sidebar .widget:first-child {
    margin-top: 0;
}

.blog-sidebar .widget {
    border: 0px solid;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
}

.sidebar.blog-sidebar {
    padding-left: 45px;
}

.site-navigation.theme_header_design__One .navbar-light {
    padding: 0;
    background: none;
    border-radius: 0px;
}

.blog-sidebar .widget {
    margin-top: 35px;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #2b2d42;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.blog-sidebar .widget ul {
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    color: #555555;
    font-weight: 500;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px;
    position: absolute;
    background-color: #433eed;
    border-radius: 50%;
}

.blog-sidebar .widget ul li a {
    color: #555555;
    display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
    color: #433eed;
}

.blog-sidebar .widget ul li span {
    display: inline-block;
}

.blog-sidebar span.post-count {
    float: right;
    font-size: 15px;
}

.nice-select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    color: #555;
    font-size: 13.5px;
    float: none;
    white-space: normal;
}

.nice-select span.current {
    display: block;
    margin-top: 3px;
    font-size: 15px;
}

.nice-select ul.list {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    border-radius: 0;
    width: 100%;
    overflow-y: auto;
}

.nice-select ul.list li {
    list-style-type: none !important;
    font-size: 14px;
    padding: 8px 15px !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: auto;
    text-transform: capitalize;
}

.nice-select ul.list li::before {
    display: none;
}

.blog-sidebar .calendar_wrap caption {
    padding-top: 0;
    caption-side: top;
    font-weight: 500;
    color: #565656;
    font-size: 17px;
}

table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}

table td,
table th {
    padding: 10px 13px;
    border: 1px solid #d3dbe2;
}

.blog-sidebar .calendar_wrap table {
    text-align: center;
    margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a,
.blog-sidebar .calendar_wrap table #next a {
    text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover,
.blog-sidebar .calendar_wrap table #next a:hover {
    text-decoration: none;
}

.blog-sidebar .calendar_wrap table td,
.blog-sidebar .calendar_wrap table th {
    padding: 8px 5px;
}

.blog-sidebar .widget_categories ul li .children {
    margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children > a {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-sidebar .widget_recent_comments .recentcomments {
    color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: bold;
    font-size: 14px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
    display: inline-block;
}

.blog-sidebar .widget_rss ul li {
    margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: bold;
    font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
    font-size: 13px;
    margin: 3px 0 10px;
    display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
    color: #555;
    line-height: 25px;
    font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
    font-size: 13.5px;
}

.blog-sidebar .widget_search form {
    position: relative;
}

.blog-sidebar .widget_search form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
    font-size: 15px;
}

.blog-sidebar .widget_search form .form-control:focus {
    border-color: #433eed;
    box-shadow: none;
    z-index: 1;
}

.blog-sidebar .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #433eed;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.blog-sidebar .widget_search form button:hover {
    background: #000;
}

.blog-sidebar .widget_search form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: fontAwesome;
    color: #fff;
    content: "\f002 ";
    margin-top: -12px;
    margin-right: -6.5px;
}

.blog-sidebar p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #565656;
    line-height: 1.8;
}

.blog-sidebar .widget_text p img {
    margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 14px;
}

.post-meta.blog_meta_content_Box a {
    display: inline-block;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.blog-sidebar .tagcloud a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #595959 !important;
    border-color: #d6d6d6 !important;
    border-radius: 8px !important;
    margin-right: 5px;
    padding: 8px 14px !important;
    line-height: inherit;
    display: inline-block;
    transition: all ease 500ms;
}

.blog-sidebar .tagcloud a:hover {
    background-color: #433eed;
    border-color: #433eed !important;
    color: #fff !important;
}

.blog-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

table th a {
    text-decoration: underline !important;
}

table th a:hover {
    text-decoration: none !important;
}

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

.post-layout-style2 .single-blog-content .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
    padding-left: 0;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
}

.post-layout-style2 .single-blog-content .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}

.post-layout-style2 .single-blog-content .entry-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #2b2d42;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #2b2d42;
}

.post-layout-style2 .single-blog-content .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-details-content ul li::marker {
    color: #433eed;
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #ffffff;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

blockquote::before,
.blockquote::before {
    color: #efefef;
    content: "\f10d";
    position: absolute;
    left: 50px;
    top: -40px;
    z-index: -1;
    font-family: fontAwesome;
    font-size: 100px;
    font-weight: 900;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
}

.single-blog-content .single-blog-inner .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: #433eed;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #433eed;
}

table th a {
    text-decoration: underline !important;
}

table th a:hover {
    text-decoration: none !important;
}

.post-layout-style2 .single-blog-content .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-layout-style2 .single-blog-content .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

.post-layout-style2 .single-blog-content .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.post-layout-style2 .single-blog-content .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
    font-weight: 600;
    color: #212529;
}

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

.post-layout-style2 .single-blog-content .entry-content dfn,
.post-layout-style2 .single-blog-content .entry-content cite,
.post-layout-style2 .single-blog-content .entry-content em,
.post-layout-style2 .single-blog-content .entry-content i {
    font-style: italic;
}

.post-layout-style2 .single-blog-content .entry-content code,
.post-layout-style2 .single-blog-content .entry-content kbd,
.post-layout-style2 .single-blog-content .entry-content tt,
.post-layout-style2 .single-blog-content .entry-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
    color: #433eed;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.post-layout-style2 .single-blog-content .entry-content mark,
.post-layout-style2 .single-blog-content .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
    background-color: #eee;
    color: #433eed;
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #eee;
    list-style: none;
    padding-top: 30px;
}

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

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

.wp-block-image figcaption {
    font-size: 14px;
    margin-top: 12px;
}

.wp-block-image figcaption a {
    text-decoration: underline;
    display: inline-block;
    color: #433eed;
}

.wp-block-image figcaption {
    text-align: left;
}

.wp-block-button .wp-block-button__link {
    background-color: #433eed;
    font-size: 16px;
    border-radius: 5px;
}

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #000;
    color: #fff;
}

.wp-block-cover .wp-block-cover-text {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
    background-color: transparent;
    color: #000 !important;
    border-color: #000;
}

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

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

.wp-block-cover p.wp-block-cover-text {
    font-weight: bold;
    margin-bottom: 20px !important;
    font-size: 31px !important;
    line-height: 1.5 !important;
}

.wp-block-cover p.wp-block-cover-text strong {
    color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
}

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

.wp-block-file a {
    text-decoration: underline;
    font-size: 15px;
    color: #433eed;
}

.wp-block-file a:hover {
    text-decoration: none;
}

.wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 10px 0 0;
    background-color: #433eed !important;
}

.wp-block-file .wp-block-file__button:hover {
    background-color: #000 !important;
    color: #fff;
}

blockquote cite,
.blockquote cite {
    display: none;
}

.wp-block-media-text {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.wp-block-media-text .has-large-font-size {
    font-size: 25px !important;
    margin-top: 0 !important;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
    margin: 0 0 1rem;
}

.wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-right: 0;
    padding-left: 0;
}

.wp-block-pullquote blockquote p {
    font-size: 2.25em !important;
    font-style: italic !important;
}

.wp-block-pullquote blockquote cite {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    font-size: 15px;
    font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #433eed;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
    color: #000000;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color
    cite {
    display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color
    blockquote {
    max-width: 80%;
    background: transparent;
}

.has-medium-font-size {
    font-size: 20px !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff !important;
}

.post-layout-style2 .single-blog-content .entry-content dl a,
.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta a {
    text-decoration: none;
    color: inherit;
}

.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
    color: #433eed;
}

.post-layout-style2
    .single-blog-content
    .entry-content
    ul
    a
    .wp-block-cover__inner-container
    .has-large-font-size {
    color: #f8f9f9 !important;
    font-size: 36px !important;
}

.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    font-size: 14px;
    text-align: left;
}

table td a,
table td a:hover {
    color: #433eed;
}

.wp-block-table.is-style-stripes td {
    border-color: #767676;
}

.wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
    font-weight: 600;
}

.loginformuser {
    margin-top: 20px;
}

.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

#comments {
    margin-top: 60px;
}

.pingback p,
.pingback .says {
    display: block;
}

.blog-sidebar select {
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #2b2d42;
    font-weight: 500;
    cursor: pointer;
}

.blocks-gallery-grid {
    margin-top: 0px !important;
}

.wp-block-gallery .blocks-gallery-caption {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li {
    font-weight: 500;
    color: #565656;
    font-size: 14px;
    padding: 0;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li:before {
    display: none;
}

.blog-sidebar
    .widget_theme_recent_posts
    .recent_post_Content
    .recent-post-meta {
    display: none;
}

.blog-sidebar .widget_media_image {
    background: #fff;
    border: 0;
    padding: 0;
}

.blog-sidebar .widget_media_image img {
    border-radius: 10px;
}

.home-tag-widgett {
    background: #fafafa;
    padding: 30px;
    border-radius: 15px;
}

.home-tag-widgett h5 {
    font-size: 28px;
    line-height: 1;
    color: #2b2d42;
    font-weight: 600;
    margin-bottom: 20px;
}

.home-tag-widgett .tagcloud a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #595959 !important;
    border-color: #d6d6d6 !important;
    border-radius: 8px !important;
    margin-right: 5px;
    padding: 8px 14px !important;
}

/*** Author Box ***/

.author_bio__Wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 60px;
    padding: 0px 0px;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: transparent;
    border-radius: 0px;
}

.author-thumb {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.author-thumb img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}

.theme_author_Info {
    padding-right: 20px;
}

h6.theme_author_Title {
    color: #2b2d42;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 30px;
}

h4.theme_author__Name {
    color: #2b2d42;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

p.theme_author__Description {
    font-size: 16px;
    line-height: 26px;
    color: #4e4d60;
    margin-bottom: 0;
    font-weight: 400;
    overflow: hidden;
}

.theme_author_Socials a {
    display: inline-block;
    background: #433eed;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 3px;
}

.theme_author_Socials {
    margin-top: 15px;
}

.theme_author_Socials a:hover {
    background: rgb(255 53 36 / 10%);
    color: #433eed;
}

/*** navigation ***/

.theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prev_nav_left_Img,
.prev_nav_Right_Img {
    height: 100px;
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
}

.prev_nav_left_Img {
    margin-right: 15px;
}

.prev_nav_Right_Img {
    margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
    padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
    text-align: right;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prev_nav_left_Img img,
.prev_nav_Right_Img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border-radius: 10px;
}

.theme_blog_nav_Title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    color: #2b2d42;
    word-break: break-all;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #2b2d42;
    word-break: break-word;
}

.theme_blog_nav_Label {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 0;
    padding: 0px 0px;
    background: transparent;
    margin-top: 60px;
    border-radius: 0px;
}

.theme_blog_nav_Title a:hover {
    color: #433eed;
}

h1.theme-breacrumb-title {
    font-size: 45px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1;
}

.main-container .pagination {
    margin-bottom: 0px;
    margin-top: 100px;
}

.main-container .theme-pagination-style .nav-links {
    display: block;
    width: 100%;
    text-align: left;
}

.main-container .theme-pagination-style ul.page-numbers {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 0px solid #e4e4e4;
    margin-left: auto;
    color: #2b2d42;
    font-size: 20px;
    font-weight: 400;
    background-color: rgb(43 45 66 / 4%);
    border-radius: 50px;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: #433eed;
    color: #fff;
    border-color: #433eed;
}

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 64px;
    color: #433eed;
    font-size: 28px;
}

.main-container
    .theme-pagination-style
    ul.page-numbers
    li
    a.page-numbers:hover {
    border: 0px solid #433eed;
    background-color: #433eed;
    color: #fff;
}

.main-container
    .theme-pagination-style
    ul.page-numbers
    li
    a.page-numbers:hover
    i {
    color: #fff;
}

.theme-tags__wrapper h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    color: #2b2d42 !important;
    margin-right: 10px;
    display: inline-block;
}

.theme-tags__wrapper a {
    border-color: #e4e4e4;
    color: #a0a0a0;
    border: 1px solid;
    display: inline-block !important;
    font-size: 15px !important;
    padding: 5px 18px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.theme-tags__wrapper a:hover {
    border-color: #433eed !important;
    background: #433eed !important;
    color: #fff;
}

.theme_related_post_Grid h2 {
    margin-bottom: 22px;
}

.theme_related_post_Grid .blog-post-grid-wrapper .post-excerpt-box p {
    font-size: 14px;
    line-height: 18px;
    color: #565656;
}

.theme_related_post_Grid .blog-post-grid-wrapper .news-post-grid-thumbnail img {
    border-radius: 15px;
}

.theme_related_post_Grid .blog-post-grid-wrapper-four .post-excerpt-box {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

/*==================================================
      404
 ================================================== */

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #2b2d42;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: #433eed;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
}

.error-page .error-body .btn:hover,
.error-page .error-body .btn:focus,
.error-page .error-body .btn:active {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: none;
}

.error-page .error-body .btn:hover {
    background: #000;
}

body.error404 .main-container {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 80px;
}

.header-two-right .header-search-box {
    position: relative;
    right: 30px;
    top: 0px;
}

.header-bookmark-btn {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 10px;
}

/*** Theme New Unit CSS ***/

body.admin-bar .body-inner-content {
    margin-top: 0px;
}

.widget_calendar,
table,
.wp-block-calendar {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.calendar_wrap nav.wp-calendar-nav {
    position: relative;
    top: 10px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    width: 30px;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 2px;
}

.main-container.blog-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

.widget_rss h3.widget-title a {
    color: #2b2d42;
}

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid #433eed !important;
}

.blog-new-layout.theme-layout-mainn
    .post-wrapper.cat-layout-main-list
    .category-box
    a {
    color: #4f4f4f;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease-in;
}

.blog-new-layout.theme-layout-mainn
    .post-wrapper.cat-layout-main-list
    .category-box
    a:hover {
    color: #433eed;
}

.blog-new-layout.theme-layout-mainn
    .post-wrapper.cat-layout-main-list
    .category-box
    a:after {
    position: absolute;
    right: -5px;
    bottom: 0;
    content: ",";
    font-size: 15px;
}

.blog-new-layout.theme-layout-mainn
    .post-wrapper.cat-layout-main-list
    .category-box
    a:last-child:after {
    display: none;
}

.cat-layout-main-list
    .post-list-medium-content
    .post-meta-items
    div.author-name {
    text-transform: capitalize;
}

.blog-post-comment .comment-respond p.logged-in-as {
    line-height: 26px;
    font-size: 15px;
    margin-top: 5px;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 25px;
}

.comment-respond p {
    margin-bottom: 0;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 10px;
}

.blog-details-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4e4d60;
    margin: 0 0 25px 0;
    font-weight: 400;
}

.single-meta-content h4.post-author-name a {
    text-transform: capitalize;
}

.blog-details-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #4e4d60;
    font-weight: 400;
}

.post-layout-style2 .single-blog-content .entry-content p:last-child {
    margin: 0;
}

.post-body p:last-child {
    clear: both;
    float: none;
}

.wp-block-button .wp-block-button__link {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
    color: #433eed !important;
    border-color: #433eed;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #000;
}

.theme-blog-details .post-featured-image {
    margin-bottom: 50px;
}

.sidebar-active .alignfull {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

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

.blog-details-content .wp-block-columns {
    margin-top: 31px;
    margin-bottom: 31px;
}

.blog-details-content
    .wp-block-columns
    figure.wp-block-image.size-full.bottom-zero-article-thumb {
    margin-bottom: 0;
}

.bottom-zero-article-thumb img {
    height: 275px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px !important;
}

.blog-details-content figure.wp-block-image.size-full.bottom-zero-article-full {
    margin-top: 35px;
    margin-bottom: 35px;
}

.bottom-zero-article-full img {
    border-radius: 24px !important;
}

blockquote,
.blockquote {
    margin-bottom: 23px !important;
    margin-top: 23px !important;
}

.single-blog-content blockquote {
    padding-bottom: 45px !important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: #f8f8f8;
    border-radius: 20px;
}

blockquote::before,
.blockquote::before {
    color: #433eed;
    opacity: 0.2;
}

blockquote::before,
.blockquote::before {
    content: "\efcd";
    top: 5px;
    font-family: "IcoFont" !important;
    font-size: 48px;
    line-height: 1;
}

blockquote.has-text-color.has-light-gray-color p {
    font-size: 28px !important;
    line-height: 1.2 !important;
}

blockquote.has-text-color.has-very-dark-gray-color:before {
    color: rgb(255 255 255 / 50%);
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #555;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    font-size: 17px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
    list-style-type: circle;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 28px;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    cursor: pointer;
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #2b2d42;
    font-weight: 500;
}

.wp-block-search .wp-block-search__button {
    background: #433eed !important;
    border: 1px solid #433eed !important;
    color: #fff !important;
    cursor: pointer;
}

.wp-block-calendar span.pad {
    display: none;
}

.wp-block-calendar nav.wp-calendar-nav {
    margin-bottom: 35px;
}

.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 35px;
    color: #0a0c19;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}

.page-links .page-link {
    display: inline-block;
    background-color: #433eed;
    color: #fff;
    margin-right: 0px;
}

.blog-details-content table th a {
    color: #2b2d42;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #eee;
}

.blog-post-comment table td {
    font-size: 14px;
    font-weight: 500;
}

.blog-post-comment p.no-comments {
    font-size: 14px;
    clear: both;
    margin-top: 0;
    line-height: 14px;
}

.post_format-post-format-image .blog-details-content figure img {
    border-radius: 10px;
}

.widget_calendar span.pad {
    display: none;
}

.widget_calendar span.wp-calendar-nav-next {
    display: block;
}

.nav-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 102%;
    top: 0%;
    left: auto;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
}

.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    margin-top: 0px;
}

.not-found form {
    position: relative;
}

.not-found form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}

.not-found form .form-control:focus {
    border-color: #433eed;
    box-shadow: none;
    z-index: 1;
}

.not-found form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #433eed;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.not-found form button:hover {
    background: #000;
}

.not-found form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: fontAwesome;
    color: #fff;
    content: "\f002 ";
    margin-top: -12px;
    margin-right: -6.5px;
}

.theme_img_cat_Itemlist span.category-btnn {
    transition: all 0.3s ease;
}

ul.footer-nav li a:hover {
    color: #433eed;
}

.home-tag-widgett .tagcloud a:hover {
    background: #433eed !important;
    color: #fff !important;
    border-color: #433eed !important;
}

.custom-theme-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #2b2d42;
    line-height: 1;
    margin-bottom: 8px;
}

body.page .main-container {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

body.page .theme-page-spacing .entry-content ul li::marker {
    color: #433eed;
}

body.page .theme-page-spacing .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ul li ul li {
    list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ol {
    font-size: 17px;
}

body.page .theme-page-spacing .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content ol li ol {
    margin: 10px 0 0;
}

body.page .theme-page-spacing .entry-content blockquote,
body.page .theme-page-spacing .entry-content .blockquote {
    background: #f8f8f8;
}

body.page .theme-page-spacing .entry-content blockquote {
    padding-bottom: 45px !important;
}

body.page .theme-page-spacing .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

body.page .theme-page-spacing .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

body.page .theme-page-spacing .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

body.page .theme-page-spacing .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}

body.page .theme-page-spacing .entry-content b,
body.page .theme-page-spacing .entry-content strong {
    font-weight: 600;
    color: #212529;
}

body.page .theme-page-spacing .entry-content address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

body.page .theme-page-spacing .entry-content dfn,
body.page .theme-page-spacing .entry-content cite,
body.page .theme-page-spacing .entry-content em,
body.page .theme-page-spacing .entry-content i {
    font-style: italic;
}

body.page .theme-page-spacing .entry-content code,
body.page .theme-page-spacing .entry-content kbd,
body.page .theme-page-spacing .entry-content tt,
body.page .theme-page-spacing .entry-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

body.page .theme-page-spacing .entry-content code {
    color: #433eed;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

body.page .theme-page-spacing .entry-content mark,
body.page .theme-page-spacing .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

body.page .theme-page-spacing .entry-content kbd {
    background-color: #eee;
    color: #433eed;
}

body.page .theme-page-spacing .entry-content blockquote p {
    color: #555;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

body.page .theme-page-spacing .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: #433eed;
}

body.page .theme-page-spacing .entry-content table td a {
    color: #2b2d42;
    text-decoration: underline;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content table td a:hover {
    text-decoration: none;
}

body.page .theme-page-spacing .entry-content p:last-child {
    margin: 0;
}

body.page
    .theme-page-spacing
    .entry-content
    .page-links
    .post-page-numbers.current {
    background: #433eed;
    color: #fff;
    border-color: #433eed;
    border-radius: 0px;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers {
    border-radius: 0;
}

body.page .theme-page-spacing .entry-content #comments {
    margin-top: 80px;
}

.single-one-bwrap {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

.theme_related_post_Grid .blog-post-grid-wrapper.blog-post-grid-wrapper-four {
    margin-bottom: 0px;
}

.main-container.cat-page-spacing {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

.post-password-form input[type="submit"]:hover {
    background-color: #111111;
    color: #ffffff;
}

p.form-submit {
    margin-bottom: 20px;
}

.blog-sidebar .widget.widget_categories ul li::before {
    top: 9px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #433eed;
    border-radius: 5px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #484848;
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.blog-sidebar .widget_block .wp-block-latest-comments {
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px;
    position: absolute;
    background-color: #433eed;
    border-radius: 50%;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #555555;
    display: inline-block;
}

.blog-sidebar
    .widget_block
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-author {
    font-weight: bold;
    font-size: 14px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
    margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container h2 {
    padding-bottom: 0px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #e4e4e4;
    margin-bottom: 25px;
}

.blog-sidebar .widget_recent_comments .recentcomments a,
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    display: inline;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a:hover {
    color: #433eed;
}

.blog-sidebar .widget ul li::before {
    top: 8px;
}

.blog-sidebar .widget.widget_categories ul li::before {
    top: 8px;
}

.blog-sidebar .widget_categories ul li .children li::before {
    top: 8px;
}

.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search__input {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 5px;
    font-size: 15px;
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #2b2d42;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #e4e4e4;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
    position: relative;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 5px;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button:before {
    display: none;
}

.widget_block.widget_search
    .wp-block-search__inside-wrapper
    input[type="search"]::-webkit-input-placeholder {
    color: #2b2d42;
}

.widget_block.widget_search
    .wp-block-search__inside-wrapper
    input[type="search"]::-moz-placeholder {
    color: #2b2d42;
}

article.tag-pingbacks-2 + .blog-post-comment .comment-body {
    margin-left: auto !important;
}

.comments-list .comment-body,
.blog-post-comment .comment-content p,
.blog-post-comment p.no-comments {
    font-size: 15px;
}

.widget_block.widget_search .wp-block-search__button:hover {
    background-color: #2b2d42 !important;
    color: #ffffff !important;
    border: 1px solid #2b2d42 !important;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 24px;
    line-height: 1;
}

body.page .theme-page-spacing .entry-content ul.comments-list li::marker {
    color: transparent;
}

.comments-list .comment-author cite,
.comment-author vcard cite {
    font-style: normal !important;
    text-transform: capitalize;
}

.blog-sidebar select {
    background-color: white;
    border: thin solid #433eed;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
}

.blog-sidebar select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        linear-gradient(to right, #433eed, #433eed);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

/*** Theme CSS ***/

header#theme-header-one {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    background: transparent;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0;
    top: 0px;
}

body.admin-bar header#theme-header-one {
    top: 32px;
}

.theme-header-area {
    position: relative;
    background: transparent;
    padding-top: 40px;
    padding-bottom: 20px;
}

.header-style-two .theme-header-area {
    padding-top: 32px;
    padding-bottom: 32px;
}

.theme-header-area .container {
    max-width: 1540px;
}

.nav-menu-wrapper {
    position: relative;
    text-align: center;
}

.nav-menu-wrapper .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu-wrapper .mainmenu ul li {
    display: inline-block;
    position: relative;
}

.nav-menu-wrapper .mainmenu ul li a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 26px;
    padding-bottom: 46px;
    font-weight: 400;
}

.nav-menu-wrapper .mainmenu ul li:first-child a {
    padding-left: 0;
}

.nav-menu-wrapper .mainmenu ul li:last-child a {
    padding-right: 0;
}

.header-right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-signup-btn {
    position: relative;
	top: -10px;
}

.header-signup-btn a {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 20px 68px 20px 40px;
    color: #2b2d42;
    border-radius: 50px;
    font-size: 18px;
    line-height: 1.667;
    font-weight: 500;
    text-transform: capitalize;
}

.header-signup-btn a:before {
    position: absolute;
    background: url(../images/arrow-up-right.svg) no-repeat scroll center center;
    background-size: 100%;
    content: "";
    width: 13px;
    height: 13px;
    right: 43px;
    top: 50%;
    margin-top: -6.5px;
}

.header-style-one .header-signup-btn a:hover:before {
    position: absolute;
    background: url(../images/arrow-up-lite.svg) no-repeat scroll center center;
}

.header-style-two .nav-menu-wrapper .mainmenu ul li a {
    color: rgb(255 255 255 / 80%);
}

.header-style-two .header-signup-btn a {
    background: #0a83ec;
    padding: 16px 60px 16px 32px;
    color: #fff;
    border-radius: 12px;
    font-size: 18px;
    text-transform: none;
}

.header-style-two .header-signup-btn a:before {
    background: url(../images/arrow-up-right-white.svg) no-repeat scroll center
        center;
    width: 13px;
    height: 13px;
    right: 35px;
    top: 50%;
    margin-top: -6.5px;
}

/*** Banner One ***/

.theme-banner-wrapper-one {
    position: relative;
    background: linear-gradient(to right, #593cff, #100749);
    padding: 42px;
    padding-top: 0;
    min-height: 1290px;
}

.theme-banner-one-inner {
    position: relative;
    background: #fff;
    padding: 0;
    border-radius: 40px;
    top: 130px;
}

.banner-one-content {
    padding-top: 130px;
}

.banner-one-content h1.banner-title {
    font-size: 86px;
    line-height: 1.349;
    color: #2b2d42;
    font-weight: 600;
    max-width: 1160px;
    margin: auto;
    margin-bottom: 48px;
    text-align: center;
}

.banner-one-content p.banner-description {
    max-width: 870px;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #4e4d60;
    margin-bottom: 80px;
}

.banner-buttons-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-one-bottom-wrap {
    margin-top: -63px;
    padding-left: 12px;
    padding-bottom: 24px;
    padding-right: 12px;
}

.banner-buttons-wrap a.btn-filled {
    display: inline-block;
    position: relative;
    background: #2b2d42;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    border-radius: 50px;
    padding: 29px 92px 29px 60px;
    margin-right: 12px;
}

.banner-buttons-wrap a.btn-filled:before {
    position: absolute;
    background: url(../images/arrow-right.svg) no-repeat scroll center center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 60px;
    top: 50%;
    margin-top: -10px;
}

.banner-buttons-wrap a.btn-bordered.btn-bordered-video:before {
    position: absolute;
    background: url(../images/play.svg) no-repeat scroll center center;
    background-size: cover;
    content: "";
    width: 18px;
    height: 20px;
    left: 60px;
    top: 50%;
    margin-top: -10px;
}

.banner-buttons-wrap a.btn-bordered.btn-bordered-video:hover:before {
    background: url(../images/play-white.svg) no-repeat scroll center center;
}

.banner-buttons-wrap a.btn-bordered.btn-bordered-video {
    display: inline-block;
    position: relative;
    border: 1px solid #4e4d60;
    color: #2b2d42;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    border-radius: 50px;
    padding: 28px 60px 28px 91px;
    margin-left: 12px;
}

.banner-bottom-block-one {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: 100%;
    min-height: 517px;
    position: relative;
    border-radius: 30px;
    width: 345px;
    margin: 0 12px;
}

.banner-bottom-block-one-inner {
    position: absolute;
    bottom: 16px;
    background: rgb(255 255 255 / 80%);
    left: 16px;
    border-radius: 20px;
    padding: 20px;
    right: 16px;
}

.banner-one-shape-one {
    position: absolute;
    top: 28%;
    left: 7%;
}

.banner-one-shape-two {
    position: absolute;
    right: 8%;
    top: 19%;
}

p.bottom-block-one-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4e4d60;
    margin: 28px 0 24px 0 !important;
}

.banner-one-bottom-wrap .row-custom {
    display: flex;
    align-items: flex-end;
}

.banner-bottom-block-three img {
    border-radius: 30px;
    height: 346px;
    object-fit: cover;
}

.banner-bottom-block-two {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    background-size: 100%;
    min-height: 346px;
    position: relative;
    border-radius: 30px;
    width: 288px;
    margin: 0 12px;
}

.banner-bottom-block-two-inner {
    text-align: center;
    position: absolute;
    top: 32%;
}

.banner-bottom-block-two-inner h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 40px;
    color: #2b2d42;
    margin-bottom: 20px;
}

p.bottom-block-two-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4e4d60;
    margin: 0px auto 0px auto !important;
    max-width: 191px;
}

.banner-bottom-block-three {
    width: 430px;
    margin: 0 12px;
}

.banner-bottom-block-three img {
    height: 346px !important;
    border-radius: 30px !important;
}

.banner-bottom-block-four {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    background-size: 100%;
}

.banner-bottom-block-five {
    width: 340px;
    margin: 0 12px;
}

.banner-bottom-block-five img {
    height: 517px !important;
    border-radius: 30px !important;
}

body.page .entry-content .elementor-widget-text-editor p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/*** Animated Text ***/

.animated-text-wrapper-l,
.animated-text-wrapper-r {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 32px;
    top: auto;
    left: 0;
    margin: 0px 0 0px 0;
    z-index: 1;
}

@media only screen and (max-width: 995px) {
    .animated-text-wrapper-l,
    .animated-text-wrapper-r {
        min-height: 32px;
        margin: -14px 0 -4px 0;
    }
}

.animated-text-l,
.animated-text-r {
    position: absolute;
    height: 32px !important;
    display: flex;
    white-space: nowrap;
    top: 0;
    top: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.animated-text-wrapper-r {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 95%;
    margin: auto;
    margin-top: 20px;
}

@media only screen and (max-width: 995px) {
    .animated-text-l,
    .animated-text-r {
        height: 120px !important;
    }

    .bottom-animated-text .animated-text-wrapper-r {
        min-height: 80px;
    }
}

.animated-text-l {
    left: 50%;
    -webkit-animation: animated-text-animation-l 40s linear infinite;
    animation: animated-text-animation-l 40s linear infinite;
}

.animated-text-r {
    right: 50%;
    -webkit-animation: animated-text-animation-r 7s linear infinite;
    animation: animated-text-animation-r 7s linear infinite;
}

.animated-text-l .animated-text-content-l,
.animated-text-r .animated-text-content-r {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    height: 32px !important;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center !important;
    text-transform: capitalize;
    color: #4e4d60;
    margin: 0px auto 0px auto;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.animated-text-r .animated-text-content-r::before {
    position: absolute;
    left: -9px;
    top: 50%;
    width: 18px;
    height: 18px;
    background: none;
    background-size: cover;
    content: "*";
    margin-top: -17px;
    font-weight: 400;
}

@media only screen and (max-width: 995px) {
    .animated-text-l .animated-text-content-l,
    .animated-text-r .animated-text-content-r {
        font-size: 18px;
    }

    .bottom-animated-text .animated-text-r .animated-text-content-r {
        font-size: 18px !important;
    }
}

.animated-text-l .animated-text-content-l span,
.animated-text-r .animated-text-content-r span {
    color: #000;
}

.bottom-animated-text .animated-text-r .animated-text-content-r {
    font-size: 18px;
    margin: 0px auto 0px auto;
}

.bottom-animated-text .animated-text-r .animated-text-content-r:before {
    display: none;
}

@supports ((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
    .animated-text-l .animated-text-content-l span,
    .animated-text-r .animated-text-content-r span {
        color: transparent;
        -webkit-text-stroke: 1px #5f5f5f;
        text-stroke: 1px #5f5f5f;
        text-shadow: none;
    }
}

@-webkit-keyframes animated-text-animation-l {
    0% {
        -webkit-transform: translate(-40%, 0%);
    }

    100% {
        -webkit-transform: translate(-60%, 0%);
    }
}

@keyframes animated-text-animation-l {
    0% {
        transform: translate(-40%, 0%);
    }

    100% {
        transform: translate(-60%, 0%);
    }
}

@-webkit-keyframes animated-text-animation-r {
    0% {
        -webkit-transform: translate(40%, 0%);
    }

    100% {
        -webkit-transform: translate(60%, 0%);
    }
}

@keyframes animated-text-animation-r {
    0% {
        transform: translate(40%, 0%);
    }

    100% {
        transform: translate(60%, 0%);
    }
}

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

.animated-text-wrapper-r {
    overflow: hidden;
}

.video-section-wrapper-main {
    position: relative;
}

.theme-video-box-one-wrapper {
    position: relative;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
}

.theme-video-box-one-wrapper .theme-video-box-icon {
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    z-index: 99;
}

a.play-btn-wrap {
    display: inline-block;
    overflow: hidden;
    line-height: 72px;
}

.award-img {
    display: inline-block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    z-index: 9;
    margin-left: -73px;
}

/*** Feature Boxes ***/

.theme-feature-box-one-wrapper.feature-box-style-one {
    position: relative;
    background: #fff;
    padding: 40px 65px;
    border-radius: 28px;
    transition: all 0.3s ease-in;
}

.feature-box-style-one .feature-box-icon {
    margin-bottom: 20px;
}

.feature-box-style-one .feature-box-text-inner h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
}

.feature-box-style-one .feature-box-text-inner p {
    color: #4e4d60;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 32px;
}

.feature-box-style-one .feature-box-text-inner a {
    display: inline-block;
    color: #2b2d42;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}

.feature-box-style-one .feature-box-text-inner a:before {
    position: absolute;
    width: 143px;
    height: 2px;
    background: #2b2d42;
    content: "";
    bottom: 0;
    left: 0;
}

.feature-box-style-one .feature-box-text-inner a span.service-solution-arrow {
    display: inline-block;
    color: #2b2d42;
    line-height: 17px;
    position: relative;
    font-size: 20px;
    top: 4px;
    right: -6px;
}

.feature-box-style-one .feature-box-text-inner a span.service-solution-arrow i {
    font-style: normal !important;
}

.theme-feature-box-two-wrapper.feature-box-style-two {
    position: relative;
    background: #fff;
    padding: 56px 47px 50px 47px;
    border: 1px solid rgb(43 45 66 / 12%);
    border-radius: 12px;
    transition: all 0.3s ease-in;
}

.feature-box-style-two .feature-box-icon {
    margin-bottom: 32px;
}

.feature-box-style-two .feature-box-text-inner h3 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    max-width: 300px;
}

.feature-box-style-two .feature-box-text-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.feature-box-style-two .feature-box-text-inner a {
    display: inline-block;
    position: relative;
    color: #00c881;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-right: 28px;
}

.feature-box-style-two .feature-box-text-inner a:before {
    position: absolute;
    background: url(../images/green-arrow.svg) no-repeat scroll center center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}

.theme-feature-box-one-wrapper.feature-box-style-one:hover,
.feature-box-style-two:hover {
    background-color: #433eed;
}

.feature-box-style-two:hover {
    border-color: transparent;
}

.theme-feature-box-one-wrapper:hover .feature-box-text-inner h3,
.feature-box-style-two:hover .feature-box-text-inner h3 {
    color: #fff !important;
}

.theme-feature-box-one-wrapper:hover .feature-box-text-inner p,
.feature-box-style-two:hover .feature-box-text-inner p {
    color: #fff !important;
}

.theme-feature-box-one-wrapper:hover .feature-box-text-inner a,
.feature-box-style-two:hover .feature-box-text-inner a {
    color: #fff !important;
}

.theme-feature-box-one-wrapper:hover .feature-box-text-inner a:before {
    background: #fff;
}

.theme-feature-box-one-wrapper:hover
    .feature-box-text-inner
    a
    span.service-solution-arrow {
    color: #fff;
}

.theme-feature-box-one-wrapper:hover .feature-box-icon svg path,
.feature-box-style-two:hover .feature-box-icon svg path {
    fill: #ffffff;
}

.feature-box-style-two:hover .feature-box-text-inner a:before {
    background: url(../images/hover-arrow.svg) no-repeat scroll center center;
}

/*** Portfolio V.1 ***/

.theme-portfolio-section-wrap .theme-portfolio-filter-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0 !important;
    list-style: none !important;
}

.theme-portfolio-section-wrap .theme-portfolio-filter-wrap ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #2b2d42;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 14px 28px;
    margin-right: 32px;
}

.theme-portfolio-section-wrap .theme-portfolio-filter-wrap ul li.active {
    color: #2b2d42;
    background: #f7f7f8;
    border-radius: 50px;
}

.theme-portfolio-section-wrap .theme-portfolio-filter-wrap ul li:first-child {
}

.theme-portfolio-grid-item .grid-portfolio-thumb img {
    width: 100%;
    object-fit: cover;
}

.projects_filter_grid_item__Innr {
    position: relative;
}

.grid-portfolio-text {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 96.5%;
    height: auto;
    background: url(../images/portfolio-content-bg.svg) no-repeat scroll left
        center;
    background-size: 100%;
    padding: 28px 0px !important;
}

.portfolio-btn-details {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 24px;
    border: 1px solid #433eed;
    background: #fff;
    color: #2b2d42;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border-radius: 50px;
    padding: 19px 60px 19px 28px;
}

.portfolio-btn-details:before {
    position: absolute;
    right: 28px;
    top: 50%;
    width: 20px;
    height: 16px;
    background: url(../images/project-grid-arrow.svg) no-repeat scroll center
        center;
    background-size: cover;
    content: "";
    margin-top: -8px;
}

.portfolio-btn-details:hover:before {
    background: url(../images/btn-arrow-white.svg) no-repeat scroll center
        center;
}

.theme-portfolio-section-wrap
    .theme-portfolio-grid-item
    .grid-portfolio-text
    h4 {
    font-size: 33px;
    color: #2b2d42;
    line-height: 1;
    font-weight: 500;
    margin-left: 18px !important;
    margin-bottom: 22px !important;
}

.theme-portfolio-section-wrap
    .theme-portfolio-grid-item
    .grid-portfolio-text
    h4
    a {
    color: #2b2d42;
}

.theme-portfolio-section-wrap
    .theme-portfolio-grid-item
    .grid-portfolio-text
    p {
    font-size: 18px;
    color: #4e4d60;
    line-height: 36px;
    font-weight: 400;
    margin-left: 18px !important;
    position: relative;
    top: 6px;
}

.review-title-wrap h4 {
    font-size: 24px;
    font-weight: 500;
    color: #433eed;
    line-height: 1.5;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 3.374px;
}

.review-title-wrap h2 {
    margin: 0;
    color: #2b2d42;
    font-size: 52px;
    line-height: 1.3847;
    font-weight: 600;
    padding: 0;
    position: relative;
    letter-spacing: -0.015em;
    max-width: 530px;
}

.review-title-wrap h2 span {
    display: inline-block;
    position: relative;
}

.review-title-wrap h2 span:before {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 268px;
    height: 36px;
    background: url(../images/review-title-divider.png) no-repeat scroll center
        center;
    background-size: cover;
    content: "";
    z-index: 1;
    display: none;
}

.row.review-section-title-position {
    align-items: center;
    margin-bottom: 100px;
}

.review-short-description {
    color: #4e4d60;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.778em;
    max-width: 548px;
    margin-top: 5px;
    margin-left: 50px;
}

.theme-testimonial-style-one {
    background: #fff;
    border-radius: 24px;
    margin: 0 16px;
    padding: 40px;
    position: relative;
}

.testimonial-reviewer-media {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 40px;
}

.testimonial-dec {
    position: relative;
    padding-top: 48px;
}

.testimonial-dec h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #2b2d42;
    margin-bottom: 2px;
}

.testimonial-dec h5 {
    font-size: 18px;
    color: #433eed;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonial-dec p {
    font-size: 18px;
    line-height: 1.778;
    font-weight: 400;
    color: #4e4d60;
}

.theme-testimonial-style-one:before {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 36px;
    height: 36px;
    background: url(../images/review-quote.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    z-index: 1;
}

.theme-testimonials-section-two-wrapper .review-short-description {
    line-height: 36px;
}

.theme-testimonials-section-two-wrapper .custom-col-2 {
    margin-top: 100px;
}

.theme-testimonial-item.theme-testimonial-style-two {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 44px 44px 0;
    border: 1px solid #2b2d420f;
    margin: 0 22px;
}

.testimonial-two-top-content h2 {
    font-size: 28px;
    line-height: 1.286;
    color: #2b2d42;
    margin-bottom: 20px;
    font-weight: 500;
}

.testimonial-two-top-content p {
    font-size: 16px;
    line-height: 34px;
    color: #4e4d60;
    font-weight: 400;
    margin: 0 !important;
}

.theme-testimonial-item.theme-testimonial-style-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2baeb6;
    content: "";
    width: 100%;
    height: 90px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.testimonial-bottom-media {
    position: relative;
    z-index: 9;
    display: flex;
}

.testimonial-two-top-content {
    margin-bottom: 50px;
}

.theme-testimonial-style-two .review-image {
    position: relative;
    bottom: 24px;
    margin-right: 20px;
}

.testimonial-bottom-media-inner h3 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.testimonial-bottom-media-inner h5 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.theme-testimonial-item.theme-testimonial-style-two:after {
    position: absolute;
    background: url(../images/quote-white.svg) no-repeat scroll center center;
    background-size: 100%;
    content: "";
    width: 59px;
    height: 49px;
    right: 28px;
    bottom: 20px;
    margin-bottom: 0px;
}

.testimonial-bottom-media-inner img {
    display: inline-block;
    position: relative;
    margin-bottom: 28px;
}

.testimonial-bottom-media-inner {
    position: relative;
    bottom: 13px;
}

.team-title-wrap-one {
    text-align: center;
    margin-bottom: 75px;
}

.team-title-wrap-one h4 {
    font-size: 24px;
    font-weight: 500;
    color: #433eed;
    line-height: 1.5;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 3.374px;
}

.team-title-wrap-one h2 {
    margin-bottom: 28px;
    color: #2b2d42;
    font-size: 52px;
    line-height: 1.3847;
    font-weight: 600;
    padding: 0;
    position: relative;
}

.team-title-description {
    color: #4e4d60;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.778em;
    max-width: 772px;
    margin: 0 auto;
}

.theme-team-item.theme-team-style-one {
    position: relative;
}

.team-member-media img {
    width: 100% !important;
    max-width: 100% !important;
    height: 402px !important;
    object-fit: cover;
    border-radius: 28px !important;
}

.team-member-media {
    position: relative;
    margin-bottom: 20px;
}

.team-item-wrap-customm {
    margin: 0 14px;
}

.team-dec h3 {
    color: #2b2d42;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0px 0 4px;
}

.team-dec h5 {
    font-size: 18px;
    line-height: 32px;
    color: #4e4d60;
    font-weight: 400;
    margin: 0;
}

.join-team-text.elementor-widget a {
    color: #2b2d42 !important;
    position: relative;
    text-decoration: none !important;
    font-weight: 500;
    margin-top: 40px;
    display: inline-block !important;
    padding-right: 24px;
}

.join-team-text.elementor-widget a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2b2d42;
    content: "";
    bottom: 0;
    left: 0;
}

.join-team-text.elementor-widget a:after {
    position: absolute;
    top: 6px;
    right: -6px;
    content: "";
    font-family: "remixicon" !important;
    content: "\ea6e";
    font-size: 20px;
    line-height: 20px;
}

.home-get-touch-wrapper .row {
    align-items: center;
}

.home-get-touch-wrapper {
    padding: 115px 0;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 40px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-touch-left-content h2 {
    font-size: 60px;
    line-height: 1.3335;
    color: #fff;
    font-weight: 600;
    margin-bottom: 32px;
    max-width: 630px;
}

.get-touch-left-content p {
    font-size: 18px;
    line-height: 32px;
    color: rgb(255 255 255 / 70%);
    font-weight: 400;
    max-width: 594px;
}

.divider-touch {
    display: block;
    background: #8e8bf4;
    width: 100%;
    height: 1.5px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.get-touch-bottom {
    display: flex;
    align-items: center;
}

.get-tocuh-btn {
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 50px;
    padding: 29px 92px 29px 60px;
    font-size: 20px;
    line-height: 1;
    color: #2b2d42;
    font-weight: 500;
    margin-right: 48px;
}

.get-tocuh-btn:before {
    position: absolute;
    background: url(../images/touch-arrow.svg) no-repeat scroll center center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 60px;
    top: 50%;
    margin-top: -8px;
}

.get-tocuh-btn:hover:before {
    background: url(../images/btn-arrow-white.svg) no-repeat scroll center
        center;
}

.touch-call-btn {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 34px;
    font-weight: 500;
}

.touch-call-btn:before {
    position: absolute;
    background: url(../images/phone-call.svg) no-repeat scroll left center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -10px;
}

.touch-call-btn span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}

/* Entrance Animations */
@keyframes themeFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.themeFadeInUp {
    animation-name: themeFadeInUp;
}

.themeFadeInUp.animated {
    animation-duration: 1s;
}

/* Entrance Animations */
@keyframes themeFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.themeFadeInDown {
    animation-name: themeFadeInDown;
}

.themeFadeInDown.animated {
    animation-duration: 1s;
}

/* Entrance Animations */
@keyframes themeFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.themeFadeInLeft {
    animation-name: themeFadeInLeft;
}

.themeFadeInLeft.animated {
    animation-duration: 1s;
}

/* Entrance Animations */
@keyframes themeFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.themeFadeInRight {
    animation-name: themeFadeInRight;
}

.themeFadeInRight.animated {
    animation-duration: 1s;
}

.theme-banner-default-wrap.theme-banner-agency-wrapper-two {
    padding: 125px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 921px;
}

.theme-banner-agency-wrapper-two .theme-banner-content-wrap {
    padding-top: 80px;
}

.theme-banner-agency-wrapper-two .theme-banner-content-wrap h1 {
    font-size: 56px;
    line-height: 1.2858;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 40px;
    max-width: 554px;
}

.theme-banner-agency-wrapper-two
    .theme-banner-content-wrap
    p.banner-description {
    font-size: 20px;
    line-height: 1.8;
    color: #a4b0dc;
    margin-bottom: 80px;
    margin-right: 10px;
}

.banner-two-featured-image {
    position: absolute;
    right: 0;
    top: 125px;
    display: inline-block;
    width: auto;
}

.banner-two-btn {
    display: inline-block;
    background: #00c881;
    position: relative;
    color: #fff;
    padding: 29px 76px 29px 40px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.banner-two-btn:before {
    position: absolute;
    background: url(../images/btn-arrow-white.svg) no-repeat scroll center
        center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 40px;
    top: 50%;
    margin-top: -8px;
}

.theme-custom-accordion .accordion-item {
    border: 1px solid #d5d5d9;
    border-radius: 12px;
    padding: 31px;
    margin-bottom: 20px;
}

.theme-custom-accordion .accordion-item h2 button {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #25314c;
}

.theme-custom-accordion .accordion-item-active h2 button {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.accordion-body-wrap {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 16px;
}

.theme-custom-accordion .accordion-item .accordion-header,
.theme-custom-accordion .accordion-item .accordion-header .accordion-button {
    position: relative;
    transition: all 0.3s ease-in;
}

.theme-custom-accordion
    .accordion-item
    .accordion-header
    .accordion-button:after {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #2b2d42;
    font-weight: 400;
    line-height: 1;
}

.theme-custom-accordion .accordion-button:not(.collapsed):after {
    content: "\f056";
    background-image: none;
    top: 50%;
    transform: translateY(-50%);
}

.theme-custom-accordion .accordion-button:after {
    font-family: "remixicon" !important;
    content: "\ea4e";
}

.theme-custom-accordion .accordion-button:not(.collapsed):after {
    content: "\ea78";
    font-family: "remixicon" !important;
}

.project-grid-title-wrap h2 {
    color: #2b2d42;
    font-size: 52px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.project-grid-title-wrap p {
    color: #4e4d60;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
}

.project-grid-title-wrap {
    max-width: 755px;
    margin: 0 auto 100px;
}

.project-single-wrap {
    position: relative;
}

.project-img img {
    width: 100%;
    height: 415px !important;
    object-fit: cover;
    border-radius: 12px !important;
}

.project-img-box-wrap {
    margin-bottom: 28px;
}

.project-category-wrap {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 4px;
}

.project-inner-content h3.project-heading {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 12px;
}

.project-inner-content h3.project-heading a {
    color: #2b2d42;
}

.project-inner-content p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 16px;
}

.project-details-btn {
    display: inline-block;
    position: relative;
    color: #00c881;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-right: 28px;
}

.project-details-btn:before {
    position: absolute;
    background: url(../images/green-arrow.svg) no-repeat scroll center center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}

.project-section-wrap .row .project-grid-custom {
    margin-bottom: 80px;
    padding-bottom: 80px;
    position: relative;
}

.project-section-wrap .row .project-grid-custom:nth-child(1) {
    padding-right: 80px;
    padding-left: 0;
}

.project-section-wrap .row .project-grid-custom:nth-child(2) {
    padding-left: 80px;
    padding-right: 0;
}

.project-section-wrap .row .project-grid-custom:nth-child(3) {
    padding-right: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.project-section-wrap .row .project-grid-custom:nth-child(4) {
    padding-left: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.project-section-wrap .row {
    position: relative;
}

.project-section-wrap .row:before {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgb(43 45 66 / 12%);
    content: "";
    height: 100%;
    margin-left: -1px;
}

.project-section-wrap .row .project-grid-custom:nth-child(1)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(43 45 66 / 12%);
    content: "";
    height: 2px;
    margin-bottom: 0px;
}

.project-section-wrap .row .project-grid-custom:nth-child(2)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(43 45 66 / 12%);
    content: "";
    height: 2px;
    margin-bottom: 0px;
}

.project-bottom-box {
    text-align: center;
    margin-top: 80px;
}

.project-all-btn {
    display: inline-block;
    background: #00c881;
    position: relative;
    color: #fff;
    padding: 29px 76px 29px 40px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.project-all-btn:before {
    position: absolute;
    background: url(../images/btn-arrow-white.svg) no-repeat scroll center
        center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 40px;
    top: 50%;
    margin-top: -8px;
}

.post-blocks-column-title {
    text-align: center;
    margin-bottom: 100px;
}

.post-blocks-column-title h2 {
    color: #2b2d42;
    font-size: 52px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.015em;
    margin-bottom: 24px;
}

.post-sub-title {
    color: #4e4d60;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    max-width: 753px;
    margin: auto;
}

.post-block-style-one-wrapper {
    position: relative;
}

.post-block-style-one-wrapper .post-block-media-wrap {
    position: relative;
    margin-bottom: 28px;
}

.post-block-style-one-wrapper .post-block-media-wrap a {
    display: block;
    width: 100%;
    position: relative;
}

.post-block-style-one-wrapper .post-block-media-wrap a img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.post-block-style-one-wrapper .post-block-content-wrap h3.post-title {
    font-size: 28px;
    line-height: 42px;
    color: #2b2d42;
    font-weight: 500;
    margin-bottom: 16px;
}

.post-block-style-one-wrapper .post-block-content-wrap h3.post-title a {
    color: #2b2d42;
}

.post-block-style-one-wrapper .post-excerpt-box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #4e4d60;
    margin-bottom: 28px !important;
    margin-right: 20px!important;
}

.blog-read-more-btn {
    display: inline-block;
    position: relative;
    color: #00c881;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-right: 28px;
}
.blog-read-more-btn:before {
    position: absolute;
    background: url(../images/green-arrow.svg) no-repeat scroll center center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}

.all-blog-btn-wrap {
    text-align: center;
    position: relative;
    margin-top: 90px;
}

.post-blocks-btn {
    display: inline-block;
    position: relative;
    background: #00c881;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    border-radius: 14px;
    padding: 29px 76px 29px 40px;
}

.post-blocks-btn:before {
    position: absolute;
    background: url(../images/btn-arrow-white.svg) no-repeat scroll center
        center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 40px;
    top: 50%;
    margin-top: -8px;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    position: relative;
    padding-top: 214px;
    padding-bottom: 150px;
    text-align: center;
    background: url(../images/page-bg.svg) no-repeat scroll center center;
    background-size: cover;
}

.theme-breacrumb-area .breadcrumb-inner {
    color: #d2d8f1;
    margin-bottom: 12px;
}

.theme-breacrumb-area .breadcrumb-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-breacrumb-area .breadcrumb-inner ul li {
    display: inline-block;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    color: #d2d8f1;
}

.theme-breacrumb-area span.breadcrumb-divider {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 5px;
}

.theme-breacrumb-area .breadcrumb-inner ul li a {
    color: #d2d8f1;
}

.theme-breacrumb-area h1.theme-breacrumb-title {
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 24px;
    line-height: 90px;
}

.theme-breacrumb-area h5.page-short-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #a4b0dc;
    max-width: 615px;
    margin: auto;
    margin-top: 0px;
}

.elementor-widget-text-editor .elementor-widget-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.elementor-widget-text-editor.el-list-style .elementor-widget-container ul li {
    display: inline-block;
    position: relative;
    padding-left: 44px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

.elementor-widget-text-editor.el-list-style
    .elementor-widget-container
    ul
    li:last-child {
    margin-bottom: 0;
}

.elementor-widget-text-editor.el-list-style
    .elementor-widget-container
    ul
    li:before {
    position: absolute;
    left: -2px;
    top: 6px;
    font-family: "remixicon" !important;
    content: "\eb7b";
    color: #00c881;
    font-size: 20px;
    line-height: 1;
}

.theme-custom-accordion-two .accordion-body-wrap {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 28px;
}

.theme-custom-accordion-two .accordion-item h2 button {
    font-size: 40px;
    line-height: 70px;
    font-weight: 500;
    color: #25314c;
}

.theme-custom-accordion-two .accordion-item {
    border: 0px solid #d5d5d9;
    border-radius: 0;
    padding: 0 0 24px 0;
    margin-bottom: 72px;
    border-bottom: 2px solid rgb(43 45 66 / 6%);
}

.theme-custom-accordion-two
    .accordion-item
    .accordion-header
    .accordion-button:after {
    position: absolute;
    right: 0px;
    font-size: 32px;
    color: #cacacf;
    font-weight: 700;
    line-height: 1;
    width: 60px;
    height: 60px;
    border: 2px solid #cacacf;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
}

.theme-custom-accordion-two .accordion-button:not(.collapsed):after {
    color: #433eed !important;
    border: 2px solid #433eed !important;
}

.pricing-menu-wrap {
    text-align: center;
}

.pricing-single-item-box .pricing-year {
    display: none;
}

.pricing-btn-wrap {
    text-align: center;
}

.pricing-section-one-wrap .theme-pricing-btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    background: transparent;
    color: #48b774;
    border: 2px solid #48b774;
    width: 100%;
    border-radius: 100px;
    padding: 22px 0;
}

.pricing-section-one-wrap .theme-pricing-btn:hover {
    background: #00c881;
    color: #fff;
}

.pricing-section-one-wrap .pricing-divider {
    position: relative;
    width: 100%;
    height: 4px;
    background: #2b2d42;
    opacity: 0.25;
    margin-top: 0;
    margin-bottom: 40px;
}

ul.pricing-features-list-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pricing-features-list-wrap li {
    display: block;
    position: relative;
    padding-left: 48px;
}

ul.pricing-features-list-wrap li:before {
    color: #15d26c;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: 900;
    background: transparent;
    border: 0px solid;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    margin-top: -12px;
}

ul.pricing-menu-list {
    background: rgb(67 62 237 / 8%);
    margin: 0;
    padding: 4px;
    list-style: none;
    border-radius: 12px;
    margin-bottom: 100px;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
}

.pricing-menu-wrap {
    text-align: center;
}

ul.pricing-menu-list li {
    font-size: 16px;
    line-height: 1;
    color: #4e4d60;
    font-weight: 500;
    display: inline-block;
}

ul.pricing-menu-list li a {
    color: #4e4d60;
    display: inline-block;
    background: transparent;
    padding: 18px 25px;
    border-radius: 10px;
    transition: all 0.2s ease-in;
}

ul.pricing-menu-list li a.active {
    background: #433eed;
    color: #fff;
}

.pricing-section-one-wrap .pricing-price-title span {
    position: relative;
    bottom: 2px;
    left: 8px;
}

.pricing-section-one-wrap .pricing-features-list-wrap li:not(:last-child) {
    margin-bottom: 24px;
}

.pricing-section-one-wrap .pricing-features-list-wrap li::last-child {
    margin-bottom: 0px;
}

.pricing-section-one-wrap .theme-pricing-btn:hover {
    border-color: #fff !important;
    color: #fff !important;
}

.pricing-section-one-wrap .pricing-sub-content {
    max-width: 300px;
}

.pricing-single-item-box.pricing-item-highlight {
    background: #433eed !important;
    position: relative;
}

.pricing-badge-wrap {
    display: none;
}

.pricing-single-item-box.pricing-item-highlight .pricing-badge-wrap {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 32px;
    background: #15d26c;
    color: #414255;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    border-radius: 10px;
    padding: 15px 12px;
}

.pricing-section-one-wrap .pricing-item-highlight .pricing-sub-content {
    color: #c6c5fa !important;
}

.pricing-section-one-wrap .pricing-item-highlight .pricing-price-title span {
    color: #c6c5fa !important;
}

.pricing-section-one-wrap .pricing-item-highlight .pricing-package-name {
    color: #fff !important;
}

.pricing-section-one-wrap .pricing-item-highlight .pricing-price-title {
    color: #fff !important;
}

.pricing-section-one-wrap .pricing-item-highlight .pricing-divider {
    background: #ffffff !important;
}

.pricing-section-one-wrap
    .pricing-item-highlight
    .pricing-features-list-wrap
    li {
    color: #fff !important;
}

.pricing-section-one-wrap .pricing-item-highlight .theme-pricing-btn {
    border-color: #fff !important;
    background: #fff !important;
    color: #4e4d60 !important;
}

.fname,
.fmessage {
    border: 1px solid #2b2d4240;
    font-size: 18px;
    line-height: 2;
    color: #4e4d60;
    font-weight: 400;
    text-indent: 20px;
    padding: 14px 20px 14px 0;
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.fmessage {
    max-height: 164px;
    margin-bottom: 35px;
}

.fsubmit {
    width: 100%;
    background: #00c881;
    color: #fff;
    border: none;
    position: relative;
    text-align: center;
    border-radius: 14px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding: 29px 0;
    transition: all 0.4s ease-in;
}

.elementor-widget-google_maps iframe {
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

/*** Footer Style ***/

.footer-two-wrap {
    background: url(../images/footer-two-bg.svg) no-repeat scroll top center;
    background-size: cover;
    padding-top: 150px;
}

.footer-two-heading h1 {
    font-size: 76px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3685;
    letter-spacing: -0.015em;
    margin: 0;
}

.footer-two-top {
    margin-top: 100px;
    margin-bottom: 90px;
}

.footer-two-left-widget h3 {
    font-size: 26px;
    line-height: 44px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 24px;
    max-width: 70%;
}

.footer-two-left-widget p {
    font-size: 18px;
    color: #a3afe0;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 32px;
    max-width: 450px;
}

.footer-two-left-widget h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-two-left-nav a {
    display: inline-block;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    color: #a3afe0;
    margin-right: 28px;
}

.footer-two-wrap .footer-social {
    margin-top: 40px;
}

.footer-two-wrap .footer-social a {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    margin-right: 20px;
    line-height: 1;
}

.footer-two-wrap .footer-two-divider {
    max-width: 1320px;
    display: block;
    background: rgb(255 255 255 / 15%);
    height: 1.5px;
    margin: auto;
}

.footer-three-wrap p.copyright-text,
.footer-two-wrap p.copyright-text {
    font-size: 18px;
    color: #a3afe0;
    font-weight: 400;
    line-height: 32px;
}

.footer-two-wrap p.copyright-text {
    color: #a3afe0;
}

.footer-three-wrap .footer-logo {
    margin-bottom: 24px;
    margin-top: 0px;
}

.footer-three-wrap p.footer-light-text {
    font-size: 18px;
    line-height: 1.778;
    font-weight: 400;
    color: #4e4d60;
    margin: 0;
    max-width: 331px;
}

.footer-three-wrap .footer-social {
    margin-top: 24px;
}

.footer-three-wrap .footer-social a {
    display: inline-block;
    font-size: 26px;
    color: #2b2d42;
    margin-right: 20px;
    line-height: 1;
}

.footer-three-wrap .footer-widget h4.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #2b2d42;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer-three-wrap .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-three-wrap .footer-widget ul li {
    position: relative;
    display: block;
}

.footer-three-wrap .footer-widget ul li a {
    display: block;
    line-height: 1.778;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 13px;
    color: #414255;
    transition: all 0.3s ease-in;
}

.footer-three-wrap .footer-three-divider {
    max-width: 1320px;
    display: block;
    background: #c7cbdb;
    height: 1.5px;
    margin: auto;
}

.footer-three-wrap .footer-top .container,
.footer-bottom .container {
    max-width: 1344px;
}

.footer-three-wrap .footer-top {
    margin-bottom: 100px;
}

.footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-three-wrap p.copyright-text {
    font-size: 18px;
    color: #4e4d60;
    font-weight: 400;
    line-height: 32px;
}

.footer-three-wrap ul.footer-nav,
.footer-two-wrap ul.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.footer-three-wrap ul.footer-nav li,
.footer-two-wrap ul.footer-nav li {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    margin-left: 24px;
}

.footer-three-wrap ul.footer-nav li a,
.footer-two-wrap ul.footer-nav li a {
    display: block;
    position: relative;
    color: #414255;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.footer-two-wrap ul.footer-nav li a {
    color: #a3afe0;
}

.footer-three-wrap .footer-bottom,
.footer-two-wrap .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-three-wrap .col-md-6.footer_one_Widget {
    padding-right: 75px;
    flex: 0 0 37%;
    width: 37%;
}

.footer-three-wrap .col-md-6.footer_two_Widget {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 30px;
}

.footer-three-wrap .col-md-6.footer_three_Widget {
    flex: 0 0 23%;
    max-width: 23%;
    padding-left: 30px;
}

.footer-three-wrap .col-md-6.footer_four_Widget {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 30px;
}

.theme-main-footer {
    background: #141830;
}

.theme-main-footer .footer-top {
    padding-top: 360px;
}

.theme-main-footer p.copyright-text {
    color: #a3afe0;
}

.theme-main-footer .footer-logo {
    margin-bottom: 24px;
    margin-top: 0px;
}

.theme-main-footer p.footer-light-text {
    font-size: 18px;
    line-height: 1.778;
    font-weight: 400;
    color: #a1a3ac;
    margin: 0;
    max-width: 331px;
}

.theme-main-footer .footer-social {
    margin-top: 24px;
}

.theme-main-footer .footer-social a {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    margin-right: 20px;
    line-height: 1;
}

.theme-main-footer .footer-widget h4.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.theme-main-footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-main-footer .footer-widget ul li {
    position: relative;
    display: block;
}

.theme-main-footer .footer-widget ul li a {
    display: block;
    line-height: 1.778;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 13px;
    color: #a1a3ac;
    transition: all 0.3s ease-in;
}

.theme-main-footer .footer-three-divider {
    max-width: 1320px;
    display: block;
    background: rgb(255 255 255 / 15%);
    height: 1.5px;
    margin: auto;
}

.theme-main-footer .footer-top .container,
..theme-main-footer .footer-bottom .container {
    max-width: 1344px;
}

.theme-main-footer .footer-top {
    margin-bottom: 100px;
}

.theme-main-footer .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
}

.theme-main-footer p.copyright-text {
    font-size: 18px;
    color: #a1a3ac;
    font-weight: 400;
    line-height: 32px;
}

.theme-main-footer ul.footer-nav,
.theme-main-footer ul.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.theme-main-footer ul.footer-nav li,
.theme-main-footer ul.footer-nav li {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    margin-left: 24px;
}

.theme-main-footer ul.footer-nav li a,
.theme-main-footer ul.footer-nav li a {
    display: block;
    position: relative;
    color: #a1a3ac;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.theme-main-footer .col-md-6.footer_one_Widget {
    padding-right: 75px;
    flex: 0 0 36%;
    width: 36%;
}

.theme-main-footer .col-md-6.footer_two_Widget {
    flex: 0 0 16%;
    max-width: 16%;
    padding-left: 30px;
}

.theme-main-footer .col-md-6.footer_three_Widget {
    flex: 0 0 16%;
    max-width: 16%;
    padding-left: 30px;
}

.theme-main-footer .col-md-6.footer_Susbcribe_Widget {
    flex: 0 0 32%;
    max-width: 32%;
    padding-left: 30px;
}

.custom-footer-main-subscribe .container {
    background: url(../images/footer-main-bg.svg) no-repeat scroll left center;
    background-size: cover;
    padding: 100px 0px;
    text-align: center;
    border-radius: 24px;
    position: relative;
    margin-bottom: -210px;
}

.custom-footer-main-subscribe .footer-widget h2 {
    font-size: 44px;
    color: #fff;
    line-height: 1.591;
    letter-spacing: -0.015em;
    margin-bottom: 16px;
}

.custom-footer-main-subscribe .footer-widget p {
    font-size: 18px;
    line-height: 2;
    color: #c6c5fa;
    font-weight: 400;
    max-width: 636px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.custom-footer-main-subscribe .footer-widget a {
    display: inline-block;
    background: #00c881;
    position: relative;
    color: #2b2d42;
    padding: 29px 76px 29px 40px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.custom-footer-main-subscribe .footer-widget a:before {
    position: absolute;
    background: url(../images/arrow-up-right.svg) no-repeat scroll center center;
    background-size: 100%;
    content: "";
    width: 13px;
    height: 13px;
    right: 43px;
    top: 50%;
    margin-top: -6.5px;
}

.blog.main-container article.post-block-style-wrapper {
    margin-bottom: 100px;
}

.blog.main-container .post-block-style-wrapper .latest-post-thumbnail-wrap {
    position: relative;
    margin-bottom: 28px;
}

.blog.main-container .post-block-style-wrapper .latest-post-thumbnail-wrap a {
    position: relative;
    transition: 0.3s ease-in;
    display: block;
    overflow: hidden;
}

.blog.main-container
    .post-block-style-wrapper
    .latest-post-thumbnail-wrap
    a
    img {
    transition: 0.35s ease-in;
    display: block;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    height: 450px;
    border-radius: 12px;
}

.blog.main-container
    .post-block-style-wrapper
    .slider-category-box.tab-cat-box
    a {
    background: transparent !important;
    color: #2b2d42 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog.main-container
    .post-block-style-wrapper
    .latest-post-block-content
    h2.post-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
    max-width: 100%;
}

.blog.main-container
    .post-block-style-wrapper
    .latest-post-block-content
    h2.post-title
    a {
    color: #2b2d42;
}

.blog.main-container
    .post-block-style-wrapper
    .latest-post-block-content
    .post-excerpt-box {
    margin-bottom: 18px;
    max-width: 98%;
}

.blog.main-container .post-block-style-wrapper .post-excerpt-box p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #4e4d60;
    line-height: 1.7;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: #433eed;
    color: #fff;
    border-color: #433eed;
}

.blog.main-container article.post-block-style-wrapper:last-child {
    margin-bottom: 0;
}

.theme-blog-details .post-featured-image {
    margin-bottom: 32px;
}

.main-container.blog-single .post-featured-image img {
    transition: 0.35s ease-in;
    display: block;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    height: 480px;
    border-radius: 14px;
}

.main-container.blog-single .post-details-meta-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #10101b;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    position: relative;
}

.main-container.blog-single .post-details-meta-list .post-meta-date-box,
.main-container.blog-single .post-details-meta-list .post-category-box {
    padding-left: 36px;
}

.main-container.blog-single .post-details-meta-list div {
    position: relative;
    margin-right: 16px;
    padding-right: 16px;
    color: #4e4d60;
    font-weight: 400;
}

.main-container.blog-single .post-details-meta-list .post-meta-date-box:after,
.main-container.blog-single .post-details-meta-list .post-category-box:after {
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background-size: auto;
}

.main-container.blog-single .post-details-meta-list .post-meta-date-box:after {
    background: url(../images/calendar.svg) no-repeat scroll left center;
    margin-top: -13px;
}

.main-container.blog-single .post-details-meta-list .post-category-box:after {
    background: url(../images/profile.svg) no-repeat scroll left center;
}

.main-container.blog-single .post-details-meta-list div:before {
    position: absolute;
    right: 0px;
    top: 14px;
    content: "";
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #0e0c1e;
    opacity: 0.25;
}

.main-container.blog-single .post-details-meta-list div:last-child:before {
    display: none;
}

.main-container.blog-single .post-details-meta-list a {
    color: #4e4d60;
}

.main-container.blog-single h1.post-title {
    font-size: 52px;
    line-height: 1.25;
    font-weight: 600;
    color: #2b2d42;
    margin-bottom: 32px;
}

.single-blog-content blockquote {
    padding-bottom: 50px !important;
    margin-top: 55px !important;
    margin-bottom: 55px !important;
    background: #1c263905;
    text-align: left;
}

blockquote::before,
.blockquote::before {
    content: "\ec51";
    top: 5px;
    font-family: "remixicon" !important;
    font-size: 110px;
    line-height: 1;
    left: 40px;
}

blockquote::before,
.blockquote::before {
    color: #3bcbb0;
    opacity: 0.15;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    border-radius: 12px;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #0a0e15cc;
    line-height: 1.3;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
}

.theme-blog-details figure {
    margin-top: 55px;
    margin-bottom: 55px;
    position: relative;
}

.theme-blog-details figure img {
    border-radius: 10px;
    height: 450px !important;
    object-fit: cover;
}

.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    font-size: 15px;
    text-align: left;
    margin-top: 12px;
}

.blog-details-content ul li::marker {
    color: #00c881;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    display: block;
    color: #0a0e15cc;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-respond .comment-form .comment-notes span {
    font-style: normal;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    height: 60px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 15px 22px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 200px;
}

#comments .form-submit input[type="submit"] {
    display: inline-block;
    background: #00c881;
    position: relative;
    color: #fff;
    padding: 26px 40px 26px 40px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.theme-portfolio-page-wrap {
    margin-top: 150px;
    margin-bottom: 150px;
}

/*** Dropdown Menu ***/

.nav-menu-wrapper .mainmenu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 100;
    padding: 15px 0px 15px 0px;
    background: #ffffff;
    min-width: 210px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 30px 70px #898b8e26;
    border-radius: 24px;
    border: 0px solid #eaedf0;
    box-shadow: 0 14px 16px 0 rgba(0, 0, 0, 0.11);
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li {
    display: block;
    position: relative;
    padding: 0;
    border-bottom: 0px solid;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:last-child {
    border-bottom: 0px solid;
}

.nav-menu-wrapper li ul.sub-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #2b2d42;
    padding: 12px 24px 12px 24px !important;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0px;
    width: 100%;
}

.header-style-two .nav-menu-wrapper li ul.sub-menu li a {
    color: #2b2d42;
}

.header-style-two .nav-menu-wrapper .mainmenu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 71px;
}

.nav-menu-wrapper .mainmenu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.nav-menu-wrapper li ul.sub-menu li a:hover {
    color: #433eed;
    background: rgb(67 62 237 / 5%);
    border-radius: 12px;
}

.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 118%;
    left: 100%;
    top: -2px;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
    min-width: 225px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.nav-menu-wrapper .mainmenu ul > li.menu-item-has-children > a:after {
    content: "\f0d7";
    color: #d5d4e6;
    font-family: "Font Awesome 5 Free" !important;
    padding-left: 0px;
    opacity: 1;
    font-weight: 900;
    position: relative;
    top: 0px;
    font-size: 18px;
    left: 5px;
    vertical-align: 0;
    margin-left: 0;
    border: 0;
}

.nav-menu-wrapper .mainmenu ul li a:hover {
    color: #fff;
}

.nav-menu-wrapper .mainmenu ul > li.menu-item-has-children > a:hover:after {
    color: #d5d4e6;
}

/*** Responsive Nav ***/

div.slicknav_menu {
    background: transparent;
    text-align: right;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
}

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

.slicknav_btn {
    float: none;
    display: inline-block;
}

ul.slicknav_nav {
    background: #040322;
    text-align: left;
    position: relative;
    top: -70px;
}

.slicknav_nav li {
    border-bottom: 1px solid rgb(229 229 233 / 6%);
}

.slicknav_nav li:last-child {
    border-bottom: 0 solid;
}

a.slicknav_btn {
    background: transparent;
    border-radius: 0;
    margin: 3px 1px 15px;
    position: relative;
    top: -71px;
    right: 9px;
    border-radius: 0px;
    box-shadow: none;
    padding: 0 !important;
}

.slicknav_nav a {
    color: #ffffff;
    padding-left: 20px;
}

.slicknav_menu {
    display: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 15px 0px;
    margin: 0px 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    padding-left: 30px;
}

.slicknav_nav li a:hover {
    background: #2B2D42!important;
    border-radius: 0;
    color: #fff;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.techogy-responsive-menu {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: #10101b;
    color: #fff;
}

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 20px;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 0px;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    box-shadow: none;
    top: 3px;
    position: relative;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

ul.slicknav_nav li ul.sub-menu li a {
    padding-left: 45px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 0px!important;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li a {
    padding-left: 15px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    font-size: 14px !important;
    font-weight: 400;
}

ul.slicknav_nav {
    background: #10101b;
    border-radius: 10px;
}

.slicknav_nav li:hover {
    background: #10101b;
}

.slicknav_nav .slicknav_row:hover {
    background: transparent;
}

.slicknav_nav li a:hover {
    background: transparent;
}

ul.slicknav_nav li ul.sub-menu li a > a {
    padding-left: 0;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    padding-left: 30px;
}

.slicknav_nav li:hover {
    background: transparent;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.banner-two-featured-image {
    display: none;
}

.contact-form-footer .fname,
.contact-form-footer .fmessage {
    border: 1px solid #546bc9;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: 400;
    text-indent: 20px;
    padding: 16px 20px 16px 0;
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 24px;
    width: 100%;
    background: rgb(255 255 255 / 2%);
}

.contact-form-footer .fmessage {
    max-height: 153px;
}

.contact-form-footer input.fname::placeholder,
.contact-form-footer .fmessage::placeholder {
    color: #909fda !important;
}

.header-style-two .theme-header-area .container {
    max-width: 1344px;
}

.case-info h3,
.case-info-single-box h3,
.case-info-single-box-list h3 {
    font-size: 22px;
    line-height: 1.455;
    color: #414255;
    font-weight: 500;
}

.case-info p,
.case-info-single-box p {
    font-size: 18px;
    line-height: 32px;
    color: #4e4d60;
    max-width: 330px;
    margin-bottom: 12px;
}

.case-info {
    margin-bottom: 34px;
}

.case-info a {
    display: inline-block;
    font-size: 18px;
    color: #2b2d42;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid;
    line-height: 1;
}

.case-info-single-box h3 {
    margin-bottom: 8px;
}

.case-info-single-box {
    margin-bottom: 28px;
}

.case-info-single-box-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.case-info-single-box-list h3 {
    margin-bottom: 8px;
}

.case-info-single-box-list ul li {
    font-size: 18px;
    line-height: 32px;
    color: #4e4d60;
    position: relative;
    margin-left: 22px;
    margin-bottom: 8px;
}

.case-info-single-box-list ul li:before {
    position: absolute;
    left: -22px;
    bottom: 11px;
    width: 14px;
    height: 1px;
    background: rgb(78 77 96 / 50%);
    content: "";
}

.header-style-two .header-signup-btn a:hover {
    background: #00c881;
    color: #fff;
}

.header-signup-btn a:hover {
    background: #433eed;
    color: #fff;
}

.banner-buttons-wrap a.btn-filled:hover {
    background: #433eed;
    color: #fff;
}

.banner-buttons-wrap a.btn-bordered.btn-bordered-video:hover {
    background: #2b2d42;
    color: #fff;
}

.theme-portfolio-section-wrap
    .theme-portfolio-grid-item
    .grid-portfolio-text
    h4
    a:hover {
    color: #433eed;
}

.portfolio-btn-details:hover {
    background: #2b2d42;
    color: #fff;
    border-color: #2b2d42;
}

.join-team-text.elementor-widget a:hover {
    color: #433eed !important;
}

.get-tocuh-btn:hover {
    background: #2b2d42;
    color: #fff;
}

.touch-call-btn:hover {
    color: rgb(255 255 255 / 85%);
}

.banner-two-btn:hover {
    background: #0a83ec;
    color: #fff;
}

.project-all-btn:hover,
.post-blocks-btn:hover {
    background: #433eed;
    color: #fff;
}

.fsubmit:hover {
    background: #0a83ec;
    color: #fff;
}

.project-details-btn:hover,
.blog-read-more-btn:hover,
.blog-read-more-btn:hover {
    color: #2b2d42;
}

.project-inner-content h3.project-heading a:hover,
.post-block-style-one-wrapper .post-block-content-wrap h3.post-title a:hover {
    color: #433eed;
}

.blog.main-container
    .post-block-style-wrapper
    .latest-post-block-content
    h2.post-title
    a:hover {
    color: #433eed;
}

.custom-footer-main-subscribe .footer-widget a:hover {
    background: #fff;
    color: #2b2d42;
}

#comments .form-submit input[type="submit"]:hover {
    background: #433eed;
}

/*** Preloader ***/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000e22;
    z-index: 9999999;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*** Back To Top ***/

.backto {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 10;
    background: #00c881;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    height: 67px;
    text-align: center;
    width: 67px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    box-shadow: none;
}

.backto:hover {
    background: #433eed !important;
    color: #ffffff;
}

.backto:hover a {
    color: #ffffff;
}

.backto a {
    color: #2b2d42;
    font-size: 32px;
    line-height: 67px;
}

.service-details-list ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 18px;
}

.service-details-list ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    content: "";
    background: #4e4d60;
    margin-top: -3px;
    border-radius: 50px;
}

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

.services-sidebar-list h5 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.services-sidebar-list ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 16px;
}

.services-sidebar-list ul li a {
    color: #4e4d60;
}

.services-sidebar-list ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    content: "";
    background: #4e4d60;
    margin-top: -3px;
    border-radius: 50px;
}

body.page-id-1793 .theme-main-footer .footer-top,
body.page-id-1632 .theme-main-footer .footer-top,
body.page-id-1729 .theme-main-footer .footer-top,
body.error404 .theme-main-footer .footer-top {
    padding-top: 150px;
}

body.page-id-1793 .custom-footer-main-subscribe,
body.page-id-1632 .custom-footer-main-subscribe,
body.page-id-1729 .custom-footer-main-subscribe,
body.error404 .custom-footer-main-subscribe {
    display: none;
}

body.page-id-1793 .home-get-touch-wrapper,
body.page-id-1632 .home-get-touch-wrapper,
body.page-id-1729 .home-get-touch-wrapper,
body.error404 .home-get-touch-wrapper {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
}

.footer_Susbcribe_Widget .footer-widget > p {
    display: none;
}

.subscribe-form-footer h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
    color: #fff;
    font-weight: 600;
}

.subscribe-form-footer-inner {
    position: relative;
}

.subscribe-form-footer-inner .fname {
    font-size: 16px;
    border: 0px solid;
    width: 100%;
    border-radius: 12px;
    padding: 12px 20px 12px 0;
}

.sumit-susbcribe {
    background: #433eed;
    border: 0px solid;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 35px;
    border-radius: 9px;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 0.4s ease-in;
}

.subscribe-bottom p {
    font-size: 18px;
    color: #a1a3ac;
    line-height: 1.8;
}

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

.error-code h2 {
    color: #2b2d42;
    font-size: 160px;
    line-height: 1.2625;
    margin-bottom: 24px;
    font-weight: 600;
}

.error-message h3 {
    color: #2b2d42;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.4286;
    margin-bottom: 0px;
}

.error-message {
    margin-bottom: 32px;
}

.error-page-description p {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    color: #4e4d60;
}

.error-page-description {
    margin-bottom: 48px;
    max-width: 445px;
}

.error-btn-custom {
    display: inline-block;
    background: #00c881;
    position: relative;
    color: #fff;
    padding: 29px 76px 29px 40px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.error-btn-custom:before {
    position: absolute;
    background: url(../images/btn-arrow-white.svg) no-repeat scroll center
        center;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 16px;
    right: 40px;
    top: 50%;
    margin-top: -8px;
}

.error-btn-custom:hover {
    background: #433eed;
    color: #fff;
}

body.error404 .main-container {
    padding-top: 240px;
    padding-bottom: 150px;
}

body.error404 .header-style-two .theme-header-area {
    background: #0056c5;
}

.project-section-wrap .row .project-grid-custom:nth-child(1) {
    padding-right: 80px;
    padding-left: 0;
}

.project-section-wrap .row .project-grid-custom:nth-child(2) {
    padding-left: 80px;
    padding-right: 0;
}

.page-case-study .project-section-wrap .row .project-grid-custom:nth-child(3) {
    padding-right: 80px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    padding-left: 0;
}

.page-case-study .project-section-wrap .row .project-grid-custom:nth-child(4) {
    padding-left: 80px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    padding-right: 0;
}

.page-case-study .project-section-wrap .row .project-grid-custom:nth-child(5) {
    padding-right: 80px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    padding-left: 0;
}

.page-case-study .project-section-wrap .row .project-grid-custom:nth-child(6) {
    padding-left: 80px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    padding-right: 0;
}

.page-case-study
    .project-section-wrap
    .row
    .project-grid-custom:nth-child(3)::before,
.page-case-study
    .project-section-wrap
    .row
    .project-grid-custom:nth-child(5)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(43 45 66 / 12%);
    content: "";
    height: 2px;
    margin-bottom: 0px;
}

.page-case-study
    .project-section-wrap
    .row
    .project-grid-custom:nth-child(4)::before,
.page-case-study
    .project-section-wrap
    .row
    .project-grid-custom:nth-child(6)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(43 45 66 / 12%);
    content: "";
    height: 2px;
    margin-bottom: 0px;
}

.page-case-study .project-section-wrap .row .project-grid-custom:nth-child(7) {
    padding-right: 80px;
}

.page-case-study .project-section-wrap .row .project-grid-custom:nth-child(8) {
    padding-left: 80px;
}

.page-case-study .project-section-wrap .row .project-grid-custom:nth-child(7),
.page-case-study .project-section-wrap .row .project-grid-custom:nth-child(8) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-case-study .project-bottom-box {
    display: none;
}

.footer-logo-light {
    display: none;
}

.theme-main-footer .footer-logo {
    display: none;
}

.theme-main-footer .footer-logo-light {
    display: block;
}

.review-title-wrap h2 span:after {
    position: absolute;
    right: -32px;
    bottom: 12px;
    width: 260px;
    height: 29px;
    background: url(../images/test-sepa.svg) no-repeat scroll center;
    background-size: cover;
    content: "";
}

.footer-three-wrap ul.footer-nav li a:hover,
.footer-three-wrap .footer-widget ul li a:hover {
    color: #433eed;
}

.theme-main-footer .footer-widget ul li a:hover,
.theme-main-footer ul.footer-nav li a:hover,
.theme-main-footer ul.footer-nav li a:hover {
    color: #fff;
}

.sumit-susbcribe:hover {
    background: #00c881;
}

.footer-two-left-nav a:hover {
    color: #fff;
}

.slick-slider ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    position: relative;
    top: 75px;
}

.slick-slider ul.slick-dots li {
    display: inline-block;
    position: relative;
    margin-left: 11px;
    margin-right: 11px;
    width: 10px;
    height: 10px;
    background: rgb(67 62 237 / 50%);
    border-radius: 50px;
}

.slick-slider ul.slick-dots li button {
    border: 0px solid;
    background: transparent;
    line-height: 1;
    color: transparent;
}

.slick-slider ul.slick-dots li.slick-active {
    background: #433eed;
}

.slick-slider ul.slick-dots li.slick-active:before {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 3px solid #433eed;
    top: -6px;
    left: -7px;
    content: "";
    border-radius: 50px;
}

.slick-slider ul.slick-dots li.slick-active button {
    background: #433eed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    top: -3px;
    left: 0px;
}

.slide-arrow-left.slick-arrow,
.slide-arrow-right.slick-arrow {
    position: absolute;
    z-index: 10;
    opacity: 1;
    display: inline-block !important;
    margin: 0 !important;
    width: 68px;
    height: auto;
    line-height: 46px;
    background: transparent;
    text-align: center;
    color: #6d57e8 !important;
    transition: all 0.25s ease-in 0s;
    padding: 0 !important;
    font-size: 46px !important;
    border-radius: 0px !important;
    border: 1px solid #6d57e8;
    cursor: pointer;
}

.slide-arrow-left.slick-arrow {
    top: -168px;
    right: 20%;
    left: inherit;
    margin-left: 0px !important;
    margin-right: 55px !important;
    margin-bottom: 0px !important;
}

.slide-arrow-right.slick-arrow {
    top: -168px;
    right: 18% !important;
    left: inherit;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.slide-arrow-left.slick-arrow:hover,
.slide-arrow-right.slick-arrow:hover {
    background: transparent !important;
    color: #433eed !important;
    opacity: 0.5;
}

.theme-testimonials-section-two-wrapper .slide-arrow-left.slick-arrow,
.theme-testimonials-section-two-wrapper .slide-arrow-right.slick-arrow {
    width: auto;
    line-height: 1;
    background: transparent;
    color: #433eed !important;
    border: 0px solid transparent;
}

.theme-testimonials-section-two-wrapper .slide-arrow-left.slick-arrow {
    right: 38.55%;
    top: -140px;
}

.theme-testimonials-section-two-wrapper .slide-arrow-right.slick-arrow {
    right: 39% !important;
    top: -140px;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
    font-style: normal !important;
}

/** New CSS **/

.header-style-one .logo.theme-logo {
    margin-top: -20px;
}

.logo.theme-logo h1 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    color: #fff;
    padding: 0;
}

.logo.theme-logo h1 a {
    color: #fff;
}

.header-style-one .logo.theme-logo {
    margin-top: -20px;
}

body.woocommerce-page .container-custom {
    max-width: 1320px;
    margin: auto;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

body.woocommerce-page .container-custom .row-page {
    justify-content: center !important;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 15px;

}

body.woocommerce-page .col-lg-12-page {
    max-width: 100%;
}

.content-product-wrapper {
    padding: 90px 0 90px!important;
}

.related.products h2 {
    border: 0px solid #e6e6e6!important;
    padding-left: 0!important;
}
