@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab:wght@700&display=swap');

:root {
    --brand-color-theme-3: #121077;
    --brand-color-theme-4: #0c5a9c;
    --brand-color-theme-1: #4d9f12;
    --brand-color-theme-2: #6bbb32;
    --brand-color-theme-5: #952204;
    --brand-color-theme-6: #00abe9;
    --brand-color-theme-7: #7eca60;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var(--brand-color-theme-6);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--brand-color-theme-4);
    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);
}

body {
    padding-top: 0 !important;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    /*     color: #666; */
    font-size: 1rem;
}

span {
    font-family: 'Roboto', sans-serif;
}

a {
    font-family: 'Roboto', sans-serif;
}

img {
    width: 100%;
}

body#fContent>.container>.row {
    margin: 0;
}

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    padding: 8px 30px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    /* background: linear-gradient(45deg, var(--brand-color-theme-6), var(--brand-color-theme-7), var(--brand-color-theme-6)); */
    background: var(--brand-color-theme-3);
    background-size: 200% 100%;
    background-position: left;
    border: 1px solid var(--brand-color-theme-3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    opacity: 1;
}

input {
    opacity: 1;
}


/* .f-table tr:nth-child(odd) {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
background: linear-gradient(160deg, #5dd0fa 0%, #97e478 100%);
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */


/* .f-table tr:nth-child(even) {
background-color: var(--brand-color-theme-3);
color: #fff;
} */

table.f-table input {
    position: inherit !important;
    margin: 0 10px 0 0;
}

table.f-table {
    /* border: 1px solid #666666; */
    box-shadow: 0 0 10px 0 #666;
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 1rem;
    border-collapse: unset;
}

table .f-table-header {
    background: var(--brand-color-theme-3);
    color: #fff;
    font-weight: 600;
}

tr.f-table-row td {
    width: 90%;
    border: 1px solid #666;
}

tr.f-table-row td:last-child {
    text-align: center;
}

tr.f-table-row td .f-table-subtitle {
    padding-left: 15px;
}

.f-fieldset-body {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, .07), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, .07);
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 30px;
}

.f-module-user-form {
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, .07), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, .07);
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 30px;
}

form#frm {
    border: 1px solid #f1f1f1;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

div#form-item-username {
    margin: 0;
}

div#form-item-password {
    margin: 0;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover {
    background-position: right;
    background: var(--brand-color-theme-6);
    border-color: var(--brand-color-theme-3);
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ItemfinnerGallery {
    position: relative;
}

.fModuleTitle h3 {
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    color: var(--brand-color-theme-3)
}

.fPageTitle {
    color: white;
    background: linear-gradient(160deg, var(--brand-color-theme-6) 0%, var(--brand-color-theme-7) 100%);
    border-bottom: 5px solid var(--brand-color-theme-3);
    padding: 4rem 10px;
    text-align: center;
}

.fPageTitle h1 {
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 1px;
}


/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.fForm .buttons {
    padding-left: 12px;
}

.fForm .form-heading {
    font-weight: 300;
    margin-top: 0;
    padding: 0 0 7px;
}

.fForm .form-heading {
    margin-top: 2rem;
}


/* .fForm .buttons input:hover {
background-color: #fff;
color: var(--brand-color-theme-1);
} */

.form-heading-legend {
    font-weight: 800;
    color: var(--brand-color-theme-3);
    font-size: 1.3rem;
}


/* div#form-item-field_id_19359, div#form-item-field_id_19555 {
width: 49.7%;
}
div#form-item-field_id_19357 {
float: left;
margin-right: 24px;
width: 48%;
}
div#form-item-field_id_19350{ width:50%;}
div#form-item-field_id_19358 {
float: left;
margin-right: 24px;
width: 48%;
}
div#field_id_19347 {
padding: 20px 0 20px 0;
}
div#form-item-field_id_19349 {
float: left;
margin-right: 24px;
width: 48%;
}
div#form-item-field_id_19348{float: left;
margin-right: 24px;
width: 48%;}

div#form-item-field_id_19354{float: left;
margin-right: 24px;
width: 48%;}	
div#form-item-field_id_19356 {
width:100%;
}

div#form-item-field_id_19356 {
float: left;
margin-right: 24px;
width: 48%;
}
div#form-item-field_id_19557 {
float: left;
margin-right: 24px;
width: 48%;
}
div#form-item-field_id_19558 {
float: left;
margin-right: 0;
width: 50%;
}
div#form-item-field_id_19348 {
width: 100%;
} */

.fForm input,
.fForm select,
.fForm textarea {
    padding: 0.85rem 10px;
    width: 100%;
    opacity: 1 !important;
    background-color: #bec9e633;
    border-radius: 10px;
}

.fForm .buttons a {
    background: #fff;
    color: var(--brand-color-theme-1);
    margin-top: 10px;
}

.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);
}

.view-invoice .f-table th {
    background: var(--brand-color-theme-3);
}

.view-invoice .f-table td {
    vertical-align: baseline;
}

.fForm .checks.no-padding {
    overflow: visible;
}

.fForm .checks input {
    float: none;
}

.f-table td .list-item-heading {
    font-weight: 600;
    padding: 10px 15px;
}

.path-register-details- .fForm .form-item-option {
    margin: 0
}

.path-register-details- .fForm .form-item-type-checkbox .checkbox input[type=checkbox] {
    position: unset;
    margin: 0 1rem 0 0;
}

body[class*="cva-user"] form.fForm {
    max-width: 60rem;
    min-width: 20rem;
    margin: auto;
}

body[class*="cva-user"] form.fForm .f-fieldset-body {
    flex-direction: column;
}


/* Header */

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header ul,
header ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

header.fHeader.active {
    box-shadow: 0px 0px 10px #00000040;
}

header.fHeader {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9999;
    background: white;
}

header .region-header .row {
    margin: 0;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}

.fHeader1 .menu-horizontal {
    background: transparent !important;
    justify-content: right;
}

.menu-hover-1 .fMenu>li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    place-content: baseline;
    transition: all .5s;
    margin: 0;
}

.menu-hover-1 .fMenu>li:nth-child(1) {
    width: 5rem;
}

.menu-hover-1 .fMenu>li:hover {
    background-color: var(--brand-color-theme-4);
}

.menu-hover-1 .fMenu>li a {
    padding: 15px 10px;
}

.menu-hover-1 .fMenu>li ul.sub li a {
    padding: 5px 10px;
    background-color: transparent;
    color: white;
    text-align: center;
    border-bottom: 0;
    display: block;
    font-size: .9rem;
    font-weight: 400;
}

div#fModule-42913 img {
    /* padding: 40px; */
    height: auto;
    object-fit: cover;
    margin: 80px 0 0 0;
    height: 450px;
    border: 2px solid #ccc;
}

div#fModule-42910 h3 {
    text-align: left;
}

div#fModule-42910 {
    padding-bottom: 0 !important;
}

.menu-hover-1 .fMenu>li ul.sub li a:hover {
    text-decoration: underline;
}

div#fModule-42914 h3 {
    text-align: left;
}

.menu-hover-1 .fMenu>li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-hover-1 .fMenu>li>a {
    font-weight: 500;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
}

.header-middle-container-row ul li a::before {
    content: '';
    height: 1px;
    width: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu-horizontal {
    padding: 0;
    background: var(--brand-color-theme-3) !important;
    width: 100%;
    margin-top: 15px;
}

.menu-horizontal nav {
    padding: 0;
}

.header-middle-container-row ul li a:hover::before {
    width: 100%;
}

.f-logo-header .f-media-image-link img {
    width: 200px;
    max-width: 100%;
}

.f-join-header-button .f-module-content {
    text-align: end;
}


/* banner start here */

.f-banner-home .fGalleryImage img {
    min-height: 300px;
}

.f-banner-home .bx-wrapper {
    margin-bottom: 0;
}

.f-banner-home .bx-wrapper .bx-viewport {
    /* height: unset!important; */
}

.f-banner-home .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 99;
    width: 100%;
}

.f-banner-home .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: var(--brand-color-theme-2);
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--brand-color-theme-1) !important;
}

.f-banner-home .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    place-items: center;
    padding-left: 10%;
}

.f-banner-home .fGalleryText a.banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.f-banner-home .fGalleryText .item h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--brand-color-theme-1);
    line-height: 40px;
}

.f-banner-home.f-mobile-banner .fGalleryText .item h2 {
    text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #fff, 0 -10px 20px #fff, 0 -18px 40px #fff;
}

.f-banner-home.f-mobile-banner .fGalleryText .item h2 span {
    font-weight: 600;
}

.f-banner-home .fGalleryText .item h2 span {
    color: var(--brand-color-theme-1);
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}


/* banner ends here */

.f-eventonbanner {
    position: absolute;
    inset: 0;
    max-width: 750px;
    min-width: 500px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, white, transparent);
    z-index: 99;
}

.f-eventonbanner .owl-wrapper {
    display: flex !important;
    align-items: center;
}

.f-eventonbanner .f-list-item-node.f-list-item-title {
    display: none;
}

.f-eventonbanner .f-list-item .f-list-item-container {
    height: 100%;
    padding: 20px;
}

.f-eventonbanner .f-item {
    padding: 10px 15%;
}

.f-eventonbanner h5 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    text-transform: uppercase;
}

.f-eventonbanner ::before {
    color: var(--brand-color-theme-3);
    margin: 0 10px 0 0;
}

.f-eventonbanner p {
    display: flex;
    line-height: 16px;
    margin: 0 0px 10px 0px
}

.f-eventonbanner p i {
    width: 22px;
}

.f-register-btn .fButton {
    line-height: 20px;
}


/* after banner four boxes start here */

.f-after-banner-4-boxes {
    background: linear-gradient(160deg, var(--brand-color-theme-6) 0%, var(--brand-color-theme-7) 100%);
    margin-bottom: 0 !important;
    border-bottom: 4px solid var(--brand-color-theme-3);
}

.f-after-banner-4-boxes .fGalleryItem {
    padding: 10px;
    height: 130px;
    display: flex;
    justify-content: start;
}

.f-after-banner-4-boxes .fGalleryItem:hover {
    background-color: var(--brand-color-theme-3);
}

.f-after-banner-4-boxes .fGalleryItem .ItemfinnerGallery {
    display: flex;
}

.f-after-banner-4-boxes .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    width: 65px;
    padding-top: 15px;
}

.f-after-banner-4-boxes .fGalleryText a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.f-after-banner-4-boxes .fGalleryItem .ItemfinnerGallery h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.f-after-banner-4-boxes .fGalleryItem .ItemfinnerGallery h3 a {
    display: block;
    position: relative;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.f-after-banner-4-boxes .fGalleryItem .ItemfinnerGallery span {
    color: white;
    font-size: 14px;
}

.f-after-banner-4-boxes .fGalleryItem .ItemfinnerGallery img {
    width: 50px;
    margin-top: -4px;
}


/* after banner four boxes ends here */


/* about us start here  */

.f-about-home .fGalleryImage img {
    height: 350px;
    object-fit: cover;
}

.f-about-home .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    place-items: center;
    text-align: center;
    background: #00e5ff73;
}

.f-about-home .fGalleryText h3 {
    color: white;
    font-weight: 800;
    text-align: center;
    font-size: 50px;
}

.f-about-home .fGalleryText p {
    font-size: 18px;
    color: white;
}

.f-about-home .fGalleryText a.fButton {
    margin-top: 30px;
}

.f-about-us-new {
    background: url(https://storage.unitedwebnetwork.com/files/1139/bc6c0b2eee340908b790e81e9e782ab8.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.f-about-us-new .container {
    display: flex;
    flex-wrap: wrap;
}

.f-about-us-new .container .fModuleTitle {
    width: 40%;
}

.f-about-us-new .container .fModuleTitle h3 {
    text-align: start;
    font-size: 18px;
    color: var(--brand-color-theme-3);
    font-weight: 500;
}

.f-about-us-new .container .fModuleTitle h3 span {
    display: block;
    font-size: 1.7rem;
    color: var(--brand-color-theme-1);
    line-height: 1.8rem;
    font-weight: 800;
}

.f-about-us-new .container .f-module-content {
    width: 60%;
}


/* about us ends here */


/* watch us start here */

.f-watch-us .fGalleryItem {
    padding: 10px;
}

.f-watch-us .owl-buttons {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.f-watch-us .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    background-color: transparent;
    color: var(--brand-color-theme-1);
    font-size: 30px;
}

.f-watch-us .owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-left: -20px;
}

.f-watch-us .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-right: -20px;
}

.f-watch-us .fGalleryItem .ItemfinnerGallery {
    position: relative;
    transition: all .5s;
    border: 1px solid #dedede;
}

.f-watch-us .fGalleryItem .ItemfinnerGallery:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

.f-watch-us .fGalleryItem .ItemfinnerGallery img {
    height: 330px;
    object-fit: cover;
}

.f-watch-us .fGalleryItem .ItemfinnerGallery .fGalleryText {
    padding: 20px;
}

.f-watch-us .fGalleryItem .ItemfinnerGallery .fGalleryText h5 {
    margin-top: 0;
    color: var(--brand-color-theme-1);
    font-size: 20px;
    font-weight: 600;
}

.f-watch-us .fGalleryItem .ItemfinnerGallery .fGalleryText a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.f-watch-us .fGalleryItem .ItemfinnerGallery .fGalleryText a::after {
    content: "\f04b";
    font-family: "FontAwesome";
    color: white;
    font-size: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
}

.f-award .ItemfinnerGallery {
    background: radial-gradient(var(--brand-color-theme-7), var(--brand-color-theme-6) 120%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    place-items: center;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 23.5%;
    height: 540px;
}

.f-award .ItemfinnerGallery .fGalleryImage {
    display: none;
}

.f-award .ItemfinnerGallery img {
    width: 80px;
}

.f-award .ItemfinnerGallery h4 {
    color: white;
    margin-bottom: 0;
    font-weight: 500;
}

.f-award .ItemfinnerGallery h3 {
    margin-top: 10px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.f-award .ItemfinnerGallery h3 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
}

.f-award .ItemfinnerGallery .fGalleryText a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.f-watch-video-container .row {
    place-items: center;
}


/* watch us ends here */


/* news and blogs start here */

.f-news-main-container {
    background-color: white;
    padding-top: 2rem;
}

.f-news-event .f-list-item {
    padding: 10px 15px;
}

.f-news-event .f-list-item .f-list-item-container {
    height: 100%;
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}

.f-news-event .f-list-item .f-list-item-container img {
    border-radius: 15px;
    aspect-ratio: 3/2;
    object-fit: cover;
    margin-bottom: 20px;
}


/* .f-news-event h5 {
font-size: 1rem;
height: 50px;
margin-bottom: 20px;
color: var(--brand-color-theme-1);
font-weight: 700;
} */

.f-news-event .f-list-item-node.f-list-item-title {
    font-size: 1rem;
    margin-bottom: 20px;
    color: var(--brand-color-theme-1);
    font-weight: 700;
}

.f-news-event ::before {
    color: var(--brand-color-theme-3);
    font-size: 15px;
    margin: 0 10px 0 0;
}

.f-news-event p {
    font-size: 13px;
    display: flex;
    line-height: 16px;
    margin: 0 0px 10px 0px
}

.f-news-event p.btns {
    flex-wrap: wrap;
    justify-content: space-between;
}

.f-news-event p i {
    width: 22px;
}

.f-news-event p a.fButton {
    line-height: 20px;
    display: inline-block;
    margin-top: 15px;
}

.f-news-event .f-list-item .f-list-item-container .f-list-item-title a {
    font-size: 25px;
    display: block;
    color: var(--brand-color-theme-1);
    margin-top: 10px;
    font-weight: 800;
    display: none;
}

.f-latest-container {
    width: 33.33%;
}

.f-latest-blogs {
    padding: 15px !important;
}

.f-latest-blogs .f-list-item {
    margin-bottom: 20px;
}

.f-latest-blogs .f-list-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    padding: 15px;
    background-color: white;
}

.f-latest-blogs .f-list-item .f-list-item-container {
    display: flex;
    flex-wrap: wrap;
    place-items: center;
}

.f-latest-blogs .f-list-item .f-list-item-container .f-list-item-teaser-image {
    width: 35%;
    padding-right: 5%;
    border-radius: 15px;
}

.f-latest-blogs .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    height: 110px;
    object-fit: cover;
    border-radius: 15px;
}

.f-latest-blogs .f-list-item .f-list-item-container .flist-item-detail {
    width: 65%;
}

.flist-item-detail .f-list-item-node.f-list-item-title {
    font-size: .8rem;
    line-height: 1.05rem;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.flist-item-detail ::before {
    color: var(--brand-color-theme-1);
    font-size: 15px;
    margin: 0 10px 0 0;
}

.f-latest-blogs .f-list-item .f-list-item-container .f-list-item-title a {
    color: var(--brand-color-theme-1);
    font-weight: 500;
}

.f-latest-blogs .f-list-item .f-list-item-container h5 {
    display: none;
}

.f-latest-blogs .f-list-item .f-list-item-container p {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 5px;
}

.f-latest-blogs .f-list-item .f-list-item-container p i {
    width: 18px;
}

.f-down-arrow a {
    color: var(--brand-color-theme-1);
    font-size: 30px;
}


/****/
/* Event Calendar 2024 start  here */

.f-event-cal .info .icon i{
    color: var(--brand-color-theme-1);
    font-size: 15px;
    margin: 0 10px 0 0;
}
      .f-event-cal .info  h5{
    margin: 1rem 0;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    text-transform: uppercase;
}
      .f-event-cal .info p {
    font-size: 13px;
    display: flex;
    line-height: 16px;
    margin: 0 0px 10px 0px;
}
    .f-event-cal .f-module-content{
    height: 100%;
    background-color: #fdfdfd;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
    border-radius: 15px;
}
     .f-event-cal .f-module-content .title {
    background: linear-gradient(160deg, var(--brand-color-theme-6) 0%, var(--brand-color-theme-7) 100%);
    color: #fff;
    padding: 10px;
   margin-top: 15px;
}

/* Event Calendar 2024 end  here */
.f-training-event .f-list-item {
    padding: 10px 15px;
}

.f-training-event .f-list-item .f-list-item-container {
    height: 100%;
    background-color: #fdfdfd;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
    border-radius: 15px;
}

.f-training-event .f-list-item .f-list-item-container .f-list-item-title {
    background: linear-gradient(160deg, var(--brand-color-theme-6) 0%, var(--brand-color-theme-7) 100%);
    color: #fff;
    padding: 10px;
}

.f-training-event h5 {
    margin: 1rem 0;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    text-transform: uppercase;
}

.f-training-event h5 a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.f-training-event ::before {
    color: var(--brand-color-theme-1);
    font-size: 15px;
    margin: 0 10px 0 0;
}

.f-training-event p {
    font-size: 13px;
    display: flex;
    line-height: 16px;
    margin: 0 0px 10px 0px
}

.f-training-event p.btns {
    flex-wrap: wrap;
    justify-content: space-between;
}

.f-training-event p i {
    width: 22px;
}

.f-training-event p a.fButton {
    line-height: 20px;
    display: inline-block;
}

.fprogramme .fMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
}

.fprogramme .fMenu li {
    width: 150px;
    padding: 10px;
}

.fprogramme .fMenu li a {
    display: flex;
    justify-content: center;
    height: 100%;
    place-items: center;
    background-color: var(--brand-color-theme-3);
    color: white;
    padding: 7px;
}


/* news and blogs ends here */

body.path-ensearch-team- {
    background: #f1f1f1;
}

.team .fGalleryImage {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.team .fGalleryImage img {
    aspect-ratio: 1/1;
    max-width: 200px;
    object-fit: contain;
    background: rgb(154, 179, 227);
    border-radius: 50%;
    transition: all .5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.team .fGalleryItem .ItemfinnerGallery:hover img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.team .fGalleryItem {
    padding: 15px;
    text-align: center;
}

.team .fGalleryItem h5 {
    font-size: 1.1rem;
    width: 230px;
    margin: 0 auto;
    max-width: 100%;
    text-transform: capitalize;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--brand-color-theme-3);
}

.team .fGalleryItem .ItemfinnerGallery {
    height: 100%;
}

.team .fGalleryItem p {
    font-size: .9rem;
    color: #000;
    width: 100%;
}


/*about-usdetails-page*/

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset img {
    width: 200px;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}


/*
Styling
*/

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset>label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 3px;
    background: #032746;
}

input:focus-visible+label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
}

.tabset>label:hover,
.tabset>input:focus+label,
.tabset>input:checked+label {
    color: var(--brand-color-theme-2);
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: var(--brand-color-theme-2);
}

.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.tabset {
    max-width: 100%;
    padding: 30px 20px 0 20px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 33px 7px rgb(0 0 0 / 10%);
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    /* margin-top: 30px; */
    height: 100%;
    margin: 20px;
}

.tabset h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--brand-color-theme-3);
}

.tabset h1 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--brand-color-theme-3);
}

.tabset h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--brand-color-theme-3);
}

.tabset ul {
    margin: 0;
    padding: 0;
}

.tabset ul li {
    margin: 0 0 10px 15px;
}

table#AutoNumber1 {
    width: 100%;
}

table#AutoNumber1 td {
    padding: 15px !important;
}

.con {
    max-width: 100%;
    padding: 30px 20px 0 20px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 33px 7px rgb(0 0 0 / 10%);
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    /* margin-top: 30px; */
    height: 100%;
}


/*about-usdetails-page*/


/*kkef-page*/

.kkef img {
    width: 30%;
    float: left;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 33px 7px rgb(0 0 0 / 10%);
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    height: 100%;
    margin: 0 30px 0 0;
    margin-bottom: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    margin: 0 0 10px 24px;
    list-style: disc;
}

.kkef h4 {
    font-size: 1.3rem;
    margin: 1.56rem 0 1.56rem;
    font-weight: 600;
    line-height: 140%;
    color: #1511d0;
}

.kkef h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--brand-color-theme-1);
    margin-top: 0;
    margin-bottom: 10px;
}

.kkef p:nth-child(1) {
    margin-bottom: 0;
}

.kkef p {
    text-align: justify;
}

ol {
    margin: 0;
    padding: 0;
}


/*kkef-page*/


/* footer start here */

footer {
    background: linear-gradient(160deg, var(--brand-color-theme-6) 0%, var(--brand-color-theme-7) 100%);
    border-top: 4px solid var(--brand-color-theme-3);
    padding-top: 1%;
    padding-bottom: 4%;
    margin-top: 5%;
}

footer p {
    margin-top: 0;
}

footer p,
footer a,
footer ul li {
    color: white !important;
    line-height: 28px;
}

footer .f-copright {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--brand-color-theme-3);
    color: white;
    font-size: 13px;
    padding: 7px;
}

footer .f-copright a {
    color: white;
    font-size: 13px;
}

footer .fModuleTitle h3 {
    text-align: start;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 10px;
}

footer .fForm label {
    color: white;
    font-size: 16px;
    text-align: start;
}

footer .fForm .buttons input {
    background-color: var(--brand-color-theme-3);
    padding: 7px 20px;
    font-size: 13px;
}

footer .fForm input {
    font-size: 13px;
    padding: 5px 10px;
}

footer .fModuleTitle h3 span {
    color: white;
    font-size: 13px;
    margin-top: 10px;
    line-height: 18px;
    font-weight: normal;
    display: block;
}

.f-logo-footer img {
    width: 200px;
    max-width: 100%;
}

.f-logo-footer ul {
    display: flex;
}

.f-logo-footer ul li {
    padding: 10px;
}

.f-logo-footer ul li a {
    display: flex;
    justify-content: center;
    place-items: center;
    color: white;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding-left: 4px;
    transition: all .3s;
}

.f-logo-footer ul li a:hover {
    color: var(--brand-color-theme-3) !important;
    background-color: white;
}

.f-links-footer {
    padding-left: 11%;
}


/* footer ends here */


/*gallery*/

.fGallery-listphoto1 .ItemfinnerGallery {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.fGallery-listphoto1 a.fGalleryImage {
    position: relative;
    overflow: hidden;
    display: block;
}

.fGallery-listphoto1 a.fGalleryImage img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    height: 260px;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
}

.fGallery-listphoto1 .ItemfinnerGallery:hover a.fGalleryImage img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.fGallery-listphoto1 .fGalleryText ul.icongallery {
    position: absolute;
    width: 93%;
    height: 81%;
    top: 44%;
    left: 50%;
    padding: 10px;
    opacity: 0;
    /* -webkit-transform: scale(0.6); */
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.fGallery-listphoto1 .ItemfinnerGallery:hover .fGalleryText ul.icongallery {
    opacity: 1;
    /* -webkit-transform: scale(1); */
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    /* transform: scale(1); */
}

.fGallery-listphoto1 .fGalleryText i {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.fGallery-listphoto1 .fGalleryText h3 {
    color: #fff;
    margin: 0;
}

.fGallery-listphoto1 .fGalleryText p {
    color: #fff;
}

.fGallery-listphoto1 .fGalleryText .caption {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
    height: 100%;
    background-color: rgb(19 19 19 / 68%);
    display: grid;
    place-content: center;
}

h3.training {
    color: #000 !important;
}

.fGallery-listphoto1 .fGalleryText ul.icongallery li {
    vertical-align: middle;
    text-align: center;
    padding: 30px;
    height: 104%;
    background-color: rgb(19 19 19 / 68%);
    display: grid;
    place-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.details .fGalleryText ul.icongallery li {
    height: 104%;
}

.fGallery-listphoto1 .fGalleryText ul.icongallery li {
    margin: 0;
}

.fGallery-listphoto1 ul.fGalleryImages.fGalleryList li.fGalleryItem {
    margin-bottom: 30px;
}

.four-galleryBox .ItemfinnerGallery {
    position: relative;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
    height: 100%;
}

.four-galleryBox li {
    margin-bottom: 30px;
}

.four-galleryBox h3 {
    text-align: center;
    font-size: 17px;
    color: var(--brand-color-theme-1) !important;
}

.four-galleryBox {
    padding-bottom: 0 !important;
}


/*gallery*/


/*tanle*/

.table-responsive {
    position: relative;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
    margin-top: 30px;
}

.table>thead {
    vertical-align: bottom;
    background: var(--brand-color-theme-1);
    color: #fff;
}

.table td {
    padding: 15px !important;
}

.table th {
    padding: 15px !important;
}

.table a {
    color: var(--brand-color-theme-4);
    font-weight: 500;
}


/*tanle*/


/*resources*/

.logo img {
    width: 400px;
}

.logo {
    padding-bottom: 0 !important;
}

.box {
    position: relative;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
    margin-top: 30px;
}

.box .fModuleTitle h3 {
    font-size: 1.7rem;
}

.box h3 {
    text-align: left;
    font-size: 15px;
}

.box img {
    height: 500px;
    object-fit: cover;
    object-position: top;
}


/*resources*/


/*news-paper-articles*/

.news img {
    height: 200px;
    object-fit: cover;
}

.news a {
    color: var(--brand-color-theme-1);
    font-weight: 600;
}

.box.box1 {
    height: 250px;
    margin-bottom: 30px;
}

.news h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--brand-color-theme-1);
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--brand-color-theme-1);
}


/*news-paper-articles*/


/*traning-2023*/

.year {
    width: 100% !important;
}

.year .f-list-item-node.f-list-item-title {
    font-size: 1.3rem;
}

.year img {
    height: 200px;
    object-fit: cover;
}

.year .f-list-item-container {
    position: relative;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
    margin-top: 30px;
}

.events .fModuleTitle h3 {
    text-align: center;
}

.f-news-event h3 {
    text-transform: inherit;
}

.f-list.f-list-content.f-list-content-33500.row.justify-content-center.justify-content-md-start {
    justify-content: center !important;
}

.events h3 {
    text-align: left;
}

.events {
    width: 100%;
}

.events .f-list-item-container {
    position: relative;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
    margin-top: 30px;
}

.events span {
    color: #CC0000;
}

.events .f-list-item-node.f-list-item-title {
    background: linear-gradient(45deg, var(--brand-color-theme-1), var(--brand-color-theme-3));
    color: #fff;
    padding: 10px;
}


/*accordian*/

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div.c {
    position: relative;
}

div.c h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--brand-color-theme-1);
    margin: 0;
}

input {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
}

div.c h1 {
    background: linear-gradient(160deg, var(--brand-color-theme-6) 0%, var(--brand-color-theme-7) 100%);
    color: white;
    padding: 1rem;
    position: relative;
    margin: 0;
}

div.c label::before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left: 15px solid white;
}

.faq h3 {
    text-align: left;
    margin: 0;
}

div.c label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
}

div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

input:checked~h1 label::before {
    border-left: 10px solid transparent;
    border-top: 15px solid white;
    margin-top: 12px;
    margin-right: 10px;
}

input:checked~h1~div.p {
    max-height: max-content;
    padding: 30px;
}

div#fModule-42639 {
    padding-bottom: 0 !important;
}


/*accordian*/


/*ret*/

.headinggallery h3 {
    font-size: 1.6rem;
}

.headinggallery ul.fGalleryImages.fGalleryList {
    padding-top: 0 !important;
}


/*ret*/


/***members logo***/

.f-members-logo .fGalleryImages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.f-members-logo .fGalleryImages .fGalleryItem {
    width: fit-content;
    margin-bottom: 1rem;
}

.f-members-logo .fGalleryImages .ItemfinnerGallery {
    height: 100%;
    padding: 1rem;
}

.f-members-logo .fGalleryImages .ItemfinnerGallery img {
    height: 100%;
    max-height: 100px;
    object-fit: contain;
    padding: 0.75rem;
}

.f-members-logo .fGalleryImages .ItemfinnerGallery .fGalleryText h3 {
    line-height: normal;
    margin: 0;
    color: #000;
    text-align: center;
    border-top: 1px solid var(--brand-color-theme-1);
}


/*******Why Join us***/

.f-why-join {
    overflow: visible !important;
}

.f-why-join .row .heading h4 {
    font-weight: 700;
    color: var(--brand-color-theme-3);
}

.f-why-join .row .heading h2 {
    font-weight: 700;
    color: var(--brand-color-theme-1);
}

@media(min-width:992px) {
    .f-why-join .row .row-one ul li {
        width: 100%;
    }
}

.f-why-join .fGalleryImages .ItemfinnerGallery {
    background: linear-gradient(90deg, #efefef, #ffffffcc 90%);
    border-radius: 45px;
    display: flex;
    align-items: start;
    height: 100%;
}

.f-why-join .fGalleryImages .ItemfinnerGallery::before {
    content: "";
    background: linear-gradient(90deg, var(--brand-color-theme-3), transparent 75%);
    border-radius: 45px;
    position: absolute;
    inset: -2px;
    z-index: -1;
}

.f-why-join .fGalleryImages .ItemfinnerGallery .fGalleryImage {
    margin-left: -2rem;
    height: 5.5rem;
    aspect-ratio: 1/1;
    background: var(--brand-color-theme-6);
    border-radius: 50%;
    padding: 1rem;
    border: 2px solid var(--brand-color-theme-3);
}

.f-why-join .fGalleryImages .ItemfinnerGallery .fGalleryText {
    padding: 1rem;
}

.f-why-join .fGalleryImages .ItemfinnerGallery .fGalleryText h5 {
    margin: 0.75rem 0;
    color: var(--brand-color-theme-6);
}


/*registration*/

user-form-1729 .form-item {
    width: 100%;
}

.f-timeline-nav .fMenu {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.f-timeline-nav .fMenu li {
    padding: 20px 0px;
    width: -webkit-fill-available;
    text-align: center;
    background-color: white;
    position: relative;
}

.f-timeline-nav .fMenu li.selected::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    transform: scaleY(-50%);
    width: 100%;
    height: 3px;
    background: var(--brand-color-theme-3);
    background-repeat: no-repeat;
    background-position: center;
}

.f-timeline-nav .fMenu li.future a {
    opacity: .5;
    pointer-events: none;
}

.f-timeline-nav .fMenu li a {
    background: var(--brand-color-theme-3);
    padding: 10px;
    color: white;
    display: inline-block;
    width: 150px;
    z-index: 99;
    position: relative;
}


/*registration*/

.f-word-earth-day-text h3 {
    text-align: start;
    margin: 1rem 0;
}

.f-wed.f-word-earth-day-text .scroll-box::-webkit-scrollbar {
    width: 3px;
}

.f-wed.f-word-earth-day-text .scroll-box::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: var(--brand-color-theme-3);
}


/**************************/

.f-wed.f-word-earth-day-text .scroll-box {
    max-height: 30rem;
    overflow-y: auto;
    margin-bottom: 1rem;
}

.f-word-earth-day {
    background: url(https://storage.unitedwebnetwork.com/files/1139/bc6c0b2eee340908b790e81e9e782ab8.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.f-wed {
    overflow: visible !important;
}

.f-wed::before {
    content: "ENSEARCH";
    position: absolute;
    top: 5rem;
    left: -3rem;
    opacity: .4;
    margin: 0;
    font-weight: 700;
    font-size: 5rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--brand-color-theme-3);
    z-index: 1;
}

.f-wed .Image {
    display: flex;
    place-items: center;
}

.f-wed .text h3 {
    font-size: 3rem;
    line-height: 120%;
    color: var(--brand-color-theme-3);
}

.f-wed .f-module-title h3 {
    font-size: 1.3rem;
}

.f-wed .fModuleContent>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.f-wed .fModuleContent>div div.col-12 {
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.f-wed .fModuleContent>div div.col-12 ul {
    margin-left: 0;
    padding-left: 0;
}

.f-wed .fModuleContent>div div.col-12 ul li {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-left: 0;
}

.f-wed .fModuleContent>div div.col-12 ul li::before {
    content: '\f57d';
    font-family: 'FontAwesome';
    position: relative;
    left: 3px;
    margin-right: 10px;
    top: 0;
    font-size: 0.9rem;
    color: var(--brand-color-theme-2);
}


/* Prime Minister Hibiscus Award starts here */

.f-about-phma h4 {
    font-weight: 700;
}

.f-about-phma ul {
    padding-left: 0;
}

.f-about-phma ul li {
    margin-left: 0;
    list-style: none;
    position: relative;
}

.f-about-phma ul li::before {
    content: "\f105";
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    place-items: center;
    justify-content: center;
    color: white;
    font-family: "FontAwesome";
    margin-right: 10px;
    background-color: var(--brand-color-theme-2);
    font-size: 14px;
}

.f-about-phma .f-about-div {
    padding: 10px 10px 10px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 3px solid var(--brand-color-theme-3);
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
    padding: 50px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 0px;
    background: var(--brand-color-theme-3);
    border-radius: 7px;
}

.timeline ul li:last-child {
    background-color: transparent;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    top: 0;
    width: 400px;
    padding: 15px;
    background: var(--brand-color-theme-2);
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: -439px;
}

.timeline ul li:nth-child(odd) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent var(--brand-color-theme-2);
}

.timeline ul li:nth-child(even) div {
    left: 45px;
}

.timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent var(--brand-color-theme-2) transparent transparent;
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: var(--brand-color-theme-2);
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

/* Prime Minister Hibiscus Award ends here */


/***************************************************************************
RESPONSIVE MEDIA QUERY
****************************************************************************/

@media(max-width:1599.9px) {
    .menu-horizontal nav>ul>li {
        width: 175px;
    }
}

@media(max-width:1399.9px) {
    .menu-horizontal nav>ul>li {
        width: 165px;
    }

    .menu-hover-1 .fMenu>li>a {
        font-size: .9rem;
    }

    .menu-hover-1 .fMenu>li ul.sub li a {
        font-size: 14px;
    }

    .f-word-earth-day-text .div-scroll-text {
        height: 30rem;
    }
}

@media(max-width:1299.9px) {
    .menu-hover-1 .fMenu>li>a {
        font-size: 13px;
    }

    .menu-hover-1 .fMenu>li ul.sub li a {
        font-size: 12px;
    }

    .menu-horizontal nav>ul>li {
        width: 150px;
    }
}

@media(max-width:1199.9px) {
    .menu-hover-1 .fMenu>li {
        width: 130px;
    }

    .menu-hover-1 .fMenu>li a {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
    }

    .f-watch-us .fGalleryItem .ItemfinnerGallery img {
        height: 280px;
    }

    .f-watch-us .fGalleryItem .ItemfinnerGallery .fGalleryText h5 {
        font-size: 17px;
    }

    .f-award .ItemfinnerGallery h4 {
        font-size: 18px;
    }

    .f-award .ItemfinnerGallery h3 {
        font-size: 22px;
    }

    .f-award .ItemfinnerGallery h3 span {
        font-size: 16px;
    }

    .f-award .ItemfinnerGallery,
    .f-watch-us .fGalleryItem .ItemfinnerGallery {
        height: 500px;
    }

    .f-after-banner-4-boxes .fGalleryItem .ItemfinnerGallery img {
        width: 40px;
    }

    .f-after-banner-4-boxes .fGalleryItem .ItemfinnerGallery h3 a {
        font-size: 17px;
        line-height: 22px;
    }

    .f-after-banner-4-boxes .fGalleryItem {
        height: 140px;
    }

    .f-after-banner-4-boxes .owl-theme .owl-controls {
        margin-top: 0;
    }

    .f-after-banner-4-boxes .owl-buttons {
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .f-about-home .fGalleryText p {
        font-size: 14px;
    }

    .f-about-home .fGalleryImage img {
        height: 450px;
    }

    .f-word-earth-day-text .div-scroll-text {
        height: 26rem;
    }
}

@media (max-width: 991.9px) {
    html {
        font-size: 14px;
    }

    div#form-item-field_id_19359 {
        width: auto;
    }

    div#form-item-field_id_19555 {
        width: auto;
    }

    .menu-hover-1 .fMenu>li:nth-child(1) {
        width: 100%;
    }

    .f-after-banner-4-boxes .fGalleryItem {
        height: 100px;
    }

    .fMenu:hover ul.sub {
        visibility: hidden;
        display: none;
    }

    .fMenu ul.sub {
        visibility: hidden;
        transform: none;
    }

    .fMenu li:hover ul.sub {
        visibility: visible;
        transform: none;
        display: block;
    }

    .menu-horizontal nav>ul>li {
        border-left: 0;
    }

    .menu-horizontal nav>ul>li:last-child {
        border-right: 0;
    }

    .menu-horizontal nav>ul>li>ul.sub {
        background-color: var(--brand-color-theme-2);
        padding: 0 !important;
        display: unset !important;
        max-height: 0 !important;
        visibility: visible !important;
        transition: all 0.2s linear !important;
    }

    .menu-horizontal nav>ul>li:hover ul.sub {
        max-height: 500px !important;
        transition: all 0.5s linear !important;
    }

    header.fHeader {
        position: sticky;
        top: 0;
    }

    header.fHeader .menu-horizontal ul li a {
        background-color: var(--brand-color-theme-1) !important;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
        text-align: start;
    }

    .menu-horizontal nav>ul>li>ul.sub li a {
        background-color: white !important;
        color: var(--brand-color-theme-1) !important;
        text-align: start !important;
    }

    .fMenu:hover ul.sub {
        top: 0;
    }

    .f-join-header-button {
        display: none !important;
    }

    .menu-horizontal {
        background-color: transparent;
        height: 0;
    }

    .navbar-toggle-container .navbar-toggle {
        position: relative;
        top: -60px;
        right: 8%;
    }

    .navbar-toggle-container .navbar-toggle span {
        background-color: var(--brand-color-theme-1);
    }

    header .region-header .row {
        height: 0;
    }

    footer {
        padding-bottom: 50px;
    }

    .f-award .ItemfinnerGallery {
        margin-top: 0;
        height: auto;
        justify-content: start;
        flex-wrap: wrap;
    }

    .f-award .ItemfinnerGallery .fGalleryImage {
        display: block;
        width: 20%;
    }

    .f-award .ItemfinnerGallery .fGalleryText {
        width: 80%;
        text-align: start;
    }

    .f-award .ItemfinnerGallery .fGalleryText img {
        display: none;
    }

    .f-latest-blogs .f-list-item {
        box-shadow: none;
        padding: 15px;
        background-color: transparent;
        margin-bottom: 0;
    }

    .f-latest-blogs .f-list-item .f-list-item-container {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 15px;
        padding: 15px;
        background-color: white;
        display: block;
    }

    .f-latest-blogs .f-list-item .f-list-item-container .f-list-item-teaser-image {
        width: 100%;
    }

    .f-latest-container {
        width: 100%;
    }

    .f-about-us-new .container .fModuleTitle {
        width: 100%;
    }

    .f-about-us-new .container .f-module-content {
        width: 100%;
    }

    .f-watch-video-container {
        padding-top: 3rem;
    }

    .kkef img {
        float: none;
        margin-right: 0;
    }

    .kkef .fGalleryImage {
        display: block;
        text-align: center;
    }

    .kkef p:nth-child(1) {
        text-align: center;
    }

    .kkef h3 {
        text-align: center;
        font-size: 20px;
    }

    .f-word-earth-day-text .div-scroll-text {
        height: 40rem;
    }
}


/*sm*/

@media (max-width: 767.9px) {
    .f-fieldset-body .form-item {
        width: 100%;
        margin-right: 0;
    }

    /* form#frm {
width: 100%;
}
div#form-item-field_id_19349 {
width: 100%;
}
div#form-item-field_id_19354 {
width: 100%;
}
div#form-item-field_id_19350 {
width: 100%;
}
div#form-item-field_id_19357 {
width: 100%;
}
div#form-item-field_id_19358 {
width: 100%;
float: none;
}
div#form-item-field_id_19356 {
width: 100%;
float: none;
}
div#form-item-field_id_19357 {
width: 100%;
float: none;
}
div#form-item-field_id_19557 {
width: 100%;
float: none;
}
div#form-item-field_id_19558 {
width: 100%;
float: none;
}
div#form-item-field_id_19353 {
width: 100%;
float: none;
}
div#form-item-field_id_19359,
div#form-item-field_id_19555 {
width: 100%;
} */
    .f-links-footer {
        padding-left: 9.75px;
    }

    .tabset {
        display: flex;
        flex-wrap: wrap;
    }

    .tabset>label {
        width: 33.33%;
        margin-right: 0;
    }

    .kkef img {
        width: 250px;
    }

    .fGallery-listphoto1 a.fGalleryImage img {
        height: 180px;
    }
}


/*xs*/

@media(max-width:667.9px) {
    .f-watch-us .fGalleryItem .ItemfinnerGallery {
        height: auto;
    }

    .f-why-join .fGalleryImages .ItemfinnerGallery {
        background: linear-gradient(180deg, #efefef, #ffffffcc 90%);
        flex-wrap: wrap;
        justify-content: center;
    }

    .f-why-join .fGalleryImages .ItemfinnerGallery::before {
        background: linear-gradient(180deg, var(--brand-color-theme-3), transparent 60%);
    }

    .f-why-join .fGalleryImages .ItemfinnerGallery .fGalleryImage {
        margin-left: 0;
        margin-top: -2rem;
    }
}

@media (max-width: 575px) {
    .navbar-toggle-container .navbar-toggle {
        right: 5%;
    }

    .f-banner-home .fGalleryImage img {
        max-height: 600px;
    }

    .f-banner-home .fGalleryText {
        visibility: visible;
    }

    .f-banner-home .fGalleryText .item h2 span {
        font-size: 20px;
        line-height: 25px;
    }

    .f-banner-home .fGalleryText .item h2 {
        font-size: 50px;
    }

    .f-eventonbanner {
        display: none;
    }

    .f-after-banner-4-boxes .container {
        padding: 0;
    }

    .f-after-banner-4-boxes .owl-buttons {
        padding: 0 10px;
    }

    .f-award .ItemfinnerGallery .fGalleryImage {
        display: none;
    }

    .f-award .ItemfinnerGallery .fGalleryText {
        width: 100%;
        text-align: center;
    }

    .f-award .ItemfinnerGallery .fGalleryText img {
        display: inline-block;
    }

    .tabset>label {
        width: 100%;
        border-bottom: 3px solid #dedede;
        padding: 15px;
    }

    .tabset>input:checked+label {
        border: 0;
        border-bottom: 3px solid var(--brand-color-theme-2);
        background-color: var(--brand-color-theme-2);
        color: white;
    }

    .tabset>label::after {
        content: none;
    }

    .fGallery-listphoto1 a.fGalleryImage img {
        height: auto;
    }

    .box {
        padding: 20px 0px;
    }
}

.intl-tel-input {
    width: 100%;
}