.contact{
    display: flex;
    flex-direction: column;

}
.featured-title ul {
    list-style:circle;
}
.featured-title p{
    text-align: justify;
}
.featured-title ul li{
    text-align: justify;
}
.featured-title h3{
    text-align:start;
}
.jeevans{
    padding: 78px 0px 64px 0px !important;
}

.sub-content i{
    color: #e89900;
    font-size: 34px !important;
    font-weight: 600;
    
}
.sub-p{
    font-size:16px !important;
    font-weight: 600;
    text-align: justify;
    letter-spacing: .5px;
}
.f-h4{
    font-weight: 700 !important;
}
.sub-content {
    padding-bottom: 15px;
}
.img_f img{
    width: 580px;
    height: 300px;
}
.p_ul{
    /* border: 1px solid black; */
    background-color: #fff;
    box-shadow: 0px 0px 5px  #b6b2b2;
    padding-left: 0px;

}
.p_ul h5{
    color: #fff !important;
    background-color: #0c2d62;
    border-bottom: 3px solid #e89900;
    padding: 20px;
    padding-left: 10px;
    
}
.p_ul {
    list-style: none;
}
.p_ul li{
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid  rgb(201, 195, 195);
    padding-left: 10px;
    line-height: 20px;
    margin-top: 10px;
    transition: .3s all;
}
.p_ul li i{
    color:#0c2d62;
    font-size: 20px;
    /* background: #0c2d62; */
    font-weight: 600;
}
.do_content i{
    color: #e89900;
    font-size: 27px;
}
.animate_h4{
    position: relative;
}
.animate_h4::after{
    content: "";
    position: absolute;
    width: 10%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #e89900;
}
.do_content{
    padding-bottom: 10px;
}
.str_1{
    color: rgb(148, 59, 59);
}
.img_e img{
    width:560px;
    height: 340px;
}

.style_2:before {
    position: absolute;
    content: '';
    border-left: 10px solid #0c2d62 !important;
    border-top: 10px solid #0c2d62 !important;
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.style_2:after {
    position: absolute;
    content: '';
    border-right: 10px solid #0c2d62 !important;
    border-bottom: 10px solid #0c2d62 !important;
    width: 0px;
    height: 0px;
    bottom: 0;
    right: 0; 
    transition: 0.3s all;
    opacity: 0;
    /* z-index: -1; */
}
.style_2:hover:after {
    transition: 0.3s all;
    transform:scale(1);
    /* z-index: -1; */
    opacity: 1;
    width: 70px;
    height: 70px;
}
.main-co{
    background-color: #fff;
    box-shadow:10px 10px 0px #0c2d62;
}
.last{
    font-size: 15.5px;
    font-weight: 900;
    color: #e85500;
}
.o_h4{
    /* color: black !important; */

}
.h_6{
    color: black;
    font-weight: 700;
    font-size: 17px;
}
.ul_1 ul{
    list-style: none;
}
.ul_1 i{
    color: #e89900;
    font-size:25px;
}
.o_h4{
    font-weight: 900;
    /* font-size: 17px; */
}
.sub-content_1 i{
    font-size: 20px;
    color: #0c2d62;
}
.form{
    background-color: #051457;
    padding: 30px;
    border-radius:5px;
}
.form-group label{
    color: #fff;

}
.form-group input::placeholder{
    color: red;
}
.form-group input{
    border-radius: 10px;
}
.form-group select{
    padding: 15px;
    border-radius: 10px;

}
.btn-block{
    background-color: #e89900;
    color: #fff;
    border: none;
    width: 100%;
}
.head_f{
    color:#e89900;
}
.black{
color: rgba(0, 0, 0, 0.795);
font-size: 17px;
font-weight: 800;
}
.bold{
    font-weight: 800;
}
.thead{
    background-color: #051457;
    color: #fff;
}
table{
    margin-top: 17px;
}
.thead tr th{
    padding: 17px;
}
.tbody tr td{
    padding: 17px;

}
.ttm-page-title{
    
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.img_i img{
    width: 440px;
    height: 280px;
}
.f-h4{
    margin-left: 10px;
}
.chemis{
    height: 320px !important;
}
@media (max-width:762px) {
.pad-c{
    padding: 100px 0 !important;
}
.ttm-fid-title {
    color: white !important;
    position: relative !important;
    z-index: 1 !important;
    font-size: 20px !important;
}
}