
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*{
    padding: 0px;
    margin: 0px;
}
html{
  scroll-behavior: smooth;
}
.logo{
    display: flex;
    width: 20%;
    text-align: center;   
}  
.logo img{
    width: 50px;
    height: 30px;
    border: 1px solid green;
    border-radius: 1px;
    margin-left: 70px;
}   
.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    height:40px;
    top:0px;
    position: sticky;  
}
.nav-list{
    font-size: 14px;
    display: flex;
    text-align: left;
    width: 100%;
}
.nav-list li{
    list-style: none;
    color:white;
    font-size: 14px;
    margin: auto;
    font-family: Arial, sans-serif;
  }
.nav-list li a{
    color:white;
    font-size: 14px;
    margin: auto;
    font-family: Arial, sans-serif;
   cursor: pointer;
}
.nav-list li:hover{
    text-decoration: underline;
     cursor: pointer;  
}
.rightnav{
    width: 30%;
    text-align: right;
    padding: 0 23px;
}
 #search{
    padding: 2px;
    font-size: 15px;
    border: 1px solid black;
    border-radius: 9px;
    margin: auto;
 }
 
  .box-main{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: auto;
    max-width: 80%;
  }
  .first-section{
    height: 62vh;
  }
  .first-half{
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
  }
  .second-half {
    width: 30%;
    margin-top: 50px;
  }
  .second-half img{
    width: 70%;
    border: 5px solid white;
    border-radius: 150px;
    display: block;
    margin: auto;
  }
  .text-big{
    font-size: 30px;   
  } 
  .text-small{
    font-size: 20px;
    padding: 10px;
  }
  .btn{
    background-color: #555;
    color: white;
    border: none;
    padding: 8px 15px;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
  }
  .btn:hover {
    background-color: #777;
  }
   .btn-dark{
    color: black;
    border: 2px solid black;
    font-size: 16px;
    padding: 7px;
    padding-left: 14px;
    padding-right: 20px;
    cursor: pointer;
    margin-left: 9px;
    font-weight: bold;
   }
  .btn-sm{
    padding: 5px 10px;
    vertical-align: middle;
  }

  .background{
   text-align: center;
   background-color: black;
}
  .section{
    justify-content:space-evenly;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 80%;
    font-family: "Ubuntu", sans-serif;
    padding: 10px;  
  }
 /* .paras{
    padding: 0px 65px;
  }
  .sectiontag-text-big{
    font-size: 40px;
    padding-top: 30px;
  }
  .sectionsubtag-text-small{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
  } 
  .secleft{
    flex-direction: row-reverse;
  }
  .contact{
    background-color:lightgrey;
  }
  .text-center{
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
  } 
  .form{
    margin: 25px auto;
    max-width: 62%;
  }
  .form-input{
    font-size: 21px;
    width: 100%;
    margin: 7px;
    border: 1px solid black;
    border-radius: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}*/

.background-f{
   text-align: center;
   background-color: #3a3e45;
}
.footer-a{
   display: flex;
   text-align: center;
   
}
.text-footer{
  margin-top: 10px;
  padding: 15px;
  font-family:sans-serif; 
  color: white;
  font-size: 15px;
}

.text-footer-a{
 color: #0cf0d9;
}

.burger{
  display: none;
  cursor: pointer;
  top: 10px;
  position: absolute;
  right: 5px;
}
.line{
  width: 30px;
  height: 3px;
  margin: 3px 3px;
  background-color: white;
} 

/* Navbar class end */

.container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    gap: 20px;
}

.column {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.left-column {
    flex: 2.5; /* This will take up available space */
}

.right-column {
    flex: 1; /* This will take up available space */
}

.head-bar{
  display: flex;
  font-family: sans-serif;
}
.head-bar-l{
  display: flex;
  font-family: sans-serif;
   border-bottom: 1px dashed lightgray;
}

.box-1 {
    width: 15%; 
    text-align: center;
    background-color: royalblue;
    color: white;
    font-size: 18px;
    padding: 4px;
}
.box-2 {
    width: 72%; 
    text-align: center;
    background-color: lightgray;
    color: white;
    font-size: 18px;
    padding: 4px;
}
.box-3 {
    width: 13%;
    text-align: center;
    background-color:#03a9fc;
    color: white;
    font-size: 15px;
    padding: 4px;
}
.box-4 {
    text-align: left;
    background-color:royalblue;
    color: white;
    font-size: 18px;
    width: fit-content;
    height: fit-content; 
    padding-left: 10px;  
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-4-r {
    text-align: left;
    background-color:black;
    color: white;
    font-size: 18px;
    width: fit-content;
    height: fit-content; 
    padding-left: 10px;  
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-5 {
    flex:1;
    text-align: center;
    background-color: lightgray;
    color: white;
    font-size: 18px;
    padding: 4px;
}


.lbox-1 {
    width: 10%; 
    text-align: center;
    background-color: white;
    color: black;
    font-size: 18px;
    padding:4px;
}

.lbox-1 img{
    width: 100%;
    height: 40px; 
  
}
.lbox-2 {
    width: 64%; 
    text-align:left;
    background-color:white;
    color: black;
    font-size: 18px;
    padding: 5px;
}
.lbox-3 {
    width: 19%;
    text-align: center;
    background-color:white;
    color: black;
    font-size: 13px;
     padding: 9px;
    
}
.lbox-4 {
    width: 8%;
    text-align: left;
    background-color:white;
    color: black;
    font-size: 13px;
    padding: 9px;
}

.abox-3 {
  text-decoration: none;
  color: white;
  font-size: 13px;
}

.albox-2 {
  text-decoration: none;
  color: blue;
}

.albox-4 {
  text-decoration: none;
  color: royalblue;
}

a {
  text-decoration: none;
 
}

a:hover {
  color: blueviolet;
  text-decoration: underline;
 }

 .right-l-h{
  padding-bottom: 7px;
}
.right-l{
  font-size: 16px;
  color: darkblue;
  font-family: sans-serif;
}

/* Social media. */
 .social-icons {
            list-style: none;
            padding: 0;
            margin: 0;

        }
        .social-icons li {
           
            margin-right: 10px; 
            margin-left: 10px;
            float: left;
                  
        }
        .social-icons a {
            text-decoration: none;
            color: Blue; /* Adjust color as needed */
        }

        .social-icons_i a {
            text-decoration: none;
            color: red; /* Adjust color as needed */
        }

           .social-icons_t a {
            text-decoration: none;
            color: #10d7e6; /* Adjust color as needed */
        }
/* Social media. */

.job-bar{ 
  font-family: sans-serif;  
}

.jbox-1 {
    text-align: center;
    background-color: lightblue;
    color: #353836;
    font-size: 23px;
    font-weight: bold;
    width: fit-content;
    height: fit-content; 
    padding-left: 10px;  
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
    font-family: Monospace;    
}

.jbox-2 {
    text-align: center;
    background-color: #e3e6e6;
    color: #353836;
    font-size: 21px;
    font-weight: normal;
    width: fit-content;
    height: fit-content; 
    padding-left: 10px;  
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px; 
    font-family: Monospace;    
}
.j-content-h {
    color: #353836;
    font-weight: bold;
    font-size: 18px; 
    font-family: Monospace;   
}
.j-content {
    color: #2c2c2e;
    font-size: 18px; 
    font-family: Monospace;     
}
table, td, th {
  border: 1px solid;
  text-align: center;
  padding:10px;
}

table {
  border-collapse: collapse;
 }

.t-content {
    text-align: left; 
}

.t-content-b {
    font-weight: bold; 
}

