@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --brand-color-theme-1: #38619f;
    --brand-color-theme-2: #4a4b49;
    --brand-color-theme-3: #ffe600;
}

#nav-up {
    display: none;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: var(--brand-color-theme-1);
    color: white;
    border: 1px solid var(--brand-color-theme-1);
    outline: none;
    transition: all .5s ease-in-out linear !important;
}

#nav-up i {
    display: block;
}

#nav-up label {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    text-transform: uppercase;
    opacity: 0;
    transition: all .5s ease-in-out linear;
}

#nav-up:hover label {
    opacity: 1;
    color: var(--brand-color-theme-1);
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var(--brand-color-theme-1);
    height: 80px;
}

body {
    padding-top: 0 !important;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p,
ul li {
    color: #000;
    font-size: 1.05rem;
}

span {
    font-size: 1.05rem;
}

a {
    font-size: 1.05rem;
}

img {
    width: 100%;
}

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    color: #fff;
    padding: 20px 38px;
    transition: 0.35s;
    position: relative;
    background-color: transparent;
    display: inline-block;
    margin-top: 15px;
    z-index: 9;
}

.fForm .buttons input {
    color: var(--brand-color-theme-1);
    border: 2px solid var(--brand-color-theme-1);
    background-image: linear-gradient(95deg, var(--brand-color-theme-1), var(--brand-color-theme-1));
    background-size: 0;
    background-repeat: no-repeat;
    background-position: top left;
    transition: all linear .3s;
}

.fForm .buttons input:hover {
    background-size: 100%;
    color: white;
}

a.fButton::before,
.fbutton-btn a::before,
.fForm .buttons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(100deg, var(--brand-color-theme-1), var(--brand-color-theme-1));
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

a.fButton:hover::before,
.fbutton-btn a:hover::before,
.fForm .buttons a:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

a.fButton::after,
.fbutton-btn a::after,
.fForm .buttons a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

a.fButton:hover::after,
.fbutton-btn a:hover::after,
.fForm .buttons a:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent;
    border: 2px solid var(--brand-color-theme-1);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

a.fButton:hover,
.fbutton-btn a:hover {
    color: var(--brand-color-theme-1);
    box-shadow: none;
    background-color: white;
}

.ItemfinnerGallery {
    position: relative;
}

.fPageTitle {
    position: relative;
    background-color: var(--brand-color-theme-1);
    background-image: url("https://storage.unitedwebnetwork.com/files/1158/04face3eb535a91f8c9233525097b8d5.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 2rem 15px 2rem 15px;
}

.fPageTitle h1 {
    font-weight: 700;
    text-align: start;
    font-size: 1.6rem;
}

.fPageTitle h1 a {
    position: relative;
    color: white;
    font-size: 1.6rem;
    text-transform: capitalize;
    &:hover {
        color: var(--brand-color-theme-3);
    }
}

.fPageTitle h1 a::before {
    content: "/";
    position: relative;
    margin-right: 5px;
    font-size: 1.2rem;
    text-decoration: none;
    color: white;
    margin-left: 5px;
}


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

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.fForm .buttons {
    padding: 0;
}

.fForm .form-heading {
    font-weight: 300;
    margin-top: 0;
    padding: 0 0 7px;
}

.fForm input,
.fForm select,
.fForm textarea {
    padding: 0.85rem 10px;
    width: 100%;
}

.fForm .buttons a {
    background: #fff;
    color: var(--brand-color-theme-1);
}

.fForm .buttons a:hover {
    background-color: var(--brand-color-theme-1);
    color: #fff;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: #333;
    font-weight: 500;
}

.fForm .hint a:hover {
    color: var(--brand-color-theme-1);
}

.row {
    margin: 0;
}

.path-home- .f-module-title h3 {
    background-color: var(--brand-color-theme-1);
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 400px;
    color: white;
}

.path-home- .f-module-title h3 span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 15px;
    line-height: 22px;
    text-transform: capitalize;
}


/* swiper js  */

.swiper {
    width: 100%;
    height: 100%;
}


/* popup message */

#f-messages .item {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


/* popup message  */


/* footer start here */

footer#fFooter {
    background-color: var(--brand-color-theme-2);
    /* background-image: url("https://storage.unitedwebnetwork.com/files/1158/d16bef2031acde37fdf75aae044103a4.webp"); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

footer#fFooter .f-module-title h3 {
    background-color: transparent;
    padding: 0;
    width: auto;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

footer#fFooter ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

footer#fFooter ul {
    display: flex;
    justify-content: center;
}

footer#fFooter ul li {
    margin-left: 0;
    padding: 10px;
    margin: 0;
    list-style-type: none;
}

footer#fFooter ul li a {
    color: white;
}

footer#fFooter ul.social li a {
    color: white;
    display: flex;
    justify-content: center;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    transition: all .3s linear;
}

footer#fFooter ul.social li a:hover {
    background-color: var(--brand-color-theme-3);
    color: var(--brand-color-theme-2);
    border-color: var(--brand-color-theme-3);
}

footer#fFooter .copy {
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
    color: white;
    padding: 10px 5px 20px 5px;
}

footer#fFooter .copy a {
    color: var(--brand-color-theme-3);
    font-weight: 500;
}


/* footer ends here */


/* header start here*/

header {
    position: sticky;
    top: -1px;
    width: 100%;
    z-index: 9999;
    transition: linear all .3s;
    background-color: var(--brand-color-theme-2);
}

header .main-menu-slide {
    padding: 0 12px;
}

header .main-menu-slide nav {
    padding: 0;
}

header .main-menu-slide .fMenu {
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
}

header .main-menu-slide .fMenu>li {
    margin: 0 0 0 0;
    display: block;
    border-right: 1px solid #656565;
    width: 14.25%;
    text-align: center;
}

header .main-menu-slide .fMenu>li:first-child {
    border-left: 1px solid #656565;
}

header .main-menu-slide .fMenu>li>a {
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    color: #f4f4f4;
    font-size: 1rem;
    padding: 12px 0px 12px 0px;
    display: block;
    position: relative;
}

header .main-menu-slide .fMenu li.has-submenu ul li a {
    text-align: start;
    font-weight: normal;
}

header .main-menu-slide .fMenu>li.has-submenu>a::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    background-color: white;
    transition: linear .1s all;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

header .main-menu-slide .fMenu>li>a::before {
    content: "";
    position: absolute;
    bottom: -3.5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--brand-color-theme-3);
    opacity: 0;
    transition: linear .1s all;
}

header .main-menu-slide .fMenu>li>a:hover::before,
header .main-menu-slide .fMenu>li.selected>a::before {
    opacity: 1;
}

header.active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.fheaderToptwo {
    padding: 15px 10px;
}

.fheaderToptwo .f-logo a {
    display: block;
    width: 300px;
    max-width: 100%;
}

.fheaderToptwo .second-top .item {
    display: flex;
    justify-content: end;
    place-items: center;
}

.fheaderToptwo .second-top .item a.fButton {
    margin-top: 0;
}

.fheaderToptwo .second-top .item .text {
    display: flex;
    padding-right: 35px;
}

.fheaderToptwo .second-top .item .text i {
    position: relative;
    top: 5px;
    font-size: 1.7rem;
    color: var(--brand-color-theme-1);
}

.fheaderToptwo .second-top .item .text label {
    padding: 0 15px;
}

.fheaderToptwo .second-top .item .text label a {
    font-size: 13px;
    color: #6e6e6e;
}

.fheaderToptwo .second-top .item .text label b {
    display: block;
    font-size: 1rem;
    color: var(--brand-color-theme-1);
}


/* header ends here */


/* banner start here */

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    object-fit: cover;
    object-position: top center;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    place-items: center;
    justify-content: start;
    background-color: rgba(0, 0, 0, 0.1);
}

.f-banner .bx-wrapper .bx-default-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.f-banner .bx-wrapper .bx-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px;
}

.f-banner .bx-wrapper .bx-controls-direction a.bx-next {
    left: 0px;
    right: unset;
    opacity: 0;
    transition: all .5s linear;
}

.f-banner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 25px;
    opacity: 0;
    transition: all .5s linear;
}

.f-banner:hover .bx-wrapper .bx-controls-direction a.bx-next {
    left: 100px;
    opacity: 1;
}

.f-banner:hover .bx-wrapper .bx-controls-direction a.bx-prev {
    opacity: 1;
}

.f-banner .bx-wrapper .bx-controls-direction a.bx-next,
.f-banner .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 60px;
    height: 40px;
    border-radius: 0;
    background-color: var(--brand-color-theme-1);
    background-image: none;
}

.f-banner .bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url("https://storage.unitedwebnetwork.com/files/1158/5675d8467a51b51e116a75315b78318e.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.f-banner .bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url("https://storage.unitedwebnetwork.com/files/1158/1c7bf85a4179283f3b5c90a802616d3a.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item {
    width: 600px;
    max-width: 90%;
    padding: 40px 50px;
    margin: 0;
    background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-size: cover;
    position: relative;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 80%;
    bottom: 0;
    left: 0;
    background-color: #00000079;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 25%;
    top: 0;
    left: 0;
    background-color: var(--brand-color-theme-3);
    transition: all linear .5s;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item:hover::after {
    height: 100%;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item span {
    color: var(--brand-color-theme-3);
    font-weight: 600;
    font-size: 1.2rem;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item h1 {
    line-height: 50px;
    font-weight: 700;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item h1 a {
    font-size: 50px;
    color: white;
}

.f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item-text p {
    margin: 0 0 10px 0;
    line-height: 1.6rem;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
}


/* banner ends here */


/* about section start here */

.about-home-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    border-bottom: 5px solid var(--brand-color-theme-1);
}

.about-home-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 250px;
    height: 319px;
    background-image: url(https://storage.unitedwebnetwork.com/files/1158/686303353e97553229f48d3575ee73f3.png);
    background-position: bottom right;
    z-index: 99;
}

.about-home-container .f-about-text .f-module-title h3 {
    line-height: 1.1em;
    font-weight: 700;
    color: #222;
    font-size: 39px;
    background-color: transparent;
    width: auto;
    padding: 0;
}

.about-home-container .f-about-text {
    padding: 5%;
    padding-left: 10%;
    position: relative;
}

.about-home-container .f-about-text div.text {
    position: relative;
}

.about-home-container .f-about-text div.text::before {
    content: "";
    position: absolute;
    left: -8%;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: var(--brand-color-theme-1);
}

.about-home-container .f-about-image {
    padding: 5%;
}

.about-home-container .f-about-image .ItemfinnerGallery .fGalleryImage {
    display: block;
    position: relative;
}

.about-home-container .f-about-image .ItemfinnerGallery .fGalleryImage::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50px;
    width: 350px;
    height: 400px;
    background-image: url(https://storage.unitedwebnetwork.com/files/1158/686303353e97553229f48d3575ee73f3.png);
    background-position: bottom right;
}

.about-home-container .f-about-image .ItemfinnerGallery .fGalleryImage img {
    width: 350px;
    max-width: 100%;
    margin-left: 10px;
    position: relative;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    z-index: 9;
}

.images-map {
    position: relative;
}

.images-map>div {
    transition: all .3s;
}

.images-map>div>img {
    visibility: hidden;
    width: 100%;
    max-width: 100%;
}

.images-map>div.image-div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 12px;
}

.images-map>.image-main {
    position: relative;
    left: 0;
    top: 0;
}

.images-map>.image-main>img {
    visibility: visible;
}

.text-main .text {
    padding: 12px;
}

.text-main .text div.item {
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    padding: 2.5rem 1rem 1rem 1rem;
    transition: all .3s;
    &:hover {
        scale: 1.08;
    }
}

.text-main .text div.item div.title {
    padding: 7px 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
}

.text-main .text div.item p {
    font-size: 1rem;
}

.text-main .text.text-red div.item div.title {
    background-color: #fb2321;
    color: white;
}

.text-main .text.text-pink div.item div.title {
    background-color: #f90dfb;
    color: white;
}

.text-main .text.text-blue div.item div.title {
    background-color: #2a2bfc;
    color: white;
}

.text-main .text.text-green div.item div.title {
    background-color: #0d9c23;
    color: white;
}


/* about section ends here */


/* indusrtial corridors starts here*/

.f-industrial-corridors {
    background-color: #f2f2f2;
    padding-top: 0 !important;
    padding-bottom: 4rem !important;
}

.f-industrial-corridors>.container>.container {
    padding: 0 !important;
}

.f-industrial-corridors::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50%;
    height: 40%;
    background-image: url(https://storage.unitedwebnetwork.com/files/1158/686303353e97553229f48d3575ee73f3.png);
    background-position: bottom right;
}

.f-industrial-corridors::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 50%;
    height: 40%;
    background-image: url(https://storage.unitedwebnetwork.com/files/1158/686303353e97553229f48d3575ee73f3.png);
    background-position: bottom right;
}

.f-industrial-corridors .container {
    position: relative;
    z-index: 9;
}

.f-industrial-corridors .f-module-title h3 {
    margin-top: 0;
    margin-bottom: 4rem;
    margin-left: 12px;
}

.f-industrial-corridors .fGalleryItem {
    padding: 12px;
}

.f-industrial-corridors .fGalleryItem .fGalleryImage img {
    object-fit: cover;
}

.f-industrial-corridors .fGalleryItem .fGalleryText {
    width: 100%;
    height: max-content;
    position: absolute;
    left: 0;
    bottom: 0;
}

.f-industrial-corridors .fGalleryItem .fGalleryText a {
    color: white;
    font-size: 20px;
    font-weight: 600;
    display: block;
    background-color: #00000086;
    padding: 15px;
}


/* industrial corridors ends here */


/* projects start here */

.f-projects {
    background-color: var(--brand-color-theme-2);
    position: relative;
}

.f-projects .f-module-title h3 {
    margin-top: 0;
    margin-left: 12px;
    margin-bottom: 4rem;
    max-width: 100%;
}

.f-projects>.container>.container {
    padding: 0 !important;
}

.f-projects .f-list-item,
.f-projects .fGalleryItem {
    padding: 12px;
}

.f-projects .f-list-item .f-list-item-container,
.f-projects .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background-color: white;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 26%);
    transition: all .3s ease-in-out;
}

.f-projects .f-list-item .f-list-item-container:hover,
.f-projects .fGalleryItem .ItemfinnerGallery:hover {
    scale: 1.05;
    box-shadow: 0 0 10px 0 rgb(255 255 255 / 26%);
    transition: all .3s ease-in-out;
}

.f-projects .f-list-item .f-list-item-container .f-list-item-title,
.f-projects .fGalleryItem .ItemfinnerGallery .fGalleryText {
    padding: 20px 20px;
    position: relative;
}

.f-projects .f-list-item .f-list-item-container .f-list-item-title::before,
.f-projects .fGalleryItem .ItemfinnerGallery .fGalleryText::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 25px;
    background-color: var(--brand-color-theme-1);
}

.f-projects .f-list-item .f-list-item-container .f-list-item-title a,
.f-projects .fGalleryItem .ItemfinnerGallery .fGalleryText h5 {
    color: var(--brand-color-theme-2);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.f-projects .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
}


/* projects ends here */


/* invest smart start here */

.f-invest-smart {
    padding: 5rem 10% !important;
}

.f-invest-smart .item {
    height: 100%;
}

.f-invest-smart .item.item-img img {
    height: 600px;
    object-fit: cover;
}

.f-invest-smart .row {
    margin: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
}

.f-invest-smart .row .col-12 {
    padding: 0;
}

.f-invest-smart .item.item-text {
    position: absolute;
    width: 600px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 60px;
    height: fit-content;
    background-color: var(--brand-color-theme-1);
}

.f-invest-smart .item.item-text::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 20px;
    width: 50px;
    height: 70%;
    background-image: url(https://storage.unitedwebnetwork.com/files/1158/686303353e97553229f48d3575ee73f3.png);
    background-position: bottom right;
}

.f-invest-smart .item.item-text h2 {
    color: white;
    font-weight: 800;
    font-size: 35px;
}

.f-invest-smart .item.item-text h2 span {
    display: block;
    font-size: 35px;
}

.f-invest-smart .item.item-text p {
    color: white;
}


/* invest smart ends here */


/*****Submit land information form*****/

.f-land-info-form {
    position: relative;
}

.f-land-info-form::before {
    content: "";
    position: absolute;
    inset: 50% 0 0 0;
    background: #4a4b49;
    z-index: -1;
}

.f-land-info-form form {
    padding: 2rem;
    border: 5px solid var(--brand-color-theme-1);
    border-radius: 1rem;
    width: 100%;
    margin: auto;
    background: #fff;
}

.f-land-info-form form .buttons {
    padding-left: 12px;
}

.f-land-info-form form .buttons input {
    padding: 1rem 2rem;
}

.f-land-info-form .f-module-title h3 {
    background-color: unset;
    padding: .2rem 0;
    text-align: center;
    font-weight: 600;
    width: fit-content;
    margin: .75rem auto;
    position: relative;
    color: #000;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.f-land-info-form .f-module-title h3::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    height: 3px;
    width: 3rem;
    background-color: white;
    z-index: 1;
}

.f-land-info-form .f-module-title h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 5px;
    width: 100%;
    background-color: var(--brand-color-theme-1)
}


/*****Upcoming Events*****/

.f-upcoming-event .f-list .owl-stage,
.f-upcoming-event .f-list .owl-stage>* {
    display: flex;
}

.f-upcoming-event .f-list .f-list-item {
    padding: 1rem;
    display: grid;
}

.f-upcoming-event .f-list .f-list-item .f-list-item-container {
    padding: 1rem;
    display: grid;
    box-shadow: 0 0 8px 0 #888;
}

.f-upcoming-event .f-list .f-list-item .f-list-item-teaser-image {
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--brand-color-theme-1);
    margin-bottom: 1rem;
}

.f-upcoming-event .f-list .f-list-item .f-list-item-teaser-image img {
    aspect-ratio: 3/2;
    object-fit: contain;
}

.f-upcoming-event .f-list .f-list-item .f-list-item-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--brand-color-theme-1);
}

.f-upcoming-event .f-list .f-list-item .f-list-item-subtitle {
    text-align: right;
    font-size: 0.89rem;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 0.5rem;
    order: -1;
}


/****Land type****/

.f-land-parcels table {
    border-collapse: unset;
    border-spacing: 0 1rem;
}

.f-land-parcels table tr {
    border: 1px solid #444;
}

.f-land-parcels table tr:first-child {
    color: #fff;
    background: var(--brand-color-theme-1);
}

.f-land-parcels table tr:not(:first-child) td:nth-child(3n-2) {
    background: #d4e5ff;
}

.f-land-parcels table tr:not(:first-child) td:nth-child(3n-1) {
    background: #eee;
}

.f-land-parcels table tr:not(:first-child) td:nth-child(3n) {
    background: #fff9c7;
}

.f-land-parcels table tr td {
    padding: 0.5rem 1rem;
}


/******Inner table******/

.content-type-34558 table {
    width: 100%;
}

.content-type-34558 table tr:first-child {
    color: #fff;
    background: var(--brand-color-theme-1);
}

.content-type-34558 table tr:nth-child(2n+3) {
    background: #eee;
}

.content-type-34558 table tr td {
    padding: 0.75rem 1rem;
    border: 1px solid #444;
}


/**** Resource Page start here *****/

.f-docs ul li {
    list-style: none;
    padding: 1rem 0;
    margin: 0;
}

.f-docs ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.f-docs ul li>* {
    margin: 0.5rem 0;
}

.f-docs ul li>span {
    font-size: 0.8rem;
}

.f-docs ul li a {
    display: flex;
    align-items: center;
}

.f-docs ul li a::before {
    content: "";
    background: url('https://storage.unitedwebnetwork.com/files/1214/56a8aba9ca6c1fceeeccb282eda45d8a.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 3rem;
    height: 3rem;
    display: block;
    margin-right: 0.5rem;
}

.f-docs ul li img {
    width: 3rem;
}

.f-normal-text-box .f-module-title h3,
.f-new-heading .f-module-title h3 {
    text-align: center;
    font-weight: 600;
    width: fit-content;
    margin: .75rem auto;
    position: relative;
}

.f-normal-text-box .f-module-title h3::after,
.f-new-heading .f-module-title h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 5px;
    width: 100%;
    background-color: var(--brand-color-theme-1);
}

.f-normal-text-box .f-module-title h3::before,
.f-new-heading .f-module-title h3::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    height: 3px;
    width: 3rem;
    background-color: white;
    z-index: 1;
}

.f-normal-text-box div.col-12,
.f-normal-text-box div.col-icons {
    padding: 12px 12px;
}

.f-normal-text-box div.col-12 div.item,
.f-normal-text-box div.col-icons div.item {
    height: 100%;
    padding: 1rem;
    border: 1px solid #dedede;
    border-top: 5px solid var(--brand-color-theme-1);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .3s;
    position: relative;
    &:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background-color: #f7f7f7;
    }
}

.f-normal-text-box div.col-12 div.item.number-box {
    padding-right: 4.5rem;
    text-align: justify;
}

.f-normal-text-box div.col-12 div.item div.num {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 4rem;
    color: #000;
    opacity: .2;
    font-weight: 600;
}

.f-normal-text-box div.col-icons div.item img {
    width: 40px;
}

.f-normal-text-box div.col-icons div.item span.icon {
    border: 1px solid var(--brand-color-theme-1);
    display: inline-block;
}

.f-normal-text-box.f-objective div.col-icons div.item:hover {
    background-color: var(--brand-color-theme-1);
    border-top: 5px solid var(--brand-color-theme-3);
    scale: 1.09;
    p {
        color: white;
    }
    span.icon img {
        filter: brightness(0) invert(1);
    }
}

.f-normal-text-box.f-objective div.col-icons div.item:hover span.icon {
    border-color: #dedede;
}

.f-normal-text-box div.col-icons div.item span.icon img {
    width: 75px;
    filter: drop-shadow(.5px 0.5px .5px var(--brand-color-theme-1));
}

.f-normal-text-box div.col-icons div.item p {
    font-size: 1.2rem;
    color: #000;
}

.f-copright>.f-module-title h3 {
    margin-bottom: 0;
}

.f-donwload-pdf .fGalleryItem {
    padding: 12px;
    .ItemfinnerGallery {
        border-bottom: 1px solid #dedede;
        height: 100%;
    }
}

.f-donwload-pdf .fGalleryImage {
    display: none;
}

.f-donwload-pdf .fGalleryText h3 {
    margin-bottom: .5rem;
    margin-top: 0;
    line-height: 1em;
}

.f-donwload-pdf .fGalleryText h3>a {
    color: var(--brand-color-theme-2);
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.1em;
}

.f-donwload-pdf .fGalleryText a.download-pdf {
    position: relative;
    color: var(--brand-color-theme-1);
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.f-donwload-pdf .fGalleryText a.download-pdf::before {
    content: "";
    background-image: url("https://storage.unitedwebnetwork.com/files/1214/56a8aba9ca6c1fceeeccb282eda45d8a.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}


/***** Resource Page end here *****/


/* inner page content starts here */

body.content-type-34558 {
    background-color: #f6f8fb;
}

body.content-type-34558 .inner-page-content-district {
    background-color: white;
    padding: 20px !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    position: relative;
    top: 1rem;
    &:hover {
        transition: all .5s;
        top: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}

body.content-type-34558 .inner-page-content-district .heading-inr-page {
    font-size: 1.55rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    position: relative;
    padding-left: 10px;
    margin-top: 0;
    width: fit-content;
    transition: all .5s;
    padding-right: 10px;
    span {
        position: relative;
        z-index: 9;
        font-size: unset;
    }
}

body.content-type-34558 .inner-page-content-district p,
body.content-type-34558 .inner-page-content-district li,
body.content-type-34558 .inner-page-content-district span,
body.content-type-34558 .inner-page-content-district a {
    b,
    strong {
        font-weight: 600;
    }
}

body.content-type-34558 .inner-page-content-district:hover .heading-inr-page {
    color: white;
}

body.content-type-34558 .inner-page-content-district .heading-inr-page::before {
    width: 5px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--brand-color-theme-1);
    transition: all .5s;
}

body.content-type-34558 .inner-page-content-district:hover .heading-inr-page::before {
    width: 100%;
}

body.content-type-34558 .inner-page-content-district ul {
    padding-left: 0;
}

body.content-type-34558 .inner-page-content-district ul li {
    margin-left: 0;
    list-style: none;
    position: relative;
    text-align: justify;
    padding-left: 35px;
}

body.content-type-34558 .inner-page-content-district ul li::before {
    content: "";
    width: 70px;
    height: 30px;
    background-image: url("https://storage.unitedwebnetwork.com/files/665/48434cd8c43fcb2248ad0f9b90d2c885.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(1) sepia(1) invert(1);
}

body.content-type-34558 .inner-page-content-district tr th {
    color: white;
}


/* inner page content ends here */


/* why invest page starts here */

.hex-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
}

.hex-container {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hex {
    width: 200px;
    height: 230px;
    background-color: #ddd;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    color: #fff;
    position: absolute;
}

.hex {
    img {
        width: 45px;
        display: block;
        margin: 0 auto 10px auto;
        filter: invert();
    }
}

.hex>span {
    rotate: -150deg;
    font-size: .98rem;
    padding: 10px;
}

.situation {
    background-color: #673ab7;
    top: -227px;
    left: -58px;
    rotate: 150deg;
}

.objectives {
    background-color: var(--brand-color-theme-1);
    top: -335px;
    left: 130px;
    rotate: 150deg;
}

.strategy {
    background-color: #00960c;
    top: -227px;
    left: 317px;
    rotate: 150deg;
}

.center {
    background-color: var(--brand-color-theme-2);
    top: -115px;
    left: 129px;
    rotate: 150deg;
    span {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.1em;
    }
}

.tactics {
    background-color: #009688;
    top: -9px;
    left: 318px;
    rotate: 150deg;
}

.action {
    background-color: #1d869c;
    top: 100px;
    left: 126px;
    rotate: 150deg;
}

.control {
    background-color: #3F51B5;
    top: -9px;
    left: -60px;
    rotate: 150deg;
}

.f-why-invest-box-and-details .col-items.col-items>div.item .heading-hex {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: .65rem;
    font-size: 1.7rem;
    line-height: 1.1em;
}

.f-why-invest-box-and-details .col-items.col-items.col-item-strategic-location>div.item .heading-hex {
    color: #673ab7;
}

.f-why-invest-box-and-details .col-items.col-items.col-item-robust-infrastructure>div.item .heading-hex {
    color: var(--brand-color-theme-1);
}

.f-why-invest-box-and-details .col-items.col-items.col-item-diverse-investment-opportunities>div.item .heading-hex {
    color: #01960c;
}

.f-why-invest-box-and-details .col-items.col-items.col-item-skilled-workforce>div.item .heading-hex {
    color: #cc11aa;
}

.f-why-invest-box-and-details .col-items.col-items.col-item-strong-consumer-base>div.item .heading-hex {
    color: #1c869c;
}

.f-why-invest-box-and-details .col-items.col-items.col-item-proactive-government-policies>div.item .heading-hex {
    color: #3F51B5;
}

.f-why-invest-box-and-details .col-items.col-items>div.item ul {
    padding-left: 0;
}

.f-why-invest-box-and-details .col-items.col-items>div.item ul li {
    margin-left: 0;
    list-style: none;
    position: relative;
    display: flex;
}

.f-why-invest-box-and-details .col-items.col-items>div.item ul li::before {
    content: "\f14a";
    font-family: "FontAwesome";
    position: relative;
    margin-right: 5px;
}

.f-why-invest-box-and-details .col-items.col-items>div.item ul li b,
.f-why-invest-box-and-details .col-items.col-items>div.item ul li strong {
    font-weight: 600;
}

.f-why-invest-box-and-details .col-items.col-items.col-item-strategic-location>div.item {
    border-top: 5px solid #673ab7;
    ul li::before {
        color: #673ab7;
    }
}

.f-why-invest-box-and-details .col-items.col-items.col-item-strategic-location>div.item span.icon {
    background-color: #673ab7;
    border-color: #673ab7;
    padding: 10px;
    margin-bottom: 15px;
    img {
        filter: brightness(0) invert();
        width: 40px;
    }
}

.f-why-invest-box-and-details .col-items.col-items.col-item-robust-infrastructure>div.item {
    border-top: 5px solid var(--brand-color-theme-1);
    ul li::before {
        color: var(--brand-color-theme-1);
    }
    span.icon {
        background-color: var(--brand-color-theme-1);
        border-color: var(--brand-color-theme-1);
        padding: 10px;
        margin-bottom: 15px;
        img {
            filter: brightness(0) invert();
            width: 40px;
        }
    }
}

.f-why-invest-box-and-details .col-items.col-items.col-item-diverse-investment-opportunities>div.item {
    border-top: 5px solid #01960c;
    ul li::before {
        color: #01960c;
    }
    span.icon {
        background-color: #01960c;
        border-color: #01960c;
        padding: 10px;
        margin-bottom: 15px;
        img {
            filter: brightness(0) invert();
            width: 40px;
        }
    }
}

.f-why-invest-box-and-details .col-items.col-items.col-item-skilled-workforce>div.item {
    border-top: 5px solid #cc11aa;
    ul li::before {
        color: #cc11aa;
    }
    span.icon {
        background-color: #cc11aa;
        border-color: #cc11aa;
        padding: 10px;
        margin-bottom: 15px;
        img {
            filter: brightness(0) invert();
            width: 40px;
        }
    }
}

.f-why-invest-box-and-details .col-items.col-items.col-item-strong-consumer-base>div.item {
    border-top: 5px solid #1c869c;
    ul li::before {
        color: #1c869c;
    }
    span.icon {
        background-color: #1c869c;
        border-color: #1c869c;
        padding: 10px;
        margin-bottom: 15px;
        img {
            filter: brightness(0) invert();
            width: 40px;
        }
    }
}

.f-why-invest-box-and-details .col-items.col-items.col-item-proactive-government-policies>div.item {
    border-top: 5px solid #3F51B5;
    ul li::before {
        color: #3F51B5;
    }
    span.icon {
        background-color: #3F51B5;
        border-color: #3F51B5;
        padding: 10px;
        margin-bottom: 15px;
        img {
            filter: brightness(0) invert();
            width: 40px;
        }
    }
}

.f-why-invest-box-and-details .active {
    scale: 1.05;
    transition: all .3s linear;
}


/* why invest page ends here */


/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media(max-width:1599.9px) {
    .about-home-container::before {
        width: 150px;
        height: 170px;
    }
}

@media(max-width:1399.9px) {
    .about-home-container .f-about-text {
        padding-left: 5%;
        padding-right: 0;
    }
}

@media(max-width:1199.9px) {
    .about-home-container .f-about-text .f-module-title h3 {
        font-size: 25px;
    }
    .about-home-container .container {
        z-index: 999;
        position: relative;
    }
    .about-home-container::before {
        top: unset;
        bottom: -10px;
    }
    .f-industrial-corridors .fGalleryItem .fGalleryImage img {
        height: 250px;
    }
}


/*md*/

@media (max-width: 991.9px) {
    header .fMenu li {
        display: block;
        border-top: 1px solid #ffffff57;
        position: relative;
    }
    header .fMenu li.has-submenu::after {
        content: "\f107";
        position: absolute;
        right: 0px;
        top: 15px;
        color: white;
        font-family: "FontAwesome";
        border-left: 1px solid #ffffff57;
        padding-left: 20px;
        padding-right: 20px;
        height: 0;
        padding-top: 0;
    }
    header .main-menu-slide .collapse,
    .main-menu-slide nav {
        width: 250px;
    }
    header .fMenu li:last-child {
        border-bottom: 1px solid #ffffff57;
    }
    header .fMenu li {
        padding: 10px !important;
    }
    header .navbar-toggle {
        top: 15px;
    }
    .main-menu-slide .fMenu li.has-submenu ul {
        position: relative;
        width: 100%;
        height: auto;
        display: none;
        margin-top: 14px;
        top: 0;
        background: white;
        z-index: 99;
    }
    .main-menu-slide .fMenu li.has-submenu ul li {
        padding: 0 !important;
        border: 0;
    }
    .main-menu-slide .fMenu li.has-submenu:hover ul {
        height: auto;
    }
    header.active .main-menu-slide .fMenu li a {
        background-image: none;
        -webkit-text-fill-color: white;
    }
    .fheaderToptwo .second-top .item {
        flex-wrap: wrap;
    }
    .fheaderToptwo .second-top .text-2 {
        display: none;
    }
    .fheaderToptwo .second-top .item .text {
        width: 50%;
        text-align: end;
    }
    .fheaderToptwo .second-top .item .text a {
        order: 2;
    }
    .fheaderToptwo .container {
        width: 95%;
        max-width: 95%;
    }
    .second-top {
        display: flex !important;
    }
    header .main-menu-slide .fMenu>li {
        width: 100%;
    }
    header .main-menu-slide .fMenu>li a {
        text-align: start;
        padding: 10px 0;
    }
    header .main-menu-slide .fMenu>li>a::before {
        height: 2px;
    }
    header {
        padding: 20px 5%;
    }
    header .navbar-toggle {
        top: 0;
    }
    .f-industrial-corridors .fGalleryImages.row {
        justify-content: center;
    }
    .f-industrial-corridors .f-module-title h3,
    .f-projects .f-module-title h3 {
        margin: 0 auto 4rem auto;
        text-align: center;
    }
    .f-invest-smart .item.item-text {
        width: 90%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #38619fc9;
    }
    .f-land-parcels .fModuleContent>div {
        overflow-x: auto;
    }
    .f-land-parcels table tr td {
        padding: 0.5rem;
    }
    header .main-menu-slide .fMenu>li.has-submenu>a::after {
        content: none;
    }
    .main-menu-slide .fMenu li.has-submenu ul li a {
        border-bottom: 1px solid #dedede;
        -webkit-text-fill-color: var(--brand-color-theme-1);
        &:hover {
            -webkit-text-fill-color: white;
        }
    }
}

@media(max-width:899.9px) {
    .fheaderToptwo .second-top .item .text label {
        display: none;
    }
    .fheaderToptwo .second-top .item .text {
        justify-content: end;
        width: fit-content;
        padding-right: 0;
        padding-left: 35px;
    }
}


/*sm*/

@media (max-width: 767.9px) {
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        left: -80%;
    }
    .about-home-container::before {
        width: 80px;
        height: 100px;
    }
    .f-industrial-corridors .fGalleryItem .fGalleryImage img {
        height: auto;
    }
    .f-industrial-corridors .f-module-title h3 {
        max-width: 100%;
    }
    .f-invest-smart .item.item-text {
        padding: 20px;
    }
    .f-invest-smart .item.item-text h2,
    .f-invest-smart .item.item-text h2 span {
        font-size: 25px;
    }
    .f-invest-smart .item.item-text p {
        font-size: 15px;
    }
    .f-invest-smart .item.item-text::before {
        content: none;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item h1 a {
        font-size: 35px;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item-text p {
        font-size: 1.2rem;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item {
        width: 100%;
        max-width: 100%;
    }
    .about-home-container {
        padding-top: 3rem;
    }
}


/*xs*/

@media (max-width: 575px) {
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        left: -100%;
    }
    .about-home-container .f-about-text {
        padding-left: 0;
    }
    .f-invest-smart {
        padding: 4rem 10px !important;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
        height: 600px;
    }
    .f-banner .bx-wrapper .bx-controls .container {
        height: 100px;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item {
        padding: 20px;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item h1 a {
        font-size: 30px;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item h1 {
        line-height: 35px;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item span {
        font-size: 1rem;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item::before,
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item::after {
        width: 10px;
    }
    .f-normal-text-box div.col-12 div.item.number-box {
        padding-right: 1rem;
        p {
            font-size: .85rem;
        }
    }
    .f-normal-text-box div.col-12 div.item.number-box div.num {
        position: static;
        line-height: 1.1em;
    }
    .text-main {
        padding: 0;
    }
}

@media (max-width: 500px) {
    header .f-logo .logo-div a {
        width: 90%;
    }
    footer#fFooter ul li a {
        font-size: 12px;
    }
    footer#fFooter ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .f-normal-text-box div.col-6 div.item p {
        font-size: 1rem;
    }
}

@media(max-width:399.9px) {
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item h1 {
        line-height: 30px;
    }
    .f-banner .bx-wrapper .fGalleryItem .ItemfinnerGallery .fGalleryText .item h1 a {
        font-size: 25px;
    }
}