body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{

    margin:0;
    
    padding:0;
  
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    
    
    }

.nav{
    padding:20px;
    
}

.logo{
    text-align:left ;
}

.email{
    text-align: right;
    padding-top: 16px;
}

.hero-section {
    position: relative;
    height: 575px; /* Adjust the height as needed */
    overflow: hidden;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  /* Style the video to cover the entire hero section */
  video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 575px;
    object-fit: cover;
    z-index: -1; /* Place the video behind other content */
  }

  /* Style the content within the hero section */
  .hero-content {
    padding-left: 40px;
    text-align: left;
    color: #fff;
    z-index: 1; /* Ensure content is above the video */
  }

  /* Additional styles for better readability */
  h1 {
    font-size: 72px;
  }
  h3{
    font-size: 24px;
  }

hr{
    color:#000;
}
.summary{
    margin: 0 auto;
    width:70%;
}

.sub-title{
    font-size: 32px;
    font-weight: 300;
}

.content{
    font-size: 16px;
}
.title{
    font-size:32px;
    font-weight: bold;
}
.services{
    margin:0 auto;
    width: 70%;
}
.w3-container{
    
    padding: 0;
    width:70%;
    margin: 0 auto;
}
.w3-container ul{
    display:inline;
}
.w3-container li {
    margin-top: 20px;
    display: inline-block;
 }
 .w3-tag {
    border: 2px solid #276267;
    border-radius: 25px;
    background-color:#276267
 }
 .title-services{
    font-size: 24px;;
    margin-top:20px;
 }
 .service-list{
    margin: 0 auto;
    width:70%;
    font-size: 16px;
 }
 .content ul{
    list-style-type: disc;
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
    margin-left: 12px;
    margin-top: 4px;
    
    
}
.content li{
    margin-left: 12px;
    margin-top: 4px;
}
.title-last{
    padding-top:20px;
    font-size:32px;
    font-weight: bold;
    color:white;
}
.last{
    width:100%;
    padding-bottom: 40px;;
    background-color: #0F5156;
    color:white;
}
.footer {
    margin:0 auto;
    width:70%;
    
}
.footer a{
    margin:0 auto;
    width:70%;
    text-decoration: none;
}
.footer-mobile {
    margin:0 auto;
    width:70%;
}
.footer-mobile a{
    
    text-decoration: none;
}
.footer-contact{
    margin:0 auto;
    width:100%;
}
a{
    color:#000;
    text-decoration: underline;
}
a:hover{
    color:#000;
    text-decoration: none;
    text-decoration-color: #000;
    border-bottom:1px dotted; 
}
.summary a{
    color:#fff;
    text-decoration: none;
}
.summary a:hover{
    color:#fff;
    text-decoration: none;
}
.service-list-mobile{
    margin: 0 auto;
    width:80%;
    font-size: 16px;
 
}
.w3-container a{
    text-decoration: none;
    border-bottom: none;
}
.w3-container a:hover{
text-decoration: none;
border-bottom: none;
}
.contact-header{
    font-size: 56px;
}
.form-contact{
    border: 1px solid #8e8e8e;
    border-radius: 8px;
    height: auto;
    padding: 40px;
    margin: 0 auto;
}

@media screen and (min-width: 1201px){

.service-list-mobile{
    display:none;
 
}
.footer-mobile{
    display:none;
}


}

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

h1 {
    font-size: 56px;
    }
h3{
    font-size: 18px;
      }
.logo{
    text-align: center;
}
.email{
    padding: 20px;
    text-align:center;
}
.sub-title{
    font-size: 24px;
    font-weight: 300;
}
.content{
    font-size: 14px;
}
.title{
    font-size:28px;
    font-weight: bold;
}
.service-list{
    display: none;
}
.w3-container{
display: none;
}
.nav{
    text-align: center;
}
.form-contact{
    margin-top: 40px;
}
.footer{
    display:none;
}

}

