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

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

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

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

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

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

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

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

@font-face {
    font-family: 'poppins Semibold';
    font-style: normal;
    font-weight: 400;
    src: local('poppins Semibold'), url('assets/fontfamilies/poppins/Poppins-SemiBold.woff') format('woff');
}

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

@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Montserrat Bold'), url('assets/fontfamilies/Montserrat/montserrat-bold.woff2') format('woff');
}

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

@font-face {
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat-SemiBold'), url('assets/fontfamilies/Montserrat/Montserrat-SemiBold.woff') format('woff');
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

#wpadminbar {
    outline: none;
}

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

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

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

.section-header .container-fluid {
    margin-top: 1rem;
}

.container-fluid {
    padding: 0 0;
}

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

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

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: 90%;
    height: auto;
    /* background-color: #3f536d; */
    opacity: 1;
    /* margin-top: 1%; */
    margin: 0 5% 0;
}

/* /////// bottom header ////// */
.bottomheader {
    width: 100%;
    position: relative;
    margin: 1.7% 0 1%;
}

.bottomheader-copy {
    background-color: #FFFFFF;
    padding: 1rem;
}

.bottomheader-copy1 {
    padding: 15px 27px;
}

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

.widget_media_gallery {
    padding: 3px;
    background-color: #ebebeb26;
    border: 1px solid #a19e9e26;
    border-radius: 3px;
}

.widget_media_gallery .gallery {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
}

.widget_media_gallery .gallery figure img {
    width: 100%;
    height: auto;
}

/*------------------------------------*/
.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: 85%;
    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 .fa-magnifying-glass {
    color: rgba(255, 255, 255, 0.695);
}

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

#section-header .bottomheader .col-lg-1 .d-flex .search-box {
    width: 100%;
}

#section-header .bottomheader .col-lg-1 .d-flex .input-search {
    background-color: transparent !important;
}

#section-header .bottomheader .col-lg-1 .d-flex .input-search::placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

#section-header .bottomheader .col-lg-1 .d-flex .btn-search {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    color: #ffffff;
    background-color: none;
    pointer-events: painted;
    margin-left: 1rem;
}

#section-header .bottomheader .col-lg-1 .d-flex .btn-search:hover {
    background-color: #FDC401;
}

/* #section-header .bottomheader .col-lg-1 .d-flex .btn-search:focus ~ input.input-search{
                  width: 100%;
                  border-radius: 0px;
                  background-color: transparent;
                  border-bottom:1px solid rgba(255,255,255,.5);
                  transition: all 4s cubic-bezier(0, 0.110, 0.35, 2);
                } */
#section-header .bottomheader .col-lg-1 .d-flex .input-search:focus {
    width: 100%;
    color: #ffffffb1;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0px 0px 3rem blue;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 4s cubic-bezier(0, 0.110, 0.35, 2);
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul.nav-menu>li>a {
    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 {
    text-align: left;
    padding: 0;
}

.main-navigation ul ul li a {
    padding: 12px 15px;
    font-weight: 600;
    text-align: left;
    background-color: #fff;
    color: #000;
}

.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;
    padding: 14px 0;
}

.main-navigation li .sub-menu li {
    padding: 0;
}

.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;
    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: 0;
    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;
    border-bottom: 2px solid #FB5B11;
    position: relative;
}

.main-navigation ul.nav-menu .current_page_item>a::before,
.main-navigation ul.nav-menu .current-menu-item>a::before,
.main-navigation ul.nav-menu .current_page_ancestor>a::before,
.main-navigation ul.nav-menu .current-menu-ancestor>a::before {
    color: #FB5B11;
    width: 50%;
    height: 1px;
    content: '';
    border-bottom: 2px solid #FB5B11;
    position: absolute;
    bottom: -27%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-navigation ul.nav-menu .current_page_item> ul li a::before,
.main-navigation ul.nav-menu .current-menu-item> ul li a::before,
.main-navigation ul.nav-menu .current_page_ancestor> ul li a::before,
.main-navigation ul.nav-menu .current-menu-ancestor> ul li a::before {
 border-bottom: none;
}
.dropdown-toggle::after {
    display: none !important;
}

.main-navigation ul.nav-menu>li>a {
    padding: 6px 14px;
    text-align: center;
    overflow: visible !important;
}

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

form.search-form {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}

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

.menu-toggle {
    font-size: 8px;
    margin: 2px 0;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 11px;
    right: 0;
    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;
}

label {
    width: -webkit-fill-available;
}

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

button.dropdown-toggle {
    padding: 0;
    position: absolute;
    right: 0;
    top: 11px;
    /* 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 .nav-previous a,
.posts-navigation .nav-previous a {
    clip-path: polygon(0% 50%,
            20% 0%,
            100% 0%,
            100% 100%,
            20% 100%,
            0% 50%,
            0% 100%);
}

.post-navigation .nav-next a,
.posts-navigation .nav-next a {
    clip-path: polygon(80% 0%,
            0% 0%,
            0% 100%,
            100% 100%,
            0% 100%,
            80% 100%,
            100% 50%);
} */

/* .post-navigation a,
.posts-navigation a {
    background: #FB5B11;
    padding: 10px 20px;
    width: fit-content;
    font-weight: 400;
    display: block;
    color: #fff;
    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. */
}


/*--------------------------------------------------------------
# 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: 95%;
    max-width: 100%;
    position: relative;
    display: inline-block;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1em;
    width: 100%;
}

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

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

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

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

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

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

.widget_search,
.widget_recent_entries,
.widget_categories,
.widget_archive,
.widget_recent_comments,
.widget_tag_cloud,
.widget_nav_menu,
.widget_text {
    background-color: #fff;
}

/* .widget_search .search-form label {
    width: 80%;
} */

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

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

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

form.search-form {
    position: relative;
}

#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 .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::after,
#secondary .widget ul li a::after,
#primary .widget ol li a::after,
#secondary .widget ol li a::after {
    content: '. . . . . . . . . . . . .';
}

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

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

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

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

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

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

.hentry {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tags-links span.fw-bold {
    color: #01549a;
}

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

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

.socialMedia {
    float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

.byline {
    visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

.says {
    display: none;
}

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

#comments time:before {
    display: none;
}

.comment-body {
    position: relative;
}

.reply {
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section {
    position: relative;
    overflow: hidden;
}

.title-section {
    margin-bottom: 3em;
    display: flex;
    position: relative;
}

.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: 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;
    background-size: 100% 100%;
}

.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*="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: 30px;
    clear: both;
    text-align: center;
    color: #FB5B11;
    margin-bottom: 65px;
    line-height: 1.3;
    font-weight: 700;
}

#main .entry-content h3 {
    font-size: 38px;
    clear: both;
    color: #000;
    padding-bottom: 22px;
    font-weight: 700;
    /* letter-spacing: 0.59px; */
}

#main .entry-content h4 {
    font-size: 30px;
    clear: both;
    color: #000;
    padding-top: 10.66px;
    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;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(assets/images/architecture-villa-house-building-home-pool-599831-pxhere.com-1.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(180deg, #151B1B99 0%, #00000099 100%);
    ;
}

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

#page-site-header .page-title {
    display: none;
    /* color: #fff;
    font-size: 50px;
    font-family: 'Montserrat Bold';
    text-align: left;
    line-height: 61px;
    letter-spacing: 0; */
}

#page-site-header .page-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 18rem;
    text-align: center;
    margin: 0 100px;
    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;
    border-radius: 50px;
    text-decoration: none;
}

#page-site-header .breadcrumbbox .button .root,
#page-site-header .breadcrumbbox a,
#page-site-header .breadcrumbbox span.bread-arrow,
#page-site-header .breadcrumbbox span.treeEnd,
#page-site-header .breadcrumbbox span {
    font-size: 20px;
    padding: 0 2px;
    font-family: 'Montserrat';
    letter-spacing: 0;
    line-height: 23px;
    color: #fff;
    opacity: .8;
}

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

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

#featured-slider .sliderimg {
    width: 100%;
    height: 901px;
}

#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: 901px;
    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); */
    background-color: #000;
    opacity: .8;
}

.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;
    top: 27%;
    left: 5rem;
}

#featured-slider .entry-header {
    margin: 0px 0 0;
    height: auto;
}

#featured-slider h2.title {
    position: relative;
    z-index: 2;
    text-shadow: 3px 3px 2px black;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 100px;
    line-height: 125px;
    font-family: 'Montserrat Bold';
    letter-spacing: 0px;
}

#featured-slider .entry-content {
    color: #fff;
    padding: 0px;
    width: 50%;
}

#featured-slider .entry-content p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 40px;
    font-weight: 300;
    color: #CCC6C3;
    font-family: 'poppins';
    width: 85%;
}

#featured-slider .read-more {
    margin-top: 20px;
}

#featured-slider .read-more .btn {
    display: inline-block;
    font-weight: 300;
    padding: 12px 15px;
    font-size: 18px;
    background: transparent;
    text-decoration: none;
    border-radius: 0;
    letter-spacing: 0.59px;
    transition: 0.5s;
    color: #ffffff;
    overflow: hidden;
    margin-top: 5px;
    border: 1px solid #FFFFFF;
}

#featured-slider .read-more .btn::after {
    content: " \2192";
    /* Unicode right arrow → */
    display: inline-block;
    margin-left: 8px;
    /* Space between text and arrow */
    font-size: inherit;
    /* Keep arrow size same as text */
    vertical-align: middle;
    margin-bottom: 4px;
}

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

#featured-slider .borderbtn {
    border: 2px solid;
    border-color: #ffffff;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 rgba(251, 91, 17, 0.4);
        /* #FB5B11 with 0.4 opacity */
    }

    50% {
        box-shadow: 0 0 0 30px rgba(251, 91, 17, 0);
        /* Fully transparent at max size */
    }

    100% {
        box-shadow: 0 0 0 0 rgba(251, 91, 17, 0);
        /* Fully transparent */
    }
}

#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;
    display: none;
    height: 51px;
    opacity: 9;
    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";
}

#featured-slider .position-absolute .imgbox2 {
    z-index: 2;
    position: relative;
    height: 738px;
}

#featured-slider .position-absolute .imgbox1 {
    width: 135px;
    height: 135px;
    position: absolute;
    z-index: 0;
    top: 3rem;
    right: 2.8rem;
}

#featured-slider .imgarrow {
    width: 192px;
    height: 31px;
    margin: 1rem 0;
}

#featured-slider .hrdiv::after {
    right: 0;
}

#featured-slider .hrdiv::before,
#featured-slider .hrdiv::after {
    content: '';
    top: -5px;
    width: 11px;
    height: 11px;
    position: absolute;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    opacity: 1;
}

#featured-slider .hrdiv {
    width: 708px;
    height: 0px;
    border: 1px solid #C2C2C2;
    opacity: 1;
    z-index: 1;
    position: relative;
}

#featured-slider .sliderparaimg {
    margin-top: 42px;
}

#featured-slider .sliderparaimg img {
    width: 54px !important;
    height: 241px !important;
}

@media screen and (min-width:1536px) {
    .stepsbox .position-absolute {
        top: -3.6rem !important;
    }
}

@media screen and (max-width:1536px) {
    #featured-team .container {
        margin: 0;
        max-width: 100%;
    }

    .stepsbox .position-absolute .position-absolute {
        bottom: -13rem;
    }
}

@media screen and (max-width: 1414px) {
    #featured-slider h2.title {
        font-size: 85px !important;
    }
}

@media screen and (max-width:1280px) {
    #featured-services article.paddingdiv {
        padding: 0;
    }

    #featured-steps .container {
        max-width: 100%;
    }

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

    #featured-posts .container {
        max-width: 100%;
    }

    #featured-slider h2.title {
        font-size: 60px !important;
    }

    #featured-slider .hrdiv {
        width: 50%;
    }

    #featured-video .container {
        margin: 0;
        max-width: 100%;
    }

    #featured-video .video-size p.number-p {
        font-size: 50px;
    }

    #featured-projects .container {
        margin: 0 !important;
        max-width: 100%;
    }
}

@media screen and (min-width:992px) and (max-width:1230px) {
    #featured-steps .steps-block .stepsbox div.btnn {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 1106px) {
    #featured-slider .position-absolute .imgbox1 {
        top: 4rem !important;
        right: 0.8rem !important;
    }
}

@media screen and (max-width: 1024px) {
    #featured-slider h2.title {
        line-height: 72px;
    }

    .main-navigation ul ul li a {
        text-align: center;
    }

    #featured-slider .sliderimg,
    #featured-slider img {
        height: 800px;
    }

    #featured-slider .position-absolute .imgbox2 {
        height: 650px;
    }

    #featured-contact .container {
        max-width: 100%;
    }

    #featured-contact .container .row {
        padding: 0 !important;
    }

    #content .contact-inner-content .container {
        max-width: 100%;
    }

    #content .contact-inner-content .container .row {
        padding: 0 !important;
    }

    #section-header .bottomheader .col-lg-2,
    #section-header .bottomheader .col-lg-1 {
        width: 100%;
    }

    #primary {
        width: 100% !important;
    }
}

@media screen and (max-width: 960px) {
    #featured-slider .position-absolute .imgbox1 {
        width: 120px !important;
        height: 120px !important;
    }
}

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

    #featured-slider h2.title {
        font-size: 50px !important;
    }

    #featured-slider .sliderparaimg .col-sm-1 {
        width: 11%;
    }
}

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


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

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

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

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

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

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

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

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

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

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

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

#featured-services .paddingdiv {
    padding: 0 3rem;
}

#featured-services .entry-content3 h5 {
    position: relative;
    font-size: 30px;
    font-family: 'Montserrat Bold';
    margin: 0px 0px 19px 0px;
    color: #FB5B11;
    letter-spacing: 1.20px;
}

#featured-services .entry-content3 h6 {
    position: relative;
    width: 50%;
    font-family: 'poppins Semibold';
    justify-self: center;
    font-size: 41px;
    margin: 0px 0px 50px 0px;
    letter-spacing: 1.20px;
}

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

#featured-services .entry-container {
    background: #FFFFFF;
    margin: 0 0 2px;
    position: relative;
    padding: .6rem;
}

#featured-services .entry-container .fa-helmet-safety {
    position: absolute;
    top: 0;
    left: 2rem;
    padding: .6rem;
    background-color: #262322;
    color: white;
    opacity: .9;
}

#featured-services .entry-container:hover .fa-helmet-safety {
    background-color: #fb5b11;
}

#featured-services .entry-container:hover .position-relative a.newsCaption-link {
    background-color: #fb5b11;
}

#featured-services .entry-container .position-relative {
    padding: .8rem;
}

#featured-services .entry-container .position-relative h2 {
    font-size: 25px;
    font-weight: bold;
    padding: 1rem 0;
}

#featured-services .entry-container .position-relative p {
    font-size: 20px;
    font-size: 100;
    margin: 0 0 1rem 0;
    opacity: .6;
}

#featured-services .entry-container .position-relative a.newsCaption-link {
    font-size: 12px;
    background-color: black;
    color: white;
    padding: 10px 20px;
}

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

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

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

#main .paddingdiv {
    padding: 0 2rem;
}

#main .entry-content h2 a {
    color: #000;
}

#main .entry-content3 h5 {
    position: relative;
    font-size: 30px;
    margin: 0px 0px 0px 0px;
    color: #FB5B11;
    font-weight: bold;
    letter-spacing: 1.20px;
}

#main .entry-content3 h6 {
    position: relative;
    width: 50%;
    justify-self: center;
    font-size: 41px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    letter-spacing: 1.20px;
}

#main .featured-service-item {
    background: #FFFFFF;
    transition: 0.5s;
    border: 2px solid #E5E5E54D;
    overflow: hidden;
    box-shadow: 0px 0px 0px #0000000F;
}

#main .entry-container {
    margin: 0 0 2px;
    position: relative;
    margin: .6rem;
}

#main .entry-container .imageinnerservice {
    border: 2px solid #E5E5E5;
}

#main .entry-container .fa-helmet-safety {
    position: absolute;
    top: 0;
    left: 2rem;
    padding: .6rem;
    background-color: #262322;
    color: white;
    opacity: .9;
}

#main .entry-container:hover .fa-helmet-safety {
    background-color: #fb5b11;
}

#main .entry-container:hover .position-relative a.newsCaption-link {
    background-color: #fb5b11;
}

#main .entry-container .position-relative {
    padding: .8rem;
}

#main .entry-container .position-relative h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    margin: 0 !important;
    padding: 1rem 0;
}

#main .entry-container .position-relative p {
    font-size: 20px;
    font-size: 100;
    margin: 0 0 1rem 0;
}

#main .entry-container .position-relative a.newsCaption-link {
    font-size: 12px;
    background-color: black;
    color: white;
    padding: 10px 20px;
}

@media screen and (max-width:1400px) {
    #main #post-270 {
        padding: 60px 0px !important;
    }
}

@media screen and (max-width:1200px) {
    #main #post-270 .paddingdiv {
        padding: 0px !important;
    }

    #featured-projects {
        padding-left: 0;
        padding-right: 0;
    }
}



/*--------------------------------------------------------------
#  Featured Video Section
--------------------------------------------------------------*/

#featured-video .video-size p.number-p {
    font-size: 70px;
    font-weight: bold;
}

#featured-video .video-size {
    box-shadow: -4px 0px 20px #0000001A;
    border-left: 8px solid #FB5B11;
}

#featured-video .padd {
    padding: 4rem;
}

#featured-video .boxsixe {
    padding: 1.2rem 0;
}

#featured-video .padcol .position-absolute {
    border-left: none;
    border: 1px solid white;
    width: 98%;
    top: 1rem;
    bottom: 1rem;
    right: 1rem;
    left: 0;
}

#featured-video .padcol .position-absolute img {
    position: absolute;
    top: 40%;
}

.video-area {
    position: relative;
    overflow: hidden;
    height: 33rem;
}

/* .video-area .video-content-bg {
    padding: 16em 0;
} */

.video-area iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
}

.video-area embed {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
}

/* .video-area .yearbx {
    position: absolute;
    right: 15%;
    top: 30%;
    /* / width: 75%;/ *
} */

/* .video-area .yearnum {
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.video-area.yeartx {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
} */

@media screen and (max-width:1224px) {
    #featured-video .padcol {
        width: 100%;
    }

    #featured-video .position-absolute {
        border: none !important;
    }

    /* .video-area .video-content-bg {
        padding: 0;
    } */
}

/*--------------------------------------------------------------
#  video innerpage Section
--------------------------------------------------------------*/

#main .video-inner-page {
    position: relative;
    padding: 100px;
}

.html5-video-player a {
    display: none;
}

#main .video-inner-page .ytp-title-text {
    display: none !important;
}

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

#featured-about .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

#featured-about .container .about-section-main .pref {
    order: 2
}

#featured-about .container .about-section-main .borders::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: white;
    display: block;
    opacity: .8;
}

#featured-about .container .about-section-main .borders {
    background-image: url("assets/images/interior-2685521_1280@2x.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    justify-items: anchor-center;
    align-content: space-around;
}

#featured-about .container .about-section-main .borders img {
    box-shadow: 0px 0px 20px #0000001A;
    border: 1.5rem solid white;
    position: relative;
    z-index: 1;
}

#featured-about .about-section-main h2 {
    color: #FB5B11;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 1rem 0 2rem;
}

#featured-about .about-section-main h1 {
    color: black;
    font-size: 41px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 1rem;
    line-height: 60px;
}

#featured-about .about-section-main li {
    color: black;
    font-size: 16px;
    text-align: left;
    margin: 0;
        margin-left: 30px;
}

#featured-about .about-section-main li::marker {
    color: #FB5B11;
    display: none !important;
    font-size: 26px;
}

#featured-about .about-section-main p.para-1 {
    font-size: 18px;
    line-height: 32px;
    margin: 2rem 0;
}

#featured-about .about-section-main .position-relative {
    margin: 1.4rem 0;
}

#featured-about .about-section-main .position-relative img {
    width: 124px;
    height: 78px;
}

#featured-about .about-section-main .position-relative .position-absolute {
    top: 1rem;
    left: 10rem;
}

#featured-about .about-section-main .position-relative .position-absolute h3 {
    font-size: 21px;
}

#featured-about .about-section-main .position-relative .position-absolute h4 {
    font-size: 15px;
}

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

#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 .title-section {
    margin-bottom: 4em;
    display: block;
}

#featured-projects .entry-content3 h6 {
    font-size: 41px;
    text-align: center;
    position: relative;
    font-weight: 700;
    padding: 0 0 2rem 0;
}

#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 .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 .gallery a {
    display: grid;
}

#featured-projects {
    background-color: #f2f2f2;
}

#featured-projects .project-image {
    background-color: white;
    padding: 1rem;
}

#featured-projects .entry-content3 h5 {
    font-size: 30px;
    color: #FB5B11;
    font-weight: 700;
}

#featured-projects .entry-content {
    text-align: left;
    height: auto;
    grid-template-columns: 80% auto;
}

#featured-projects .entry-content p {
    font-size: 18px;
    color: #5B5856;
    padding-bottom: 1rem;
}

#featured-projects .entry-content .entry-title {
    padding: 16px 0px;
    margin: 0;
    width: 100%;
}

#featured-projects .entry-content .position-relative {
    text-align: center;
}

#featured-projects .entry-content a.icon {
    background-color: #FB5B11;
    padding: 2rem 1em;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    top: 14px;
}

#featured-projects .entry-content a.icon svg {
    font-size: 30px;
    transform: rotate(-45deg);
    color: white;
}

#featured-projects .entry-title a {
    text-decoration: none;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 1.39px;
    font-weight: bold;
}

#featured-projects .entry-content3 h5::before,
#featured-pricings .title-section h1::before,
#featured-features .entry-content h2::after {
    display: none;
}

#featured-projects .entry-content3 h5,
#featured-pricings .title-section h1,
#featured-features .entry-content h2 {
    margin-bottom: 30px;
}

@media screen and (max-width:375px) {
    #featured-projects .project-image .image-container {
        height: 300px !important;
    }

    #featured-projects .entry-title a {
        font-size: 18px !important;
    }
}

@media screen and (max-width:325px) {
    #featured-projects .entry-content .position-relative {
        right: 0;
    }

    #featured-projects .entry-title a {
        font-size: 18px !important;
        letter-spacing: 1px;
    }

    #featured-projects .grid {
        padding: 0;
    }
}

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

#main .featured-project-item .image-container {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#main .featured-project-item .image-container .icon {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 100%;
    background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FFFFFFC9 51%, #FFFFFF00 100%);
    opacity: 0.6;
}

#main .featured-project-item .image-container .icon svg {
    background-color: #FFFFFF;
    opacity: 1;
    padding: 5px;
    border-radius: 100%;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
}

#main .featured-project-item .entry-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0.75;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#main .featured-project-item .entry-content h2 {
    margin: 37px 0 11px 0;
}

#main .featured-project-item .entry-content h2 a {
    font-size: 22px;
    line-height: 27px;
    font-family: 'Montserrat Medium';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#main .featured-project-item .entry-content p {
    text-align: center;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 29px;
}

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

@media screen and (max-width:1353px) {
    #featured-team {
        padding: 0;
    }
}

#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;
    padding: 1rem;
    position: relative;
}

#featured-team .title-section h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FB5B11;
}

#featured-team .title-section h2 {
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 3.5rem;
}

#featured-team .title-section p,
#main .title-section p {
    font-size: 19px;
    margin-bottom: 30px;
    justify-content: left;
}

#featured-team .title-section a {
    font-size: 18px;
    background-color: #000;
    color: #fff;
    padding: 8px 2rem;
}

#featured-team .contentbox h3 {
    font-size: 15px;
    color: #030303;
    font-weight: 400;
    letter-spacing: 2px;
}

#featured-team .image-container {
    height: 308px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all .7s linear;
}

#featured-team .featured-team-item .content-image .entry-content {
    z-index: 0;
}

#featured-team .content-image {
    border-radius: 0px;
    display: block;
    height: 27rem;
    position: relative;
    /* padding: 1rem 0; */
}

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

#featured-team .content-image .social-links {
    background-color: #EFEFEF;
    padding: 10px 0;
    margin: 3px 5px 3px 0;
    width: 82%;
}

#featured-team .content-image .social-links a {
    padding: 9px;
    color: #FB5B11;
}

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

#featured-team h2.entry-title {
    transform: rotate(-180deg);
    position: relative;
    left: 4px;
    -webkit-writing-mode: vertical-lr;
    width: 7%;
    height: 61%;
    overflow: hidden;
    top: -263px;
}

#featured-team .entry-content {
    position: absolute;
    bottom: 0;
    bottom: 0;
    height: 72%;
    width: 95%;
    box-shadow: 0px 0px 1px black;
}

#featured-team .content-image:hover .entry-content {
    background-color: #fdc401;
}

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

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

#main .featured-team-item {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:1353px) {
    #main .featured-team-item {
        padding: 0;
    }
}

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

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

#main .featured-team-item .title-section h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FB5B11;
}

#main .featured-team-item .title-section h2 {
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 3.5rem;
}

#main .featured-team-item .title-section p,
#main .featured-team-item .title-section p {
    font-size: 19px;
    margin-bottom: 30px;
    justify-content: left;
}

#main .featured-team-item .title-section a {
    font-size: 18px;
    background-color: #000;
    color: #fff;
    padding: 8px 2rem;
}

#main .featured-team-item .contentbox h3 {
    font-size: 15px;
    color: #030303;
    font-weight: 400;
    letter-spacing: 2px;
}

#main .featured-team-item .image-container {
    /* height: 308px;
    width: 100%; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all .7s linear;
}

#main .featured-team-item .content-image {
    border-radius: 0px;
    display: block;
    position: relative;
}

#main .featured-team-item .imagediv {
    position: relative;
    z-index: 2;
    padding-bottom: 3.1rem;
}

#main .featured-team-item .content-image .social-links {
    background-color: #EFEFEF;
    padding: 10px 0;
    margin: 3px 5px 3px 0;
}

#main .featured-team-item .content-image .social-links a {
    padding: 9px;
    color: #FB5B11;
}

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

#main .featured-team-item h2.entry-title {
position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    transform: rotate(-180deg);
    -webkit-writing-mode: vertical-lr;
    margin: 0;
}

#main .featured-team-item .content-image .entry-content {
    position: absolute;
    bottom: 0;
    height: 19rem;
    width: 95%;
    box-shadow: 0px 0px 10px #0000000D;
}

#main .featured-team-item:hover .content-image .entry-content {
    background-color: #fdc401;
}

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

#main .featured-team-item .contentbox {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#main .featured-team-item .contentbox .align-self-center {
    padding-left: 1.4rem;
}

@media screen and (max-width:1476px) {
    #main .featured-team-item {
        padding: 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1188px) {
    #main #post-115 {
        padding: 60px 0rem !important;
    }
}

@media screen and (max-width: 1108px) {
    #secondary .widget_recent_entries ul li a:last-child {
        padding: 5px !important;
    }
}

@media screen and (min-width:768px) and (max-width:845px) {
    #main #post-115 {
        padding: 60px 3rem !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: 30px;
    color: #FB5B11;
    letter-spacing: 1.32px;
    font-weight: bold;
}

#featured-steps .entry-content3 h6 {
    font-size: 41px;
    padding: 2rem 0;
    letter-spacing: 1.32px;
    font-weight: bold;
}

#featured-steps .steps-block .video-pop iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:600px) {
    #featured-steps .steps-block .video-pop iframe {
        width: 37rem;
        height: 21rem;
    }
}

#featured-steps .steps-block {
    width: 100%;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 38px;
    padding: 2rem;
    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 .stepsbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#featured-steps .steps-block .stepsbox .btnn.active,
#featured-steps .steps-block .stepsbox .btnn:hover {
    background-color: #FB5B11 !important;
    /* padding: 1.2rem 3.2rem; */
    transform: scale(1.1);
    border: none;
    color: #FFFFFF;
}

#featured-steps .steps-block .stepsbox div.btns {
    margin: 2rem 0rem;
    align-content: space-evenly;
}

#featured-steps .steps-block .stepsbox div.buttons {
    padding: 0 1rem;
}

#featured-steps .steps-block .stepsbox div.btnn {
    padding: 1rem 0;
    margin: 1rem 0;
    background-color: #E5E5E5;
    border-left: .4rem solid #FB5B11;
    color: #000;
}

#featured-steps .steps-block .stepsbox .mission {
    font-size: 24px;
    font-weight: 500;
}

#featured-steps .steps-block .stepsbox .boxdiv {
    padding: 2rem 0;
}

#featured-steps .steps-block .stepsbox p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1.2px;
}

#featured-steps .steps-block .stepsbox .d-flex {
    padding-bottom: 1rem;
}

#featured-steps .steps-block .stepsbox .d-flex .ulli {
    width: 100%;
    font-size: 16px;
}

#featured-steps .steps-block .stepsbox .d-flex .ulli ul li {
    padding-bottom: .7rem;
}

#featured-steps .steps-block .stepsbox .d-flex .ulli ul li::before {
    content: '\25C9';
    margin-right: 1rem;
    color: #FB5B11;
    filter: drop-shadow(0px 0px 1px #efc6b3);
}

#featured-steps .steps-block .stepsbox .tags {
    padding: 1.4rem 0;
}

#featured-steps .steps-block .stepsbox .tags a {
    font-size: 16px;
    color: #fff;
    padding: .7rem 1.5rem;
    background-color: black;
}

.stepsbox .position-absolute {
    align-self: anchor-center;
}

.stepsbox .position-absolute .position-absolute {
    font-size: 23px;
    background-color: rgba(255, 255, 255, 0.27);
    padding: 10px 1.3rem;
    gap: .8rem;
    justify-self: anchor-center;
    bottom: 0;
}

.stepsbox .position-absolute .position-absolute {
    bottom: -21rem;
}

#featured-steps #closePopup {
    padding: 1px 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 30px;
    font-size: 18px;
    background: #fff;
    color: #000;
}

#featured-steps .popup-content {
    padding: 10px 10px 4px 10px;
    border-radius: 0px;
    width: auto;
    height: auto;
    position: relative;
}

#featured-steps .popup {
    display: none;
    position: fixed;
    top: 0%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    Left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    transition: all 2s ease;
    z-index: 999;
}

#featured-steps .popup.show {
    display: flex;
}

#featured-steps .pop-bg {
    background: rgba(0, 0, 0, .2);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#featured-steps .pop-container {
    width: 100%;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

#featured-steps .pop-container iframe {
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
#  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 .cleaning-chemical {
    position: absolute;
    top: 32px;
    right: 14%;
    width: 54px;
    z-index: 2;
}

#featured-pricings .title-section p {
    font-size: 32px;
    font-weight: 600;
    padding: 0 17px;
    color: #1D3176;
    font-family: 'poppins Medium';
    line-height: 48px;
}

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

#featured-contact .container {
    padding: 0 4rem;
    max-width: 100%;
}

#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: 30px;
    letter-spacing: 1.32px;
    line-height: 37px;
    padding: 5px 0;
    font-weight: bold;
    color: #FB5B11;
    font-family: 'Montserrat';
}

#featured-contact .entry-content3 h4 {
    font-size: 41px;
    letter-spacing: 1.32px;
    padding: 1rem 0;
    line-height: 60px;
    font-family: 'poppins Semibold';
    font-weight: 600;
}

#featured-contact .entry-content3 p {
    font-size: 17px;
    padding: 1rem 0;
    letter-spacing: 1.32px;
    font-weight: 400;
    font-family: 'poppins';
}

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

#featured-contact .contact-left-text {
    padding: 2rem 0;
    display: grid;
    grid-template-columns: 2fr 2fr;
}

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

#featured-contact .contactformdiv form,
#featured-contact .contactformdiv {
    position: relative;
    width: 100%;
}

#featured-contact .contactformdiv #wpcf7-f327-o1 p {
    padding: 1rem 0;
}

#featured-contact .contactformdiv #wpcf7-f327-o1 p:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

#featured-contact .contactformdiv #wpcf7-f327-o1 p:nth-child(2),
#featured-contact .contactformdiv #wpcf7-f327-o1 p:nth-child(3) {
    width: 50%;
}

@media screen and (min-width:550px) and (max-width:768px) {
    #featured-contact .container .row {
        padding: 0 1rem !important;
    }
}

@media screen and (max-width:540px) {
    #featured-contact .contact-left-text {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:516px) {
    #featured-contact .contactformdiv {
        padding: 0 !important;
    }
}

@media screen and (max-width:484px) {
    #featured-contact .container .row {
        padding: 0 !important;
    }
}

@media screen and (max-width:464px) {
    #featured-contact .container .row .wow {
        padding: 0 4px !important;
    }
}

#featured-contact .contactformdiv #wpcf7-f327-o1 p input,
#featured-contact .contactformdiv #wpcf7-f327-o1 p textarea {
    border-left: 1px solid #FB5B11;
}

#featured-contact .contactformdiv #wpcf7-f327-o1 p input.sendmsg {
    border: none;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    padding: 9px 30px;
    text-transform: capitalize;
    background-color: #000;
}

#featured-contact .contactformdiv #wpcf7-f327-o1 p span.wpcf7-spinner {
    display: ruby !important;
    visibility: visible !important;
    margin: 0;
    background-color: #FB5B11 !important;
    border-radius: 0;
    position: relative;
}

#featured-contact .contactformdiv #wpcf7-f327-o1 p span.wpcf7-spinner::before {
    content: '↗';
    position: absolute;
    width: 1.9rem;
    font-size: x-large;
    height: 38px;
    border: 1px solid black;
    top: -7px;
    left: 0px;
    align-content: center;
    text-align: center;
    animation-name: none;
    background-color: #FB5B11;
    border-radius: 0;
    color: white;
    /* transform: rotate(-45deg); */
}

#featured-contact .contactformdiv #wpcf7-f327-o1 p .lname {
    width: 98%;

}

#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 h5 {
    color: #FB5B11;
    font-size: 30px;
    padding: 5px 0;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

#featured-contact .title-section .contactheadbg p {
    font-size: 17px;
    color: black;
    font-weight: 400;
    line-height: 33px;
    padding: 1rem 0;
    font-family: 'poppins';
    letter-spacing: 0px;
}

#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::before,
#featured-contact .contact-mail::before,
#featured-contact .contact-address::before {
    content: '\25A0';
    font-size: 10px;
    position: absolute;
    left: -1rem;
    top: .3rem;
    color: #F45B1E;
}

#featured-contact .contact-number,
#featured-contact .contact-mail,
#featured-contact .contact-address {
    position: relative;
    left: 1rem;
    padding: 0 0 2rem 0;
}

#featured-contact .contact-left-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.59px;
}

#featured-contact .contact-left-text a {
    font-size: 18px;
    font-weight: 400;
    color: #918F8F;
    line-height: 27px;
    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 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 .contactformdiv input::placeholder,
#featured-contact .contactformdiv textarea::placeholder,
#featured-contact select {
    color: black;
}

#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;
    margin: 0;
    overflow: hidden;
    padding: 60px 0px 44px;
}

#content .contact-inner-content .sider-border {
    position: relative;
}

#content .contact-inner-content .sider-border p {
    transform: matrix(0, 1, -1, 0, 0, 0);
    text-align: left;
    position: absolute;
    top: 34rem;
    right: -9rem;
    font-family: 'Montserrat-SemiBold';
    line-height: 33px;
    font-size: 27px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.28;
}

#content .contact-inner-content .sider-border::before {
    border: 5px solid white;
    position: absolute;
    top: 1rem;
    right: .8rem;
    height: 770px;
    content: '';
}

#content .contact-inner-content .sider-border::after {
    border: 5px solid white;
    position: absolute;
    top: 48rem;
    left: 1rem;
    width: 97%;
    content: '';
}

#content .contact-inner-content .coloblack {
    background-color: #000000;
    height: 815px;
}

#content .contact-inner-content .coloblack::after {
    content: '';
    position: absolute;
    top: 0;
    /* left: 46%; */
    /* height: 90%; */
    background: #FFFFFF;
    border-right: 10px solid #FFFFFF;
    opacity: 1;
}


#content .contact-inner-content .entry-content3 {
    padding: 37px 34px 0;
}

#content .contact-inner-content .contact-left-text {
    padding: 0 23px;
}

#content .contact-inner-content .contact-left-text p {
    color: #fff;
    padding-bottom: 15px;
}

#content .contact-inner-content .entry-content3 img {
    width: 385px;
    height: 200px;
    border-radius: 3px;
    opacity: 1;
}

#content .contact-inner-content input[type="text"],
#content .contact-inner-content input[type="email"],
#content .contact-inner-content input[type="url"],
#content .contact-inner-content input[type="password"],
#content .contact-inner-content input[type="search"],
#content .contact-inner-content input[type="number"],
#content .contact-inner-content input[type="tel"],
#content .contact-inner-content input[type="range"],
#content .contact-inner-content input[type="date"],
#content .contact-inner-content input[type="month"],
#content .contact-inner-content input[type="week"],
#content .contact-inner-content input[type="time"],
#content .contact-inner-content input[type="datetime"],
#content .contact-inner-content input[type="datetime-local"],
#content .contact-inner-content input[type="color"],
#content .contact-inner-content textarea {
    border: none;
    background-color: #F5F5F5;
}

#content .contact-inner-content .entry-content3 p {
    font-size: 17px;
    padding: 38px 0;
    opacity: .7;
    color: #fff;
    letter-spacing: 1.32px;
    font-family: 'poppins';
}

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

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

#content .contact-inner-content .contactformdiv {
    width: 100%;
}

#content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p {
    padding: 1rem 0;
}

#content .single-project .size-auto .project-single-title {
    font-size: 30px;
    font-weight: bold;
    padding: 3rem 3rem 0 3rem !important;
}

#content .single-project .size-auto .entry-content {
    padding: 1rem 3rem;
}

#content .single-project .size-auto .pad-design {
    padding: 2px 3rem;
}

@media screen and (min-width:768px) and (max-width:928px) {
    #content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p:nth-child(3) {
        top: 178px;
    }
}

@media screen and (min-width:550px) and (max-width:768px) {
    #content .contact-inner-content .container .row {
        padding: 0 1rem !important;
    }
}

@media screen and (max-width:540px) {
    #content .contact-inner-content .contact-left-text {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:516px) {
    #content .contact-inner-content .contactformdiv {
        padding: 0 !important;
    }
}

@media screen and (max-width:484px) {
    #content .contact-inner-content .container .row {
        padding: 0 !important;
    }
}

@media screen and (max-width:464px) {
    #content .contact-inner-content .container .row .wow {
        padding: 0 4px !important;
    }
}

@media screen and (max-width:448px) {
    #content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p:nth-child(3) {
        top: 178px;
    }
}

@media screen and (max-width:315px) {
    #content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p:nth-child(3) {
        top: 211px;
    }
}

#content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p input,
#content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p textarea {
    border-left: 2px solid #000000;
}

#content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p input.sendmsg {
    border: none;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    padding: 9px 30px;
    text-transform: capitalize;
    background-color: #000;
}

#content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p span.wpcf7-spinner {
    display: ruby !important;
    visibility: visible !important;
    margin: 0;
    background-color: #FB5B11 !important;
    border-radius: 0;
    position: relative;
}

#content .contact-inner-content .contactformdiv #wpcf7-f327-o1 p span.wpcf7-spinner::before {
    content: '↗';
    position: absolute;
    width: 1.9rem;
    font-size: x-large;
    height: 38px;
    border: 1px solid black;
    top: -7px;
    left: 0px;
    align-content: center;
    text-align: center;
    animation-name: none;
    background-color: #FB5B11;
    border-radius: 0;
    color: white;
}

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

#content .contact-inner-content .zoomIn {
    padding: 62px 0 0 89px;
}

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

#content .contact-inner-content .title-section h5 {
    color: #FB5B11;
    font-size: 30px;
    padding: 5px 0;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

#content .contact-inner-content .title-section .contactheadbg p {
    font-size: 17px;
    color: black;
    font-weight: 400;
    line-height: 33px;
    padding: 1rem 0;
    font-family: 'poppins';
    letter-spacing: 0px;
}

#content .contact-inner-content .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;
}

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

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

#content .contact-inner-content .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;
}

#content .contact-inner-content .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;
}

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

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

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

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

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

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

#content .contact-inner-content textarea {
    padding: 12px;
    height: 135px;
}

#content .contact-inner-content select {
    padding: 12px;
    width: 100%;
}

#content .contact-inner-content .contact-number,
#content .contact-inner-content .contact-mail,
#content .contact-inner-content .contact-address {
    position: relative;
    opacity: .7;
    padding: 0 0 3rem 0;
}

#content .contact-inner-content .contact-number .col-lg-2,
#content .contact-inner-content .contact-mail .col-lg-2,
#content .contact-inner-content .contact-address .col-lg-2 {
    text-align: center;
}

#content .contact-inner-content .contact-number .bordercol,
#content .contact-inner-content .contact-mail .bordercol {
    padding: 15px;
    background-color: #FFFFFF4D;
    border-radius: 100%;
    width: 54px;
    justify-self: center;
    filter: blur(4px);
    height: 54px;
}

#content .contact-inner-content .contact-address .bordercol {
    padding: 15px;
    background-color: #FFFFFF4D;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    justify-self: center;
    filter: blur(4px);
}

#content .contact-inner-content .contact-left-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.59px;
}

#content .contact-inner-content .contact-left-text a {
    font-size: 18px;
    font-weight: 400;
    color: #918F8F;
    line-height: 27px;
    letter-spacing: 0.59px;
}

#content .contact-inner-content .contact-left-text i,
#content .contact-inner-content .contact-left-text svg {
    color: #FFFFFF;
    font-size: 24px;
    position: relative;
    top: -38px;
}

#content .contactmapbox {
    padding-bottom: 22px;
}

/*--------------------------------------------------------------
#  About page
--------------------------------------------------------------*/

#content .wp-block-image {
    justify-items: center;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-7 .wp-block-heading,
#content #post-695 .entry-content .wp-container-core-columns-is-layout-8 .wp-block-heading {
    font-size: 30px;
    font-family: 'Montserrat Bold';
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-1 .wp-block-heading {
    font-size: 15px;
    color: #878787;
    padding: 23px 0;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-1 ul li {
    font-size: 16px;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-1 .wp-block-heading {
    font-size: 22px;
    color: #000000;
    font-family: 'Montserrat-SemiBold';
    text-align: left;
    margin: 2rem 0 0 0;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-4 svg {
    font-size: 18px;
    padding: .6rem;
    border-radius: 100%;
    background-color: #F7F7F7;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-4 .wp-block-heading {
    font-size: 18px;
    color: #2E2E2D;
    margin-top: .5rem;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-4 p {
    font-size: 16px;
    color: #2E2E2D;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-7 li:before {
    content: '';
    color: #FB5B11;
    font-weight: bold;
    border: none;
    transform: rotate(0deg);
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-8 li:before {
    content: counter(li) " ) ";
    background-color: white;
    color: black;
    font-weight: 600;
    border: none;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-9 {
    box-shadow: 0px 0px 25px #0000001A;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-9 p.about-quote {
    padding: 8px 25px;
    background-color: #FB5B11;
    position: relative;
    border-radius: 0px 0px 35px 0px;
    border-right: 5px solid #f9b99c;
    border-bottom: 3px solid #f9b99c;
    width: fit-content;
}

#content #post-695 .entry-content .wp-container-core-columns-is-layout-9 p:nth-child(2) {
    padding: 36px 50px;
}

@media screen and (max-width:782px) {
    #content #post-695 .entry-content .wp-container-core-columns-is-layout-4 .has-text-align-right {
        text-align: left;
    }
}

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

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

#main .gallerybox {
    margin: 60px;
}

#main .gallerybox .container {
    padding: 8px 0;
}

#main .gallerybox .container img {
    border: 1px solid #ececec;
    border-radius: .3rem;
    transition: .3s;
}

#main .gallerybox .zoomIn:hover .container img {
    transform: scale(.9);
}

#main .gallerybox .gall1 {
    display: block !important;
    column-count: 3;
    --bs-gutter-x: 0 !important;
}

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

/*--------------------------------------------------------------
#  Featured Testimonials Section
--------------------------------------------------------------*/

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

#featured-testimonials .container .mainimg img {
    width: 80%;
    height: 380px;
    position: relative;
    border-radius: 30px;
}

#featured-testimonials .bgcolor {
    background: linear-gradient(white 23%, #F6F6F6 0%);
    margin: 0 3rem;
}

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

#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 h4.testimonials-heading {
    text-align: center;
    font-size: 30px;
    color: #FB5B11;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 37px;
}

#featured-testimonials h5.testimonials-heading {
    text-align: center;
    font-size: 41px;
    font-weight: 600;
    font-family: 'poppins Semibold';
    letter-spacing: 0;
    line-height: 60px;
    padding-bottom: 40px;
}

.featured-testimonials .swiper-wrapper {
    box-sizing: border-box;
    padding-top: 1rem
}

.featured-testimonials .slider-thumbs.swiper-container {
    width: 550px;
    height: auto;
}

.swiper-container.slider-new .swiper-slide-container {
    text-align: center;

}

.swiper-container.slider-thumbs .swiper-slide-container {
    display: block;
    text-align: center;
}

.swiper-container.slider-thumbs .swiper-slide-active .swiper-slide-container {
    padding-top: 0;
}

.swiper-container.slider-thumbs .featured-testimonials .swiper-slide-container {
    font-size: 18px;
    height: 100%;
    margin: auto;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.featured-testimonials .slider-top {
    height: 100%;
    width: 100%;
    z-index: 0;
}

.featured-testimonials .slider-top .swiper-slide-container {
    display: block;
}

.featured-testimonials .slider-thumbs .swiper-slide {
    height: 100%;
}

.featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-active {
    width: 170px !important;
    height: 170px;
    padding-top: 0;
}

.featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-active::before {
    content: '';
    border: 2px solid #E6E6E6;
    border-bottom: none;
    position: absolute;
    width: 100%;
    left: -11px;
    width: 113%;
    height: 26px;
    top: -.8rem;
}

.featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-active img {
    width: 170px !important;
    height: 170px;
}

.featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-prev,
.featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-next {
    width: 147px !important;
    height: 156px;
    padding-top: 25px;
}

.featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-prev img,
.featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-next img {
    width: 100%;
    height: 139px;
}

.featured-testimonials .slider-thumbs img.slide-mainimg {
    width: 100%;
    height: 110px;
}

.featured-testimonials .slider-thumbs .swiper-slide {

    height: 110px;
    padding-top: 16px;
}

.featured-testimonials .slider-thumbs .swiper-wrapper {
    display: flex;
    align-items: baseline;
}

.featured-testimonials .slider-top .swiper-wrapper .swiper-slide .slider_content a h2 {
    font-size: 20px;
    color: #52575E;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    padding-bottom: 20px;
}

.featured-testimonials .slider-top .swiper-wrapper .swiper-slide .slider_content p {
    font-size: 16px;
    width: 80%;
    justify-self: center;
    color: #343434;
    line-height: 30px;
    letter-spacing: 0;
}

.featured-testimonials .slider-top .swiper-wrapper .swiper-slide .slider_content svg {
    padding: 17px 0;
}

.featured-testimonials .slider-top .swiper-wrapper .swiper-slide .slider_content h3 {
    font-size: 20px;
    color: #060606;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    padding-bottom: 6px;
}

.featured-testimonials .slider-top .swiper-wrapper .swiper-slide .slider_content h4 {
    font-size: 12px;
    color: #80858D;
    line-height: 18px;
    letter-spacing: 0;
}

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

#main .testimonial-inner-page {
    position: relative;
    /* padding: 100px; */
}

#main .testimonial-inner-content {
    background: linear-gradient(180deg, #fff 46px, #F8F8F8 0%);
    position: relative;
}

#main .testimonial-inner-content h4::after {
    content: "\f10e";
    position: absolute;
    top: 7.4rem;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #364150;
    padding-right: 3rem;
}

#main .testimonial-inner-content .content-image {
    justify-content: space-between;
    align-items: end;
    padding: 0 44px;
}

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

#main .testimonial-inner-content .content-image img {
    z-index: 2;
    position: relative;
    height: auto;
    transition: .6s ease;
    width: 85px;
}

#main .testimonial-inner-content .content-image .innertestimg::before {
    content: '';
    top: -3px;
    left: 42px;
    position: absolute;
    width: 30px;
    height: 100px;
    border: 2px solid #E6E6E6;
    border-right: none;
}

#main .testimonial-inner-content .content-image .innertestimg::after {
    content: '';
    top: -3px;
    left: 112px;
    position: absolute;
    width: 30px;
    height: 100px;
    border: 2px solid #E6E6E6;
    border-left: none;
}

#main .testimonial-inner-content h4.testimonials-title a {
    color: #060606;
    text-decoration: none;
    font-size: 20px;
    font-family: 'poppins medium';
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 30px;
    cursor: default;
}

#main .testimonial-inner-content .testimonials-designation {
    font-size: 12px;
    clear: both;
    color: #80858D;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px;
}

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

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

#main .testimonial-inner-content .testimonialstextbg p {
    font-size: 16px;
    color: #52575E;
    line-height: 30px;
    font-weight: 400;
    padding: 0 44px 58px;
    letter-spacing: 0px;
}

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

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

#content #primary .single-testimonial-grid {
    padding: 1rem;
    display: grid;
    grid-template-columns: auto auto;
}

#content .single-testimonial-grid .testimonial-single-msg .testimonial-single-title {
    font-size: 30px;
    font-weight: bold;
    padding: .7rem 2rem !important;
}

#content #primary .single-testimonial-grid .testimonial-single-msg .testimonials-designation {
    padding: .7rem 2rem;
}

#content #primary .single-testimonial-grid .testimonial-single-msg p {
    padding: .7rem 2rem;
}

#content #primary .single-testimonial-grid .testimonial-single-img img {
    border-radius: 2rem;
    width: 300px;
    filter: drop-shadow(2px 4px 6px black);
}

#content #primary .single-testimonial-grid .testimonial-single-img:hover img {
    filter: opacity(.8);
    border: 2px solid black;
}

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

#featured-posts .posts-overlay {
    background: #adadad24;
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -31rem;
    opacity: 0.9;
    transform: skew(-25deg);
}

#featured-posts:hover .posts-overlay {
    animation: shine .75s;
}

@keyframes shine {
    0% {
        left: 0;
        top: 0;
    }

    100% {
        right: 0;
        bottom: 0;
    }
}

#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 .section-content {
    padding: 0 4rem 0;
}

#featured-posts .container .section-content .post-item {
    justify-self: center;
}

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

#featured-posts .title-section h1 {
    font-size: 30px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FB5B11;
    padding: 0 0px;
    border-radius: 0px;
}

#featured-posts .title-section h2 {
    font-size: 41px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0 0px;
    border-radius: 0px;
}

#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 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    backdrop-filter: blur(10px);
}

#featured-posts .post-item {
    background-color: #fff;
    position: relative;
    width: 100%;
}

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

#featured-posts .entry-contentbox {
    padding: 0px 46px 30px;
    position: relative;
}

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

#featured-posts .entry-contentbox p {
    color: white;
    line-height: 27px;
}

#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 {
    justify-content: space-between;
    border-bottom: 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: 25px;
    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 {
    justify-content: space-between;
    background-color: white;
    padding: .3rem 3.5rem;
    margin-top: -1rem;
}

#featured-posts .posts-date a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Inner Blog Posts
--------------------------------------------------------------*/
#primary .section-content,
#secondary .section-post {
    position: relative;
    overflow: hidden;
}

#primary .section-content,
#secondary .section-post1 {
    padding: 10px;
}

#primary .section-content .entry-container,
#secondary .section-post .entry-container {
    width: 100%;
    position: absolute;
    bottom: 0px;
    backdrop-filter: blur(10px);
    margin: 0;
}

#secondary .section-post .post-item {
    background-color: #fff;
    position: relative;
}

#primary .section-content .post-item:hover h2.entry-title a,
#secondary .section-post .post-item:hover h2.entry-title a {
    color: #F6BB19;
}

#primary .section-content .entry-contentbox,
#secondary .section-post .entry-contentbox {
    padding: 0px 46px 30px;
    position: relative;
}

#primary .section-content .entry-contentbox .entry-title,
#secondary .section-post .entry-contentbox .entry-title {
    margin: 20px 0;
}

#primary .section-content .entry-contentbox p,
#secondary .section-post .entry-contentbox p {
    color: white;
    line-height: 27px;
}

#secondary .section-post .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;
}
#secondary .section-post .entry-meta {
  justify-content: space-between;
    border-bottom: none;
}

#secondary .section-post .entry-meta a {
    font-size: 14px;
    color: #fff;
}

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

#secondary .section-post .entry-meta .d-flex {
    gap: 30px;
}

#primary .section-content h2.entry-title a,
#secondary .section-post h2.entry-title a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    line-height: 34px;
    letter-spacing: 0.66px;
}

.archivepage .blog-posts-wrapper .row {
    --bs-gutter-x: 0;
}

.archivepage .blog-posts-wrapper {
    padding: 0 !important;
}

.archivepage .blog-posts-wrapper .page-content p {
    padding: 1rem 0;
}

.archivepage {
    padding: 2rem;
    margin: 0 !important;
}

.archivepage .section-content .entry-contentbox {
    padding: 0 !important;
}

.archivepage a,
.archivepage .searchpage p {
    color: black !important;
}

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

#primary .section-content .posts-date,
#secondary .section-post .posts-date {
    justify-content: space-between;
    background-color: white;
    padding: .3rem 3.5rem;
    margin-top: -1rem;
}

#primary .section-content .posts-date a,
#secondary .section-post .posts-date a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/

#colophon {
    position: relative;
    overflow: hidden;
}

#colophon .footer-bgoverlay {
    background-color: #070608;
    /* 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: #fff;
    z-index: 3;
    letter-spacing: 0;
    text-align: left;
    width: 96%;
    line-height: 25px;
    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,
#colophon p,
#colophon li {
    opacity: 0.8;
}


#colophon .widget-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    /* height: 60px; */
    line-height: 27px;
    padding: 0;
    background: transparent;
}

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

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

#colophon .widget_nav_menu ul#menu-footer4 li:before {
    display: none;
}

#colophon .hentry .widget_media_image,
#colophon .hentry .widget-title {
    height: 37px;
    padding-bottom: 4rem;
}

#colophon .widget_nav_menu ul#menu-footer4 {
    display: grid;
    grid-template-columns: auto auto auto;
}

#colophon .widget_nav_menu ul#menu-footer4 li {
    background-color: white;
    text-align: center;
    padding: 5px 13px;
    opacity: 1;
    width: 86px;
    margin: .2em;
    border-radius: .2rem;
}

#colophon .widget_nav_menu ul#menu-footer4 li a {
    color: #000;
}

#colophon .widget_nav_menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
}

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

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

#colophon .footerbox .gap-16 {
    gap: 1rem;
}

#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 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 .container {
    max-width: none;
}

#colophon .site-info p {
    font-size: 15px;
    color: #fff;
    border-top: 1px solid;
    border-top-color: #000;
}

#colophon .site-info .position-absolute {
    bottom: 24px;
    display: flex;
    z-index: 3;
    opacity: .8;
    position: absolute !important;
    right: 100px;
}

#colophon .site-info .position-absolute p {
    border: none;
    font-size: 11px;
    padding: 0 5px;
    align-self: center;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
}

#colophon .site-info .position-absolute ul {
    display: flex;
}

#colophon .site-info .position-absolute ul svg {
    color: white;
    padding: 0 5px;
    font-size: 11px;
}

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

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

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

#colophon .textwidget li {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 26px;
    color: #E8E8E8;
    font-weight: 400;
    letter-spacing: 0;
}

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

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

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

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

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

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

#colophon .site-info .copy-right {
    color: #F6F6F6;
    background-color: #2A2A2A;
    font-size: 16px;
    position: relative;
    padding: 7px 0 8px 0;
    z-index: 3;
    width: 100%;
}

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

#colophon .widget {
    border: none;
    background-color: transparent;
}

#colophon .footer-widgets-area .footerbox .grid {
    grid-template-columns: 40% auto auto auto;
    margin: 0 7rem;
}

#colophon .footer-widgets-area .footerbox .grid::before {
    content: '';
    border-top: 1px solid #ffffff;
    position: absolute;
    width: 90%;
    top: 19%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: 15px;
    display: flex;
    border-radius: 50%;
    z-index: 8;
    position: relative;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.scroll-to-top a img {
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
}

/*--------------------------------------------------------------
#                   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.col-2 .widget {
        float: left;
        text-align: left;
        padding: 6px 0;
    }

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

}

/*---------menu display above 1024 and 1024 screen-------------*/
@media screen and (min-width: 1025px) {

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

@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>a {
        position: relative;
        z-index: 10;
        transition: all 0.3s ease-in-out;
    }

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

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

    .main-navigation ul.nav-menu>li {
        text-align: center;
        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(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

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

    /* .main-navigation ul ul li:hover>ul {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    } */

    .main-navigation ul .sub-menu li:hover>a,
    .main-navigation ul .sub-menu li.focus>a {
        background-color: #FB5B11;
        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.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;
        width: 91.66% !important;
        left: 0;
        top: 6rem;
        display: none;
    }

    .bottomheader-copy {
        background-color: #FFFFFF;
        padding: 1px 27px;
    }

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

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

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

    .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 screen and (max-width:1215px) {
    #featured-posts .entry-contentbox {
        padding: 0px 3px 30px;
    }

    #featured-posts .section-content {
        padding: 0 1rem 0;
    }
}

@media screen and (max-width: 768px) {
    #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;
    }

    #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-testimonials .container {
        max-width: 100%;
    }

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

    /* innear page testimonial */
    #main .testimonial-inner-content,
    #main .faqside {
        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 .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;
        -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;
        display: block;
    }
}

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

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

    #featured-slider .entry-container .sliderparaimg .col-sm-1 {
        width: 13%;
    }

    #featured-slider h2.title {
        font-size: 35px !important;
        line-height: initial;
    }

    #featured-slider .entry-content {
        padding: 0 !important;
        margin: 0 !important;
    }

    #featured-slider .entry-content p {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 30px;
        font-weight: 100;
    }
}

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

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

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

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

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

    #section-header .abe .d-flex img {
        padding: 7px !important;
        height: 32px;
    }

    .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 {
        position: relative;
    }

    .main-navigation ul.nav-menu .current_page_item>a::before,
    .main-navigation ul.nav-menu .current-menu-item>a::before,
    .main-navigation ul.nav-menu .current_page_ancestor>a::before,
    .main-navigation ul.nav-menu .current-menu-ancestor>a::before {
        color: #FB5B11;
        width: 15%;
        height: 1px;
        content: '';
        border-bottom: 2px solid #FB5B11;
        position: absolute;
        bottom: -27%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main-navigation ul.nav-menu .current_page_item>a::after,
    .main-navigation ul.nav-menu .current-menu-item>a::after,
    .main-navigation ul.nav-menu .current_page_ancestor>a::after,
    .main-navigation ul.nav-menu .current-menu-ancestor>a::after {
        color: #FB5B11;
        width: 25%;
        height: 1px;
        content: '';
        border-bottom: 2px solid #FB5B11;
        position: absolute;
        bottom: -12%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .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 {
        border-bottom: none;
    }

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

    .main-navigation ul ul ul li a {
        padding-left: 60px;
    }

    .main-navigation ul ul ul ul li a {
        padding-left: 80px;
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }

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

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

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

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

    .main-navigation {
        position: static;
    }

    .main-navigation a {
        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:912px) {
    #main .testimonial-inner-content h4::after {
        top: 8.6rem;
    }

    #featured-slider .wrapper {
        left: 3rem;
    }

    #featured-testimonials .container {
        margin: 0;
        max-width: 100%;
    }

    .video-area {
        height: 28rem;
    }
}

@media screen and (min-width:700px) and (max-width:912px) {

    #main .testimonial-inner-content .content-image .innertestimg::before,
    #main .testimonial-inner-content .content-image .innertestimg::after {
        top: -6px;
    }
}

@media screen and (max-width: 767px) {
    #featured-about .about-section-main h1{
    font-size: 30px !important;
    line-height: 40px;
    }
#content #featured-about{
    padding: 0 ;
}
    #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) {
    #content .entry-content {
    padding: .5rem !important;
}
#content{
    width: 95%;
    justify-self: center;
    margin: 3rem 0;
}

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        top: 0;
    }

    .pagination .prev.page-numbers:before,
    .pagination .next.page-numbers:before {
        width: 35px;
        height: 10px;
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        margin-left: 0;
        margin-right: 0;
    }

    .trail-items li {
        font-size: 12px;
    }

    #breadcrumb-list {
        padding: 10px 0;
    }

    blockquote.alignright {
        margin-left: 0;
    }

    .comment-meta img {
        margin: 0 0 25px;
        float: none;
    }

    .comment-meta .url,
    .comment-meta .fn {
        display: block;
    }

    .comment-content {
        padding-left: 0;
    }

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

    .reply {
        padding-left: 0;
    }

    .footer-widgets-area .hentry:last-child,
    .footer-widgets-area.col-3 .hentry:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation:landscape) {
    #featured-slider .entry-header h3::before {
        left: -97px;
    }

    #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 screen and (min-width:992px) and (max-width:974px) {
    #featured-steps .steps-block .stepsbox div.btnn {
        margin: 1rem 0;
    }
}

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

    .main-navigation ul.nav-menu>li>a,
    .main-navigation ul.nav-menu>li:last-child>a {
        padding: 10px;
    }

    #featured-slider .position-absolute .imgbox1 {
        display: none;
    }

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

    .main-navigation ul.nav-menu,
    .main-navigation ul ul {
        text-align: center;
    }

    .scroll-to-top {
        right: 18px;
    }

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

    #featured-slider .slick-prev {
        left: 2%;
    }

    #featured-slider .borderbtn {
        width: 80px;
    }

    #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 .box1 {
        top: 0;
    }

    #featured-contact .box2 {
        top: 3rem;
    }

    #featured-contact .contactformdiv {
        margin-top: 20px;
        padding: 0% 4%;
        margin-left: 0;
        width: 100%;
    }

    #featured-pricings .circle {
        top: -214px;
        left: -105px;
    }

    #featured-pricings .featured-pricings-item:nth-child(2) {
        transform: none;
    }

    #featured-testimonials .expanded-view {
        flex-direction: column;
        justify-content: center;
        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;
    }

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

    #colophon .logo {
        margin-bottom: 15px;
    }

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

    /* Inner Page */

    #page-site-header .breadcrumbbox .button {
        padding: 0;
        gap: 40px;
    }

    #page-site-header .breadcrumbbox .button .root,
    #page-site-header .breadcrumbbox span {
        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 .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 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;
    }

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

    .video-area {
        height: 21rem;
    }
}

/* ============================================= */
/*/////////////////// media query css for tab start ////////////////*/
@media (min-width:767px) and (max-width:799px) {
    #main .featured-team-item .content-image .social-links a {
    padding: 5px 6px;
    }
}
@media (min-width:700px) and (max-width:912px) {
   #main .featured-team-item .contentbox h3{
        padding: 0 !important;
    }
    .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;
    }

    .main-navigation ul.nav-menu,
    .main-navigation ul ul {
        text-align: center;
    }

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

    .site-description {
        padding: 0px;
    }

    .opbg {
        height: fit-content;
    }

    .menu-toggle {
        top: 23px;
    }

    #featured-slider .entry-header h3 {
        margin: 0;
    }

    #featured-slider h2.entry-title {
        line-height: 1;
    }

    #featured-slider .wrapper .d-flex {
        justify-content: start;
    }


    #featured-slider .slick-next {
        left: 17.5%;
    }

    #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 .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 .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-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 h2.entry-title a {
        font-size: 18px;
    }

    #featured-posts .posts-date {
        padding: .3rem 1rem;
    }

    #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 .content-image img {
        bottom: 5px;
    }

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

    .widget_text input {
        width: 90%;
        margin: 0 10px 16px;
    }

    .post-navigation a,
    .posts-navigation a {
        margin-bottom: 10px;
    }

    #main .projectmainbox .gap-14 {
        gap: 1.5rem;
    }

    #main .entry-content .gallery-image p {
        padding: 24px 18px 24px;
    }

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

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

    #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 .breadcrumbbox .button {
        display: flex;
        /* flex-direction: column; */
    }

    #page-site-header .breadcrumbbox .button .root,
    #page-site-header .breadcrumbbox span {
        width: fit-content;
        margin-bottom: 10px;
    }

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

}

/* ============================================= */
@media (min-width:1024px) and (max-width:1366px) {
    .site-description {
        padding: 0px;
    }

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

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

}

/* sourabh responsiveness */

@media screen and (max-width:724px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/*  sourabh changes on team section responsiveness */

@media screen and (min-width:992px) and (max-width:1460px) {
    #search {
        top: 10rem;
    }
}

@media screen and (max-width:866px) {
    #featured-team .col-md-12 {
        padding: 0 3rem !important;
    }
}

@media screen and (max-width:473px) {
    #featured-team .col-md-12 {
        padding: 0 3px !important;
    }

    #featured-team .content-image .social-links {
        width: 100%;
    }

    #featured-slider .entry-container .sliderparaimg .col-sm-1 {
        width: 20%;
    }
}

@media screen and (max-width:316px) {
    #featured-team .entry-content {
        width: 100%;
    }
}

@media screen and (min-width:500px) and (max-width:992px) {
    #featured-steps .steps-block .stepsbox div.buttons {
        padding: 0 4rem;
    }
}

@media screen and (max-width:992px) {
    #section-header .abe .d-flex {
        justify-content: left !important;
    }

    #featured-slider .position-absolute .imgbox2 {
        height: 570px;
    }

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

    .menu-toggle {
        width: 45px;
        height: 45px;
        top: 23px;
        right: 35px;
        z-index: 100;
    }

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

    /* contact page responsive code */
    #content .contact-inner-content .zoomIn {
        padding: 62px 69px 0 69px;
    }

    #featured-services .entry-content3 h6 {
        width: 100%;
        margin-bottom: 30px;
    }

    #featured-services .entry-content3 h5 {
        margin: 0;
    }

    .stepsbox .position-absolute {
        top: 0 !important;
        position: relative !important;
        justify-items: center;
        transform: scale(1);
    }

    .stepsbox .position-absolute .position-absolute {
        bottom: -17rem;
        position: absolute !important;
        justify-self: anchor-center;
    }

    .stepsbox .position-absolute img {
        transform: scale(1);
    }

    #featured-contact .container {
        padding: 0 1rem;
    }
}

/* slider responsiveness */


@media screen and (max-width:1315px) {
    #colophon .footer-widgets-area .footerbox .grid {
        margin: 0 2rem;
    }

    #colophon .footer-widgets-area .footerbox .grid::before {
        width: 96%;
    }
}

@media screen and (max-width:1175px) {
    #colophon .footer-widgets-area .footerbox .grid {
        grid-template-columns: 35% auto auto auto;
    }

    #colophon p {
        width: 100%;
    }
}

@media screen and (max-width:1176px) {
    #featured-team .content-image .social-links {
        width: 100%;
    }
}

@media screen and (max-width:1074px) {
    #colophon .footer-widgets-area .footerbox .grid {
        grid-template-columns: auto auto;
    }

    #colophon .footer-widgets-area .footerbox .grid::before {
        top: 11%;
    }
}

@media screen and (max-width:800px) {
    #colophon .site-info .position-absolute {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        justify-content: center;
        background-color: #2A2A2A;
        opacity: .8;
    }

    #colophon .site-info .position-absolute p {
        width: auto;
    }

    /* video section start */
    #featured-video .padcol .position-absolute img {
        top: 30%;
    }

}

@media screen and (max-width:360px) {
    #colophon .footer-widgets-area .footerbox .grid {
        margin: 0;
    }
}

#featured-testimonials .client-single:nth-child(2) .client-img,
#featured-testimonials .client-single:nth-child(6) .client-img {
    height: 110px;
    width: 115px;
}

#featured-testimonials .client-single {
    align-self: end;
}

#featured-testimonials .client-single:nth-child(5) .client-img,
#featured-testimonials .client-single:nth-child(3) .client-img {
    height: 128px;
    width: 133px;
}

#featured-testimonials .client-single:nth-child(4) .client-img {
    height: 170px;
    width: 170px;
}

#featured-testimonials .client-single:nth-child(4) .client-img:active {
    height: 170px;
    width: 170px;
}

@media screen and (max-width:640px) {
    #featured-posts .section-content {
        padding: 0 4rem;
    }
}

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

    #featured-slider .sliderimg,
    #featured-slider img {
        height: 710px;
    }

    #colophon .footer-widgets-area .footerbox .grid {
        grid-template-columns: auto;
    }

    #colophon .footer-widgets-area .footerbox .grid::before {
        top: 6%;
    }

    .widget-title {
        /* padding-bottom: 1rem; */
        margin: 0 !important;
    }

    #secondary .section-post {
        padding: 10px;
    }

    #featured-slider .wrapper {
        left: 2px;
    }

    #featured-slider .sliderparaimg .col-sm-1 {
        display: none;
    }

    #featured-slider .sliderparaimg .entry-content {
        width: 100%;
        left: 17px;
    }

    #featured-slider .sliderimg .imgbox2 {
        height: 480px;
    }

    #section-header .fa-magnifying-glass {
        color: #565656;
    }

    #featured-about .about-section-main {
        padding: 5px !important;
    }

    #featured-video .padd,
    #featured-testimonials h5.testimonials-heading {
        padding: 0;
    }

    #page-site-header .page-header {
        margin: 0 2rem;
    }


    #featured-services .entry-content3 h6,
    #featured-team .title-section h2,
    #featured-steps .entry-content3 h6,
    #featured-projects .entry-content3 h6,
    #featured-testimonials h5.testimonials-heading,
    #featured-posts .title-section h2,
    #featured-contact .entry-content3 h4,
    #featured-about .about-section-main h1 {
        font-size: 28px;
    }

    #featured-about .about-section-main h1,
    #featured-testimonials h5.testimonials-heading,
    #featured-contact .entry-content3 h4,
    #featured-team .title-section h2 {
        line-height: 40px;
    }

    #featured-about .about-section-main h2,
    #featured-testimonials h5.testimonials-heading,
    #featured-team .title-section h2,
    #featured-projects .entry-content3 h5 {
        margin: 1rem 0 1rem;
    }

    #featured-contact,
    #featured-posts {
        padding: 1rem 0 !important;
    }

    #featured-contact .contact-left-text {
        padding: .5rem 0;
    }

    #content #primary .single-testimonial-grid {
        grid-template-columns: auto;
    }

    #content #primary .single-testimonial-grid .testimonial-single-img {
        padding: 2rem 0;
    }

    #content .single-testimonial-grid .testimonial-single-msg .testimonial-single-title,
    #content #primary .single-testimonial-grid .testimonial-single-msg .testimonials-designation,
    #content #primary .single-testimonial-grid .testimonial-single-msg p {
        padding: .7rem 0 !important;
    }

    #featured-testimonials .bgcolor {
        background: linear-gradient(white 14%, #F6F6F6 0%);
    }

}

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

    #featured-slider .read-more {
        margin: 0 !important;
    }

    #featured-slider .wrapper .d-flex {
        justify-content: left !important;
    }

    /* contact page responsive code */
    #content .contact-inner-content .zoomIn {
        padding: 62px 1rem 0 1rem !important;
    }

    /* #content .single-project .size-auto .pad-design,
    #content .single-project .size-auto .project-single-title,
    #content .content-pages {
        padding: 1rem !important;
    } */

    #content #primary .single-testimonial-grid .testimonial-single-msg .content-pages {
        padding: 0 !important;
    }

    #featured-testimonials .bgcolor {
        margin: 0;
    }

    #main .video-inner-page {
        padding: 0;
    }

    #main .gallerybox {
        margin: 0;
    }

    #main .gallerybox .gall1 {
        column-count: 2;
    }
}

@media screen and (max-width:550px) {
    #main #post-115 {
        padding: 60px 1rem !important;
    }

    #featured-slider .sliderimg .imgbox2 {
        height: 420px;
    }

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

    .archivepage {
        padding: 2rem 0;
    }

    #main #post-705,
    #main #post-113 {
        padding: 30px .3rem !important;
    }

    #main #post-113 .gap-10 {
        gap: 0;
    }

    #section-header {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    #section-header .container-fluid,
    #section-header .bottomheader {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #featured-video .padcol .position-absolute img {
        width: 50px;
        top: 35%;
    }

    #featured-slider .sliderimg,
    #featured-slider img {
        height: 440px;
    }

    #main #post-117 {
        padding: 0;
    }

    #page-site-header .page-header {
        margin: 0 2rem;
    }

    #content .single-project .grid-cols-2 .size-auto {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    /* mobile view */
    #masthead {
        position: relative;
        min-height: auto;
    }

    .input-search:focus {
        color: #333 !important;
    }

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

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

    .menu-toggle {
        width: 32px;
        height: 32px;
        top: 2rem;
        right: 18px;
    }

    .menu-toggle span {
        width: 23px;
        height: 2.5px;
    }

    .main-navigation ul.nav-menu {
        width: 100%;
    }

    .main-navigation ul.nav-menu li:first-child {
        margin-top: 2rem;
    }
    .main-navigation ul.nav-menu ul li:first-child {
        margin-top: .5rem;
    }

}

@media screen and (max-width: 535px) {
    #featured-slider .entry-content {
        width: 80%;
    }
}

@media screen and (max-width:500px) {
    #featured-posts .section-content {
        padding: 0px 2rem;
    }

    #featured-video .video-size p.number-p {
        font-size: 30px;
    }

    #featured-slider h2.title {
        font-size: 28px !important;
    }

    #featured-slider .entry-content p {
        font-size: 13px;
    }

    .video-area {
        height: 18rem;
    }
}

@media screen and (max-width:450px) {
    #featured-projects .entry-content a.icon {
        padding: 1rem 0.3em;
        top: 8px;
    }

    #featured-projects .entry-content a.icon svg {
        font-size: 20px;
    }

    #featured-projects .entry-content .entry-title {
        padding: 6px 0px;
    }

    #featured-projects .entry-content p {
        padding: 0;
        font-size: 14px;
    }
}

@media screen and (max-width:414px) {
    #featured-steps .steps-block .stepsbox .d-flex {
        display: block !important;
    }
}

@media screen and (max-width:400px) {
    #main .featured-team-item .contentbox h3{
        padding: 0 !important;
    }

    #featured-services .col-xs-12,
    #featured-steps .container,
    #featured-services .servicerightside {
        padding: 0;
    }

    #featured-services .entry-content3 h6 {
        font-size: 20px;
    }

    #main .testimonial-inner-page {
        padding: 10px;
    }

    #featured-posts .section-content {
        padding: 0px 1rem;
        gap: 1rem;
    }

    #featured-posts .featured-image {
        height: 450px !important;
    }

}

@media screen and (max-width:355px) {
    #featured-steps .steps-block .stepsbox div.btnn {
        margin: 2rem 0;
        align-content: space-evenly;
    }
}

@media screen and (max-width:353px) {
    #main #post-115 {
        padding: 60px 3px !important;
    }

    #main .featured-team-item .content-image .social-links {
        padding: 3px 8px;
    }

    #main .featured-team-item .content-image .social-links a {
        padding: 0 4px;
    }

    .video-area {
        height: 13rem;
    }
}

@media screen and (max-width:350px) {
    #main .testimonial-inner-content .content-image {
        padding: 0 16px;
    }

    #main .testimonial-inner-content .content-image img {
        left: 1.8rem;
    }

    #main .testimonial-inner-content .testimonialstextbg p {
        padding: 0 13px 28px;
    }
}

@media screen and (max-width:335px) {
    #featured-slider .entry-container {
        margin: 0;
        padding: 5px;
    }

}

@media screen and (max-width:320px) {
    #section-header .bottomheader .bottomheader-copy .row .row>* {
        padding: 0;
    }

    #featured-slider .borderbtn {
        width: 100px !important;
    }

    /* #featured-slider .sliderimg,
    #featured-slider img {
        height: 610px;
    } */

    #featured-slider .read-more .btn {
        padding: 12px 9px;
    }

    #featured-slider .entry-container {
        transform: translateY(-61%);
    }

    #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 (max-width:300px) {
    #featured-posts .container {
        padding: 0;
    }
}

@media screen and (max-width:1140px) {
    #content .contact-inner-content {
        padding: 40px 30px;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1em;
    width: 100%;
}

.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 */
#primary .widget_recent_entries ul,
#primary .widget_categories ul,
#primary .widget_archive ul,
#primary .widget_recent_comments ul,
#primary .widget_tag_cloud ul,
#primary .widget_nav_menu ul,
#primary .widget_text ul,
#secondary .widget_recent_entries ul,
#secondary .widget_categories ul,
#secondary .widget_archive ul,
#secondary .widget_recent_comments ul,
#secondary .widget_tag_cloud ul,
#secondary .widget_nav_menu ul,
#secondary .widget_text ul {
    border-top: none;
    border: 1px solid #a19e9e26;
    background-color: #ebebeb26;
    padding: 29px 0 25px 10px;
}

#primary .widget_text .textwidget,
#secondary .widget_text .textwidget {
    padding: 40px 14px 96px 30px;
    background-color: #ebebeb26;
    color: #000;
    border: 1px solid #a19e9e26;
    border-top: none;
}

#primary .widget_categories ul,
#primary .widget_archive ul,
#secondary .widget_categories ul,
#secondary .widget_archive ul {
    counter-reset: li;
    position: relative;
    /* Initialize the counter */
}

#primary .widget_categories ul li::after,
#primary .widget_archive ul li::after,
#secondary .widget_categories ul li::after,
#secondary .widget_archive ul li::after {

    counter-increment: li;
    /* Increment the counter */
    content: "(" counter(li) ")";
    /* Display numbers inside parentheses */
    color: #FB5B11;
    border-radius: 50%;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 1rem;
    display: inline-block;
    font-family: 'Teko Medium';
    padding: 2px 8px;
    /* z-index: 1; */
}


.widget_search,
.widget_recent_entries,
.widget_categories,
.widget_archive,
.widget_recent_comments,
.widget_tag_cloud,
.widget_nav_menu,
.widget_text {
    background-color: #fff;
}

#primary .widget-title,
#secondary .widget-title {
    padding: 12px 25px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.65px;
    line-height: 29px;
    margin: 0px;
    text-transform: capitalize;
    border: 1px solid #FB5B11;
}

.widget_search form.search-form {
    background-color: #000;
}

.widget_search {
    border: none;
}

.widget_search form.search-form input[type="search"] {
    height: 50px;
    color: #fff;
    background-color: #000;
    padding: 6px 17px;
    border: none;
    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: #363636;
    font-family: 'poppins medium';
    font-size: 15px;
}

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

form.search-form button.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}

.widget_search form.search-form button.search-submit {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    height: 50px;
    padding: 0;
    background-color: #FB5B11;
    width: 48px;
}

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

form.search-form input {
    width: 100%;
    font-weight: 500;
}

#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 .menu {
    width: 100%;
    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: "\f178";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #FB5B11;
    width: 10px;
    height: 9px;
    margin-right: 15px;
}

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

#primary .widget_recent_entries ul li,
#secondary .widget_recent_entries ul li {
    display: grid;
    grid-template-columns: 100px auto;
    margin: 15px 30px 10px 15px;
    padding: 10px 10px 0 0;
    background: linear-gradient(#eeeeee 57%, transparent 0%);
}

#primary .widget_recent_entries ul li a:first-child img,
#secondary .widget_recent_entries ul li a:first-child img {
    width: 100%;
    height: 80px;
}

#primary .widget_recent_entries ul li a:last-child,
#secondary .widget_recent_entries ul li a:last-child {
    background: linear-gradient(#f4f4f4 90%, transparent 0%);
    width: -webkit-fill-available;
    padding: 15px 30px;
    font-size: 15px;
    font-family: 'poppins medium';
    line-height: 23px;
    letter-spacing: 0;
}

#primary .widget_recent_entries ul li a:last-child .post-date,
#secondary .widget_recent_entries ul li a:last-child .post-date {
    color: #504A4A;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-family: 'poppins';
}

#primary .widget ul#menu-footer3 li::before,
#secondary .widget ul#menu-footer3 li::before,
#primary .widget ol#menu-footer3 li::before,
#secondary .widget ol#menu-footer3 li::before {
    padding: 5px 7px;
    border-radius: 2px;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff;
    margin: 0 1rem;
    background-color: black;
}

#primary .widget ul#menu-footer3 li a::after,
#secondary .widget ul#menu-footer3 li a::after,
#primary .widget ol#menu-footer3 li a::after,
#secondary .widget ol#menu-footer3 li a::after,
#primary .widget ul#menu-footer3 li a::before,
#secondary .widget ul#menu-footer3 li a::before,
#primary .widget ol#menu-footer3 li a::before,
#secondary .widget ol#menu-footer3 li a::before {
    display: none;
}

#primary #categories-3 ul li a::after,
#secondary #categories-3 ul li a::after,
#primary #categories-3 ol li a::after,
#secondary #categories-3 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
--------------------------------------------------------------*/

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

    #content .contact-inner-content {
        padding: 0;
    }

    #content .contact-inner-content .sider-border {
        display: none;
    }

    #content .contact-inner-content .entry-content3 img {
        justify-self: center;
    }

    #content .contact-inner-content .entry-content3 p {
        text-align: justify;
    }

    #content .contact-inner-content .coloblack {
        height: auto;
    }

    #content .contact-inner-content .entry-content3 {
        padding: 37px 21px 0;
    }
}

/* .page-site-headerinn #secondary #search-2 */

.widget-area ul {
    border: 1px solid #A19E9E;
}

/* sourabh single page section */

#content .single-service p.hidden-para {
    display: none;
}

#content .single-project .entry-content,
#content .single-service .entry-content {
    padding: 3rem 5rem;
}

#content .content-area .wp-block-image {
    height: auto;
}

#content .content-area .wp-block-image img {
    border-radius: 2rem;
    filter: drop-shadow(2px 4px 6px black);
}

#content .content-area .wp-block-image:hover img {
    filter: opacity(.8);
    border: 2px solid black;
}

#content .single-service .wp-block-column-is-layout-flow .wp-block-column-is-layout-flow h2 {
    font-size: 30px;
    padding: 2rem 0;
}

#content .content-area .wp-block-column-is-layout-flow .wp-block-column-is-layout-flow p {
    font-size: 18px;
    padding-bottom: 1rem;
}

#content .single-service .wp-block-column-is-layout-flow .wp-block-column-is-layout-flow ul.wp-block-list li ,
#content .single-project ul.wp-block-list li {
    position: relative;
    padding-left: 2rem;
}

#content .single-service .wp-block-column-is-layout-flow .wp-block-column-is-layout-flow ul.wp-block-list li::before ,
#content .single-project ul.wp-block-list li::before {
    content: '\f1ab';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 2px;
}

#content .content-pages p {
    padding: 1rem 0;
}

@media screen and (max-width:399px) {
    .featured-testimonials .slider-thumbs.swiper-container {
        width: 305px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-active {
        width: 95px !important;
        height: 105px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-active img {
        width: 95px !important;
        height: 105px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-prev,
    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-next {
        width: 91px !important;
        height: 115px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-prev img,
    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-next img {
        width: 91px !important;
        height: 115px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide {
        height: 80px;
    }

    .featured-testimonials .slider-thumbs img.slide-mainimg {
        height: 80px;
    }
}

@media screen and (min-width:400px) and (max-width:599px) {
    .featured-testimonials .slider-thumbs.swiper-container {
        width: 375px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-active {
        width: 105px !important;
        height: 105px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-active img {
        width: 105px !important;
        height: 105px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-prev,
    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-next {
        width: 115px !important;
        height: 115px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-prev img,
    .featured-testimonials .slider-thumbs .swiper-slide.swiper-slide-next img {
        width: 115px !important;
        height: 115px;
    }

    .featured-testimonials .slider-thumbs .swiper-slide {
        height: 80px;
    }

    .featured-testimonials .slider-thumbs img.slide-mainimg {
        height: 80px;
    }
}











#content{
    width: 90%;
    justify-self: center;
    padding: 5rem 0;
}
#content .entry-content {
    box-shadow: 0px 0px 38px #00000029;
    padding: 2rem 2rem;
}
.home #content .entry-content {
    display: none !important;
}
#content #featured-steps .steps-block .stepsbox p{
 padding: 0 !important;
}
#content #featured-steps .steps-block .stepsbox .d-flex .ulli ul li{
    padding-bottom: 0 !important;
}
#content #featured-steps .steps-block .stepsbox .boxdiv {
    padding: 1.5rem 0 1rem 0 !important;
}
#content #featured-about .about-section-main p.para-1 {
    margin: 0rem 0 !important;
}
#content #featured-about .about-section-main .position-relative .position-absolute h3{
    padding: 0 !important;
}
#content #featured-about .about-section-main .position-relative{
    margin: .5rem 0 !important;
}
#content #featured-about .about-section-main h2{
    margin: 1rem 0;
}
#content #featured-about {
   padding-top: 0;
}
