h2{
    text-align: center;
    margin-bottom:20px;
    background: linear-gradient(to right, #3F678F 0%, #287A8F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    line-height: 28px;
    font-weight: 600;
    font-family: serif;

}
h3{
    margin:20px 0px;
    font-weight: 600;
    font-size: 32px;
    font-family: serif;

}
p{
    font-family: serif;
    font-size: 20px;
    font-weight: 500;

}
.header_device_content{
    display:none;
}
main{
    margin-bottom: 40px;
}
#services,#technical,#personal,#interview,
#assistance,#mission{
    scroll-margin-top:80px;
}
#contact{
    scroll-margin-top:80px;
}
main{
    scroll-margin-top:60px;
    margin-top: 60px;
}
.logo{
    height:70px;
}
.navbar{
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 0px;
    padding: 0px;
}
.nav-link{
    color: rgb(30, 26, 28);
    font-family: initial;
    font-size: 19px;
    font-weight: 500;
}
.nav-link:hover{
    color: rgb(255, 165, 0);
}
.dropdown-item:hover{
    background: none;
    color: rgb(255, 165, 0);
}
.dropdown-menu{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 0px;
    background: rgb(255,255,255,1);
    border-radius: 12px;
    border: none;
}
.dropdown:hover .dropdown-menu { 
    display: block; 
} 
.home{
    position: relative;
}
.home_image{
    padding-bottom: 80px;
}
.home_content{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.container{
    display:flex;
    justify-content: space-between;
    width:100%;
    padding:40px 40px;
    margin-bottom:80px;
    border-radius:20px;
}
.team h6{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    font-family: sans-serif;

}
.team p{
    font-weight: 500;
    font-size: 14px;
    font-family: sans-serif;

}
.row{
    justify-content: center;
}
.image{
    width:40%;
    display:flex;
}
.text{
    width:60%;
    padding:0px 12px;
}
.technical{
    background-color: rgb(227, 245, 255);
    margin-top:40px;
}
.personal{
    background-color: rgb(247, 241, 238);
}
.interview{
    background-color: rgb(230, 247, 243);
}
.assistance{
    background-color: rgb(240, 231, 241);
}
.mission_content{
    padding:0px 40px;
}
.team{
    margin-bottom: 0px;
    padding:20px 40px;
}
.col h6{
    margin-top: 12px;
}
.col p{
    margin-top: -6px;
}
.team{
    display: block;
    width:60%;
}
.team_image
{
    width:100px;
    height:100px;
    border-radius: 50%;
}
.contact{
    margin-top:40px;
}
.contact_container{
    background: linear-gradient(90deg, rgba(64,9,74,1) 0%, rgba(152,126,154,1) 47%, rgba(80,7,81,1) 100%);
    margin-bottom: 40px;
}
.contact_content{
    color:#FFFFFF;
    margin-bottom: 40px;
}
.contact_info{
    background-image: linear-gradient(to right, #141e30, #243b55);
    background-color:green;
    color:#FFFFFF;
    padding:20px 40px;
}
.contact_info h3{
    
        color: #FFFFFF;
        font-size: 32px;
        font-weight: 400;
        font-family: serif;
        padding-bottom: 4px;
}
.contact_info p{
    color:rgba(255, 255, 255, 0.65);
    font-family: serif;
    font-size: 20px;
    font-weight: 500;
    padding-bottom:12px;
}
.mobile{
    display: flex;
    justify-content: space-around;
}
.mobile p{
    color:#FFFFFF;
}
.register h2{
    background: #2C3E50;
    background: linear-gradient(to right, #2C3E50 0%, #4ca1af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.form-outline{
    padding:0px;
}
.input-group>.form-control{
    flex:none;
    width:60%;
    background: #f0f1f8;
    color: rgb(0,0,0);
    border:1px solid rgba(45, 45, 45, 0.34)
}
.btn-primary{
    padding:16px 40px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 400;
    font-family: serif;
}
.btn-lg{
    background-image: linear-gradient(to right, #141e30, #243b55);
    border-radius:26px;
    padding:6px 20px;
}
.footer{
    background: linear-gradient(90deg, rgba(12,24,89,1) 0%, rgba(16,74,82,1) 50%, rgba(20,51,94,1) 100%);
  color: #FFFFFF;
}
.footer div{
    padding:2px !important;
    font-size:14px;
    font-weight: 600;
}

.was-validated .form-control:valid{
    background-image:none;
    border:1px solid rgba(45, 45, 45, 0.34) !important;
    border-color:rgba(45, 45, 45, 0.34) !important;
    background-size: 0%;
    box-shadow:none !important;
    background-color:rgb(240, 241, 248);
}
.invalid-feedback{
    width:60%;
}


/* @media only screen and (max-width: 800px) 

/* Extra small devices (portrait phones, less than 576px) */
  @media (max-width: 575.98px) { 
    .contact_info{
        padding:65px;
    }
   }
  
/* Small devices (landscape phones, less than 768px) */
  @media (max-width: 767.98px) { 
    .header_device_content{
        display: contents;
        position:relative;
      }
    .header_content{
        display: none;
    }
    #myLinks{
        display: none;
    }
    .fa{
        font-size: 14px;
        background: linear-gradient(to right, #3F678F 0%, #287A8F 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nav-item{
        list-style: none;
    }
    .nav-menu{
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 0px;
        background: rgb(255,255,255,1);
        border-radius: 12px;
        border: none;
        right: 35px;
        padding: 0px;
        margin:0px;
        top: 50%;
    }
    .logo{
        height:50px;
    }
    p{
        line-height:24px;
        font-size:16px;
    }
    .nav-item .nav-link{
        padding:6px 20px;
    }
    .invalid-feedback {
        width: 86%;
    }
    .nav-link{
        color: rgb(30, 26, 28);
        font-family: initial;
        font-size: 14px;
        font-weight: 500;
        padding:0px 20px;
    }
    .home_image{
        padding-bottom: 40px;
    }
    h2{
        margin-bottom: 10px;
        font-size:24px;
    }
    .container{
        border-radius: 0px;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .image{
        width:100%;
    }
    .text{
        width:100%;
        padding:0px 8px;
    }
    h3 {
        margin: 20px 0px;
        font-weight: 600;
        font-size: 20px;
        font-family: serif;
    }
    .mission_content {
        padding: 0px 8px;
        font-size: 16px;
   }
   .team{
    margin-bottom: 0px;
    width:100%;
    padding-top: 12px;
    padding-bottom: 20px;
   }
   .team_image{
    width:60px;
    height:60px;
   }
   .team h6{
    font-size:16px;
   }
   .team p{
    font-size:12px;
   }
   .contact{
    margin-top:0px;
   }
   .text h3{
    margin-bottom: 4px;
   }
   .contact_image{
    height:100px;
   }
   .btn-primary{
    padding:4px 8px;
    font-size:16px;
    border-radius:6px;
   }
   .contact_info h3 {
      font-size:21px;
   }
   .contact_info p{
      font-size:16px;
      padding-bottom: 0px;
   }
   .register{
    margin-top:20px;
   }
   .input-group>.form-control{
    width:90%;
   }
   .btn-lg{
    width:50%;
   }
   main{
    margin-bottom: 20px;
    margin-top: 50px;
   }
   .footer div{
    font-size:12px;
   }
   .personal,.assistance{
    flex-direction: column-reverse;
   }
   .technical,.interview{
    flex-direction: column;
   }
   .technical{
    margin-top: 20px;
   }
}
.feedback.container {
    display: block;
}
.feedback-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #feedback {
    line-height: 40px;
    margin-bottom: 0px;
  }
  .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
  }
  
  .card-text {
    font-size: 16px;
    font-style: italic;
  }
/* Medium devices (tablets, less than 992px) */
  @media (max-width: 991.98px) { 
    .contact_info{
        padding:65px;
    }
   }
  
/* Large devices (desktops, less than 1200px) */
  @media (max-width: 1199.98px) {  }
  

  /* Extra small devices (portrait phones, less than 576px)
  @media (max-width: 575.98px) {  }
  
  Small devices (landscape phones, 576px and up)
  @media (min-width: 576px) and (max-width: 767.98px) {  }
  
  Medium devices (tablets, 768px and up)
  @media (min-width: 768px) and (max-width: 991.98px) {  }
  
  Large devices (desktops, 992px and up)
  @media (min-width: 992px) and (max-width: 1199.98px) {  }
  
  Extra large devices (large desktops, 1200px and up)
  @media (min-width: 1200px) {  } */