/*
Theme Name: Mactonal
Theme URI: http://themedox.com/mactonal
Author: ThemeDox
Author URI: http://themedox.com
Description: Factory and Industrial WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mactonal
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: 'Roboto', sans-serif;
    line-height: 1.8;
    font-size: 16px;
    background: #fff;
    color: #616161;
    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: 'Inter', sans-serif;
    color: #22252F;
    font-weight: 700;
}

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 {
    margin-bottom: 15px;
    font-family: var(--mactonal-font);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--mactonal-gray);
}

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: #ff5203;
    -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: 700;
    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: #ff5203;
}

.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: #ff5203;
}

a code {
    color: #ff5203;
}

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: #ff5203;
    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: #ff5203;
}

.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: #ff5203;
    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: #ff5203;
    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: .5rem;
}

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

.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: #ff5203;
}

.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 .comment-respond .comment-form .btn.btn-primary:focus,
.blog-post-comment .comment-respond .comment-form .btn.btn-primary:active {
    border: 0px solid;
    outline: none;
    box-shadow: none;
}

.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: #ff5203;
}

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

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

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: #020E28;
    color: #fff;
}

#comments {
    clear: both;
    padding: 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: 700;
    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: 700;
    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: #ff5203;
}

.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: 700;
    text-decoration: none;
    border: 1px solid #ded9d9;
}

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

.comments-list .comment-reply-link:hover {
    background: #ff5203;
    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: #ff5203;
    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: .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: .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: #ff5203;
    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: #ff5203;
}

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

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

#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: #ff5203;
    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: #ff5203;
}

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

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

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

.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #272727;
    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: #ff5203;
    border-radius: 50%;
}

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

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

.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: #22252f;
    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: #ff5203;
    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: #ff5203;
    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: #ff5203;
    border-color: #ff5203 !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: #272727;
}

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

.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: #ff5203;
}

blockquote,
.blockquote {
    overflow: hidden;
    padding: 30px 50px !important;
    padding-left: 70px !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: #ff5203;
}

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

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: 500;
    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: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
    color: #ff5203;
    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: #ff5203;
}

.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: #ff5203;
}

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

.wp-block-button .wp-block-button__link {
    background-color: #ff5203;
    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: #ff5203;
}

.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: #ff5203 !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: #ff5203;
}

.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: #ff5203;
}

.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: #ff5203;
}

.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: 700;
}

.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: #272727;
    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: 0px;
}

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

.home-tag-widgett h5 {
    font-size: 28px;
    line-height: 1;
    color: #272727;
    font-weight: 700;
    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;
    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: 100px;
    height: 100px;
    border-radius: 6px;
}

.theme_author_Info {
    padding-right: 20px;
}

h6.theme_author_Title {
    color: #22252f;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 30px;
    display: none;
}

h4.theme_author__Name {
    color: #22252f;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

p.theme_author__Description {
    font-size: 15px;
    line-height: 24px;
    color: #616161;
    margin-bottom: 0;
    font-weight: 400;
}

.theme_author_Socials a {
    display: inline-block;
    background: #ff5203;
    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: #ff5203;
}


/*** 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: 80px;
    width: 80px;
    -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: 6px;
}

.theme_blog_nav_Title {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    color: #22252f;
    word-break: break-all;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #22252f;
    word-break: break-word;
}

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

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

.theme_blog_nav_Title a:hover {
    color: #ff5203;
}

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

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

.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: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #E4E4E4;
    margin-left: auto;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 0px;
}

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

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 38px;
    color: #ff5203;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid #ff5203;
    background-color: #ff5203;
    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: #272727 !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: #ff5203 !important;
    background: #ff5203 !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: #272727;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: #ff5203;
    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: 120px;
    padding-bottom: 120px;
}

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

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid #ff5203 !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 .3s ease-in;
}

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

.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: #616161;
    margin: 0 0 30px 0;
    font-weight: 400;
}

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

.blog-details-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

.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: #ff5203 !important;
    border-color: #ff5203;
}

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

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

.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: 5px !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: #ff5203;
    opacity: .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: #272727;
    font-weight: 500;
}

.wp-block-search .wp-block-search__button {
    background: #ff5203 !important;
    border: 1px solid #ff5203 !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: #ff5203;
    color: #fff;
    margin-right: 0px;
}

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

.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: 40px;
}

.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: #ff5203;
    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: #ff5203;
    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 .3s ease;
}

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

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

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

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

body.page .theme-page-spacing .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

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

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 {
    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: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

body.page .theme-page-spacing .entry-content code {
    color: #ff5203;
    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: #ff5203;
}

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: #ff5203;
}

body.page .theme-page-spacing .entry-content table td a {
    color: #272727;
    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: #ff5203;
    color: #fff;
    border-color: #ff5203;
    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: 120px;
    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: #ff5203;
    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: #ff5203;
    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: 700;
    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: #ff5203;
}

.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: 0px;
    font-size: 15px;
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #272727;
    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: 0px;
}

.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: #272727;
}

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

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: #22252f !important;
    color: #FFFFFF !important;
    border: 1px solid #22252f !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 #ff5203;
    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, #ff5203, #ff5203);
    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;
}


/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. Search
05. OffCanvas
06. Slider
07. Banner
08. Breadcrumb
09. About
10. Services
11. Work
12. Consultation
13. Project
14. Choose
15. Faq
16. Team
17. Counter
18. Brand
19. Testimonial
20. CTA
21. Error
22. Blog
23. Contact
24. Footer
25. Preloader
============================
*/


/*=============================
    01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Roboto', sans-serif;
    --tg-heading-font-family: 'Inter', sans-serif;
    --tg-primary-color: #FF5203;
    --tg-secondary-color: #22252F;
    --tg-section-background: #FFF9F6;
    --tg-body-font-color: #616161;
    --tg-heading-font-color: #020E28;
    --tg-paragraph-color: #848484;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.8;
    --tg-heading-line-height: 1.2;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-gray: #A0A0A0;
    --tg-gray-two: #737272;
    --tg-gray-three: #949494;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}

body {
    font-family: var(--tg-body-font-family);
    font-weight: var(--tg-body-font-weight);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    color: var(--tg-body-font-color);
    font-style: normal;
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: var(--tg-primary-color);
    text-decoration: none;
}

a,
button {
    color: var(--tg-primary-color);
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    margin-top: 0px;
    margin-bottom: .7rem;
    font-style: normal;
    line-height: var(--tg-heading-line-height);
    font-weight: var(--tg-heading-font-weight);
    text-transform: inherit;
}

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

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

p {
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-body-font-weight);
    line-height: var(--tg-body-line-height);
    color: var(--tg-paragraph-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--tg-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--tg-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

::selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tg-body-font-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--tg-body-font-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--tg-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}


/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Padding Top --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/*-- Padding Bottom --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*-- Padding Left --*/
.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}


/*-- Padding Right --*/
.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

/* font weight */
.f-700 {
    font-weight: 700;
}

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

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

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

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

/* Background Color */

.gray-bg {
    background: #f7f7fd;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #222;
}

.primary-bg {
    background: #222;
}

/* Color */

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #222;
}

.primary-color {
    color: #222;
}

/* black overlay */

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

[data-overlay="9"]::before {
    opacity: 0.9;
}

/*=============================
    1. Button style
===============================*/
.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-primary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 34px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease;
    vertical-align: middle;
    white-space: nowrap;
    font-family: var(--tg-heading-font-family);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #020E28;
}

.btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn:hover {
    color: var(--tg-white);
}

.btn.btn-two {
    background: var(--tg-white);
    color: #020E28;
}

.btn.btn-two:hover {
    color: var(--tg-white);
}

.breadcrumb>.active {
    color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: var(--tg-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: #020E28;
}


/*=============================
    02. Header
===============================*/
.custom-container {
    max-width: 1830px;
}

.custom-container-two {
    max-width: 1750px;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

/* header-top */
.header-top-wrap {
    padding: 9px 0;
    background: #020E28;
}

.header-top-left span {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #D1D1D1;
}

.header-top-left span i {
    margin-right: 5px;
    color: var(--tg-white);
}

.header-top-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.header-top-social .list-wrap li a {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid var(--tg-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--tg-gray);
    line-height: 1;
}

.header-top-social .list-wrap li a:hover {
    background: var(--tg-white);
    border-color: var(--tg-white);
    color: #020E28;
}

/* header-logo-area */
.header-logo-area {
    padding: 22px 0 28px;
    background: var(--tg-white);
}

.header-info-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.header-info-wrap .header-info-item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 17px 25px;
    transition: .3s linear;
}

.header-info-wrap .header-info-item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 5px;
    border: 1px solid var(--tg-primary-color);
    font-size: 20px;
    color: var(--tg-primary-color);
    margin-right: 10px;
    transition: .3s ease-in-out;
}

.header-info-wrap .header-info-item .icon svg {
    width: 22px;
}

.header-info-wrap .header-info-item .content span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin-bottom: 8px;
    transition: .3s ease-in-out;
}

.header-info-wrap .header-info-item .content a {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: #020E28;
}

.header-info-wrap .header-info-item:hover .content a:hover,
.header-info-wrap .header-info-item.active .content a:hover {
    color: #020E28;
}

.header-info-wrap .header-info-item:hover,
.header-info-wrap .header-info-item.active {
    background: var(--tg-primary-color);
}

.header-info-wrap .header-info-item:hover .icon,
.header-info-wrap .header-info-item.active .icon {
    color: var(--tg-white);
    border-color: var(--tg-white);
    border-radius: 50%;
}

.header-info-wrap .header-info-item:hover .content a,
.header-info-wrap .header-info-item:hover .content span,
.header-info-wrap .header-info-item.active .content a,
.header-info-wrap .header-info-item.active .content span {
    color: var(--tg-white);
}


/* menu */
.menu-area {
    background: rgba(34, 37, 47, 0.40);
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.logo img {
    max-height: 68px;
}

.logo.sticky-logo {
    display: none;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0;
}

.navbar-wrap>ul>li {
    list-style: none;
    display: block;
    position: relative;
    margin-right: 40px;
}

.navbar-wrap ul li:last-child {
    margin-right: 0;
}

.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-white);
    padding: 40px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
    color: var(--tg-primary-color);
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.header-action>ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.header-action>ul li {
    position: relative;
    margin-left: 30px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.header-action ul li a {
    color: var(--tg-heading-font-color);
    font-size: 14px;
}

.header-action ul li.header-search a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #020E28;
    color: var(--tg-white);
    border: 2px solid var(--tg-primary-color);
    font-size: 16px;
}

.header-action ul li.header-search a:hover {
    background: var(--tg-primary-color);
}

.header-action .header-btn .btn {
    color: var(--tg-white);
    font-size: 16px;
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: var(--tg-white);
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border-radius: 0 0 5px 5px;
}

.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 600;
    color: #020E28;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

.navbar-wrap ul li .sub-menu li a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--tg-primary-color);
    transition: .3s ease-in-out;
}

.navbar-wrap ul li .sub-menu>li.active>a::before,
.navbar-wrap ul li .sub-menu li a:hover::before {
    width: 10px;
    margin-right: 5px;
}

.navbar-wrap ul li .sub-menu>li.active>a,
.navbar-wrap ul li .sub-menu li a:hover {
    color: var(--tg-primary-color);
}

.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--tg-white);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

.sticky-menu .navbar-wrap ul li a {
    color: #020E28;
}

.sticky-menu .navbar-wrap>ul>li.active>a,
.sticky-menu .navbar-wrap>ul>li:hover>a {
    color: var(--tg-primary-color);
}

/* header-two */
.header-style-two .navbar-wrap ul {
    margin: 0 auto;
}

.header-style-two .navbar-wrap ul li a {
    padding: 52px 0;
}

.header-style-two .menu-area {
    background: rgba(0, 0, 0, 0.40);
}

.header-style-two .header-action .header-btn .btn {
    color: var(--tg-primary-color);
}

.header-style-two .sticky-menu {
    background: var(--tg-white);
}

.header-style-two .sticky-menu .header-action .header-btn .btn {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.header-style-two .sticky-menu .logo {
    display: none;
}

.header-style-two .sticky-menu .logo.sticky-logo {
    display: block;
}

/* header-three */
.header-top-wrap-two {
    padding: 16px 0;
}

.header-top-menu .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.header-top-menu .list-wrap li {
    position: relative;
}

.header-top-menu .list-wrap li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tg-white);
}

.header-top-menu .list-wrap li:last-child::before {
    display: none;
}

.header-top-menu .list-wrap li a {
    font-size: 14px;
    color: var(--tg-white);
    display: block;
    line-height: 1;
}

.header-top-menu .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.header-top-social-two .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header-top-social-two .list-wrap li a {
    color: #B9B9B9;
    font-size: 14px;
    line-height: 1;
}

.header-top-social-two .list-wrap li a:hover {
    color: var(--tg-white);
}

.header-style-three .logo img {
    max-height: 50px;
}

.header-style-three .navbar-wrap ul {
    margin: 0 0 0 auto;
}

.header-style-three .header-action>ul {
    margin-left: 35px;
}

.header-style-three .menu-area {
    background: transparent;
}

.header-style-three .menu-nav {
    background: var(--tg-white);
    border-radius: 10px;
    padding: 0 20px;
}

.header-style-three .navbar-wrap ul li a {
    color: #020E28;
}

.header-style-three .navbar-wrap>ul>li.active>a,
.header-style-three .navbar-wrap>ul>li:hover>a {
    color: var(--tg-primary-color);
}

.header-style-three .sticky-menu {
    background: var(--tg-white);
}

/* header-four */
.header-style-four .navbar-wrap ul {
    margin: 0 auto;
}

.header-style-four .menu-area {
    background: transparent;
    padding: 30px 0;
}

.header-style-four .menu-area.sticky-menu {
    padding: 0;
    background: var(--tg-white);
}

.header-style-four .logo img {
    max-height: 50px;
}

.header-style-four .menu-area.sticky-menu .logo {
    display: none;
}

.header-style-four .menu-area.sticky-menu .logo.d-none {
    display: block !important;
}

.header-style-four .header-action ul li.header-search a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 0;
    background: transparent;
    color: var(--tg-white);
    border: none;
    font-size: 25px;
    line-height: 1;
}

.header-style-four .header-action ul li.header-search a:hover {
    color: var(--tg-primary-color);
}

.offcanvas-menu .menu-tigger {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: var(--tg-white);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}

.offcanvas-menu .menu-tigger span {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: var(--tg-primary-color);
    transition: .15s linear;
}

.offcanvas-menu .menu-tigger span:nth-child(3) {
    width: 23px;
    margin-left: 7.5px;
}

.offcanvas-menu .menu-tigger:hover span:nth-child(3) {
    margin-left: 0;
    width: 30px;
}

.offcanvas-menu .menu-tigger:hover span:nth-child(1) {
    width: 23px;
    margin-left: 7.5px;
}

.header-style-four .menu-area.sticky-menu .header-action ul li.header-search a {
    color: var(--tg-primary-color);
}

.header-style-four .menu-area.sticky-menu .offcanvas-menu .menu-tigger {
    background: var(--tg-primary-color);
}

.header-style-four .menu-area.sticky-menu .offcanvas-menu .menu-tigger span {
    background: var(--tg-white);
}


/*=============================
    03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-white);
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-white);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .navigation ul {
    padding: 0;
    margin: 0;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: uppercase;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--tg-white);
    background: var(--tg-primary-color);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--tg-primary-color);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--tg-gray);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 27px;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-primary-color);
    display: none;
    margin-top: 0;
    padding: 5px 10px;
    border: 2px solid var(--tg-primary-color);
}


/*=============================
    04. Search
===============================*/
.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--tg-white);
    height: auto;
    width: 100%;
    z-index: 99;
    padding: 40px 0 50px;
    display: none;
    z-index: 999;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--tg-primary-color);
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: var(--tg-heading-font-color);
}

.search-form input::placeholder {
    font-size: 30px;
    color: #22252f;
    opacity: .5;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--tg-primary-color);
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--tg-primary-color);
    cursor: pointer;
}

body.search-visible {
    overflow: hidden;
}

.search-backdrop {
    background: #000;
    cursor: url(../images/cross-out.png), pointer;
    z-index: 99;
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}

.search-visible .search-backdrop {
    opacity: .55;
    visibility: visible;
}


/*=============================
    05. OffCanvas
===============================*/
.extra-info {
    background: var(--tg-white) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(100%);
}

.extra-info.active {
    transform: translateX(0);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon>button {
    background: transparent;
    border: 0 none;
    color: var(--tg-primary-color);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.extra-info .logo-side img {
    max-height: 45px;
}

.side-info {
    border-top: 1px solid var(--tg-primary-color);
    padding-top: 25px;
}

.contact-list h4 {
    color: var(--tg-heading-font-color);
    font-weight: 700;
    font-size: 18px;
}

.contact-list p {
    color: var(--tg-paragraph-color);
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}

.side-instagram {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.side-instagram li {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 5px;
}

.side-instagram li>a {
    display: block;
}

.side-instagram img {
    width: 100%;
    border-radius: 5px;
}

.social-icon-right>a {
    color: var(--tg-primary-color);
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.social-icon-right>a:hover {
    color: #020E28;
}

.offcanvas-overly {
    position: fixed;
    background: #020E28;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.offcanvas-overly.active {
    opacity: .5;
    visibility: visible;
}

.extra-info::-webkit-scrollbar {
    width: 0px;
}


/*=============================
    06. Slider
===============================*/
.slider-bg {
    background-size: cover;
    background-position: center;
    padding: 400px 0 120px;
    min-height: 975px;
    position: relative;
    z-index: 1;
}

.slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: -1;
}

.slider-content {
    overflow: hidden;
}

.slider-content .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    line-height: 1.4;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 15px;
}

.slider-content .title {
    font-size: 70px;
    color: var(--tg-white);
    margin-bottom: 45px;
    line-height: 1.1;
}

.slider-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.slider-shape .shape-one {
    width: 184px;
    height: 184px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.33);
    position: absolute;
    right: 24%;
    bottom: 40%;
    z-index: -1;
}

.slider-shape .shape-two {
    width: 433px;
    height: 433px;
    border-radius: 50%;
    background: rgba(255, 82, 3, 0.60);
    position: absolute;
    right: 65px;
    bottom: 25px;
    z-index: -1;
}

.slider-active .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    gap: 20px;
}

.slider-active .slick-dots li {
    list-style: none;
    line-height: 0;
}

.slider-active .slick-dots li button {
    text-indent: -99999999999px;
    border: none;
    background: rgba(255, 255, 255, 0.40);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 1;
}

.slider-active .slick-dots li.slick-active button {
    background: var(--tg-primary-color);
    width: 30px;
    border-radius: 10px;
}

/* slider-two */
.slider-area-two {
    position: relative;
}

.slider-bg-two {
    background-size: cover;
    background-position: center;
    min-height: 960px;
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 220px 0 120px;
}

.slider-bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.slider-content-two {
    text-align: center;
}

.slider-content-two .sub-title {
    display: block;
    font-size: 30px;
    font-family: var(--tg-heading-font-family);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    color: var(--tg-primary-color);
    margin-bottom: 20px;
}

.slider-content-two .title {
    font-size: 150px;
    margin-bottom: 50px;
    line-height: 1;
    color: var(--tg-white);
}

.slider-content-two .slider-btn {
    justify-content: center;
}

.slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: -40px;
    right: 19%;
}

.slider-nav .slick-arrow {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    background: var(--tg-white);
    font-size: 30px;
    color: #020E28;
    padding: 0;
}

.slider-nav .slick-arrow:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}

/* slider-three */
.slider-bg-three {
    background-size: cover;
    background-position: center;
    min-height: 960px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 200px 0 200px;
}

.slider-bg-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: -1;
}

.slider-content-three {
    overflow: hidden;
}

.slider-content-three .title {
    margin-bottom: 10px;
    color: var(--tg-white);
    font-size: 140px;
    line-height: 1.14;
}

.slider-content-three p {
    margin-bottom: 50px;
    color: var(--tg-white);
    font-size: 20px;
    width: 90%;
}

.slider-active-three .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    gap: 10px;
}

.slider-active-three .slick-dots li {
    list-style: none;
    line-height: 0;
}

.slider-active-three .slick-dots li button {
    text-indent: -9999999999px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
    width: 23px;
    height: 6px;
}

.slider-active-three .slick-dots li.slick-active button {
    width: 45px;
    background: var(--tg-white);
}


/*=============================
    07. Banner
===============================*/
.banner-bg {
    background-size: cover;
    background-position: center;
    min-height: 960px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 240px 0 240px;
}

.banner-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: -1;
}

.banner-content {
    text-align: center;
    margin-top: -40px;
}

.banner-content .title {
    margin-bottom: 35px;
    color: var(--tg-white);
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/*=============================
    08. Breadcrumb
===============================*/
.breadcrumb-bg {
    background-size: cover;
    background-position: center;
    padding: 355px 0 95px;
    position: relative;
    z-index: 1;
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: -1;
}

.breadcrumb-content .title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--tg-white);
}

.breadcrumb-content .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-content .breadcrumb-item {
    line-height: 1.2;
    color: #D9D9D9;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb-content .breadcrumb-item a {
    color: var(--tg-white);
    font-size: 18px;
    font-weight: 700;
}

.breadcrumb-content .breadcrumb-item a i {
    margin-right: 10px;
}

.breadcrumb-content .breadcrumb-item a:hover {
    color: var(--tg-primary-color);
}

.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 10px;
    color: var(--tg-white);
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 700;
}

.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

/*=============================
    09. About
===============================*/
.section-title .sub-title {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-primary-color);
    gap: 15px;
    margin-bottom: 30px;
}

.section-title .sub-title strong {
    transform: translateY(-2px);
}

.section-title .sub-title strong svg path {
    color: var(--tg-primary-color);
}

.section-title .title {
    margin-bottom: 0;
    font-size: 40px;
}

.word {
    display: inline-flex;
    opacity: 0;
    transition: opacity 1.1s cubic-bezier(.65, .05, .36, 1);
    transition-delay: calc(70ms * var(--word-index) + 0ms);
}

.innerAnimated .word {
    opacity: 1;
}

.char {
    display: inline-flex;
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: bottom;
    transition: opacity 1.1s cubic-bezier(.65, .05, .36, 1), transform 1.1s cubic-bezier(.65, .05, .36, 1);
    transition-delay: calc(30ms * var(--char-index) + 10ms);
}

.innerAnimated .char {
    transform: rotateX(0deg);
    opacity: 1;
}

[data-animation^=innerAnimated] {
    visibility: hidden;
}

.innerAnimated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

.about-img-wrap {
    position: relative;
    padding-right: 100px;
    padding-bottom: 160px;
}

.about-img-wrap img {
    border-radius: 10px;
}

.about-img-wrap img:nth-child(2) {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.about-img-wrap .play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 0;
    margin: 10px;
    left: 15px;
    bottom: 30px;
    z-index: 1;
}

.about-img-wrap .play-btn::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed #020E28;
    background: transparent;
    z-index: -1;
    animation: btnRotate 15s linear infinite;
}

.about-content>p {
    margin-bottom: 45px;
}

.about-list .list-wrap {
    margin-bottom: 50px;
}

.about-list .list-wrap li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.about-list .list-wrap li:last-child {
    margin-bottom: 0;
}

.about-list .list-wrap li .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed var(--tg-primary-color);
    flex: 0 0 auto;
    font-size: 25px;
    color: var(--tg-primary-color);
    margin-right: 10px;
    line-height: 0;
}

.about-list .list-wrap li .content .title {
    font-size: 20px;
    margin-bottom: 8px;
}

.about-list .list-wrap li .content p {
    margin-bottom: 0;
}

.about-content-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.about-content-bottom .call-btn {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #020E28;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
}

.about-content-bottom .call-btn i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #020E28;
    color: var(--tg-white);
    font-size: 15px;
    margin-right: 12px;
}

.about-content-bottom .call-btn:hover {
    color: var(--tg-primary-color);
}

.rotateme {
    -webkit-animation-name: btnRotate;
    animation-name: btnRotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes btnRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes btnRotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* about-two */
.about-area-inner .col-45 {
    width: 44.5%;
    flex: 0 0 auto;
}

.about-area-inner .col-55 {
    width: 55.5%;
    flex: 0 0 auto;
}

.about-img-wrap-two {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-img-wrap-two img:nth-child(1) {
    border-radius: 10px 0 0 10px;
}

.about-img-wrap-two img:nth-child(2) {
    border-radius: 0 10px 10px 0;
}

.about-content-two {
    margin-left: 20px;
}

.section-title.title-style-three .sub-title {
    font-size: 16px;
    color: #838383;
    letter-spacing: 3.2px;
    margin-bottom: 20px;
}

.about-tab {
    width: 90%;
}

.about-tab .nav-tabs {
    border-bottom: none;
    gap: 20px;
    margin-bottom: 30px;
}

.about-tab .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #FFF7F3;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    padding: 16px 23px;
    border-radius: 5px;
}

.about-tab .nav-tabs .nav-link.active {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.about-tab .tab-content p {
    margin-bottom: 30px;
}

.about-list-two .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0;
}

.about-list-two .list-wrap li {
    display: flex;
    align-items: baseline;
    width: 50%;
    font-weight: 500;
    color: #020E28;
    gap: 7px;
}

/*=============================
    10. Services
===============================*/
.services-area {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 120px;
}

.services-area::before {
    content: "";
    width: 79%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: var(--tg-section-background);
    z-index: -1;
}

.services-item {
    border-radius: 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 90px 20px 80px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--tg-primary-color);
    z-index: -1;
    transition: .3s ease-in-out;
    opacity: 0;
}

.services-item:hover::before {
    height: 100%;
    opacity: 1;
}

.services-icon {
    font-size: 90px;
    line-height: 0;
    color: var(--tg-primary-color);
    margin-bottom: 40px;
    transition: .3s ease-in-out;
}

.services-content .title {
    font-size: 30px;
    margin-bottom: 25px;
}

.services-content .link-btn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration-line: underline;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
    color: #848484;
}

.services-content .number {
    width: 50px;
    height: 50px;
    border: 1px solid #ABABAB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    -webkit-text-stroke: 1px #ABABAB;
    color: transparent;
    position: absolute;
    top: 40px;
    right: 40px;
    transition: .3s ease-in-out;
}

.services-item:hover .services-content .link-btn,
.services-item:hover .services-content .title,
.services-item:hover .services-icon {
    color: var(--tg-white);
}

.services-item:hover .services-content .title a:hover {
    color: var(--tg-white);
}

.services-item:hover .services-content .number {
    border-color: var(--tg-white);
    -webkit-text-stroke: 1px var(--tg-white);
}

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

.services-scrollbar .swiper-scrollbar {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    margin: 11px 0;
}

.services-scrollbar .swiper-scrollbar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C9C9C9;
    pointer-events: none;
}

.services-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    height: 24px;
    background: var(--tg-primary-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -11px;
    z-index: 1;
}

/* services-two */
.services-area-two {
    position: relative;
    padding: 140px 0 100px;
}

.services-shape {
    position: absolute;
    left: 0;
    bottom: 9%;
    z-index: -1;
}

.section-title.title-style-two .sub-title {
    font-size: 16px;
    gap: 10px;
    margin-bottom: 22px;
}

.section-title.title-style-two.text-center .sub-title::before {
    content: "";
    width: 37px;
    height: 2px;
    background: var(--tg-primary-color);
}

.section-title.title-style-two .sub-title::after {
    content: "";
    width: 37px;
    height: 2px;
    background: var(--tg-primary-color);
}

.services-item-two {
    margin-bottom: 40px;
}

.services-thumb-two {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.services-thumb-two img {
    width: 370px;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
}

.services-item-two:hover .services-thumb-two img {
    transform: scale(1.1);
}

.services-icon-two {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 10px;
    font-size: 45px;
    line-height: 0;
    color: var(--tg-primary-color);
    transition: .3s ease-in-out;
}

.services-item-two:hover .services-icon-two {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.services-content-two {
    background: var(--tg-white);
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 30px;
    transition: .3s ease-in-out;
}

.services-content-two .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

.services-content-two .title a:hover {
    color: var(--tg-white);
}

.services-content-two .link-btn {
    display: inline-block;
    color: #848484;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.services-content-two .link-btn:hover {
    color: #020E28;
}

.services-item-two:hover .services-content-two {
    background: var(--tg-primary-color);
}

.services-item-two:hover .services-content-two .link-btn,
.services-item-two:hover .services-content-two .title {
    color: var(--tg-white);
}

/* services-three */
.services-area-three {
    margin-top: -188px;
    padding: 0 0 90px;
}

.services-item-three {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
    background: var(--tg-white);
    padding: 45px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.services-item-three::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--tg-primary-color);
    z-index: -1;
    transition: .3s ease-in-out;
    opacity: 0;
}

.services-item-three.active::before,
.services-item-three:hover::before {
    opacity: 1;
    height: 100%;
}

.services-icon-three {
    line-height: 0;
    font-size: 75px;
    color: var(--tg-primary-color);
    margin-bottom: 20px;
    transition: .3s ease-in-out;
}

.services-content-three .title {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.3;
}

.services-content-three .title a:hover {
    color: var(--tg-white);
}

.services-content-three .link-arrow {
    font-size: 30px;
    line-height: 1;
    -webkit-text-stroke: 1px #020E28;
    color: transparent;
}

.services-item-three.active .services-content-three .link-arrow,
.services-item-three:hover .services-content-three .link-arrow,
.services-item-three.active .services-content-three .title,
.services-item-three:hover .services-content-three .title,
.services-item-three.active .services-icon-three,
.services-item-three:hover .services-icon-three {
    color: var(--tg-white);
}

.services-item-three.active .services-content-three .link-arrow,
.services-item-three:hover .services-content-three .link-arrow {
    -webkit-text-stroke: 1px transparent;
}

/* services-four */
.services-area-four {
    background: var(--tg-section-background);
    padding: 120px 0 90px;
}

.services-item-four {
    border-radius: 20px;
    background: var(--tg-white);
    padding: 35px 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services-item-four::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: var(--tg-primary-color);
    z-index: -1;
    transition: .3s ease-in-out;
    opacity: 0;
}

.services-item-four.active::before,
.services-item-four:hover::before {
    opacity: 1;
    height: 100%;
}

.services-content-four .services-content-top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.services-icon-four {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-primary-color);
    border-radius: 50%;
    line-height: 0;
    font-size: 22px;
    color: var(--tg-primary-color);
    flex: 0 0 auto;
    margin-right: 15px;
    transition: .3s ease-in-out;
}

.services-item-four.active .services-icon-four,
.services-item-four:hover .services-icon-four {
    border-color: var(--tg-white);
    color: var(--tg-white);
}

.services-content-four .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

.services-content-four .title a:hover {
    color: var(--tg-white);
}

.services-content-four p {
    margin-bottom: 25px;
    transition: .3s ease-in-out;
}

.services-content-four .link-btn {
    color: #848484;
    font-family: var(--tg-heading-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.services-content-four .link-btn:hover {
    text-decoration: underline;
}

.services-item-four.active .services-content-four .link-btn,
.services-item-four.active .services-content-four p,
.services-item-four.active .services-content-four .title,
.services-item-four:hover .services-content-four .link-btn,
.services-item-four:hover .services-content-four p,
.services-item-four:hover .services-content-four .title {
    color: var(--tg-white);
}

/* services-five */
.section-title.title-style-four .sub-title {
    display: block;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-primary-color);
    margin-bottom: 15px;
}

.services-item-five {
    margin-bottom: 30px;
}

.services-thumb-five {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.services-thumb-five img {
    transform: scale(1);
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
    width: 370px;
    height: 270px;
    object-fit: cover;
}

.services-item-five:hover .services-thumb-five img {
    transform: scale(1.1);
}

.services-content-five {
    border-radius: 0px 0px 10px 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    display: flex;
}

.services-content-five .icon {
    width: 100px;
    height: auto;
    min-height: 90px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    line-height: 0;
    font-size: 45px;
}

.services-content-five .content {
    padding: 14px 15px;
}

.services-content-five .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.services-content-five .link-btn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #848484;
    line-height: 1;
}

.services-content-five .link-btn:hover {
    color: var(--tg-primary-color);
}

/* services-details */
.services-sidebar {
    position: sticky;
    top: 110px;
}

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

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

.services-cat-list .list-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.services-cat-list .list-wrap li {
    margin-bottom: 2px;
}

.services-cat-list .list-wrap li:last-child {
    margin-bottom: 0;
}

.services-cat-list .list-wrap li a {
    font-size: 20px;
    font-weight: 600;
    color: #020E28;
    background: #FBF6F3;
    display: block;
    line-height: 1.2;
    padding: 18px 40px;
}

.services-cat-list .list-wrap li.active a,
.services-cat-list .list-wrap li a:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}

.services-sidebar .services-contact {
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services-sidebar .services-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.services-sidebar .services-contact span {
    display: block;
    color: var(--tg-white);
    line-height: 1;
    margin-bottom: 10px;
}

.services-sidebar .services-contact .title {
    margin-bottom: 25px;
    color: var(--tg-white);
    font-size: 30px;
}

.services-details-wrap {
    margin-left: 10px;
}

.services-details-img {
    margin-bottom: 30px;
}

.services-details-img img {
    border-radius: 10px;
}

.services-details-content .title {
    margin-bottom: 15px;
    font-size: 40px;
}

.services-details-content p {
    margin-bottom: 30px;
}

.services-details-content .bold-info {
    font-style: italic;
    font-weight: 500;
    color: #020E28;
}

.service-quality-wrap .title-two {
    margin-bottom: 0;
    font-size: 24px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.service-quality-wrap .sq-item {
    margin-bottom: 30px;
    margin-top: 10px;
}

.service-quality-wrap .sq-item .thumb img {
    border-radius: 10px 10px 0 0;
}

.service-quality-wrap .sq-item .content {
    border-radius: 0px 0px 10px 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 30px 25px;
}

.service-quality-wrap .sq-item .content .title {
    font-size: 23px;
    margin-bottom: 10px;
}

.service-quality-wrap .sq-item .content p {
    margin-bottom: 0;
}

.services-faq-wrap .faq-wrap-two {
    padding: 60px 70px 40px;
    margin-left: 0;
    margin-top: 50px;
}

/*=============================
    11. Work
===============================*/
.work-item {
    text-align: center;
    border-radius: 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 75px 20px 40px;
    position: relative;
    margin-top: 40px;
    transition: .3s linear;
    margin-bottom: 30px;
}

.work-item-wrap .row [class*="col-"]:nth-child(odd) .work-item {
    padding: 40px 20px 75px;
    margin-top: 0;
    margin-bottom: 70px;
}

.work-item.active,
.work-item:hover {
    background: var(--tg-primary-color);
}

.work-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border: 1px solid var(--tg-primary-color);
    border-radius: 50%;
    margin: 0 auto;
    color: var(--tg-primary-color);
    font-size: 30px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--tg-white);
    transition: .3s linear;
}

.work-item-wrap .row [class*="col-"]:nth-child(odd) .work-item .work-icon {
    top: auto;
    bottom: -40px;
}

.work-item.active .work-icon,
.work-item:hover .work-icon {
    border-color: var(--tg-white);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.work-content span {
    color: #838383;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    transition: .3s linear;
}

.work-content .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: .3s linear;
}

.work-content p {
    margin-bottom: 0;
    transition: .3s linear;
}

.work-item.active .work-content p,
.work-item.active .work-content .title,
.work-item.active .work-content span,
.work-item:hover .work-content p,
.work-item:hover .work-content .title,
.work-item:hover .work-content span {
    color: var(--tg-white);
}

/*=============================
    12. Consultation
===============================*/
.consultation-area {
    background: var(--tg-section-background);
    padding: 120px 0;
    position: relative;
}

.consultation-form .form-grp {
    margin-bottom: 30px;
}

.consultation-form .form-grp textarea,
.consultation-form .form-grp input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 0 5px;
    font-size: 15px;
    color: #020E28;
    line-height: 1;
    display: block;
}

.consultation-form .form-grp textarea::placeholder,
.consultation-form .form-grp input::placeholder {
    font-size: 15px;
    color: #808080;
    line-height: 1;
}

.consultation-form .form-grp textarea {
    min-height: 110px;
    max-height: 110px;
}

.consultation-content {
    margin-right: 50px;
}

.consultation-img {
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

/* consultation-two */
.consultation-area-two {
    background: var(--tg-section-background);
    padding: 120px 0;
    position: relative;
}

.consultation-content.consultation-content-two {
    margin-left: 70px;
}

.consultation-img-two {
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.consultation-img-two .play-btn {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*=============================
    13. Project
===============================*/
.project-area {
    position: relative;
    z-index: 1;
    padding: 120px 0 0;
}

.project-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: #0F171B;
    z-index: -1;
}

.section-title.white-title .title {
    color: var(--tg-white);
}

.project-item-wrap .row {
    --bs-gutter-x: 45px;
}

.project-item-wrap .row [class*="col-"] {
    padding: 0 22.5px;
}

.project-item {
    position: relative;
    overflow: hidden;
}

.project-thumb img {
    border-radius: 5px;
    width: 418px;
    height: 478px;
    object-fit: cover;
}

.project-content {
    position: absolute;
    left: 40px;
    right: 0;
    bottom: 35px;
    background: var(--tg-white);
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 40px;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(200px);
}

.project-item.active .project-content,
.project-item:hover .project-content {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.project-content span {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 10px;
}

.project-content .title {
    margin-bottom: 0;
    font-size: 24px;
}

/* project-two */
.project-item-two {
    margin-bottom: 40px;
}

.project-thumb-two {
    padding-right: 30px;
}

.project-thumb-two img {
    border-radius: 10px;
}

.project-content-two {
    border-radius: 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 25px 40px 40px;
    margin-left: 40px;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    transition: .3s ease-in-out;
}

.project-item-two:hover .project-content-two {
    background: var(--tg-primary-color);
}

.project-content-two span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    display: block;
    line-height: 1;
    margin-bottom: 8px;
    transition: .3s ease-in-out;
}

.project-content-two .title {
    font-size: 24px;
    margin-bottom: 0;
}

.project-content-two .title a:hover {
    color: var(--tg-white);
}

.project-item-two:hover .project-content-two .title,
.project-item-two:hover .project-content-two span {
    color: var(--tg-white);
}

.project-active-two [class*="col-"] {
    padding: 0 15px;
}

.project-active-two .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 10px;
    margin-top: 20px;
}

.project-active-two .slick-dots li {
    list-style: none;
    line-height: 0;
}

.project-active-two .slick-dots li button {
    text-indent: -9999999999px;
    border: none;
    background: #ECECEC;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 1;
}

.project-active-two .slick-dots li.slick-active button {
    background: var(--tg-primary-color);
}

/* project-three */
.project-item-three {
    position: relative;
    overflow: hidden;
}

.project-thumb-three {
    overflow: hidden;
    border-radius: 10px;
}

.project-thumb-three img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
    transform: scale(1);
}

.project-item-three:hover .project-thumb-three img {
    transform: scale(1.1);
}

.project-content-three {
    background: var(--tg-white);
    border-radius: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 40px;
    width: 400px;
    position: absolute;
    left: 40px;
    bottom: 45px;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    transform: translateX(-150px);
    opacity: 0;
    visibility: hidden;
}

.slick-current.slick-active .project-item-three .project-content-three,
.project-item-three:hover .project-content-three {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.project-content-three span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.project-content-three .title {
    margin-bottom: 0;
    font-size: 24px;
}

.project-active-three {
    --bs-gutter-x: 50px;
}

.project-active-three [class*="col-"] {
    padding: 0 25px;
}

.project-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 50px;
}

.project-nav .slick-arrow {
    border: none;
    border-radius: 5px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 0;
    -webkit-text-stroke: 1px #020E28;
    color: transparent;
}

.project-nav .slick-arrow:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
    -webkit-text-stroke: transparent;
}

/* project-four */
.project-item-four {
    position: relative;
    margin-bottom: 30px;
}

.project-thumb-four {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.project-thumb-four::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    border-radius: 20px;
    background: #000;
    filter: blur(100px);
    pointer-events: none;
}

.project-content-four {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 60px 60px 60px;
}

.project-content-four span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    text-transform: uppercase;
    color: var(--tg-white);
    margin-bottom: 10px;
}

.project-content-four .title {
    margin-bottom: 0;
    color: var(--tg-white);
    font-size: 30px;
}

/* inner-project */
.inner-project-item-wrap .row {
    --bs-gutter-x: 50px;
}

.inner-project-item-wrap .project-item-three {
    margin-bottom: 50px;
}

.btn.btn-three {
    background: #FFF6F1;
    color: var(--tg-primary-color);
}

.btn.btn-three:hover {
    color: var(--tg-white);
}

.btn.btn-three::before {
    background: var(--tg-primary-color);
}

/* project-details */
.project-details-img {
    margin-bottom: 50px;
}

.project-details-img img {
    border-radius: 10px;
}

.project-details-content .pd-inner-content .title {
    font-size: 40px;
    margin-bottom: 22px;
}

.project-details-content p {
    margin-bottom: 30px;
}

.project-details-content .pd-inner-content p {
    margin-bottom: 30px;
}

.project-details-content .title-two {
    font-size: 30px;
    margin-bottom: 12px;
}

.project-details-info {
    border-radius: 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 50px 25px;
    position: sticky;
    top: 100px;
}

.project-details-info .info-list .list-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.project-details-info .info-list .list-wrap li:last-child {
    margin-bottom: 0;
}

.project-details-info .info-list .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--tg-primary-color);
    color: var(--tg-primary-color);
    margin-right: 20px;
    flex: 0 0 auto;
}

.project-details-info .info-list .content span {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.project-details-info .info-list .content .title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.project-details-social {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #020E28;
    padding-top: 30px;
    margin-top: 40px;
}

.project-details-social .title {
    margin-bottom: 0;
    font-size: 15px;
}

.project-details-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.project-details-social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #020E28;
    color: var(--tg-white);
    font-size: 15px;
}

.project-details-social .list-wrap li a:hover {
    background: var(--tg-primary-color);
}

.pd-list-item {
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    padding: 40px 32px 35px;
    margin-bottom: 30px;
}

.pd-list-item .icon {
    font-size: 55px;
    line-height: 0;
    color: var(--tg-primary-color);
    margin-bottom: 15px;
}

.pd-list-item .content .title {
    margin-bottom: 10px;
    font-size: 24px;
}

.pd-list-item .content p {
    margin-bottom: 0;
}

.project-details-list-wrap {
    margin: 20px 0 0;
}

.prev-next-post-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.prev-next-post-wrap .btn {
    text-transform: capitalize;
    gap: 5px;
}

.project-active-five [class*="col-"] {
    padding: 0 15px;
}


/*=============================
    14. Choose
===============================*/
.choose-img-wrap {
    position: relative;
    padding-right: 47px;
    padding-bottom: 25px;
}

.choose-img-wrap img {
    border-radius: 20px;
}

.choose-img-wrap .year-experience {
    margin-bottom: 0;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #020E28;
    border-radius: 50%;
    border: 15px solid var(--tg-white);
    font-size: 60px;
    color: var(--tg-primary-color);
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.choose-img-wrap .year-experience span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: var(--tg-white);
    margin-top: 15px;
}

.choose-content p {
    margin-bottom: 30px;
}

.progress-item .title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
}

.progress-wrap {
    overflow: hidden;
}

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

.progress-item:last-child {
    margin-bottom: 0;
}

.progress-item .progress {
    height: 10px;
    background-color: #FFEAE0;
    border-radius: 10px;
    overflow: inherit;
}

.progress-item .progress-bar {
    background-color: var(--tg-primary-color);
    position: relative;
    overflow: inherit;
    border-radius: 10px;
}

.progress-item .progress-bar span {
    display: block;
    position: absolute;
    right: -13px;
    bottom: 22px;
    color: var(--tg-primary-color);
    line-height: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}


/*=============================
    15. Faq
===============================*/
.faq-area {
    background: var(--tg-section-background);
    padding: 120px 0 90px;
}

.faq-content p {
    margin-bottom: 35px;
}

.faq-wrap .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--tg-gray);
    margin-bottom: 30px;
}

.faq-wrap .accordion-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq-wrap .accordion-button {
    padding: 0 50px 20px 0;
    font-size: 20px;
    color: #020E28;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    background-color: transparent;
    line-height: 1.6;
    position: relative;
}

.faq-wrap .accordion-button::after {
    content: "\f063";
    width: 25px;
    height: 25px;
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 13px;
    color: #020E28;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20);
    border-radius: 2px;
    background: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.faq-wrap .accordion-button:not(.collapsed) {
    color: #020E28;
    ;
    background-color: transparent;
    box-shadow: none;
}

.faq-wrap .accordion-body {
    padding: 0 0 25px;
}

.faq-wrap .accordion-body p {
    margin-bottom: 0;
}

.faq-wrap .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.faq-img {
    position: relative;
    z-index: 1;
}

.faq-img img {
    max-width: unset;
    margin-bottom: -30px;
}

.faq-shape {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(255, 82, 3, 0.10);
    position: absolute;
    z-index: -1;
    right: -20%;
    top: -18%;
}

/* faq-two */
.faq-img-two img {
    border-radius: 20px;
    max-width: unset;
}

.faq-wrap-two {
    background: var(--tg-white);
    border-radius: 10px;
    padding: 60px 40px 40px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    margin-left: 70px;
    margin-top: 150px;
}

.faq-wrap.faq-wrap-two .accordion-button::after {
    content: "\f078";
    width: auto;
    height: auto;
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    color: #020E28;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}

.faq-wrap.faq-wrap-two .accordion-button:not(.collapsed)::after {
    color: var(--tg-primary-color);
}

.faq-wrap.faq-wrap-two .accordion-button:not(.collapsed) {
    color: var(--tg-primary-color);
}

.faq-wrap.faq-wrap-two .accordion-body {
    padding: 0 30px 25px 0;
}


/*=============================
    16. Team
===============================*/
.area-bg {
    position: relative;
    z-index: 1;
}

.area-bg-inner {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 68%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
}

.area-bg-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

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

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-thumb img {
    border-radius: 5px 5px 5px 0;
    transition: .3s ease-in-out;
    width: 370px;
    height: 450px;
    object-fit: cover;
}

.team-item.active .team-thumb img,
.team-item:hover .team-thumb img {
    filter: grayscale(1);
}

.team-social .list-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 30px;
    top: 30px;
    gap: 8px;
    transition: .3s ease-in-out;
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
}

.team-item.active .team-social .list-wrap,
.team-item:hover .team-social .list-wrap {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.team-social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #020E28;
    border-radius: 50%;
    color: var(--tg-white);
    font-size: 15px;
}

.team-social .list-wrap li a:hover {
    background: var(--tg-primary-color);
}

.team-content {
    background: var(--tg-white);
    border-radius: 0px 0px 5px 5px;
    display: inline-block;
    min-width: 240px;
    padding: 15px 20px;
    transition: .3s ease-in-out;
}

.team-item.active .team-content,
.team-item:hover .team-content {
    background: var(--tg-primary-color);
}

.team-content .title {
    margin-bottom: 5px;
    font-size: 24px;
}

.team-content .title a:hover {
    color: var(--tg-white);
}

.team-content span {
    display: block;
    color: #6D6E72;
    font-size: 15px;
    line-height: 1.2;
    transition: .3s ease-in-out;
}

.team-item.active .team-content span,
.team-item:hover .team-content span,
.team-item.active .team-content .title,
.team-item:hover .team-content .title {
    color: var(--tg-white);
}


/* team-two */
.team-item-two {
    margin-bottom: 30px;
}

.team-thumb-two {
    position: relative;
    overflow: hidden;
}

.team-thumb-two img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.team-item-two.active .team-social .list-wrap,
.team-item-two:hover .team-social .list-wrap {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.team-content-two {
    background: var(--tg-section-background);
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 24px 20px;
    transition: .3s ease-in-out;
}

.team-item-two.active .team-content-two,
.team-item-two:hover .team-content-two {
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    background: var(--tg-white);
}

.team-content-two .title {
    margin-bottom: 8px;
    font-size: 24px;
}

.team-content-two span {
    color: #6D6E72;
    display: block;
    font-size: 15px;
    line-height: 1;
}

/* team-details */
.team-details-wrap .row .col-36 {
    width: 35.9%;
    flex: 0 0 auto;
}

.team-details-wrap .row .col-64 {
    width: 64.1%;
    flex: 0 0 auto;
}

.team-details-img {
    position: sticky;
    top: 110px;
}

.team-details-img img {
    border-radius: 10px;
}

.team-details-info-wrap {
    margin-left: 35px;
}

.team-details-name {
    margin-bottom: 30px;
}

.team-details-name .title {
    margin-bottom: 10px;
    font-size: 40px;
}

.team-details-name span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #6D6E72;
    line-height: 1;
}

.team-info-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 30px;
}

.team-info-wrap .list-wrap li {
    color: #6D6E72;
    line-height: 1.4;
}

.team-info-wrap .list-wrap li span {
    font-weight: 700;
    color: #020E28;
}

.team-details-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.team-details-social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #020E28;
    color: var(--tg-white);
    font-size: 15px;
}

.team-details-social .list-wrap li a:hover {
    background: var(--tg-primary-color);
}

.team-details-content {
    margin-bottom: 45px;
}

.team-details-content p {
    margin-bottom: 30px;
}

.team-details-info-wrap .progress-wrap {
    margin-bottom: 70px;
}

.team-details-info-wrap .progress-item {
    margin-bottom: 30px;
}

.team-details-info-wrap .progress-item:last-child {
    margin-bottom: 0;
}

.team-details-form-wrap .title {
    margin-bottom: 30px;
    font-size: 30px;
}

.team-details-form-wrap .row {
    --bs-gutter-x: 20px;
}

.team-details-form-wrap .form-grp {
    margin-bottom: 20px;
}

.team-details-form-wrap .form-grp textarea,
.team-details-form-wrap .form-grp input {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #F8F8F8;
    font-size: 15px;
    line-height: 1;
    color: #020E28;
    padding: 16px 22px;
    display: block;
    height: 50px;
}

.team-details-form-wrap .form-grp textarea::placeholder,
.team-details-form-wrap .form-grp input::placeholder {
    font-size: 15px;
    line-height: 1;
    color: #818181;
}

.team-details-form-wrap .form-grp textarea {
    min-height: 183px;
    max-height: 183px;
}

.related-team-item-wrap [class*="col-"] {
    padding: 0 15px;
}

.team-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 50px;
    gap: 20px;
}

.team-nav .slick-arrow {
    border: none;
    border-radius: 5px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 0;
    -webkit-text-stroke: 1px #020E28;
    color: transparent;
}

.team-nav .slick-arrow:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
    -webkit-text-stroke: transparent;
}

/*=============================
    17. Counter
===============================*/
.counter-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.counter-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.counter-icon svg {
    width: 100%;
    height: 100%;
    color: var(--tg-primary-color);
    transition: .3s linear;
    transform: rotateY(0);
}

.counter-item:hover .counter-icon svg {
    transform: rotateY(180deg);
}

.counter-content .count {
    margin-bottom: 5px;
    line-height: .8;
    font-size: 40px;
    color: var(--tg-white);
    font-weight: 400;
}

.counter-content .count span {
    font-weight: 700;
}

.counter-content p {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1;
}

/* counter-two */
.counter-area-two {
    position: relative;
    z-index: 1;
    padding: 120px 0 90px;
}

.counter-bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
}

.counter-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

/* counter-three */
.counter-item-two .counter-content .count {
    color: #020E28;
}

.counter-item-two .counter-content p {
    color: #020E28;
}

/*=============================
    18. Brand
===============================*/
.brand-item {
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    text-align: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: .3s linear;
    background: var(--tg-white);
}

.brand-item:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    border-color: var(--tg-white);
}

/* brand-two */
.brand-area-two {
    padding: 50px 0 25px;
    border-top: 1px solid #E4E4E4;
}

.brand-item-two {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item-two img {
    cursor: pointer;
    filter: grayscale(1);
    transition: .3s linear
}

.brand-item-two img:hover {
    filter: grayscale(0);
}

.brand-active .col-12 {
    padding: 0 15px;
}

/* brand-three */
.brand-area-three {
    background: var(--tg-section-background);
}

.brand-item.brand-item-three {
    filter: grayscale(1);
    opacity: .50;
}

.brand-item.brand-item-three:hover {
    opacity: 1;
    filter: grayscale(0);
}

/*=============================
    19. Testimonial
===============================*/
.testimonial-bg {
    background-size: cover;
    background-position: center;
    padding: 120px 0 120px;
}

.testimonial-item {
    border-radius: 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    text-align: center;
}

.testimonial-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-size: 30px;
    line-height: 1;
    margin: 0 auto 30px;
}

.testimonial-icon svg {
    color: var(--tg-white);
    width: 30px;
}

.testimonial-content p {
    margin-bottom: 35px;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-avatar .avatar-thumb {
    width: 40px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.testimonial-avatar .avatar-thumb img {
    border-radius: 50%;
}

.avatar-content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--tg-primary-color);
    text-align: left;
}

.avatar-content span {
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 1;
}

.testimonial-active [class*="col-"] {
    padding: 0 15px;
}

.testimonial-active .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 20px;
    margin-top: 60px;
}

.testimonial-active .slick-dots li {
    list-style: none;
    line-height: 0;
}

.testimonial-active .slick-dots li button {
    text-indent: -99999999999px;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background: #262E32;
    line-height: 1;
}

.testimonial-active .slick-dots li.slick-active button {
    background: var(--tg-primary-color);
    border-radius: 10px;
    width: 30px;
}

/* testimonial-two */
.testimonial-area-two {
    position: relative;
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-shape {
    background-size: cover;
    background-position: center;
    width: 1091px;
    position: absolute;
    height: 523px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    z-index: -1;
}

.testimonial-item-two {
    text-align: center;
}

.testimonial-content-two p {
    font-size: 24px;
    color: #020E28;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    width: 92%;
    margin: 0 auto 40px;
}

.testimonial-content-two .avatar-content .title {
    color: #020E28;
}

.testimonial-active-two .col-12 {
    padding: 0 15px;
}

/*=============================
    20. CTA
===============================*/
.cta-bg {
    background-size: cover;
    background-position: center;
    margin-top: 220px;
}

.cta-inner-wrap {
    padding: 85px 0;
    position: relative;
}

.cta-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.cta-content .section-title .title {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4;
}

.cta-content .call-now {
    display: inline-flex;
    align-items: center;
}

.cta-content .call-now i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    color: var(--tg-primary-color);
    line-height: 0;
    border-radius: 50%;
    font-size: 20px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.cta-content .call-now a {
    font-size: 40px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    line-height: 1;
}

.cta-content .call-now a:hover {
    color: var(--tg-white);
}

/* cta-two */
.cta-item-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.cta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #161616;
    padding: 57px 30px;
    height: 100%;
}

.cta-item .icon {
    font-size: 55px;
    line-height: 0;
    color: var(--tg-white);
    margin-right: 15px;
}

.cta-item .content span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--tg-white);
    font-weight: 500;
    margin-bottom: 10px;
}

.cta-item .content a,
.cta-item .content p {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-white);
    margin-bottom: 0;
}

.cta-item-wrap .row [class*="col-"]:nth-child(2) .cta-item {
    background: var(--tg-primary-color);
}

/* cta-three */
.cta-area-three {
    margin-top: -90px;
    position: relative;
    z-index: 2;
}

/*=============================
    21. Error
===============================*/
.error-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
}

.error-img {
    text-align: center;
    margin-bottom: 50px;
}

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

.error-content .title {
    font-size: 60px;
    margin-bottom: 15px;
}

.error-content p {
    margin-bottom: 35px;
    font-size: 18px;
}

/*=============================
    22. Blog
===============================*/
.blog-post-item {
    margin-bottom: 30px;
}

.blog-meta .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 10px;
}

.blog-meta .list-wrap li {
    font-size: 15px;
    text-transform: capitalize;
}

.blog-meta .list-wrap li i {
    margin-right: 8px;
}

.blog-meta .list-wrap li a {
    color: var(--tg-paragraph-color);
}

.blog-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.blog-post-content .title {
    margin-bottom: 20px;
    font-size: 24px;
}

.blog-post-content .title a {
    color: inherit;
    display: inline;
    padding-bottom: 0;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.blog-post-content .title a:hover {
    background-size: 100% 1px;
    color: var(--tg-primary-color);
}

.blog-post-thumb {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.blog-post-thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transform: scale(1);
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
}

.blog-post-item-two:hover .blog-post-thumb img,
.blog-post-item:hover .blog-post-thumb img {
    transform: scale(1.1);
}

.blog-post-thumb .tag {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 12px;
    font-family: var(--tg-heading-font-family);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--tg-white);
    background: var(--tg-primary-color);
    display: block;
    padding: 7px 10px;
    border-radius: 5px;
}

.blog-post-thumb .tag:hover {
    background: #020E28;
    color: var(--tg-white);
}

.blog-post-content p {
    margin-bottom: 20px;
}

.blog-post-content .link-btn {
    font-family: var(--tg-heading-font-family);
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    color: var(--tg-paragraph-color);
    display: inline-block;
}

.blog-post-content .link-btn:hover {
    color: #020E28;
}

/* blog-two */
.blog-post-item-two {
    margin-bottom: 30px;
}

.blog-post-item-two .blog-post-thumb {
    margin-bottom: 25px;
}

.blog-post-item-two .blog-meta .list-wrap {
    margin-bottom: 15px;
}

/* blog-three */
.blog-post-item-three {
    margin-bottom: 30px;
}

.blog-post-thumb-three {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}

.blog-post-thumb-three .post-date {
    position: absolute;
    right: 30px;
    top: 30px;
    color: var(--tg-white);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    background: var(--tg-primary-color);
    padding: 12px 14px;
    border-radius: 5px;
}

.blog-post-thumb-three img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
    transform: scale(1);
}

.blog-post-item-three:hover .blog-post-thumb-three img {
    transform: scale(1.1);
}

.blog-post-content-three {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E3E3E3;
    padding: 40px 40px 35px 40px;
    border-top: none;
    transition: .3s linear;
    background: var(--tg-white);
}

.blog-post-item-three:hover .blog-post-content-three {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    border-color: var(--tg-white);
}

.blog-post-content-three .tag {
    display: inline-flex;
    align-items: center;
    color: #ABABAB;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

.blog-post-content-three .tag:hover {
    color: var(--tg-primary-color);
}

.blog-post-content-three .tag i {
    color: var(--tg-primary-color);
    margin-right: 5px;
}

.blog-post-content-three .title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
}

.blog-post-content-three .title a {
    color: inherit;
    display: inline;
    padding-bottom: 0;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.blog-post-content-three .title a:hover {
    background-size: 100% 1px;
    color: var(--tg-primary-color);
}

.blog-active [class*="col-"] {
    padding: 0 15px;
}

.blog-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 50px;
    gap: 20px;
}

.blog-nav .slick-arrow {
    border: none;
    border-radius: 5px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 0;
    -webkit-text-stroke: 1px #020E28;
    color: transparent;
}

.blog-nav .slick-arrow:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
    -webkit-text-stroke: transparent;
}

/* inner-blog */
.blog-item {
    margin-bottom: 30px;
}

.blog-thumb img {
    border-radius: 10px 10px 0 0;
}

.blog-content {
    border-radius: 0px 0px 10px 10px;
    background: var(--tg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 45px 45px;
}

.blog-content .title {
    font-size: 40px;
    margin-bottom: 20px;
}

.blog-content p {
    margin-bottom: 30px;
}

.blog-content .link-btn {
    font-family: var(--tg-heading-font-family);
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    color: #020E28;
    display: inline-block;
    line-height: 1;
}

.blog-content .link-btn:hover {
    color: var(--tg-primary-color);
}

/* blog-sidebar */
.blog-sidebar {
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    padding: 40px 25px 50px;
    position: sticky;
    top: 100px;
}

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

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

.widget-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form input {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    font-weight: 400;
    color: #020E28;
    padding: 20px 80px 20px 24px;
    line-height: 1;
    height: 60px;
}

.sidebar-search form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9C9C9C;
}

.sidebar-search form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-size: 18px;
    border-radius: 0 2px 2px 0;
}

.sidebar-search form button:hover {
    background: #020E28;
}

.rc-post-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rc-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rc-post-item .thumb {
    width: 90px;
    flex: 0 0 90px;
    margin-right: 10px;
}

.rc-post-item .thumb img {
    border-radius: 2px;
}

.rc-post-item .content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rc-post-item .content span {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    color: #8E8E8E;
    gap: 8px;
}

.sidebar-cat-list .list-wrap li {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sidebar-cat-list .list-wrap li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-cat-list .list-wrap li a {
    color: #757589;
    display: flex;
    align-items: center;
    line-height: 1.4;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    gap: 5px;
}

.sidebar-cat-list .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.sidebar-tag-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sidebar-tag-list .list-wrap li a {
    color: #757589;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
    display: block;
    padding: 10px 11px;
}

.sidebar-tag-list .list-wrap li a:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}

/* blog-details */
.blog-content.blog-details-content .title {
    font-size: 30px;
}

.blog-details-content blockquote {
    margin: 0 0 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--tg-primary-color);
    padding: 35px 30px;
}

.blog-details-content blockquote .icon {
    font-size: 50px;
    line-height: 1;
    color: var(--tg-primary-color);
    margin-bottom: 10px;
}

.blog-details-content blockquote p {
    color: #020E28;
    font-family: var(--tg-heading-font-family);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}

.blog-details-content blockquote cite {
    font-style: normal;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    font-weight: 700;
    color: #020E28;
    line-height: 1;
}

.bd-img-wrap {
    margin-top: 40px;
}

.bd-img-wrap img {
    border-radius: 10px;
    margin-bottom: 30px;
}

.bd-img-wrap .row {
    --bs-gutter-x: 20px;
}

.post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.bd-content-bottom .post-tags .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.post-tags .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post-tags .list-wrap li a {
    color: #757589;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
    padding: 10px 12px;
}

.post-tags .list-wrap li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-color: var(--tg-primary-color);
}

.blog-post-share .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.blog-post-share .list-wrap li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #020E28;
    color: var(--tg-white);
    font-size: 15px;
}

.blog-post-share .list-wrap li a:hover {
    background: var(--tg-primary-color);
}

.comments-wrap {
    border-top: 1px solid #D9D9D9;
    padding-top: 60px;
    margin-top: 60px;
}

.comments-wrap-title {
    font-size: 22px;
    margin-bottom: 35px;
}

.comments-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.latest-comments .children .comments-box {
    padding: 0 0 40px 100px;
}

.latest-comments>.list-wrap>li:last-child .comments-box {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-avatar {
    width: 80px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.comments-text .avatar-name .name {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
}

.comments-text .comment-reply-link {
    color: var(--tg-primary-color);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    display: block;
    border-radius: 2px;
    background: #FFF7F3;
    padding: 8px 12px;
    text-transform: uppercase;
}

.comments-text .comment-reply-link:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.comments-text .avatar-name .date {
    display: block;
    font-size: 14px;
    line-height: normal;
}

.comments-text .avatar-name {
    margin-bottom: 20px;
}

.comments-text p {
    margin-bottom: 0;
}

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

.comment-reply-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.comment-form .row {
    --bs-gutter-x: 10px;
}

.comment-form .form-grp {
    margin-bottom: 10px;
}

.comment-form .form-grp textarea,
.comment-form .form-grp input {
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    width: 100%;
    color: #020E28;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 20px 15px;
    height: 60px;
    display: block;
}

.comment-form .form-grp textarea {
    min-height: 184px;
    max-height: 184px;
}

.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 400;
}

.comment-form .checkbox-grp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
}

.comment-form .checkbox-grp input {
    width: 15px;
    margin-top: 3px;
    margin-right: 10px;
    height: 15px;
    border-radius: 2px;
}

.comment-form .checkbox-grp label {
    color: #020E28;
    user-select: none;
    line-height: 1.4;
    font-weight: 500;
    font-size: 15px;
}

.blog-style-one .blog-post-item-two {
    margin-bottom: 50px;
}

.blog-style-two .blog-post-item {
    margin-bottom: 60px;
}

/*=============================
    23. Contact
===============================*/
.contact-info-item {
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    text-align: center;
    padding: 50px 30px 40px;
    margin-bottom: 35px;
}

.contact-info-item .icon {
    font-size: 60px;
    line-height: 1;
    color: var(--tg-primary-color);
    margin-bottom: 22px;
}

.contact-info-item .content .title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-info-item .content p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    color: #020E28;
    line-height: 1.54;
}

.contact-info-item .content p a {
    color: #020E28;
}

.contact-info-item .content p a:hover {
    color: var(--tg-primary-color);
}

.contact-form-wrap {
    border-radius: 10px;
    background: #020E28;
    padding: 45px 35px;
}

.contact-form-wrap .title {
    color: var(--tg-white);
    font-size: 30px;
    margin-bottom: 30px;
}

.contact-form-wrap .form-grp {
    margin-bottom: 20px;
}

.contact-form-wrap .form-grp textarea,
.contact-form-wrap .form-grp input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #5C5C5C;
    background: transparent;
    color: var(--tg-white);
    font-size: 15px;
    font-weight: 400;
    padding: 15px 22px;
    height: 50px;
    line-height: 1;
    display: block;
}

.contact-form-wrap .form-grp textarea {
    min-height: 183px;
    max-height: 183px;
}

.contact-form-wrap .form-grp textarea::placeholder,
.contact-form-wrap .form-grp input::placeholder {
    color: #898989;
    font-size: 15px;
    font-weight: 400;
}

.contact-form-wrap .btn:hover {
    color: var(--tg-primary-color);
}

.contact-form-wrap .btn::before {
    background: var(--tg-white);
}

.contact-form-wrap .row {
    --bs-gutter-x: 20px;
}

.contact-map {
    width: 100%;
    height: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.ajax-response.error {
    margin-top: 20px;
    color: red;
}

.ajax-response.success {
    margin-top: 20px;
    color: green;
}

/*=============================
    24. Footer
===============================*/
.footer-area {
    background: #171717;
}

.footer-newsletter-wrap {
    padding: 60px 0;
    border-bottom: 1px solid #464646;
}

.footer-logo img {
    max-height: 58px;
}

.footer-newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-newsletter-form .form-grp {
    position: relative;
    width: 370px;
}

.footer-newsletter-form .form-grp input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--tg-gray-two);
    background: transparent;
    font-size: 14px;
    color: var(--tg-white);
    padding: 17px 35px;
    line-height: 1;
    height: 50px;
}

.footer-newsletter-form .form-grp input::placeholder {
    font-size: 14px;
    color: var(--tg-gray-two);
}

.footer-newsletter-form .form-grp label {
    font-size: 14px;
    color: var(--tg-gray-two);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-top {
    padding: 60px 0 20px;
}

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

.fw-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: var(--tg-white);
    font-weight: 500;
}

.footer-contact .list-wrap li {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    color: var(--tg-gray-three);
    line-height: 1.4;
    margin-bottom: 20px;
}

.footer-contact .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer-contact .list-wrap li a {
    color: var(--tg-gray-three);
}

.footer-contact .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.footer-contact .list-wrap li i {
    font-size: 18px;
    color: var(--tg-primary-color);
    margin-right: 15px;
    transform: translateY(2px);
}

.footer-link .list-wrap li {
    padding-left: 17px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
}

.footer-link .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer-link .list-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #949494;
}

.footer-link .list-wrap li a {
    color: var(--tg-gray-three);
    font-size: 15px;
    position: relative;
}

.footer-link .list-wrap li a:hover {
    color: var(--tg-white);
}

.footer-link .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-white);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-link .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.materials-list .list-wrap li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.materials-list .list-wrap li:last-child {
    margin-bottom: 0;
}

.materials-list .list-wrap li .icon {
    font-size: 35px;
    line-height: 1;
    margin-right: 15px;
    color: #6B6B6B;
}

.materials-list .list-wrap li .content .title {
    font-size: 18px;
    font-weight: 400;
    color: var(--tg-white);
    margin-bottom: 10px;
}

.materials-list .list-wrap li .content span {
    display: block;
    line-height: 1;
    font-size: 15px;
    color: var(--tg-gray-three);
}

.footer-bottom {
    border-top: 1px solid #464646;
    padding: 15px 0;
}

.copyright-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--tg-gray-three);
}

.copyright-text p a {
    color: var(--tg-white);
    font-weight: 600;
}

.copyright-text p a:hover {
    color: var(--tg-primary-color);
}

.footer-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.footer-social .list-wrap li a {
    font-size: 14px;
    color: var(--tg-gray-three);
}

.footer-social .list-wrap li a:hover {
    color: var(--tg-white);
}

/* footer-two */
.footer-area-two {
    background: #171717;
}

.footer-top-two {
    padding: 90px 0 40px;
}

.footer-newsletter-two {
    position: relative;
    height: 100%;
}

.footer-newsletter-two::before {
    content: "";
    position: absolute;
    right: 80px;
    top: 0;
    width: 1px;
    height: 88%;
    background: #464646;
}

.footer-top-two .footer-newsletter-form form {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}


/*=============================
    25. Preloader
===============================*/
#preloader {
    background: var(--tg-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

.ta-preloader-block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
}

.ta-spinner-eff {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: taRotation 12.8s steps(1) 0s infinite;
    animation: taRotation 12.8s steps(1) 0s infinite;
}

.ta-spinner-eff .ta-bar {
    position: absolute;
    background-color: var(--tg-primary-color);
}

.ta-spinner-eff .ta-bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    -webkit-animation: bar-top 3.2s linear 0s infinite;
    animation: bar-top 3.2s linear 0s infinite;
}

.ta-spinner-eff .ta-bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    -webkit-animation: bar-right 3.2s linear 0s infinite;
    animation: bar-right 3.2s linear 0s infinite;
}

.ta-spinner-eff .ta-bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-animation: bar-bottom 3.2s linear 0s infinite;
    animation: bar-bottom 3.2s linear 0s infinite;
}

.ta-spinner-eff .ta-bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    -webkit-animation: bar-left 3.2s linear 0s infinite;
    animation: bar-left 3.2s linear 0s infinite;
}

@keyframes taRotation {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }

    12.5% {
        transform: scale(1, 1);
    }

    87.5% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }

    12.5% {
        transform: scale(1, 0);
    }

    25% {
        transform: scale(1, 1);
    }

    75% {
        transform: scale(1, 1);
    }

    87.5% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 0);
    }
}

@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }

    25% {
        transform: scale(0, 1);
    }

    37.5% {
        transform: scale(1, 1);
    }

    62.5% {
        transform: scale(1, 1);
    }

    75% {
        transform: scale(0, 1);
    }

    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }

    37.5% {
        transform: scale(1, 0);
    }

    50% {
        transform: scale(1, 1);
    }

    62.5% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 0);
    }
}

/*** Custom CSS ***/

.about-img-wrap img {
    border-radius: 10px !important;
}

.services-thumb-two img,
.services-thumb-five img {
    width: 100% !important;
}

.services-thumb-five img {
    height: 270px !important;
}

.about-list .list-wrap.about-one-custom-list {
    margin: 0 0 50px !important;
    padding: 0 !Important;
    list-style: none !important;
}

.blog-post-item-two .blog-meta .list-wrap li a {
    display: inline-block;
}

.theme-blog-one-wrapper .blog-post-thumb img {
    height: 270px !important;
}

.blog-post-item-two .blog-meta .list-wrap {
    margin: 0 0 15px !important;
    padding: 0 !important;
    list-style: none !important;
}

.blog-post-item-two .blog-meta .list-wrap li {
    font-size: 15px !important;
    line-height: inherit !important;
}

.theme-blog-one-wrapper .blog-post-thumb .tag {
    color: var(--tg-white) !important;
    background: var(--tg-primary-color) !important;
}

.theme-blog-one-wrapper .blog-post-thumb .tag:hover {
    background: #020E28 !important;
}

.home-contact-one-wrapper .btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.choose-img-wrap img {
    border-radius: 20px !important;
}

.theme-blog-two-wrapper .blog-meta .list-wrap li a {
    display: inline-block;
}


.theme-blog-two-wrapper .blog-meta .list-wrap {
    margin: 0 0 15px !important;
    padding: 0 !important;
    list-style: none !important;
}

.theme-blog-two-wrapper .blog-meta .list-wrap li {
    font-size: 15px !important;
    line-height: inherit !important;
}

.theme-blog-two-wrapper .blog-post-thumb .tag {
    color: var(--tg-white) !important;
    background: var(--tg-primary-color) !important;
}

.theme-blog-two-wrapper .blog-post-thumb .tag:hover {
    background: #020E28 !important;
}

.theme-banner-style-one .banner-content {
    padding-left: 15px;
    padding-right: 15px;
}

.about-tab .nav-tabs {
    margin: 0 0 30px !important;
    padding: 0 !important;
    list-style: none !important;
}

.about-list-two .list-wrap {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.about-list-two .list-wrap {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.about-list-two .list-wrap li {
    color: #020E28 !important;
    line-height: inherit !important;
    font-size: inherit !important;
}

.about-content-two .section-title .title {
    margin-right: 20px;
}

.blog-post-thumb-three img {
    height: 330px !important;
}

.blog-post-content-three .tag {
    color: #ABABAB !important;
    background: transparent !important;
}

.blog-post-content-three .tag:hover {
    color: var(--tg-primary-color) !important;
    background: transparent !important;
}

.custom-three-tag i {
    color: var(--tg-primary-color);
    margin-right: 5px;
}

.theme-blog-three-wrapper .section-title .title {
    max-width: 470px;
}

.consultation-content-two h2.title {
    max-width: 450px;
}

.project-thumb-two img {
    border-radius: 10px !important;
}

.project-details-area {
    margin-top: 120px;
    margin-bottom: 120px;
}

.team-thumb-two img {
    border-radius: 10px 10px 0 0 !important;
}

.contact-info-item .content p a {
    color: #020E28 !important;
    text-decoration: none !important;
}

.elementor-custom-embed iframe {
    border-radius: 10px !important;
}

.faq-img-two img {
    border-radius: 20px !important;
    max-width: unset !important;
}

.blog-meta .list-wrap li a {
    display: inline-block;
    background: transparent !important;
    color: var(--tg-paragraph-color) !important;
}

body.admin-bar .header-top-wrap {
    margin-top: 31px;
}

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

.footer-widget.widget_nav_menu ul li {
    padding-left: 17px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
    list-style: none;
}

.footer-widget.widget_nav_menu ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #949494;
}

.footer-widget.widget_nav_menu ul li a {
    color: var(--tg-gray-three);
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.footer-widget h4.widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: var(--tg-white);
    font-weight: 500;
}

.copyright-text p a {
    display: inline-block;
}

.footer-widget.widget_nav_menu ul li a:hover {
    color: var(--tg-white);
}

.footer-widget.widget_nav_menu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-white);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-widget.widget_nav_menu ul li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.services-item-three:hover .services-icon-three svg path {
    fill: var(--tg-white);
}

.theme-blog-one-wrapper .blog-post-item-two {
    margin-bottom: 50px;
}

.theme-blog-two-wrapper .blog-post-item {
    margin-bottom: 60px;
}

.custom-three-tag>i {
    display: none;
}

.theme-blog-one-wrapper a.news-cat_Name.tag i {
    display: none;
}

.services-cat-list .list-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.team-info-wrap .list-wrap {
    margin: 0 0 30px !important;
    padding: 0 !important;
    list-style: none !important;
}

.team-details-social .list-wrap {
    margin: 0 0 40px !important;
    padding: 0 !important;
    list-style: none !important;
}

.services-item-two:hover .services-icon-two svg path {
    fill: var(--tg-white);
}

.counter-content .count {
    margin-bottom: 8px;
    font-weight: 700;
}

.custom-pslider-one .project-thumb-two img {
    height: 420px !important;
    object-fit: cover;
}

.faq-img img {
    max-width: unset !important;
}

.services-item:hover .services-icon svg path {
    fill: var(--tg-white);
}

.custom-project-slide-twoo .project-thumb img {
    border-radius: 5px !important;
}

.cutom-team-one-wrap .team-thumb img {
    border-radius: 5px 5px 5px 0 !important;
}

.home-blog-two-unique .theme-blog-two-wrapper .blog-post-item {
    margin-bottom: 30px;
}

.theme-blog-two-wrapper .news-cat_Name>i {
    display: none;
}

.about-content-two .section-title .title {
    margin-right: 0;
}

.services-item-four:hover .services-icon-four svg path {
    fill: var(--tg-white);
}

.work-area .work-item.active svg path {
    fill: var(--tg-white);
}

.slider-active-three .slick-dots li {
    list-style: none;
    line-height: 0 !important;
}

.slider-active-three .slick-dots {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.services-content-five .icon svg path {
    fill: var(--tg-white);
}

.pn-post-item a {
    display: inline-block;
    color: #22252F;
}

.pn-post-item.next-post {
    text-align: right;
}

.blog-prev-next-posts.services-prev-next-posts {
    margin-top: 60px;
}

.pn-post-item {
    font-size: 28px;
    color: #22252F;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: transparent;
    border-radius: 0px;
    border: 0;
}

blockquote::before,
.blockquote::before {
    content: "\efcd";
    top: 50%;
    font-family: 'IcoFont' !important;
    left: 0;
    font-size: 48px;
    line-height: 1;
    margin-top: -24px;
    color: #BEBEBE;
    opacity: 1;
    position: absolute;
}

blockquote p,
.single-blog-inner .entry-content blockquote p,
.blockquote p {
    max-width: 90%;
}

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

.error-img {
    margin: 230px auto 0;
    max-width: 800px;
}

.footer-newsletter-form p {
    margin: 0;
}

.header-action>ul li.header-btn {
    display: none;
}

.menu-nav {
    justify-content: space-between;
}


.menu-area ul.default-nav-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-area ul.default-nav-wrap li {
    display: inline-block;
}

.menu-area ul.default-nav-wrap li a {
    display: block;
    padding: 27px 0;
}

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

.breadcrumb-bg {
    background: #22252f !important;
}

.blog-sidebar {
    position: relative;
    top: 0;
}

/*** Unit Test CSS ***/

.not-found form button:before {
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
}

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

.blog-sidebar .widget_search form button {
    line-height: 1;
}

.blog-sidebar .widget_search form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
    margin-top: -7px;
    margin-right: -7.5px;
    font-weight: normal;
}

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

@media (min-width: 1900px) {
    .theme-header-area .nav-menu-wrapper {
        margin-left: 0;
    }
}

.comments-list img.comment-avatar {
    float: left;
}

#comments .comment-author .says {
    display: block;
    line-height: 1.5;
}

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

.comments-list .comment-author {
    margin-bottom: 10px;
}

#comments .meta-data {
    margin-bottom: 5px;
}

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

#comments .comment-content table a {
    color: #22252f;
}

.comments-list .comment-body {
    margin-bottom: 28px;
}

.blog-post-comment .comment-content pre {
    font-size: 14px;
    line-height: 1.65;
    overflow: auto;
    background: #eee;
    color: #22252f;
    overflow: auto;
    padding: 20px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

.comment-num {
    font-size: 26px !important;
}

#comments .pull-right.reply {
    top: 0px;
}

body.page .theme-page-spacing .entry-content table td a,
body.page .theme-page-spacing .entry-content table th a {
    color: #22252f;
    font-weight: 500;
    text-decoration: none !important;
}

body.page .theme-page-spacing .entry-content table td a:hover,
body.page .theme-page-spacing .entry-content table th a:hover {
    color: #22252f;
}

body.page .theme-page-spacing .entry-content ul li {
    line-height: 1.5;
    color: #777;
    margin-bottom: 10px;
}

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

.blog-post-comment .comment-respond .comment-reply-title {
    margin-bottom: 20px !important;
}

body.page .theme-page-spacing .entry-content .comment-respond p.logged-in-as {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 26px;
}

.comment-respond .comment-reply-title {
    padding-bottom: 27px;
}

body.page .theme-page-spacing .entry-content .depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

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

.comments-list .comment-author a {
    color: #22252f;
    display: inline-block;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
    outline: none;
    box-shadow: none;
}

@media (min-width: 1400px) {
    .single-one-bwrap {
        min-height: 960px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 580px;
    }
}

@media (min-width: 1900px) {
    .single-one-bwrap {
        min-height: 960px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 580px;
    }

    body.search .main-container.blog-spacing {
        min-height: 650px;
    }

}


@media (min-width: 2110px) {
    .single-one-bwrap {
        min-height: 990px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }

}

@media (min-width: 2111px) and (max-width: 2300px) {
    .single-one-bwrap {
        min-height: 990px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }

}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
    border-radius: 0;
    border: 1px solid #000;
}

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

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #22252f;
    position: relative;
    margin-bottom: 12px;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 400;
    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 {
    display: none;
}

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

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

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

.blog-sidebar .wp-block-page-list li.wp-block-pages-list__item.has-child>a {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-sidebar select {
    height: 42px;
}

.theme-layout-mainn .blog-details-single-item.sticky .blog-content {
    background: #f6f6f6;
    border-top: 0px solid #000;
}

.theme-layout-mainn .blog-details-single-item.sticky h2.title {
    word-break: break-word;
    position: relative;
}

.theme-layout-mainn .blog-details-single-item.sticky h2.title:before {
    font-family: 'IcoFont' !important;
    content: "\f004";
    position: absolute;
    right: 0px;
    top: 2px;
    color: var(--eston-base);
    font-size: 30px;
    color: var(--tg-primary-color);
}

.post-thumbnail.latest-post-thumbnail-wrap a img {
    height: 100%;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #fff;
}

.blog-sidebar select#archives-dropdown--1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

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

.blog-sidebar .tagcloud a,
.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    display: inline-block !important;
    font-size: 16px !important;
    text-transform: capitalize;
     !important;
    line-height: 1 !important;
    background: transparent !important;
    color: #22252f !important;
    font-weight: 400 !important;
    border: 1px solid #22252f !important;
    padding: 6px 15px 4px !important;
    border-radius: 108px !important;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
}

.blog-sidebar .tagcloud a:hover,
.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a:hover {
    background: #ff5203 !important;
    color: #fff !important;
    border-color: #ff5203 !important;
}

.blog-post-comment .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content ul li::marker {
    color: #22252f;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ol li ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ul li ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-password-form input[type='submit']:hover {
    background: #22252f;
}

.blog-block-latest-single-item .latest-post-block-content h3.post-title {
    word-break: break-word;
}

.news-page__title,
.page-header__inner h2 {
    word-break: break-word;
    position: relative;
}

.blog-details-content .wp-block-calendar {
    margin-bottom: 20px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments__comment-meta a,
.wp-block-latest-posts a,
.wp-block-rss__item-title a {
    color: #22252f !important;
    text-decoration: none !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
}

.blog-details-content .wp-block-search .wp-block-search__inside-wrapper {
    margin-bottom: 35px;
}

pre {
    background: #eeeeee !important;
    padding: 20px !important;
    overflow: auto;
    font-size: 15px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: #22252f !important;
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    margin: 20px 0 !important;
    border-radius: 0px;
}

/* WebKit, Edge */
::-webkit-input-placeholder {
    color: #9AA5B6;
    font-size: 16px;
}

/* Firefox 4-18 */
:-moz-placeholder {
    color: #9AA5B6;
    font-size: 16px;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #9AA5B6;
    font-size: 16px;
    opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder {
    color: #9AA5B6;
    font-size: 16px;
}

/* Edge */
::-ms-input-placeholder {
    color: #9AA5B6;
    font-size: 16px;
}

/* MODERN BROWSER */
::placeholder {
    color: #9AA5B6;
    font-size: 16px;
}

.blog-details-content table th a {
    color: #000;
    text-decoration: none !important;
}

.blog-details-content table th a:hover {
    color: #000;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-right: 15px;
}

.post-layout-style2 .single-blog-content .entry-content .wp-block-column ol {
    margin-top: 0;
    padding-left: 15px;
}

.single-blog-content .wp-block-column blockquote {
    margin-top: 0 !important;
    padding: 25px !important;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-column blockquote p {
    font-size: 15px;
}

.single-blog-content .wp-block-columns.alignwide blockquote:before {
    content: "\efcd";
    top: 50%;
    font-family: 'IcoFont' !important;
    left: 0;
    font-size: 48px;
    line-height: 1;
    margin-top: -24px;
    color: #BEBEBE;
    opacity: 1;
    position: absolute;
}

.blog-details-content ul li {
    margin-bottom: 10px;
    font-weight: 400;
}

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

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-archives li a {
    color: #777;
    text-decoration: none;
    font-weight: 400;
}

.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
    line-height: 1.2;
    margin-bottom: 15px;
}

.post-share-tag-box {
    display: none;
}

.blog-details-content p,
.blog-details-content li {
    font-size: 18px;
}

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

.main-blog-layout .post-block-meta-list.single-post-metalist {
    margin-top: 0px;
}

.main-blog-layout .post-thumbnail.latest-post-thumbnail-wrap {
    margin-bottom: 30px;
}

.post-block-wrapper-latest .post-thumbnail.latest-post-thumbnail-wrap img {
    height: auto;
    width: auto;
}

.post-block-wrapper-latest .post-category-box a {
    margin-right: 4px;
    margin-bottom: 10px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    background: #000 !important;
    border-radius: 0;
}

.post-block-wrapper-latest .post-meta-date-box {
    line-height: 1;
    top: -3px;
}

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

.page-links .page-link {
    background-color: #fff;
    color: #000;
}

.wp-block-code {
    border-radius: 0;
}

.post-layout-style2 .single-blog-content .entry-content h1 {
    margin-bottom: 15px;
    margin-top: 0;
}

.blog-details-content ul li {
    font-size: 17px;
    line-height: 1.5;
    color: #777777;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    line-height: 1.5;
    font-weight: 400;
}

.theme-blog-details .post-featured-image img {
    width: auto;
    height: auto;
}

.pingback .comment-body {
    margin-left: 0 !important;
}

.comments-list {
    padding: 0;
}

body.search-results .post-category-box {
    display: none !important;
}

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


.blog-details-content p {
    font-size: 18px;
    line-height: 1.5;
}

.single-post-metalist .post-meta-date-box:after {
    left: -1px;
}

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

.blog-sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #22252f;
    font-weight: 500;
    font-size: 18px;
}

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

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

.widget_nav_menu ul.sub-menu li {
    padding-left: 8px;
}

.widget_nav_menu ul.sub-menu li:before {
    left: -6px;
}

.theme_blog_navigation__Wrap {
    display: none;
}

.blog-single-block.blog-details-content {
    margin-top: 50px;
}

.wp-block-file .wp-block-file__button {
    margin: 20px 0 20px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

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

.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
    color: #22252f;
}

.post-password-form input[type='submit'] {
    font-weight: 400;
}

.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 {
    font-weight: 700;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #eee;
    padding-left: 120px !important;
}

.blog-post-comment blockquote::before {
    content: "\efcd";
    top: 50%;
    font-family: 'IcoFont' !important;
    left: 50px;
    font-size: 48px;
    line-height: 1;
    margin-top: -24px;
    color: #BEBEBE;
    opacity: 1;
    position: absolute;
    opacity: 1;
}

.blog-post-comment table td {
    font-size: 17px;
    font-weight: 400;
}

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

#cancel-comment-reply-link {
    font-size: 17px;
    font-weight: 400;
}

.comments-list .comment-reply-link {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.comments-list .comment-author {
    font-size: 16px;
}

.blog-single-block.blog-details-content {
    margin-top: 0;
}

.blog-content .title,
.breadcrumb-content .title {
    word-wrap: break-word;
}

.news-page__content-box.no-fblog {
    border-top: 1px solid #EAEAEA;
}

.blog-details-single-item .news-page__tag {
    display: none;
}

.blog-details-single-item .news-page__img img,
.post-featured-image img {
    height: auto;
    width: auto;
    object-fit: inherit;
}

.blog-sidebar .widget ul li a {
    color: #757589;
}

.blog-sidebar .widget_rss ul li .rssSummary {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
}

.single-cat-meta-box {
    display: none;
}

.header-logo-area {
    padding: 18px 0 18px;
    background: var(--tg-white);
}

body.admin-bar .header-logo-area {
    margin-top: 32px;
}

body.admin-bar .sticky-menu {
    top: 32px;
}

.blog-sidebar .widget ul li {
    color: #757589;
    font-weight: 400;
}

.header-logo-area h1.text-logo a {
    color: var(--tg-heading-font-color);
}

.navbar-wrap ul li .sub-menu li a {
    font-size: 14px;
}

.blog-meta .list-wrap li a.news-cat_Name.tag {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 8px;
}

.blog-meta .list-wrap li a.news-cat_Name.tag:after {
    position: absolute;
    right: -4px;
    top: 0px;
    content: ",";
}

.blog-meta .list-wrap li a.news-cat_Name.tag:last-child:after {
    display: none;
}

.blog-details-content p {
    font-size: 17px;
}

.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote p {
    font-size: 1.80em !important;
    font-style: italic !important;
}

.blog-details-content p,
.blog-details-content li {
    font-size: 17px;
}

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

.comment-content .blog-post-comment table td {
    font-size: 16px;
}

.comments-list .comment-reply-link {
    font-weight: 500;
}

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

.blog-content .title {
    font-size: 36px;
}

.blog-meta .list-wrap {
    margin-bottom: 5px;
}


/*** New CSS ***/

.header-top-wrap {
    background: #020E28;
}

.header-top-social .list-wrap li a {
    border: 1px solid #414A5E;
    color: #414A5E;
}

.header-action ul li.header-search a {
    background: rgb(0 0 0 / 40%);
    color: var(--tg-white);
    border: 2px solid transparent;
    font-size: 16px;
}

.header-info-wrap .header-info-item .content span {
    font-size: 14px;
}

.header-info-wrap .header-info-item .content a {
    font-size: 16px;
}

.header-template-one .header-action .header-btn .btn {
    color: #FF5203;
    background: #fff;
    padding: 17px 26px;
}

.header-template-one .navbar-wrap ul li a {
    padding: 32px 0;
}

.header-template-one .header-logo-area {
    padding: 25px 0 25px;
}

.header-template-one .header-info-wrap .header-info-item {
    padding: 17px 0px;
    margin-left: 30px;
}

.header-template-one .header-info-wrap .header-info-item:hover, .header-template-one .header-info-wrap .header-info-item.active {
    background: transparent;
} 

.header-template-one .header-info-wrap .header-info-item:hover .icon, .header-template-one .header-info-wrap .header-info-item.active .icon {
    border-radius: inherit;
    border-color: var(--tg-primary-color);
}

.header-template-one .header-info-wrap .header-info-item:hover .content span, .header-template-one .header-info-wrap .header-info-item:hover .content a {
    color: inherit;
}

.header-info-wrap .header-info-item:hover .icon {
    color: var(--tg-primary-color);
}

.custom-project-slide-twoo .project-thumb img {
    border-radius: 10px!important;
}

.custom-new-testimonial-secc .testimonial-item {
    background: #101B34;
}

.custom-new-testimonial-secc .testimonial-content p {
    color:#fff;
}

.custom-new-testimonial-secc .avatar-content .title {
    color: #fff;
}

.footer-area {
    background: #020E28;
}

.footer-newsletter-wrap {
    border-bottom: 1px solid #3F495F;
}

.footer-bottom {
    border-top: 1px solid #3F495F;
}

.footer-widget.widget_nav_menu ul li a, .footer-contact .list-wrap li, .materials-list .list-wrap li .icon {
    color: #677187;
}

.cta-custom-bg {
    background: #FF5407;
}

.brand-area-three {
    background: #F2F3F5;
}

.brand-area-two {
    padding: 90px 0 25px;
}

.header-top-left span {
    color: #E4E4E4;
}

.header-top-left span img {
    margin-right: 5px;
}

.header-top-left span {
    display: inline-block;
    margin-right: 7px;
    padding-right: 7px;
    position: relative;
}

.header-top-left span.time-sec:before {
    position: absolute;
    left: -8px;
    top: 0;
    content: "";
    background: #E4E4E4;
    width: 1px;
    height: 20px;
}

header.header-style-three.transparent-header .header-top-wrap-two {
    display: none;
}

header.header-style-three.transparent-header .menu-wrap {
    padding-top: 28px;
}

.footer-widget h3.wp-block-heading {
    color: #fff;
}

.services-item .services-icon svg {
    max-width: 112px;
}

.header-template-one .header-info-wrap .header-info-item:hover .content span, .header-template-one .header-info-wrap .header-info-item:hover .content a {
    color: inherit;
}

.menu-area {
    background: rgba(34, 37, 47, 0.40);
}

body.admin-bar .header-logo-area {
    margin-top: 0;
}