* {
    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;
    margin: 0;
}

*::-moz-selection {
    color: #fff;
    background: #133d93;
}

*::selection {
    color: #fff;
    background: #133d93;
}

*::-moz-selection {
    color: #fff;
    background: #133d93;
}

*::-webkit-selection {
    color: #fff;
    background: #133d93;
}

*::-ms-selection {
    color: #fff;
    background: #133d93;
}

*::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;
}

body a:focus,
body a:hover {
    opacity: 1;
}

body footer .to-top a {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 63px;
    border-radius: 100%;
    z-index: 99;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .4);
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    scroll-behavior: smooth;
    font-size: 0;
    background: #E4312C;
    display: none;
    padding: 0 !important;
}

body footer .to-top a:before {
    content: "\f106";
    font-size: 36px;
    font-family: fontawesome;
    line-height: 45px;
    text-align: center;
    color: #133d93;
}

body footer .to-top :hover {
    background: #008C00;
    color: #FFF !important;
}

body footer .to-top a:hover:before {
    color: #FFF !important;
}

body .to-top.show a {
    display: block;
}

body footer .to-top a span.elementor-button-text {
    display: none;
}

html.no-scroll {
    overflow: hidden;
}

header.header {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.5s all ease-in-out;
    padding: 14px 0 9px;
}

body:not(.home) header.header {
    background-color: #ffffffa3;
}

header#masthead .hfe-nav-menu ul.sub-menu li a {
    line-height: 150%;
    padding-top: 8px;
    padding-bottom: 8px;
}

header#masthead .hfe-nav-menu ul.sub-menu li {
    padding: 3px 0;
}

header#masthead .hfe-nav-menu ul.sub-menu li:nth-child(n+6):nth-child(-n+10) {
    margin-left: 9px;
}

header#masthead .hfe-nav-menu ul.sub-menu li:nth-child(n+5):nth-child(-n+5) {
    border-width: 0;
}

header#masthead .hfe-nav-menu ul.sub-menu {
    margin-top: 24px;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-left: -72px;
    column-count: 2;
    width: 100%;
    right: auto !important;
    transform: none !important;
    min-width: max-content;
}

.hfe-nav-menu li.menu-item:not(:last-child) {
    margin-right: 35px;
}

header#masthead .hfe-nav-menu ul li.current-menu-item a.hfe-menu-item {
    font-weight: 600;
}

header#masthead .hfe-nav-menu ul li a.hfe-menu-item span.hfe-menu-toggle {
    border: 0;
}

ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 25%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid white;
}

header#masthead .hfe-nav-menu ul.sub-menu li.current-menu-item a::before,
header#masthead .hfe-nav-menu ul.sub-menu li>a.hfe-sub-menu-item:hover::before {
    content: '';
    width: 3px;
    height: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: #006DB6;
}

.sticky_header header.header,
body:not(.home).sticky_header header.header {
    transition: 0.5s all ease-in-out;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header#masthead .hfe-nav-menu ul.sub-menu li.current-menu-item a {
    color: #006CB6;
    background-color: #F2F9FD;
}

header .hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
header .hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: hidden !important;
}

body nav {
    width: auto !important;
}

.btn-clip-arrow a.elementor-button-link,
.fabrics-portfolio-wrap a.read-more-button {
    clip-path: polygon(0 0, 0% 545px, 100% 0);
    display: inline-flex;
    align-items: center;
}

.btn-clip-arrow a.elementor-button-link::after,
.fabrics-portfolio-wrap a.read-more-button::after {
    content: '';
    display: block;
    width: 24px;
    height: 11px;
    background-image: url(../images/arrow-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 9px;
}

.blue-line-side-multi-para,
.blue-line-side p,
.fabrics-portfolio-wrap .custom-post-content p {
    padding-left: 26px;
    position: relative;
}

.blue-line-side-multi-para::before,
.blue-line-side p::before,
.fabrics-portfolio-wrap .custom-post-content p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #006DB6;
    width: 4px;
    height: 93%;
}

.blue-line-side-multi-para::before {
    height: 96%;
}

main#content .inner-banner::before {
    background-image: linear-gradient(280deg, #CF000000 50%, #000000cf 100%);
}

main#content .inner-banner>.e-con-inner>.e-con-full .elementor-widget-heading {
    margin-top: 81px;
}

main#content .inner-banner h2.elementor-heading-title {
    font-weight: 600;
}

main#content .inner-banner .elementor-widget-text-editor {
    text-transform: capitalize;
    color: #FFFFFFBF
}

.fabrics-portfolio-wrap .custom-posts-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item:not(:last-child) {
    margin-top: 154px;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item:nth-child(2n) {
    display: flex;
    flex-direction: row;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .post-image img.wp-post-image {
    width: 100%;
    border-radius: 20px;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .post-image {
    min-width: 705px;
    width: 100%;
    min-height: 505px;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .wrap-section {
    padding-right: 87px;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item:nth-child(2n) .wrap-section,
.fabrics-section.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .wrap-section {
    padding-right: 0;
    padding-left: 130px;
}

.fabrics-section.fabrics-portfolio-wrap .custom-posts-container .custom-post-item {
    flex-direction: row;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item:hover {
    box-shadow: none;
}

.fabrics-portfolio-wrap .custom-post-item h2 a {
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.fabrics-portfolio-wrap .custom-post-item h2 {
    margin: 0;
    font-size: 30px;
    line-height: 120%;
    font-weight: 600;
}

.fabrics-portfolio-wrap .custom-post-content p {
    font-size: 18px;
    line-height: 190%;
    margin: 0;
}

.fabrics-portfolio-wrap a.read-more-button {
    border-radius: 0px 0px 0px 0px;
    padding: 0px 40px 0px 25px;
    line-height: 55px;
    background-color: transparent;
    border: 1px solid #006DB6;
    position: relative;
}

.fabrics-portfolio-wrap a.read-more-button::before {
    content: '';
    display: block;
    width: 1px;
    height: 110%;
    position: absolute;
    right: 9px;
    transform: rotate(19deg);
    background-color: #006DB6;
}

.fabrics-portfolio-wrap a.read-more-button {
    font-size: 17px;
    font-weight: 500;
    color: #006DB6;
    position: relative;
    text-transform: uppercase;
}

.fabrics-portfolio-wrap a.read-more-button::after {
    background-position: -30px 0;
}

.fabrics-portfolio-wrap a.read-more-button:hover {
    background-color: #006DB6;
    color: #FFF;
}

.fabrics-portfolio-wrap a.read-more-button:hover::after {
    background-position: 0 0;
}

.fabrics-portfolio-wrap .custom-post-item h2 {
    margin-bottom: 17px;
}

.fabrics-portfolio-wrap .custom-post-item .custom-post-content {
    margin-bottom: 28px;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .post-image {
    position: relative;
}

.fabrics-portfolio-wrap .custom-posts-container .custom-post-item img {
    z-index: 0;
    position: relative;
    border-radius: 22px;
}

/*blue*/
.circle-design::before,
.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .post-image::before {
    content: '';
    background-color: #006DB6;
    width: 123px;
    height: 123px;
    position: absolute;
    top: -60px;
    right: -60px;
    border-radius: 100px;
    z-index: 0;
    pointer-events: none;
}

/*yellow*/
.circle-design.color-yellow::before,
.fabrics-portfolio-wrap .custom-posts-container .custom-post-item:nth-child(5n+2) .post-image::before {
    background-color: #FFCE55;
    right: auto;
    left: -60px;
}

/*green*/
.circle-design.color-green::before,
.fabrics-portfolio-wrap .custom-posts-container .custom-post-item:nth-child(5n+3) .post-image::before {
    background-color: #A1D569;
}

/*purple*/
.circle-design.color-purple::before,
.fabrics-section.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .post-image::before,
.fabrics-portfolio-wrap .custom-posts-container .custom-post-item:nth-child(5n+4) .post-image::before {
    background-color: #AC92EB;
    right: auto;
    left: -60px;
}

/*red*/
.circle-design.color-red::before,
.fabrics-section.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .post-image::before,
.fabrics-portfolio-wrap .custom-posts-container .custom-post-item:nth-child(5n) .post-image::before {
    background-color: #ED5564;
}

.circle-design.img-left::before {
    left: -60px;
}

.circle-design.img-right::before {
    left: auto;
    right: -60px;
}

.vision-mission-sec .circle-design.color-purple::before {
    left: 187px;
}

.infra-sec .circle-design::before {
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}

.owl-stage .owl-item {
    float: left;
}

.testimonial-carousel .testimonial-item {
    background-color: #FFF;
    border-radius: 15px;
}

.footer-title h2.elementor-heading-title {
    position: relative;
    margin-bottom: 9px;
    padding-bottom: 13px;
}

.footer-title h2.elementor-heading-title::before {
    content: '';
    width: 36px;
    height: 1px;
    background-color: #006DB6;
    position: absolute;
    bottom: 0;
}

.subscription-mail-wrap .widget_epicwin_widget .form-field {
    position: relative;
    max-width: 290px;
    width: 100%;
}

.subscription-mail-wrap .widget_epicwin_widget .form-field label.label {
    display: none;
}

.subscription-mail-wrap .widget_epicwin_widget .form-field input#subnewsemail {
    width: 100%;
    min-height: 60px;
    padding: 0 22px 0 50px;
    font-size: 16px;
    color: #666666;
    font-family: Poppins;
    line-height: 150%;
    letter-spacing: 0.32px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 19px -136px;
}

.sub_buttons {
    width: auto;
}

.sub_buttons input#sidebar_button {
    font-size: 0;
    clip-path: polygon(0 0, 0% 218px, 100% 0);
    display: inline-flex;
    align-items: center;
    max-width: 80px;
    width: 100%;
}

.sub_buttons input#sidebar_button {
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 20px center;
}

.sub_buttons {
    width: 100%;
    max-width: 80px;
}

.sub_buttons input#sidebar_button {
    font-size: 0;
    clip-path: polygon(0 0, 0% 218px, 100% 0);
    display: inline-flex;
    align-items: center;
    max-width: inherit;
    width: 100%;
}

form#epicwin_subscription {
    display: flex;
}

.sub_buttons input#sidebar_button {
    font-size: 0;
    clip-path: polygon(0 0, 0% 218px, 100% 0);
    display: inline-flex;
    align-items: center;
    max-width: inherit;
    width: 100%;
    padding: 0;
    background-repeat: no-repeat;
}

.epic_results p.error {
    margin: 0;
    font-size: 16px;
    color: red;
    font-family: Poppins;
    font-weight: 400;
    line-height: 160%;
}

.epic_results p.success {
    border: 1px solid green;
    padding: 2px 10px;
    line-height: 120%;
    font-family: 'Poppins';
    font-size: 16px;
    text-align: center;
    color: green;
    margin-top: 10px;
}

.sub_buttons {
    position: relative;
}

.sub_buttons .loader_wrap {
    position: absolute;
    left: -21px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.left-icon {
    padding-left: 32px;
    position: relative;
}

.left-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 28px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
}

.phone-wrap.left-icon::before {
    top: 1px;
    background-position: 0px -47px;
}

.email-wrap.left-icon::before {
    top: 9px;
    background-position: 0 -96px;
}

footer#colophon .phone-wrap a {
    font-weight: 600;
    font-size: 20px;
}

footer#colophon .footer-menu nav ul.sub-menu {
    overflow: auto;
    max-height: 200px;
    position: absolute !important;
    top: 100%;
    left: 0 !important;
    background-color: #fff;
    border-radius: 10px;
}

footer#colophon .footer-menu nav ul.sub-menu li a {
    font-size: 17px;
    line-height: 22px;
    color: #000;
}

footer#colophon .footer-menu nav ul li a.hfe-sub-menu-item.hfe-sub-menu-item-active,
footer#colophon .footer-menu nav ul li a.hfe-sub-menu-item:hover {
    color: #006db6 !important;
}

.testimonial .owl-stage-outer {
    overflow: hidden;
    padding: 15px 0;
}

.testimonial-carousel .testimonial-item {
    box-shadow: 0 0 17px 3px #00000017;
    background-color: #FFF;
    border-radius: 15px;
    padding: 33px 40px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
}

.testimonial-stars {
    color: #FFBF00;
    text-align: center;
    margin-bottom: 8px;
}

.testimonial-stars span.star {
    font-size: 22px;
    padding: 0 1px;
}

.testimonial-content {
    font-size: 18px;
    color: #333333;
    font-family: 'Poppins';
    line-height: 160%;
    text-align: center;
    font-weight: 400;
    font-style: italic;
}

h3.testimonial-title {
    order: 3;
    margin: 21px 0 0;
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 120%;
    letter-spacing: 0.20px;
    font-weight: 600;
}

main#content .owl-nav button {
    width: 46px;
    height: 46px;
    padding: 0;
    line-height: 46px;
    border-radius: 50px;
    background-color: #CCCCCC;
    color: #FFF;
}

main#content .owl-nav button:hover {
    background-color: #006DB6;
}

main#content .owl-nav button span {
    font-size: 0;
}

main#content .owl-nav button::before {
    content: '\f104';
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 300;
    line-height: 134%;
}

main#content .owl-nav button.owl-next::before {
    content: '\f105';
}

main#content .owl-nav {
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    bottom: 0;
    height: max-content;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

main#content .owl-nav button.owl-prev {
    margin-left: -109px;
}

main#content .owl-nav button.owl-next {
    margin-right: -109px;
}

.owl-dots {
    text-align: center;
    margin-top: 36px;
}

main#content .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50px;
    background-color: #CCCCCC;
}

main#content .owl-dots button.owl-dot.active {
    background-color: #006DB6;
}

main#content .owl-dots button.owl-dot:not(:last-child) {
    margin-right: 10px;
}

.link-a a:hover {
    color: #006DB6 !important;
}

input#subnewsemail.error,
input#subnewsemail.news_error {
    border: 1px solid red;
}

header#masthead .phone-num h3 a {
    font-weight: 600;
    font-size: 20px;
}

header#masthead .mail h3 a {
    font-weight: 500;
}

.sub-arrow {
    padding-top: 3px;
}

.Breadcrumb-wrap span.hfe-breadcrumbs-separator-text::before,
.Breadcrumb-wrap span.hfe-breadcrumbs-separator-text::after,
.hfe-breadcrumbs span.hfe-breadcrumbs-separator-text::before,
.hfe-breadcrumbs span.hfe-breadcrumbs-separator-text::after {
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 200;
    line-height: 100%;
    width: auto;
    height: auto;
    color: #333;
}

.Breadcrumb-wrap span.hfe-breadcrumbs-separator-text::before,
.Breadcrumb-wrap span.hfe-breadcrumbs-separator-text::after,
.hfe-breadcrumbs span.hfe-breadcrumbs-separator-text::before,
.hfe-breadcrumbs span.hfe-breadcrumbs-separator-text::after {
    content: "\f105 ";
}

.Breadcrumb-wrap span.hfe-breadcrumbs-separator-text::before,
.hfe-breadcrumbs span.hfe-breadcrumbs-separator-text::before {
    content: "\f105";
    margin-right: -3px;
    color: #333333a1;
    display: inline-block;
}

.elementor-widget-hfe-breadcrumbs-widget ul.hfe-breadcrumbs {
    margin: 0;
}

.hfe-breadcrumbs span.hfe-breadcrumbs-separator-text,
.Breadcrumb-wrap span.hfe-breadcrumbs-separator-text {
    font-size: 0;
}

main#content .hfe-breadcrumbs>li,
.Breadcrumb-wrap li {
    margin-top: 0;
}

main#content .hfe-breadcrumbs>li,
.Breadcrumb-wrap li {
    margin-right: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

main#content .hfe-breadcrumbs>li.hfe-breadcrumbs-separator {
    line-height: normal;
    display: inline-flex;
}

span.hfe-breadcrumbs-home-icon {
    margin: 0;
}

main#content .hfe-breadcrumbs li.hfe-breadcrumbs-last span,
main#content .Breadcrumb-wrap li.hfe-breadcrumbs-last span {
    font-weight: 500;
    color: #006DB6;
    font-size: 18px;
}

.top-check-icon {
    border-radius: 60px;
    right: 0;
    width: max-content;
    margin: auto;
}

main#content .container.single-page-container {
    padding: 0;
    max-width: 100%;
}

main#content .container.single-page-container .nv-page-title-wrap.nv-big-title {
    display: none;
}

.owner-name-section ul.elementor-icon-list-items {
    max-width: 928px;
    width: 100%;
    margin: auto;
    background-color: #006DB6;
    border-radius: 15px;
}

.owner-name-section ul.elementor-icon-list-items li span.elementor-icon-list-text {
    color: #ffffffd4;
    font-weight: 600;
    display: flex;
    width: 100%;
}

.owner-name-section ul.elementor-icon-list-items li span.elementor-icon-list-text span {
    display: block;
    width: 100%;
    padding-left: 34px;
}

.owner-name-section ul.elementor-icon-list-items li span.elementor-icon-list-text>span:last-child {
    font-weight: 400;
    color: #ffffffb8;
    padding-left: 50px;
}

.owner-name-section ul.elementor-icon-list-items li span.elementor-icon-list-text span.title {
    border-right: 1px solid #004370a8;
    max-width: 318px;
}

.owner-name-section ul.elementor-icon-list-items li span.elementor-icon-list-text span {
    padding-bottom: 10px;
    padding-top: 10px;
}

.owner-name-section ul.elementor-icon-list-items li:not(:last-child) {
    border-bottom: 1px solid #004370;
}

.owner-name-section ul.elementor-icon-list-items li:first-child span.elementor-icon-list-text span {
    padding-top: 22px;
}

.owner-name-section ul.elementor-icon-list-items li:last-child span.elementor-icon-list-text span {
    padding-bottom: 18px;
}

/*09-09-2025*/

.fabrics-section.fabrics-portfolio-wrap .custom-post-item h2 {
    margin-bottom: 53px;
    font-weight: 400;
    position: relative;
}

.fabrics-section.fabrics-portfolio-wrap .custom-post-item h2::before {
    content: "";
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 107px;
    height: 32px;
    position: absolute;
    background-image: url('../images/title-bottom-line.png');
    background-repeat: no-repeat;
}

.fabrics-section.fabrics-portfolio-wrap .custom-post-item h2 {
    font-size: 36px;
}

html body.elementor-page .wrapper {
    overflow: hidden;
}

.enquiry-form-wrap .wpcf7 {
    background-color: #EBEFF2;
    border-radius: 14px;
    max-width: 1020px;
    width: 100%;
    margin: auto;
    padding: 48px 45px;
}

.enquiry-form-wrap .wpcf7 form .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.enquiry-form-wrap .wpcf7 form .wrap>div {
    max-width: 48.5%;
    width: 100%;
}

.enquiry-form-wrap .wpcf7 form .wrap>div span.wpcf7-form-control-wrap {
    width: 100%;
}

.enquiry-form-wrap .wpcf7 form .wrap>div span.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    min-height: 60px;
    padding: 0 20px 0 58px;
    border-radius: 5px;
    border: 0;
}

.message span.wpcf7-form-control-wrap {
    width: 100%;
}

main#content .message textarea {
    width: 100%;
    height: 154px;
    resize: none;
    padding: 19px 20px 20px 58px;
    border-radius: 6px;
    box-shadow: none;
    display: flex;
}

main#content .wpcf7-not-valid:not(.g-recaptcha) {
    border: 1px solid red;
}

.wpcf7-not-valid.g-recaptcha>div {
    border: 1px solid red;
    border-radius: 4px;
}

form .wpcf7-not-valid-tip {
    color: red;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: normal;
}

.enquiry-form-wrap .wpcf7 form .wrap>div span.wpcf7-form-control-wrap select.wpcf7-form-control {
    padding: 0 20px;
    box-shadow: none;
}

.enquiry-form-wrap .wpcf7 form div>p {
    margin-bottom: 12px;
}

.enquiry-form-wrap .wpcf7 form div.submit p {
    margin: 0;
}

.enquiry-form-wrap .wpcf7 form div.message p {
    margin-bottom: 18px;
}

.enquiry-form-wrap .wpcf7 form div.submit p input.wpcf7-form-control.wpcf7-submit {
    padding: 0 112px 0 50px;
    clip-path: polygon(0 0, 0% 460px, 100% 0);
    display: inline-flex;
    align-items: center;
    max-width: inherit;
    background-image: url(../images/btn-arrow-bold.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 65% center;
    min-height: 60px;
}

.enquiry-form-wrap .wpcf7 form div.submit p input.wpcf7-form-control.wpcf7-submit {
    font-family: 'POPPINS';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.enquiry-form-wrap .wpcf7 form div.submit {
    margin-top: 49px;
}

.enquiry-form-wrap .wpcf7 form div.submit>p {
    text-align: center;
    position: relative;
    max-width: max-content;
    margin: auto;
}

.enquiry-form-wrap .wpcf7 form div.submit>p span.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.enquiry-form-wrap .wpcf7 form .wrap>div span.wpcf7-form-control-wrap .wpcf7-form-control,
.message textarea,
.enquiry-form-wrap .wpcf7 form p label {
    font-size: 16px;
    font-family: Poppins;
    color: #000000a1;
    line-height: 190%;
    font-weight: 400;
}

.enquiry-form-wrap .wpcf7 form p label {
    line-height: normal;
    font-size: 18px;
}

textarea::-webkit-input-placeholder {
    color: #000000a1;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #000000a1;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #000000a1;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #000000a1;
    opacity: 1;
}

textarea::placeholder {
    color: #000000a1;
    opacity: 1;
}

html body form input::-webkit-input-placeholder {
    color: #000000a1;
    opacity: 1;
}

html body form input:-moz-placeholder {
    color: #000000a1;
    opacity: 1;
}

html body form input::-moz-placeholder {
    color: #000000a1;
    opacity: 1;
}

html body form input::placeholder {
    color: #000000a1;
    opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    text-align: center;
    line-height: 120%;
    padding: 4px 15px;
    margin: 20px 0 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid red;
    color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid green;
    color: green;
}

.enquiry-form-wrap .wpcf7 form .wrap>div span.wpcf7-form-control-wrap::before,
.message span.wpcf7-form-control-wrap::before {
    background-image: url(../images/user-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    content: '';
    position: absolute;
    width: 27px;
    height: 22px;
    top: 18px;
    left: 19px;
}

.enquiry-form-wrap .wpcf7 form .wrap>div.email span.wpcf7-form-control-wrap::before {
    background-image: url(../images/email-icon.png);
}

.enquiry-form-wrap .wpcf7 form .wrap>div.phone:first-child span.wpcf7-form-control-wrap::before {
    background-image: url(../images/phone-icon.png);
}

.message span.wpcf7-form-control-wrap::before {
    background-image: url(../images/message-icon.png);
    top: 25px;
}

.enquiry-form-wrap .wpcf7 form .wrap>div.phone:last-child .wpcf7-form-control-wrap::before {
    content: '\f107 ';
    font-family: 'FontAwesome';
    color: #050c1970;
    font-size: 25px;
    line-height: normal;
    background-image: none;
    background-position: 0 0;
    right: 15px;
    left: auto;
    width: 16px;
    height: 10px;
}

.contact-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.contact-box-wraper::after {
    content: '';
    bottom: -17px;
    position: absolute;
    width: 100%;
    max-width: 387px;
    height: 170px;
    background-color: #143A74;
    margin: auto;
    left: 0;
    right: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 50% 100%, 0% 45%);
    z-index: -1;
}

main#content .contact-box-wrap .link-20 a {
    font-size: 20px;
    color: #000000c2;
    line-height: 190%;
}

main#content .contact-box-wrap .link-20 a:hover {
    color: #2f5aae;
}

.hfe-breadcrumbs .hfe-breadcrumbs-item:nth-child(3) a {
    pointer-events: none;
    cursor: default;
    color: #000;
    text-decoration: none;
}

.fabrics-section.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .post-image {
    min-height: auto;
    max-height: 400px;
    min-width: 600px;
    max-width: 600px;
}

.fabrics-section.fabrics-portfolio-wrap .custom-posts-container .custom-post-item .post-image .wp-post-image {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.blue-line-side-multi-para::before,
.fabrics-portfolio-wrap .custom-post-content p:before {
    left: 2px;
}

body:not(.home) header.header .header-section .e-con-inner {
    max-width: 1440px;
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: "\f078";
}

.recaptcha {
    display: table;
    margin: 0 auto;
}