@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smooth: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

a {
    font-family: 'Nunito', sans-serif;
    transition: .3s;
}

a:hover {
    text-decoration: none;
}
.fa.fa-bars {
    color:#fff;
    font-size:30px;
    outline:none
}
/* start nav */

.navbar{
    z-index: 9999;
    /* height: 90px; */
}

.button.navbar-toggler{
    outline: none;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}

.navbar-brand img {
    padding: 10px;
}

.nav-info{
line-height: 30px;
}

.nav-link{
    line-height: 80px !important;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    /* padding: 15px !important; */
    position: relative;
    padding: 0 .9rem 0 .9rem !important;
}

.nav-link:hover{
    color: white;
}

.nav-link::before{
    content: "__";
    position: absolute;
    bottom: -6px;
    transition: .5s;
    opacity: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    left: 0%;
}

.nav-link:hover:before{
    opacity: 1;
    left: 30%;
}

.drop-menu{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid black;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 8px 0px 18px 38px;
    opacity: 0;
    top: 78px;
    transition: .3s ease-in;
    visibility: hidden;
    /* display: none; */
    z-index: 9999;

}

ul li.drop-top:hover div.drop-menu{
    visibility: visible;
    opacity: 1;
    /* display: block; */
    top: 71%;
}
.one, .two, .three, .fourth, .fifth{
    width: 20%;
}
.one h4, .two h4, .three h4, .fourth h4, .fifth h4{
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.one ul, .two ul, .three ul, .fourth ul, .fifth ul{
    text-decoration: none;
    list-style: none;
    padding: 0;
}

.one a, .two a, .three a, .fourth a, .fifth a{
    color: black;
}

.menu-item li{
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(218, 215, 215);
    width: 80%;
}

.menu-item li a:hover{
    padding: 0px 0px 0px 12px;
}

.menu-item i{
    font-size: 12px;
    padding: 0px 8px 0px 0px;
}
.menu-item a {
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}
/* end nav  */

/* carousel  */
#hero {
    position: relative;
    margin-top: -122px;
    z-index: 0;
}
.carousel-inner {
    width: 100%;
    /* height: 706px; */
    box-shadow: 0 2px 5px #ddd;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}

.carousel-control-prev {
    filter: drop-shadow(0 0 2px #000) !important;
}

.carousel-control-prev:hover {
    transition: .3s;
    left: -15px;
}

.carousel-control-next {
    filter: drop-shadow(0 0 2px #000) !important;
}

.carousel-control-next:hover {
    transition: .3s;
    right: -15px;
}

.carousel-caption {
    /* position: absolute;
    bottom: 266px !important;
    right: 45%;
    left: 8%;
    height: 272px;
    backdrop-filter: blur(10px);
    filter: drop-shadow(0 0 5px #000);
    border-radius: 40px; */
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translate(-20%,-60%);
    filter: drop-shadow(0 0 5px #000);
    border-radius: 40px;
    text-transform: capitalize;
    
}
.carousel-text h1 , .carousel-text h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    margin-top: 45px;
}
.carousel-text {
    color: #fff;
}
.carousel-link {
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    width: 125px;
    padding: 4px;
    color: #fff;
}
.carousel-link:hover {
    color: #ddd;
}
/************************ section what  ***********************/

/* section:nth-child(even)
{
    background: #f8f8f8;
} */

.what-text {
    padding: 3rem;
    text-align: center;
}

.heading {
    font-weight: 800;
    letter-spacing: 2px;
}

.para {
    line-height: 2rem;
    color: #444;
    font-size: 17px;
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.pipe {
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*************** section services *******************/

.curve {
    background: url(../images/curve.svg) no-repeat center;
    width: 100%;
    background-size: cover;
    height: 200px;
    position: relative;
    top: -15px;
}

#services {
    /* background: #636e72; */
    /* background: linear-gradient(125deg,#014483,#015899,#007fbe); */
    background: linear-gradient(125deg, #0144833f, #0157993f, #007fbe42), url('../images/overlay-bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem;
    margin-top: -214px;
}

.s-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0;
    text-transform: capitalize;
}

.s-para {
    font-size: 13px;
    font-weight: 400;
    margin: 12px 0;
    text-transform: capitalize;
    text-align: justify;
}

#services .card-body {
    /* background: rgba(255,255,255,.05); */
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
    height: 90%;
    /* box-shadow: 0 0 10px #000; */
}

.s-button {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    /* background: #009b72; */
    background: #014483;
    ;
    border-radius: 15px;
    padding: 4px 30px;
    display: inline-block;
    margin-top: 10px;
}

.s-button:hover {
    /* background: #026d50; */
    background: #007fbe;
    color: #fff;
    filter: drop-shadow(0 0 2px #ddd);
}

.s-img {
    display: block;
}

/*********************** why  ***********************/

#why {
    padding: 3rem;
    background: #242b34;
    /* background: linear-gradient(rgba(0, 0, 0, 0.356),rgba(0, 0, 0, 0.507)),url('../images/care.jpg') no-repeat center; */
    color: white;
}

#why a {
    color: #000;
}

.why-img {
    border-radius: 10px;
    margin-top: 10px;
    background: black;
    background-blend-mode: normal;
}

#why .card-body {
    border: 4px solid #ddeefd;
    height: 100%;
    box-sizing: border-box !important;
    padding: 3rem;
}

#why .card-body::before {
    content: "";
    border-top: 4px solid #0084ff;
    /* border-right: 2px solid red; */
    position: absolute;
    /* height: 100%; */
    left: 15px;
    top: 0px;
    height: 0%;
    width: 0%;
    /* width: 92%; */
    transition: width .3s;
}

#why .card-body::after {
    content: "";
    border-bottom: 4px solid #0084ff;
    position: absolute;
    right: 15px;
    bottom: 0px;
    height: 0%;
    width: 0%;
    transition: width .3s;
}

#why .card-body:hover::before {
    width: 92%;
}

#why .card-body:hover::after {
    width: 92%;
}

#why .card-body h5 {
    color: white;
}

#why .card-body p {
    font-weight: 500;
    font-size: 14px;
    color: white;
}

.icon-wrapper {
    background: #242b34;
    height: 50px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: -21px;
    /* border: 1px solid red; */
}

.icon-wrapper i {
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 30%;
    color: #fff;
    top: 0%;
    font-size: 40px;
}

/********************* we  ****************/

#we {
    padding: 3rem;
    /* background: url('../images/download.png') no-repeat left center; */
    /* background: linear-gradient(90deg,#4487e4,#40aee2,#3dc9e1); */
    background:#00BCD4 url('../images/low.png') no-repeat left center;
    background-size: cover;
    width: 100%;
    position: relative;
    color:#fff;
}
#we h2 {
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
}
#we p.we-para {
    font-size:18px;
    font-weight: 300;
    line-height:35px;
}

h2.heading{
    font-size: 40px;
}
.pos-caption h2{
    font-size: 28px;
}

h2.text-center {
    font-size: 40px;
}


.we-h5 {
    color: #fff;
    margin-top: 80px;
    font-size: 30px;
    padding: 20px;
    margin-top: 154px;
}
#we .card-body p {
    text-align: justify;
    font-weight: 300;
}
#we a i {
    transition: .5s;
}

#we a:hover i {
    transform: rotate(360deg);
}
/************* products  ********************/
#products {
    /* padding:3rem; */
    background: #f9f9f9;
}
#products .card {
    transition: .3s ease-out;
    overflow: hidden;
    border: none;
    border-radius: 0 !important;
}
#products .card img{
    transition: .3s ease;
 }
#products .card:hover img{
   filter: blur(3px);   
}
#products .card:hover .card-inner {
    top: 0;
    opacity: 1;
}
.card-inner {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.219);
    opacity: 0;
    position: absolute;
    top: -250px;
}
.inner-content {
    position: absolute;
    top: 43%;
    left:43%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background:#fff
}
.inner-content i{
   color: #444;
   font-size: 30px;
   text-align: center;
   padding: 8px 1px 0px 9px;

}
.more {
    display: block;
    text-align: center;
    background: #242b34;
    color: #fff;
    font-size: 20px;
    padding: 20px;
}
.more:hover {
    color: #ddd;
}
/***************** keep  ***************/

#keep {
    padding: 2rem 4rem 2rem;
}

#keep input.form-control {
    display: inline-block;
    width: 400px;
    transform: translateY(4px);
    margin-top: 50px;
}
/****************** footer  ******************/
footer {
    /* background: linear-gradient(125deg,#014483,#015799,#007fbe); */
    background: #242b34;
    padding: 55px 0px 0px 0px;
}

.f-link {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    /* padding: 10px; */
    position: absolute;
    top: -108px;
    border-top: 3px solid #242b34;
}

.f-link i {
    text-align: center;
    color: #000;
    font-size: 40px;
    margin: 16px;
}

footer h5 {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

footer h4 {
    color: #000;
}

.line {
    background: #0672ff;
    height: 4px;
    width: 75px;
    display: none;
}

.f-icon {
    color: #fff;
    margin: 29px 5px;
}

.main-icons{
    background: #3861b0;
    border-radius: 24%;
    padding: 8px;
}

.menu-useful-links {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.menu-useful-links i {
    float: left;
    margin: 10px 15px 0 0;
    color: #ddd;
    font-size: 8px;
}

.menu-useful-links li a {
    color: #ddd;
    font-size: 14px;
}

.f-contact {
    color: #ddd;
    font-weight: 400;
    font-size: 13px;
    margin-top: 22px;
}

.f-contact a {
    color: #ddd;
}

footer object {
    margin-top: 26px;
}

.k {
    margin: 52px 0 0 0;
}

#keep img {
    margin-bottom: 26px;
}

.fo-para {
    color: #fff;
    font-size: 14px;
    margin-top: 26px;
}
footer form input {
    background: transparent !important;
    width: 100% !important;
}
footer form input:focus {
    color: #fff !important;
}
footer form textarea {
    background: transparent; 
    width: 100%;
}
footer form textarea:focus {
    color: #fff;
   
}
footer form input::placeholder {
    color: #fff !important;
    font-size: 13px;
}
footer form textarea::placeholder {
    color: #fff !important;
    padding: 0 10px !important;
    font-size: 13px;
}
.copy {
    color: #fff;
    font-size: 13px;
    margin-top: 24px;
}

.btn-primary{
    border:1px solid #fff !important;
}
/************************ responsive  ***********************/


@media(max-width:1024px) {
    /* .carousel-inner {
        width: 100%;
        height: 573px;
    }
    .carousel-caption {
        top: 231px !important;
    } */
    .carousel-text h1 {
        font-size: 45px;
    }
    .carousel-text h2 {
        font-size: 45px;
    }
    .we-h5 {
        margin-top: 100px;
    }
    .keep-img {
        width: 100%
    }
    .heading {
        font-size: 33px;
    }

    .menu-item a {
        font-size: 12px;
    }
}



@media(max-width:991px) {
    header nav {
        /* background:linear-gradient(125deg,#014483,#015899,#007fbe) */
        background: url('../images/mobile-nav-bg.png') no-repeat top center;
        /* background-size:cover ; */
    }
   
    /* mobile drop down  */
    .drop-down{
        z-index: 1000;
        top: 300px !important;
    }
    header nav ul li a:hover:before {
        opacity: 1;
        left: 5%;
    }

    header nav ul li ul.drop-down {
        padding: 0.5rem 1rem 1rem 1rem;
    }

    /* ending mobile drop down  */
    #hero {
        margin-top: -1px;
    }
    .carousel-inner {
        /* height: 554px; */
        box-shadow: none;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 12% !important;
    }
    .we-h5 {
        font-size: 25px;
        margin-top: 68px;
    }
    .explore-h {
        font-size: 18px
    }
    #why .card-body {
        border: 4px solid 
        #ddeefd;
        height: 100%;
        box-sizing: border-box !important;
        padding: 1rem;
    }
    #why .card-body:hover::before {
        width: 88%;
    }
    #why .card-body:hover::after {
        width: 88%;
    }
    .k {
        margin: 9px 0 0 0;
    }
}

@media(max-width:880px) {
       .carousel-caption {
    top: 50%;
    left: 10%;
    transform: translate(-20%,-50%);
}

}

@media(max-width:768px) {
    .carousel-control-next, .carousel-control-prev {
        top: 65px;
    }
    .carousel-text h1 {
        font-size: 40px;
    }
    .carousel-text h2 {
        font-size: 40px;
    }
    
    .what-text {
        padding: 3rem 1rem 1rem 1rem;
    }
    .pos-caption h2{
        font-size: 22px;
    }

    #why .card-body::after {
        bottom: 14px;
    }

    #why .card-body:hover::before, #why .card-body:hover::after {
        width: 87%;
    }

    .we-h5 {
        font-size: 20px;
    }
    .explore-h {
        font-size: 15px;
    }
    .para {
        margin-bottom: 2rem;
        font-size: 14px;
    }
    #why .card-body {
        height: 95%;
        padding: 1rem;
    }
    .heading {
        font-size: 30px;
    }
    #services {
        padding: 3rem;
    }
}

@media (max-width: 767px) {
    .carousel-text h1 {
        font-size: 35px;
    }
    .carousel-text h2 {
        font-size: 35px;
    }
    .carousel-text p {
        font-size: 14px;
    }
  
    #we {
        padding: 3rem;
    }
    .we-h5 {
        font-size: 24px;
        margin-top: 258px;
    }
    #why .col-md-4 {
        margin-top: 40px !important;
    }

    #why .card-body:hover::before, #why .card-body:hover::after {
        display: none;
    }

    .one, .two, .three, .fourth, .fifth {
        width: 33%;
    }
    .menu-item li {
        width: 80%;
    }

    .drop-menu{
        display: none;
    
    }
    
    ul li.drop-top:hover div.drop-menu{
        /* display: inline-block; */
        display: flex;
    }

    .nav-link:hover:before{
        left: 5%;
    }

}

@media(max-width:575px) {
    
    .carousel-caption {
        top: 35%;
        left: 14%;
        transform: translate(-19%,-35%);
    }
    .pos-caption h2{
        font-size: 18px;
    }

    .carousel-control-next, .carousel-control-prev {
        top: 0px;
    }
    .logo-img {
        width: 75%;
    }
    /* #hero {
        margin-top: -59px;
    } */
    
    footer {
        padding: 2rem;
    }
    .contact-icons {
        display: none;
    }
    #keep {
        padding: 3rem;
    }

    #we h1 {
        font-size: 30px;
    }

    #we p.we-para {
        font-size: 15px;
    }

    #we .card-body p {
        font-size: 14px;
    }

    .one, .two, .three, .fourth, .fifth {
        width: 50%;
    }
    .menu-item li {
        width: 80%;
    }
}
@media (max-width:480px) {
    /* .carousel-inner {
        height: 266px;
    } */
    /* .carousel-caption {
        top: 83px !important;
    } */
    .carousel-text h1 {
        font-size: 30px;
    }
    .carousel-text h2 {
        font-size: 30px;
    }
}
@media(max-width:425px) {
    .logo-img {
        width: 60%;
    }
    /* mobile menu  */
    header nav ul li a.nav-link {
        line-height: 55px !important;
    }
    .drop-down {
        top: 215px !important;
    }
    /* .carousel-inner {
        height: 238px;
    } */
    .carousel-text h1 {
        font-size: 28px;
    }
    .carousel-text h2 {
        font-size: 28px;
    }
    /* .carousel-caption {
        top: 54px !important;
    } */

    .carousel-caption {
        top: 30%;
        left: 14%;
        transform: translate(-19%,-30%);
    }

    .carousel-control-next, .carousel-control-prev {
        top: 33px;
    }
    .one, .two, .three, .fourth, .fifth {
        width: 100%;
    }
    .menu-item li {
        width: 100%;
    }
}

@media(max-width:375px) {
 
    .carousel-text h1 {
        font-size: 24px;
    }
    .carousel-text h2 {
        font-size: 24px;
    }
    .carousel-text p {
        font-size: 13px;
    }
    .carousel-caption {
        top: 20%;
        left: 14%;
        transform: translate(-19%,-20%);
    }
}

@media(max-width:360px) {
    .carousel-caption {
        top: 12%;
        left: 14%;
        transform: translate(-19%,-12%);
    }
    #services {
        padding: 2rem;
    }
}