body {
    margin: 0;
    padding: 0;
  }
  
  .top-bar {
    color: #fff;
    padding: 10px;
  }
  
  .nav-bar {
    background-color: #4988DC;
    padding: 10px;
    text-align: center;
  }
  
  .nav-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .nav-bar ul li {
    display: inline;
    margin-right: 10px;
  }
  
  .nav-bar ul li a {
    text-decoration: none;
    color: #333;
    padding: 5px;
  }
  
  .nav-bar ul li a:hover {
    border: 1px solid white;
    color: #333;
  }
  
  span{
    color: black;
  }

  .carousel-control-prev-icon{
    color: black;
  }

  .caret{
    height: 45px;
    border: 1px solid red;
  }

  .but_sec{
    margin-top: 50px;
  }

  .global{
    background-color: #EAEAEA;
    border-left: 2px solid blue;
    padding-left: 5px;
  }

  .knownus{
    background-color: #F2F2F2;
    padding: 10px;
    text-decoration: none;
  }

  .cls_btn{
    display: flex;
    justify-content: center;
  }

  .but_sel{
    background-color: #3D4143;
    padding: 10px;
    text-decoration: none;
    color: white;
  }

  .car_btn{
    background-color: blue;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid_slid{
    background-color: #4988DC;

  }

  .slider {
    width: 100%;
    overflow: hidden;
  }
  
  .slider-container {
    display: flex;
    transition: transform 0.3s ease-in-out;
    padding-bottom: 50px;
  }
  
  .slide {
    flex: 0 0 12%;
    text-align: center;
    color: white;
    /* Adjust the width as per your requirements */
  }

  .cont_img{
    width: 135px;
  }

  .grid_title{
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .footer{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #3D4143;
    color: white;
    letter-spacing: 1px;
    word-spacing: 1px;
    
  }

  .btn_send{
    background-color: #4A89DC;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: white;
  }

  .copyright{
    background-color: #3d4143;
    color: white;
    margin-top: -20px;
    padding-bottom: 10px;
  }
  
  a{
    text-decoration: none;
  }

  .about_img img{
    height: 250px;
  }

  .about_title{
    margin-top: -150px;
    padding-left: 150px;
    position:absolute;
  }

  .cls_about{
    padding-top: 50px;
  }

  .about_succ{
    background-color: #EAEAEA;
    padding: 10px;
    color: #4987DC;
    border-left: 2px solid blue;

  }
  
  .para_about{
    font-weight: 800;
  }

  .line{
    border-bottom: 1px solid gray;
    width: 100%;

  }


  .grid_row{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
  }

  .grid_col{
    text-align: center;
    padding-top: 20px;
  }

  .label{
    background-color: #5BC0DE ;
    width:50%;
    font-size: 15px;
    color:white;
    text-align:center;
    padding:1px;
    }

    .svg_tel{
      margin-top: -5px;
    }

  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .grid_row_last{
      display: flex;
      flex-direction: column;
      column-gap: 30px;
    }
    .grid_row{
      display: flex;
      flex-direction: column;
      column-gap: 30px;
    }

    .row_news{
      display:flex;
      flex-direction:column;
      row-gap:30px;
      }
      
      .address-top-bar{
        display: none;
      }

      .col_award_one{
        width:100%;
        }
        
        .row_award_one {
        display: flex;
        flex-direction: row;
        }

  }

  .row_news{
    display:flex;
    flex-direction:row;
    row-gap:30px;
    column-gap:20px;
    }

  
  @media only screen and (min-width: 1280px){
  .grid_row_last{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    width: 370px; 
  }

  }


  .slider_one{
    height:280px;
    margin:auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
    overflow: hidden;
   }
   
   .slide-track{
   display:flex;
   width: calc(250px * 6);
   animation:scroll 40% liner infinite;
   overflow-x: scroll;
   height: 300px;
   padding-bottom: 50px;
   }
   
   .slide-track:hover{
    animation-play-state: paused;
   }
   
   .slide_one{
   height:200px;
   width: 250px;
   align-items: center;
   padding:15px;
   color: white;
   perspective:100px;
   
   }
   
   img:hover{
   transform: transaltez(20px)
   }
   
   @keyframes scroll{
   0%{
    transform: translatex(0);
  }
   100%{
   transform: translatex(calc(-250px *9));
  }
  }

  .row_award
  {
    display: flex;
    flex-direction: row;
    column-gap: 20px;

  }
   
  .col_award
  {
    width: 25%;
  }
   
  .award{
    width: 100%;
  }

  .award_title{
    background-color: #EAEAEA;
    border-left: 5px solid blue;
    padding: 10px;
  }

  .award_para{
    height: 180px;
  }

  
 

  @media only screen and (max-width: 600px) {
 
    .row_award
    {
      display: flex;
      flex-direction: column;
      row-gap: 20px;

    }

    .col_award
    {
      width: 100%;
    }

    .award{
      width: 100%;
    }

    .award_title{
      background-color: #EAEAEA;
      border-left: 5px solid blue;
      padding: 10px;
    }

    .col_award_one{
      width:100%;
      }
      
      .row_award_one {
      display: flex;
      flex-direction: column;
      }

  }

  .row_award_one
  {
    display: flex;
    flex-direction: row;
    column-gap: 20px;

  }
   
  .col_award_one
  {
    width: 33%;
  }
   
  .award_one{
    width: 100%;
    height: 350px;
  }

  .award_para_one{
    height: 180px;
  }

  .row_soc{
    padding-bottom: 12px;
  }

  .col_soc{
    margin-left: -1200px;
    margin-top: -3px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
  }

  .logo_soc img{
    width: 16px;
    height: 16px;
  }

