@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=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
:root {
    --brand-color-theme-1: #0064a3;
    --brand-color-theme-2: #000;
}

#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);
}

body {
    font-family: 'Red Hat Display', sans-serif;
    padding-top: 0 !important;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
    color: #666;
    font-size: 16px;
}

span {}

a {}

img {
    width: 100%;
}

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: 14px 40px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: var(--brand-color-theme-1);
    border-color: var(--brand-color-theme-1);
    -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: 10px;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover {
    background: #fff;
    color: var(--brand-color-theme-1);
}

.ItemfinnerGallery {
    position: relative;
}

.fModuleTitle h3 {
    color: var(--brand-color-theme-1);
    font-weight: 900;
    letter-spacing: 1px;
}

.fPageTitle {
    background-color: var(--brand-color-theme-1);
    color: white;
    text-align: center;
    font-weight: 700;
    padding: 3rem 0;
}

.fPageTitle h1 {
    font-weight: 700;
}
/* image right for Photo with Custom Text module  */
/* .image-right .fGalleryImage, */
.image-right,.image-left{
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}
.image-right .f-media-image{order: 1;}
.f-media.row{padding: 0 30px;}
/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.fForm .buttons {
    padding: 0;
}

.fForm .form-heading {
    font-weight: 300;
    margin-top: 0;
    padding: 0 0 7px;
}


/* .fForm .buttons input:hover {
    background-color: #fff;
    color: var(--brand-color-theme-1);
} */

.fForm input,
.fForm select,
.fForm textarea {
    padding: 0.85rem 10px;
    width: 100%;
}

.fForm .buttons a {
    background: #fff;
    color: var(--brand-color-theme-12);
}

.fForm .buttons a:hover {
    background-color: var(--brand-color-theme-12);
    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-12);
}


/* Header */

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header ul,
header ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.fHeader .menu-horizontal {
    padding-right: 0%;
}

header.fHeader.active {
    box-shadow: 0px 0px 10px #00000040;
    background-color: var(--brand-color-theme-1);
}

header.fHeader {
    position: sticky;
    top: 0;
    width: 100%;
    display: block;
    z-index: 9999;
    background: white;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}

.fHeader1 .menu-horizontal {
    background: transparent !important;
    justify-content: right;
}

.menu-hover-1 .fMenu>li>a {
    margin-left: 13px;
    position: relative;
    padding: 0;
    color: var(--brand-color-theme-1);
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 15px;
}

.menu-horizontal ul li a::before {
    content: '';
    height: 2px;
    width: 0;
    transition: all .3s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-color-theme-1);
}

.menu-horizontal nav ul.fMenu {
    justify-content: right;
}

.menu-horizontal ul li a:hover::before {
    width: 100%;
}

.logo-header img {
    width: 150px;
}

.logo-header .white-logo {
    display: none;
}

header.active .f-header-logo img
{
    filter: brightness(0) invert(1);
}
header.fHeader.active .menu-hover-1 .fMenu>li>a {
    color: white;
}



header.fHeader.active .logo-header .white-logo {
    display: block;
}

header.fHeader.active .logo-header .main-logo {
    display: none;
}

.menu-hover-1 .fMenu li:hover>ul.sub>li.has-submenu{
    position: relative;
}
.menu-hover-1 .fMenu li:hover>ul.sub>li.has-submenu>a::after{
    content: "  >";
    position: relative;
    font-size: 18px;
    margin: -6px 5px
}
.menu-hover-1 .fMenu li:hover>ul.sub>li.has-submenu>ul.sub-mane{
    position: absolute;
    top: 0; right: -200px;
    width: 200px;
    display: none;
}
.menu-hover-1 .fMenu li:hover>ul.sub>li.has-submenu:hover ul.sub-mane{
    display: block;
}
.menu-hover-1 .fMenu li > ul {
	display: none !important;
}
.menu-hover-1 .fMenu li:hover > ul {
	display: block !important;
}
.menu-hover-1 .fMenu ul ul ul {
    top: 0;
    left: 200px;
    position: absolute;
    width: 200px;
}

/* footer start here */

footer {
    border-top: 7px solid var(--brand-color-theme-1);
    padding: 40px 20px 90px 20px;
    background-color: #ededed;
}

footer .container-fluid {
    padding: 0 20px;
}

footer .fModuleTitle h3 {
    font-size: 20px;
}

footer .footer-menu-ul {
    padding-left: 0;
}

footer .footer-menu-ul li {
    margin-bottom: 15px!important;
}

footer .f-address-footer ul {
    padding-left: 0;
}

footer .f-address-footer .social {
    display: flex;
}

footer .f-address-footer .social li a {
    margin-right: 10px;
    margin-top: 20px;
    color: var(--brand-color-theme-1);
    width: 30px;
    height: 30px;
    padding-left: 5px;
    border: 1px solid var(--brand-color-theme-1);
    border-radius: 150px;
    display: flex;
    justify-content: center;
    place-items: center;
    transition: all 0.5s ease-in-out;
}

footer .f-address-footer .social li a:hover {
    background-color: var(--brand-color-theme-1);
    color: white;
}

footer .f-copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: var(--brand-color-theme-1);
}

footer .f-copyright div.copy {
    text-align: center;
    color: white;
}

footer .f-copyright div.copy a {
    color: white;
}

.f-footer-content .f-logo 
{
    text-align: center;
    img{
        width: 100px;
    }
}

/* footer ends here */


/* banner start here */

.f-banner {
    padding-bottom: 0!important;
}


/* banner ends here */


/* about us home start here */

.f-about-us {
    padding-top: 3rem!important;
    background: url(https://storage.unitedwebnetwork.com/files/1108/a33ef49e822047958189a911b533c27f.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-about-us .f-media {
    display: flex;
    flex-wrap: wrap;
}

.f-about-us .f-media div {}

.f-about-us .f-media div.f-media-image {
    width: 40%;
    padding: 15px;
    display: flex;
    justify-content: center;
    place-items: center;
}

.f-about-us .f-media div.f-media-text {
    width: 60%;
    padding: 15px;
}

.f-about-us .f-media div.f-media-text h5 {
    color: var(--brand-color-theme-1);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.f-about-us .f-media div.f-media-text h3 {
    color: var(--brand-color-theme-2);
    font-weight: 700;
    margin-top: 7px;
}

.f-about-us .f-media div.f-media-text p {
    color: var(--brand-color-theme-2);
}

.f-about-us .f-media div.f-media-text .logos p {
    font-size: 13px;
}

.f-about-us .f-media div.f-media-text a.fButton {
    margin-right: 10px;
    display: inline-block;
    margin-top: 20px;
}


/* about us home ends here */


/* welcome message start here */

.f-welcome-message {
    padding-top: 4rem!important;
}

.f-welcome-message div.container {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}

.f-welcome-message img {
    width: 200px;
    object-fit: contain;
    padding: 10px;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.f-welcome-message .details-person p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 25px;
}

.f-welcome-message .details-person p:nth-child(2) {
    font-size: 14px;
}

.f-welcome-message .details-person p.tnx {
    color: red;
    font-size: 14px;
}


/* welcome message ends here */


/* why join us start here */

.f-join-us {
    padding-top: 3rem!important;
    background-color: #FDFDFE;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.f-join-us .join-row .col-12:nth-child(1) h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--brand-color-theme-1);
    margin-bottom: 0;
}

.f-join-us .join-row .col-12:nth-child(1) h4 {
    color: var(--brand-color-theme-2);
    font-weight: 900;
    font-size: 35px;
    margin-top: 8px;
}

.f-join-us .join-row .col-12 .boxes-row .item {
    height: 100%;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    padding: 15px 20px;
    padding-right: 30px;
    padding-bottom: 50px;
    position: relative;
}

.f-join-us .join-row .col-12 .boxes-row .item h3 {
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: var(--brand-color-theme-1);
    margin-bottom: 0;
}

.f-join-us .join-row .col-12 .boxes-row .col-12 {
    padding: 10px;
}

.f-join-us .join-row .col-12 .boxes-row .col-12 .item span {
    position: absolute;
    right: -59px;
    bottom: -59px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: var(--brand-color-theme-1);
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
    clip-path: polygon(50% 0, 50% 50%, 0 50%, 0 0);
}


/* why join ends start here */


/* counter number start here */

.fnumber_counter {
    padding-top: 3rem!important;
}

.fnumber_counter .fGalleryItem {
    padding: 10px;
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery {
    padding: 40px 10px;
    text-align: center;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery img {
    display: none;
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery .fGalleryText {
    display: flex;
    flex-wrap: wrap;
    /* padding: ; */
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery .fGalleryText div {
    width: 100%;
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
    order: 2;
    width: 100%;
    margin: 0;
    font-weight: 700;
    color: var(--brand-color-theme-2);
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery .fGalleryText span {
    margin: 0;
    font-size: 2.2rem;
    color: var(--brand-color-theme-1);
    font-weight: 900;
}


/* counter number ends here */

/* contact us page css */
.f-contact-info-form{
    padding-top: 30px;
}
.f-contact-info .list-wrap{
    margin: 0px;
    padding: 0px;
}
.f-contact-info .list-wrap li{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.f-contact-info .list-wrap li .icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--brand-color-theme-1);
    color: #fff;
    font-size: 20px;
    line-height: 0;
    margin-right: 15px;
    flex: 0 0 auto;
}
.f-contact-info .list-wrap li .icon i{
    padding-left: 4px;
}
.f-contact-info .list-wrap li .content p{
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
}
.f-contact-info .list-wrap li .content a{
    display: block;
    font-weight: 500;
    color: var(--tg-body-color);
    line-height: 1.4;
}
.f-contact-form{
    background: #F6F7FA;
    border: 1px solid #DAE0E7;
    border-radius: 8px;
    padding: 30px 40px 40px 40px !important;
}
.f-contact-form .fForm{
    display: flex;
    flex-wrap: wrap;
}
.f-contact-form .fModuleTitle h3{
    margin: 0 !important;
    padding: 0 10px;
}
.f-contact-form .fForm div.form-item{
    padding: 10px;
}
.f-contact-form .fForm div.ph label{
    display: none;
}
.f-contact-form .fForm div.form-item input,
.f-contact-form .fForm div.form-item textarea{
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    border: 1px solid var(--brand-color-theme-1);
    border-radius: 5px;
    background-color: #fff;
}
.f-contact-form .fForm .buttons{
    padding: 10px !important;
}

/* form page css */
.com-user .fForm .form-item input,
.com-user .fForm .form-item select,
.com-user .fForm .form-item textarea{
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid var(--brand-color-theme-1);
    border-radius: 5px;
    background-color: #fff;
}

/* committee page css */
.f-science-comt .fModuleContent > div > h4{
    text-align: center;
font-weight: 600;
}
.f-science-comt .member h5{
    text-align: end;
}
.f-science-comt .fModuleContent .row:not(.member) div{
    margin: 5px;
    padding: 8px 5px;
    box-shadow: 0 0 10px -2px #aaa;
}
.f-science-comt .fModuleContent .row div h4{
    margin: 0 5px;
}
.f-science-comt .fModuleContent .row div h5{
    margin: 0 5px;
    font-size: 15px;
}
.f-science-comt .fModuleContent .row div p{
    margin: 0 5px;
}
/************pilot-centers css*********/
.path-pilot-centers- #fContent .fModule{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}



/***************************************************************************
                        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);
    }

    header.active .main-menu .fMenu>li:last-child>a
    {
        background-color: #000;
    }
    .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: .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;
        position: relative;
    }
    .main-menu .fMenu>li>ul>li>a {
        font-size: 1rem;
        line-height: 1.2em;
        color: var(--brand-color-theme-2);
        padding: .7rem 1rem;
        display: block;
        border-bottom: 1px solid #dedede;
    }

    .main-menu .fMenu>li>ul>li>ul{
        position: absolute;
        right: 0;
        top: 0;
        background-color: white;
    }
    .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: white;
        transition: all 0.4s ease 0s;
    }
}

/*md*/

@media(max-width:1023.9px) {
    .f-about-us .f-media div.f-media-text {
        width: 100%;
    }
    .f-about-us .f-media div.f-media-image {
        width: 100%;
    }
}

@media (max-width: 991.9px) {
    html {
        font-size: 14px;
    }
    header .navbar-toggle {
        position: relative;
        top: 30px;
    }
    header .navbar-toggle .icon-bar {
        background-color: var(--brand-color-theme-1);
    }
    header.fHeader.active .navbar-toggle .icon-bar {
        background-color: white;
    }
    header.fHeader .menu-horizontal nav>ul>li>a {
        background-color: white;
        color: var(--brand-color-theme-1)!important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    header.fHeader.active .menu-horizontal nav>ul>li>a {
        color: var(--brand-color-theme-1)!important;
    }
    header.fHeader .menu-horizontal nav>ul>li>a:first-child {
        border: 0px;
    }
    .menu-hover-1 .fMenu li:hover>ul.sub>li.has-submenu:hover >a::after{
        transform: rotate(90deg);
    }
    .menu-hover-1 .fMenu li:hover>ul.sub>li.has-submenu>ul.sub-mane{
        position: relative;
        left: 20px;
        width: auto;
    }
    .menu-hover-1 .fMenu li:hover>ul.sub>li.has-submenu:hover ul.sub-mane{
        display: block;
    }
    .boxes-row {
        justify-content: center;
    }

    .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: .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: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
        display: block;
    }
}


/*sm*/

@media (max-width: 768px) {
    html {
        font-size: 13px;
    }
	
	.f-about-us .f-media div.f-media-text h5{ text-align:left !important;}
	.f-about-us .f-media div.f-media-text a.fButton{ display:block;}
    #fModule-42991 table{
        display: block;
        overflow-x: auto;
    }
    #fModule-42991 table td{
        padding-left: 0;
        padding-right: 0;
    }
    .path-pilot-centers- #fContent .fModule{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/*xs*/

@media (max-width: 575px) {
    html {
        font-size: 13px;
    }
}