* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    -moz-outline-style: none;
    outline: none;
}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
    padding: 0;
}
*::-moz-selection {
    color: #fff;
    background: #ff9b0b;
}
*::selection {
    color: #fff;
    background: #ff9b0b;
}
*::-moz-selection {
    color: #fff;
    background: #ff9b0b;
}
*::-webkit-selection {
    color: #fff;
    background: #ff9b0b;
}
*::-ms-selection {
    color: #fff;
    background: #ff9b0b;
}
*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    outline: none !important;
    transition: 0.5s all;
}
body a:focus {
    outline: none !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}
form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
}
body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    position: relative;
}
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}
/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body textarea,
#neve_body select {
    height: 50px;
    width: 100%;
    margin: 0;
}
/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
}
.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
}
body .wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: green;
    border-color: green;
}
body textarea {
    resize: none;
    overflow: auto;
    height: 148px !important;
    padding-top: 15px !important;
}
body textarea:focus {
    box-shadow: none;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
/*contact form 7 error msg class and css*/
body .to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 75px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px #0006;
    text-decoration: none;
    transition: 0.5s all;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 0;
    background: #39b54c;
    font-weight: normal;
}
.to-top::before {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}
.to-top:hover {
    cursor: pointer;
    /* opacity: 0.6;
     */
    color: #fff;
    background: #000000;
}
a {
    opacity: 1;
}
#neve_body a.button {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 37px 16px 37px;
    border: 0;
    opacity: 1;
    color: #fff;
}
#neve_body .cust-btn .elementor-button, #neve_body a.button, .contact-form .submit-wrap input.submit {
	background-image: linear-gradient(180deg, #ffbf00 0%, #ff8000 50%, #ff4000 100%);
	box-shadow: 4.95px 4.95px 5px rgba(0, 0, 0, 0.45);
	transition: 0.5s all ease-in-out;
	position: relative;
	font-family: "Montserrat", Sans-serif;
}
#neve_body .cust-btn .elementor-button:hover,
#neve_body a.button:hover, .contact-form .submit-wrap input.submit:hover {
    background-image: linear-gradient(180deg, #088ed1 0%, #112e64 100%);
    color: #fff;
}
.contact-form::after {
    content: '';
    display: block;
    clear: both;
}
.contact-form .submit-wrap input.submit {
    box-shadow: none;
    letter-spacing: 0.36px;
    font-weight: 500;
}
.weight span {
    font-weight: 600;
}
/* #neve_body .content-wrap-banner {
    max-width: 700px;
} */
.color {
    color: #112d64;
    font-weight: 700;
}
.dec-line .elementor-heading-title {
    position: relative;
    padding-bottom: 10px;
}
.dec-line .elementor-heading-title::before {
    content: "";
    position: absolute;
    border: 1px solid #088ed1;
    width: 66px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
}
.white-line.dec-line .elementor-heading-title::before {
    filter: brightness(100);
}
.small-line.dec-line .elementor-heading-title::before {
    width: 39px;
}
.left-side-line.dec-line .elementor-heading-title::before {
    right: auto;
}
#neve_body .choose-img.common-image .elementor-widget-container {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 110px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff2eb;
}
#neve_body .choose-img.common-image .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #neve_body .cust-btn.arrow .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 30px;
    background: url(../images/arrow.png) no-repeat;
    width: 24px;
    height: 14px;
    margin: auto;
} */
#neve_body .chhose-sec {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 115px;
}
.services-sec .title {
    font-size: 22px;
    line-height: 29px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    max-width: 280px;
}
.services-sec .listing li {
	font-size: 20px;
	line-height: 36px;
	color: #1f1f1f;
	font-weight: 500;
	font-family: "Montserrat", Sans-serif;
	padding-left: 28px;
	position: relative;
}
.right-cont .left-section-wrap > div {
    margin: 0 0 0 auto;
}
.center .left-section-wrap > div {
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
}
.logo-desgin-wrap .logo-desgin {
    min-width: 430px;
    height: 430px;
    max-width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 18.5px rgba(17, 46, 100, 0.15);
    border-radius: 50%;
    margin: 0 auto;
}
.logo-desgin-wrap {
    position: relative;
}
.logo-desgin-wrap::before {
    content: "";
    background: url(../images/round-shape.png) no-repeat;
    width: 632px;
    height: 446px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100%;
}
.right-section-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #ffbf00 0%, #ff8000 50%, #ff4000 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.round-section-wrap {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 0 -80px;
    justify-content: flex-end;
    z-index: 2;
    position: relative;
}
.right-cont .round-section-wrap {
    flex-direction: row;
    margin: 0 -80px 0 0;
}
.center .round-section-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: -60px auto 0;
}
.round-section-wrap .left-section-wrap {
    padding-left: 20px;
}
.right-cont .round-section-wrap .left-section-wrap {
    padding-left: 0;
    padding-right: 20px;
}
.center .round-section-wrap .left-section-wrap {
    padding: 20px 0 0;
}
.second .right-section-icon,
.services-sec .second .listing li::after {
    background-image: linear-gradient(180deg, #088ed1 0%, #112e64 100%);
}
.center .right-section-icon,
.services-sec .center .listing li::after {
    background-image: linear-gradient(180deg, #59b200 0%, #1e7700 100%);
}
.services-sec .listing ul {
    padding: 7px 0 0;
}
.services-sec .center .listing li {
    text-align: left;
}
.services-sec .listing li::after {
    content: "\f00c";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    font-family: fontawesome;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #ffbf00 0%, #ff8000 50%, #ff4000 100%);
}
.services-sec .right-cont .listing li {
    padding-left: 0;
    padding-right: 28px;
}
.services-sec .right-cont .listing li::after {
    left: auto;
    right: 0;
}
body#neve_body .gallery-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.container {
    max-width: 1470px;
    margin: 0 auto;
}

.breadcrumb-wrap .elementor-shortcode > span {
    font-size: 0;
}
.breadcrumb-wrap .elementor-shortcode > span > span.breadcrumb_last {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #ffbf00 0%, #ff8000 50%, #ff4000 100%);
     font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

body .breadcrumb-wrap .elementor-shortcode > span > span > a {
    font-size: 18px;
    font-weight: 500;
     font-family: "Montserrat", Sans-serif;
    color:#FFF;
    background-image: none;
}
body .breadcrumb-wrap .elementor-shortcode > span > span > a:hover, .form-section .contact-details .contact > div a:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #ffbf00 0%, #ff8000 50%, #ff4000 100%);
    opacity: 1;
}
.breadcrumb-wrap .elementor-shortcode > span > span:not(:last-child):after {
    content: '\f101';
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: normal;
    display: inline-block;
    margin: 0 8px 0;
    color: #FFF;
    width: auto;
}

/*404*/
.error-404.not-found {
    text-align: center;
    padding: 55px 0 118px 0;
}
body#neve_body.error404 header#masthead .header-menu-wrap ul li a {
    color: #212121;
    font-weight: 500;
}
.error-404.not-found small {
    font-size: 120px;
    line-height: 130%;
    font-weight: 700;
    color: #112c64;
    position: relative;
}
.error-404.not-found small span.class404 {
    font-weight: 400;
    color: #000;
}
.error-404.not-found h2.main-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #000;
    padding: 12px 0 0 0;
    margin-bottom: 15px;
}
.error-404.not-found p.grve-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 0;
}
.header-wrap .header-menu-wrap,
.header-wrap .header-contact-btn,
.footer-two .policy-sec {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
body#neve_body .error-404-section {
    padding-top: 136px;
    border-bottom: 1px solid #e5e5e5;
}
.error-404-section .breadcrumb p span,
.error-404-section .breadcrumb p a {
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    position: relative;
}
.error-404-section .breadcrumb p a:before {
    content: "\f101";
    position: absolute;
    top: 0.5px;
    left: auto;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    font-size: 16px;
}
.error-404-section .breadcrumb p a {
    padding-right: 16px;
}
.error-404-section .breadcrumb p span {
    font-size: 0;
}
.error-404-section p#breadcrumbs {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 14.3px 0;
    position: relative;
}
.error-404-section p#breadcrumbs::before,
.error-404-section p#breadcrumbs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    right: 3000px;
    bottom: 0;
    background-color: #f5f5f5;
    height: 100%;
    width: 100%;
}
.error-404-section p#breadcrumbs::before {
    left: -100%;
}
.error-404-section .breadcrumb p span.breadcrumb_last {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    color: #112c64;
    padding-left: 12px;
}
.error-404.not-found small span.class404 span.image {
    background-image: url("../images/images-zero.png");
    background-repeat: no-repeat;
    height: auto;
    width: 56px;
    font-size: 0;
    padding-top: 0;
    background-position: center center;
    margin: 0 9px;
}
body#neve_body.error404.sticky_header header#masthead .header-menu-wrap ul li a {
    color: #fff;
}
body#neve_body .error-404-section .custom-btn a.button.btn-wrap {
    padding: 16px 39px;
    box-shadow: unset;
}
.error-404.not-found {
    position: relative;
}
.error-404.not-found::before {
    content: "";
    width: 272px;
    height: 419px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/error-img.png");
}
.error-404.not-found small:before {
    content: "";
    position: absolute;
    border: 1px solid #088ed1;
    width: 82px;
    top: auto;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
}
.error-404-section .breadcrumb p a:hover {
    color: #ff8000;
}
body#neve_body.error404 footer#colophon .footer-title h2 {
    margin: 0;
}


/*inner pages about*/
.title-bold span {
    font-weight: 700;
}
.img-back-line .img-wrap:before {
    content: '';
    background-image: url(../images/img-backimg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 586px;
    height: 500px;
    display: block;
    position: absolute;
    left: -25px;
    bottom: -25px;
    z-index: -1;
}
.img-back-line.right-img-content .img-wrap:before {
    left: auto;
    right: -25px;
}

/*.our-team-wrap .ourteam-section .ourteam-item {
    float: left;
}
.our-team-wrap .ourteam-section .ourteam-item:not(:last-child) {
    margin-right: 118px;
}*/
.our-team-wrap .ourteam-section.owl-carousel {
    display: flex;
    -webkit-justify-content: space-between;
    align-items: space-between;
    -webkit-align-items: space-between;
}
.our-team-wrap .ourteam-section .ourteam-item .ourteam-title-wrap {
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #1F1F1F;
    margin-top: 35px;
}
.our-team-wrap .ourteam-section .ourteam-item .ourteam-title-wrap .ourteam-title:first-child {
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    color: #000;
    margin-bottom: 7px;
}

.contact-form .field-section-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.contact-form .form-details p br{
    display: none;
}
.contact-form p {
    margin: 0;
}
.contact-form .form-details {

    position: relative;
}
.contact-details-title.title-bold span {
    font-weight: 700;
}
.contact-form .form-details label {
    width: auto;
    margin: 0;
    position: absolute;
    left: 16px;
    top: 18px;
    right: auto;
    bottom: auto;
    color: #666666;
    transition: 0.3s ease-in-out;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    opacity: 1;
    z-index: 1;
    background: #fff;
    padding: 0 5px;
}
.contact-form .form-details.input_focus label, .contact-form .form-details.value_focus label {
    top: -7px;
    background-image: linear-gradient(208deg, #088ED1 0%, #112E64 100%);
    padding: 2px 8px 0;
    border-radius: 4px;
    color:#fff;
}
#neve_body .contact-form input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]).wpcf7-not-valid, #neve_body .contact-form textarea.wpcf7-not-valid, #neve_body .contact-form select.wpcf7-not-valid, .contact-form .filed.recaptcha-wrap .wpcf7-not-valid {
    border: 1px solid red;
}
#neve_body .contact-form input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]), #neve_body .contact-form textarea, #neve_body .contact-form select {
    padding: 0 20px;
    border: 1px solid #DDD;
    border-radius: 2px;
    font-family: 'Poppins',sans-serif;
}
#neve_body .contact-form input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]):focus, #neve_body .contact-form textarea:focus, #neve_body .contact-form select:focus{
    box-shadow: none;
}
#neve_body .contact-form textarea {
    height: 100px!important;
}
.filed.message-wrap.form-details {
    margin-top: 25px;
    margin-bottom: 17px;
}
.contact-form .filed.recaptcha-wrap {
    float: left;
    overflow: hidden;
}
.contact-form .submit-wrap {
    margin-left: 30px;
    float: left;
    padding-top: 7px;
}
.contact-form .submit-wrap .submit {
    display: flex;
    align-items: center;
}
.contact-form .submit-wrap .submit span.wpcf7-spinner {
    margin-right: 0;
    position: absolute;
    right: -48px;
}
.form-section .contact-details .contact > div {
    padding-left: 60px;
    position: relative;
}
.form-section .contact-details .contact > div p, .form-section .contact-details .contact > div a, .form-section .contact-details .contact > div label {
    margin: 0;
    color: #FFF;
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    line-height: 160%;
    font-size: 16px;
}
.form-section .contact-details .contact > div label {
    display: block;
}
.form-section .contact-details .contact > div:not(:last-child) {
    margin-bottom: 20px;
}
.form-section .contact-details .contact > div.phone_no_wrap a {
    font-size: 20px;
    font-weight: 500;
}
main#content .site-logo-img {
    left: 0;
    right: 0;
}

main#content .map-wrap, main#content .map-wrap .elementor-widget-container, main#content .map-wrap p, main#content .map-wrap p iframe {
    min-height: inherit;
    margin: 0;
}
.form-section .contact-details .contact > div:before {
    content: '';
    background: url(../images/contact-icons.png) no-repeat;
    background-position: 12px 12px;
    background-size: auto;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form-section .contact-details .contact > div.phone_no_wrap::before {
    background-position: 12px -50px;
}
.form-section .contact-details .contact > div.po-box::before {
    background-position: 12px -18px;
}
.form-section .contact-details .contact > div.email::before {
    background-position: 12px -81px;
}


.content-wrap-banner h2.elementor-heading-title, .content-wrap-banner .elementor-widget-text-editor .elementor-widget-container {
    text-shadow: 0 0 33px black;
}


/*04-09-2024*/
.title-bold h2 span {
    padding-top: 4px;
}
.filed.message-wrap.form-details span.wpcf7-not-valid-tip {
    margin-top: -10px;
}
/*04-09-2024*/
.right-box.safty-box .round-section-wrap .right-section-icon {
    background-image: linear-gradient(180deg, #088ed1 0%, #112e64 100%);
}
/*07-09-2024*/
.round-section-wrap {
    align-items: center;
}
.services .dec-line .elementor-heading-title::before {
    width: 39px;
}
.title-bold h2 span {
    display: inline;
}
span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha.recaptcha.wpcf7-not-valid {
    width: 304px;
    height: 78px;
}
.footer-wrap {
	position: relative;
}
.footer-wrap::before {
	content: "";
	background: url(../images/footer-desgin.png) no-repeat;
	width: 327px;
	height: 480px;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: -170px;
}
/*Start of the day 11-09-2024*/
.header-menu-wrap .header-contact {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-menu-wrap .header-contact > div > a {
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	font-family: "Montserrat", Sans-serif;
}
.header-menu-wrap .header-contact > div.email > a {
	font-size: 17px;
	font-weight: 400;
}
.header-menu-wrap .header-contact > div > a:hover {
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #ffbf00 0%, #ff8000 50%, #ff4000 100%);
}
.header-menu-wrap .header-contact > div {
	padding-left: 32px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-menu-wrap .header-contact > div:last-child {
	margin: 0 0 0 28px;
}
.header-menu-wrap .header-contact > div::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: auto;
	height: 22px;
	width: 22px;
	background-image: url("../images/footer-sprite-image.png");
	background-repeat: no-repeat;
	background-position: -75px -94px;
}
.header-menu-wrap .header-contact > div.email::before {
	background-position: -75px -169px;
}
#neve_body .bulldog-description .cust-btn .elementor-button {
	box-shadow: unset;
}
/*End of the day 11-09-2024*/

/* 18-09-2024P Css */
header.header .header-section .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li > a {
    color: #222222;
    font-weight: 600;
    font-size: 17px;
}
header.header .header-wrap .sf-menu-wrap {
    width: calc(100% - 324px);
}
header#masthead .header-section .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item{
    padding: 0 27.5px;
}
header#masthead .header-section .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
    margin: auto;
}
header.header .sf-right-side-area .header-menu-wrap .header-menu.hfe-nav-menu__align-left{
    width: 100%;
}
header.header .header-wrap .sf-menu-wrap .sf-contact-wrap-area{
    width: 100%;
}
header.header .header-wrap .sf-menu-wrap .sf-contact-wrap-area .header-contact {
    justify-content: flex-end;
    column-gap: 28px;
    flex-wrap: wrap;
}
header.header .header-wrap .sf-menu-wrap .sf-contact-wrap-area .header-contact .phone_no_wrap > a {
    color: #222222;
}
header.header .header-wrap .sf-menu-wrap .sf-contact-wrap-area .header-contact > div.email > a {
    font-weight: 500;
    color: #222222;
}
header.header .header-wrap .sf-menu-wrap .sf-right-side-area .header-menu-wrap.sf-left {
    width: calc(100% - 472px);
}
header.header .header-wrap .sf-menu-wrap .sf-contact-wrap-area .header-contact .email{
    margin: 0;
}
.sticky_header header.header .header-section .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li > a,
.sticky_header header.header .header-wrap .sf-menu-wrap .sf-contact-wrap-area .header-contact .phone_no_wrap > a,
.sticky_header header.header .header-wrap .sf-menu-wrap .sf-contact-wrap-area .header-contact > div.email > a{
    color: #fff;
}

footer .footer-width-fixer .footer-section .footer-one{
    padding-top: 120px;
    padding-bottom: 54px;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: end;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu  > li{
   display: inline-block;
   width: auto;
   padding: 0 32.5px;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item > a {
    color: #AAAAAA;
    font-weight: 400;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.current-menu-item > a ,
footer#colophon .footer-width-fixer .footer-section .footer-one .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item > a:hover{
    color: #088ED1;
    background: unset;
    -webkit-text-fill-color: unset;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .footer-details .footer-contact.contact {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 34px;
    margin-top: 31px;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .footer-details .footer-contact.contact .phone_no_wrap {
    margin-bottom: 0;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .hfe-nav-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li:last-child{
    padding-right: 0;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .footer-details .footer-contact.contact p {
    color: #AAAAAA;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .footer-details .footer-contact.contact .phone_no_wrap > a{
    font-size: 18px;
    color: #AAAAAA;
    font-weight: 400;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .footer-details .footer-contact.contact .email > a{
    font-size: 17px;
    color: #AAAAAA;
    font-weight: 400;
}
footer#colophon .footer-width-fixer .footer-section .footer-two{
    border-top: 0;
    position: relative;
}
footer#colophon .footer-width-fixer .footer-section .footer-two::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 0;
    opacity: 0.10;
    right: 0;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .logo-scetion .footer-logo:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0;
    opacity: 0.10;
}
footer#colophon .footer-width-fixer .footer-section .footer-two .e-con-inner {
    padding: 15px 0;
    align-items: center;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .logo-scetion .footer-logo{
    position: relative;
    padding-right: 60px;
}
footer#colophon .footer-width-fixer .footer-section .copyright-text-wrap,
footer#colophon .footer-width-fixer .footer-section .copyright-text-wrap a {
    font-size: 17px;
    color: #AAAAAA;
}
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap {
    padding: 0;
    column-gap: 10px;
}
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .facebook-link > a,
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .instagram-link > a,
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .linkedin-link > a {
    font-size: 0;
    background: transparent;
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
}
footer#colophon .social-media-wrap .facebook-link > a:before,
footer#colophon .social-media-wrap .instagram-link > a:before,
footer#colophon .social-media-wrap .linkedin-link > a:before {
    left: 9px;
}
footer#colophon .footer-two .social-media-wrap .facebook-link a:before {
    left: 2px;
    top: 9px;
}
footer#colophon .footer-two .social-media-wrap .instagram-link a:before {
    left: 6px;
    top: 6px;
}
footer#colophon .footer-two .social-media-wrap .linkedin-link a:before {
    left: 7px;
    top: 9px;
}
footer#colophon .footer-width-fixer .footer-wrap::before{
    display: none;
}
/* 18-09-2024P End Css */

/* 19-09-2024P Css*/
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .facebook-link > a:hover,
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .instagram-link > a:hover,
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .linkedin-link > a:hover{
    background-image:linear-gradient(180deg, #ffbf00 0%, #ff8000 50%, #ff4000 100%);
    border-image: linear-gradient(180deg, #ffbf00 0%, #ff8000 50%, #ff4000 100%);
    border-image-slice: 1;
}
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .facebook-link,
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .instagram-link,
footer#colophon .footer-width-fixer .footer-section .footer-two .footer-social-links .social-media-wrap .linkedin-link{
    border-radius: 41px;
    overflow: hidden;
}
.our-team-section .ourteam-section .ourteam-item .ourteam-title-wrap .ourteam-title:first-child {
    font-weight: 700;
    font-size: 24px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.our-team-section .ourteam-section .ourteam-item .ourteam-title-wrap .ourteam-title:last-child {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Montserrat';
    color: #212121;
}
.our-team-section .ourteam-section .ourteam-item .ourteam-title-wrap{
    margin-top: 30px;
}
.form-section .footer-contact.contact .address > p,
.form-section .footer-contact.contact .address > label,
.form-section .footer-contact.contact .po-box > p,
.form-section .footer-contact.contact .po-box > label,
.form-section .footer-contact.contact .email > a,
.form-section .footer-contact.contact .email > label,
.form-section .footer-contact.contact .phone_no_wrap > label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.form-section .footer-contact.contact .phone_no_wrap > a{
    font-weight:  700 !important;
    font-family: 'Montserrat';
}
.contact-from-wrap .contact-form .field-section-wrap .form-details > label,
.contact-from-wrap .contact-form .filed.message-wrap > label {
    font-family: 'Montserrat';
    font-size: 16px;
}
.contact-from-wrap .contact-form .field-section-wrap .form-details > label >em,
.contact-from-wrap .contact-form .filed.message-wrap > label >em{
    color: #666666;
}

/* .contact-from-wrap .contact-form .submit-wrap .submit input.submit {
    border-radius: 0;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    background:url(../images/contact-submit-btn.png);
    background-size: cover;
    background-position: left;
    padding-left: 40px;
} */
.contact-from-wrap .contact-form .submit-wrap .submit {
    border-radius: 0;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    background: url(../images/service-btn.png) no-repeat !important;
    background-size: cover;
    background-position: left;
    padding-left: 40px;
    z-index: 1;
}
.contact-from-wrap .contact-form .submit-wrap .submit{
    position: relative;
    padding-left: 24px;
}
.contact-from-wrap .contact-form .submit-wrap .submit:after {
    content: '';
    position: absolute;
    background: url(../images/contact-sub-left.png);
    width: 40px;
    height: 70px;
    left: -19px;
    z-index: 1;
    background-size: contain;
    top: -5px;
    background-repeat: no-repeat;
    background-position: right;
}
.contact-from-wrap .contact-form .submit-wrap .submit .submit{
    background: transparent;
}
.sf-service-banner .content-wrap-banner .breadcrumb-wrap{
    display: none;
}
.services .dec-line .elementor-heading-title::before {
    width: 66px;
}
.sf-discover-banner .cust-btn.arrow .elementor-button{
    background-image: unset !important;
    box-shadow: unset !important;
    background-color: transparent;
    background: url(../images/service-btn.png) no-repeat !important;
    background-size: cover !important;
    background-position: left;
    border-radius: 0;
    padding-right: 35px !important;
    font-size: 18px;
}
.sf-discover-banner .cust-btn.arrow .elementor-button:after {
    content: '';
    position: absolute;
    background: url(../images/contact-sub-left.png);
    width: 40px;
    height: 70px;
    left: -22px;
    z-index: 1;
    background-size: contain;
    top: -4px;
    background-repeat: no-repeat;
    background-position: right;
}
.contact-from-wrap  .contact-form .submit-wrap {
    margin-left: 60px;
}
/* .sf-discover-banner .cust-btn.arrow .elementor-button::before{
    display: none;
} */
.solar-home-sys-section .img-content .img-wrap::before,
.commercial-serv-section .img-content .img-wrap::before,
.residential-commercial-section .img-content .img-wrap::before{
    content: '';
    background-image: url(../images/img-backimg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -25px;
    bottom: -25px;
    z-index: -1;
}

.productive-use-section .img-content .img-wrap::before,
.solar-water-pump-section .img-content .img-wrap::before,
.street-li-section .img-content .img-wrap::before{
    content: '';
    background-image: url(../images/img-backimg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -25px;
    z-index: -1;
    left: auto;
    right: -25px;
}
/* 19-09-2024P End Css */

/* 20-09-2024P css */
.services .img-content .img-wrap{
    height: fit-content;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .footer-details .footer-contact.contact > .po-box {
    margin: 0;
}
footer#colophon .footer-width-fixer .footer-section .footer-one .footer-details .footer-contact.contact .phone_no_wrap,
footer#colophon .footer-width-fixer .footer-section .footer-one .footer-details .footer-contact.contact .email {
    display: flex;
    align-items: center;
}
.error-404 div#content-area > small > span {
    font-weight: 500;
}
.error-404.not-found h2.main-title   {
    font-weight: 600;
}
.banner-section .smart-slider-banner .banner-slider-container .owl-stage-outer .owl-stage {
    height: 870px;
    display: flex;
}
.banner-section .smart-slider-banner .banner-slider-container .banner-slider-wrapper{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap {
    max-width: 1440px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
    padding-top: 200px;
}
.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap h2.banner-heading {
    font-size: 60px;
    color: #112C64;
    font-weight: 400;
    background-color: rgba(255,255,255,0.40);
    box-shadow: 0 0 30px 30px rgba(255,255,255, 0.40);
}
.banner-section .smart-slider-banner .banner-slider-container .owl-nav {
    display: none;
}
.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap h2.banner-heading span{
    font-weight: 700;
}
.banner-section .smart-slider-banner .banner-slider-container{
    position: relative;
}
.banner-section .smart-slider-banner .banner-slider-container .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner-section .smart-slider-banner .banner-slider-container .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background: #112c64;
    border-radius: 30px;
    margin: 0 7px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.banner-section .smart-slider-banner .banner-slider-container .owl-dots .owl-dot.active{
    width: 40px;
}
.banner-section .smart-slider-banner .banner-slider-container  .banner-title-wrap p.banner-content {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    background-color: rgba(255,255,255,0.40);
    box-shadow: 0 0 30px 30px rgba(255,255,255, 0.40);
}

.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap button.banner-contact-btn > a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    padding-left: 46px;
}

.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap button.banner-contact-btn {
    background: url(../images/service-btn.png) no-repeat !important;
    background-size: cover !important;
    background-position: left;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0;
}
.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap button.banner-contact-btn::after {
    content: '';
    position: absolute;
    background: url(../images/contact-sub-left.png);
    width: 40px;
    height: 70px;
    left: -21px;
    z-index: 1;
    background-size: contain;
    top: -4px;
    background-repeat: no-repeat;
    background-position: right;
}
.banner-section .smart-slider-banner .banner-slider-container .owl-item {
    float: left;
}
.sf-discover-banner .weight span {
    font-weight: 800;
}
#neve_body .bulldog-description .cust-btn.readmore .elementor-button {
    color: #FF4000;
    background: transparent;
    padding: 0;
    position: relative;
}
#neve_body .bulldog-description .cust-btn.readmore .elementor-button:before {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 0;
    left: auto;
    right: -35px;
    background-image: url('../images/readmore-btn-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 20px;
    width: 30px;
}
html.no-scroll body {
    overflow: hidden;
}
html.no-scroll {
    overflow: hidden;
}
.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap button.banner-contact-btn::before,
.sf-discover-banner .cust-btn.arrow .elementor-button::before,
.contact-from-wrap .contact-form .submit-wrap .submit::before {
    content: '';
    background-image: url(../images/hover-btn-img.png);
    position: absolute;
    top: 0;
    left: -3px;
    width: calc(100% + 3px);
    height: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background-size: cover;
    background-position: left;
}
 
.contact-from-wrap .contact-form .submit-wrap .submit::before{
    left: 0;
    width: 100%;
}
#neve_body .bulldog-description .cust-btn.readmore .elementor-button:hover{
    color: #112C64;
}
#neve_body .bulldog-description .cust-btn.readmore .elementor-button:hover::before{
    filter: invert(14%) sepia(87%) saturate(2014%) hue-rotate(208deg) brightness(60%) contrast(60%);
}
.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap button.banner-contact-btn:hover::before,
.sf-discover-banner .cust-btn.arrow .elementor-button:hover::before,
.contact-from-wrap .contact-form .submit-wrap .submit:hover::before{
    opacity: 1;
    visibility: visible;
}
.banner-section .smart-slider-banner .banner-slider-container .banner-title-wrap button.banner-contact-btn:hover,
.sf-discover-banner .cust-btn.arrow .elementor-button:hover,
.contact-from-wrap .contact-form .submit-wrap .submit:hover{
    background: transparent !important;
}
/* 14-10-2024P Css Start*/
header#masthead .header-section>.elementor-hidden-laptop {
    transition: all 0.5s ease 0s;
}
/* 14-10-2024P Css End */

/* 15-10-2024P css */
.sf-contact-area{
    position: relative;
    z-index: 1;
}
.sf-contact-area::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1199px) {
    body#neve_body .error-404-section {
        padding-top: 110px;
    }
}
@media only screen and (max-width: 1023px) {
    .error-404.not-found {
        text-align: center;
        padding: 30px 0 50px 0;
    }
    .error-404.not-found small {
        font-size: 90px;
    }
    .error-404.not-found h2.main-title {
        font-size: 20px;
    }
    .error-404.not-found p.grve-subtitle {
        font-size: 16px;
    }
    .error-404.not-found small span.class404 span.image {
        height: 70px;
        width: 52px;
        margin: 23px 0px 23px 5px;
        background-size: 100% 100%;
    }
    body#neve_body .error-404-section {
        padding-top: 90px;
    }
    .error-404.not-found small:before {
        bottom: 10px;
    }
    /*Start of the day 11-09-2024*/
    .header-menu-wrap .header-contact > div > a {
        font-size: 18px;
    }
    /*End of the day 11-09-2024*/
    /* 15-10-2024P Css */
    .contact-from-wrap .contact-form .submit-wrap {
        margin-left: 0;
        display: inline-flex;
    }
    .company-overview-section .img-content .img-wrap::before{
        max-width: 100%;
    }
    .company-overview-section .img-content .img-wrap .elementor-widget-container img{
        width: 100%;
    }
    .company-overview-section .img-content .img-wrap{
        width: 100%;
    }
    /* 15-10-2024P Css End */

}
@media only screen and (max-width: 767px) {
    .error-404.not-found small {
        font-size: 60px;
        line-height: 100px;
    }
    .error-404.not-found p.grve-subtitle {
        font-size: 14px;
    }
    .error-404.not-found small span.class404 span.image {
        height: 52px;
        width: 35px;
        margin: 23px 0px 23px 5px;
    }
    body#neve_body .error-404-section {
        padding-top: 80px;
    }
    .error-404.not-found {
        padding: 0px 0 40px 0;
    }
    .error-404.not-found h2.main-title {
        font-size: 17px;
    }
    .error-404.not-found small:before {
        bottom: 0px;
    }
    /*Start of the day 11-09-2024*/
    .header-menu-wrap .header-contact {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-menu-wrap .header-contact > div {
        padding-left: 25px;
    }
    .header-menu-wrap .header-contact > div::before {
        height: 20px;
        width: 20px;;
        background-position: -60px -76px;
        background-size: 90px;
    }
    .header-menu-wrap .header-contact > div.email::before {
        background-position: -60px -137px;
    }
    .header-menu-wrap .header-contact > div > a,
    .header-menu-wrap .header-contact > div.email > a {
        font-size: 14px;
    }
    .header-menu-wrap .header-contact > div:last-child {
        margin: 7px 0 0 0;
    }
    /*End of the day 11-09-2024*/
    .form-section .footer-contact.contact .address > p,
    .form-section .footer-contact.contact .address > label,
    .form-section .footer-contact.contact .po-box > p,
    .form-section .footer-contact.contact .po-box > label,
    .form-section .footer-contact.contact .email > a,
    .form-section .footer-contact.contact .email > label,
    .form-section .footer-contact.contact .phone_no_wrap > label {
        font-size: 14px;
    }
    .form-section .footer-contact.contact .phone_no_wrap > a {
        font-size: 18px !important;
    }
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
}
