/*
Theme Name: Modern Videography Pro
Theme URI: 
Author: Webnotick 
Author URI: www.Webnotick.com
Description: This is Modern Videography Pro theme. 
Version: 0.3
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 5.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: the-corporate-business
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-columns, custom-colors, custom-header, custom-logo

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

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

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

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

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Grotesk:wght@300..700&display=swap');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-weight: 400;
  background-color: #0C1E21;

}
#content-page {
    background-color: #0C1E21;
}
.container-fluid {
    padding: 0 0;
}

#section-header .border-b-2 {
    border-bottom: 4px solid #000;
}

#content {
    position: relative;
}

#content .entry-content p {
    color: #ffffff;
    margin: 10px 0px 30px;
    font-weight: 300;
}

#content .wp-block-details p {
    color: #A1A1A1;
    margin: 0px 30px;
}

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

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

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

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #ffffff;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
}

#content h1 {
    font-size: 36px !important;
}

#content h2 {
    font-size: 30px !important;
}

#content h3 {
    font-size: 24px !important;
}

#content h4 {
    font-size: 20px !important;
}

#content h5 {
    font-size: 16px !important;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

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

tbody {
    text-align: left;
}

tr {
    border: 1px solid #aaa;
}

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

td#next {
    text-align: right;
}

.social-links a[href*="twitter.com"]:before {
    content: "\e61b";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
}

p {
    margin: 0 0 1em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

.md-0 {
    margin: 0 0;
}

.pd-0 {
    padding: 0 0;
}

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

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

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

mark,
ins {
    background: #fff9c0;
}

big {
    font-size: 125%;
}

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

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

body {
   background-color: #0C1E21;
    /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
    counter-reset: my-sec-counter;
}

blockquote {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    margin: 0;
}

blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

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

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #13B3A2;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 0;
    padding: 10px 45px;
    /* margin: 5px 0 5px 0px; */
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s ease-in-out;
    border: none;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.59px;
    text-transform: uppercase;
}

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

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

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

select {
    border: 1px solid #021338;
}

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

textarea {
    width: 100%;
}

#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}

#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}

#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}

p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}

.comment-notes {
    font-size: 14px;
    margin-top: 0;
}

#respond label {
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
    font-weight: 500;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
}

#commentform p {
    margin-bottom: 21px;
}

#commentform p.comment-form-comment {
    margin-bottom: 0;
}

#commentform p.form-submit {
    margin: 21px 0 0;
}

#comments {
    margin-top: 35px;
    background-color: #122E33;
}

#comments textarea,
#commentform p {
    background-color: transparent;
    color: #fff;
}

#respond {
    margin-top: 35px;
    box-shadow: 0px 3px 22px 0px #00000029;
    padding: 15px;
}

.single-service #respond,
.single-project #respond {
    display: none;
}

.logged-in-as a {
    color: #13B3A2;
    text-decoration: none;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #5EEAD433;
}

.required {
    color: #ff0000;
}

/* Loader screen */

/* #loading-screen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* #preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#preloader #loading-screen h1 {
    margin: 0;
    font-size: clamp(1.35rem, 3.5vw, 1.5rem);
    font-family: 'Arial Narrow', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    color: #1b3687;
}

#preloader #loading-screen span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    opacity: 0;
    transform: rotateX(-90deg);
}

#preloader #loading-screen .let1 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.1s;
}

#preloader #loading-screen .let2 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.2s;
}

#preloader #loading-screen .let3 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.3s;
}

#preloader #loading-screen .let4 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.4s;
}

#preloader #loading-screen .let5 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.5s;
}

#preloader #loading-screen .let6 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.6s;
}

#preloader #loading-screen .let7 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.7s;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-50px) rotateX(-90deg);
    }

    20% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }

    80% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }

    100% {
        opacity: 0;
        transform: translateY(50px) rotateX(90deg);
    }
} */


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

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

a:focus {
    outline: thin dotted;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* ///////top header/ ///////////// */
/* ======================
   HEADER WRAPPER
====================== */
#section-header {
    width: 90%;
    height: 70px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

/* ======================
   GLASS HEADER
====================== */
.bottomheader {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 27px;

    /* Glassmorphism */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

#top-bar {
    padding: 5px 0;
    background-color: #c42118;
}

#top-bar a {
    text-decoration: none;
}

#top-bar .widget {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}

#top-bar .widget+.widget {
    margin-top: 15px;
}

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

.widget_address_block ul li {
    display: inline-block;
}

.widget_address_block ul li i {
    margin-right: 8px;
}

#top-bar .widget_address_block ul li {
    color: #fff;
    margin-right: 30px;
}

#top-bar .widget_address_block ul li a {
    color: #fff;
}

#top-bar .widget_address_block ul li a:hover,
#top-bar .widget_address_block ul li a:focus {
    opacity: 0.8;
}

#top-bar .widget ul li:not(:last-child) {
    margin-bottom: 0;
}

/*------------------------------------*/
.header-fixed {
    /* position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
    padding: 15px 0px;
    margin: 0 !important; */
    /* border-bottom: 1px solid #3f536d57; */
    /* box-shadow: 0 0 10px 0 #3F536D; */
}

#masthead {
    position: relative;
    z-index: 3000;
    width: 100%;
}

#section-header a {
    text-decoration: none;
}

.md-0 {
    padding: 0 0;
    margin: 0 0;
}

.pd-0 {
    padding: 0 0;
}

.site-logo,
#site-identity {
    display: inline-block;
    vertical-align: middle;
}

.bottomheader .logo-col {
    justify-items: left;
    align-content: center;
    /* background-color: #FFFFFF; */
}

.site-description {
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    font-weight: 400;
}

#site-identity .site-title a {
    color: #ffffff;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

#site-identity .site-description {
    margin: 0;
    line-height: 1.3;
    color: #000;
    padding: 10px 0px;
    letter-spacing: 0.01em;
}

#section-header .site-logo a {
    display: block;
    margin-right: 0px;
}

#section-header .site-logo img {
    width: 100%;
    height: 80px;
}

#section-header .header-main {
    height: 95px;
}

#section-header .content-site {
    width: 100%;
}

#section-header .addicon {
    margin: 14px 0;
}

#section-header .topheadinfo .px-2::after {
    content: '';
    border-left: 2px solid #fff;
    height: 32px;
    margin: 0px 0px 0 10px;
}


.bottomheader .mob-content .d-lg-block {
    margin: .5rem 0;
}

/*-----------Header Social Icon--------------*/
/* #section-header .maillocation {
    display: flex;
    justify-content: right;
} */
#section-header .topheader .maillocation .d-flex {
    padding: 0px 0.5rem;
}

.search-submit:hover {
    background-color: transparent !important;
}

#section-header .social-links a {
    display: inline-block;
    font-size: 15px;
    color: #FFFFFF;
    margin-right: 5px;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 5 Brands" !important;
    padding: 3px 6px;
}

#section-header .social-links a:hover {
    color: #13B3A2;
    transform: scale(1.5);
}

.social-links a:before {
    content: "\f1d0";
}

.social-links a[href*="facebook.com"]:before,
.social-links a[href*="fb.com"]:before {
    content: "\f39e";
}

.social-links a[href*="twitter.com"]:before {
    content: "\e61b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-links a[href*="mailto:"]:before {
    content: "\f0e0";
}

.social-links a[href*="soundcloud.com"]:before {
    content: "\f1be";
}

.social-links a[href*="wordpress.org"]:before {
    content: "\f19a";
}

.social-links a[href*="wordpress.com"]:before {
    content: "\f19a";
}

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

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

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

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

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

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

#section-header .content-site .social-links i {
    font-size: 24px;
    color: transparent;
    margin-right: 12px;
    background: #fff;
}

/*------------------------------------------------*/
#section-header .contact-number {
    display: none;
}

#section-header .contact-number i,
#section-header .contact-number svg {
    margin-right: 5px;
}

#section-header .contact-box {
    float: right;
    background: #c42118;
    border-radius: 19px;
    margin-right: 5em;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    position: relative;
    bottom: 21px;
}

#section-header .contact-box h3 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}

#section-header .contact-box p,
.contact-box a {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

#section-header .contact-header h3 {
    margin: 0;
}

#section-header .contact-header {
    margin-left: 44px;
}

#section-header .contact-header a {
    font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
}

#section-header .contact-header .fas.fa-phone-alt {
    margin-right: 10px;
    color: #c42118;
}

.main-navigation {
    display: block;
    position: relative;
    width: 100%;
    margin: .5rem 0 0 1.2rem;

}

.main-navigation ul ul.nav-menu>li>a {
    margin: 0px 3px 0 0;
    overflow: hidden;
    transition: ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.53px;
}

.main-navigation .sub-menu li {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

/* .main-navigation .sub-menu li:hover {
    margin-left: 20px;
} */

/* .main-navigation ul.nav-menu>li>a>i,
.main-navigation ul.nav-menu>li>a>svg {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    background-color: #a1a1a1;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
} */

.main-navigation ul ul {
    background-color: #00000099;
    text-align: left;
    padding: 0;
}

.main-navigation ul ul li a {
    padding: 12px 15px;
    background-color: #00000099;
    color: #fff;
}

.main-navigation ul ul a:after {
    float: right;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

.main-navigation li {
    position: relative;
}

.main-navigation ul.nav-menu>li>a {
    position: relative;
    height: 100%;
}

/* Make menu flex */
.mainmenu {
    display: flex;
    align-items: center;
}

.main-navigation a {
    display: block;
    text-transform: capitalize;
    line-height: 28px;
    padding: 15px 10px 15px 12px;
    transition: ease-in-out;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.32px;
    color: #FFFFFF;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation li li {
    display: block;
}

.main-navigation ul.nav-menu .current_page_item>a,
.main-navigation ul.nav-menu .current-menu-item>a,
.main-navigation ul.nav-menu .current_page_ancestor>a,
.main-navigation ul.nav-menu .current-menu-ancestor>a {
    color: #13B3A2;
}

.main-navigation ul.nav-menu>li:last-child:hover a {
    color: #fff;
}

.main-navigation ul.nav-menu>li:last-child>a {
    color: #ffffff;
    letter-spacing: 0.56px;
    font-size: 17px;
    padding: 6px 8px 6px 12px;
    background-color: #1E8A8A;
    border-radius: 29px;
}

.main-navigation ul.nav-menu>li:last-child>a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;

    width: 26px;
    height: 26px;

    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;

    transition: all 0.3s ease-in-out;

    /* ✅ correct */
    transform: rotate(-45deg);

}

.main-navigation ul.nav-menu .sub-menu .current_page_item>a,
.main-navigation ul.nav-menu .sub-menu .current-menu-item>a,
.main-navigation ul.nav-menu .sub-menu .current_page_ancestor>a,
.main-navigation ul.nav-menu .sub-menu .current-menu-ancestor>a {
    color: #fff;
    background-color: #1E2023;
    padding: 12px 20px;
    border-radius: 3px;
    margin-bottom: -6px;
}

form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
    /* padding: 6px 5px 6px 5px; */
    display: flex;
    justify-content: right;
}

.main-navigation form.search-form {
    min-width: 100%;
}

input.search-field {
    height: 44px;
    padding: 0 50px 0 15px;
    width: 100%;
}


.menu-toggle {
    font-size: 8px;
    margin: 0px 0;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 23px;
    right: 20px;
    box-shadow: none;
    border-radius: 0;
}

.menu-toggle svg {
    font-size: 20px;
    color: #ffffff;
}

.menu-toggle.active svg {
    color: #ffffff;
    width: 20px;
    height: 15px;
}

.menu-toggle,
.menu-toggle.active {
    border: none !important;
    background-color: transparent;
}

.menu-toggle:hover,
.menu-toggle.active:hover {
    border: none !important;
    background-color: transparent;
}

.menu-toggle .menu-icon {
    display: inline-block !important;
}

.menu-toggle .cross {
    display: none !important;
}

.menu-toggle.active .menu-icon {
    display: none !important;
}

.menu-toggle.active .cross {
    display: inline-block !important;
}

.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}

button.dropdown-toggle {
    padding: 0;
    position: absolute;
    right: 2rem;
    top: 12px;
    z-index: 2;
    /* background-color: #fff; */
    color: #000;
    border: none;
    margin-left: 0px;
    box-shadow: none;
    width: 34px;
    height: 35px;
}

button.dropdown-toggle.active svg {
    color: #ffffff;
}

.dropdown-toggle::after {
    display: none !important;
}

button.dropdown-toggle.active i,
button.dropdown-toggle.active svg {
    transform: rotate(-180deg);
    transform-origin: center;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
}

.nav-links .nav-previous a:before,
.nav-links .nav-next a:after,
.nav-links .nav-previous a span:before,
.nav-links .nav-next a span:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
    color: #13B3A2;
}

.nav-links .nav-previous a span:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
    color: #13B3A2;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    margin-left: 10px;
    margin-right: 0;
}

.nav-links .nav-next a span:after {
    content: "";
    margin-left: 10px;
    margin-right: 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    /* width: 50%; */
    position: relative;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    /* width: 50%; */
    position: relative;
}

.post-navigation a,
.posts-navigation a {
    background: #ffffff;
    padding: 0px 10px;
    width: fit-content;
    font-weight: 400;
    display: block;
    color: #000;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 10px;
    border-radius: 5px;
}

.post-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:focus,
.posts-navigation a:focus {
    color: #13B3A2;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 10px;
    transition: all 0.3s ease-in-out;
}

.post-navigation,
.posts-navigation {
    padding: 0;
    position: relative;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    background-color: #01549a;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #13B3A2;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    margin-right: 25px;
    width: auto;
    height: auto;
    position: relative;
    top: 2px;
    background-color: transparent;
    color: #000;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:focus {
    color: #111;
    background-color: transparent;
}

.pagination .page-numbers.next {
    margin-left: 18px;
    margin-right: 0;
    background-color: transparent;
}

.nav-previous span {
    padding-left: 11px;
    float: left;
    text-align: left;
}

.nav-next span {
    padding-right: 11px;
    float: right;
    text-align: right;
}

.post-navigation span,
.posts-navigation span {
    display: table;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

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

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

/*------------------------------------------------------------
Not Found Page
--------------------------------------------------------------*/
#main .no-results {
    text-align: center;
}

#main .no-results form {
    width: 25%;
    max-width: 100%;
    position: relative;
    padding: 0px 17px 10px 0px;
    display: inline-block;
}

#main .no-results form label {
    display: block;
}

#main .no-results form .search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 45px;
    padding: 0;
    background: #3F536D;
    color: #fff;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 2em;
    width: 100%;
    justify-self: center;
    position: relative;
}

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

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
    margin: 0 0 10px;
}

#colophon .widget.widget_text,
#colophon .secondary.widget_text {
    margin-bottom: 20px;
}

#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6 {
    color: #fff;
}

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

#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6 {
    color: #fff;
}

.widget_search,
.widget_recent_entries,
.widget_categories,
.widget_archive,
.widget_recent_comments,
.widget_tag_cloud,
.widget_nav_menu,
.widget_text {
    /* background-color: #fff; */
    padding-bottom: .5rem;
}

.widget {
    background: #122E33 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    border: 1px solid #1E8A8A;
    border-radius: 7px;
}

/* Hide all links inside widget li */

.widget_search .search-form label {
    width: 100%;
}

.widget_search .search-form .screen-reader-text {
    display: none;
}

.widget .widget-title {
    font: normal normal normal 20px/30px 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #1E8A8A 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 7px;
    padding: .5rem 1rem;
}

.widget_search {
    border: none !important;
}

.widget_search form.search-form input {
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 100%;
}

.widget_search form.search-form input[type="search"],
.widget_search form.search-form input[type="search"]::placeholder {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #898888;
    text-transform: capitalize;
}

.widget ul {
    padding: 1rem 1.2rem;
}

.widget_search form.search-form button.search-submit svg {
    color: #ffffff;
}

.widget_search form.search-form input[type="search"] {
    color: #ffffff;
}

.widget_recent_entries .post-content {
    display: flex;
    padding: .4rem;
}

.widget_recent_entries .post-content a .post-date {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #6B7280;
}

.widget_recent_entries .post-content a span.post-button {
    font-size: 10px;
    font-family: "Poppins", serif;
    font-weight: 400;
    letter-spacing: 0.36px;
    color: #000000;
    text-transform: capitalize;
}

.widget_recent_entries .post-content a {
    margin-bottom: 0.25rem;
    color: #374151;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.widget_recent_entries .post-content:hover a {
    color: #d08700;
}

#primary ul li.recentcomments a,
#secondary ul li.recentcomments a {
    font-size: .9rem;
    line-height: 1rem;
    color: #374151;
    font-weight: 400;
}

.edit-link {
    display: none;
}

/* .widget_search h4.widget-title::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    display: inline-block;
    font-size: 19px;
    vertical-align: middle;
    color: #f0b100;
    transition: all 0.3s ease-in-out;
} */

.widget_recent_entries h4.widget-title::before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    display: inline-block;
    font-size: 19px;
    vertical-align: middle;
    color: #f0b100;
    transition: all 0.3s ease-in-out;
}

/* Category count badge */
.cat-count {
    background: #1e40af;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 6px;
    display: inline-block;
}


/* Widgets End */

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

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

form.search-form button.search-submit {
    height: 35px;
    line-height: 30px;
    position: absolute;
    right: 6px;
    top: 5px;
    border: none;
    width: 35px;
    padding: 0;
    background: #1E8A8A;
    color: #ffffff;
    border-radius: 10px;
}

.widget_search form.search-form button.search-submit {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    background-color: #1E8A8A !important;
    width: 8%;
}

.widget_search form.search-form input[type="search"]:focus {
    border-color: #c42118;
}

form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 15px 0 15px;
    font-weight: 300;
    color: #3f536d;
    font-weight: 500;
    text-transform: uppercase;
}

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

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

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

.widget_text input {
    padding: 10px 15px;
    border: 1px solid #002434;
    width: 80%;
    margin: 0 40px 16px;
    background-color: #fff;
}

.widget_text .textwidget .wpcf7-submit {
    background-color: #01549a;
    color: #fff;
}

.widget_text .textwidget .wpcf7-submit:hover {
    background-color: #13B3A2;
    color: #fff;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0.5em 1em;
}

.widget li {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #ffffff;
    transition: 0.5s;
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: .5rem;
}

.widget li::before {
    content: "\f30b";
    /* chevron-up */
    position: absolute;
    top: 4px;
    left: 2.5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #1E8A8A;
    transition: transform 0.4s ease;
    transform: rotate(0deg);
    /* UP */
}

.widget li::after {
    content: "\f111";
    /* chevron-up */
    position: absolute;
    top: 0;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 15px;
    color: #1E8A8A;
    transition: transform 0.4s ease;
    transform: rotate(0deg);
    /* UP */
}

/* .widget li a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget li a::after {
    content: "................................................................................";
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 1;
} */
.widget li a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.widget li a::after {
    content: "";
    flex-grow: 1;
    /* 🔑 fills remaining space */
    border-bottom: 4px dotted #6f8f8f;
    margin-left: 10px;
    /* space after text */
    opacity: 0.8;
}

.widget_nav_menu ul li a::after {
    border: none;
}

#colophon .widget li:hover {
    border: none;
}

#primary .widget ul li.menu-item,
#secondary .widget ul li.menu-item {
    border: none;
}

.widget_search::before,
.widget_search::after {
    display: none;
}

.widget .menu-services-container li,
.widget .menu-our-services-container li {
    /* background-color: #C8DCEC; */
    position: relative;
    margin-bottom: 20px;
}

#secondary .widget .menu-projects-container ul li a:active,
#secondary .widget .menu-our-projects-container ul li a:active {
    color: #13B3A2;
}

#primary ul li a:hover,
#secondary ul li a:hover,
#primary ul li a:focus,
#secondary ul li a:focus {
    border-bottom-color: #fff;
}

#primary .widget ul li a,
#secondary .widget ul li a {
    position: relative;
}

#primary .widget ul li.recentcomments a,
#secondary .widget ul li.recentcomments a,
#primary .widget ol li.recentcomments a,
#secondary .widget ol li.recentcomments a {
    position: relative;
    /* padding-left: 1rem !important; */
}

#primary .widget ul li.recentcomments,
#secondary .widget ul li.recentcomments,
#primary .widget ol li.recentcomments,
#secondary .widget ol li.recentcomments {
    position: relative !important;
}

#primary .widget ul li.menu-item,
#secondary .widget ul li.menu-item {
    transition: 0.5s;
    border-radius: 10px;
    border: 1px solid #1E8A8A;
    padding: .5rem .5rem .5rem 2rem;
}

.widget li.menu-item::after {
    top: 9px;
    left: 12px;
}

.widget li.menu-item::before {
    top: 13.5px;
    left: 14px;
}

.widget_text {
    background: #F9F9F9 0% 0% no-repeat padding-box;
}

.widget_text ul {
    padding: .5rem 1rem;
}

.widget_text li {
    display: inline-block;
}

#primary .widget ul li.menu-item a,
#secondary .widget ul li.menu-item a,
#primary .widget ul li.menu-item a,
#secondary .widget ul li.menu-item a {
    position: relative;
    padding-left: .5rem;
}

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

/* #recent-comments-2 li span a::after {
    display: none;
} */

#recent-comments-2 li span a::before {
    display: inline-block !important;
}

#recent-comments-2 li a::before {
    display: none !important;
}

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

.hentry {
    margin: 0;
}

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

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

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

.author img {
    display: block;
    text-align: center;
    /* margin: 20px auto; */
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}

.page-header small {
    font-size: 12px;
    color: #c42118;
}

nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.posts-wrapper.col-3 article:nth-child(3n) {
    border-right: 1px solid #e4e4e4;
}

.post-categories a {
    color: #c42118;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.archive-description {
    color: #fff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.tags-links {
    margin-bottom: 20px;
    display: inline-block;
}

.tags-links span {
    margin: 0 8px 8px 0;
}

.tags-links span.fw-bold {
    color: #7ECF29;
}

.tags-links a {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px 0px;
    border-radius: 0;
    padding: 8px 10px;
    margin: 0px 0 8px 8px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #7ECF29;
    transition: all 0.5s ease-in-out;
    border: none;
    font-weight: 400;
}

.tags-links a:hover,
.tags-links a:focus {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.socialMedia {
    float: right;
}

.socialMedia ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
    padding: 4px 10px !important;
    border: 1px solid;
    border-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    background-color: #7ECF29;
    transition: all ease 0.5s;
    font-size: 18px;
}

#primary .socialMedia ul li a.blgsmedia {
    font-size: 18px;
    color: #fff;
    line-height: 0;
}

.socialMedia ul li:hover {
    background-color: #000;
    /* transform: scale(-20px); */
    transition: all ease 0.5s;
    transform: scale(1.1);
}

.single .date a:before,
.entry-meta .author a:before,
.comments-link a:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 10px;
    color: #13B3A2;
}

.entry-meta .author a:before {
    content: "\f007";
}

.comments-link a:before {
    content: "\f086";
}

.single .date a:before {
    content: "\f017";
}

.cat-links a:before {
    content: "\f02c";
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #01549a;
    margin-right: 5px;
}

.entry-meta a,
.entry-meta span:before,
.entry-meta .author:before {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #1CD1B4;
}

.entry-meta {
    display: flex;
    /* justify-content: space-around; */
    gap: 2rem;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    /* border-bottom: 1px solid #00000050; */
}

.author.vcard {
    margin-left: 5px;
}

.byline {
    visibility: hidden;
}

.byline .author.vcard {
    visibility: visible;
    margin-left: -20px;
}

.single-post .site-main .comment-navigation,
.single-post .site-main .posts-navigation,
.single-post .site-main .post-navigation {
    margin-bottom: 0;
}

.navigation.post-navigation,
.navigation.posts-navigation {
    padding: 10px;
    margin-top: 35px;
}

.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}

.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}

.error-404.not-found {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.error404 #page-site-header {
    display: none !important;
}

.error404 .section-gap {
    padding: 9em 0;
}

.error-404.not-found .page-title {
    font-size: 38px;
}

.error-404.not-found .page-content p {
    color: #01549a;
    font-weight: 400;
}

.error-404.not-found .error-404title {
    color: #fff;
    font-size: 195px;
    text-align: center;
    display: block;
    animation: effect linear 1900ms infinite;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 240px;
}

@keyframes effect {
    0% {
        text-shadow: 4px -4px 0 #01549A, 3px -3px 0 #01549A,
            2px -2px 0 #01549A, 1px -1px 0 #01549A,
            -4px 4px 0 #01549A, -3px 3px 0 #01549A,
            -2px 2px 0 #01549A, -1px 1px 0 #01549A;
    }

    25% {
        text-shadow: -4px -4px 0 #01549A, -3px -3px 0 #01549A,
            -2px -2px 0 #01549A, -1px -1px 0 #01549A,
            4px 4px 0 #01549A, 3px 3px 0 #01549A,
            2px 2px 0 #01549A, 1px 1px 0 #01549A;
    }

    50% {
        text-shadow: -4px 4px 0 #01549a, -3px 3px 0 #01549a,
            -2px 2px 0 #01549a, -1px 1px 0 #01549a,
            4px -4px 0 #01549a, 3px -3px 0 #01549a,
            2px -2px 0 #01549a, 1px -1px 0 #01549a;
    }

    75% {
        text-shadow:
            4px 4px 0 #01549a, 3px 3px 0 #01549a,
            2px 2px 0 #01549a, 1px 1px 0 #01549a,
            -4px -4px 0 #01549a, -3px -3px 0 #01549a,
            -2px -2px 0 #01549a, -1px -1px 0 #01549a;
    }

    100% {
        text-shadow:
            4px -4px 0 #01549a, 3px -3px 0 #01549a,
            2px -2px 0 #01549a, 1px -1px 0 #01549a,
            -4px 4px 0 #01549a, -3px 3px 0 #01549a,
            -2px 2px 0 #01549a, -1px 1px 0 #01549a;
    }
}

.page404 .site-main {
    padding-top: 15%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}

.comments-title,
#reply-title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

#cancel-comment-reply-link {
    float: right;
}

ul.post-categories li:after {
    content: ",";
}

ul.post-categories li:last-child:after {
    display: none;
}

ol.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

#comments ol.comment-list {
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}

#comments ol.children {
    margin-left: 120px;
}

.says {
    display: none;
}

.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}

#comments time:before {
    display: none;
}

.comment-body {
    position: relative;
}

.reply {
    text-align: right;
}

#comments article {
    margin-bottom: 30px;
    clear: both;
    padding: 30px;
    background-color: #f6f6f6;
    text-decoration: none;
    /* border-radius: 25px; */
    border: 1px solid #01549a;
}

#comments ol.comment-list>li {
    padding-top: 49px;
}

#comments ol.comment-list>li:first-child {
    padding-top: 0;
}

#comments ol.comment-list>li article:last-child .reply {
    border-bottom: none;
    padding-bottom: 0;
}

.reply a {
    color: #000;
    display: inline-block;
    font-weight: 400;
    padding: 7px 30px;
    position: relative;
    background-color: #C8DCEC;
    border: 2px solid #C8DCEC;
    border-radius: 50px;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.reply a:hover,
.reply a:focus {
    color: #000;
    background-color: #13B3A2;
    border-color: #13B3A2;
}

.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #01549a;
    font-size: 25px;
    text-decoration: none;
    text-transform: capitalize;
}

.comment-meta .url:hover,
.comment-meta .url:focus {
    color: #13B3A2;
}

.comment-metadata a,
.comment-metadata a time {
    color: #01549a;
    text-decoration: none;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
    color: #000;
}

.comment-metadata time {
    font-weight: 500;
}

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

.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 80px;
}

.comment-content p {
    font-weight: 400;
    margin-bottom: 1em;
    color: #A1A1A1;
    font-size: 16px;
    line-height: 1.6;
}

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

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

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/

section {
    position: relative;
    overflow: hidden;
}

.title-section {
    /* text-align: center; */
    margin-bottom: 3em;
    /* display: flex; */
    /* align-items: center; */
    position: relative;
    z-index: 2;
}

.title-section h1 {
    margin: 0;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    border-radius: 0px;
}

.entry-content {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.wrapper {
    /* width: 90%; */
    /* max-width: 1430px; */
    margin: 0 auto;
    padding-left: 15px;
}

#content {
    padding: 4em 0 0em 0;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.entry-title,
.section-title {
    font-size: 22px;
    margin: 0 0 6px;
    font-weight: 700;
    word-wrap: break-word;
}

.section-title {
    font-size: 32px;
    margin: 0 0 15px;
    color: #000;
}

.section-subtitle {
    max-width: 600px;
    margin: 0 auto;
}

.entry-title a {
    color: #ffffff;
    text-decoration: none;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #1E8A8A;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.align-left {
    text-align: left;
}

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

.align-right {
    text-align: right;
}

.btn {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 7px;
    font-size: 21px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.featured-image {
    position: relative;
}

.col-1 article,
.col-2 article,
.col-3 article,
.col-4 article,
.col-5 article,
.col-6 article {
    margin-bottom: 30px;
    width: 100%;
}

.col-1 article:last-child,
.col-2 article:last-child,
.col-3 article:last-child,
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.type_of_work-caption {
    display: block;
}

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}

.footer-widgets-area .widget .social-icons li {
    display: inline-block;
    width: auto;
}

.social-icons li:not(:last-child) {
    margin-right: 5px;
}

.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}

.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    list-style: none;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li:not(:last-child) {
    margin-right: 10px;
}

.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Brands";
}

.social-icons li a:hover,
.social-icons li a:focus {
    color: #fff;
    background-color: #FF3366;
}

.social-icons li a:before {
    content: "\f1d0";
}

.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
    content: "\f39e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-icons li a[href*="mailto:"]:before {
    content: "\f0e0";
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
    background-color: #3c5798 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
#  Inner Page settings
--------------------------------------------------------------*/
#primary .entry-content h1,
#secondary .entry-content h1 {
    font-size: 55px;
    clear: both;
    /* color: #000; */
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
}

#primary .entry-content p strong {
    /* color: #000; */
}

#primary .entry-content p em {
    color: #FF5B4A;
}

#primary .entry-content h2,
#secondary .entry-content h2 {
    font-size: 46px;
    clear: both;
    /* color: #000; */
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
    /* width: fit-content; */
}

#primary .entry-content h3,
#secondary .entry-content h3 {
    font-size: 38px;
    clear: both;
    /* color: #000; */
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
    /* width: fit-content; */
    /* letter-spacing: 0.59px; */
}

#primary .entry-content h4,
#secondary .entry-content h4 {
    font-size: 30px;
    clear: both;
    /* color: #000; */
    margin: 0px 0;
    line-height: 1.3;
    font-weight: 700;
    /* width: fit-content; */
}

#primary .entry-content h5,
#secondary .entry-content h5 {
    font-size: 26px;
    clear: both;
    /* color: #000; */
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
    /* width: fit-content; */
}

#primary .entry-content h6,
#secondary .entry-content h6 {
    font-size: 22px;
    clear: both;
    color: #ffffff;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
    /* width: fit-content; */
}

/* #main .entry-content .wp-block-columns h3::after,
#main .entry-content .wp-block-columns h4::after,
#main .entry-content .wp-block-columns h5::after,
#main .entry-content .wp-block-columns h6::after {
    content: "";
    display: block;
    border-bottom: 3px solid #7ECF29;
    width: 75%;
} */

#primary .entry-content ul,
#secondary .entry-content ul {
    list-style: none;
    font-size: 18px;
    margin: 0;
}

#primary .entry-content ul li,
#secondary .entry-content ul li,
#primary .entry-content ul li ul li,
#secondary .entry-content ul li ul li {
    font-size: 18px;
    color: #ffffff;
    padding: .5rem 0;
}

details {
    line-height: 2rem;
}

details p {
    margin-left: 30px;
}

.tagcloud {
    padding: 10px 15px;
}

.tagcloud a {
    color: #959595 !important;
}

#primary .entry-content ul li ul {
    margin: 15px 0 0 25px;
}

#primary.single-service .entry-content ul li:before,
#secondary.single-service .entry-content ul li:before,
#primary.single-project .entry-content ul li:before,
#secondary.single-project .entry-content ul li:before {
    color: #7ECF29;
}

#primary .entry-content ul li:before,
#secondary .entry-content ul li:before {
    top: 0.5rem !important;
}

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}

.wp-block-embed iframe .ytm-custom-control .with-video-details {
    display: none !important;
}

.watch-on-youtube-button-wrapper {
    display: none !important;
}

#primary .entry-content ol,
#secondary .entry-content ol {
    counter-reset: li;
    list-style: none;
    margin: 30px 0 0;
}

#primary .entry-content ol li,
#secondary .entry-content ol li {
    position: relative;
    padding-left: 6rem;
    /* min-height: 50px; */
    padding-top: 0px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
}

#primary .entry-content ol li:before,
#secondary .entry-content ol li:before {
    /* content: counter(li);
    counter-increment: li; */
    /* color: #fff; */
    /* background: #7ECF29; */
    /* border: 1px solid #a1a1a1; */
    /* border-radius: 50%; */
    /* font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 3rem;
    color: #000;
    border-top: 3px solid #7ECF29;
    border-right: 3px solid #7ECF29; */
    /* clip-path: polygon(88% 19%, 75% 0, 100% 0, 100% 100%, 74% 99%, 90% 68%, 92% 54%, 93% 37%); */
}

/* #primary .entry-content ol {
    counter-reset: li;
    position: relative;
} */

#primary .entry-content ol li,
#secondary .entry-content ol li {
    counter-increment: li;
    position: relative;
    padding-left: 4rem;
    list-style: none;
    font-size: 22px !important;
    font-weight: 400;
    font-family: 'Roboto' sans-serif !important;
}

#primary .entry-content ol li::before,
#secondary .entry-content ol li::before {
    content: counter(li, decimal-leading-zero);
    /* color: #000;
    font-size: 16px;
    width: 24px;
    height: 30px;
    line-height: 30px;
    text-align: center; */
    /* display: inline-block;
    position: absolute; */
    /* top: 10px;
    left: 0px;
    z-index: 1;
    background: #fff;
    border-radius: 50%; */
}

.wp-block-quote h1,
.wp-block-quote h2,
.wp-block-quote h3,
.wp-block-quote h4,
.wp-block-quote h5,
.wp-block-quote h6 {
    font-size: 25px !important;
    font-weight: bold !important;
    margin: 0px 0px 20px;
}

blockquote .wp-block-quote p,
.wp-block-pullquote p,
.wp-block-quote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin: 0 !important;
}

blockquote .wp-block-quote,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
    position: relative;
    padding: 2em;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.wp-block-quote p {
    position: relative;
    z-index: 2;

}


/* .wp-block-pullquote,
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: none !important;
} */

.wp-block-quote:not(.is-large):not(.is-style-large) p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    margin: 1rem 0 !important;
}

.wp-block-quote:not(.is-large):not(.is-style-large) p:first-of-type {
    font-size: 30px !important;
    font-weight: 800 !important;
    font-family: 'Poppins' sans-serif !important;
    ;
    letter-spacing: 0px;
    color: #1E8A8A !important;
}

.wp-block-quote:not(.is-large):not(.is-style-large) p:last-of-type {
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: 'Bebas Neue' sans-serif !important;
    ;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-transform: capitalize;
    background-color: #1E8A8A !important;
    padding: .5rem 2rem;
    position: absolute;
    margin: 0 !important;
    bottom: 0;
    right: 0;
    clip-path: polygon(8% 30%, 7% 0, 100% 0, 100% 100%, 0 100%, 4% 78%, 7% 52%);
}

#secondary .textwidget .row .col-lg-2 svg {
    width: 17px;
    height: 17px;
    color: #7ECF29;
}

#secondary .textwidget .row .col-lg-2 {
    text-align: center;
}

#secondary .textwidget .row {
    margin: 0;
    padding: 0.7rem 0.5rem;
}

#secondary .textwidget .row .col-lg-10 h3 {
    font-size: 16px;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #1E2023;
}

#secondary .textwidget .row .col-lg-10 p {
    font-size: 16px;
    font-family: "Roboto", serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #1E2023;
}

/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    background-size: cover;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    /* background-image: url(assets/images/people-railway-transport-portrait-public-transport-streetphotography-583586-pxhere1.com.png); */
    /* background: linear-gradient(to right, #0a1630 0%, #1b3687, #0a1630 100%); */
}

.page-title {
    font-size: 30px;
    color: #3f536d;
    font-weight: bold;
    margin-bottom: 10px;

}

#page-site-header .innerheader-overly1 {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #0C1E21 0%, #0C1E218F 68%, #0C1E2159 100%) 0% 0% no-repeat padding-box;
}

#page-site-header .page-site-headerimg {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-size: cover;
}

#page-site-header .page-title {
    font-size: 57px;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0;
    padding: 0 10px;
}

#page-site-header .page-header .wrapper {
    width: 100%;
}

#page-site-header .page-header {
    position: absolute;
    text-align: center;
    margin: 0 0rem 0 5rem;
    z-index: 1;
    bottom: -22%;
    left: 0%;
    transform: translate(0%, -50%);
    padding: 1rem 1rem 1rem 1rem;
}

#page-site-header .header-title .headerdotsbox {
    width: 36px;
    height: 55px;
    position: absolute;
    left: 110px;
    bottom: 0px;
}

#page-site-header .header-title .headerdotsbox div {
    background: #a1a1a1;
    margin: 0 5px 5px 0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    float: left;

}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

#page-site-header .breadcrumbbox {
    padding: 0px 0 0.5em 0%;
    text-align: left;
}

#page-site-header .breadcrumbbox .button {
    display: inline-block;
    text-decoration: none;
}

#page-site-header .breadcrumbbox span.bread-arrow {
    font-size: 15px;
    position: relative;
    top: 2px;
    padding: 0px;
    color: #ffffff;
    font-weight: 400;
}

#page-site-header .breadcrumbbox span.spanarrow {
    font-size: 15px !important;
    padding: 0px 10px !important;
}

#page-site-header .breadcrumbbox a {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    padding: 0 10px;
    font-family: 'Roboto' sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#page-site-header .breadcrumbbox span.treeEnd {
    color: #FFFFFF;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    font-family: 'Roboto' sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0 10px;
}

#page-site-header .breadcrumbbox a:hover {
    color: #1E8A8A;
}

#page-site-header .breadcrumbbox span.treeEnd:hover {
    color: #D1D5DB;
}

#page-site-header .breadcrumbbox a:hover,
#page-site-header .breadcrumbbox .treeEnd:hover {
    color: #1E8A8A;
    text-decoration: none;
    cursor: pointer;
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    background-color: #222;
    padding: 20px 0;
}

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

.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.trail-items li a {
    color: rgba(255, 255, 255, 0.30);
}

.trail-items li a:hover,
.trail-items li a:focus {
    color: #fff;
}

.trail-items .separator {
    color: rgba(255, 255, 255, 0.30);
    padding: 0 2px;
}

/*--------------------------------------------------------------
#  Slick Slider
--------------------------------------------------------------*/
.slick-slide {
    outline: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 8%;
}

.slick-next:before,
.slick-prev:before {
    opacity: 1;
    /* content: "\f105"; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 26px;
    color: #c42118;
    z-index: 5;
}

/* .slick-prev:before {
    content: '\f105' !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.slick-next:before {
    content: '\f104' !important;
    font-family: 'Font Awesome 5 Free' !important;
} */

.slick-prev,
.slick-next {
    left: 0;
    z-index: 1;
    width: 84px;
    height: 45px;
    line-height: 62px;
}

.slick-prev {
    left: 0;
    border-left: 3px solid #c42118;
}

.slick-next {
    left: auto;
    right: 0;
    border-right: 3px solid #c42118;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #000;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li {
    margin: 0 6px;
    width: auto;
    height: auto;
}

.slick-dots li button {
    background-color: #ccc;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 12px;
}

.slick-dots li button:focus-visible {
    outline: auto;
}

.slick-dots li button:before {
    display: none;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.slick-dotted.slick-slider {
    margin: 0 !important;
}

/* slider Section */
#featured-slider {
    position: relative;
    overflow: hidden;
}

#featured-slider .imgoverley {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #0C1E21 0%, #0C1E218F 68%, #0C1E2159 100%) 0% 0% no-repeat padding-box;
}

#featured-slider .section-content .entry-container {
    position: relative;
    z-index: 5;
}

#featured-slider .slick-dots {
    bottom: 3rem;
}

#featured-slider .opbg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#featured-slider .sliderimg {
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#featured-slider .sliderimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: slow-scale 7s ease-in-out infinite;
}

@keyframes slow-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#featured-slider .leftcontentbox {
    position: absolute;
    top: 24%;
    left: 0;
    color: #fff;
    width: 100%;
}

#featured-slider .wrapper {
    width: 805px;
    margin: 0;
}

#featured-slider h2.title {
    font-size: 81px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#featured-slider h2.title .last-word {
    color: #A9B8B8;
}

#featured-slider .entry-content p {
    font-size: 17px;
    line-height: 28px;
    color: #d1d5dc;
    width: 70%;
}

#featured-slider .circle-wrapper {
    position: absolute;
    right: 15%;
    bottom: 40px;
    width: 185px;
    height: 185px;
}

#featured-slider .circle-wrapper .absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0.3;
    z-index: 0;
}

#featured-slider #Circle-Txt {
    position: absolute;
    backdrop-filter: blur(13px);
    border-radius: 50%;
    padding: 3px 10px 10px 10px;
    inset: 0;
    margin: auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    animation: rotateText 14s linear infinite;
}

#featured-slider .circle-arrow {
    position: absolute;
    inset: 0;
    margin: auto;

    width: fit-content;
    height: fit-content;

    font-size: 70px;
    color: #fff;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

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

#featured-slider .buttondiv span {
    background-color: #000000;
    padding: .1rem .3rem .1rem .3rem;
    margin-left: 5px;
    border-radius: 50%;
}

#featured-slider .buttondiv svg {
    position: relative;
    font-size: 17px;
    transform: rotate(321deg);
    transition: all 0.5s ease-in-out;
}

#featured-slider .read-more .btn svg {
    color: #ffffff;
}

#featured-slider .read-more2 .btn svg {
    color: #1E8A8A;
    transform: rotate(0deg);
}

#featured-slider .buttondiv {
    margin-top: 2rem;
}

#featured-slider .read-more1,
#featured-slider .read-more2 {
    border-radius: 7px;
    transition: all 0.5s ease-in-out;
}

#featured-slider .read-more1 {
    background: #1E8A8A 0% 0% no-repeat padding-box;
    border-radius: 29px;
}

#featured-slider .read-more2 {
    background: #fff;
    margin-left: 1rem;
    border-radius: 29px;
}

#featured-slider .read-more1 a {
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    padding: .5rem 1rem;
}

#featured-slider .read-more2 a {
    color: #1E8A8A;
    transition: all 0.5s ease-in-out;
    padding: .5rem 1rem;
}


/* 
#featured-slider .btn {
    font-size: 14px;
    font-weight: 500;
    padding: .5rem 1rem;
    position: relative;
    overflow: hidden;
}

#featured-slider .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #101828;
    transform: translateX(-100%);
    transition: transform .4s ease;
    z-index: -1;
}

#featured-slider .btn:hover::before {
    transform: translateX(0);
}

#featured-slider .btn:hover {
    color: #fff;
} */

/* Slick Dot indicator */
/* //////////////// */

#featured-slider .slick-dots {
    display: none !important;
}

/* ///////////////////// */
.icon-disable,
/*.icon-container, */
.image-disable .featured-image,
.position-disable .team-position,
.position-disable .testimonial-position,
.title-disable .entry-header,
.content-disable .entry-content,
.button-disable .read-more,
.category-disable .cat-links,
.date-disable .date,
.blog-posts-wrapper .category-disable .cat-links,
#page-site-header.page-title-disable .page-header,
#page-site-header.header-image-disable {
    display: none;
}

.title-font-weight-regular .title,
.content-font-weight-regular .entry-content,
.button-font-weight-regular .btn {
    font-weight: 400;
}

.title-font-weight-semi-bold .title,
.content-font-weight-semi-bold .entry-content,
.button-font-weight-semi-bold .btn {
    font-weight: 600;
}

.title-font-weight-bold .title,
.content-font-weight-bold .entry-content,
.button-font-weight-bold .btn {
    font-weight: bold;
}

.title-default .title,
.content-default .entry-content,
.button-default .btn {
    text-transform: none;
}

.title-uppercase .title,
.content-uppercase .entry-content,
.button-uppercase .btn {
    text-transform: uppercase;
}

.title-lowercase .title,
.content-lowercase .entry-content,
.button-lowercase .btn {
    text-transform: lowercase;
}

.title-capitalize .title,
.content-capitalize .entry-content,
.button-capitalize .btn {
    text-transform: capitalize;
}

.cloud-top {
    margin-bottom: -5px;
    position: absolute;
    bottom: 100%;
    z-index: 1;
}

.cloud-bottom {
    margin-top: -5px;
    position: absolute;
    top: 100%;
    z-index: 1;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

/*--------------------------------------------------------------
#  Featured Services Section
--------------------------------------------------------------*/
#featured-services {
    position: relative;
    overflow: hidden;
    background-color: #0C1E21;
}

#featured-services .featured-services-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#featured-services .featured-services-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent radial-gradient(closest-side at 50% 50%, #0C1E2100 0%, #0C1E2113 15%, #0C1E21 100%) 0% 0% no-repeat padding-box;
}


#featured-services .servicerightside {
    position: relative
}

#featured-services .featured-services-content h1 {
    font: normal normal normal 70px/84px 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

#featured-services .featured-services-content .watch-video strong {
    font: normal normal 400 22px/38px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#featured-services .featured-services-content h3 {
    margin-bottom: 3rem;
    font: normal normal 400 20px/38px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#featured-services .featured-services-content p {
    font: normal normal normal 20px/38px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
    margin: 1rem 0;
}
  #featured-services .watch-video svg {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 3px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: .5rem;
}

    #featured-services .featured-services-videos {
        position: relative;
        width: 100%;
        height: 360px;
    }

    /* VIDEO CARD */
    #featured-services .featured-services-video {
        position: absolute;
        width: 48%;
        height: 240px;
        border-radius: 1.5rem;
        overflow: hidden;
        cursor: pointer;
        background: #000;
    }

    /* positions */
    #featured-services .video-one {
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    #featured-services .video-two {
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    /* thumbnail */
    #featured-services .video-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* overlay */
    #featured-services .video-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #featured-services .play-btn {
        width: 56px;
        height: 56px;
        border: 4px solid #fff;
        border-radius: 50%;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #featured-services .play-btn svg {
        color: #ffffff;
    }

    /* iframe */
    #featured-services .featured-services-video iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

    /* MOBILE */
    @media (max-width: 991px) {
        #featured-services .featured-services-videos {
            height: auto;
        }

       #featured-services .featured-services-video {
            position: relative;
            width: 100%;
            height: 220px;
            margin-bottom: 1.5rem;
        }
    }

/*--------------------------------------------------------------
#  Inner Services Page css
--------------------------------------------------------------*/

#main .service-inner-content,
#secondary .service-inner-content {
    position: relative;
    overflow: hidden;
}

#main .service-inner-content .servicerightside,
#secondary .service-inner-content .servicerightside {
    position: relative
}

#main .service-inner-content .featured-service-item .content-text,
#secondary .service-inner-content .featured-service-item .content-text {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
}

#main .service-inner-content .featured-service-item .content-text p,
#secondary .service-inner-content .featured-service-item .content-text p {
    background: #1D2E2F 0% 0% no-repeat padding-box;
    border: 0.5px solid #5ADFCA;
    border-radius: 25px;
    font: normal normal normal 15px / 18px 'Roboto', sans-serif;
    letter-spacing: 0.9px;
    color: #5CE6D0;
    text-transform: capitalize;
    padding: .9rem 1.4rem;
    transition: 0.7s ease;
}

#main .service-inner-content .featured-service-item:hover .content-text p,
#secondary .service-inner-content .featured-service-item:hover .content-text p {
    background: #5ADFCA 0% 0% no-repeat padding-box;
    border: 0.5px solid #1D2E2F;
    border-radius: 25px;
    font: normal normal normal 15px / 18px 'Roboto', sans-serif;
    letter-spacing: 0.9px;
    color: #1D2E2F;
    text-transform: capitalize;
    padding: .9rem 1.4rem;
    transition: 0.7s ease;
}

#main .service-inner-content .featured-service-item .svg,
#secondary .service-inner-content .featured-service-item .svg,
#main .service-inner-content .featured-service-item .svg,
#secondary .service-inner-content .featured-service-item .svg {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
}

#main .service-inner-content .featured-service-item .svg i,
#secondary .service-inner-content .featured-service-item .svg i,
#main .service-inner-content .featured-service-item .svg svg,
#secondary .service-inner-content .featured-service-item .svg svg {
    color: #ffffff;
    padding: 1rem;
    background-color: #12AD9D;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    transition: 0.7s ease;
}

#main .service-inner-content .featured-service-item:hover .svg i,
#secondary .service-inner-content .featured-service-item:hover .svg i,
#main .service-inner-content .featured-service-item:hover .svg svg,
#secondary .service-inner-content .featured-service-item:hover .svg svg {
    color: #12AD9D;
    background-color: #ffffff;
}


#main .service-inner-content article .shadow-md,
#secondary .service-inner-content article .shadow-md {
    background: transparent linear-gradient(180deg, #132E3300 0%, #132E33 50%, #132E33 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #11AC9C;
    border-radius: 19px;
    opacity: 1;
}

#main .service-inner-content .featured-service-item img,
#secondary .service-inner-content .featured-service-item img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: -1;
    position: relative;
    height: 82% !important;
}

#main .service-inner-content .featured-service-item:hover img,
#secondary .service-inner-content .featured-service-item:hover img {
    transform: scale(1.1);
}

#main .service-inner-content .featured-service-item .button,
#secondary .service-inner-content .featured-service-item .button {
    transition: transform 0.5s ease;
    width: 100%;
    background: #13B3A2 0% 0% no-repeat padding-box;
    border-radius: 29px;
    text-align: center;
    padding: .5rem 1rem;
    margin-top: 1.5rem;
}

#main .service-inner-content .featured-service-item a.button,
#secondary .service-inner-content .featured-service-item a.button {
    transition: transform 0.5s ease;
    font: normal normal normal 15px/18px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    background-color: transparent !important;
}

#main .service-inner-content h2.heading,
#secondary .service-inner-content h2.heading {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: 0.7s ease;
}

#main .service-inner-content .featured-service-item:hover h2.heading,
#secondary .service-inner-content .featured-service-item:hover h2.heading {
    color: #51EAC9;
}

#main .service-inner-content p.sub-text,
#secondary .service-inner-content p.sub-text {
    margin: 0;
    font: normal normal normal 16px/32px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #51EAC9;
    text-transform: capitalize;
}

#main .service-inner-content .main-text p,
#secondary .service-inner-content .main-text p {
    margin: 0;
    font: normal normal normal 16px/27px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #DCDCDC;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}


#main .service-inner-content .featured-service-item a i,
#secondary .service-inner-content .featured-service-item a i,
#main .service-inner-content .featured-service-item a svg,
#secondary .service-inner-content .featured-service-item a svg {
    color: #ffffff;
    width: 15px;
    height: 15px;
    transition: 0.7s ease;
}

.service-inner-content .featured-service-item .service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 items per row */
    gap: 13px !important;
    /* row gap | column gap */
    padding: 0;
    margin: 0;
    list-style: none;
}

.service-inner-content .featured-service-item .service-list li {
    position: relative !important;
    padding: 0 0 0 28px !important;
    font-size: 15px !important;
    color: #fff !important;
    /* apne theme ke hisaab se */
    font: normal normal normal 16px/34px 'Roboto', sans-serif;
    letter-spacing: 0px;
    text-transform: capitalize;
}

/* Optional ✔ check icon */
#main .service-inner-content .featured-service-item .service-list li::before,
#secondary .service-inner-content .featured-service-item .service-list li::before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    /* or Font Awesome 5 Free */
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0 !important;
    color: #00c6a7;
    font-size: 15px;
}

#main .service-inner-content .featured-service-item .service-list li::after,
#secondary .service-inner-content .featured-service-item .service-list li::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    /* or Font Awesome 5 Free */
    font-weight: 900;
    position: absolute;
    left: 3px;
    top: -3px !important;
    color: #00c6a7;
    font-size: 17px;
}

@media (max-width: 640px) {
    .service-inner-content .featured-service-item .service-list {
        grid-template-columns: 1fr;
    }
}


.innerpage .about-drives h4.title {
    margin: 2rem 0 !important;
    margin-bottom: 1rem !important;
    font-size: 33px !important;
    letter-spacing: 0px;
    line-height: 1.75rem;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: capitalize;
}

.innerpage .about-drives p.text {
    margin-bottom: 0.75rem;
    font-size: 20px;
    line-height: 1.75rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF94;
    text-transform: capitalize;
}

#content .innerpage .about-drives .main-title,
.team .text-center .main-title {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-transform: lowercase;
    opacity: 0.8;
}

#content .innerpage .about-drives span.heading,
.innerpage .team .text-center span.heading {
    font-weight: 400 !important;
    font-family: 'Bebas Neue', sans-serif !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-transform: lowercase;
}

/*--------------------------------------------------------------
#  Featured Gallery Section
--------------------------------------------------------------*/
#featured-gallery {
    position: relative;
    overflow: hidden;
    background-color: #0C1E21;
}

#featured-gallery .featured-gallery-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-gallery .title-section h1 {
    font: normal normal bold 22px/38px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #1E8A8A;
    text-transform: capitalize;
}

#featured-gallery .title-section h3 {
    font: normal normal normal 70px/84px 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-gallery .title-section p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
}

#featured-gallery .video-grid .absolute h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: 0.5s ease-in;
}

#featured-gallery .video-content:hover .absolute h3 {
    color: #1fb6aa;
}

#featured-gallery .play-button {
    animation: pulseZoom 1.8s infinite ease-in-out;
}

@keyframes pulseZoom {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(31, 182, 170, 0.6);
    }

    50% {
        transform: scale(1.15);
        box-shadow: 0 0 0 12px rgba(31, 182, 170, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(31, 182, 170, 0);
    }
}

#featured-gallery .button {
    text-align: center;
}

#featured-gallery .button a {
    font: normal normal normal 16px/19px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    box-shadow: 0px 0px 20px var(--unnamed-color-1e8a8a);
    background: #1E8A8A 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 0px 20px #1E8A8A; */
    border-radius: 29px;
    padding: .9rem 1.5rem;
    margin: auto;
    transition: 0.5s ease-in;
}
	#featured-gallery .button a:hover {
        box-shadow: 0px 0px 10px #ffffff;
    }
#featured-gallery .button span {
    background-color: #000000;
    padding: .5rem .5rem .3rem .5rem;
    margin-left: 5px;
    border-radius: 50%;
}

#featured-gallery .button svg {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    transform: rotate(321deg);
}

/*--------------------------------------------------------------
#  Featured Step Section
--------------------------------------------------------------*/
/* SECTION */
#featured-steps {
    position: relative;
    background: #0f2b2f;
    padding: 100px 0;
}
#featured-steps .featured-steps-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* TITLE */
#featured-steps .title-section h1 {
    font: normal normal normal 66px/65px 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

#featured-steps .title-section p {
    font: normal normal normal 18px/27px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF94;
    text-transform: lowercase;
}

/* GRID */
#featured-steps .steps-grid {
    position: relative;
}

/* TIMELINE LINE (DASHED) */
/* #featured-steps .steps-grid::before {
    content: '';
    position: absolute;
    top: 174px;
    left: 50%;
    transform: translateX(-50%);
    width: 67%;
    height: 0;
    border-top: 2px dashed rgba(38, 201, 190, 0.6);
    z-index: 23;
} */
#featured-steps .steps-grid::before {
    content: '';
    position: absolute;
    top: 173px;
    left: 50%;
    transform: translateX(-50%);
    width: 66%;
    height: 2px;
    z-index: 23;

    background: repeating-linear-gradient(to right,
            rgba(38, 201, 190, 0.6) 0 10px,
            transparent 10px 20px);
}

/* STEP */
#featured-steps .steps-block {
    text-align: center;
    position: relative;
}

/* BIG NUMBER */
#featured-steps .steps-no {
    font-size: 96px;
    font-weight: 700;
    margin-bottom: 30px;

    background: linear-gradient(180deg,
            #1E8A8A 0%,
            #1e8a8a17 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}


/* DEFAULT DOT */
#featured-steps .steps-no::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
}

/* DEFAULT DOT */
#featured-steps .steps-no::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
}

/* 2nd STEP DOT – MOVE DOWN + RING STYLE */
#featured-steps .steps-block:nth-child(2) .steps-no::after {
    margin-top: 45px;
    background: #26c9be;
    /* hollow */
    border: 4px solid #ffffff;
    /* ring color */
}

/* TEXT */
#featured-steps .steps-title {
    font-size: 30px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

#featured-steps .steps-text {
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 76%;
}


/*--------------------------------------------------------------
#  Featured Expert Pricing Section
--------------------------------------------------------------*/
#featured-pricings {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #132E33;
}

#featured-pricings .featured-pricings-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-pricings .title-section h1 {
    font: normal normal bold 22px/38px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #1E8A8A;
    text-transform: capitalize;
}

#featured-pricings .title-section h3 {
    font-size: 70px;
    font-weight: 300;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-pricings .title-section p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: .5px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
}

#featured-pricings .title-section {
    margin-bottom: 5rem;
}

#featured-pricings .pricebox {
    padding: 2rem;
    transition: 0.5s ease-in;
    position: relative;
}

#featured-pricings .pricebox .headingtext h2.entry-title a {
    font: normal normal bold 18px/38px "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: 0.5s ease-in;
}

#featured-pricings .pricebox .headingtext h2.entry-title {
    font: normal normal bold 18px/38px "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-pricings .pricebox .entry-content h3.pricing-paragraph {
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #99A1AF;
    text-transform: lowercase;
    opacity: 0.8;
}

#featured-pricings .pricebox .headingtext h2.pricing-price {
    font: normal normal normal 70px/84px "Bebas Neue", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-pricings .pricebox .headingtext h2.pricing-price span {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #99A1AF;
    text-transform: lowercase;
    opacity: 0.8;
    transition: 0.5s ease-in;
    margin-left: .5rem;
}

#featured-pricings .pricebox .price-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#featured-pricings .pricebox .price-ul ul li {
    font: normal normal normal 18px/38px "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: 0.5s ease-in;
    margin-bottom: .5rem;
    position: relative;
    padding-left: 2rem;
}

#featured-pricings .pricebox .price-ul ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #14B8A6;
    background: #14B8A633;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#featured-pricings .pricebox {
    background: #122E33 0% 0% no-repeat padding-box;
    border: 1px solid #1E8A8A;
    border-radius: 23px;
    transition: 0.5s ease-in;
}

#featured-pricings .pricebox:hover {
    box-shadow: 0px 0px 40px #5EEAD433;
}

#featured-pricings .pricebox .text-center {
    position: absolute;
    justify-self: anchor-center;
    top: -14px;
    margin: auto !important;
    width: 100%;
    left: 0;
}

#featured-pricings .pricebox .top-text {
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #1E8A8A;
        position: relative;
    overflow: hidden;
     z-index: 1;
}

#featured-pricings .pricebox .pricebutton {
        width: 100%;
    padding: .7rem;
      background: #1E8A8A 0% 0% no-repeat padding-box;
    border-radius: 29px;
    margin-top: 1.7rem;
    text-align: center;
    position: relative;
    overflow: hidden;
     z-index: 1;
}

#featured-pricings .pricebox .top-text::before ,
#featured-pricings .pricebox .pricebutton::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent linear-gradient(180deg, transparent 0%, transparent 50%, #0F4545 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}
#featured-pricings .pricebox:hover .top-text::before ,
#featured-pricings .pricebox:hover .pricebutton::before {
    opacity: 1;
}


#featured-pricings .pricebox .pricebutton a {
    font: normal normal normal 15px/18px "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
  display: block;       
    width: 100%;          
    text-align: center; 
}

#featured-pricings .lastp p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
}

#featured-pricings .lastp button a {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #1E8A8A;
    text-transform: capitalize;
    opacity: 0.8;
    text-decoration: none;
}

#featured-pricings .button {
    background-color: transparent;
}

/*--------------------------------------------------------------
#  Featured About Section
--------------------------------------------------------------*/
#featured-about {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

/* Swap left & right */
#content #featured-about .about-image {
    order: 2;
}

#content #featured-about .aboutrightside {
    order: 1;
}

#featured-about::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
}

#featured-about .featured-about-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.6s ease-in-out;
}

#featured-about .about-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-right: 20px;
}

#featured-about .about-img {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

#featured-about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

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

#featured-about .aboutrightside {
    padding-right: 3.2rem;
}

#featured-about .aboutrightside .title-section h1 {
    margin: 0 0 1rem 0;
    font: normal normal bold 22px/38px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #1E8A8A;
}

#featured-about .aboutrightside .title-section h3 {
    margin: 0;
    margin-bottom: 1.5rem;
    font-size: 70px !important;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 77%
}

#featured-about .aboutrightside .title-section p {
    margin-bottom: 1.5rem;
    font: 20px/38px 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
}

#featured-about .aboutrightside .list h2 a {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
    color: #111827;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#featured-about .aboutrightside .list h2 {
    background: #1E8A8A 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #1E8A8A;
    border-radius: 29px;
    width: fit-content;
    padding: .8rem 1rem;
}

#content #featured-about .aboutrightside .list h2 {
   display: none;
}

#featured-about .aboutrightside .list h2 span {
    background-color: #000000;
    padding: .5rem .5rem .3rem .5rem;
    margin-left: 5px;
    border-radius: 50%;
}

#featured-about .aboutrightside .list h2 svg {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    transform: rotate(321deg);
}

/*--------------------------------------------------------------
#  Featured Features Section
--------------------------------------------------------------*/
#featured-features {
    position: relative;
    overflow: hidden;
}
#featured-features .featured-features-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#featured-features .image-container {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

#featured-features .feature-content {
    width: 85%;
}

#featured-features .feature-content h1 {
    font: normal normal normal 58px/65px 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-features .feature-content p {
    font: normal normal normal 20px/29px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #A9B8B8;
    text-transform: lowercase;
    padding: 1rem 0;
}

#featured-features .feature-content .button a {
    text-align: left;
    font: normal normal normal 18px/22px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-features .feature-content .button {
    background: #1E8A8A 0% 0% no-repeat padding-box;
    margin-top: 1rem;
    padding: .6rem .5rem .6rem 1.5rem;
    text-decoration: none;
    border-radius: 29px;
}

#featured-features .feature-content .button a span {
    background-color: #000000;
    padding: .3rem .5rem .3rem .5rem;
    margin-left: 10px;
    border-radius: 50%;
}

#featured-features .feature-content .button a span svg {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    transform: rotate(321deg);
}

#featured-features .feature-content .button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

/* #featured-features .feature-content button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -33%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg,
            transparent,
            transparent 30%,
            rgba(33, 36, 41, 0.3));

    transform: rotate(-35deg);
    transition: all 0.7s ease;
    opacity: 0;
} */

#featured-features .feature-content .button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(33, 36, 41, 0.5);
}

#featured-features .feature-content .button:hover::before {
    opacity: 1;
    transform: rotate(-35deg) translateY(100%);
}

#featured-features h4.features-title {
    font-size: 29px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: all 0.7s ease;
}

#featured-features h4.features-title a {
    font-size: 29px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: all 0.7s ease;
}


#featured-features .features-details p {
    font: 18px/26px 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: all 0.7s ease;
}

#featured-features .featuresbox .features-icon i,
#featured-features .featuresbox .features-icon svg {
    z-index: 2;
    transition: all 0.7s ease;
}

#featured-features .featuresbox .features-icon {
    font-size: 54px;
    color: #79F3CF;
    position: relative;
    z-index: 1;
    left: 6px;
    transition: all 0.7s ease;
}

#featured-features .title-section h1::after {
    content: "";
    width: 161px;
    height: 1px;
    background: #212429;
    position: absolute;
    bottom: 0px;
    margin-left: 0px;
}

#featured-features .features-block {
    padding: 1.5rem 1.5rem;
    position: relative;
    transition: 0.4s ease-in;
    box-shadow: 0px 0px 30px #0000000D;
    border: 1px solid #13B3A2;
    border-radius: 24px;
    overflow: hidden;
}

#featured-features .features-block:hover {
    transform: rotate(-3deg);
}

#featured-features .features-block::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #1E8A8A;
    content: "";
    z-index: 0;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-70deg) translateZ(50px);
    opacity: 0;
}

#featured-features h4.features-title {
    margin: 15px 0;
    transition: 0.4s ease-in;
}

#featured-features .features-block:hover::before {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}

#featured-features .features-block:hover .features-title a {
    color: #fff;
}

#featured-features .features-block:hover .features-details p {
    color: #fff;
}

#featured-features .featuresbox {
    border-radius: 8px;
    position: relative;
    transition: 0.4s ease-in;
}


/*--------------------------------------------------------------
#  featured whychooseus Section
--------------------------------------------------------------*/
#featured-whychooseus {
    position: relative;
    overflow: hidden;
    background-color: #0C1E21;
}

#featured-whychooseus .featured-whychooseus-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
#  Featured projects Section
--------------------------------------------------------------*/
#featured-projects {
    position: relative;
    overflow: hidden;
}

#content #featured-projects {
    padding-bottom: 0;
}

#featured-projects .featured-projects-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-projects .title-section h1 {
    margin-bottom: 0.5rem;
    font-size: 16px !important;
    font-weight: 600;
    color: #1E40AF;
}

#featured-projects .title-section h3 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    line-height: 2.25rem;
    font-weight: 700;
    color: #111827;
}

#featured-projects .title-section p {
    max-width: 48rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #4B5563;
}

#featured-projects .image-container img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    transition: transform 0.5s;
}

#featured-projects .image-container img:hover {
    transform: scale(1.1);
}

#featured-projects .image-container .hover-ripple-horizontal {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000000b3, transparent);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

#featured-projects .image-container:hover .hover-ripple-horizontal {
    opacity: 1;
}

#featured-projects .entry-content3 h2 {
    font-size: 18px;
    text-align: center;
    font-family: "Montserrat", serif;
    font-weight: 500;
    letter-spacing: 0.54px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.8;
}

#featured-projects .featured-project-item {
    width: 100%;
    justify-self: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#featured-projects .featured-project-item .entry-content {
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

#featured-projects .featured-project-item:hover .entry-content {
    opacity: 1;
}

#featured-projects .featured-project-item .entry-content p {
    color: #D1D5DB;
    margin: 0;
}

#featured-projects .featured-project-item .entry-content h2.entry-title,
#featured-projects .featured-project-item .entry-content h2.entry-title a {
    margin: 0;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 20px;
    line-height: 1.75rem;
    font-weight: 600;
}

/*--------------------------------------------------------------
#  Inner page projects
--------------------------------------------------------------*/

#main .projects-inner-content,
#secondary .projects-inner-content {
    position: relative;
    overflow: hidden;
}

#main .inner-projectpage .projects-inner-content .text.mb-4 p,
#secondary .inner-projectpage .projects-inner-content .text.mb-4 p {
    margin: .5rem 0 0 0;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4B5563;
}

#main .projects-inner-content .featured-project-item img,
#secondary .projects-inner-content .featured-project-item img {
    object-fit: cover;
    transition: transform 0.5s;
}

#main .projects-inner-content .featured-project-item:hover img,
#secondary .projects-inner-content .featured-project-item:hover img {
    transform: scale(1.1);
}

#main .inner-projectpage section,
#secondary .inner-projectpage section {
    background: linear-gradient(to bottom right, #0f172a 0%, #1e3a8a 100%);
}

#main .inner-projectpage section h2.title,
#secondary .inner-projectpage section h2.title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

#main .inner-projectpage section p.text,
#secondary .inner-projectpage section p.text {
    margin-bottom: 2rem;
    font-size: 1.125rem !important;
    line-height: 1.75rem;
    color: #D1D5DB;
}

/*--------------------------------------------------------------
#  Featured counter Section
--------------------------------------------------------------*/
#featured-counters {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #132E33;
}

#featured-counters .featured-counters-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


#primary #featured-counters .title-section h1 {
    font-size: 16px !important;
}

#featured-counters .title-section h1 {
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 600;
    color: #1E40AF;
}

#featured-counters .title-section h3 {
    margin-bottom: 1.5rem;
    font-size: 30px !important;
    line-height: 2.25rem;
    font-weight: 700;
    color: #111827;
}

#featured-counters .title-section p {
    max-width: 48rem;
    font-size: 20px !important;
    line-height: 1.75rem;
    color: #4B5563;
}

/* #featured-counters .counters-block:hover {
    background-color: #fdfbf1;
} */

#featured-counters .counters-block {
    justify-items: center;
    padding: 1rem 0 .7rem 0;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s ease-in;
}

#featured-counters .countersbox .counters-num span {
    font: normal normal normal 70px/84px 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: 0.4s ease-in;
}

#featured-counters .countersbox h4.counters-title {
    transition: 0.4s ease-in;
    font: 20px/38px 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
}

#featured-counters .countersbox svg {
    background-color: #1E8A8A;
    padding: 1.5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
}

#featured-counters .countersbox .svg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    width: 5rem;
    height: 5rem;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

#featured-counters .counters-block:hover .svg {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
#  Featured Expert team Section
--------------------------------------------------------------*/
#featured-team {
    position: relative;
    overflow: hidden;
    background-color: #0C1E21;
    z-index: 0;
}

#content #featured-team .title-section {
    margin: 0;
}

#content #featured-team {
    padding-top: 4em;
}

#featured-team .featured-team-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-team .title-section {
    display: inline-block;
    margin-top: 0em;
    position: relative;
}

#featured-team .title-section h1 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-team .title-section h3 {
    font-size: 60px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 1.5rem 0;
}

#featured-team .title-section p {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
}

/* OUTER RING */
#featured-team article.team-card .radius::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 2px solid #1E8A8A;
    border-radius: 50%;
    position: absolute;
    top: 3.9rem;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    z-index: 2;
}

/* INNER DOT */
#featured-team article.team-card .radius::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #1E8A8A;
    border-radius: 50%;
    position: absolute;
    top: 4.18rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#featured-team article.team-card {
    background: #122E33 0% 0% no-repeat padding-box;
    border: 1px solid #1E8A8A;
    border-bottom: transparent;
    border-radius: 40px;
    margin-top: 3rem;
}

#featured-team article.team-card .team-image {
    border-radius: 30px;
}

#featured-team article.team-card .team-image {
    border-radius: 30px;
    opacity: 0.8;
}

#featured-team article.team-card h3.team-name {
    font-size: 24px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: all 0.7s ease;
}

#featured-team article.team-card:hover h3.team-name {
    color: #1E8A8A;
}

#featured-team article.team-card p.team-role {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #1E8A8A;
    transition: all 0.7s ease;
}

#featured-team article.team-card .team-overlay {
    position: absolute;
    left: 1.3rem;
    bottom: 1rem;
}

#featured-team article.team-card .team-overlay p {
    color: #FFFFFF;
}

#featured-team article.team-card .content {
    justify-items: anchor-center;
    margin: 6rem auto 0;
    padding: 0 1rem;
}

#featured-team article.team-card .team-image img.team-img {
    transition: transform 0.6s ease;
    transform: scale(1);
}

#featured-team article.team-card:hover .team-image img.team-img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
#  Inner team Page
--------------------------------------------------------------*/
#content .team-inner-content,
#main .team-inner-content,
#secondary .team-inner-content {
    position: relative;
    overflow: hidden;
    padding: 0rem 1rem 2rem 1rem;
}

/* OUTER RING */
#content .team-inner-content article.team-card .radius::before,
#main .team-inner-content article.team-card .radius::before,
#secondary .team-inner-content article.team-card .radius::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 2px solid #1E8A8A;
    border-radius: 50%;
    position: absolute;
    top: 3.9rem;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    z-index: 2;
}

/* INNER DOT */
#content .team-inner-content article.team-card .radius::after,
#main .team-inner-content article.team-card .radius::after,
#secondary .team-inner-content article.team-card .radius::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #1E8A8A;
    border-radius: 50%;
    position: absolute;
    top: 4.15rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#content .team-inner-content article.team-card,
#main .team-inner-content article.team-card,
#secondary .team-inner-content article.team-card {
    background: #122E33 0% 0% no-repeat padding-box;
    border: 1px solid #1E8A8A;
    border-bottom: transparent;
    border-radius: 40px;
}

#content .team-inner-content article.team-card .team-image,
#main .team-inner-content article.team-card .team-image,
#secondary .team-inner-content article.team-card .team-image {
    border-radius: 30px;
}

#content .team-inner-content article.team-card .team-image img,
#main .team-inner-content article.team-card .team-image img,
#secondary .team-inner-content article.team-card .team-image img {
    transition: transform 0.6s ease;
    transform: scale(1);
}

#content .team-inner-content article.team-card:hover .team-image img,
#main .team-inner-content article.team-card:hover .team-image img,
#secondary .team-inner-content article.team-card:hover .team-image img {
    transform: scale(1.1);
}

#content .team-inner-content article.team-card .team-image,
#main .team-inner-content article.team-card .team-image,
#secondary .team-inner-content article.team-card .team-image {
    border-radius: 30px;
    opacity: 0.8;
}

#content .team-inner-content article.team-card h3.team-name,
#main .team-inner-content article.team-card h3.team-name,
#secondary .team-inner-content article.team-card h3.team-name {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: .5px;
    color: #FFFFFF;
    transition: all 0.7s ease;
}

#content .team-inner-content article.team-card p.team-role,
#main .team-inner-content article.team-card p.team-role,
#secondary .team-inner-content article.team-card p.team-role {
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #1E8A8A;
    transition: all 0.7s ease;
}

#content .team-inner-content article.team-card .team-overlay,
#main .team-inner-content article.team-card .team-overlay,
#secondary .team-inner-content article.team-card .team-overlay {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    transition: all 0.7s ease;
}

#content .team-inner-content article.team-card .team-overlay p,
#main .team-inner-content article.team-card .team-overlay p,
#secondary .team-inner-content article.team-card .team-overlay p {
    margin: 0;
    color: #FFFFFF;
    transition: all 0.7s ease;
}

#content .team-inner-content article.team-card .content,
#main .team-inner-content article.team-card .content,
#secondary .team-inner-content article.team-card .content {
    justify-items: anchor-center;
    margin: 6rem auto 0;
}


/*--------------------------------------------------------------
#  featured newsletter Section
--------------------------------------------------------------*/
#featured-newsletter {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #122E33;
}

#featured-newsletter .featured-newsletter-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

#featured-newsletter h3 {
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-newsletter p {
    line-height: 30px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 0.61;
    width: 95%;
}

#featured-newsletter span.wpcf7-spinner {
    display: none;
}

/* ===============================
   FORCE NEWSLETTER FORM FULL WIDTH
================================ */

/* Parent safety */
#featured-newsletter .newsletterform-form form,
#featured-newsletter .newsletterform-form .wpcf7-form {
    width: 100%;
    background: #0D1F1F 0% 0% no-repeat padding-box;
    border-radius: 36px;
    padding: .5rem;
}

#featured-newsletter .newsletterform-form {
    width: 90%;
    margin: auto;
}

/* CF7 paragraph wrapper */
#featured-newsletter .newsletterform-form .wpcf7-form p {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* Email field wrapper */
#featured-newsletter .newsletterform-form .wpcf7-form-control-wrap {
    flex: 1 1 0%;
    width: 100%;
}

/* Email input */
#featured-newsletter .newsletterform-form input[type="email"] {
    width: 100% !important;
    height: 52px;
    padding: 0 22px;
    border-radius: 30px;
    border: none;
    outline: none;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
}

/* Submit button */
#featured-newsletter .newsletterform-form input[type="submit"] {
    height: 52px;
    padding: 0 32px;
    margin-left: 12px;
    border-radius: 30px;
    border: none;
    background: #1fb6aa;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
    flex: 0 0 auto;
    cursor: pointer;
}

/* Remove CF7 junk spacing */
#featured-newsletter .newsletterform-form br,
#featured-newsletter .newsletterform-form .wpcf7-spinner {
    display: none !important;
}

/* Email input */
/* .newsletterform-form input[type="email"] {
    flex: 1;
    height: 52px;
    padding: 0 22px;
    border-radius: 30px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 15px;
} */

/* Placeholder color */
/* .newsletterform-form input[type="email"]::placeholder {
    color: #9fbcbc;
} */

/* Submit button */
/* .newsletterform-form input[type="submit"] {
    height: 52px;
    padding: 0 32px;
    border-radius: 30px;
    border: none;
    background: #1fb6aa;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
} */

/* Hover effect */
#featured-newsletter .newsletterform-form input[type="submit"]:hover {
    background: #17a39a;
}

/* Remove CF7 spinner space */
#featured-newsletter .newsletterform-form .wpcf7-spinner {
    display: none;
}

/* Remove line break gap */
#featured-newsletter .newsletterform-form br {
    display: none;
}

/* Error & success messages */
#featured-newsletter .newsletterform-form .wpcf7-response-output {
    margin-top: 10px;
    color: #ffffff;
    font-size: 14px;
}

/*--------------------------------------------------------------
#  Inner FAQS Page
--------------------------------------------------------------*/
#main .faqs-inner-content,
#secondary .faqs-inner-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.2rem;
}

#main .faqcontactimg .faq-img,
#secondary .faqcontactimg .faq-img {
    width: 88%;
    height: 561px;
    justify-self: center;
    overflow: hidden;
    border-radius: 10px;
}

#main .faqnformbox .faqs-inner-content .panel,
#secondary .faqnformbox .faqs-inner-content .panel {
    display: none;
    transition: all 0.9s ease-in-out;
}

/* 
#main .faqs-inner-content .faq-content .active h2.faq-title,
#secondary .faqs-inner-content .faq-content .active h2.faq-title {
    font-size: 25px !important;
    transition: 0.4s ease-in;
} */

#main .faqs-inner-content .faq-content .accordion h2.faq-title,
#secondary .faqs-inner-content .faq-content .accordion h2.faq-title {
    font-family: "Bebas Neue", serif;
    letter-spacing: 0px;
    margin: 0;
    width: 100%;
    padding: 1.2rem 2.5rem 1.2rem 1.5rem;
    transition: 0.4s ease-in;
    color: #FFFFFF !important;
    text-transform: capitalize;
    text-align: left;
}

#main .faqs-inner-content .faq-content .accordion h2.faq-title::before,
#secondary .faqs-inner-content .faq-content .accordion h2.faq-title::before {
    content: "\f105";
    /* chevron-up */
    position: absolute;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #757575;
    transition: transform 0.4s ease;
    transform: rotate(270deg);
}

#main .faqs-inner-content .faq-content .accordion.active h2.faq-title::before,
#secondary .faqs-inner-content .faq-content .accordion.active h2.faq-title::before {
    transform: rotate(90deg);
}


#main .faqs-inner-content .faq-description,
#secondary .faqs-inner-content .faq-description {
    padding: .7rem 2.5rem 1.5rem 1.5rem;
}

#main .faqs-inner-content .faq-description p,
#secondary .faqs-inner-content .faq-description p {
    font-size: 16px;
    font-family: "Roboto", serif;
    font-weight: 400;
    letter-spacing: 0px;
    opacity: 1;
    margin: 0;
    width: 100%;
    justify-self: left;
    position: relative;
    transition: 0.4s ease-in;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: .9;
}

/* Border only 80% of height */
/* #main .faqs-inner-content .faq-description::before,
#secondary .faqs-inner-content .faq-description::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 1rem;
    height: 39%;
    transform: translate(-50%, -40%);
    border-left: 2px solid #000;
} */


#main .faqnformbox .faqs-inner-content .panel.show,
#secondary .faqnformbox .faqs-inner-content .panel.show {
    display: block;
    transition: 0.4s ease-in;
}

#main .faqnformbox .faqs-inner-content .accordion,
#secondary .faqnformbox .faqs-inner-content .accordion {
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    text-decoration: none;
    transition: 0.4s ease-in;
}

#main .faqnformbox .faqs-inner-content .accordion.active,
#secondary .faqnformbox .faqs-inner-content .accordion.active {
    font-weight: bold;
    transition: 0.4s ease-in;
}

.faq-titlediv {
    position: relative;
}

#main .faqs-inner-content .faq-content .accordion:hover h2.faq-title,
#secondary .faqs-inner-content .faq-content .accordion:hover h2.faq-title,
#main .faqs-inner-content button.accordion.active h2.faq-title,
#secondary .faqs-inner-content button.accordion.active h2.faq-title {
    color: #ffffff;
}

.faqnformbox .faqs-inner-content .faq-content {
    background: #122E33 0% 0% no-repeat padding-box;
    border: 1px solid #1E8A8A;
    border-radius: 14px;
    overflow: hidden;
}

/*-----------------------
 ## End FAQS page
 -----------------------------*/
/*--------------------------------------------------------------
#  Inner page Gallery
--------------------------------------------------------------*/

#content .gallery-inner-content {
    position: relative;
    overflow: hidden;
}

#content .title-section p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
}

#content .video-grid .absolute h3 {
    font-size: 14px !important;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: 0.5s ease-in;
    margin: 0;
    background: #33B9AD 0% 0% no-repeat padding-box;
    border-radius: 17px;
    padding: 6px 15px;
}

#content .video-content:hover .absolute h3 {
    color: #1fb6aa;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

#content .video-grid h3.title {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.34px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 16px 0;
    transition: 0.5s ease-in;
    text-align: left;
}

#content .video-grid:hover h3.title {
    color: #1fb6aa;
}

#content .play-button {
    animation: pulseZoom 1.8s infinite ease-in-out;
}


.fancybox-content h3.title {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#content .gallery-inner-page .gallery-grid h3.title {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#content .gallery-inner-page .gallery-grid .absolutediv {
    opacity: 0;
    transition: 0.5s ease-in;
}

#content .gallery-inner-page .gallery-grid:hover .absolutediv {
    opacity: 1;
}

#content .gallery-inner-page .gallery-grid:hover h3.title {
    color: #1fb6aa;
}

/*--------------------------------------------------------------*/
/* Featured Contact */
/*--------------------------------------------------------------*/
#featured-contact {
    position: relative;
    overflow: hidden;
    background: #0C1E21 0% 0% no-repeat padding-box;
}

#featured-contact .contact-form {
    margin: 2rem 0 0 0;
}

#featured-contact .d-flex .info p.title {
    font-size: 22px;
    font-weight: 500;
    font-family: "Bebas Neue", serif;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#featured-contact .d-flex .info p,
#featured-contact .d-flex .info p a {
    font-size: 22px;
    font-weight: 500;
    font-family: "Bebas Neue", serif;
    letter-spacing: 1px;
    color: #FFFFFF;
    opacity: 1;
    margin: 0 0 1rem .1rem;
}

#featured-contact .contact-info .box {
    background: #122E33 0% 0% no-repeat padding-box;
    border: 1px solid #1E8A8A;
    border-radius: 34px;
    padding: 2rem 2rem .5rem 2rem;
    margin-top: 2rem;
}

#featured-contact .contact-info .box .info p.title {
    font-size: 22px;
    font-weight: 500;
    font-family: "Bebas Neue", serif;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 1.5rem;
}

#featured-contact .contact-info .box .info p,
#featured-contact .contact-info .box .info p a {
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.6;
}

#featured-contact .col-xl-8.col-lg-8 {
    padding-right: 3rem;
}

#featured-contact .title-section h1 {
    margin-bottom: 0.5rem;
    font-size: 16px !important;
    font-weight: 600;
    color: #1E40AF;
}

#featured-contact .title-section h3 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    line-height: 2.25rem;
    font-weight: 700;
    color: #111827;
}

#featured-contact .title-section p {
    max-width: 48rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #4B5563;
}

#featured-contact .contact-info-box h3.heading {
    margin-bottom: 1.5rem;
    font-size: 58px !important;
    font-weight: 400;
    font-family: "Bebas Neue", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#featured-contact .contact-info-box p {
    margin-bottom: 2.5rem;
    font-size: 20px;
    font-weight: 300;
    font-family: "Roboto", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.5;
}

#featured-contact .d-flex svg {
    /* margin-top: 0.25rem; */
    width: 1.25rem;
    height: 1.25rem;
    color: #1E8A8A;
}

#featured-contact .d-flex h3 {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: .2rem;
}

#featured-contact .d-flex p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #DBEAFE;
}

#featured-contact label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #374151;
    margin-top: 1.7rem;
}

#featured-contact .contact-form-box h4 {
    font-size: 43px !important;
    font-weight: 500;
    font-family: "Bebas Neue", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#featured-contact .contact-form-box {
    background: #122E33 0% 0% no-repeat padding-box;
    border: 1px solid #1E8A8A;
    border-radius: 46px;
    padding: 2.5rem 3rem;
}

#featured-contact .contact-form-box p {
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-contact p br {
    display: none;
}

#featured-contact .wpcf7-list-item {
    display: inline-block;
    margin: 1.5rem 0 0 0;
}

#featured-contact .wpcf7-list-item span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4B5563;
}

#featured-contact input[type="text"]::placeholder,
#featured-contact input[type="email"]::placeholder,
#featured-contact input[type="url"]::placeholder,
#featured-contact input[type="password"]::placeholder,
#featured-contact input[type="search"]::placeholder,
#featured-contact input[type="number"]::placeholder,
#featured-contact input[type="tel"]::placeholder,
#featured-contact input[type="range"]::placeholder,
#featured-contact input[type="date"]::placeholder,
#featured-contact input[type="month"]::placeholder,
#featured-contact input[type="week"]::placeholder,
#featured-contact input[type="time"]::placeholder,
#featured-contact input[type="datetime"]::placeholder,
#featured-contact input[type="datetime-local"]::placeholder,
#featured-contact input[type="color"]::placeholder,
#featured-contact input[type="file"]::placeholder,
#featured-contact textarea::placeholder,
#featured-contact select::placeholder {
    display: flex;
    padding: 0 !important;
    outline-style: none;
    width: 100%;
    min-width: 0;
    font-size: 1rem;
    line-height: 2rem;
    color: #959799 !important;
    font-weight: 300;
    background: transparent;
    /* border: 0.5px solid #1E8A8A;
border-radius: 5px; */
    opacity: 0.54;
}

#featured-contact .contact-number:hover i,
#featured-contact .contact-number:hover svg,
#featured-contact .contact-mail:hover i,
#featured-contact .contact-mail:hover svg,
#featured-contact .contact-address:hover i,
#featured-contact .contact-address:hover svg {
    transform: rotate(360deg);
    transition: 1s ease;
}

#featured-contact input[type="text"],
#featured-contact input[type="email"],
#featured-contact input[type="url"],
#featured-contact input[type="password"],
#featured-contact input[type="search"],
#featured-contact input[type="number"],
#featured-contact input[type="tel"],
#featured-contact input[type="range"],
#featured-contact input[type="date"],
#featured-contact input[type="month"],
#featured-contact input[type="week"],
#featured-contact input[type="time"],
#featured-contact input[type="datetime"],
#featured-contact input[type="datetime-local"],
#featured-contact input[type="color"],
#featured-contact input[type="file"],
#featured-contact textarea,
#featured-contact select {
    display: flex;
    padding: 0.5rem 1rem !important;
    outline-style: none;
    width: 100%;
    min-width: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff !important;
    background: #0C1E21 0% 0% no-repeat padding-box;
    border: 0.5px solid #1E8A8A;
    border-radius: 5px;
    opacity: 1;
    margin-bottom: 1rem;
}

.wpcf7-not-valid-tip {
    padding: 0 1rem;
}

#featured-contact select {
    -webkit-appearance: none;
    height: 2rem;
    /* background-color: #fff !important; */
}

#featured-contact textarea {
    height: 90px;
    scrollbar-gutter: stable;
    scrollbar-width: none;
}

#featured-contact input[type="button"],
#featured-contact input[type="reset"],
#featured-contact input[type="submit"] {
    padding: 12px 45px;
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    transition: all 0.5s ease-in-out;
    border: none;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    font-family: "Roboto", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #1E8A8A 0% 0% no-repeat padding-box;
    border-radius: 36px;
}

#featured-contact .submit-button p input {
    margin-top: 1.5rem;
    background-color: #1E40AF;
    border-radius: 0.375rem;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #ffffff;
}

#featured-contact .submit-button p input:hover {
    background-color: #13B3A2;
    color: #000000;
}

/*-----------------------
## Contact Inner page
-----------------------------*/

#content .contact-inner-content {
    position: relative;
    overflow: hidden;
}


/*--------------------------------------------------------------
#  Featured Testimonials Section
--------------------------------------------------------------*/

#featured-testimonials {
    position: relative;
    overflow: hidden;
    background-color: #0b1f24;
    padding: 80px 0;
}

#featured-testimonials .content-wrapper {
    position: relative;
}

#featured-testimonials .testimonial-overlay {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#featured-testimonials .featured-testimonials-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-testimonials .testimonial-heading h2 {
    font: normal normal bold 22px/38px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #1E8A8A;
    text-transform: capitalize;
}

#featured-testimonials .testimonial-heading h3 {
    font: normal normal normal 70px/84px 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-testimonials .testimonial-heading p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.8;
}

/* Slider spacing */
#featured-testimonials .testimonial-slide {
    padding: 15px;
}

/* Card */
#featured-testimonials .testimonial-card {
    background: #102f35;
    border: 1px solid rgba(38, 201, 190, 0.4);
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    position: relative;
}

/* Quote */
#featured-testimonials .quote-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 42px;
    color: rgba(38, 201, 190, 0.3);
}

/* Stars */
#featured-testimonials .testimonial-stars {
    margin-bottom: 15px;
}

#featured-testimonials .testimonial-stars i {
    color: #3c5b60;
    margin-right: 4px;
}

#featured-testimonials .testimonial-stars i.active {
    color: #26c9be;
}

/* Text */
#featured-testimonials .testimonial-text p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.5;
}

/* Author */
#featured-testimonials .testimonial-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

#featured-testimonials .quote {
    position: absolute;
    top: .5rem;
    right: 1rem;
}

#featured-testimonials .quote svg {
    height: 47px;
    width: 42px;
    color: #14B8A6;
    opacity: 0.2;
    transform: rotate(180deg);
}

#featured-testimonials .testimonial-meta img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

#featured-testimonials .testimonial-meta h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#featured-testimonials .testimonial-meta p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.5;
}

/* Slick dots */
#featured-testimonials .slick-dots {
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
}

/* REMOVE DEFAULT BUTTON */
#featured-testimonials .slick-dots li button:before {
    display: none;
}

/* NORMAL DOT */
#featured-testimonials .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(38, 201, 190, 0.4);
    box-shadow: 0 0 6px rgba(38, 201, 190, 0.4);
    transition: all 0.3s ease;
}

/* ACTIVE DOT (LIKE IMAGE) */
#featured-testimonials .slick-dots li.slick-active button {
    background: #26c9be;
    box-shadow: 0 0 12px rgba(38, 201, 190, 0.9);
    transform: scale(1.3);
}

/*--------------------------------------------------------------
#  Featured Testimonial Inner Page
--------------------------------------------------------------*/
#main .testimonial-inner-page {
    position: relative;
}

/* Slider spacing */
#main .testimonial-slide {
    padding: 15px;
}

/* Card */
#main .testimonial-card {
    background: #102f35;
    border: 1px solid rgba(38, 201, 190, 0.4);
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

#main .testimonial-card:hover {
    transform: rotate(-3deg);
}

/* Quote */
#main .quote-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 42px;
    color: rgba(38, 201, 190, 0.3);
}

/* Stars */
#main .testimonial-stars {
    margin-bottom: 15px;
}

#main .testimonial-stars i {
    color: #3c5b60;
    margin-right: 4px;
}

#main .testimonial-stars i.active {
    color: #26c9be;
}

/* Text */
#main .testimonial-text p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.5;
}

/* Author */
#main .testimonial-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

#main .quote {
    position: absolute;
    top: .5rem;
    right: 1rem;
}

#main .quote svg {
    height: 47px;
    width: 42px;
    color: #14B8A6;
    opacity: 0.2;
    transform: rotate(180deg);
}

#main .testimonial-meta img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

#main .testimonial-meta h4 {
    font-size: 18px !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    transition: all 0.3s ease;
}

#main .testimonial-card:hover .testimonial-meta h4 {
    color: #0d9488;
}

#main .testimonial-meta p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.5;
}

/* Slick dots */
#main .slick-dots {
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
}

/* REMOVE DEFAULT BUTTON */
#main .slick-dots li button:before {
    display: none;
}

/* NORMAL DOT */
#main .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(38, 201, 190, 0.4);
    box-shadow: 0 0 6px rgba(38, 201, 190, 0.4);
    transition: all 0.3s ease;
}

/* ACTIVE DOT (LIKE IMAGE) */
#main .slick-dots li.slick-active button {
    background: #26c9be;
    box-shadow: 0 0 12px rgba(38, 201, 190, 0.9);
    transform: scale(1.3);
}

/*--------------------------------------------------------------
# Latest Posts(blog)
--------------------------------------------------------------*/
#featured-posts {
    position: relative;
    overflow: hidden;
}

#featured-posts .featured-posts-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
}

#featured-posts .title-section h1 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1E40AF;
}

#featured-posts .title-section h3 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    line-height: 2.25rem;
    font-weight: 700;
    color: #111827;
}

#featured-posts .title-section p {
    max-width: 48rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #4B5563;
}

#featured-posts .image-text .entrymeta {
    display: flex;
    margin-bottom: 0.75rem;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6B7280;
}

#featured-posts .image-text h2 {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #111827;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-duration: 300ms;
}

#featured-posts .client-single-post:hover .image-text h2 {
    color: #1E40AF;
}

#featured-posts .image-text p {
    margin-bottom: 1rem;
    line-height: 1.625;
    color: #4B5563;
}

#featured-posts .image-text .user h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6B7280;
}

#featured-posts .image-text {
    padding: 1.3rem;
}

#featured-posts .row .col-lg-12.col-md-12 {
    padding: 2.6rem;
}

#featured-posts .image-text .button {
    display: inline-flex;
    padding: 0;
    shrink: 0;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    outline-style: none;
    height: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #1E40AF;
    white-space: nowrap;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    margin-right: .5rem;
}

#featured-posts .client-single-post:hover .image-text .button {
    color: #1E3A8A;
}

#featured-posts .client-single-post .image-text .button svg {
    margin-left: 0rem;
    transition-duration: 500ms;
}

#featured-posts .client-single-post:hover .image-text .button svg,
#featured-posts .btn:hover svg {
    position: relative;
    left: .5rem;
}

#featured-posts .btn {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
    background-color: #193cb8;
    border-radius: 7px;
    color: #fff;
    overflow: hidden;
    padding-right: 1rem;
    transition-duration: 500ms;
}

#featured-posts .btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #101828;
    transition: all 0.5s ease;
    z-index: -1;
}

/* Slide effect on hover */
#featured-posts .btn:hover::before {
    left: 0;
}

#featured-posts .overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    transition: all 0.4s ease-in-out;
}

#featured-posts .client-single-post:hover .overlay {
    opacity: 1;
}

#featured-posts .client-single-post .content-image {
    position: relative;
    overflow: hidden;
}

#featured-posts .image-container img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    transition: transform 0.5s;
}

#featured-posts .image-container img:hover {
    transform: scale(1.1);
}

#featured-posts .client-single-post {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

#featured-posts .client-single-post:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
}

#featured-posts .image-container h4 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #111827;
    background-color: #FBBF24;
    transition: all 0.5s ease;
}

#featured-posts .client-single-post:hover .image-container h4 {
    color: #FBBF24;
    background-color: #111827;
}

/*--------------------------------------------------------------
# Inner Blog Posts
--------------------------------------------------------------*/
#main .bloginn-inner-content,
#secondary .bloginn-inner-content {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

#main .bloginn-inner-content img,
#secondary .bloginn-inner-content img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 75%;
    width: 100%;
    z-index: -1;
    position: relative;
}

#main .bloginn-inner-content:hover img,
#secondary .bloginn-inner-content:hover img {
    transform: scale(1.1);
}

#main .bloginn-inner-content,
#secondary .bloginn-inner-content {
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid #11AC9C;
    background: transparent linear-gradient(180deg, #132E3300 0%, #132E33 50%, #132E33 100%) 0% 0% no-repeat padding-box;
}

#main .bloginn-inner-content span.inline-block,
#secondary .bloginn-inner-content span.inline-block {
    font-size: 9px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.54px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    background: #33B9AD;
    position: absolute;
    top: 1.5rem;
    left: 12px;
    border-radius: 18px;
    padding: .5rem 1.5rem;
}

#main .bloginn-inner-content:hover span.inline-block,
#secondary .bloginn-inner-content:hover span.inline-block {
    color: #33B9AD;
    background: #ffffff;
}

#main .bloginn-inner-content h2.title,
#secondary .bloginn-inner-content h2.title {
    font-size: 19px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: .5rem 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

#main .bloginn-inner-content:hover h2.title,
#secondary .bloginn-inner-content:hover h2.title {
    color: #12AD9D;
}

#main .bloginn-inner-content p,
#secondary .bloginn-inner-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #DCDCDC;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.bloginn-inner-content .div-absolute {
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.41;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.bloginn-inner-content .view,
.bloginn-inner-content .view svg {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #DCDCDC;
    text-transform: capitalize;
}


/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/

#colophon .footer-newsletter-text h2 {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 68%;
    text-align: end;
}

#colophon .widget::after,
#colophon .widget::before {
    display: none;
}

#colophon .footer-newsletter-text {
    justify-items: right;
}

#colophon .widget_media_image {
    margin-bottom: 2rem !important;
}

#colophon .footer-shortcode p span input {
    width: 70%;
    margin: 0;
    padding: .8rem 1rem;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    background: #ffffff;
    border: none;
}

#colophon .footer-shortcode p span input::placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

#colophon .footer-shortcode p input {
    font-size: 18px;
    margin-left: 1rem;
    padding: .6rem 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    background: #7ECF29 0% 0% no-repeat padding-box;
    border-left: 5px solid #fff;
}

#colophon .footer-content img {
    width: 181px;
    height: 68px;
    justify-self: center;
}

#colophon .footer-content {
    margin: 1rem 0 5rem 0;
}

#colophon {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#colophon .widget li::after,
#colophon .widget li::before,
#colophon .widget li a::after {
    display: none !important;
}

#colophon .footer-bgoverlay {
    background: #0C1E21 0% 0% no-repeat padding-box;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#colophon .widget_text {
    padding-bottom: 0rem;
}

#colophon .footer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

#colophon .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
}

#colophon p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
}

#colophon .social-links {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease-in-out;
}

#colophon .social-links a:hover {
    background: #3f536d;
    color: #fff;
    box-shadow: rgba(255, 255, 255, 2.24) 0px 1px 6px 1px;
    transition: all 0.6s ease-in-out;
}

#colophon .social-links a {
    font-size: 18px;
    background: #fff;
    color: #3F536D;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 5 Brands" !important;
    padding: 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin: 13px;
}

#media_image-2.widget_media_image,
#media_image-3.widget_media_image {
    width: 260px !important;
    height: 66px !important;
    display: inline-block;
    margin: 0rem 0 2.5em 0 !important;
}

#colophon aside .textwidget .row .col-lg-2 {
    display: flex;
    justify-content: center;
    margin-top: .2rem;
}

#colophon aside .textwidget .row {
    margin-top: 1rem;
}

#colophon aside .textwidget h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: .5rem;
}

#colophon aside .textwidget p {
    margin-bottom: 1.5rem;
  line-height: 30px;
    color: #D1D5DB;
}

#colophon aside .textwidget h4 {
    padding-bottom: .1rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}

#colophon aside a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#colophon aside .row svg {
    font-size: 18px;
    color: #1E8A8A;
    margin-top: 2px;
}

#colophon .widget-title {
    font-size: 20px;
    background: transparent;
    padding: .5rem 0;
    text-decoration: none;
    margin-bottom: 1.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.72px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}

#colophon .widget-title::before {
    display: none;
}

#colophon .widget_nav_menu ul li a {
    font-weight: 400;
    color: #D1D5DB;
}

#colophon .widget_nav_menu ul li a:active {
    color: #1E8A8A;
}

#colophon .gap-16 {
    gap: 2.5rem;
}

#colophon .widget {
    width: 100%;
}

#colophon .widget_nav_menu ul li:hover a {
    color: #1E8A8A;
}

#colophon .footerbox .hentry .social-profile-icons h2 {
    font-size: 20px;
    font-family: "Poppins", serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 2rem 0 0 0;
    opacity: 0.8;
}


#colophon .footer-widgets-area .widget_text ul li svg {
    margin-right: 17px;
    transition: 0.3s;
}

#colophon .footer-widgets-area .widget_text ul li:hover svg {
    color: #000;
    transition: 0.3s;
}

#colophon .site-info p {
    font-size: 15px;
    color: #fff;
}

#colophon .footer-widgets-area {
    position: relative;
    z-index: 3;
}

#colophon ul {
    list-style: none;
    padding: 0;
    position: relative;
}

#colophon ul a {
    text-decoration: none;
}

#colophon a,
#colophon li,
#colophon .textwidget {
    color: #000000;
}

#colophon li {
    font-size: 16px;
    letter-spacing: 0.53px;
}

#colophon .custom-html-widget h2 {
    font-size: 37px;
    font-weight: 600;
    font-family: "Poppins", serif;
    letter-spacing: 0px;
    color: #000000 !important;
}

#colophon .custom-html-widget h2 span {
    color: #FBBF24 !important;
}

#colophon .custom-html-widget p {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", serif;
    letter-spacing: 0px;
    color: #2E2E2E;
    padding: 1.2rem 0 .8rem 0;
}

#colophon .custom-html-widget p a {
    color: #FBBF24 !important;
    font-size: 27px;
    font-weight: 500;
    font-family: "Poppins", serif;
    letter-spacing: 0px;
    color: #2E2E2E;
    text-decoration: underline;
}

#colophon .custom-html-widget ol {
    margin-top: .7rem;
}

#colophon .widget li {
    padding: 0px 15px 12px;
}

#colophon .custom-html-widget ol li {
    background-color: transparent;
    position: relative;
    padding-left: 28px;
    margin-left: 1rem;
    margin-bottom: 0px;
    list-style: none;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 26px;
    font-weight: 500;
    font-family: "Poppins", serif;
    letter-spacing: 0px;
    color: #22372A;
}

#colophon .custom-html-widget ul li {
    position: relative;
    padding-left: 0 0 0 28px;
    list-style: none;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    text-transform: capitalize;
}

/* #colophon .custom-html-widget ol li::before,
#colophon .custom-html-widget ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('assets/images/listicon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
} */

#colophon .footerbox .hentry .social-profile-icons ul {
    display: flex;
    gap: 5px;
    align-items: center;
}

#colophon .footerbox .hentry .social-profile-icons {
    margin: 4rem 0 0 0;
}

#colophon .footerbox .hentry .social-profile-icons li {
    margin: 0;
    padding: 7px;
    font-size: 18px;
    width: 42px;
    height: 40px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    margin-right: .7rem;
    align-content: center;
    text-align: center;
    /* align-items: anchor-center;*/
}

#colophon .footerbox .hentry .social-profile-icons li a {
    display: block;
}

#colophon .footerbox .hentry .social-profile-icons li a {
    color: #0C1E21;
}

#colophon .footerbox .hentry .social-profile-icons li:hover {
    transform: scale(1.1);
    background-color: #0C1E21;
    /* border: 2px outset #7ECF29; */
    transition: all 0.5s;
}

#colophon .footerbox .hentry .social-profile-icons li:hover a {
    color: #ffffff;
    transform: scale(1.1);
}

#colophon .footer-widgets-area .widget ul li {
    margin-bottom: 0.4rem;
    padding: 0px 5px 12px 5px;
    background-color: transparent;
}

#colophon .widget_nav_menu .current-menu-item a {
    color: #1E8A8A;
}

#colophon .widget {
    border: none;
    background-color: transparent;
    margin: 0 0 2.5em;
}

.backtotop {
    background-color: #FDAF1B;
    z-index: 300;
    font-size: 25px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.backtotop:hover,
.backtotop:focus {
    background-color: #000;
}

#loader-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
}

.preloader-one #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.preloader-one #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.preloader-one #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader svg,
.preloader-disable #loader-wrapper {
    display: none;

}

#loader svg {
    width: 70px;
    height: 70px;
    fill: #d72924;
}

.preloader-two #loader .loader-two,
.preloader-three #loader .loader-three,
.preloader-four #loader .loader-four,
.preloader-five #loader .loader-five {
    display: block;
}

/* / Scroll to top Button / */
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.scroll-to-top a {
    color: #13B3A2 !important;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-to-top svg rect{
    stroke : #13B3A2 !important;
}
.scroll-to-top svg circle{
    fill : #13B3A2 !important;
}

.scroll-to-top a svg {
    font-size: 45px;
    filter: drop-shadow(0px 2px 6px #ffffff);
}

/* .scroll-to-top:hover a svg {
    animation: shaking 0.1s infinite;
} */

/* @keyframes shaking {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    25% {
        transform: translateX(15px) rotate(5deg);
    }

    50% {
        transform: translateX(0px) rotate(0deg);
    }

    75% {
        transform: translateX(-15px) rotate(-5deg);
    }

    100% {
        transform: translateX(0px) rotate(0deg);
    }
} */


/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 767px) {

    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        margin: 0 -15px;
    }

    .col-2 article,
    .col-3 article,
    .col-4 article,
    .col-5 article,
    .col-6 article {
        padding: 0 19px;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }

    .col-2 article:nth-child(2n+1),
    .col-3 article:nth-child(2n+1),
    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: left;
    }

    .col-2 article:nth-last-child(-n+2),
    .col-3 article:nth-last-child(-n+2),
    .col-4 article:nth-last-child(-n+2),
    .col-5 article:nth-last-child(-n+2),
    .col-6 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .footer-widgets-area.col-3 .hentry {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }

    .footer-widgets-area.col-3 .hentry:not(:last-child) {
        padding-right: 40px;
    }

    .site-info.col-2 span {
        float: left;
        width: 50%;
        text-align: left;
    }

    .site-info.col-2 span:nth-child(2) {
        float: right;
        text-align: right;
    }

}

@media screen and (min-width: 992px) {

    .col-3 article,
    .col-5 article,
    .col-6 article {
        width: 33.33%;
    }

    .col-3 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: none;
    }

    .col-3 article:nth-child(3n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: left;
    }

    .col-3 article:nth-last-child(-n+3),
    .col-5 article:nth-last-child(-n+3),
    .col-6 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    .col-4 article {
        width: 25%;
    }

    .col-5 article {
        width: 20%;
    }

    .col-6 article {
        width: 16.66%;
    }

    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: none;
    }

    .col-4 article:nth-child(4n+1),
    .col-5 article:nth-child(5n+1),
    .col-6 article:nth-child(6n+1) {
        clear: left;
    }

    .col-4 article:nth-last-child(-n+4),
    .col-5 article:nth-last-child(-n+5),
    .col-6 article:nth-last-child(-n+6) {
        margin-bottom: 0;
    }
}

/*---------menu display above 1024 and 1024 screen-------------*/
@media screen and (min-width: 1025px) {
    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }

    .menu-sticky #masthead.nav-shrink {
        box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    }

    .customize-support.menu-sticky #masthead.nav-shrink {
        top: 32px;
    }

    /*---------menu css for home screen-------------*/
    .main-navigation {
        width: auto;
        position: relative;
        height: 100%;
    }

    .main-navigation.icons-active {
        padding: 0;
    }

    .main-navigation ul.nav-menu>li {
        text-align: center;
    }

    .main-navigation ul.nav-menu>li>a {
        position: relative;
        z-index: 10;
        transition: all 0.3s ease-in-out;
    }

    .main-navigation ul.nav-menu>li:last-child {
        padding-left: 1.4rem;
    }

    .main-navigation ul.nav-menu .current_page_item>a,
    .main-navigation ul.nav-menu .current-menu-item>a,
    .main-navigation ul.nav-menu .current_page_ancestor>a,
    .main-navigation ul.nav-menu .current-menu-ancestor>a {
        color: #13B3A2;
    }

    .main-navigation ul.nav-menu>li:hover>a,
    .main-navigation ul.nav-menu>li.focus>a,
    .main-navigation ul ul li a:hover,
    .main-navigation ul ul li a.focus {
        color: #13B3A2;
    }

    .main-navigation ul.nav-menu>li {
        text-align: center;
        position: relative;
        height: 100%;
        font-weight: bold
    }

    .main-navigation ul.nav-menu .current_page_item>a,
    .main-navigation ul.nav-menu .current-menu-item>a,
    .main-navigation ul.nav-menu .current_page_ancestor>a,
    .main-navigation ul.nav-menu .current-menu-ancestor>a,
    .main-navigation ul.nav-menu>li>a:hover,
    .main-navigation ul.nav-menu>li.focus>a {
        color: #ffffff;
    }

    .main-navigation.icons-active ul.nav-menu>li {
        padding: 15px 25px 8px;
    }

    .main-navigation ul.nav-menu>.menu-item-has-children>a:after {
        content: "\f078";
        padding-left: 6px;
        padding-top: 0px;
        font-size: 10px;
        position: relative;
        bottom: 1.5px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .main-navigation ul ul .menu-item-has-children>a:before {
        content: "\f067";
        font-size: 10px;
        position: relative;
        top: 20px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
    }

    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        position: relative;
        height: 100% !important;
    }

    /* Base submenu – hidden but animation enabled */
    .main-navigation ul ul {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        top: 100%;
        transform: translateX(-80px);
        transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
        width: 270px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        background: #00000099;
        z-index: 9999;
    }

    /* Show submenu */
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        opacity: 1;
        visibility: visible;
        left: 0;
        transform: translateY(0);
        border-radius: .7rem;
        overflow: hidden;
    }

    /* Submenu of submenu (flyout) */
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        top: 0;
        right: 100%;
    }

    .main-navigation ul ul li a {
        display: block;
        text-transform: capitalize;
        line-height: 28px;
        padding: 8px 10px 8px 12px;
        transition: ease-in-out;
        font-family: "Roboto", sans-serif;
        color: #ffffff;
        font-weight: 300;
        font-size: 16px;
    }

    .main-navigation ul ul li:hover>a,
    .main-navigation ul ul li.focus>a {
        background-color: #13B3A2;
        color: #fff;
    }

    .main-navigation ul .sub-menu li:hover>a,
    .main-navigation ul .sub-menu li.focus>a {
        background-color: #3a3a3a99;
        color: #13B3A2;
    }

    .main-navigation ul .sub-menu li>a {
        background-color: #00000099;
    }

    .main-navigation ul.sub-menu>li:last-child>a {
        border-bottom: none;
    }

    .main-navigation ul ul>li:last-child {
        border-bottom: none;
    }

    .main-navigation ul ul ul {
        top: 5px;
    }

    .main-navigation ul ul li a {
        color: #fff;
    }

    .main-navigation ul .sub-menu li a {
        color: #fff;
    }

    .main-navigation ul.nav-menu>li>a>i,
    .main-navigation ul.nav-menu>li>a>i.wpmi-icon:not(.wpmi-label-1).wpmi-position-before {
        display: block;
        margin: 0 auto 10px;
    }

    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #search {
        position: absolute;
        z-index: 30;
        right: 0;
        top: 100%;
        display: none;
    }

    .main-navigation .search-active .icon-search {
        display: none;
    }

    .main-navigation .search-active .icon-close {
        display: inline-block;
    }

    #search:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #111;
        position: absolute;
        top: -9px;
        right: 5px;
    }

    button.dropdown-toggle {
        display: none;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    .main-navigation li {
        display: inline-block;
    }

    .main-navigation .left-menu {
        padding-left: 50px;
    }

    .main-navigation li.left-menu+li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .main-navigation form.search-form input {
        background-color: #fff;
        border-color: #fff;
        color: #111;
    }

    .overlay-side {
        position: absolute;
        top: 0;
    }

    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .right-sidebar #secondary,
    .left-sidebar #secondary {
        width: 30%;
        float: right;
    }

    .left-sidebar #primary {
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }

    .no-sidebar #primary {
        float: none;
        padding-right: 0;
    }

    .main-navigation ul.nav-menu>li:last-child>a:hover,
    .main-navigation ul.nav-menu>li:last-child>a:hover::before {
        color: #ffffff;
    }

    #content .innerpage .about-drives span.heading,
    #content .innerpage .team .text-center span.heading {
        font-size: 70px !important;
        line-height: 1.75rem !important;
    }

    .innerpage .about-drives .main-title,
    #content .team .text-center .main-title {
        line-height: 1.75rem !important;
    }
}

@media screen and (min-width: 1900px) {

    .footer-widgets-area.section-gap {
        padding: 200px 0 100px;
    }
}

@media screen and (max-width: 1024px) {
    #featured-steps .steps-grid::before {
        display: none !important;
    }

    #featured-steps .steps-block:nth-child(2) .steps-no::after {
        margin-top: 20px !important;
        background: #ffffff !important;
        border: none !important;
    }

    #featured-features .griddiv {
        margin-top: 2rem;
    }

    #featured-features .feature-content {
        width: 100%;
    }

    #secondary.single {
        margin-top: 2rem;
    }

    .widget {
        width: 96%;
    }

    .main-navigation {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }

    .menu-toggle span {
        width: 32px !important;
        height: 3px !important;
    }

    #section-header {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: visible;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }

    #section-header .menu-item-search {
        vertical-align: middle;
        padding: 0 1rem 1rem 1rem !important;
    }

    #section-header .menu-item-button .last-button {
        justify-content: center;
    }

    .main-navigation ul.nav-menu {
        position: fixed;
        width: 80%;
        background-color: #0f172b;
        transition: left 0.4s ease-in-out;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 0;
        padding-top: 20%;
        padding-top: 10%;
        overflow-y: auto;
    }

    .menu-toggle {
        position: absolute;
        width: 40px !important;
        height: 40px !important;
        top: 1.5rem;
    }

    .main-navigation ul.nav-menu>li:last-child>a {
        margin: 0 .5rem;
    }

    .menu-toggle.active {
        top: 4rem;
        right: 25%;
        z-index: 99;
        position: fixed;
    }

    #section-header #form1 form {
        width: 100%;
    }

    #featured-pricings .row {
        width: 100% !important;
    }

    #main .container .projects-inner-content {
        padding: 1rem !important;
    }

    .main-navigation a {
        text-align: left;
    }

    .main-navigation li.contact-info {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {

    .main-navigation ul ul {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .main-navigation ul ul ul {
        margin-top: 0;
    }

    .main-navigation ul.nav-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        display: block;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .main-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }

    .main-navigation ul ul ul li a {
        padding-left: 60px;
    }

    .main-navigation ul ul ul ul li a {
        padding-left: 80px;
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }

    .main-navigation .menu-item-has-children>a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: rgba(255, 255, 255, 0.20);
        width: 1px;
        height: 25px;
    }

    .main-navigation .menu-item-has-children>a:after {
        padding-top: 3px;
    }

    .main-navigation ul.sub-menu li a {
        border-left: none;
    }

    .main-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }

    .main-navigation form.search-form button.search-submit {
        height: 59px;
    }

    .main-navigation form.search-form input {
        padding-left: 25px;
    }

    .body-overlay #content,
    .body-overlay #colophon,
    .body-overlay .backtotop {
        filter: blur(25px);
    }

    button.dropdown-toggle svg {
        color: #ffffff;
    }

    #content .about-drives span.heading,
    #content .team .text-center span.heading {
        font-size: 50px !important;
        line-height: 1.75rem !important;
    }

    #content .innerpage .about-drives .main-title,
    #content .team .text-center .main-title {
        font-size: 22px !important;
        line-height: normal !important;
        font-weight: 300 !important;
    }
}

@media screen and (max-width: 992px) {
    #secondary .col-lg-8 {
        width: 100%;
        margin-top: 2rem;
    }

    #secondary .col-lg-4 {
        width: 100%;
        margin-top: 2rem;
    }
}

@media (min-width:300px) and (max-width:700px) {
    .error-404.not-found .error-404title {
        font-size: 162px;
    }
}

@media screen and (max-width:450px) {}

@media screen and (max-width: 576px) {

    #section-header .site-logo img {
        width: 90%;
        height: 64px;
    }

    .footer-widgets-area .hentry {
        padding: 0 1rem;
    }

    .bottomheader .logo-col {
        justify-items: left;
        width: 70%;
    }

    .menu-toggle.active {
        top: 2rem !important;
        right: 20% 78.0417px !important;
        position: fixed;
        z-index: 5;
    }

    .main-navigation ul.nav-menu {
        width: 85%;
    }

    #content {
        padding: 4em 0 5em 0;
        width: 100%;
        margin: 0;
    }

    .widget {
        width: 100%;
    }

    .menu-toggle {
        top: -3.5rem !important;
        right: 0rem;
    }

    #primary .entry-content h2,
    #primary .entry-content h3,
    #primary .entry-content h4,
    #primary .entry-content h5 {
        text-align: center;
    }

    #secondary .col-lg-4 {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 767px) {
    #page-site-header .page-header {
        margin: 0 0rem 0 0rem;
    }

    #page-site-header .page-title {
        font-size: 28px;
    }

    #page-site-header .breadcrumbbox a,
    #page-site-header .breadcrumbbox span.treeEnd {
        font-size: 18px;
    }

    #featured-about .about-img {
        height: 170px !important;
        border-radius: 20px !important;
    }

    #featured-about .about-image-grid {
        padding: 0;
        gap: 8px;
    }

    #featured-about .col-xl-6 {
        padding: .5rem !important;
    }

   .search-popup-inner {
        padding: 2.5rem 1.5rem 1.5rem 1.5rem !important;
    }

    #section-header .search-close {
        top: 0px !important;
        right: 10px !important;
    }

    /* 
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        width: 100%;
        margin: 15px 0;
    }

    .post-navigation span.previous-article b,
    .post-navigations span.previous-article b,
    .post-navigation span.next-article b,
    .post-navigations span.next-article b {
        font-size: 18px;
    }

    #respond {
        margin-top: 40px;
    }

    .comment-meta img {
        margin-right: 15px;
    } */

    /* .comments-title,
    #reply-title {
        margin-bottom: 8px;
    }

    #commentform p.comment-form-comment,
    #commentform p.form-submit {
        margin-top: 21px;
    }

    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
    }

    .backtotop {
        display: none;
    } */
    #featured-slider .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #featured-slider h2.title {
        font-size: 47px;
    }

    #featured-slider .entry-content p {
        width: 100%;
    }

    #featured-slider .sliderimg {
        width: 100%;
        height: 650px;
        overflow: hidden;
    }

    #slider-thumbnails {
        left: 2% !important;
        bottom: 1.5rem;
        z-index: 9;
    }

    #slider-thumbnails img {
        width: 177px !important;
        height: 120px !important;
    }

    #featured-counters .contentdiv {
        padding: 0 !important;
    }

    #featured-features .feature-content h1,
    #featured-about .aboutrightside .title-section h3,
    #featured-whychooseus .how-we-work-center h2,
    #featured-team .title-section h3,
    #featured-services .featured-services-content h1,
    #featured-gallery .title-section h3,
    #featured-testimonials .testimonial-heading h3,
    #featured-pricings .title-section h3,
    #featured-newsletter h3 {
        font-size: 34px !important;
        line-height: 46px;
    }

    #featured-whychooseus .how-we-work-box {
        padding: 1rem !important;
    }

    #featured-steps .steps-text {
        margin: 0 auto;
        width: 95%;
    }

    #featured-testimonials .testimonial-slide {
        padding: 15px 0;
    }

    #featured-contact .contact-info-box {
        padding: 0 !important;
    }

    #featured-contact .contact-form-box {
        border-radius: 28px;
        padding: 1.5rem 1rem;
    }

    #featured-newsletter .newsletterform-form {
        width: 100% !important;
    }

    #featured-team .title-section {
        justify-items: center;
    }

    #featured-team .title-section h1,
    #featured-team .title-section p {
        text-align: center !important;
        width: 100%;
    }

    #featured-about .aboutrightside .about-service .list {
        justify-items: center;
    }

    .single-service #contentArea .image-container img,
    .single img.img-responsive {
        height: 300px !important;
    }

    .entry-meta {
        display: grid;
        gap: .5rem;
        align-items: center;
    }

    .gallery-inner-page .gallery-grid .relative {
        height: auto !important;
    }

    #main .faqs-inner-content .faq-content .accordion h2.faq-title,
    #secondary .faqs-inner-content .faq-content .accordion h2.faq-title {
        padding: .7rem 2.7rem .7rem .7rem !important;
    }

    #main .faqs-inner-content .faq-description,
    #secondary .faqs-inner-content .faq-description {
        padding: .7rem !important;
    }
.bottomheader{
    display: block;
}
#featured-gallery .grid .video-grid {
    height: 300px;
}
.single-project #contentArea img {
    height: 300px !important;
}
}


@media (min-width:767px) and (max-width:1024px) {
    .single-service #contentArea .image-container img {
        height: 300px !important;
    }
.single-project #contentArea img {
    height: 300px !important;
}
    #featured-about .aboutrightside .title-section h3 {
        font-size: 40px !important;
        line-height: normal;
        width: 100% !important;
        margin-bottom: .5rem;
    }

    #featured-about .aboutrightside .title-section p {
        font-size: 17px;
        line-height: normal;
    }

    #featured-about .about-img {
        height: 220px !important;
        border-radius: 30px !important;
    }

    #featured-about .aboutrightside {
        padding-right: 1.2rem;
    }
}

@media (min-width:767px) and (max-width:1024px) {}

@media (min-width:1024px) and (max-width:1170px) {}

@media (min-width:1279px) and (max-width:1428px) {}

@media (min-width:1024px) and (max-width:1280px) {}

@media (min-width:1278px) and (max-width:1500px) {}


/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (orientation: landscape) and (max-width:1440px) {}

/* ============================================= */
/*/////////////////// media query css for tab start ////////////////*/
@media (min-width:700px) and (max-width:992px) {}

/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (min-width:1023px) and (max-width:1024px) {}

/* ============================================= */
@media (min-width:1024px) and (max-width:1366px) {

    .navigation.post-navigation,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        padding: 0;
    }

    #colophon .gap-16 {
        gap: 1.5rem;
    }

    #featured-about .aboutrightside .title-section h3 {
        width: 100% !important;
    }

    #featured-about .aboutrightside .title-section p {
        line-height: normal;
    }

    #featured-about .aboutrightside {
        padding-right: 1.2rem;
    }
}



@media screen and (min-width: 1500px) {

    #main .widget,
    #secondary .widget {
        width: 90% !important;
    }
}



@media only screen and (max-width: 1024px) {}

#content {
    justify-self: center;
}

#content #featured-about {
    padding: 1rem 0 4rem 0;
}

#secondary .container,
#primary .container.shadow-lg {
    width: 95%;
    justify-self: center;
    margin-bottom: 5rem;
}

.home #content,
#content #featured-about .aboutrightside .d-flex .button {
    display: none !important;
}

#content #featured-contact .container {
    padding: 0;
}


#content #featured-contact .d-flex h3 {
    text-align: left !important;
}

/* Single Page */

#sidebar {
    transition: all 0.2s ease-in-out;
}

.single-service article.projects,
.single-project article.projects {
    margin-top: 0 !important;
}

#sidebar.sticky {
    position: fixed;
    top: 95px;
    /* Space from top */
    z-index: 10;
}

#sidebar.stop {
    position: absolute;
    bottom: 0;
    top: auto;
}

.wp-block-list li,
.wp-block-list li {
    font-size: 18px !important;
    color: #ffffff !important;
    margin-bottom: 0rem !important;
    position: relative !important;
    padding-left: 2rem !important;
}

.single-service ul li,
.single-project ul li {
    margin-bottom: 1rem !important;
}

h2.wp-block-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

/* Bullet Icon Styling */
ul.wp-block-list li::before,
ul.wp-block-list li::before {
    content: "\f061" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.15rem;
    width: 1.5rem !important;
    height: 1.5rem !important;
    line-height: 1.5rem !important;
    background-color: transparent !important;
    color: #1E8A8A;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    transition: 0.3s;
    transform: rotate(-45deg);
}

ol.wp-block-list {
    counter-reset: list-counter;
    padding-left: 0;
}

ol.wp-block-list li {
    position: relative;
    /* ✅ REQUIRED */
    list-style: none;
    counter-increment: list-counter;
    /* padding-left: 3.5rem !important;   */
}

.single-service ol.wp-block-list li,
.single-project ol.wp-block-list li {
    font-size: 20px !important;
}

ol.wp-block-list li::before {
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    top: 5px;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #1E8A8A;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/* Rotated border using a pseudo container */
#primary .entry-content ol li::after,
#secondary .entry-content ol li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 27px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    z-index: 0;
    background: #ffffff;
    border-radius: 50%;
}

ol.wp-block-list li {
    font-size: 16px !important;
    color: #ffffff !important;
    margin-bottom: 1rem !important;
    position: relative !important;
    padding: .5rem 1rem .5rem 3rem !important;
    /* border: 1px solid #ebe6e7 !important; */
    border-radius: 5px !important;
    line-height: normal !important;
}

li.wp-block-social-link::before {
    display: none !important;
}

li.wp-block-social-link {
    width: 40px;
    height: 40px;
    border-radius: .9rem;
}

li.wp-block-social-link a {
    padding: 0;
    margin: auto;
}

li.wp-block-social-link a svg {
    font-size: 25px;
    padding: 0;
    margin: auto;
    color: #ffffff !important;
}

#content figure {
    margin: 0 !important;
}

/* Hide the default marker */
details summary {
    font-size: 14px;
    line-height: 22px;
    list-style: none;
}

/* For Safari & Firefox */
details summary::-webkit-details-marker {
    display: none;
}

#primary .entry-content h5,
#secondary .entry-content h5 {
    font-size: 20px !important;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.wp-block-columns {
    padding: 1rem;
}

@media screen and (min-width: 1536px) {

    #featured-features .container,
    #featured-team .container {
        padding: 0 1.5rem;
    }

    #featured-about .container {
        padding: 0 1.5rem 0 2rem;
    }

    #featured-newsletter .container,
    #featured-contact .container {
        padding: 0 1.5rem;
    }

    #colophon .container,
    #colophon .site-info {
        padding: 0 2rem;
    }

    .container {
        width: 92% !important;
        margin: auto;
    }
}

/* SEARCH POPUP */
.footerdiv .search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 30, 33, 0.85);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.footerdiv .search-popup.active {
    opacity: 1;
    visibility: visible;
}

/* POPUP BOX */
.footerdiv .search-popup-inner {
    background: #fff;
    padding: 2.5rem;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.footerdiv .search-form {
    display: flex;
    gap: 10px;
    border-radius: 5px;
    border: 1.5px solid #000000;
}

.footerdiv .search-field {
    flex: 1;
    padding: 14px 18px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    outline: none;
}

.footerdiv .search-submit {
    background: #0C1E21;
    color: #fff;
    border-radius: 10px;
    padding: 0 18px;
    border: none;
    cursor: pointer;
}

.footerdiv form.search-form button.search-submit {
    height: 35px;
    line-height: 30px;
    position: absolute;
    right: 6px;
    top: 5px;
    border: none;
    width: 35px;
    padding: 0;
    background: #1E8A8A;
    color: #ffffff;
    border-radius: 10px;
}

.footerdiv .search-close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

.footerdiv .search-popup .search-close:hover {
    background-color: transparent !important;
    color: #000000 !important;
}

.footerdiv .search-popup form.search-form button.search-submit:hover {
    background: #1E8A8A !important;
    color: #ffffff !important;
}

 .menu-item-search {
    vertical-align: middle;
    padding: 0 1rem;
}

 .menu-item-search a {
    display: flex;
    transition: all 0.3s ease;
    padding: 0 !important;
}

 .menu-item-search a svg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0C1E21;
    transition: all 0.3s ease;
    padding: .7rem;
}

 .menu-item-button .last-button {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footerdiv form.search-form input {
    border: none !important;
}







.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffffff !important;
    border-color: #13B3A2 !important;
    border-radius: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff !important;
    border-color: #46b450 !important;
    border-radius: 10px;
}






.single-project #contentArea .litext span.text {
    display: inline-flex;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    border-width: 2px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    background-color: #122e33;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border-color: #1e8a8a;
    color: #ffffff;
}
