/*===fonts===*/
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Medium.eot');
    src: url('../fonts/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff'),
        url('../fonts/Metropolis-Medium.ttf') format('truetype'),
        url('../fonts/Metropolis-Medium.svg#Metropolis-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.eot');
    src: url('../fonts/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff'),
        url('../fonts/Metropolis-Bold.ttf') format('truetype'),
        url('../fonts/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis Semi';
    src: url('../fonts/Metropolis-SemiBold.eot');
    src: url('../fonts/Metropolis-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis-SemiBold.woff') format('woff'),
        url('../fonts/Metropolis-SemiBold.ttf') format('truetype'),
        url('../fonts/Metropolis-SemiBold.svg#Metropolis-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis Extra';
    src: url('../fonts/Metropolis-ExtraBold.eot');
    src: url('../fonts/Metropolis-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraBold.woff') format('woff'),
        url('../fonts/Metropolis-ExtraBold.ttf') format('truetype'),
        url('../fonts/Metropolis-ExtraBold.svg#Metropolis-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Light.eot');
    src: url('../fonts/Metropolis-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis-Light.woff') format('woff'),
        url('../fonts/Metropolis-Light.ttf') format('truetype'),
        url('../fonts/Metropolis-Light.svg#Metropolis-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.eot');
    src: url('../fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff'),
        url('../fonts/Metropolis-Regular.ttf') format('truetype'),
        url('../fonts/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: 'Metropolis';
    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%;
    overflow-x: hidden;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
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;
}
*::selection {
    color: #fff;
    background: #E6B003;
}
*::-moz-selection {
    color: #fff;
    background: #E6B003;
}
*::-webkit-selection {
    color: #fff;
    background: #E6B003;
}
*::-ms-selection {
    color: #fff;
    background: #E6B003;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    font-family: 'Metropolis';
    outline: none !important;
    transition: 0.5s all;
}
body a:focus {
    outline: none !important;
}
body a:hover,
.breadcrumbs li a:hover {
    opacity: 1;
    color: #e6b003;
}
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*/
/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 14px;
    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: 14px;
    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;
}
input,
select,
textarea,
.site textarea {
    font-family: 'Metropolis';
    font-weight: normal;
    width: 100%;
    background: #fff;
}
body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="number"],
body input[type="tel"],
body input[type="range"],
body input[type="date"],
body input[type="month"],
body input[type="week"],
body input[type="time"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="color"],
body textarea,
body select {
    background: #fff;
    font-family: 'Metropolis';
    height: 40px;
    line-height: normal;
    padding: 0 15px;
    text-align: left;
    width: 100%;
    box-shadow: none;
    margin: 0;
    border: 1px solid #E6E6E6;
    color: #333;
    outline-offset: unset;
    border-radius: 4px;
    font-size: 12px;
    outline: none !important;
}
form div {
    position: relative;
}
form label {
    background-color: transparent;
    font-family: 'Metropolis';
    color: #333333;
    border-radius: 4px;
    font-size: 16px !important;
    position: absolute;
    left: 10px;
    top: 20px;
    line-height: normal;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    text-transform: none;
    pointer-events: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0;
}
form div.input_focus label,
form .has-focus label,
form div.value_focus label {
    -webkit-transform: scale(.75) translateY(-28px);
    -moz-transform: scale(.75) translateY(-28px);
    -ms-transform: scale(.75) translateY(-28px);
    -o-transform: scale(.75) translateY(-28px);
    transform: scale(.75) translateY(-28px);
    background-color: #E6B003;
    border-radius: 4px;
    padding: 2px 5px;
    color: #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid #E6B003;
    top: 10px;
    font-size: 17px !important;
}
body form textarea {
    resize: none;
    overflow: auto;
    height: 100px !important;
    padding-top: 15px !important;
}
/*Default-CSS close*/
.top-btn {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 45px;
    left: auto;
    bottom: 98px;
    border-radius: 100%;
    font-family: fontawesome;
    line-height: 45px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    scroll-behavior: smooth;
    font-size: 0;
    background: #fed825;
    cursor: pointer;
}
.top-btn::before {
    content: "\f106";
    font-size: 36px;
    color: #000;
}
.top-btn:hover {
    background: #fff;
    color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin-bottom: 0;
}
body .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1530px;
}
body .builder-item {
    padding: 0;
    margin: 0;
}
/*--header----*/
body header .desktop-left {
    margin: 0;
    padding: 0;
}
body .row {
    margin: 0 !important;
}
.header-top {
    padding: 9px 0;
}
body header .nav-ul {
    margin: 0;
    align-items: center;
}
body header .builder-item--secondary-menu {
    padding: 0;
}
header .component-wrap a.button {
    font-size: 12px;
    letter-spacing: .6px;
}
.desktop-left .nv-top-bar ul#secondary-menu li a,
.menu-social-container ul#menu-social li a {
    font-size: 0;
    width: 17px;
    min-height: 17px;
    display: block;
    transition: all 0.0s;
}
.desktop-left .nv-top-bar ul#secondary-menu li:nth-child(4) a {
    background: url(../images/sprite.png)no-repeat;
    background-position: 0px -381px;
    background-size: 17px;
}
.desktop-left .nv-top-bar ul#secondary-menu li,
footer .menu-social-container ul#menu-social li {
    margin: 0px 7px;
}
.desktop-left .nv-top-bar ul#secondary-menu li:nth-child(4) a:hover {
    background-position: 0px -423px;
}
.desktop-left .nv-top-bar ul#secondary-menu li:nth-child(4) a:before,
footer .menu-social-container ul#menu-social li:nth-child(4) a:before {
    display: none;
}
body header .has-primary-menu {
    margin: 20px 0;
    padding: 0;
}
body header .component-wrap {
    margin: 0;
}
body header .right .desktop-left .row div {
    padding-left: 27px;
    position: relative;
    line-height: 100%;
    align-items: center;
    display: flex;
    margin-right: 26px;
    min-height: 21px;
    padding-right: 26px;
    padding-top: 2px;
    border-right: 1px solid rgb(255 255 255 / 30%);
}
header .item--inner.builder-item--logo {
    padding: 0;
}
.site-logo a {
    max-width: 200px;
}
body header .site-logo img {
    max-width: 100% !important;
}
body header nav.header-main.nv-navbar {
    padding: 14px 0;
}
body header .right .desktop-left .row div:last-child {
    padding-right: 0;
    margin: 0;
    border-right: 0;
}
body header .right .desktop-left .row {
    display: flex;
    align-items: center;
}
body header .right .desktop-left .row div::before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 22px;
    background: url(../images/sprite.png)no-repeat;
    background-position: 1px -167px;
}
body header .right .desktop-left .row div:last-child::before {
    background-position: 1px -226px;
}
body header .right p {
    margin: 0;
}
body header .right a {
    font-size: 13px;
    line-height: 100%;
}
.nv-navbar .hfg-slot.right {
    display: none;
}
.header-main-inner .row--wrapper {
    display: flex !important;
    justify-content: space-between;
}
/*====banner====*/
.banner-small-text p::before,
.banner-small-text p::after {
    width: 117px;
    content: '';
    height: 2px;
    background: #E6B003;
    display: inline-block;
    margin: 6px 17px 0 0;
    vertical-align: top;
}
.banner-small-text p::after {
    margin: 6px 0px 0 15px;
}
.common-arrow a,
.common-btn a {
    position: relative;
}
.common-arrow a::before,
.common-btn a::before,
footer .submit-btn::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 34px;
    background: url(../images/sprite.png)no-repeat;
    background-position: -4px -389px;
    margin: auto 0;
    z-index: 1;
}
.sub-main-title span::after,
.center-line span::before {
    width: 43px;
    content: '';
    height: 1px;
    background: #E6B003;
    display: inline-block;
    margin: 5px 0 0 4px;
    vertical-align: top;
}
/*---section----*/
.center-line span::before {
    margin: 5px 14px 0 0px;
}
/*--tab-section--*/
body .elementor-tabs-wrapper .elementor-tab-title {
    padding: 0px 17px 10px !important;
    border-bottom: 3px solid #eee !important;
    margin-bottom: 10px;
}
body .elementor-widget-tabs .elementor-tab-title.elementor-active,
body .elementor-widget-tabs .elementor-tab-title:hover {
    border-color: #E5B104 !important;
}
body .elementor-widget-tabs .elementor-tab-title.elementor-active,
body .elementor-widget-tabs .elementor-tab-title:hover {
    color: #E5B104 !important;
}
body .elementor-widget-tabs .elementor-tab-title::before {
    position: absolute;
    top: auto;
    bottom: -10px !important;
    left: 0;
    right: 0 !important;
    content: '';
    margin: 0 auto;
    width: 0 !important;
    height: 0;
    opacity: 0;
    border-left: 6px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 8px solid #e5b104 !important;
}
body .elementor-widget-tabs .elementor-tab-title.elementor-active::before,
body .elementor-widget-tabs .elementor-tab-title:hover::before {
    opacity: 1;
}
body .elementor-widget-tabs .elementor-tab-content {
    padding: 0;
}
body .elementor-widget-tabs .elementor-tab-content.elementor-active {
    display: flex !important;
    grid-gap: 33px;
    flex-wrap: wrap;
    justify-content: center;
}
body .elementor-widget-tabs .elementor-tab-content a {
    box-shadow: rgb(0 0 0 / 10%) 2px 3px 25px 5px;
    padding: 20px;
    position: relative;
    height: 124px;
    width: 22.87%;
}
body .elementor-widget-tabs .elementor-tab-content a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 15px;
}
.elementor-tabs-content-wrapper {
    padding-top: 26px;
}
/*--footer---*/
footer .widget {
    margin: 0;
}
footer ul#menu-social {
    display: flex;
    align-items: center;
}
/* body footer .container {
    max-width: 1200px;
} */
body footer .builder-item {
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
}
footer.site-footer {
    padding: 60px 0 29px;
    background: #100C00;
}
footer.site-footer .footer-top-inner .row {
    grid-template-columns: 1fr 2fr;
    width: 101%;
}
.footer--row-inner .nv-footer-content .left,
.footer--row-inner .nv-footer-content .c-right,
.footer--row-inner .nv-footer-content .c-left,
.footer--row-inner .nv-footer-content .center {
    padding-right: 20px;
}
.footer--row-inner .nv-footer-content .center .inner-contact-detail-wrap {
    padding-right: 20px;
}
footer ul.menu li a,
footer.site-footer ul li a {
    text-transform: uppercase;
    font-size: 12px;
}
footer.site-footer a,
footer.site-footer p,
footer .content {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
    font-weight: 400;
    margin: 0;
}
footer.site-footer a {
    line-height: 100%;
}
footer.site-footer ul li {
    line-height: 100%;
    margin-bottom: 21px;
    margin-top: 0;
}
footer#site-footer .inner-contact-sub-title,
footer .inner-contact-sub-title h2,
body footer .widget .widget-title {
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
    color: #fff;
    letter-spacing: .4px;
    text-align: left;
    margin-bottom: 30px;
}
/* footer .inner-contact-detail-wrap .inner-contact-address-wrap,
footer .inner-contact-detail-wrap .inner-contact-wrap,
footer .inner-contact-detail-wrap .inner-contact-mail-wrap {
    padding-left: 60px;
    position: relative;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 50px;
    width: 33%;
} */
footer .inner-contact-detail-wrap .inner-contact-address-wrap::before,
footer .inner-contact-detail-wrap .inner-contact-wrap::before,
footer .inner-contact-detail-wrap .inner-contact-mail-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #3F3B31;
    background: url(../images/sprite.png)no-repeat;
    background-position: 18px -322px;
}
/* footer .inner-contact-detail-wrap .inner-contact-wrap::before {
    background-position: 14px -153px;
    margin-left: 41px;
}
footer .inner-contact-detail-wrap .inner-contact-mail-wrap::before {
    background-position: 16px -213px;
    margin-left: 23px;
} */
footer .inner-contact-detail-wrap .inner-contact-wrap .content,
footer .inner-contact-detail-wrap .inner-contact-mail-wrap .content {
    /* display: none; */
    line-height: 100%;
}
footer .inner-contact-wrap a {
    font-size: 16px;
    color: #fff;
}
/*--footer-form--*/
footer form.wpcf7-form input,
body footer form.wpcf7-form textarea {
    background: #100c00;
    border: 1px solid #656565;
    font-size: 12px;
    padding: 0 20px;
    box-shadow: none !important;
    color: rgb(255 255 255 / 70%) !important;
}
body footer form.wpcf7-form textarea {
    height: 76px;
}
footer form.wpcf7-form label {
    top: 14px;
    font-size: 12px !important;
    left: 20px;
    color: rgb(255 255 255 / 70%);
    letter-spacing: .1px;
}
.form-group {
    margin-bottom: 10px;
}
body footer input.wpcf7-submit:hover,
body footer input.wpcf7-submit {
    border: 0;
}
footer .submit-btn {
    margin-top: 15px;
}
footer .submit-btn::before {
    right: calc(50% - 32px);
    background-position: -4px -390px;
}
div.wpcf7 .wpcf7-spinner {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: -25px;
    top: 0;
}
/*--footer-form--*/
footer .menu-social-container ul#menu-social li:nth-child(4) a {
    background-position: 0px -147px;
    background-size: 22px;
    width: 20px;
}
footer .footer-bottom {
    background: transparent;
    width: 100%;
    max-width: 100%;
    padding-top: 42px;
}
footer .footer-bottom .component-wrap {
    width: 100%;
    justify-content: center;
}
footer .footer-bottom p {
    color: rgb(255 255 255 / 70%);
    line-height: 100%;
}
footer .footer-bottom .container::before {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 15%) 49%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 15%) 49%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 15%) 49%, rgba(255, 255, 255, 0) 100%);
}
footer .footer-bottom .container {
    padding-top: 30px;
}
/* body footer .container .left figure {
    max-width: 170px;
    margin-bottom: 0px;
    margin-top:  7px;
} */
/*..............23-10-2023.................*/
body footer .container .left figure {
    max-width: 170px;
    margin-bottom: 47px;
    margin-top: 7px;
}
/*..............23-10-2023(End).................*/
footer .widget .widget-title {
    margin: 0;
}
body footer .container .left .menu-social-container {
    padding-top: 50px;
}
body .wpcf7-response-output {
    color: red;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    border: 1px solid red;
    padding: 5px;
    margin-top: 10px;
}
.breadcrumbs {
    background: #f5f5f5;
    padding: 10px 0;
    line-height: 100%;
}
h3.inner-banner-heading {
    display: none;
}
.breadcrumbs li,
.breadcrumbs li a {
    font-size: 14px;
    color: #4c4c4c;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: top;
    font-weight: 500 !important;
    text-decoration: none;
    line-height: 100%;
    text-transform: uppercase;
    text-shadow: 0 0;
    font-family: 'Metropolis';
}
body .breadcrumbs li:last-child,
.breadcrumb li a:hover {
    color: #e6b003 !important;
    line-height: 100%;
    text-shadow: 0 0;
}
.breadcrumbs li:not(li:first-child)::before {
    content: "\f105 \f105";
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-weight: normal;
    color: #4c4c4c;
    height: 12px;
    width: 11px;
    margin: 2px 12px 0 10px;
    font-family: fontawesome;
    line-height: 10px;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    letter-spacing: -2px;
}
section.page-not-found-section {
    padding: 100px 0;
}
.error404 .error-wrapper {
    padding: 39px 15px 100px;
    text-align: center;
}
.error404 h1.section-heading {
    font-size: 120px;
    color: #4c4c4c;
    line-height: 150%;
    text-align: center;
}
.error404 h2,
.error404 p {
    color: #333;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}
.error404 p {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 400;
}
.error404 .common-btn {
    text-align: center;
}
.error404 .common-btn a.vc_btn3,
.submit-btn input.wpcf7-submit,
input.wpcf7-submit {
    background: #e6b003;
    line-height: 48px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 55px 0 35px;
    margin-top: 20px;
    color: #fff;
}
.error404 .common-btn a.vc_btn3:hover,
body input.wpcf7-submit:hover {
    background: #4c4c4c !important;
}
.submit-btn input.wpcf7-submit,
input.wpcf7-submit {
    line-height: 38px;
    color: #fff !important;
    margin: 0;
}
.wpcf7-form-control-wrap {
    line-height: 100%;
}
header.header {
    transition: all 0.6s;
}
.sticky_header header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 20%) 0 0 20px;
    margin-top: -40px;
    transition: all 0.7s;
}
body .nav-ul li.active a,
footer ul li.current-menu-item a {
    color: #e6b003 !important;
}
.nav-ul li.dove-siamo a {
    line-height: 36px;
    background: #e6b003;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px;
}
.nav-ul li.dove-siamo a:hover,
.nav-ul li.dove-siamo.active a {
    background: #4c4c4c;
    color: #fff !important;
}
body .nav-ul>li:last-child {
    margin-right: 0;
}
.copy-right {
    width: 100%;
    display: flex;
    align-items: center;
}
.footer-copy {
    font-size: 12px;
    color: rgb(255 255 255 / 80%);
}
.copy-right a.pro-name {
    margin-left: 4px;
}
footer form.wpcf7-form .has-focus label {
    top: 16px;
}
.no-scroll,
.no-scroll body {
    overflow: hidden;
}
.desktop-left .nv-top-bar ul#secondary-menu li a::before,
.menu-social-container ul#menu-social li a::before {
    font-size: 14px;
    font-family: 'fontawesome';
    position: absolute;
    content: "\f09a";
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    line-height: 18px;
    bottom: 0;
    margin: auto;
}
.desktop-left .nv-top-bar ul#secondary-menu li a:hover::before,
.menu-social-container ul#menu-social li a:hover::before {
    color: #e6b003;
}
.desktop-left .nv-top-bar ul#secondary-menu li:nth-child(2) a::before,
footer .menu-social-container ul#menu-social li:nth-child(2) a::before {
    content: "\f099";
}
.desktop-left .nv-top-bar ul#secondary-menu li:nth-child(3) a::before,
footer .menu-social-container ul#menu-social li:nth-child(3) a::before {
    content: "\f0e1";
}
footer .menu-social-container ul#menu-social li:nth-child(4) a {
    background: url(../images/sprite.png)no-repeat;
    background-position: 0px -427px;
}
footer .menu-social-container ul#menu-social li:nth-child(4) a:hover {
    background-position: 0px -474px;
}
footer ul.menu li a:hover,
footer.site-footer ul li a:hover,
footer a:hover {
    color: #E6B003;
}
.company-profile-section>div::before {
    position: absolute;
    content: '';
    width: 618px;
    height: 116px;
    left: auto;
    right: calc(50% - 786px);
    top: auto;
    bottom: -79px;
    background: url(../images/img.png)no-repeat;
}
.emails-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-left: 0;
}
.for-lang-wrap {
    display: flex;
    align-items: center;
}
body .transcy-switch .default-template {
    border: 0;
}
body .transcy-switch .default-template .lang-current {
    box-shadow: none;
    min-height: auto;
    padding: 0;
    background: #fff;
}
body .transcy-switch .default-template .lang-current[effect="small-shadow"]:hover {
    box-shadow: none;
}
body .transcy-switch .default-template[positon-float="Top-right"] {
    top: 67px !important;
    right: calc(50% - 751px);
    width: 100%;
    max-width: 67px;
}
body .transcy-switch .default-template .lang-target ul {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 5px 13px;
    position: relative;
    right: 45px;
}
body .transcy-switch .default-template .lang-target {
    margin-top: 6px;
    min-width: 115px;
}
body .transcy-switch .default-template .lang-target ul li .lang-flag {
    width: 30px;
    height: 30px;
    border-radius: 100px;
}
body .transcy-switch .default-template .lang-target ul li a {
    padding: 0;
}
body .transcy-switch .default-template .lang-target ul li a:hover {
    background: transparent;
}
body .transcy-switch .default-template .lang-target ul li {
    padding: 10px 10px;
}
body header .nav-ul {
    padding-right: 0px;
}
body .transcy-switch .default-template .lang-current .lang-arrow {
    width: auto;
    height: auto;
    background-image: none;
    position: relative;
    top: -4px;
    padding: 7px;
}
.transcy-switch .default-template .lang-current .lang-arrow::before {
    font-size: 14px;
    font-family: 'fontawesome';
    position: absolute;
    content: "\f107";
    color: #333;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
body .elementor-widget-tabs .elementor-tab-content a {
    pointer-events: none;
}
body.sticky_header .transcy-switch .default-template[positon-float="Top-right"] {
    top: 31px !important;
    z-index: 99;
}
.attivita-inner-section .left-img {
    min-width: 68px;
}
.cosa-column {
    position: relative;
}
.cosa-column .text-cosa-col {
    top: auto !important;
}
.cosa-column p {
    margin: 0 !important;
}
.cosa-column font>br {
    display: none;
}
html[lang="en"] font+br {
    display: none;
}
/*------
--font-family: 'Metropolis';--
*/
html div#wpadminbar {
    display: none;
}
html {
    margin: 0 !important;
}
/*****************************************************/
/* .inner-contact-detail-wrap {
    display: flex;
    justify-content: center;
}
.inner-contact-wrap {
    padding-left: 100px !important;
    bottom: -2px;
} */
.textwidget.custom-html-widget {
    text-align: center;
    margin: 6px 0px 0 0;
}
.hfg-slot.left {
    flex-direction: column-reverse;
}
.hfg_footer {
    margin-top: 20px;
    margin-bottom: 30px;
}
/*16-01-2023*/
.widget_text a:not([class]) {
    --linkdeco: none;
}
/*17-01-2023*/
.textwidget.custom-html-widget a {
    padding: 0 6px 0 12px;
}
.emails-wrap {
    max-width: 162px;
}
/*..............23-10-2023.................*/
body .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1200px;
}
.transcy-switch .default-template .lang-current {
    display: none;
}
.header-top-inner .hfg-slot.left {
    display: flex;
    align-items: flex-start;
}
.style-plain .primary-menu-ul.nav-ul {
    padding-right: 0;
}
.logo-text-wrapper .inner-contact-logo-wrap .content-logo-below-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Metropolis';
    max-width: 170px;
}
.inner-contact-detail-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px 30px;
}
footer .inner-contact-detail-wrap .inner-contact-address-wrap,
footer .inner-contact-detail-wrap .inner-contact-wrap,
footer .inner-contact-detail-wrap .inner-contact-mail-wrap {
    padding-left: 60px;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    min-height: 50px;
    width: 100%;
}
footer .inner-contact-detail-wrap .inner-contact-wrap::before {
    background-position: 14px -153px;
    margin-left: 0;
}
footer .inner-contact-detail-wrap .inner-contact-mail-wrap::before {
    background-position: 16px -213px;
    margin-left: 0;
}
footer .inner-contact-detail-wrap .content {
    max-width: 170px;
}
body footer .container {
    max-width: 905px;
}
footer .inner-contact-detail-wrap .content.address-2 {
    max-width: 200px;
}
.footer--row-inner .nv-footer-content .left {
    padding-right: 0;
}
.footer--row-inner .nv-footer-content .c-left {
    padding-right: 0;
}
.hfg-slot.c-left {
    margin-left: 5px;
}
footer .inner-contact-detail-wrap .content .adress-head {
    color: #fff;
}
/*31-10-2023*/
footer .inner-contact-detail-wrap .inner-contact-address-wrap {
	align-items: flex-start;
}


/*31-10-2023*/