body{
    background-color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
h3{
    margin-bottom: 10px;
}
.breadcrumb{
    background-color: #fff;
}
.main{
    /* display: flex; */
    gap: 50px;
    
}
ul{
    margin-top: 5px;
    margin-left: 30px;
}
.heading-div > img{
    width: 100%;
    mix-blend-mode: multiply;
    display: flex;
    align-self: flex-end;
    /* margin-bottom: -100px; */
}

.heading-div > span{
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.heading-div > p{
    color: #888888;
}
.box-white {
    border: none;
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-card{
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    /* padding-top: 20px; */
    /* display: flex; */

    background-color: #F1F1F1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 3px 3px 10px grey;
	text-decoration: none;
}

.post-card > a{
    height: fit-content;
    display: flex;
    width: fit-content;
    margin: auto;
    align-self:flex-end;
}
.post-card > button:hover{
    scale: 1.1;
    transition: 0.2s;
}
.post-card > h3{
    color: #000 ;
	font-size: 1.5rem;
}
.post-card > p{
    color: #2B2B2B;
	font-weight: bold;
	font-size: 1rem;
}
.post-card > span{
    color: #000;
	font-weight: bold;
}
.post-card  ul{
    color: grey;
    font-style: italic;
}

.career-heading{
    font-size: 50px;
    color: #D93800;
    /* font-family: "Great Vibes",cursive; */
     font-size: 60px;
    /* margin-top: 40px;  */
    /* padding-left: -20px; */
    /* margin-bottom: -20px; */
    text-shadow: 0 1px 1px #fff;

    /* -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #D93800;
    -webkit-text-fill-color: #FFFFFF; */

    
}
.heading-div{
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    height: 100%;
    /* font-family: 'Courier New', Courier, monospace; */
    /* font-family: "Great Vibes" !important; */


}
.heading-div > p{
    /* font-family: 'Proxima Nova'; */
    /* color: rgb(109, 109, 109); */
    font-size: large;
  
    
    
}

.contact-details {
    position: relative;
    display: flex;
    gap: 10px;
    /* font-weight: 600; */
    font-size: 12pt;
    margin-bottom: 15px;
}
.contact-list  a{
    color:#D93800;
    font-weight: bold;
}

.contact-details i {
    margin-bottom: 20px;
    font-size: 20pt;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: grey;
    text-align: center;
    padding: 12px;
    color: white;
}