body{
    box-sizing: border-box;
    overflow-x:hidden;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    }

    /* .container{
        overflow-x: hidden;
        position: relative;
    } */

    .header{
        overflow: hidden;
        background-color:rgba(255, 255, 255, 1);
        padding: 20px 30px;
      }
      /* styling the header link */
      .header a {
        float: left;
        color: gray;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 25px;
        border-radius: 4px;
        text-transform: capitalize;
        font-family:'Poppins', sans-serif;
      }
      /* styling the logo */
      .header a:hover{
          cursor: pointer;
      }
      .header a.logo{
        font-size: 1.7em;
        font-weight: bold;
        padding: 0;
      }
      /* hover */
      .header a.icon {
          display: none;
        }
      .header a.active{
        color: rgba(243, 115, 53, 1);
      }
      .header-right{
        float: none;
        margin-left: 300px;
      }
      .header-right a.reg{
        margin-left: 10px;
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px; 
        border-bottom: 1px solid black; 
        padding: 10px 15px;
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        cursor: pointer;
      }

        /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    border-radius: 10px;
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  /* Close button on hover */
  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
  }
  
  @keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
  }
  .new-container{
      display: flex;
      flex-direction: column;
      margin: 20px;
  }
 .new-container a{
    text-align: center;
    text-decoration: none;
    background-color: rgba(243, 115, 53, 1);
    padding: 20px;
    border-bottom: 2px solid black;
    margin: 20px 0;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
 }
 .new-container a:hover{
     opacity: 0.5;
 }
  
    
    #consent-popup {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2px 8px;
        background-color: #fff;
        transition: opacity 1s ease;
        width: 400px;
        margin: 0 1%;
        display: flex;
        flex-direction: column;
      }
      .hidden {
        opacity: 0;
      }
      .notice{
        font-family:'Poppins', sans-serif;
      }
      #accept{
        text-decoration: none;
        background-color: rgba(243, 115, 53, 1);
        color: black;
        padding:8px;
        text-align: center;
        margin: 0 230px 0 50px;
        border-radius: 8px;
        font-size: 1.2em;
        font-family:'Poppins', sans-serif;
      }
    #myBtn {
      display: none; 
      position: fixed;
      bottom: 20px; 
      right: 30px; 
      z-index: 99; 
      border: none; 
      outline: none; 
      background-color: rgba(243, 115, 53, 1);
      cursor: pointer;
      padding: 5px; 
      border-radius: 25px; 
    }
    
    #myBtn:hover {
      background-color: #555; 
    }
    .first-section{
        display: flex;
    }
    .first-section1{
        width: 50%;
        margin: 10px 10px 10px 30px;
    }
    .intellectual{
        color: rgba(15, 28, 112, 1); 
        font-size: 49px; 
        font-weight: 600;
        font-style: normal;
        margin: 100px 0 0 10px;
    }
    .first-section1 p{
        color: rgba(128, 128, 128, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        margin:20px 200px 20px 10px;
    }
    .main-button a{
        text-decoration: none;
        color: rgba(255, 255, 255, 1);

    }
    .main-button {
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px; 
        color: white;
        padding: 15px;
        border-bottom: 1px solid black;
        font-family:'Poppins', sans-serif;
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        margin: 20px 0 0 10px;
    }
    .main-button:hover{
      cursor: pointer;
      opacity: 0.7;
    }
    p#status_check{
        margin: 10px;
        border: none;
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
        color: rgba(15, 28, 112, 1);
    }
    .first-section2{
        width: 50%;
        background-image:url("/images/ip accelerator.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
        position: relative;
        border-radius: 10px;
    }
    .imagetext{
        display: flex;
    }
    .imagetext img{
        width: 70px;
        height: 70px;
    }
    .overlay1{
        background-color: white;
        padding: 10px;
        width: 50%;
        position: absolute;
        left: -100px;
        top: 150px;
        border-radius: 8px;
        box-shadow: 0 0 2px gray;
    }
    .overlay1 h6,  .overlay2 h6{
        color: rgba(128, 128, 128, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        margin: -25px 90px 0 90px;
    }
    .overlay1 p, .overlay2 p{
        color: rgba(128, 128, 128, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        margin: 20px 20px 0 20px;
    }
    .overlay1 h5, .overlay2 h5{
        color: black;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        margin: 10px 0;
    }

    .overlay2{
        background-color: white;
        padding: 5px;
        width: 50%;
        position: absolute;
        left: 290px;
        top: 430px;
        border-radius: 8px;
        box-shadow: 0 0 2px gray;
    }

    .commercial{
        width: 100%;
        padding: 20px 0 0 0;
        margin: 0;
      }
      .commercial h2{
        color: rgb(25,49,138);
        text-align: center;
        font-size: 40px;
        margin: 60px 0 0 0;
      }
      .commercial p{
        color: gray;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        margin: 20px 350px;
        text-align: center;
      }

    .second-section{
        background-color: black;
        display: flex;
        margin: 20px 5px 5px 100px;
        border-radius: 10px;
        padding: 50px;
    }
    .second-section1{
        width: 50%;
    }
    .second-section1 h5{
        color:  rgba(255, 255, 255, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        
    }
    .second-section1 a{
        text-decoration: none;
        color: white;
        border-radius: 10px;
        margin: 20px;
        font-size: 14px;
    }
    .second-section1 p{
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size:14px;
        font-weight: 500;
        font-style: normal;
        margin: 20px;
    }
    .second-section2{
        width: 50%;
    }
    .second-section2 img{
        width: 50%;
        height: 100%;
        border-radius: 10px;
        margin: 0 0 0 100px;
    }
    .second-section2 {
        position: relative;
        width: 700px;
        height: 500px;
        overflow: hidden;
        border-radius: 5px;
      }
      
      /*Light blue cover above the slide show*/
      .card::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 900;
      
        display: block;
        width: 100%;
        height: 100%;
      
        /* background-color: rgba(140, 22, 115, 0.2); */
      }
      
      .card_part {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 7;
      
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        
        transform: translateX( 700px );
        background-image: url(/images/woman-game.png );
        background-repeat: no-repeat;
        
        -webkit-animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
        
                animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
      }
      
      
      .card_part.card_part-two {
        z-index: 6;
        background-image: url( /images/game1.png);
        -webkit-animation-delay: 7s;
                animation-delay: 7s;
      }
      
      .card_part.card_part-three {
        z-index: 5;
        background-image: url( /images/game2.png);
        -webkit-animation-delay: 14s;
                animation-delay: 14s;
      }
      
      .card_part.card_part-four {
        z-index: 4;
        background-image: url( /images/game3.png );
        -webkit-animation-delay: 21s;
                animation-delay: 21s;
      }
      
      
      @-webkit-keyframes opaqTransition {
        3% { transform: translateX( 0 ); }
        25% { transform: translateX( 0 ); }
        28% { transform: translateX( -700px ); }
        100% { transform: translateX( -700px ); }
      }
      
      
      @keyframes opaqTransition {
        3% { transform: translateX( 0 ); }
        25% { transform: translateX( 0 ); }
        28% { transform: translateX( -700px ); }
        100% { transform: translateX( -700px ); }
      }
    .solutions{
        background-color: rgb(253,253,253);
        margin: 100px 0 0 0;
    }
    .solutions h2{
        text-align: center;
        color: rgba(15, 28, 112, 1); 
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-transform: capitalize;
    }
    .solution{
        display: flex;
    }
    .solution1{
        width: 33%;
        margin: 20px;
        padding: 10px;
        border-radius: 8px;
    }
    .solution1 h4{
        color: rgba(51, 51, 51, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        margin: 20px 0 0 10px;
    }
    .solution1 p{
        color: rgba(128, 128, 128, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        margin-left: 15px;
    }

    .solution2{
        width: 33%;
        margin: 20px;
        padding: 10px;
        box-shadow: -5px 0 100px 50px whitesmoke;
        border-radius: 8px;
    }
    .solution2 h4{
        color: rgba(51, 51, 51, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        margin: 20px 0 0 10px;
    }
    .solution2 p{
        color: rgba(128, 128, 128, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        margin-left: 15px;
    }
    .solution_image_text{
        display:flex;
    }
    .solution_image_text img{
        margin: 15px 0 0 0;;
        width: 35px;
        height: 35px;
    }

    .testimonials{
        background-color: rgb(247,247,247);
        padding: 20px;
    }
    .testimonials h2{
        text-align: center;
        color: rgba(15, 28, 112, 1); 
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
    }
    .testimonial{
        display: flex;
    }
    .testimonial1{
        width: 33%;
        margin: 20px;
        padding: 10px;
        background-color: white;
        border-radius: 8px;
    }
    .testimonial1 h5{
        color: rgba(51, 51, 51, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        margin-left: 10px;
        /* text-align: center; */
    }
    .testimonial1 p{
        color: rgba(128, 128, 128, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        margin-left: 15px;
    }
    .forth-section{
        display: flex;
        margin: 50px 0 100px 0;
    }
    .forth-section1 img{
        border-radius: 20px;
    }
    .forth-section2{
        margin: 20px;
    }
    .forth-section h3{
        color: rgba(15, 28, 112, 1); 
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        margin: 0;
    }
    ul{
        list-style-type: none;
    }
    li{
        padding: 20px;
        color: rgba(128, 128, 128, 1);
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }
    .main-button1 {
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px; 
        padding: 15px;
        border-bottom: 1px solid black;
        font-family:'Poppins', sans-serif;
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        color: white;
        margin: 20px 0 0 50px;
        text-decoration: none;
    }
    .main-button1:hover{
      cursor: pointer;
      opacity: 0.7;
    }
    .fifty-section h2{
        text-align: center;
        color: rgba(15, 28, 112, 1); 
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
    }
    .fifty-section img{
        margin: 20px 0 50px 100px;

    }

     /* footer */
     footer{
        background-color: black;
    }
    .copyright p{ 
        color: white;
        text-align: center;
       padding: 20px;
       font-size: 14px;
    }
    .follow{
        margin: -10px 0 10px 0;
    }
    .sociallink{
        display: flex;
    }
    .footer{
        display: flex;
        padding: 50px;
    }
    .footer a, .footer p{
        display: block;
        padding: 5px;
        text-decoration: none;
        color: rgba(255, 255, 255, 1);
        font-size:  16px;;
        font-weight: 500;
        font-style: normal;
    }
    .footer h3{
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
    }
    .footer1 img{
        width: 55px;
        height: 50px;
        margin: 0 0 0 20px;
    }
    .footer1, .footer2, .footer3, .footer4, .footer5{
        padding: 10px;
        margin: 20px;
        width: 20%;
    }
    @media screen and (max-width:1200px) {
        .header a.logo{
         
            display: block;
          }
          .header-right{
              float: none;
              margin: 0;
              font-size: 14px;
          }
          .header-right a.reg{
            margin-right: 0px;
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px;  
            padding: 10px 5px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
          }
          .header a{display: none;}
          .header a.icon {
            float: right;
            display: block;
            font-size: 30px;
          }
  
          .header.responsive {position: relative;}
          .header.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
          }
          .header.responsive a {
            float: none;
            display: block;
            text-align: left;
          }
    
        .first-section{
            display: flex;
            width: 100%;
        }
        .first-section1{
            width: 50%;
            margin: 10px;
        }
        .intellectual{
            color: rgba(15, 28, 112, 1); 
            font-size: 40px; 
            font-weight: 600;
            font-style: normal;
            margin: 100px 0 0 10px;
            text-align: left;
        }
        .first-section1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            margin: 20px 10px;
            text-align:left;
        }
        .main-button {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 15px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 20px 10px;
            text-decoration: none;
        }
        .main-button:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .first-section2{
            width: 50%;
            background-position: center;
            height: 500px;
            position: relative;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 10px;
        }
        .overlay1{
            background-color: white;
            padding: 10px;
            width: 300px;
            position: absolute;
            left:0;
            top: 200px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay1 p{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
        .overlay1 h5{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
    
        .overlay2{
            background-color: white;
            padding: 5px;
            width: 300px;
            position: absolute;
            right:0;
            left: 170px;
            top: 380px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
        .overlay2 h5{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
      
        .commercial p{
            color: gray;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin: 20px 200px;
            text-align: center;
          }
          
        .second-section{
            background-color: black;
            display: flex;
            margin: 0 5px;
            border-radius: 10px;
            padding: 50px;
        }
        .second-section1{
            width: 100%;
        }
        .second-section1 h5{
            color:  rgba(255, 255, 255, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            
        }
        .second-section1 p{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:14px;
            font-weight: 500;
            font-style: normal;
            margin: 20px;
        }
        .second-section2{
            width: 100%;
        }
        .second-section2 img{
            width: 100%;
            height: 500px;
            border-radius: 10px;
            margin-top: 50px;
        }
        .solutions{
            background-color: rgb(253,253,253);
            margin-top: 50px;
            width: 100%;
        }
        .solutions h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .solution{
            display: flex;
        }
        .solution1{
            width: 33%;
            margin: 20px;
            padding: 10px;
            border-radius: 8px;
        }
        .solution1 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        .solution1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .solution2{
            width: 33%;
            margin: 20px;
            padding: 10px;
            box-shadow: -5px 0 100px 50px whitesmoke;
            border-radius: 8px;
        }
        .solution2 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            margin: 20px 0 0 10px;
        }
        .solution2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .testimonials{
            background-color: rgb(247,247,247);
            padding: 20px;
        }
        .testimonials h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .testimonial{
            display: flex;
        }
        .testimonial1{
            width: 33%;
            margin: 20px;
            padding: 10px;
            border-radius: 8px;
        }
        .testimonial1 h5{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            margin-left: 10px;
            /* text-align: center; */
        }
        .testimonial1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .forth-section{
            display: flex;
        }
        .forth-section2{
            margin: 20px;
        }
        .forth-section1 img{
            width: 500px;
        }
        .forth-section h3{
            margin-top: 20px;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        ul{
            list-style-type: none;
            margin-top: -20px;
        }
        li{
            padding: 20px;
            color: rgba(128, 128, 128, 1);
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
        }
        .main-button1 {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 20px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin-left: 60px;
            text-decoration: none;
        }
        .main-button1:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .fifty-section h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .fifty-section img{
            margin: 20px 0 50px 50px;
    
        }
    
         /* footer */
         .footer{
            display: flex;
            background-color: black;
            padding: 50px;
        }
        .footer a, .footer p{
            display: block;
            padding: 5px;
            text-decoration: none;
            color: rgba(255, 255, 255, 1);
            font-size:  16px;;
            font-weight: 500;
            font-style: normal;
        }
        .footer h3{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
        }
        .footer1, .footer2, .footer3, .footer4, .footer5{
            padding: 10px;
            margin: 20px;
            width: 20%;
        }
    }      

    @media screen and (max-width:992px) {
 
        .first-section{
            display: flex;
            flex-direction: column;
        }
        .first-section1{
            width: 100%;
            margin: 10px;
        }
        .intellectual{
            color: rgba(15, 28, 112, 1); 
            font-size: 39px; 
            font-weight: 600;
            font-style: normal;
            margin: 20px 50px;
        }
        .first-section1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            margin:0 50px;
        }

        .main-button {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 20px;
            margin:20px 50px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            text-decoration: none;
        }
        .main-button:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .first-section2{
            width: 80%;
            margin-left: 70px;
            height: 500px;
            position: relative;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            
        }
        .overlay1{
            background-color: white;
            padding: 10px;
            /* margin: 20px 200px 0 0; */
            width: 300px;
            position: absolute;
            left:0;
            top: 250px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
        .overlay1 h5{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
    
        .overlay2{
            background-color: white;
            padding: 5px;
            width: 300px;
            position: absolute;
            right: 0;
            left: 360px;
            top: 400px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
        .overlay2 h5{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
        .commercial p{
            color: gray;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin: 20px 100px;
            text-align: center;
          }

        .second-section{
            background-color: black;
            display: flex;
            flex-direction: column-reverse;
            margin: 50px 5px ;
            border-radius: 10px;
            padding: 50px;
        }
        .second-section1{
            width: 100%;
        }
        .second-section1 h5{
            color:  rgba(255, 255, 255, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            
        }
        .second-section1 p{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:18px;
            font-weight: 500;
            font-style: normal;
            margin: 20px;
        }
        .second-section2{
            width: 100%;
        }
        .second-section2 img{
            width: 50%;
            height: 500px;
            border-radius: 10px;
            margin: 0 0 0 100px;
        }
    

        
        /* .second-section{
            background-image: url(/images/acceleration-rectangle-403-1.png);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 400px;
            margin-top: 50px;
        }
        .second-section h1{
            color: rgba(255, 255, 255, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            margin: 0 100px;
            padding-top:70px;
        }
        .second-section p{
            color:rgba(255, 255, 255, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            text-align: center;
            margin: 0 250px;
            padding-top:30px;
        } */
        .solutions{
            background-color: rgb(253,253,253);
            margin-top: 50px;
        }
        .solutions h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: capitalize;
        }
        .solution{
            display: flex;
            flex-direction: column;
        }
        .solution1{
            width: 50%;
            margin: 20px 0 20px 200px;
            padding: 10px;
            border-radius: 8px;
        }
        .solution1 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        .solution1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .solution2{
            width:50%;
            margin: 20px 0 20px 200px;
            padding: 10px;
            border-radius: 8px;
        }
        .solution2 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            margin: 20px 0 0 10px;
        }
        .solution2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }


        .testimonials{
            background-color: rgb(247,247,247);
            padding: 20px;
        }
        .testimonials h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .testimonial{
            display: flex;
            flex-direction: column;
        }
        .testimonial1{
            width: 50%;
            margin: 20px 0 20px 200px;
            padding: 10px;
            border-radius: 8px;
        }
        .testimonial1 h5{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            margin-left: 10px;
            /* text-align: center; */
        }
        .testimonial1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .forth-section{
            display: flex;
            flex-direction: column;
        }
        .forth-section2{
            margin: 20px;
        }
        .forth-section1 img{
            width: 100%;
        }
        .forth-section h3{
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        ul{
            list-style-type: none;
            margin: 0 150px;
        }
        li{
            padding: 20px;
            color: rgba(128, 128, 128, 1);
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
        }
        .main-button1 {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 20px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin-left: 200px;
            text-decoration: none;
        }
        .main-button1:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .fifty-section h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .fifty-section img{
            margin: 20px 0 50px 100px;
    
        }
    
         /* footer */
         .footer{
            display: flex;
            flex-direction: column;
            background-color: black;
            padding: 50px;
        }
        .footer a, .footer p{
            display: block;
            padding: 5px;
            text-decoration: none;
            color: rgba(255, 255, 255, 1);
            font-size:  18px;;
            font-weight: 500;
            font-style: normal;
        }
        .footer h3{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
        }
        .footer1, .footer2, .footer3, .footer4, .footer5{
            padding: 10px;
            width: 100%;
        }
    } 

    @media screen and (max-width:768px) {

        .first-section{
            display: flex;
            flex-direction: column;
        }
        .first-section1{
            width: 100%;
            margin: 10px;
        }
        .intellectual{
            color: rgba(15, 28, 112, 1); 
            font-size: 20px; 
            font-weight: 600;
            font-style: normal;
            margin: 0 10px;
        }
        .first-section1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            margin: 0 5px;
        }
        .main-button {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 20px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 10px 0px;
            text-decoration: none;
        }
        .main-button:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .first-section2{
            width: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 500px;
            position: relative;
            margin: 0;
        }
        .overlay1{
            background-color: white;
            padding: 10px;
            width: 300px;
            position: absolute;
            left:0;
            top: 200px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay1 h6,  .overlay2 h6{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 12px;
            font-weight: 500;
            text-align: left;
            font-style: normal;
            margin: -15px 90px 0 90px;
        }
        .overlay1 p, .overlay2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 12px;
            font-weight: 500;
            font-style: normal;
            margin: 20px 20px 0 20px;
        }
        .overlay1 h5, .overlay2 h5{
            color: black;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            margin: 10px 0;
        }
    
    
        .overlay2{
            background-color: white;
            padding: 5px;
            width: 300px;
            position: absolute;
            left: 280px;
            right: 0;
            top: 420px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }

        .commercial h2{
            color: rgb(25,49,138);
            text-align: center;
            font-size: 24px;
            margin: 30px 0 0 0;
          }
          .commercial p{
            color: gray;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin: 20px 100px;
            text-align: center;
          }

        .second-section{
            background-color: black;
            display: flex;
            flex-direction: column-reverse;
            margin: 50px 5px 80px 0;
            border-radius: 10px;
            padding: 50px;
        }
        .second-section1{
            width: 100%;
        }
        .second-section1 h5{
            color:  rgba(255, 255, 255, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            
        }
        .second-section1 p{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:14px;
            font-weight: 500;
            font-style: normal;
            margin: 20px;
        }
        .second-section2{
            width: 100%;
        }
        .second-section2 img{
            width: 50%;
            height: 400px;
            border-radius: 10px;
            margin: 0 0 0 100px;
        }
        .solutions{
            background-color: rgb(253,253,253);
            margin-top: 50px;
        }
        .solutions h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .solution{
            display: flex;
            flex-direction: column;
        }
        .solution1{
            width: 90%;
            margin: 20px;
            padding: 10px;
            border-radius: 8px;
        }
        .solution1 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        .solution1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .solution2{
            width: 90%;
            margin: 20px;
            padding: 10px;
            box-shadow: -5px 0 100px 50px whitesmoke;
            border-radius: 8px;
        }
        .solution2 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            margin: 20px 0 0 10px;
        }
        .solution2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .testimonials{
            background-color: rgb(247,247,247);
            padding: 20px;
        }
        .testimonials h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .testimonial{
            display: flex;
            flex-direction: column;
        }
        .testimonial1{
            width: 90%;
            margin: 20px;
            padding: 10px;
            border-radius: 8px;
        }
        .testimonial1 h5{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            margin-left: 10px;
            /* text-align: center; */
        }
        .testimonial1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .forth-section{
            display: flex;
            flex-direction: column;
        }
        .forth-section2{
            margin: 20px;
        }
        .forth-section h3{
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        ul{
            list-style-type: none;
            margin: 0;
        }
        li{
            padding: 20px;
            color: rgba(128, 128, 128, 1);
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
        }
        .main-button1 {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 20px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 60px;
            text-decoration: none;
        }
        .main-button1:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .fifty-section h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .fifty-section img{
            margin: 20px 0 50px 100px;
    
        }
    
         /* footer */
         .footer{
            display: flex;
            background-color: black;
            padding: 50px;
            flex-direction: column;
        }
        .footer a, .footer p{
            display: block;
            padding: 5px;
            text-decoration: none;
            color: rgba(255, 255, 255, 1);
            font-size:  16px;;
            font-weight: 500;
            font-style: normal;
        }
        .footer h3{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
        }
        .footer1, .footer2, .footer3, .footer4, .footer5{
            padding: 10px;
            margin: 20px;
            width: 100%;
        }
    } 

    @media screen and (max-width:600px) {

        .new-container a{
            text-align: center;
            text-decoration: none;
            color: rgba(243, 115, 53, 1);
            padding: 20px;
            margin: 20px 0;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 500;
         }

        .first-section{
            display: flex;
            flex-direction: column;
        }
        .first-section1{
            width: 100%;
            margin: 10px;
        }
        .intellectual{
            color: rgba(15, 28, 112, 1); 
            font-size: 40px; 
            font-weight: 600;
            font-style: normal;
            margin: 0 10px;
            text-align: left;
        }
        .first-section1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin:20px 20px 10px 10px;
            text-align: left;
        }
        .main-button {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 10px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 10px 0;
            text-decoration: none;
        }
        .main-button:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .first-section2{
            width: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 500px;
            position: relative;
            margin: 0;
        }
        .overlay1{
            background-color: white;
            padding: 10px;
            width: 300px;
            position: absolute;
            left:0;
            top: 200px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
            font-size: 10px;
        }
        .overlay1 h5{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
            font-size: 12px;
        }
    
        .overlay2{
            background-color: white;
            padding: 5px;
            width: 300px;
            position: absolute;
            left: 110px;
            right: 0;
            top: 450px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 10px;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
        .overlay2 h5{
            color: rgba(79, 79, 79, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 500;
            font-size: 12px;
            font-style: normal;
            margin: 10px 20px;
        }

        .commercial h2{
            color: rgb(25,49,138);
            text-align: center;
            font-size: 24px;
            margin: 30px 0 0 0;
          }
          .commercial p{
            color: gray;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin: 20px 10px 20px 20px;
            text-align: left;
          }

        .second-section{
            background-color: black;
            display: flex;
            flex-direction: column-reverse;
            margin: 80px 0px;
            border-radius: 10px;
            padding: 50px;
        }
        .second-section1{
            width: 100%;
        }
        .second-section1 h5{
            color:  rgba(255, 255, 255, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            
        }
        .second-section1 p{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:14px;
            font-weight: 500;
            font-style: normal;
            margin: 20px -30px;
        }
        .second-section1 a{
            text-decoration: none;
            border-radius: 10px;
            margin: 20px -30px;
        }
        .second-section2{
            width: 100%;
        }
        .second-section2 img{
            width: 100%;
            height: 400px;
            border-radius: 10px;
            margin: 0;
        }
        .second-section2 {
            position: relative;
            width: 700px;
            height: 500px;
            overflow: hidden;
            border-radius: 5px;
            margin: 0 -70px;
          }
        .solutions{
            background-color: rgb(253,253,253);
            margin:50px 0 0 -20px;
        }
        .solutions h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-transform: capitalize;
        }
        .solution{
            display: flex;
            flex-direction: column;
        }
        .solution1{
            width: 70%;
            margin: 20px 50px;
            padding: 10px;
            border-radius: 8px;
        }
        .solution1 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        .solution1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .solution2{
            width: 70%;
            margin: 20px 50px;
            padding: 10px;
            box-shadow: -5px 0 100px 50px whitesmoke;
            border-radius: 8px;
        }
        .solution2 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            margin: 20px 0 0 10px;
        }
        .solution2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .testimonials{
            background-color: rgb(247,247,247);
            padding: 20px;
        }
        .testimonials h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: capitalize;
        }
        .testimonial{
            display: flex;
            flex-direction: column;
        }
        .testimonial1{
            width: 70%;
            margin: 20px 50px;
            padding: 10px;
            border-radius: 8px;
        }
        .testimonial1 h5{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            margin-left: 10px;
        }
        .testimonial1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .forth-section{
            display: flex;
            flex-direction: column;
        }
        .forth-section2{
            margin: 20px;
        }
        .forth-section h3{
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        ul{
            list-style-type: none;
            margin: 0 0 0 -50px;
        }
        li{
            padding: 20px;
            color: rgba(128, 128, 128, 1);
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
        }
        .main-button1 {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 20px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 20px;
            text-decoration: none;
        }
        .main-button1:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .fifty-section h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .fifty-section img{
            margin: 20px 0 50px 100px;
    
        }
    
         /* footer */
         .footer{
            display: flex;
            background-color: black;
            padding: 50px;
            flex-direction: column;
        }
        .footer a, .footer p{
            display: block;
            padding: 5px;
            text-decoration: none;
            color: rgba(255, 255, 255, 1);
            font-size:  14px;;
            font-weight: 500;
            font-style: normal;
        }
        .footer h3{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
        }
        .footer1, .footer2, .footer3, .footer4, .footer5{
            padding: 10px;
            margin: 20px;
            width: 100%;
        }
    } 
    @media screen and (max-width:600px) {
       
        .new-container a{
            text-align: center;
            text-decoration: none;
            color: rgba(243, 115, 53, 1);
            padding: 20px;
            margin: 20px 0;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 500;
         }

        .first-section{
            display: flex;
            flex-direction: column;
        }
        .first-section1{
            width: 100%;
            margin: 10px;
        }
        .intellectual{
            color: rgba(15, 28, 112, 1); 
            font-size: 40px; 
            font-weight: 600;
            font-style: normal;
            margin: 0 10px;
            text-align: left;
        }
        .first-section1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin:20px 20px 10px 10px;
            text-align: left;
        }
        .main-button {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 10px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 10px 0;
            text-decoration: none;
        }
        .main-button:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .first-section2{
            width: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 500px;
            position: relative;
            margin: 0;
        }
        .overlay1{
            background-color: white;
            padding: 10px;
            width: 300px;
            position: absolute;
            left:0;
            top: 200px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
            font-size: 10px;
        }
        .overlay1 h5{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
            font-size: 12px;
        }
    
        .overlay2{
            background-color: white;
            padding: 5px;
            width: 300px;
            position: absolute;
            left: 110px;
            right: 0;
            top: 450px;
            border-radius: 8px;
            box-shadow: 0 0 2px gray;
        }
        .overlay2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 10px;
            font-weight: 500;
            font-style: normal;
            margin: 10px 20px;
        }
        .overlay2 h5{
            color: rgba(79, 79, 79, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 500;
            font-size: 12px;
            font-style: normal;
            margin: 10px 20px;
        }

        .commercial h2{
            color: rgb(25,49,138);
            text-align: center;
            font-size: 24px;
            margin: 30px 0 0 0;
          }
          .commercial p{
            color: gray;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin: 20px 10px 20px 20px;
            text-align: left;
          }

        .second-section{
            background-color: black;
            display: flex;
            flex-direction: column-reverse;
            margin: 80px 0px;
            border-radius: 10px;
            padding: 50px;
        }
        .second-section1{
            width: 100%;
        }
        .second-section1 h5{
            color:  rgba(255, 255, 255, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            
        }
        .second-section1 p{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:14px;
            font-weight: 500;
            font-style: normal;
            margin: 20px -30px;
        }
        .second-section1 a{
            text-decoration: none;
            border-radius: 10px;
            margin: 20px -30px;
        }
        .second-section2 img{
            width: 100%;
            height: 400px;
            border-radius: 10px;
            margin: 0;
        }
        .second-section2 {
            position: relative;
            width: 700px;
            height: 500px;
            overflow: hidden;
            border-radius: 5px;
            margin: 0 -70px;
          }
        .solutions{
            background-color: rgb(253,253,253);
            margin:50px 0 0 -20px;
        }
        .solutions h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-transform: capitalize;
        }
        .solution{
            display: flex;
            flex-direction: column;
        }
        .solution1{
            width: 70%;
            margin: 20px 50px;
            padding: 10px;
            border-radius: 8px;
        }
        .solution1 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        .solution1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .solution2{
            width: 70%;
            margin: 20px 50px;
            padding: 10px;
            box-shadow: -5px 0 100px 50px whitesmoke;
            border-radius: 8px;
        }
        .solution2 h4{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            margin: 20px 0 0 10px;
        }
        .solution2 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .testimonials{
            background-color: rgb(247,247,247);
            padding: 20px;
        }
        .testimonials h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: capitalize;
        }
        .testimonial{
            display: flex;
            flex-direction: column;
        }
        .testimonial1{
            width: 70%;
            margin: 20px 50px;
            padding: 10px;
            border-radius: 8px;
        }
        .testimonial1 h5{
            color: rgba(51, 51, 51, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            margin-left: 10px;
        }
        .testimonial1 p{
            color: rgba(128, 128, 128, 1);
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin-left: 15px;
        }
        .forth-section{
            display: flex;
            flex-direction: column;
        }
        .forth-section2{
            margin: 20px;
        }
        .forth-section h3{
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        ul{
            list-style-type: none;
            margin: 0 0 0 -50px;
        }
        li{
            padding: 20px;
            color: rgba(128, 128, 128, 1);
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
        }
        .main-button1 {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px; 
            padding: 20px;
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 20px;
            text-decoration: none;
        }
        .main-button1:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .fifty-section h2{
            text-align: center;
            color: rgba(15, 28, 112, 1); 
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
        }
        .fifty-section img{
            margin: 20px 0 50px 100px;
    
        }
    
         /* footer */
         .footer{
            display: flex;
            background-color: black;
            padding: 50px;
            flex-direction: column;
        }
        .footer a, .footer p{
            display: block;
            padding: 5px;
            text-decoration: none;
            color: rgba(255, 255, 255, 1);
            font-size:  14px;;
            font-weight: 500;
            font-style: normal;
        }
        .footer h3{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
        }
        .footer1, .footer2, .footer3, .footer4, .footer5{
            padding: 10px;
            margin: 20px;
            width: 100%;
        }
    } 