@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Open+Sans&family=Poppins:wght@300;600;700;900&display=swap');
:root {
    --font-300: 300;
    --font-600: 600;
    --font-700: 700;
    --font-900: 900;
    --animate-delay: 5s;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-pad, 100px);
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    position: relative;
    line-height: 1.7em;
}
/* Layout */
ul, ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
a {text-decoration: none;color:#000;font-size: 15px;}
p {
    font-size: 15px;
    margin: 15px 0;
    line-height: normal;
}
a:hover { text-decoration: none;}
h1, h2, h3, h4, h5, h6 {margin: 0; font-family: 'Poppins', sans-serif; font-weight: var(--font-600);}
h3 {font-size: 2rem;}
img {
    max-width: 100%;
    height: auto;
}
/* Button */
a.fButton,
input.fButton,
.fButton a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #0077B6;
    padding: 5px 14px;
    border: 2px solid #0077B6;
    background: transparent;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    z-index: 1;
}
a.fButton:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0077B6;
    z-index: -1;
    transition: 0.6s all;
}
a.fButton:hover:after {
    width: 100%;
}
a.fButton:hover {
    color: #fff;
}
a.fButton i {
    transition: 0.6s all;
}
a.fButton:hover i {
    color: #fff;
}
header nav {
    line-height: normal;
}
/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}  
.container {
    min-width: 320px;
}
body.width-full #fContent > .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
}
body.width-full #fMatter {
    padding: 0;
    width: 100%;
}
body.title-off .fPageTitle {
    display: none;
}
#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
    /*overflow:hidden;*/
} 
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
@media (max-width : 319px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 280px;
    }  
}
@media (min-width : 320px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 300px;
    }        
}
@media (min-width : 480px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 470px;
    }
}
@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 1170px;
    }
}
.fModuleTitle h3 {
    text-transform: uppercase;
}
.fGalleryImage {
    display: inline-block;
}
.shapes {
    position: absolute;
    z-index: 1;
}
.text-center {
    text-align: center;
}
.navbar-toggle {
    display: none;
}
.fTitleAfterUnderline h1 {
    position: relative;
    z-index: 5;
}
.fTitleAfterUnderline h1:after,
.fInnerBanner h3:after {
    content: '';
    position: absolute;
    width: 5%;
    height: 5px;
    background: #0077B6;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    transition: 1.5s all;
}
.navbar-header {
    float: none; 
}
.region-header  {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fLogo img {
    max-width: 200px;
}
.flogoWhite  {
    display: none;
}
.fMainMenu .fMenu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0 35px;
}
.fMainMenu .fMenu > li {
    padding-right: 18px;
    position: relative;
}
.fMainMenu .fMenu > li.fButton {
    display: none;
}
.fMainMenu .fMenu > .menu-item > a {
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    color: #6b6b6b;
    font-weight: var(--font-600);
    position: relative;
    padding: 10px 0;
    transition: 0.6s all;
}
.fMainMenu .fMenu > .menu-item > a:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 2px;
    width: 20px;
    left: 0;
    background-color: #0077b6;
    opacity: 0;
}
header.set .fMainMenu .fMenu > .menu-item > a:after {
    background: #fff;
}
.fMainMenu .fMenu > .menu-item > a:hover {
    color: #000;
}
.fMainMenu .fMenu > .menu-item > a:hover:after {
    opacity: 1;
}
.fMainMenu .fMenu > li.has-submenu ul {
    list-style: none;
    position: absolute;
    min-width: 220px;
    font-size: 14px;
    box-shadow: 0 0 12px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.08);
    padding: 12px;
    top: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    background: #fff;
    display: none;
    transition: 0.6s all;
}
.fMainMenu .fMenu > li ul a {
    display: block;
    padding: 6px 30px 6px 12px;
    position: relative;
    color: #757575;
    transition: 0.6s all;
}
.fMainMenu .fMenu > li.has-submenu:hover > ul {
    opacity: 1;
    z-index: 1;
    display: block;
}
.fMainMenu .fMenu > li ul a:hover {
    color: #0077B6;
}
header {
    background: #fff;
    box-shadow: none;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.6s all;
}
header.set {
    padding: 15px;
    /*background: #025183FF;*/
    background: rgb(2,81,131);
background: linear-gradient(356deg, rgba(2,81,131,1) 15%, rgba(2,81,131,1) 35%, rgba(0,119,182,1) 71%, rgba(0,119,182,1) 100%);
}
header.set .fLogo {
    display: none;
}
header.set .fLogo.flogoWhite  {
    display: block;
}
header.set .fMainMenu .fMenu .menu-item a {
    padding: 10px 0;
    color: #fff;
}
header.set .fMainMenu .fMenu .menu-item ul li a {
    color: #000;
}
.fHeaderButton ul {
    display: flex;
    gap: 0 10px;
    align-items: center;
}
header .fHeaderButton ul li .fButton,
.fMainMenu .fMenu > li.fButton a,
header.set .fMainMenu .fMenu > li.fButton a {
    border-color: #0077B6;
    background: #0077B6;
    color: #fff;
    transition: 0.6s all;
}
header .fHeaderButton ul li .fButton:hover{
    color: #000;
}
header .fHeaderButton ul li .fButton:hover:after {
    background: #fff;
}
header.set .fHeaderButton ul li .fButton {
    border-color: #fff;
    color: #000;
    background: #fff;
}
header.set .fHeaderButton ul li .fButton:after {
    background: #0077B6;
}
header.set .fHeaderButton ul li .fButton:hover{
    color: #fff;
}
header .fHeaderButton ul li .fLogin,
header.set .fHeaderButton ul li .fLogin,
.fMainMenu .fMenu > li.fLogin a,
header.set .fMainMenu .fMenu > li.fLogin a {
    border-color: #f2f2f2;
    background: #f2f2f2;
    color: #000;
    transition: 0.6s all;
}
.fHeaderButton ul li .fLogin:hover {
    background: #e1e0e0;
    border-color: #e1e0e0;
}
.fHeaderButton ul li .fLogin:after,
header.set .fHeaderButton ul li .fLogin:after,
.fMainMenu .fMenu > li.fLogin a:after,
header.set .fMainMenu .fMenu > li.fLogin a:after {
    display: none;
}
.fMainMenu .fMenu > .menu-item.fButton > a:hover {
    color: #fff;
}

/*Banner*/
.fBanner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /*height: auto !important;*/
    padding-left: 8px !important;
}
.fBanner .fGalleryList .fGalleryItem .fGalleryImage {
    display: none;
}
.fBanner ul li .fBannerContent h1 {
    font-size: 37px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    color: #000;
    padding-bottom: 60px;
}
.fBanner ul li .fBannerContent h1 span {
    font-size: 62px;
    font-weight: 900;
    line-height: 1;
    color: #000;
    letter-spacing: 1px;
    margin-top: 10px;
}
.fBanner ul li .fBannerContent .sub-text {
    font-size: 20px;
    font-weight: 300;
    color: #4d4d4d;
    margin: 0;
    padding-top: 40px;
    min-height: 75px;
}
.fBanner .fGalleryList .fGalleryItem .fGalleryText .fButton {
    margin-top: 40px;
    background: #0077B6;
    color: #fff;
    transition: 0.6s all;
}
.fBanner .fGalleryList .fGalleryItem .fGalleryText .fButton:hover,
.fBanner .fGalleryList .fGalleryItem .fGalleryText .fButton:hover i {
    color: #000;
}
.fBanner .fGalleryList .fGalleryItem .fGalleryText .fButton:after {
    background: #fff;
}
.customBannerHeight {
    display: flex;
    align-items: center;
    min-height: 540px;
}
.customBannerHeight .fModule {
    flex: 0 0 100%;
    max-width: 100%;
}
.customBannerHeight .bx-viewport {
    height: 100% !important; 
}
.customBannerHeight .bx-viewport .fGalleryList {
    display: flex;
    width: 100% !important;
    align-items: center;
}
/*.customBannerHeight .bx-viewport .fGalleryList .fGalleryItem {
    margin-top: -30px;
}*/
.banner-flex,
.fBannerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fBannerWrapper > div {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0 15px;
}
.banner-flex > .fModule {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 15px;   
}
.banner-flex > .fModule.fTestiVideo {
    flex: 0 0 55%;
    max-width: 55%;
}
.fBannerWrapper > div {
    padding: 0;
}
.fBannerWrapper > div.fBannerVdo {
    padding-left: 50px;
}
.fBannerWrapper > div.fBannerVdo .vdo video {
    height: 450px;
}
.fClients  {
    background: #f2f2f2;
}
.fClients .fGalleryImage {
    padding: 8px;
}
.fClients .fGalleryImage img {
    max-height: 120px;
    filter: grayscale(1);
    transition: 0.6s all;
}
.fClients .fGalleryImage:hover img { 
    filter: grayscale(0);
}
.bx-wrapper .bx-viewport {
    background: transparent !important;
}
.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
    background: #e7e7e7;
    padding: 10px;
}
.tabs > li {
    flex: 0 0 33%;
    max-width: 33%;
}
.tabs > li a {
    display: block;
    padding: 15px;
    color: #000;
    text-align: center;
    background: #f1f1f1;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    transition: 0.6s all;
}
.tabs > li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #0077B6;
    transition: 0.6s all;
}
.tabs > li a:hover:after {
    width: 100%;
}
.tabs > li a.active {
    background: #fff;
    border-bottom-color: #2653e3;
}
.tabs > li a.active:after {
    width: 100%;
}
.fOffering .events {
    padding: 35px 15px;
    text-align: center;
}
.fOffering .events > div {
    display: none;
}
.fOffering .events > div.active {
    display: block;
}
.fOffering .events .event-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fOffering .events .event-list .rightSection {
    flex: 0 0 65%;
    max-width: 65%;
}
.fOffering .events .event-list .rightSection > div {
    display: none;
    text-align: center;
}
.fOffering .events .event-list .rightSection > div.active {
    display: block;
}
.fOffering .events .event-list ul.leftMenu {
    flex: 0 0 30%;
    max-width: 30%;
}
.fOffering .events .event-list ul.leftMenu li {
    text-align: left;
}
.fOffering .events .event-list ul.leftMenu li a.eventLeftLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #bfb9b9;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    transition: 0.6s all;
}
.fOffering .events .event-list ul.leftMenu li a.eventLeftLink:hover,
.fOffering .events .event-list ul.leftMenu li a.eventLeftLink.active {
    padding-right: 0;
    color: #0077B6;
    font-weight: bold;
}
.fOffering .events .event-list .rightSection > div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.fOffering .events .event-list .rightSection > div ul li {
    flex: 0 0 38%;
    max-width: 38%;
    position: relative;
    -webkit-box-shadow: 5px 5px 14px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 14px -6px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 14px -6px rgba(0,0,0,0.75);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.fOffering .events .event-list .rightSection > div ul li .listItem {
    padding: 30px;
    min-height: 130px;
    display: flex;
    align-items: center;
}
.fOffering .events .event-list .rightSection > div ul li .listItem span {
    position: absolute;
    left: 0;
}
.fOffering .events .event-list .rightSection > div ul li .listItem span.counting {
    top: 0;
    border-radius: 20px 0 20px 0;
    background: #0077B6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 29px;
    padding: 11px 17px;
}
.fOffering .events .event-list .rightSection > div ul li .listItem p {
    margin: 0;
    text-align: left;
    color: #0077B6;
        margin-left: 59px;
}
.fOffering .events .event-list .rightSection > div ul li span {
    display: inline-block;
}
.fOffering .events .event-list .rightSection > div ul li .listItem span.img {
    width: 30px;
    height: 30px;
    bottom: 10px;
    left: 13px;
}
.fOffering .events .event-list .rightSection > div ul li .listItem span.img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
/*Milestones*/
.fChoose {
    background: #0077B6; 
}
.fChoose h3 {
    color: #fff;
    padding-top: 30px;
}
.fChoose .counting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    margin-top: 3rem;
}
.fChoose .counting li {
    border-right: 1px solid #fff;
    padding: 10px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    color: #fff;
}
.fChoose .counting li:last-child {
    border-right: none;
}
.fChoose .counting li .block {
    display: block;
    font-size: 30px;
    color: #fff;
    margin-bottom: 6px;
}
.fChoose .counting li .block span {
    font-weight: bold;
    font-size: 45px;
    color: #fff;
}
.client-feedback-slider-three .fModuleTitle h3 span.block {
    display: block;
}
.clientSliderThree .fGalleryImage {
    display: none;
}
/*.clientSliderThree .fGalleryText {
    width: 60%;
    margin: 0 auto;
}*/
.clientSliderThree p {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #707070;
    font-style: italic;
}
.clientSliderThree .name {
    font-weight: 700;
    font-size: 19px;
    color: #3b3b3b;
        text-transform: uppercase;
        margin-bottom: 2px;
            margin-top: 3rem;

}
.clientSliderThree .desig {
    font-size: 15px;
    color: #3b3b3b;
    font-family: 'Poppins';
}
.testiWrapper  {
    background-image: url(https://storage.unitedwebnetwork.com/files/1080/b8b07c5797ffd2929dda9245330ac07b.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 70px 0 !important;
    margin-bottom: 0 !important;
}
.clientSliderThree .fModuleTitle h3 {
    color: #0077B6;
}
.clientSliderThree .quote {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 175px;
    text-shadow: 0 0 25px rgba(0,0,0,0.1);
    height: 95px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 41px;
    padding: 15px 0 10px;
}

.fEvent {
    background: #0077B6;
    margin: 0 !important;
}
.fEvent .fGalleryItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.fEvent .fGalleryItem .fGalleryImage {
    flex: 0 0 30%;
    max-width: 30%;
}
.fEvent .fGalleryItem .fGalleryText {
    flex: 0 0 70%;
    max-width: 70%;   
}
.fEvent .fGalleryText h3 {
    color: #fff;
    text-transform: uppercase;
}
.fEvent .fGalleryText h3 a {
    font-size: inherit;
    color: inherit;
}
.fEvent .fGalleryText h3 span {
    display: block;
}
.fEvent .fGalleryText p {
    color: #fff;
}
.fEvent .fGalleryText .fButton {
    color: #000;
    border-color: #fff;
    margin-top: 20px;
    background: #fff;
}
.fEvent .fGalleryText .fButton:after {
    background: #0077B6;
}
.fEvent .fGalleryText .fButton:hover i {
    color: #fff;
} 
.fEvent .fGalleryText .fButton:hover {
    border-color: #fff;
    color: #fff;
}
.fContactBanner {
    background: #0077B6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.fContactBanner h3 {
    font-size: 75px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}
.fContactBanner h3:after {
    content: '';
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 3%;
    top: 100%;
    height: 3px;
}
.fContactBanner p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #f8f8f8;
    margin-top: 15px;
}
.fHere {
    background: #161616;
    padding: 80px 0 !important;
}
.fHere .fModuleTitle h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}
.fHere ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fHere ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    color: #fff;
}
.fHere ul li h3 {
    font-weight: 800;
    font-size: 20px;
}
.fHere ul li p.blue {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 15px;
    color: #7D95A2FF;
    min-height: 76px;
}

.fContact {
    padding: 90px 0 !important;
    background: #e6e6e6;
}
.fContact ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.fContact ul li {
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
}
.fContact ul li h3 {
    font-size: 30px;
    color: #383838;
    font-weight: 800;
    margin-bottom: 0;
}
.fContact ul li p {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}
.fContact ul li .bottom {
    position: absolute;
    top: 77%;
}
.fContact ul li .bottom p {
    margin: 0;
}
.fContact div.fForm {
    background: rgb(255, 255, 255, 0.5);
    padding: 15px;
}
.fContact .fForm input,
.fContact .fForm textarea,
.fContact .fForm select {
    width: 100%;
    padding: 10px 15px;
    border: none;
    -webkit-box-shadow: 0px 0px 23px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 23px -15px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px -15px rgba(0,0,0,0.75);
border-radius: 2px;
}
.fForm .buttons {
    padding-left: 0 !important; 
}
.fForm .buttons input {
    margin: 0;
    width: 100% !important;
    background: #025183FF;
    color: #fff;
    padding: 10px !important;
    text-align: center;
    border-radius: 2px;
}
.fMap {
    padding: 0 !important;
}
.fMap p {
    margin: 0;
}
.fSocial {
    margin: 3rem auto !important;
}
.fSocial ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}
.fSocial ul li i {
    font-size: 22px;
}

.fInnerBanner {
    padding-top: 126px !important;
    padding-bottom: 80px !important;
    background: rgb(228,240,248);
background: linear-gradient(356deg, rgba(228,240,248,1) 15%, rgba(228,240,248,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
-webkit-box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
}
.fInnerBanner h3 {
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
}
.fInnerBanner h3:after {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 3%;
    height: 3px;
}
.fInnerBanner p {
    font-size: 19px;
    margin-top: 13px;
    color: #4d4d4d;
    font-weight: 300;
    line-height: 1.7;
    font-family: 'Poppins'
}
.fInnerBanner .shadow {
    margin-top: 17px;
    -webkit-box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
padding: 40px;
display: none;
}

.fIcon .fGalleryList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fIcon .fGalleryList li {
    flex: 0 0 20%;
    max-width: 20%;
    background: #0077B6;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
}
.fIcon .fGalleryList li .fGalleryImage {
    display: inline-block;
    width: 70px;
    padding: 12px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #0077B6;
    background: #fff;
    position: relative;
    top: -17px;
}
.fIcon .fGalleryList li .fGalleryImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.fIcon .fGalleryList li p {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
}

.tab-sticky {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.tab-wr {
    display: flex;
    justify-content: space-between;
}
.tab-wr .tab-menu {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 75px;
}
.tab-wr .tab-panel-right {
    flex: 0 0 65%;
    max-width: 65%;
    position: relative;
    object-fit: contain;
}
.tab-wr .tab-menu h3 {
    font-size: 24px;
    font-size: 600;
    line-height: 30px;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.24);
}
.tab-wr .tab-menu ul li a {
    width: 100%;
    opacity: .4;
    color: #333132;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    display: inline-block;
}
.tab-wr .tab-menu ul li a.active {
    opacity: 1;
    color: #333132;
    font-weight: 600;
}

.tab-wr .tab-panel-right .tab-card {
    transform-origin: 50% 0;
    background-color: #f7f7f6;
    /*border-radius: 8px;
    margin-bottom: 100px;*/
    padding: 20px;
    background: rgb(228,240,248);
background: linear-gradient(356deg, rgba(228,240,248,1) 17%, rgba(228,240,248,1) 44%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
padding: 0px 40px 40px;
margin-bottom: 40px;
}
.tab-wr .tab-panel-right .tab-card:first-child {
    padding-top: 0;
    padding: 0 15px;
}
.tab-panel-right .tab-card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #0077B6;
    text-align: center;
}
.tab-panel-right .tab-card .img {
    margin: 20px 0;
}
.tab-panel-right .tab-card img {
    max-height: 300px;
}
.tab-panel-right .boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 33px;
    margin-top: 40px;
}
.tab-panel-right .boxes li {
    flex: 0 0 29%;
    max-width: 29%;
    padding: 10px;
    text-align: center;
    background: #025E91;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
}
.tab-panel-right .boxes li:nth-child(even) {
    background: #fff;
    color: #000;
}


.fInfo ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fInfo ul li {
    flex: 0 0 49%;
    max-width: 49%;
}
.fInfo ul li h3 {
    position: relative;
    line-height: 1.4em;
}
.fInfo ul li h3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    left: 79%;
    transform: translateX(-50%);
    background: #0077B6;
}
.fInfo ul li p {
    line-height: 1.7;
}
.fChooseInner h3 {
     /*   font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;*/
    color: #000000;/*
    text-transform: uppercase;*/
}
.fChoose.fChooseInner .counting {
    background: transparent;
}
.fChoose.fChooseInner .counting li {
    color: #0077B6;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.fChoose.fChooseInner .counting li .block,
.fChoose.fChooseInner .counting li .block span {
    color: #000;
}
.fChoose.fChooseInner .counting li .block span {
    font-size: 66px;
}
.fTeam .fModuleTitle {
    background: #f2f2f2;
    padding: 40px;
    text-align: center;
}
.fTeam .fModuleTitle h3 {
    /*font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;*/
    color: #000000;
   /* text-transform: uppercase;*/
}
.fTeam .fModuleTitle h3 span {
    display: block;
    line-height: 1.7;
    margin-top: 30px;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 18px;
    text-transform: none;
    color: #979797;
}
.fTeam .fGalleryList {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fTeam .fGalleryList li {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
}
.fTeam .fGalleryList li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
    opacity: 0;
    transition: 0.6s all;
}
.fTeam .fGalleryList li .fGalleryText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: -1;
    opacity: 0;
    transition: 0.6s all;
}
.fTeam .fGalleryList li .fGalleryImage {
    display: block;
    overflow: hidden;
}
.fTeam .fGalleryList li img {
    filter: grayscale(1);
    transform: scale(1);
    transition: 0.6s all;
}
.fTeam .fGalleryList li .fGalleryText h3,
.fTeam .fGalleryList li .fGalleryText p {
    color: #fff;
}
.fTeam .fGalleryList li .fGalleryText h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
        margin-bottom: 8px;
}
.fTeam .fGalleryList li .fGalleryText h3 a {
    font-size: inherit;
}
.fTeam .fGalleryList li .fGalleryText p{
        font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
        font-family: "Poppins",sans-serif;
}
.fTeam .fGalleryList li:hover:after {
    z-index: 0;
    opacity: 1;
}
.fTeam .fGalleryList li:hover .fGalleryText{
    z-index: 2;
    opacity: 1;
}
.fTeam .fGalleryList li:hover img {
    transform: scale(1.05);
    filter: grayscale(0);
}

.fConsult ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fConsult ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
}
.fConsult ul li h3 {
    color: #0077B6;
}
.fConsult {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

footer {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 30px 0px;
}
.region-footer {
    display: flex;
    margin: 0 -15px;
}
.fFootNav .fModuleTitle h3, .fSubscribe .fModuleTitle h3 {
    color: #0077B6;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
}
.fFootNav .fModuleContent ul.fMenu li a, footer p {
    color: #4c6673;
    padding: 7px 0px;
    font-size: 1em;
    font-weight: 300;
}
#fFooter a, #fFooter p {
    margin: 10px 0px;
    font-size: .9em;
}
.fSubscribe input[type="text"] {
    background: #f2f5f6;
    border-radius: 50px 0px 0px 50px;
    padding: 10px 10px 10px 20px;
    color: #314654;
    margin: 10px 0px;
    width: 68%;
    border: 1px solid #e6e5e5;
}
.fSubscribe input.btn {
    border-radius: 50px;
    background: #fff;
    font-size: 1em;
    color: #314654;
    border: 1px solid #314654;
    margin: -3px 0px 0px -30px;
    padding: 10px 1px;
    text-align: center;
    width: 32%;
}

.fFooterBottom .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fFooterBottom div {
    vertical-align: middle;
    font-size: .98em;
    color: #4c6673;
}
.fFooterBottom {
    padding: 10px;
    overflow: hidden;
}
.path-newsletter-subscriber-subscribe- .fPageTitle {
    /*background: rgb(255,255,255);
    background: linear-gradient(356deg, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 35%, rgba(228,240,248,1) 71%, rgba(228,240,248,1) 100%);*/
    background: rgb(228,240,248);
background: linear-gradient(356deg, rgba(228,240,248,1) 15%, rgba(228,240,248,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    padding-top: 126px;
    padding-bottom: 70px;
}
.path-newsletter-subscriber-subscribe- .fPageTitle h1 {
    text-align: center;
        font-size: 54px;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    color: #000 !important;
}
.path-newsletter-subscriber-subscribe- .row {
    justify-content: center;
}
.path-newsletter-subscriber-subscribe- .fForm {
    padding: 30px 0;
}
.path-newsletter-subscriber-subscribe- .fForm fieldset legend {
    font-weight: bold;
}
.path-newsletter-subscriber-subscribe- legend {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 0px !important;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: none;
}
.path-newsletter-subscriber-subscribe- .f-fieldset-body {
    border: 1px solid #025183FF;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}
.path-newsletter-subscriber-subscribe- .f-fieldset-body:after {
    content: "";
    border-top: 12px solid transparent;
    border-left: 12px solid #025183FF;
    border-bottom: 12px solid transparent;
    top: -18px;
    position: absolute;
    transform: rotate(-89deg);
}
.path-newsletter-subscriber-subscribe- #fContent h1 {
    color: #0096db;
}
.path-newsletter-subscriber-subscribe- .fForm label {
    width: 150px !important;
    text-align: left !important;
    display: block !important;
    float: left !important;
    margin-right: 10px !important;
    padding: 0.25rem 0px !important;
    font-weight: bold;
}
.path-newsletter-subscriber-subscribe- .fForm .small label {
    font-size: 1rem !important;
}
.path-newsletter-subscriber-subscribe- .fForm input, 
.path-newsletter-subscriber-subscribe- .fForm select, 
.path-newsletter-subscriber-subscribe- .fForm textarea {
    font-size: 1rem !important;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0.25rem !important;
    width: 360px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
}
.path-newsletter-subscriber-subscribe- .fForm select {
    padding: 0.5rem !important;
}
.path-newsletter-subscriber-subscribe- .fForm .buttons {
    padding-left: 0 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    text-align: center;
}
.path-newsletter-subscriber-subscribe- .fForm .buttons input {
    width: auto !important;
    min-width: 1px !important;
    margin-right: 1rem !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    padding: 5px 14px !important;
    border: 2px solid #0077B6;
    background: #0077B6;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    transition: 0.6s all;
}
.path-newsletter-subscriber-subscribe- .fForm .buttons input:hover {
    background: #fff;
    color: #000;
}


/*Timeline*/
.fTimeline .fModuleTitle h3 {

}
.vtimeline {
  position: relative;
  padding: 30px;
  overflow: hidden; 
  margin-top: 30px;
}
.vtimeline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    background: #eee;
    top: 42px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; 
}

.vtimeline-point {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.vtimeline-icon {
  position: absolute;
  top: 10px;
  height: 25px;
  width: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #025183; 
}
.vtimeline-icon:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    inset: 0;
    margin: 0 auto;
    background: #fff;
    top: 7px;
    left: 0px;

}
.vtimeline-block {
  width: 45%;
  margin: 0;
  transition: 1.5s ease all; 
}
  .vtimeline-block:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 45%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #025183;
    border-right: none; 
    display: none;
}

.vtimeline-right {
  margin-left: 55%; 
}
  .vtimeline-right.vt-animate-slide .vtimeline-content {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); 
    transition: 1.5s all ease;
}
  .vtimeline-right .vtimeline-date {
    left: auto;
    right: 55%; 
}
  .vtimeline-right:after {
    left: auto;
    right: 45%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: none;
    border-right: 10px solid #eee; }

.vtimeline-date {
      position: absolute;
    left: 55%;
    top: 15px;
    display: inline-block;
    padding: 6px 15px;
    font-style: italic;
    color: #025183;
    font-weight: bold; 
    -webkit-box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.75);
box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.75);
border: 1px solid #f2f2f2;
font-family: 'Poppins', sans-serif;
font-size: 20px;
}

.vtimeline-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.75);
box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.75);
    text-align: left;
    border: 1px solid #f2f2f2;
  transition: 0.5s ease all; 
}
.vtimeline .vtimeline-point:nth-child(odd) .vtimeline-content {
    text-align: right;
}
.vt-animate-fade {
  opacity: 0; }

.vt-animate-slide {
  opacity: 0; }
  .vt-animate-slide .vtimeline-content {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); 
            transition: 1.5s all ease;
        }

.vt-noarrows:after {
  content: none; }
  
.serviceinner .fPageTitle{padding-top: 126px !important;
    padding-bottom: 70px !important;
    background: rgb(228,240,248);
    background: linear-gradient(356deg, rgba(228,240,248,1) 15%, rgba(228,240,248,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    -webkit-box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
	text-align:center; text-transform:uppercase;
}  

div#fModule-39511{ background:#f5f5f5; padding:60px !important;}

@media only screen and (max-width: 992px) {
  .vtimeline:before {
    left: 30px;
    right: auto;
    margin: 0; }
  .vtimeline-icon {
    left: -10px;
    right: auto;
    margin: 0; }
  .vtimeline-block {
    width: 85%;
    margin-left: 15%; }
    .vtimeline-block:after {
      left: auto;
      right: 85%;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: none;
      border-right: 10px solid #eee; }
  .vtimeline-date {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: auto;
    background: #eee; }
  .vtimeline-right .vtimeline-date {
    right: auto; }
  .vtimeline.basic .vtimeline-date {
    padding: 10px 10px 0 10px; }
  .vt-animate-slide .vtimeline-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); 
            } 
        }

.fEvent.fDownload {
    background: rgb(2,81,131);
background: linear-gradient(356deg, rgba(2,81,131,1) 15%, rgba(2,81,131,1) 35%, rgba(0,119,182,1) 71%, rgba(0,119,182,1) 100%);
padding: 4rem 0 !important;
}
.fEvent.fDownload .fGalleryItem {
    flex-direction: row;
}
.fEvent.fDownload .fGalleryItem .fGalleryText {
    flex: 0 0 40%;
    max-width: 40%;
}

.arrow-down {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    animation: mymove 1.5s infinite;
}
@keyframes mymove {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 3%
  }
  100% {
    bottom: 5%;
  }
}
#fModule-39224 {
    padding-bottom: 0 !important;
    background: #f2f2f2;
}
.fConsult  {
    background-image: url(https://storage.unitedwebnetwork.com/files/1080/b8b07c5797ffd2929dda9245330ac07b.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 70px 0 !important;
    margin-bottom: 0 !important;
}
.bx-wrapper .bx-loading {
    display: none !important;
}
.fBlog .f-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.fBlog .f-list .f-list-item {
    flex: 0 0 32%;
    max-width: 32%;
    -webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
    transition: 0.6s all;
}
.fBlog .f-list .f-list-item:hover {
    -webkit-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
}
.fBlog .f-list .f-list-item div {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.fBlog .f-list .f-list-item div.f-list-item-container,
.fBlog .f-list .f-list-item div.f-list-item-button,
.fBlog .f-list .f-list-item div.f-list-item-teaser-image {
    padding: 0;
}
.fBlog .f-list .f-list-item div.f-list-item-teaser-image,
.fBlog .f-list .f-list-item div.f-list-item-container .f-list-item-teaser-content {
    border-bottom: none;
}
.fBlog .f-list .f-list-item div.f-list-item-container .f-list-item-teaser-content {
    padding: 0 15px;
}
.fBlog .f-list .f-list-item .f-list-item-title {
        line-height: 1.5rem;
    font-size: 1.1rem;
        font-weight: bold;
}
.fBlogList .fBlogMeta {
    padding: 5px 15px;
    font-size: 0.8rem;
    color: #a9a6a6;
}
.fBlogList .fBlogText p {
    margin: 0;
}
.fBlog .f-list .f-list-item-button a {
    display: block;
    padding: 8px;
    text-align: center;
    background: #0077B6;
    color: #fff;
    position: relative;
    border: 1px solid #0077B6;
    transition: 0.6s all;
}
.fBlog .f-list .f-list-item-button a:hover {
    background: transparent;
    color: #0077B6;
}
.view-default .fPageTitle {
    padding-top: 126px !important;
    padding-bottom: 132px !important;
    background: rgb(228,240,248);
    background: linear-gradient(356deg, rgba(228,240,248,1) 15%, rgba(228,240,248,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    -webkit-box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 18px 30px -30px rgba(0,0,0,0.75) !important;
    text-align: center;
    margin-bottom: 50px;
}
.view-default .fPageTitle h1 {
    padding: 0 70px;
}
.view-default #fContent {
    margin-bottom: 30px;
}
.view-default #fContent h3 {
        font-size: 1.5rem;
        margin-top: 40px;
    }
    .view-default #fContent h4 {
        font-size: 1.2rem;
    }
    .view-default .f-content-image {
        display: none;
    }
    .view-default #fContent > .container > .row {
        align-items: flex-start;
    }
    .view-default #fContent .featuredSidebar h3 {
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
    }
    .featuredSidebar .f-list-item-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .featuredSidebar .f-list-item-container .f-list-item-teaser-image {
        flex: 0 0 37%;
        max-width: 37%;
    }
    .featuredSidebar .f-list-item-container .f-list-item-teaser-image a {
        display: inline-block;
    }
    .featuredSidebar .f-list-item-container .f-list-item-title {
        flex: 0 0 61%;
        max-width: 61%;
        font-size: 13px;
        line-height: normal;
        padding: 0 3px;
    }
    .featuredSidebar .f-list-item-container .f-list-item-title a {
        font-size: inherit;
        line-height: normal;
        font-weight: bold;
    }
@media (max-width: 550px) {
    header.set {
        padding: 15px 0;
    }
    /*Menu*/
    .fHeaderButton  {
        display: none;
    }
    .navbar-toggle {
        display: block;
        float: right;
        margin: 8px 15px 0px;
        background: #018dce;
        border: 1px solid #018dce;
        color: #ffffff;
        padding: 9px 10px;
        position: relative;
        border-radius: 4px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        color: #fff;
        border: 1px solid #fff;
        margin-bottom: 4px;
    }
    .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0;
    }
    .navbar-header {
        position: relative;
    }
    .fMainMenu {
        position: absolute;
        top: 100%;
        left: 1000%;
        right: 0;
        width: 100%;
        z-index: 99999;
        transition: 1s all;
    }
    .fMainMenu.front {
        left: 0;
    }
    .fMainMenu .fMenu {
        display: block;
        border: 1px solid #f2f2f2;
        -webkit-box-shadow: 0px 8px 15px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 8px 15px -8px rgba(0,0,0,0.75);
        box-shadow: 0px 8px 15px -8px rgba(0,0,0,0.75);
        background: #fff;
    }
    .fMainMenu .fMenu > li {
        padding-right: 0;
        padding: 0 10px;
        border-bottom: 1px dashed #b5b4b4;
    }
    .fMainMenu .fMenu > .menu-item > a,
    header.set .fMainMenu .fMenu > .menu-item > a {
        padding: 10px 0;
        color: #000;
    }
    .fMainMenu .fMenu > li.has-submenu ul {
        position: relative;
        box-shadow: none;
        padding: 0 10px;
        min-width: 100%;
        display: none;
    }
    .fMainMenu .fMenu > li.has-submenu:hover ul {
        display: block;
    }
    .fMainMenu .fMenu > .menu-item > a:after {
        left: 10px;
    }
    .fMainMenu .fMenu > li ul a {
        padding: 10px 30px 6px 10px;
        border-bottom: 1px dashed #b5b4b4;
    }
    /*Common*/
    .container .fModuleTitle,
    .container .fModuleContent {
        padding: 0 15px;
    }
    .fMainMenu .fMenu > li.fButton {
        display: block; 
    }
    .fMainMenu .fMenu > li.fButton a,
    header.set .fMainMenu .fMenu > li.fButton a {
        display: inline-block;
        padding: 9px 14px;
        margin: 5px 0;
    }
    /*header .fHeaderButton ul li .fButton, .fMainMenu .fMenu > li.fButton a {
        border-color: #0077B6;
        background: #0077B6;
        color: #fff;
        transition: 0.6s all;
    }*/
    h3 {
        font-size: 1.5rem;
    }
    p {
        font-size: 14px;
    }
    /*Banner*/
    .banner-flex, .fBannerWrapper {
        flex-direction: column-reverse;
    }
    .banner-flex > .fModule, .fBannerWrapper > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fBannerWrapper {
        text-align: center;
    }
    .fTitleAfterUnderline h1:after, .fInnerBanner h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .fInnerBanner h3:after {
        width: 17%;
    }
    .fBanner .fGalleryItem  {
        top: 0;
    }
    .fBanner ul li .fBannerContent h1 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .fBanner ul li .fBannerContent h1 span {
        font-size: 30px;
    }
    .fBanner ul li .fBannerContent .sub-text {
        padding-top: 20px;
    }
    .fBannerWrapper > div.fBannerVdo {
         padding-left: 0px; 
    }
    .fBannerWrapper > div.fBannerVdo .vdo video {
        height: 300px;
    }
    .fBanner ul li .fBannerContent .sub-text {
        font-size: 16px;
        padding: 10px 20px 0;
    }
    .fBanner .fGalleryList .fGalleryItem .fGalleryText .fButton {
        margin-top: 20px;
    }
    .customBannerHeight ,
    .customBannerHeight .bx-viewport .fGalleryList {
        min-height: 560px !important;
    }


    /*Counting*/
    .fChoose .counting {
        display: block;
        padding: 0;
        margin-top: 0;
    }
    .fChoose .counting li {
        border-right: none;
        border-bottom: 1px solid #fff;
        max-width: 100%;
        padding: 40px 0;
    }
    .fChoose .counting li:last-child {
        border-bottom: none;
    }
    .fChoose .counting li .block span {
        font-size: 30px;
    }

    /*Event*/
    .fEvent .fGalleryItem,
    .fEvent.fDownload .fGalleryItem {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .fEvent .fGalleryItem .fGalleryImage {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .fEvent .fGalleryItem .fGalleryText h3 span {
        display: inline;
    }
    .fEvent.fDownload .fGalleryItem .fGalleryText,
    .fEvent .fGalleryItem .fGalleryText {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*Timeline*/
    .vtimeline .vtimeline-point:nth-child(odd) .vtimeline-content {
        text-align: left;
    }
    .vtimeline-content {
        padding: 10px 30px;
    }

    /*Footer*/
    /*Footer*/
    .region-footer
     {
        flex-wrap: wrap;
        gap: 30px 0;
     }
    .region-footer .fModule {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .region-footer .fModule:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fFooterBottom .flex {
        flex-wrap: wrap;
    }
    .fFooterBottom .flex > div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }


    /*Inner page*/

    /*Banner*/
    .fInnerBanner {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .fInnerBanner h3 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .fInnerBanner p {
        font-size: 16px;
        margin-top: 10px;
    }

    /*About*/
    .fInfo ul {
        flex-direction: column;
    }
    .fInfo ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fInfo ul li h3 {
        padding-bottom: 30px;
    }
    .fInfo ul li h3:after {
        top: 100%;
        height: 2px;
        width: 100%;
        left: 0;
        right: 0;
        transform: translateX(0%);
    }

    /*Team*/
    .fTeam .fModuleTitle {
        padding: 30px 15px !important;
    }
    .fTeam .fModuleTitle h3 span {
        margin-top: 30px;
        line-height: normal;
        font-size: 16px;
    }
    .fTeam .fGalleryList {
        flex-wrap: wrap;
    }
    .fTeam .fGalleryList li {
        flex: 0 0 88%;
        max-width: 88%;
    }

    /*Consult*/
    .fConsult ul {
        flex-direction: column;
    }
    .fConsult ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*Iner page grid*/
    .fIcon .fGalleryList {
        gap: 30px 0px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fIcon .fGalleryList li {
        flex: 0 0 70%;
        max-width: 70%;
    }

    /*Inner Service sections*/
    .tab-wr {
        flex-wrap: wrap;
    }
    .tab-wr .tab-menu,
    .tab-wr .tab-panel-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab-wr .tab-menu {
        padding-right: 0;
    }
    .tab-wr .tab-menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .tab-wr .tab-menu ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab-panel-right .boxes li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*Contact*/
    .fContactBanner h3 {
        font-size: 40px;
    }
    .fContactBanner h3:after {
        width: 10%;
    }
    .fHere ul {
        flex-wrap: wrap;
        gap: 20px;
    }
    .fHere ul li {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }
    .fHere ul li:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }
    .fHere ul li p.blue {
        min-height: 1px;
    }
    .fContact ul {
        flex-wrap: wrap;
        gap: 20px;
    }
    .fContact ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fContact ul li .bottom {
         position: relative; 
         top: auto; 
    }

    /*Homepage Service tab*/
    .tabs > li a {
        font-size: 13px;
    }
    .fOffering .events .event-list {
        flex-direction: column;
        align-items: stretch;
    }
    .fOffering .events .event-list ul.leftMenu,
    .fOffering .events .event-list .rightSection {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fOffering .events .event-list ul.leftMenu {
        display: flex;
        flex-wrap: wrap;
        gap: 0 1%;
    }
    .fOffering .events .event-list ul.leftMenu li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fOffering .events .event-list ul.leftMenu li a.eventLeftLink {
        padding: 10px 10px;
        font-size: 15px;
    }
    .fOffering .events .event-list .rightSection {
        margin-top: 30px;
    }
    .fOffering .events .event-list .rightSection > div ul li .listItem {
        padding: 30px 11px;
        min-height: 178px;
    }
    .fOffering .events .event-list .rightSection > div ul li .listItem span.counting {
        font-size: 17px;
        padding: 7px 15px;
    }
    .fOffering .events .event-list .rightSection > div ul li .listItem p {
        font-size: 14px;
        padding: 30px 0;
        margin-left: 0;
    }
    .fOffering .events .event-list .rightSection > div ul {
        gap: 30px;
    }
    .fOffering .events .event-list .rightSection > div ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    body {
        overflow-x: hidden;
    }


    /*Blog*/
    .view-default .fPageTitle h1 {
        font-size: 1.4rem;
        padding: 0;
    }
    .view-default .fPageTitle {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .view-default #fContent > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .view-default #fContent h3 {
        font-size: 1.2rem;
    }
    .fBlog .f-list  {
        flex-direction: column;
    }
    .fBlog .f-list .f-list-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .featuredSidebar .f-list-item-container {
        align-items: flex-start;
    }
    .featuredSidebar .f-list-item-container .f-list-item-title {
        font-size: 15px;
    }
}