body {
  margin: 0;
  font-family: Arial;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  /* background-color: #007bff; */
}

img {
  width: 100%;
}

.toptext {
  width: 100%;   
  background-color: rgb(255, 0, 0);
  height: 40px;
  padding: 1px;
  font-size: 5px;
  text-align: right;
  color: white;
}

.toptext h5 {
  width: 100%;
  font-size: 16px;
}



.topnav img {
  width: 35px;
  /* background-color: #04AA6D; */
}





.topnav {
  overflow: hidden;
    
}

.active1 {
  background-color: rgb(255, 0, 0);
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav a:hover {
  background-color: #ffffff;
  color: rgb(255, 0, 0);
  font-size: 20px;
  text-decoration: none;
  border-radius: 10px;
}







.topnav {
  margin-top: 15px;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
    
}


header {
  /* background-color: rgb(0, 255, 128); */
  color: rgb(14, 13, 13);
  /* padding: 0px; */
  text-align: left;  
  height: 80px;   
  width: 100%;
  /* margin-top: 0px; */
}


header img {
  width: 5vw;
  float: left;
  /* margin-top: 1px;
  padding-top: 1px; */
  /* background-color: #04AA6D; */
}


#comp1 {
  margin-left: 15rem;
}

.do {
  /* padding: 1px; */
  /* background-color: rgb(158, 153, 153); */
  margin-left: 1%;
  font-size: 5px;
  border: 1.5px black solid;
  border-radius: 5px;
  /* margin-top: 1px; */
}

.do1 {
  padding: 5px;
  background-color: rgb(255, 0, 0);
  margin-left: 1%;
  font-size: 5px;
  border-radius: 5px;  
  /* margin-top: 1px;   */
}















section {
  padding: 10px;
  margin: 0 2px;
}

/*     
#banner-card img {
    width: 100%;
    height: 650px;
}

#banner-card {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 10%;
    margin-left: 950px;
    font-size: 50px;
    width: 40%;
}
.banner-text h2:hover {
    color: rgb(253, 5, 5);
}
.banner-text p:hover {
    color: rgb(4, 0, 255);
    font-weight: 700;
}
h2 {
    text-align: center;
    margin-bottom: 25px;
} */

#carouselIndicators {
  width: 100%;
  /* margin-top: 10px; */
  /* border: 2px black solid; */
  height: 600px;
}
/* 
.carousel-inner {
  margin-bottom: 690px;
} */

.carousel-inner img {
  height: 700px;
  width: 350px;
  
}

.carousel-control-next {
  background-color: #1a1615;
  height: 70px;
  width: 70px;
  margin-top: 200px;
}

.carousel-control-prev {
  background-color: #1a1615;
  height: 70px;
  width: 70px;
  margin-top: 200px;

}


  

#year h2 {
  /* background-color: #a5edf0; */
  font-size: 80px;
  font-weight: 700;
  margin-top: 40px;
  margin-right: 30px;
  margin-left: 20px;
  margin-bottom: 0px;
}

#year p {
  font-size: 25px;
  width: 250px;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 40px;
}




#partner {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px;
  margin-top: 110px;
}

#partner div {
  width: 50%;
  float: left;
}

#partner h3 {
  font-size: 40px;
  color: rgb(255, 0, 0);
  font-weight: bold;
} 

#partner h3 br{
  display: none;
} 

#partner p {
  margin: 30px 1px;
  font-size: 20px;
}

#partner img {
  width: 95%;
  height: auto;
  border-radius: 20px;
  /* margin-right: 60px; */
}

#partner img:hover {
  width: 100%;
  height: auto;
  border-radius: 50px;
}



.trusted {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.trusted .card {
  width: 24%;
  height: auto;
  margin-bottom: 20px;
  padding: 5px;
  float: left;
  margin-right: 12px;
}

.trusted h5 {
  color: rgb(255, 0, 0);
  font-weight: 530;
}

.trusted .card-img-top {
  margin-left: 0px;
  width: 100%;
  height: auto;
}


#custom {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  /* background-color: #beb9b9; */
}

#custom div {
  width: 50%;
  float: left;
}

#custom p {
  font-size: 20px;
  margin: 80px 20px;
}

#custom h3 {
  font-size: 40px;
  color: rgb(255, 0, 0);
  font-weight: bold;
}

#custom img {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  margin-right: 30px;
}

#custom img:hover {
  width: 100%;
  height: auto;
  border-radius: 50px;
}


#techs {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

#techs .box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

.box .mr-5 {
  margin-top: 0px;
  margin-right: 50px;
  width: 21%;
  float: left;
  border: 2px solid #ccc;
  padding: 20px;
  border-radius: 20px;
  /* background-color: #007bff; */
}
.box .mr-5:hover {
  background-color: #83bfff;
  width: 22%;
  color: white;
  font-size: 20px;
  border-radius: 20px;
}

/* .box .mr-5 br {
  display: none;
} */

#boxclr {
  display: none;
} 

#techs h3 {
  font-size: 40px;
  color: rgb(36, 35, 33);
  font-weight: bold;
  margin-bottom: 50px;
}

#techs h4 {
  font-size: 32px;
  font-weight: 700;
  color: rgb(165, 42, 42);
}

#techs p {
  font-size: 23px;
  width: 300px;
}

#techs {
  margin-bottom: 80px;
}




.fully h3 {
  font-size: 40px;
  font-weight: 700;
}

.fully p {
  font-size: 20px;
}

.fully .btn {
  width: 250px;
  font-size: 30px;
  padding: 15px;
  background-color: rgb(255, 0, 0);
  border: none;
}

.fully {
  box-shadow: 0px 0px 10px 0px rgb(107, 126, 151);
  border-radius: 20px;
  padding: 20px;
}



#consult {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

#consult .conss1 {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  width: 50%;
  margin-right: 10px;
}

#consult .conss2 {
  background-color: rgb(255, 0, 0);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  width: 50%;
  margin-right: 10px;
}

#consult .conss2 h3 {
  color: rgb(255, 255, 255);
}

#consult .conss2 ul {
  color: rgb(255, 255, 255);
}

#consult h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

#consult ul {
  font-size: 20px;
}


#consult {
  margin-bottom: 80px;
}





.ourService {
  margin-bottom: 150px;
}

.ourService h3 {
  font-size: 40px;
  font-weight: 700;
}

.ourService h4 {
  font-size: 30px;
  font-weight: 600;
  color: rgb(255, 0, 0);
}

.ourService p {
  font-size: 20px;
}

.ourService img {
  width: 80%;
  height: 200px;
}


.ourConsult {
  margin-bottom: 60px;
}

.ourConsult {
  margin-bottom: 80px;
}

.ourConsult h3 {
  font-size: 40px;
  font-weight: 700;
}

.ourConsult h4 {
  font-size: 30px;
  font-weight: 600;
  color: rgb(255, 0, 0);
}

.ourConsult p {
  font-size: 20px;
}

.ourConsult img {
  width: 80%;
  height: 200px;
}




/* FAQ 2 */
#faq {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  background-color: #c6d5ff;
  padding: 20px;
}

.faq_inline {
  display: flex;
  flex-direction: row;
}

#faq h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

#faq h2 strong {
  color: rgb(255, 0, 0);
}

.faq-container {
  max-width: 1200px;
  margin: 20px auto;
}

.faq {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 700px;
}

.faq-question {
  padding: 15px;
  cursor: pointer;
  background: #f1f1f1;
}
.faq-question:hover {
  padding: 15px;
  cursor: pointer;
  background: #fafd29;
}

.faq-answer {
  display: none;
  padding: 20px;
  background: #fff;
}

.faq-answer p {
  font-size: 20px;
}

.faq_inline img {
  width: 90%;
  margin-top: 15%;
  margin-left: 10%;
}




.contact {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  margin-top: 80px;
  background-color: rgb(228, 226, 226);
  padding: 10px;
  border-radius: 30px;
}

.contact #join {
  padding-top: 10px;
  margin-left: 1px;
  width: 48%;
  float: left;
  /* background-color: #79baf0; */
}

.contact #join h3 {
  color: rgb(165, 42, 42);
  font-size: 40px;
  font-size: 600;
}

.contact #join #work {
  font-size: 25px;
  padding-top: 300px;
}

.contact #join p {
  font-size: 20px;
  margin-top: 10px;
}

.contact #join input {
  padding: 10px;
}

.contact #join button {
  font-size: 20px;
  /* text-decoration: underline; */
  padding: 7px;
  border-radius: 10px;
}
  






#rating {
  padding-top: 40px;
  border-bottom: 2px solid #555;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

#rating .our {
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  width: 100%;
}

#rating h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 650;
  color: rgb(255, 0, 0);
}

#rating p {
   font-size: 18px;
}

#rating h6 {
  font-size: 90%;
  color: rgb(255, 0, 0);
}
#rating div {
  float: left;
  margin-right: 30px;
  margin-left: 20px;
  width: 30%;
}

#rating img {
  width: 50%;
}

#rating h3 {
  margin-bottom: 18px;
}

#rating .service1 {
  width: 25%;
  margin-top: 10px;
}





#faq h2 {
    width: 100%;
    font-size: 350%;
}

.faq-container {
  max-width: 80%;
  margin: 20px auto;
}

.faq {
  border: 3px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
  border-left: 20px solid #3c87f8;
}

.faq-question {
  padding: 5px;
  cursor: pointer;
  background: #f1f1f1;
}

.faq-question h4 {
  font-size: 120%;
}


.faq-answer {
  display: none;
  padding: 5px;
  background: #fff;
}

.faq-answer p {
  font-size: 150%;
}






#banner-card2 img {
  width: 100%;
  height: 480px;
  opacity: 70%;
}

#banner-card2 {
  position: relative;
}

.banner-text2 {
  position: absolute;
  top: 5%;
  margin-left: 10px;
}

.banner-text2  h2 {
  color: white;
  font-size: 260%;
}

.banner-text2  h3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: center;
}




    
/* MAIN CORRECT FORMS */
/* MAIN CORRECT FORMS */
.form-pic h2 {
  display: contents;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
}

.form-pic div {
  float: left;
}

.form-pic img {
  width: 45%;
  height: 800px;
  float: left;
  margin-top: 160px;
  margin-left: 60px;
  border-radius: 200px;
}
/* .form-pic .container {
    max-width: 800px;
} */


form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}


form label {
  font-size: 25px;
  margin-bottom: 10px;
}

form input {
  padding: 8px;
  border-radius: 10px;
  border: none;
  outline: none;
}

form select {
  padding: 8px;
}

form textarea {
  height: 100px;
}
form button {
  padding: 8px;
  background-color: #007bff;
  border: none;
  border-radius: 10px;
  color: wheat;
  font-size: 20px;
  width: 500px;
}

.hidden {
  display: none;
}


form #clearForm {
  padding: 8px;
  background-color: #007bff;
  border: none;
  border-radius: 10px;
  color: wheat;
  font-size: 20px;
  width: 160px;
}


    











footer {
  background-color: #1a1615;
  padding-top: 20px;
  /* padding: 10px; */
  color: white;
  padding-left: 120px;
  padding-right: 120px;
  width: auto;
  margin-top: 200px;
}

.look2 {
  background-color: rgb(255, 0, 0);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
  width: 100%;
}

.look2 p {
  font-size: 40px;
  font-weight: 700;
  margin-right: 500px;
  margin-left: 20px;
  padding-top: 15px;
}

.look2 .btn {
  padding: 10px;
  margin-top: 16px;
  width: 180px;
  font-size: 25px;
  background-color: rgb(255, 255, 255);
  color: #1a1615;
  border: 0;
}



.ft_link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}

.ft_link img {
  background-color: white;
  border-radius: 20px;
  height: 50px;
  width: 50px;
  padding: 5px;
  /* margin-left: 20px; */
  /* display: none; */
}

.ft_link a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.ft_link p {
  font-size: 20px;
}

.ft_link input {
  /* width: 100%; */
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
}


.ft_socials {
  padding: 30px;
  
}
.ft_socials p {
  width: 500px;
  margin-right: 530px;
  font-size: 17px;
  
}

#terms {
  width: 340px;
  margin-right: 500px;
  /* background-color: #007bff; */
}

#terms2 {
  width: 300px;
  /* background-color: #007bff; */
}

.ft_socials {
  border-top: white 2px solid;
}

.ft_socials div {
  width: 30%;
  /* background-color: #04AA6D; */
  text-align: right;
}

.ft_socials div a {
  width: 30%;
  /* background-color: #04AA6D; */
  padding-left: 10px;
}

.news {
  /* background-color: #007bff; */
  width: 30%
}

.news form {
  height: 80px;
  /* padding: 10px; */
  margin: 1px;
}

.news form input {
  padding: 5px;
  margin: 1px;
}

.news form button {
  padding: 5px;
  margin: 1px;
  height: 40px;
  background-color: #ff0000;
}




.privacy {
  border-top: white 2px solid;
  padding-top: 15px;
  /* background-color: #04AA6D; */
  /* margin-right: 1px; */
}

.privacy div {
  margin-left: auto;
}

.privacy div a {
  padding-left: 10px;
}

.news {
  /* background-color: #007bff; */
  width: 30%
}








/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
/* EXTRA SMALL - MOBILE PHONE SCREENS */
/* EXTRA SMALL - MOBILE PHONE SCREENS */
/* EXTRA SMALL - MOBILE PHONE SCREENS */
@media screen and (max-width: 576px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
  }
  .topnav a.icon {
      float: right;
      display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive a {
      float: none; /*Stack links vertically*/
      display: block;
      text-align: left; /*Align text to the left*/
  }

  /* ----------///////////--------///////////----------- */
  /* ----------///////////--------///////////----------- */
  /* ----------///////////--------///////////----------- */
  /* ----------///////////--------///////////----------- */

  body {
      margin: 0;
      font-family: Arial;
  }
  
  .topnav {
    overflow: hidden;
    width: 100%;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
  }
  
  .active {
      background-color: #04AA6D;
      color: white;
      /* height: 150px; */
  }
  
  .topnav .icon {
      display: contents;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
      background-color: #555;
      color: white;
  }
  
  /* .dropdown-content a:hover {
      background-color: #ddd;
      color: black;
  }
  
  .dropdown:hover .dropdown-content {
      display: block;
  } */
  






  

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2px;
    /* background-color: #007bff; */
  }
  

  
  /* HEADER */

  .toptext {
    width: 100%;   
    background-color: rgb(255, 0, 0);
    height: auto;
    font-size: 5px;
    color: white;
  }

  .toptext h5 {
    margin-top: 10px;
    width: 100%;
    font-size: 260%;
  }

  #comp1 {
    margin-left: 0px;
  }


  
  header {
    background-color: rgb(36, 35, 33);
    color: white;
    text-align: left;  
    height: auto; 
    width: 100%;
    margin-top: 1px;  
    padding-right: 20px;
    padding-bottom: 20px;
  }
  
  header img {
    display: none;
    width: 10vw;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
  }
  
  header div {
    margin-left: 1px; 
    width: auto;   
  }
  
  .do {
    padding: 1px;
    background-color: rgb(165, 42, 42);
    margin-left: 5px;
    font-size: 5px;
    margin: 10px;
    width: 250px;
    display: none;
  }
  
  .do1 {
    padding: 1px;
    background-color: rgb(165, 42, 42);
    margin-left: 50px;
    font-size: 5px;
    margin: 10px;
    width: 250px;
    display: none;
  }
  
  .do img {
    display: none;
  }

  .do1 img {
    display: none;
  }





  section {
    padding: 10px;
    margin: 0 5px;
  }
    

  



    

  /* ----------///////////--------///////////----------- */
  /* ----------///////////--------///////////----------- */



  #carouselIndicators {
    width: 100%;
    /* margin-top: 10px; */
    border: 2px black solid;
    height: auto;
  }

  .carousel {
    width: 100%;
    margin-top: 10px;
    /* border: 2px black solid; */
    height: auto;
  }

  .carousel-inner {
    width: 100%;
    height: auto;
  }

    .carousel-inner img {
    width: 100%;
    height: auto;
  }

  .carousel-control-next {
    background-color: #1a1615;
    height: 70px;
    width: 70px;
    margin-top: 50px;
  }
  
  .carousel-control-prev {
    background-color: #1a1615;
    height: 70px;
    width: 70px;
    margin-top: 50px;
  
  }





  
  #quote {
    background-color: red;
    border-radius: 15px;
  }
  
  #quote a {
    color: white;
  }
  
  #sign {
    border: 2px black solid;
    border-radius: 20px;
    margin-left: 15px;
  }
  
  #year div {
    width: 60px;
  }

  #year h2 {
    /* background-color: #a5edf0; */
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
  }
  
  #year p {
    font-size: 13px;
    width: 80px;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  




  #partner {
    background-color: #f1f1f1;
    padding: 5px;
    margin-top: 10px;
  }

  #partner div {
    width: 100%;
    float: none;
  }

  #partner h3 {
    font-size: 25px;
    color: rgb(165, 42, 42);
  }

  #partner h3 br{
    display: none;
  }

  #partner p {
    margin-right: 10px;
    font-size: 16px;
    margin-top: 10px;
    width: 90%;
    padding-left: 1px;
    /* background-color: aqua; */
  }
  
  #partner img {
    width: 100%;
    /* height: 120px; */
    margin-top: 6px;
    /* margin-left: 5%; */
    border-radius: 50px;
  }





  .trusted {
    width: 100%;
    /* background-color: #333; */
    margin-bottom: 40px;
    overflow: hidden;
  }

  .trusted .card {
    width: 100%;
    height: auto;
    /* background-color: #333; */
    margin-bottom: 20px;
    padding: 5px;
    float: block;
    margin-right: 1%;
  }

  .card img {
    width: 100%;
    height: 170px;
    margin-top: 10px;
    border-radius: 20px;
  }

  .trusted .card-body {
    padding: 5px;
  }

  .trusted h5 {
    color: red;
    font-size: 28px;
    font-weight: 100;
  }

  .trusted .card-text {
    font-size: 16px;
    width: 100%;
  }
  






  #custom {
    width: 100%;
  }

  #custom div {
    width: 100%;
    float: none;
  }

  #custom img {
    width: 100%;
    /* height: 120px; */
    margin-bottom: -40px;
    margin-right: 10px;
  }
  
  #custom h3 {
    font-size: 25px;
    color: rgb(165, 42, 42);
  }

  #custom p {
    font-size: 16px;
    margin-bottom: 20px;
  }












  
  /* FAQ 2 */

  .faq_inline {
    display: block;
  }

  .faq_inline img {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
  }

  #faq {
    width: 100%;
    margin-left: 0px;
    margin-bottom: -20px;
  }

  #faq h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
  }

  #faq h2 strong {
    color: rgb(165, 42, 42);
  }
  
  .faq-container {
    max-width: 100%;
    /* margin: 20px 20px; */
  }
  
  .faq {
    border: 2px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
  }
  
  .faq-question {
    padding: 5px;
    cursor: pointer;
    background: #f1f1f1;
    width: 100%;
  }

  .faq-question:hover {
    padding: 5px;
    cursor: pointer;
    background: #79baf0;
  }

  .faq h4 {
    font-size: 16px;
    font-weight: 600;
  }
  
  .faq-answer {
    display: none;
    padding: 10px;
    background: #fff;
  }
  
  .faq-answer p {
    font-size: 16px;
  }
  
  
  




  #rating {
    height: auto;
    text-align: center;
    /* background-color: #04AA6D; */
  }

  #rating h2 {
    margin-bottom: 1px;
    font-size: 45px;
    font-weight: 700;
    color: rgb(165, 42, 42);
  }


  #rating h3 { 
    font-size: 25px;
  }

  #rating .our {
    /* font-size: 25px; */
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #rating .service1 {
    margin-bottom: 20px;
    margin-top: 0px;
    width: 100%;
  }

  #rating .service1 p {
    font-size: 16px;
  }
  
  #rating .service1 h6 {
    color: rgb(165, 42, 42);
  }




  footer {
    background-color: #1a1615;
    padding-top: 10px;
    padding-bottom: 1px;
    width: 100%;
    height: auto;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
  }
  
  .look2 {
    background-color: rgb(255, 0, 0);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: auto;
  }
  
  .look2 p {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    margin-left: 2px;
    padding-top: 5px;
  }
  
  .look2 .btn {
    padding: 3px;
    margin-top: 8px;
    width: 90%;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    color: #1a1615;
    border: 0;
    line-height: 20px;
  }
  





  .ft_link {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    /* float: none; */
  }



  .ft_link img {
    display: block;
    background-color: white;
    border-radius: 20px;
    height: 50px;
    width: 50px;
    margin-left: 1px;
  }
  

  
  #terms {
    text-align: center;
    width: 100%;
    margin-right: 1px;
    margin-bottom: 50px;
  }

  #terms a {
    font-size: 19px;
    /* margin-bottom: 30px; */
    margin-right: 20px;
  }

  #terms br {
    display: none;
  }



 #terms2 {
    width: 100%;
    margin-right: 2px;
    display: block;
    margin-bottom: 30px;
  }



  #terms3 {
    width: 50%;
    margin-right: 2px;
    margin-bottom: 30px;
    /* background-color: #79baf0; */
    text-align: center;
    /* color: #04AA6D; */
  }

  #terms3 p {
    font-size: 80%;
    /* color: #04AA6D; */
  }
  


  .ft_soc {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    /* background-color: #79baf0; */
    border-top: 2px white solid;
    text-align: center;
    /* float: left; */
    display: flex !important; 
    flex-direction: row !important;
  }

  

  .ft_soc img {   
    width: 70px;
    height: auto;
    text-align: left;
    
  }

  .ft_socials div {
    margin-bottom: 40px;
  }
  
  .lnkd {
    border: 1.95px white solid;
    border-radius: 25px;
  }
  

  .news {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: block;
  }

  .news h6 {
    font-size: 20px;
  }

  .news .mb-3 {
    width: 150px;
    padding: 15px;
    height: 28px;

  }

  .news input {
    width: 100%;
    height: 40px;
    padding: 15px;
    font-size: 15px;
  }

  .news .btn {
    width: 30%;
    height: 40px;
    padding: 10px;
    font-size: 15px;
  }


  .privacy {
    border-top: white 2px solid;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .privacy p {
    font-size: 15px;
    width: 100%;
  }

  .privacy div {
    margin-left: auto;
    text-align: center;
    display: block; 
    padding: 10px;
    width: 100%;
    margin-bottom: 85px;
  }




  

}
















/* ---------- TABLET styles ---------- */
/* ---------- TABLET styles ---------- */
/* ---------- TABLET styles ---------- */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #333;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px;
    margin-top: 20px;
  }

  .nav-links li {
    margin-bottom: 10px;
  }

  .nav-links a {
      padding: 5px;
      text-align: left;
  }

  /* Show hamburger icon on mobile */
  .icon {
      display: block;
      margin-left: 390px;
  }

  /* Toggle the visibility of the menu */
  .nav-links.active {
      display: flex;
  }
    


}

