/*
Theme Name: Prime Fitness Gym Pro
Theme URI: 
Author: Webnotick 
Author URI: www.Webnotick.com
Description: This is Fitness Club theme. 
Version: 0.2
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');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Regular'), url('assets/fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Teko Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Teko Regular'), url('/assets/fonts/Teko-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Teko Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Teko Bold'), url('assets/fonts/Teko-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Teko_Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Teko_Bold'), url('assets/fonts/Teko-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Teko Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Teko Medium'), url('assets/fonts/Teko-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('assets/fonts/poppins-medium.woff') format('woff');
}

@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('assets/fonts/poppins-regular.woff') format('woff');
}

@font-face {
    font-family: 'Outfit Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Outfit Regular'), url('assets/fonts/OutfitRegular.woff') format('woff');
}

@font-face {
    font-family: 'Mulish Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Mulish Bold'), url('assets/fonts/Mulish-Bold.woff') format('woff');
}

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

/* $text-color: #333 !default; // very dark grey */

.container-fluid {
    padding: 0 0;
}

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

#content {
    position: relative;
}

#content .entry-content p {
    color: #A2A2A2;
    margin: 30px 10px 30px;
    font-size: 16px;
    line-height: 34px;
}

#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: #282828;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
}

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: #fff;
    /* 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: #c2fc85;
    /* 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: #1e4543;
    transition: all 0.5s ease-in-out;
    border: none;
    font-weight: 500;
    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: #c2fc85;
    background-color: #1e4543;
    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: #3f536d;
    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: #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: #1e4543;
    text-decoration: none;
}

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

.required {
    color: #ff0000;
}

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

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

a:focus {
    outline: thin dotted;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* ///////top header/ ///////////// */
#section-header {
    width: 100%;
    height: 70px;
    /* background-color: #3f536d; */
    opacity: 1;
    /* margin-top: 1%; */
    /* margin: 0 10% 0; */
}

.site-branding {
    padding-top: 12px;
}

/* /////// bottom header ////// */
.bottomheader {
    background-color: #060606;
    position: relative;
    padding: 15px 24px;
    margin: 0;
}

#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: -42px;
    left: 0;
    width: 100%;
    background: #060606;
    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;
}

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

#site-identity .site-title a {
    color: #C2FC85;
    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;
    justify-items: anchor-center;
}

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

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

#section-header .content-site {
    width: 100%;
    /* padding: 6px 0; */
}

#section-header .content-site .addicon a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

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

#section-header .content-site i,
#section-header .content-site svg {
    padding-right: 8px;
    font-weight: 200;
    margin: 0px 2px 0px 0px;
    font-size: 5px;
    color: #C2FC85;
    font-size: 18px;
}

#section-header .content-site i::after,
#section-header .content-site svg::after {
    display: none;
}

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

.bottomheader .navbox {
    margin: 5px auto;
}

#section-header .bottomheader .nav-number {
    display: flex;
    align-items: center;
    justify-content: left;
    border-left: 3px solid #fff;
    height: 45px;
    align-self: center;
    /* margin-left: -4rem; */
}

#section-header .bottomheader .header-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}

#section-header .bottomheader .header-number a {
    color: #c2fc85;
    font-size: 25px;
    font-family: 'Teko';
}

/*-----------Header Social Icon--------------*/

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

#section-header .social-links a:hover {
    color: #a1a1a1;
}

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

.main-navigation ul.nav-menu>li>a {
    margin: 0px 3px 0 0;
    overflow: hidden;
    transition: ease-in-out;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    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: #283B60;
    text-align: center;
}

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

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

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

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

.main-navigation li {
    position: relative;
}

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

.main-navigation ul.nav-menu>li:hover>a,
.main-navigation ul.nav-menu>li.focus>a {
    color: #c2fc85;
}

.main-navigation form.search-form input {
    background-color: #111;
    border-color: #111;
    color: #111;
    font-weight: 400;
}

.main-navigation a {
    display: block;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
}

.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: #000000;
    padding: 5px 9px;
    border-radius: 3px;
    /* margin-bottom: -6px; */
}

.main-navigation ul.nav-menu>li>a {
    padding: 5px 8px;
    opacity: 0.8;
}

.main-navigation ul.nav-menu>li:last-child>a {
    color: #fff;
    letter-spacing: 0.56px;
    font-size: 17px;
    text-transform: capitalize;
}

.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: #000;
    background-color: #c2fc85;
    padding: 12px 20px;
    border-radius: 3px;
    margin-bottom: -6px;
}

form.search-form {
    width: 90%;
    max-width: 100%;
    position: relative;
    padding: 0px 17px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-navigation form.search-form {
    min-width: 320px;
}

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

.menu-toggle {
    font-size: 8px;
    margin: 2px 0;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 30px;
    box-shadow: none;
    border: 2px solid #3f536d;
    border-radius: 0;
    background-color: #fff !important;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: #3f536d;
    border: none;
}

.menu-toggle:hover span,
.menu-toggle:focus span,
.menu-toggle:hover span::after,
.menu-toggle:hover span::before,
.menu-toggle:focus span::after,
.menu-toggle:focus span::before {
    background-color: #000;
}

.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35px;
    height: 4px;
    background-color: #3f536d;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    right: 0;
    margin: 0 auto;
}

.menu-toggle span:before,
.menu-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3f536d;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -ms-transition: -webkit-transform 0.3s;
    -o-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.menu-toggle span:before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
}

.menu-toggle span:after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}

.menu-toggle.active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.menu-toggle.active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.menu-toggle.active span {
    background-color: transparent;
}

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

button.dropdown-toggle {
    padding: 0;
    position: absolute;
    right: 0;
    top: -5px;
    padding-left: 10px;
    z-index: 10;
    background-color: transparent;
    color: #000;
    border: none;
    margin-left: 10px;
    box-shadow: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
}

button.dropdown-toggle svg {
   font-weight: 200;
    margin: 0px 2px 0px 0px;
    font-size: 25px !important;
    color: #C2FC85 !important;
    font-size: 18px;
    top: .8rem;
    padding: 6px 8px;
    background: #000;
    position: relative;
    right: .5rem;
}

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

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

.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: #575757;
    padding: 0px 10px;
    width: fit-content;
    font-weight: 400;
    display: block;
    color: #c2fc85;
    text-decoration: none;
}

.post-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:focus,
.posts-navigation a:focus {
    color: #c2fc85;
    background-color: #1e4543;
    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: #fdc401;
}

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

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

/* Widgets Start */
/* .widget_search,
.widget_recent_entries,
.widget_categories,.widget_archive,.widget_recent_comments,
.widget_tag_cloud, .widget_nav_menu, .widget_text{
    border: 1px solid;
    border-color: #01549a;
    /* padding: 15px; */
/* } */
*/ .widget_search,
.widget_recent_entries,
.widget_categories,
.widget_archive,
.widget_recent_comments,
.widget_tag_cloud,
.widget_nav_menu,
.widget_text {
    background-color: #fff;
}

.widget_search .search-form label {
    width: 100%;
    background: #c2fc85;
    border-radius: 21px;
    padding: 2px;
    /* opacity: 0.25; */
}

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

#primary .widget-title,
#secondary .widget-title {
    padding: 9px 43px;
    background-color: #1E4543;
    color: #C2FC85;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.65px;
    line-height: 31px;
    margin: 0 0 13px;
    text-transform: capitalize;
    border-radius: 21px;
    font-family: 'Teko';
    position: relative;
    border-bottom: 2px solid #c2fc85;
}

#primary .widget-title::after,
#secondary .widget-title::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #fff;
    border: 1px solid;
    border-color: #1E4543;
    background-color: #c2fc85;
    border-radius: 50%;
    padding: 0px 9px;
    font-size: 16px;
    right: 20px;
    position: absolute;
    /* display: flex */
}

.widget_search form.search-form input[type="search"] {
    height: 42px;
    background-color: #1e4543;
    color: #c2fc85;
    padding: 6px 40px;
    font-size: 16px;
    letter-spacing: 0.58px;
    line-height: 29px;
    position: relative;
    border-radius: 21px;
    text-transform: capitalize;
}

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

#primary ul li a,
#secondary ul li a {
    text-decoration: none;
    border-bottom: none;
    line-height: 40px;
    color: #959595;
    font-weight: 400;
    font-size: 16px;
}

.edit-link {
    display: none;
}

/* 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: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    padding: 0;
    background: #3F536D;
    color: #fff;
}

.widget_search form.search-form button.search-submit {
    color: #1E4543;
    font-size: 16px;
    line-height: 1;
    height: 33px;
    padding: 0;
    background-color: #C2FC85;
    width: 33px;
    position: absolute;
    right: 1rem;
    top: 8px;
    border-radius: 17px;
}

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

.widget_search form.search-form {
    padding: 2px 2px 2px 2px;
    width: 100%;
}

form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 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 0 20px;
    color: #fff;
}

.widget_text input {
    padding: 10px 15px;
    border: 1px solid #002434;
    width: 80%;
    margin: 0 40px 16px;
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: dotted;
    border-bottom: dotted #adadad;
}

#content .wpcf7-textarea {
    padding: 10px 15px;
    border: 1px solid #002434;
    width: 80%;
    margin: 0 40px 16px;
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    height: 50px;
    /* Approximate height for 10 rows */
    resize: vertical;
    /* Allows vertical resizing */
    border-bottom: dotted #adadad;
}

.single-service .widget_text {
    border: 2px solid black;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.widget_text .textwidget .wpcf7-submit {
    background-color: #1E4543;
    color: #C2FC85;
    border-radius: 20px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
}

.widget_text .textwidget .wpcf7-submit:hover {
    background-color: #C2FC85;
    color: #1E4543;
}

.wpcf7-spinner {
    display: none;
}

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

.widget li {
    margin-bottom: 10px;
}

.widget li.cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 40px;
    color: #2E2E2E;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 0 3rem;
}

.widget .menu {
    width: 100%;
    padding-left: 19px;
}

#primary .widget_recent_entries li,
#secondary .widget_recent_entries li {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
}

#primary .widget_recent_entries li a::before,
#secondary .widget_recent_entries li a::before {
    display: none !important;
}

#primary .widget_recent_entries li a::after,
#secondary .widget_recent_entries li a::after {
    display: none;
}

#primary .widget_recent_entries ul,
#primary .widget_archive ul,
#secondary .widget_recent_entries ul,
#secondary .widget_archive ul {
    padding: 4px 2.2rem;
    background-color: #F8FDF3;
}

#primary .widget_recent_entries ul li a,
#secondary .widget_recent_entries ul li a {
    font-size: 15px;
    line-height: 24px;
    color: #595A5A;
    font-family: 'Montserrat';
}

#primary .widget_recent_entries ul li span,
#secondary .widget_recent_entries ul li span {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Teko Bold';
    color: #1E4543;
    text-transform: capitalize;
}

.widget .menu-services-container li,
.widget .menu-our-services-container li {
    background-color: #1E45430F;
    position: relative;
    margin-bottom: 24px;
    margin: 0 auto 24px;
    width: 100%;
    border-radius: 5px;
    padding: 7px;
}

#primary .widget .menu-services-container ul li a,
#primary .widget .menu-our-services-container ul li a,
#secondary .widget .menu-services-container ul li a,
#secondary .widget .menu-our-services-container ul li a {
    color: #000000;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.15px;
    line-height: 25px;
    font-family: 'Montserrat';
    font-weight: 500;

}

#primary .widget .menu-services-container ul li a:active,
#primary .widget .menu-our-services-container ul li a:active,
#secondary .widget .menu-services-container ul li a:active,
#secondary .widget .menu-our-services-container ul li a:active {
    color: #fdc401 !important;
}

#primary .widget .menu-services-container ul li a::after,
#primary .widget .menu-our-services-container ul li a::after,
#secondary .widget .menu-services-container ul li a::after,
#secondary .widget .menu-our-services-container ul li a::after {
    display: none;
}

#primary .widget .menu-services-container ul li a::before,
#primary .widget .menu-our-services-container ul li a::before,
#secondary .widget .menu-services-container ul li a::before,
#secondary .widget .menu-our-services-container ul li a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: 600;
    background-color: #1E4543;
    border-radius: 50%;
    color: #c2fc85;
    transform: rotate(0deg);
    padding: 5px 8px;
    font-size: 16px;
    display: inline;
    background-image: none;
}

#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::before,
#secondary .widget ul li a::before,
#primary .widget ol li a::before,
#secondary .widget ol li a::before {
    background-image: url(assets/images/Group-12309.png);
    background-size: cover;
    display: inline-block;
    content: "";
    color: #fdc401;
    margin-right: 10px;
    width: 12.09px;
    height: 12.09px;
}

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

.tags-links a {
    background: #c2fc85;
    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: #1e4543;
    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: #1e4543;
    color: #c2fc85;
}

.socialMedia {
    float: right;
}

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

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

.socialMedia ul li:hover {
    background-color: #1e4543;
    /* 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: 900;
    margin-right: 5px;
    color: #1e4543;
}

.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: #1e4543;
    text-decoration: none;
    font-weight: 300;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #3f536d;
}

.entry-meta {
     display: flex;
    justify-content: space-around;
    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: #1e4543;
}

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

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

.reply a {
    color: #1e4543;
    display: inline-block;
    font-weight: 400;
    padding: 7px 30px;
    position: relative;
    background-color: #c2fc85;
    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: #c2fc85;
    background-color: #1e4543;
}

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

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

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

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

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

.main-navigation ul.nav-menu>li:last-child {
    padding: 25px 0 22px 0;
    /* padding: 3px 10px; */
    /* margin-left: 15px; */
}

#featured-slider .wrapper {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding-left: 15px;
}

.section-gap {
    padding: 5em 10px;
}

.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: #000;
    text-decoration: none;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/*---------------------------------------------------------------
#Single Service/Project
---------------------------------------------------------*/
#content #primary .singleservicepage .singlepagetitle p {
    margin: 20px 0 0;
    color: #736868;
}

#content #primary .singleservicepage .singlepagetitle h1 {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    margin-top: 20px;
    color: #1e4543;
}

#content .benefits h1 {
    font-size: 30px;
    font-weight: 500;
    color: #1e4543;
    padding: 2.4rem 0 25px;
}

#content .benefits .benefit i,
#content .benefits .benefit svg {
    font-size: 40px;
    color: #c2fc85;
}

#content .benefits .benefit h2 {
    font-size: 23px;
    font-weight: 500;
    color: #1e4543;
    line-height: 32px;
    padding: 15px 0 4px;
}

#content .benefits .benefit p {
    color: #736868;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

#content .planning {
    margin-top: 3rem;
    margin-bottom: 30px;
}

#content .planning h1 {
    font-size: 35px;
    font-weight: 600;
    color: #1e4543;
    letter-spacing: 0.64px;
    line-height: 42px;
}

#content .planning p {
    color: #736868;
    font-weight: 400;
    font-size: 18px;
    margin: 10px 0 18px;
}

#content .planning ul li {
    margin-bottom: 18px;
    color: #1e4543;
}

#content .planning ul li a {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
    color: #1e4543;
    position: absolute;
    margin-left: 5px;
}

#content .planning ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #c2fc85;
    background-color: #1e4543;
    padding: 8px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
}
#primary .singlepagetitle ul{
    margin-top: 20px;
}
#primary .singlepagetitle ul li {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
    margin-left: 5px;
}
#primary .singlepagetitle ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-weight: 500;
    color: #c2fc85;
    background-color: #1e4543;
    padding: 8px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
}

/*--------------------------------------------------------------
#  Inner Page settings
--------------------------------------------------------------*/
#main .entry-content h1,
#secondary .entry-content h1 {
    font-size: 60px;
    clear: both;
    color: #000;
    margin: 16px 0;
    font-weight: 400;
    line-height: 86px;
    font-family: 'Teko';
}

#main .entry-content p strong,
#secondary .entry-content p strong {
    color: #1e4543;
    font-family: 'Montserrat';
    line-height: 34px;
    font-weight: 700;
    font-size: 16px;
}

#main .entry-content p em,
#secondary .entry-content p em {
    color: #FF5B4A;
}

#main .entry-content h2,
#secondary .entry-content h2 {
    font-size: 50px;
    clear: both;
    color: #000;
    margin: 16px 0;
    font-weight: 400;
    line-height: 86px;
    font-family: 'Teko';
}

#main .wp-block-column-is-layout-flow h2,
#secondary .wp-block-column-is-layout-flow h2 {
    text-align: center;
}

#main .entry-content h3,
#secondary .entry-content h3 {
    font-size: 40px;
    clear: both;
    color: #000;
    margin: 16px 0;
    font-weight: 400;
    line-height: 86px;
    font-family: 'Teko';
}

#main .entry-content h4,
#secondary .entry-content h4 {
    font-size: 30px;
    clear: both;
    color: #000;
    margin: 16px 0;
    font-weight: 400;
    line-height: 86px;
    font-family: 'Teko';
}

#main .entry-content h5,
#secondary .entry-content h5 {
    font-size: 28px;
    clear: both;
    color: #000;
    margin: 16px 0;
    font-weight: 400;
    line-height: 86px;
    font-family: 'Teko';
}

#main .entry-content h6,
#secondary .entry-content h6 {
    font-size: 28px;
    clear: both;
    color: #000;
    margin: 16px 0;
    font-weight: 400;
    line-height: 86px;
    font-family: 'Teko';
}

#main .entry-content ul,
#secondary .entry-content ul {
    /* padding: 20px 0 20px 0; */
    list-style: none;
    font-size: 18px;
    margin: 0;
}

#main .entry-content ul li,
#main .entry-content ul li ul li,
#secondary .entry-content ul li,
#secondary .entry-content ul li ul li {
    line-height: 19px;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin-bottom: 30px;
}

#main .entry-content ul li:before,
#secondary .entry-content ul li:before {
    content: '';
    background-image: url(assets/images/Group-12309.png);
    margin-right: 20px;
    transform: scale(1);
    transition: all 0.5sease 0s;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 500msease;
    transition: all 500msease;
    width: 12.02px;
    z-index: 1;
    height: 12.02px;
}

details {
    line-height: 2rem;
}

details p {
    margin-left: 30px;
}

.tagcloud {
    padding: 4px 1.2rem;
}

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

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

#main .entry-content ul li ul li:before,
#secondary .entry-content ul li ul li:before {
    content: '';
    background-image: url(assets/images/Group-12309.png);
    margin-right: 20px;
    transform: scale(1);
    transition: all 0.5sease 0s;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 500msease;
    transition: all 500msease;
    width: 12.02px;
    z-index: 1;
    height: 12.02px;
}

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

#main .entry-content ol li,
#secondary .entry-content ol li {
    position: relative;
    padding-left: 6rem;
    min-height: 50px;
    padding-top: 0px;
    line-height: 29px;
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat';
}

#main .entry-content ol li:before,
#secondary .entry-content ol li:before {
    content: '0' counter(li);
    counter-increment: li;
    color: #1E4543;
    /* background: #C2FC85; */
    /* border: 1px solid #C2FC85; */
    border-radius: 50%;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 2.3rem;
    font-family: 'Teko Medium';
    padding: 2px 8px;
    z-index: 1;
}

#main .entry-content ol li::after,
#secondary .entry-content ol li::after {
    content: '';
    background: #C2FC85;
    border: 1px solid #C2FC85;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 0;
    left: 3rem;
    top: 4px;
}

blockquote .wp-block-quote,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
    /* border-left: none !important; */
    padding: 1em !important;
    background-color: #01549a !important;
    border: 1px solid !important;
    border-color: #002434 !important;
    /* width: 70%; */
    margin-top: 50px;
}

.wp-block-quote h1,
.wp-block-quote h2,
.wp-block-quote h3,
.wp-block-quote h4,
.wp-block-quote h5,
.wp-block-quote h6 {
    text-align: center;
    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 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
    /* text-align: left; */
    padding: 12px 40px 0;
    letter-spacing: 0.64px;
    line-height: 30px;
}

.wp-block-quote p:before,
blockquote .wp-block-quote p:before {
    content: "\f10d";
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    font-size: 60px;
    color: #fdc401;
    font-family: 'FontAwesome';
}

.wp-block-quote p:after,
blockquote .wp-block-quote p:after {
    content: "\f10e";
    position: absolute;
    bottom: -1rem;
    right: 33px;
    font-size: 60px;
    color: #fdc401;
    font-family: 'FontAwesome';
    transform: rotate(180deg) rotateY(180deg);
}

/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    background-size: cover;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background: url(assets/images/people-railway-transport-portrait-public-transport-streetphotography-583586-pxhere1.com.png);
}

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

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

#page-site-header .page-title {
    color: #fff;
    font-size: 56px;
    margin: 23px 0 0px 10px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 3.8px;
    /* line-height: 12px; */
    font-family: 'Montserrat';
}

#page-site-header .page-title::before {
    content: '';
    width: 2px;
    height: 90px;
    background-color: #fff;
    transform: rotate(180deg);
    display: block;
    position: absolute;
    padding-left: 0px;
    margin-left: -3.2rem;
}

#page-site-header .page-header {
    position: relative;
    /* bottom: 26%; */
    left: 0;
    right: 0;
    top: 0rem;
    padding-top: 4rem;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

#page-site-header .header-title {
    position: relative;
}

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

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

}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.svg-inline--fa {
    height: 0.6em;
    vertical-align: 0.10em;
}
#page-site-header .breadcrumbbox {
    padding: 0px 0 0.5em 0%;
    text-align: left;
    /* margin-bottom: 8%; */
}

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

#page-site-header .breadcrumbbox .button .root,
#page-site-header .breadcrumbbox span {
    padding: 10px 17px;
    font-weight: 500;
    color: #fff;
}

#page-site-header .breadcrumbbox span.treeEnd-margin {
    margin-left: -36px;
    line-height: 45px;
}
#page-site-header .button .woocommerce-breadcrumb,
#page-site-header .breadcrumbbox span.treeEnd {
    color: #ECFFD9;
    font-size: 50px;
    padding: 10px 0px;
    line-height: 30px;
    font-family: 'Teko';
    text-transform: uppercase;
}

#page-site-header .breadcrumbbox span.bread-arrow {
    font-size: 32px;
    position: relative;
    padding: 0px;
    color: #fff;
    background-color: #00000000;
    font-weight: 400;
    left: -16px;
    font-family: 'Teko Bold';
    line-height: 112px;
}

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

#page-site-header .breadcrumbbox a , #page-site-header .button .woocommerce-breadcrumb a{
    font-weight: 500;
    text-decoration: none;
    font-size: 50px;
    line-height: 112px;
    text-transform: capitalize;
    font-family: 'Teko';
    color: #fff;
}

#page-site-header .breadcrumbbox a:hover,
#page-site-header .breadcrumbbox .treeEnd:hover,
#page-site-header .button .woocommerce-breadcrumb:hover {
    color: #c2fc85;
    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: '\f104' !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.slick-next:before {
    content: '\f105' !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;
}

/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider .slick-dots {
    bottom: 3rem;
}

#featured-slider .swiper-slide {
    overflow: hidden;
    color: #fff
}

#featured-slider .slide-inner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center
}

#featured-slider img {
    max-width: 100%;
    width: 100%;
    height: 850px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#featured-slider .sliderimg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .3;
}

.opbg {
    position: relative;
    width: 100%;
    height: auto
}

#featured-slider article {
    position: relative;
    background-size: cover;
    background-position: 50%
}

#featured-slider .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 200px 0;
    border-radius: 50px;
    margin-bottom: 50px
}

#featured-slider .wrapper {
    top: 18%
}

#featured-slider .entry-header {
    max-width: 900px;
    margin: 0;
    height: auto;
    padding: 10px
}

#featured-slider .entry-content {
    max-width: 900px;
    margin-right: auto
}

#featured-slider .entry-container {
    margin-top: 90px
}

#featured-slider .entry-container h3 {
    font-size: 38px;
    letter-spacing: 3.8px;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 1;
    font-family: "Montserrat Regular";
}

#featured-slider .content {
    font-size: 100px;
    letter-spacing: normal;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-family: "Teko Bold";
}

#featured-slider .content h1 {
    color: #fff;
}

#featured-slider .content span {
    color: #ECFFD9;
}

#featured-slider .sliderbut1,
#featured-slider .sliderbut1:hover,
#featured-slider .sliderbut1:hover a {
    color: #000;
    transition: .85s cubic-bezier(.68, -.55, .265, 1.55)
}

.vl-entry {
    border-left: 2px solid #fff;
    height: 242px;
    padding-right: 30px
}

#featured-slider .leftcontentbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
}

#featured-slider .slick-dots-container {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content
}

#featured-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0
}

#featured-slider .slick-dots li {
    margin: 0 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer
}

#featured-slider .slick-slide {
    outline: 0;
    margin: 0;
    width: 1474px
}

#featured-slider .slick-next,
#featured-slider .slick-prev,
#primary ol li .wp-block-latest-comments__comment-link::before,
#secondary ol li .wp-block-latest-comments__comment-link::before {
    display: none !important
}

#featured-slider .sliderbut1 {
    margin: 20px auto;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 2px 12px;
    width: fit-content
}

#featured-slider .sliderbut1 a {
    color: #0d0e10;
    font-size: 22px;
    margin-left: 10px;
    font-family: "Montserrat Regular";
}

#featured-slider .entry-content p {
    font-size: 31px;
    color: #fff;
    font-family: "Montserrat Regular";
    opacity: 0.8;
    /* margin-bottom: 1rem; */
}

#featured-slider .entry-title {
    font-size: 100px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #c2fc85;
    font-family: "Teko Regular";
    margin-bottom: 0 !important
}

#featured-slider .sliderbut1:hover {
    background-color: #c2fc85;
    color: #fff
}

#featured-slider .swiper {
    width: 100%;
  }
  #featured-slider .swiper-pagination-bullet {
      background-color: #000;
      opacity: 0.8;
      width: 18px;
      height: 18px;
      border: 5px solid #a5eb76;
      transition: background-color 0.3s;
      position: relative;
      padding: 6px;
  }
  #featured-slider .swiper-pagination-bullet-active {
    background: #fff;
  }
  #featured-slider.swiper-horizontal>.swiper-pagination-bullets, #featured-slider.swiper-pagination-bullets.swiper-pagination-horizontal, #featured-slider.swiper-pagination-custom, #featured-slider.swiper-pagination-fraction {
      bottom: 60px;
  }

.button-icon {
    padding: 7px 20px;
    background-color: #c2fc85;
    border-radius: 20px;
    margin-left: 10px;
    align-content: center;
}

.button-icon svg {
    width: 16px;
    height: 18px;
    text-align: center;
}

#featured-slider .sliderbut1:hover>.button-icon {
    color: #fff;
    background-color: #000
}

.btn-img {
    display: flex;
}

.socialicon {
    color: #fff;
    padding-top: 10px;
    width: 25px;
    height: 19px;
    /* font-size: 15px; */
}

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

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

#featured-services .servicerightside {
    position: relative
}

#featured-services .title-section {
    margin-bottom: 4em;
    display: block;
}

#featured-services .entry-content3 h5 {
    position: relative;
    font-size: 30px;
    margin: 0px 0px 0px 0px;
    color: #090909;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Teko Medium';
}

#featured-services .entry-content3 h1 {
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-family: 'Teko Bold';
    margin-bottom: 20px;
    padding: 7px;
}

#featured-services .featured-service-item {
    border-radius: 10px;
    transition: 0.5s;
    border-radius: 29px;
}

#featured-services .featured-service-item:hover .entry-content .serv-icon i,
#featured-services .featured-service-item:hover .entry-content .serv-icon svg {
    color: #085208;
}

#featured-services .entry-container .service-image {
    position: relative;
    height: auto;
    color: #fff;
}

#featured-services .entry-container .service-image .image-container {
    height: 521px;
    border-radius: 29px;
    position: relative;
    overflow: hidden;
}

#featured-services .entry-container .service-image:hover .image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    animation: serviceshine 1.5s infinite;
}

@keyframes serviceshine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

#featured-services .entry-content {
    text-align: left;
    margin: 0 auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #0A0A0A, #0E0E0E59, #1919194F, #2F2F2F00, #5B5B5B00);
    padding: 21px 30px;
    border-radius: 29px;
}

#featured-services .entry-content .service-icon {
    background: #fff;
    display: inline-flex;
    padding: 12px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

#featured-services .entry-content .service-icon i,
#featured-services .entry-content .service-icon svg {
    color: #2D2A29;
    font-size: 22px;
}

#featured-services .entry-container .service-image .entry-content .newsCaption-link::after {
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 4px;
    font-size: 8px;
}

#featured-services .entry-content p {
    color: #A7A7A7;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 9px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: Montserrat;
}

#featured-services .entry-content a.newsCaption-link {
    background: #C2FC85;
    padding: 6px;
    font-size: 8px;
    color: #000000;
    letter-spacing: 0.16px;
    line-height: 12px;
}

#featured-services .entry-content h2.entry-title {
    margin: 12px 0 0;
}

#featured-services .entry-title a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;
    font-family: 'Teko';
}

#featured-services .service-image:hover .entry-title a {
    color: #c2fc85;
}

#featured-services .read-more {
    display: flex;
    justify-content: center;
}

#featured-services .read-more a {
    text-align: center;
    background: #c2fc85;
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 23px;
    color: #000000;
    border-radius: 32px;
    padding: 10px 27px;
    font-weight: 500;
}

#featured-services .entry-container .service-image:hover .entry-title a::after {
    display: none;
}

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

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

#main .gap-12 {
    gap: 0 !important;
}

#main .service-inner-content .featured-service-item,
#secondary .service-inner-content .featured-service-item {
    background: #ffffff;
    padding: 15px 13px 4px;
    margin: 0 0px;
    width: 100%;
}

#main .service-inner-content .entry-title .service-title,
#secondary .service-inner-content .entry-title .service-title {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Teko';
}

#main .service-inner-content .content-image:hover .entry-content h2 a,
#secondary .service-inner-content .content-image:hover .entry-content h2 a {
    color: #c2fc85;
    transition: all 0.4s ease;
}

#main .service-inner-content .entry-title .service-title:active,
#secondary .service-inner-content .entry-title .service-title:active {
    color: #fdc401;
}

#secondary .service-inner-content .entry-title a,
#main .service-inner-content .entry-title a {
    font-size: 0;
}

#main .entry-content .service-inner-content p,
#secondary .entry-content .service-inner-content p {
    color: #A7A7A7;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 9px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: Montserrat;
    margin: 0 0 9px;
}

#main .service-inner-content .content-image:hover .entry-content p,
#secondary .service-inner-content .content-image:hover .entry-content p {
    color: #fff;
    transition: 0.4s ease;
}

#main .service-inner-content .content-image,
#secondary .service-inner-content .content-image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
}

#main .service-inner-content .content-image .entry-content,
#secondary .service-inner-content .content-image .entry-content {
    text-align: left;
    margin: 0 auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(0deg, #0A0A0A 0%, #0E0E0E59 58%, #1919194F 65%, #2F2F2F00 87%, #5B5B5B00 100%) 0% 0% no-repeat padding-box;
    padding: 21px 30px;
    border-radius: 29px;
}

#main .service-inner-content .content-image .entry-content .service-icon,
#secondary .service-inner-content .content-image .entry-content .service-icon {
    background: #fff;
    display: inline-flex;
    padding: 12px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

#main .service-inner-content .content-image .entry-content .service-icon svg,
#secondary .service-inner-content .content-image .entry-content .service-icon svg {
    color: #2D2A29;
    font-size: 22px;
}

#main .service-inner-content .content-image img,
#secondary .service-inner-content .content-image img {
    height: auto;
    width: 100%;
    transition: transform .5s ease;
    border-radius: 29px;
}

#main .service-inner-content .content-image .entry-title,
#secondary .service-inner-content .content-image .entry-title {
    margin: 12px 0 0;
    font-size: 18px;
    justify-self: left;
    margin: 0;
}

#main .entry-content .service-inner-content a.newsCaption-link,
#secondary .entry-content .service-inner-content a.newsCaption-link {
    background: #C2FC85;
    padding: 6px;
    font-size: 8px;
    color: #000000;
    letter-spacing: 0.16px;
    line-height: 12px;
}

#main .entry-content .service-inner-content a.newsCaption-link::after,
#secondary .entry-content .service-inner-content a.newsCaption-link::after {
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 4px;
    font-size: 8px;
}

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

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

#featured-about .aboutrow {
    margin: 0%;
}

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

#featured-about .title-section {
    position: relative;
    text-align: center;
    display: block !important;
    /* margin-bottom: 0; */
}

#featured-about .title-section h5 {
    color: #2E2E2E;
    font-size: 30px !important;
    font-weight: 500 !important;
    position: relative;
    letter-spacing: 1.5px;
    line-height: 43px;
    font-family: 'Teko Medium' !important;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 1.2rem;
}
#content #featured-about .title-section h1 {
    margin: 2px auto 3.5rem !important;
    line-height: 60px;
}
#featured-about .title-section h1 {
    margin: 2px auto 3.5rem;
    font-size: 55px !important;
    font-weight: 600  !important;
    padding: 0 0px;
    position: relative;
    z-index: 1;
    border-left: none;
    color: #000000  !important;
    line-height: 60px;
    font-family: 'Teko Bold' !important;
    letter-spacing: 0px;
}

#featured-about .title-section .about-service p {
    color: #000;
    font-size: 22px !important;
    letter-spacing: 1.76px;
    font-weight: 400 !important;
    line-height: 35px;
    text-transform: capitalize;
    font-family: 'Montserrat' !important;
    margin: 0;
}

#featured-about .title-section .about-service .p-before {
    background-color: #575757;
    width: 17.5px;
    height: 15px;
    border: 4px solid;
    border-color: #DCDCDC;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

#featured-about .title-section .cleaning-text {
    margin-top: 34px;
    gap: 45px;
}

#featured-about .title-section .cleaning-text p {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.59px;
    margin: 0;
}

#featured-about .section-area-textlist {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    margin: 29px 0;
    padding: 0 232px 0 25px;
    text-align: left;
    position: relative;
}

#featured-about .button-content {
    margin-top: 0;
    display: inline-block;
    font-weight: 400;
    padding: 8px 25px;
    font-size: 18px;
    text-transform: uppercase;
    background: #c2fc85;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid;
    border-color: #c2fc85;
    letter-spacing: 1px;
    color: #000;
    transition: all 0.4s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border-radius: 22px;
}

#featured-about .button-content::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

#featured-about .button-content::after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background: #E9F5FF;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

#featured-about .button-content:hover:before {
    top: -35%;
    background: #E9F5FF;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

#featured-about .button-content:hover::after {
    top: -45%;
    background: #E9F5FF;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

#featured-about .button-content:active {
    transform: scale(0.9);
}

#featured-about .button-content:hover {
    color: #01549A;
    animation: pulseBig infinite 3s linear;
}

#featured-about .title-section {
    margin: 0;
    position: relative;
}

#featured-about .button-content a {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.28px;
    line-height: 23px;
    text-transform: capitalize;
}

#featured-about .button-content:hover a {
    color: #01549a;
}

#featured-about .title-section .row h3 {
    margin: 0;
    font-size: 25px !important;
    font-weight: 500;
    color: #000000;
}

#featured-about .about-image {
    width: 80%;
    height: 682px;
    /* padding: 10px; */
    position: relative;
    display: flex;
}

#featured-about .about-image img {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 30px;
}

#featured-about .aboutrightside {
    margin-left: -2.5rem;
}

#featured-about .about-service {
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
    gap: 11px;
}

#featured-about h1.img-top {
    margin: 0;
    font-size: 108px !important;
    line-height: 60px;
    font-weight: 700;
    font-family: "Teko Bold";
    text-transform: uppercase;
    color: #3B3B3B;
    opacity: 0.1;
    position: relative;
}

#featured-about h1.img-top::after {
    background-image: url(assets/images/about-dash.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    width: 158.93px;
    height: 137.69px;
    position: absolute;
    top: 24px;
    box-shadow: 0 0 7px #0000001A;
}

#featured-about h1.img-right {
    margin: 0;
    writing-mode: vertical-lr;
    font-size: 132px !important;
    font-family: 'Teko Bold';
    line-height: 100px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #3B3B3B;
    opacity: 0.1;
    position: relative;
}

@media screen and (min-width: 1300px) {
    #featured-about .aboutrow {
        padding-left: 100px;
        padding-right: 31px;
    }
}

/*--------------------------------------------------------------
#  Featured WhyChooseUs Section
--------------------------------------------------------------*/
#featured-whychooseus {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 15%, #1E4543 0%, #1e4543 78%, #c2fc85 74%) !important;
}

#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-whychooseus .title-section {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 0;
    /* margin-bottom: 4rem; */
}

#featured-whychooseus .title-section h1 {
    text-transform: Uppercase;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    font-family: 'Teko Medium';
    line-height: 43px;
    letter-spacing: 1.5px;
    position: relative;
    margin-bottom: 20px;
}

#featured-whychooseus .row {
    margin-bottom: 6rem;
    margin-top: -2rem;
}

#featured-whychooseus .imgdiv {
    width: 85%;
    position: relative;
}

#featured-whychooseus .imgdiv img {
    width: 100%;
    height: 541px;
    border-radius: 25px;
    /* transform: rotateZ(355deg); */
    position: relative;
}

#featured-whychooseus .content {
    background: #434444;
    border-radius: 15px;
    border: 0.5px solid #C2FC85;
    padding: 1.5rem 1.2rem 3rem 1.2rem;
    position: relative;
    left: 1.7rem;
    bottom: 135px;
}
#featured-whychooseus .content:hover {
    background: #ffffff;
}
#featured-whychooseus .content:hover h1,
#featured-whychooseus .content:hover p{
    color: #000000;
}

#featured-whychooseus .content h1 {
    font-size: 34px;
    letter-spacing: 1.7px;
    color: #C2FC85;
    font-family: 'Teko';
    position: relative;
}
#featured-whychooseus .title-section h2 {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Teko Bold';
    line-height: 60px;
    color: #000000;
    position: relative;
    padding: 7px;
    margin-top: -40px;
}

#featured-whychooseus .content p {
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 300;
    position: relative;
}
#featured-whychooseus .whychooseusrow .col-md-4 {
    justify-items: center;
}

@media (min-width: 1200px) and (max-width: 1536px) {
    #featured-whychooseus .container  .row .offset-lg-3{
        margin-left: 22% !important;
    width: 54% !important;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    #featured-whychooseus .whychooseusrow {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
    #featured-whychooseus .whychooseusrow .col-md-4 {
        flex: 0 0 auto;
        width: 100.333333%;
        justify-items: center;
    }
    #featured-whychooseus .container  {
             padding: 0 !important;
    }
    #featured-whychooseus .row {
        margin-bottom: 10rem;
    }
}

/*--------------------------------------------------------------
#  Featured counter Section
--------------------------------------------------------------*/
#featured-counters {
    position: relative;
    overflow: visible;
}

#featured-counters img {
    position: absolute;
    top: -9.5rem;
    right: 0.5rem;
    width: 180px;
    height: 183px;
    border-radius: 50%;
}

#featured-counters .blurbg {
    position: absolute;
    background: #ffffff;
    width: 199px;
    height: 199px;
    top: -10rem;
    right: 0rem;
    filter: brightness(1);
    border-radius: 50%;
    opacity: 0.5;
    fill-opacity: 0;
}

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

#featured-counters .counters-block {
    color: #000;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

#featured-counters .counters-block .counters-overlay2 {
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#featured-counters .countersbox {
    padding: 15px 0;
    position: relative;
    border-bottom: none;
    border-top: none;
}

#featured-counters .counters-block:hover {
    background-color: #1e4543;
}


#featured-counters h4.counters-title a {
    color: #1E4543;
    text-decoration: none;
    font-weight: 400;
    font-size: 31px;
    line-height: 40px;
    font-family: 'Montserrat';
}

#featured-counters .counters-num span {
    color: #1E4543;
    text-decoration: none;
    font-weight: 600;
    font-size: 51px;
    line-height: 61px;
    font-family: 'Teko';
    position: relative;
}

#featured-counters .counters-block:hover .counters-num span {
    color: #c2fc85;
}

#featured-counters .counters-block:hover h4.counters-title a,
#featured-counters .counters-block:hover .counters-details p {
    color: #ffffff;
}

/*--------------------------------------------------------------
#  Featured Expert team Section
--------------------------------------------------------------*/
#featured-team {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #F9F7F5 26%, #1E4543 0%, #1e4543 97%, #FFFFFF 74%) !important;
}

#featured-team .title-section {
    display: block;
    margin-bottom: 7em;bottom: 2rem;
    margin-top: 0em;
    position: relative;
}

#featured-team .team-section-content {
    padding: 0 80px;
}

#featured-team .title-section h1 {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #1E4543;
    position: relative;
    text-transform: uppercase;
    font-family: 'Teko Medium';
}

#featured-team .title-section h2 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #1E4543;
    font-family: 'Teko Bold';
    font-weight: 600;
    position: relative;
}

#featured-team .image-container {
    height: 552px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    transition: all .7s linear;
    border-bottom: 2px solid #c2fc85;
}

#featured-team .content-image {
    border-radius: 0px;
    display: block;
    position: relative;
    width: 100%;
}

#featured-team .imagediv {
    position: relative;
    z-index: 1;
}

#featured-team .content-image .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    transition: .8s ease;
    padding-top: 0.5rem;
}

#featured-team .content-image .social-links a i,
#featured-team .content-image .social-links a svg {
    color: #1E4543;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    padding: 6px 0;
    transition: 0.3s ease;
}

#featured-team .content-image .imagediv {
    overflow: hidden;
}

#featured-team .content-image .imagediv::before {
    content: '';
    position: absolute;
    top: 0;
    left: -95%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

#featured-team .content-image .imagediv:hover::before {
    animation: shine 1s ease-in-out;
}


#featured-team .content-image .social-links a:before {
    display: none;
}

#featured-team .content-image .social-links a:hover i,
#featured-team .content-image .social-links a:hover svg {
    transition: .6s ease;
    transform: scale(1.7);
    color: #FAA919;
}

#featured-team .featured-team-item:hover .social-links a i,
#featured-team .featured-team-item:hover .social-links a svg {
    color: #c2fc85;
    transition: 0.3s ease;
}

#featured-team h2.entry-title {
    margin: 0px;
    padding: 0 0px;
    position: relative;
}

#featured-team .entry-content {
    overflow: hidden;
    background-color: #c2fc85;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.3s ease;
}

#featured-team .featured-team-item:hover .entry-content {
    background-color: #1e4543;
    transition: 0.3s ease;
}

#featured-team .entry-content::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-out 0s;
    clip-path: polygon(101% 0%, 100% 33%, 94% 33%, 90% 8%, 10% 8%, 6% 33%, -1% 33%, 0 0%);
}

#featured-team .featured-team-item:hover .entry-content::before {
    top: 0;
}

#featured-team h2.entry-title a {
    color: #1E4543;
    text-decoration: none;
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
    font-family: 'Teko Medium';
}

#featured-team .featured-team-item:hover h2.entry-title a {
    color: #c2fc85;
}

#featured-team .contentbox {
    position: relative;
    z-index: 5;
}

/*--------------------------------------------------------------
#  Inner team Page
--------------------------------------------------------------*/

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

@media (min-width:300px) and (max-width:1050px) {
    #main #post-25 .team-inner-content,
    #secondary #post-25 .team-inner-content {
        padding: 0px;
    }
}

#main .featured-team-bg,
#secondary .featured-team-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#main .featured-team-item .content-image .imagediv .entry-content h2{
        line-height: 0px !important;
}
#main .featured-team-item .content-image .imagediv .entry-content::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
    clip-path: polygon(101% 0%, 100% 33%, 94% 33%, 90% 8%, 10% 8%, 6% 33%, -1% 33%, 0 0%);
}
#main .title-section,
#secondary .title-section {
    display: block;
    margin-bottom: 7em;
    margin-top: 0em;
    position: relative;
}

#main .team-section-content,
#secondary .team-section-content {
    padding: 0 100px;
}

#main .title-section h1,
#secondary .title-section h1 {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #1E4543;
    position: relative;
    text-transform: uppercase;
    font-family: 'Teko Medium';
}

#main .title-section h2,
#secondary .title-section h2 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #1E4543;
    font-family: 'Teko Bold';
    font-weight: 600;
    position: relative;
}

#main .image-container,
#secondary .image-container {
    height: 552px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    transition: all .7s linear;
    border-bottom: 2px solid #c2fc85;
}

#main .content-image,
#secondary .content-image {
    border-radius: 0px;
    display: block;
    position: relative;
    width: 100%;
}

#main .content-image .imagediv,
#secondary .content-image .imagediv {
    overflow: hidden;
}

#main .content-image .imagediv::before,
#secondary .content-image .imagediv::before {
    content: '';
    position: absolute;
    top: 0;
    left: -95%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

#main .content-image .imagediv:hover::before,
#secondary .content-image .imagediv:hover::before {
    animation: shine 1s ease-in-out;
}


#main .imagediv,
#secondary .imagediv {
    position: relative;
    z-index: 1;
}

#main .content-image .social-links,
#secondary .content-image .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    transition: .8s ease;
    padding-top: 0.5rem;
}

#main .content-image .social-links a i,
#secondary .content-image .social-links a i,
#main .content-image .social-links a svg,
#secondary .content-image .social-links a svg {
    color: #1E4543;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    padding: 6px 0;
    transition: 0.3s ease;
}

#main .content-image:hover .social-links a i,
#secondary .content-image:hover .social-links a i,
#main .content-image:hover .social-links a svg,
#secondary .content-image:hover .social-links a svg {
    color: #c2fc85;
}

#main .content-image .social-links a:before,
#secondary .content-image .social-links a:before {
    display: none;
}

#main .content-image .social-links a:hover i,
#secondary .content-image .social-links a:hover i,
#main .content-image .social-links a:hover svg,
#secondary .content-image .social-links a:hover svg {
    transition: .6s ease;
    transform: scale(1.7);
    color: #FAA919;
}

#main h2.entry-title,
#secondary h2.entry-title {
    margin: 0px 0 22px;
    padding: 0 0px;
    position: relative;
}

#main .content-image .imagediv .entry-content,
.content-image .imagediv .entry-content,
#secondary .content-image .imagediv .entry-content,
.content-image .imagediv .entry-content {
    overflow: hidden;
    background-color: #c2fc85;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.3s ease;
}

#main .featured-team-item:hover .entry-content,
#secondary .featured-team-item:hover .entry-content {
    background-color: #1e4543;
    transition: 0.3s ease;
}

#main .featured-team-item:hover .entry-content::before,
#secondary .featured-team-item:hover .entry-content::before {
    top: 0;
}

#main h2.entry-title a,
#secondary h2.entry-title a {
    color: #1E4543;
    text-decoration: none;
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
    font-family: 'Teko Medium';
}

#main .featured-team-item:hover h2.entry-title a,
#secondary .featured-team-item:hover h2.entry-title a {
    color: #c2fc85;
}

#main .contentbox,
#secondary .contentbox {
    position: relative;
    z-index: 5;
}

/*--------------------------------------------------------------
#  Featured Features Section
--------------------------------------------------------------*/
#featured-features {
    position: relative;
    overflow: hidden;
    background: #F9F7F5;
}

#featured-features .section-content {
    padding: 0px;
    margin-left: -30px;
}

#featured-features .title-section {
    display: inline-block;
    margin: 0 0 17px;
}

#featured-features .featuresbox .features-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}

#featured-features .featuresbox .features-icon img {
    width: 100%;
    height: 57px;
    position: relative;
    z-index: 2;
}

#featured-features .featuresbox .circle {
    position: absolute;
    background: #111122;
    width: 54px;
    z-index: 0;
    height: 54px;
    border-radius: 50%;
    opacity: 0.05;
    bottom: 13px;
    right: 25px;
}

#featured-features p.section-text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0 0 65px;
}

#featured-features .features-block {
    padding: 31px 25px 17px;
    position: relative;
    transition: 0.4s ease-in;
}

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

#featured-features .features-block:last-child:after {
    display: none;
}

#featured-features .featuresbox {
    border-radius: 8px;
    padding: 20px 0;
    position: relative;
}

#featured-features h4.features-title {
    margin: 8px 0 0;
}

#featured-features h4.features-title a {
    color: #1E4543;
    text-decoration: none;
    font-weight: 400;
    font-size: 35px;
    transition: color 0.3s ease;
    letter-spacing: 1.75px;
    line-height: 51px;
    font-family: 'Teko';
}

#featured-features .features-details p {
    font-size: 17px;
    color: #6A6A6A;
    /* text-align: center; */
    line-height: 23px;
    font-family: Montserrat;
}

/*-----------------------
## FAQS inner page
-----------------------------*/
#main .faqnformbox,
#secondary .faqnformbox {
    position: relative;
    overflow: hidden;
}

#main .image-container,
#secondary .image-container {
    position: relative;
    margin-top: 10px;
}

#main .image-container .image1 img,
#secondary .image-container .image1 img {
    width: 100%;
    height: 585px;
    padding-right: 15px;
}

#main .titletext,
#secondary .titletext {
    margin-bottom: 22px;
}

#main .faqnformbox .row .col-sm-4 .faqsheading,
#secondary .faqnformbox .row .col-sm-4 .faqsheading {
    font-size: 30px !important;
    font: 'Teko' !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px;
    color: #1E4543 !important;
    text-transform: uppercase;
    line-height: 13.25px !important;
    justify-self: left;
}

#main .faqnformbox .row .col-sm-4 .faqssubheading,
#secondary .faqnformbox .row .col-sm-4 .faqssubheading {
    font-size: 50px !important;
    font: 'Teko' !important;
    font-weight: bold !important;
    letter-spacing: 0px;
    color: #1E4543 !important;
    text-transform: uppercase;
    line-height: 55px !important;
    padding-top: 20px;
}

#main .faqnformbox .row .col-sm-4 .faqspara,
#secondary .faqnformbox .row .col-sm-4 .faqspara {
    font-size: 18px !important;
    font: 'Poppins Regular' !important;
    letter-spacing: 0px;
    color: #1E4543 !important;
    text-transform: capitalize;
}

#main .faqnformbox .row .col-sm-4 button,
#secondary .faqnformbox .row .col-sm-4 button {
    background: #C2FC85 0% 0% no-repeat padding-box !important;
    border-radius: 32px;
    padding: 14px 36px;
}

#main .faqnformbox .row .col-sm-4 button a,
#secondary .faqnformbox .row .col-sm-4 button a {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center;
    font: 'Montserrat Regular';
    letter-spacing: 1.28px !important;
    color: #000000 !important;
}

#main .faqs-inner-content .faq-content,
#secondary .faqs-inner-content .faq-content {
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 0 0;
}


#main .faqs-inner-content .faq-content button.accordion,
#secondary .faqs-inner-content .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    border-left: 10px solid;
    border-color: #1E4543;
    padding: 15px 0 15px 12px;
    text-decoration: none;
    background-color: #F8F8F8;
    position: relative;
    border-radius: 8px;
}

#main .faqs-inner-content .faq-content button:hover h2.faq-title,
#secondary .faqs-inner-content .faq-content button:hover h2.faq-title {
    text-decoration: none !important;
}

#main .faqs-inner-content .faq-content button.accordion.active,
#secondary .faqs-inner-content .faq-content button.accordion.active,
button.accordion:hover {
    opacity: 1;
    border: none;
    background: #1E4543;
    box-shadow: inset 0 0 10px #0000001A;
}

#main .faqs-inner-content .faq-content div.panel,
#secondary .faqs-inner-content .faq-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0 0 0px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#main .faqs-inner-content .faq-content div.panel p,
#secondary .faqs-inner-content .faq-content div.panel p {
    margin: 0 0 0px;
    color: #1E4543;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-family: 'Poppins Regular';
}

#main .faqs-inner-content .faq-content div.panel.show,
#secondary .faqs-inner-content .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 18px 8rem 28px 38px;
    border: 1px solid;
    border-color: #F2F4FF;
    border-top: none;
    border-radius: 0;
    width: 93%;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 20px #0000000F;
    background: #0000000F;
}

#main .faqs-inner-content h2.faq-title,
#secondary .faqs-inner-content h2.faq-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: left;
    color: #000000;
    margin: 0 0;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Poppins Medium';
    padding: 0 50px 0px 20px;
    justify-self: left;
}

#main .faqs-inner-content h2.faq-title::after,
#secondary .faqs-inner-content h2.faq-title::after {
    content: '\2b';
    font-family: 'FontAwesome';
    font-weight: 400;
    position: absolute;
    right: 20px;
    color: #fff;
    background: #1E4543;
    border-radius: 50%;
    padding: 1px 8px;
    display: inline-block;
    font-size: 15px;
    transition: 1s ease;
}

#main .faqs-inner-content button.accordion.active h2.faq-title,
#secondary .faqs-inner-content button.accordion.active h2.faq-title {
    color: #FFF;
    opacity: 0.9;
    font-size: 15px;
}

#main .faqs-inner-content button.accordion.active h2.faq-title::after,
#secondary .faqs-inner-content button.accordion.active h2.faq-title::after {
    content: '\f068';
    transition: 1s ease;
}

/*-----------------------
 ## End FAQS page
 -----------------------------*/

/*--------------------------------------------------------------
#  Featured Expert Priceing Section
--------------------------------------------------------------*/
#featured-pricings {
    position: relative;
    overflow: hidden;
    padding: 0 7%;
}

#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 {
    display: inline-block;
    margin-top: 0em;
}

#featured-pricings .title-section h1 {
    margin: 0 0 5px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 0 17px;
    color: #1E4543;
    position: relative;
    text-transform: uppercase;
    font-family: 'Teko Medium';
}

#featured-pricings .title-section h2 {
    font-size: 50px;
    line-height: 60px;
    color: #1E4543;
    text-transform: uppercase;
    font-family: 'Teko Bold';
    position: relative;
    font-weight: 600;
    margin: 12px 0 0;
}

#featured-pricings .title-section p {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    padding: 0 17px;
    color: #1D3176;
    font: normal normal 600 32px/48px Poppins;/
}

#featured-pricings .maincontent {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 20px #00000029;
    height: 100%;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}

#featured-pricings .titlecontent h3 {
    font-size: 84px;
    font-weight: 600;
    color: #D9D7D7;
    padding: 25px 4px 30px 0px;
    line-height: 51px;
    font-family: 'Teko';
}

#featured-pricings .featured-pricings-item:nth-child(2) .titlecontent h3 {
    color: #1E4543;
    font-size: 95px;
    line-height: 58px;
    font-weight: 600;
    font-family: 'Teko';
}

#featured-pricings .titlecontent h3 span {
    color: #D9D7D7;
    font-size: 36px;
    line-height: 51px;
    text-transform: lowercase;
    font-family: 'Teko';
    font-weight: 600;
}

#featured-pricings .featured-pricings-item:nth-child(2) .titlecontent h3 span {
    font-size: 41px;
    line-height: 58px;
    color: #2D2D2D;
    font-weight: 600;
    font-family: 'Teko';
}

#featured-pricings .pricing-column {
    column-gap: 4px;
}

#featured-pricings .featured-pricings-item:nth-child(1),
#featured-pricings .featured-pricings-item:nth-child(3) {
    background: #1E4543;
    height: auto;
    transition: 0.3s;
}

#featured-pricings .featured-pricings-item:nth-child(2) {
    transform: scale(1.06);
    z-index: 1;
    background: #c2fc85;
    height: auto;
    transition: 0.3s;
}

#featured-pricings .wp-block-list {
    padding: 48px 18px 40px 0px;
}

#featured-pricings h2.entry-title {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    padding: 3rem 20px 10px 20px;
    z-index: 1;
}

#featured-pricings h2.entry-title a {
    color: #D9D7D7;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    font-family: 'Teko';
}

#featured-pricings .featured-pricings-item:nth-child(2) h2.entry-title a {
    font-size: 28px;
    line-height: 40px;
    color: #1E4543;
    font-family: 'Teko';
    font-weight: 600;
}

#featured-pricings .pcontaint ul li {
    padding: 5px 0px;
    font-size: 19px;
    font-weight: 500;
    color: #D9D7D7;
    line-height: 43px;
    font-family: Montserrat;
}

#featured-pricings .pcontaint ul li:hover {
    background-color: #B1E97E;
    color: #fff;
}

#featured-pricings .featured-pricings-item:nth-child(2) .pcontaint ul li {
    font-size: 22px;
    line-height: 50px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 500;
}

#featured-pricings .featured-pricings-item:nth-child(2) .pcontaint ul li:hover {
    background-color: #B1E97E;
}

#featured-pricings .maincontent .button-content {
    background-color: #1E4543;
    padding: 12px 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 10%;
    margin-top: 7%;
    transition: 0.3s;
}

#featured-pricings .featured-pricings-item:nth-child(2) .maincontent .button-content {
    background-color: #fff;
}

#featured-pricings .featured-pricings-item:nth-child(2) .entry-content:hover .button-content {
    background-color: #1E4543;
}

#featured-pricings .entry-content:hover .button-content {
    background-color: #c2fc85;
}

#featured-pricings .entry-content:hover .button-content {
    animation: wiggle 2.5s linear;
}

@keyframes wiggle {

    0%, 7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-5deg);
    }
    20% {
        transform: rotateZ(3deg);
    }
    25% {
        transform: rotateZ(-3deg);
    }
    30% {
        transform: rotateZ(3deg);
    }
    35% {
        transform: rotateZ(-3deg);
    }
    40%,100% {
        transform: rotateZ(0);
    }
}

#featured-pricings .maincontent .button-content a {
    font-weight: 500;
    font-size: 19px;
    transition: 0.5s;
    color: #D9D7D7;
    line-height: 23px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

#featured-pricings .entry-content:hover .button-content a {
    color: #1E4543;
}

#featured-pricings .featured-pricings-item:nth-child(2) .maincontent .button-content a {
    font-size: 22px;
    line-height: 27px;
    color: #1E4543;
    font-family: 'Montserrat';
    font-weight: 500;
}

#featured-pricings .featured-pricings-item:nth-child(2) .entry-content:hover .button-content a {
    color: #c2fc85;
}

/* Featured Contact */

#featured-contact {
    position: relative;
    overflow: hidden;
}

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

#featured-contact .contact-img {
    position: relative;
}

#featured-contact .contact-img img {
    position: relative;
    width: 100%;
    height: 622px;
}

#featured-contact .contact-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#featured-contact .contact-blurbg {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgb(116, 116, 116, 1000%);
    height: 100%;
    width: 50%;
    opacity: 0.5;
    z-index: 0;
}

#featured-contact .entry-content3 {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 4rem 8rem;
    width: 50%;
    z-index: 99;
    backdrop-filter: blur(13px);
}

#featured-contact .entry-content3 h5 {
    font-size: 40px;
    color: #c2fc85;
    letter-spacing: 0.96px;
    font-weight: 700;
    font-family: 'Teko Bold';
    position: relative;
    line-height: 57px;
}

#featured-contact .entry-content3 h6 {
    font-size: 22px;
    line-height: 38px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #fff;
    margin: 27px 0;
}

#featured-contact .entry-content3 p {
    color: #C9C9C9;
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    font-family: Montserrat;
    margin-bottom: 45px;
}

#featured-contact .entry-content3 .contact-btn {
    color: #1E4543;
    background-color: #c2fc85;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Montserrat';
    display: inline-block;
    margin-top: 6px;
}

/*-----------------------
## Contact Inner page
-----------------------------*/

#content .contact-inner-content {
    position: relative;
    overflow: hidden;
}

#content .leftbox .contact-img {
    position: relative;
}

#content .leftbox .contact-img img {
    height: 650px;
    position: relative;
}

#content .leftbox .contact-img .img-txt {
    position: absolute;
    top: -5%;
}

#content .leftbox .contact-img .img-txt h4 {
    font-size: 32px;
    line-height: 63px;
    text-transform: capitalize;
    color: #333333;
    font-family: 'Outfit Regular';
}

#content .leftbox .contact-img .img-txt h4::before {
    content: '';
    background-image: url(assets/images/Capture.png);
    background-size: cover;
    width: 27.05px;
    display: inline-block;
    height: 23.01px;
    margin-right: 14px;
}

#content .leftbox .contact-img .img-txt h2 {
    font-size: 48px;
    color: #474545;
    line-height: 62px;
    font-family: 'Mulish Bold';
    text-transform: capitalize;
}

#content .leftbox .contact-img .img-txt h2 span {
    font-size: 30px;
    color: #1E4543;
    line-height: 62px;
    font-family: 'Mulish Bold';
}

#content .contactinnpage-infobox {
    padding: 0 76px;
}

#content .contactform {
    position: relative;
    background-color: #ffffff;
}

#content .leftbox {
    padding: 20px 100px;
}

@media (min-width:912px) and (max-width:1200px) {
    #content .leftbox {
        padding: 20px 70px;
    }

    #content .contact-text {
        padding: 15px !important;
    }

    #content .contact-text p {
        font-size: 20px !important;
        margin-left: 20px !important;
    }
}

@media (min-width: 800px) and (max-width: 972px) {
    #content .leftbox {
        padding: 20px 40px !important;
    }
}

@media (min-width:300px) and (max-width:800px) {
    #content .leftbox {
        padding: 20px 0px !important;
    }
}

@media (min-width: 767px) and (max-width: 912px) {
    #content .contact-text p {
        font-size: 15px !important;
        line-height: 34px !important;
        margin-left: 12px !important;
    }
    #content .contact-text {
        padding: 20px !important;
    }
    #content .leftbox .contact-img .img-txt h2 {
        font-size: 28px !important;
    }
}

@media (min-width: 300px) and (max-width: 360px) {
    #content .contact-text p {
        font-size: 15px !important;
        line-height: 30px !important;
        margin-left: 12px !important;
    }

    #content .contactform .innershortcode p label {
        font-size: 10px !important;
    }

    #content .contactform .innershortcode p label {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }

    #content .contactform .innershortcode {
        padding: 0 !important;
    }

    #content .leftbox .contact-img .img-txt h2 {
        font-size: 26px !important;
    }
}

@media (min-width: 300px) and (max-width: 320px) {
    #content .contactform .innershortcode p label {
        font-size: 8px !important;
    }
    #featured-slider .entry-container {
        margin-top: 52% !important;
    }
    #featured-slider .wrapper .entry-container .entry-content-div .content {
        margin: 0 !important;
    }
    #featured-slider .sliderbut1 {
        margin: 0;
    }
    #content .contactform {
        padding: 0 !important;
    }
}

@media (min-width: 360px) and (max-width: 455px) {
    #content .contactform .innershortcode p label {
        font-size: 14px !important;
    }
    #content .contactform .innershortcode p label {
        margin-bottom: 10px !important;
        margin-right: 10px !important;
    }
}

#content .contactform .innershortcode p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

#content .contactform .innershortcode p br {
    display: none;
}

#content .contactform .innershortcode p label {
    margin-bottom: 27px;
    margin-right: 25px;
    color: #1E4543;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Outfit Regular';
}

#content .contact-text {
    display: flex;
    position: relative;
    background: #F5F5F7;
    z-index: 1;
    padding: 35px;
    border-radius: 29px;
    border-top: 20px solid #1e4543;
    border-left: 10px solid #1e4543;
    border-right: 10px solid #1e4543;
}

#content .contact-text svg {
    color: #1E4543;
    font-size: 18px;
    background: #c2fc85;
    padding: 14px 5px 14px 21px;
    border-radius: 50%;
}

#content .contact-text p {
    font-size: 24px;
    line-height: 54px;
    color: #1E4543;
    font-family: 'Outfit Regular';
    margin-left: 27px;
}

#content .contact-text2 {
    border-bottom: 20px solid #1e4543;
    border-top: none;
}

.contactmapbox {
    padding: 0% 0 0;
}

.contactmapbox iframe {
    width: 90%;
    height: 365px;
    padding-bottom: 0;
    margin: 0 auto 4rem;
    border-radius: 20px;
}

#content textarea {
    padding: 12px;
    margin: 10px 0;
    border: 2px solid;
    border-color: #9CAAC2;
}

#content .innershortcode input[type="text"],
#content .innershortcode input[type="email"],
#content .innershortcode input[type="url"],
#content .innershortcode input[type="password"],
#content .innershortcode input[type="search"],
#content .innershortcode input[type="number"],
#content .innershortcode input[type="tel"],
#content .innershortcode input[type="range"],
#content .innershortcode input[type="date"],
#content .innershortcode input[type="month"],
#content .innershortcode input[type="week"],
#content .innershortcode input[type="time"],
#content .innershortcode input[type="datetime"],
#content .innershortcode input[type="datetime-local"],
#content .innershortcode input[type="color"],
#content .innershortcode input[type="file"],
#content .innershortcode textarea,
#content .innershortcode select {
    border-radius: 0px;
    background: #F5F5F7;
    z-index: 2000;
    width: 100%;
    color: #000;
    font-size: 16px;
    height: 47px;
    margin: 20px 0 0;
    border: 0.1px solid;
    border-color: #1E4543;
    border-radius: 7px;
}

#content .innershortcode textarea {
    height: 183px;
    padding: 10px 15px;
}

#content .innershortcode input::placeholder,
#content .innershortcode textarea::placeholder {
    color: #093E71;
    opacity: 1;
    z-index: 999;
}

#content .innershortcode p .wpcf7-spinner {
    visibility: visible !important;
    background: #FDC401;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: transparent;
}

#content .innershortcode input[type="submit"] {
    color: #1E4543;
    background: #c2fc85;
    font-weight: 500;
    padding: 10px 0px 10px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    margin: 10px 0px 0;
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-radius: 0px;
    box-shadow: none;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    line-height: 26px;
    border-radius: 10px;
    font-family: 'Montserrat';
    width: 174px;
    height: 58px;
}

#content .innershortcode input[type="submit"]:hover {
    background: #1e4543;
    color: #c2fc85;
    transition: all .3s;
    border: 1px solid #000;
}

#content .innershortcode input[type="submit"]:hover .wpcf7-spinner::before {
    color: #fff;
}

#content .featured-contact-phone:hover .featured-contact-icon,
#content .featured-contact-address:hover .featured-contact-icon,
#content .featured-contact-mailid:hover .featured-contact-icon {
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}

/*--------------------------------------------------------------
#  Inner page Gallery
--------------------------------------------------------------*/

#main .gallery-title {
    display: block;
}

#content .gallery-inner-content {
    position: relative;
    overflow: hidden;
    margin: 0 0;
}

#main .gallerybox {
    margin: 0 auto;
}

#main .gallerybox .row {
    margin: 0 !important;
}

#main .gallerybox img {
    height: 552px;
}

#main .gallery-image {
    position: relative;
}

#main .gallery-image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E9F5FF;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0.3;
    z-index: 1;
}

#main .gallery-image:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fancybox-toolbar {
    top: 40px !important;
}

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

#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 .client-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

#featured-testimonials .client-single .content-image .image-container {
    width: 100%;
    /* background-size: 100% 100%; */
    object-fit: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

#featured-testimonials .client-single .content-image .image-container img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

#featured-testimonials .client-single .content-image .image-container::after {
    content: '';
    width: 49px;
    height: 164px;
    background-color: #C2FC85;
    border-radius: 15px;
    position: absolute;
    transform: rotate(36deg);
    left: 0px;
    top: -45px;
}

#featured-testimonials .client-single .content-image .image-container::before {
    content: '';
    width: 49px;
    height: 164px;
    background-color: #C2FC85;
    border-radius: 15px;
    position: absolute;
    transform: rotate(45deg);
    right: 0px;
    bottom: -4.2rem;
}

#featured-testimonials .client-single .content-image {
    border-radius: 19px;
    border: 32px solid;
    box-shadow: 0 0 40px #0000001A;
    border-color: #fff;
}

#featured-testimonials .image-text h2 {
    text-align: left;
    letter-spacing: 0px;
    font-size: 45px;
    color: #1E4543;
    opacity: 1;
    line-height: 63px;
    font-family: 'Teko Medium';
    font-weight: 500;
}

#featured-testimonials .image-text h4 {
    text-align: left;
    letter-spacing: 0px;
    font-size: 31px;
    color: #3D3D3D;
    opacity: 1;
    line-height: 43px;
    font-family: 'Montserrat';
    font-weight: 400;
}

#featured-testimonials .image-text p {
    font-size: 23px;
    margin-top: 15px;
    text-align: left;
    letter-spacing: 0px;
    color: #787878;
    opacity: 1;
    line-height: 40px;
    font-family: 'Montserrat';
    font-weight: 300;
}

#featured-testimonials .image-text {
    opacity: 1;
    padding: 50px;
}

#featured-testimonials .swiper-container.testimonial-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#featured-testimonials .swiper-container.testimonial-slider .swiper-pagination {
    bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: right;
    gap: 25px;
    align-items: center;
    right: 8rem;
    left: auto;
}

#featured-testimonials .swiper-slide.client-single {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#featured-testimonials .row {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}

#featured-testimonials .image-container {
    width: 100%;
    background-position: center;
    background-size: cover;
}

/* Swiper pagination bullet styles */
#featured-testimonials .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.8;
    width: 18px;
    height: 18px;
    border: 5px solid #000;
    transition: background-color 0.3s;
    position: relative;
}

/* Active bullet color */
#featured-testimonials .swiper-pagination-bullet-active {
    background-color: #C2FC85;
}

#featured-testimonials .maintitle-section h1 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.5px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    line-height: 43px;
    font-family: 'Teko Medium';
    font-weight: 500;
}

#featured-testimonials .subtitle-section p {
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 50px;
    font-family: 'Teko Bold';
    line-height: 60px;
    font-weight: 700;
}

#featured-testimonials .swiper-slide .row .image-text h4::after {
    content: "";
    display: inline-block;
    width: 36.92px;
    height: 27.61px;
    position: absolute;
    right: 10%;
    background-image: url(assets/images/10889945.png);
}

/*--------------------------------------------------------------
#  Featured Testimonial Inner Page
--------------------------------------------------------------*/

#main .testimonial-inner-page {
    position: relative;
    padding: 0 20px;
}

#main .testimonial-inner-content {
    padding: 20px 2px;
    position: relative;
    border-color: #01549a;
}

#main .testimonial-inner-content .content-image {
    display: flex;
    justify-content: space-between;
    align-items: end;
    /* padding: 0 27px; */
}

#main .testimonial-inner-content .content-image .innertestimg {
    /* display: inline-block; */
    width: 100%;
    height: 100%;
    background: transparent;
    /* padding: 5px; */
    transition: all 0.5s ease 0s;
    position: relative;
}

#main .testimonial-inner-content .content-image img {
    z-index: 2;
    position: relative;
    height: auto;
    border-radius: 50%;
    transition: .6s ease;
    width: 100%;
    /* bottom: 20px; */
    border: 14px solid;
    border-radius: 19px;
    border-color: #fff;
    box-shadow: 0 0 30px #0000001A;
}

#main .testimonial-inner-content .content-image .innertestimg::before {
    content: '';
    width: 22.26px;
    height: 74.5px;
    background-color: #C2FC85;
    position: absolute;
    border-radius: 15px;
    z-index: 4;
    transform: rotate(45deg);
    top: -10px;
    left: 16px;
}

#main .testimonial-inner-content .content-image .innertestimg::after {
    content: '';
    width: 22.26px;
    height: 74.5px;
    background-color: #C2FC85;
    position: absolute;
    border-radius: 15px;
    z-index: 4;
    transform: rotate(45deg);
    bottom: -15px;
    right: 11px;
}

#main .testimonial-inner-content h4 {
    margin: 20px 0 5px 0;
    display: flex;
    align-items: center;
}

#main .testimonial-inner-content .testimonialinn-content {
    padding: 0 11px 13px 27px;
}

#main .testimonial-inner-content h4.testimonials-title a {
    color: #1E4543;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.66px;
    line-height: 52px;
    cursor: default;
    font-family: 'Teko Medium';
    width: 96%;
}

#main .testimonial-inner-content h4::after {
    content: "";
    width: 21.7px;
    height: 16.23px;
    position: absolute;
    right: 0%;
    background-image: url(assets/images/10889945.png);
    background-size: cover;
}

#main .testimonial-inner-content .testimonials-designation {
    font-size: 19px;
    clear: both;
    color: #3D3D3D;
    margin: 4px 0;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Montserrat';
}

#main .testimonial-inner-content .testimonialstextbg h3 {
    font-size: 15px;
    margin: 0;
    color: #4B4B4BD6;
}

#main .testimonial-inner-content .testimonialstextbg p {
    margin: 0px 0px 0px;
}

#main .testimonial-inner-content .testimonialstextbg p {
    font-size: 16px;
    color: #787878;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

#main .testimonial-inner-content:hover h4,
#main .testimonial-inner-content:hover h4.testimonials-title a {
    color: #c2fc85;
}

#main .testimonial-inner-content .testimonialstextbg {
    position: relative;
    text-align: left;
}

/*--------------------------------------------------------------
#  Featured Weight Chart Section
--------------------------------------------------------------*/
#featured-weightchart {
    position: relative;
    overflow: hidden;
}

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

#featured-weightchart .left-side {
    background: #F9F7F5;
    padding: 30px 33px 30px 5rem;
}

#featured-weightchart .left-side h3 {
    font-size: 45px;
    line-height: 63px;
    color: #1E4543;
    text-transform: capitalize;
    font-family: 'Teko Medium';
    font-weight: 500;
    position: relative;
}

#featured-weightchart .left-side p {
    color: #787878;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 400;
    position: relative;
}

#featured-weightchart .left-side .radio-input {
    color: #1E4543;
    font-family: 'Teko Medium';
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 20px;
    margin-top: 12px;
    margin-left: 5px;
}

#featured-weightchart .left-side .weight-calc {
    background: #FFFFFF;
    padding: 35px;
    margin-top: 20px;
}

#featured-weightchart .input-group {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

#featured-weightchart .input-group .labels {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

#featured-weightchart .input-group button {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 13px;
    color: #ffffff;
    background-color: #1E4545;
    text-align: left;
}

#featured-weightchart .input-group .labels1 {
    background: #c2fc85;
}

#featured-weightchart .input-group label {
    background: #1E4543;
    padding: 13px;
    width: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 15px;
    position: relative;
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 25px;
}

#featured-weightchart .input-group .labels input {
    width: 44%;
    border-radius: 0 15px 0px 0;
    border-left: none;
    /* background: #c2fc85; */
    border: none;
    border-bottom: 1px dashed #1E4543;
}

#featured-weightchart .input-group .labels1 input {
    background-color: #c2fc85;
    border-bottom: none;
    border-radius: 0 15px 15px 0;
}

#featured-weightchart .input-group input[type="submit"] {
    width: 100%;
    border-radius: 15px;
    text-align: left;
    padding: 13px;
    background: #1E4543;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat';
    color: #c2fc85;
    font-weight: 500;
    text-transform: capitalize;
}

#featured-weightchart .right-side {
    padding: 30px 3rem 30px 2rem;
}

#featured-weightchart .right-side h2 {
    color: #1E4543;
    font-size: 45px;
    line-height: 63px;
    font-family: 'Teko Medium';
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

#featured-weightchart .right-side p {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #787878;
    position: relative;
    text-transform: capitalize;
}

#featured-weightchart .right-side .table-row {
    display: flex;
    /* align-items: center; */
    margin-top: 15px;
}

#featured-weightchart .right-side .table {
    text-align: center;
    border: 0.5px solid;
    border-color: #1E4543;
    /* border-radius: 10px; */
}

#featured-weightchart .right-side .table1 {
    border-radius: 10px 0 0 10px;
    border-right: none;
}

#featured-weightchart .right-side .table1 p {
    border-radius: 10px 0 0 10px;
}

#featured-weightchart .right-side .table2 {
    border-radius: 0px 10px 10px 0;
}

#featured-weightchart .right-side .table2 p {
    border-radius: 0 10px 10px 0;
}

#featured-weightchart .right-side .table p {
    background: #1E4543;
    font-size: 19px;
    line-height: 27px;
    text-transform: capitalize;
    font-family: 'Teko Medium';
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px;
}

#featured-weightchart .right-side .table p::before {
    content: '';
    background-color: #FFFFFF;
    width: 9px;
    height: 9px;
    filter: blur(2px);
    display: inline-flex;
    margin-right: 9px;
    align-items: normal;
}

#featured-weightchart .right-side .table li {
    font-size: 15px;
    line-height: 35px;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 400;
    list-style: none;
    margin-bottom: 2px;
    opacity: 0.5;
}

#featured-weightchart .right-side .table li:first-child {
    margin-top: 10px;
}

/* 
#featured-weightchart .right-side .table li:last-child {
    margin-bottom: 15px;
} */

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

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

#featured-video img {
    width: 100%;
    height: 798px;
    object-fit: cover;
    object-position: center;
}

#featured-video .text {
    display: flex;
    align-items: center;
    /* background-color: #c2fc85; */
    padding: 2rem 0;
    overflow: hidden;
    white-space: nowrap;
}

#featured-video .text .marquee {
    animation: scrollText 60s linear infinite;
    white-space: nowrap;
}

#featured-video .text h1 {
    font-size: 92px;
    letter-spacing: 1.84px;
    font-family: Teko;
    line-height: 75px;
    font-weight: 600;
    display: inline-block;
    color: #292929;
    white-space: nowrap;
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

/* #featured-video .text h1:nth-child(1),
#featured-video .text h1:nth-child(3),
#featured-video .text h1:nth-child(5),
#featured-video .text h1:nth-child(7){
    color: #CBCBCB;
} 
#featured-video .text h1:nth-child(2),
#featured-video .text h1:nth-child(4),
#featured-video .text h1:nth-child(6){
    color: #343434;
} */

/*--------------------------------------------------------------
# Latest Posts(blog)
--------------------------------------------------------------*/
#featured-posts {
    position: relative;
    overflow: hidden;
    padding-top: 5em;
}

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

#featured-posts .title-section {
    display: block;
    margin-bottom: 1em;
}

#featured-posts .title-section h1 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #000000;
    padding: 0 0px;
    border-radius: 0px;
    font-family: 'Teko Medium';
    position: relative;
}

#featured-posts .title-section h2 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Teko Bold';
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
    padding: 7px;
}

#featured-posts .featured-image {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    height: 389.89px;
    width: 100%;
    transition: 0.5s;
    position: relative;
    box-shadow: 0 0 40px 0px #0000001A;
    border: 25px solid #fff;
    border-radius: 10px;
}

#featured-posts .featured-image {
    position: relative;
    overflow: hidden;
}
#featured-posts .post-item:hover .featured-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    animation: postshine 2.5s infinite;
}
@keyframes postshine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

#featured-posts .entry-container {
    position: relative;
    bottom: -4.2rem;
    /* background: linear-gradient(180deg, #00000000, #000000); */
    box-shadow: 0 0 26px 0 #00000012;
    border: 10px solid #fff;
    border-radius: 10px;
}

@media (min-width:700px) and (max-width:1536px) {
    #featured-posts .entry-container {
        bottom: -2.2rem !important;
    }

    #featured-posts .entry-contentbox {
        padding: 5px 3px !important;
    }
}

#featured-posts .post-item {
    background: transparent;
    position: relative;
    width: 90%;
    justify-content: center;
    display: flex;
    align-items: center;
}

#featured-posts .post-item:hover h2.entry-title a {
    color: #c2fc85;
}

#featured-posts .entry-contentbox {
    padding: 20px 3px;
    position: relative;
}

#featured-posts .entry-contentbox .entry-title {
    margin: 7px 0px 10px;
}

#featured-posts .entry-meta {
    padding: 6px 7px 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    gap: 20px;
      justify-content: space-between;
      border: none;
}

#featured-posts .entry-meta a {
    font-size: 13px;
    color: #050606;
    letter-spacing: 0.31px;
    line-height: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
}

#featured-posts .entry-meta i,
#featured-posts .entry-meta svg {
    font-size: 18px;
    text-decoration: none;
    color: #1e4543;
    line-height: 8px;
    text-align: center;
    font-weight: 400;
}

#featured-posts .entry-meta .d-flex {
    gap: 30px;
}

#featured-posts h2.entry-title a {
    color: #050606;
    text-decoration: none;
    font-size: 23px;
    font-weight: 400;
    position: relative;
    line-height: 33px;
    font-family: 'Teko Medium';
}

#featured-posts p {
    font-size: 15px;
    line-height: 23px;
    color: #575757;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 300;
}

#featured-posts .button-content {
    margin-top: 8px;
}

#featured-posts .button-content a {
    font-size: 15px;
    line-height: 23px;
    color: #050606;
    font-family: 'Montserrat';
    font-weight: 400;
}

/*--------------------------------------------------------------
# Inner Blog Posts
--------------------------------------------------------------*/
#main .bloginn-inner-content,
#secondary .bloginn-inner-content {
    position: relative;
    /* overflow: hidden; */
}

#main .entry-content .title-section,
#secondary .blog-heading {
    display: block;
}

#main .entry-content .blog-heading h1,
#secondary .blog-heading h1 {
    margin: 20px 0 0px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0px;
    color: #01549a;
    padding: 0 0px;
    border-radius: 0px;
    position: relative;
}

#featured-posts-item {
    position: relative;
    overflow: hidden;
    height: fit-content !important;
}

#main .bloginn-inner-content .content-image img,
#secondary .bloginn-inner-content .content-image img,
#featured-posts-item .content-image img {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    height: 330.7px;
    transition: 0.5s;
    width: 100%;
    border-color: #fff;
}

#main .bloginn-inner-content .entry-contentbox,
#secondary .bloginn-inner-content .entry-contentbox,
#featured-posts-item .content {
    box-shadow: 0 0 25px #1E45430F;
    background: #FFFFFF;
    padding: 3.9rem 18px;
    position: relative;
    width: 100%;
    border-radius: 10px;
}


#main .bloginn-inner-content .entry-meta,
#secondary .bloginn-inner-content .entry-meta,
#featured-posts-item .content .entry-meta {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
        justify-content: space-between;
      border: none;
}

#main .bloginn-inner-content h2,
#main .bloginn-inner-content h2.entry-title a,
#secondary .bloginn-inner-content h2.entry-title a,
#featured-posts-item h2.entry-title a,
#featured-posts-item h2 {
    color: #050606;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    line-height: 34px;
    font-family: 'Teko Medium';
}

#main .bloginn-inner-content .entry-contentbox p,
#secondary .bloginn-inner-content .entry-contentbox p,
#featured-posts-item .entry-contentbox p {
    font-size: 14px;
    line-height: 22px;
    color: #575757;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: capitalize;
}

#main .bloginn-inner-content .entry-contentbox .button-content,
#secondary .bloginn-inner-content .entry-contentbox .button-content,
#featured-posts-item .entry-contentbox .button-content {
    margin-top: 7px;
}

#main .bloginn-inner-content .entry-contentbox .button-content a,
#secondary .bloginn-inner-content .entry-contentbox .button-content a,
#featured-posts-item .entry-contentbox .button-content a {
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #050606;
    font-family: 'Montserrat';
}

#featured-posts-item h2.entry-title a {
    text-transform: none;
    font-weight: 400;
}

#main .bloginn-inner-content .content-image,
#secondary .bloginn-inner-content .content-image,
#featured-posts-item .content-image {
    position: relative;
    border-top: 28px solid;
    border-bottom: 28px solid;
    border-left: 16px solid;
    border-right: 16px solid;
    border-radius: 10px;
    border-color: #fff;
    box-shadow: 0 0 40px #0000001A;
}

#secondary .bloginn-inner-content .content-image .feature-postbtn:after,
#featured-posts-item .content-image .feature-postbtn:after {
    bottom: 4.7rem;
}

#main .bloginn-inner-content .entry-meta h4 .author,
#secondary .bloginn-inner-content .entry-meta h4 .author,
#main .bloginn-inner-content .entry-meta h4 .topic,
#secondary .bloginn-inner-content .entry-meta h4 .topic,
#featured-posts-item .entry-meta h4 .topic,
#featured-posts-item .content .entry-meta a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 21px;
}

#main .bloginn-inner-content .entry-meta h4 i,
#main .bloginn-inner-content .entry-meta h4 svg,
#secondary .bloginn-inner-content .entry-meta h4 i,
#secondary .bloginn-inner-content .entry-meta h4 svg,
#featured-posts-item .content i,
#featured-posts-item .content svg {
    color: #050606;
}

#main .bloginn-inner-content .entry-meta h4 a,
#main .bloginn-inner-content .entry-meta h4 a,
#secondary .bloginn-inner-content .entry-meta h4 a,
#secondary .bloginn-inner-content .entry-meta h4 a {
    color: #050606;
    font-size: 15px;
    letter-spacing: 0.36px;
    line-height: 19px;
    font-family: Montserrat;
}

#main .bloginn-inner-content .entry-meta h4,
#secondary .bloginn-inner-content .entry-meta h4 #featured-posts-item .entry-meta h4 {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    margin: 0;
}

#main .bloginn-inner-content .post-date,
#secondary .bloginn-inner-content .post-date,
#featured-posts-item .post-date {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.53px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-weight: 300;
}

/* Shine  */
.featured-bloginn-item {
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: start;
}

#main .bloginn-inner-content:hover .feature-postbtn:after,
#secondary .bloginn-inner-content:hover .feature-postbtn:after {
    color: #3f536d !important;
}

/*--------------------------------------------------------------
Newsletter
--------------------------------------------------------------*/
#featured-newsletter {
    position: relative;
    overflow: visible;
    background: linear-gradient(169deg, #F9F9F9 46%, #c2fc85 22%);
}

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

#featured-newsletter .dumbell-img {
    height: 338.4px;
    width: 338px;
    position: absolute;
    right: 8rem;
    top: -4.7rem;
}

#featured-newsletter .content {
    display: flex;
    min-width: 100%;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

#featured-newsletter .content img {
    height: 339px;
    width: 100%;
    position: relative;
}

#featured-newsletter .newsletter-text {
    padding: 4rem 0 0;
}

#featured-newsletter .newsletter-text h4 {
    font-size: 64px;
    line-height: 83px;
    color: #1E4543;
    text-transform: lowercase;
    position: relative;
    font-family: 'Teko';
}

#featured-newsletter .newsletter-text h1 {
    font-size: 165px;
    line-height: 105px;
    font-family: 'Teko Medium';
    text-transform: uppercase;
    color: #1E4543;
    font-weight: 500;
    padding: 0;
    margin: 0;
    position: relative;
    left: -5px;
}

#featured-newsletter .newsletter-text .newsletter-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* gap: 3rem; */
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

#featured-newsletter .newsletter-text .newsletter-form h3 {
    font-size: 79px;
    line-height: 68px;
    color: #1E4543;
    font-family: 'Teko';
    font-weight: 300;
    text-transform: capitalize;
}

#featured-newsletter .newsletter-form p {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(10, 1fr);
    gap: 30px;
}

#featured-newsletter .newsletter-form p span {
    position: relative;
    grid-column: span 7;
}

#featured-newsletter .newsletter-form p input[type="text"],
#featured-newsletter .newsletter-form p input[type="email"],
#featured-newsletter .newsletter-form p input[type="url"],
#featured-newsletter .newsletter-form p input[type="password"],
#featured-newsletter .newsletter-form p input[type="search"],
#featured-newsletter .newsletter-form p input[type="number"],
#featured-newsletter .newsletter-form p input[type="tel"],
#featured-newsletter .newsletter-form p input[type="range"],
#featured-newsletter .newsletter-form p input[type="date"],
#featured-newsletter .newsletter-form p input[type="month"],
#featured-newsletter .newsletter-form p input[type="week"],
#featured-newsletter .newsletter-form p input[type="time"],
#featured-newsletter .newsletter-form p input[type="datetime"],
#featured-newsletter .newsletter-form p input[type="datetime-local"],
#featured-newsletter .newsletter-form p input[type="color"],
#featured-newsletter .newsletter-form p textarea,
#featured-newsletter .newsletter-form p select {
    width: 100%;
    color: #1E4543;
    line-height: 19px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    background-color: #fff;
    border: 1px solid;
    border-color: #fff;
}

#featured-newsletter .newsletter-form p input[type="submit"] {
    grid-column: span 3;
    background: #1E4543;
    color: #c2fc85;
    font-size: 22px;
    line-height: 27px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    position: relative;
    /* right: 0; */
    width: fit-content;
}

/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#colophon .footer-bgoverlay {
    background-color: #1E4543;
    /* opacity: 1; */
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* z-index: 0; */
}

.footer-section {
    padding: 0 100px;
}

.footer-widgets-area {
    padding: 0 100px;
}

#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;
    color: #fff;
    z-index: 3;
    position: relative;
    text-align: left;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 200;
}

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

#colophon .widget-title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    line-height: 35px;
    padding: 0;
    background: transparent;
    font-family: 'Teko';
}

#colophon .widget-title::before {
    display: none;
}

#colophon .widget_nav_menu ul li:before {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    position: relative;
    margin: 5px 10px 5px 5px;
}

#colophon .widget_nav_menu ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    font-family: 'Montserrat';
    font-weight: 200;
}

#colophon .widget_nav_menu ul li a:active {
    color: #fdc401;
}

#colophon .gap-16 {
    gap: 4rem;
}

#colophon .widget_nav_menu ul li:hover a {
    color: #c2fc85;
}

#colophon .footer-widgets-area .widget_text ul li:nth-child(1),
#colophon .footer-widgets-area .widget_text ul li:nth-child(3) {
    margin-bottom: 0;
}

#colophon .footer-widgets-area .widget_text ul li:nth-child(2),
#colophon .footer-widgets-area .widget_text ul li:nth-child(4),
#colophon .footer-widgets-area .widget_text ul .list-email {
    margin-left: 2.7rem;
}


#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;
    border-top: 1px dashed;
    border-top-color: #fff;
}

#colophon .footer-widgets-area {
    position: relative;
    z-index: 3;
}

#colophon ul {
    list-style: none;
    padding: 0;
}

#colophon ul a {
    text-decoration: none;
}

#colophon a,
#colophon li,
#colophon .textwidget {
    color: #000000;
}

#colophon li {
    font-size: 16px;
    /* letter-spacing: 0.53px; */
}

#colophon .footerbox:first-child .hentry {
    width: 100%;
}

#colophon .footerbox .hentry .social-profile-icons ul {
    display: flex;
    gap: 16px;
    align-items: center;
}

#colophon .footerbox .hentry .social-profile-icons li {
    margin-bottom: 17px;
    border: 2px outset;
    border-color: #000;
    padding: 11px;
    font-size: 18px;
    width: 40px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#colophon .footerbox .hentry .social-profile-icons li:hover {
    transform: scale(1.1);
    background-color: #01549a;
    transition: all 0.5s;
}

#colophon .footerbox .hentry .social-profile-icons li:hover a {
    color: #fdc401;
    transform: scale(1.1);
}

#colophon .footer-widgets-area .widget ul li {
    margin: 0 0 13px;
    background-color: transparent;
    padding: 0;
}

#colophon .site-info .copy-right {
    color: #fff;
    font-size: 19px;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    letter-spacing: 0.46px;
    font-family: 'Teko';
    line-height: 27px;
    font-weight: 300;
    padding-top: 3rem;
}

#colophon .site-info .copy-right span {
    color: #c2fc85;
}

#colophon .widget_nav_menu .current-menu-item a {
    color: #c2fc85;
    /* font-weight: bold; */
}

#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;
    /* / Chrome, Opera 15+, Safari 5+ / */
    animation: spin 2s linear infinite;
    /* / Chrome, Firefox 16+, IE 10+, Opera / */
}

.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;
    /* / Chrome, Opera 15+, Safari 5+ / */
    animation: spin 3s linear infinite;
    /* / Chrome, Firefox 16+, IE 10+, Opera / */
}

.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: 30px;
    right: 30px;
    z-index: 1000;
}

.scroll-to-top a {
    background-color: #c2fc85;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 13px;
}

.scroll-to-top a img {
    width: 54px;
    height: 35px;
}

#content #secondary .row {
    margin: 0 !important;
}
/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {

    .footer-widgets-area.col-2 .hentry,
    .footer-widgets-area.col-4 .hentry {
        width: 50%;
        float: left;
    }

    .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }

    .footer-widgets-area.col-2 .hentry:nth-child(odd),
    .footer-widgets-area.col-4 .hentry:nth-child(odd) {
        padding-right: 40px;
    }

    .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    #featured-team .title-section{
        bottom: 0rem;
    }
}

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

    #featured-slider .wrapper {
        top: 55% !important;
    }

    .content-site .md-0 {
        display: none;
    }

    #section-header .content-site,
    #featured-faqs .faqside,
    #featured-faqs .titletext h1,
    #colophon p {
        padding: 0;
    }

    #featured-slider .entry-header {
        padding: 0 10px;
    }

    #section-header {
        margin-top: 0;
    }

    #colophon .footer-widgets-area .widget_text ul li:nth-child(3) {
        margin-left: 0;
    }

    .bottomheader {
        padding: 4px 0;
    }

    #featured-slider .entry-header h3,
    .bottomheader,
    .entry-title,
    .section-title,
    #featured-posts .button {
        margin: 0;
    }

    #colophon .widget-title {
        height: 45px;
        line-height: 28px;
    }

    /* innear page testimonial */
    #main .testimonial-inner-content,
    #main .faqside,
    #content .leftbox .contactformbox h1 {
        padding: 0;
    }

    #main .faqs-inner-content .faq-content {
        margin-bottom: 20px;
    }

    /* faq */
    #main .faqs-inner-content h2.faq-title:before {
        left: 20px;
    }

    #main .bloginn-inner-content .content {
        padding: 10px;
    }

    #main .bloginn-inner-content .entry-contentbox p {
        margin-bottom: 0;
    }

    #main .bloginn-inner-content .content {
        margin-left: 20px;
    }

    #main .bloginn-inner-content .post-date {
        left: -2.7rem;
        bottom: 20rem;
    }

    #content .infoboxinn .address-icon {
        height: 60px;
        width: 60px;
    }

    #content .infoboxinn .contact-text {
        padding: 25px 5px;
    }

    #content .contactform .innershortcode {
        padding: 0 10px;
    }

    #content .leftbox .contactformbox .contacttext p {
        padding: 7px 0 0px 0;
    }

    #content .infoboxinn .contact-text p {
        padding: 15px 0 0 0;
    }

    #content .infoboxinn::before {
        margin: 10px 0 0px -6%;
    }

    #masthead.site-header .main-navigation ul.nav-menu {
        width: auto;
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
    }

    .header-main {
        height: auto;
        background: #c42118;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px 6px 6px 15px;
    }

    .content-site {
        border-radius: 10px;
    }

    #featured-slider .entry-container {
        position: absolute;
        /* top: 45%; */
        margin-top: 38%;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .overlay-side {
        display: none;
    }

    .site-branding {
        min-height: 62px;
        display: flex;
        align-items: center;
    }

    #featured-slider .entry-title {
        margin-bottom: 0;
        font-size: 32px;
        color: #fff;
        text-transform: uppercase;
    }

    #featured-slider .entry-content {
        color: #fff;
        margin: 0 72px 0 5px;
        display: block;
    }

    #featured-slider .entry-content p {
        font-size: 22px;
    }
    #content .contact-text {
        margin-top: 0px !important;
    }
}

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

    /* #top-bar .widget+.widget {
        margin-top: 0;
    } */

    #top-bar.col-2 .widget {
        float: left;
        text-align: left;
        padding: 6px 0;
    }

    #top-bar.col-2 .widget+.widget {
        float: right;
        text-align: right;
        padding: 0;
    }

    nav.navigation.pagination {
        margin-top: 63px;
    }

    #colophon .social-icons {
        margin-left: -15px;
    }

    .footer-widgets-area.col-4 .hentry {
        width: 25%;
        padding-right: 40px;
    }

    .footer-widgets-area.col-4 .hentry:last-child {
        padding-right: 0;
    }

    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: none;
    }

    .footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
        clear: left;
    }

    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 820px) and (max-width: 1024px) {

    .entry-title,
    .section-title,
    #featured-team .entry-content {
        margin: 0;
    }

    #colophon .footer-widgets-area .widget_text ul li:nth-child(3) {
        margin-left: 0;
    }

    /* inner page testimonial */
    .main-navigation ul.nav-menu>li>a {
        margin: 0 29px 0 0;
    }

    #main .faqs-inner-content h2.faq-title:before {
        left: 22px;
    }

    #colophon .widget-title {
        line-height: 30px;
    }

    /* team */
    #main .team-inner-content .entry-content {
        margin: 0 9px 0 0;
    }

    /* services */
    .main-navigation ul.nav-menu>li>a {
        margin: 0 8px 0 0;
    }

    #content .leftbox .contactformbox h1 {
        padding: 10px 0 10px 0px;
    }

    #content .leftbox .contactformbox .contacttext {
        padding-top: 50%;
    }

    #content .infoboxinn .contact-text p {
        padding: 15px 0 0 0;
    }

    #content .infoboxinn .address-icon {
        height: 70px;
        width: 70px;
    }

    #featured-posts .button {
        padding: 8px 36px 7px 0px;
    }

    #main .bloginn-inner-content .post-date {
        margin-bottom: 0rem;
    }

    #main .bloginn-inner-content .content {
        padding: 10px;
        margin-left: 32px;
    }

}

/*---------menu display above 1024 and 1024 screen-------------*/
@media screen and (min-width: 1024px) {
    .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;
        /* float: right; */
        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:last-child>a {
        margin: 0px 0px 0 0;
        color: #FFFFFF;
    }

    .main-navigation ul.nav-menu>li>a {
        position: relative;
        z-index: 10;
        transition: all 0.3s ease-in-out;
        font-weight: 400;
        font-family: 'Montserrat';
        text-transform: capitalize;
    }

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

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

    .main-navigation ul.nav-menu>li {
        text-align: center;
        /* padding: 7px 0; */
        padding: 32px 0 22px 0;
        position: relative;
        height: 100%;
        font-weight: bold
    }

    .main-navigation.icons-active ul.nav-menu>li {
        padding: 15px 25px 8px;
    }

    .main-navigation ul.nav-menu>.menu-item-has-children>a:after {
        content: "\f0d7";
        padding-left: 10px;
        font-size: 10px;
        position: relative;
        bottom: 2px;
        -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;
    }

    .main-navigation ul ul {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        width: 250px;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: auto;
        right: 0;
        display: block !important;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: auto;
        right: 100%;
    }

    .main-navigation ul ul li:hover>a,
    .main-navigation ul ul li.focus>a {
        background-color: #1e4543;
        color: #fff;
    }

    .main-navigation ul .sub-menu li:hover>a,
    .main-navigation ul .sub-menu li.focus>a {
        background-color: #1e4543;
        color: #fff;
    }

    .main-navigation ul.sub-menu>li:last-child>a {
        border-bottom: none;
    }

    .main-navigation ul ul li {
        border-bottom: 1px solid #fff;
    }

    .main-navigation ul ul>li:last-child {
        border-bottom: none;
    }

    .main-navigation ul ul ul {
        top: 5px;
    }

    .main-navigation ul ul li a {
        color: #060606;
    }

    .main-navigation ul .sub-menu li a {
        color: #fff;
        background-color: #000;
    }
    .main-navigation ul .sub-menu li:hover a {
        color: #000;
        background-color: #c2fc85;
    }

    .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 {
        border: 20px solid #111;
    }

    .main-navigation form.search-form input {
        background-color: #fff;
        border-color: #fff;
        color: #111;
    }

    #featured-slider .entry-title {
        font-size: 68px;
        letter-spacing: normal;
        text-transform: uppercase;
        font-weight: 700;
    }

    .overlay-side {
        position: absolute;
        top: 0;
    }

    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 30px;
        padding-left: 20px;
    }

    .right-sidebar #primary.single-service,
    .left-sidebar #primary.single-service {
        width: 100%;
    }

    .right-sidebar #secondary,
    .left-sidebar #secondary {
        width: 30%;
        float: right;
    }

    .right-sidebar #secondary.single-service,
    .left-sidebar #secondary.single-service {
        width: 100%;
        float: left;
        padding-left: 30px;
    }

    .left-sidebar #primary {
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }

    .no-sidebar #primary {
        width: 94%;
        float: none;
        padding-right: 0;
    }
}

@media (min-width: 1023px) and (max-width: 1484px) {
    .main-navigation ul.nav-menu>li:last-child {
        padding: 3px 10px;
    }

    .main-navigation ul.nav-menu>li {
        text-align: center;
        padding: 7px 0;
        position: relative;
        height: 100%;
        font-weight: bold
    }
}

@media screen and (min-width: 1900px) {
    .footer-widgets-area.section-gap {
        padding: 200px 0 100px;
    }
}

@media only screen and (max-width: 431px) {

    #content .searchbar {
        padding: 0 30px;
    }

    #featured-about .aboutimgtext .aboutimgbg {
        display: none;
    }

    #featured-posts .title-section {
        padding: 0;
    }

    #colophon .searchbar h4 {
        border-radius: 10px;
    }

    #main .testimonial-inner-content .content-image {
        top: 0px;
        position: relative;
        left: 0px
    }

    #main .testimonial-inner-content .content-image {
        top: 0px;
        position: relative;
        left: 0px;
    }

    #main .testimonial-inner-content:hover h4.testimonials-title a::after {
        transition: .8s ease;
        animation: rotateY 1s linear infinite;
        margin-top: -10px;
    }

    #main .testimonial-inner-content .testimonials-details p::after,
    #main .testimonial-inner-content .testimonials-details::before {
        display: none;
    }

    #main .testimonial-inner-content {
        padding: 0x;
    }

    #main .testimonial-inner-content .content-image img {
        width: 100%;
        margin-left: 0;
    }

    #main .gallerybox .gallery-inner-content:nth-child(5) {
        top: 0;
    }

    #main .faqcontactimg {
        padding-bottom: 3em;
    }

    #main .bloginn-inner-content .content-image img,
    #secondary .bloginn-inner-content .content-image img {
        margin-top: 0px;
    }

    #content .leftbox {
        padding: 20px 15px 10px 15px;
    }

    #content .infoboxinn {
        width: 95%;
    }

    #content .contactform {
        margin: 0;
        padding: 30px 20px;
    }

    #featured-slider .entry-header h3 {
        font-size: 12px;
    }

    #featured-slider h2.entry-title {
        font-size: 25px;
    }

    #featured-slider .entry-container,
    .slick-dotted.slick-slider {
        padding: 0;
    }

    .bottomheader {
        padding: 0;
    }

    #featured-posts .read-more a {
        justify-content: center;
    }

    .content-site p {
        font-size: 11px;
    }

    .content-site .social-links i {
        font-size: 17px;
    }

    #featured-posts .entry-content p {
        padding-right: 0em;
    }

    #featured-slider .entry-content {
        color: #fff;
        margin: 0 0px 0;
        display: block;
    }

    .site-logo img {
        width: auto;
    }

    .site-branding {
        padding-right: 0px !important;
    }

    .header-nav {
        display: block;
        float: none;
    }

    .contact-header {
        margin-right: 100px;
        width: auto;
        margin-left: 0;
        height: 100%;
    }

    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 12.6rem;
    }
    .woocommerce-variation-add-to-cart {
        display: grid !important;
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 1023px) {
      .main-navigation ul.nav-menu li:last-child {
        width: fit-content;
        justify-self: center;
                margin-top: 1rem;
    }

.main-navigation ul li ul.sub-menu li:last-child{
    width: 100% !important;
            margin-top: 0rem;
}

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

    .menu-toggle {
        width: 40px !important;
        height: 40px !important;
    }

    .menu-toggle span {
        width: 32px !important;
        height: 3px !important;
    }

    .main-navigation ul.nav-menu {
        position: fixed;
        width: 80%;
        background-color: #ffffff;
        transition: left 0.4s ease-in-out;
        top: 0%;
        left: 0;
        height: 100vh;
        z-index: 0;
        align-content: center;
        overflow-y: auto;
    }

    #section-header #form1 form {
        width: 100%;
    }

    .content-site .social-links {
        display: none;
    }

    #top-bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .site-branding {
        min-height: 54px;
        display: flex;
        align-items: center;
    }

    .site-title {
        font-size: 26px;
    }

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

    .main-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }

    .main-navigation ul ul li a {
        padding-left: 0px;
        color: #000;
    }

    .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 ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        /* margin-top: 25px; */
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .main-navigation {
        position: static;
    }

    .main-navigation a {
        color: #555555;
        padding: 12px 15px;
    }

    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 500px;
        top: 100%;
        left: auto;
        right: 0;
        width: auto;
        z-index: 10;
    }

    .main-navigation .search-menu a {
        display: 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);
    }
}

@media screen and (max-width: 992px) {

    .comments-title,
    #reply-title {
        font-size: 28px;
    }

    .menu-toggle {
        width: 45px;
        height: 45px;
        top: 9px;
        right: 35px;
    }

    .menu-toggle span {
        width: 29px;
    }

}

@media screen and (max-width: 767px) {

    #masthead.site-header .main-navigation ul.nav-menu {
        width: auto !important;
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
    }

    #page-site-header .page-title {
        font-size: 32px;
    }

    #featured-classes .featured-classes-item,
    .blog-posts-wrapper .post-item {
        text-align: center;
    }

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

    #commentform p.comment-form-comment,
    #commentform p.form-submit {
        margin-top: 21px;
    }

    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
        margin-bottom: 30px;
        justify-items: anchor-center;
    }

    .comments-title,
    #reply-title {
        font-size: 26px;
        padding: 0 15px;
        margin-bottom: 8px;
    }

    #comments {
        margin-top: 40px;
    }

    .tags-links {
        margin-bottom: 25px;
    }

    .backtotop {
        display: none;
    }

    .widget {
        justify-self: anchor-center !important;
    }
    #content .leftbox .contact-img img {
        margin-top: 40px;
    }
}

@media screen and (max-width: 567px) {
    #content .entry-content {
    padding: 1rem !important;
}
    .main-navigation ul.nav-menu {
        width: 100%;
    }
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        top: 0;
    }

    .pagination .prev.page-numbers:before,
    .pagination .next.page-numbers:before {
        width: 35px;
        height: 10px;
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        margin-left: 0;
        margin-right: 0;
    }

    .trail-items li {
        font-size: 12px;
    }

    #breadcrumb-list {
        padding: 10px 0;
    }

    blockquote.alignright {
        margin-left: 0;
    }

    .comment-meta img {
        margin: 0 0 25px;
        float: none;
    }

    .comment-meta .url,
    .comment-meta .fn {
        display: block;
    }

    .comment-content {
        padding-left: 0;
    }

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

    .reply {
        padding-left: 0;
    }

    .footer-widgets-area .hentry:last-child,
    .footer-widgets-area.col-3 .hentry:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }
    #featured-testimonials .subtitle-section p,
    #featured-whychooseus .title-section h2,
              #featured-services .entry-content3 h1 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
}

/* mobile view */
@media screen and (min-width: 320px) and (max-width: 550px) {
    #masthead {
        position: relative;
        min-height: auto;
    }

    #masthead .sidepadding {
        --bs-gutter-x: 0;
    }

    #featured-posts .post-date {
        bottom: 11rem;
        left: -0.7rem;
    }

    /* faq */
    #main .image-container .image2 img,
    #main .image-container .image2::after {
        display: none;
    }

    #masthead .bottomheader .row {
        --bs-gutter-x: 0;
    }

    #content .leftbox .contactformbox h1 {
        padding: 10px 0% 10px 0px;
        font-size: 32px;
    }

    #content .infoboxinn::before {
        margin: 10px 0 0px -11%;
    }

    #content .infoboxinn .contact-text p {
        padding: 15px 0 0 0;
    }

    #content .rightbox-form .conct-header h1 {
        margin: 0;
    }

    #content .contactform {
        padding: 30px 0;
    }

    #content .leftbox .contact-right-side {
        margin-top: 25px;
    }

    #content .infoboxinn .contact-text {
        padding: 25px 10px;
    }

    #featured-services .title-section p {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    #featured-services .title-section {
        margin-bottom: 1em;
    }

    #featured-faqs .image-container .image2::after {
        display: none;
    }

    #featured-posts .message-box {
        top: 25px;
    }

    #featured-posts .button a {
        padding: 10px 20px;
    }

    #featured-posts .button {
        padding: 8px 32px 7px 0px;
    }

    #featured-posts .button svg {
        right: 5px;
    }

    #content .innershortcode input[type="submit"] {
        margin-top: 20px;
    }

    .menu-toggle {
        width: 45px !important;
        height: 45px !important;
        top: 9px;
        right: 18px;
    }

    .menu-toggle span {
        width: 29px;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 76px;
    }

    #primary .widget_recent_entries ul,
    #primary .widget_archive ul,
    #secondary .widget_recent_entries ul,
    #secondary .widget_archive ul {
        padding: 4px 2.2rem;
    }

    #page-site-header .page-title {
        font-size: 24px;
        margin-top: 0;
    }

    #page-site-header .breadcrumbbox span.treeEnd-margin {
        /* margin-left: 0px; */
        line-height: 0px;
    }

    #page-site-header .breadcrumbbox {
        margin-left: 4%;
    }

    #page-site-header .breadcrumbbox span.treeEnd {
        font-size: 29px;
        margin-left: 0px;
        line-height: -50px !important;
        line-height: 0px;
        font-size: 26px;
        font-family: 'Teko';
        font-weight: 200 !important;
    }

    #page-site-header .breadcrumbbox a {
        font-size: 42px;
    }
}

@media screen and (max-width: 319px) {
    #featured-slider .borderbtn {
        width: 100px !important;
    }

    #featured-slider .read-more .btn {
        padding: 12px 9px;
    }
    #page-site-header .page-title {
        font-size: 24px !important;
    }
    #featured-slider img {
        height: 100vh;
    }

    #featured-slider .entry-container {
        transform: translateY(-61%);
    }

    #featured-services .entry-title a {
        padding: 0px 9px 0px 9px;
    }

    #featured-pricings .circle {
        width: 265% !important;
        left: -211px !important;
        top: -269px !important;
    }

    #featured-pricings .title-section h1::before {
        position: absolute !important;
        left: 34px !important;
        top: -24px !important;
    }

    #featured-team .title-section h1::after {
        position: absolute;
        left: 90%;
        top: 13px;
    }

    #featured-team .title-section h1 {
        font-size: 35px;
    }

    #page-site-header .page-title {
        font-size: 24px;
        margin: -85px 0 0px 10px;
    }

    #page-site-header .breadcrumbbox span.treeEnd {
        line-height: 0px;
    }

    #page-site-header .breadcrumbbox span.treeEnd-margin {
        /* margin-left: 0px; */
        line-height: 0px;
    }

    #page-site-header .breadcrumbbox {
        margin-left: 4%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation:landscape) {
    #featured-slider .entry-header h3::before {
        left: -97px;
    }

    #featured-about .title-section .row h3 {
        font-size: 17px !important;
    }

    #featured-posts .button {
        padding: 8px 39px 7px 0px;
        margin: 0;
    }

    /* inner page testimonial */
    .main-navigation ul.nav-menu>li>a {
        margin: 0 13px 0 0;
    }

    #section-header .social-links a {
        margin: 10px 4px;
    }

    #main .bloginn-inner-content .content {
        padding: 8px;
        margin-left: 30px;
    }

    #main .bloginn-inner-content .post-date {
        left: -2.3rem;
    }

    .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 {
        padding: 5px 15px;
    }
}

@media (min-width:300px) and (max-width:700px) {
   

    #featured-about .title-section h1,
    #featured-about .title-section h5 {
        text-align: center;
    }

    #featured-slider .leftcontentbox {
        width: 100%;
    }

    #main .faqnformbox .row .col-sm-4 .faqsheading,
    #secondary .faqnformbox .row .col-sm-4 .faqsheading {
        justify-self: center;
    }

    .laptopcode,
    .header-number {
        display: none;
    }

    .main-navigation ul.nav-menu>li>a,
    .main-navigation ul.nav-menu>li:last-child>a {
        padding: 10px;
    }

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

    .main-navigation ul.nav-menu>li:last-child {
        width: fit-content;
        padding: 0;
        margin: 0 auto;
    }

    .main-navigation ul.nav-menu>li:last-child a {
        margin: 0;
        color: #1e4543;
    }

    .main-navigation ul.nav-menu,
    .main-navigation ul ul {
        text-align: center;
    }

    .scroll-to-top {
        right: 18px;
    }

    #featured-slider h2.title {
        font-size: 35px;
    }

    #featured-slider .entry-header {
        padding: 0;
    }

    #featured-slider .entry-container {
        padding-left: 1rem;
    }

    #featured-slider .slick-prev {
        left: 2%;
    }

    #featured-slider .borderbtn {
        width: 80px;
    }

    #featured-slider img {
        height: 106vh;
    }
    #featured-slider .swiper-horizontal>.swiper-pagination-bullets, #featured-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px !important;
    }

    #featured-about {
        padding-top: 2em !important;
    }

    #featured-about h1.img-top {
        font-size: 56px !important;
        text-align: center;
    }

    #featured-about h1.img-top::before,
    #featured-about h1.img-top::after {
        display: none;
    }

    #featured-about .about-image {
        height: auto !important;
        width: 90%;
        justify-self: center;
    }

    #featured-about h1.img-right {
        display: none;
    }
#content #featured-about .title-section h1{
    font-size: 33px !important;
        margin: 2px auto 1.5rem;
    line-height: 40px !important;
}
    #featured-about .title-section h1 {
        font-size: 33px !important;
        margin: 2px auto 1.5rem;
        line-height: 40px;
    }

    #featured-about .about-service {
        gap: 0;
    }

    #featured-about .aboutrightside {
        margin-left: 0;
    }

    #featured-services {
        padding-top: 0em !important;
    }

    #featured-services .entry-content3 h1 {
        font-size: 43px;
    }

    #featured-services .featured-service-item {
        padding: 0;
    }

    #featured-services .entry-content {
        padding: 21px 12px;
    }

    #featured-video .text h1 {
        font-size: 48px;
        line-height: 0;
    }

    #featured-video video {
        height: unset;
    }

    #featured-features h4.features-title a {
        font-size: 30px;
    }

    #featured-features .section-content {
        padding: 25px 0 0;
        margin-left: 0;
    }

    #featured-whychooseus .title-section h2 {
        font-size: 43px; 
    }
    #featured-counters .blurbg {
        top: -2rem;
    }
    #featured-counters img {
        top: -2rem;
    }
    #featured-team {
        background: linear-gradient(180deg, #F9F7F5 15%, #1E4543 0%, #1e4543 97%, #FFFFFF 74%) !important;
    }
    #featured-team {
        padding-bottom: 5em !important;
    }

    #featured-pricings {
        padding-top: 1em !important;
    }

    #featured-contact .entry-content3 {
        padding: 1rem 1rem;
        width: 100%;
    }

    #featured-contact .contact-blurbg {
        display: none;
    }

    #featured-testimonials .testimonials-heading {
        text-align: center;
        writing-mode: horizontal-tb;
        transform: rotate(0);
    }

    #featured-testimonials .expanded-view {
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;
        margin: 12px 0 30px;
        width: 100%;
    }

    #featured-testimonials .expanded-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
    }

    #featured-testimonials .expanded-image-container img {
        width: 80%;
        margin-bottom: 20px;
    }

    #featured-testimonials .expanded-text-container {
        text-align: center;
        padding: 0;
        width: 100%;
    }

    #featured-posts .title-section h2 {
        font-size: 37px;
    }

    #featured-posts .entry-container {
        margin-left: 0;
        bottom: 0;
    }

    #featured-posts .entry-contentbox {
        padding: 0px 3px 0px;
    }

    #featured-posts {
        padding-bottom: 0 !important;
    }

    #featured-newsletter .dumbell-img {
        display: none;
    }

    #featured-newsletter .newsletter-text h4 {
        line-height: 86px;
    }

    #featured-newsletter .newsletter-text h1 {
        line-height: 15px;
    }

    #featured-newsletter .newsletter-form p input[type="text"],
    #featured-newsletter .newsletter-form p input[type="email"],
    #featured-newsletter .newsletter-form p input[type="url"],
    #featured-newsletter .newsletter-form p input[type="password"],
    #featured-newsletter .newsletter-form p input[type="search"],
    #featured-newsletter .newsletter-form p input[type="number"],
    #featured-newsletter .newsletter-form p input[type="tel"],
    #featured-newsletter .newsletter-form p input[type="range"],
    #featured-newsletter .newsletter-form p input[type="date"],
    #featured-newsletter .newsletter-form p input[type="month"],
    #featured-newsletter .newsletter-form p input[type="week"],
    #featured-newsletter .newsletter-form p input[type="time"],
    #featured-newsletter .newsletter-form p input[type="datetime"],
    #featured-newsletter .newsletter-form p input[type="datetime-local"],
    #featured-newsletter .newsletter-form p input[type="color"],
    #featured-newsletter .newsletter-form p textarea,
    #featured-newsletter .newsletter-form p select {
        margin-bottom: 10px;
    }

    .widget .menu-services-container li,
    .widget .menu-our-services-container li {
        width: 100%;
    }

    #colophon .gap-16 {
        gap: 1rem;
    }

    #colophon .logo {
        margin-bottom: 15px;
    }

    #colophon .footerbox:first-child .hentry {
        width: 100%;
    }

    /* Inner Page */
    #page-site-header .page-header{
        padding-top: 3rem !important;
    }
    #main .entry-content h2,
    #secondary .entry-content h2 {
        justify-self: center;
    }

    #page-site-header .breadcrumbbox .button {
        padding: 0;
        gap: 40px;
    }

    #page-site-header .breadcrumbbox span.treeEnd {
        font-size: 50px;
    }

    #page-site-header .breadcrumbbox .button .root,
    #page-site-header .breadcrumbbox span {
        padding: 8px 8px 8px 3px;
        width: fit-content;
        margin-bottom: 10px;
    }

    #main .service-inner-content .entry-title .service-title,
    #secondary .service-inner-content .entry-title .service-title {
        padding: 0 6px;
        font-size: 24px !important;
    }
#featured-about .title-section {
margin-bottom: 0 !important;
}
    #main .image-container .image1 img {
        width: 100%;
        padding-right: 0;
    }

    #main .gallerybox .img4-parent {
        top: 0;
    }

    #main .testimonial-inner-content .testimonials-designation {
        margin: 0 0 32px;
    }

    #main .testimonial-inner-content .content-image img {
        bottom: 0;
    }

    #main .wp-block-image img,
    #secondary .wp-block-image img {
        justify-self: center;
    }

    #main .bloginn-inner-content .entry-contentbox,
    #secondary .bloginn-inner-content .entry-contentbox,
    #featured-posts-item .content {
        width: 100%;
        padding: 30px 15px 18px;
    }

    #main .bloginn-inner-content .content-image img,
    #secondary .bloginn-inner-content .content-image img,
    #featured-posts-item .content-image img {
        width: 100%;
    }

    .widget_text input {
        margin: 0 0 16px 30px;
    }

    .entry-meta {
        display: grid;
        gap: 8px;
        padding-left: 10px;
    }

    .socialMedia {
        float: left;
    }

    blockquote .wp-block-quote p,
    .wp-block-pullquote p,
    .wp-block-quote p {
        padding: 12px 0 0;
    }

    #main .entry-content ol li {
        padding-left: 3rem;
    }

    #main .entry-content ol li:before {
        left: 0;
    }

    #featured-features .entry-content h2 {
        margin: 55% 0 0 0;
    }

    #main .testimonial-inner-content h4 {
        margin: 16px 0 16px 0;
    }

    #main .testimonial-inner-content .content-image {
        flex-direction: column;
    }

    #primary .widget ul li a::before,
    #secondary .widget ul li a::before,
    #primary .widget ol li a::before,
    #secondary .widget ol li a::before {
        margin-right: 7px;
        margin-left: 0.5em;
    }

    #content .inquiry-screen {
        padding: 20px 12px;
    }

    #content .rightbox-form .conct-header hr {
        left: 1.3rem;
    }

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

    #featured-pricings .title-section h2 {
        font-size: 37px;
    }

    #featured-pricings {
        padding: 0 0;
    }
    #featured-whychooseus {
        background: linear-gradient(180deg, #fff 12%, #1E4543 0%, #1e4543 78%, #c2fc85 74%) !important;
    }
    #featured-whychooseus .content{
        bottom: 75px;
        left: 0rem;
    }
    #featured-team .title-section h2 {
        font-size: 37px;
    }

    #featured-testimonials .subtitle-section p {
        font-size: 40px;
    }

    #featured-testimonials .client-single {
        padding: 0;
    }

    #featured-testimonials .image-text {
        padding: 10px;
    }

    #featured-testimonials .swiper-container.testimonial-slider .swiper-pagination {
        bottom: 0;
    }

    #featured-weightchart .left-side {
        padding: 30px 0px 30px 0rem;
    }

    #featured-weightchart .left-side .weight-calc {
        padding: 10px;
    }

    #featured-weightchart .right-side {
        padding: 30px 0rem 30px 0rem;
    }

    #featured-posts .title-section h1 {
        font-size: 35px;
    }

    #featured-posts .post-item {
        width: 100%;
        margin-bottom: 30px;
        display: block;
    }

    #featured-newsletter .newsletter-text h1 {
        font-size: 40px;
        left: 0;
    }

    #featured-newsletter .newsletter-text .newsletter-form h3 {
        font-size: 43px;
    }

    #featured-newsletter .newsletter-form p {
        display: block;
        margin-bottom: 10px;
    }

    #featured-whychooseus .container {
        padding: 0 !important;
        margin-top: 30px;
    }
#featured-whychooseus .row {
    margin-bottom: 3rem;
}
#featured-whychooseus .imgdiv img{
    height: auto !important;
}
    #featured-testimonials .image-text h4 {
        padding-right: 3.3rem;
    }

    #secondary .row .col-lg-4 {
        margin-top: 50px;
    }

    #main .faqs-inner-content .faq-content div.panel.show {
        padding: 18px 2rem 28px 38px;
    }

    #main .faqnformbox .row .col-lg-8 .faqside,
    #secondary .faqnformbox .row .col-lg-8 .faqside {
        margin-top: 50px;
    }

    #page-site-header .breadcrumbbox span.treeEnd {
        font-size: 28px;
        line-height: 26px;
    }

    #page-site-header .breadcrumbbox span a {
        font-size: 28px;
        font-family: 'Teko';
        font-weight: 400;
    }

    #page-site-header .breadcrumbbox span.treeEnd-margin {
        margin-left: -12px;
    }

    #page-site-header .breadcrumbbox span.bread-arrow {
        left: -5px;
    }

    #main .content-image .imagediv .entry-content,
    #secondary .content-image .imagediv .entry-content {
        bottom: -1 !important;
    }

    #main .entry-content ol li:before,
    #secondary .entry-content ol li:before {
        top: 6px;
        left: 0.3rem;
    }

    #main .entry-content ol li::after,
    #secondary .entry-content ol li::after {
        left: 1rem;
        top: 12px;
    }

    #main .entry-content ol li,
    #secondary .entry-content ol li {
        padding-left: 4rem;
    }

    #content .contact-text svg {
        padding: 14px;
    }

    #content .archive #main .row .col-lg-8 {
        padding: 0;
    }
    #main .summary .woocommerce-Price-amount bdi{
        font-size: 24px !important;
    }
}

/* ============================================= */
/*/////////////////// media query css for tab start ////////////////*/

@media (min-width:736px) {
    .btn-img {
        display: block;
    }
}

@media (min-width:700px) and (max-width:912px) {
    #content .contact-text svg {
        padding: 12px;
    }

    #main .entry-content h2,
    #secondary .entry-content h2 {
        justify-self: center;
    }

    #main .faqsheading,
    #secondary .faqsheading {
        justify-self: center !important;
    }

    #featured-whychooseus .container .row .col-md-6 {
        margin-top: 40px;
    }

    #featured-slider .leftcontentbox {
        width: 100%;
    }

    .laptopcode,
    .header-number {
        display: none;
    }

    .main-navigation ul.nav-menu>li>a,
    .main-navigation ul.nav-menu>li:last-child>a {
        padding: 10px;
    }

    .main-navigation ul.nav-menu>li>a {
        margin: 0;
    }
    #page-site-header .page-title{
        margin: -23px 0 0px 10px;
    }
    .main-navigation ul.nav-menu>li:last-child {
        width: fit-content;
        padding: 0;
        margin: 0 auto;
    }

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

    #secondary .row .col-lg-8 .entry-content .is-layout-flex {
        display: block;
    }

    .main-navigation ul.nav-menu,
    .main-navigation ul ul {
        text-align: center;
    }
    #page-site-header .page-header{
        padding-top: 5rem !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        margin-top: 20px;
    }

    #page-site-header .breadcrumbbox .button {
        display: flex;
        /* flex-direction: column; */
    }

    #page-site-header .breadcrumbbox span.treeEnd-margin {
        margin-left: -26px;
        line-height: 60px;
        /* align-content: center; */
    }

    #page-site-header .breadcrumbbox span {
        padding: 10px 17px;
    }

    .widget li.cat-item {
        padding: 0 0.5rem;
    }

    #page-site-header .breadcrumbbox span.treeEnd {
        font-size: 24px;
        font-weight: 400 !important;
        font-family: 'Teko ';
    }

    #page-site-header .breadcrumbbox a {
        font-size: 35px;
        font-weight: 400 !important;
        font-family: 'Teko ';
    }

    #page-site-header .breadcrumbbox span.bread-arrow {
        left: -12px;
        line-height: 148px;
    }

    #content .inquiry-screen {
        padding: 20px 13px;
    }

    #page-site-header .breadcrumbbox .button .root,
    #page-site-header .breadcrumbbox span {
        width: fit-content;
        margin-bottom: 10px;
    }

    .site-description {
        padding: 0px;
    }

    .opbg {
        height: fit-content;
    }

    .menu-toggle {
        top: 30px !important;
        width: 55px;
        height: 55px;
    }

    #featured-slider .wrapper {
        top: 28%;
    }

    #featured-slider h2.title {
        font-size: 55px;
    }

    #featured-slider .entry-header h3 {
        margin: 0;
    }

    #featured-slider h2.entry-title {
        line-height: 1;
    }

    #featured-slider .entry-content {
        margin: 0 72px 0 18px;
    }

    #featured-slider .wrapper .d-flex {
        justify-content: start;
        margin-left: 18px;
    }

    #featured-slider .slick-next {
        left: 17.5%;
    }

    #featured-slider img {
        height: 100vh !important;
    }

    #featured-about .aboutrightside {
        margin-left: 0rem;
    }

    #featured-about .aboutrow .about-img-box {
        justify-items: center;
    }

    #featured-services .gap-16 {
        gap: 2rem;
    }
    #featured-team {
        background: linear-gradient(180deg, #F9F7F5 16%, #1E4543 0%, #1e4543 97%, #FFFFFF 74%) !important;
    }
    #featured-whychooseus { 
        background: linear-gradient(180deg, #fff 10%, #1E4543 0%, #1e4543 78%, #c2fc85 74%) !important;
    }
    #featured-counters .blurbg {
        top: -13rem !important;
        right: 2rem !important;
    }
    #featured-counters img {
        top: -12.5rem !important;
        right: 2rem !important;
    }
    #featured-counters img {
        top: -2rem;
    }
    #featured-counters .blurbg {
        top: -14rem !important;
    }
    #featured-counters img {
        top: -13.5rem !important;
    }
    #featured-weightchart .input-group label {
        width: 100%;
    }

    #featured-weightchart .input-group .labels input {
        width: 100%;
    }

    #featured-weightchart .left-side .weight-calc {
        padding: 5px;
    }

    #featured-features .features-block {
        padding: 31px 15px;
    }

    #featured-features .featuresbox .features-icon {
        font-size: 40px;
    }

    #featured-features .featuresbox .circle {
        width: 58px;
        height: 58px;
    }

    #featured-features .featuresbox {
        padding: 0 0 0px;
    }

    #featured-features h4.features-title {
        margin: 6px 0 10px;
    }

    #featured-contact .contact-blurbg {
        width: 100%;
    }

    #featured-contact .entry-content3 {
        width: 100%;
    }

    #featured-contact .contactformdiv {
        margin-left: 0;
        width: 100%;
    }

    #featured-pricings {
        padding: 0 0;
    }

    #featured-testimonials .expanded-text-container {
        width: 74%;
    }

    #featured-testimonials .expanded-image-container {
        width: 30%;
    }

    #featured-posts .gap-20 {
        gap: 1rem;
    }

    #featured-posts .entry-meta {
        padding: 6px 0 0;
    }

    #featured-posts .entry-meta .d-flex {
        gap: 12px;
        padding-left: 6px;
    }

    #featured-posts .px-3 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    #featured-posts .entry-contentbox {
        padding: 20px 0;
    }

    #featured-posts .posts-date {
        padding: 12px 0 0 5px;
    }

    #featured-posts {
        padding-bottom: 3rem !important;
    }

    #featured-newsletter .newsletter-text h1 {
        font-size: 115px;
    }

    #colophon .social-links a {
        margin: 13px 10px;
    }

    #colophon .widget_nav_menu ul li a {
        font-size: 16px;
    }

    #colophon .logo {
        margin-bottom: 15px;
    }

    #main .gallery-image p {
        padding: 24px 19px;
    }

    #main .testimonial-inner-page.gap-20 {
        gap: 2rem;
    }

    #main .testimonial-inner-content .testimonials-designation {
        margin: 0 0 25px;
    }

    #main .testimonial-inner-content .content-image img {
        bottom: 5px;
    }

    .widget .menu {
        width: 100%;
        padding-left: 0;
    }

    .widget_text input {
        width: 90%;
        margin: 0 10px 16px;
    }

    #secondary .widget ul li a::after,
    #secondary .widget ol li a::after {
        content: '. . . . . .';
    }

    .post-navigation a,
    .posts-navigation a {
        margin-bottom: 10px;
    }

    #main .entry-content .gallery-image p {
        padding: 24px 18px 24px;
    }

    #main .testimonial-inner-content h4 {
        margin: 20px 0 16px 0;
    }

    #main .testimonial-inner-content .content-image {
        flex-direction: column;
    }

    #primary ul li a,
    #secondary ul li a {
        font-size: 14px;
    }

    #primary .widget ul li a::before,
    #secondary .widget ul li a::before,
    #primary .widget ol li a::before,
    #secondary .widget ol li a::before {
        margin-left: 0.2em;
        margin-right: 4px;
    }

    #secondary .widget .menu-services-container ul li a::after,
    #secondary .widget .menu-our-services-container ul li a::after {
        right: 0;
    }

    #content .rightbox-form .conct-header hr {
        left: 1.3rem;
    }

    #featured-features .entry-content h2 {
        margin: 46% 0 0px 0px;
    }

    #featured-features .feature-img {
        width: 100%;
    }

    #featured-features .section-content {
        margin-left: 0;
    }

    #main .gallerybox .gallery-inner-content .gallery-box {
        width: 100%;
    }

    #main .bloginn-inner-content .entry-contentbox,
    #secondary .bloginn-inner-content .entry-contentbox,
    #featured-posts-item .content {
        padding: 0.9rem 18px;
    }

    #main .entry-content p,
    #secondary .entry-content p {
        margin: 30px 0px !important;
    }

    #main .wp-block-button__link,
    #secondary .wp-block-button__link {
        padding: 10px 12px;
    }

    /* ********************************************************************* */
    #featured-about .title-section h1,
    #featured-about .title-section h5 {
        text-align: center;
    }

    #featured-slider img {
        height: 55vh !important;
    }

    #featured-slider .sliderbut1 a {
        font-size: 18px;
        margin-left: 10px;
    }

    #featured-slider .content h1 {
        font-size: 45px;
    }

    .vl-entry {
        border-left: 2px solid #fff;
        height: 200px;
        padding-right: 12px;
    }

    #featured-slider .entry-container {
        margin-top: 36%;
    }

    #featured-slider .d-flex #slider-thumbnails .thumbnail {
        width: 141px;
        height: 82px;
    }

    #featured-slider #slider-thumbnails {
        right: 50px;
    }

    #main .faqnformbox .row .col-lg-8 .faqside,
    #secondary .faqnformbox .row .col-lg-8 .faqside {
        margin-top: 50px;
    }
    #main .summary .woocommerce-Price-amount bdi {
        font-size: 24px !important;
    }
    .woocommerce-variation-add-to-cart {
        display: grid !important;
        grid-template-columns: auto auto;
    }
}

@media (min-width:678px) and (max-width:991px) {

    #main .faqnformbox .row .col-sm-4,
    #secondary .faqnformbox .row .col-sm-4 {
        width: 100%;
    }

    #main .faqnformbox .row .col-lg-8 .faqside,
    #secondary .faqnformbox .row .col-lg-8 .faqside {
        margin-top: 50px;
    }
}

/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (min-width:1023px) and (max-width:1024px) {
    .main-navigation ul.nav-menu>li>a {
        padding: 5px 4px;
        font-size: 13px;
    }

    .main-navigation ul.nav-menu>li>a {
        margin-right: 10px;
    }

    .main-navigation ul.nav-menu>li>a {
        font-size: 14px;
    }

    .main-navigation ul.nav-menu>li:last-child {
        padding: 6px 3px;
    }

    .main-navigation ul.nav-menu>li:last-child>a {
        font-size: 15px;
    }

    .site-description {
        padding: 0;
    }

    #featured-slider .leftcontentbox {
        width: 100%;
    }

    #featured-slider h2.entry-title {
        font-size: 36px;
        line-height: 1.5;
    }

    #section-header .bottomheader .header-number a {
        font-size: 21px;
    }

    .main-navigation ul.nav-menu>li>a {
        padding: 5px 4px;
    }

    #featured-slider .content {
        font-size: 65px;
    }

    #featured-slider .entry-container {
        margin-top: 40%;
    }

    #featured-slider h2.title {
        font-size: 40px;
    }

    #featured-slider .slick-next {
        left: 15.5% !important;
    }

    #featured-services .gap-16 {
        gap: 2rem;
    }

    #featured-services .entry-title a {
        font-size: 14px;
        padding: 0 0 0 4px;
    }

    #featured-contact .box1 {
        top: 12rem;
    }

    #featured-contact .box2 {
        top: 14.8rem;
    }
    #featured-counters img {
        top: -20rem !important;
        right: 2.4rem !important;
    }
    #featured-counters .blurbg {
        top: -20rem !important;
        right: 2rem !important;
    }
    #featured-team .entry-content {
        padding: 10px 15px;
    }

    #featured-team .gap-5 {
        gap: 1rem !important;
    }

    #featured-testimonials .swiper-slide .content-image .image-container {
        width: 100%;
    }

    #featured-testimonials .client-comment {
        left: 32rem !important;
        width: 711px !important;
    }

    #featured-posts .gap-20 {
        gap: 1rem !important;
    }

    #featured-about .aboutrightside {
        margin-left: -1rem;
    }

    #colophon .footer-widgets-area .widget_text ul li:nth-child(2),
    #colophon .footer-widgets-area .widget_text ul li:nth-child(4),
    #colophon .footer-widgets-area .widget_text ul .list-email {
        margin-left: 0rem;
    }

    #colophon .gap-16 {
        gap: 2rem;
    }

    .site-description {
        padding: 0px;
    }

    #page-site-header .page-header {
        top: 12rem;
    }

    #page-site-header .breadcrumbbox .button {
        display: flex;
        /* flex-direction: column; */
    }

    #page-site-header .breadcrumbbox .button .root,
    #page-site-header .breadcrumbbox span {
        width: fit-content;
        margin-bottom: 10px;
    }

    #page-site-header .breadcrumbbox span.treeEnd-margin {
        margin-left: -25px;
    }

    .navigation.post-navigation,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        padding: 0;
    }

    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: flex;
        flex-direction: column;
    }

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        margin-bottom: 15px;
    }

    #main .service-inner-content .entry-title .service-title,
    #secondary .service-inner-content .entry-title .service-title {
        padding: 0 11px;
    }

    #main .service-inner-content .content-image .entry-content,
    #secondary .service-inner-content .content-image .entry-content {
        padding: 21px 6px;
    }

    #main .gallerybox {
        margin: 30px auto;
    }

    #secondary .grid.gap-20 {
        gap: 2rem;
    }

    #main .bloginn-inner-content .content-image img,
    #secondary .bloginn-inner-content .content-image img,
    #featured-posts-item .content-image img {
        width: 100%;
    }

    #main .bloginn-inner-content .entry-contentbox,
    #secondary .bloginn-inner-content .entry-contentbox,
    #featured-posts-item .content {
        width: 100%;
        /* padding: 0px 6px 18px; */
    }

    #main .column-gap {
        column-gap: 2rem;
    }

    .widget_text input {
        margin: 0 30px 16px;
    }

    #section-header {
        width: 100%;
    }

    #main .testimonial-inner-content .content-image {
        flex-direction: column;
    }
}

/* ============================================= */

@media (min-width:1024px) and (max-width:1366px) {
    .site-description {
        padding: 0px;
    }
    #page-site-header .page-header {
        top: 12rem;
    }
    #page-site-header .breadcrumbbox .button {
        display: flex;
        /* flex-direction: column; */
    }
    #page-site-header .breadcrumbbox span.treeEnd-margin {
        margin-left: -25px;
        align-self: anchor-center;
    }
    .navigation.post-navigation,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        padding: 0;
    }
}
#featured-faqs button.gm-control-active {
    background-color: #01549a !important;
}

/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (orientation: landscape) and (max-width:1440px) {
    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 16.2rem;
    }

    #featured-pricings .circle {
        left: -140px;
    }

    #featured-testimonials .client-single.active .client-img {
        transform: scaleY(2.2) scaleX(1.3);
    }

    #featured-testimonials .client-comment {
        left: 36rem;
    }

    .post-navigation a,
    .posts-navigation a {
        margin-bottom: 8px;
    }

}

/* *************************************************************** */

@media screen and (min-width: 912px) and (max-width: 1450px) {
    #page-site-header .breadcrumbbox span.treeEnd {
        font-size: 35px;
        font-weight: 500;
        line-height: 60px;
        font-family: 'Teko Bold';
    }

    #page-site-header .breadcrumbbox a {
        font-size: 35px;
    }

    #page-site-header .breadcrumbbox span.bread-arrow {
        line-height: 136px;
    }
}

@media screen and (min-width: 300px) and (max-width: 667px) {

    .laptopcode {
        display: none;
    }
    #featured-slider .leftcontentbox {
        width: 100%;
    }

    #featured-slider .content h1 {
        font-size: 40px;
    }

    #featured-slider .entry-container {
        margin-top: 15%;
    }

    .btn-img {
        display: block;
    }

    #featured-about .title-section h5,
    #featured-about .title-section h1 {
        text-align: center;
    }
#featured-about .about-service{
    padding: 0 !important;
}
    #featured-about .row .about-service p {
           font-size: 17px !important;
        margin-left: 15px !important;
        line-height: 20px !important;
    }

    #featured-about .button-content {
        text-align: center !important;
    }

    #featured-about .title-section .button {
        justify-self: center;
    }

    #featured-about .button-content::before {
        content: "";
        text-align: center !important;
    }

    #featured-about .button-content::After {
        content: "";
        text-align: center !important;
    }

    #featured-video img {
        width: 100%;
        height: 225px;
    }

    #featured-testimonials .client-single .content-image .image-container::before {
        content: '';
        width: 48px;
        height: 129px;
        background-color: #C2FC85;
        border-radius: 15px;
        position: absolute;
        transform: rotate(45deg);
        right: 0px;
        bottom: -3.1rem;
    }

    #featured-testimonials .client-single .content-image .image-container::after {
        content: '';
        width: 49px;
        height: 133px;
        background-color: #C2FC85;
        border-radius: 15px;
        position: absolute;
        transform: rotate(36deg);
        left: -6px;
        top: -40px;
    }

    #featured-testimonials .swiper-container.testimonial-slider .swiper-pagination {
        left: -38px;
        bottom: -42px;
    }

    #main .post-29 .entry-content {
        margin-top: 0;
        position: relative;
        /* z-index: -1; */
    }

    #main .wp-block-buttons-is-layout-flex,
    #secondary .wp-block-buttons-is-layout-flex {
        justify-content: center;
    }

    #main .wp-block-heading,
    #secondary .wp-block-heading {
        text-align: center;
    }

    #main .entry-content ol li::after,
    #secondary .entry-content ol li::after {
        content: '';
        background: #C2FC85;
        border: 1px solid #C2FC85;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        position: absolute;
        z-index: 0;
        left: 1.1rem;
        top: 12px;
    }

    #featured-slider #slider-thumbnails {
        display: none !important;
    }

    #featured-slider img {
        height: 52vh !important;
    }

    #featured-slider .sliderbut1 a {
        font-size: 18px;
        margin-left: 10px;
    }

    #featured-slider .entry-container h3 {
        font-size: 18px;
    }

    #featured-slider .content h1 {
        font-size: 30px;
        font-family: 'Teko';
        font-weight: 300;
    }

    #featured-slider .entry-content p {
        font-size: 16px;
    }

    .vl-entry {
        border-left: 2px solid #fff;
        height: 200px;
        padding-right: 12px;
    }

    #featured-slider .entry-container {
        margin-top: 20%;
    }

    #section-header .bottomheader .nav-number {
        display: none;
    }

    #main .faqs-inner-conte3873nt .faq-content div.panel.show,
    #secondary .faqs-inner-content .faq-content div.panel.show {
        padding: 12px 1rem 16px 16px;
    }
}

@media screen and (min-width: 300px) and (max-width: 1022px) {

    .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: #ffffff;
        background-color: #C2FC85;
        padding: 5px 9px;
        border-radius: 3px;
    }

    .main-navigation ul.nav-menu>li>a {
        color: #000;
    }

    #featured-about .aboutrow {
        padding: 0%;
    }

    #featured-services .servicesrow {
        padding: 0%;
    }

    #featured-team .team-section-content {
        padding: 0;
    }

    #featured-posts .post-section-content {
        padding: 0;
    }

    .footer-widgets-area {
        padding: 0px !important;
    }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
    #featured-services .servicesrow .servicerightside {
        gap: 20px;
    }
}


/* slider responsive */
@media screen and (min-width: 1024px) {
    .main-navigation ul.nav-menu>li>a {
        color: #fff;
    }
}

@media screen and (max-width: 1023px) {
    .main-navigation ul.nav-menu>li>a {
        color: #000 !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    #featured-about .aboutrow {
        padding: 0 !important;
    }

    #featured-newsletter .newsletter-text h1 {
        font-size: 161px;
    }

    #featured-newsletter .newsletter-text .newsletter-form h3 {
        font-size: 55px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1280px) {
    #featured-about .aboutrow {
        padding: 0 !important;
    }

    #featured-newsletter .newsletter-text .newsletter-form h3 {
        font-size: 75px;
    }

    #featured-about .title-section {
        padding: 12px;
    }

    #featured-slider #slider-thumbnails {
        position: absolute;
        right: 20px;
        z-index: 1000;
        display: flex;
        gap: 20px;
        margin-top: -7%;
    }
}

#main #post-46 .entry-content p {
    padding: 0 10px;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .sm\:grid-cols-12 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 366px) {
    #site-identity .site-title a {
        font-size: 30px;
    }
}

@media screen and (min-width: 575px) and (max-width: 778px) {
    #section-header .bottomheader .row .col-xl-3 {
        width: 100%;
    }
}

@media screen and (min-width: 300px) and (max-width: 778px) {
    #section-header .bottomheader .nav-number {
        margin-left: 1rem;
        width: 90%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1023px) {
    .menu-toggle {
        margin-right: 18%;
        margin-top: 12px;
    }
}

@media (min-width:991px) and (max-width:1400px) {
    #featured-about .about-image {
        width: 70%;
    }

    #featured-about .aboutrow {
        padding-left: 20px !important;
        padding-right: 0px !important;
    }

    .container {
        max-width: 1250px !important;
    }

    #featured-services .servicesrow {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 1000px) {
    #primary .archivepage {
        margin: 0;
        padding: 0;
    }
}

@media screen and (min-width: 1050px) {
    #content .contactrow {
        padding: 0 70px;
    }
}

#content .benefits .row {
    margin: 0;
}

#content .row {
    margin: 0;
}
@media (min-width:1400px) and (max-width:1499px) {
    #featured-about .aboutrow {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width:991px) and (max-width:1200px) {
    #featured-weightchart #table1Results ul li,
    #featured-weightchart #table2Results ul li {
        padding: 0 !important;
        font-size: 10px;
    }

    #featured-weightchart .input-group label {
        padding: 10px;
        width: 50%;
        border-radius: 15px;
        font-size: 13px;
        font-weight: 200;
        line-height: 22px;
    }

    #featured-weightchart .input-group button {
        padding: 6px;
        font-size: 13px;
        font-weight: 200;
        line-height: 22px;
    }
}


@media (min-width:912px) and (max-width:1230px) {
    #featured-contact .entry-content3 {
        padding: 1rem 5rem;
    }
    #featured-newsletter .newsletter-text h1 {
        font-size: 100px;
    }
}

@media (min-width:768px) and (max-width:1035px) {
    #featured-newsletter .dumbell-img {
        height: 250.4px !important;
        width: 250px;
        right: 2rem;
        top: -3.2rem;
    }
}

@media (min-width:960px) and (max-width:1130px) {
    #featured-newsletter .newsletter-text .newsletter-form h3 {
        font-size: 45px;
    }
}

@media (min-width:1130px) and (max-width:1500px) {
    #featured-newsletter .newsletter-text .newsletter-form h3 {
        font-size: 55px;
    }
}






/* shop page side bar */
.woocommerce .widget_layered_nav_filters ul , .woocommerce ul.product_list_widget , #woocommerce_price_filter-2 form .price_slider_wrapper{
    padding: 0 30px !important;
}

/* Shop single page CSS */

#content .entry-content .woocommerce ol li {
    padding: 0;
    width: 100%;
}

.woocommerce div.product div.images img {
    width: 100%;
    height: 678px;
    border-radius: 10px;
}

#main .entry-content .woocommerce ol,
#secondary .entry-content .woocommerce ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#main .entry-content .woocommerce .single-product section,
#secondary .entry-content .woocommerce .single-product section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

#main .entry-content .woocommerce .single-product section h2,
#secondary .entry-content .woocommerce .single-product section h2 {
    text-align-last: center;
}

.woocommerce .custom-short-description p {
    margin: 12px 10px 12px 30px !important;
    font-family: 'Montserrat Regular' !important;
    font-size: 18px !important;
    color: #2D2D2D !important;
    position: relative;
    /* Ensures relative positioning for absolute child */
}
.woocommerce .custom-short-description h5 {
    font-size: 18px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #2D2D2D;
    margin: 1rem 0 2.5rem 0;
}
.swatch-attribute_weight .variation-label span{
        display: contents !important;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-right: 5px;
        background-color: #ffffff;
}
.woocommerce div.product form.cart .reset_variations{
       color: #1E4543;
       background-color: #c2fc85;
       padding: 4px 14px;
       margin: 0rem 1.5rem 0 1.5rem;
}
.swatch-attribute_pa_color .variation-label span.swatch-box {
    display: inline-block !important;
    width: 22px !important;
    height: 27px !important;
    border-radius: 14% !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
}
.swatch-attribute_pa_color .variation-label {
    background: #F5F5F5 ;
    border-radius: 5px;
}

.woocommerce .custom-short-description p::before {
    content: '\f058';
    color: #1E4543;
    display: inline-block;
    width: 20px;
    /* Adjust as needed */
    height: 20px;
    /* Adjust as needed */
    font-family: 'Fontawesome';
    position: absolute;
    margin-left: -30px;
}

.woocommerce .product_meta {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background-color: rgba(32, 36, 71, 0.1);
    border-radius: 14px;
}
.woocommerce table.shop_attributes th{
    padding: 18px 30px 0 40px !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    color: #2E2828 !important;
    padding: 0 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:focus {
    background-color: #1E4543 !important;
    color: #fff !important;
    border-radius: 7px;
}

/* Ensure the anchor text inside active tabs also changes color */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:focus a {
    color: #fff !important;
}
.price .woocommerce-Price-amount:nth-child(0) span{
    margin-left: 35px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 43.3%;
}
.woocommerce p.stars a::before{
    color: #ffa500;
}

/* Shop Page CSS */
.woocommerce div.product .product_title {
    font-size: 52px !important;
    font-family: 'Montserrat Regular' !important;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    margin-bottom: 32px;
}

.woocommerce .entry-summary .price {
    margin: 0px 0px 0px 3px !important;
}

.woocommerce div.product form.cart .variations th label,
.entry-summary .price strong,
.woocommerce-variation-add-to-cart .quantity-label {
    font-size: 25px !important;
    color: #1E4543;
    background: transparent linear-gradient(270deg, #1E454300 0%, rgba(6, 14, 13, 0.09) 100%) no-repeat;
    padding: 9px 26px;
    border-radius: 10px;
    font-family: 'Teko Regular' !important;
    margin-top: 12px;
}
.woocommerce .woocommerce-variation-price {
    margin-bottom: 12px;
    margin-top: -14px;
    display: none;
}
.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffa500;
}
.woocommerce .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #ffa500;
}
.woocommerce ul.products li.product .star-rating ,
.woocommerce ul.products li.product .button{
  display: none;
}
.woocommerce .quantity .qty {
    padding: 6px 10px 6px 0px !important;
    width: 4.631em;
    color: #1E4543;
    background-color: #e0e0e0;
    text-align: center;
    border-radius: 2px;
}

.quantity-buttons button.minus,
.quantity-buttons button.plus {
    background-color: #b0b0b0;
}

.woo-share-buttons strong {
    font-size: 26px;
    text-align: left;
    font-family: 'Teko Bold';
    letter-spacing: 0px;
    color: #000000;
}

.woo-share-buttons a svg {
    background-color: #C2FC85;
    padding: 6px;
    font-size: 30px;
    border-radius: 4px;
    margin-left: 7px;
}

.woocommerce .svg-inline--fa {
    vertical-align: 0 !important;
}
.woocommerce div.product form.cart .value .variation-label {
    padding: 8px 40px !important;
}

.woocommerce div.product form.cart .variations tr:nth-child(1) td label {
    padding: 0px 5px 3px 5px !important;
    margin-top: 20px;
    border: none;
}
#main .woocommerce-variation-price .price {
    align-items: center; /* Ensures alignment */
    gap: 5px; 
}

/* Old price (struck through) */
.woocommerce div.product span.price del .woocommerce-Price-amount bdi {
    color: #131313;
    font-size: 16px;
    text-decoration: line-through;
}
/* New price (current) */
.woocommerce div.product span.price ins .woocommerce-Price-amount bdi {
    color: #1E4543;
    font-size: 37px !important;
    font-weight: bold;
}
.woocommerce div.product span.price del .woocommerce-Price-amount bdi {
    color: #1E4543;
    font-size: 16px !important;
    font-weight: bold;
}

.woocommerce div.product span.price {
    display: flex;
    align-items: center;
    gap: 10px; /* optional spacing */
}
.woocommerce div.product span.price del {
    order: 2; /* show after */
}
.woocommerce div.product span.price ins {
    order: 1; /* show first */
}
#main .summary .woocommerce-Price-amount bdi{
    font-size: 37px;
    font-weight: bold;
    color: #1E4543;
}
#respond .comment-reply-title{
    padding:10px 0 0 20px !important;
}
#comment-form-rating-label{
    padding-left: 20px !important;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
#main .entry-content .woocommerce .products .onsale,
#secondary .entry-content .woocommerce .products li .onsale,
#main .entry-content .woocommerce ol li:before,
#secondary .entry-content .woocommerce ol li:before,
#main .entry-content .woocommerce ol li::after,
#secondary .entry-content .woocommerce ol li::after ,
#content .container .product-main-content #primary #main .woocommerce-breadcrumb{
    display: none;
}

#main .entry-content .woocommerce ol li img,
#secondary .entry-content .woocommerce ol li img {
    width: 100%;
    height: 204px;
}

#main .entry-content .woocommerce-result-count {
    margin: 0;
}

.woocommerce .woocommerce-ordering select{
    border-radius: 21px;
    padding: 8px 8px 8px 15px;
    color: #c2fc85;
    background-color: #1E4543;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 332px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    margin: 0;
}

#primary #main .entry-content .columns-4 {
    column-count: unset;
}

#main .woocommerce .products li {
    width: 100%;
}

#main .woocommerce .products li .product_type_simple {
    display: none;
}

#main .entry-content .woocommerce ul li:before,
#secondary .entry-content .woocommerce ul li:before {
    display: none;
}

/* Ensure product items fit inside the grid */
#main .woocommerce .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#main .woocommerce section .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#content .shop-main-content ul li a h2,
#content #main .product-type-variable ul li a h2 {
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat Regular';
    letter-spacing: 0px;
    color: #F8F8F8;
    background-color: #1E4543;
    margin-top: -1px;
    position: relative;
    padding: 18px 0;
    margin-bottom: -5px;
    width: 100%;
    z-index: -1;
}
#content .shop-main-content ul.products li.product strong,
 ul.products li.product strong ,.woocommerce .products li .product_type_simple {
    display: none !important;
}
 .entry-content .woocommerce a .price li a ins span,
#secondary .entry-content .woocommerce a .price li a ins span {
    display: inherit;
}

#content .shop-main-content a .price .amount bdi ,
 ul li a .price .amount bdi {
    font-size: 31px;
    text-align: center;
    font-family: 'Teko Regular';
    letter-spacing: 0px;
    color: #C2FC85;
    text-transform: capitalize;
}
  ul li .add_to_cart_button {
    display: none;
}
#content .shop-main-content ul.products li.product .price ,
  ul.products li.product .price {
    width: 100%;
    text-align-last: center;
    background-color: #1E4543;
    padding-bottom: 15px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

 .woocommerce .products li {
    width: 100%;
}
 
.woocommerce section.related h2{
    font-size: 50px;
    text-align: center;
    font-family: 'Teko';
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.woocommerce-product-gallery__wrapper div{
    width: 100% !important;
}
.flex-viewport .woocommerce-product-gallery__wrapper{
    width: 100% !important;
}
.relatedproducts h1.newarrivals{
    font-size: 30px;
    text-align: center;
    font-family: 'Teko';
    letter-spacing: 1.5px;
    color: #090909;
    text-transform: uppercase;
}
@media (max-width: 1160px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 28% !important;
        margin: 15px 5px 5px 10px !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img {
        height: 160px !important;
    }
    .woocommerce div.product .product_title {
        font-size: 36px !important;
    }
    .woocommerce div.product form.cart .value .variation-label {
        padding: 8px 12px !important;
        margin: 5px 0px 0 5px !important;
    }
}
/* Tablets - 2 columns */
@media (max-width: 1124px) {
     .woocommerce ul.products,
     .shop-main-content .woocommerce ul.products {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px; /* Optional spacing */
    }
}
/* Mobile - 1 column */
@media (max-width: 768px) {
     .woocommerce ul.products,
     .woocommerce section .products {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px; /* Optional spacing */
    }
    .woocommerce div.product .product_title {
        font-size: 24px !important;
    }
    .woocommerce div.product form.cart .value .variation-label{
        padding: 6px 7px !important;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width: 100%;
    } 
}






/* //  ****************************
//  Woo Commeerce code start    //
//  ************************** // */
/* Woo Commerce Css*/
.woocommerce .variations input[type="radio"] {
    display: none;
}

.woocommerce div.product form.cart .variations .value label {
    padding: 0px 8px 0 8px;
    border: 1px solid #393438;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 10px 0px 0 22px;
    cursor: pointer;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 6px;
    margin-top: -2rem !important;
}

.quantity {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 120px;
}

.quantity input[type="number"] {
    text-align: center;
    width: 50px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.quantity-buttons {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
}

.quantity-buttons button {
    background: #e4e4e9;
    color: #819496;
    border: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.quantity-buttons button.minus {
    border-top: 1px solid #fff;
}

.related.products ul.products {
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
}

.related.products ul.products li.product {
    width: 20%; 
    /*  Adjust width based on columns  */
    margin-bottom: 20px;
}
#primary.single-product{
    width: 100%;
    float: none;
}


.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* / Adjust spacing between products / */
}

.woocommerce ul.products li.product {
    width: 100% !important; /*Ensures each product takes full width of its column*/
}
.woocommerce .related ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
}
.product-main-content #primary{
    width: 100%;
    float: left;
}

/* / Responsive: 2 products per row on tablets / */
@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
     .woocommerce .related ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* / Responsive: 1 product per row on mobile / */
@media (max-width: 768px) {
     .woocommerce ul.products,
    .woocommerce .related ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.product-main-content #primary{
    width: 100%;
    float: none;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{
    /* height: auto !important; */
    height: auto ;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 29%;
    margin: 20px 10px 10px 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    /* height: 120px; */
    width: 100%;
height: 204px;
}
/* //  ****************************
//  Woo Commeerce code  end   //
//  ************************** // */

#content  #featured-features h4.features-title{
   line-height: normal;
}
#content  #featured-features .features-details p{
    margin: 0 !important;
}
#content .entry-content {
    box-shadow: 0px 0px 38px #00000029;
    padding: 2rem 2rem;
}

.home #content .entry-content {
    display: none !important;
}