body{
    margin:0px;
    padding:0px;
    font-family: 'Montserrat', sans-serif;
    background-color: #456789;
    }
    .toparea{
        width:100%;
        height:110px;
        background:white;
    
    
        }
        .logo{
            width:40%;
            height:110px;
            padding-left:80px;
        }
            .logo img{
            height:108px;
            margin:1px 0;
            border-radius:50%;
            }

            .title{
                width:60%;
                height:110px;
                padding-top: 10px;
                
            }
                .title img{
                height:80px;
                margin:10px 0;
               
                }
            
                .menuarea{
                    width:100%;
                    height:30px;
                    float:left;
                }
                
                .fix{
                    width:100%;
                    height:65px;
                    float:left;
                    position:sticky;
                    padding-top:4px;
                    z-index:1000;
                    font-weight: 1000;
                    background-color: #1072BA;
                }


                .divider-text {
                    position: relative;
                    
                    margin-top: 15px;
                    margin-bottom: 15px;
                }
                
                .divider-text:after {
                    content: "";
                    position: absolute;
                    width: 100%;
                    border-bottom: 1px solid #ddd;
                    top: 55%;
                    left: 0;
                    z-index: 1;
                }
                
                


                  .lastarea{
                    background-color:rgb(22, 20, 20);
                    color:white;
                }
                    .reach{padding:20px;height:430px;}
                    .reach h1{padding-bottom:20px;}
                    .reach hr{color:blue;}
                    .box:hover {
                        transition: all 1s;
                    transform: scale(1.1,1.1);
                        box-shadow: 10px 10px 10px black;
                    }