/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.3.24
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans: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');

:root {
    --primary-color: #181617;
    /*--secondary-color: #4f4f4f; */
    --secondary-color: #181617;
    --accent-color: #224570;
    --black-color: #000;
    --white-color: #fff;
    --offwhite-color: #fff;
    --section-bg-color: #ebebeb;
    --footer-list-color: #1B75BB;
    --header-dropdown-bg-color: #f7f7f7;
    --form-control-color: #26a9e033;
    --primary-font: 'Montserrat';
    --footer-text: 'Roboto', sans-serif;
    --footer-header: 'Noto Sans', sans-serif;
    --headings-color: #161616;
    --theme-color: #388757;
    --link-color: #0093ff;
}

* {
    outline: none
}
.h1, h1 {
 font-size: 2rem;
font-weight:bold;
}

.h2, h2 {
 font-size: 1.5rem;
 font-weight: 600 !important;
}

.lirtwhb h2 {

}
.h3, h3 {
 font-size: 1.2rem;
 font-weight: bold !important;
}

.h4, h4 {
    font-size: 1.2rem;
}

#main-nav {
    background: var(--section-bg-color);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
}

.person {
    position: relative;
    z-index: 1;
    margin-top: -50px;
}

.custom-card_width img {
    width: auto !important;
}

.person img {
    width: auto !important;
    margin-bottom: 10px !important;
}

.person h3 {
    font-size: 22px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    gap: 20px;
}

.header-font-client {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 1.5rem;
}

.client-testimonials .carousel {
    padding: 0;
}

.paragraph-font-c p {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--black);
}

body {
    font-size: 16px;
    line-height: 1.6rem;
	font-weight: 400;
}

h1 {
    font-family: var(--primary-font);

}

h2 {
    font-family: var(--primary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary-color);
}

h3 {
    font-family: var(--primary-font);

}

p {
    font-family: var(--primary-font);
}

a {
    color: var(--link-color);
}

a:hover {
    color: var(--bs-body-color);
}

.main-body {
    font-family: var(--primary-font);
}

.primary-text-color {
    color: var(--primary-color) !important;
}

.primary-bg-color {
    background-color: var(--primary-color) !important;
}

.btn-color {
    background-color: var(--theme-color) !important;
}

.flip {
    transform: rotate(90deg) !important;
}

.shadow {
    background: var(--white-color) !important;
}

.yellow-l {
    height: 2px;
    width: 80px;
    background-color: var(--accent-color);
    display: inline-block;
    margin-left: 22px;
    margin-top: 2rem;
}

.yellow-line-l {
    margin-bottom: -25px;
    margin-left: 0;
}

.yellow-bar {
    height: 5px;
    width: 120px;
    background-color: var(--accent-color);
    display: inline-block;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}

.yellow-line-m {
    margin-bottom: -10px;
}

.yellow-txt {
    height: 2px;
    width: 80px;
    background-color: var(--accent-color);
    display: inline-block;
    margin-left: 0px;
    margin-top: 1rem;
}

.col-round {
    border-radius: 15px 15px 5px 5px !important;
}


/* .nav-link {
    color: var(--black-color) !important;
} */

#wrapper-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

#main-nav .primary-bg-color i {
    margin-right: 10px;
}

.main-footer .primary-bg-color i {
    margin-right: 5px;
}

.main-footer {
	background: #dddddd;
}

footer.main-footer p {
	color: #000 !important;
}

footer.main-footer a {
	color: #000 !important;
}

footer.main-footer h3 {
	color: #000 !important;
}

#main-nav p,
#main-nav a {
    font-family: var(--primary-font);
    font-size: 16px;
    margin-left: 25px;
    padding-left: 0;
    padding-right: 0;
}

#main-nav a.dropdown-item {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

#main-nav a.navbar-brand {
    margin: 0 auto;
    /*   width: 65%; */
}

#main-nav .theme-logo a {
    color: var(--bs-body-color);
    text-decoration: none;
    margin: 0 auto;
}

#main-nav .theme-logo p {
    margin: 0;
}

ul#main-menu a.btn {
    padding-left: 15px;
    padding-right: 15px;
}

ul.dropdown-menu li {
    padding-bottom: 10px;
}

ul#main-menu li.active {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 3px !important;
    text-decoration-color: var(--accent-color) !important;
    text-underline-offset: 10px !important;
    font-weight: 600 !important;
}

.btn {
    border-radius: 2px !important;
}

.img-h-2 {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.accordin-h {
    width: 560px;
    height: 255px;
    object-fit: cover;
}

.navbar {
    box-shadow: 0px 10px 10px -10px #11111154;
}

.navbar-light .navbar-toggler {
    background-color: var(--primary-color) !important;
    border-color: var(--white-color) !important;
    color: var(--white-color) !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/icon.png") !important;
}

.dropdown-item:active {
    background-color: transparent !important;
}

.banner-form {
    display: flex;
    margin-bottom: 20px;
    justify-content: end;
}

.banner-padding {
    padding-top: 130px !important;
    padding-bottom: 100px !important;

}


/* ---Generic-Form---  */

.col-width-map {
    width: 49% !important;
}

.col-width-form {
    width: 49% !important;
}

.generic-form {
    display: flex;
    justify-content: center;
}

.form-generic {
    width: 80% !important;
    background: var(--white) !important;
    padding: 25px !important;
    border-radius: 10px !important;
    margin: auto !important;
}

.form-generic-text {
    font-weight: 600 !important;
    font-size: 26px !important;
    color: var(--primary-color) !important;
    font-family: var(--primary-font) !important;
}

.form-generic-radius {
    border-radius: 10px !important;
}


/* ---Generic-From-End---  */

ul li {
    font-family: var(--primary-font);
	font-weight: 500;
	font-size:14px;
}

.all-padding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.main-footer .all-padding {
    padding-bottom: 0px !important;
	padding-top: 50px !important;
}

/* .all-margin {
    margin-top: 100px !important;
} */

.has-bg-img {
    margin-top: 50px;
}

.has-bg-img+.has-bg-img {
    margin-top: 0;
}

.mb-100 {
    margin-bottom: 100px;
}

.py-50 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.my-50 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-50+.light-bg-color .py-50 {
    padding-top: 0;
}

.has-bg-img+.client-testimonials {
    margin-top: 50px;
}

/* .container-fluid{
    padding: 0 !important;
} */

.g-fix {
    --bs-gutter-x: initial !important;
}

.main-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*     margin-bottom: 50px; */
    background-position: top !important;
    background-size: cover !important;
}

.main-banner+.light-bg-color {
    margin-top: -50px;
}

form.form-banner {
    width: 80%;
    background: var(--white-color);
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 15px 10px rgba(53, 66, 148, 0.15) !important;
}

.banner-heading {
    font-style: normal;
    font-size: 32px;
    margin-bottom: 6px;
    padding-top: 24px;
}


.banner-paragraph {
    font-style: normal;
    font-weight: 600;
    color: #000000;
}

.banner-form-text {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: var(--secondary-color);
}

.form-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #26A9E0;
    margin-bottom: 0 !important;
    margin-left: 15px !important;
    background-color: var(--white-color);
    padding: 0 5px;
}

.form-control {
    border: 1px solid var(--form-control-color) !important;
    border-radius: 2px !important;
    margin-top: -12px;
}


/* ---Footer-Start--- */

.main-footer {
    min-height: 268px;
    display: flex;
    position: relative;
    z-index: 9;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 8px 0px #11111154;
}

.btn-hover-blue:hover {
    color: var(--primary-color) !important;
    background: #ffffff !important;
    border-color: var(--primary-color) !important;
}

.btn-color:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.btn-hover-purpple:hover {
    color: #FFFFFF !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.custom-ul li {
    padding-bottom: 8px;
}

.footer-text {
    font-family: var(--footer-text);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--white-color);
    margin: 10px 0;
}

.social-icon {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.social-icon i {
    font-size: 20px;
    color: var(--primary-color);
}

.cfs-12 {
    font-size: 12px;
}

.footer-header {
    font-family: var(--footer-header);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: var(--white-color);
}

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

.custom-ul li a {
    text-decoration: none;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: var(--footer-list-color);
}

aside.widget.widget_nav_menu h3.widget-title {
    font-family: var(--footer-header);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: var(--white-color);
}

footer.main-footer ul.menu {
    padding-left: 0;
    list-style: none;
}

footer.main-footer ul.menu li a {
    text-decoration: none;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: var(--white-color);
}

footer.main-footer ul.menu li {
    padding-bottom: 8px;
}

/* ---Footer-End--- */


/* ---section-1--- */

.section-btn {
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 2px !important;
    margin: auto;
    display: inline-block !important;
    width: fit-content;
}


/* ---End-section-1--- */


/* ---section-2--- */

.about-us {
    font-family: var(--primary-font);
    color: var(--secondary-color);
}

.about-us-hr {
    width: 10%;
    height: 2rem;
    background-color: var(--accent-color);
    color: var(--accent-color);
}


/* ---End-section-2--- */


/* ---light-bg-color--- */

.light-bg-color {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--offwhite-color);
}

.light-bg-color+.has-bg-img {
    margin-top: 0;
}

.col-w {
    width: 32% !important;
}

.accordion {
    padding: 0 !important;
}

.accordion-body {
    padding: 0rem 1.25rem 1rem !important;
}

.accordion-item {
    border: 0px solid rgba(0, 0, 0, .125) !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.col-border {
    border-bottom: 5px solid var(--accent-color) !important;
    border-radius: 5px;
}

.hire-us {
    font-family: var(--primary-font);
    color: var(--secondary-color);
}

.hire-us h3 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
}

.hire-us-hr {
    width: 15%;
    margin: auto;
    height: 1rem;
    background-color: var(--accent-color);
    color: var(--accent-color);
}

.hire-us p {
    width: 100%;
    margin: auto;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
}

.hire-underline {
    text-decoration: underline;
    text-decoration: underline solid var(--accent-color) 5px;
    text-underline-offset: 0.5rem;
}

.col-gap {
    gap: 0px;
}

.experience-img {
    width: 100%;
}

.experience-img img {
    padding: 0 !important;
}

.col-round .experience-img img {
    padding: 0 !important;
    border-radius: 15px 15px 0 0 !important;
}

.experience-btn {
    background: none !important;
    font-family: var(--primary-font) !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: var(--secondary-color) !important;
    text-decoration: none;
    margin-top: 15px;
    z-index: 2;
    position: relative;
}

.experience-text {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400
}

.underline {
    text-decoration: underline;
    text-decoration: underline solid var(--accent-color) 2px;
    text-underline-offset: 0.5rem;
}


/* ---End-light-bg-color--- */


/* ---section-4--- */

.main-section-4 {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 100px 0 100px 0;
    margin-bottom: 80px;
}

.section-4-h3 {
    font-family: var(--primary-font) !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}

.section-4-p {
    font-family: var(--primary-font) !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    width: 100% !important;
}


/* ---End-section-4--- */


/* ---section-5--- */

.section-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.padding-adjust {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.section-5-container {
    margin-top: -150px !important;
}


/* ---End-section-5--- */


/* ---section-6--- */

.section-6-p {
    width: 97% !important;
    margin: auto;
}

.col-w-txt {
    width: 32% !important;
}


/* ---End-section-6--- */


/* ---section-7--- */

.section-7-text {
    color: var(--black-color) !important;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
}

.h3-heading {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
    color: var(--secondary-color);
}

.underline1 {
    text-decoration: underline;
    text-decoration: underline solid var(--accent-color) 5px;
    text-underline-offset: 0.5rem;
}


/* .accordion-item {
    background-color: var(--offwhite-color);
} */

.accordion-item-custom {
    background-color: var(--offwhite-color) !important;
}

.accordion-flush .accordion-collapse {
    background-color: var(--white-color) !important;
}


/* ---End-section-7--- */


/* ---section-9--- */

.section-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-9-container {
    margin-top: -135px !important;
}

.row-2-col {
    width: 30% !important;
    margin: auto;
}



/* ---End-section-9--- */

.main-section-10 {
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: cover !important;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.dark-sec h1,
.dark-sec h2,
.dark-sec h3,
.dark-sec h4,
.dark-sec h5,
.dark-sec h6,
.dark-sec p,
.dark-sec li {
    color: var(--white);
}

.section-10-p {
    font-family: var(--primary-font) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.col-w-extra {
    width: 23.5% !important;
}


/* New styles Start*/

.form-col-width {
    width: 28% !important;
}

.sticky-box {
    padding: 25px;
}

.content-col-width {
    width: 68% !important;
}

.sidebar-menu-style .widget-title {
    color: var(--secondary-color) !important;
    font-family: var(--primary-font) !important;
    font-weight: 600 !important;
}

.sidebar-menu-style li a {
    color: var(--primary-color) !important;
    font-family: var(--primary-font) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-top: 5px !important;
    text-decoration: none !important;
    list-style-type: none !important;
}

.sidebar-menu-style ul {
    list-style-type: none !important;
    margin-top: 10px !important;
    padding-left: 0 !important;
}

.sidebar-menu-style li {
    margin-top: 10px !important;
}

.contact_us_top_banner+section+.contact-us-form {
    margin-top: 50px;
}


/* Contact */


/* ---Contact-us--- */

.contact_us_top_banner {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-family: var(--primary-font) !important;
}

.contact_us_top_banner .main-banner {
    background-position: center center !important;
}

.contact_us_top_banner+.light-bg-color {
    margin-top: -50px;
}

div#page-wrapper {
    padding: 0;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
    background: var(--primary-color) !important;
}

.banner-heading-contact-us {
    font-size: 45px;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

p.banner-paragraph {
    font-weight: 500;
    margin-bottom: 32px;
}

.w-100 {
    width: 100% !important;
}

.form-sec-bg {
    padding: 20px;
    background: var(--offwhite-color) !important;
}

.form-sec-bg.py-50 {
    padding: 50px 0;
}

.form-about-us {
    width: 80% !important;
    background: var(--white) !important;
    padding: 25px !important;
    border-radius: 10px !important;
    margin: auto !important;
}

.banner-form {
    border-radius: 10px !important;
}

.banner-form-text1 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    color: var(--primary-color);
    font-family: var(--primary-font);
}

.form-label-us {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    margin-bottom: 0 !important;
    margin-left: 15px !important;
    background-color: var(--white-color);
    padding: 0 5px;
}

.wpcf7-submit {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    width: 100%;
}

.wpcf7-submit:hover {
    color: var(--white-color) !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


/* Nav Bar
==========================*/
.nav-link {
    color: var(--primary-color) !important;
    text-decoration-color: var(--accent-color) !important;
}

.nav-link:active {
    text-decoration-color: var(--accent-color) !important;
}

ul#main-menu {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 600;
}

ul#main-menu:active {
    text-decoration-color: var(--accent-color) !important;
}

ul.dropdown-menu li,
.dropdown-item {
    color: var(--primary-color) !important;
    text-decoration: none !important;
    text-decoration-thickness: 3px !important;
    text-decoration-color: var(--accent-color) !important;
    text-underline-offset: 10px !important;
    font-weight: 600 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 3px !important;
    text-decoration-color: var(--accent-color) !important;
    text-underline-offset: 10px !important;
    font-weight: 600 !important;
}

i.fas.fa-check {
    display: none !important;
}


/*Font Family Starts*/

.lirtwb p,
.lirtwb a {
    font-family: var(--primary-font);
}

.lirtwhb p,
.lirtwhb a {
    font-family: var(--primary-font);
}

.ibfcwb p,
.ibfcwb a {
    font-family: var(--primary-font);
}

.font-family {
    font-family: var(--primary-font);
}

.font-family a {
    font-family: var(--primary-font);
}

#main-nav p,
#main-nav a {
    font-family: var(--primary-font);
}

.lirtwhb ul {
    text-align: left !important;
}

.copyright p {
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0;
}

.main-banner+.lirtwb {
    margin: 0;
}

/* Form Css */
#polyares_form {
    margin: 0 auto;
}


.bottom-content-sec {
    margin-top: 25px;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.bottom-content-sec a {
    font-size: 14px;
}

.bottom-content-sec .content-box {
    font-family: var(--footer-header);
    color: var(--secondary-color);
}

.content-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-links .content-box a {
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;
    color: var(--white-color);
}

.content-links .content-box a:hover {
    color: var(--accent-color);
}

#services .has-bg-img {
    margin-bottom: 50px;
}

.navbar-expand-md .navbar-nav {
    align-items: center;
}

#menu-footer-menu .primary-bg-color {
    display: none;
}

.banner-content-info {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
	background-color:#ffffffc7;
	padding-bottom:12px;
}

.has-bg-color {
    background: var(--section-bg-color);
}

.banner-content .theme-btn {
    margin: 0 10px 10px;
}

.main-banner {
    position: relative;
}

.main-banner .container {
    position: relative;
    z-index: 1;
}

.main-banner:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.theme-btn {
    outline: none;
    box-shadow: none;
    background: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
    color: var(--white-color) !important;
    padding: 12px 24px;
    border-radius: 2px !important;
    font-size: 16px;
    display: inline-block !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.theme-btn:hover {
    background: var(--primary-color) !important;
    border: 1px solid #fff !important;
}

.custom-container {
    width: 70%;
    padding: 36px 0px;
}

#right-sidebar .dark-sec {
    margin-bottom: 50px;
}

#right-sidebar .header-font-client {
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    padding: 6px 0px;
    font-weight: 400;
    background-color: #333;
}

.featured-sec-with-bg {
    padding: 50px 0 180px !important;
    background-color: var(--primary-color) !important;
}

.featured-sec-with-bg h1,
.featured-sec-with-bg h2,
.featured-sec-with-bg h3,
.featured-sec-with-bg h4,
.featured-sec-with-bg h5,
.featured-sec-with-bg h6,
.featured-sec-with-bg p,
.featured-sec-with-bg li {
    color: var(--white);
}

.featured-col-sec {
    margin-bottom: 80px;
}

.featured-sec-no-bg {
    margin: 80px 0;
}
#right-sidebar .sidebar-recent-posts .title a{
	color: #000;
    text-decoration: underline !important;
    font-size: 18px;
    font-weight: 700;
}
#right-sidebar .sidebar-recent-posts span
{
	font-size: 20px;
    font-weight: 900;
}
#right-sidebar .sidebar-recent-posts .title a:hover,#right-sidebar .sidebar-recent-posts .title a:active{
	color: var(--link-color);
}

#right-sidebar .sidebar-recent-posts .content {
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
}

.breadcrumb {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: var(--section-bg-color);
    border-radius: 4px;
}

.breadcrumb a {
    color: var(--link-color);
    text-decoration: none;
}
.blog-inner-page-text {
    font-family: var(--primary-font);
}
/* Footer Notice */
.notice{
    font-size: 12px;
    color: #FFFFFF;
    line-height:1rem;
}
@media only screen and (max-width: 1400px) {
    .custom-card-margin {
        margin-top: -100px !important;
    }
}

@media (max-width: 1030px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .custom-card_width {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .custom-card_width {
        width: 100% !important;
    }

    .header-font-client {
        margin-bottom: 20px;
    }

    .content-links {
        padding-top: 20px;
        justify-content: center;
    }

    .bottom-content-sec {
        text-align: center;
    }

    .content-links .content-box a {
        margin: 0 10px;
    }

    #main-nav a.navbar-brand {
        display: inline-block;
    }
}


/* New styles End */

@media(min-width: 768px) {
    ul#main-menu li:hover {
        text-decoration: underline !important;
        text-decoration-thickness: 3px !important;
        text-decoration-color: var(--accent-color) !important;
        text-underline-offset: 10px !important;
    }

    ul#main-menu li:hover .dropdown-menu {
        display: block;
    }

    ul#main-menu li.menu-item-has-children>a {
        pointer-events: none;
    }

    .sidebar-menu-style ul>li>a:hover {
        text-decoration: underline !important;
        text-decoration-thickness: 3px !important;
        text-decoration-color: var(--accent-color) !important;
        text-underline-offset: 10px !important;
    }
}

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

    /* ---Main-banner--- */
    .main-banner {
        width: 100%;
    }

    /* ---End-Main-banner--- */
    .col-w {
        width: 40% !important;
    }

    .col-w-txt {
        width: 40% !important;
    }

    .section-4-p {
        width: 100% !important;
    }

    .h3-heading {
        line-height: 2.5rem !important;
    }

    .col-w-extra {
        width: 40% !important;
    }

    .hire-us p {
        width: 100%;
    }

    .navbar-dark .navbar-brand {
        width: 150px;
    }

    #main-nav li a {
        font-size: 14px;
        padding: 10px 8px;
    }

    #main-nav .primary-bg-color {
        margin-left: 15px !important;
    }
}

@media only screen and (max-width: 1399px) and (min-width:1200px) {
    .sec-7-line .yellow-bar {
        margin-right: auto !important;
        display: block;
        margin-top: 15px;
    }
}

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

    /* ---Main-banner--- */
    .main-banner {
        background-position: center right !important;
        width: 100%;
    }

    .banner-form {
        display: flex;
        justify-content: flex-start;
    }

    form.form-banner {
        width: 65%;
        margin: 0;
    }

    .form-col-12 {
        width: 100% !important;
        flex-basis: 100% !important;
    }

    /* ---End-Main-banner--- */
    .col-w {
        width: 48% !important;
    }

    .col-w-txt {
        width: 48% !important;
    }

    .section-5-container {
        margin-top: -150px !important;
    }

    .section-9-container {
        margin-top: -135px !important;
    }

    .h3-heading {
        line-height: 2.5rem !important;
    }

    .img-h-2 {
        width: auto !important;
        max-width: auto !important;
        height: auto !important;
    }

    .social-icon {
        display: block !important;
    }

    .footer-header {
        display: inline;
    }

    .custom-ul li a {
        display: inline !important;
    }

    .col-w-extra {
        width: 48% !important;
    }

    .hire-us p {
        width: 100%;
    }

    .all-padding {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    /*.all-margin {
        margin-top: 50px !important;
    } */
    .main-banner {
        margin-bottom: 25px;
    }

    .main-banner+.has-bg-color,
	.main-banner+.light-bg-color {
        margin-top: -25px;
    }

    .py-50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .contact_us_top_banner+.light-bg-color {
        margin-top: -25px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .has-bg-img {
        margin-top: 25px;
    }

    .has-bg-img+.client-testimonials {
        margin-top: 25px;
    }

    .contact_us_top_banner+section+.contact-us-form {
        margin-top: 25px;
    }

    .banner-padding {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .main-section-4 {
        padding: 50px 0 50px 0;
    }

    .navbar-dark .navbar-brand {
        width: 130px;
    }

    #main-nav li a {
        font-size: 13px;
        padding-right: 3px;
        padding-left: 3px;
    }

    #main-nav .primary-bg-color {
        padding: 5px;
        font-size: 13px;
        margin-left: 10px !important;
    }

    img.img-h-1 {
        max-width: 100% !important;
        height: 100% !important;
    }

    .header-font-client {
        width: auto;
    }

    .custom-card-margin {
        margin-top: -100px !important;
    }

    .my-50 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .py-50 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .featured-sec-no-bg {
        margin: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .col-w {
        width: 70% !important;
    }

    .col-w-txt {
        width: 70% !important;
    }

    .section-9-container {
        margin-top: 0px !important;
    }

    .section-5-container {
        margin-top: 0px !important;
    }

    form.form-banner {
        width: 80%;
        margin: 0;
    }

    .h3-heading {
        line-height: 2.5rem !important;
    }

    .col-w-extra {
        width: 70% !important;
    }

    .btn-margin-m {
        margin-left: 2px !important;
    }

    .hire-us p {
        width: 100%;
    }

    .col-width-map {
        width: 100% !important;
    }

    .col-width-form {
        width: 100% !important;
    }

    /* New styles Start */
    .form-col-width {
        width: 100% !important;
    }

    .content-col-width {
        margin-bottom: 30px;
        width: 100% !important;
    }

    .main-section-4 {
        margin-bottom: 50px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar-expand-md .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 15px 0;
        background: #fff;
        height: auto !important;
        display: none !important;
        transition: none !important;
    }

    .navbar-expand-md .navbar-collapse.show {
        z-index: 99;
        display: block !important;
    }

    ul#main-menu {
        display: block;
        margin: 0 !important;
    }

    #main-nav li a {
        font-size: 16px;
        padding: 0 15px;
        margin: 10px 0;
        display: inline-block;
    }

    .sticky-box {
        padding: 20px 15px;
    }

    .form-sec-bg {
        padding: 10px;
    }

    .banner-form-text1 {
        font-size: 20px;
    }

    img.img-h-1 {
        max-width: auto !important;
        height: auto !important;
    }

    .sidebar-menu-style .widget-title {
        font-size: 22px;
    }

    .sidebar-menu-style li a {
        font-size: 15px !important;
    }

    .featured-sec-with-bg {
        margin-bottom: 50px;
        padding-bottom: 50px !important;
    }

    .my-50 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .py-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .featured-sec-no-bg {
        margin: 40px 0;
    }


    /* New styles End */
}

@media only screen and (max-width: 767px) {
    .h3-heading {
        line-height: 2.5rem !important;
    }

    .line-h {
        line-height: 2.5rem !important;
    }

    form.form-banner {
        width: 100%;
    }

    .col-w {
        width: 75% !important;
    }

    .col-w-txt {
        width: 75% !important;
    }

    .col-w-extra {
        width: 75% !important;
    }

    .btn-margin-m {
        margin-left: 0px !important;
    }

    .navbar-collapse {
        position: absolute;
        background: var(--header-dropdown-bg-color);
        left: 0;
        right: 0;
        top: 100%;
        padding: 10px 0;
        z-index: 9;
    }

    ul#main-menu {
        max-width: 540px;
        margin: 0 auto;
        padding: 0 var(--bs-gutter-x, .75rem);
    }

    .nav-link.show {
        color: var(--primary-color) !important;
        text-decoration: underline !important;
        text-decoration-thickness: 3px !important;
        text-decoration-color: var(--accent-color) !important;
        text-underline-offset: 10px !important;
        font-weight: 600 !important;
    }

    .h3-heading {
        line-height: 2.5rem !important;
    }

    .line-h {
        line-height: 2.5rem !important;
    }

    form.form-banner {
        width: 100%;
    }

    .banner-form {
        display: block;
    }

    div#services {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    #primary.content-area {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    #right-sidebar.col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .custom-container {
        width: 100%;
    }

    .featured-sec-with-bg {
        padding: 40px 0 !important;
    }

    .theme-btn {
        font-size: 16px;
    }

    #right-sidebar .dark-sec {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .main-banner {
        background-position: center bottom !important;
    }

    .h3-heading {
        line-height: 2.5rem !important;
    }

    .line-h {
        line-height: 2.5rem !important;
    }

    .col-w {
        width: 85% !important;
    }

    .col-w-txt {
        width: 85% !important;
    }

    form.form-banner {
        width: 100%;
    }

    .banner-heading {
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        margin-bottom: 6px;
    }

    .col-w-extra {
        width: 85% !important;
    }

    #main-nav .theme-logo a {
        margin: 0;
    }

    .navbar-dark .navbar-toggler {
        float: right;
        margin-top: 20px;
    }

    #main-nav .primary-bg-color {
        margin: 15px !important;
        display: block;
        max-width: 190px;
    }

    .navbar-collapse {
        top: 100px;
    }

    .icon-color {
        color: var(--header-dropdown-bg-color) !important;
    }

    .bottom-butotns {
        margin: 0 auto;
        max-width: 230px;
    }

    .bottom-butotns a {
        margin-bottom: 15px;
    }

    .navbar-expand-md .navbar-collapse {
        /* top: 76px; */
    }

    .btn-margin-m {
        margin-left: 15px !important;
    }

    .col-w {
        width: 100% !important;
    }

    .col-w-txt {
        width: 100% !important;
    }

    .col-w-extra {
        width: 100% !important;
    }

    #right-sidebar .sidebar-recent-posts .content {
        height: 95px;
    }

    .banner-heading-contact-us {
        margin-top: 0;
    }

}

@media only screen and (max-width: 479px) {
    .btn-margin-m {
        margin-top: 15px !important;
    }

    form.form-banner {
        width: 100%;
    }

    .banner-heading {
        font-style: normal;
        font-weight: 600;
        font-size: 35px;
    }
}
