*{
    scroll-behavior: smooth;
}

#cntus{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #e4f5ff;
}
#container{
    width: 80%;
    padding: 20px;
    
}
.container .row100{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(autofit,minimax(300px,1fr));
}
.container .row100 .col{
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin: 30px 0 10px;
    transition: 0.5s;
    
}
.container .row100 .inputBox{
    position: relative;
    width: 100%;
    height: 40px;
    color: ;
}

.container .row100 .inputBox input,
.container .row100 .inputBox.textarea textarea{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow:none ;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0 10px;
    z-index: 1;
    color: #e4f5ff; 
}

.container .row100 .inputBox .text1{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 18px;
    padding: 0 10px;
    display: block;
    transition: 0.5s;
    pointer-events: none;
}
.container .row100 .inputBox input:focus + .text1,
.container .row100 .inputBox input:valid + .text1{
    top: -35px;
    left: -10px;
}
.container .row100 .inputBox textarea:focus + .text1,
.container .row100 .inputBox textarea:valid + .text1{
    top: -35px;
    left: -10px;
}
.container .row100 .inputBox .line1{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #022534;
    border-radius: 2px;
    pointer-events: none;

}
.container .row100 .inputBox input:focus ~ .line1,
.container .row100 .inputBox input:valid ~ .line1{
    height: 100%;
}
.container .row100 .inputBox textarea:focus ~ .line1,
.container .row100 .inputBox textarea:valid ~ .line1{
    height: 100%;
}
.container .row100 .inputBox.textarea{
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px 0;
}
.container .row100 .inputBox.textarea textarea{
    height: 100%;
    resize: none;
}
input[type="submit"]{
    border: none;
    padding: 7px 35px;
    cursor: pointer;
    outline: none;
    background-color: #022534;
    color: #e4f5ff;
    font-size: 18px;
    border-radius: 2px;
}
#navbar{
    background-color: #e4f5ff !important;
    color:#022534;

}
.nav-link{
    color: #303c6c !important;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    text-shadow: 1px ;
     
}
.blog{
    background-color: #f8e9a1;
    text-align: center;
    color: #303c6c;
    font-family: 'DM mono', monospace;
    font-size: 30px;
    padding: 20px 0 20px 0;
    font-weight: bold;
}
#mission{
    background-color: #e4f5ff;
    color: #022534;
    padding: 70px 0 70px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}
#services{
    background-color: #e4f5ff;
    color: #022534;
    padding: 70px 0 70px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}
#ser{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #e4f5ff;
    color: #022534;
}
#ser2{
    background-color: #e4f5ff;
    padding-top: 50px;
    color: #022534;
}
#ser2 li{
    font-size: 20px;

}
.headoffice{
    background-color: #022534;
    color: grey;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 20px;
    padding-left: 10px;
    display: inline-block;    
}
.headoffice h2,p{
    color: #eff5ff;
    
}
.useful{
    background-color:  #022534;
    display: inline-block;
}

.link2{
    width: 300px;
    height: 1px;
    background-color:grey;
    display: inline-block;
}
.link3{
    width: 30px;
    height: 2px;
    background-color: #e4f5ff;
    display: inline-block;   
}
.gotop{
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #2d7a9c;
    bottom: 20px;
    right: 50px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #e4f5ff;
    font-size: 22px;
}
#news{
    color: #24305e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    
}
.email-box{
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.email-box i{
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding-right: 10px;
    color: #e4f5ff;
    
}
.tbox, .btn{
    border: none;
    outline: none;
}
.tbox{
    width: 200px;
    padding: 0 10px;
}
.btn{
    background-color: #022534;
    color: #e4f5ff;
    padding: 0 10px;
    cursor: pointer;
}
@media only screen and (max-width : 500px){
 
    #aboutus{
        height: 250px;
    }
    #aboutus img{
        height: 250px;
    }
    #mission {
        text-align: center;
    }
    #servicesimg{
text-align: center;
    }
}
@media only screen and (max-width:970px){
    #ser2{
        padding-top: 10px;
    }
    #ser2{
        padding-left: 10px;
    }
    
}


@media only screen and (max-width : 1200px){
    #mission{
        text-align: center;
        
        padding: 0 15px 0 15px;
    }
    
}
@media only screen and (max-width:500px){
     #ct{
        height: 50px;
    }
}