*{
    padding: 0px;
    margin: 0px;
}
.Page1{
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-color: #2073c2;
    height: 78px;
}
.collapse ul li a {
    color: white !important;
  }
/* .Home li a{
    text-decoration-line: underline !important;
    text-decoration-color: wtomato !important;
    text-decoration-thickness: 5px !important;
    color: white !important;
} */
.navbar-brand {
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 100px;
    padding-top: 15px;
}  
  .navbar-brand img {
    width: 200px; 
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 10px;
    }
}
.Stores{
    color: white; 
    font-size: 24px;
    font-weight: bold;
}
.nav-item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
  }
  
  .nav-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
  }
  
  .nav-item a:hover::after {
    transform: scaleX(1);
    color: #fff !important;
    transform-origin: bottom left;
  }
  a:hover{
    color: #fff !important;
  }
.Page2{
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-image: url(../sp-images/img1.png);
    height: 646px;
}
/* .container{
    max-width: 1140px;
    margin: auto;
} */
.text h1{
    margin-top: 120px;
    /* margin-left: 120px; */
    margin-right: 220px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 35px;
}
.text1 h4{
    color: #FFFFFF;
    /* margin-left: 120px; */
    font-family: Poppins;
    font-weight: normal;
}
.icon img {
    max-width: 50px;
}
.icon {
    margin-right: 20px;
}
.Page3{
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-color: white#2073c2;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .space{
    margin-top: 70px;
    margin-left: 70px;
    margin-bottom: 120px;
} */
.Work{
    /* margin-left: 130px; */
    font-weight: bold;
    font-size: 80px;
    color: black;
}

.image{
    margin-top: 100px;
    /* margin-left: 130px; */
    margin-bottom: 100px;
}

.Reports{
    /* margin-left: 130px; */
    font-weight: bold;
    font-size: 80px;
    color: black;
}

.image2{
    margin-top: 100px;
    /* margin-left: 130px; */
    margin-bottom: 130px;
}

.Process{
    /* margin-left: 130px; */
    font-weight: bold;
    font-size: 80px;
    color: black;
}

.image3{
    margin-top: 70px;
    /* margin-left: 80px; */
    margin-bottom: 50px;
}
.Meet{
    /* margin-left: 110px; */
    font-weight: bold;
    font-size: 80px;
    color: black;
    margin-bottom: 60px;
}

.Meet1{
    /* margin-left: 110px;
    margin-right: 110px; */
    font-weight: normal;
    font-size: large;
    color: black;
}

.Page4{
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 78px; */

}

/* .Page4{
    margin-left: 130px;
    margin-right: 110px;
    
} */

.part{
    width: 100%;
    float: left;
    margin-top: 100px;
    margin-bottom: 100px;
}
.image4{
    width: 50%;
    float: left;
}
.text3{
    width: 50%;
    float: left;
    padding-top: 80px;
    color: black;
    font-size: large;
    font-weight: normal;
    padding-left: 50px;
    line-height: 2;
}

.Blog{
    /* margin-left: 110px; */
    font-weight: bold;
    font-size: 80px;
    color: black;
    margin-bottom: 60px;
}

.News{
    font-weight: normal;
    font-size: large;
    color: black;
    margin-bottom: 50px;
}

.image5{
    width: 100%;
    float: left;
    background-image: url(../sp-images/img9.png);
    background-size: 100% 100%;
    height: 500px;
    margin-bottom: 80px;
}


.Page5 {
    width: 100%;
    float: left;
    background-color: white;
    /* background-size: 100% 100%; */
    background-size: cover;
    /* height: 1220px; */
    margin-bottom: -120px;
    position: relative; 
}

.image6 {
    width: 100%;
    float: left;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-image: url(../sp-images/img10.png);
padding: 100px;
}

.Call {
    width: 60%;
    float: left;
    /* margin-top: 70px; */
    /* margin-left: 30px; */
    color: white;
    font-size: 32px;
    line-height: 1;
}

.Newbutton {
    float: left;
    text-align: center;
    margin: -120px 0px 0px 880px;
    position: relative; /* Add this to position the pseudo-element */
}

.Newbutton button {
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 31%); /* Make the background slightly transparent */
    border: 2px solid transparent;
    border-radius: 1px;
    color: white;
    position: relative; /* Add this to position the pseudo-element */
    z-index: 1; /* Ensure the button content stays on top */
    overflow: hidden; /* Prevent the pseudo-element from overflowing the button */
}

.Newbutton button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: inherit; /* Use the same background color */
    filter: blur(100px); /* Adjust the blur level as needed */
    z-index: -1; /* Place the pseudo-element behind the button content */
}


.image7 {
    position: relative; 
    top: -150px; 
    width: 100%; 
    /* margin-left: 40px; */
}

.Page6 {
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-color:#2073c2;
    height: 150px;
    clear: both; 
    position: relative; 
}

.line{
   /* border: none;   */
    height: 100px; 
    background-color: white; 
    /*margin: 20px 0;   */
    /* margin-left: 100px; */
    width: 100%; 
    border-top: 3px solid white;
    margin-top: 80px;
}
.Inc{
    /* margin-left: 130px; */
    color: white;
}
/* 
@media (min-width: 992px) 
{
    
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
      margin-left: auto; 
    }
  }
  
  @media (max-width: 992px) 
  
  {
    
     .navbar-brand {
      padding-left: 0;
    }
    .navbar-brand img {
        width: 200px; 
      }
      
      .Page1 {
        height: auto;
      }
    
      .navbar-nav {
        text-align: left; 
      }
  }  */
  @media (min-width: 0px) and (max-width: 1024px){
    .Page2{
        height: 690px;
        background-size: cover;
    }
    .Newbutton{
        float: right;
    }
    .Newbutton button {
        width: 180px;
    }
  }

  @media (min-width: 0px) and (max-width: 768px) {
    .Page1 {
      height: auto;
    }
  
    .navbar-brand {
      padding-left: 20px;
      padding-top: 10px;
      font-size: 1rem;
    }
  
    .navbar-brand img {
      width: 150px;
    }
  
    .navbar-expand-lg {
      margin-top: 5px;
    }
  
    .Stores {
      font-size: 18px;
      text-align: center;
    }
  }

@media (min-width:0px) and (max-width:768px), (min-width:0px) and (max-width:414px){
    /* .container {
        max-width: 1140px;
        margin: 0;
    } */
    
     /* .Page2 {
         height: auto;
         background-size: cover;
     } */

     .text h1 {
       
        /* margin-left: 20px; */
        margin-right: 20px;
        font-size: 40px;
        position: relative;
        top: -109px;
    
     }
 
     .space2 {
         margin-top: 100px;
     }
/*  
     .Page3 .row {
         display: flex;
         flex-direction: column;
         align-items: center;
         margin: 20px 0; 
     }
     
     .Page3 .col-md-4 {
         width: 100%;
         margin: 10px 0; 
     }
 .Page3{
    height: auto;
 }*/     .Page3 .d-flex {
         /* justify-content: center; */
         margin-top: 10px;
         margin-bottom: 10px;
     } 
 
     .Page3 .text2 {
         text-align: center;
     }
     .space {
         margin-top: 20px;
         margin-left: 0px;
         margin-bottom: 20px;
     }
     .Work, .Reports, .Process {
         margin-left: 0px;
         font-size: 40px;
         line-height: 1.2;
     }
     .image, .image2, .image3 {
         margin-top: 20px;
         margin-left: 0px;
         margin-bottom: 20px;
     }
     .icon img {
         max-width: 30px;
     }
     .text2 h3 {
         font-size: 20px;
     }
     .text2 h6 {
         font-size: 12px;
     }
     .Process {
         margin-left: 0px;
         font-size: 40px;
         line-height: 1.2;
     }
 
 
     .Meet, .Blog {
         font-size: 40px;
         margin-bottom: 30px;
         line-height: 1;
     }
 
     .Meet1, .News {
         font-size: medium;
     }
     .text3{
         font-size: small;
     }
 
     /* .Page4 {
         margin-left: 20px;
         margin-right: 20px;
     } */
 
     .image4, .text3 {
         width: 100%;
         float: none;
         padding-left: 0;
         padding-top: 20px;
     }
 
     .part {
         margin-top: 50px;
         margin-bottom: 50px;
     }
 
     .image5 {
         height: 150px;
         margin-bottom: 30px;
     }
 
     .Call {
         width: 90%;
         margin-top: 20px;
         margin-left: 5%;
         font-size:x-large;
     }
 
     .Newbutton {
         width: 90%;
         margin-top: 0px;
         float: none;
         text-align: center;
         margin-left: 5%;
     }
 
     .Newbutton button {
        width: 50%;
        padding: 10px;
        font-size: medium;
        position: relative;
        top: 24px;
    }
 
     .image6 {
         height: 300px;
         padding: 0px;
         background-size: cover;
     }
 
     .image7 {
        top: -70px;
        /* left: -20px; */
        width: 100%;
        height: 300px;
     }
 
     .Page5 {
         height: 560px; 
         background-size: cover;
         
     }
     .line {
         /* margin-left: 5%; */
         width: 100%; 
         margin-top: 20px; 
     }
 
     .Inc {
         /* margin-left: 5%; */
         font-size: medium; 
         text-align: left; 
     }
 
     .Page6 {
         height: auto; 
         padding-top: 20px; 
         padding-bottom: 20px; 
         margin-top: 110px;
     }
}

@media (min-width:0px) and (max-width:768px){
.Page2 {
    height: 350px;
    background-size: cover;
}
.Newbutton button {
    width: 25%;
}
.Page5{
    height: 550px;
    background-size: cover;
}
.image7 {
    top: -75px;
    height: 360px;
}
.text1 h4 {
    /* margin-left: 20px; */
    font-size: 18px;
    /* margin-top: 30px; */
    position: relative;
    top: -110px;
    font-size: 12px;
    padding: 0px;
}
}
@media (min-width:0px) and (max-width:576px){
    .Newbutton button {
        width: 35%;
    }

}
@media (min-width:0px) and (max-width:425px){
.Page2 {
    height: auto;
    background-size: cover;
}
.Newbutton button {
    width: 50%;
}
.image7{
    height: 300px;
    top: -70px;
}
.Page5{
    height: 560px;
    background-size: cover;
}
.text1 h4{
    top: -120px;
}
}

@media (min-width:0px) and (max-width:320px){
    .image7{
        top: -50px;
        height: 260px;
    }
    .Page2 {
        height: auto;
        background-size: cover;
        background-position: -70px;
    }
    .text1 h4{
        top: -130px;
    }
    .Page5{
        height: 520px;
        background-size: cover;
    }
}
