/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wpcf7-response-output {
    color: #fff;
}
.page .page-header {
    display: none;
}
.hfeed.site {
	overflow: hidden;
}
.fal {
    font-family: 'Font Awesome 5 free';
    font-weight: 300;
}
.top-phone i.fas {
    margin-right: 5px;
}

/* Header */
.sticky-cls {
	position: sticky;
	top: 0px;
	z-index: 9;
}
.section-nav {
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 3% 1rem 2rem;
}
.logo {
    border-bottom: 0px !important;
}
.section-nav .logo img {
    max-width: 160px !important;
}
.navs-wrap .top-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 3vh;
}
.navs-wrap .top-nav ul {
    -webkit-box-shadow: 1px 1px 3px -2px #000;
    box-shadow: 1px 1px 3px -2px #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 7px 0 7px 30PX;
}
.navs-wrap .top-nav ul li {
    margin-right: 3rem;
    margin-bottom: 0;
}
.navs-wrap .top-nav ul li .link {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #011677;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
	text-decoration: none;
}
.navs-wrap .top-nav ul li .link i {
    margin-right: .5rem;
    font-size: 15px;
}
.navs-wrap .site-navigation {
    position: relative;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.navs-wrap .site-navigation ul {
    display: block;
    width: 100%;
    margin: 0 10px 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navs-wrap .site-navigation ul li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.navs-wrap .site-navigation ul li a {
    display: block;
    line-height: 1.3em;
    text-decoration: none !important;
    padding: .55rem .2rem;
    color: #021777;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    text-shadow: none !important;
    font-family: Poppins, sans-serif;
    border: none;
    border-radius: 0;
}
a.top-phone {
    text-decoration: none;
}
.navs-wrap .top-nav ul li .link:hover {
    color: #72af1c;
}
.navs-wrap .top-nav .top-phone {
    color: #fff;
    background-color: #011677;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3.3rem;
    padding-left: 3.3rem;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
.navs-wrap .top-nav .top-nav-btn {
    border-radius: 0;
}
.navs-wrap .top-nav .top-nav-btn:hover {
    border-color: transparent;
}
.top-nav-btn {
    padding: .75em 1.25em;
    margin: 0;
    white-space: normal;
    text-decoration: none !important;
    font-size: 16px !important;
    border: none;
    text-transform: uppercase;
    border-radius: .25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0;
    min-width: 190px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Poppins, sans-serif;
	background-color: #72af1c !important;
    border: 1px solid #72af1c !important;
    color: #fff !important;
}
.banner-top {
    width: 100%;
    padding: 10px;
    background-color: #193768;
    color: #fff;
    text-align: center;
}
.navs-wrap .site-navigation ul li:hover>ul {
    display: block;
    -webkit-animation: fadein .25s;
    animation: fadein .25s;
}
.navs-wrap .site-navigation ul ul {
    display: none;
    position: absolute;
    z-index: 99;
    width: 275px;
    background: #fff;
    left: 0;
    text-align: left;
	padding-left: 15px;
}
.navs-wrap .site-navigation ul li:hover>ul {
    display: block;
    -webkit-animation: fadein .25s;
    animation: fadein .25s;
}
.navs-wrap .site-navigation ul li a:before {
    content: '';
    width: 0%;
    height: 1.5px;
    background-color: #0366d6;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navs-wrap .site-navigation ul li a:hover:before {
    width: 100%;
}
.navs-wrap .site-navigation ul ul li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}
.navs-wrap .site-navigation ul ul li a {
	padding: 10px 20px 10px 10px;
	color: #021777;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0;
	text-shadow: none !important;
	font-family: Poppins, sans-serif;
}
.navs-wrap .site-navigation ul ul li a:active, 
.navs-wrap .site-navigation ul ul li a:focus, 
.navs-wrap .site-navigation ul ul li a:hover {
    background-color: #011677;
    color: #fff;
}

/* Sticky header */
.section-sticky {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    background-color: #f0f0f0;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
    background-image: linear-gradient(180deg, #f0f0f0, #fff);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .4);
}
.section-sticky.sticky {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}
.section-sticky .sticky-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-sticky .sticky-container img {
    max-height: 75px;
    width: auto;
    margin: 1rem 2% 1rem 1.5%;
}
.section-sticky .sticky-container .sticky-form-container {
    width: 80%;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form-offer {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form-offer .offer {
    color: #3994db;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: .1em;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form-offer .call {
    margin-right: 1%;
    margin-left: 1%;
    padding-top: .1em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #011677;
    line-height: 1em;
    text-align: center;
	font-size: 15px;
}
form {
    width: 100%;
}
.hero-form .form-control {
    border-radius: 0;
    height: 4rem;
    font-size: 1.6rem;
}
.hero-form {
    z-index: 3;
    position: relative;
    border-radius: 3px;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-row-start: 1;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.hero-form .form-control {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 400;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: relative;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-group {
    margin-bottom: 1rem;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group {
    margin-bottom: 0;
    margin-right: .5%;
    position: relative;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group.w-24 {
    width: 24%;
}
form input {
    color: #717171;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group .form-control {
    height: 2rem;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	border: 1px solid #ced4da;
	padding-left: 5px;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group i {
    pointer-events: none;
    position: absolute;
    top: 10px;
    right: 8px;
}
form .form-control {
    border-radius: 0;
    height: 4rem;
    font-size: 1.6rem;
}
form .form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    color: #000;
    width: 100%;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
form .form-select select.form-control:not([size]):not([multiple]) {
    height: 4rem;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group.form-select .form-control {
    font-size: .7rem;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form form .submit-btn {
    font-weight: 500;
    font-size: 15px;
    padding-top: .4rem;
    padding-bottom: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15vw;
	text-transform: uppercase;
}
.form-select {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}
form .form-select:after {
    cursor: pointer;
    pointer-events: none;
    font-family: 'Font Awesome 5 free';
    content: '\f078';
    font-size: 1.6rem;
    line-height: 1;
    color: #717171;
    display: block;
    position: absolute;
    text-align: center;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
}
.submit-btn {
	color: #fff !important;
	background-color: #72af1c !important;
	border: 1px solid #72af1c !important;
}
.form-select select.form-control {
	color: #7b838a;
	height: 2.4rem !important;
}

/* Mbl sticky */
.section-sticky .sticky-container .sticky-mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 8%;
    height: 108px;
    max-width: fit-content;
    min-width: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #f0f0f0;
    background-color: #011677;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1em;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.mburger {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
    padding: 0 0 0 25px;
    margin: 0;
    line-height: 25px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
}
.mburger b {
    display: block;
    position: absolute;
    left: calc(25px*((1 - .8) / 2));
    width: calc(25px* .8);
    height: 2px;
    border-radius: calc(2px / 2);
    background: currentColor;
    color: inherit;
    opacity: 1;
}
.mburger b:nth-of-type(1) {
    bottom: calc(50% + 6px);
    -webkit-transition: bottom .2s ease, -webkit-transform .2s ease;
    transition: bottom .2s ease, -webkit-transform .2s ease;
    transition: bottom .2s ease, transform .2s ease;
    transition: bottom .2s ease, transform .2s ease, -webkit-transform .2s ease;
}
.mburger b:nth-of-type(2) {
	top: calc(50% - 1px);
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.mburger b:nth-of-type(3) {
    top: calc(50% + 6px);
    -webkit-transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, transform .2s ease;
    transition: top .2s ease, transform .2s ease, -webkit-transform .2s ease;
}
.mburger--tornado b:nth-of-type(1) {
    -webkit-transition: bottom .2s ease, -webkit-transform .2s ease;
    transition: bottom .2s ease, -webkit-transform .2s ease;
    transition: bottom .2s ease, transform .2s ease;
    transition: bottom .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.mburger--tornado b:nth-of-type(2) {
    -webkit-transition: opacity 0s ease, -webkit-transform .2s ease;
    transition: opacity 0s ease, -webkit-transform .2s ease;
    transition: opacity 0s ease, transform .2s ease;
    transition: opacity 0s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition-delay: .1s, .1s;
    transition-delay: .1s, .1s;
}
.mburger--tornado b:nth-of-type(3) {
    -webkit-transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, transform .2s ease;
    transition: top .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.form-control:focus {
    box-shadow: none !important;
}

/* Side Menu */
.mm-menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    z-index: 0;
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-line-height);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 0;
}
.mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
}
.mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}
.mm-menu_position-right {
    left: auto;
    right: 0;
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.mm-menu_position-front {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-menu_offcanvas {
    opacity: 1;
    pointer-events: all;
}
.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
    z-index: 2;
}
.mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#mmenu {
    background-color: #011677;
}
.mm-navbars_top {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.mm-navbars_top {
    top: 20px;
    border: none;
    background: 0 0;
}
.mm-navbar {
    min-height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #f3f3f3;
    color: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: var(--mm-navbar-size);
    border-bottom: 1px solid var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.mm-navbar {
    background-color: transparent !important;
}
.mm-menu .mm-listview a, .mm-navbar, .mm-navbar .mm-title, .mm-navbar__title {
    color: #fff !important;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after, .mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*, .mm-navbar {
    border-color: transparent !important;
}
.mm-navbars_top .mm-navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mm-navbar>* {
    min-height: 44px;
}
.mm-navbar>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after, .mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*, .mm-navbar {
    border-color: transparent !important;
}
.mm-navbars_top .mm-navbar span {
    font-size: 1.5rem;
    line-height: 1.1em;
}
.mm-navbars_top .mm-navbar span {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 35px;
}
.mm-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    padding: 0;
}
.mm-navbar__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    text-decoration: none;
    color: inherit;
}
.mm-btn.mm-btn_close.mm-navbar__btn {
    display: block;
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    top: 8px;
    right: 20px;
}
.mm-btn:after, .mm-btn:before {
    border: 2px solid rgba(0, 0, 0, .3);
    border: 2px solid var(--mm-color-button);
}
.mm-btn_close:after, .mm-btn_close:before {
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}
.mm-btn.mm-btn_close:after, .mm-btn.mm-btn_close:before {
    display: none;
}
.mm-btn.mm-btn_close.mm-navbar__btn:before {
    content: '\f057';
    display: block;
    width: auto;
    height: auto;
    position: static;
    font-size: 50px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    line-height: 1.2;
    border: none;
    -webkit-transform: none;
    transform: none;
}
.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
.mm-navbars_top .mm-navbar span {
    font-size: 1.5rem;
    line-height: 1.1em;
}
.mm-navbars_top .mm-navbar span {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 35px;
}
.mm-panels {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
}
.mm-panels {
    top: 10px !important;
}
.mm-panels, .mm-panels>.mm-panel {
    padding-right: 0;
    padding-left: 20px;
}
.mm-panel {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-panel:not(.mm-hidden) {
    display: block;
}
.mm-panels>.mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mm-panels, .mm-panels>.mm-panel {
    padding-right: 0;
    padding-left: 20px;
}
#mmenu .mm-panel {
    background-color: #011677;
}
.mm-navbar {
    min-height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #f3f3f3;
    color: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: var(--mm-navbar-size);
    border-bottom: 1px solid var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .mm-navbar_sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
.mm-navbar {
    background-color: transparent !important;
}
.mm-menu .mm-listview a, .mm-navbar, .mm-navbar .mm-title, .mm-navbar__title {
    color: #fff !important;
}
#mobile-menu .mm-navbar {
    display: none;
}
.mm-navbar__title {
    font-size: 20px;
    line-height: 1.4em;
}
.mm-navbar__title {
    text-align: left;
    text-transform: uppercase;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    text-decoration: none;
    color: inherit;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.mm-navbar__title>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.mm-listitem {
    color: rgba(0, 0, 0, .75);
    border-color: rgba(0, 0, 0, .1);
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#mmenu .menu-item {
    opacity: 0;
    text-transform: uppercase;
    text-align: right;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}
#mmenu.mm-menu_opened .menu-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
}
#mmenu .menu-item:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.mm-listitem__btn, .mm-listitem__text {
    padding: 12px;
    display: block;
    padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
    padding-left: 0;
    padding-right: 0;
    color: inherit;
}
.mm-listitem__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
}
.mm-listitem a, .mm-listitem a:hover {
    text-decoration: none;
}
.mm-listitem a {
    font-size: 25px;
    line-height: 1.1em;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    text-decoration: none;
    color: inherit;
}
.mm-menu .mm-listview a, .mm-navbar, .mm-navbar .mm-title, .mm-navbar__title {
    color: #fff !important;
}
#mmenu .menu-item a {
    padding: 8px 20px;
    white-space: normal;
}
.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
.mm-btn_next:after, .mm-btn_prev:before {
    content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.mm-btn_next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}
.mm-btn_next:after, .mm-btn_next:before, .mm-btn_prev:after, .mm-btn_prev:before {
    border-color: #fff;
}
/* .mm-listitem:after {
    content: '';
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
} */
.mm-menu_border-full .mm-listitem:after {
    left: 0 !important;
}
.mm-listview>li:not(.mm-divider):after {
    left: 0 !important;
}
#mmenu .menu-item:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
#mmenu .menu-item:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
#mmenu .menu-item:nth-child(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
#mmenu .menu-item:nth-child(5) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
#mmenu .menu-item:nth-child(6) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
#mmenu .menu-item:not(.menu-item-has-children) {
    margin-right: 41px;
}
#mmenu .menu-item:nth-child(7) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.mm-panel:after {
    height: 44px;
}
.mm-panel:after {
    content: '';
    display: block;
    height: var(--mm-listitem-size);
}
.mm-navbars_bottom {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.mm-navbars_bottom {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mm-navbar {
    min-height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #f3f3f3;
    color: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: var(--mm-navbar-size);
    border-bottom: 1px solid var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.mm-navbar {
    background-color: transparent !important;
}
.mm-navbars_bottom .mm-navbar {
    border-bottom: none;
}
.mm-navbars_bottom .mm-navbar {
    height: 100%;
}
.mm-navbars_bottom .mm-navbar:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mm-navbars_bottom .btn {
    font-size: 1.8rem;
}
.btn-primary, .mm-menu a.btn-primary {
    color: #fff;
    background-color: #72af1c;
    border: 1px solid #72af1c;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.mm-listitem a.mm-listitem__text {
    color: #3994db;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom: 1px solid #3994db;
}
.mm-navbar .btn.btn-primary {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
}
.navs-wrap .site-navigation .top-phone {
    color: #011677;
    border: none;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}








.feature-pro-list .fp-list {
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
	padding: 0;
}
.feature-pro-list .fp-list .elementor-widget-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.feature-pro-list .fp-list .elementor-widget-image {
    position: relative;
}
.feature-pro-list .fp-list .elementor-widget-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000007d;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
.feature-pro-list .fp-list:hover .elementor-widget-image:after {
    background: #021677bf;
}
/* .feature-pro-list .fp-list h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400 !important;
    transition: all 0.3s ease;
    padding: 10px 15px;
} */
/* .feature-pro-list .fp-list:hover h2 {
	border: 1px solid #fff;
    border-radius: 2px;
    transform: scale(1.1);
} */
.feature-pro-list .fp-list h2 a {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease;
    padding: 10px 15px;
}
.feature-pro-list .fp-list:hover h2 a {
	border: 1px solid #fff;
    border-radius: 2px;
    transform: scale(1.1);
	font-size: 24px !important;
}
.feature-pro-list .fp-list img {
	transition: all 0.3s ease;
}
.feature-pro-list .fp-list:hover img {
    transform: scale(1.1);
}
.why-choose-list .elementor-image-box-content {
    padding-left: 20px;
    padding-right: 20px;
}
.ra-rw-section span.rew-1, 
.ra-rw-section span.rew-2 {
    color: #0981d1;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
} 
.ra-rw-section span.rew-1 {
	color: #0981d1;
}
.ra-rw-section span.rew-2 {
    color: #72af1c;
}
.gallery-image .e-n-tabs-heading {
    background-image: linear-gradient(263deg, rgba(9, 129, 209, .1), #f4f8ff);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 rgba(162, 218, 255, .89);
}
.gallery-image .e-n-tab-title {
    padding: 5px 0px !important;
	background: transparent !important;
}
.gallery-image .e-n-tab-title span {
    font-size: 12px;
    color: #021777;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 700;
}
.gallery-image .elementor-gallery-item__title {
    position: relative;
    width: fit-content;
}
.gallery-image .elementor-gallery-item__title:before {
    content: "\f065";
    position: absolute;
    top: -25px;
    left: 5px;
    width: 30px;
    height: 30px;
}
.elementor-button-link {
    transition: all 0.3s ease;
}
/* .elementor-button-link:hover {
    border-bottom: 1px solid #0981D1 !important;
} */
.ra-rw-section .elementor-swiper-button-prev,
.ra-rw-section .elementor-swiper-button-next {
    background: #fff;
    padding: 10px 10px;
    border-radius: 50px;
}
.ra-rw-section .elementor-swiper-button-prev svg,
.ra-rw-section .elementor-swiper-button-next svg {
    fill: #2089d1 !important;
    font-size: 20px;
    font-weight: 300 !important;
}
.client-logo-slide .elementor-swiper-button-prev {
	left: -50px !important;
}
.client-logo-slide .elementor-swiper-button-next {
	right: -50px !important;
}
.client-logo-slide .elementor-swiper-button-prev,
.client-logo-slide .elementor-swiper-button-next {
    border: 1px solid #0981d1;
    padding: 5px 5px;
    border-radius: 50px;
}
.client-logo-slide .elementor-swiper-button-prev svg,
.client-logo-slide .elementor-swiper-button-next svg {
    fill: #0981d1 !important;
    font-size: 16px;
}
/* .gallery-image .gallery-right img {
    height: 245px;
    object-fit: cover;
} */
.gallery-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 129, 209, .1)), to(#f4f8ff));
    background-image: linear-gradient(180deg, rgba(9, 129, 209, .1), #f4f8ff);
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(162, 218, 255, .89);
    box-shadow: 1px 1px 3px 0 rgba(162, 218, 255, .89);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
/*     justify-content: space-around; */
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
	margin-bottom: 20px !important;
}
.gallery-title li.nav-item {
    width: 14%;
}
.gallery-title .nav-link {
    color: #021777;
    padding: 5px 20px;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 700;
    width: 100%;
    height: 100%;
	text-transform: uppercase;
}
.gallery-title .nav-link.active {
    border: none;
    color: #021777;
}
.gallery-title .nav-link:hover {
	border-color: transparent;
}
.left-image .gallery-left img {
    aspect-ratio: 2 / 1.5;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery-image .gallery-right img {
    object-fit: cover;
    aspect-ratio: 2.5 / 1;
    width: 100%;
    height: 100%;
}
.right-image .gr-bt img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1.4;
	object-fit: cover;
}
.outdoor-space .e-n-tab-title {
    background: transparent !important;
    padding: 5px 20px !important;
    border-right: .5px solid rgba(140, 209, 255, .16) !important;
}
.outdoor-space .e-n-tabs-heading {
    background-image: linear-gradient(180deg, rgba(9, 129, 209, .1), #f4f8ff);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
	justify-content: space-evenly !important;
}
.outdoor-space .e-n-tab-title span {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.1em;
    font-weight: 900;
    text-align: center;
    color: #333;
    font-size: 12px;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 95%);
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	z-index: 99;
}
.lightbox img {
	max-width: 90%;
	max-height: 90%;
}
.close {
    position: absolute;
    top: 50px;
    right: 30px;
    font-size: 30px;
    color: #011677;
    cursor: pointer;
    background: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 5px;
    color: #011677;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    border: none;
    width: 60px;
    height: 50px;
    border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.prev:hover, .next:hover {
    background: #011677;
}
.prev { 
	left: 20px; 
}
.next { 
	right: 20px; 
}

.contact-form-one .form-group label {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
	min-width: 100%;
}
.contact-form-one input[type=text], 
.contact-form-one input[type=email], 
.contact-form-one input[type=tel], 
.contact-form-one input[type=number], 
.contact-form-one select {
    margin-top: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.contact-form-one select {
    font-size: 15px;
    padding-left: 5px;
}
.contact-form-one .btn {
    background: #72af1c;
	border: 1px solid #72af1c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease;
	padding: 10px 20px;
}
.contact-form-one .btn:hover {
    color: #72af1c;
    background: #fff;
}
.contact-form-one .sub-btn span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 24px;
}
.contact-form-one .sub-btn p {
    margin: 0;
}
.lightbox .light-box-form {
    background-color: #011677;
    padding: 30px 20px;
    border-radius: 3px;
	text-align: center;
}
.lightbox .light-box-form h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    font-family: Poppins, sans-serif;
	margin-bottom: 5px;
}
.lightbox .light-box-form h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
	font-family: Poppins, sans-serif;
    margin-bottom: 5px;
}
.lightbox .light-box-form img {
    max-width: 30%;
    margin-bottom: 15px;
}
.lightbox .light-box-form .contact-form-one {
    margin-top: 25px;
}
.gallery-image .gallery {
    position: relative;
	overflow: hidden;
	cursor: pointer;
}
.gallery-image .gallery:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition: all 0.5s ease;
}
.gallery-image .gallery:hover:after {
	background-color: rgba(1, 22, 119, .8);
}
.gallery-image .gallery img {
	transition: all 0.8s ease;
}
.gallery-image .gallery:hover img {
    transform: scale(1.1);
}
.gallery-image .gallery .expand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.3s ease;
}
.gallery-image .gallery .zoom-icon.plus {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
}
.gallery-image .gallery:hover .expand,
.gallery-image .gallery:hover .zoom-icon.plus {
    opacity: 1;
    z-index: 9;
}
.right-image {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.outdoor-space .e-activated .active {
    background-color: #fff !important;
}
.contact-form-one .form-group input[type=tel], .contact-form-one .form-group input[type=number] {
    height: 2.1rem !important;
}
.outdoor-space svg {
    fill: #000 !important;
}
.outdoor-space .e-n-tab-title {
    display: block;
}

/* Footer */
.section-footer {
    padding-top: 4rem;
    padding-bottom: 10rem;
    background-color: #021777;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 11, 61, .89)), to(rgba(2, 23, 119, .95))), url("../../../site/wp-content/themes/chesterfield-fence/images/fence-grey.png");
    background-image: linear-gradient(180deg, rgba(0, 11, 61, .89), rgba(2, 23, 119, .95)), url("../../../site/wp-content/themes/chesterfield-fence/images/fence-grey.png");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    color: #fff;
}
.section-footer .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.section-footer .content-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-footer .content-container .menu {
    margin-left: 0;
}
.section-footer img {
    margin-bottom: 20px;
    width: 33vw;
}
.section-footer .content-container .phone {
    margin-top: 45px;
}
.section-footer .content-container .phone a {
    text-decoration: none;
    border: none;
    color: #fff;
}
.social {
    margin-top: 10px;
}
.social a {
    color: #fff;
    border-bottom: none !important;
    margin: 5px;
}
.section-footer .content-container .menu {
    margin-left: 0;
}
.section-footer ul {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
}
.section-footer ul li {
    margin-bottom: .1em;
}
.section-footer .h4 {
    margin-bottom: 2rem;
}
.section-footer .h4 a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none;
    pointer-events: none;
}
.section-footer .site-info {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 10px;
}
.section-footer img {
	width: 180px;
}
.footer-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
	font-size: 16px;
}
.section-footer .menu p {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-menu a:hover {
    color: #72af1c;
}
.social a {
	transition: all 0.3s ease;
}
.social a:hover {
    color: #72af1c;
}

/* Widget Product Tab */
.tab-bg-image img {
    max-height: 180px;
    min-width: 100%;
    object-fit: cover;
	transition: all 0.5s ease;
}
.tab-bg-image img:hover {
    transform: scale(1.1);
}
.tab-bg-image {
	position: relative;
	overflow: hidden;
}
.tab-bg-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.tab-bg-image:hover:after {
    background-color: rgba(2, 22, 119, 0.75);
    opacity: 1;
}
.tab-bg-image h5.image-title {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
	padding: 15px 20px;
	border-radius: 3px;
	transition: all 0.5s ease;
	text-align: center;
	width: max-content;
	text-transform: uppercase;
}
.tab-bg-image .it-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.tab-bg-image:hover h5.image-title {
    border: 2px solid #fff;
	transform: scale(1.1);
}
.tab-pane .show-image {
    padding: 10px;
    box-shadow: rgba(192, 192, 192, 0.56) 1px 1px 3px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 240, 233);
	border-image: initial;
	column-gap: 10px;
	row-gap: 10px;
}
.show-image .col-6 {
	padding: 0;
	width: 49%;
}
.show-image .col-12 {
    padding: 0;
    width: 100%;
}
.tab-pane h3 {
    color: #0981d1 !important;
    font-weight: 700;
    font-size: 20px;
    font-family: Poppins, sans-serif;
}
.tab-content .product-details {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.all-services-wrap li span {
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
}
.all-services-wrap li img {
    width: 50px;
    display: block;
	aspect-ratio: 1 / 1;
}
.all-services-wrap .all-services-tabs {
    justify-content: space-evenly;
	background-image: linear-gradient(180deg, rgba(9, 129, 209, .1), #f4f8ff);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
    box-shadow: rgba(162, 218, 255, 0.37) 1px 1px 2px 0.5px;
}
.all-services-wrap .all-services-tabs a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
	border: none;
}
.all-services-tabs li.nav-item:hover {
    cursor: pointer;
}
.show-product-btn a {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.show-product-btn a.p-btn-1 {
    border: 1px solid #72af1c;
    background-color: #72af1c;
    color: #fff;
    padding: 10px 100px;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.show-product-btn a.p-btn-2 {
	border: 1px solid #e1e4e8;
	background-color: #fafbfc;
	color: #0981d1;
	padding: 10px 100px;
	display: inline-block;
	border-radius: 3px;
	transition: all 0.3s ease
}
.show-product-btn a.p-btn-1:hover {
    color: #72af1c;
    background-color: #fff;
}
.show-product-btn a.p-btn-2:hover {
	color: #fafbfc;
	background-color: #0981d1;
}
.show-product-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
	flex-wrap: wrap;
}
.product-content {
    padding-left: 50px !important;
}
.product-details .pt-image img {
    max-width: 170px;
    aspect-ratio: 3 / 1;
    object-fit: contain;
	margin-bottom: 10px;
}
.product-details .pt-image {
    margin-top: 25px;
	text-align: left;
}
.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group.form-select .form-control {
	color: #000;
}
.contact-form-one input[type=tel], .contact-form-one input[type=number], .contact-form-one input[type=text], .contact-form-one input[type=email] {
    font-size: 15px;
    color: #000;
}
/* a.link.extra-room-link {
    position: relative;
	transition: all 0.3s ease;
}
a.link.extra-room-link:before {
    content: '';
    position: absolute;
	background-image: url("https://davidb1347.sg-host.com/wp-content/uploads/2025/03/House_Icon-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 5px;
    left: -25px;
}
a.link.extra-room-link:hover:before {
    background-image: url("https://davidb1347.sg-host.com/wp-content/uploads/2025/03/House_Icon.svg");
} */
.chester-more span.elementor-button-text {
    position: relative;
}
.chester-more span.elementor-button-text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 1px;
    background-color: #0981D1;
	transition: all 0.3s ease;
}
.chester-more a.elementor-button:hover span.elementor-button-text:before {
	width: 100%;
}
.service-since-section {
	box-shadow: inset 1px 1px 3px 0 rgb(0 0 0), inset 1px -5px 3px 0 rgb(0 0 0);
}
.very-best-content .elementor-widget-container a {
    display: inline-block;
    color: #8cd1ff;
    font-size: 15px;
    text-decoration: underline;
    text-transform: uppercase;
    border: none;
}
.very-best-content p {
    margin: 0;
}
.gate-list strong a {
    color: #3994db;
    border-bottom: 1px solid #3994db;
}
.show-image .tab-bg-image a.position-absolute {
	width: 100%;
	height: 100%;
	z-index: 9;
}

/* Contact Page */
.contact-details span {
    color: #01125f;
    font-weight: 700;
}
.contact-page .contact-form-one input[type=text],
.contact-page .contact-form-one input[type=email], 
.contact-page .contact-form-one input[type=tel], 
.contact-page .contact-form-one input[type=number],
.contact-page .contact-form-one select {
    margin-top: 12px;
	border-radius: 0px;
	margin-bottom: 12px;
	min-height: 38px;
	color: #525252;
    font-weight: 400;
}
.contact-page .contact-form-one textarea {
	margin-top: 12px;
	margin-bottom: 12px;
	border-radius: 0px;
}
.contact-page .contact-form-one label {
    font-weight: 700;
}
.giving-back-content span.elementor-button-content-wrapper .elementor-button-text {
    position: relative;
}
.giving-back-content span.elementor-button-content-wrapper .elementor-button-text:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #0981d1;
    bottom: -2px;
	transition: all 0.3s ease;
}
.giving-back-content span.elementor-button-content-wrapper:hover .elementor-button-text:before {
	width: 100%;
}

/* ------ Blog --------- */
.blog-post-list article.elementor-post {
    border: 1px solid #cfcfcf;
	border-radius: 8px;
	transition: all 0.3s ease;
}
.blog-post-list article.elementor-post:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-post-list article.elementor-post .elementor-post__text {
    padding: 0px 15px 20px 15px;
}
.blog-post-list article.elementor-post .elementor-post__thumbnail {
	transition: all 0.3s ease;
}
.blog-post-list article.elementor-post:hover .elementor-post__thumbnail {
    transform: scale(1.1);
}
.blog-post-list article.elementor-post a.elementor-post__thumbnail__link {
	overflow: hidden;
}
.blog-post-list article.elementor-post .elementor-post__read-more-wrapper a.elementor-post__read-more {
    position: relative;
    transition: all 0.3s ease;
}
.blog-post-list article.elementor-post .elementor-post__read-more-wrapper a.elementor-post__read-more:after {
    content: '';
    position: absolute;
    background: #0981da;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
	transition: all 0.3s ease;
}
.blog-post-list article.elementor-post .elementor-post__read-more-wrapper a.elementor-post__read-more:hover:after {
	width: 100%;
}
.blog-post-list nav.elementor-pagination {
    margin-top: 30px;
}
.blog-post-list nav.elementor-pagination .page-numbers {
    background-color: #0981d1;
    padding: 5px 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #0981d1;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
	transition: all 0.3s ease;
}
.blog-post-list nav.elementor-pagination .page-numbers.current {
    background: #fff;
    color: #0981d1;
}
.blog-post-list nav.elementor-pagination .page-numbers:hover {
    background: #fff;
    color: #0981d1;
}

/* Single Blog Post */
.blog-categories-section h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
}
.blog-categories-section ul li a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease;
}
.blog-categories-section ul li {
    list-style: none;
}
.blog-categories-section ul li a {
    position: relative;
}
.blog-categories-section ul li a:before {
    content: "";
    position: absolute;
    left: -25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #717171;
    border-left: 2px solid #717171;
    transform: rotate(135deg);
    top: 6px;
	transition: all 0.3s ease;
}
.blog-categories-section ul li a:hover:before {
    left: -20px;
}
.blog-categories-section ul li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background: #0d6efd;
	transition: all 0.3s ease;
}
.blog-categories-section ul li a:hover:after {
    width: 100%;
}
.b-social-media a.elementor-social-icon {
    display: contents;
}
.b-social-media .elementor-widget-container span.elementor-grid-item {
	margin-right: 15px;
}
.b-social-media .elementor-social-icon svg {
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    height: 30px;
    border-radius: 3px;
    color: #191919;
    border: 1px solid #737373;
    background: #f1f1f1;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    overflow: hidden;
    position: relative;
    padding: 5px;
}
.b-social-media .elementor-social-icon svg:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #737373;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
.b-social-media .elementor-social-icon svg:hover:before {
	animation: aaa 0.7s 1;
	top: -10%;
	left: -10%;
}
@keyframes aaa {
	0% {
		left: -110%;
		top: 90%;
	}
	50% {
		left: 10%;
		top: -30%;
	}
	100% {
		top: -10%;
		left: -10%;
	}
}
.eastern-post-image .gallery {
    justify-content: flex-start;
}
.outdoor-free-link strong {
    color: #000;
}
.outdoor-free-link a:hover strong {
    color: #0d6efd;
}
.faq-content-section .elementor-element {
    border: none !important;
	padding-top: 0;
}
.faq-content-section .e-n-accordion-item {
    border-bottom: 1px solid #d5d5d5;
}
.faq-content-section .e-n-accordion-item:last-child {
    border-bottom: none;
}
.page-inner-title h1,
.page-inner-title h2,
.page-inner-title h3,
.page-inner-title h4 {
	font-family: "Poppins", Sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	color: #0981D1;
	padding-bottom: 15px;
}
.page-inner-title p,
.page-inner-title ul li {
	font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.ra-rw-section .swiper-slide .elementor-widget-text-editor:last-child {
    text-align: center;
}
.ra-rw-section .swiper-slide .elementor-widget-text-editor:last-child p {
	margin-bottom: 0px;
}
ul.smct-show {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	padding-top: 50px;
}
ul.smct-show li.smct-list {
	padding-bottom: 10px;
	list-style: none;
}
.smct-areas-title h3 {
    color: #0981D1;
    font-weight: 600;
    padding-bottom: 10px;
}
ul.smct-show li.smct-list a {
    color: #0981D1;
    font-weight: 400;
}
.smct_areas .smct-archive-summary {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.smct_areas .smct-archive-summary .smct-image-wrap {
    min-width: 300px;
    height: 200px;
    object-fit: cover;
}
.smct_areas {
    margin-bottom: 40px;
}
.smct_areas .smct-archive-summary h3.smct-archive-title a {
    color: #3994db;
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    border-bottom: 1px solid;
    text-decoration: none;
}
.smct-contents h2 {
    color: #0981d1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 35px;
}
.areas-banner-content {
	background-image: url("https://davidb1347.sg-host.com/wp-content/uploads/2021/11/grill-on-terrace-with-plants-PGNA6Q7-2-scaled.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 170px;
}
.areas-banner-content h1 {
    max-width: 1320px;
    margin: auto;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 80px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.smct-image img.smct-image-wrap {
	margin-right: 30px;
}
.smct-main-section .nav-links a.prev.page-numbers,
.smct-main-section .nav-links a.next.page-numbers {
    display: none;
}
.smct-main-section .nav-links .page-numbers {
    background-color: #0981d1;
    padding: 5px 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #0981d1;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}
.smct-main-section .nav-links .page-numbers.current {
    margin-right: 10px;
}
.smct-main-section .nav-links .page-numbers.current,
.smct-main-section .nav-links .page-numbers:hover {
    background-color: #fff;
    color: #0981d1;
}
.section-sticky .sticky-container a {
    margin: 0rem 2% 0rem 1.5%;
}

/* Widget Header Css */
.site-navigation ul.menu li.menu-item-has-children:after,
.header-widget-text-d h2.widget-menu-text,
.header-widget-btn h2.widget-menu-btn-text,
.header-logo h2.widget-menu-image {
    display: none;
}
.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 0px;
}
.navs-wrap .site-navigation {
    justify-content: flex-start;
}
.header-widget-text-d .textwidget p {
    margin-bottom: 0;
	margin-right: 45px;
}
.navs-wrap .top-nav ul li {
    margin-right: 0;
}
.top-nav ul li {
    display: flex;
	align-content: center;
}
.navs-wrap .site-navigation .header-widget ul {
    padding-left: 30px;
}
.header-widget-btn p,
.header-widget-top-content p {
    margin-bottom: 0;
}
.navs-wrap .header-btn {
    display: flex;
}
.footer-menu .elementor-widget-container h5 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.phone a.phone_number {
    text-decoration: none;
    border: none;
	color: #fff;
	padding-top: 5px;
	display: block;
	transition: all 0.3s ease;
}
.phone a.phone_number:hover {
	color: #72AF1C;
}
.navs-wrap .header-widget-text-d p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.navs-wrap .header-widget-text-d p {
	transition: all 0.3s ease;
}
.navs-wrap .header-widget-text-d p:hover path {
    fill: #72af1c;
}
a.hamb-link {
    display: block;
    font-size: 20px;
    line-height: 30px;
}
a.hamb-link i {
    padding-right: 10px;
}

/* G-form */
.form-title h2.gform_title {
    display: none;
}
.g-form-cs label, .g-form-cs legend.gfield_label {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-align: left;
    min-width: 100%;
}
.g-form-cs span.gfield_required {
    opacity: 0;
}
.g-form-cs input[type=text], 
.g-form-cs input[type=email], 
.g-form-cs input[type=tel], 
.g-form-cs input[type=number], 
.g-form-cs select {
    margin-top: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.g-form-cs input[type=tel], 
.g-form-cs input[type=number], 
.g-form-cs input[type=text], 
.g-form-cs input[type=email] {
    font-size: 15px;
    color: #000;
}
.g-form-cs .gform_fields {
    row-gap: 15px;
}
.contact-page.g-form-cs .gform_fields {
    row-gap: 25px;
}
.gf-submit input[type=submit] {
	min-width: 100% !important;
}
.gf-contact .gform-footer input[type=submit] {
    min-width: 40% !important;
}
.g-form-cs input[type=submit] {
    background: #72af1c !important;
    border: 1px solid #72af1c !important;
    color: #fff;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-family: Poppins, sans-serif !important;
    transition: all 0.3s ease;
    padding: 12px 20px !important;
}
.g-form-cs input[type=submit]:hover {
	background: #fff !important;
	color: #72af1c !important;
}
.col-width-size .has_city .ginput_address_city,
.col-width-size .has_state .ginput_address_state, 
.col-width-size .has_zip .ginput_address_zip {
    inline-size: 100%;
}
.gf-contact .gform-footer {
    justify-content: center;
}

/* Media */
@media (min-width: 1070px) {
    .section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group.form-select .form-control {
        font-size: .8rem;
    }
}
@media (min-width: 1200px) {
    .section-sticky .sticky-container .sticky-form-container .sticky-form form .submit-btn {
        width: 12vw;
    }
	.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group .form-control,
	.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group.form-select .form-control {
        font-size: 11px;
		color: #000;
    }
	.mm-panels {
        top: 70px !important;
    }
}
@media (min-width: 1300px) {
	.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group .form-control,
	.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group.form-select .form-control {
		font-size: 15px;
	}
}
@media (min-width: 1400px) {
    .section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group.form-select .form-control {
        font-size: 13px;
    }
	.very-best-content h4.elementor-heading-title br {
		display: none;
	}
	.rate-review-list .elementor-widget-container span {
		font-size: 12px;
	}
}

@media (max-width: 1300px) {
	.show-product-btn {
		justify-content: flex-start;
	}
	.product-content {
		padding-left: 20px !important;
	}
	.areas-banner-content h1 {
		max-width: 1120px;
	}
}

@media (max-width: 1200px) {
	.areas-banner-content h1 {
		max-width: 950px;
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 1024px) {
	.navs-wrap .site-navigation ul li a,
	.navs-wrap .top-nav .top-phone {
		font-size: 13px;
	}
	.navs-wrap .top-nav .top-phone {
		padding-right: 1.3rem;
		padding-left: 1.3rem;
	}
	.navs-wrap .top-nav ul {
		padding: 7px 0 7px 0;
	}
	.navs-wrap .top-nav .top-phone {
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group .form-control {
		font-size: 12px;
	}
	.section-sticky .sticky-container .sticky-form-container .sticky-form form .submit-btn {
		font-size: 12px;
		width: auto;
	}
	.section-sticky .sticky-container .sticky-form-container .sticky-form form .form-group.form-select .form-control {
		font-size: 10px;
	}
	.section-sticky .sticky-container .sticky-mobile-menu {
		min-width: 60px;
	}
	.section-sticky .sticky-container .sticky-form-container .sticky-form-offer .offer {
		font-size: 13px;
		line-height: 2em;
	}
	.section-sticky .sticky-container img {
		max-height: 60px;
	}
	.top-nav-btn {
		min-width: 150px !important;
	}
	.bg-fix {
		background-attachment: fixed;
	}
}

@media (min-width: 992px) {
	.section-nav {
		padding: 0;
		position: relative;
	}
	.section-nav .logo {
		margin-left: 0;
	}
	.logo .header-logo {
		margin-left: 2rem;
	}
	.section-nav .logo img {
        max-width: 165px !important;
    }
	.section-footer {
		padding-bottom: 4rem;
	}
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 992px) {
	.section-nav .logo img {
		max-width: 80px !important;
	}
	.client-logo-slide .elementor-swiper-button-prev {
		left: -25px !important;
	}
	.client-logo-slide .elementor-swiper-button-next {
		right: -25px !important;
	}
	.gallery-title {
		justify-content: center;
	}
	.mobile-sticky-footer {
		height: 75px;
		border-top: 1px solid #8cd1ff;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1500;
	}
	.mobile-sticky-footer a i {
		font-size: 1.2rem;
		margin-right: .25em;
		color: #0981d1;
		line-height: 1.125em;
		font-weight: 300;
		margin-bottom: 5px;
	}
	.mobile-sticky-footer a {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-right: 5px;
		padding-left: 5px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		line-height: 1em;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		height: 75px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-right: 1px solid rgba(9, 129, 209, .1);
		background-color: #bedaec;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(242, 248, 254, .63))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(192, 192, 192, .54)));
		background-image: linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(242, 248, 254, .63)), linear-gradient(180deg, #fff, rgba(192, 192, 192, .54));
		color: #021777;
		font-size: 1.4rem;
		font-weight: 700;
		text-decoration: none;
	}
	.fal {
		font-family: 'Font Awesome 5 Free';
	}
	.mobile-sticky-footer i.fas {
		font-weight: 900 !important;
	}
	.section-footer img {
		width: 180px;
	}
	.section-footer {
		padding-bottom: 2rem;
	}
	.footer-menu a {
		font-size: 15px;
	}
	.section-footer .menu p {
		font-size: 20px;
	}
	.section-footer .address {
		font-size: 15px;
		padding-bottom: 10px;
	}
	.outdoor-space .e-n-tab-title {
		padding: 5px 10px !important;
	}
	.outdoor-space svg {
		width: 35px !important;
	}
	.outdoor-space .e-n-tab-title span {
		font-size: 10px;
	}
	.show-image .col-6 {
		width: 48%;
	}
	.product-content {
		padding-top: 30px;
	}
	.tab-pane .show-image {
		justify-content: center;
	}
	.why-choose-deck .e-con-inner,
	.giving-back-content {
		min-width: 100% !important;
	}
	.top-phone span {
		font-size: 15px;
	}
	.navs-wrap .site-navigation .top-phone {
		padding-right: 30px;
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.top-phone i.fas.fa-phone-alt {
		font-size: 16px;
	}
	.chester-col {
		flex-wrap: wrap;
	}
	.chester-col .chester-field-list {
		flex: 0 0 auto;
		width: 48%;
	}
	.contact-form-one .btn {
		font-size: 12px;
	}
	.customer-offer {
		flex-wrap: wrap;
	}
	.customer-offer .customer-offer-details {
		width: 48%;
		flex: 0 0 auto;
	}
	.single-blog-sidepost a.elementor-post__thumbnail__link {
		margin-left: 5px !important;
	}
	.blog-categories-section h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.areas-banner-content h1 {
		max-width: 700px;
	}
	.header-widget-menu {
		display: none;
	}
	.footer-menu a {
		font-size: 13px;
	}
}
@media (min-width: 768px) {
    .section-footer .content-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
	.section-footer img {
		width: 160px;
	}
	.section-footer .content-container .phone {
		margin-top: 0;
		margin-left: 0;
	}
}
@media (max-width: 768px)  {
	.mobile-sticky-footer a {
		font-size: 12px;
		gap: 5px;
	}
	.section-footer .address {
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.outdoor-space .e-n-tab-title {
		border-bottom: 1px solid #8cd1ff66 !important;
        padding-bottom: 15px !important;
        border-right: none !important;
	}
	.gallery-title {
		justify-content: space-evenly;
		row-gap: 20px;
	}
	.gallery-title .nav-link {
		padding: 10px 20px;
		margin-top: 10px;
		height: 70%;
	}
	.ra-rw-section .elementor-swiper-button-prev {
		left: -30px !important;
	}
	.ra-rw-section .elementor-swiper-button-next {
		right: -25px !important;
	}
	.client-logo-slide .elementor-swiper-button-prev {
		left: 0px !important;
	}
	.client-logo-slide .elementor-swiper-button-next {
		right: 0px !important;
	}
	.mobile-sticky-footer a i {
		font-size: 1rem;
	}
	.section-footer .content-container .phone {
		margin-top: 10px;
	}
	.section-footer .info.menu {
		margin-bottom: 25px;
	}
	.feature-product {
		display: none;
	}
	.bg-fix:before,
	.bg-fix-col:before {
		background-color: #021777e6 !important;
		opacity: 0.9;
	}
	.gallery-title li.nav-item {
		width: 25%;
	}
	.section-footer .menu p {
		font-size: 18px;
	}
	.page-inner-title h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.smct_areas .smct-archive-summary {
		flex-direction: column;
	}
}
@media (max-width: 600px) {
	.show-image .col-6 {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.all-services-wrap li span {
		font-size: 11px;
	}
	.all-services-wrap .all-services-tabs {
		gap: 15px;
	}
	.chester-col .chester-field-list {
		flex: unset;
		width: 100%;
	}
	.customer-offer .customer-offer-details {
		width: 100%;
		flex: 0 0 auto;
	}
	.smct-image img.smct-image-wrap {
		margin-bottom: 20px;
	}
	.smct-areas-title img.img-fluid {
		max-width: 50%;
	}
}
@media (min-width: 480px) {
    .mm-menu_fullscreen {
        width: 80%;
        min-width: 240px;
        max-width: 440px;
    }
}
@media (max-width: 480px) {
    .areas-banner-content h1 {
        max-width: 400px;
    }
}

