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

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

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

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

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

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

@font-face {
    font-family: 'BlackMango';
    src: url('assets/blackmango-font/BlackMango-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BlackMango';
    src: url('assets/blackmango-font/BlackMango-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BlackMango';
    src: url('assets/blackmango-font/BlackMango-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'glacialindifference';
    src: url('assets/glacial-indifference/GlacialIndifference-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'glacialindifference';
    src: url('assets/glacial-indifference/GlacialIndifference-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.font-heading {
    /* font-family: Space Grotesk, sans-serif; */
  font-family: 'BlackMango', sans-serif;
 
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #282828;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'BlackMango', sans-serif;
}
#main h1 ,
#main h2 ,
#main h3 ,
#main h4 ,
#main h5 ,
#main h6 ,
p, li ,ol, a {
    font-family: 'Space Grotesk', sans-serif;
}

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

body {
    margin: 0;
    font-weight: 400;
    background-color: #000;
     font-family: 'glacialindifference', sans-serif;
}

/* $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: #000;
    margin: 10px 0px 10px;
}

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


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: #01549a;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 0;
    padding: 10px 45px;
    /* margin: 5px 0 5px 0px; */
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s ease-in-out;
    border: none;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.59px;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #000;
    background-color: #fdc401;
    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: #01549a;
    text-decoration: none;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #fdc401;
}
.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 0 0px;
}
#section-header .container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* /////// bottom header ////// */
.bottomheader {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1280px;
    margin: 0 auto;
}

#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: #ffffff;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
    padding: 0px 0px;
    margin: 0 !important;
    border-bottom: 1px solid #3f536d57;
    box-shadow: 0 0 10px 0 #3F536D;
}

#masthead {
    position: absolute;
    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: #000;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

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

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

    #section-header .site-logo img {
        width: 200px;
        height: 74.34px;
    }

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

#section-header .content-site {
    width: 100%;
    padding: 0px 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
}

.custom-header-width{
    max-width:1280px !important;
}

#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 {
    color: #000;
    padding-right: 8px;
    font-weight: 200;
    background: #ffffff;
    box-shadow: 0px 0px 30px -5px #000;
    margin: 0px 0px 0px 0px;
    width: 20px;
    position: absolute;
    right: 0;
    height: 20px;
    font-size: 5px;
    padding: 6px;
}

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

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

/*-----------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: #000000;
    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: #01549a;
    text-align: left;
    padding: 0;
}

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

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

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

.main-navigation ul.nav-menu>li:last-child, .main-navigation ul.nav-menu>li:last-child>a{
    display: none !important;
}

.main-navigation ul.nav-menu .sub-menu .current_page_item>a,
.main-navigation ul.nav-menu .sub-menu .current-menu-item>a,
.main-navigation ul.nav-menu .sub-menu .current_page_ancestor>a,
.main-navigation ul.nav-menu .sub-menu .current-menu-ancestor>a {
    color: #fff;
    background-color: #fdc401;
    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: none;
    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: -4px;
    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;
}
.dropdown-toggle::after{
    display: none !important;
}
button.dropdown-toggle {
      padding: 0;
    position: absolute;
    right: 0;
    top: 12%;
    left: 85%;
    transform: translate(-50%, -50%);
    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.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: #fdc401;
}

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

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

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


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

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #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: 80%;
}

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

.widget-title,
#secondary .widget-title{
    padding: 12px 25px;
    /* background-image: linear-gradient(90deg, #3f536d, #3f3f3f5b); */
    background-color: #01549a;
    color: #fdc401;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.65px;
    line-height: 29px;
    margin: 0 0 13px;
}

.widget_search form.search-form input[type="search"] {
    /* padding: 0 55px 0 25px; */
    height: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid;
    border-color: #01549a;
    padding: 6px 17px;
    font-size: 16px;
    letter-spacing: 0.58px;
    line-height: 29px;
}

#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: #fff;
    font-size: 25px;
    line-height: 1;
    height: 50px;
    padding: 0;
    background-color: #fdc401 !important;
    width: 14%;
}

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

form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 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;
}
.widget_text .textwidget .wpcf7-submit{
    background-color: #01549a;
    color: #fff;
}
.widget_text .textwidget .wpcf7-submit:hover{
    background-color: #fdc401;
    color: #fff;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0.5em 0.5em 1em;
}
.widget li {
    margin-bottom: 10px;
}
.widget .menu{
    width: 96%;
    padding-left: 19px;
}
.widget .menu-services-container li,
.widget .menu-our-services-container li{
    background-color: #C8DCEC;
    position: relative;
    margin-bottom: 24px;
}
#secondary .widget .menu-services-container ul li a,
#secondary .widget .menu-our-services-container ul li a{
    color: #000 !important;
    text-transform: capitalize;
}
#secondary .widget .menu-services-container ul li a:active,
#secondary .widget .menu-our-services-container ul li a:active{
    color: #fdc401 !important;
}
#secondary .widget .menu-services-container ul li a::after,
#secondary .widget .menu-our-services-container ul li a::after{
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 9px;
    background: #fff;
    color: #39494E;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    bottom: 0;
}
#secondary .widget .menu-services-container ul li a::before,
#secondary .widget .menu-our-services-container ul li a::before{
    width: 10px;
    height: 10px;
    background-color: #01549a;
    content: '';
    transform: rotate(0deg);
    border-radius: 50%;
}

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

#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 {
    display: inline-block;
    margin-left: 1em;
    /* vertical-align: .255em; */
    content: "\f124";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fdc401;
    transform: rotate(45deg);
    margin-right: 15px;
}

#primary .widget ul li a::after,
#secondary .widget ul li a::after,
#primary .widget ol li a::after,
#secondary .widget ol li a::after{
    content: '. . . . . . . . . . . . .';
}

.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: #01549a;
}
.tags-links a {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px 0px;
    border-radius: 0;
    padding: 8px 10px;
    margin: 0px 0 8px 8px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #01549a;
    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: #fdc401;
    color: #fff;
}
.socialMedia{
    float: right;
}
.socialMedia ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
    padding: 4px 10px !important;
    border: 1px solid;
    border-color: #3f536d;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    background-color: #01549a;
    transition: all ease 0.5s;
    font-size: 18px;
}
#primary .socialMedia ul li a.blgsmedia{
    font-size: 18px;
    color: #fff;
    line-height: 0;
}
.socialMedia ul li:hover{
    background-color: #fdc401;
    /* 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: #01549a;
}

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

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

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

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

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

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

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

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

.says {
    display: none;
}

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

#comments time:before {
    display: none;
}

.comment-body {
    position: relative;
}

.reply {
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section {
    position: relative;
    overflow: hidden;
}

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

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

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

.main-navigation ul.nav-menu>li:last-child {
    /* box-shadow: 0px 0px 10px -5px #7b7b7b; */
    padding: 3px 10px;
    background-color: #01549a;
}

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

.section-gap {
    padding: 5em 0;
}

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

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

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

.entry-title a {
    color: #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;
}

/*--------------------------------------------------------------
#  Inner Page settings
--------------------------------------------------------------*/
 #main .entry-content h1 {
    font-size: 55px;
    clear: both;
    color: #000;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
}
 #main .entry-content p strong{
    color: #000;
}
 #main .entry-content p em{
    color: #FF5B4A;
}
 #main .entry-content h2 {
    font-size: 46px;
    clear: both;
    color: #000;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
}

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

 #main .entry-content h4 {
    font-size: 30px;
    clear: both;
    color: #000;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
}

 #main .entry-content h5 {
    font-size: 26px;
    clear: both;
    color: #000;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
}

 #main .entry-content h6 {
    font-size: 22px;
    clear: both;
    color: #000;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 700;
}

#main .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 {
    line-height: 32px;
    font-size: 18px;
    color: #000;
}

#main .entry-content ul li:before {
    content: '\f124';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 20px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #fdc401;
    display: inline-block;
    font-size: 14px; 
    font-weight: bold;
    padding: 2px;
    line-height: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: rotate(45deg);
    z-index: 1;
}

details{
    line-height: 2rem;
}

details p{
    margin-left: 30px;
}

.tagcloud {
    padding: 10px 8px;
}

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

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

#main .entry-content ul li ul li:before {
    content: "\f124";
    font-family: 'Fontawesome';
    margin-right: 10px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #fdc401;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    font-size: 14px;
    transform: rotate(45deg);
}

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

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

#main .entry-content ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #01549a;
    border: 1px solid #a1a1a1;
    /* border-radius: 50%; */
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 3rem;

}

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;
    display: none !important;
    background-image: 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: linear-gradient(167deg, #3f536d7a, #00000069);;
}

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

#page-site-header .page-title {
    color: #fff;
    font-size: 30px;
    margin: 0 0 7px -96px;
    font-weight: 300;
    text-align: left;
}

#page-site-header .page-header {
    position: absolute;
    /* bottom: 26%; */
    left: 0;
    right: 0;
    top: 15rem;
    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: absolute;
    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
--------------------------------------------------------------*/

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

#page-site-header .breadcrumbbox .button {
    display: inline-block;
    /* / background-color: #fff; / */
    padding: 20px 22px;
    border-radius: 50px;
    text-decoration: none;
}
#page-site-header .breadcrumbbox .button .root,
#page-site-header .breadcrumbbox span{
    background-color: #fff;
    padding: 10px 17px;
    font-size: 16px;
    font-weight: 500;
    color: #01549a;
}

#page-site-header .breadcrumbbox .button .root::before{
    content: '\e3af';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #01549A;
    padding-right: 5px;
}

#page-site-header .breadcrumbbox span.treeEnd-margin{
    margin-left: -36px;
}

#page-site-header .breadcrumbbox span.treeEnd {
    background-color: #FFF;
    color: #01549a;
    /* margin: 0 3px; */
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px;
    line-height: 30px;
    /* margin-left: -53px; */
}

#page-site-header .breadcrumbbox span.bread-arrow {
    font-size: 28px ;
    /* line-height: 13px; */
    position: relative;
    top: 5px;
    padding: 0px;
    color: #01549A;
    background-color: #00000000;
    font-weight: 400;
    left: -16px;
}

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

#page-site-header .breadcrumbbox a {
    /* color: #01549a; */
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}

#page-site-header .breadcrumbbox a:hover ,
#page-site-header .breadcrumbbox .treeEnd:hover{
    color: #a1a1a1;
    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;
}


/*--------------------------------------------------------------
#  Slider 
--------------------------------------------------------------*/
/* =========================================
   HERO SLIDER
========================================= */

.custom-hero-slider {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

.custom-hero-slider .section-content {
    max-width: 1280px;
    margin: auto;
    padding: 60px 30px 0 30px;
}

/* =========================================
   HERO WRAPPER
========================================= */

.custom-hero-slider .hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    min-height: fit-content;
}

/* =========================================
   LEFT CONTENT
========================================= */

.custom-hero-slider .hero-content {
    width: 42%;
}

.custom-hero-slider .hero-title {
    font-size: 60px;
    line-height: 1.05;
    font-weight: 700;
    color: #111111;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.custom-hero-slider .hero-description p {
    font-size: 19px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 40px;
    max-width: 576px;
    font-family: 'glacialindifference', sans-serif;
}

/* =========================================
   BUTTONS
========================================= */

.custom-hero-slider .hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
    padding-left: 1%;
}

.custom-hero-slider .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 38px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    line-height: 20px;
}

/* PRIMARY BUTTON */

.custom-hero-slider .primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.custom-hero-slider .primary-btn {
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    transition: all 0.3s ease;
    transform: scale(1);
    font-family: 'glacialindifference', sans-serif;
    font-weight: 500 !important;
}

.custom-hero-slider .primary-btn:hover {
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    transform: scale(1.05);
}


/* SECONDARY BUTTON */

.custom-hero-slider .secondary-btn {
    background: transparent;
    color: #111111;
    border: 1px solid #dcdcdc;
    font-family: 'glacialindifference', sans-serif;
}

.custom-hero-slider .secondary-btn:hover {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

/* =========================================
   STATS
========================================= */

.custom-hero-slider .hero-stats {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 35px;
    border-top: 1px solid #dddddd;
}

.custom-hero-slider .stat-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}

.custom-hero-slider .stat-item p {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

/* =========================================
   RIGHT IMAGE
========================================= */

.custom-hero-slider .hero-image {
    width: 52%;
    position: relative;
    overflow: hidden;
    max-width: 576px;
    height: fit-content;
}

.custom-hero-slider .hero-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 0;
    display: block;
    max-width: 576px;
    transition: transform 0.5s ease;
}

/* IMAGE HOVER EFFECT */

.custom-hero-slider .hero-image:hover img {
    transform: scale(1.05);
}

/* =========================================
   SLICK DOTS
========================================= */

.custom-hero-slider .slick-dots {
    bottom: 35px;
}

.custom-hero-slider .slick-dots li button:before {
    font-size: 12px;
    color: #111111;
    opacity: 0.4;
}

.custom-hero-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--theme-color);
}

/* =========================================
   RESPONSIVE
========================================= */

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

    .custom-hero-slider .hero-title {
        font-size: 58px;
    }

    .custom-hero-slider .hero-image img {
        height: 600px;
    }
}

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

    .custom-hero-slider .hero-wrapper {
        flex-direction: column;
        gap: 50px;
        min-height: auto;
    }

    .custom-hero-slider .hero-content,
    .custom-hero-slider .hero-image {
        width: 100%;
    }

    .custom-hero-slider .hero-title {
        font-size: 48px;
    }

    .custom-hero-slider .hero-description p {
        font-size: 18px;
    }

    .custom-hero-slider .hero-image img {
        height: 550px;
    }

    .custom-hero-slider .hero-stats {
        gap: 40px;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .custom-hero-slider .section-content {
        padding: 0px 20px 0 20px;
    }

    .custom-hero-slider .hero-title {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
.custom-hero-slider .hero-wrapper{
    gap: 20px !important;
}
   .menu-toggle {   width: 40px !important;
        height: 40px !important;
        top: -4rem !important;
        right: 1rem !important;
             }
    .custom-hero-slider .hero-description p {
        font-size: 16px;
        line-height: 1.7;
         margin-bottom: 15px;
    }

    .custom-hero-slider .hero-btn {
        width: 100%;
        padding: 10px;
    }
.custom-hero-slider .hero-buttons {
    margin: 0 !important;
    padding: 0 !important;
}

    .custom-hero-slider .hero-image img {
        height: 420px;
    }

    .custom-hero-slider .hero-stats {
        gap: 25px;
    }

    .custom-hero-slider .stat-item h3 {
        font-size: 30px;
    }
}

@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 rgba(2, 108, 195, 0.4);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(163, 182, 200, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 196, 53, 0);
    }
}



/* ///////////////////// */
.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;
    max-width: 1280px;
    margin: 0 auto;
}

#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: 48px;
    margin: 0px 0px 0px 0px;
    color: #171717;
    font-weight: bold;
    letter-spacing: 1.20px;
}

#featured-services .entry-content3 p {
    color: #737373;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%;
    font-size: 17px;
}


#featured-services .featured-service-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 13px;
    /* margin: 0 10px; */
    transition: 0.5s;
}

#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 {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 0 2px;
}

#featured-services .entry-container .service-image{
    position: relative;
    height: 392px;
    background-color: #fff;
    color:#fff;
    overflow: hidden;
}

#featured-services .entry-content {
    text-align: left;
    margin: 0 auto;
    height: auto;
    background-color: #000;
    position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* padding: 10px 0; */
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

#featured-services .entry-container .service-image:hover .entry-content{
    opacity: .8;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
  text-align: center;
}

#featured-services .entry-container .service-image:hover .entry-content h2{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 80px;
    opacity: 1;
}

#featured-services .entry-container .service-image:hover .entry-content h2 a{
    font-size: 20px;
}

#featured-services .entry-container .service-image:hover .entry-content p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.53px;
    padding: 0 5px;
    opacity: 1;
}

#featured-services .entry-container .service-image:hover .entry-content .newsCaption-link{
    color: #fdc401;
    font-size: 16px;
    opacity: 1;
}

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

#featured-services .entry-content .serv-icon i,
#featured-services .entry-content .serv-icon svg {
    font-size: 19px;
    line-height: 61px;
    color: #000;
    padding: 10px;
}

#featured-services .entry-content p {
    color: #000000;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 1em;
    margin-top: 10px;
    font-weight: 300;
}

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

#featured-services .entry-title a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 400;
    padding: 0px 18px 0px 18px;
    line-height: 30px;
}

#featured-services .entry-title a::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    height: 36px;
    width: 38px;
    background-color: #fff;
    color: #000;
    margin-right: 10px;
    /* padding: 10px 12px; */
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* =========================================
   SERVICE GRID
========================================= */

#featured-services .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    width:100%;
}

@media(max-width:991px){

    #featured-services .service-grid{
        grid-template-columns:1fr;
    }

}



/* =========================================
   PRODUCT CARD
========================================= */

#featured-services .featured-service-item{
    width:100%;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    position:relative;
}



/* =========================================
   CARD LAYOUT
========================================= */

#featured-services .entry-container{
    display:flex;
    align-items:stretch;
    height:100%;
}

@media(max-width:767px){

    #featured-services .entry-container{
        flex-direction:column;
    }

}



/* =========================================
   LEFT IMAGE
========================================= */

#featured-services .service-image{
    width:42%;
    position:relative;
    min-height:420px;
}

@media(max-width:767px){

    #featured-services .service-image{
        width:100%;
        min-height:300px;
    }

}



/* =========================================
   IMAGE
========================================= */

#featured-services .image-container{
    width:100%;
    height:100%;
    background-size:cover !important;
    background-position:center !important;
}



/* =========================================
   RIGHT CONTENT
========================================= */

#featured-services .entry-content{
    width:58%;
    padding:35px 30px;
}

@media(max-width:767px){

    #featured-services .entry-content{
        width:100%;
    }

}



/* =========================================
   TITLE
========================================= */

#featured-services .entry-title{
    font-size:36px;
    line-height:1.2;
    margin-bottom:18px;
}

#featured-services .entry-title a{
    color:#111;
    text-decoration:none;
}



/* =========================================
   EXCERPT
========================================= */

#featured-services .entry-content p{
    color:#6b7280;
    font-size:17px;
    line-height:1.8;
}



/* =========================================
   BADGE
========================================= */

#featured-services .product-badge{
    position:absolute;
    top:20px;
    left:20px;
    width:60px;
    height:60px;
    background:#d4a000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10;
}

#featured-services .product-badge i{
    color:#fff;
    font-size:24px;
}



/* =========================================
   MINI BUTTONS
========================================= */

#featured-services .mini-buttons{
    position:absolute;
    bottom:20px;
    left:20px;
    display:flex;
    gap:10px;
    z-index:10;
}

#featured-services .mini-buttons a{
    background:#fff;
    padding:8px 14px;
    border-radius:6px;
    font-size:13px;
    text-decoration:none;
    color:#111;
    font-weight:600;
}



/* =========================================
   VARIANT
========================================= */
#featured-services .variant-name {
    color:#737373;
    margin-bottom: 10px;
    font-family: 'glacialindifference', sans-serif;
    font-size: 14px;
}



#featured-services .variant-text{
    margin-top:20px;
    margin-bottom:20px;
    font-weight:600;
    color:#737373;
    font-family: 'glacialindifference', sans-serif;
}



/* =========================================
   COLORS
========================================= */

#featured-services .service-colors{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
}

#featured-services .color-list{
    display:flex;
    align-items:center;
    gap:10px;
}



/* =========================================
   PRICE + TAG
========================================= */

#featured-services .service-bottom-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:30px;
}

#featured-services .service-price{
    font-size:42px;
    font-weight:700;
    color:#f97316;
}

#featured-services .service-tags span{
    background:#fef3c7;
    color:#d97706;
    padding:8px 14px;
    border-radius:8px;
    font-size:13px;
    font-weight:700;
}






/* =========================================
   BUTTONS
========================================= */

#featured-services .service-buttons{
    display:flex;
    gap:15px;
}

#featured-services .service-btn{
    flex:1;
    text-align:center;
    padding:15px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
}



/* =====================================================
   PRODUCT CARD
===================================================== */

#featured-services .product-card{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    border:1px solid #e5e5e5;
    margin-bottom:30px;
    cursor:pointer;
    transition:0.3s;
}

#featured-services .product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}



/* =====================================================
   LEFT SIDE
===================================================== */

#featured-services .product-card-left{
    position:relative;
}

#featured-services .card-main-image-wrap{
    width:100%;
    height:100%;
}

#featured-services .product-main-image{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:15px;
}



/* =====================================================
   BADGE ICON
===================================================== */

#featured-services .product-badge-icon{
    position:absolute;
    top:18px;
    left:18px;
    width:55px;
    height:55px;
    border-radius:50%;
    background:#000000;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9;
    color:#fff;
    font-size:22px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}



/* =====================================================
   THUMBNAILS
===================================================== */

#featured-services .product-thumbnails{
    display:flex;
    gap:10px;
    margin-top:15px;
    flex-wrap:wrap;
}

#featured-services .thumbnail-switch{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer;
    border:2px solid #eee;
    transition:0.3s;
    background:#fff;
}

#featured-services .thumbnail-switch:hover{
    border-color:#111;
}





/* =====================================================
   RIGHT SIDE
===================================================== */

#featured-services .product-card-right{
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#featured-services .product-title{
    font-size:20px;
    font-weight:700;
    color:#171717;
    margin-bottom:15px;
    cursor:pointer;
}

#featured-services .product-short-desc{
    font-size:14px;
    line-height:1.8;
    color:#737373;
    margin-bottom:15px;
  font-family: 'glacialindifference', sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {

    #featured-services .product-title {
        font-size: 22px;
    }

    #featured-services .product-short-desc {
        font-size: 18px;
    }
}


/* =====================================================
   COLORS
===================================================== */

#featured-services .product-color-wrapper{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:8px;
}

#featured-services .color-heading{
    font-size:14px;
    font-weight:700;
    color:#737373;
}

#featured-services .color-dots{
    display:flex;
    gap:12px;
}

#featured-services .color-dot{
    width:20px;
    height:20px;
    border-radius:50%;
    border:3px solid #fff;
    box-shadow:0 0 0 1px #d5d5d5;
    cursor:pointer;
    transition:0.3s;
}

#featured-services .color-dot:hover{
    transform:scale(1.1);
}





/* =====================================================
   PRICE + TAG
===================================================== */

#featured-services .price-tag-wrap{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
}

#featured-services .product-price{
    font-size:20px;
    font-weight:700;
    color:#171717;
    font-family: 'glacialindifference', sans-serif;
}

#featured-services .product-tag{
    background:#dff7ea;
    color:#0fb96b;
    padding:4px 16px;
    border-radius:6px;
    font-size:13px;
    font-weight:700;
    font-family: 'glacialindifference', sans-serif;
}





/* =====================================================
   BUTTONS
===================================================== */

#featured-services .product-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

#featured-services .amazon-btn,
#featured-services .flipkart-btn{
    padding:5px 15px;
    border-radius:6px;
    text-decoration:none;
    text-align:center;
    font-size:12px;
    font-weight:500;
    transition:0.3s;
    gap: 8px;
    font-family: 'glacialindifference', sans-serif;
}

#featured-services .modal-buttons .amazon-btn,
#featured-services .modal-buttons .flipkart-btn{
    padding:5px 15px;
    font-size:16px;
    font-weight:500;
}




#featured-services .amazon-btn{
    background:#000000;
    color:#ffffff;
    transition:0.3s ease;
    font-family: 'glacialindifference', sans-serif;
}

#featured-services .flipkart-btn{
    background:#ffffff;
    color:#000000;
    border: 1px solid #e6e6e6;
    transition:0.3s ease;
    font-family: 'glacialindifference', sans-serif;
}




/* AMAZON HOVER */

#featured-services .amazon-btn:hover{
    transform:scale(1.05);
}



/* FLIPKART HOVER */

#featured-services .flipkart-btn:hover{
    background:#f5f5f5;
    color:#000000;
}


#featured-services .close-fullscreen,
#featured-services .gallery-prev,
#featured-services .gallery-next{
    transition:0.3s ease;
}



/* HOVER EFFECT */

#featured-services .close-fullscreen:hover,
#featured-services .gallery-prev:hover,
#featured-services .gallery-next:hover{

    background:#f5f5f5;

    color:#000000;

}


/* =====================================================
   MODAL
===================================================== */

#featured-services .product-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.75);
    z-index:999999;
    display:none;
    overflow-y:auto;
    padding:clamp(0px, 1vw, 40px);
}

#featured-services .modal-inner{
    max-width:1400px;
    margin:auto;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    display:grid;
    grid-template-columns:1fr 1fr;
    position:relative;
    max-height: 620px;
}

body.modal-open{
    overflow: hidden;
    height: 100vh;
}

/* =====================================================
   CLOSE BTN
===================================================== */

#featured-services .close-modal{
    position:absolute;
    top:0px;
    right:0px;
    z-index: 9999999;
    border:none;
    color:#171717;
    padding:12px 20px;
    border-radius:10px;
    cursor:pointer;
    font-size:24px;
}

#featured-services .close-modal:hover{
    color:#171717;
    background-color: transparent;
    opacity: 0.7;
}



/* =====================================================
   MODAL LEFT
===================================================== */

#featured-services .modal-left{
    padding:0px;
    position:relative;
}

@media(max-width:991px){

    #featured-services .modal-inner{
        max-height:none;
        height:auto;
    }

    #featured-services .modal-left{
    height: fit-content;
}

}

#featured-services .modal-main-image{
    width: auto;
    border-radius: 20px;
    cursor: pointer;
    height: 50%;
    justify-self: center;
}

#featured-services .modal-badge-icon{
    position:absolute;
    top:30px;
    left:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#000000;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    z-index:99;
}





/* =====================================================
   MODAL THUMBNAILS
===================================================== */

#featured-services .modal-thumbnails{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:20px;
    justify-content: center;
}

#featured-services .modal-thumb{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
    border:2px solid #eee;
}


/* TABLET */

@media(max-width:991px){

    .modal-thumb,
    .fullscreen-thumb{
        width:50px;
        height:50px;
        min-width:60px;
    }

}



/* MOBILE */

@media(max-width:767px){

    .modal-thumb,
    .fullscreen-thumb{
        width:40px;
        height:40px;
        min-width:40px;
        border-radius:8px;
    }

}




/* =====================================================
   MODAL RIGHT
===================================================== */

#featured-services .modal-right{
    padding:32px;
    overflow-y:auto;
    max-height:100%;
}

#featured-services .modal-right{
    padding:32px;
    overflow-y:auto;
    height:100vh;
    max-height:90vh;
    min-height:0;
    scrollbar-width:thin;
}


#featured-services .modal-right h2{
    font-size:30px;
    margin-bottom:6px;
    color:#171717;
    font-weight: 400;
}

#featured-services .modal-desc{
    font-size:16px;
    line-height:1.6;
    color:#737373;
    margin-bottom:0px;
    font-family: 'glacialindifference', sans-serif;
}





/* =====================================================
   MODAL PRICE
===================================================== */

#featured-services .modal-price-tag{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:0px;
}

#featured-services .modal-price{
    font-size:36px;
    font-weight:600;
    color:#171717;
    font-family: 'glacialindifference', sans-serif;
}





/* =====================================================
   MODAL VARIANT
===================================================== */

#featured-services .modal-variant-name{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
    color:#737373;
    font-family: 'glacialindifference', sans-serif;
}





/* =====================================================
   MODAL COLORS
===================================================== */

#featured-services .modal-colors{
    display:flex;
    gap:15px;
    margin-bottom:12px;
}

#featured-services .modal-color-dot{
    width:30px;
    height:30px;
    border-radius:50%;
    cursor:pointer;
    border:3px solid #fff;
    box-shadow:0 0 0 1px #d6d6d6;
}





/* =====================================================
   PRODUCT DETAILS
===================================================== */


#featured-services .product-details-box{
    font-size:14px;
    line-height:1.9;
    color:#737373;
    margin-bottom:20px;
    font-family:'glacialindifference', sans-serif;
    font-weight:400;

    max-height:260px;
    overflow-y:auto;
    padding-right:8px;
    scrollbar-width:thin;
}

/* Product Details heading */
#featured-services .product-details-box > strong{
    font-weight:700;
    color:#171717;
}

/* Strong text inside li */
#featured-services .product-details-box li strong{
    font-weight:600;
    color:#171717;
}

/* Normal li text */
#featured-services .product-details-box li{
    font-weight:400;
}

#featured-services .product-details-box ul li{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:20px;
    margin-bottom:3px;
}

#featured-services .product-details-box ul li strong{
    font-weight:600;
    display:block;
}
/* =====================================================
   MODAL BUTTONS
===================================================== */

#featured-services .modal-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}





/* =========================================
   FULLSCREEN GALLERY
========================================= */

#featured-services .fullscreen-gallery{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    background:#000;
    z-index:999999;
    display:none;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding:clamp(20px, 4vw, 40px);
}

.fullscreen-image{
    width:100%;
    max-width:700px;
    max-height:75vh;
    object-fit:contain;
    border-radius:20px;
    justify-self: center;
}






/* =========================================
   CLOSE BUTTON
========================================= */

#featured-services .close-fullscreen{
    position:absolute;
    top:30px;
    left:30px;
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#000;
    cursor:pointer;
    z-index:5;
    font-size:20px;
}






/* =========================================
   PREV NEXT
========================================= */

.gallery-prev,
.gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    color:#fff;
    font-size:28px;
    cursor:pointer;
    z-index:5;
}

.gallery-prev{
    left:30px;
}

.gallery-next{
    right:30px;
}


@media (max-width: 991px) {

    .gallery-prev {
        left: 0;
    }

    .gallery-next {
        right: 0;
    }
}





/* =========================================
   THUMBNAILS
========================================= */

#featured-services .fullscreen-thumbnails{
    display:flex;
    gap:12px;
    margin-top:30px;
    @media(max-width:767px){
    margin-top:100px;
}
    flex-wrap:wrap;
    justify-content:center;
}

#featured-services .fullscreen-thumbnails img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:14px;
    cursor:pointer;
    border:2px solid transparent;
    transition:.3s;
}

#featured-services .fullscreen-thumbnails img:hover{
    border-color:#fff;
}






/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:768px){

    .fullscreen-image{
        max-width:100%;
        max-height:60vh;
    }

    .gallery-prev,
    .gallery-next{
        width:45px;
        height:45px;
        font-size:20px;
    }

    .fullscreen-thumbnails img{
        width:70px;
        height:70px;
    }

}



/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:1199px){

    #featured-services .product-title{
        font-size:30px;
    }

    #featured-services .product-price{
        font-size:30px;
    }

    #featured-services .modal-right h2{
        font-size:38px;
    }

}

@media(max-width:991px){

    #featured-services .product-card{
        grid-template-columns:1fr;
    }

    #featured-services .modal-inner{
        grid-template-columns:1fr;
    }

    #featured-services .product-card-right{
        padding:25px;
    }

    #featured-services .modal-right{
        padding:10px;
    }

}

@media(max-width:767px){

    #featured-services .product-title{
        font-size:26px;
    }

    #featured-services .product-short-desc{
        font-size:16px;
    }

    #featured-services .product-price{
        font-size:30px;
    }

    #featured-services .modal-right h2{
        font-size:30px;
    }

    #featured-services .modal-price{
        font-size:40px;
    }

    #featured-services .amazon-btn,
    #featured-services .flipkart-btn{
        width:100%;
        min-width:100%;
    }

}






/*--------------------------------------------------------------
#  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: 18px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 500;
    padding: 0 18px;
    line-height: 30px;
}
#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 .service-inner-content .entry-title .service-title::after,
#secondary .service-inner-content .entry-title .service-title::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    height: 36px;
    width: 38px;
    background-color: #fff;
    color: #000;
    margin-right: 10px;
    /* padding: 10px 12px; */
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main .service-inner-content .content-image:hover .service-title::after,
#secondary .service-inner-content .content-image:hover .service-title::after{
    display: none;
}

#secondary .service-inner-content .content-image:hover .entry-content .newsCaption-link,
#main .service-inner-content .content-image:hover .entry-content .newsCaption-link{
    color: #fdc401;
    font-size: 16px;
    opacity: 1;
}

#main .service-inner-content .content-image:hover .entry-content .newsCaption-link::after,
#secondary .service-inner-content .content-image:hover .entry-content .newsCaption-link::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 7px;
    font-size: 16px;
}

#main .service-inner-content p,
#secondary .service-inner-content p{
    color: #000000;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 1em;
    margin-top: 10px;
    font-weight: 300;
    opacity: 0;
}

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

#main .service-inner-content .content-image:hover .entry-content,
#secondary .service-inner-content .content-image:hover .entry-content{
    opacity: .8;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
    text-align: center;
}

#main .service-inner-content .content-image .entry-content,
#secondary .service-inner-content .content-image .entry-content{
    text-align: left;
    margin: 0 auto;
    height: auto;
    background-color: #000;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding: 10px 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

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

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

#main .service-inner-content .content-image:hover .entry-content h2,
#secondary .service-inner-content .content-image:hover .entry-content h2{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 80px;
    opacity: 1;
}

#main .service-inner-content .content-image:hover .entry-content h2 a,
#secondary .service-inner-content .content-image:hover .entry-content h2 a{
    font-size: 20px;
}

#main .service-inner-content .content-image:hover .entry-content p,
#secondary .service-inner-content .content-image:hover .entry-content p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.53px;
    padding: 0 5px;
    opacity: 1;
}

/*--------------------------------------------------------------
#  Featured About Section
--------------------------------------------------------------*/
#featured-about {
    position: relative;
    overflow: visible;
    z-index: -1;
      max-width: 1280px;
    margin: 0 auto;    
}

#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-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;
    padding-right: 0;
    display: block !important;
    /* margin-bottom: 0; */
}

#featured-about .title-section h5 {
    color: #000000;
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative !important;
    letter-spacing: 0.66px;
}
#featured-about .title-section h5::after{
    display: none !important;
}
#content #featured-about .title-section {
    padding: 0 !important;
}
#featured-about .title-section h1 {
    margin-bottom: 20px;
    font-size: 48px !important;
    font-weight: 700 !important;
    padding: 0 0px;
    position: relative;
    z-index: 1;
    border-left: none;
    letter-spacing: 0.58px;
    color: #171717;
    line-height: 1.5;
}

#featured-about h2.subtitle {
    line-height: 27px;
    color: #737373;
    margin: 0px 8% 16px 0;
    font-size: 16px !important;
    font-weight: normal !important;
    position: relative;
    letter-spacing: 0.54px;
    font-family: 'glacialindifference', sans-serif;
}


/*=========================================
=       TABLET VIEW
=========================================*/

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

    #featured-about .about-img-box,
    #featured-about .aboutrightside{
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    #featured-about .about-img-box{
        margin-bottom: 40px;
    }

    #featured-about {
        margin: 0 auto !important;
        padding: 0 0px;
    }

}


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

#featured-about .title-section .cleaning-text p{
    color: #000;
    font-size: 18px !important;
    letter-spacing: 0.59px;
    margin: 0;
}
#featured-about .featureimg{
    width: 35px;
    height: 35px;
}
#featured-about .abtfeature1{
    color: #000;
    font-size: 18px !important;
}
#featured-about .section-area-textlist {
    font-size: 26px !important;
    line-height: 32px;
    font-weight: 300;
    margin: 29px 0;
    padding: 0 232px 0 25px;
    text-align: left;
    position: relative;
}


#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 .title-section {
    position: relative;
}
#featured-about .button-content a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.56px;
}

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

#featured-about .title-section .row p {
    padding: 12px 0px 0px 0px;
    font-size: 14px !important;
    font-weight: 400;
}

#featured-about .title-section .row i,
#featured-about .title-section .row svg {
    color: #ffffff;
    font-size: 24px !important;
    padding: 9px;
    border-radius: 10px;
}

#featured-about .button-content i,
#featured-about .button-content svg {
    font-size: 17px !important;
    margin-left: 5px;
}

#featured-about .about-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0px 0px 34px 20px #00000029;
}

#featured-about .about-image img {
    height: 360px;
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 12px;
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}





#featured-about .aboutdiv.row{
        width: 85%;
    margin: 0 auto;
}
#featured-about .row{
    display:flex;
    justify-content:space-between;
    gap:0px;
    flex-wrap:nowrap;
        align-items: center;
}

@media(max-width:991px){

    #featured-about .row{
        flex-wrap:wrap;
        gap:0px;
    }
#featured-about .aboutdiv.row{
        width: 100%;
    margin: 0 auto;
}
}


#featured-about .aboutimgtext .d-flex {
    gap: 30px;
    font-size: 20px !important;
    font-weight: bold;
}

#featured-about .aboutimgtext .aboutimgbg {
    background: #FFFFFF;
    padding: 20px 30px;
    border-radius: 20px;
}

#featured-about .aboutimgtext .aboutimgbg h5 {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
}

#featured-about .aboutimgtext {
    position: absolute;
    bottom: 8%;
    width: 100%;
}

#featured-about .about-service{
    margin-bottom: 32px;
}


/*=========================================
=       FEATURE CARDS DESIGN
=========================================*/

#featured-about .about-feature-card{
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 22px;
    padding: 24px;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#featured-about .about-feature-card:hover{
    box-shadow: 0 10px 10px rgba(0,0,0,0.09);
}

/*=========================================
=       ICON BOX
=========================================*/

#featured-about .feature-icon{
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    border-radius: 4px;
    background: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

#featured-about .feature-icon svg{
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

/*=========================================
=       CARD CONTENT
=========================================*/

#featured-about .feature-content{
    width: 100%;
}

#featured-about .abtfeature1{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #171717;
}

#featured-about .abtfeaturedesc{
    font-size: 16px;
    line-height: 1.8;
    color: #737373;
    margin-bottom: 0;
}

/*=========================================
=       GRID SPACING
=========================================*/

#featured-about .row.mt-4.g-4{
    row-gap: 0px;
}

/*=========================================
=       RESPONSIVE
=========================================*/

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

    #featured-about .about-feature-card{
        padding: 25px;
    }

    #featured-about .abtfeature1{
        font-size: 18px;
    }

    #featured-about .abtfeaturedesc{
        font-size: 15px;
    }
}

 /* ==========================================================================
   MODERN PREMIUM CONTACT SECTION
   ========================================================================== */

#featured-contact {
    padding: 80px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* --- Section Top Header Area --- */
#featured-contact .contact-margin .entry-content3 h5 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

#featured-contact .contact-margin .entry-content3 p {
    font-size: 17px;
    color: #737373;
    max-width: 600px;
    margin: 0 auto 50px auto;
    line-height: 1.5;
    font-family: 'glacialindifference', sans-serif;
}

/* --- Bootstrap Flexbox Grid Balancing --- */
.row.contact-margin + .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; 
    width: 100 !important;
}
.contactdiv .row{
        justify-content: center;
}
/* ==========================================================================
   LEFT COLUMN: CONTACT FORM CONTAINER
   ========================================================================== */

/* Form Headings within Card if configured */
.contactformdiv .contactheadbg h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 25px;
}

/* Input Fields Wrapper Styling (Handles WordPress Form Shortcodes) */
.contactformdiv form p,
.contactformdiv .wpcf7-form-control-wrap {
    margin-bottom: 0px;
    display: block;
}

/* Target Inputs Labels */
.contactformdiv label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #171717;
    margin-bottom: 0px;
}

#featured-contact .cf7-custom-form .form-group{
    margin-bottom:20px;
}

#featured-contact .cf7-custom-form label{
    display:block;
    font-size:14px;
    font-weight:600;
    color: #171717;
    margin-bottom: 8px;
    font-family: 'glacialindifference', sans-serif;
}

#featured-contact .cf7-custom-form input,
#featured-contact .cf7-custom-form textarea{
    width:100%;
    padding:14px 16px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:15px;
    background:#fff;
    transition:0.3s;
    font-family: 'glacialindifference', sans-serif;
}

#featured-contact .cf7-custom-form textarea{
    min-height:140px;
    resize:none;
}

#featured-contact .cf7-custom-form input:focus,
#featured-contact .cf7-custom-form textarea:focus{
    outline:none;
    border-color:#000;
}


#featured-contact .contactformdiv button, #featured-contact .contactformdiv input[type="button"], #featured-contact .contactformdiv input[type="reset"], #featured-contact .contactformdiv input[type="submit"] {
    width:100%;
    border:none;
    background:#000;
    color:#fff;
    padding:10px 20px;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
    transition:0.3s;
    font-family: 'glacialindifference', sans-serif;
}

#featured-contact .contact-submit-btn:hover{
    transform:scale(1.05);
}


/* Universal Text Fields (Inputs & Textareas) */
.contactformdiv input[type="text"],
.contactformdiv input[type="email"],
.contactformdiv input[type="tel"],
.contactformdiv input[type="url"],
.contactformdiv textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 0.95rem;
    color: #171717;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

/* Input Placeholder */
.contactformdiv input::placeholder,
.contactformdiv textarea::placeholder {
    color: #737373;
}

/* Focus and Interactive states */
.contactformdiv input:focus,
.contactformdiv textarea:focus {
    outline: none;
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

/* Dedicated Textarea heights */
.contactformdiv textarea {
    min-height: 140px;
    resize: vertical;
}

#featured-contact .cf7-custom-form br{
    display:none;
}

/* Premium Submit Action Button */
.contactformdiv input[type="submit"],
.contactformdiv button[type="submit"] {
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contactformdiv input[type="submit"]:hover,
.contactformdiv button[type="submit"]:hover {
    background-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contactformdiv input[type="submit"]:active,
.contactformdiv button[type="submit"]:active {
    transform: translateY(0);
}


/* ==========================================================================
   RIGHT COLUMN: CONTACT INFORMATION PANEL
   ========================================================================== */

#featured-contact .contact-info-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

/* Header Information text */
#featured-contact .contact-info-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #171717;
    margin-bottom: 12px;
}


/* Info Cards Stack Container */
#featured-contact .contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

/* Single Component Info Card */
#featured-contact .contact-info-cards .info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#featured-contact .contact-info-cards .info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* Icon Wrap Blocks */
#featured-contact .contact-info-cards .info-card .icon {
    width: 44px;
    height: 44px;
    background-color: #111111;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Typography elements within context cards */
#featured-contact .contact-info-cards .info-card .text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#featured-contact .contact-info-cards .info-card .text h4 {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: #737373;
    letter-spacing: 0.5px;
    font-family: 'glacialindifference', sans-serif;
}

#featured-contact .contact-info-cards .info-card .text p,
#featured-contact .contact-info-cards .info-card .text a {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
    color: #171717;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: 'glacialindifference', sans-serif;
}

#featured-contact .contact-info-cards .info-card .text a:hover {
    color: #555555;
}

/* Business Hours Card Block */
#featured-contact .business-hours-card {
    background-color: #111111;
    color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

#featured-contact .business-hours-card h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 12px 0;
    letter-spacing: 0.3px;
}

#featured-contact .business-hours-card p {
    font-size: 0.95rem;
    color: #cccccc;
    margin: 0 0 6px 0;
}

#featured-contact .business-hours-card span {
    font-size: 0.95rem;
    color: #888888;
    display: block;
}


/* ==========================================================================
   RESPONSIVE LAYOUT ADJUSTMENTS
   ========================================================================== */

@media (max-width: 991px) {
    .row.contact-margin + .row {
        flex-direction: column-reverse; /* Form stays prominent on layout stack breakdown */
        gap: 40px;
    }
    
    .contact-margin .entry-content3 h5 {
        font-size: 2rem;
    }

    .contactformdiv, 
    .contact-info-wrapper {
        width: 100%;
    }
    
    /* Clear offset issues across mobile view grid systems */
    .offset-xl-1, .offset-lg-1 {
        margin-left: 0 !important;
    }
}

@media (max-width: 576px) {
    .contactformdiv {
        padding: 25px 20px;
    }
    
    .contact-info-cards .info-card {
        padding: 16px;
        gap: 15px;
    }
    
    .contact-info-cards .info-card .text p, 
    .contact-info-cards .info-card .text a {
        font-size: 0.95rem;
    }
}
 
 #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 .entry-content3 h5{
    font-size: 48px;
    color: #000;
    letter-spacing: 1.32px;
    font-weight: 700;
    position: relative;
}


#featured-contact h4.counters-title {
    margin: 4px 0;
}

#featured-contact h4.counters-title a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.66px;
}

#featured-contact .contactformdiv {
    background: #ffffff;
    border: 2px solid #e6e6e6;
    padding: 32px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.contactformdiv {
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
    height: 100%;
    box-sizing: border-box;
}


#featured-contact .borderimage {
    position: absolute;
    top: 2%;
    right: 2%;
}

#featured-contact .title-section {
    text-align: center;
    margin-bottom: 2em;
    display: block !important;
}

#featured-contact .title-section .contactheadbg {
    margin: 10px 0 30px 0;
}

#featured-contact .title-section h5 {
    color: #021338;
    font-size: 30px;
    padding: 5px 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.99px;
}

#featured-contact .title-section h1 {
    margin: 20px auto;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 17px;
    position: relative;
    z-index: 1;
    border-left: none;
}

#featured-contact .title-section h1 span {
    color: #FAA919;
}

#featured-contact h2.subtitle {
    color: #000000;
    margin: 30px 0;
    font-size: 22px;
    font-weight: 300;
    padding: 0 0em 0 20px;
    position: relative;
}

#featured-contact .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-contact .button-content {
    border-radius: 10px;
    padding: 8px 20px;
    margin: 0 0 0 25px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    border: 3px solid #0A9642;
}

#featured-contact .title-section {
    position: relative;
}

#featured-contact .button-content a {
    font-size: 21px;
    color: #000000;
    font-weight: 500;
}

#featured-contact .title-section .row h3 {
    font-size: 25px;
    font-weight: bold;
}

#featured-contact .title-section .row p {
    margin: 8px 0px 20px 0px;
    font-size: 18px;
    font-weight: bold;
}

#featured-contact .title-section .row i {
    color: #0A9642;
    font-size: 34px;
    padding: 10px;
    border: 2px solid #0A9642;
    border-radius: 10px;
    margin: 0px 22px
}

#featured-contact .button-content i {
    font-size: 20px;
    padding: 5px 10px;
    color: #0A9642;
}

#featured-contact textarea {
    padding: 12px;
    height: 135px;
    /* color: #c2bfbf; */
}

#featured-contact select{
    padding: 12px;
    width: 100%;
    /* color: #c2bfbf; */
}

#featured-contact .contact-number{
    display: flex;
    align-items: center;
}

#featured-contact .contact-mail{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#featured-contact .contact-address{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#featured-contact .contact-left-text p{
    color: #000;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.59px;
}

#featured-contact .contact-left-text i,
#featured-contact .contact-left-text svg{
    color: #fdc401;
    font-size: 24px;
    margin-right: 14px;
}
#featured-contact .contact-number:hover i, #featured-contact .contact-number:hover svg,
#featured-contact .contact-mail:hover i, #featured-contact .contact-mail:hover svg,
#featured-contact .contact-address:hover i, #featured-contact .contact-address:hover svg{
    transform: rotate(360deg);
    transition: 1s ease;
}




#featured-contact .contact-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 0px;
}

/* HEADER */
#featured-contact .contact-info-header h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

#featured-contact .contact-info-header p{
    color: #737373;
    font-size: 16px;
    font-family: 'glacialindifference', sans-serif;
    line-height: 1.6;
    margin-bottom: 32px;
}

/* INFO CARDS */
#featured-contact .contact-info-cards{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#featured-contact .info-card{
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    align-items: center;
}

#featured-contact .info-card .icon{
    width: 45px;
    height: 45px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}

#featured-contact .info-card .text h4{
    font-size: 14px;
    margin-bottom: 3px;
}

#featured-contact .info-card .text a,
#featured-contact .info-card .text p{
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

/* BUSINESS HOURS */
#featured-contact .business-hours-card{
    background: #000;
    padding: 20px;
    border-radius: 12px;
}

#featured-contact .business-hours-card h4{
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}

#featured-contact .business-hours-card p{
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    font-family: 'glacialindifference', sans-serif;
}

#featured-contact .business-hours-card span{
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
    font-family: 'glacialindifference', sans-serif;
}



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

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

#featured-clients .section-content {
    position: relative;
    opacity: 0.8;
}

#featured-clients .featured-clients-item:hover img {
    transform: translateY(-15px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#featured-clients .featured-clients-item img {
    transition: all 0.5s ease-in-out;
}


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

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

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

#content .infoboxinn .contact-text{
    padding: 43px 30px;
    align-items: center;
    border: 1px solid ;
    border-color: #01549a;
    box-shadow: #00000029 0 3px 30px;
}

#content .infoboxinn .address-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #01549a;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    color: #fff;
    font-size: 34px;
}

#content .infoboxinn .contact-text h4,
#content .infoboxinn .contact-text h4 a {
    padding: 0px;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #01549a;
    line-height: 27px;
    letter-spacing: 0.59px;
}
#content .infoboxinn .contact-text p{
    color: #707070;
    font-size: 18px;
    padding: 13px 0rem 0 0px;
    line-height: 32px;
    letter-spacing: 0.59px;
}

#content .leftbox .contact-right-side{
    border: 1px solid;
    border-color: #01549a;
    padding: 10px;
    width: 100%;
}
#content .contactform {
    position: relative;
    background-color: #ffffff;
}
#content .contactform .innershortcode{
    padding: 0px 40px;
}
#content .rightbox-form .bttm-brdrshape {
    width: 795px;
    height: 635px;
    border: 2px solid #fff;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 13px;
    right: 0;
}

#content .inquiry-screen{
    text-align: center;
    padding: 20px 44px;
}

#content .inquiry-screen .conct-header{
    position: relative;
}

#content .rightbox-form .conct-header h1 {
    color: #01549a;
    font-size: 28px;
    font-weight: 700;
    padding: 0 0;
    opacity: 1;
    letter-spacing: 0.92px;
    line-height: 32px;
}

#content .rightbox-form .conct-header hr{
    color: #fdc401;
    background-color: #fdc401;
    height: 1px;
    opacity: 1;
    width: 80%;
    position: absolute;
    left: 2.3rem;
    /* right: 0; */
    bottom: -9px;
}

#content .featured-contact-mapbox {
    padding: 4% 0 0;
}

#content .featured-contact-mapbox iframe {
    width: 100%;
    height: 390px;
    padding-bottom: 0;
}
#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: #fff;
    z-index: 2000;
    width: 100%;
    color: #9F9999;
    padding: 0 0 0 15px;
    font-size: 16px;
    height: 50px;
    font-weight: 300;
    margin: 20px 0 0;
    letter-spacing: 0.53px;
    line-height: 32px;
    border: 1px solid;
    border-color: #01549a;
}

#content .innershortcode textarea {
    height: 132px;
    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: #fff;
    background: #01549a;
    font-weight: 300;
    padding: 10px 37px 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;
    border: none;
    letter-spacing: 0.59px;
    line-height: 26px;
}

#content .innershortcode input[type="submit"]:hover {
    background: #fdc401;
    color: #FFFFFF;
    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 .img1-3{
    height: 303px;
}

#main .gallerybox .img2{
    height: 263px;
}

#main .gallerybox .img4{
    height: 342px;
}
#main .gallerybox .img4-parent{
    top: -40px;
}

#main .gallerybox .img5{
    height: 342px;
}

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

#main .entry-content .gallery-image p{
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #01549a;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.59px;
    line-height: 31px;
    padding: 24px 38px 24px;
    color: #fff;
    opacity: 0.8;
    margin: 0;
}
#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
--------------------------------------------------------------*/

.testimonials-wrapper {
    display: grid;
    gap: 25px;
}

/* default fallback */
.column-1 .testimonials-wrapper {
    grid-template-columns: 1fr;
}

.column-2 .testimonials-wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.column-3 .testimonials-wrapper {
    grid-template-columns: repeat(3, 1fr);
}

.column-4 .testimonials-wrapper {
    grid-template-columns: repeat(4, 1fr);
}

.column-5 .testimonials-wrapper {
    grid-template-columns: repeat(5, 1fr);
}

.column-6 .testimonials-wrapper {
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 992px) {
    .column-3 .testimonials-wrapper,
    .column-4 .testimonials-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .testimonials-wrapper {
        grid-template-columns: 1fr !important;
    }
}
/* ===============================
   SECTION WRAPPER
================================ */
#featured-testimonials {
    position: relative;
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
}

/* background layer */
#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;
}

/* overlay (if needed) */
#featured-testimonials .testimonial-overlay {
    position: absolute;
    inset: 0;
}

/* ===============================
   SECTION TITLE (VERTICAL)
================================ */
#featured-testimonials .testimonials-heading{
    writing-mode: initial !important;
    transform: none !important;
    text-align: center;
    font-size: 48px;
    color: #171717;
    font-weight: 700;
    margin-bottom: 20px;
}

#featured-testimonials .testimonials-subtitle{
    text-align: center;
    font-size: 17px;
    color: #737373;
    margin-bottom: 30px;
    font-family: 'glacialindifference', sans-serif;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===============================
   EXPANDED VIEW (TOP PREVIEW)
================================ */
#featured-testimonials .expanded-view {
    display: none;
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 0 30px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#featured-testimonials .expanded-image-container {
    width: 17%;
}

#featured-testimonials .expanded-image-container img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
}

#featured-testimonials .expanded-text-container {
    width: 80%;
    padding-left: 20px;
}

#featured-testimonials .expanded-text-container h2 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px;
}

#featured-testimonials .expanded-text-container h4 {
    font-size: 16px;
    color: #fdc401;
    margin: 0 0 10px;
}

#featured-testimonials .expanded-text-container p {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 1.14px;
    color: #707070;
}

/* animation */
#featured-testimonials .animate {
    animation: slidein 1s ease;
}

@keyframes slidein {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
#featured-testimonials .section-content{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


@media (max-width: 991px){
    #featured-testimonials .section-content{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px){
    #featured-testimonials .section-content{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ===============================
   TESTIMONIAL CARD
================================ */
#featured-testimonials .client-single{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#featured-testimonials .client-single:hover{
    transform: translateY(-5px);
}

/* image */
#featured-testimonials .client-img,
#featured-testimonials .client-initials{
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

#featured-testimonials .client-initials{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#01549a;
    color:#fff;
    font-size:40px;
    font-weight:700;
}

/* text block */
#featured-testimonials .image-text{
    text-align:left;
    margin-top:12px;
}

#featured-testimonials .image-text h2{
    font-size:18px;
    margin:8px 0 4px;
}

#featured-testimonials .image-text h4{
    font-size:14px;
    color:#777;
    margin-bottom:8px;
}

#featured-testimonials .image-text p{
    font-size:14px;
    line-height:1.6;
    color:#555;
}

/* hidden popup/comment style (if used) */
#featured-testimonials .client-comment {
    display: none;
    position: absolute;
    bottom: 9rem;
    left: 39rem;
    width: 746px;
    padding: 15px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* ==========================================================================
   SINGLE TESTIMONIAL CARD ARCHITECTURE
   ========================================================================== */

#featured-testimonials .testimonial-item {
    /* Layout & Flex Box Control */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    
    /* Premium UI Card Design */
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    
    /* Performance Animation Setup */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Premium Card Hover Effect */
#featured-testimonials .testimonial-item:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.08);
}

/* ROW 1: Premium Star Rating */
#featured-testimonials .testimonial-item .testimonial-stars {
    margin-bottom: 12px;
    color: #171717; /* Matches the solid black aesthetic from the screenshot */
    font-size: 0.95rem;
    letter-spacing: 2px;
}

/* ROW 2: Dynamic Review Content */
#featured-testimonials .testimonial-item .testimonial-content {
    color: #171717;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 16px;
    
    /* Magic Glue: Auto-expands to keep the elements below perfectly baseline-aligned */
    flex-grow: 1; 
    font-family: 'glacialindifference', sans-serif;
}

#featured-testimonials .testimonial-item .testimonial-content p {
    margin: 0 0 15px 0;
}

#featured-testimonials .testimonial-item .testimonial-content p:last-child {
    margin-bottom: 0;
}

/* ROW 3: Thin Luxury Divider */
#featured-testimonials .testimonial-item hr {
    border: 0;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 16px 0;
    width: 100%;
}

/* ROW 4: Micro-Layout Author Frame */
#featured-testimonials .testimonial-item .testimonial-author-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Author Avatar Circle Shape Setup */
#featured-testimonials .testimonial-item .testimonial-author-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0; /* Ensures container never squishes on tight breakpoints */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #171717;
}

#featured-testimonials .testimonial-item .testimonial-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Initials Block */
#featured-testimonials .testimonial-item .testimonial-initials {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Name and Subtitle Text Stack */
#featured-testimonials .testimonial-item .testimonial-author-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

#featured-testimonials .testimonial-item .testimonial-author-info h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #171717;
}

#featured-testimonials .testimonial-item .testimonial-city {
    font-size: 0.85rem;
    color: #737373;
    font-family: 'glacialindifference', sans-serif;
}

/* Responsive adjustment for tighter screens */
@media (max-width: 992px) {
    #featured-testimonials .testimonial-item {
        padding: 25px;
    }
}


/* ===============================
   OPTIONAL PLACEHOLDER IMAGES
   (if you still use main layout images)
================================ */
#featured-testimonials .container .mainimg img {
    width: 80%;
    height: 380px;
    position: relative;
    border-radius: 30px;
}

#featured-testimonials .container .bgimg img {
    width: 28%;
    height: 460px;
    position: absolute;
    top: 20px;
    left: 10%;
    z-index: 2;
}

/* ===============================
   RESPONSIVE READY HOOKS
================================ */
@media (max-width: 991px) {

    #featured-testimonials .testimonials-heading {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 28px;
        margin-bottom: 20px;
    }

    #featured-testimonials .expanded-view {
        flex-direction: column;
        text-align: center;
    }

    #featured-testimonials .expanded-image-container {
        width: 100%;
    }

    #featured-testimonials .expanded-text-container {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}
/*--------------------------------------------------------------
#  Featured Testimonial Inner Page
--------------------------------------------------------------*/

#main .testimonial-inner-page {
    position: relative;
}

#main .testimonial-inner-content {  
    background: linear-gradient(180deg, #fff 72%, #01549a 63%);
    /* background: #F7F7F7; */
    padding: 20px 2px;
    position: relative;
    border: 1px solid;
    border-color: #01549a;
}
#main .testimonial-inner-content::before {  
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 57px;
    color: #fdc401;
    padding: 0px 26px;
}

#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: 124px;
    height: 100%;
    background: transparent;
    padding: 5px;
    transition: all 0.5s ease 0s;
}

#main .testimonial-inner-content:hover .content-image .innertestimg{
    background: #fdc401;
    border-radius: 50%;
}

#main .testimonial-inner-content .content-image img{
    z-index: 2;
    position: relative;
    height: auto;
    border-radius: 50%;
    transition: .6s ease;
    width: 124px;
    /* bottom: 20px; */
}

#main .testimonial-inner-content h4{
    margin: 20px 0 5px 0;
}
#main .testimonial-inner-content h4.testimonials-title a{
    color: #fff;
    text-decoration: none;  
    font-weight: 400;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.66px;
    line-height: 31px;
    cursor: default;
}

#main .testimonial-inner-content .testimonials-designation{
    font-size: 18px;
    clear: both;
    color: #fff;
    margin: 16px 0;
    line-height: 0px;
    font-weight: 400;
    letter-spacing: 0.59px;
}

#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: 18px;
    color: #707070;
    line-height: 31px;
    font-weight: 300;
    padding: 0 11px 13px 27px;
    letter-spacing: 0.59px;
}
#main .testimonial-inner-content:hover h4,
#main .testimonial-inner-content:hover h4.testimonials-title a{ 
    color: #fdc401; 
}
#main .testimonial-inner-content .testimonialstextbg{
    position: relative;
    text-align: left;
 }


/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
/* 
#colophon .footerbox .social-twitter a {
    background-image: url('assets/images/twitter.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    width: 24px; 
    height: 24px; 
    display: inline-block; 
    text-indent: -9999px; 
    filter: grayscale(100%) brightness(0) saturate(100%) invert(35%) sepia(100%) hue-rotate(200deg);
    display: none;
} */

/* #colophon .footerbox .social-twitter a::before{
    content: '\e61b';
    font-family: 'FonAwesome';
    font-weight: 900;
} */

/* #colophon .footerbox .social-twitter a svg{
    display: none;
} */


.footer-bottom-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
    border-top: 1px solid #e6e6e6;
}

.footer-right-text{
    margin:0;
}

.copy-right{
    margin:0;
}

@media(max-width:767px){

    .footer-bottom-wrapper{
        flex-direction:column;
        text-align:center;
    }

}

.widget_media_image{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* make image come first */
.widget_media_image img{
    order: 1;
    display: block;
}

/* title next to image */
.widget_media_image .widget-title{
    order: 2;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

#colophon .widget_media_image img, .footerbox .widget_media_image img, .hentry .widget_media_image img {
       width: 100% !important;
    height: auto !important;
    object-fit: contain;
    border-radius: 5px;
}


#colophon {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #000000;
}

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

#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: 14px;
    color: #000000;
    z-index: 3;
    position: relative;
    text-align: left;
    line-height: 27px;
    font-weight: 400;
    font-family: 'glacialindifference', sans-serif;
}

#colophon .social-links {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease-in-out;
}

#colophon .social-links a:hover{
    background: #3f536d;
    color: #fff;
    box-shadow: rgba(255, 255, 255, 2.24) 0px 1px 6px 1px;
    transition: all 0.6s ease-in-out;
}

#colophon .social-links a {
    font-size: 18px;
    background: #fff;
    color: #3F536D;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 5 Brands" !important;
    padding: 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin: 13px;
}

#colophon .widget-title {
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    /* height: 60px; */
    line-height: 30px;
    padding: 0;
    background: transparent;
    font-family: Space Grotesk, sans-serif;
}

/* ONLY ToteHub widget title */
.hentry:first-child .widget-title{
    font-size:20px;
}

/* ALL OTHER widget titles */
.hentry:not(:first-child) .widget-title{
    font-size:16px;
}



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



#colophon .widget_nav_menu ul li a {
    color: #000;
    font-size: 16px;
}

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

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

/* #colophon .widget_nav_menu ul li:hover a{
    color: #fdc401;
} */

#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: 14px;
    color: #fff;
    opacity: 0.9;
    font-family: 'glacialindifference', sans-serif;
}

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

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

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

#colophon a,
#colophon li,
#colophon .textwidget {
    color: #ffffff;
}
#colophon li{
    font-size:14px;
    letter-spacing:0.53px;
    opacity:0.9;
    transition:0.3s ease;
    font-family: 'glacialindifference', sans-serif;
}

#colophon li:hover{
    opacity:1;
}


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

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

#colophon .footerbox .hentry .social-profile-icons li{
    margin-bottom: 17px;
    padding: 6px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#colophon .footerbox .hentry .social-profile-icons li:hover a{
    opacity: 0.7;
}
#colophon .footer-widgets-area .widget ul li {
    margin-bottom: 8px;
    background-color: transparent;
    color: #ffffff;
}
#colophon .widget_nav_menu ul li a,
#colophon li {
    color: #ffffff;
}
#colophon .site-info .copy-right {
    color: #000;
    font-size: 14px;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    opacity: 0.9;
    font-family: 'glacialindifference', sans-serif;
}
#colophon .widget_nav_menu .current-menu-item a{
    color: #fdc401;
    /* font-weight: bold; */
}

#colophon .widget{
    border: none;
    background-color: transparent;
    margin: 0 0 20px;
}
.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: #171717;
    padding: 8px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.scroll-to-top a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/*--------------------------------------------------------------
#                   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-clients .section-content .gap-20{
        gap: 3rem !important;
    }
}

@media screen and (min-width: 767px) {

    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        margin: 0 -15px;
    }

    .col-2 article,
    .col-3 article,
    .col-4 article,
    .col-5 article,
    .col-6 article {
        padding: 0 19px;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }

    .col-2 article:nth-child(2n+1),
    .col-3 article:nth-child(2n+1),
    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: left;
    }

    .col-2 article:nth-last-child(-n+2),
    .col-3 article:nth-last-child(-n+2),
    .col-4 article:nth-last-child(-n+2),
    .col-5 article:nth-last-child(-n+2),
    .col-6 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .footer-widgets-area.col-3 .hentry {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }

    .footer-widgets-area.col-3 .hentry:not(:last-child) {
        padding-right: 40px;
    }

    .site-info.col-2 span {
        float: left;
        width: 50%;
        text-align: left;
    }

    .site-info.col-2 span:nth-child(2) {
        float: right;
        text-align: right;
    }

}

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

    .col-3 article,
    .col-5 article,
    .col-6 article {
        width: 33.33%;
    }

    .col-3 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: none;
    }

    .col-3 article:nth-child(3n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: left;
    }

    .col-3 article:nth-last-child(-n+3),
    .col-5 article:nth-last-child(-n+3),
    .col-6 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    .col-4 article {
        width: 25%;
    }

    .col-5 article {
        width: 20%;
    }

    .col-6 article {
        width: 16.66%;
    }

    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: none;
    }

    .col-4 article:nth-child(4n+1),
    .col-5 article:nth-child(5n+1),
    .col-6 article:nth-child(6n+1) {
        clear: left;
    }

    .col-4 article:nth-last-child(-n+4),
    .col-5 article:nth-last-child(-n+5),
    .col-6 article:nth-last-child(-n+6) {
        margin-bottom: 0;
    }

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

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

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

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

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

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

    .main-navigation ul.nav-menu>li {
        text-align: center;
        padding: 13px 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: "\f078";
        padding-left: 2px;
        font-size: 10px;
        position: relative;
        bottom: 5px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .main-navigation ul ul .menu-item-has-children>a:before {
        content: "\f067";
        font-size: 10px;
        position: relative;
        top: 20px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
    }

    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        position: relative;
        height: 100% !important;
    }

    .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: #01549a;
        color: #fff;
    }

    .main-navigation ul .sub-menu li:hover>a,
    .main-navigation ul .sub-menu li.focus>a {
        background-color: #01549a;
        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: #fff;
    }

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

    .main-navigation ul.nav-menu>li>a>i,
    .main-navigation ul.nav-menu>li>a>i.wpmi-icon:not(.wpmi-label-1).wpmi-position-before {
        display: block;
        margin: 0 auto 10px;
    }

    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #search {
        position: absolute;
        z-index: 30;
        right: 0;
        top: 100%;
        display: none;
    }

    .main-navigation .search-active .icon-search {
        display: none;
    }

    .main-navigation .search-active .icon-close {
        display: inline-block;
    }

    #search:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #111;
        position: absolute;
        top: -9px;
        right: 5px;
    }

    button.dropdown-toggle {
        display: none;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

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

    .main-navigation .left-menu {
        padding-left: 50px;
    }

    .main-navigation li.left-menu+li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .main-navigation form.search-form {
        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;
    }

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

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

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

@media screen and (min-width: 1900px) {

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

@media only screen and (max-width: 768px) {
#featured-slider .wrapper{
    top:55% !important;
}

#featured-slider .wrapper .d-flex {
    justify-content: center;
    align-items: center;
}

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

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

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

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

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

    #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 .project-inner-content .project-image{
        width: 100%;
    }

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

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

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

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

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


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

    #top-bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    #masthead {
        min-height: 86px;
    }

    .site-branding {
        /* padding-right: 50px; */
        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: 35px;
        color: #fff;
    }

    .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;
        z-index: 0;
    }

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


        .menu-toggle {
        width: 40px !important;
        height: 40px !important;
                top: -4rem;
        right: 0;
        z-index: 999999;
    }

    .menu-toggle span {
        width: 25px !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: 100%;
        z-index: 0;
        align-content: center;
        overflow-y: auto;
    }

    .menu-toggle {
        position: absolute;
    }

    .menu-toggle.active {
        position: fixed;
             top: 3rem !important;
        right: 2rem !important;
        z-index: 10;
    }

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











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

@media screen and (max-width: 767px) {
    .custom-hero-slider .hero-stats{
        display: none;
    }
    #content .entry-content {
    padding:1rem;
    width: 95%;
    margin: 0 auto;
}

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

    .comments-title,
    #reply-title {
        margin-bottom: 8px;
    }

    #commentform p.comment-form-comment,
    #commentform p.form-submit {
        margin-top: 21px;
    }

    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
    }

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

    #comments {
        margin-top: 40px;
    }

    .tags-links {
        margin-bottom: 25px;
    }

    .backtotop {
        display: none;
    }
    #featured-about .title-section {
    padding-right: 0 !important;
    }
    #featured-about h2.subtitle {
    margin: 0px 0 30px 0;
    }
}

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

    .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;
    }
}
@media screen and (min-width: 550px) and (max-width: 767px){
    .custom-hero-slider .section-content {
    max-width: 1280px;
    margin: auto;
    padding: 60px 30px 0 30px;
}
}
/* mobile view */
@media screen and (min-width: 320px) and (max-width: 550px){
    #masthead{
        position: relative;
        min-height: auto;
    }

    #masthead .sidepadding{
        --bs-gutter-x: 0;
    }
 
   
    /* inner page */

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

    #content .innershortcode input[type="submit"]{
        margin-top: 20px;
    }

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

@media screen and (max-width: 320px){
    #featured-slider .borderbtn{
        width: 100px !important;
    }
    #featured-slider .read-more .btn{
        padding: 12px 9px;
    }
    #featured-slider img{
        height: auto !important;
    }
    #featured-slider .entry-container{
        transform: translateY(-61%);
    }
    #featured-services .entry-title a{
        padding: 0px 9px 0px 9px;
    }


}

@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;
    }
  
    /* 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){
    .main-navigation ul.nav-menu > li > a,
    .main-navigation ul.nav-menu>li:last-child>a {
        padding: 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;
    }
    .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{
        margin-left: 1rem;
    }
    #featured-slider .slick-prev{
        left: 2%;
    }
    #featured-slider .wrapper {
        top: 39%;
    }
    #featured-slider .borderbtn{
        width: 80px;
    }
    #featured-slider img{
        height: auto !important;
    }
    

    #featured-about .about-image {
    width: 100%;
    position: relative;
}
    #featured-about .image-top-box{
        width: auto;
        height: auto;
        top: -4rem;
        left: 0;
    }
    #featured-about .title-section h1{
        font-size: 35px !important;
    }
    #featured-about .aboutrightside .title-section .d-flex{
        margin-bottom: 15px;
    }
    #featured-about .aboutrightside{
        margin-left: 0;
    }
    #featured-services .gap-16 {
        gap: 2rem;
    }

    #featured-contact .contact-margin{
        margin-top: 0;
    }
    #featured-contact .box1{
        top: 0;
    }
    #featured-contact .box2{
        top: 3rem;
    }
    #featured-contact .contactformdiv{
        margin-top: 0px;
        padding: 24px;
        margin-left: 0;
        width: 100%;
    }

    #featured-contact .contact-info-wrapper{
        margin-top: 32px;
    }

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


    #colophon .gap-16 {
        gap: 1rem;
    }
    #colophon .logo{
        margin-bottom: 15px;
    }
    #colophon .footerbox:first-child .hentry{
        width: 100%;
    }
    /* Inner Page */
    #page-site-header .page-header{
        top: 10rem;
    }
    #page-site-header .breadcrumbbox .button{
        padding: 0;
        gap: 40px;
    }
    #page-site-header .breadcrumbbox span.treeEnd{
        padding: 3px;
        line-height: 48px;
    }

    #page-site-header .breadcrumbbox .button .root, #page-site-header .breadcrumbbox span {
        padding: 10px 19px;
        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: 17px !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;
    }

    .widget_text input{
        margin: 0 0 16px 30px;
    }
    .entry-meta{
        display: grid;
        gap: 8px;
    }
    .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;
    }

    #main .testimonial-inner-content{
        background: linear-gradient(180deg, #fff 81%, #01549a 63%);
    }
    #main .testimonial-inner-content .content-image{
        padding: 0 10px;
    }
    #main .testimonial-inner-content h4{
        margin: 16px 0 16px 0;
    }
    #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-testimonials .client-single .content-image{
        width: 65%;
        margin: 0 auto;
    }

}

/* ============================================= */
/*/////////////////// media query css for tab start ////////////////*/
@media (min-width:700px) and (max-width:912px) {
    .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;
    }
    .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;
    }
    .main-navigation ul.nav-menu,
    .main-navigation ul ul{
        text-align: center;
    }
    #page-site-header .page-header{
        top: 10rem;
    }
    #page-site-header .breadcrumbbox .button{
        display: flex;
        /* flex-direction: column; */
    }

    #page-site-header .breadcrumbbox span.treeEnd-margin{
        margin-left: -26px;
    }
    #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;
}

#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: auto !important;
}
#featured-about .image-top-box{
    width: 149px;
    height: 78px;
    top: -2.3rem;
    left: -3.2rem;
}
#featured-about .image-top-box .top-box-num{
    font-size: 22px !important;
}
#featured-about .image-top-box .top-box-text{
    font-size: 11px !important;
}
#featured-about .title-section{
    margin-bottom: 0;
}
#featured-about .title-section h5{
    font-size: 17px !important;
}

#featured-about .title-section h1{
    font-size: 24px !important;
}
#featured-about h2.subtitle{
    margin: 0 0 30px 0;
    font-size: 14px !important;
}
#featured-about .title-section .about-service p{
    font-size: 14px !important;
}
#featured-about .title-section .cleaning-text{
    gap: 9px;
}
#featured-about .title-section .cleaning-text p{
    font-size: 12px !important;
}
#featured-about .title-section .cleaning-text svg, #featured-about .title-section .cleaning-text i{
    font-size: 23px !important;
}
#featured-about .button-content{
    margin: 7% 0 0 0;
    padding: 8px 15px;
}
#featured-about .button-content a{
    font-size: 14px !important;
}
#featured-about .button-content i, #featured-about .button-content svg{
    font-size: 15px !important;
}
#featured-about .aboutrightside{
    margin-left: 0;
}
#featured-services .gap-16 {
    gap: 2rem;
}

#featured-contact .contact-margin{
    margin-top: 0px;
}
#featured-contact .box1{
    top: 14.5rem;
}
#featured-contact .box2{
    top: 17.2rem;
}
#featured-contact .box3{
    bottom: 0;
}
#featured-contact .box4{
    bottom: 2.8rem;
}
#featured-contact .box5{
    bottom: 1.7rem;
}
#featured-contact .entry-content3 h5{
    margin-left: -25px;
}
#featured-contact .contactformdiv{
    margin-left: 0;
    width: 100%;
}

#featured-testimonials .expanded-text-container{
    width: 74%;
}
#featured-testimonials .expanded-image-container{
    width: 30%;
}

#featured-clients .gap-20{
    gap: 2rem;
}

#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 .projectmainbox .gap-14{
    gap: 1.5rem;
}
#main .entry-content .gallery-image p{
    padding: 24px 18px 24px;
}
#main .testimonial-inner-content{
    background: linear-gradient(180deg, #fff 80%, #01549a 63%);
}
#main .testimonial-inner-content h4{
    margin: 20px 0 16px 0;
}
#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;
}
#main .gallerybox .gallery-inner-content .gallery-box{
    width: 100%;
}
}

/* ============================================= */
/*/////////////////// 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 h2.entry-title {
        font-size: 36px;
        line-height: 1.5;
    }
    .main-navigation ul.nav-menu > li > a{
        padding: 5px 4px;
    }

    #featured-slider h2.title{
        font-size: 40px;
    }
    #featured-slider .slick-next{
        left: 15.5% !important;
    }
    #featured-about .image-top-box{
        width: auto;
        height: auto;
        top: -2rem;
        left: -5rem;
    }

    #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-testimonials .swiper-slide .content-image .image-container{
        width: 100%;
     }
     #featured-testimonials .client-single.active .client-img{
        transform: scaleY(2.2) scaleX(1) !important;
     }
     #featured-testimonials .client-comment{
        left: 32rem !important;
        width: 711px !important;
     }

     #featured-posts .gap-20{
        gap: 1rem !important;
     }
    #featured-clients .gap-20{
        gap: 2rem;
    }
    #colophon .logo{
        margin-bottom: 15px;
    }
    #colophon .social-links {
        margin-top: 15px;
    }
    #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 .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: 90%;
        margin: 0px 5% 0px;
    }


    #content .rightbox-form .conct-header hr{
        left: 1.3rem;
    }
}

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

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

 
}


#content #featured-about {
 padding: 1rem 0 4rem 0;
}

#content .entry-content {
    box-shadow: 0px 0px 38px #00000029;
    padding: 2rem 2rem;
       width: 75%;
    margin: 0 auto;
}

.home #content .entry-content {
    display: none !important;
}

#main .entry-content .socialMedia ul li:before{
    display: none !important;
}
#main .entry-content .socialMedia ul li {
    line-height: 28px !important;
}

#featured-contact,
#featured-slider,
#featured-services,
#featured-testimonials {
    z-index: 0;
}


/* =====================================================
   TABLET & LANDSCAPE TABLET: Keep desktop card layout
   Targets 600px – 991px (portrait tablet + landscape)
===================================================== */

@media (min-width: 600px) and (max-width: 991px) {

    /* Keep the service grid at 2 columns */
    #featured-services .service-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    /* Keep each product card as a horizontal (image left, content right) layout */
    #featured-services .product-card {
        grid-template-columns: 1fr 1fr !important;
    }

    /* Left image: restore fixed height so it fills the card side */
    #featured-services .product-card-left {
        min-height: 280px;
    }

    #featured-services .product-main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Right content: restore padding and vertical centering */
    #featured-services .product-card-right {
        padding: 20px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Scale down title slightly to fit the narrower card */
    #featured-services .product-title {
        font-size: 17px !important;
    }

    #featured-services .product-short-desc {
        font-size: 13px !important;
    }

    #featured-services .product-price {
        font-size: 16px !important;
    }

    /* Keep buttons side by side */
    #featured-services .product-buttons {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 8px;
    }

    #featured-services .amazon-btn,
    #featured-services .flipkart-btn {
        width: auto !important;
        min-width: unset !important;
        flex: 1;
    }
}

/* =====================================================
   LANDSCAPE PHONE / SMALL LANDSCAPE TABLET (600–767px)
   Same layout but tighter font sizes
===================================================== */

@media (min-width: 600px) and (max-width: 767px) {

    #featured-services .service-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    #featured-services .product-card {
        grid-template-columns: 1fr 1fr !important;
    }

    #featured-services .product-title {
        font-size: 15px !important;
    }

    #featured-services .product-short-desc {
        font-size: 12px !important;
    }

    #featured-services .product-price {
        font-size: 15px !important;
    }

    #featured-services .product-card-right {
        padding: 14px !important;
    }
}