
body {
    box-sizing: border-box;
}

.main-container {
    margin: auto;
    width: 80%;
}

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


    .main-container {
        margin: auto;
        width: 100%;
    }
    
}



.content {
    margin: 20px;
}



.welcome-section {
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 20px;
    color: #5e6167;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
}

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


    .welcome-section {
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 0;
    }
    
}




.welcome-box {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 30px;

  
}

.welcome-box h2 {
 
    padding-bottom: 20px;
    text-align: center;
}

.gallery {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.welcome-heading {
   
    padding: 20px 0 20px 0;
    font-family: Poppins;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5em;
    color: #333;
   
    
}

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


    .welcome-heading {
        margin: auto;
        width: 100%;
        color: #333;
        font-size: 25px;
        padding-left: 5px;
    }
    
}

.list-service {
    display: flex;
    flex-direction: column;
}

.listCol1 {
        padding: 0px;
        color: #333;
        font-weight: 700;
        margin: 10px 2% 10px 0;
        padding: 0 0 0 30px;
        width: 90%;
        list-style-image: url(../images/li.png);
        
    }
    
.listCol2 {
        padding: 0px;
        color: #333;
        font-weight: 700;
        margin: 10px 2% 10px 0;
        padding: 0 0 0 30px;
        width: 90%;
        list-style-image: url(../images/li.png);
       
    }

/* Slideshow container */
.slideshow-container {
    max-width: 1600px;
    position: relative;
    margin: auto;
    margin-top: 20px;
  }

  @media(max-width: 760px){
      .slideshow-container {
        display: none;
      } 
  }  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: white;
    font-size: 30px;
    position: absolute;
    bottom: 0px;
    width: 40%;
    text-align: left;
    padding-left:40px;
    top: 50px;
  }

  .text-1 {
    color: rgb(172, 172, 172);
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    width: 40%;
    text-align: left;
    padding-left:40px;
    top: 180px;
  }

  @media(max-width: 5400px) {
    .text {
        color: white;
        font-size: 46px;
        position: absolute;
        bottom: 0px;
        width: 40%;
        text-align: left;
        padding-left:40px;
        top: 50px;
      }
      .text-1 {
        color: rgb(172, 172, 172);
        font-size: 24px;
        position: absolute;
        bottom: 0px;
        width: 40%;
        text-align: left;
        padding-left:40px;
        top: 260px;
      }
  }

  @media(max-width: 1800px) {
    .text {
        color: white;
        font-size: 38px;
        position: absolute;
        bottom: 0px;
        width: 40%;
        text-align: left;
        padding-left:40px;
        top: 50px;
      }
      .text-1 {
        color: rgb(172, 172, 172);
        font-size: 20px;
        position: absolute;
        bottom: 0px;
        width: 40%;
        text-align: left;
        padding-left:40px;
        top: 200px;
      }
  }

  

  @media(max-width: 1200px) {
    .text {
        color: white;
        font-size: 30px;
        position: absolute;
        bottom: 0px;
        width: 40%;
        text-align: left;
        padding-left:40px;
        top: 50px;
      }
      .text-1 {
        color: rgb(172, 172, 172);
        font-size: 18px;
        position: absolute;
        bottom: 0px;
        width: 40%;
        text-align: left;
        padding-left:40px;
        top: 180px;
      }
  }

  @media(max-width: 1000px) {
      .text-1 {
          display: none;
      }
  }

  @media(max-width: 780px) {
    .text {
        color: white;
        font-size: 24px;
        position: absolute;
        bottom: 0px;
        width: 40%;
        text-align: left;
        padding-left:40px;
        top: 50px;
      }
    .text-1 {
        display: none;
    }
}




  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

    /* Accordion */



 /* Style the buttons that are used to open and close the accordion panel */
 .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  
    

  }

  .acco-1 {
    font-size: 22px;
    font-weight: 700;
      margin: 0 0 20px  0;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), 
  and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  } 


  .acco-title {
      background-color: #eee; 
  }

  

    .container {
        max-width: 900px;
        margin: auto
    }
    
    .title {
        text-align: center;
        font-family: Arial;
        margin-top: 50px;
        margin-bottom: 50px
    }
    
    .accordion__item {
        margin-bottom: 10px
    }
    
    .accordion__item__header {
        background-color: #003349;
        padding: 14px;
        cursor: pointer;
        position: relative;
        color: #fff;
        font-family: Arial;
        font-weight: 300;
        font-size: 18px
    }
    
    .accordion__item__header::before {
        height: 15px;
        width: 15px;
        content: "";
        position: absolute;
        right: 15px;
        top: 15px;
        transition: .5s all;
        transform: rotate(45deg);
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
    
    .accordion__item__header.active {
        background-color: #33a0ff;
        color: #fff;
        transition: .4s
    }
    
    .accordion__item__header.active::before {
        transform: rotate(-135deg);
        top: 23px
    }
    
    .accordion__item__content {
        overflow-y: hidden;
        padding: 0;
        display: none
    }
  

    /* End of accordion */
  

    /*    MEDIA QUERY */

@media(max-width: 760px) {
    .dot {
        display: none;
    }
}
@media(min-width: 760px) {

    
    .grid-1 {
        display: flex;
        justify-content: space-between;
    }
    .box-container {
        box-sizing: border-box;
        display: flex;
    }


.box-1 {
    display: flex;
    flex-direction: column;
    width: 28%;
    background-color: #eee;
    padding: 18px;
 
   
}

.box-1-sec-1 {
    padding-bottom: 20px;
   
    
}




    
    .box-2 {
        display: flex;
        flex-direction: column;
        width: 28%;
        background-color: #eee;
        padding: 18px;
     
       
    }

    .box-2-sec-1 {
        padding-bottom: 20px;
        
    }

    .box-3 {
        height: 300px;
        width: 40%;

        
    }

    .services-bar {
        list-style: none;
    }
    
    .ser-1 {
        background: rgb(0, 54, 136);
        font-size: 25px;
        font-weight: 600;
        margin: 0px 0px 0px 0px;
        padding: 15px 0px 15px 15px;
        color: white;
             }

    .ser-2 {
        background: whiite;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }     

    .content {
        padding-left: 5px;

    }    .welcome-section {
        grid-area: welcome-section;
    }
    
    
    .listgroup {
        color: #333;
        margin: 30px 0px 30px 0px;
    }
    
    .lead {
        font-size: 1.3em;
        font-weight: 700;
        color: #333;
        margin-bottom: 25px;
    }

    .list-service {
        display: flex;
        flex-direction: row;
        
    }
    
    .listCol1 {
        padding: 0px;
        color: #333;
        font-weight: 700;
        margin: 10px 2% 10px 0;
        padding: 0 0 0 30px;
        width: 90%;
        list-style-image: url(../images/li.png);
   
        
    }
    
    .listCol2 {
        padding: 0px;
        color: #333;
        font-weight: 700;
        margin: 10px 2% 10px 0;
        padding: 0 0 0 30px;
        width: 90%;
        list-style-image: url(../images/li.png);
   
       
    }
    
    
    
       
    }
    
    
    
    
    @media(min-width: 1270px) {
        .container_header {
            max-width: 2000px;
            margin: auto;
        }
        .main-container {
            max-width: 1600px;
        }

    


    .content {
        padding-left: 5px;
        width: 95%;

    }

}

.acc-title {

    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}


.acc-title h3 {

    font-size: 24px;

}


.accreditaion-container {

    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  
 
}

@media(max-width: 760px) {
    .accreditaion-container {
        flex-direction: column;
 
    }

    .acc-1 {
        padding: 0;
       
       
    }
    

}



.acc-1 {
    padding: 10px 20px;
   
}

