.Box1{
    padding: 50px 0;
}
.Box1 .container-md.row{
    margin: 0 auto; 
}
.Box1 .container-md.row .col-md-6{
    padding: 15px;
}
.Box1 .container-md.row .col-md-6 .box{
    border: 1px solid #dfdfdf;
    text-align: center;
    padding: 50px 30px;
}
.Box1 .container-md.row .col-md-6 .box i{
    font-size: 40px;
    border: 1px dashed #165591;
    border-radius: 999px;
    padding: 5px;
    color: #165591;
}
.Box1 .container-md.row .col-md-6 .box h6{
    margin:30px 0 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.Box1 .container-md.row .col-md-6 .box  p{
    max-width: 90%;
    color: #555;
    margin: 0 auto;
    font-size: 14px;
}
.Box2{
    background: url('../img/contact/Bj.jpg') no-repeat center / cover;
    background-attachment: fixed;
    padding: 100px 0;
    text-align: center;
    color: white;
}
.Box2 .t1{
    line-height: 25px;
    margin: 0px 0 10px;
    text-transform: uppercase; 
    letter-spacing: 1.6px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}
.Box2 .t2{
    font-size: 35px;
    font-weight: 700;
    font-family: 'Humnst777 BlkCn BT Black'; 
}
.Box2 .t3{
    font-size: 16px;  
}
.Box2 .Box2-Form{
    margin-top: 60px;
}

.Box2 .Box2-Form .left{
    text-align: left;
    padding: 30px;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.Box2 .Box2-Form .left .left-title{
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
}
.Box2 .Box2-Form .left ul{
    padding-left: 0;
}
.Box2 .Box2-Form .left ul li{
    display: flex;

}
.Box2 .Box2-Form .left ul li .icc{
    background-color: #0D4D83;
    font-size: 30px;
    padding: 8px;
    border-radius: 5px;
}
.Box2 .Box2-Form .left ul li {
    margin-bottom: 20px;
}
.Box2 .Box2-Form .left ul li div:nth-child(2){
    padding-left: 20px;
}
.Box2 .Box2-Form .left ul li div:nth-child(2) h6{
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
.Box2 .Box2-Form .left ul li div:nth-child(2) p{
    font-size: 15px;
    margin: 0;
}
.Box2 .Box2-Form .left ul li div:nth-child(2) a{
    font-size: 15px;
    color: white;
}

.Box2 .Box2-Form .left ul li:nth-last-child(2) { 
    margin-top: 40px;
    margin-bottom: 10px;
}
  .Box2 .Box2-Form .left ul li:nth-last-child(2) h6{
    font-weight: bold;
    font-size: 19px;
  } 
  .Box2 .Box2-Form .left ul li:last-child a:not(:nth-child(1)){
    margin-left: 15px;
  }
  .Box2 .Box2-Form .left ul li:last-child a i{
    color: #0D4D83;
    background-color: white;
    padding: 8px;
    border-radius: 99px;
    font-size: 16px;
    transition: 0.3s;
  }
  .Box2 .Box2-Form .left ul li:last-child a i:hover{
    color: #fff;
    background-color: #0D4D83;
  }
  .Box2 .Box2-Form .right{
    text-align: left;
    padding-left: 5%;
  }
  .Box2 .Box2-Form .right form{
    width: 100%;
    height: 100%; 
    margin-top: 30px; 
  }
  .Box2 .Box2-Form .right form .right-title{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .Box2 .Box2-Form .right form  div {
    display: flex;
    justify-content: space-between  ;
    margin-bottom: 20px;
  }
  .Box2 .Box2-Form .right form div input {
    width: 49%;
    padding: 10px;
    border: 1px solid #fff;           
    outline: none;       
    transition: border 0.3s ease;  
    border-radius: 5px;
}

.Box2 .Box2-Form .right form div input:focus {
    border: 1px solid #007bff;  
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.3);  
}

.Box2 .Box2-Form .right form textarea{
    width: 100%;
    padding: 10px;
    height: 100px;
    outline: none;       
    transition: border 0.3s ease;  
    border-radius: 5px;
}
.Box2 .Box2-Form .right form textarea:focus {
    border: 1px solid #007bff;  
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.3);  
}
.Box2 .Box2-Form .right form button{
    padding: 10px 20px;
    background-color: #0D4D83;
    color: white;
    border: none; 
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 30px;
}
.Box2 .Box2-Form .right form button:hover{
    background-color: #165591;
}
@media screen and (max-width:576px) {
    .Box2 .Box2-Form .right form div{
        display: block;
    }
    .Box2 .Box2-Form .right form div input{
        width: 100%;
    }
    .Box2 .Box2-Form .right form div input:nth-child(2){
        margin-top: 20px;
    }
}