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

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

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

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

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

--------------------------------------------------------------*/

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

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

/* .roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.roboto-slab-<uniquifier> {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

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

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

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

.container-fluid {
    padding: 0 0;
}

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

#content {
    position: relative;
    width: 100%;
    /* margin: 0; */
}

#content .entry-content p {
    color: #000;
    margin: 20px 0px 20px;
    font-size: 17px;
    font-weight: 300;
}

.wp-block-image {
    margin: 0 !important;
}

#content .wp-block-heading {
    margin-top: 1rem !important;
}

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

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

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

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

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bold;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

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

tbody {
    text-align: left;
}

tr {
    border: 1px solid #aaa;
}

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

td#next {
    text-align: right;
}

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

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

p {
    margin: 0 0 1em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

.md-0 {
    margin: 0 0;
}

.pd-0 {
    padding: 0 0;
}

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

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

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

mark,
ins {
    background: #fff9c0;
}

big {
    font-size: 125%;
}


/* Loader screen */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Circle spinner animation */
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spin keyframes */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

/* Hide loading screen */
#loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}



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

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

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

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

select {
    border: 1px solid #021338;
}

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

textarea {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.required {
    color: #ff0000;
}

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

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

a:focus {
    outline: thin dotted;
}

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

#section-header .d-lg-block {
    padding-right: 5%;
    padding-bottom: 5px;
}

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

/* Search form styles */
#section-header #form1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    padding: 4em 1em;
    text-align: left;
}

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

#section-header #form1 form {
    background: #fff;
    display: inline-block;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    width: 40%;
}

/* #formButton .search-toggle-btn svg{
    fill: #fff;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: 0;
} */
/* #formButton .search-toggle-btn svg path{ */
.header-nav .menu-item .search-toggle-btn svg path {
    fill: #ffffff;
}

.header-nav .menu-item .search-toggle-btn svg {
    color: #fff !important;
    fill: #fff !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 5rem 0 2rem !important;
}

#section-header #closeForm {
    font-size: 26px;
    padding: 0 .7rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    background: #000;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-header #form1 form.search-form svg {
    margin: 0 !important;
    padding-top: 10px !important;
    background-color: transparent !important;
    top: 0;
}

#section-header #form1 form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    padding: 0;
    background: #000;
    color: #fff;
    top: 50%;
    left: auto;
    transform: translate(-50%, -50%);
}

#section-header #form1 .search-box {
    position: relative;
    top: 35%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

#section-header .search-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    /* margin-right: 1.5rem; */
}

#section-header .search-toggle-btn svg {
    background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*/
.header-fixed {
    position: relative !important;
    /* top: -42px; */
    /* left: 0; */
    width: 100%;
    /* background: #ffffff; */
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
    padding: 0px;
    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-branding {
    justify-self: center;
}

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

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

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

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

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

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

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

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

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

#section-header .content-site i,
#section-header .content-site svg {
    color: #fff;
    padding-right: 8px;
    font-weight: 200;
    background: transparent;
    /* box-shadow: 0px 0px 30px -5px #fff; */
    margin: 0px 0px 0px 20px;
    width: 20px;
    height: 20px;
    font-size: 5px;
    padding: 6px;
    /* display: contents; */
}

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

#section-header .phonemail a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.32px;
    color: #CA8E3E;
    text-transform: capitalize;
    padding: 0 1rem;
}

#section-header .phonemail svg {
    width: 15px;
    height: 15px;
    color: #CA8E3E;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-navigation ul.nav-menu {
    padding-left: 1.5rem;
}

.main-navigation ul.nav-menu>li>a {
    font-size: 18px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #C69453;
    text-transform: capitalize;
    padding: 8px 20px;
    line-height: 25px;
}

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


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

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

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

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

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

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

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

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

.main-navigation ul.nav-menu .current_page_item>a,
.main-navigation ul.nav-menu .current-menu-item>a,
.main-navigation ul.nav-menu .current_page_ancestor>a,
.main-navigation ul.nav-menu .current-menu-ancestor>a {
    color: #ffffff;
    padding: 5px 9px;
    border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
    margin-top: .7rem;
}

.post-navigation a,
.posts-navigation a {
    background: #000;
    padding: 7px 1.5rem;
    border-radius: 9px;
    width: fit-content;
    font-weight: 400;
    display: block;
    color: #CA8E3E;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Widgets Start */
.widget_search,
.widget_recent_entries,
.widget_categories,
.widget_archive,
.widget_recent_comments,
.widget_tag_cloud,
.widget_nav_menu,
.widget_text {
    border: 0.20000000298023224px solid #4A3F35;
    border-radius: 10px;
}

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

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

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

#primary .sidebarright,
#secondary .sidebarright {
    justify-items: right;
}

#secondary .sidebarleft,
#primary .sidebarleft {
    justify-items: left;
}

#secondary .widget-contain,
#primary .widget-contain {
    margin-top: 1rem !important;
    padding: 5px 0px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}

#secondary .widget-contain::before,
#primary .widget-contain::before {
    content: '';
    /* margin-top: 1rem !important; */
    padding: 10px 0px;
    border-radius: 10px;
    background: #C69453;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -2;
}

#primary .widget-title,
#secondary .widget-title {
    margin-top: .5rem !important;
    padding: 10px 22px;
    background-color: #fff;
    color: #4A3F35;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.65px;
    line-height: 29px;
    margin: 0;
    text-transform: capitalize;
    border-radius: 10px;
    position: relative;
}

.widget_search form.search-form input[type="search"] {
    padding: 2rem 1rem;
    height: 50px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 0.58px;
    line-height: 29px;
}

#primary ul li a,
#secondary ul li a {
    text-decoration: none;
    border-bottom: none;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #363636;
    text-transform: capitalize;
}

.edit-link {
    display: none;
}

/* Widgets End */

.widget select {
    max-width: 100%;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

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

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

.widget_search form.search-form button.search-submit {
    margin: .5rem;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    height: 50px;
    padding: 0px;
    background-color: #C69453 !important;
    width: 13%;
    border-radius: 10px;
}

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

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

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

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

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

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

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

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

.wpcf7-spinner {
    display: none;
}

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

.widget li {
    margin-bottom: 1.5rem;
}

.widget .menu {
    width: 96%;
    padding-left: 2.5rem;
}

.widget .menu-services-container li,
.widget .menu-our-services-container li,
.widget .menu-projects-container li,
.widget .menu-our-projects-container li {
    position: relative;
    margin: 17px 0;
    padding: .5rem 1rem;
}

.widget .menu-our-services-container li:hover,
.widget .menu-our-projects-container li:hover {
    position: relative;
    margin: 17px 0;
    padding: .5rem 1rem;
    border: 1px solid;
    border-radius: 20px;
}

#primary .widget .menu-services-container ul li a,
#secondary .widget .menu-services-container ul li a,
#primary .widget .menu-our-services-container ul li a,
#secondary .widget .menu-our-services-container ul li a,
#primary .widget .menu-projects-container ul li a,
#secondary .widget .menu-projects-container ul li a,
#primary .widget .menu-our-projects-container ul li a,
#secondary .widget .menu-our-projects-container ul li a {
    color: #000 !important;
    text-transform: capitalize;
}

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

#primary .widget .menu-services-container ul li a::after,
#secondary .widget .menu-services-container ul li a::after,
#primary .widget .menu-our-services-container ul li a::after,
#secondary .widget .menu-our-services-container ul li a::after,
#primary .widget .menu-projects-container ul li a::after,
#secondary .widget .menu-projects-container ul li a::after,
#primary .widget .menu-our-projects-container ul li a::after,
#secondary .widget .menu-our-projects-container ul li a::after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 9px;
    color: #39494E;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    bottom: 0;
}

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

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

.widget ul {
    padding: 2rem;
}

#primary .widget_archive ul,
#secondary .widget_archive ul,
#primary .widget_categories ul,
#secondary .widget_categories ul {
    counter-reset: cat-counter;
    /* Initialize the counter */
}

#primary .widget_archive ul li,
#secondary .widget_archive ul li,
#primary .widget_categories ul li,
#secondary .widget_categories ul li {
    counter-increment: cat-counter;
    /* Increment counter for each li */
    position: relative;
    /* So we can position the number */
    padding-left: 20px;
    /* Space for the number */
}

#primary .widget_archive ul li::after,
#secondary .widget_archive ul li::after,
#primary .widget_categories ul li::after,
#secondary .widget_categories ul li::after {
    content: "(" counter(cat-counter) ")";
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    /* Adjust the color */
    font-weight: 600;
}

#primary .widget_categories ul li a::before,
#secondary .widget_categories ul li a::before {
    content: "";
    display: inline-block;
    background-image: url(assets/images/sidebar.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#primary .widget_archive ul li a::before,
#secondary .widget_archive ul li a::before {
    display: inline-block;
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 15px;
}

#primary .widget_text p,
#secondary .widget_text p {
    padding: 2rem;
}

.widget_recent_entries ul li {
    display: flex;
}

.widget_recent_entries ul li a img {
    width: 94px;
    height: 94px;
    border-radius: 47%;
    justify-self: center;
}

.widget_recent_entries ul li .img {
    width: 40%;
}

.widget_recent_entries ul li .img-content {
    width: 60%;
}

.widget_recent_entries ul li .img-content h1 {
    font-size: 18px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #141414;
}

.widget_recent_entries ul li .img-content .post-date {
    font-size: 11px;
    font-family: 'Poppins regular';
    letter-spacing: 0px;
    color: #979797;
    text-transform: capitalize;
    opacity: 1;
}

.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 .content-area .container {
    padding: 2rem !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: #CA8E3E;
    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: #CA8E3E;
    /* 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: #CA8E3E;
}

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

.error-404.not-found .page-content p {
    color: #000;
    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 #CA8E3E, 3px -3px 0 #CA8E3E,
            2px -2px 0 #CA8E3E, 1px -1px 0 #CA8E3E,
            -4px 4px 0 #CA8E3E, -3px 3px 0 #CA8E3E,
            -2px 2px 0 #CA8E3E, -1px 1px 0 #CA8E3E;
    }

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

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

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

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

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

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

#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: #CA8E3E;
    border-color: #CA8E3E;
}

.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: #000;
    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;
    z-index: 2;
}

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

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

.main-navigation ul.nav-menu>li:last-child {
    display: inline-flex;
    background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.featured-image {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.type_of_work-caption {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1) {
        width: 20% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2) {
        width: 80% !important;
    }
}

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

#main .entry-content p strong,
#secondary .entry-content p strong {
    color: #000;
}

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

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

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

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

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

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

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

#primary .entry-content ul li,
#secondary .entry-content ul li,
#primary .entry-content ul li ul li,
#secondary .entry-content ul li ul li {
    line-height: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

#primary .entry-content ul li:before,
#secondary .entry-content ul li:before {
    content: '';
    margin-right: 20px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    width: 13px;
    height: 13px;
    background-image: url('assets/images/aboutinnerimg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

details {
    line-height: 2rem;
}

details p {
    margin-left: 30px;
}

.tagcloud {
    padding: 10px 8px;
}

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

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

#primary .entry-content ul li ul li:before,
#secondary .entry-content ul li ul li:before {
    margin-left: 1rem;
}

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

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

#primary .entry-content ol li:before,
#secondary .entry-content ol li:before {
    counter-increment: li;
    content: "0" counter(li);
    color: #000;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #01549a; */
}

/* Remove leading zero for 10 and higher */
#primary .entry-content ol li:nth-child(n+10):before,
#secondary .entry-content ol li:nth-child(n+10):before {
    content: counter(li);
}

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: #ffffff !important;
    border: 1px solid !important;
    border-color: #CA8E3E !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: #000000 !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: #CA8E3E;
    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: #CA8E3E;
    font-family: 'FontAwesome';
    transform: rotate(180deg) rotateY(180deg);
}

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

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

#page-site-header .innerheader-overly1 {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: linear-gradient(167deg, #3f536d7a, #00000069); */
    background: transparent radial-gradient(closest-side at 50% 50%, #00000000 0%, #0000005D 0%, #00000062 34%, #0000008A 100%) 0% 0% no-repeat padding-box;
}

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

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

#page-site-header .page-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 11rem;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

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

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

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

}

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

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

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

#page-site-header .breadcrumbbox span.treeEnd {
    font-size: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

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

.animated-button {
    font-size: 1.5rem;
    position: relative;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
}

.animated-button-text {
    display: block;
    transition: all cubic-bezier(0.56, 0.51, 0.85, 0.84) 400ms;
    transform: translate(0%);
}

.animated-button::after {
    content: attr(data-content);
    position: absolute;
    transform: translate(-100%, -50%);
    transition: all cubic-bezier(0.56, 0.51, 0.85, 0.84) 320ms;
    left: 0;
    right: 0;
    z-index: -1;
    top: 50%;
    bottom: 0;
    opacity: 0;
}

.animated-button:hover::after {
    transform: translate(0%, -60%);
    transition: all cubic-bezier(0.56, 0.51, 0.85, 0.84) 450ms;
    opacity: 1;
}

.animated-button:hover .animated-button-text {
    transform: translate(130%);
    transition: all cubic-bezier(0.56, 0.51, 0.85, 0.84) 400ms;
    opacity: 0;
}

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

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

#featured-slider .entry-container {
    padding-left: 50%;
    width: 100%;
    /* justify-self: right; */
}

#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 .sliderimg {
    max-width: 100%;
    width: 100%;
    height: 896px;
}

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

.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: 32%;
    margin: 0;
    padding: 0;
}

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

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

#featured-slider h2.title {
    font-size: 71px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
}

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

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

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

#featured-slider .entry-content p {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.35px;
    color: #FFFFFF;
    padding: 2rem 0;
    width: 70%;
}

#featured-slider .read-more {
    background: #1B130D;
    padding: 8px 9px;
}

#featured-slider .read-more .btn {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 0;
    padding: 7px 20px;
    border: 0.5px solid #FFFDF5;
}

#featured-slider .read-more:hover .btn {
    color: #ffffff;
    background-color: #CA8E3E;
}

#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 {
    display: none;
    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 {
    display: none;
    left: 11%;
    top: 88%;
}

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

#featured-slider .slick-next:before,
#featured-slider .slick-prev:before {
    display: none;
    position: absolute;
    background-color: #EFF8FF;
    width: 54px;
    height: 51px;
    opacity: 9;
    /* border: 5px solid; */
    /* border-color: #ffffff; */
    font-size: 27px;
    padding: 14px 13px;
    color: #01549A;
}

#featured-slider .slick-prev:before {
    display: none;
    content: '\f053';
    font-family: "Font Awesome 5 Free";
}

#featured-slider .slick-next:before {
    display: none;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
}


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

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

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

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

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

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

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

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

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

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

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

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

#featured-services .servicerightside {
    position: relative;
    gap: 1.2rem !important;
}

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

#featured-services .entry-content3 h1 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 1.7rem;
    padding-top: 1rem;
}

#featured-services .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -22%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#featured-services .entry-content3 h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#featured-services .entry-content3 h2 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
}

#featured-services .entry-content3 {
    padding: .5rem;
}

#featured-services .entry-contentspan {
    padding: 1.5rem 0 4rem 0;
}

#featured-services .entry-container .service-image {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#featured-services .entry-content {
    position: absolute;
    bottom: 0rem;
    padding: 2rem 1rem 2rem 3rem;
    width: 100%;
    background: transparent linear-gradient(360deg, #000000 0%, #0E0E0E00 67%, #54545400 100%) 0% 0% no-repeat padding-box;
    z-index: 3;
    pointer-events: none;
}

#featured-services .entry-content .entry-title {
    margin-bottom: .5rem;
}

#featured-services .entry-title a {
    font-size: 22px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

#featured-services .featured-service-item:hover .entry-content .entry-title a {
    color: #CA8E3E;
}

#featured-services .entry-container .entry-content .newsCaption-link {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#featured-services .entry-container:hover .service-image::after {
    content: '\f061';
    color: #FFFFFF;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 7px;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    border: 2px solid #ffffff;
    padding: .5rem .7rem;
    pointer-events: none;
}

#featured-services .entry-container .service-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E2E2E;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

#featured-services .entry-container:hover .service-image::before {
    opacity: 0.9;
}

#featured-services hr {
    width: 34px;
    height: 3px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
    margin-bottom: .5rem;
}

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

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

#main .service-inner-content article,
#secondary .service-inner-content article {
    position: relative;
    z-index: 0;
}

#main .inner-service,
#secondary .inner-service {
    padding-bottom: 3rem;
}

#main .inner-service h1.service-heading,
#secondary .inner-service h1.service-heading {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 2.2rem;
    padding-top: 1rem;
}

#main .service-inner-content .entry-content h5,
#secondary .service-inner-content .entry-content h5 {
    margin: 0;
}

#main .inner-service .icon,
#secondary .inner-service .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -34%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#main .inner-service h1.service-heading::before,
#secondary .inner-service h1.service-heading::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#main .service-inner-content .title-section,
#secondary .service-inner-content .title-section {
    margin-bottom: 4em;
    display: block;
}

#main .service-inner-content .entry-content3 h2,
#secondary .service-inner-content .entry-content3 h2 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
}

#main .service-inner-content .entry-content3,
#secondary .service-inner-content .entry-content3 {
    padding: .5rem;
}

#main .service-inner-content .entry-contentspan,
#secondary .service-inner-content .entry-contentspan {
    padding: 1.5rem 0 4rem 0;
}

#main .service-inner-content .entry-container .service-image,
#secondary .service-inner-content .entry-container .service-image {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#main .service-inner-content .entry-content,
#secondary .service-inner-content .entry-content {
    position: absolute;
    bottom: 0rem;
    padding: 2rem 2rem 2rem 3rem;
    width: 100%;
    background: transparent linear-gradient(360deg, #000000 0%, #0E0E0E00 67%, #54545400 100%) 0% 0% no-repeat padding-box;
    z-index: 3;
    pointer-events: none;
}

#main .service-inner-content .entry-content .entry-title,
#secondary .service-inner-content .entry-content .entry-title {
    margin: 0 0 .5rem 0;
}

#main .service-inner-content .entry-title a,
#secondary .service-inner-content .entry-title a {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#main .service-inner-content .featured-service-item:hover .entry-container .entry-content .newsCaption-link,
#secondary .service-inner-content .featured-service-item:hover .entry-container .entry-content .newsCaption-link {
    color: #CA8E3E;
}

#main .service-inner-content .entry-container .entry-content .newsCaption-link,
#secondary .service-inner-content .entry-container .entry-content .newsCaption-link {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#main .service-inner-content .entry-container:hover .service-image::after,
#secondary .service-inner-content .entry-container:hover .service-image::after {
    content: '\f061';
    color: #FFFFFF;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 7px;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    border: 2px solid #ffffff;
    padding: .5rem .7rem;
    pointer-events: none;
}

#main .service-inner-content .entry-container .service-image::before,
#secondary .service-inner-content .entry-container .service-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E2E2E;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

#main .service-inner-content .entry-container:hover .service-image::before,
#secondary .service-inner-content .entry-container:hover .service-image::before {
    opacity: 0.9;
}

#main .service-inner-content hr,
#secondary .service-inner-content hr {
    width: 34px;
    height: 3px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
}


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

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

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

#featured-about .title-section {
    width: 73%;
    position: relative;
    display: block !important;
}

#featured-about .title-section h5 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: left;
    margin-left: 1.5rem;
    padding-top: 1rem;
}

#featured-about .title-section .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -22%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#featured-about .title-section h5::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#content #featured-about .title-section h1 {
    padding: 1.2rem 0;
    margin: 0;
}
#featured-about .title-section h1 {
    font-size: 55px  !important;
    font-family: "Roboto", sans-serif  !important;
    font-weight: bold  !important;
    letter-spacing: 0px;
    color: #000000;
    padding: 2.2rem 0;
}

#featured-about h2.subtitle {
    font-size: 25px  !important;
    text-decoration: underline;
    font-family: "Roboto", sans-serif  !important;
    font-weight: 400  !important;
    letter-spacing: 0.4px;
    color: #CA8E3E;
    text-transform: capitalize;
    margin: 0;
}

#featured-about p.para {
    font-size: 17px  !important;
    font-family: "Roboto", sans-serif  !important;
    font-weight: 400  !important;
    letter-spacing: .2px;
    color: #4A4B4D;
    opacity: 0.5;
    padding: 1.5rem 0 1rem 0;
    margin: 0;
}

#featured-about .featureimg {
    width: 50px;
    height: 50px;
}

#featured-about h6.abtfeature1 {
    font-size: 20px  !important;
    font-family: "Roboto", sans-serif !important; 
    font-weight: bold !important;
    letter-spacing: 0px;
    color: #000000;
    padding: 1.2rem 0;
    margin: 0;
}

#featured-about .imgdiv:hover h6.abtfeature1 {
    color: #CA8E3E;
}

#featured-about p.abtfeaturepara {
    font-size: 18px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.7;
    margin: 0;
}

#featured-about .about-image {
    width: 100%;
    height: 611px;
    position: relative;
    overflow: hidden;
}

#featured-about .about-image img {
    justify-self: right;
    width: 95.6%;
    height: 100%;
    position: relative;
}

#featured-about .about-image:hover img,
#featured-about .about-image:hover::before {
    animation: rotateScaleBack 1s linear forwards;
}

#featured-about .about-image::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 1.5rem;
    width: 100%;
    height: 554px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

/* about inner page */
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    justify-items: center;
}

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

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

#main .inner-project,
#secondary .inner-project {
    padding-bottom: 3rem;
}

#main .inner-project .project-heading,
#secondary .inner-project .project-heading {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 2.2rem;
    padding-top: 1rem;
}

#main .inner-project .project-heading::before,
#secondary .inner-project .project-heading::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#main .inner-project .icon,
#secondary .inner-project .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -22%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

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

#main .project-inner-content .project-image:hover img,
#secondary .project-inner-content .project-image:hover img {
    animation: rotateScaleBack 1s linear forwards;
}

#main .project-inner-content .entry-content,
#secondary .project-inner-content .entry-content {
    position: absolute;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    width: 100%;
}

#main .project-inner-content .entry-content .project-content,
#secondary .project-inner-content .entry-content .project-content {
    width: 87%;
    justify-self: center;
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: flex;
}

#main .project-inner-content .entry-content .project-content .entry-title a,
#secondary .project-inner-content .entry-content .project-content .entry-title a {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

#main .project-inner-content .entry-content .project-content .entry-title,
#secondary .project-inner-content .entry-content .project-content .entry-title {
    padding: 0 .5rem .5rem 1rem;
    margin: 0;
}

#main .project-inner-content:hover .entry-content .project-content .entry-title a,
#secondary .project-inner-content:hover .entry-content .project-content .entry-title a {
    color: #CA8E3E;
}

#main .project-inner-content .entry-content .project-content .arrow,
#secondary .project-inner-content .entry-content .project-content .arrow {
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 5;
    padding: 0.1rem 0.5rem;
    background: #000000;
    pointer-events: none;
}

#main .project-inner-content .entry-content .project-content .arrow i,
#secondary .project-inner-content .entry-content .project-content .arrow i,
#main .project-inner-content .entry-content .project-content .arrow svg,
#secondary .project-inner-content .entry-content .project-content .arrow svg {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    pointer-events: none;
}

#main .project-inner-content .entry-content .project-content .arrow p,
#secondary .project-inner-content .entry-content .project-content .arrow p,
#main .project-inner-content .entry-content .project-content .arrow p,
#secondary .project-inner-content .entry-content .project-content .arrow p {
    transform: rotate(-45deg);
    margin: 0;
    padding: 0;
}

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

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

#main .inner-team {
    padding-bottom: 3rem;
}

#main .inner-team h1.team-heading {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-weight: 400;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 2.5rem;
    padding-top: 1rem;
}

#main .inner-team .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -27%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#main .inner-team h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

#main .team-inner-content .content-image:hover img {
    animation: rotateScaleBack 1s linear forwards;
}

#main .team-inner-content .entry-content {
    position: absolute;
    bottom: 1.2rem;
    width: 90%;
    justify-self: anchor-center;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-left: 6px solid #fff;
    padding: 0;
}

#main .team-inner-content .contentbox {
    position: relative;
    margin-bottom: 5px;
    padding: 0 2rem 1.2rem;
}

#main .team-inner-content .entry-content h2.entry-title a {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#main .team-inner-content .entry-content h2.entry-title {
    margin: 0;
}

#main .team-inner-content .entry-content h3 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-top: .3rem;
}

#main .team-inner-content .share-icon-wrapper {
    position: absolute !important;
    top: -.7rem !important;
    right: 5px;
    z-index: 2;
}

#main .team-inner-content .share-icon-wrapper .share {
    background-color: #fff;
    padding: .6rem !important;
}


#main .team-inner-content .share-icon-wrapper svg {
    font-size: 15px;
    width: 15px;
    height: 14px;
    color: #CA8E3E;
    background-color: #fff;
    padding: .4rem;
}

#main .team-inner-content .share-icon-wrapper {
    position: relative;
}

#main .team-inner-content .share-icon-wrapper .social-links {
    position: absolute;
    bottom: 100%;
    right: 0%;
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#main .team-inner-content:hover .entry-content h2.entry-title a {
    color: #CA8E3E;
}

#main .team-inner-content .share-icon-wrapper .social-links a {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

#main .team-inner-content:hover .share-icon-wrapper .social-links a:nth-child(1) {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

#main .team-inner-content:hover .share-icon-wrapper .social-links a:nth-child(2) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

#main .team-inner-content:hover .share-icon-wrapper .social-links a:nth-child(3) {
    transition-delay: 0s;
    opacity: 1;
    transform: translateY(0);
}

#main .team-inner-content .share-icon-wrapper .social-links a {
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
    font-size: 14px;
}

#main .team-inner-content .share-icon-wrapper .social-links a svg:hover {
    transform: scale(1.2);
    transition: all 0.9s;
}

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

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

#featured-features .features-content h1 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: left;
    margin-left: 1.7rem;
    padding-top: 1rem;
}

#featured-features .features-content .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -22%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#featured-features .features-content h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#featured-features .features-content h2 {
    font-size: 55px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    padding-top: 2rem;
}

#featured-features .features-content p {
    font-size: 17px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #4A4B4D;
    opacity: 0.5;
    padding: 2rem 0;
    width: 81%;
}

#featured-features .features-content button a {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    padding: 7px 20px;
}

#featured-features .features-content button:hover a {
    color: #FFFFFF;
    background-color: #000;
}

#featured-features .features-content button {
    background-color: #CA8E3E;
    padding: 12px 8px;
    transition: all 0.4s ease;
}

#featured-features .features-content button:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    animation: shake 1s ease-in-out;
}

#featured-features .featuresbox {
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    padding: 1rem;
    border-radius: 4px;
}

#featured-features .featuresbox:hover {
    z-index: 10;
    box-shadow: 0px 0px 5px #00000033;
    transform: scale(1.02);
}

#featured-features h4.features-title a {
    font-size: 16px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

#featured-features .featuresbox:hover h4.features-title a {
    color: #CA8E3E;
    transform: scale(1.02);
}

#featured-features .features-details p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #4A4B4D;
    opacity: 0.6;
}

#featured-features .section-content {
    width: 90%;
    justify-self: center;
}

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

#main .faqnformbox,
#secondary .faqnformbox {
    position: relative;
    overflow: hidden;
    width: 94%;
    justify-self: right;
}

#main .faqnformbox .content-container h1,
#secondary .faqnformbox .content-container h1 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: left;
    margin-left: 2rem;
    padding-top: 1rem;
}

#main .faqnformbox .content-container h1::before,
#secondary .faqnformbox .content-container h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#main .faqnformbox .content-container h1 .icon,
#secondary .faqnformbox .content-container h1 .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -95%;
    bottom: 0.7rem;
    /* margin-right: 0rem; */
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#main .faqnformbox .content-container h2,
#secondary .faqnformbox .content-container h2 {
    font-size: 30px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    margin: 2rem 0 0 0;
    margin: 1rem 0 1.5rem 0;
}

#main .faqnformbox .content-container p,
#secondary .faqnformbox .content-container p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    padding: 0 1.9rem;
}

#main .faqnformbox .faqside,
#secondary .faqnformbox .faqside {
    padding-right: 2rem;
}

#main .faqnformbox .faqside button a,
#secondary .faqnformbox .faqside button a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #CA8E3E;
    border: 1px solid #ffffff;
    padding: .5rem 2rem;
}

#main .faqnformbox .faqside button:hover a,
#secondary .faqnformbox .faqside button:hover a {
    background: #000000;
}

#main .faqnformbox .faqside button,
#secondary .faqnformbox .faqside button {
    background: #CA8E3E;
    padding: .8rem .5rem;
    transition: all 0.4s ease;
}

#main .faqnformbox .faqside button:hover,
#secondary .faqnformbox .faqside button:hover {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
    /* animation: shake 1s ease-in-out; */
}

#main .faqnformbox .faqside .button button:hover,
#secondary .faqnformbox .faqside .button button:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    animation: shake 1s ease-in-out;
}

#main .faqnformbox .faqcontactimg,
#secondary .faqnformbox .faqcontactimg {
    align-content: center !important;
}

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

#main .faqs-inner-content .faq-content button.accordion.active,
#secondary .faqs-inner-content .faq-content button.accordion.active {
    background-color: #CA8E3E40;
}

#main .faqs-inner-content .faq-content button.accordion,
#secondary .faqs-inner-content .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 15px 3rem 15px 1.5rem;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00000009;
}

#main .faqs-inner-content .faq-content button.accordion .accordion-arrow,
#secondary .faqs-inner-content .faq-content button.accordion .accordion-arrow {
    background: #C69453;
    padding: 5px;
    position: absolute;
    right: 3%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    top: 25%;
}

#main .faqs-inner-content .faq-content button.accordion.active .accordion-arrow svg,
#secondary .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,
#secondary .faqs-inner-content .faq-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0 0 0px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#main .faqs-inner-content .faq-content div.panel p,
#secondary .faqs-inner-content .faq-content div.panel p {
    margin: 0 0 0px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #6E6E6E;
    text-transform: capitalize;
    padding: .2rem 4rem 0 2rem;
}

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

#main .faqs-inner-content h2.faq-title,
#secondary .faqs-inner-content h2.faq-title {
    margin: 0 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

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

#main .faq-image1 img,
#secondary .faq-image1 img,
#main .faq-image2 img,
#secondary .faq-image2 img,
#main .faq-image3 img,
#secondary .faq-image3 img {
    width: 96%;
    height: 100%;
    margin: 0 !important;
    justify-self: center;
}

#main .faqcontactimg .faqsimagediv1,
#secondary .faqcontactimg .faqsimagediv1,
#main .faqcontactimg .faqsimagediv2,
#secondary .faqcontactimg .faqsimagediv2 {
    position: relative;
}

#main .faqcontactimg .faqsimagediv1::after,
#secondary .faqcontactimg .faqsimagediv1::after {
    content: '';
    position: absolute;
    bottom: 0.9rem;
    left: 0;
    width: 96%;
    height: 5px;
    background-color: #E1E1E1;
    justify-self: anchor-center;
}

#main .faqcontactimg .faqsimagediv2::after,
#secondary .faqcontactimg .faqsimagediv2::after {
    content: '';
    position: absolute;
    top: -0.2rem;
    left: 0;
    width: 96%;
    height: 5px;
    background-color: #E1E1E1;
    justify-self: anchor-center;
}

/*-----------------------
 ## End FAQS page
 -----------------------------*/
/*--------------------------------------------------------------
#  Featured counter Section
--------------------------------------------------------------*/
#featured-counters {
    position: relative;
    overflow: hidden;
    background: #22211F 0% 0% no-repeat padding-box;
}

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

#featured-counters .countersbox img {
    width: 65px;
    height: 65px;
}

#featured-counters .countersbox .col-sm-3 {
    align-self: center;
    justify-items: center;
}

#featured-counters .countersbox:hover {
    background-color: #ffffff;
}

#featured-counters .countersbox:hover .counters-num .count,
#featured-counters .countersbox:hover .counters-num .sign {
    color: #CA8E3E;
}

#featured-counters .countersbox:hover .counters-title a {
    color: #CA8E3E;
}

#featured-counters .countersbox .counters-num .count,
#featured-counters .countersbox .counters-num .sign {
    font-size: 64px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0;
    margin: 0 !important;
}
#featured-counters .countersbox .counters-title {
    margin: 0;
     text-align: left;
}
#featured-counters .countersbox .counters-title a {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
}

/* Top left triangle */
#featured-counters .countersbox::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #CA8E3E transparent transparent;
}

#featured-counters .countersbox {
    position: relative;
    transition: all 0.5s ease-in-out;
    padding: 1rem;
    width: 100%;
}

/* Top Right */
#featured-counters .counters-block:hover .countersbox::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #d09a4c transparent;
}

#featured-counters .counters-block {
    position: relative;
}

#featured-counters .counters-block {
    position: relative;
}

#featured-counters .counters-block:hover .tringle-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #d09a4c transparent;
    transform: rotate(180deg);
    z-index: 2;
}

#featured-counters .counters-block:hover .tringle-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #d09a4c transparent;
    transform: rotate(90deg);
    z-index: 2;
}

/*--------------------------------------------------------------
#  Featured Newsletters Section
--------------------------------------------------------------*/
#featured-newsletters {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

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

#featured-newsletters .featured-newsletters-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.46;
    transition: opacity 0.3s ease;
    z-index: 0;
    pointer-events: none;
}

#featured-newsletters .newsletter {
    padding: 3.5rem 0rem !important;
}

#featured-newsletters .input[type="email"] {
    padding: 16px;
}

#featured-newsletters .newsletter h1 {
    font-size: 28px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 45px;
    padding-left: 6px;
}

#featured-newsletters .newsletter h1 span {
    color: #CA8E3E;
}

#featured-newsletters form {
    width: 90%;
    justify-self: right;
}

#featured-newsletters form .submit {
    justify-items: right;
    margin-top: 1rem;
}

#featured-newsletters form .submit p {
    padding: 5px;
    background-color: #CA8E3E;
}

#featured-newsletters form input[type="submit"] {
    font-size: 20px;
    padding: .4rem 2rem;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-family: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    background-color: #CA8E3E;
}

#featured-newsletters form input[type="submit"]:hover {
    background-color: #000000;
}

/* Featured Contact */
#featured-contact {
    position: relative;
    overflow: hidden;
    background: #24201F;
}

#featured-contact .contact-div1 {
    width: 45%;
    align-self: center;
}

#featured-contact .contact-div2 {
    width: 55%;
    align-self: center;
    position: relative;
}

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

#featured-contact .contact-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

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

#featured-contact .contact-img img:hover {
    animation: rotateScaleBack 1s linear forwards;
}

#featured-contact .contactformimg img {
    width: 357px;
    height: 443px;
}

#featured-contact .contactformimg {
    position: absolute;
    right: 0;
    bottom: 0;
}

#featured-contact .contactformdiv .title-section {
    display: block;
}

#featured-contact .contactformdiv .title-section h1 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: left;
    margin-left: 1.9rem;
    padding-top: 1rem;
}

#featured-contact .contactformdiv .title-section h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#featured-contact .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -26%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#featured-contact .contactformdiv h2 {
    font-size: 30px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-top: 1.5rem;
}

#featured-contact .contactformdiv {
    background: transparent;
    padding: 5% 8%;
    position: relative;
    width: 75%;
}

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

#featured-contact .contact-div1 .contact-content {
    position: absolute;
    bottom: 0rem;
    left: 0;
    padding: 2rem 1rem;
    background: #CA8E3E;
    z-index: 3;
    width: 52%;
}

#featured-contact .contact-div1 .contact-content .col-sm-8 {
    padding: 0;
}

#featured-contact .contact-div1 .contact-content img {
    width: 50px;
    height: 50px;
    justify-self: center;
}

#featured-contact .contact-div1 .contact-content h1 {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#featured-contact .contactformdiv input[type="text"]::placeholder,
#featured-contact .contactformdiv input[type="email"]::placeholder,
#featured-contact .contactformdiv input[type="url"]::placeholder,
#featured-contact .contactformdiv input[type="password"]::placeholder,
#featured-contact .contactformdiv input[type="search"]::placeholder,
#featured-contact .contactformdiv input[type="number"]::placeholder,
#featured-contact .contactformdiv input[type="tel"]::placeholder,
#featured-contact .contactformdiv input[type="range"]::placeholder,
#featured-contact .contactformdiv input[type="date"]::placeholder,
#featured-contact .contactformdiv input[type="month"]::placeholder,
#featured-contact .contactformdiv input[type="week"]::placeholder,
#featured-contact .contactformdiv input[type="time"]::placeholder,
#featured-contact .contactformdiv input[type="datetime"]::placeholder,
#featured-contact .contactformdiv input[type="datetime-local"]::placeholder,
#featured-contact .contactformdiv input[type="color"]::placeholder,
#featured-contact .contactformdiv input[type="file"]::placeholder,
#featured-contact .contactformdiv textarea::placeholder,
#featured-contact select::placeholder {
    color: #FFFFFF;
    background-color: transparent;
    opacity: 0.7;
}

#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 #CBCBCB;
    background-color: transparent;
    color: #fff;
    z-index: 2;
    position: relative;
}

#featured-contact .contactformdiv textarea {
    height: 104px;
    padding: 0.2rem 1rem 0 .5rem;
    scrollbar-width: none;
}

#featured-contact .contactformdiv textarea::placeholder {
    height: 104px;
    padding: 0.2rem 1rem 0 .5rem;
}

#featured-contact .contactformdiv button,
#featured-contact .contactformdiv input[type="button"],
#featured-contact .contactformdiv input[type="reset"],
#featured-contact .contactformdiv input[type="submit"] {
    background: #CA8E3E;
    border-radius: 0;
    padding: 6px 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.59px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

#featured-contact .contactformdiv button:hover,
#featured-contact .contactformdiv input[type="button"]:hover,
#featured-contact .contactformdiv input[type="reset"]:hover,
#featured-contact .contactformdiv input[type="submit"]:hover {
    background-color: #000000;
}

#featured-contact .contactformdiv .submitdiv p:hover {
    animation: shake 1s ease-in-out;
}

#featured-contact .contactformdiv .submitdiv p {
    padding: 6px;
    background: #CA8E3E;
    width: fit-content;
}

/*--------------------------------------------------------------
#  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 .leftbox {
    position: relative;
    overflow: hidden;
    padding: 0 3rem;
}

#content .contactformbox .contact-top-content {
    width: 48%;
}

#content .contactformbox .contact-form {
    width: 52%;
}

#content .contactformbox .contact-bottom-content {
    width: 38%;
}

#content .contactformbox .contact-bottom-right {
    align-content: center;
    width: 62%;
    padding-right: 5rem;
}

#content .contactformbox .contact-bottom-right .content {
    width: 90%;
    justify-self: right;
}

#content .contactformbox .contact-bottom-content {
    border-radius: 20px;
    border: 2px solid #C69453;
    padding: 3rem 3rem 0rem 4rem;
    position: relative;
}

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

#content .infoboxinn .contact-text {
    padding: 1rem 0;
    align-items: center;
}

#content .infoboxinn .address-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 34px;
    justify-self: center;
}

#content .contactformbox .contact-bottom-content h1 {
    font-size: 25px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    background: #fff;
    text-transform: capitalize;
    position: absolute;
    border: 2px solid #C69453;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 29px;
    padding: .7rem 2rem;
}

#content .contactformbox .contact-bottom-right .content .button:hover {
    background-color: transparent;
}

#content .contactformbox .contact-bottom-right .content .button {
    margin-top: 2rem;
}

#content .contactformbox .contact-bottom-right .content .button a {
    font-size: 18px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    background: #C69453 0% 0% no-repeat padding-box;
    border-radius: 29px;
    padding: .9rem 3rem;
}


#content .contactformbox .contact-bottom-right .content .button,
#content .innershortcode .button {
    transition: all 0.4s ease;
}

#content .contactformbox .contact-bottom-right .content .button:hover,
#content .contactformbox .contact-bottom-right .content .button:hover,
#content .innershortcode .button:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    animation: shake 1s ease-in-out;
}


#content .contactformbox .contact-bottom-right .content .button a:hover {
    background: #000000 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}


#content .infoboxinn .contact-text h4,
#content .infoboxinn .contact-text h4 a {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

#content .infoboxinn .contact-text p.address {
    padding-right: 2rem;
}

#content .infoboxinn .contact-text p {
    font-size: 18px;
    padding: 10px 0rem 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
    margin-left: 3.5rem;
}

#content .contactformbox .contact-bottom-right .content h2 {
    font-size: 56px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
}

#content .contactformbox .contact-bottom-right .content p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    padding: 3rem 0rem 1rem 0;
}

#content .contactformbox .contact-top-content h1 {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

#content .contactformbox .contact-top-content h2 {
    font-size: 68px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    padding: 1.2rem 0 2.2rem 0;
}

#content .contactformbox .contact-top-content p {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
}

#content .contactform {
    position: relative;
    background-color: #000000;
    padding: 3rem 4rem;
    border-radius: 20px;
}

#content .innershortcode input[type="text"],
#content .innershortcode input[type="email"],
#content .innershortcode input[type="url"],
#content .innershortcode input[type="password"],
#content .innershortcode input[type="search"],
#content .innershortcode input[type="number"],
#content .innershortcode input[type="tel"],
#content .innershortcode input[type="range"],
#content .innershortcode input[type="date"],
#content .innershortcode input[type="month"],
#content .innershortcode input[type="week"],
#content .innershortcode input[type="time"],
#content .innershortcode input[type="datetime"],
#content .innershortcode input[type="datetime-local"],
#content .innershortcode input[type="color"],
#content .innershortcode input[type="file"],
#content .innershortcode textarea,
#content .innershortcode select {
    border-radius: 15px;
    background: #fff;
    z-index: 2000;
    width: 100%;
    color: #707070;
    padding: 0 0 0 15px;
    font-size: 16px;
    height: 50px;
    font-weight: 300;
    margin: 20px 0 0;
    letter-spacing: 0.53px;
    border: none;
    height: 55px;
    /* border: 1px solid; */
    /* border-color: #01549a; */
}

#content .innershortcode p .wpcf7-spinner {
    display: none;
}

#content .innershortcode .button {
    justify-self: right;
}

#content .innershortcode input[type="submit"] {
    background: #C69453;
    font-weight: 300;
    padding: 1rem 3rem;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    margin: 15px 0px 0;
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-radius: 29px;
    box-shadow: none;
    text-decoration: none;
    border: none;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

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

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

#content .featured-contact-mapbox iframe {
    width: 100%;
    height: 390px;
    padding-bottom: 0;
}

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

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

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #CA8E3E !important;
    color: #fff !important;
    border-radius: 10px;
}

/*--------------------------------------------------------------
#  Inner page Gallery
--------------------------------------------------------------*/
#featured-gallery .gallery-slider::before {
    content: '';
    position: absolute;
    left: -7%;
    top: 0;
    width: 50%;
    height: 500px;
    background-image: url(assets/images/gallery.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#featured-gallery {
    position: relative;
}

#featured-gallery .swiper-wrapper {
    z-index: 0;
}

#featured-gallery .gallery-slider {
    padding: 0;
}

#featured-gallery .gallery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: transparent linear-gradient(0deg, #FFFFFF 32%, #22211F 32%) 0% 0% no-repeat padding-box;
}

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

#featured-gallery .gallery-title h1 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 1.7rem;
    padding-top: 1rem;
}

#featured-gallery .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -22%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#featured-gallery .gallery-title h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#featured-gallery .gallery-title h2 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#featured-gallery .gallery-title {
    padding: 2.5rem 0;
}

#featured-gallery .gallery-image {
    position: relative;
    overflow: hidden;
}

#featured-gallery .entry-content {
    position: absolute;
    bottom: 0rem;
    z-index: 3;
    width: 100%;
    padding: 4rem 1rem 1.5rem 1.5rem;
    background: transparent linear-gradient(360deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}

#featured-gallery .entry-content h2 a {
    font-size: 20px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#featured-gallery .gallery-box:hover .entry-content h2 a {
    color: #CA8E3E;
}

#featured-gallery .gallery-image:hover img {
    animation: rotateScaleBack 1s linear forwards;
}

#featured-gallery .swiper-pagination-bullet {
    background-color: #CA8E3E;
}



/*--------------------------------------------------------------
#  Featured Testimonials Section
--------------------------------------------------------------*/
#featured-testimonials {
    position: relative;
    overflow: hidden;
    padding-bottom: 5rem;
    /* background-color: #fff; */
    background: transparent linear-gradient(0deg, #F6F7F9 35%, #ffffff 35%) 0% 0% no-repeat padding-box;
}

#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 .testimonials-container .container {
    padding: 2rem 2rem 5rem 2rem;
}

#featured-testimonials .testimonials-container h1 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 1.7rem;
    padding-top: 1rem;
}

#featured-testimonials .testimonials-container h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#featured-testimonials .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -22%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#featured-testimonials .testimonials-container h2 {
    font-size: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
}

#featured-testimonials .testimonial-box .content p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #090909;
    opacity: 0.49;
    padding: 1rem;
}

#featured-testimonials .testimonial-box .testimonial-content {
    padding: 1rem 1rem 2.5rem 1rem;
}

#featured-testimonials .testimonial-box .testimonial-content .img-content {
    padding: 0 .7rem;
}

#featured-testimonials .testimonial-box .img-content h2 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #090909;
    padding: 0.3rem 0;
}

#featured-testimonials .testimonial-box:hover .img-content h2 {
    color: #CA8E3E;
}

#featured-testimonials .testimonial-box .img-content p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #9B9B9B;
    margin: 0;
}

#featured-testimonials .testimonial-box {
    justify-self: center;
    margin: 0 1.5rem;
    padding: 0px 1rem;
    background-color: #fff;
    transition: all 0.7s ease;
}

#featured-testimonials .testimonial-box:hover {
    justify-self: center;
    background-color: #F6F7F9;
    box-shadow: 0px 0px 10px #00000033;
    transform: scale(1.02);
}

#featured-testimonials .testimonial-box .testimonial-content img {
    transition: all 0.5s ease;
    box-shadow: none;
    border-radius: 50%;
}

#featured-testimonials .testimonial-box:hover .testimonial-content img {
    border-radius: 12px;
    transform: scale(1.05);
}

#featured-testimonials .testimonial-content img {
    width: 57px;
    height: 57px;
    object-fit: cover;
}

#featured-testimonials .slick-track {
    padding: 1rem 0;
}

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

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

#main .testimonial-inner {
    padding-bottom: 5rem;
}

#main .testimonial-inner h1 {
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 1.7rem;
    padding-top: 1rem;
}

#main .testimonial-inner h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#main .testimonial-inner .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -22%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#main .testimonial-inner-page .testimonial-box .content p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #090909;
    opacity: 0.49;
    padding: 1rem;
    margin: 0;
}

#main .testimonial-inner-page .testimonial-box .testimonial-content {
    padding: 1rem 1rem 2.5rem 1rem;
}

#main .testimonial-inner-page .testimonial-box .testimonial-content .img-content {
    padding: 0 .7rem;
}

#main .testimonial-inner-page .testimonial-box .img-content h2 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #090909;
    padding: 0.3rem 0;
    margin: 0;
}

#main .testimonial-inner-page .testimonial-box:hover .img-content h2 {
    color: #CA8E3E;
}

#main .testimonial-inner-page .testimonial-box .img-content p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #9B9B9B;
    margin: 0;
}

#main .testimonial-inner-page .testimonial-box {
    justify-self: center;
    margin: 0 1.5rem;
    padding: 0px 0rem;
    background-color: #fff;
    transition: all 0.7s ease;
}

#main .testimonial-inner-page .testimonial-box:hover {
    justify-self: center;
    /* margin: 0 2rem; */
    background-color: #F6F7F9;
    box-shadow: 0px 0px 10px #00000033;
    transform: scale(1.02);
}

#main .testimonial-inner-page .testimonial-box .testimonial-content img {
    transition: all 0.5s ease;
    box-shadow: none;
    border-radius: 50%;
}

#main .testimonial-inner-page .testimonial-box:hover .testimonial-content img {
    border-radius: 12px;
    transform: scale(1.05);
}

#main .testimonial-inner-page .testimonial-content img {
    width: 57px;
    height: 57px;
    object-fit: cover;
}

#main .testimonial-inner-page .slick-track {
    padding: 1rem 0;
}


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

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

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

#featured-posts .title-sections h1 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 1.7rem;
    padding-top: 1rem;
}

#featured-posts .title-sections h1::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#featured-posts .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -32%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#featured-posts .title-sections h2 {
    font-size: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    padding: 1rem 0.5rem 3rem 0.5rem;
}

#featured-posts .featured-image {
    overflow: hidden;
}

#featured-posts .featured-image img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    transition: none;
}

#featured-posts .post-item:hover .featured-image img {
    animation: rotateScaleBack 1s linear forwards;
}

@keyframes rotateScaleBack {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(10deg) scale(1.4);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

#featured-posts .post-item {
    background-color: #F9F9F9;
    position: relative;
    width: 90%;
    justify-self: anchor-center;
}

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

#featured-posts .entry-meta a {
    border: none;
       justify-content:space-between;
}
#featured-posts .entry-meta a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #9B9B9B;
}

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

#featured-posts h2.entry-title a {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

#featured-posts h2.entry-title {
    padding-bottom: .5rem;
}

#featured-posts .entry-contentbox {
    padding: .5rem 2rem 2rem 2rem;
}

#featured-posts .entry-content .arrow {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #000000;
}

#featured-posts .arrow a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    margin-right: .6rem;
}

#featured-posts .arrow a i,
#featured-posts .arrow a svg {
    color: #ffffff;
    background-color: #CA8E3E;
    font-family: 'FontAwesome';
    font-size: 10px;
    padding: 5px 6px;
}

#featured-posts .post-item:hover .entry-meta i,
#featured-posts .post-item:hover .entry-meta svg {
    color: #CA8E3E;
}

#featured-posts .posts-date a {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#featured-posts .post-item:hover .posts-date a {
    color: #CA8E3E;
}

#featured-posts .post-item:hover .posts-date button {
    background-color: #000000;
}

#featured-posts .posts-date button {
    background: #CA8E3E;
    padding: 7px 18px;
    margin-left: 1.2rem;
}

#featured-posts .posts-date {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    z-index: 0;
}

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

#main .bloginn-inner-content .featured-image,
#secondary .bloginn-inner-content .featured-image {
    overflow: hidden;
}

#main .bloginn-inner-content .featured-image img,
#secondary .bloginn-inner-content .featured-image img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    transition: none;
}

#main .bloginn-inner-content .post-item:hover .featured-image img,
#secondary .bloginn-inner-content .post-item:hover .featured-image img {
    animation: rotateScaleBack 1s linear forwards;
}

#main .bloginn-inner-content .post-item,
#secondary .bloginn-inner-content .post-item {
    background-color: #F9F9F9;
    position: relative;
    width: 100%;
    justify-self: anchor-center;
}

#main .bloginn-inner-content .post-item:hover h2.entry-title a,
#secondary .bloginn-inner-content .post-item:hover h2.entry-title a {
    color: #F6BB19;
}

#main .bloginn-inner-content .entry-meta ,
#secondary .bloginn-inner-content .entry-meta  {
     justify-content:space-between;
    border: none;
}
#main .bloginn-inner-content .entry-meta a,
#secondary .bloginn-inner-content .entry-meta a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #9B9B9B;
}

#main .bloginn-inner-content .entry-meta i,
#secondary .bloginn-inner-content .entry-meta i,
#main .bloginn-inner-content .entry-meta svg,
#secondary .bloginn-inner-content .entry-meta svg {
    font-size: 18px;
    text-decoration: none;
    color: #9B9B9B;
    line-height: 8px;
    text-align: center;
    font-weight: 400;
}

#main .bloginn-inner-content h2.entry-title a,
#secondary .bloginn-inner-content h2.entry-title a {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

#main .bloginn-inner-content h2.entry-title,
#secondary .bloginn-inner-content h2.entry-title {
    padding-bottom: .5rem;
}

#main .bloginn-inner-content .entry-contentbox,
#secondary .bloginn-inner-content .entry-contentbox {
    padding: .5rem 2rem 2rem 2rem;
}

#main .bloginn-inner-content .entry-content .arrow,
#secondary .bloginn-inner-content .entry-content .arrow {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

#main .bloginn-inner-content .arrow a,
#secondary .bloginn-inner-content .arrow a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    margin-right: .6rem;
}

#main .bloginn-inner-content .arrow a i,
#secondary .bloginn-inner-content .arrow a i,
#main .bloginn-inner-content .arrow a svg,
#secondary .bloginn-inner-content .arrow a svg {
    color: #ffffff;
    background-color: #CA8E3E;
    font-family: 'FontAwesome';
    font-size: 10px;
    padding: 5px 6px;
}

#main .bloginn-inner-content .post-item:hover .entry-meta i,
#secondary .bloginn-inner-content .post-item:hover .entry-meta svg {
    color: #CA8E3E;
}

#main .bloginn-inner-content .posts-date a,
#secondary .bloginn-inner-content .posts-date a {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#main .bloginn-inner-content .post-item:hover .posts-date a,
#secondary .bloginn-inner-content .post-item:hover .posts-date a {
    color: #CA8E3E;
}

#main .bloginn-inner-content .post-item:hover .posts-date button,
#secondary .bloginn-inner-content .post-item:hover .posts-date button {
    background-color: #000000;
}

#main .bloginn-inner-content .posts-date button,
#secondary .bloginn-inner-content .posts-date button {
    background: #CA8E3E;
    padding: 7px 18px;
    margin-left: 1.2rem;
}

#main .bloginn-inner-content .posts-date,
#secondary .bloginn-inner-content .posts-date {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    z-index: 0;
}

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

#colophon .xl\:grid-cols-4 {
    grid-template-columns: 25% 1fr 1fr 25%;
}

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

#colophon .footer-bg {
    /* background-image: url("assets/images/footer.png") !important; */
    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 .footerbox img {
    justify-self: center;
}

#colophon p {
    font-size: 18px;
    position: relative;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
}

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

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

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

#colophon .widget-title {
    font-size: 25px;
    /* font-family: 'Montserrat Regular'; */
    letter-spacing: 0;
    color: #FFFDF5;
    line-height: 30px;
    padding: 0;
    background: transparent;
    text-transform: capitalize;
    margin-bottom: 32px;
}

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

#colophon .widget_nav_menu ul li::before {
    content: "";
    display: inline-block;
    background-image: url('assets/images/footerliaimg.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#colophon aside .textwidget p {
    font-size: 18px;
    text-align: left;
    /* font-family: 'Roboto regular'; */
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: .7rem 0;
}

#colophon aside .textwidget .location::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: white;
    vertical-align: middle;
}

#colophon aside .textwidget .phone::before {
    content: "\f095 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: white;
    vertical-align: middle;
}

#colophon aside .textwidget .mail::before {
    content: "\e4e8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: white;
    vertical-align: middle;
}

#colophon .widget_nav_menu ul li a {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
}

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

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

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

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

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


#colophon .footer-widgets-area .widget_text ul li svg {
    margin-right: 17px;
    transition: 0.3s;
}

#colophon .footer-widgets-area .widget_text ul li:hover svg {
    color: #000;
    transition: 0.3s;
}

#colophon .site-info {
    padding: .9rem 0;
    background: #00000050 0% 0% no-repeat padding-box;
    /* opacity: 0.4; */
    position: relative;
    z-index: 5;
    margin-top: 3.5rem;
}

#colophon .site-info .copy-right {
    color: #ffffff;
    font-size: 16px;
    position: relative;
    text-align: left;
    z-index: 3;
    opacity: 1;
    align-content: space-evenly;
}

#colophon .site-info .footercopyrightimg {
    background-color: #fff;
    display: none;
}

#colophon .site-info img {
    justify-self: center;
    width: 39px;
    height: 39px;
    margin: 0 !important;
    padding: .1rem;
}

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

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

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

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

#colophon li:hover {
    border: none;
}

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

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

#colophon .footerbox .hentry .social-profile-icons ul::before {
    content: 'Follow us on :';
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFDF5;
}

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

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

#colophon .footerbox .hentry .social-profile-icons li a {
    color: #CA8E3E;
}

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

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

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

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

#colophon .widget {
    border: none;
    background-color: transparent;
    margin: 0 0 2.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

.scroll-to-top a {
    background-color: #fff;
    padding: 3px;
    display: flex;
    /* border-radius: 50%; */
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.scroll-to-top a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {

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

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

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

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

    #featured-clients .section-content .gap-20 {
        gap: 3rem !important;
    }
}

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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


    #top-bar.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) {}

/*---------menu display above 1024 and 1024 screen-------------*/
@media screen and (min-width: 1024px) {
    .main-navigation {
        display: block;
        position: relative;
        width: 100%;
        background-color: #1B130D;
        padding: 8px 9px;
    }

    .main-navigation ul.nav-menu {
        background-color: #1B130D;
        border: 0.5px solid #FFFDF5;
    }

    .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%; */
        width: fit-content;
    }

    .main-navigation.icons-active {
        padding: 0;
    }

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

    .main-navigation ul.nav-menu>li:last-child>a {
        margin: 0px 0px 0 0;
        color: #C69453;
    }

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


    .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: #ffffff !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    button.dropdown-toggle {
        display: none;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

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

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

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

    .main-navigation form.search-form {
        border: 20px solid #111;
    }

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

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

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

    .right-sidebar #secondary,
    .left-sidebar #secondary {
        justify-items: center;
    }

    .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: 1024px) {
    .singleserviceproject1 {
        width: 100% !important;
    }

    .singleserviceproject2 {
        width: 100% !important;
        margin-top: 2.5rem !important;
    }

    .main-navigation ul.nav-menu li {
        justify-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

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

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

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

    .header-nav .menu-item .search-toggle-btn svg {
        margin: 0 1rem 0 1rem !important;
        top: 50%;
        left: 50%;
        transform: translate(-120%, 18%);
    }

    .singleserviceproject2 #secondary.single-service {
        width: 100%;
    }

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

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

    .main-navigation ul ul ul {
        margin-top: 0;
    }

    .main-navigation ul.nav-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        display: block;
        width: 100%;
    }

    .main-navigation ul.nav-menu li:last-child {
        border-bottom: none;
        /* padding: 0 2.4rem 0 0; */
    }

    .main-navigation ul ul li a {
        padding-left: 15px;
        color: #fff;
        text-align: center;
    }

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

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

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

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

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

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

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

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

    .main-navigation {
        position: static;
    }

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

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

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

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

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

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

    button.dropdown-toggle {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    #section-header .content-site i,
    #section-header .content-site svg {
        margin: -13px 0px 0px 0px;
        position: absolute;
        right: 7%;
        background-color: #ffffff;
        color: #CA8E3E;
    }

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

    .main-navigation ul.nav-menu>li:last-child {
        display: grid;
        margin-bottom: 25rem;
    }

    .main-navigation ul.nav-menu>li:first-child {
        margin-top: 6rem;
    }

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

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

@media screen and (max-width: 992px) {
    #content {
        padding: 2rem 1rem 1rem 1rem;
    }

    #page-site-header .page-header {
        top: 10rem;
        padding-left: 3rem;
    }

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

    #content .container {
        padding: 0rem !important;
    }

    .site-branding {
        justify-self: left;
    }

    #featured-about .aboutrightside,
    #featured-about .title-section,
    #featured-about .about-img-box {
        width: 100%;
    }

    #featured-about .title-section h5,
    #featured-about .imgdiv .d-flex {
        justify-self: center !important;
    }

    #featured-about .imgdiv {
        text-align: center;
    }

    #featured-about p.para {
        text-align: justify;
    }

    #featured-about .title-section h1 {
        font-size: 45px !important;
        text-align: center;
    }

    #featured-about .about-image::before {
        content: '';
        position: absolute;
        left: 1%;
    }

    #featured-features .section-content {
        width: 100%;
    }

    #featured-features .features-content,
    #featured-features .features-content2 {
        width: 100%;
    }

    #featured-features .features-content2 {
        padding-top: 2rem;
    }

    #featured-features .features-content h2 {
        font-size: 45px;
        padding-top: 1rem;
    }

    #featured-features .features-content p {
        padding: 1rem 0;
        width: 100%;
    }

    #featured-posts .entry-contentbox {
        padding: 0.5rem 1rem 2rem 1rem;
    }

    #featured-posts article {
        margin-top: 2rem;
    }

    #featured-posts .title-sections h2 {
        padding: 1rem 0.5rem 1rem 0.5rem;
    }

    #featured-posts .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    #featured-contact .contactformdiv {
        padding: 0rem 15px;
        margin: 1.5rem 0;
    }

    #featured-contact .contactformdiv .row {
        margin-top: 0.5rem;
    }

    #featured-contact .contactformdiv .submitdiv p {
        z-index: 2;
        position: relative;
    }

    #featured-contact .contactformdiv h2 {
        font-size: 26px;
    }

    #featured-contact .contactformdiv form .col-xl-6 {
        width: 50%;
    }

    #featured-contact .contact-img {
        height: 550px !important;
    }

    #featured-contact .title-section {
        margin-bottom: 2em;
    }

    #featured-contact .contactformdiv textarea {
        padding: 0.2rem 1rem 0 0rem;
    }

    #featured-contact .contact-div1 .contact-content {
        width: 103%;
    }

    #featured-newsletters .newsletter h1 {
        font-size: 23px;
        letter-spacing: 1px;
        line-height: 35px;
        padding-left: 0px;
    }

    #featured-newsletters .newsletter {
        padding: 3.5rem 0rem;
    }

    #featured-newsletters form input[type="submit"] {
        font-size: 20px;
        padding: .2rem 1rem;
    }

    #colophon .xl\:grid-cols-4 {
        grid-template-columns: 1fr 1fr;
    }

    #section-header #form1 form.search-form input {
        border: none;
    }

    #section-header #form1 form.search-form {
        border: 20px solid #111;
        width: 70%;
        padding: 7px;
    }

    /* Inner Page */
    #main .testimonial-inner-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    #main .testimonial-inner-page .testimonial-box .testimonial-content .img-content {
        margin-left: 1rem !important;
    }

    #main .testimonial-inner-page .testimonial-inner-content {
        margin-bottom: 1rem !important;
    }

    #main .faqnformbox,
    #secondary .faqnformbox {
        width: 100% !important;
    }

    #main .faqnformbox .col-xs-12,
    #secondary .faqnformbox .col-xs-12 {
        width: 100%;
    }

    #main .faqnformbox .content-container h2,
    #secondary .faqnformbox .content-container h2,
    #main .faqnformbox .content-container p,
    #secondary .faqnformbox .content-container p {
        text-align: center;
    }

    #main .faqnformbox .content-container h1,
    #secondary .faqnformbox .content-container h1 {
        justify-self: center !important;
    }

    #main .faqnformbox .faqside,
    #secondary .faqnformbox .faqside {
        padding-right: 0rem !important;
    }

    .widget_recent_entries ul li .img {
        width: 30%;
    }

    .widget_recent_entries ul li .img-content {
        width: 70%;
        align-content: center;
    }

    #main .sidebarcontentleft,
    #secondary .sidebarcontentleft {
        width: 60%;
    }

    #main .sidebarright,
    #secondary .sidebarright {
        width: 40%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        padding-right: 0rem !important;
        width: 100% !important;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100% !important;
    }

    #content .infoboxinn .contact-text p.address {
        padding-right: 0rem;
    }

    #content .infoboxinn .contact-text p {
        font-size: 16px;
        margin-left: 1rem;
    }

    .sidebarleft {
        width: 45% !important;
    }

    .sidebarcontentright {
        width: 55% !important;
    }

    .widget_recent_entries ul {
        padding: 2rem 1rem;
    }

    .widget_recent_entries ul li .img-content .post-date,
    .widget_recent_entries ul li .img-content h1 {
        padding-left: .5rem;
    }

    .widget_recent_entries ul li .img-content h1 {
        font-size: 16px;
    }

    .widget {
        width: 95%;
    }

    .widget .menu {
        padding-left: 1.5rem;
    }

    .shop-sidebar .widget ul {
        padding: 1rem;
    }
}

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

    #product-tab-list .nav-item {
        margin-bottom: 1rem !important;
    }

    #main .entry-content h1,
    #main .entry-content h2,
    #main .entry-content h3,
    #main .entry-content h4,
    #main .entry-content h5,
    #main .entry-content h6 {
        text-align: center;
    }

    #main .service-inner-content .entry-container .service-image .image-container,
    #secondary .service-inner-content .entry-container .service-image .image-container {
        height: auto !important;
    }

    #featured-contact .contact-div1,
    #featured-contact .contact-div2 {
        width: 100%;
    }

    #featured-contact .contactformdiv {
        padding: 0rem 5px;
        margin: 5rem 0 2rem 0;
    }

    #featured-contact .contactformdiv .submitdiv p {
        z-index: 2;
        position: relative;
    }

    #featured-contact .contact-img {
        height: auto !important;
    }

    #featured-contact .contactformdiv h2 {
        font-size: 22px;
        text-align: center;
    }

    #featured-contact .contactformdiv .title-section h1 {
        justify-self: center;
    }

    #featured-contact .contact-div1 .contact-content .col-sm-4 {
        width: 20%;
    }

    #featured-contact .contact-div1 .contact-content .col-sm-8 {
        width: 80%;
    }

    #featured-slider .entry-container {
        padding: 0 2%;
        width: 100%;
    }

    #featured-slider h2.title {
        font-size: 30px;
        text-align: center;
    }

    #featured-slider .entry-content p {
        font-size: 16px;
        padding: .5rem 0;
        width: 100%;
        text-align: center;
    }

    .sliderimg .image-container {
        width: 90% !important;
        height: 400px !important;
    }

    #featured-slider .sliderimg {
        height: 400px;
    }

    #featured-slider .read-more .btn {
        padding: 3px 15px;
    }

    #featured-slider .buttondiv {
        justify-content: center;
    }

    #featured-about .title-section {
        width: 100%;
        text-align: center;
    }

    #featured-about .title-section h1 {
        font-size: 30px !important;
        padding: 1.2rem 0 !important;
    }
   #content #featured-about .title-section h1 {
        font-size: 27px !important;
        padding: 1.2rem 0 !important;
    }

    #featured-about h2.subtitle {
        font-size: 21px;
    }

    #featured-about p.abtfeaturepara {
        margin-bottom: 3rem;
    }

    #featured-about .about-image::before {
        content: '';
        position: absolute;
        left: .5%;
    }

    #featured-about .about-image {
        height: auto;
    }

    #featured-about .about-image::before {
        height: 90%;
    }

    #featured-services .entry-content3 h2 {
        font-size: 22px;
    }

    #featured-services .entry-container .service-image .image-container {
        height: auto !important;
    }

    #featured-features .features-content .button,
    #featured-features .features-content h1,
    #featured-features .featuresbox .image-container {
        justify-self: center !important;
    }

    #featured-features .featuresbox .image-container {
        width: 51px;
        height: 52px;
    }

    #featured-features .features-content h2 {
        font-size: 26px;
        text-align: center;
    }

    #featured-features .features-content p {
        font-size: 16px;
        text-align: justify;
    }

    #featured-features .features-content button a {
        font-size: 18px;
        padding: 5px 18px;
    }

    #featured-features .features-content button {
        padding: 8px 4px;
    }

    #featured-features .featuresbox .features-title,
    #featured-features .featuresbox .features-details p {
        padding-top: .2rem;
        font-size: 11px;
        text-align: center !important;
    }

    #featured-features .featuresbox .features-title {
        padding: .5rem 0;
    }

    #featured-features .featuresbox {
        padding: .5rem;
    }

    #featured-features h4.features-title a {
        font-size: 14px;
    }

    #featured-features .grid-cols-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
    }

    #featured-gallery .gallery-image {
        height: 300px !important;
    }

    #featured-gallery .gallery-title h2 {
        font-size: 21px;
    }

    #featured-counters .countersbox .col-sm-3 {
        width: 25%;
    }

    #featured-counters .countersbox .col-sm-9 {
        width: 75%;
    }

    #featured-counters .countersbox .counters-num .count,
    #featured-counters .countersbox .counters-num .sign {
        font-size: 38px !important;
    }

    #featured-testimonials .testimonials-container h2 {
        font-size: 20px;
    }

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

    #featured-testimonials .testimonial-box {
        margin: 0 0.5rem;
    }

    #featured-newsletters .newsletter {
        padding: 3rem 0rem;
    }

    #featured-newsletters .newsletter h1 {
        font-size: 25px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 36px;
    }

    #featured-newsletters form {
        width: 100%;
        justify-self: center;
        margin-top: 1rem;
    }

    #featured-newsletters form .submit {
        justify-items: center;
    }

    #featured-posts .post-item {
        width: 100%;
    }

    #featured-posts .md\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #content .contactformbox .contact-top-content,
    #content .contactformbox .contact-form {
        width: 100% !important;
    }

    #content .contactformbox .contact-bottom-content,
    #content .contactformbox .contact-bottom-right {
        width: 100% !important;
        margin-top: 3rem;
    }

    #content .contactformbox .contact-top-content h1 {
        text-align: center;
    }

    #content .contactformbox .contact-top-content h2 {
        font-size: 40px;
        text-align: center;
        padding: .5rem 0 .9rem 0;
    }

    #content .contactformbox .contact-top-content p {
        text-align: justify;
        padding-bottom: 2rem;
        font-size: 16px;
    }

    .contactformbox .row.mt-20 {
        margin: 4rem 0 0 0;
    }

    #content .contactformbox .contact-bottom-content {
        padding: 3rem 2rem 0rem 2rem;
    }

    #content .infoboxinn .contact-text .col-lg-3 {
        width: 20%;
    }

    #content .infoboxinn .contact-text .col-lg-9 {
        width: 80%;
    }

    #content .contactformbox .contact-bottom-right .content {
        width: 100%;
    }

    #content .contactformbox .contact-bottom-right {
        padding-right: 0;
    }

    #content .contactformbox .contact-bottom-right .content h2 {
        font-size: 42px !important;
    }

    #content .contactformbox .contact-bottom-right .content p {
        padding: 1rem 0rem 1rem 0;
    }

    #content .contactformbox .contact-bottom-right .content .button {
        margin: 1.5rem 0;
    }

    /*  .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;
    } */
    /* 
    #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;
    } */
    #colophon .xl\:grid-cols-4 {
        grid-template-columns: 1fr;
    }

    /* Inner Page */
    #main .testimonial-inner-page {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #main .testimonial-inner-page .testimonial-box {
        margin: 0;
    }

    #main .faqnformbox .content-container p,
    #secondary .faqnformbox .content-container p,
    #main .faqs-inner-content .faq-content div.panel p,
    #secondary .faqs-inner-content .faq-content div.panel p {
        padding: 0 !important;
    }

    #main .faqnformbox .button,
    #secondary .faqnformbox .button {
        justify-self: center;
    }

    #main .sidebarright,
    #secondary .sidebarright,
    #main .sidebarcontentleft,
    #secondary .sidebarcontentleft {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    #content .entry-content {
    padding: 1rem !important;
}
    .main-navigation ul.nav-menu {
        width: 100% !important;
    }

    .sliderimg .image-container {
        width: 100% !important;
        height: 350px !important;
    }

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

    #main .faqnformbox .content-container p,
    #secondary .faqnformbox .content-container p {
        text-align: justify;
    }

    #main .faqcontactimg .faqsimagediv1::after,
    #secondary .faqcontactimg .faqsimagediv1::after {
        display: none;
    }

    #main .faqsimagediv1,
    #secondary .faqsimagediv1,
    #main .faq-image2,
    #secondary .faq-image2,
    #main .faq-image3,
    #secondary .faq-image3 {
        height: auto !important;
    }


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

    .main-navigation ul.nav-menu {
        padding-left: 0rem;
    }

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

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

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

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

    blockquote.alignright {
        margin-left: 0;
    }

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

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

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

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

    .reply {
        padding-left: 0;
    }

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

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

    #featured-about h6.abtfeature1 {
        padding: .5rem 0;
    }

    #featured-about .mt-4 .col-lg-6.col-12 {
        flex: 0 0 auto;
        width: 50%;
    }

    #featured-services {
        padding-top: 1em !important;
    }

    #main .inner-service,
    #secondary .inner-service {
        padding-bottom: 1rem;
    }

 #content .entry-content {
    box-shadow: 0px 0px 38px #00000029;
    padding: 1rem !important;
}
 #content {
     width: 95% !important;
        padding: 1rem 0 !important;
}

    .main-navigation ul.nav-menu>li:last-child {
        padding: 0 1rem;
    }

    .header-nav .menu-item .search-toggle-btn svg {
        width: 25px !important;
        height: 25px !important;
        top: 13px;
    }

    #main .project-inner-content .project-image .image-container,
    #secondary .project-inner-content .project-image .image-container {
        height: auto !important;
    }

    #main .project-inner-content .project-image .image-container img,
    #secondary .project-inner-content .project-image .image-container img {
        margin-bottom: 1.2rem;
    }

    .shop-main-content {
        margin-top: 3rem;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0;
    }

    #secondary .sidebarleft,
    #primary .sidebarleft {
        justify-items: center;
    }

    .widget {
        width: 100%;
    }

    .widget_recent_entries ul li .img-content h1 {
        font-size: 16px;
    }

    #content .contactform {
        padding: 1rem;
    }

    #content .innershortcode input[type="submit"] {
        padding: 0.7rem 3rem;
    }

    #page-site-header .page-header {
        top: 10rem;
        padding-left: 0rem !important;
        justify-self: center !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .contactformbox .row.mt-20 {
        margin: 4rem 0 0 0;
    }

    #content .infoboxinn .contact-text .col-lg-3 {
        width: 20%;
    }

    #content .infoboxinn .contact-text .col-lg-9 {
        width: 80%;
    }

    #content .contactformbox .contact-bottom-right .content {
        width: 100%;
    }

    #content .contactformbox .contact-bottom-right {
        padding-right: 0;
    }

    #content .contactformbox .contact-bottom-right .content h2 {
        font-size: 42px !important;
    }

    #content .contactformbox .contact-bottom-right .content p {
        padding: 1rem 0rem 1rem 0;
    }

    #content .contactformbox .contact-bottom-right .content .button {
        margin: 1.5rem 0;
    }

    #content .contactform {
        padding: 1.5rem;
    }

    #content .innershortcode input[type="submit"] {
        padding: .5rem 2.5rem;
    }

    #content .contactformbox .contact-top-content h2 {
        font-size: 45px;
        padding: .5rem 0 1.2rem 0;
    }

    #content .contactformbox .contact-bottom-right {
        width: 55%;
    }

    #content .contactformbox .contact-bottom-content {
        width: 45%;
        padding: 3rem 1rem 0rem 1.5rem
    }

}

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

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation:landscape) {}

@media (min-width:300px) and (max-width:700px) {
    .custom-product-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 1rem !important;
        width: 98% !important;
    }

    .custom-product-categories .categories .single-category img {
        width: 149px !important;
        height: 189px !important;
        padding: 22px 0 !important;
    }
}

/* ============================================= */
/*/////////////////// media query css for tab start ////////////////*/
@media (min-width:700px) and (max-width:912px) {
    #featured-slider h2.title {
        font-size: 40px;
    }

    #featured-slider .entry-content p {
        font-size: 16px;
        padding: 1rem 0;
        width: 95%;
    }

    .sliderimg .image-container {
        width: 450px !important;
        height: 387px !important;
    }

    #featured-slider .sliderimg {
        height: 520px;
    }

    #featured-slider .entry-container {
        padding-left: 46%;
    }

    #featured-slider .read-more .btn {
        padding: 3px 15px;
    }

    .custom-product-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 1rem !important;
        width: 98% !important;
    }
}

@media (min-width:912px) and (max-width:1024px) {
    #featured-slider h2.title {
        font-size: 45px;
    }

    #featured-slider .entry-content p {
        font-size: 16px;
        padding: 1.5rem 0;
        width: 85%;
    }

    .sliderimg .image-container {
        width: 550px !important;
        height: 487px !important;
    }

    #featured-slider .sliderimg {
        height: 660px;
    }

    #featured-features .section-content {
        width: 100%;
    }

}

/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (min-width:1023px) and (max-width:1024px) {

    /* .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;
    }
    #secondary .grid.gap-20{
        gap: 2rem;
    }
 #main .column-gap{
        column-gap: 2rem;
    }
    .widget_text input{
        margin: 0 30px 16px;
    }
    */
}

@media (min-width:1024px) and (max-width:1240px) {
    .header-nav .menu-item .search-toggle-btn svg {
        margin: 0 2rem 0 1rem !important;
    }
}

/* ============================================= */
@media (min-width:1024px) and (max-width:1366px) {
    #featured-slider h2.title {
        font-size: 55px;
    }

    #featured-slider .entry-content p {
        font-size: 20px;
        padding: 1.5rem 0;
    }

    .sliderimg .image-container {
        width: 759px !important;
        height: 614px !important;
    }

    #featured-slider .sliderimg {
        height: 810px;
    }

    #featured-about .title-section {
        width: 90%;
    }

    #featured-about .title-section h1 {
        font-size: 49px !important;
    }
    #content #featured-about .title-section h1{
         font-size: 45px !important;
    }

    #featured-features .section-content {
        width: 100%;
    }

    #featured-contact .contact-div1 .contact-content {
        width: 65%;
    }

    #section-header #form1 form {
        padding: 7px 5px;
    }

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

    /* Inner Page */
    #main .testimonial-inner-page {
        gap: 20px;
    }

    #main .testimonial-inner-page .testimonial-box {
        margin: 0;
    }

    #main .testimonial-inner-page .testimonial-box .testimonial-content .img-content {
        margin-left: .7rem;
    }

    #main .projectmainbox .lg\:grid-cols-4,
    #secondary .projectmainbox .lg\:grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #content .contactformbox .contact-bottom-content {
        padding: 3rem 1rem 0rem 2rem;
    }

    #content .infoboxinn .contact-text p.address {
        padding-right: 0rem;
    }

    #content .infoboxinn .contact-text p {
        margin-left: 2rem;
    }

    #content .contactformbox .contact-bottom-right {
        padding-right: 0;
    }

    #content .contactformbox .contact-top-content h2 {
        font-size: 62px;
    }

    #content .contactformbox .contact-bottom-right .content p {
        padding: 2rem 0rem 1rem 0;
    }
}

/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (orientation: landscape) and (max-width:1440px) {

    #main .faqnformbox .faqside,
    #secondary .faqnformbox .faqside {
        padding-right: 1rem;
    }

    #main .faqnformbox,
    #secondary .faqnformbox {
        width: 96%;
        padding: 2rem 0rem 2rem 0;
    }

    #main .faqs-inner-content .faq-content div.panel p,
    #secondary .faqs-inner-content .faq-content div.panel p {
        padding: .2rem 1rem 0 1rem;
    }

    .widget {
        margin: 0 0 2em;
        width: 100%;
    }
}

@media screen and (max-width: 1550px) {
    #content {
        width: 90%;
        justify-self: center;
    }
}

/* //  ****************************
//  Woo Commeerce code start    //
//  ************************** // */
/* Woo Commerce Css*/
.woocommerce .variations input[type="radio"] {
    display: none;
}

.woocommerce div.product form.cart .variations .value label {
    padding: 0px 8px 0 8px;
    border: 1px solid #393438;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 10px 0px 0 22px;
    cursor: pointer;
}

.woocommerce-variation-add-to-cart {
    display: block;
}

/* Apply grid only to first two children */
.woocommerce-variation-add-to-cart>*:nth-child(-n+2) {
    display: inline-grid;
    vertical-align: middle;
}

/* Wrap 1st and 2nd child together inside a pseudo-grid */
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* 1st and 2nd child: make fixed-size (fit content) */
.woocommerce-variation-add-to-cart>*:nth-child(1),
.woocommerce-variation-add-to-cart>*:nth-child(2) {
    flex: 0 0 auto;
}

/* From 3rd child onward: take full width */
.woocommerce-variation-add-to-cart>*:nth-child(n+3) {
    flex: 0 0 100%;
}

.woocommerce div.product .product_title {
    font-size: 42px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #232323;
    text-transform: capitalize;
}

.custom-variation-description p,
.woocommerce .custom-full-description p {
    font-size: 17px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 1.63px;
    color: #202447;
    padding: .7rem 0;
}

.woocommerce input[type="number"] {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.quantity {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 120px;
}

.quantity input[type="number"],
.woocommerce .quantity .qty {
    text-align: center;
    width: 117px;
    height: 35px;
    border: none;
}

.quantity-buttons button {
    background: #fff;
    color: #000;
    border: none !important;
    width: 30px;
    height: 35px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin: 0 !important
}

.quantity-buttons button.minus {
    background: #fff;
    position: absolute;
    left: 0;
    top: -5px;
    border: none !important;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.quantity-buttons button.plus {
    background: #fff;
    position: absolute;
    right: 0;
    top: -5px;
    border: none !important;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.related.products ul.products {
    display: flex;
    justify-content: space-between;
}

.related.products ul.products li.product {
    width: 20%;
    margin-bottom: 20px;
}

#primary.single-product {
    width: 100%;
    float: none;
}

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.woocommerce ul.products li.product {
    justify-items: center;
    width: 100% !important;
}

.woocommerce .related ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
}

.product-main-content #primary {
    width: 100%;
    float: left;
}

/* / Responsive: 2 products per row on tablets / */
@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce .related ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* / Responsive: 1 product per row on mobile / */
@media (max-width: 768px) {

    .woocommerce ul.products,
    .woocommerce .related ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.product-main-content #primary {
    width: 100%;
    float: none;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    height: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    margin: 20px 0px 10px 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 70%;
    height: 157px;
    justify-self: center;
    padding: .5rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000012;
}

/* //  ****************************
//  Woo Commeerce code  end   //
//  ************************** // */
/* //  ****************************
//  Woo Commeerce shop page   //
//  ************************** // */

.woocommerce ul.products::before,
.woocommerce ul.products li.product strong,
.woocommerce ul.products li.product .price del,
.woocommerce-Price-currencySymbol {
    display: none;
}

.woocommerce ul.products li.product a img {
    width: 201px;
    height: 201px;
    margin: 0 0 1.5em;
    transition: transform 0.5s ease-in-out;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.1);
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.15); */
}

.woocommerce-Price-amount::before {
    content: '$';
    margin-right: 2px;
    font-size: 100%;
    color: inherit;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    justify-items: center;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #00000012;
    padding: 2rem 0 0rem 0;
    position: relative;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    padding-top: 1rem;
    background-color: #fbfbfb;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    box-shadow:
        inset 0 6px 6px -6px #0000001A,
        /* top */
        inset 6px 0 6px -6px #0000001A,
        /* left */
        inset -6px 0 6px -6px #0000001A;
    /* right */

}

.woocommerce ul.products li.product .price ins bdi,
.woocommerce ul.products li.product .price ins span {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: #fbfbfb;
    color: #000000;
    text-transform: capitalize;
    width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    text-align: center;
    width: 100%;
    background-color: #fbfbfb;
    margin: 0;
    padding: .2rem 0 2rem 0;
    box-shadow:
        inset 0px -6px 6px -6px rgba(0, 0, 0, 0.1),
        /* bottom inset shadow */
        inset 6px 0px 6px -6px rgba(0, 0, 0, 0.1),
        /* right inset shadow */
        inset -6px 0px 6px -6px rgba(0, 0, 0, 0.1);
    /* left inset shadow */
}

.woocommerce ul.products li.product p.button button {
    padding: .3rem;
    background: #CA8E3E 0% 0% no-repeat padding-box;
}

.woocommerce ul.products li.product p.button button a {
    font-size: 21px !important;
    text-align: center !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    background: #CA8E3E 0% 0% no-repeat padding-box !important;
    border: 0.5px solid #FFFFFF !important;
    margin: 0 !important;
    padding: .5rem 2rem !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
    position: relative;
}

.woocommerce ul.products li.product p.button {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: none;
    margin: 0 !important;
    position: relative;
}

.woocommerce ul.products li.product:hover p.button {
    opacity: 1;
    width: 100%;
    text-align: center;
    visibility: visible;
    transform: translateY(0);
    top: -1.5rem;
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

/* //  ****************************
//  Woo Commeerce siderbar page    //
//  ************************** // */
#content .shop-sidebar .widget {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #000000;
    position: relative;
}

#content .shop-sidebar .widget::after {
    content: '';
    position: absolute;
    bottom: -1.3rem;
    left: -.5px;
    width: 95%;
    height: 20px;
    background: #000000 0% 0% no-repeat padding-box;
}

#content .shop-sidebar .widget h4 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 0;
    padding: 14px 25px;
    margin: 0 !important;
}

#content .shop-sidebar .widget ul li::before {
    display: inline-block;
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 15px;
    color: #fff;
    text-shadow: 0 0 2px #000;

}

#content .shop-sidebar .widget_products ul li::before {
    display: none;
}

#content .shop-sidebar .widget ul li a {
    font-size: 22px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

#content .shop-sidebar .widget ul li a span {
    font-size: 18px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

#content .shop-sidebar .widget ul li {
    margin-bottom: 1rem;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: left;
    margin: 0 0 3em;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: right;
    margin: 0 0 3em;
}

.woocommerce .woocommerce-ordering select {
    border: none;
}

.woocommerce .woocommerce-ordering select option {
    font-size: 16px;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}

/* //  ****************************
//  Woo Commeerce categories page    //
//  ************************** // */


.custom-product-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4rem;
    width: 90%;
    justify-self: center;
}

.custom-product-categories .categories .single-category img {
    width: 201px;
    height: 284px;
    padding: 42px 0;
    justify-self: center;
}

.custom-product-categories .categories .single-category {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000012;
}

.custom-product-categories .categories p {
    margin: .5rem 0 !important;
    font-size: 17px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    padding: .5rem;
}

@media (min-width: 1500px) {

    #featured-contact .container-fluid,
    #featured-services .container-fluid,
    #featured-gallery .container-fluid {
        width: 1688px !important;
        padding: 0 !important;
    }
}


.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 50%;
}

.woocommerce #content div.product div.images .flex-viewport,
.woocommerce div.product div.images .flex-viewport,
.woocommerce-page #content div.product div.images .flex-viewport,
.woocommerce-page div.product div.images .flex-viewport {
    float: left;
    width: 75%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000012;
}

.woocommerce div.product div.images .flex-control-thumbs {
    width: 25%;
    display: grid;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 26%;
    top: .1rem;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    display: none;
}

.woocommerce div.product form.cart .button {
    padding: 1rem;
    display: block;
    background: #202447 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    padding: 0;
}

/* .woocommerce div.product form.cart .variations select{
    margin-left: 1rem;
} */
.woocommerce div.product form.cart .variations label {
    margin-right: 1rem;
    font-size: 14px;
    text-align: left;
    text-decoration: underline;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    align-content: center;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    order: 1;
    margin-right: 2rem;
    text-decoration: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    order: 2;
    align-content: center;
    text-decoration: none;
}

.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del bdi {
    font-size: 16px;
    text-align: center;
    text-decoration: line-through;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

.woocommerce div.product p.price ins .woocommerce-Price-amount,
.woocommerce div.product span.price ins bdi {
    font-size: 26px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #C69453;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: flex;
    margin-bottom: .7rem;
}

.woocommerce div.product p.price strong {
    margin-right: 3rem;
    font-size: 14px;
    text-align: left;
    text-decoration: underline;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    align-content: center;
}

.woocommerce .quantity-label {
    font-size: 14px;
    text-align: left;
    text-decoration: underline;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    align-content: center;
}

.product-main-content .custom-short-description h3 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

.product-main-content .custom-short-description p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.94px;
    color: #707070;
    padding: 1rem 0;
}

.product-main-content .custom-short-description ul li {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    color: #000000;
    opacity: 0.99;
    padding: .3rem 0;
}

.product-main-content .custom-short-description ul li::before {
    display: inline-block;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin: 0 .7rem 0 .5rem;
    color: #DDA759;
    font-size: 5px;
    position: relative;
    top: -3px;
}

.product-main-content .woo-share-buttons a {
    margin-left: 2rem;
    color: #C69453;
}

.product-main-content .woo-share-buttons a:hover {
    transform: scale(1.1);
    color: #000;
    transition: transform 0.3s ease, color 0.3s ease;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    padding-right: 4.7rem;
    display: grid;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.product-main-content .product_meta {
    display: none;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.product-main-content .woo-share-buttons {
    order: 2;
    margin-top: 14px;
}

.product-main-content .product-meta-info {
    order: 1;
}

.product-main-content .product-meta-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 1rem 0;
}

.product-main-content .product-meta-info .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #777;
    font-size: 16px;
}

.product-main-content .product-meta-info .icon {
    color: #b57a2a;
    font-size: 18px;
}

.relatedproducts .heading {
    padding: 3rem 0 5rem 0;
}

.relatedproducts .newarrivals {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #CA8E3E;
    text-transform: lowercase;
    position: relative;
    justify-self: center;
    margin-left: 1.7rem;
    padding-top: 1rem;
}

.relatedproducts .newarrivals::before {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    width: 26px;
    height: 26px;
    background-image: url(assets/images/allheadingimg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.relatedproducts .icon {
    width: 43px;
    height: 24px;
    position: absolute;
    left: -22%;
    bottom: 0.7rem;
    background-image: url(assets/images/allheadingimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: #E8E8EC 0% 0% no-repeat padding-box;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.5rem 0.7rem;
}

.woocommerce-Tabs-panel-details h2 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    padding: 0rem 0 .7rem 0;
}

.woocommerce-Tabs-panel-details p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #707070;
    padding: 0rem 0 .7rem 0;
}

.woocommerce-Tabs-panel-details ul li {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    color: #707070;
    opacity: 0.99;
    padding: .3rem 0;
}

.woocommerce-Tabs-panel-details ul li::before {
    display: inline-block;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin: 0 .7rem 0 .5rem;
    color: #707070;
    font-size: 5px;
    position: relative;
    top: -3px;
}

#product-tab-list .nav-item {
    margin-bottom: 2rem;
}

#product-tab-list .nav-item a.active {
    background: #E8E8EC 0% 0% no-repeat padding-box;
}

#product-tab-list .nav-item a {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: #202447;
    border-radius: 0;
    padding: .7rem 1rem;
}

.woocommerce #review_form #respond {
    padding: 0 1rem;
}

.woocommerce ul.products li.product .onsale,
.wc-block-grid .wc-block-grid__product-onsale {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #00000029;
    opacity: 1;
    padding: .2rem .5rem;
    line-height: 1;
}

.woocommerce ul.products li.product .onsale::before {
    content: 'New';
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

.woocommerce .product-main-content div.product span.onsale {
    font-size: 0;
    position: absolute;
    top: 0;
    border-radius: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #00000029;
    opacity: 1;
    padding: .2rem .5rem;
    line-height: 1;
}

.woocommerce .product-main-content div.product span.onsale::before {
    content: 'Sale!';
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

.woocommerce div.product div.images img {
    justify-self: center;
    width: 85%;
    height: 100%;
    padding: 2rem 1rem 1rem 1rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    height: 590px !important;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    display: none;
}

#content .shop-sidebar .widget {
    justify-self: anchor-center;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    width: 72px;
    height: 75px;
    padding: 4px;
    margin: 10px;
    border: 0.2px solid var(--unnamed-color-000000);
    border: .5px solid #000;
}

.shop-sidebar ul li strong,
.shop-sidebar ul li del {
    display: none;
}

.shop-sidebar ul li ins {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    background-color: transparent;
    text-decoration: none;
}

.custom-product-categories .categories .single-category img {
    transition: transform 0.5s ease-in-out;
}

.custom-product-categories .categories:hover .single-category img {
    transform: scale(1.07);
}

/* .woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: none;
} */
.single_variation_wrap .woocommerce-variation-price,
.woocommerce div.product form.cart .variations,
.woocommerce-variation-description {
    display: none;
}












.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover {
    background: #C69453 !important;
}





/* **** Card Page ****** */
.wc-block-cart__submit-container .wc-block-components-button {
    border: 2px solid #000;
    background-color: #CA8E3E;
    border-radius: 10px;
    margin-top: 1rem;
}

h2.wc-block-cart__totals-title {
    text-align: center !important;
}

#primary .entry-content ul.wc-block-components-product-details li:before {
    margin-right: 10px;
}

.wc-block-grid__product-price,
.wc-block-grid__product-add-to-cart {
    margin: 0 !important;
}

.wc-block-grid__product::before {
    display: none !important;
}

/* Force WooCommerce product grid to 1 column */
.wc-block-grid.has-4-columns ul.wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 100% !important;
}

ul.wc-block-grid__products li.wc-block-grid__product {
    justify-items: center;
    width: 100% !important;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #00000012;
    padding: 0rem 0 0rem 0;
    position: relative;
    border: none;
}

ul.wc-block-grid__products .price strong,
ul.wc-block-grid__products .price del {
    display: none;
}

ul.wc-block-grid__products .price ins {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: #fbfbfb;
    color: #000000;
    text-transform: capitalize;
    width: 100%;
}

ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
    width: 100% !important;
    text-align-last: center;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    width: 201px !important;
    height: 201px !important;
    margin: 0;
    margin-top: 2.5rem;
    transition: transform 0.5s ease-in-out;
}

.wp-block-product-new div.wc-block-grid__product-title {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    padding-top: 1rem;
    background-color: #fbfbfb;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    box-shadow: inset 0 6px 6px -6px #0000001A, inset 6px 0 6px -6px #0000001A, inset -6px 0 6px -6px #0000001A;
    margin: 0;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: #C69453 !important;
    padding: 0 25px;
    border-radius: 0;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border: 0.5px solid #FFFFFF !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: 21px !important;
    text-align: center !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    background: #CA8E3E 0% 0% no-repeat padding-box !important;
    border: 0.5px solid #FFFFFF !important;
    margin: 0 !important;
    padding: 0rem 2rem !important;
}

/* Initial hidden state */
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button {
    padding: .3rem;
    background: #CA8E3E 0% 0% no-repeat padding-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    /* slight slide-down */
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: relative;
    bottom: -1.5rem;
}

/* On hover - show smoothly */
.wp-block-woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart.wp-block-button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    color: #CA8E3E;
}





#content .entry-content {
    box-shadow: 0px 0px 38px #00000029;
    padding: 2rem 2rem;
}
.home  #content .entry-content{
    display: none !important;
}
#content .entry-content #featured-counters {
    padding: 2rem 1rem 2rem 1rem;
}
#content .container-fluid .entry-content {
    box-shadow: none;
    padding: 0;
}
#content .wp-block-image {
   height: auto !important;
}
