/* CSS Document */

.enquiry2 {
    position: fixed;
    right: 0;
    top: 40%;
    right: 10px;
    margin: 2px 0px;
    z-index: 9999999999;
}

body>div.enquiry2>a>img {
    margin: 2px 0px;
}


/* whatweoffer */

#sidebar2 ul li {
    padding: 0em;
}

#sidebar2 ul li {
    color: #000;
    font-weight: bold;
    list-style-type: none;
    
    line-height: 2em;
    font-size: 1.1em;
}

#sidebar2 ul li a {
    color: #000!important;
    font-weight: bold;
    text-decoration: none;
}

#sidebar2 h2 {
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    color: #000000;
}

#sidebar2 {
    width: 340px;
    height: 680px;
    overflow: scroll;
    z-index: 9999999999;
    background: #FFFFFF;
    border-right: 3px solid #ffffff;
    border-radius: 7px;
    padding: 0 20px;
    transition: all 0.5s;
    display: block;
    display:none;
}

.site_map {
    right: -29px;
    /*background: #797c7c;*/
    background: #3a3a3a;
    width: 106px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 14px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(90deg);
    position: absolute;
    z-index: 9999999999;
    top: 20%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #fff;
    font-size: 20px;
    visibility:hidden;  
}

.site_map a {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.whatweoffer {
    left: -64px;
    /*background: #797c7c;*/
    box-shadow: 1px 1px 5px ;
    background: #3a3a3a;
    width: 180px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 4px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(-90deg);
    position: absolute;
    z-index: 9999999999;
    top: 20%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
    visibility: hidden;  
}

.whatweoffer a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    justify-content: center;
    display: grid;
}

.sitemenu1 li {
    margin-left: 6em;
    line-height: 35px;
    font-size: 15px!important;
    list-style: square!important;
}

.sitemenu li {
    margin-left: 4em;
    line-height: 35px;
    font-size: 18px;
    list-style: disc;
    color: #fff;
}

.sitemenu li a {
    color: #fff;
    text-decoration: none;
}

.sitemenu {
    padding: 0;
}


/* CSS Document */


/* CSS Document */

.footer2 {
    display: block;
    background-color: #0c3139;
    display: none;
    margin-top: 57px;
    padding-top: 37px;
    padding-bottom: 12px;
}

.footer2 li a {
    color: #fff;
    text-decoration: none;
}

.about-us-section-new {
    /* margin-left: 67px; */
    margin-right: 67px;
    margin-top: 24px;
}

.heading2 {
    color: #1e1c5b;
    text-transform: none;
    text-align: center;
    font-size: 40px;
}

.heading3 {
    color: #1e1c5b;
    text-transform: none;
    text-align: center;
    font-size: 56px;
}

.whatwe ul {
    padding-top: 20px;
    padding-left: 61px;
    padding-bottom: 20px;
}

.whatwe ul li {
    list-style-type: disc;
}

.whatwe ul li a {
    color: #000;
}

.pdf1 {
    padding-left: 288px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid black;
}

.pdf2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid black;
}

.banner {
    padding-top: 120px;
}

body>section.about-us-section-new>div>div.row.clearfix>div.col-lg-3.col-md-3.col-sm-12.image-column>figure>img {
    width: 280px;
    height: 300px;
    border: 2px solid #383471;
}

.img-banner {
    height: 350px;
}

#Dfs p{
    margin: 0;
    font-size: 18px;
}

#Dfs li{
    margin: 0;
    font-size: 18px;
}




.contact-form{
    max-width:600px;
    margin:auto;
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
}

.contact-form .row{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}

.contact-form [class*="col-"]{
    padding:10px;
    box-sizing:border-box;
}

.col-12{width:100%;}
.col-md-2{width:16.66%;}
.col-md-5{width:41.66%;}
.col-md-6{width:50%;}

.contact-form label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#333;
    font-size:15px;
}

.contact-form label span{
    color:#e60000;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:8px;
    padding:12px 15px;
    font-size:15px;
    transition:.3s;
    outline:none;
    background:#fafafa;
}

.contact-form textarea{
    resize:vertical;
    min-height:130px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
    border-color:#0d6efd;
    background:#fff;
    box-shadow:0 0 10px rgba(13,110,253,.15);
}

.contact-form button{
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:14px 40px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.contact-form button:hover{
    background:#084298;
    transform:translateY(-2px);
}

@media(max-width:768px){

.col-md-2,
.col-md-5,
.col-md-6{
    width:100%;
}

.contact-form{
    padding:20px;
}

}






.contact-box{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.contact-box h2{
    text-align:center;
    margin-bottom:30px;
    font-weight:700;
}

.contact-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    padding:20px;
    height:100%;
    border:1px solid #e8e8e8;
    border-radius:10px;
    transition:.3s;
}

.contact-item:hover{
    border-color:#0d6efd;
    box-shadow:0 10px 25px rgba(13,110,253,.12);
    transform:translateY(-5px);
}

.contact-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
}

.contact-content h5{
    margin-bottom:8px;
    font-weight:600;
}

.contact-content p{
    margin:0;
    color:#666;
    line-height:1.7;
}

.contact-content a{
    color:#0d6efd;
    text-decoration:none;
}

.contact-content a:hover{
    text-decoration:underline;
}

@media (max-width:767px){
    .contact-item{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }
}