body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}



.navbar {
    /* background-color: #90a7e2; */
     background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.navbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu li {
    float: left;
}

.navbar-menu li a {
    display: flex;
    color: black;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: cursive;
    align-items: center;
    justify-self: center;
}

.logo{
    width: 173px;
    margin-left: 10px;
    margin-bottom: 13px;
}

/* .navbar-menu li a i {
    margin-right: 8px;
} */

.navbar-menu li a:hover {
    background-color: #575757;
    color: white;
}

.navbar-signup a {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 20px;
    /* display: none; */

}
.navbar-signup{
    display: none;
}

.navbar-signup a:hover {
    background-color: #45a049;
}
   
.navbar-menu li .class1{
    width: 39px;
    height: 30pxs;
    /* margin-bottom: -10px; */
    /* padding-top: 31px; */
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0px 20px;
}


.section{
    width: 100%;

}
.describe{
    width: 100%;
    height: 90vh;
}

.banner{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}
#slideImg{
    width: 100%;
    height: 100vh;
}

.overlay{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
    position: absolute;
    top: 0;
}

.content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    
}

.content h1{
    color: white;
    font-size: 55px;
    margin: 0px;
    font-family: sans-serif;
}

.content p{
    color: white;
    font-size: 22px;
    margin: 0px;
    text-align:center;
    font-family: sans-serif;
}


.borders{

    width: 100%;
    height: 100vh;
}
.section2{
 /* background: url(./360_F_907604042_ZeRdJNshBV1k59993UojTHGJvlOaaKnE.jpg);   */
 background-repeat: no-repeat; 
background-color: #0d2b4f; 
width: 100%;
height: 45vh;
}

.section2 h1{
   display: flex;
    justify-content: center;
    align-items: center;

}
.productss{
       /* border: 2px solid red; */
       display: flex;
       justify-content: center;
       align-items: center;
       height: 60vh;
       /* margin-top: 100px; */
       width: 90%;
       margin: 0px auto;
       left: 17px;
       position: relative;


}
.pro{
    height: 50vh;
    margin: 0px;
    width: 25%;
}
 .paraa{
    width: 100%;
    display: block;
    height: auto;
    padding: 20px;
    background: #8d9cad;
    transition: all 0.3s ease;
    width: 72%;
    margin-left: 10px;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
  }
.aboutusimg{
width: 550px;

}
.paragraph{
    width: 80%;
    font-family: sans-serif;
    font-weight: 500;
}
.section1{
    /* margin-left: 50px; */
/* border: 2px solid red;   */
margin-top: 10px;  
}

.text-block{
    display: flex;
    justify-content: center;
    align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
.inner-section{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 80%;
    margin: 0px auto;
    height: 70vh;
    border-top: 10px solid #0d2b4f;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 0px;
}

.section2{
    margin: 0px;
}

.image1{
    width: 81%;
    height: 40vh;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 30px;
}

.image2{
width: 82%;
    height: 40vh;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 30px;
}

.image3{
    width: 82%;
        height: 40vh;
        margin-top: 10px;
        margin-left: 10px;
        border-radius: 30px;
    }

    .image4{
        width: 82%;
            height: 40vh;
            margin-top: 10px;
            margin-left: 10px;
            border-radius: 30px;
        }
        .section3 h1{
            display: flex;
             justify-content: center;
             align-items: center;
         
         }
         .solutionss{
                /* border: 2px solid red; */
                display: flex;
                justify-content: center;
                align-items: center;
                height: 60vh;
                width: 90%;
                margin: 0px auto;
         
         }
         .sol{
             height: 50vh;
             margin: 0px;
             margin: 0px auto;
         }
          .pagra{
             width: 100%;
             display: flex;
             align-items: center;
             justify-content: center;
             text-align: center;
             height: auto;
             padding: 20px;
             background: #8d9cad;
             transition: all 0.3s ease;
             width: 72%;
             /* margin-left: 10px; */
             /* margin-top: 0px; */
             margin: 20px auto 0px;
             border-radius: 10px;

           }
         
         .section3{
             margin: 0px;
         }
         
         .imge1{
            width: 300px;
            height: 40vh;
            margin: 0px 10px;
            border-radius: 30px;
         }
         
         .imge2{
            width: 300px;
            height: 40vh;
            margin: 0px 10px;
            border-radius: 30px;
         }
         
         .imge3{
            width: 300px;
            height: 40vh;
            margin: 0px 10px;
            border-radius: 30px;
             }
         
             .imge4{
                width: 300px;
                height: 40vh;
                margin: 0px 10px;
                border-radius: 30px;
                 }



        .projects{
            /* border: 2px solid red; */
            width: 99%;
            height: 100vh;
        }

        .listes{
            display: flex;
            align-items: center;
            justify-content: center;
            list-style: none;
        } 
         
        .listess{
            display: flex;
            align-items: center;
            justify-content: center;
            list-style: none;
            width: 84%;
        }
        .pro1{
            /* width: 69%;
            height: 100%;
            list-style: none; */
            width: 96%;
            height: 47vh;
        }

        .pro2{
            width: 96%;
            height: 47vh;
        }
        .pro3{
            width: 96%;
            height: 47vh;
        }

        .pro4{
            width: 96%;
            height: 47vh;
        }

        .pro5{
            /* width: 69%;
            height: 100%;
            list-style: none; */
            /* width: 96%; */
            height: 47vh;
            width: 103%;
           height: 47vh;
           padding-right: 47px;
        }
        

        .pro6{
            width: 141%;
            height: 47vh;
        }
        .pro7{
            width: 106%;
            height: 46vh;
            padding-left: 100px;
        }

        .pro8{
            width: 104%;
            height: 46vh;
             padding-left: 141px;
        }
/* chatbot */
.chatbot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 50px;
    background-color: #25D366;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.chatbot:hover {
    background-color: #128C7E;
}


















        /* footer */

        body {
            font-family: Arial, sans-serif;
        }
        
        footer {
            background-color:#0d2b4f;
            color: #fff;
            padding: 20px 0;
            margin-top: 10px;
        }
        
        .footer-container {
            display: flex;
            justify-content: space-between;
            padding: 20px 50px;
        }
        
        .footer-left,
        .footer-middle,
        .footer-right {
            width: 22%;
        }
        
        .footer-left h2 {
            color: white;
        }
        
        .footer-left p {
            font-size: 14px;
            margin-bottom: 10px;
        }
        
        .footer-left button {
            background-color: #ffa500;
            border: none;
            color: #fff;
            padding: 10px 20px;
            cursor: pointer;
        }
        
        .footer-middle h3,
        .footer-right h3 {
            margin-bottom: 10px;
            color:white;
        }
        
        .footer-middle ul,
        .footer-right ul {
            list-style: none;
            padding: 0;
        }
        
        .footer-middle ul li,
        .footer-right ul li {
            margin-bottom: 10px;
        }
        
        .footer-middle ul li a,
        .footer-right ul li a {
            color: #fff;
            text-decoration: none;
        }
        
        .footer-right p {
            margin: 5px 0;
        }
        
        .footer-right .social-media a {
            margin-right: 10px;
        }
        
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            padding: 10px 50px;
            background-color:#0d2b4f;
        }
        
        .footer-bottom p {
            margin: 0;
        }
        
        .footer-bottom .payment-icons img {
            margin-right: 10px;
        }
        .link{
            width: 11%;
            height: 100%;
        }
        .face{
            width: 11%;
            height: 100%;
        }
        .social{
            width: 12%;
            height: 100%;
        }
        .twitt{
            width: 11%;
            height: 100%;
        }
        .youtube{
            width: 11%;
            height: 100%;
        }
        .visa{
            width: 19%;
            height: 42%;
        }
        .master{
            width: 30%;
            height: 42%;
        }
        .discover{
            width: 40px;
            object-fit: contain;
        }
        .paypal{
           /* width: 19%;
            height: 42%;*/
            width: 31%;
            height: 42%;
            padding-top: 13px;
        }
        .payment-icons{
            display: flex;
            width: 20%;
            height: 20%;
        }
        .email{
            width: 8%;
            display: none;
        }
        .tele{
            width: 8%;
            display: none;
        }
        .clock{
            width: 8%;
            display: none;
        }
        .accept{
            padding-top: 18px;
            padding-left: 424px;
        }
        .crystal{
            padding-top: 20px;
        }
        .Emailfirst{
            
            display: flex;
            align-items: center;
            justify-content: flex-start;
        
        }
        .clockthird{
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }
        .telephonesecond{
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }
        
        .li{
            display: flex;
            justify-content: center;
            align-items: center;
           
        }
        .li img{
           
            border-radius: 30px;
            box-shadow: 10px ;
        }
        .li1{
            
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .li1 img{
            width: 80%;
            height: 200%;
            border-radius: 30px;
            box-shadow: 10px ;
        }
        .li img{
            width: 80%;
            height: 200%;
        } 
        .block{
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            
        }
        .aboutus{
            font-size: 30px;
            font-weight: bold;
            font-family: sans-serif;
            margin: 0px;
        }
        .outer-section{
            height: 90vh;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 0px 3px 0px;
        }