.font1 {

    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}


.font2{
    font-size:16px;
    line-height:26px;
    font-weight:normal;
}

.line-round{
    width:80px;
    border-radius:3px;
    height:6px;
    margin:20px auto;
    background:#00007f;
}

.line-round-white{
    width:80px;
    border-radius:3px;
    height:6px;
    margin:20px auto;
    background:#fff;
}

.txt-box1{
    padding:30px !important;
    
}

.txt-bg{
    background-color:rgb(255,255,255,0.5);
    padding:40px 0;
}

.col-4{
    text-align: center;
    width:70% !important;
    margin:0 auto;
}

.col-6{
    text-align: center;
     width:70% !important;
     margin:0 auto;
     
}

.pad{
   
    padding-bottom:10%;
}

.btn-square.red {
    border: 2px solid #00007f;
    color: #fff;
    background-color: #00007f;
    border-radius: 20px;
    font-weight: bold;
}
.btn-square:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #00007f !important;
}

.intro {

    padding: 0px !important;
}



/* contact page */

#result #contact-form  div:nth-child(6) { 
    display:none;
}

#Fattachment{
    display:none;
}
