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

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

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

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

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

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

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

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

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

.container-fluid {
    padding: 0 0;
}

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

#content {
    position: relative;
}

#content .entry-content p {
    color: #000;
    margin: 30px 0px 30px;
}

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

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

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

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

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bold;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

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

tbody {
    text-align: left;
}

tr {
    border: 1px solid #aaa;
}

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

td#next {
    text-align: right;
}

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

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

p {
    margin: 0 0 1em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

.md-0 {
    margin: 0 0;
}

.pd-0 {
    padding: 0 0;
}

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

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

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

mark,
ins {
    background: #fff9c0;
}

big {
    font-size: 125%;
}

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

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

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

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

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

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

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #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: 80%;
    height: 70px;
    /* background-color: #3f536d; */
    opacity: 1;
    /* margin-top: 1%; */
    margin: 0 10% 0;
}

/* /////// bottom header ////// */
.bottomheader {
    background-color: #FFFFFF;
    position: relative;
    padding: 15px 27px;
    margin: 1.7% 0 1%;
}

#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: 15px 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: 100%;
    height: 62.34px;
}

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

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

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

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

#section-header .content-site i,
#section-header .content-site svg {
    color: #fff;
    padding-right: 8px;
    font-weight: 200;
    background: transparent;
    box-shadow: 0px 0px 30px -5px #fff;
    margin: 0px 20px 0px 0px;
    width: 20px;
    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>a{
    /* padding: 5px 0px; */
    color: #fff;
    letter-spacing: 0.56px;
    font-size: 17px;
    background-color: #01549a;
    text-transform: uppercase;
}

.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: 2px solid #3f536d;
    border-radius: 0;
    background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

button.dropdown-toggle.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;
    text-transform: uppercase;
}

.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-between;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
}

.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: 50px;
    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;
    background: url(assets/images/people-railway-transport-portrait-public-transport-streetphotography-583586-pxhere1.com.png);
}

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

#page-site-header .innerheader-overly1 {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: 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;
}

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

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

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

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

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

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

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

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

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

.slick-dots {
    bottom: 25px;
}

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

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

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

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

.display-block {
    display: block;
}

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

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

#featured-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 2rem;
}

#featured-slider .entry-container{
    margin-left: 2rem;
    width: 61%;
}

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

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

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

#featured-slider .sliderimg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #06060600, #00000096);
    opacity: 1;
}

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

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

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

#featured-slider .wrapper {
    position: relative;
    /* left: 14%; */
    top: 31%;
    margin: 0;
}

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

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

#featured-slider h2.title {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1.98px;
}

#featured-slider .entry-header h3 {
    font-size: 40px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;

}

#featured-slider h2.title small {
    font-size: 31px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    margin: 0 0 0 0em;
    position: absolute;
    left: 17px;
    top: 91px;
}

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

#featured-slider .entry-content p {
    font-size: 20px;
    letter-spacing: 0.66px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    /* margin-right: 4rem; */
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    width: 85%;
}

hr {
    border: none;
    height: 2px;
    background-color: #000;
    margin: 10px 0;
}

#featured-slider .read-more .btn {
    display: inline-block;
    font-weight: 300;
    padding: 12px 15px;
    font-size: 18px;
    text-transform: capitalize;
    background: #01549A;
    text-decoration: none;
    border-radius: 0;
    letter-spacing: 0.59px;
    transition: 0.5s;
    color: #ffffff;
    overflow: hidden;
    margin-top: 5px;
}
#featured-slider .read-more .btn: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-slider .read-more .btn:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #E9F5FF;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

#featured-slider .read-more .btn:hover {
    color: #01549A;
    animation: pulseBig infinite 3s linear;
}

#featured-slider .read-more .btn:hover:before {
    top: -35%;
    background-color: #E9F5FF;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

#featured-slider .read-more .btn:hover:after {
    top: -45%;
    background-color: #E9F5FF;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
#featured-slider .borderbtn{
    border: 2px solid;
    border-color: #ffffff;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#featured-slider .play-btn{
 background-color: #fff;
 color: #01549A;
 padding: 10px;
 border-radius: 50%;
 width: 50px;
 height: 50px;
 font-size: 20px;
 display: flex;
 justify-content: space-evenly;
 align-items: center;
 animation: pulseBig infinite 3s linear;
 transition: opacity 0.3s;
}

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

#featured-slider .playbtntxt{
    color: #ffffff;
    letter-spacing: 0.66px;
    text-decoration: none;
    font-size: 20px;
}

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

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

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

/* ///////// pagination slider section /////////// */
#featured-slider .slick-prev,
#featured-slider .slick-next {
    font-size: 22px;
    line-height: 0;
    position: absolute;
    bottom: 0 !important;
    top: 80%;
    width: 90px;
    height: 130px;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
}

#featured-slider .slick-prev {
    left: 11%;
    top: 88%;
}

#featured-slider .slick-next {
    left: 13.5%;
    top: 88%;
}

#featured-slider .slick-next:before,
#featured-slider .slick-prev:before {
    position: absolute;
    background-color: #EFF8FF;
    width: 54px;
    height: 51px;
    opacity: 9;
    /* border: 5px solid; */
    /* border-color: #ffffff; */
    font-size: 27px;
    padding: 14px 13px;
    color: #01549A;
}
#featured-slider .slick-prev:before{
    content: '\f053';
    font-family: "Font Awesome 5 Free";
}
#featured-slider .slick-next:before{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
}


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

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

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

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

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

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

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

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

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

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

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

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

#featured-services .servicerightside {
    position: relative
}

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

#featured-services .entry-content3 h5 {
    position: relative;
    font-size: 40px;
    margin: 0px 0px 0px 0px;
    color: #01549a;
    font-weight: bold;
    letter-spacing: 1.20px;
}
#featured-services .entry-content3 h5::before{
    content: '';
    display: inline-block;
    width: 36px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}

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

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

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

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

#featured-about .title-section h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.66px;
}
#featured-about .title-section h5::after{
    content: '';
    display: inline-block;
    width: 29px; /* Adjust size based on your design */
    height: 32px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    transform: rotateY(180deg);
    left: -6px;
    top: -20px;
}

#featured-about .title-section h1 {
    margin: 16px auto;
    font-size: 48px;
    font-weight: 700;
    padding: 0 0px;
    position: relative;
    z-index: 1;
    border-left: none;
    letter-spacing: 0.58px;
    color: #000000;
}

#featured-about h2.subtitle {
    line-height: 27px;
    color: #707070;
    margin: 0px 8% 30px 0;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    letter-spacing: 0.54px;
}

#featured-about .title-section .about-service p{
    color: #000;
    font-size: 16px;
    letter-spacing: 0.53px;
    font-weight: 400;
    margin: 19px auto;
}

#featured-about .title-section .about-service i,
#featured-about .title-section .about-service svg{
    color: #fdc401;
    margin-right: 12px;
}

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

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

#featured-about .button-content {
    display: inline-block;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    background: #01549A;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid;
    border-color: #01549a;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.4s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
#featured-about .button-content::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}
#featured-about .button-content::after{
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background: #E9F5FF;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}
#featured-about .button-content:hover:before{
    top: -35%;
    background: #E9F5FF;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
#featured-about .button-content:hover::after{
    top: -45%;
    background: #E9F5FF;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
#featured-about .button-content:active{
    transform: scale(0.9);
}
#featured-about .button-content:hover{
    color: #01549A;
    animation: pulseBig infinite 3s linear;
}

#featured-about .title-section {
    position: relative;
}
#featured-about .button-content a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.56px;
}
#featured-about .button-content:hover a{
    color: #01549a;
}
#featured-about .title-section .row h3 {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
}

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

#featured-about .title-section .row i,
#featured-about .title-section .row svg {
    color: #0A9642;
    font-size: 24px;
    padding: 9px;
    border: 2px solid #0A9642;
    border-radius: 10px;
    margin: 0px 0px 0px 20px;
}

#featured-about .button-content i,
#featured-about .button-content svg {
    font-size: 17px;
    margin-left: 5px;
}
#featured-about .button-content:hover i,
#featured-about .button-content:hover svg{
    color: #01549a;
}
#featured-about .about-image {
    width: 100%;
    height: 544px;
    padding: 10px;
    position: relative;
}

#featured-about .image-box1::after{
    background-color: #8458cb;
    position: absolute;
    content: "";
    width: 103px;
    height: 100px;
    right: -7px;
    bottom: 186px;
}

#featured-about .image-box2::before{
    background-color: #53dbb8;
    position: absolute;
    content: "";
    width: 103px;
    height: 100px;
    left: -5px;
    bottom: -27px;
}

#featured-about .about-image img {
    height: 544px;
    width: 442px;
    position: relative;
    z-index: 2;
}

#featured-about .image-top-box{
    width: 250px;
    height: 91px;
    background-color: #01549a;
    text-align: center;
    position: absolute;
    top: -2rem;
    left: -7rem;
    z-index: 3;
    padding: 10px;
    transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

#featured-about .image-top-box .top-box-num{
    font-size: 28px;
    color: #fdc401;
    letter-spacing: 0.92px;
    font-weight: bold;
}

#featured-about .image-top-box .top-box-text{
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.53px;
    font-weight: 300;
}

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

#featured-about .image-bottom-box{
    width: 198px;
    height: 91px;
    background-color: #f8f3e0;
    display: flex;
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 36px;
    left: 421px;
    border: 1px solid #fdc401;
    position: relative;
}

#featured-about .image-bottom-box .bottom-box-icon{
    width: 46px;
    height: 46px;
    background-color: #fdc401;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 24px;
    top: 20px;
}

#featured-about .image-bottom-box .bottom-box-icon i, 
#featured-about .image-bottom-box .bottom-box-icon svg{
    color: #01549a;
}

#featured-about .image-bottom-box .bottom-box-text{
    position: absolute;
    left: 88px;
    top: 20px;
}

#featured-about .image-bottom-box .bottom-box-text a{
    font-size: 18px;
    letter-spacing: 0.59px;
    color: #fdc401;
}

#featured-about .image-bottom-box .bottom-box-text a span{
    font-size: 16px;
    letter-spacing: 0.53px;
    color: #01549a;
}

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

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

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

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

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

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

#featured-projects .projectrow {
    z-index: 2;
    position: relative;
}

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

/* #featured-projects .project-overly1 {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    z-index: 0;
} */

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

#featured-projects .entry-content3 h5 {
    font-size: 40px;
    margin: 0px 0px 1.3rem 0px;
    position: relative;
    color: #01549A;
    font-weight: 700;
}
#featured-projects .entry-content3 h5::before{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 97px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}

#featured-projects .project-image {
    position: relative;
}

#featured-projects .project-image .image-container{
    height: 588px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#featured-projects .project-image .image-container:nth-child(2){
    position: relative;
}

/**********************************************/
#featured-projects .gallery .gallery-img {
    grid-area: 1/1;
    width: 50%; /*control the size*/
    cursor: pointer;
    transition: .4s .1s;
}

#featured-projects .gallery .gallery-img:first-child,
#featured-projects .gallery .gallery-img:last-child {
    clip-path: none;
}

#featured-projects .gallery {
    display: flex; /* Use flexbox to place images side by side */
    gap: 4px; /* Add some spacing between images */
}

#featured-projects .gallery .gallery-img:first-child:hover,
#featured-projects .gallery .gallery-img:first-child:hover .gallery-img:last-child{
    width: 100%;
}

#featured-projects .gallery .gallery-img:last-child:hover,
#featured-projects .gallery .gallery-img:last-child:hover .gallery-img:first-child{
    width: 100%;
}

#featured-projects h1.title-section {
    margin: 24px 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    padding: 0 0px;
    text-align: left;
    line-height: 2.7rem;
}

#featured-projects .entry-content3 p.text-section {
    position: relative;
    font-size: 22px;
    line-height: 39px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 400;
    padding: 0 85px 0 0;
}

#featured-projects .featured-project-item {
    margin: 0 12px;
    transition: 0.5s;
    position: relative;
}

#featured-projects .entry-content {
    text-align: left;
    margin: 0 auto;
    padding: 20px 20px;
    height: auto;
    position: absolute;
    bottom: 0;
}

#featured-projects .entry-content .entry-title{
    background: #01549a;
    padding: 18px 35px;
    left: -7.4rem;
    /* / right: 0; / */
    position: absolute;
    bottom: 7rem;
    width: 300px;
    transform: rotateZ(270deg);
    margin: 0 7px 15px;
    transition: ease-in 0.4s;
}
/* #featured-projects .entry-container:hover .entry-content .entry-title{
    transform: rotate(360deg);
    left: 0;
    bottom: 0;
    transition: ease-in 0.4s;
} */
/* #featured-projects:nth-child(3) article .entry-container:hover .entry-content .entry-title{
    transform: rotate(360deg);
    left: 0;
    bottom: 0;
    transition: ease-in 0.4s;
} */
#featured-projects .entry-content .entry-text{
    transform: rotateZ(0deg);
    bottom: 0;
    left: 0px;
    width: 334px;
}
#featured-projects .entry-content .entry-text a{
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 1.59px;
    font-weight: normal;
}
#featured-projects .entry-content .entry-text p{
    font-size: 15px;
    color: #fdc401;
    font-weight: 400;
    letter-spacing: 0.59px;
}
#featured-projects .entry-title a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 1.39px;
    font-weight: normal;
}

#featured-projects .gallery a{
    display: grid;
}

/*--------------------------------------------------------------
#  Inner Page Project 
--------------------------------------------------------------*/


 #main .entry-content h4.projects-heading{
    font-size: 40px;
    font-weight: 700;
    color: #01549A;
    letter-spacing: 1.32px;
    line-height: 60px;
    /* margin-bottom: 3rem; */
    margin: 0 0 0rem;
}
#main .entry-content .projects-heading::before{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}

#main .projectmainbox,
#secondary .projectmainbox {
    position: relative;
    overflow: hidden;
}

#main .project-inner-content .project-image,
#secondary .project-inner-content .project-image{
    width: 95%;
}

#main .project-inner-content .project-image,
#secondary .project-inner-content .project-image {
    position: relative;
    overflow: hidden;
    height: auto;
}

#main .project-inner-content .gallery,
#secondary .project-inner-content .gallery{
    display: flex; /* Use flexbox to place images side by side */
    gap: 4px; /* Add some spacing between images */
    overflow: hidden;
    border: 1px solid;
    border-color: #000;
}

#main .project-inner-content .img-responsive:nth-child(2),
#secondary .project-inner-content .img-responsive:nth-child(2){
    position: relative;
    /* background-size: 120%; */
}

#main .project-inner-content .gallery-img,
#secondary .project-inner-content .gallery-img{
    flex: 1; /* Give equal size to both images by default */
    transition: flex-grow 0.4s ease; /* Smooth transition for growing */
    cursor: pointer;
    overflow: hidden; 
}

#main .project-inner-content .gallery-img:first-child,
#secondary .project-inner-content .gallery-img:first-child{
    clip-path: none;
}

#main .project-inner-content .gallery .gallery-img:first-child:hover,
#secondary .project-inner-content .gallery .gallery-img:first-child:hover,
#main .project-inner-content .gallery .gallery-img:first-child:hover .gallery-img:nth-child(2),
#secondary .project-inner-content .gallery .gallery-img:first-child:hover .gallery-img:nth-child(2){
    /* width: 90%; */
    flex-grow: 2;
}

#main .project-inner-content .gallery .gallery-img:nth-child(2):hover,
#secondary .project-inner-content .gallery .gallery-img:nth-child(2):hover,
#main .project-inner-content .gallery .gallery-img:nth-child(2):hover .gallery-img:first-child,
#secondary .project-inner-content .gallery .gallery-img:nth-child(2):hover .gallery-img:first-child:hover{
    flex-grow: 2;
}

#main .project-inner-content .project-info,
#secondary .project-inner-content .project-info {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 16px;
    right: 16px;
    transition: .6s ease;
    padding: 10px 27px;
    border: none !important;
    background-color: #01549a;
}

#main .project-inner-content .project-info h5,
#secondary .project-inner-content .project-info h5,
#main .project-inner-content .project-info h1,
#secondary .project-inner-content .project-info h1{
    margin: 10px 0 4px;
}

#main .project-inner-content:hover .project-info h1 a,
#secondary .project-inner-content:hover .project-info h1 a {
    color: #fdc401;
}
 #main .project-inner-content .project-info h1,
#secondary .project-inner-content .project-info h1 {
    font-size: 22px;
}
#main .project-inner-content .project-info h1 a,
#secondary .project-inner-content .project-info h1 a  {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    /* padding: 0 0em 8px 0; */
    text-decoration: none !important;
    letter-spacing: 0.73px;
    line-height: 28px;
}
#main .project-inner-content .project-info h1 a:active,
#secondary .project-inner-content .project-info h1 a:active{
    color: #fdc401;
}
 #main .project-inner-content .project-info h5,
#secondary .project-inner-content .project-info h5 {
    font-size: 14px;
    color: #fdc401;
    padding: 0px 0px;
    font-weight: 400 !important;
    letter-spacing: 0.46px;
    line-height: 26px;
    margin-top: 0;
}

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

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

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

#featured-team .title-section h1 {
    /* margin: 0 0 45px 0; */
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #01549a;
    /* padding: 0 17px; */
    position: relative;
}
#featured-team .title-section h1::after{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: -20px;
    transform: rotateY(180deg);
}
#featured-team .contentbox h3 {
    font-size: 14px;
    color: #030303;
    font-weight: 400;
    letter-spacing: 0.28px;
    margin: 0 0 13px;
}

#featured-team .image-container {
    height: 308px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all .7s linear;
}
#featured-team .content-image {
    border-radius: 0px;
    display: block;
    position: relative;
    border: 1px solid;
    border-color: #707070;
    width: 90%;
}

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

#featured-team .content-image .social-links {
    padding: 57px 73px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #01549a;
    opacity: 0.6;
    transition: .8s ease;
    border-radius: 145px 0 0 0;
}

#featured-team .content-image .social-links .twitter{
    position: absolute;
    right: 11px;
    top: 11px;
}

#featured-team .content-image .social-links .facebook{
    position: absolute;
    left: 32px;
    bottom: 7px;
}

#featured-team .content-image .social-links .instagram{
    position: absolute;
    left: 3.8rem;
    top: 1.8rem;
}

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

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

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

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

#featured-team .entry-content{
    overflow: hidden;
    background-color: #fff;
}
#featured-team .entry-content::before{
    content: "";
    width: 100%;
    height: 100%;
    /* background: #3f536d; */
    background-color: #fdc401;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

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

#featured-team h2.entry-title a {
    color: #030303;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
}

#featured-team .featured-team-item:hover h2.entry-title a{
    color: #fff;
}
#featured-team .featured-team-item:hover .contentbox h3{
    color: #fff;
}
#featured-team .contentbox{
    position:relative;
    z-index: 5;
}
/*--------------------------------------------------------------
#  Inner team Page
--------------------------------------------------------------*/

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

#main .team-inner-content .content-image{
    border: 1px solid;
    border-color: #707070;
    border-radius: 0;
    position: relative;
    display: block;
}

#main .team-inner-content .entry-content{
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    padding: 0 15px 10px;
    width: 100%;
}

#main .team-inner-content .contentbox {
    position: relative;
    z-index: 5;
    margin-bottom: 5px;
}

#main .team-inner-content .content-image img {
    width: 100%;
    height: 308px;
}

#main .team-inner-content h2.entry-title a {
    color: #030303;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 27px;
    cursor: default;
}

#main .team-inner-content .entry-content h3{
    color: #404040;
}

#main .team-inner-content .entry-content h2{
    margin: 13px 0 4px;
    font-size: 18px;
}

#main .team-inner-content .entry-content h3 {
    font-size: 15px;
    color: #030303;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 1.3;
}

#main .team-inner-content .social-links {
    padding: 57px 73px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #01549a;
    opacity: 0.6;
    transition: .8s ease;
    border-radius: 145px 0 0 0;
}

.gap-4{
    gap: 1rem;
}

#main .team-inner-content .social-links .instagram{
    position: absolute;
    left: 3.8rem;
    top: 1.8rem;
}

#main .team-inner-content .social-links .facebook{
    position: absolute;
    left: 32px;
    bottom: 7px;
}

#main .team-inner-content .social-links .twitter{
    position: absolute;
    right: 11px;
    top: 11px;
}

#main .team-inner-content .social-links a svg,
#main .team-inner-content .social-links a i{
    color: #fff;
    font-size: 22px;
    margin-right: 5px;
    z-index: 1;
    padding: 6px 0;
}
#main .team-inner-content .social-links a:hover svg,
#main .team-inner-content .social-links a:hover i{
    transition: .6s ease;
    transform: scale(1.7);
    color: #FAA919;
}
#main .team-inner-content .entry-content:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fdc401;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
#main .team-inner-content:hover .entry-content:before{
    top: 0;
}

#main .team-inner-content .social-links a:before {
    display: none;
}

#main .team-inner-content:hover h2.entry-title a,
#main .team-inner-content:hover h3{
    color: #fff !important;
}

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

#featured-features .image-container {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

#featured-features .feature-img{
    margin-left: 4%;
    position: relative;
    width: 85%;
}

#featured-features .feature-img img{
    height: 657px;
    width: 100%;
}

#featured-features .entry-content{
    position: absolute;
    top: 20%;
    padding: 30px 50px;
    text-align: center;
}

#featured-features .entry-content h2{
    color: #fff;
    transform: translateY(-100%) scale(0);
    transition: .5s;
    font-size: 40px;
    margin: 46% 0 0px 40px;
    letter-spacing: 1.32px;
    font-weight: bold;
}
#featured-features .entry-content h2::after{
    content: '';
    display: inline-block;
    width: 36px;
    height: 100px;
    background-image: url(assets/images/flower2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    left: -5px;
    transform: rotateY(180deg);
}
#featured-features .entry-content a{
    color: #01549a;
    transform:scale(2);
    transition: .5s;
    opacity: 0;
    background-color: #fdc401;
    padding: 10px 20px;
    font-size: 17px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

#featured-features .entry-content a::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 5px;
    font-size: 17px;
}

#featured-features .feature-img .entry-content{
    background-color: #000;
    opacity: 0.8;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s ease;
}

#featured-features .feature-img .entry-content h2{
    transform: translateY(0%) scale(1);
}

#featured-features .feature-img .entry-content a{
    transform: scale(1);
    opacity: 1;
}

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

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

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

#featured-features h3 {
    font-size: 24px;
    font-weight: bold;
    color: #101010;
    z-index: 1;
}

#featured-features .featuresbox .features-icon{
    font-size: 54px;
    color: #fdc401;
    position: relative;
    z-index: 1;
    left: 6px;
}

#featured-features .featuresbox .circle{
    position: absolute;
    background: #eff8ff;
    width: 79px;
    z-index: 0;
    height: 79px;
    border-radius: 50%;
    opacity: 0.9;
    top: 0;
    left: 0;
}

#featured-features .featuresbox .features-icon i, 
#featured-features .featuresbox .features-icon svg{
    margin: 0 0 14px 18px;
    z-index: 2;
}

#featured-features .title-section h1 {
    font-size: 28px;
    font-weight: 500;
    color: #1D3176;
    border: none;
    position: relative;
}

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

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

#featured-features .features-block {
    padding: 31px 25px 17px;
    position: relative;
    border: 1px solid;
    border-color: #01549a;
    transition: 0.4s ease-in;
}
#featured-features .features-block::before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #021338;
    content: "";
    z-index: 0;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
    opacity: 0;
}
#featured-features .features-block:first-child{
    background-color: #021338;
    z-index: 0;
}

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

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

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

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

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

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

#featured-features h4.features-title a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s ease;
    letter-spacing: 0.59px;
    text-align: left !important;
}
#featured-features .features-block:first-child h4.features-title a{
    color: #fff;
}
#featured-features .features-details p{
    font-size: 16px;
    color: #707070;
    letter-spacing: 1.53px;
    text-align: left;
}
#featured-features .features-block:first-child .features-details p{
    color: #fff;
}

#featured-features .featuretextcontainer:hover h4.features-title a {
    color: #FAA919;
}

/*--------------------------------------------------------------
# Features Inner page Section
--------------------------------------------------------------*/

#main .features-inner-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    padding: 2em 1em;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
}

#main .features-inner-content:hover {
    background-color: #c42118;
    border: 1px solid #b81919;
}

#main .features-inner-content:nth-child(3n) {
    background-color: #c42118;
    border: 1px solid #b81919;
}

#main .features-inner-content:nth-child(3n) h4.features-title a,
#main .features-inner-content:nth-child(3n) .features-details p {
    color: #fff;
}

#main .features-inner-content:nth-child(3n) a i {
    color: #f18d88;
}

#main .box-left-brdr {
    width: 3px;
    height: 11em;
    position: absolute;
    left: -14px;
    top: 5em;
    background: #c42118;

}

#main .features-inner-content h4.features-title {
    margin: 20px;
}

#main .features-inner-content h4.features-title a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}

#main .features-inner-content .features-details p {
    font-size: 18px;
    color: #000;
}

#main .features-inner-content a i {
    color: #c42118;
    font-size: 60px;
}

#main .features-inner-content:hover h4.features-title a,
#main .features-inner-content:hover .features-details p {
    color: #fff;
}

#main .features-inner-content:hover a i {
    color: #f18d88;
}

/*--------------------------------------------------------------
#  Featured Our Steps Section
--------------------------------------------------------------*/
#featured-steps{
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
}

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

#featured-steps .entry-content3{
    margin-top: 52px;
}

#featured-steps .entry-content3 h5{
    font-size: 40px;
    color: #01549a;
    letter-spacing: 1.32px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}
#featured-steps .entry-content3 h5::before{
    content: '';
    display: inline-block;
    width: 32px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}

#featured-steps .section-content .steps-block{
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 38px;
    padding: 0 8px 35px;
    transition: all ease-in-out 0.5s;
}
#featured-steps .section-content .steps-block:hover{
    box-shadow: 0 26px 0 -13px #fff, 0 44px 0 -22px #fff;
    transition: all ease-in-out 0.5s;
    transform: translateY(-20px);
}

#featured-steps .section-content .steps-block:nth-child(2):hover{
    box-shadow: 0 26px 0 -13px #fff, 0 44px 0 -22px #fff;
}

#featured-steps .section-content .steps-block:nth-child(2) .steps-icon{
    width: 150px;
    height: 150px;
    font-size: 50px;
}

#featured-steps .section-content .steps-block .steps-icon{
    color: #fdc401;
    font-size: 45px;
    bottom: 4rem;
    position: relative;
    background-color: #fff;
    width: 127px;
    height: 128px;
    border: 10px solid;
    border-color: #f3f3f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#featured-steps .section-content .steps-block h4 a{
    color: #000;
    font-size: 24px;
    letter-spacing: 0.79px;
    font-weight: 500;
    text-transform: capitalize;
}
#featured-steps .section-content .steps-block:hover h4 a{
    color: #fdc401;
}
#featured-steps .section-content .steps-block .stepsbox{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#featured-steps .section-content .steps-block .stepsbox .steps-title{
    position: relative;
    top: 0rem;
    left: 0px;
    margin-top: 20px;
}

#featured-steps .section-content .steps-block .stepsbox .steps-text{
    font-size: 17px;
    color: #707070;
    letter-spacing: 0.51px;
    padding: 19px 24px;
}

#featured-steps .section-content .steps-block .stepsbox .steps-no {
    color: #01549a;
    font-size: 30px;
    letter-spacing: 0.99px;
    font-weight: 700;
    position: relative;
}

#featured-steps .stepsbox .steps-no::before{
    content: '';
    width: 13%;
    height: 27%;
    position: absolute;
    border-bottom: 3px solid;
    border-bottom-color: #01549a;
    border-left: 3px solid;
    border-left-color: #01549a;
    bottom: 0;
    left: -1rem;
    color: linear-gradient(270deg, #01549a 15%, #01549A2E 50%);
}

#featured-steps .stepsbox .steps-no::after{
    content: '';
    width: 13%;
    height: 27%;
    position: absolute;
    border-top: 3px solid;
    border-top-color: #01549a;
    border-right: 3px solid;
    border-right-color: #01549a;
    bottom: 2rem;
}

/*--------------------------------------------------------------
#  Featured Faqs Section
--------------------------------------------------------------*/

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

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

#featured-faqs .faq-margin{
    margin-left: 5rem;
}

#featured-faqs .entry-content3 h5{
    font-size: 40px;
    color: #01549a;
    letter-spacing: 1.32px;
    font-weight: bold;
    margin-bottom: 40px;
}
#featured-faqs .entry-content3 h5::after{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 88px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: -7px;
    transform: rotateY(180deg);
}

#featured-faqs .contactmapbox iframe{
    width: 100%;
    height: 553px;
}

#featured-faqs .faqs-block .faqsbox{
    background-color: #e9f5ff;
    /* padding: 27px 30px 20px; */
    margin-bottom: 20px;
}

#featured-faqs .faqs-block .faqsbox .featuretextcontainer .faqs-title{
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
#featured-faqs .faqs-block .faqsbox .featuretextcontainer .faqs-title:hover{
    background-color: #fdc401;
    color: #000;
}
#featured-faqs .faqs-block .faqsbox .featuretextcontainer .faqs-details p{
    font-size: 16px;
    letter-spacing: 0.53px;
    color: #021338;
    font-weight: 400;
}

#featured-faqs .acc-btn {
    width: 100%;
    padding: 1.3rem;
    border: none;
    outline: none;
    text-align: left;
    transition: all 0.5s linear;
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
}

#featured-faqs .acc-btn:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #000000;
    float: right;
    transition: all 0.3s linear;
}

#featured-faqs .acc-btn.is-open:after {
    transform: rotate(90deg);
}

#featured-faqs .acc-btn.is-open {
    color: #000;
    margin-bottom: 28px;
}

#featured-faqs .acc-content {
    max-height: 0;
    margin: 0 2rem 1rem 1.4rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

/*-----------------------
## FAQS inner page
-----------------------------*/

#main .faqnformbox {
    position: relative;
    overflow: hidden;
}

/* images */

.image-container {
    position: relative;
}

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

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

#main .entry-content .faq-heading h4 {
    color: #01549a;
    padding: 0px 0px 38px;
    margin: 0px;
    font-weight: 700;
    letter-spacing: 1.32px;
    line-height: 60px;
    position: relative;
}
#main .entry-content .faq-heading h4::before{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}
#main .faqs-inner-content .faq-content {
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 0 0;
}

#main .faqs-inner-content .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    border: 1px solid;
    border-color: #01549a;
    padding: 15px 0 15px 12px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

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

#main .faqs-inner-content .faq-content button.accordion.active,
button.accordion:hover {
    opacity: 1;
    /* border: none; */
}
#main .faqs-inner-content .faq-content button.accordion .accordion-arrow{
    background: #01549a;
    padding: 20px;
    position: absolute;
    right: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    top: 0;
}
#main .faqs-inner-content .faq-content button.accordion.active .accordion-arrow svg{
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    color: #fff;
}

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

#main .faqs-inner-content .faq-content div.panel p {
    margin: 0 0 0px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.53px;
}

#main .faqs-inner-content .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 10px 12px 12px;
    color: #262626;
    font-size: 18px;
    border: 1px solid;
    border-color: #01549a;
    border-top: none;
    border-radius: 0;
}

#main .faqs-inner-content h2.faq-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    text-align: left;
    color: #1B1A28;
    margin: 0 0;
    text-decoration: none;
    /* font-family: 'Poppins'; */
}

#main .faqs-inner-content button.accordion.active h2.faq-title {
    color: #000;
}

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

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

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

#featured-pricings .title-section {
    display: inline-block;
    /* margin-bottom: 4em; */
    margin-top: 0em;
}

#featured-pricings .title-section h1 {
    margin: 0 0 5px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 17px;
    color: #01549a;
    position: relative;
}
#featured-pricings .title-section h1::before{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}
#featured-pricings .cleaning-chemical{
    position: absolute;
    top: 32px;
    right: 14%;
    width: 54px;
    z-index: 2;
}

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

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

#featured-pricings .titlecontent h3 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    padding: 24px 4px 40px 0px;
    letter-spacing: 1.65px;
}

 .titlecontent span {
    color: #fff;
    padding: 15px 0px 0px 0px;
}

#featured-pricings .pricing-column{
    column-gap: 4px;
}
#featured-pricings .featured-pricings-item:nth-child(1),
#featured-pricings .featured-pricings-item:nth-child(3){
    background: #01549A;
    height: auto;
    transition: 0.3s;
}

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

#featured-pricings .wp-block-list{
    padding: 48px 18px 40px 0px;
}
#featured-pricings h2.entry-title {
    position: relative;
    background: #FDC401;
    margin: 0 auto 11%;
    left: 0;
    right: 0;
    top: 25%;
    width: fit-content;
    padding: 6px 20px 10px 20px;
    z-index: 1;
}
#featured-pricings .entry-content:hover h2.entry-title{
    background: #0C7DDB;
    color: #fff;
}
#featured-pricings .entry-content:hover h2.entry-title a{
color: #fff;
}
#featured-pricings h2.entry-title a {
    color: #01549A;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.59px;
}

#featured-pricings .circle{
    position: absolute;
    transform: translateY(55%);
    top: -185px;
    left: -166px;
    width: 170%;
    height: 100%;
    background: #ffffff;
    clip-path: circle();
}

#featured-pricings .pcontaint ul li {
    padding: 11px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #021338;
    letter-spacing: 0.59px;
}

#featured-pricings .pcontaint ul li::before {
    opacity: 1;
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 16px;
    color: #01549a;
    z-index: 5;
    padding: 0px 10px;
}

#featured-pricings .maincontent .button-content {
    background-color: #01549a;
    padding: 6px 8px 5px 24px;
    text-align: center;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 11%;
    margin-top: 7%;
    transition: 0.3s;
}
#featured-pricings .entry-content:hover .button-content{
    background-color: #FDC401;
}
#featured-pricings .entry-content:hover .button-content {
    animation: wiggle 2.5s linear;
}
@keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-5deg);
    }
    20% {
      transform: rotateZ(3deg);
    }
    25% {
      transform: rotateZ(-3deg);
    }
    30% {
      transform: rotateZ(3deg);
    }
    35% {
      transform: rotateZ(-3deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
  }
#featured-pricings .maincontent .button-content a {
    font-weight: 300;
    font-size: 17px;
    transition: 0.5s;
    color: #fff;
}
#featured-pricings .button-content a::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    height: 20px;
    width: 38px;
    color: #FFF;
    font-size: 19px;
    
}

 /* Featured Contact */
 
 #featured-contact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 28%, #000 0%);
}

#featured-contact .contact-margin{
    margin-top: 180px;
}

#featured-contact .box1{
    width: 48px;
    height: 45px;
    background-color: #fdc401;
    position: absolute;
    top: 12.9rem;
    left: 0rem;
}

#featured-contact .box2{
    width: 28px;
    height: 25px;
    background-color: #e9f5ff;
    position: absolute;
    top: 15.7rem;
    left: 3rem;
}

#featured-contact .box3{
    width: 48px;
    height: 45px;
    background-color: #ffffff36;
    position: absolute;
    /* top: 39.5rem; */
    left: 0rem;
    bottom: 2.2rem;
}

#featured-contact .box4{
    width: 34px;
    height: 36px;
    background-color: #01549a;
    position: absolute;
    /* top: 42.2rem; */
    left: 3rem;
    bottom: 0;
}

#featured-contact .box5{
    width: 18px;
    height: 17px;
    background-color: #e9f5ff57;
    position: absolute;
    /* top: 41.2rem; */
    left: 5.1rem;
    bottom: 2.2rem;
}

#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: 40px;
    color: #fff;
    letter-spacing: 1.32px;
    font-weight: 500;
    margin-left: -50px;
    position: relative;
}
#featured-contact .entry-content3 h5::before{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower2.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}

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

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

#featured-contact .contactformdiv {
    background: #fff;
    border: 2px solid;
    border-color: #021338;
    padding: 4% 8%;
    position: relative;
    clip-path: polygon(0 0, 0 90%, 11% 100%, 100% 100%, 100% 0);
    width: 90%;
    margin-left: 6rem;
}

#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: #fff;
    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 .contactformdiv input[type="text"], #featured-contact .contactformdiv input[type="email"], #featured-contact .contactformdiv input[type="url"], #featured-contact .contactformdiv input[type="password"], #featured-contact .contactformdiv input[type="search"], #featured-contact .contactformdiv input[type="number"], #featured-contact .contactformdiv input[type="tel"], #featured-contact .contactformdiv input[type="range"], #featured-contact .contactformdiv input[type="date"], #featured-contact .contactformdiv input[type="month"], #featured-contact .contactformdiv input[type="week"], #featured-contact .contactformdiv input[type="time"], #featured-contact .contactformdiv input[type="datetime"], #featured-contact .contactformdiv input[type="datetime-local"], #featured-contact .contactformdiv input[type="color"], #featured-contact .contactformdiv input[type="file"], #featured-contact .contactformdiv textarea, #featured-contact select{
    border: 1px solid;
    border-color: #021338;
}

#featured-contact .contactformdiv button, #featured-contact .contactformdiv input[type="button"], #featured-contact .contactformdiv input[type="reset"], #featured-contact .contactformdiv input[type="submit"]{
    background: #01549a;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 0;
    padding: 8px 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;
    text-decoration: none;
}

/*--------------------------------------------------------------
#  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
--------------------------------------------------------------*/

#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;
    bottom: 0;
    left: 10%;
    z-index: 2;
}

#featured-testimonials {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

#featured-testimonials .content-wrapper {
    position: relative;
}

#featured-testimonials .testimonial-overlay {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: 1; */
}

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

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

#featured-testimonials .testimonials-heading{
    text-align: start;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 40px;
    color: #01549a;
    font-weight: 700;
}


#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: start;
}
#featured-testimonials .expanded-image-container{
    width: 17%;
}
#featured-testimonials .expanded-image-container img {
    width: 100%;
    height: 230px;
}
#featured-testimonials .expanded-text-container {
    width: 80%;
    padding-left: 20px;
}
#featured-testimonials .animate{
    animation-name: slidein;
    animation-duration: 1s;
}
@keyframes slidein {
    from {
        transform: scale(0.5); /* Start with half the size */
        opacity: 0; /* Optionally, fade in */
    }
    to {
        transform: scale(1); /* End at the original size */
        opacity: 1; /* Fully visible */
    }
}

#featured-testimonials .expanded-text-container h2,
#featured-testimonials .expanded-text-container h4 {
    margin: 0 0 10px;
}
#featured-testimonials .expanded-text-container p {
    font-size: 16px;
    letter-spacing: 1.14px;
    line-height: 29px;
    color: #707070;
}
#featured-testimonials .expanded-text-container h2{
    color: #000;
    font-size: 25px;
    font-weight: 400;
}
#featured-testimonials .expanded-text-container h4{
    font-size: 16px;
    color: #fdc401;
}
/************* GPT ***************/
#featured-testimonials .client-single {
    position: relative;
    /* margin-bottom: 30px; */
    transition: 0.3s ease-in-out;
}
#featured-testimonials .client-single:hover{
    transform: scale(1.05);
}

#featured-testimonials .client-img {
    width: 100%;
    height: 219px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* border-radius: 10px; */
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

#featured-testimonials .client-single .image-text {
    text-align: center;
    margin-top: 10px;
}
#featured-testimonials .client-comment {
    display: none;
    position:absolute;
    bottom: 9rem;
    left: 39rem;
    width: 746px;
    padding: 15px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

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

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

/* #featured-posts .posts-overlay {
    background: #0F5290bf;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
} */

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

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

#featured-posts .title-section h1 {
    /* margin: 0 0 20px; */
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0px;
    color: #01549a;
    padding: 0 0px;
    border-radius: 0px;
    position: relative;
}
#featured-posts .title-section h1::before{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}

#featured-posts .featured-image {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    height: 515px;
    width: 100%;
    transition: 0.5s;
    position: relative;
}

#featured-posts .entry-container{
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, #00000000, #000000);
}

#featured-posts .post-item {
    /* border-radius: 10px; */
    background-color: #fff;
    /* padding: 5px; */
    position: relative;
    width: 90%;
}

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

#featured-posts .entry-contentbox {
    padding: 0px 28px 18px 39px;
    position: relative;
}

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

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

#featured-posts .entry-meta a{
    font-size: 14px;
    color: #fff;
}

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

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

#featured-posts h2.entry-title a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    line-height: 34px;
    letter-spacing: 0.66px;
}

#featured-posts .entry-content {
    padding: 20px 0 20x 22px;
}

#featured-posts .entry-content p {
    color: #000;
    line-height: 18px;
    margin-bottom: 5px;
    padding-right: 10px;
    font-size: 15px;
    z-index: 1;
    position: relative;
}

#featured-posts .posts-date{
    padding: 12px 0 0 0;
    display: flex;
    justify-content: space-between;
}

#featured-posts .posts-date .arrow-up{
    margin-right: 4rem;
    transform: rotate(45deg);
    font-size: 18px;
    color: #fff;
    transition: 0.4s;
}

#featured-posts .posts-date svg{
    color: #fdc401;
}

#featured-posts .posts-date a{
    color: #fff;
    font-weight: 300;
}

#featured-posts hr{
    width: 90%;
    color: #fff;
    opacity: 1;
}
/*--------------------------------------------------------------
# Inner Blog Posts
--------------------------------------------------------------*/
#main .bloginn-inner-content,
#secondary .bloginn-inner-content {
    position: relative;
    overflow: hidden;
}

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

#main .entry-content .blog-heading h1,
#secondary .blog-heading h1{
    margin: 20px 0 0px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0px;
    color: #01549a;
    padding: 0 0px;
    border-radius: 0px;
    position: relative;
}
#secondary .blog-heading h1::before{
    content: '';
    display: inline-block;
    width: 35px; /* Adjust size based on your design */
    height: 100px; /* Adjust size based on your design */
    background-image: url('assets/images/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; /* Space between the image and the text */
    vertical-align: middle; /* Align the image vertically with the text */
    position: relative;
    left: 20px;
}

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

#main .bloginn-inner-content .content-image img,
#secondary .bloginn-inner-content .content-image img,
#featured-posts-item .content-image img {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    height: 300px;
    transition: 0.5s;
    width: 90%;
}
#main .bloginn-inner-content .entry-contentbox,
#secondary .bloginn-inner-content .entry-contentbox,
#featured-posts-item .content {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    background: linear-gradient(180deg, #00000000, #000000D6 89%);
    padding: 0px 28px 18px 39px;
    position: absolute;
    width: 90%;
    bottom: 0;
}
#main .bloginn-inner-content .entry-meta,
#secondary .bloginn-inner-content .entry-meta,
#featured-posts-item .content .entry-meta{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
}

#main .bloginn-inner-content .entry-contentbox hr,
#secondary .bloginn-inner-content .entry-contentbox hr,
#featured-posts-item .content hr{
    color: #ffffff;
    margin-top: 24px;
    border: none;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.8;
}

.separator{
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 0 14px 0 14px;
    vertical-align: middle;
}

#main .bloginn-inner-content h2,
#main .bloginn-inner-content h2.entry-title a,
#secondary .bloginn-inner-content h2.entry-title a,
#featured-posts-item h2.entry-title a,
#featured-posts-item h2 {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    line-height: 29px;
    letter-spacing: 0.66px;
}
#featured-posts-item h2.entry-title a{
    text-transform: none;
    font-weight: 400;
}

#main .bloginn-inner-content .content-image,
#secondary .bloginn-inner-content .content-image,
#featured-posts-item .content-image{
    position: relative;
}

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

#main .column-gap,
#secondary .column-gap{
    /* column-gap: 3rem; */
}

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

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

#main .bloginn-inner-content .entry-meta h4 a,
#main .bloginn-inner-content .entry-meta h4 a,
#secondary .bloginn-inner-content .entry-meta h4 a,
#secondary .bloginn-inner-content .entry-meta h4 a{
    color: #fff;
    font-size: 300;
}

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

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

#main .bloginn-inner-content .post-date svg,
#main .bloginn-inner-content .post-date i,
#secondary .bloginn-inner-content .post-date svg,
#secondary .bloginn-inner-content .post-date i{
    color: #fdc401;
}

#main .bloginn-inner-content .post-date .arrow-up,
#secondary .bloginn-inner-content .post-date .arrow-up,
#featured-posts-item .content .post-date .arrow-up{
    color: #fff;
    transform: rotate(45deg);
    font-size: 18px;
    margin-right: 18px;
}
#main .bloginn-inner-content:hover .post-date .arrow-up,
#secondary .bloginn-inner-content:hover .post-date .arrow-up {
    animation-name: rotate;
    animation-duration: 2s;
}
@keyframes rotate{
    0%{
        transform: rotate(45deg);
    }
    25%{
        trasform: rotate(90deg); 
    }
    50%{
        transform: rotate(135deg);
    }
    75%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(225deg);
    }
}

 /* Shine  */
.featured-bloginn-item{
	position: relative;
    overflow: hidden;
}
.featured-bloginn-item::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.featured-bloginn-item:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

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


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

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

#colophon .footer-bgoverlay {
    background-color: #e9f5ff;
    /* 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: 16px;
    color: #000000;
    z-index: 3;
    position: relative;
    text-align: left;
    line-height: 27px;
    font-weight: 400;
}

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

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

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

#colophon .widget-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    /* height: 60px; */
    line-height: 30px;
    padding: 0;
    background: transparent;
}

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

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

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

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

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

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

#colophon a,
#colophon li,
#colophon .textwidget {
    color: #000000;
}
#colophon li{
    font-size: 16px;
    letter-spacing: 0.53px;
}
#colophon .footerbox:first-child .hentry {
    width: 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;
    border: 2px outset;
    border-color: #000;
    padding: 11px;
    font-size: 18px;
    width: 40px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#colophon .footerbox .hentry .social-profile-icons li:hover{
    transform: scale(1.1);
    background-color: #01549a;
    transition: all 0.5s;
}
#colophon .footerbox .hentry .social-profile-icons li:hover a{
    color: #fdc401;
    transform: scale(1.1);
}
#colophon .footer-widgets-area .widget ul li {
    margin-bottom: 13px;
    background-color: transparent;
}
#colophon .site-info .copy-right {
    color: #000;
    font-size: 16px;
    position: relative;
    z-index: 3;
    margin-top: 20px;
}
#colophon .widget_nav_menu .current-menu-item a{
    color: #fdc401;
    /* font-weight: bold; */
}

#colophon .widget{
    border: none;
    background-color: transparent;
    margin: 0 0 2.5em;
}
.backtotop {
    background-color: #FDAF1B;
    z-index: 300;
    font-size: 25px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.backtotop:hover,
.backtotop:focus {
    background-color: #000;
}

#loader-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
}

.preloader-one #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* / Chrome, Opera 15+, Safari 5+ / */
    animation: spin 2s linear infinite;
    /* / Chrome, Firefox 16+, IE 10+, Opera / */
}

.preloader-one #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite;
    /* / Chrome, Opera 15+, Safari 5+ / */
    animation: spin 3s linear infinite;
    /* / Chrome, Firefox 16+, IE 10+, Opera / */
}

.preloader-one #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader svg,
.preloader-disable #loader-wrapper {
    display: none;

}

#loader svg {
    width: 70px;
    height: 70px;
    fill: #d72924;
}

.preloader-two #loader .loader-two,
.preloader-three #loader .loader-three,
.preloader-four #loader .loader-four,
.preloader-five #loader .loader-five {
    display: block;
}

/* / Scroll to top Button / */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.scroll-to-top a {
    background-color: #FDC401;
    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-device-width: 820px) and (max-device-width: 1024px) { 

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

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

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

    /* faq */
    #main .faqside{
        padding: 0;
    }

    #main .faqs-inner-content h2.faq-title:before{
        left:22px;
    }
    #colophon .widget-title{
        line-height: 30px;
    }

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

    /* services */
    .main-navigation ul.nav-menu>li>a{
        margin: 0 8px 0 0;
    }
    #content .leftbox .contactformbox h1{
        padding: 10px 0 10px 0px;
    }
    #content .leftbox .contactformbox .contacttext{
        padding-top: 50%;
    }
    #content .infoboxinn .contact-text p{
        padding: 15px 0 0 0;
    }
    #content .infoboxinn .address-icon{
        height: 70px;
        width: 70px;
    }
    /* #content .contactform{
        padding-top: 22%;
    } */
    #featured-posts .button{
        padding: 8px 36px 7px 0px;
    }
    /* #main .entry-content h2{
        line-height: 0.1;
    } */
    #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;
}

#section-header .content-site,#featured-faqs .faqside,#featured-faqs .titletext h1,#colophon p{
    padding: 0;
}
#featured-slider .entry-header{
    padding: 0 10px;
}
#section-header{
    margin-top: 0;
}
#colophon .footer-widgets-area .widget_text ul li:nth-child(3){
    margin-left: 0;
}
.bottomheader{
    padding: 4px 0;
}

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

#featured-team .entry-content{
    position: relative;
}

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

/* innear page testimonial */
#main .testimonial-inner-content,#main .faqside,#content .leftbox .contactformbox h1{
    padding: 0;
}
#main .faqs-inner-content .faq-content button.accordion{
    padding: 0px 0 0px 8px;
}
#main .faqs-inner-content .faq-content button.accordion .accordion-arrow{
    position: relative;
    padding: 33px 20px;
}
#main .faqs-inner-content .faq-content{
    margin-bottom: 20px;
}
/* faq */
#main .faqs-inner-content h2.faq-title:before{
    left:20px;
}
#main .bloginn-inner-content .content{
    padding: 10px;
}
#main .bloginn-inner-content .entry-contentbox p{
    margin-bottom: 0;
}
#main .bloginn-inner-content .content{
    margin-left: 20px;
}
#main .bloginn-inner-content .post-date{
    left:-2.7rem;
    bottom: 20rem;
}

#content .infoboxinn .address-icon{
    height: 60px;
    width: 60px;
}
#content .infoboxinn .contact-text{
    padding: 25px 5px;
}
#content .contactform .innershortcode{
    padding: 0 10px;
}
#content .leftbox .contactformbox .contacttext p{
    padding: 7px 0 0px 0;
}
#content .infoboxinn .contact-text p{
    padding: 15px 0 0 0;
}
#content .infoboxinn::before{
    margin: 10px 0 0px -6%;
}

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

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

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

    #featured-slider .entry-container {
        position: absolute;
        top: 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;
    }

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

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

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

    #main .testimonial-inner-content .content-image{
        top: 0px;
        position: relative;
        left: 0px;
    }
  
    #main .testimonial-inner-content:hover h4.testimonials-title a::after{
        transition: .8s ease;
        animation: rotateY 1s linear infinite;
        margin-top: -10px;
    }
  
    #main .testimonial-inner-content .testimonials-details p::after,
    #main .testimonial-inner-content .testimonials-details::before{
        display: none;
    }
    #main .testimonial-inner-content{
        padding: 0x;
    }
    #main .testimonial-inner-content .content-image img{
        width: 100%;
        margin-left: 0;
    }

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

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

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

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

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

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

    .site-logo img {
        width: auto;
    }

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

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

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

    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 12.6rem;
    }
}

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

    #featured-projects .entry-content3 p.text-section {
        padding: 0;
    }

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

    .main-navigation .menu-item-has-children>a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: rgba(255, 255, 255, 0.20);
        width: 1px;
        height: 25px;
    }

    .main-navigation .menu-item-has-children>a:after {
        padding-top: 3px;
    }

    .main-navigation ul.sub-menu li a {
        border-left: none;
    }

    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        /* margin-top: 25px; */
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .main-navigation {
        position: static;
    }

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

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

    .main-navigation .search-menu a {
        display: none;
    }

    .main-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }

    .main-navigation form.search-form button.search-submit {
        height: 59px;
    }

    .main-navigation form.search-form input {
        padding-left: 25px;
    }

    .body-overlay #content,
    .body-overlay #colophon,
    .body-overlay .backtotop {
        filter: blur(25px);
    }
}

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

    .comments-title,
    #reply-title {
        font-size: 28px;
    }
    .menu-toggle {
        width: 45px;
        height: 45px;
        top: 9px;
        right: 35px;
    }
    .menu-toggle span {
        width: 29px;
    }

}

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

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

    #page-site-header .page-title {
        font-size: 32px;
    }

    #featured-classes .featured-classes-item,
    .blog-posts-wrapper .post-item{
        text-align: center;
    }

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        width: 100%;
        margin: 15px 0;
    }

    .post-navigation span.previous-article b,
    .post-navigations span.previous-article b,
    .post-navigation span.next-article b,
    .post-navigations span.next-article b {
        font-size: 18px;
    }

    #respond {
        margin-top: 40px;
    }

    .comment-meta img {
        margin-right: 15px;
    }

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

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

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

/* mobile view */
@media screen and (min-device-width: 320px) and (max-device-width: 550px){
    #masthead{
        position: relative;
        min-height: auto;
    }

    #masthead .sidepadding{
        --bs-gutter-x: 0;
    }
    #featured-posts .post-date{
        bottom:11rem;
        left:-0.7rem;
    }
   
    /* 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;
    }
    #featured-faqs .image-container .image2::after{
        display: none;
    }
    #featured-posts .message-box{
        top:25px;
    }
    #featured-posts .button a{
        padding: 10px 20px;
    }
    #featured-posts .button{
        padding: 8px 32px 7px 0px;
    }
    #featured-posts .button svg{
        right:5px;
    }

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

    .menu-toggle {
        width: 45px;
        height: 45px;
        top: 9px;
        right: 18px;
    }
    .menu-toggle span {
        width: 29px;
    }
}

@media screen and (max-device-width: 320px){
    #featured-slider .borderbtn{
        width: 100px !important;
    }
    #featured-slider .read-more .btn{
        padding: 12px 9px;
    }
    #featured-slider img{
        height: 100vh;
    }
    #featured-slider .entry-container{
        transform: translateY(-61%);
    }
    #featured-services .entry-title a{
        padding: 0px 9px 0px 9px;
    }
    #featured-pricings .circle{
        width: 265% !important;
        left: -211px !important;
        top: -269px !important;
    }
    #featured-projects .entry-content3 h5::before{
        position: absolute !important;
        left: 12px !important;
        top: -21px !important;
    }
    #featured-pricings .title-section h1::before{
        position: absolute !important;
        left: 34px !important;
        top: -24px !important;
    }
    #featured-team .title-section h1::after{
        position: absolute;
        left: 90%;
        top: 13px;
    }
    #featured-team .title-section h1{
        font-size: 35px;
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 1024px) and (orientation:landscape){
    #featured-slider .entry-header h3::before{
        left: -97px;
    }
    #featured-about .title-section .row h3{
        font-size: 17px;
    }
    #featured-posts .button{
        padding: 8px 39px 7px 0px;
        margin: 0;
    }
    /* inner page testimonial */
    .main-navigation ul.nav-menu>li>a{
        margin: 0 13px 0 0;
    }
    #section-header .social-links a{
        margin: 10px 4px;
    }
    #main .bloginn-inner-content .content{
        padding: 8px;
        margin-left: 30px;
    }
    #main .bloginn-inner-content .post-date{
        left:-2.3rem;
    }
    .main-navigation ul.nav-menu .current_page_item>a, .main-navigation ul.nav-menu .current-menu-item>a, .main-navigation ul.nav-menu .current_page_ancestor>a, .main-navigation ul.nav-menu .current-menu-ancestor>a {
        padding: 5px 15px;
    }
}

@media (min-width:300px) and (max-width:700px){
    .main-navigation ul.nav-menu > li > a,
    .main-navigation ul.nav-menu>li:last-child>a {
        padding: 10px;
    }

    #section-header .site-logo img{
        width: 70%;
        height: 57.34px;
    }
    .main-navigation ul.nav-menu>li:last-child{
        width: fit-content;
        padding: 0;
        margin: 0 auto;
    }
    .main-navigation ul.nav-menu>li:last-child a{
        margin: 0;
        color: #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: 100vh;
    }
    
    #featured-about .about-image img{
        height: 500px !important;
    }
    #featured-about .image-top-box{
        width: auto;
        height: auto;
        top: -4rem;
        left: 0;
    }
    #featured-about .title-section h1{
        font-size: 35px;
    }
    #featured-about .aboutrightside .title-section .d-flex{
        margin-bottom: 15px;
    }
    #featured-about .aboutrightside{
        margin-left: 0;
    }
    #featured-services .gap-16 {
        gap: 2rem;
    }

    #featured-features .feature-img{
        margin-left: 0;
        width: 100%;
    }
    #featured-features .section-content{
        padding: 25px 0 0;
        margin-left: 0;
    }

    #featured-faqs .faq-margin{
        margin-left: 0;
    }

    #featured-faqs .contactmapbox iframe{
        padding: 0 0 30px;
    }

    #featured-faqs summary::after{
        margin: -1px 10px 0px 0px;
    }

    #featured-contact{
        background: #000;
    }
    #featured-contact .contact-margin{
        margin-top: 0;
    }
    #featured-contact .box1{
        top: 0;
    }
    #featured-contact .box2{
        top: 3rem;
    }
    #featured-contact .contactformdiv{
        margin-top: 20px;
        padding: 0% 4%;
        margin-left: 0;
        width: 100%;
    }
    #featured-contact .entry-content3 h5{
        margin-left: -25px;
    }

    #featured-pricings .circle{
        top: -214px;
        left: -105px;
    }
    #featured-pricings .featured-pricings-item:nth-child(2){
        transform: none;
    }

    #featured-testimonials .testimonials-heading{
        text-align: center;
        writing-mode: horizontal-tb;
        transform: rotate(0);
    }
 
    #featured-testimonials .expanded-view{
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;
        margin: 12px 0 30px;
        width: 100%;
    }
    #featured-testimonials .expanded-image-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
    }
    #featured-testimonials .expanded-image-container img{
        width: 80%;
        margin-bottom: 20px;
    }
    #featured-testimonials .expanded-text-container{
        text-align: center;
        padding: 0;
        width: 100%;
    }

    #featured-posts .post-date {
        letter-spacing: 1.4px;
        left: -2.5rem;
    }
    #featured-posts .gap-20{
        gap: 40px;
    }
    #featured-posts .entry-container{
        margin-left: 0;
    }
    #featured-posts .entry-contentbox{
        padding: 0px 28px 18px 14px;
    }

    #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;
    }
    #main .bloginn-inner-content .entry-contentbox, #secondary .bloginn-inner-content .entry-contentbox, #featured-posts-item .content{
        width: 100%;
        padding: 0 15px 18px;
    }
    #main .bloginn-inner-content .content-image img, #secondary .bloginn-inner-content .content-image img, #featured-posts-item .content-image img{
        width: 100%;
    }
    .widget_text input{
        margin: 0 0 16px 30px;
    }
    .entry-meta{
        display: grid;
        gap: 8px;
    }
    .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;
    }
    #section-header{
        width: 90%;
        margin: 0px 5% 0px;
    }
    #featured-projects .entry-content .entry-text{
        width: 232px;
        padding: 18px 24px;
    }
    #featured-features .entry-content h2{
        margin: 55% 0 0 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-projects .entry-content3 h5::before{
        position: absolute;
        left: 34px;
        top: -20px;
    }
    #featured-steps .section-content .steps-block{
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 8px;
    }
    #featured-pricings .title-section h1{
        font-size: 37px;
    }
    #featured-pricings .cleaning-chemical{
        display: none;
    }
    #featured-team .title-section h1{
        font-size: 35px;
    }
    #featured-testimonials .client-single .content-image{
        width: 65%;
        margin: 0 auto;
    }
    #featured-posts .title-section h1{
        font-size: 35px;
    }
    #featured-posts .title-section h1::before{
        left: 20px;
        top: -25px;
        height: 41px;
    }
    #featured-posts .post-item{
        width: 100%;
        margin-bottom: 30px;
    }
}

/* ============================================= */
/*/////////////////// 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;
}
.menu-toggle{
    top: 23px;
}

#featured-slider .wrapper {
    top: 28%;
}
#featured-slider h2.title{
    font-size: 55px;
}
#featured-slider .entry-header h3{
    margin: 0;
}
#featured-slider h2.entry-title{
    line-height: 1;
}

#featured-slider .entry-content{
    margin: 0 72px 0 18px;
}
#featured-slider .wrapper .d-flex{
    justify-content: start;
    margin-left: 18px;
}
#featured-slider .slick-next{
    left: 17.5%;
}
#featured-slider img{
    height: 100vh;
}
#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;
}
#featured-about .image-top-box .top-box-text{
    font-size: 11px;
}
#featured-about .title-section{
    margin-bottom: 0;
}
#featured-about .title-section h5{
    font-size: 17px;
}

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

#featured-features .features-block{
    padding: 31px 15px;
}
#featured-features .featuresbox .features-icon{
    font-size: 40px;
}
#featured-features .featuresbox .circle{
    width: 58px;
    height: 58px;
}
#featured-features .featuresbox{
    padding: 0 0 0px;
}
#featured-features h4.features-title{
    margin: 6px 0 10px;
}
#featured-features .featuresbox .features-icon i, #featured-features .featuresbox .features-icon svg{
    margin: 0 0 0 18px;
}

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

#featured-steps .section-content .steps-block .steps-icon{
    /* left: 3.4rem; */
    width: 118px;
    height: 118px;
}
#featured-steps .section-content .steps-block .stepsbox .steps-no{
    margin-top: -30px;
}
#featured-steps .section-content .steps-block h4 a{
    font-size: 17px;
}
#featured-steps .section-content .steps-block .stepsbox .steps-text{
    font-size: 16px;
    padding: 19px 20px;
}
#featured-steps .section-content .steps-block:nth-child(2) .steps-icon{
    width: 134px;
    height: 134px;
}
#featured-steps .section-content .steps-block{
    margin-top: 20px;
}

#featured-faqs .faq-margin{
    margin-left: 0;
}

#featured-contact .contact-margin{
    margin-top: 280px;
}
#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-pricings .circle{
    width: 280%;
    top: -19rem;
    left: -188px !important;
}
#featured-pricings .cleaning-chemical{
    display: none;
}

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

#featured-posts .gap-20{
    gap: 1rem;
}
#featured-posts .entry-meta{
    padding: 6px 0 0;
}
#featured-posts .entry-meta .d-flex{
    gap: 12px;
    padding-left: 6px;
}
#featured-posts .px-3{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
#featured-posts .entry-contentbox{
    padding: 20px 0;
}
#featured-posts .entry-contentbox .entry-title{
    margin: 0 5px 15px;
}
#featured-posts h2.entry-title a{
    font-size: 18px;
}
#featured-posts .posts-date{
    padding: 12px 0 0 5px;
}
#featured-posts .posts-date .arrow-up{
    margin-right: 1rem;
}

#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 .bloginn-inner-content .entry-contentbox, #secondary .bloginn-inner-content .entry-contentbox, #featured-posts-item .content{
    padding: 0px 9px 18px;
} */
#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;
}
#content .rightbox-form .conct-header hr{
    left: 1.3rem;
}
#featured-features .entry-content h2{
    margin: 46% 0 0px 0px;
}
#featured-features .feature-img{
    width: 100%;
}
#featured-features .section-content{
    margin-left: 0;
}
#main .gallerybox .gallery-inner-content .gallery-box{
    width: 100%;
}
}

/* ============================================= */
/*/////////////////// 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-steps .section-content .steps-block .stepsbox .steps-no{
        margin-top: -34px;
    }
    #featured-steps .gap-20{
        gap: 2rem;
    }

    #featured-contact .box1{
        top: 12rem;
    }
    #featured-contact .box2{
        top: 14.8rem;
    }

    #featured-pricings .circle{
        top: -227px !important;
        left: -98px !important;
    }

    #featured-team .entry-content {
        padding: 10px 15px;
    }
    #featured-team .gap-5{
        gap: 1rem !important;
    }

     #featured-testimonials .swiper-slide .content-image .image-container{
        width: 100%;
     }
     #featured-testimonials .client-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;
    }

    #main .faqs-inner-content .faq-content button.accordion{
        padding: 0 0 0 12px;
    }
    #main .faqs-inner-content .faq-content button.accordion .accordion-arrow{
        padding: 20px;
        position: relative;
    }
    .widget_text input{
        margin: 0 30px 16px;
    }
    #section-header{
        width: 90%;
        margin: 0px 5% 0px;
    }

    #featured-projects .entry-content .entry-text{
        width: 192px !important;
        padding: 18px 20px;
    }
    #featured-projects .entry-content .entry-text a{
        font-size: 20px;
    }
    #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;
    }

}

#featured-faqs button.gm-control-active{
    background-color: #01549a !important;
}

/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (orientation: landscape) and (max-width:1440px) {
    #featured-posts .message-box .message-form p .wpcf7-spinner::before{
        left: 16.2rem;
    }
    #featured-pricings .circle{
        left: -140px;
    }
    #featured-testimonials .client-single.active .client-img{
        transform: scaleY(2.2) scaleX(1.3);
    }
    #featured-testimonials .client-comment{
        left: 36rem;
    }
    .post-navigation a, .posts-navigation a{
        margin-bottom: 8px;
    }

    #featured-projects .entry-content .entry-text{
        width: 279px;
    }

}
