@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
:root {
    --brand-color-theme-1: #f9b234;
    /* logo  colour/* */
    --brand-color-theme-2: #000;
    /*text colour*/
    --brand-color-theme-3: #f7bb23;
    --brand-color-theme-4: #f9d424;
    --brand-font-family-heading: "Poppins", serif;
    --brand-font-family-body: "Roboto", serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 16px;
}

body {
    padding: 0;
    padding-top: 0 !important;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    font-family: var(--brand-font-family-body);
}

p {}

a,
span {}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--brand-font-family-heading);
}

h1 {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1rem 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.no-spacing {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-none {
    background: transparent !important;
}

.container {
    min-width: 320px;
}

body.width-full #fContent>.container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

body.width-full #fMatter {
    padding: 0;
}

#f-messages {
    margin: 0;
    background-color: var(--brand-color-theme-1);
    position: fixed;
    top: 0rem;
    width: 100% !important;
    left: 0;
    color: white;
    z-index: 9999999;
}

#f-messages .item {
    background-color: var(--brand-color-theme-1);
}

@-webkit-keyframes fadeOutmessage {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeOutmessage {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        display: none;
    }
}

.fadeOutmessage {
    -webkit-animation-name: fadeOutmessage;
    animation-name: fadeOutmessage;
}

#fPageTitle {
    display: block;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var(--brand-color-theme-1);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--brand-color-theme-1);
    border-image: initial;
    padding: 10px 5px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var(--brand-color-theme-1);
}


/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 0rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.fRegion.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fRegion {
    display: inline-block;
    width: 100%;
}

.fPageTitle {
    position: relative;
    color: white;
    text-align: center;
    background-image: url(https://storage.unitedwebnetwork.com/files/1312/bc249165df5af06f5cca3f25fdc61866.jpg );
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 3rem 0;
    background-color: #f18941;
}

body.title-off .fPageTitle {
    display: none;
}

.f-gradient-title {
    font-weight: 700;
    letter-spacing: 1px;
    background: black;
    width: fit-content;
    color: transparent;
    background-image: linear-gradient(to right, #000 40%, #fff);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f-gradient-title.f-gradient-title-2 {
    background-image: linear-gradient(170deg, #000 5%, #fff);
}

.fModuleTitle h3 {
    color: var(--brand-color-theme-2);
    font-weight: 600;
}

.title-center .fModuleTitle h3 {
    text-align: center !important;
}

ul.fGalleryImages.fGalleryList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
    margin: 0px;
    list-style: none;
}

.ItemfinnerGallery {
    position: relative;
}


/* header fix  */

.fHeader {
    position: sticky;
    top: 0px;
    z-index: 99999999999;
    width: 100%;
}


/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (min-width: 576px) {
    .fModuleEnd .fModuleTitle {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .fModuleEnd .fModuleTitle {
        width: 1320px;
    }
}

.collapse.show {
    display: block !important;
}

.collapse.in {
    display: block !important;
}

.navbar-header .navbar-toggler {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    position: absolute;
    right: 0;
    height: 3px;
    width: 26px;
    background: #1173ba;
}

.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: none;
    /* margin: 0;
margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
    z-index: 9999;
}


/* Header */

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.region-header,
.region-headertop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
    align-self: center;
}

.region-headertop .fModule {
    padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}


/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}


/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    /* background-color: var(--brand-color-theme-1);
display: inline-block;
padding: 10px 2rem;
color: white;
font-weight: 500;
border: 1px solid var(--brand-color-theme-1); */
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background: linear-gradient(to right, #fbb034, #ff8008);
   
    border-radius: 40px;
    
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    margin-top: 15px;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover {
    /* background-color: var(--brand-color-theme-2); */
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}


/****--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;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fForm .form-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    padding: 0 0 7px;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
    padding: 0.85rem 10px;
    width: 100%;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fForm .hint a:hover {
    color: var(--brand-color-theme-1);
}

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
    display: flex;
    align-items: center;
}

.user-register-group table tr:nth-child(odd) {
    background: #ddd;
}

.listing-header-item-currency {
    width: fit-content;
    display: flex;
    border: 1px solid var(--brand-color-theme-2);
    border-radius: 0.25rem;
    overflow: hidden;
    >* {
        border: 0;
        border-radius: 0;
    }
    input[type="submit"] {
        padding: 0.5rem 0.75rem;
        background: var(--brand-color-theme-2);
        color: #fff;
    }
}


/*----------iconset----------*/

.iconset .fMenu {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.iconset .fMenu li {
    padding: 1rem;
}

.iconset .fMenu a {
    display: block;
    padding: 1rem;
    font-weight: bold;
    color: #000;
    height: 100%;
    background: #f5f5f5;
    transition: 0.3s all ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
    position: relative;
}

.iconset .fMenu a:hover {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}

.iconset img {
    width: auto;
    max-width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}


/*----------animation----------*/

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Common CSS */


/* login page starts here */

body.view-login .fForm,
body.view-account-recover .fForm {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem 1rem;
    width: 700px;
    max-width: 100%;
    margin: auto;
}

body.view-account-recover .fForm .form-item-type-fieldset {
    border: 0;
    padding: 0;
}

.fForm .error {
    margin: 0.5rem 0 0 0;
    font-size: 0.8rem;
}

.buttons {
    padding-left: 12px !important;
}

body.view-login .fForm .buttons,
body.view-account-recover .fForm .buttons {
    padding-left: 0 !important;
}


/* login page ends here */


/* Programme Table */

tr.session-row-hidden {
    display: none !important;
}

.session-heading {
    text-align: center;
    margin-top: 1.5rem;
    color: #4d4f53;
    font-weight: bold;
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--brand-color-theme-1);
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
}

body .session-container th {
    background: var(--brand-color-theme-1);
    color: #fff !important;
    font-weight: bold;
}

.session-container tr:last-child td {
    border-bottom: 0 none !important;
}

.session-container .session-details {
    vertical-align: top !important;
    position: relative;
}

.session-container td.session-details[colspan="2"] {
    text-align: center;
}

td.session-time,
th.session-time {
    padding: 1rem;
    width: 150px;
    min-width: 150px;
}

.session-time.session-time-show {
    font-size: 0.9rem;
}

td.session-time {
    border-right: 1px solid var(--brand-color-theme-1);
}

.session-time .session-time-start,
.session-time .session-time-end {
    display: inline-block;
    opacity: 1;
}

.session-time .session-time-start:after {
    display: inline-block;
    content: " - ";
    padding-left: 5px;
}

.session-time .session-time-zone {
    font-size: 0.9rem;
    color: #999;
}

.session-time .session-time-date {
    display: none;
}

.session-time .session-time-date.is-different {
    color: #fff;
    display: inline-block;
    background: #aaa;
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.25rem 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.session-container ul li {
    margin: 0.5em 0 0.5em 20px !important;
    list-style: square;
}

.session-sub {
    padding-left: 0;
    list-style: square;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.session-sub-title {
    font-weight: 600;
}

.session-sub .session-people {
    padding-top: 0;
    margin-top: 0;
}

.session-title.session-sub-title {
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.75;
    display: inline;
}

.session-title>a {
    text-decoration: underline;
}

.session-venue {
    width: fit-content;
    background: var(--brand-color-theme-1);
    display: inline-block;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.2rem 0.7rem;
}

.session-venue::before {
    content: "\f3c5";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.session-venue a {
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

.session-venue a::before {
    display: block;
    content: "";
    height: 1.1rem;
    width: 1.1rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 6px;
    line-height: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    animation: blinking 1.2s infinite;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    background: url("https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png") left center no-repeat;
    background-size: 1rem;
    font-size: 0.8rem;
    opacity: 0.75;
}

span.live {
    color: #cc0000 !important;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    background-color: #cc0000;
    display: inline-block;
    position: relative;
    margin-top: 2rem;
}

.session-status-3>.session-title:before,
.session-status-2>.session-title:before {
    position: relative;
    content: "LIVE";
    color: #cc0000;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    animation: blinking 1.2s infinite;
}

.no-user .session-status-3 .session-venue {
    display: none;
}

.no-user .session-status-3>.session-title:before {
    display: none;
}

.session-status-2 .session-venue,
.session-status-2>.session-title:before {
    display: none;
}

.session-mine.session-status-2>.session-title:before,
.session-mine.session-status-2.session-full:before {
    content: "PRESENTER TO JOIN SESSION";
    color: var(--brand-color-theme-4);
    display: block;
    margin-bottom: 0.5rem;
}

.session-mine.session-status-2 .session-venue {
    display: inline-block;
}

.session-people-item {
    display: flex;
    flex-wrap: wrap;
}

.session-people-name {
    font-weight: 600;
    color: var(--brand-color-theme-1);
}

.session-people-role {
    display: inline-block;
    color: var(--brand-color-theme-2);
    text-decoration: underline;
    order: -1;
    padding-right: 5px;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body.com-event.view-session-view .session-full {
    border: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-time {
    background-color: var(--brand-color-theme-1);
    text-align: start;
    padding: 10px 12px;
    color: white;
}

body.com-event.view-session-view .session-full .session-item {
    padding: 10px 12px;
    border-bottom: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-item:last-child {
    border-bottom: 0;
}

body.com-user.view-view .f-content-item-teaser-image img,
body.view-session-person .f-content-image {
    height: 18rem;
    width: 18rem;
    margin: 1rem auto;
    display: block;
    img {
        border-radius: 100%;
        object-fit: cover;
        border: 5px solid #aaa;
    }
}

body.com-user.view-view #fMatter .f-user-container,
body.event-session-person-hasphoto #fMatter .event-session-person {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image {
    width: 250px;
    height: 250px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image img,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 500px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 4px solid var(--brand-color-theme-3);
    object-fit: cover;
}

body.com-user.view-view #fMatter .f-user-container .f-list-item-content,
body.event-session-person-hasphoto #fMatter .event-session-person .f-content-text {
    background-color: #f7f7f7;
    text-align: justify;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-node.f-content-fields {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: var(--brand-color-theme-2);
    color: white;
    padding: 2rem 1rem;
    border-radius: 15px;
}

body.com-user.view-view #fMatter .f-user-container .f-module-event-session,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-person-session {
    width: 100%;
}


/*** Programme table end ***/


/*** Custom CSS ***/


/* registration starts here */

.f-registration-and-abstract .box {
    padding: 1rem;
    background-color: #f1f1f1;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.f-registration-and-abstract h4 {
    color: var(--brand-color-theme-2);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0;
}

.f-registration-and-abstract .box ul li {
    list-style: none;
    margin-left: 1.5rem;
}

.f-registration-and-abstract .box ul li::before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-left: -1.5rem;
    margin-right: 0.5rem;
}


/* registration ends here */


/* banner starts   */

.f-home-banner .fGalleryImage img {
    height: 950px;
    object-fit: cover;
    object-position: right center;
}

.f-home-banner .fGalleryText {
    position: absolute;
    inset: 0;
    padding-top: 5%;
    background-color: #ffffff72;
    background-image: url("https://storage.unitedwebnetwork.com/files/1312/533f98fe1f7fac5aac553321ccaa5828.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.f-home-banner .fGalleryText .container {
    display: flex;
    width: 100%;
    justify-content: end;
}

.f-home-banner .fGalleryText .f-banner-text {
    width: 500px;
}

.f-home-banner .fGalleryText .f-banner-text h4 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}


/* banner ends   */


/* about starts here */

.f-about-section {
    padding-top: 5rem !important;
    background-image: url("https://storage.unitedwebnetwork.com/files/1312/27615d15bcf37e0557400fd2a92d4ca9.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 22rem !important;
}

.f-about-section .row {
    align-items: center;
}

.f-about-section .about-title {
    font-size: 9rem;
    position: relative;
    left: -5%;
}

.f-about-section .item {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    height: 100%;
    border-radius: 20px;
}

.f-about-section .about-box {
    text-align: center;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 00px 60px 0px inset, rgba(0, 0, 0, 0.3) 0px -19px 36px -45px inset;
    height: 100%;
    padding: 2rem;
    border-radius: 20px;
    background-color: white;
    width: 735px;
}

.f-about-section .about-box .btn-div {
    position: relative;
    top: 2.5rem !important;
}


/* about ends here */


/* client starts here */

.f-heading-client {
    padding-top: 15rem !important;
    background-image: url("https://storage.unitedwebnetwork.com/files/1312/77fc6cde602c611eabb1b6ca7f72add5.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-heading-client .client-title {
    font-size: 8rem;
}

.services-and-logo {
    background-image: url("https://storage.unitedwebnetwork.com/files/1312/77fc6cde602c611eabb1b6ca7f72add5.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-logo-clients .fGalleryItem {
    padding: 12px;
}

.f-logo-clients .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    align-content: end;
}

.f-logo-clients .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    max-width: 150px;
    min-height: 70px;
    max-height: 100px;
    object-fit: contain;
}

.f-logo-clients .btn-div {
    position: relative;
    top: 4rem;
}


/* client ends here */


/* lets connect starts here */

.f-connect-main {
    background-image: url("https://storage.unitedwebnetwork.com/files/1312/a4af40a18f659f5751bc48d9a46a2cb0.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fbb034;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.form-item-type-text input,
.form-item-type-textarea textarea {
    border-radius: 30px;
    padding: 0.85rem 1.5rem;
    font-weight: 600;
    border: 2px solid #66666661;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    &::placeholder {
        color: #aaaaaa;
    }
}

.form-item-type-textarea textarea {
    height: 150px;
    resize: none;
}

.f-connect-main .fModuleTitle h3 {
    margin-top: 0;
    line-height: 1em;
    font-size: 4rem;
}

.f-connect-main .buttons {
    text-align: end;
    padding-right: 18px !important;
    overflow: visible;
}

.f-connect-main .buttons button[type="submit"] {
    padding: 7px 30px;
    font-size: 1rem;
    font-weight: 400;
    color: white;
    background: linear-gradient(to right, #fbb034, #ff8008);
    border: 5px solid #ddd;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 210px;
    font-size: 1.4rem;
    text-align: start;
    position: relative;
    overflow: visible;
    &::after {
        content: "";
        width: 90px;
        height: 90px;
        background-image: url(https://storage.unitedwebnetwork.com/files/1312/49ee6aa29bc9c84be299beda7360322d.png);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 66%;
        right: 2rem;
        transform: translateY(-50%);
        z-index: 9;
    }
}


/* lets connect ends here */


/* footer starts here */

footer {
    background-color: #000;
    color: #fff;
    padding: 50px 20px 20px;
    font-family: Arial, sans-serif;
}

footer h6 {
    font-size: 1.35rem;
    color: var(--brand-color-theme-4);
}

footer .heading {
    font-size: 32px;
    line-height: 1.1;
    margin-top: 0;
    font-weight: 600;
    color: var(--brand-color-theme-4);
}

footer .heading span {
    display: block;
}

footer .heading span:nth-child(1) {
    font-size: 35.9px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: white;
}

footer .icon-text i {
    color: var(--brand-color-theme-4);
    margin-right: 8px;
    width: 15px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 10px;
    font-size: 14px;
}

footer .footer-all .row {
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer .heading {
        font-size: 24px;
    }
}


/* footer ends here */


/* services starts here */

.f-services .fModuleTitle {
    position: absolute;
    left: 20px;
    top: 1rem;
}

.f-services {
    padding-top: 10rem !important;
    padding-bottom: 0 !important;
    padding-left: 5%;
}

.f-services .fGalleryItem {
    padding: 12px 0;
    overflow: hidden;
}

.f-services .fGalleryItem:nth-child(2) {
    position: relative;
    top: -7.2rem;
}

.f-services .fGalleryItem:nth-child(4) {
    position: relative;
    top: -5rem;
}

.f-services .fGalleryItem .ItemfinnerGallery {
    position: relative;
    overflow: hidden;
}

.f-services .fGalleryItem {
    scale: 1.19;
}

.f-services .fGalleryItem:nth-child(2) {
    scale: 1.19;
}

.f-services .fGalleryItem:nth-child(4) {
    scale: 1.05;
    position: relative;
    left: -1%;
}

.f-services .fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-content: center;
    overflow: hidden;
    padding: 5% 10% 0 10%;
    ul li {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
}

.f-services .fGalleryItem:nth-child(1) .ItemfinnerGallery .fGalleryText {
    padding: 10% 15%;
}

.f-services .fGalleryItem:nth-child(2) .ItemfinnerGallery .fGalleryText {
    ul li {
        font-size: 0.8rem;
    }
}

.f-services .fGalleryItem .ItemfinnerGallery .fGalleryText .icon {
    text-align: center;
}

.f-services .fGalleryItem .ItemfinnerGallery .fGalleryText h4 {
    text-align: center;
    background-color: var(--brand-color-theme-3);
    background-image: linear-gradient(to right, #fbb034, #ff8008);
    padding: 10px;
    color: white;
    font-size: 1.25rem;
    margin: 3% auto;
}

.f-services .fGalleryItem:nth-child(2) .ItemfinnerGallery .fGalleryText h4 {
    clip-path: polygon(0 0, 100% 0%, 98.5% 100%, 1.1% 100%);
}

.f-services .fGalleryItem:nth-child(2) .ItemfinnerGallery .fGalleryText ul {
    padding-left: 3%;
}

.f-services .fGalleryItem .ItemfinnerGallery .fGalleryText ul {
    max-width: 95%;
    overflow-y: auto;
    &::-webkit-scrollbar {
        width: 5px;
    }
    /* Track */
    &::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: var(--brand-color-theme-3);
        border-radius: 10px;
    }
}

.f-services .fGalleryItem:nth-child(1) .ItemfinnerGallery .fGalleryText ul {
    padding-left: 0%;
}

.f-services .fGalleryItem:nth-child(1) .ItemfinnerGallery .fGalleryText h4 {
    clip-path: polygon(1.7% 0, 98% 0, 100% 100%, 0 100%);
    position: relative;
    left: -0.5%;
    width: 96%;
}

.f-services .fGalleryItem:nth-child(3) .ItemfinnerGallery .fGalleryText h4 {
    width: 85%;
    clip-path: polygon(2.65% 0, 97.45% 0, 100% 100%, 0 100%);
    position: relative;
    left: 0.5%;
}

.f-services .fGalleryItem:nth-child(4) .ItemfinnerGallery .fGalleryText h4 {
    width: 100.5%;
    clip-path: polygon(0 0, 100% 0%, 98.5% 100%, 1.15% 100%);
    left: -0.25%;
}

.f-services .fGalleryItem .ItemfinnerGallery .fGalleryText .icon img {
    width: 25%;
    aspect-ratio: 1/1;
    object-fit: contain;
}


/* services ends here */


/* our team starts here */

.f-team .fGalleryItem {
    padding: 12px;
}

.f-team .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background-color: white;
    
    text-align: center;
    padding-bottom: 15px;
}

.f-team .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    display: block;
    padding: 10px;
    position: relative;
    &::after {
        content: "";
        width: 50%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        
    }
}

body.gallery-category-.view-view #fMatter .fGalleryView .fGalleryImage {
    text-align: center;
    display: block;
}

.f-team .fGalleryItem .ItemfinnerGallery .fGalleryImage img,
body.gallery-category-.view-view #fMatter .fGalleryView .fGalleryImage img {
    width: 200px;
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 500px;
    position: relative;
    z-index: 9;
    background-color: var(--brand-color-theme-1);
    padding-right: 10px;
}

.f-team .fGalleryItem .ItemfinnerGallery h3 {
    margin: 10px 0 0 0;
    font-size: 1.3rem;
    >a {
        color: var(--brand-color-theme-1);
    }
}

.f-team .fGalleryItem .ItemfinnerGallery span.role {
    font-size: 0.9rem;
}

body.gallery-category-.view-view .designation,
body.gallery-category-.view-view .expert {
    background-color: var(--brand-color-theme-3);
    color: white;
    padding: 7px 2rem;
    font-size: 1.1rem;
    width: fit-content;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}


/* our team ends here */


/* services page starts here */

.f-services-page {
    background-image: url(https://storage.unitedwebnetwork.com/files/1312/27615d15bcf37e0557400fd2a92d4ca9.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10rem !important;
}

.f-services-page .fGalleryItem {
    padding: 12px;
}

.f-services-page .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 00px 60px 0px inset, rgba(0, 0, 0, 0.3) 0px -19px 36px -45px inset;
    border-radius: 15px;
    padding: 1.5rem 0;
    background-color: white;
}

.f-services-page .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    display: none;
}

.f-services-page .fGalleryItem .ItemfinnerGallery .icon {
    text-align: center;
}

.f-services-page .fGalleryItem .ItemfinnerGallery .icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.f-services-page .fGalleryItem .ItemfinnerGallery .icon h4 {
    text-align: center;
    background-color: var(--brand-color-theme-3);
    background-image: linear-gradient(to right, #fbb034, #ff8008);
    padding: 10px;
    color: white;
    font-size: 1rem;
}

.f-services-page .fGalleryItem .ItemfinnerGallery .fGalleryText ul {
    max-height: 150px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 5px;
    overflow-y: auto;
    &::-webkit-scrollbar {
        width: 5px;
    }
    /* Track */
    &::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: var(--brand-color-theme-3);
        border-radius: 10px;
    }
}


/* services page ends here */


/* technical capability starts here */

.f-technical .f-media-image img {
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.f-technical .f-media-text .accordion .accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 1rem;
    .accordion-body {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.f-technical .f-media-text .accordion .accordion-header {
    margin: 0;
}

.f-technical .f-media-text .accordion .accordion-item .accordion-header button {
    background-color: white;
    border: 0;
    box-shadow: none;
    border-radius: 500px;
    font-weight: 600;
}

.f-technical .f-media-text .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-image: linear-gradient(to right, #fbb034, #ff8008);
    color: white;
}


/* techincal capability ends here */


/* blogs starts here */

.f-blogs .f-list-item {
    padding: 12px;
}

.f-blogs .f-list-item .f-list-item-container {
    height: 100%;
    border: 1px solid #dedede;
    border-radius: 10px 10px 10px;
    overflow: hidden;
    .f-list-item-teaser-image img {
        min-height: 235px;
        object-fit: cover;
    }
}

.f-blogs .f-list-item .f-list-item-container .f-list-item-details {
    padding: 1rem 10px;
    .f-list-item-subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: .9rem;
    }
}

.f-blogs .f-list-item .f-list-item-container .f-list-item-details .f-list-item-title {
    a {
        color: var(--brand-color-theme-1);
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.2em;
        display: inline-block;
        margin-bottom: .5rem;
    }
}

.f-blogs .f-list-item .f-list-item-container .f-list-item-details .author {
    position: relative;
    font-size: .9rem;
    margin-top: .5rem;
    &::before {
        content: "\f2bd";
        font-family: "FontAwesome";
        position: relative;
        font-size: 1.2rem;
        margin-right: 5px;
        top: .1rem;
        width: 20px;
        display: inline-block;
    }
    a {
        color: var(--brand-color-theme-2);
        text-decoration: underline;
    }
}

.f-blogs .f-list-item .f-list-item-container .f-list-item-details .date {
    position: relative;
    margin-top: .2rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    &::before {
        content: "\f073";
        font-family: "FontAwesome";
        position: relative;
        font-size: 1.2rem;
        margin-right: 5px;
        top: .1rem;
        width: 20px;
        display: inline-block;
    }
}

.f-blogs .f-list-item .f-list-item-container .f-list-item-details .f-list-item-button a {
    color: var(--brand-color-theme-1);
    font-weight: 600;
    position: relative;
    &::after {
        content: "\f061";
        font-family: "FontAwesome";
        position: relative;
        display: inline-block;
        color: white;
        color: var(--brand-color-theme-2);
        text-align: center;
        align-content: center;
        margin-left: 7px;
        display: inline-block;
    }
}

.f-list-filter {
    text-align: center;
    a {
        background-color: var(--brand-color-theme-2);
        color: white;
        display: inline-block;
        width: 35px;
        height: 35px;
        text-align: center;
        align-content: center;
        margin: .3rem;
    }
    a.selected {
        color: var(--brand-color-theme-2);
        background-color: var(--brand-color-theme-1);
    }
}


/* blogs ends here */


/***************************************************************************
        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media (min-width: 991.9px) {
    header.active {
        background-color: white;
        transition: all 0.4s ease 0s;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    header .region-header>.row {
        margin: 0;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .main-menu .fMenu {
        display: flex;
        justify-content: end;
        font-family: var(--brand-font-family-heading);
        align-items: center;
    }
    .main-menu .fMenu>li {
        padding: 7px 12px;
        position: relative;
    }
    .main-menu .fMenu>li.has-submenu {
        padding-right: 25px;
    }
    .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-2);
        position: relative;
        font-weight: 500;
        font-size: 1rem;
    }
    .main-menu .fMenu>li:last-child {
        padding-right: 0;
    }
    .main-menu .fMenu>li:last-child>a {
        /* background-color: var(--brand-color-theme-1);
display: inline-block;
padding: 10px 1.5rem;
color: white!important;
font-weight: 500;
border: 1px solid var(--brand-color-theme-1); */
        padding: 10px 30px;
        font-size: 1rem;
        font-weight: bold;
        color: white;
        background: linear-gradient(to right, #fbb034, #ff8008);
        
        border-radius: 40px;
     
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .main-menu .fMenu>li:last-child>a:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    }
    .main-menu .fMenu>li>ul {
        position: absolute;
        text-align: left;
        top: 4rem;
        left: 22px;
        background-color: white;
        visibility: hidden;
        min-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        opacity: 0;
        z-index: -1;
        box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        padding: 0;
    }
    .main-menu .fMenu>li.has-submenu>a {
        position: static;
    }
    .main-menu .fMenu>li.has-submenu>a::before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.9rem;
    }
    .main-menu .fMenu>li>ul::before {
        content: "";
        position: absolute;
        left: 0;
        height: 2.5rem;
        width: 100%;
        top: -2rem;
        background-color: transparent;
    }
    .main-menu .fMenu>li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 9;
    }
    .main-menu .fMenu>li>ul>li {
        display: block;
        margin: 0 0;
        padding: 0px 0px;
    }
    .main-menu .fMenu>li>ul>li>a {
        font-size: 1rem;
        line-height: 1.2em;
        color: var(--brand-color-theme-2);
        padding: 0.7rem 1rem;
        display: block;
        border-bottom: 1px solid #dedede;
    }
    .main-menu .fMenu>li>ul>li>a:hover {
        background-color: var(--brand-color-theme-2);
        color: white;
    }
    .main-menu .fMenu>li>ul>li:last-child>a {
        border-bottom: 0;
    }
    header.active .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-2);
        transition: all 0.4s ease 0s;
    }
}


/*xl*/

@media (max-width: 1559.9px) {
    .f-services .fGalleryItem .ItemfinnerGallery .fGalleryText ul {
        max-height: 200px;
    }
}

@media (max-width: 1399.9px) {
    html {
        font-size: 16px;
    }
    .f-services .fGalleryItem .ItemfinnerGallery .fGalleryText h4 {
        font-size: 1rem;
    }
    .f-services .fGalleryItem .ItemfinnerGallery .fGalleryText ul {
        max-height: 170px;
    }
    .f-about-section .about-title {
        font-size: 7rem;
    }
    .f-about-section .about-box {
        width: 700px;
    }
    .f-heading-client .client-title {
        font-size: 5rem;
    }
}

@media (max-width: 1299.9px) {
    .f-about-section .about-title {
        font-size: 6rem;
        left: 0;
    }
    .f-about-section .about-box {
        width: 650px;
    }
}


/*lg*/

@media (max-width: 1199.9px) {
    html {
        font-size: 16px;
    }
    .f-services .fGalleryItem:nth-child(4) {
        top: 0;
    }
    .f-about-section .about-box {
        max-width: 100%;
    }
    .f-about-section {
        padding-bottom: 15rem !important;
    }
    .f-home-banner .fGalleryImage img {
        height: 700px;
    }
    .f-heading-client {
        padding-top: 4rem !important;
    }
}

@media (max-width: 991.9px) {
    html {
        font-size: 15px;
    }
    /* header fix  */
    .navbar-toggle .icon-bar {
        background-color: var(--brand-color-theme-2);
    }
    .main-menu {
        position: static !important;
    }
    .main-menu nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 7em;
        height: fit-content;
        width: 100%;
        background-color: var(--brand-color-theme-2);
        width: 95%;
        padding: 0;
        z-index: 9999999;
    }
    .main-menu nav ul {
        margin: 0;
    }
    .main-menu nav ul.fMenu>li>a {
        display: block;
        padding: 0.6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
    }
    .main-menu nav ul.fMenu>li:last-child>a {
        border-bottom: 0;
    }
    .main-menu nav ul.fMenu>li.has-submenu>a::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }
    .main-menu nav ul.fMenu>li.has-submenu>ul {
        position: relative;
        padding: 7px;
        background-color: var(--brand-color-theme-1);
        display: none;
    }
    .main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
        padding: 0.6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
        display: block;
    }
    /* header fx  ends  here */
    .row.w-100 {
        --bs-gutter-x: 0;
    }
    .fHeader .navbar-header {
        margin: 0;
    }
    .fHeader .navbar-header .row.row-0 {
        margin: 0 15px;
    }
    .navbar-header .navbar-toggler {
        display: block;
    }
    .navbar-collapse.collapse.show {
        display: block;
    }
    .region-header,
    .region-headertop {
        display: inline-block;
        width: 100%;
    }
    .region-header .fModule,
    .region-headertop .fModule {
        display: block;
    }
    .row.w-100 {
        --bs-gutter-x: 0;
    }
    /*** Programme ***/
    .session-container th {
        font-size: 0px;
    }
    .session-container th select {
        font-size: 1rem;
    }
    tr.session-row {
        border: 1px solid var(--brand-color-theme-1);
        margin-top: 1.5rem;
    }
    tr.session-row-hidden {
        border: 0 none;
        margin-top: 0;
    }
    .session-time-zone {
        display: inline-block;
        padding-left: 0.5rem;
    }
    .session-time-zone::before,
    .session-time-zone::after {
        position: relative;
        content: " ";
        display: inline;
    }
    .session-time-zone::before {
        content: "(";
    }
    .session-time-zone::after {
        content: ")";
    }
    tr.session-row,
    tr.session-row td,
    td.session-time {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    tr.session-row td {
        border: 0px none;
    }
    th.session-time {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .session-time .session-time-date.is-different {
        margin-left: 0;
    }
    .session-container tr:hover td.session-time,
    table.fTable tr:nth-child(odd) td.session-time,
    table.fTable tr:nth-child(even) td.session-time {
        display: block;
        text-align: left;
        background: var(--brand-color-theme-1);
        color: #fff;
    }
    .session-container th:last-child {
        display: none;
    }
    .session-container {
        border: 0;
    }
    body .session-container th {
        display: none;
    }
    .f-services {
        padding-top: 0 !important;
    }
    .f-services .fGalleryItem {
        position: static !important;
        scale: unset !important;
        padding: 12px;
    }
    .f-services .fGalleryItem .ItemfinnerGallery {
        position: relative;
        padding: 1rem;
        top: 0;
        left: 0;
        transform: unset;
        height: 100%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 00px 60px 0px inset, rgba(0, 0, 0, 0.3) 0px -19px 36px -45px inset;
        border-radius: 15px;
    }
    .f-services .fGalleryItem .fGalleryImage {
        display: none;
    }
    .f-services .fGalleryItem .fGalleryText {
        position: static !important;
        padding: 10px !important;
    }
    .f-services .fGalleryItem .fGalleryText ul {
        max-height: unset;
    }
    .f-services .fGalleryItem:nth-child(4) {
        margin-top: 0 !important;
    }
    .f-services .fGalleryItem .fGalleryText h4 {
        clip-path: unset !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .f-about-section .about-box {
        width: 100%;
    }
    .f-about-section .about-title {
        text-align: center;
        margin: 1.25rem auto;
    }
    .fHeader {
        background-color: white;
    }
    .f-mian-menu-logo img {
        width: 180px;
    }
    .main-menu {
        position: static !important;
    }
    .main-menu nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 4em;
        height: fit-content;
        width: 100%;
        background-color: var(--brand-color-theme-2);
        width: 95%;
        padding: 0;
        z-index: 9999999;
    }
    .main-menu nav ul {
        margin: 0;
    }
    .main-menu nav ul.fMenu>li>a {
        display: block;
        padding: 0.6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
    }
    .main-menu nav ul.fMenu>li:last-child>a {
        border-bottom: 0;
    }
    .main-menu nav ul.fMenu>li.has-submenu>a::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }
    .main-menu nav ul.fMenu>li.has-submenu>ul {
        position: relative;
        padding: 7px;
        background-color: var(--brand-color-theme-1);
        display: none;
    }
    .main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
        padding: 0.6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
        display: block;
    }
    .f-services .fModuleTitle {
        position: static !important;
        h3 {
            font-size: 5rem;
        }
    }
    .f-about-section .about-title {
        font-size: 5rem;
    }
}


/*sm*/

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }
    .f-home-banner .fGalleryText {
        align-content: center;
        padding-top: 0;
    }
    .f-home-banner .fGalleryText .f-banner-text h4 {
        font-size: 2rem;
    }
}


/*xs*/

@media (max-width: 575px) {
    html {
        font-size: 14px;
    }
    .f-about-section .about-title,
    .f-connect-main .fModuleTitle h3,
    .f-heading-client .client-title {
        font-size: 3rem;
    }
    .f-services .fModuleTitle {
        position: static !important;
        h3 {
            font-size: 3rem;
        }
    }
    .f-about-section {
        padding-bottom: 4rem !important;
    }
    .f-connect-main .buttons button[type="submit"] {
        &::after {
            width: 70px;
            height: 70px;
        }
    }
}