.barre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  z-index: 1;
}
.barre img {
  margin-left: 100px;
  height: 30px;
}
.barre .titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  margin-right: 100px;
  color: rgb(0, 53, 110);
}
.barre .titles a {
  color: rgb(0, 53, 110);
  text-decoration: none;
}

.footer {
  background-color: #004a99;
  color: white;
}

.ftcontent {
  margin-right: 100px;
  margin-left: 100px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-top: 50px;
}
.ftcontent h2 {
  font-size: 30px;
}
.ftcontent p {
  font-size: 18px;
}
.ftcontent .ft1 {
  width: 22%;
}
.ftcontent #fticons {
  display: flex;
  gap: 10px;
}
.ftcontent #fticons #ftfav {
  height: 50px;
  width: 50px;
  background-color: #007bff;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ftcontent .subs {
  height: 41px;
}
.ftcontent .subs input {
  height: 38px;
  width: 250px;
  border: none;
}
.ftcontent .subs button {
  height: 41px;
  color: white;
  background-color: #007bff;
  border: none;
  margin-left: -5px;
  font-size: 16px;
}

.footer2 {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #00428a;
  color: white;
}
.footer2 .ft2 {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section1 {
  margin-top: 100px;
}

.image {
  height: 550px;
  width: 100%;
  background: url(./images/intro-bg.png);
  background-size: cover;
  background-position-y: center;
  display: flex;
  justify-content: center;
  gap: 150px;
  margin-top: 0px;
}
.image .div1s1 {
  margin-top: 50px;
}
.image .div1s1 p {
  font-size: 50px;
  color: white;
  margin-bottom: 0px;
  margin-top: 0px;
}
.image .div2s1 {
  margin-top: 50px;
}
.image .div2s1 img {
  height: 450px;
}

.buttonss1 {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.buttonss1 #btn1s1 {
  color: white;
  font-size: 20px;
  background-color: rgb(40, 121, 227);
  padding: 15px 40px;
  border-radius: 30px;
  border: none;
}
.buttonss1 #btn1s1:hover {
  background-color: transparent;
  border: 1px solid white;
}
.buttonss1 #btn2s1 {
  color: white;
  font-size: 20px;
  background-color: transparent;
  padding: 15px 40px;
  border: 1px solid white;
  border-radius: 30px;
}
.buttonss1 #btn2s1:hover {
  background-color: rgb(40, 121, 227);
  border: none;
}

.section2 {
  margin-right: 100px;
  margin-left: 100px;
}
.section2 .titles2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.section2 .titles2 h2 {
  font-size: 40px;
}
.section2 .titles2 p {
  color: #7a7a72;
  margin-top: 0px;
}

.contents2 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0px;
}
.contents2 .aboutus {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.contents2 .aboutus p {
  margin-top: 0;
  font-size: 18px;
}
.contents2 .aboutus .about1 {
  display: flex;
  justify-content: left;
  gap: 15px;
}
.contents2 .aboutus .about1 #icons2 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #007bff;
}
.contents2 .aboutus .about1 #icons2:hover {
  background-color: #007bff;
  color: white;
}
.contents2 .aboutus .about1 #icons2 i {
  color: #007bff;
  font-size: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
}
.contents2 .aboutus .about1 #icons2 i:hover {
  color: white;
}

.imgs2 img {
  height: 500px;
}

.section3 {
  margin-right: 100px;
  margin-left: 100px;
}
.section3 .contents3 {
  display: flex;
  margin-top: 50px;
}
.section3 .contents3 .imgs3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section3 .contents3 .imgs3 img {
  width: 80%;
  eight: 80%;
  bject-fit: cover;
}
.section3 .texts3 h2 {
  font-size: 30px;
}

.services {
  background-color: #ecf5ff;
  padding-bottom: 50px;
}

.containersv {
  margin-right: 100px;
  margin-left: 100px;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.titles2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.titles2 h2 {
  font-size: 40px;
  padding-top: 50px;
}
.titles2 p {
  color: #7a7a72;
  margin-top: 0;
}

.servicesicons {
  background-color: white;
  width: 40%;
  display: flex;
  padding: 30px;
  display: flex;
  gap: 20px;
}
.servicesicons #iconssv {
  width: 80px;
  height: 80px;
}
.servicesicons #iconssv i {
  color: #ff689b;
  font-size: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.section5 {
  background-color: #004a99;
  margin-top: -50px;
  padding-bottom: 50px;
}
.section5 .titles5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  color: white;
}
.section5 .titles5 h2 {
  font-size: 40px;
  padding-top: 50px;
}
.section5 .titles5 p {
  margin-top: 0;
  font-size: 18px;
}

.cards5 {
  display: flex;
  justify-content: space-between;
  margin-right: 100px;
  margin-left: 100px;
  font-size: 20px;
  gap: 20px;
}
.cards5 .card {
  background-color: #00458f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  width: 500px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #28425e;
  border-radius: 6px;
}
.cards5 .card:hover {
  background-color: #032853;
}
.cards5 .card i {
  font-size: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.cards5 .card #readmore {
  font-size: 18px;
}
.cards5 .card #readmore:hover {
  text-decoration: underline;
  cursor: pointer;
}

.stats {
  display: flex;
  justify-content: space-evenly;
  margin-right: 100px;
  margin-left: 100px;
  color: white;
  text-align: center;
}
.stats h2 {
  font-size: 60px;
}

.section6 {
  background-color: #ecf5ff;
  padding-bottom: 100px;
}

.titles6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  color: black;
  padding-top: 45px;
}
.titles6 h2 {
  font-size: 50px;
}

.tesm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-left: 25%;
  margin-right: 25%;
}
.tesm img {
  border-radius: 50%;
  height: 150px;
}

.titles7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.titles7 h2 {
  font-size: 40px;
}
.titles7 p {
  color: #7a7a72;
  margin-top: 0;
  font-size: 18px;
}

.team {
  display: flex;
  justify-content: center;
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 50px;
  margin-left: 250px;
}

#imgteam img {
  border-radius: 50%;
  height: 70%;
}

.section8 {
  background-color: #ecf5ff;
  padding-bottom: 50px;
}

.titles8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.titles8 h2 {
  font-size: 40px;
  padding-top: 50px;
}
.titles8 p {
  color: #7a7a72;
  margin-top: 0;
  font-size: 18px;
}

.clients, .clients2 {
  display: flex;
  justify-content: center;
  margin-right: 100px;
  margin-left: 100px;
  gap: 3px;
  padding-top: 3px;
}
.clients #img8, .clients2 #img8 {
  width: 500px;
  height: 150px;
  border: 1px solid white;
  background-color: white;
  display: flex;
  justify-content: center;
  align-content: center;
}
.clients #img8:hover, .clients2 #img8:hover {
  background-color: transparent;
  border: none;
}
.clients #img8 img, .clients2 #img8 img {
  padding-top: 30px;
  max-width: 200px;
  max-height: 100px;
}

.section9 {
  margin-right: 100px;
  margin-left: 100px;
}
.section9 .content9 {
  display: flex;
  gap: 100px;
  padding-top: 20px;
}
.section9 .content9 #img9 {
  height: 400px;
  width: 50%;
  display: flex;
}
.section9 .content9 #img9 img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.section9 .content92 {
  display: flex;
  flex-direction: column;
  width: 900px;
}
.section9 .content92 .icons9 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.section9 .content92 .icons9 #icons91 i {
  font-size: 20px;
  color: rgb(40, 121, 227);
}
.section9 .content92 .icons9 p {
  font-size: 20px;
}

.form {
  width: 100%;
}
.form #input-name {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px;
  gap: 15px;
}
.form #name, .form #email {
  width: 100%;
  padding: 15px;
  color: grey;
  border: 1px solid rgb(109, 105, 105);
  font-size: 20px;
}
.form #object, .form #description {
  width: 96.3%;
  padding: 15px;
  color: grey;
  border: 1px solid rgb(109, 105, 105);
  font-size: 20px;
}

.btncontact {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.btncontact button {
  color: white;
  font-size: 20px;
  background-color: rgb(40, 121, 227);
  padding: 15px 5px;
  border-radius: 30px;
  border: none;
  width: 170px;
}

body {
  margin: 0px;
  background-color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
}/*# sourceMappingURL=exam.css.map */