*{
    margin: 0;
    padding: 0;
}
body{
    color: #000000;
    font-family: 'Outfit', sans-serif;
    
}
img{
    width: 100%;
}
:focus{
    box-shadow: initial !important;
} 
:focus-visible{
    outline: initial !important;
}
a{
    text-decoration: none;
}
.gc{
    background: #ec1d1c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gcback{
	background: -webkit-linear-gradient(right,#f86a3a,#f5324f);
}
.whatsapp-img i {
    color: #fff;
    font-size: 33px;
    border-radius: 47px;
    position: fixed;
    bottom: 45px;
    z-index: 999;
    left: 13px;
    background: #25d366;
    transition: all .5s ease;
    animation-name: pulse;
    animation-duration: 1.4s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
section{
	padding-top:60px;
	padding-bottom:40px;
}


.tp-adres1 ul {
    padding-left: 0px;
    margin: 0px;
}
.tp-adres1 ul li {
    float: left;
    list-style: none;
    margin-right: 20px;
}
.tp-adres1 ul li {
    float: left;
    list-style: none;
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 17px;
}
.tp-adres1 ul li span {
    color: #f31e2e;
    margin-right: 7px;
    font-size: 18px;
}


.tp-adres2 ul {
    padding-left: 0px;
    margin: 0px;
    float: right;
}
.tp-adres2 ul li {
    list-style: none;
    float: left;
    margin-left: 30px;
    display: flex;
    align-items: center;
/*     border: 1px solid #adadad; */
    padding: 0px 7px;
    border-radius: 2px;
}
.tp-adres2 ul li span {
    color: #ffffff;
    margin-right: 14px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    /* background: red; */
    justify-content: center;
    border-radius: 50%;
    /* font-size: 14px; */
}
.upbh-top-header {
    padding: 8px 0px;
    border-bottom: 1px solid #000;
}
.upbh-top-header .row {
    align-items: center;
}


a.navbar-brand {
    width: 13%;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
 a.nav-link {
    color: #000 !important;
    padding: 12px 15px !important;
    font-size: 18px;
    font-weight: 500;
}
div#collapsibleNavbar {
    justify-content: end;
}
a.contct-bh-hd {
    background: #f21e2e;
    color: #fff !important;
    padding: 7px 28px !important;
    font-size: 20px;
    border-radius: 40px;
    margin-left: 20px;
}
.navbar-dark .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(0 0 0);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    filter: invert(1);
    opacity: 1;
}
.navbar{
	background:#fff;
}





.bahrain-bnr {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 70px;
}
.bh-desk-bnr{
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/banner_bg.webp);
}
.bahrain-bnr .d-flex {
    display: flex !important;
    align-items: center;
    gap: 20px;
}
.bahrain-tittle h2 {
    color: #fff;
    font-size: 49px;
    text-transform: capitalize;
    line-height: 62px;
    font-weight: 300;
}
.bahrain-tittle h2 strong{
	font-weight:600;
}
.bahrain-tittle h2 span {
    color: #ec1e2e;
}
.bahrain-tittle h3 {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 23px;
    line-height: 35px;
}
.bahrain-tittle h3 strong {
    font-weight: 600;
}
.bahrain-bnr a.whtspp {
    display: block;
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
    padding: 10px 19px;
    border-radius: 50px;
    margin-bottom: 10px;
    width: max-content;
    margin-right: 20px;
    border: 1px solid #fff;
    color: #fff;
}
.bahrain-bnr a.quote {
    background: #f31e2e;
    padding: 10px 19px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
}
.bahrain-bnr a.livcht {
    padding: 8px 21px;
    border: 1px solid #fff;
    color: #fff;
}
.bahrain-bnr a.livcht i.fa-brands.fa-whatsapp {
    margin-right: 11px;
    font-size: 28px;
    color: white;
}
.bahrain-bnr a i {
    margin-left: 10px;
    margin-right: 3px;
    font-size: 19px;
}

.bahrain-bnr img {
    margin-top: 30px;
    width: 95%;
    object-fit: cover;
}
.bh-hme-form label {
    width: 100%;
    font-size: 16px;
}
.bh-hme-form label input {
    width: 100%;
    background: #ebebeb;
    border: initial;
    padding: 7px;
    color: #000;
    border-radius: 6px;
    margin-top: 8px;
}

.bh-hme-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    width: max-content;
    margin: auto;
    padding: 6px 25px;
    background: #ec1d1c;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}
.bh-hme-form .wpcf7-spinner {
    display: none;
}
.bh-hme-form label select {
    width: 100%;
    background: #ebebeb;
    border: initial;
    padding: 7px;
    color: #000;
    border-radius: 6px;
    margin-top: 8px;
}
.bh-hme-form label textarea {
    width: 100%;
    background: #ebebeb;
    border: initial;
    padding: 7px;
    color: #000;
    border-radius: 6px;
    margin-top: 8px;
    height: 120px;
}
.bh-hme-form {
    background: #fff;
    padding: 26px 30px;
    border-radius: 38px;
}
.bh-hme-form h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
	    color: #ec1d1c;
}
.bh-hme-form h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.up_bh_client{
	padding-top:40px;
	padding-bottom:30px;
}
.up_bh_client .row{
	align-items:center;
}
.up_exp {
    background: #f31e2e;
    border-radius: 11px;
    display: flex;
    align-items: center;
    padding: 7px 13px;
    justify-content: center;
}
.up_exp h3 {
    color: #fff;
    font-size: 58px;
    border-right: 1px solid #fff;
    margin-bottom: 0px;
    padding-right: 9px;
}
.up_exp h4 {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
}
.flp-client img {
    width: 91% !important;
    display: block !important;
    margin: auto;
    border-right: 2px solid #797979;
    padding-right: 30px;
    height: 60px;
    object-fit: cover;
}
.up_about_bh {
    background: #f0f3fa;
}
.upbh_about h6 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
}
/* .upbh_about h6 span {
    font-size: 23px;
    color: #000;
    margin-left: 7px;
} */
.upbh_about h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}
.upbh_about h4 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 20px;
	text-transform: capitalize;
}
.pbh-stats {
    display: flex;
    align-items: center;
}
.pbh-stats span {
    width: 70px;
    height: 70px;
    background: #ec1d1c;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 41px;
    border-radius: 15px;
    margin-right: 12px;
}
.pbh-stats h5 strong {
    font-size: 37px;
    color: #ec1d1c;
    font-weight: 900;
}
.upbh_about a {
    display: block;
    width: max-content;
    margin-top: 35px;
    padding: 14px 28px;
    border: 1px solid #ba8693;
    border-radius: 13px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    background: #fff;
}
.upbh_about a:hover {
    background: #ec1d1c;
    color: #fff;
}
/* .upbh_abtimg img {
    width: 90%;
} */
.up_about_bh .row {
    align-items: center;
}
.upbh_abtimg {
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/mobile_screen.png);
    background-size: cover;
    width: 248px;
    height: 480px;
    position: relative;
    margin: auto;
    float: right;
    margin-right: 142px;
}
.upbh_abtimg iframe {
    position: absolute;
    width: 85%;
    height: 94%;
    display: block;
    margin: auto;
    border-radius: 30px;
    top: 17px;
    left: 19px;
}
.upbh_abtimg h4 {
    position: absolute;
    background: #ec1d1c;
    padding: 25px 22px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    border: 8px solid #fff;
    top: 30%;
    left: -102%;
    z-index: 9;
    width: max-content;
}
.upbh_service .nav {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 0px;
}
.upbh_service li.nav-item {
    margin-bottom: 22px;
}
.upbh_service .nav a.nav-link {
    font-size: 29px;
    font-weight: 500;
    color: #000;
    border: 2px solid #ec1d1c;
    padding: 17px 12px;
    border-radius: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.upbh_service .rwsrvc {
    align-items: center;
    background: linear-gradient(90deg, white 24%, #e9f0fb 13%);
    padding: 40px 30px 0px 30px;
	    margin-top: 40px;
}
.upbh_service .nav a.nav-link.active img {
    filter: invert(1);
}
.upbh_service .nav a.nav-link img {
    width: 30% !important;
    padding-right: 15px;
    border-right: 1px solid #000;
    margin-right: 15px;
}
.upbh_service .nav a.nav-link.active {
    background: #ec1d1c;
    color: #fff !important;
}
.upbh_service .nav a.nav-link span {
    font-size: 23px;
    font-weight: 500;
    line-height: 0px;
}
.upbh_service h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.upbh_service p {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 12px;
}

.upbh_service .tab-content {
    padding: 10px 20px;
}
.upbh_service .tab-content img {
    width: 70%;
    display: block;
    margin: auto;
}
.upbh_service .tab-content h6 {
    text-align: center;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.upbh_service .tab-content a.bhatafre {
    background: #ec1d1c;
    color: #fff;
    font-size: 21px;
    padding: 12px 47px;
    display: inline-block;
    margin-top: 14px;
    border-radius: 40px;
    font-weight: 300;
}
.upbh_service h1 {
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
    font-size: 54px;
    font-weight: 700;
}
.upbh_service h5 {
    padding-top: 20px;
    float: right;
}
.upbh_service h5 a {
    border: 1px solid #000;
    color: #000;
    padding: 14px 27px;
    border-radius: 50px;
}
.upbh_service h5 a i {
    color: #ec1d1c;
    margin-left: 10px;
}




.up-portfolio h1 {
    text-align: center;
    font-weight: 700;
    line-height: 58px;
    font-size: 51px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.up-portfolio h1:before {
    content: '';
    width: 120px;
    height: 113px;
    background-image: url(../images/homepage/brand-arrow.webp);
    top: 2px;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-position: center;
    left: 47%;
    opacity: 0.6;
    -webkit-animation-name: iconarrow;
    animation-name: iconarrow;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
.up-portfolio p {
    font-size: 26px;
    text-align: center;
    margin-bottom: 60px;
}
.upportfdesc {
    padding: 50px 0px;
}
.upportfdesc .row{
    align-items: center;
}

.appdesc img.app-logo {
    width: auto;
}
.appdesc h2 {
    font-size: 19px;
    font-weight: 600;
    border: 2px solid;
    padding: 10px 9px;
    border-radius: 8px;
    margin-top: 33px;
    margin-bottom: 15px;
    width: max-content;
}

.appdesc h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 22px;
}
.appdesc img.apps-awrds {
    width: 100%;
}
.downlod-portf {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    border-radius: 10px;
    margin-top: 35px;
    box-shadow: 0 0 20px rgb(89 88 88 / 25%);
    margin-bottom: 33px;
}
.dwnprt {
    padding: 18px 15px;
    width: 33%;
    text-align: center;
}
.dwnprt i {
    font-size: 50px;
}
.dwnprt h3 {
    font-size: 41px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 15px;
}
.dwnprt span {
    font-size: 16px;
    font-weight: 500;
}
.ratbrdr {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}
.deliverd-apps{
    position: relative !important;
}

.deliverd-apps .owl-nav {
    position: absolute !important;
    width: 100% !important;
    top: 40% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deliverd-apps .owl-nav button {
    width: 60px !important;
    line-height: initial !important;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}

.deliverd-apps .owl-nav button span {
    font-size: 85px;
    height: auto !important;
    line-height: 34px !important;
    margin: 0px;
    padding: 0px;
    color: #f21e2e;
}
.deliverd-apps.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.deliverd-apps.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ec1d1c99;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
	    margin-top: 30px;
}
.deliverd-apps.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec1d1c;
}
.appdesc ul {
    padding-left: 0px;
    display: flex;
}
.appdesc ul li {
    list-style: none;
    width: 28%;
    margin-right: 15px;
}
.app-screen img {
    width: 100% !important;
    display: block;
    margin: auto;
}
@keyframes appzoom {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.talabat {
    position: relative;
    z-index: 1;
    background: linear-gradient(147deg, #fde9dd, white, #fde9dc);
}
.talabat::before {
    width: 88%;
    height: 90%;
    left: 52px;
    right: 0;
    top: 40px;
    bottom: 0;
    content: '';
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/talabat_food_bg.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -1;
    animation: appzoom 10s ease infinite;
}

.shahid {
    position: relative;
    z-index: 1;
    background: linear-gradient(147deg, #000, #595959, #000000);
    background-size: cover;
    background-position: center;
}

.shahid::before {
    width: 88%;
    height: 90%;
    left: 52px;
    right: 0;
    top: 40px;
    bottom: 0;
    content: '';
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/entertainment-pattern.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -1;
    animation: appzoom 10s ease infinite;
}

.bitaxi {
    position: relative;
    z-index: 1;
    background: #fdc700;
    background-size: cover;
    background-position: center;
}

.bitaxi::before {
    width: 88%;
    height: 90%;
    left: 52px;
    right: 0;
    top: 40px;
    bottom: 0;
    content: '';
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/taxtapp-pattern.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -1;
    animation: appzoom 10s ease infinite;
}

.rave {
    position: relative;
    z-index: 1;
    background: linear-gradient(178deg, #fff, #7cdada, #25bfc0);
    background-size: cover;
    background-position: center;
}

.rave::before {
    width: 88%;
    height: 90%;
    left: 52px;
    right: 0;
    top: 40px;
    bottom: 0;
    content: '';
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/rave_pattern.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -1;
    animation: appzoom 10s ease infinite;
}



.maxim {
    position: relative;
    z-index: 1;
    background: #ffdd00;
    background-size: cover;
    background-position: center;
}

.maxim::before {
    width: 88%;
    height: 90%;
    left: 52px;
    right: 0;
    top: 40px;
    bottom: 0;
    content: '';
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/maxim-pattern.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -1;
    animation: appzoom 10s ease infinite;
}





.bh-cta {
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/Bahrain_CTA_bg.webp);
    background-size: cover;
    padding: 47px 0px 0px 0px;
    background-position: center;
    position: relative;
}
.bh-cta .row{
    align-items: center;
}
.bh-cta h2 {
    color: #fff;
    font-size: 43px;
    margin-bottom: 45px;
    line-height: 62px;
}
.bh-cta a {
    background: #ec1d1c;
    padding: 12px 28px;
    color: #fff;
    margin-top: 40px;
    font-size: 19px;
    margin-bottom: 40px;
    border-radius: 5px;
    font-weight: 500;
}

.cts-img img {
    width: 100%;
}





.dubai-meetup{
    padding-top: 50px;
    padding-bottom: 50px;
}
.dubai-meetup p {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 35px;
    text-align: center;
    margin-bottom: 20px;
    color: #6b6b6b;
}
.dubai-meetup h2{
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 51px;
    text-align: center;
}

.dubai-meetup img.bubai-desk-img {
    width: 100%;
}

.dubai-meetup img.bubai-phn-img {
    display: none;
}

.upbh_enterprises {
    --space: 2rem;
    display: grid;
    align-content: center;
    gap: var(--space);
    font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
	background-image:url(https://www.fluper.bh/wp-content/uploads/2023/10/building_bg.webp);
	background-size:cover;
	background-position:center;
}

.upbh_enterprises h2 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 51px;
    /* position: relative; */
    z-index: 1;
    text-align: center;
}
.upbh_enterprises p {
    font-size: 26px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 60px;
    color: #454545;
}
  .marquee {
    --duration: 60s;
    --gap: var(--space);
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    margin-bottom: 40px;
}
  
.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll var(--duration) linear infinite;
}
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      animation-play-state: paused;
    }
  }
  
  .marquee__group img {
    max-width: 250px;
    object-fit: cover;
    border-radius: 0;
    padding: 8px;
}
  
  
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: calc(var(--duration) / -2);
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }



.upbh-testimonial h2 {
    color: #000;
    margin-bottom: 68px;
    font-weight: 600;
    font-size: 51px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.upbh-testimonial h2:before {
    position: absolute;
    content: '';
    bottom: -30px;
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/line.webp);
    width: 433px;
    height: 16px;
    background-size: cover;
    left: 35%;
    background-position: center;
}
.testimonial {
    text-align: center;
}
.testidesc {
    box-shadow: 0px 0px 11px 0px #ccc;
    margin: 10px;
    padding: 30px 18px 50px 15px;
    border-radius: 12px;
    position: relative;
    margin-bottom: 65px;
}
.testidesc i.fa-solid.fa-quote-left {
    font-size: 45px;
    margin-bottom: 15px;
    color: #ec1d1c;
}
.testidesc p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
	height:150px;
}
.testidesc ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}
.testidesc ul li {
    font-size: 22px;
    margin: 18px 3px;
    color: #FF9529;
}
.testidesc img.clint-img {
    position: absolute;
    width: 100px !important;
    bottom: -50px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #000;
    left: 34%;
    background: #fff;
}
.testidesc img.app-owner {
    width: 230px !important;
    margin: auto;
    display: block;
    margin-bottom: 0px;
}
.testimonial h3 {
    color: #ec1d1c;
    font-size: 25px;
    font-weight: 700;
}
.testimonial h4 {
    font-size: 20px;
}

.upbh_process h2 {
    color: #000;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 51px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.upbh_process p {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 50px;
    color: #6b6b6b;
}
.proce_point span {
    width: 80px;
    display: block;
    margin: auto;
    background: red;
    border-radius: 50%;
    padding: 12px;
    object-fit: cover;
}
.proce_point h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}
.proce_point {
    background: #fdf1f1cc;
    padding: 20px 12px;
    border-radius: 20px;
    text-align: center;
}
.proce_point {
    background: #fdf1f16e;
    padding: 20px 12px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 9px #c5c5c5;
    position: relative;
	height: 290px;

}
.proce_point h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 20px;
}
.proce_point a {
    border: 2px solid #ec1d1c;
    padding: 7px 13px;
    border-radius: 50%;
    font-size: 19px;
    color: #000;
    position: absolute;
    bottom: -24px;
    left: 38%;
    background: #fff;
}
.upbh_process {
    padding-top: 80px;
    padding-bottom: 100px;
	background: #f3f3f370;
}





.upbh_footer {
	background-image:url(https://www.fluper.bh/wp-content/uploads/2023/10/Footer_bg.webp);
	background-size:cover;
	background-position:center;
}
.bhftr1 .d-flex{
	align-items:center;
}

.bhftr1 span {
    padding: 5px 14px;
    background: #ec1d1c;
    color: #fff;
    font-size: 38px;
    border-radius: 12px;
    margin-right: 15px;
}
.bhftr1 h5 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0px;
}
.bhftr1 h5 strong {
    font-size: 28px;
    font-weight: 500;
}
.bhftr1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}


.upbhftr2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
}
.upbhftr2 .row {
    align-items: center;
}
.bhft1 img {
    width: 180px;
    margin-bottom: 20px;
}
.bhft1 p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}
.bhft1 h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.bhft1 h6 span {
    background: #ec1d1c;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
}
.bhft1 ul {
    padding-left: 0px;
}
.bhft1 ul li {
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.bhft1 ul li span {
    background: #ec1d1c;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 50%;
    margin-right: 10px;
}
.bhft1 ul li strong {
    font-size: 17px;
    font-weight: 500;
}
.bhft2 h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
}
.bhft2 ul {
    padding-left: 0px;
}
.bhft2 ul li {
    list-style: none;
    margin-bottom: 9px;
}
.bhft2 ul li a {
    color: #dbdbdb;
    font-size: 16px;
}


.bhft4 ul {
    padding-left: 0px;
    display: inline-block;
}
.bhft4 ul li {
    margin-right: 12px;
    list-style: none;
    float: left;
	margin-bottom:2px;
}
.bhft4 ul li a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
}
.facebook-i {
    background: #4267B2;
}
.twitter-i {
    background: #000000;
}
.youtube-i {
    background: #FF0000;
}
.linkedin-i {
    background: #0A66C2;
}
.instagram-i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.bhft4 p {
    line-height: initial;
    margin-bottom: 7px;
    color: #fff;
}
.bhft4 p a{
	color:#fff;
}
.bhft4 h5 {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 12px;
}

.upbh_copyright {
    padding-top: 40px;
}
.upbh_copyright ul {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upbh_copyright ul li {
    color: #fff;
    list-style: none;
    font-size: 17px;
}
.upbh_copyright ul li a {
    color: #fff;
}


.upbh_benefits .row{
	align-items:center;
}
.upbh_benefits h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 54px;
    font-weight: 700;
}
.upbh_benefits p {
    font-size: 26px;
    text-align: center;
    margin-bottom: 60px;
}
.awrds_img {
    position: relative;
    z-index: 1;
}
.awrds_img:before {
    content: '';
    position: absolute;
    top: -80px;
    left: -90px;
    width: 250px;
    height: 250px;
    background-image: url(https://www.fluper.bh/wp-content/uploads/2023/10/circle.webp);
    z-index: -1;
    background-size: cover;
}
.awrds_txt a {
    background: #ec1d1c;
    color: #fff;
    font-size: 30px;
    padding: 6px 26px;
    display: inline-block;
    margin-top: 14px;
    border-radius: 40px;
    font-weight: 600;
}
.awrds_txt h3 {
    font-size: 51px;
    margin-top: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}
.awrds_txt h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.awards_stats {
    text-align: center;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.bnfit-brdr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.awards_stats img {
    width: 25%;
    margin-bottom: 16px;
}
.awards_stats h1 {
    font-size: 22px;
    font-weight: 800;
}
.awards_stats span {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.upbh_benefits p {
    font-size: 26px;
    text-align: center;
    margin-bottom: 60px;
}
.ftrnrform {
    border: 1px solid #000;
    background: #fff;
}
.thank-head p {
    text-align: center;
}
.thank-head a {
    text-align: center;
    color: #000000;
    background: #fff;
    padding: 14px 30px;
    display: block;
    width: max-content;
    margin: auto;
    font-size: 23px;
    border-radius: 50px;
    margin-top: 40px;
    font-weight: 500;
}
.thank-head h6 {
    text-align: center;
    font-size: 25px;
    margin-top: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.thank-head h2 {
    text-align: center;
    font-size: 136px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 3px #ffffffd6;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    position: relative;
    font-family: sans-serif;
}
.thank-bnr {
    background: linear-gradient(181deg, #ff0020, #f8919d);
    padding-top: 8%;
    padding-bottom: 8%;
}
.popfrom .modal-dialog {
    max-width: 60%;
    margin-top: 6%;
}
.popfrom .modal-content {
    border-radius: 20px;
}
.enqiry-form-pop label {
    width: 100%;
    font-size: 16px;
}
.enqiry-form-pop label input {
    width: 100%;
    background: #ffffff;
    padding: 7px;
    border: 1px solid #00000069;
    color: #000;
    border-radius: 6px;
    margin-top: 8px;
}

.enqiry-form-pop input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    width: max-content;
    margin: auto;
    padding: 6px 25px;
    background: red;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}
.enqiry-form-pop .wpcf7-spinner {
    display: none;
}
.enqiry-form-pop label select {
    width: 100%;
    background: #ffffff;
    padding: 7px;
    color: #000;
    border-radius: 6px;
    margin-top: 8px;
    border: 1px solid #00000069;
}
.enqiry-form-pop label textarea {
    width: 100%;
    background: #ffffff;
    padding: 7px;
    color: #000;
    border-radius: 6px;
    margin-top: 8px;
    height: 120px;
    border: 1px solid #00000069;
}
.enqiry-form-pop {
    background: #ebebeb;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #00000063;
}
.popfrom h4.modal-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}
.popfrom h6 {
    font-size: 18px;
}
.popfrom h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.popfrom h5 {
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
    line-height: 43px;
}
.awardssec{
	padding:20px 0px;
}
.awardssec .panel-grid.panel-no-style{
	align-items:center !important;
}
.awardstext h2 {
    font-size: 53px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}
.awardstext h5 {
    font-size: 23px;
    color: #fff;
    line-height: 33px;
    font-weight: 400;
}
.awardsform {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
}
.awardsform input {
    width: 100%;
	padding: 6px 7px;
    margin-top: 8px;
	border-radius: 7px;
	border: 1px solid #888;
}
.awardsform select {
    width: 100%;
	padding: 6px 7px;
    margin-top: 8px;
	border-radius: 7px;
	border: 1px solid #888;
}
.awardsform textarea {
    width: 100%;
    padding: 6px 7px;
    margin-top: 8px;
	border-radius: 7px;
	border: 1px solid #888;
    height: 100px;
}
.awardsform label {
    width: 100%;
}
.awardsform input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #f21e2e;
    color: #fff;
    border: navajowhite;
    font-size: 22px;
    width: max-content;
    margin: auto;
    display: block;
    padding: 5px 28px;
    border-radius: 7px;
}
.batches {
    border: 6px double #000;
    padding: 10px;
}
.batchesheadn h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-top: 30px;
}
.awardssec {
    padding-top: 50px;
    padding-bottom: 40px;
}

.bahrain-tittle h3 a {
    color: #ec1e2e;
}
section#about-us {
    background: #ffffff !important;
}
.up_about_bh {
    background: #ffffff;
}