/* ---------- FBTECH Over view css starts here */
#fbtech_overview {
    padding: 35px 0;
    background: radial-gradient(circle at center, rgb(255, 255, 255), rgba(228, 249, 255, 1));
    /* border-radius: 20% 20% 0 0; */
    z-index: 100;
}

.fbtech-overview-container .title {
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.fbtech-overview-container .overview-text-container {
    line-height: 1.5;
}

.w-80 {
    width: 80%;
}

.overview-text-container p:first-child {
    text-indent: 5%;
    font-family: poppins;
}

.why-water-waste {
    position: relative;
    width: 100%;
    height: 100%;
  
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('https://www.hdwallpapers.in/download/wallpaper_for_computer_beautiful_ocean_wave_in_front_of_land_during_evening_time_4k_5k_hd_desktop-3840x2160.jpg') no-repeat;
    /* background:  url('https://www.hdwallpapers.in/download/wallpaper_for_computer_beautiful_ocean_wave_in_front_of_land_during_evening_time_4k_5k_hd_desktop-3840x2160.jpg') no-repeat; */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.waste-bg-img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: inherit;
    object-fit: contain;
    object-position: top;
   
    background-size: cover;
 
    opacity: 0.5;
    z-index: -1;
}

.why-water-waste {
    padding-top: 6rem !important;
}

.why-water-waste .card,
.our-aim .card {
    border: 2px solid #4AC7D9;
    border-radius: 15px;
}

.our-aim {
    width: 100%;
    padding: 30px 0 30px 0;
    background: linear-gradient( rgba(90, 90, 90, 0.5), rgba(43, 43, 43,0.5)) , url('../img/aim.jpg');
    position: relative;
    background-size: cover;
}

.our-aim h5 {
    font-size: 2rem;
}

.our-aim-img {
    filter: drop-shadow(10px 10px 25px #0093C1);
}

.our-aim .circle-shape {
    /* width: 400px;
    height: 300px; */
    width: 30%;
    height: inherit;
    background: radial-gradient(circle at center, rgb(255, 255, 255), rgba(0, 206, 201, 1.0));
    position: absolute;
    top: 5%;
    right: 20%;
    bottom: 0;
    border-radius: 75% 15% 52% 25% / 39% 65% 35% 39%;
    opacity: 0.5;
}

.parts {
    border: 2px solid #4AC7D9;
    border-radius: 15px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    transition: 500ms all ease-in-out;
    background-color: #fafeff;

}
.parts .icon{
    width: 100px;
    height: 100px;
    background: #4AC7D9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms all ease-in-out;
}
.parts .icon i{
    font-size: 2.5rem;
    color: #fff;
    transition: 500ms all ease-in-out;
}

.parts:hover{
    color: #fff;
    background-color:transparent;
}
.parts:hover .icon{
    background: #fff;
    color: #4AC7D9;
}
.parts:hover h5{
    color: #fff;
}
.parts:hover .icon i{
    color: #4AC7D9;
}
.owl-item{
    position: relative;
    overflow-y: hidden;
}
.owl-item .img-text{
    position: absolute;
    bottom: 0%;
    text-align: center;
    color: #fff;
    background: rgba(4, 68, 110, 0.5);
    padding: 10px;
    transform: scale(0);
    transition: 500ms ease-in-out all !important;
    
}
.owl-item .img-text h4{
    font-size: 1.2rem !important;
}
.owl-item .img-text p{
    font-size: 18px !important;
    font-weight: 200 !important;
}
.owl-item:hover .img-text{
    transform: scale(1);
}
.Services-para{
    font-size: 18px !important;
}

.social-links a{
    position: relative;
}

.social-links a.twitter::before{
    content: 'Twitter';
    position: absolute;
    bottom: -150%;
    left: -100%;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 30px;
    display: none;
    background-color: #0093C1;
    transition: all 5s ease-in-out;
    transform: translateY(-100%);
}
.social-links a.facebook::before{
    content: 'Facebook';
    position: absolute;
    bottom: -150%;
    left: -100%;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 30px;
    display: none;
    background-color: #0093C1;
    transition: all 5s ease-in-out;
    transform: translateY(-100%);
}
.social-links a.instagram::before{
    content: 'Instagram';
    position: absolute;
    bottom: -150%;
    left: -100%;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 30px;
    display: none;
    background-color: #0093C1;
    transition: display 0.3s ease; 
    transform: translateY(-100%);
}
.social-links a.twitter::after,
.social-links a.facebook::after,
.social-links a.instagram::after
{
    content: '';
    position: absolute;
    bottom: -40%;
    left: 40%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 10px solid #0093C1;
    display: none;
    transition: display 1s ease; 
    transform: translateY(-100%);
}
.social-links a.twitter:hover::after, 
.social-links a.twitter:hover::before,
.social-links a.facebook:hover::after, 
.social-links a.facebook:hover::before,
.social-links a.instagram:hover::after,
.social-links a.instagram:hover::before{
    display: block;
    transform: translateY(-0%);
}
.arrow-icon{
    font-size: 30px;
}

#fbtech{
    position: relative;
}
#fbtech .splash-1{
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-20%, -30%);
    z-index: -1;
    opacity: 0.4;
}
#fbtech .splash-2{
    position: absolute;
    top: 30%;
    left: 60%;
    transform: translate(-20%, -30%) rotateX(180deg);
    z-index: -1;
    opacity: 0.4;
}
.why-us-content .text-box i{
    font-size: 2.5rem !important;
    color: #04446E;
}

@media only screen and (max-width: 600px) {
    #fbtech .splash-2, #fbtech .splash-1{
       width: 50% !important;
    }
  }

