
body {
    background-image: url("https://images.alphacoders.com/545/545752.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%; 
    background-color: #f0f8ff;
    font-family: Arial, Helvetica, serif,'Brush Script MT', sans-serif,'Courier New', monospace;
}

.left-div{
    text-align: left;
    /* width: 40%; */
    border-radius: 180px;

    background-color: #424b54;
    align-items: center;
    padding-bottom: 1.7%;
    margin-right: 5%;
    margin-left: 15%;
}

.custom-hr {
    color: black;
    background-color: black;
    border-color: black;
}
.content-div{
    
    float: inline-end;
}
.name{
    color:#F06923;
    font-size: 50px;
}
.custom-img {
    border-radius: 180px;
    margin-left: auto;
    align-self: right;
    float: right;
}

.custom-h1 {
    margin-left: 7%;
    color:#f4f4f4;
    font-family: 'Courier New', Courier, monospace;
    font: 42px;
    font-weight: 1000;
}

.custom-p {
    margin-left: 6%;
    text-align:justify ;
    color: rgb(255, 255, 255);
    font: 20px monospace;
    padding: 15px;
    padding-left: 15px;
    padding-top: 15px;

}

.custom-div {
    color: rgb(255, 255, 255);
    font: 30px monospace;
    font-style: italic;
    background-color:#93A8AC;
    padding-left: 5px;
    border: 1pt solid rgb(237, 237, 237);
    border-radius: 120px;
    align-items: center;
    width: 50%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.custom-h3 {
    margin-top: 0;
    align-self: auto;
    text-align: center;
    margin-bottom: 0;
}

.custom-link {
    padding-left: 10%;
}

.custom-link1 {
    padding-left: 20%;
}
.custom-link2 {
    padding-left: 10%;
    padding-right: 10%;

}

.chart-div {
    font-family: Arial, Helvetica, serif,'Brush Script MT';
    color: aliceblue;
    padding: 1%;
    border-radius: 60px;
    background-color: #636f71b5; width: 37%; align-self: center;margin-left: 5%;
}

.custom-table {
    background-color: rgb(167, 164, 164);
    border-collapse: collapse;
    margin: auto;
}

.custom-table th,
.custom-table td {
    border: 1px solid rgb(237, 237, 237);
    padding: 10px;
    text-align: center;
}

.custom-footer {
    text-align: center;
}
.button {
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: cente r;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  .button1 {
    background-color: white;
    color: black;
    border: 2px solid #4caf50;
  }

  .button1:hover {
    background-color: #4caf50;
    color: white;
  }
  
  .button2 {
    background-color: white;
    color: black;
    border: 2px solid #af4c4c;
  }

  .button2:hover {
    background-color: #af4c4c;
    color: white;
  }

  .enquiryform{
    margin-left: 20px;
    padding-left: 20px;
    color: rgb(3, 69, 16);
    background-color: rgba(128, 128, 128, 0.458);
  }
  
