/*
Theme Name: Deaxautt
Theme URI: http://themedox.com/deaxautt
Author: ThemeDox
Author URI: http://themedox.com
Description: Next-Generation Blog & Magazine Theme
Version: 1.0
Tested up to: 6.6.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: deaxautt
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/



/**** 
CSS Indexing

01. THEME DEFAULT CSS
02. Button style
03. Preloader
04. OffCanvas
05. Scroll Top
06. Search Block
07. About Block
08. Section-title
09. Service Block
10. Featured Block
11. Project Block
12. Client Block
13. Fact Block
14. Price Block
15. Partner Block
16. Team Block
17. Faq Block
18. Blog Block
19. Subscirbe Block
20. Counter Block
21. Footer Block
22. Section form
23. Join Block
24. Social-block
25. Skill-block
26. Components
27. Header
28. Mobile Menu
29. Hero
30. About
31. Services
32. Featured
33. Facts
34. Client Layout
35. Partner
36. Estimate
37. Slider
38. Team
39. Services
40. Portfolio
41. Faq
42. Blog
43. Subscribe
44. Footer
45. Why Choose
46. Benefit
47. Page
48. Sidebar
49. Error
50. Section form
51. Breadcrumb

****/

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

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
    font-size: 16px;
    background: #fff;
    color: #757589;
    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: 'DM Sans', sans-serif;
    color: #000248;
    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 {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #555555;
}

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

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

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

a code {
    color: #000000;
}

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

.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: #000000;
    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: #000000;
    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: 72px;
    margin-bottom: 25px;
    border-color: #000;
    color: #000;
}

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

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

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

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

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

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

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

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

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

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: transparent;
    color: #000;
    border-radius: 0px;
    border: 0px solid;
    transition: all .4s ease;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.137em;
    position: relative;
    padding-right: 27px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
    background: url(../images/btn-right-arrow.svg) no-repeat scroll 100% center;
    background-size: 15%;
}


.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

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

.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: block;
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    color: #000;
    font-weight: 400;
    margin-bottom: 50px;
}


/* 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: #000000;
}

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

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

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

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

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

.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: 0px;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    color: #272727;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #E4E4E4;
    margin-bottom: 30px;
}

.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: var(--tg-body-color);
    font-weight: 400;
}

.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: #000000;
    border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme_author_Info {
    padding-right: 20px;
}

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

h4.theme_author__Name {
    color: #222;
    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: var(--tg-body-color);
    margin-bottom: 0;
    font-weight: 400;
}

.theme_author_Socials a {
    display: inline-block;
    color: #000;
    font-size: 21px;
    line-height: 1;
    margin-right: 15px;
}

.theme_author_Socials a:hover {
    color: #ddd;
}


/*** navigation ***/

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

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

.prev_nav_left_Img {
    margin-right: 15px;
}

.prev_nav_Right_Img {
    margin-left: 15px;
}

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

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

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

.theme_blog_nav_Title {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--tg-heading-color);
    word-break: break-all;
}

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

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

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

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

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

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

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

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

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

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

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

h2.related-post-title {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 32px;
    line-height: 1.137;
    margin-bottom: 60px;
    text-transform: uppercase;
}

h2.related-post-title:before {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 20px;
    height: 21px;
    background: url(../images/title-shape.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: 0px;
}

.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: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
}

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

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

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

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

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


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

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

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

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

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

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

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

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid #000 !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: #000000;
}

.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: 40px;
    line-height: 1.08;
    border-bottom: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.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.65;
    color: var(--tg-body-color);
    margin: 0 0 15px 0;
    font-weight: 400;
}

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

.blog-details-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: var(--tg-body-color);
}

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

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

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

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

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

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

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

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

.blog-details-content figure.bottom-zero-article-full {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bottom-zero-article-full img {
    border-radius: 0px !important;
    width: 100%;
    object-fit: cover;
}

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.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: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
}

.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: #000000;
    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: #000000;
    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: #000000;
    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: -13px;
    margin-right: -6.5px;
}

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

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

.home-tag-widgett .tagcloud a:hover {
    background: #000000 !important;
    color: #fff !important;
    border-color: #000000 !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: 90px;
    padding-right: 0px;
    padding-bottom: 80px;
    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: #000000;
}

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: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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: #000000;
    color: #fff;
    border-color: #000000;
    border-radius: 0px;
}

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

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

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

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

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

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

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

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

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

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #000;
    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 {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    background-color: #000000;
    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: #000000;
}

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

.wp-block-search .wp-block-search__label {
    padding-bottom: 0px;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #E4E4E4;
    margin-bottom: 30px;
    line-height: 1;
}

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

.widget_block.widget_search .wp-block-search__button:hover {
    background-color: #000 !important;
    color: #FFFFFF !important;
    border: 1px solid #000 !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;
    color: var(--tg-heading-color);
    font-weight: 600;
}

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 #000000;
    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, #000000, #000000);
    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;
}


/*** Spacing ***/

.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;
}
.mt-205 {
    margin-top: 205px;
}
.mt-210 {
    margin-top: 210px;
}
.mt-215 {
    margin-top: 215px;
}
.mt-220 {
    margin-top: 220px;
}
.mt-225 {
    margin-top: 225px;
}
.mt-230 {
    margin-top: 230px;
}
.mt-235 {
    margin-top: 235px;
}
.mt-240 {
    margin-top: 240px;
}
.mt-245 {
    margin-top: 245px;
}
.mt-250 {
    margin-top: 250px;
}
.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;
}
.mb-205 {
    margin-bottom: 205px;
}
.mb-210 {
    margin-bottom: 210px;
}
.mb-215 {
    margin-bottom: 215px;
}
.mb-220 {
    margin-bottom: 220px;
}
.mb-225 {
    margin-bottom: 225px;
}
.mb-230 {
    margin-bottom: 230px;
}
.mb-235 {
    margin-bottom: 235px;
}
.mb-240 {
    margin-bottom: 240px;
}
.mb-245 {
    margin-bottom: 245px;
}
.mb-250 {
    margin-bottom: 250px;
}
.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;
}
.pt-205 {
    padding-top: 205px;
}
.pt-210 {
    padding-top: 210px;
}
.pt-215 {
    padding-top: 215px;
}
.pt-220 {
    padding-top: 220px;
}
.pt-225 {
    padding-top: 225px;
}
.pt-230 {
    padding-top: 230px;
}
.pt-235 {
    padding-top: 235px;
}
.pt-240 {
    padding-top: 240px;
}
.pt-245 {
    padding-top: 245px;
}
.pt-250 {
    padding-top: 250px;
}
.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;
}
.pb-205 {
    padding-bottom: 205px;
}
.pb-210 {
    padding-bottom: 210px;
}
.pb-215 {
    padding-bottom: 215px;
}
.pb-220 {
    padding-bottom: 220px;
}
.pb-225 {
    padding-bottom: 225px;
}
.pb-230 {
    padding-bottom: 230px;
}
.pb-235 {
    padding-bottom: 235px;
}
.pb-240 {
    padding-bottom: 240px;
}
.pb-245 {
    padding-bottom: 245px;
}
.pb-250 {
    padding-bottom: 250px;
}


/*============================================
/*  01. THEME DEFAULT CSS
==============================================*/
:root {
  --tg-body-font-family: 'Poppins', sans-serif;
  --tg-heading-font-family: 'DM Sans', sans-serif;
  --tg-text-font-family: 'Kumbh Sans', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-common-color-blue: #0d6efd;
  --tg-common-color-indigo: #6610f2;
  --tg-common-color-purple: #6f42c1;
  --tg-common-color-pink: #d63384;
  --tg-common-color-red: #dc3545;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #ffc90b;
  --tg-common-color-green: #42f132;
  --tg-common-color-teal: #20c997;
  --tg-common-color-cyan: #16f1ff;
  --tg-common-color-white: #fff;
  --tg-common-color-gray-deep: #5b5b5f;
  --tg-common-color-gray-deep-h2: #737373;
  --tg-common-color-gray: #9c9c9c;
  --tg-common-color-gray-2: #cdcdcd;
  --tg-common-color-gray-3: #979797;
  --tg-common-color-gray-4: #acacac;
  --tg-common-color-gray-5: #a4adb6;
  --tg-common-color-gray-6: #ababab;
  --tg-common-color-ashes: #f9f9f9;
  --tg-common-color-ashes-1: #d9d9d9;
  --tg-common-color-ashes-2: #b9b9b9;
  --tg-common-color-black: #000;
  --tg-common-color-dark: #161e17;
  --tg-common-color-dark-2: #212822;
  --tg-common-color-dark-3: #252934;
  --tg-common-color-dark-4: #0c0833;
  --tg-common-color-dark-5: #312d56;
  --tg-body-color: #757589;
  --tg-heading-color: #000248;
  --tg-bg-F9FCFF: #f9fcff;
  --tg-bg-FFF8E8: #fff8e8;
  --tg-bg-f6faff: #f6faff;
  --tg-bg-F9FBFF: #f9fbff;
  --tg-theme-primary: #ff2759;
  --tg-theme-primary-h2: #702fff;
  --tg-theme-primary-h2-deep: #5b19ec;
  --tg-theme-primary-h3: #0767fd;
  --tg-theme-primary-h3--deep: #025dec;
  --tg-theme-primary-deep: #e81244;
  --tg-theme-primary-h4: #007f61;
  --tg-theme-secondary: #000248;
  --tg-theme-secondary-deep: #1c212d;
  --tg-theme-secondary-h2: #6cce05;
  --tg-theme-secondary-h3: #888888;
  --tg-theme-secondary-h4: #54b29c;
  --tg-border-1: #000;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
    element circle
===============================*/
.element {
  position: absolute;
  width: 557px;
  height: 557px;
  right: 0;
  top: -57px;
  filter: blur(150px);
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .element {
    width: 100%;
  }
}
.element--1 {
  background: linear-gradient(209.85deg, rgba(128, 0, 255, 0.3) 18.23%, rgba(143, 0, 255, 0) 96.18%);
}
.element--2 {
  left: 0;
  background: linear-gradient(209.85deg, rgba(0, 255, 25, 0.3) 18.23%, rgba(143, 0, 255, 0) 96.18%);
  filter: blur(150px);
  top: 336px;
  left: -36px;
}
.element--3 {
  background: linear-gradient(209.85deg, rgba(0, 240, 255, 0.3) 18.23%, rgba(0, 255, 117, 0) 96.18%);
}
.element--4 {
  background: linear-gradient(209.85deg, rgba(0, 56, 255, 0.3) 18.23%, rgba(66, 255, 0, 0) 96.18%);
  top: 336px;
  left: -36px;
}
.element--service {
  z-index: -3;
  top: auto;
  bottom: -628px;
  filter: blur(0);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(60, 60, 60, 0.1);
  opacity: 0.75;
  width: 1236px;
  height: 1236px;
}
.element--service2 {
  bottom: -470px;
  width: 900px;
  height: 900px;
  z-index: -2;
  background: rgba(42, 44, 43, 0.3);
  opacity: 0.75;
}
.element--service3 {
  bottom: -290px;
  width: 540px;
  height: 540px;
  z-index: -1;
  background: rgba(34, 38, 35, 0.5);
  opacity: 0.75;
}

.video-icon {
  min-width: 160px;
  min-height: 160px;
  display: inline-flex;
  align-items: center;
  place-content: center;
  color: var(--tg-common-color-white);
  background-color: var(--tg-theme-primary);
  border-radius: 50%;
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .video-icon {
    min-width: 80px;
    min-height: 80px;
    font-size: 25px;
  }
}
.video-icon:hover {
  background-color: var(--tg-common-color-white);
  color: var(--tg-theme-primary);
}
.video-icon--style2 {
  min-width: 120px;
  min-height: 120px;
  font-size: 36px;
  background-color: var(--tg-common-color-white);
  color: var(--tg-theme-primary);
}
.video-icon--style2:hover {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

/*=============================
    Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
  overflow-x: hidden;
}

img,
.img {
  max-width: 100%;
  -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;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -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;
}

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

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

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: 1.2;
  text-transform: unset;
}

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

h1 {
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

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

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

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

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

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

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

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

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.secondary-bg {
  background-color: var(--tg-theme-secondary);
}

/*=============================
    - Bootstrap Custom
=============================*/
.custom-container {
  max-width: 1200px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1300px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

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

.gxy-2 {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}

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

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

.text-color-gray {
  color: var(--tg-common-color-gray);
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.primary-color {
  color: var(--tg-theme-primary);
}

.gray-color {
  color: var(--tg-common-color-gray-5);
}

.primary-color-h2 {
  color: var(--tg-theme-primary-h2);
}

.primary-color-h3 {
  color: var(--tg-theme-primary-h3);
}

.h4--primary {
  color: var(--tg-theme-primary-h4);
}

.only-middle-padding {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .only-middle-padding {
    padding-top: 0;
  }
}

.h2-40 {
  font-size: 2.5rem;
}
@media (max-width: 1199.98px) {
  .h2-40 {
    font-size: 2rem;
  }
}

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

.main {
  overflow: hidden;
}

.under-line-1 a {
  background-image: linear-gradient(#ff2759, #ff2759), linear-gradient(#ff2759, #ff2759);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 90%;
  background-repeat: no-repeat;
  transition: background-size all 0.3s ease-out 0s;
}
.under-line-1 a:hover {
  background-size: 0% 1px, 100% 1px;
}

/*=============================
    02. Button style
===============================*/
.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  border-radius: 10px;
  color: var(--tg-common-color-white);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 29px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-color: var(--tg-theme-primary-deep);
  border-radius: 50%;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: -1;
  transform: scale(1) rotate(0);
}
.btn:hover {
  color: var(--tg-common-color-white);
  background-color: var(--tg-theme-primary-deep);
  border-color: transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.btn:hover::before {
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  transform: scale(25) rotate(180deg);
}
.btn--price {
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
}
.btn--white {
  background-color: var(--tg-common-color-white);
  color: var(--tg-theme-secondary);
}
.btn--white::before {
  display: none;
}
.btn--white:hover {
  background-color: var(--tg-theme-secondary);
  color: var(--tg-common-color-white);
}
.btn--style2 {
  background-color: var(--tg-theme-primary-h2);
}
.btn--style2:hover {
  background-color: var(--tg-theme-primary-h2);
}
.btn--style2::before {
  background-color: var(--tg-theme-primary-h2-deep);
}
.btn--style4 {
  background-color: var(--tg-theme-primary-h4);
  padding: 22px 33px;
  font-size: 18px;
}
.btn--style4:hover {
  background-color: var(--tg-theme-primary-h4);
}
.btn--style4::before {
  background-color: #1a9678;
  opacity: 0;
  visibility: hidden;
}
.btn--style4:hover::before {
  opacity: 1;
  visibility: visible;
}
.btn--style4dot:hover {
  background-color: #12725b;
}
.btn--style4dot::before {
  background-color: #12725b;
  opacity: 1;
  visibility: visible;
}
.btn--price-active {
  background-color: var(--tg-theme-primary-deep);
}
.btn--price-active::before {
  opacity: 0;
  visibility: hidden;
}
.btn--secondary {
  background-color: var(--tg-theme-secondary);
}
.btn--secondary:hover {
  background-color: var(--tg-theme-secondary);
}
.btn--secondary::before {
  background-color: #272976;
}
.btn--outline {
  background-color: transparent;
  color: var(--tg-theme-secondary);
  border: 1px solid var(--tg-theme-secondary);
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn--outline::before {
  opacity: 0;
  visibility: hidden;
}
.btn--outline i {
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-block;
}
.btn--outline:hover {
  border: 1px solid var(--tg-theme-primary);
  color: var(--tg-theme-primary);
  background-color: transparent;
}
.btn--outline:hover i {
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*=============================
    03. Preloader
===============================*/
#preloader {
  background-color: var(--tg-common-color-white);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader .loader-outter {
  position: absolute;
  border: 4px solid var(--tg-theme-primary);
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader .loader-inner {
  position: absolute;
  border: 4px solid var(--tg-theme-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader--style2 .loader-inner {
  border-color: var(--tg-theme-primary-h2);
  border-top-color: transparent;
}
.preloader--style2 .loader-outter {
  border-color: var(--tg-theme-primary-h2);
  border-left-color: transparent;
}
.preloader--style3 .loader-inner {
  border-color: var(--tg-theme-primary-h3);
  border-top-color: transparent;
}
.preloader--style3 .loader-outter {
  border-color: var(--tg-theme-primary-h3);
  border-left-color: transparent;
}
.preloader--style4 .loader-inner {
  border-color: var(--tg-theme-primary-h4);
  border-top-color: transparent;
}
.preloader--style4 .loader-outter {
  border-color: var(--tg-theme-primary-h4);
  border-left-color: transparent;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/*=============================
    04. OffCanvas
===============================*/
.extra-info {
  background: var(--tg-common-color-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-theme-primary);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.extra-info .logo-side img {
  max-width: 151px;
}

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

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

.contact-list p {
  color: var(--tg-theme-secondary);
  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-theme-primary);
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right > a:hover {
  color: var(--tg-secondary-color);
}

.offcanvas-overly {
  position: fixed;
  background: var(--tg-common-color-black);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

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

/*=============================
    05. Scroll Top
===============================*/
.scroll__top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 99;
  color: var(--tg-common-color-white);
  text-align: center;
  cursor: pointer;
  background: var(--tg-theme-primary);
  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: #292b37;
}

/*=============================
    06. Search Block
===============================*/
.search-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 2, 72, 0.95);
  top: 0;
  left: 0;
  z-index: 99;
}
.search-block__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.search-block__input {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .search-block__input {
    width: 80%;
  }
}
.search-block__field-input, .search-block__field-input::placeholder {
  width: 100%;
  min-height: 80px;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.search-block__field-input:focus {
  border-color: var(--tg-theme-primary);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.search-block__close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid var(--tg-common-color-white);
  color: var(--tg-common-color-white);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.search-block__close i {
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.search-block__close:hover {
  background-color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.search-block__close:hover i {
  transform: rotate(90deg);
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*=============================
    07. About Block
===============================*/
.about-block {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 0 21px 25px 28px;
  margin-top: 30px;
}
.about-block__title {
  font-size: 22px;
}
.about-block__text {
  margin-bottom: 0;
  padding-top: 8px;
}
.about-block__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: -30px;
}
.about-block__icon.icon1 {
  background-color: #3a96ec;
}
.about-block__icon.icon2 {
  background-color: #6bbe00;
}

.about-image {
  text-align: right;
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.about-image__graph {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  position: absolute;
  bottom: -30px;
  right: 5px;
  border-radius: 15px;
  animation: jump 15s infinite;
}
.about-image__circle {
  position: absolute;
  min-width: 404.78px;
  min-height: 404.78px;
  background-color: #f1f2ff;
  border-radius: 50%;
  z-index: -1;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 24px;
}
@media (max-width: 767.98px) {
  .about-image__circle {
    min-width: 100%;
  }
}
.about-image__text {
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  color: var(--tg-theme-secondary);
  position: absolute;
  z-index: 1;
  bottom: 237px;
  left: -28px;
  background-color: var(--tg-common-color-white);
  text-align: left;
  max-width: 200px;
  font-family: var(--tg-heading-font-family);
  padding: 8px 20px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0px 30px;
}
@media (max-width: 767.98px) {
  .about-image__text {
    bottom: 100%;
    left: 0;
  }
}
.about-image__text h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 0;
  gap: 9px;
  font-weight: var(--tg-fw-medium);
}
.about-image__text span {
  color: #0767fd;
  font-size: 24px;
  display: block;
  font-weight: var(--tg-fw-bold);
}
.about-image__icon {
  display: inline-flex;
  position: absolute;
  min-width: 70px;
  min-height: 70px;
  background: #ffd42e;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: var(--tg-common-color-black);
  font-size: 20px;
  right: 0;
  bottom: 270px;
}

.about-facts__block {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #eef7ff;
  max-width: 180px;
  padding: 17px 30px 17px 13px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.about-facts__icon {
  min-width: 50px;
  min-height: 50px;
  background-color: var(--tg-common-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-facts__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.about-facts ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .about-facts ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about-facts ul li {
  display: inline-flex;
  align-items: center;
}
.about-facts ul li:nth-child(1) .about-facts__block {
  background-color: #eef7ff;
  max-width: 180px;
  padding: 17px 30px 17px 15px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.about-facts ul li:nth-child(2) .about-facts__block {
  background-color: #f4f2ff;
  max-width: 196px;
  padding: 17px 30px 17px 24px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.about-facts ul li:nth-child(3) .about-facts__block {
  background-color: #ffefe9;
  max-width: 210px;
  padding: 17px 13px 17px 20px;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

/*=============================
    08. Section-title
===============================*/
.section-title__sub {
  font-weight: var(--tg-fw-semi-bold);
  display: block;
  text-transform: uppercase;
}
.section-title--style2 .section-title__sub {
  display: inline-flex;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-family: var(--tg-heading-font-family);
}
.section-title--style2 .section-title__sub::before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 8px;
  bottom: 2px;
  background: #f1ebff;
  z-index: -1;
}
.section-title--style3 .section-title__sub {
  color: var(--tg-theme-secondary-h3);
  letter-spacing: 0.1em;
  font-size: 18px;
  font-family: var(--tg-body-font-family);
}
.section-title--style3 .section-title__sub.gray-color {
  color: var(--tg-common-color-gray-5);
}
.section-title--style3 .section-title__text {
  color: #d2d2d6;
}
.section-title--style4 .section-title__sub {
  background-color: #e0f8f2;
  border-radius: 500px;
  display: inline-flex;
  color: #007f61;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  gap: 3px;
  padding: 1.88px 15px;
  font-family: var(--tg-heading-font-family);
}
.section-title--style4 .section-title__sub.white {
  background: rgba(255, 255, 255, 0.1);
  color: var(--tg-common-color-white);
}

/*=============================
    09. Service Block
===============================*/
.service-block {
  background-color: var(--tg-common-color-dark-2);
  border-radius: 20px;
  padding: 40px 33px 40px 40px;
  -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;
}
.service-block__icon {
  display: inline-block;
  height: 53px;
  object-fit: cover;
}
.service-block__link {
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white);
}
.service-block__text {
  -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;
}
.service-block:hover {
  background-color: var(--tg-common-color-white);
  -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;
}
.service-block:hover .service-block__text {
  color: var(--tg-body-color);
}
.service-block:hover .service-block__title a {
  color: var(--tg-theme-secondary);
}
.service-block:hover .service-block__title a:hover {
  color: var(--tg-theme-primary);
}
.service-block:hover .service-block__link {
  color: var(--tg-theme-secondary);
}
.service-block:hover .service-block__link:hover {
  color: var(--tg-theme-primary);
}
.service-block--style2 {
  background-color: var(--tg-common-color-white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 48px 20px;
  margin-bottom: 55px;
}
.service-block--style2 .service-block__title {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .service-block--style2 .service-block__title {
    font-size: 18px;
  }
}
.service-block--style2 .service-block__link {
  color: var(--tg-theme-primary-h2);
}
.service-block--style2 .service-block__icon {
  min-width: 96px;
  min-height: 80px;
}
.service-block--style2 .service-block__icon svg > path {
  -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;
}
.service-block--style2:hover {
  background-color: var(--tg-theme-secondary-h2);
  box-shadow: none;
}
.service-block--style2:hover .service-block__title a {
  color: var(--tg-common-color-white);
}
.service-block--style2:hover .service-block__title a:hover {
  color: var(--tg-common-color-white);
  -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;
}
.service-block--style2:hover .service-block__icon svg > path {
  stroke: var(--tg-common-color-white);
  fill: var(--tg-common-color-white);
  -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;
}
.service-block--style2:hover .service-block__icon.icon1 svg > path {
  fill: transparent;
}
.service-block--style2:hover .service-block__link {
  color: var(--tg-common-color-white);
}
.service-block--style2:hover .service-block__link:hover {
  color: var(--tg-theme-primary-h2);
}
.service-block--style3 {
  background-color: var(--tg-common-color-white);
  border-radius: 10px;
  padding: 42px 22px 38px 23px;
  display: flex;
  gap: 20px;
}
.service-block--style3 .service-block__left {
  z-index: 1;
  padding: 25px 0;
  max-height: 100px;
}
.service-block--style3 .service-block__title {
  font-size: 22px;
  display: block;
}
.service-block--style3 .service-block__title a {
  color: var(--tg-theme-secondary);
}
.service-block--style3 .service-block__icon-line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100px;
  width: 2px;
  background-color: rgb(114, 114, 114);
  margin: 0 auto;
  z-index: -1;
  -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;
}
.service-block--style3 .service-block__icon-line::before, .service-block--style3 .service-block__icon-line::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(114, 114, 114);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  z-index: 2;
}
.service-block--style3 .service-block__icon-line::before {
  top: 0;
}
.service-block--style3 .service-block__icon-line::after {
  bottom: 0;
}
.service-block--style3 .service-block__icon-line i {
  position: absolute;
  height: 0%;
  width: 2px;
  background: var(--tg-common-color-black);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.service-block--style3 .service-block__icon {
  width: 50px;
  height: 50px;
  background-color: var(--tg-common-color-black);
  border-radius: 50%;
  color: var(--tg-common-color-white);
  display: inline-flex;
  place-content: center;
  place-items: center;
  padding: 10px;
}
.service-block--style3 .icon1 .service-block__icon-line {
  background-color: #e0e9ff;
}
.service-block--style3 .icon1 .service-block__icon-line > i {
  background-color: #e0e9ff;
}
.service-block--style3 .icon1 .service-block__icon-line::before, .service-block--style3 .icon1 .service-block__icon-line::after {
  background-color: #e0e9ff;
}
.service-block--style3 .icon1 .service-block__icon {
  background-color: #4b7eff;
}
.service-block--style3 .icon2 .service-block__icon-line {
  background-color: #ffe4ec;
}
.service-block--style3 .icon2 .service-block__icon-line > i {
  background-color: #ffe4ec;
}
.service-block--style3 .icon2 .service-block__icon-line::before, .service-block--style3 .icon2 .service-block__icon-line::after {
  background-color: #ffe4ec;
}
.service-block--style3 .icon2 .service-block__icon {
  background-color: #fd346e;
}
.service-block--style3 .icon3 .service-block__icon-line {
  background-color: #e5faff;
}
.service-block--style3 .icon3 .service-block__icon-line > i {
  background-color: #e5faff;
}
.service-block--style3 .icon3 .service-block__icon-line::before, .service-block--style3 .icon3 .service-block__icon-line::after {
  background-color: #e5faff;
}
.service-block--style3 .icon3 .service-block__icon {
  background-color: #25d3fa;
}
.service-block--style3 .icon4 .service-block__icon-line {
  background-color: #f8edff;
}
.service-block--style3 .icon4 .service-block__icon-line > i {
  background-color: #f8edff;
}
.service-block--style3 .icon4 .service-block__icon-line::before, .service-block--style3 .icon4 .service-block__icon-line::after {
  background-color: #f8edff;
}
.service-block--style3 .icon4 .service-block__icon {
  background-color: #bb4bff;
}
.service-block--style3 .icon5 .service-block__icon-line {
  background-color: #fff1e4;
}
.service-block--style3 .icon5 .service-block__icon-line > i {
  background-color: #fff1e4;
}
.service-block--style3 .icon5 .service-block__icon-line::before, .service-block--style3 .icon5 .service-block__icon-line::after {
  background-color: #fff1e4;
}
.service-block--style3 .icon5 .service-block__icon {
  background-color: #ffa24b;
}
.service-block--style3 .icon6 .service-block__icon-line {
  background-color: #d0ffe3;
}
.service-block--style3 .icon6 .service-block__icon-line > i {
  background-color: #d0ffe3;
}
.service-block--style3 .icon6 .service-block__icon-line::before, .service-block--style3 .icon6 .service-block__icon-line::after {
  background-color: #d0ffe3;
}
.service-block--style3 .icon6 .service-block__icon {
  background-color: #36e27b;
}
.service-block--style3:hover {
  background-color: var(--tg-common-color-white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
}
.service-block--style3:hover .service-block__title a {
  color: var(--tg-theme-primary-h3);
}
.service-block--style3:hover .service-block__title a:hover {
  color: var(--tg-theme-secondary);
}
.service-block--style3:hover.service1 .service-block__title a {
  color: #4b7eff;
}
.service-block--style3:hover.service1 .service-block__title a:hover {
  color: var(--tg-theme-primary-h3);
}
.service-block--style3:hover.service2 .service-block__title a {
  color: #fd346e;
}
.service-block--style3:hover.service2 .service-block__title a:hover {
  color: var(--tg-theme-primary-h3);
}
.service-block--style3:hover.service3 .service-block__title a {
  color: #25d3fa;
}
.service-block--style3:hover.service4 .service-block__title a {
  color: #bb4bff;
}
.service-block--style3:hover.service5 .service-block__title a {
  color: #ffa24b;
}
.service-block--style3:hover.service6 .service-block__title a {
  color: #36e27b;
}
.service-block--style3:hover .service-block__title a:hover {
  color: var(--tg-theme-primary-h3);
}
.service-block--style3:hover .service-block__icon-line i {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.service-block--style3:hover .service-block__icon-line::before, .service-block--style3:hover .service-block__icon-line::after {
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.service-block--style3:hover .icon1 .service-block__icon-line i {
  background-color: #4b7eff;
}
.service-block--style3:hover .icon1 .service-block__icon-line::before, .service-block--style3:hover .icon1 .service-block__icon-line::after {
  background-color: #4b7eff;
}
.service-block--style3:hover .icon2 .service-block__icon-line i {
  background-color: #fd346e;
}
.service-block--style3:hover .icon2 .service-block__icon-line::before, .service-block--style3:hover .icon2 .service-block__icon-line::after {
  background-color: #fd346e;
}
.service-block--style3:hover .icon3 .service-block__icon-line i {
  background-color: #25d3fa;
}
.service-block--style3:hover .icon3 .service-block__icon-line::before, .service-block--style3:hover .icon3 .service-block__icon-line::after {
  background-color: #25d3fa;
}
.service-block--style3:hover .icon4 .service-block__icon-line i {
  background-color: #bb4bff;
}
.service-block--style3:hover .icon4 .service-block__icon-line::before, .service-block--style3:hover .icon4 .service-block__icon-line::after {
  background-color: #bb4bff;
}
.service-block--style3:hover .icon5 .service-block__icon-line i {
  background-color: #ffa24b;
}
.service-block--style3:hover .icon5 .service-block__icon-line::before, .service-block--style3:hover .icon5 .service-block__icon-line::after {
  background-color: #ffa24b;
}
.service-block--style3:hover .icon6 .service-block__icon-line i {
  background-color: #36e27b;
}
.service-block--style3:hover .icon6 .service-block__icon-line::before, .service-block--style3:hover .icon6 .service-block__icon-line::after {
  background-color: #36e27b;
}
.service-block--style4 {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 16px 40px;
  text-align: center;
}
.service-block--style4 .service-block__number {
  font-size: 30px;
  color: var(--tg-theme-secondary-h4);
  font-family: var(--tg-heading-font-family);
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.service-block--style4 .service-block__title {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .service-block--style4 .service-block__title {
    font-size: 20px;
  }
}
.service-block--style4 .service-block__icon {
  min-width: 80px;
  min-height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1a9678;
  border-radius: 50%;
  -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;
}
.service-block--style4 .service-block__icon svg path {
  -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;
}
.service-block--style4 .service-block__text {
  color: var(--tg-common-color-white);
}
.service-block--style4:hover .service-block__title a {
  color: var(--tg-common-color-black);
}
.service-block--style4:hover .service-block__title a:hover {
  color: var(--tg-theme-primary-h4);
}
.service-block--style4:hover .service-block__text {
  color: var(--tg-body-color);
  -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;
}
.service-block--style4:hover .service-block__number {
  color: #fe5802;
  -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;
}
.service-block--style4:hover .service-block__icon {
  background-color: #fff4f4;
  -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;
}
.service-block--style4:hover .service-block__icon svg path {
  stroke: #fe5802;
}
.service-block--style5 {
  border: 1px solid #d8d8d8;
  background-color: var(--tg-common-color-white);
  border-radius: 20px;
  padding: 50px 29px 40px;
}
.service-block--style5 .service-block__icon svg path {
  -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;
}
.service-block--style5:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.service-block--style5:hover .service-block__icon svg path {
  stroke: var(--tg-theme-primary);
  -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;
}

/*=============================
    10. Featured Block
===============================*/
.featured-block {
  display: flex;
  gap: 19px;
  max-width: 431px;
}
.featured-block__icon {
  display: inline-flex;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  justify-content: center;
  border: 1px solid #ffe07e;
  background: #fff7de;
  border-radius: 50%;
}
.featured-block__icon.icon2 {
  border-color: #5f70fe;
  background-color: #f1f3ff;
}
.featured-block__icon.icon3 {
  border-color: #f64833;
  background-color: #fff4f2;
}
.featured-block__title {
  font-size: 22px;
  text-transform: capitalize;
}

.features-list ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 8px;
}
.features-list ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.features-list ul li span {
  min-width: 23px;
}

/*=============================
    11. Project Block
===============================*/
.project-block {
  max-width: 390px;
}
.project-block__image {
  border-radius: 20px;
  overflow: hidden;
}
.project-block__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-block__category {
  color: var(--tg-common-color-gray-3);
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  display: block;
}
.project-block--style2, .project-block--style3 {
  max-width: 100%;
}
.project-block--style2 .project-block__content, .project-block--style3 .project-block__content {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  text-align: center;
  padding: 25px 15px;
  margin: 0 75px;
  margin-top: -55px;
  background: var(--tg-common-color-white);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991.98px) {
  .project-block--style2 .project-block__content, .project-block--style3 .project-block__content {
    margin: 0 0;
  }
}
.project-block--style2 .project-block__title, .project-block--style3 .project-block__title {
  font-size: 24px;
  margin-bottom: 6px;
}
.project-block--style2 .project-block__category, .project-block--style3 .project-block__category {
  font-size: 16px;
}
.project-block--style2:hover .project-block__content, .project-block--style3:hover .project-block__content {
  transform: translateY(-123px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991.98px), (max-width: 767.98px) {
  .project-block--style2:hover .project-block__content, .project-block--style3:hover .project-block__content {
    transform: translateY(-20px);
  }
}
.project-block--style3 .project-block__content {
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  margin: 0;
  position: relative;
}
.project-block--style3 .project-block__content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: -7px;
}
.project-block--style3 .project-block__image {
  border-radius: 10px 10px 0px 0px;
}
.project-block--style3 .project-block__image a img {
  width: 100%;
}
.project-block--style3 .project-block__title:hover > a {
  color: var(--tg-theme-primary-h3);
}
.project-block--style3:hover .project-block__content {
  transform: translateY(0px);
}
.project-block--style4 {
  max-width: 100%;
  display: flex;
  align-items: center;
  background: var(--tg-common-color-white);
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .project-block--style4 {
    flex-wrap: wrap;
    border-radius: 0;
  }
}
.project-block--style4 .project-block__image {
  min-width: 720px;
  border-radius: 20px 0px 0px 20px;
  min-height: 510px;
}
@media (max-width: 1199.98px) {
  .project-block--style4 .project-block__image {
    min-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .project-block--style4 .project-block__image {
    min-width: 30%;
  }
}
@media (max-width: 767.98px) {
  .project-block--style4 .project-block__image {
    border-radius: 0;
  }
}
.project-block--style4 .project-block__image > a {
  display: inline-block;
}
.project-block--style4 .project-block__image > a > img {
  min-height: 510px;
  object-fit: cover;
}
.project-block--style4 .project-block__content {
  padding: 74px 38px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  border-radius: 0 20px 20px 0px;
  background: var(--tg-common-color-white);
  min-height: 510px;
}
@media (max-width: 767.98px) {
  .project-block--style4 .project-block__content {
    border-radius: 0;
  }
}
.project-block--style4 .project-block__content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #fff transparent transparent;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .project-block--style4 .project-block__content::before {
    display: none;
  }
}
.project-block--style4-reverse {
  flex-direction: row-reverse;
}
.project-block--style4-reverse .project-block__image {
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 767.98px) {
  .project-block--style4-reverse .project-block__image {
    border-radius: 0;
  }
}
.project-block--style4-reverse .project-block__content {
  border-radius: 20px 0px 0px 20px;
}
@media (max-width: 767.98px) {
  .project-block--style4-reverse .project-block__content {
    border-radius: 0;
  }
}
.project-block--style4-reverse .project-block__content::before {
  right: -20px;
  left: auto;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 767.98px) {
  .project-block--style4-reverse .project-block__content::before {
    display: none;
  }
}

/*=============================
    12. Client Block
===============================*/
.client-block {
  background-color: var(--tg-common-color-ashes);
  border-radius: 20px;
  padding: 65px 30px 65px 49px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.client-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  background-color: var(--tg-theme-primary);
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.client-block:hover {
  background-color: var(--tg-common-color-white);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.client-block:hover::before {
  opacity: 1;
  visibility: visible;
  height: 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767.98px) {
  .client-block {
    padding: 20px;
  }
}
.client-block__author {
  gap: 15px;
}
.client-block__author-img {
  border-radius: 50%;
  overflow: hidden;
}
.client-block__author-name {
  font-size: 22px;
  font-weight: var(--tg-fw-bold);
  margin-bottom: 3px;
  line-height: 1;
}
.client-block__author-designation {
  font-size: 14px;
}
.client-block--style2 {
  text-align: center;
  padding: 40px 26px;
  margin-bottom: 0;
}
.client-block--style2 .client-block__avatar {
  border-radius: 50%;
  overflow: hidden;
}
.client-block--style2 .client-block__quote {
  display: inline-block;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.15);
  line-height: 1.1;
}
.client-block--style2 .client-block__name {
  font-size: 22px;
  margin-bottom: 0px;
}
.client-block--style2 .client-block__designation {
  font-size: 14px;
}
.client-block--h3 {
  background: #fffaef;
  border: 1px solid #d7d7d7;
  border-radius: 30px;
}

/*=============================
    13. Fact Block
===============================*/
.facts-block {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 50px;
  border-radius: 20px;
  border: 1px solid var(--tg-common-color-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .facts-block {
    padding: 15px;
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .facts-block {
    padding: 20px;
    gap: 10px;
  }
}
.facts-block__number {
  font-size: 36px;
  font-weight: var(--tg-fw-bold);
  line-height: 1.2;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.facts-block__title {
  font-size: 20px;
  font-weight: var(--tg-fw-bold);
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767.98px) {
  .facts-block__title {
    font-size: 18px;
  }
}
.facts-block .facts-block__icon svg path {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.facts-block--yellow {
  border-color: var(--tg-common-color-yellow);
}
.facts-block--yellow .facts-block__number,
.facts-block--yellow .facts-block__title {
  color: var(--tg-common-color-yellow);
}
.facts-block--yellow:hover {
  background-color: var(--tg-common-color-yellow);
}
.facts-block--green {
  border-color: var(--tg-common-color-green);
}
.facts-block--green .facts-block__number,
.facts-block--green .facts-block__title {
  color: var(--tg-common-color-green);
}
.facts-block--green:hover {
  background-color: var(--tg-common-color-green);
}
.facts-block--green.active {
  background-color: var(--tg-common-color-green);
}
.facts-block--cyan {
  border-color: var(--tg-common-color-cyan);
}
.facts-block--cyan .facts-block__number,
.facts-block--cyan .facts-block__title {
  color: var(--tg-common-color-cyan);
}
.facts-block--cyan:hover {
  background-color: var(--tg-common-color-cyan);
}
.facts-block:hover .facts-block__number,
.facts-block:hover .facts-block__title, .facts-block.active .facts-block__number,
.facts-block.active .facts-block__title {
  color: var(--tg-common-color-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.facts-block:hover .facts-block__icon svg path, .facts-block.active .facts-block__icon svg path {
  stroke: var(--tg-common-color-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*=============================
    14. Price Block
===============================*/
.price-block__inner {
  background: var(--tg-common-color-white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.price-block__icon {
  min-width: 77px;
  min-height: 77px;
  display: inline-block;
}
.price-block__header {
  padding: 30px 0px 15px 0px;
  margin: 0 35px;
  border-bottom: 2px solid var(--tg-common-color-ashes-1);
}
.price-block__highlight {
  color: var(--tg-theme-primary);
  font-size: 15px;
  padding-top: 10px;
  display: block;
}
.price-block__title {
  padding-top: 4px;
  text-transform: uppercase;
}
.price-block__price {
  color: var(--tg-theme-primary);
  display: inline-block;
  padding: 27px 0 23px;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--tg-heading-font-family);
  line-height: 1.1;
}
.price-block__features {
  padding: 0 40px 65px;
}
@media (max-width: 767.98px) {
  .price-block__features {
    padding: 0 20px 65px;
  }
}
.price-block__features ul {
  list-style: none;
  display: grid;
  gap: 5px;
  padding-left: 0;
  margin-bottom: 0;
}
.price-block__features ul li {
  display: flex;
  font-size: 15px;
  font-weight: var(--tg-fw-regular);
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.price-block__features ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  left: 0;
}
.price-block__footer {
  margin-top: -26px;
}
.price-block--recommend .price-block__inner {
  background-color: var(--tg-theme-secondary);
  box-shadow: none;
}
.price-block--recommend .price-block__title {
  color: var(--tg-common-color-white);
}
.price-block--recommend .price-block__features ul li {
  color: var(--tg-common-color-gray-3);
}
.price-block--recommend .price-block__header {
  margin: 0 0;
  border-color: var(--tg-theme-primary);
}

/*=============================
    15. Partner Block
===============================*/
.partner-block {
  background-color: var(--tg-common-color-dark-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 170px;
  border-radius: 20px;
}

.sponsors-content__title {
  font-weight: 400;
}
.sponsors-content__title span {
  font-weight: 700;
}
.sponsors-content__list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .sponsors-content__list ul {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .sponsors-content__list ul {
    text-align: center;
  }
}
.sponsors-content__list ul li a img {
  opacity: 0.5;
  filter: grayscale(1);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sponsors-content__list ul li a:hover img {
  opacity: 1;
  filter: grayscale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*=============================
    16. Team Block
===============================*/
.team-block__member-name {
  margin-bottom: 5px;
}
.team-block__image-box {
  border-radius: 30px;
  overflow: hidden;
}
.team-block__image-box > img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team-block:hover .team-block__image-box > a > img {
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team-block:hover .team-block__member-name > a {
  color: var(--tg-theme-primary-h2);
}
.team-block:hover .team-block__member-name > a:hover {
  color: var(--tg-theme-primary-h2-deep);
}

/*=============================
    17. Faq Block
===============================*/
.faq-block .accordion {
  display: grid;
  gap: 9px;
}
.faq-block .accordion-item {
  background-color: transparent;
  border: 1px solid #424244;
  border-radius: 10px;
  overflow: hidden;
}
.faq-block .accordion-button {
  font-family: var(--tg-heading-font-family);
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  background-color: transparent;
  color: var(--tg-common-color-white);
  box-shadow: none;
  padding: 18.21px 30px;
  color: var(--tg-theme-primary-h3);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.faq-block .accordion-button.collapsed {
  color: var(--tg-common-color-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.faq-block .accordion-button::after {
  background-image: none;
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--tg-common-color-white);
}
.faq-block .accordion-button:not(.collapsed)::after {
  transform: rotate(0);
  content: "\f062";
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--tg-theme-primary-h3);
}
.faq-block .accordion-body {
  color: #d2d2d6;
  padding: 0 30px 25px;
}
.faq-block--style2 .accordion {
  gap: 15px;
}
.faq-block--style2 .accordion-item {
  border: 1px solid transparent;
}
.faq-block--style2 .accordion-button {
  background-color: var(--tg-theme-primary);
  font-family: var(--tg-heading-font-family);
  font-weight: 700;
  color: var(--tg-common-color-white);
  border-radius: 5px;
}
.faq-block--style2 .accordion-button.collapsed {
  color: var(--tg-theme-secondary);
  background-color: #f9faff;
}
.faq-block--style2 .accordion-button::after {
  content: "\f107";
  color: var(--tg-theme-secondary);
}
.faq-block--style2 .accordion-button:not(.collapsed)::after {
  content: "\f106";
  color: var(--tg-common-color-white);
}
.faq-block--style2 .accordion-body {
  color: #757589;
  padding: 20px 27px 12px 30px;
  line-height: 1.8;
}

/*=============================
    18. Blog Block
===============================*/
.blog-block {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-block__meta {
  font-size: 15px;
}
.blog-block__meta span {
  color: var(--tg-theme-secondary);
}
.blog-block__heading {
  line-height: 1.4;
}
.blog-block__heading a {
  -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;
}
.blog-block__heading a:hover {
  color: var(--tg-theme-primary);
}
.blog-block__link {
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-block__link:hover {
  color: var(--tg-theme-secondary);
}
.blog-block__img {
  overflow: hidden;
  border-radius: 20px;
}
.blog-block__img__link {
  display: block;
}
.blog-block__img__link img {
  width: 100%;
}
.blog-block:hover .blog-block__img__link img {
  transform: scale(1.05);
}
.blog-block--style2, .blog-block--style3 {
  border-radius: 30px 30px 20px 20px;
}
.blog-block--style2 .blog-block__img, .blog-block--style3 .blog-block__img {
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}
.blog-block--style2 .blog-block__content, .blog-block--style3 .blog-block__content {
  border-radius: 0px 0px 20px 20px;
  padding: 35px 208px 40px 46px;
  border: 1px solid #dfdfdf;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991.98px) {
  .blog-block--style2 .blog-block__content, .blog-block--style3 .blog-block__content {
    padding: 30px;
  }
}
.blog-block--style2 .blog-block__heading, .blog-block--style3 .blog-block__heading {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .blog-block--style2 .blog-block__heading, .blog-block--style3 .blog-block__heading {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .blog-block--style2 .blog-block__heading, .blog-block--style3 .blog-block__heading {
    font-size: 20px;
  }
}
.blog-block--style2 .blog-block__heading:hover a, .blog-block--style3 .blog-block__heading:hover a {
  color: var(--tg-theme-primary-h2);
}
.blog-block--style2 .blog-block__categories, .blog-block--style3 .blog-block__categories {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 5px;
  display: inline-block;
}
.blog-block--style2 .blog-block__categories.color1, .blog-block--style3 .blog-block__categories.color1 {
  background-color: #f2f7ff;
  color: #3497f1;
}
.blog-block--style2 .blog-block__categories.color1:hover, .blog-block--style3 .blog-block__categories.color1:hover {
  background-color: #3497f1;
  color: var(--tg-common-color-white);
}
.blog-block--style2 .blog-block__categories.color2, .blog-block--style3 .blog-block__categories.color2 {
  background-color: #eee8ff;
  color: #6534f1;
}
.blog-block--style2 .blog-block__categories.color2:hover, .blog-block--style3 .blog-block__categories.color2:hover {
  background-color: #6534f1;
  color: var(--tg-common-color-white);
}
.blog-block--style2 .blog-block__categories.color3, .blog-block--style3 .blog-block__categories.color3 {
  background-color: #e1fff8;
  color: #0fd43a;
}
.blog-block--style2 .blog-block__categories.color3:hover, .blog-block--style3 .blog-block__categories.color3:hover {
  background-color: #0fd43a;
  color: var(--tg-common-color-white);
}
.blog-block--style2 .blog-block__categories.color4, .blog-block--style3 .blog-block__categories.color4 {
  background-color: #fff4f8;
  color: #ea276d;
}
.blog-block--style2 .blog-block__categories.color4:hover, .blog-block--style3 .blog-block__categories.color4:hover {
  background-color: #ea276d;
  color: var(--tg-common-color-white);
}
.blog-block--style2 .blog-block__categories.color5, .blog-block--style3 .blog-block__categories.color5 {
  background-color: #e8f4ff;
  color: #3278ff;
}
.blog-block--style2 .blog-block__categories.color5:hover, .blog-block--style3 .blog-block__categories.color5:hover {
  background-color: #3278ff;
  color: var(--tg-common-color-white);
}
.blog-block--style2:hover, .blog-block--style3:hover {
  box-shadow: 0px 0px 30px 12px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-block--style2:hover .blog-block__content, .blog-block--style3:hover .blog-block__content {
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-block--style3 {
  display: flex;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .blog-block--style3 {
    flex-wrap: wrap;
  }
}
.blog-block--style3 .blog-block__img {
  max-width: 240px;
  min-width: 240px;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 1199.98px) {
  .blog-block--style3 .blog-block__img {
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .blog-block--style3 .blog-block__img {
    max-width: 100%;
    min-width: 100%;
    border-radius: 10px 10px 0px 0px;
  }
}
.blog-block--style3 .blog-block__img__link {
  height: 100%;
}
@media (max-width: 767.98px) {
  .blog-block--style3 .blog-block__img__link {
    width: 100%;
  }
}
.blog-block--style3 .blog-block__img__link img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .blog-block--style3 .blog-block__img__link img {
    width: 100%;
  }
}
.blog-block--style3 .blog-block__content {
  padding: 29px 25px 26px 31px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #dfdfdf;
  border-left: 1px solid transparent;
}
@media (max-width: 1199.98px) {
  .blog-block--style3 .blog-block__content {
    padding: 29px 15px 26px 15px;
  }
}
@media (max-width: 767.98px) {
  .blog-block--style3 .blog-block__content {
    border-left: 1px solid #dfdfdf;
    border-radius: 0 0 10px 10px;
  }
}
.blog-block--style3 .blog-block__datetime-admin {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .blog-block--style3 .blog-block__datetime-admin {
    gap: 15px;
  }
}
.blog-block--style3 .blog-block__datetime-admin span {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.blog-block--style3 .blog-block__heading {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .blog-block--style3 .blog-block__heading {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.blog-block--style4 .blog-block__heading:hover a {
  color: var(--tg-theme-primary-h3);
}
.blog-block--style4 .blog-block__img {
  border-radius: 20px;
}
.blog-block--style4 .blog-block__img__link {
  width: 100%;
}
.blog-block--style4 .blog-block__img__link img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .blog-block--style5 {
    flex-wrap: wrap;
  }
}
.blog-block--style5, .blog-block--style6 {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  gap: 20px;
  padding: 30px 20px 30px 30px;
}
@media (max-width: 1199.98px) {
  .blog-block--style5, .blog-block--style6 {
    padding: 20px;
  }
}
.blog-block--style5 .blog-block__img, .blog-block--style6 .blog-block__img {
  min-width: 347px;
}
@media (max-width: 1199.98px) {
  .blog-block--style5 .blog-block__img, .blog-block--style6 .blog-block__img {
    min-width: 250px;
  }
}
.blog-block--style6 {
  padding: 0;
  border: 0;
  gap: 13px;
}
.blog-block--style6 .blog-block__heading {
  font-size: 18px;
  padding-top: 4px;
}
@media (max-width: 1199.98px) {
  .blog-block--style6 .blog-block__heading {
    font-size: 15px;
  }
}
.blog-block--style6 .blog-block__img {
  min-width: 90px;
}
@media (max-width: 1199.98px) {
  .blog-block--style6 .blog-block__img {
    min-width: 70px;
  }
}
.blog-block--details {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 44px 37px 15px;
}
@media (max-width: 767.98px) {
  .blog-block--details {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .blog-block--details .blog-block__heading {
    font-size: 28px;
  }
}
.blog-block--details .blog-block__quote {
  background: #ffffff;
  border: 1px solid #e8e5e5;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 32px 60px;
}
@media (max-width: 991.98px) {
  .blog-block--details .blog-block__quote {
    padding: 15px;
  }
}
.blog-block--details .blog-block__quote i {
  font-size: 40px;
  color: rgba(21, 21, 21, 0.15);
}
.blog-block--details .blog-block__quote p {
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-secondary);
  font-style: italic;
}
@media (max-width: 991.98px) {
  .blog-block--details .blog-block__quote p {
    font-size: 16px;
  }
}
.blog-block--details .blog-block__quote a {
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-secondary);
}

/*=============================
    19. Subscirbe Block
===============================*/
.subscribe-block__sub-title {
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  font-family: var(--tg-heading-font-family);
}
.subscribe-block__main-title {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .subscribe-block__main-title {
    font-size: 26px;
  }
}
.subscribe-block__inputs {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .subscribe-block__inputs {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.subscribe-block__field {
  min-width: 292px;
  min-height: 60px;
  border: 1px solid #9769fe;
  border-radius: 10px 0px 0px 10px;
  background-color: transparent;
  font-size: 15px;
  padding: 10px 24px;
  color: var(--tg-common-color-white);
  border-right: 1px solid transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991.98px) {
  .subscribe-block__field {
    border-right: 1px solid #9769fe;
    border-radius: 10px;
    width: 100%;
  }
}
.subscribe-block__field:focus {
  border: 1px solid var(--tg-common-color-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-right: 1px solid transparent;
}
.subscribe-block__field::placeholder {
  color: #b090f5;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.subscribe-block__field:focus::placeholder {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.subscribe-block__btn {
  border-radius: 0px 10px 10px 0px;
  min-height: 60px;
  font-size: 16px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary-h2);
  background-color: var(--tg-common-color-white);
  border: 0;
  padding: 10px 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991.98px) {
  .subscribe-block__btn {
    border-radius: 10px;
  }
}
.subscribe-block__btn:hover {
  background-color: var(--tg-theme-secondary);
  color: var(--tg-common-color-white);
}

/*=============================
    20. Counter Block
===============================*/
.counter-block__number {
  font-size: 50px;
  font-weight: 700;
  color: var(--tg-theme-primary-h4);
  line-height: 1.1;
  font-family: var(--tg-heading-font-family);
  margin-bottom: 0;
}
.counter-block__name {
  font-size: 18px;
  color: var(--tg-theme-secondary);
}

/*=============================
  21. Footer Block
===============================*/
.footer-block__social ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer-block__social ul li a {
  color: var(--tg-common-color-gray-5);
}
.footer-block__social ul li a:hover {
  color: var(--tg-theme-primary);
}
.footer-block__text, .footer-block__text-subscribe {
  color: var(--tg-common-color-ashes-2);
}
.footer-block__title {
  font-size: 20px;
}
.footer-block__menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 20px;
}
.footer-block__menu ul li {
  display: block;
}
.footer-block__menu ul li a {
  color: var(--tg-common-color-ashes-2);
  font-family: var(--tg-heading-font-family);
}
.footer-block__menu ul li a:hover {
  color: var(--tg-theme-primary);
  margin-left: 5px;
}
.footer-block__title-subscribe {
  font-size: 30px;
  max-width: 301px;
  line-height: 1.45;
}
.footer-block__field-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--tg-common-color-gray-deep);
  font-size: 15px;
  font-weight: 300;
  color: var(--tg-common-color-ashes-2);
  padding: 8px 0;
}
.footer-block__field-input::placeholder {
  color: var(--tg-common-color-gray-deep);
}
.footer-block__button-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 38px;
  min-height: 35px;
  background-color: var(--tg-theme-primary);
  font-size: 15px;
  color: var(--tg-common-color-white);
  border: 0;
  border-radius: 5px;
}
.footer-block__button-subscribe:hover {
  background-color: var(--tg-common-color-white);
  color: var(--tg-theme-primary);
}
.footer-block__menu-bottom ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .footer-block__menu-bottom ul {
    justify-content: center;
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-block__menu-bottom ul {
    gap: 30px;
  }
}
.footer-block__menu-bottom ul li a {
  color: var(--tg-common-color-gray-2);
}
.footer-block__menu-bottom ul li a:hover {
  color: var(--tg-theme-primary);
}
.footer-block__address p {
  margin-bottom: 10px;
}
.footer-block__address span {
  font-family: var(--tg-heading-font-family);
  font-weight: 500;
  color: var(--tg-theme-secondary);
  display: block;
  margin-bottom: 10px;
}
.footer-block__address a {
  color: #757589;
  font-family: var(--tg-heading-font-family);
}
.footer-block__infos ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}
.footer-block__infos ul li {
  color: var(--tg-common-color-white);
}
.footer-block--style2 .footer-block__text {
  color: #757589;
}
.footer-block--style2 .footer-block__menu ul li a,
.footer-block--style2 .footer-block__social ul li a,
.footer-block--style2 .footer-block__menu-bottom ul li a {
  color: #757589;
}
.footer-block--style2 .footer-block__menu ul li a:hover,
.footer-block--style2 .footer-block__social ul li a:hover,
.footer-block--style2 .footer-block__menu-bottom ul li a:hover {
  color: var(--tg-theme-primary-h2);
}
.footer-block--style5 .footer-block__menu ul li a:hover,
.footer-block--style5 .footer-block__social ul li a:hover,
.footer-block--style5 .footer-block__menu-bottom ul li a:hover {
  color: var(--tg-theme-primary-h3);
}
.footer-block--style4 .footer-block__text {
  color: var(--tg-common-color-white);
}
.footer-block--style4 .footer-block__menu ul li a,
.footer-block--style4 .footer-block__social ul li a,
.footer-block--style4 .footer-block__menu-bottom ul li a {
  color: var(--tg-common-color-white);
}
.footer-block--style4 .footer-block__menu ul li a:hover,
.footer-block--style4 .footer-block__social ul li a:hover,
.footer-block--style4 .footer-block__menu-bottom ul li a:hover {
  color: var(--tg-theme-primary-h4);
}
.footer-block--style4 .footer-block__button-subscribe {
  right: 6px;
  min-width: 35px;
  min-height: 35px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--tg-theme-primary-h4);
  top: 50%;
  transform: translateY(-50%);
}
.footer-block--style4 .footer-block__button-subscribe:hover {
  background-color: var(--tg-theme-secondary-h4);
  color: var(--tg-common-color-white);
}
.footer-block--style4 .footer-block__field-input {
  background: #ffffff;
  border-radius: 500px;
  padding: 0 20px;
  min-height: 46px;
  color: #6e6d6d;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.footer-block--style4 .footer-block__field-input::placeholder {
  color: #a5a5a5;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.footer-block--style4 .footer-block__field-input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-block-2 .tg-footer-widget-link ul li a, .footer-block-2 .tg-footer-widget-social a {
  color: #757589;
}
.footer-block-2 .tg-footer-widget-link ul li a:hover, .footer-block-2 .tg-footer-widget-social a:hover {
  color: var(--tg-theme-primary-h2);
}
.footer-block-2 .tg-footer-widget-content p {
  color: #757589;
}
.footer-block-2 .tg-footer-widget-title {
  color: var(--tg-heading-color);
}

.footer-block-3 .tg-footer-widget-link ul li a:hover, .footer-block-3 .tg-footer-widget-social a:hover, .footer-block-3 .primary-color-h3:hover {
  color: var(--tg-theme-primary-h3);
}

.footer-block-4 .tg-footer-widget-number a, .footer-block-4 .tg-footer-widget-mail a, .footer-block-4 .tg-footer-widget-social a {
  color: var(--tg-common-color-white);
  font-family: var(--tg-body-font-family);
}
.footer-block-4 .tg-footer-widget-number a:hover, .footer-block-4 .tg-footer-widget-mail a:hover, .footer-block-4 .tg-footer-widget-social a:hover {
  color: var(--tg-theme-primary-h4);
}
.footer-block-4 .tg-footer-widget-link ul li a {
  color: var(--tg-common-color-white);
}
.footer-block-4 .tg-footer-widget-link ul li a:hover {
  color: var(--tg-theme-primary-h4);
}

/*=============================
    22. Section form
===============================*/
.section-form {
  background: #f7f8f9;
  border-radius: 20px;
  padding: 40px 40px;
}
@media (max-width: 767.98px) {
  .section-form {
    padding: 30px 20px;
  }
}
.section-form__hash-tag {
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-theme-primary-h4);
  margin-bottom: 5px;
  display: inline-block;
}
.section-form__title {
  font-size: 24px;
}
.section-form__input-field {
  width: 100%;
  min-height: 50px;
  border-radius: 5px;
  background-color: var(--tg-common-color-white);
  border: 1px solid transparent;
  padding: 10px 20px;
  color: #969696;
  font-size: 14px;
  font-family: var(--tg-body-font-family);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991.98px) {
  .section-form__input-field {
    grid-column: 1/span 3;
  }
}
.section-form__input-field:focus {
  border: 1px solid var(--tg-theme-primary-h4);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.section-form__input-field:focus::placeholder {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.section-form__input-field.textarea {
  min-height: 140px;
  resize: none;
}
.section-form__input-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-form__checkbox-input[type=checkbox] {
  border-radius: 3px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid #d0d0d0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  appearance: none;
}
.section-form__checkbox-input:checked {
  background-color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.section-form__checkbox-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.section-form__checkbox-name {
  font-size: 15px;
  color: var(--tg-theme-secondary);
}
.section-form--style2, .section-form--style3 {
  padding: 0;
  padding-right: 90px;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  .section-form--style2, .section-form--style3 {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .section-form--style2, .section-form--style3 {
    padding-right: 0px;
  }
}
.section-form--style2 .section-form__title, .section-form--style3 .section-form__title {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .section-form--style2 .section-form__title, .section-form--style3 .section-form__title {
    font-size: 24px;
  }
}
.section-form--style2 .section-form__input-box, .section-form--style3 .section-form__input-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
.section-form--style2 .section-form__formcheck, .section-form--style3 .section-form__formcheck {
  grid-column: 1/span 3;
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: left;
}
.section-form--style2 .section-form__input-field.textarea, .section-form--style3 .section-form__input-field.textarea {
  grid-column: 1/span 3;
}
.section-form--style2 .section-form__input-field:focus, .section-form--style3 .section-form__input-field:focus {
  border: 1px solid rgba(255, 39, 89, 0.8);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.section-form--style3 {
  padding: 40px 50px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .section-form--style3 {
    padding: 15px;
  }
}
.section-form--style3 .section-form__input-field {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #9b9b9b;
}
.section-form--style3 .section-form__input-field.textarea {
  min-height: 184px;
}
.section-form--style4 {
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 90px 60px;
  position: relative;
}
@media (max-width: 991.98px) {
  .section-form--style4 {
    padding: 15px;
  }
}
.section-form--style4::before {
  position: absolute;
  content: "";
  width: 405px;
  height: 405px;
  background: rgba(255, 39, 89, 0.1);
  border-radius: 50%;
  top: -148px;
  right: -142px;
  z-index: -1;
  animation: scale-up-two 10s infinite;
}
@media (max-width: 1500px) {
  .section-form--style4::before {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .section-form--style4::before {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .section-form--style4::before {
    display: none;
  }
}
.section-form--style4 .section-form__input-box {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; /* Adjust the gap value as per your preference */
}
@media (max-width: 991.98px) {
  .section-form--style4 .section-form__input-box {
    display: flex;
    flex-wrap: wrap;
  }
}
.section-form--style4 .section-form__item:nth-child(5), .section-form--style4 .section-form__item:nth-child(6) {
  resize: vertical;
  grid-column: 1/3;
}
@media (max-width: 991.98px) {
  .section-form--style4 .section-form__item {
    flex-basis: 100%;
    width: 100%;
  }
}
.section-form--style4 .section-form__input-field {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #9b9b9b;
}
.section-form--style4 .section-form__input-field.textarea {
  min-height: 184px;
}

/*=============================
    23. Join Block
===============================*/
.join-block {
  background: #4067f2;
  padding: 85px 105px;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .join-block {
    padding: 60px 25px;
  }
}
.join-block__title {
  padding-right: 50px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .join-block__title {
    padding-right: 0;
    text-align: center;
  }
}

/*=============================
    24. Social-block
===============================*/
.social-block ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .social-block ul {
    justify-content: center;
  }
}
.social-block ul li a {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  place-content: center;
  border-radius: 50%;
}
.social-block ul li a.facebook {
  background: #e9f2ff;
  color: #1877f2;
}
.social-block ul li a.facebook:hover {
  background-color: #1877f2;
  color: #e9f2ff;
}
.social-block ul li a.twitter {
  background: #dbf1ff;
  color: #1da1f2;
}
.social-block ul li a.twitter:hover {
  background-color: #1da1f2;
  color: #dbf1ff;
}
.social-block ul li a.pinterest {
  background: #fff2f4;
  color: #e60023;
}
.social-block ul li a.pinterest:hover {
  background-color: #e60023;
  color: #fff2f4;
}
.social-block ul li a.linkedin {
  background: #ecf5ff;
  color: #0a66c2;
}
.social-block ul li a.linkedin:hover {
  background-color: #0a66c2;
  color: #ecf5ff;
}
.social-block ul li a.instagram {
  background: #f9efff;
  color: #833ab4;
}
.social-block ul li a.instagram:hover {
  background-color: #833ab4;
  color: #f9efff;
}

/*=============================
    25. Skill-block
===============================*/
.skills-block {
  padding-right: 200px;
  overflow: hidden;
  padding-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .skills-block {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .skills-block {
    padding-right: 0px;
  }
}
.skills-block__title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.skills-block__item {
  margin-bottom: 40px;
  text-align: left;
}
.skills-block__item:last-child {
  margin-bottom: 0;
}
.skills-block__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  margin-bottom: 16px;
}
.skills-block__number {
  line-height: 1;
  font-size: 16px;
  transition: width 1s ease-in-out;
}
.skills-block__progress {
  position: relative;
}
.skills-block__progress::before {
  position: absolute;
  content: "";
  min-width: 100%;
  min-height: 5px;
  background: #ffdbe3;
  border-radius: 0px 5px 5px 3px;
  bottom: -5px;
  z-index: 2;
}
.skills-block__progress-bar {
  min-height: 4px;
  background: #ff2759;
  border-radius: 3px 3px 0px 0px;
  z-index: 1;
  transition: width 1s ease-in-out;
}

/*=============================
    26. Components
===============================*/
.sidebar-search__field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 6px 0;
  font-size: 15px;
  color: #8e8d8d;
  padding-right: 25px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-search__field::placeholder {
  color: #8e8d8d;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-search__field:focus::placeholder {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-search__button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #959595;
  font-size: 15px;
}
.sidebar-search--style2 .sidebar-search__field {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  min-height: 60px;
  padding: 0 75px 0 24px;
}
.sidebar-search--style2 .sidebar-search__button {
  min-height: 58px;
  min-width: 65px;
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-radius: 0px 4px 4px 0px;
  font-size: 18px;
  right: 0;
}

.sidebar-category ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-category ul li a {
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-secondary);
  font-family: var(--tg-heading-font-family);
  padding: 9.75px 0 9.75px 20px;
  display: block;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-category ul li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-category ul li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--tg-theme-primary);
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-category ul li a:hover {
  color: var(--tg-theme-primary);
}
.sidebar-category ul li a:hover::before {
  background-color: var(--tg-theme-primary);
}
.sidebar-category ul li a:hover::after {
  background-color: var(--tg-theme-primary);
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-category--style2 ul li a {
  border-bottom: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 0px 4px 15px;
}
.sidebar-category--style2 ul li a span {
  font-size: 12px;
  color: #939393;
}
.sidebar-category--style2 ul li a::after {
  display: none;
}
.sidebar-category--style2 ul li a::before {
  content: ">";
  width: inherit;
  height: inherit;
  background-color: transparent;
  font-family: var(--tg-heading-font-family);
  font-size: 16px;
}
.sidebar-category--style2 ul li a:hover {
  text-decoration: underline;
}
.sidebar-category--style2 ul li a:hover span {
  color: var(--tg-theme-primary);
}
.sidebar-category--style2 ul li a:hover::before {
  background-color: transparent;
}

.sidebar-download__name {
  font-size: 18px;
  color: var(--tg-theme-secondary);
  font-family: var(--tg-heading-font-family);
  display: block;
}
.sidebar-download__title {
  font-size: 20px;
}
.sidebar-download ul {
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 15px;
}
.sidebar-download ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: var(--tg-theme-secondary);
  padding: 8.25px 27.25px 8.25px 16px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-download ul li:hover {
  color: var(--tg-theme-primary);
}

.sidebar-contact {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 52px 37px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .sidebar-contact {
    padding: 20px;
  }
}
.sidebar-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
  top: 0;
  left: 0;
}
.sidebar-contact__link {
  font-size: 18px;
  font-weight: var(--tg-fw-bold);
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-white);
}
.sidebar-contact__link:hover {
  color: var(--tg-theme-primary);
}

.list-block {
  display: flex;
  gap: 149px;
}
@media (max-width: 991.98px) {
  .list-block {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.list-block__column > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-block__column > ul > li {
  display: flex;
  align-items: center;
  color: var(--tg-theme-secondary);
  gap: 10px;
}
.list-block__column > ul > li > i {
  font-size: 20px;
}

.study-point ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}
.study-point ul li {
  font-size: 18px;
  font-weight: var(--tg-fw-bold);
  color: var(--tg-theme-secondary);
}

.np-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.np-block__icon {
  display: inline-flex;
  align-items: center;
  place-content: center;
  min-width: 40px;
  min-height: 40px;
  background-color: #fff2f5;
  color: var(--tg-theme-primary);
  font-size: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.np-block:hover .np-block__icon {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.np-block__name {
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
  color: #585858;
}
.np-block__title {
  font-size: 20px;
  font-weight: var(--tg-fw-bold);
  margin-bottom: 0;
  color: var(--tg-common-color-black);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.np-block__title:hover {
  color: var(--tg-theme-primary);
}
.np-block--middle {
  min-width: 70px;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid var(--tg-theme-primary);
  border-radius: 50%;
}

.sidebar-tags ul,
.inside-tags ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar-tags ul li a,
.inside-tags ul li a {
  padding: 6px 13px;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-secondary);
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: inline-block;
}
.sidebar-tags ul li a:hover,
.inside-tags ul li a:hover {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-color: var(--tg-theme-primary);
}

.inside-tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inside-tags__title {
  font-size: 16px;
  margin-bottom: 0;
}

.comments-block {
  padding: 45px 50px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .comments-block {
    padding: 15px;
  }
}
.comments-block ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.comments-block ul li {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 35px;
}
.comments-block ul li:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.comments-block__item {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .comments-block__item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.comments-block__image {
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .comments-block__image {
    min-width: 60px;
    min-height: 60px;
  }
}
.comments-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .comments-block__header {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.comments-block__name h5 {
  margin-bottom: 0;
  font-size: 18px;
}
.comments-block__name span {
  font-size: 14px;
  color: #797979;
}
.comments-block__button {
  background: #fff9fa;
  border-radius: 5px;
  border: 0;
  font-weight: var(--tg-fw-bold);
  font-family: var(--tg-heading-font-family);
  padding: 0 13px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.comments-block__button:hover {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.comments-block__text {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .comments-block__text {
    font-size: 14px;
  }
}
.comments-block__reply {
  padding-left: 100px;
}
@media (max-width: 767.98px) {
  .comments-block__reply {
    padding-left: 15px;
  }
}

.contact-block__item {
  max-width: 335px;
}
.contact-block__title {
  font-size: 24px;
  margin-bottom: 13px;
}
.contact-block__text {
  font-size: 18px;
  color: var(--tg-body-color);
}

/*=============================
    27. Header
===============================*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}
@media (max-width: 767.98px) {
  .transparent-header {
    top: 0;
  }
}

.tg-header__area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-primary);
  display: none;
}
@media (max-width: 991.98px) {
  .tg-header__area .mobile-nav-toggler {
    height: 100%;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .tg-header__area {
    padding: 25px 0;
  }
}
.tg-header__burger {
  width: 111px;
  min-height: 110px;
  display: flex;
  background-color: var(--tg-theme-secondary);
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-right: 41px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991.98px) {
  .tg-header__burger {
    display: none;
  }
}
.tg-header__burger span {
  width: 40px;
  height: 3px;
  background-color: var(--tg-common-color-white);
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tg-header__burger:hover {
  background-color: var(--tg-theme-primary-h2);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tg-header__border::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--tg-common-color-ashes-2);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .tg-header--style2 {
    padding: 0 0;
  }
}
.tg-header--style2 .header-btn {
  margin-left: 41px;
}
.tg-header--style2 .mobile-nav-toggler {
  padding: 26px;
  padding-right: 15px;
}
.tg-header__h3 {
  padding: 50px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tg-header__h3.sticky-menu {
  padding: 0px 0;
}
.tg-header__h3 .mobile-nav-toggler {
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .tg-header__h3 .mobile-nav-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .tg-header__h3 .mobile-nav-toggler {
    height: 100%;
    display: inline-flex;
    align-items: center;
  }
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}
.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
}
.tgmenu__navbar-wrap ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tg-theme-secondary);
  padding: 44px 23px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.tgmenu__navbar-wrap ul li a.active-menu {
  color: var(--tg-theme-primary);
}
.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: var(--tg-common-color-white);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -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;
  -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);
  border-radius: 0;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--tg-theme-secondary);
  text-transform: capitalize;
}
.tgmenu__navbar-wrap ul li .sub-menu li a.active-menu, .tgmenu__navbar-wrap ul li .sub-menu li a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li:hover a {
  color: var(--tg-theme-primary);
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__action > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 14px;
}
.tgmenu__action > ul li {
  position: relative;
  margin-left: 19px;
}
.tgmenu__action > ul li:first-child {
  margin-left: 0;
}
.tgmenu__action > ul li a {
  color: var(--tg-heading-color);
  font-size: 14px;
}
.tgmenu__action > ul .header-btn .btn {
  color: var(--tg-common-color-white);
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action > ul .header-btn {
    display: none;
  }
}
.tgmenu__action > ul .header-btn--style2 .btn {
  min-height: 110px;
  display: inline-flex;
  align-items: center;
  min-width: 195px;
  justify-content: center;
  border-radius: 0;
  font-size: 18px;
  background-color: var(--tg-theme-primary-h2);
}
.tgmenu__action > ul .header-btn--style2 .btn:hover {
  background-color: var(--tg-theme-secondary);
}
.tgmenu__action > ul .header-btn--style2 .btn::before {
  display: none;
}
.tgmenu__action > ul .header-btn--style3 {
  margin-left: 29px;
}
.tgmenu__action > ul .header-btn--style3 .btn {
  background-color: var(--tg-theme-primary-h3);
  border-radius: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 22.5px 20px;
}
.tgmenu__action > ul .header-btn--style3 .btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--tg-theme-primary-h3--deep);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tgmenu__action > ul .header-btn--style3 .btn::before {
  display: none;
}
.tgmenu__action > ul .header-btn--style3 .btn:hover {
  background-color: var(--tg-theme-primary-h3--deep);
}
.tgmenu__action > ul .header-btn--style3 .btn:hover span {
  background-color: var(--tg-theme-primary-h3);
}
.tgmenu__action > ul .header-btn--style4 .btn {
  background-color: transparent;
  color: var(--tg-theme-secondary);
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0;
  gap: 5px;
}
.tgmenu__action > ul .header-btn--style4 .btn::before {
  display: none;
}
.tgmenu__action > ul .header-btn--style4 .btn__icon {
  background: rgba(0, 127, 97, 0.15);
  color: var(--tg-theme-primary-h4);
  display: grid;
  place-content: center;
  font-size: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.tgmenu__action > ul .header-btn--style4 .btn__texts p {
  color: var(--tg-theme-secondary);
  font-size: 14px;
}
.tgmenu__action > ul .header-btn--style4 .btn__texts span {
  font-weight: var(--tg-fw-semi-bold);
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .tgmenu__action {
    margin-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__wrap--h2 {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__wrap--h2 {
    padding: 20px;
  }
}
.tgmenu__wrap--h2 ul li a.active-menu, .tgmenu__wrap--h2 ul li a:hover {
  color: var(--tg-theme-primary-h2);
}
.tgmenu__wrap--h2 ul li:hover a {
  color: var(--tg-theme-primary-h2);
}
.tgmenu__wrap--h2 ul li .sub-menu li a.active-menu, .tgmenu__wrap--h2 ul li .sub-menu li a:hover {
  color: var(--tg-theme-primary-h2);
}
.tgmenu__wrap--h3 {
  background-color: var(--tg-common-color-white);
  border-radius: 10px;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .tgmenu__wrap--h3 {
    padding: 0px 20px;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__wrap--h3 {
    padding: 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__wrap--h3 {
    padding-left: 0;
    padding: 20px;
  }
}
.tgmenu__wrap--h3 ul li a {
  padding: 30px 23px;
}
.tgmenu__wrap--h3 ul li a.active-menu, .tgmenu__wrap--h3 ul li a:hover {
  color: var(--tg-theme-primary-h3);
}
.tgmenu__wrap--h3 ul li:hover a {
  color: var(--tg-theme-primary-h3);
}
.tgmenu__wrap--h3 ul li .sub-menu li a.active-menu, .tgmenu__wrap--h3 ul li .sub-menu li a:hover {
  color: var(--tg-theme-primary-h3);
}
.tgmenu__wrap--h4 ul li a.active-menu, .tgmenu__wrap--h4 ul li a:hover {
  color: var(--tg-theme-primary-h4);
}
.tgmenu__wrap--h4 ul li:hover a {
  color: var(--tg-theme-primary-h4);
}
.tgmenu__wrap--h4 ul li .sub-menu li a.active-menu, .tgmenu__wrap--h4 ul li .sub-menu li a:hover {
  color: var(--tg-theme-primary-h4);
}
.tgmenu__wrap--h4 .list-wrap {
  margin-left: 23px;
}

.logo img {
  max-width: 180px;
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-common-color-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;
}

#header-fixed-height.active-height {
  display: block;
  height: 96px;
}

/*=============================
    28. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 14px;
  height: 45px;
  background: #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.tgmobile__search input::placeholder {
  font-size: 14px;
  color: var(--tg-body-color);
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}
.tgmobile__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%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.current > a::before {
  height: 100%;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: #efefef;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-common-color-white);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__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;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__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);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #292b37;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-common-color-white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-common-color-white);
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*=============================
    29. Hero
===============================*/
.hero--padding {
  padding-top: 77px;
}
.hero--home2 {
  position: relative;
  padding-top: 190px;
  padding-bottom: 226px;
}
@media (max-width: 1199.98px) {
  .hero--home2 {
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .hero--home2 {
    padding-bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  .hero--home2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.hero--home2::before {
  position: absolute;
  content: "";
  width: 85.8%;
  bottom: 0;
  height: 5px;
  background-color: rgba(217, 217, 217, 0.4);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.hero--home2 .hero__images-ex img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .hero--home2 .hero__images-ex img {
    display: none;
  }
}
.hero--home2 .hero__images-ex img:first-child {
  left: 6%;
  bottom: 5px;
}
@media (max-width: 1500px) {
  .hero--home2 .hero__images-ex img:first-child {
    left: -1%;
  }
}
@media (max-width: 1199.98px) {
  .hero--home2 .hero__images-ex img:first-child {
    max-width: 170px;
  }
}
.hero--home2 .hero__images-ex img:last-child {
  right: 132px;
  bottom: -25px;
}
@media (max-width: 1500px) {
  .hero--home2 .hero__images-ex img:last-child {
    right: 35px;
  }
}
@media (max-width: 1199.98px) {
  .hero--home2 .hero__images-ex img:last-child {
    max-width: 241px;
    bottom: -9px;
  }
}
.hero--h3 {
  background-color: var(--tg-bg-f6faff);
  padding-top: 245px;
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .hero--h3 {
    padding-top: 190px;
    padding-bottom: 80px;
  }
}
.hero--h3 .hero__images ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
  gap: 20px;
}
.hero--h3 .hero__images ul li {
  display: grid;
  gap: 20px;
}
.hero--h3 .hero__images__item {
  background-color: transparent;
}
.hero--h3 .hero__images__item img {
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
}
.hero__image--h4 {
  margin-right: -62px;
}
@media (max-width: 1199.98px) {
  .hero__image--h4 {
    margin-right: 0;
  }
}
.hero--h4 {
  padding: 50px 0;
}

.hero-content__text {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .hero-content__text {
    max-width: 520px;
  }
}
@media (max-width: 991.98px) {
  .hero-content__text {
    max-width: 630px;
  }
}
.hero-content__heading {
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .hero-content__heading img {
    max-width: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-content__heading img {
    max-width: 30px;
  }
}
.hero-content--home2 .hero-content__text {
  max-width: 569px;
  margin: 0 auto 40px auto;
}
.hero-content--home2 .hero-content__subscribe {
  max-width: 442px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero-content--home2 .hero-content__subscribe {
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.hero-content--home2 .hero-content__input-name {
  min-width: 290px;
  min-height: 60px;
  padding: 0 24px;
  background: var(--tg-common-color-white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
  border-radius: 10px 0px 0px 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767.98px) {
  .hero-content--home2 .hero-content__input-name {
    border-radius: 10px;
    width: 100%;
  }
}
.hero-content--home2 .hero-content__input-name:focus {
  border: 1px solid var(--tg-theme-primary-h2);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-right: 1px solid transparent;
}
.hero-content--home2 .hero-content__input-name::placeholder {
  color: var(--tg-common-color-gray-deep-h2);
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.hero-content--home2 .hero-content__input-name:focus::placeholder {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.hero-content--home2 .hero-content__input-button {
  border-radius: 0px 10px 10px 0px;
  font-family: var(--tg-body-font-family);
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-common-color-white);
  background-color: var(--tg-theme-primary-h2);
  border: 0;
  min-height: 60px;
  padding: 10px 24px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767.98px) {
  .hero-content--home2 .hero-content__input-button {
    border-radius: 10px;
  }
}
.hero-content--home2 .hero-content__input-button:hover {
  background-color: var(--tg-theme-secondary);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.hero-content--h3 {
  padding-left: 50px;
}
@media (max-width: 767.98px) {
  .hero-content--h3 {
    padding-left: 0;
  }
}
.hero-content--h3 .hero-content__sub-heading {
  font-size: 24px;
  font-weight: 600;
  color: var(--tg-theme-primary-h3);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.hero-content--h3 .hero-content__btn {
  background-color: var(--tg-theme-primary-h3);
}
.hero-content--h3 .hero-content__btn:hover {
  background-color: var(--tg-theme-primary-h3--deep);
}
.hero-content--h3 .hero-content__btn::before {
  display: none;
}
.hero-content--h3 .hero-content__features ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 15px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .hero-content--h3 .hero-content__features ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.hero-content--h3 .hero-content__features ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #757589;
}
.hero-content--h4 {
  padding-right: 15px;
}
.hero-content--h4 .hero-content__heading {
  font-size: 80px;
}
@media (max-width: 767.98px) {
  .hero-content--h4 .hero-content__heading {
    font-size: 50px;
  }
}

.hero-thumb {
  max-width: 557px;
  position: relative;
  transform: translateX(78px);
}
@media (max-width: 1199.98px) {
  .hero-thumb {
    transform: translateX(0px);
  }
}
@media (max-width: 991.98px) {
  .hero-thumb {
    transform: translateX(0px);
    max-width: max-content;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .hero-thumb__icons {
    display: none;
  }
}
.hero-thumb__icons img {
  position: absolute;
}
.hero-thumb__icon1 {
  top: 147px;
  left: 117px;
}
@media (max-width: 1199.98px) {
  .hero-thumb__icon1 {
    display: none;
  }
}
.hero-thumb__icon2 {
  top: 29px;
  left: 82px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.hero-thumb__icon3 {
  top: -9px;
  left: 228px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .hero-thumb__icon3 {
    top: -60px;
  }
}
@media (max-width: 991.98px) {
  .hero-thumb__icon3 {
    top: -60px;
    display: none;
  }
}
.hero-thumb__icon4 {
  top: 81px;
  left: 195px;
}
@media (max-width: 1199.98px) {
  .hero-thumb__icon4 {
    display: none;
  }
}
.hero-thumb__icon5 {
  top: -29px;
  left: 477px;
}
@media (max-width: 1199.98px) {
  .hero-thumb__icon5 {
    display: none;
  }
}
.hero-thumb__icon6 {
  top: 105px;
  right: 10px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/*=============================
    30. About
===============================*/
.about__content {
  padding-left: 45px;
}
@media (max-width: 1199.98px) {
  .about__content {
    padding-left: 0;
  }
}
.about__content--h3 {
  padding-top: 65px;
}
.about__image {
  margin-left: -70px;
}
@media (max-width: 1199.98px) {
  .about__image {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .about__image {
    margin-left: 0;
    text-align: center;
  }
}
.about__features ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 6px;
}
.about__features ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.about__features ul li span {
  min-width: 23px;
}
.about--h3 {
  padding-top: 110px;
}
.about--h3 .about__right {
  position: absolute;
  right: 151px;
  bottom: 0;
}
@media (max-width: 1500px) {
  .about--h3 .about__right {
    right: 0;
    max-width: 680px;
  }
}
@media (max-width: 1199.98px) {
  .about--h3 .about__right {
    right: 0;
    max-width: 375px;
  }
}
@media (max-width: 991.98px) {
  .about--h3 .about__right {
    position: relative;
    max-width: 100%;
    text-align: center;
    margin-bottom: -125px;
  }
}
.about--h4 .about__text {
  font-family: var(--tg-text-font-family);
  margin-bottom: 40px;
}
.about--h4 .about__text:first-child {
  color: var(--tg-theme-secondary);
}
.about--h4 .about__text:last-child {
  margin-bottom: 0;
}
.about__inner-content {
  padding-right: 55px;
}
@media (max-width: 991.98px) {
  .about__inner-content {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about__inner-content .for-mobile {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .about__inner-content .for-mobile a {
    margin-left: 0 !important;
  }
}
.about__inner-images {
  border-radius: 20px;
  overflow: hidden;
}
.about__inner-images ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .about__inner-images ul {
    flex-wrap: wrap;
  }
}
.about__inner-images ul li {
  flex-grow: 1;
  transition: all 300ms ease-in-out 0s;
  max-height: 460px;
  overflow: hidden;
}
.about__inner-images ul li img {
  width: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out 0s;
  height: 100%;
}
.about__inner-images ul li:hover {
  flex-grow: 2;
}
.about--video {
  padding: 190px 0;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .about--video {
    padding: 80px 0;
  }
}
.about--video::before {
  background: rgba(26, 26, 31, 0.1);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.about--case {
  padding: 300px 0;
}
.about--case::before {
  background: rgba(0, 33, 151, 0.5);
}

.inner-image {
  min-height: 526px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .inner-image {
    display: grid;
    gap: 20px;
  }
}
.inner-image img {
  border-radius: 20px;
  background: #d9d9d9;
}
.inner-image__img1 {
  box-shadow: 20px -20px 20px rgba(0, 0, 0, 0.1);
}
.inner-image__img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 20px 20px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .inner-image__img2 {
    position: relative;
  }
}
.inner-image__circle {
  position: absolute;
  width: 455px;
  height: 455px;
  background-color: var(--tg-theme-primary);
  border-radius: 50%;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .inner-image__circle {
    display: none;
  }
}

.tg-line a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.tg-line a:hover {
  background-size: 0% 1px, 100% 1px;
}

/*=============================
    39. Services
===============================*/
.service {
  position: relative;
}
.service--bg {
  background-color: var(--tg-common-color-dark);
  z-index: 1;
}
.service--h2 .service__text {
  font-size: 18px;
  font-weight: var(--tg-fw-regular);
}
.service--h2 .service__text a {
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary-h2);
  text-decoration: underline;
}
.service--h2 .service__text a:hover {
  color: var(--tg-theme-secondary-h2);
}
.service--h3 {
  background-color: var(--tg-bg-F9FBFF);
}
.service--h4 {
  background-color: var(--tg-theme-primary-h4);
}
.service--h4 .service__element {
  position: absolute;
  min-width: 466px;
  min-height: 248px;
  top: 0;
  left: 249px;
  background-repeat: no-repeat;
}

.service-details__text-main {
  color: var(--tg-theme-secondary);
}

/*=============================
    32. Featured
===============================*/
.featured__img--right {
  padding-left: 48px;
}
@media (max-width: 991.98px) {
  .featured__img--right {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .featured__img--right {
    padding-left: 0;
  }
}
.featured--h2 {
  background-color: var(--tg-bg-F9FCFF);
}

/*=============================
    33. Facts
===============================*/
.facts--bg {
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.facts--bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(31, 36, 87, 0.8);
  z-index: -1;
}

.map-bg {
  margin-top: -250px;
  height: 600px;
}
.map-bg iframe {
  height: 100%;
  width: 100%;
}

/*=============================
    34. Client Layout
===============================*/
.client--h2 {
  background-color: var(--tg-bg-FFF8E8);
}
.client--h2 .client__wrapper {
  padding-left: 60px;
}
@media (max-width: 991.98px) {
  .client--h2 .client__wrapper {
    padding: 0 30px;
  }
}
.client--h4 {
  background-color: #dff1ee;
}
.client--h4 .client__wrapper {
  padding-left: 60px;
}
@media (max-width: 991.98px) {
  .client--h4 .client__wrapper {
    padding: 0 30px;
  }
}

/*=============================
    35. Partner
===============================*/
.partner--bg {
  background-color: var(--tg-theme-secondary-deep);
}

.sponsors--h3 {
  border-bottom: 1px solid #d9d9d9;
}

/*=============================
    36. Estimate
===============================*/
.estimate--bg {
  background-color: var(--tg-theme-primary);
  padding-top: 245px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .estimate--bg {
    padding-top: 145px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .estimate--bg {
    padding-top: 145px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .estimate--bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.estimate__content {
  padding-top: 60px;
}
.estimate__right {
  margin-left: -180px;
  margin-bottom: -140px;
}
@media (max-width: 1199.98px) {
  .estimate__right {
    margin-left: 0;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .estimate__right {
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
.estimate__element {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.estimate__element--one {
  top: -1px;
}
.estimate__element--two {
  bottom: -1px;
}

/*=============================
    37. Slider
===============================*/
.tg-pagination1 {
  display: flex;
  justify-content: center;
  padding: 75px 15px;
  gap: 0 18px;
}
@media (max-width: 767.98px) {
  .tg-pagination1 {
    padding: 30px 15px;
  }
}
.tg-pagination1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--tg-common-color-gray-2);
  opacity: 1;
  -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;
  position: relative;
  margin: 0 0px !important;
}
.tg-pagination1 .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 21.87px;
  height: 21.87px;
  border: 1px solid #c9c9c9;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -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;
}
.tg-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tg-theme-secondary);
  -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;
}
.tg-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
  -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;
  border-color: var(--tg-theme-secondary);
}
.tg-pagination1--style2 {
  padding: 40px 15px;
}
.tg-pagination1--style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tg-theme-primary);
}
.tg-pagination1--style2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--tg-theme-primary);
}
.tg-pagination1--project {
  padding-right: 98px;
}
@media (max-width: 767.98px) {
  .tg-pagination1--project {
    padding-right: 15px;
  }
}

.tg-sliderStyle5 .swiper-slide {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tg-sliderStyle5 .team-block {
  transform: translateY(0px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tg-sliderStyle5 .swiper-slide-active {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tg-sliderStyle5 .swiper-slide-active .team-block {
  transform: translateY(100px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .tg-sliderStyle5 .swiper-slide-active .team-block {
    transform: translateY(50px);
  }
}
@media (max-width: 767.98px) {
  .tg-sliderStyle5 .swiper-slide-active .team-block {
    transform: translateY(0px);
  }
}

.sliderNav {
  margin-top: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1199.98px) {
  .sliderNav {
    margin-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .sliderNav {
    margin-top: 130px;
  }
}
@media (max-width: 767.98px) {
  .sliderNav {
    margin-top: 50px;
  }
}
.sliderNav__btn {
  width: 40px;
  height: 40px;
  border: 1px solid #b7b7b7;
  color: #000248;
  display: inline-flex;
  align-items: center;
  place-content: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sliderNav__btn:hover {
  background-color: var(--tg-theme-primary-h2);
  border-color: var(--tg-theme-primary-h2);
  color: var(--tg-common-color-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*=============================
    38. Team
===============================*/
.team__detail-wrapper {
  z-index: 1;
}
@media (max-width: 991.98px) {
  .team__detail-wrapper {
    text-align: center;
    padding: 50px 15px 80px 15px;
  }
}
.team__detail-wrapper::before {
  position: absolute;
  content: "";
  width: 83%;
  right: 0;
  height: 100%;
  background-color: #f3fcff;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .team__detail-wrapper::before {
    width: 100%;
  }
}
.team__profile-picture > img {
  border-radius: 30px;
  overflow: hidden;
}
.team__member-details__designation {
  font-size: 24px;
  color: #7e7e7e;
}
.team__member-details__address ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 3px;
}
.team__member-details__address ul li {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .team__member-details__address ul li {
    justify-content: center;
  }
}
.team__member-details__address ul li span {
  font-size: 15px;
  font-weight: 600;
  color: var(--tg-theme-secondary);
}

/*=============================
    40. Portfolio
===============================*/
.project__wrapper {
  padding-left: 98px;
}
@media (max-width: 767.98px) {
  .project__wrapper {
    padding-left: 0;
    padding: 0 15px;
  }
}

.project-details__images img {
  width: 100%;
  object-fit: cover;
}

.case-infos {
  display: grid;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .case-infos {
    gap: 0;
  }
}
.case-infos__row ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .case-infos__row ul {
    flex-wrap: wrap;
  }
}
.case-infos__row ul li {
  min-width: 161px;
}
.case-infos__title {
  font-size: 16px;
  margin-bottom: 0;
}
.case-infos__name {
  font-size: 15px;
}

/*=============================
    41. Faq
===============================*/
.faq--style {
  background-color: #1a1a1f;
}
.faq__image {
  margin-right: -110px;
}
@media (max-width: 1500px) {
  .faq__image {
    margin-right: 0;
  }
}
.faq__image img {
  width: 100%;
}

/*=============================
    42. Blog
===============================*/
.blog--h3 {
  background-color: #f3f8ff;
}

/*=============================
    43. Subscribe
===============================*/
.subscribe--bg {
  background-color: var(--tg-theme-primary-h2);
}

/*=============================
    44. Footer
===============================*/
.footer {
  position: relative;
  z-index: 1;
}
.footer--bg {
  background-color: var(--tg-common-color-dark-4);
}
.footer__copyright {
  color: var(--tg-common-color-gray-2);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__wrapper-bottom {
  padding: 15px 0 0 0;
  border-top: 1px solid var(--tg-common-color-dark-5);
}
.footer--style4 {
  background-color: #1e2441;
}
.footer--style4 .footer__element {
  position: absolute;
  min-width: 529px;
  min-height: 280px;
  top: 0;
  left: auto;
  right: 375px;
  background-repeat: no-repeat;
  z-index: -1;
}
.footer__shape-bg {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.tg-footer-bg {
  background-color: var(--tg-common-color-dark-4);
  z-index: 1;
}
.tg-footer-widget-title {
  font-size: 20px;
  color: var(--tg-common-color-white);
}
.tg-footer-widget-content p {
  color: var(--tg-common-color-ashes-2);
  margin-bottom: 29px;
}
.tg-footer-widget-social a {
  color: var(--tg-common-color-gray-5);
  margin-right: 14px;
  font-size: 15px;
}
.tg-footer-widget-social a:hover {
  color: var(--tg-theme-primary);
}
.tg-footer-widget-link ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.tg-footer-widget-link ul li {
  list-style: none;
}
.tg-footer-widget-link ul li a {
  color: var(--tg-common-color-ashes-2);
  font-family: var(--tg-heading-font-family);
}
.tg-footer-widget-link ul li a:hover {
  margin-left: 5px;
  color: var(--tg-theme-primary);
}
.tg-footer-widget-submit-wrap {
  margin-bottom: 30px;
}
.tg-footer-widget-submit-title {
  font-size: 30px;
  line-height: 1.45;
  color: var(--tg-common-color-white);
}
.tg-footer-widget-newsletter-input input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--tg-common-color-gray-deep);
  color: var(--tg-common-color-white);
  padding: 8px 60px 8px 0;
  width: 100%;
}
.tg-footer-widget-newsletter-input input::placeholder {
  font-size: 15px;
  font-weight: 300;
  color: var(--tg-common-color-ashes-2);
}
.tg-footer-widget-newsletter-submit button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 38px;
  min-height: 35px;
  background-color: var(--tg-theme-primary);
  font-size: 15px;
  color: var(--tg-common-color-white);
  border: 0;
  border-radius: 5px;
}
.tg-footer-widget-location span {
  display: inline-block;
  margin-bottom: 15px;
}
.tg-footer-widget-number a {
  font-family: var(--tg-heading-font-family);
  font-weight: 500;
  color: var(--tg-theme-secondary);
  display: inline-block;
  margin-bottom: 10px;
}
.tg-footer-widget-mail a {
  color: #757589;
  font-family: var(--tg-heading-font-family);
}
.tg-footer-widget-form p {
  font-size: 15px;
  color: var(--tg-common-color-white);
}
.tg-footer-widget-form form {
  position: relative;
}
.tg-footer-widget-form input {
  background: var(--tg-common-color-white);
  border-radius: 50px;
  width: 100%;
  padding: 0 50px 0 20px;
  min-height: 46px;
  color: #6e6d6d;
  font-size: 14px;
  -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;
  border: 0;
}
.tg-footer-widget-form-submit button {
  color: var(--tg-common-color-white);
  border: 0;
  position: absolute;
  right: 6px;
  min-width: 35px;
  min-height: 35px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--tg-theme-primary-h4);
  top: 50%;
  transform: translateY(-50%);
}

.footer-col-3 {
  margin-left: -15px;
}
@media (max-width: 1199.98px) {
  .footer-col-3 {
    margin-left: -40px;
  }
}
@media (max-width: 991.98px), (max-width: 767.98px) {
  .footer-col-3 {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .footer-4-col-4 {
    margin-left: -30px;
  }
}
@media (max-width: 767.98px) {
  .footer-4-col-4 {
    margin-left: 0px;
  }
}

/*=============================
    45. Why Choose
===============================*/
.whychose--h4 {
  background: linear-gradient(180deg, #f9fbff 0%, rgba(237, 237, 237, 0.4) 100%);
}
.whychose--h4 .whychose__element {
  position: absolute;
  min-width: 466px;
  min-height: 248px;
  top: 0;
  left: auto;
  right: 370px;
  background-repeat: no-repeat;
}
.whychose__content {
  margin-bottom: 110px;
}
@media (max-width: 1199.98px) {
  .whychose__content {
    margin-bottom: 50px;
  }
}
.whychose__content h3 {
  max-width: 423px;
}
.whychose__image-graph2 {
  position: absolute;
  right: -51px;
  bottom: 133px;
  border-radius: 6px;
  background-color: var(--tg-common-color-white);
  box-shadow: 0px 8px 40px -2px rgba(6, 12, 59, 0.08);
  animation: jump 15s infinite;
}
@media (max-width: 1199.98px) {
  .whychose__image-graph2 {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .whychose__image-graph2 {
    bottom: 0;
  }
}

/*=============================
    46. Benefit
===============================*/
.benefit__content {
  padding-right: 88px;
}
@media (max-width: 1199.98px) {
  .benefit__content {
    padding-right: 0;
  }
}
.benefit__text {
  font-family: var(--tg-text-font-family);
  line-height: 1.9;
}

/*=============================
    47. Page
===============================*/
.page__inner {
  position: relative;
  z-index: 1;
  min-height: 360px;
}
.page__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 17, 0.75);
  z-index: -1;
  top: 0;
  right: 0;
}

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

.page-breadcumb {
  display: flex;
  justify-content: flex-end;
}
.page-breadcumb ul {
  background-color: var(--tg-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  min-height: 120px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0 40px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .page-breadcumb ul {
    padding: 15px;
    flex-wrap: wrap;
  }
}
.page-breadcumb ul li {
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-semi-bold);
}
.page-breadcumb ul li a {
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-regular);
  position: relative;
}
.page-breadcumb ul li a::after {
  content: "/";
  display: inline-block;
  padding: 0 4.5px;
}

/*=============================
    48. Sidebar
===============================*/
.sidebar__block {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 45px 38px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .sidebar__block {
    padding: 20px;
  }
}
.sidebar__block--style2 {
  padding: 35px 29px;
}
@media (max-width: 1199.98px) {
  .sidebar__block--style2 {
    padding: 20px;
  }
}
.sidebar__title {
  font-size: 24px;
}

/*=============================
    49. Error
===============================*/
.error-content {
  text-align: center;
}
.error-content__title {
  font-size: 80px;
}
@media (max-width: 1199.98px) {
  .error-content__title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .error-content__title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .error-content__title {
    font-size: 24px;
  }
}
.error-content__text {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .error-content__text {
    font-size: 18px;
  }
}

/*=============================
    50. Section form
===============================*/
.contact-right {
  padding-top: 265px;
  margin-left: -87px;
}
@media (max-width: 1199.98px) {
  .contact-right {
    margin-left: 0;
    padding-top: 30px;
  }
}

section.map {
  margin-top: -277px;
  min-height: 660px;
}
@media (max-width: 1199.98px) {
  section.map {
    margin-top: -15px;
  }
}
section.map > img {
  min-height: 660px;
  object-fit: cover;
}

/*=============================
    51. Breadcrumb
===============================*/
.tg-breadcrumb-bg {
  position: relative;
  padding-top: 105px;
  padding-bottom: 100px;
  z-index: 1;
}
.tg-breadcrumb-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 17, 0.75);
  z-index: -1;
  top: 0;
  right: 0;
}
.tg-breadcrumb-title {
  font-size: 40px;
  color: var(--tg-common-color-white);
  margin-bottom: 12px;
}
.tg-breadcrumb-link {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 6px 20px;
  border-radius: 4px;
}
.tg-breadcrumb-link span {
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-common-color-white);
}
.tg-breadcrumb-active a {
  color: var(--tg-common-color-white);
  position: relative;
  font-weight: var(--tg-fw-regular);
}
.tg-breadcrumb-active a:hover {
  color: var(--tg-theme-primary);
}
.tg-breadcrumb-active a:hover::after {
  color: var(--tg-common-color-white);
}
.tg-breadcrumb-active a::after {
  content: "/";
  display: inline-block;
  color: var(--tg-common-color-white);
  padding: 0 5px;
}


/*** Custom CSS ***/

.hero-thumb__icon2 {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1)!important;
    border-radius: 50%!important;
}

.hero-thumb__icon3 {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1)!important;
    border-radius: 50%!important;
}

.hero-thumb__icon5 {
    left: 470px;
}

.hero-thumb__icon6 {
    box-shadow: none!important;
    border-radius: 50%!important;
}

.about__features ul {
    margin: 0!important;
    padding-left: 0!important;
    list-style: none!important;
    margin-bottom: 1rem!important;
}

.price-block--recommend .price-block__features ul li {
    color: var(--tg-common-color-gray-3)!important;
    font-size: 15px!important;
    line-height: inherit!important;
}

.price-block__features ul {
    list-style: none!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.price-block--recommend span.price-block__price {
    color: #fff;
}

.blog-block__meta a.news-cat_Name {
    background: transparent!important;
    color: var(--tg-theme-secondary)!important;
    display: inline-block;
    font-size: 15px;
}

.hero-content--home2 .hero-content__text {
    margin: 0 auto 40px auto!important;
}

.hero-content--home2 h2.hero-content__heading {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-content--home2 .hero-content__input-name {
    max-width: 290px;
}


.sponsors-content__list ul {
    padding-left: 0!important;
    margin-bottom: 0!important;
    list-style: none!important;
    margin-top: 0!important;
}

.service-two-text-bottom a {
    display: inline-block;
}

.tg-sliderStyle5 i {
    font-style: normal!important;
}

.blog-two-style a.news-cat_Name {
    background-color: #eee8ff!important;
    color: #6534f1!important;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 5px;
    display: inline-block;
}

.blog-two-style a.news-cat_Name:hover {
    background-color: #6534f1!important;
    color: #fff!important;
}

.hero-content--h3 .hero-content__features ul {
    padding-left: 0!important;
    list-style: none!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.hero-content--h3 .hero-content__features ul li {
    font-size: 14px!important;
    color: #757589!important;
    line-height: inherit!important;
}

.about-two-wrap .col-lg-6:last-child .about-block__icon {
    background-color: #6bbe00;
}

.about-facts ul {
    padding-left: 0!important;
    list-style: none!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.about__features ul li {
    font-size: inherit!important;
    line-height: inherit!important;
    color: inherit!important;
}

.review-alt-style .section-title__sub {
    color: var(--tg-theme-secondary-h3);
    letter-spacing: 0.1em;
    font-size: 18px;
    font-family: var(--tg-body-font-family);
}

.element.element--1 {
    display: none;
}

.element.element--2 {
    display: none;
}


.element.element--3, .element.element--4 {
    display: none;
}

body.home .element.element--1 {
    display: block;
}

body.home .element.element--2 {
    display: block;
}

body.page-id-173 .element.element--3, body.page-id-173 .element.element--4 {
    display: block;
}



.custom-project-case .project-block__content span {
    font-size: 16px;
    color: var(--tg-common-color-gray-3);
    font-weight: 500;
}

.tg-breadcrumb-active a {
    display: inline-block;
}

.custom-project-case-two .project-block__content span {
    font-size: 16px;
    color: var(--tg-common-color-gray-3);
    font-weight: 500;
}

.about__inner-images ul {
    list-style: none!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.about--video i {
    font-style: normal!important;
}

.benefit .features-list ul {
    list-style: none!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.benefit .features-list ul li {
    font-size: inherit!important;
    line-height: inherit!important;
    color: inherit!important;
}

.benefit .inner-image img {
    border-radius: 20px!important;
}

.custom-team-grid-wrap .col-lg-4.grid-item:nth-child(2) {
    padding-top: 100px;
}

.theme-layout-mainn .blog-block.blog-block--style5 {
    display: block;
}

.post-thumbnail.blog-block__img.latest-post-thumbnail-wrap {
    margin-bottom: 30px;
}

.blog-details-title-wrap {
    margin-bottom: 20px!important;
}

.theme-blog-details .post-featured-image img {
    border-radius: 1rem;
}

.social-block ul, .list-block__column > ul, .sidebar-category ul, .team__member-details__address ul {
    list-style: none!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.social-block ul li, .list-block__column > ul li, .sidebar-category ul li, .team__member-details__address ul li {
    font-size: inherit!important;
    line-height: inherit!important;
}

.social-block i {
    font-style: normal!important;
}

.section-form--style4 .section-form__input-box {
    grid-template-rows: repeat(2, auto) 1fr;
    grid-template-columns: none;
}

.contact-right {
    position: relative;
    z-index: 99;
}

button#serach-popup-btn-box {
    position: absolute;
    right: 15px;
    bottom: 18px;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 0px solid;
    box-shadow: none;
    outline: none;
    border-radius: 50%;
    line-height: 1;
}


.tg-footer-widget-social a {
    display: inline-block;
}

.blog-style-one-wrap h3.blog-block__heading {
    font-size: 24px;
    line-height: 1.34;
}

p.footer__copyright a {
    display: inline-block;
}

.blog-style-three-wrap h3.blog-block__heading{
    font-size: 24px;
}

.blog-prev-next-posts.services-prev-next-posts {
    margin-top: 100px;
    margin-bottom: 120px;
}

.pn-post-item.next-post {
    text-align: right;
}

.services-prev-next-posts .pn-post-item a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

ul#menu-footer-nav li a:hover {
    color: var(--tg-theme-primary)!important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: transparent;
    border-radius: 0px;
}

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-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #000248;
    line-height: 1.3;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    max-width: 90%;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary:before {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    background: #ff2759;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
}

.team__profile-picture > img {
    border-radius: 30px!important;
}


/*** Unit Test ***/

.tg-breadcrumb-bg {
    background: #000248!important;
}

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

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

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

body.page .theme-page-spacing .entry-content ul li {
    line-height: 1.5;
    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: #000248;
    display: inline-block;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
    outline: none;
    box-shadow: none;
}

.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: #000248;
    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: #000248;
    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 {
    background: #f6f6f6;
    border-top: 0px solid #000;
}

.theme-layout-mainn .blog-details-single-item.sticky h3.news-page__title:before {
    font-family: 'IcoFont' !important;
    content: "\f004";
    position: absolute;
    right: 0px;
    top: 2px;
    color: var(--eston-base);
    font-size: 30px;
}

.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: #000248!important;
    font-weight: 400!important;
    border: 1px solid #000248!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: #000248!important;
    color: #fff!important;
    border-color: #000248!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: #000248;
}

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

.blog-block-latest-single-item .latest-post-block-content h3.post-title {
    word-break: break-word;
}

.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: #000248!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: #222!important;
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    margin: 20px 0!important;
    border-radius: 0px;
}

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

.blog-details-content p, .blog-details-content li {
    font-size: 18px;
}

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

.blog-sidebar .widget_categories .cat-item span.post_count {
    background: #000248!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: #000248;
}

.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 {
    line-height: 1.5;
}

.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: #000;
    font-weight: 500;
    font-size: 18px;
}

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

.blog-sidebar .widget_rss ul li cite {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #000248;
    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;
}

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

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

.post-featured-image img {
    height: auto;
    width: auto;
    object-fit: inherit;
}

ul.default-nav-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tg-header__area nav.tgmenu__nav {
    justify-content: space-between;
}

.theme-layout-mainn .blog-block__img {
    border-radius: 0;
}

.theme-layout-mainn .blog-block__img__link img {
    height: auto;
    width: auto;
}

.blog-block:hover .blog-block__img__link img {
    transform: none;
}

.theme-layout-mainn .blog-block--style5, .theme-layout-mainn .blog-block--style6 {
    border-radius: 0;
}

.blog-block__heading {
    word-wrap: break-word;
}

.tg-footer-bg {
    padding-top: 20px;
}

.footer__copyright {
    margin-bottom: 0;
    text-align: center;
}

.footer__wrapper-bottom {
    padding: 0px 0 0 0;
    border-top: 0px solid var(--tg-common-color-dark-5);
}


.tgmenu__wrap li.header-btn {
    display: none;
}

.tgmenu__navbar-wrap ul li .sub-menu li a {
    font-size: 15px;
}

h1.text-logo a:hover {
    color: var(--tg-heading-color);
}

h1.text-logo {
    font-size: 36px;
    line-height: 1;
    margin: 0;
}

.blog-block-latest-single-item.sticky {
    background: #f6f6f6;
    border-top: 0px solid #000;
}

.blog-block-latest-single-item.sticky .blog-block__heading {
    position: relative;
}

.blog-block-latest-single-item.sticky .blog-block__heading:before {
    font-family: 'IcoFont' !important;
    content: "\f004";
    position: absolute;
    right: 0px;
    top: 2px;
    color: var(--tg-heading-color);
    font-size: 30px;
}