body {
    margin: 0;
    font-family: Arial;
}

img {
    width: 100%;
}

.topnav {
    overflow: hidden;
    
}

.active1 {
    background-color: rgb(165, 42, 42);
    color: white;
}

.topnav .icon {
    display: none;
}

.topnav a:hover {
    background-color: #555;
    color: white;
}



.toptext {
  width: 100%;   
  background-color: rgb(165, 42, 42);
  height: 33px;
  padding: 5px;
  font-size: 5px;
  padding-left: 66.3%;
  color: white;
}

.toptext h5 {
  width: 100%;
  font-size: 16px;
}

.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(255, 255, 255);
  color: rgb(14, 13, 13);
  padding: 0px;
  text-align: left;  
  height: 100px;   
  width: 100%;
  margin-top: 0px;
}


header img {
  width: 10vw;
  float: left;
  margin-left: 9%;
  margin-right: 1%;
  margin-top: 2px;
  /* border-radius: 15px; */
}


#comp1 {
    margin-right: 30%;
}

.do {
  /* padding: 1px; */
  /* background-color: rgb(158, 153, 153); */
  margin-left: 1%;
  font-size: 5px;
  border: 1.5px black solid;
  border-radius: 5px;
}

.do1 {
  padding: 5px;
  background-color: rgb(165, 42, 42);
  margin-left: 1%;
  font-size: 5px;
  border-radius: 5px;    
}


section {
    padding: 10px;
    margin: 0 2px;
}






.digi {
    background-color: rgb(165, 42, 42);
    text-align: center;
    padding: 80px;
    border-radius: 50px;
    color: white;
    margin-bottom: 50px;
}

.web1 {
  width: 100%;
  overflow: hidden;
}

.web {
  width: 45%;
  float: left;
  margin: 10px;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.web div {
    margin-bottom: 30px;
}

.web div a {
    padding: 9px;
    color: black;
    /* background-color: aqua; */
    text-decoration: none;
    height: 50px;
    font-size: 15px;
    border-radius: 20px;
    border: 2px black solid;
    margin-right: 20px;
}

.web button {
    padding: 20px;
    background-color: rgb(165, 42, 42);
    height: 65px;
    width: 150px;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    /* margin-top: 20px; */
}

.web1 div img {
    width: 450px;
    height: 300px;
    border-radius: 50px;
    margin-left: 20px;
    margin-right: 20px;

}

#img00 {
    display: none;
}

.web1 {
    margin-bottom: 50px;
}


.blog {
    margin-top: 200px;
}

.blog img {
    margin-left: 1px;
    width: 450px;
    height: 200px;
    margin-bottom: 20px;
}

.blog div {
    margin-right: 10px;
}

.blog h3 {
    font-weight: 600;
}

.blog a {
    font-size: 20px;
}










footer {
  background-color: #1a1615;
  padding-top: 40px;
  /* padding: 10px; */
  color: white;
  padding-left: 120px;
  padding-right: 120px;
  width: auto;
  margin-top: 50px;
  }
  
  .look {
  background-color: rgb(165, 42, 42);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
  }
  
  .look p {
  font-size: 40px;
  font-weight: 700;
  margin-right: 500px;
  margin-left: 20px;
  padding-top: 15px;
  }
  
  .look .btn {
  padding: 10px;
  margin-top: 16px;
  width: 180px;
  font-size: 25px;
  background-color: rgb(255, 255, 255);
  color: #1a1615;
  border: 0;
  }
  
  /* .ft_link {
  background-color: #04AA6D;
  padding-left: 0px;
  margin-left: 0px;
  } */
  
  .ft_link img {
  background-color: white;
  border-radius: 20px;
  height: 130px;
  width: 250px;
  padding-left: 1px;
  /* 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_link button {
    padding: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: rgb(165, 42, 42);
    color: white;
    /* margin-top: 25px; */
  }
  
  .ft_socials {
  padding: 30px;
  
  }
  .ft_socials p {
  width: 500px;
  margin-right: 530px;
  font-size: 17px;
  
  }
  
  #terms {
  width: 200px;
  }
  
  #terms2 {
  width: 200px;
  }
  
  
  .ft_socials div {
  width: 50%;
  /* background-color: #04AA6D; */
  }
  
  .ft_socials div a {
  width: 50%;
  /* background-color: #04AA6D; */
  padding-left: 1px;
  }
  
  .ft_socials img {
  width: 40px;
  height: 40px;
  /* background-color: #04AA6D; */
  /* margin-right: 5px; */
  /* display: none; */  
  }
  
  .lnkd {
  border: 1.95px white solid;
  border-radius: 25px;
  }




/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
/* MOBILE SPECIFIC STYLES */
/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
@media (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;

    }
    
    .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;
    }
    
  
  
    
    
    /* HEADER */
    .toptext {
      width: 100%;   
      background-color: rgb(165, 42, 42);
      height: 40px;
      padding: 1px;
      font-size: 5px;
      padding-left: 10px;
      color: white;
    }
  
    .toptext h5 {
      margin-top: 10px;
      width: 100%;
      font-size: 230%;
    }
  
  
  
    header {
      background-color: rgb(36, 35, 33);
      color: white;
      text-align: left;  
      height: auto; 
      width: 100%;
      margin-top: 0px;  
      padding-right: 20px;
      padding-bottom: 20px;
    }
    
    header img {
      display: none;
      width: 10vw;
      float: left;
      margin-left: 15px;
      margin-top: 25px;
    }
    
    header div {
      padding: 0;
      margin-left: 10px; 
      width: auto;     
    }
    
    .do {
      padding: 1px;
      background-color: rgb(165, 42, 42);
      margin-left: 5px;
      font-size: 5px;
      /* border-top: 2px solid rgb(255, 255, 255); */
      margin: 10px;
      width: 250px;
    }
    
    .do1 {
      padding: 1px;
      background-color: rgb(165, 42, 42);
      margin-left: 50px;
      font-size: 5px;
      margin: 10px;
      width: 250px;
    }
    
    section {
      padding: 10px;
      margin: 0 5px;
    }
      
    
    
    
    
    /* ----- BODY -------- */
    /* ----- BODY -------- */
    /* ----- BODY -------- */
    /* ----- BODY -------- */
     
    .digi {
      background-color: rgb(165, 42, 42);
      text-align: center;
      padding: 40px;
      border-radius: 50px;
      color: white;
      margin-bottom: 50px;
      margin-top: 20px;
    }
    
    .web div {
      margin-bottom: 30px;
    }

    .web {
      width: 100%;
      float: none;
      margin: 10px;
      padding: 20px;
      background-color: rgb(255, 255, 255);
      border-radius: 20px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    
    .web1 #img00 {
      display: none;
    }

    .web1 .flex-row {
      display: block !important;
      flex-direction: column !important;
    }
    
    .web1 {
      margin-bottom: 50px;
      width: 90%;
      padding-bottom: 20px;
      border-bottom: 2px solid rgb(165, 42, 42);
    }

    .web1 {
      width: 100%;
    }


    .web div a {
      padding: 5px;
      color: black;
      /* background-color: aqua; */
      text-decoration: none;
      height: 15px;
      font-size: 15px;
      border-radius: 8px;
      border: 2px black solid;
      margin-right: 5px;
    }
    
    .web button {
    padding: 10px;
    background-color: rgb(165, 42, 42);
    height: 50px;
    width: 100px;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    /* margin-top: 20px; */
    }


    .web1 div img {
      width: 100%;
      height: auto;
      border-radius: 50px;
      margin-left: 0px;
      margin-right: 20px;
    
    }
    
    
    
    .blog {
      margin-top: 150px;
      margin-bottom: 50px;
    }
    
    .blog img {
      margin-left: 1px;
      width: 90%;
      height: auto;
      margin-bottom: 10px;
    }
    
    .blog div {
      margin-right: 5px;
    }
    
    .blog h3 {
      font-weight: 600;
    }
    
    .blog a {
      font-size: 20px;
    }
    



  footer {
    background-color: #1a1615;
    padding-top: 10px;
    width: 100%;
    height: auto;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 20px;
  }
    
  .look {
    background-color: rgb(165, 42, 42);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: auto;
  }
    
  .look p {
    font-size: 15px;
    font-weight: 300;
    margin-right: 30px;
    padding-top: 5px;
  }
    
  .look .btn {
    padding: 3px;
    margin-top: 8px;
    width: 90px;
    font-size: 10px;
    background-color: rgb(255, 255, 255);
    color: #1a1615;
    border: 0;
  }
    
  .ft_link {
    width: 80%;
    height: auto;
    /* background-color: #007bff; */
    float: none;
  }
  
  
  .ft_link .stop-flex {
    display: block !important;
    flex-direction: column !important;
  }
  
  .ft_link img {
    display: none;
    background-color: white;
    border-radius: 20px;
    height: 10px;
    width: 10px;
    margin-left: 1px;
  }
    
  .ft_link .mr-5 {
    width: 20%;
    line-height: 25px;
    word-spacing: 0px;
    margin-left: 1px;
    margin-left: 1px;
  }
  
  .ft_link a {
    margin-left: 1px;
    padding-top: 2px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    width: 200px;
  }

  .ft_link .news {
    margin-left: 20px;
  }

  .ft_link p {
    font-size: 15px;
  }
  
    
  #terms {
    text-align: left;
    width: 21%;
    /* background-color: #79baf0; */
    /* margin-right: 1px; */
    margin-bottom: 5px;
    /* margin-left: 2px; */
  }

  #terms a {
    font-size: 80%;
    /* color: #04AA6D; */
  }

  #terms1 {
    text-align: left;
    width: 10%;
    /* background-color: #79baf0; */
    margin-right: 1px;
    margin-bottom: 50px;
    margin-left: 1px;
    
  }

  #terms1 a {
    font-size: 80%;
    /* color: #04AA6D; */
  }

  #terms2 {
    width: 100%;
    /* background-color: #79baf0; */
    margin-right: 2px;
    display: none;
    margin-bottom: 50px;
  }
  

  #terms3 {
    width: 35%;
    margin-right: 2px;
    margin-bottom: 20px;
    /* background-color: #79baf0; */
    text-align: left;
    /* color: #04AA6D; */
  }

  #terms3 p {
    font-size: 75%;
    /* color: #04AA6D; */
  }
  
  .news {
    /* width: 100%; */
    margin-bottom: 10px;
    width: 120px;
    /* margin-right: 2px; */
    text-align: center;
    /* background-color: #79baf0; */
    display: none;
  }

  .news h6 {
    font-size: 20px;
    color: #04AA6D;
  }

  .news p {
    color: #04AA6D;
  }

  /* Newsletter Input */
  .news .mb-3 {
    width: 150px;
    padding: 15px;
    height: 28px;

  }

  .news .btn {
    width: 50%;
    height: 30px;
    padding: 1px;
    font-size: 15px;
  }
  
    
    
    


  .ft_socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    /* background-color: #79baf0; */
    border-top: 2px white solid;
    text-align: center;
    /* float: left; */
  }

  .ft_socials p {
    width: 140px;
    margin-right: 10px;
    font-size: 15px;
    
    /* float: left; */
  }
  
  .ft_socials .ft_soc {
    width: 300px;
    /* background-color: #007bff; */
    margin-left: 0px;
    /* background-color: #79baf0; */
  }
  
  .ft_socials .stop-flex {
    display: block !important; 
    flex-direction: column !important;
  }

  .ft_socials img {
    /* display: none; */
    width: 35px;
    text-align: left;
    
  }

  .ft_socials div {
    margin-bottom: 2px;
  }
  
  .lnkd {
    border: 1.95px white solid;
    border-radius: 25px;
  }
  



}