                    .banner {
                        margin-top: 69px;
                        background: linear-gradient(#000000b8, #000000b5), url(../img/banner1.jpg) no-repeat;
                        width: 96%;
                        height: 365px;
                        padding: 20px;
                        overflow: hidden;
                        background-size: cover;
                        background-attachment: fixed;
                    }
                    
                    .banner-text h3 var {
                        line-height: 55px;
                        font-size: 21px;
                        color: #fff;
                    }
                    
                    .banner-text a button {
                        padding: 15px 30px;
                        width: 70%;
                        border: none;
                        border-radius: 5px;
                        background: #fff;
                        font-size: 21px;
                        transition: .6s box-shadow;
                        outline: none;
                    }
                    
                    .banner-text a button:hover {
                        box-shadow: #d7d7d7b8 0px 0px 20px 9px;
                    }
                    
                    .banner-img img {
                        width: 450px;
                        text-align: center;
                        margin: -25pc 1pc;
                        transform: rotateY(180deg);
                    }
                    
                    hr {
                        margin: 1rem 0;
                        color: inherit;
                        background-color: currentColor;
                        border: 0;
                        opacity: 0.25;
                    }
                    
                    hr:not([size]) {
                        height: 1px;
                    }
                    
                    .alert {
                        position: relative;
                        padding: .5rem 1rem;
                        border: 1px solid transparent;
                        border-radius: 0.25rem;
                    }
                    
                    .alert-info {
                        color: #055160;
                        background-color: #cff4fc;
                        border-color: #b6effb;
                    }
                    
                    .text-orange {
                        color: #ffeb3b;
                    }
                    
                    .about {
                        background: linear-gradient(#000000b8, #0000009e), url(../img/banner1.jpg) fixed no-repeat;
                        background-size: cover;
                    }
                    
                    .about-title h2 {
                        text-align: center;
                        padding: 10px;
                        background: url(../img/banner7.jpg) center/cover fixed;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        font-family: fangsong;
                        font-size: 32px;
                    }
                    
                    .about-text {
                        background: linear-gradient(197deg, #2196f3, #f1faff);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: #0000;
                        line-height: 65px;
                        letter-spacing: 3px;
                        word-spacing: 7px;
                    }
                    
                    .button {
                        margin: 35px 0;
                    }
                    
                    .button a button {
                        margin: 13px 0;
                        width: 50%;
                        margin: 0 auto;
                        text-align: center;
                        border: none;
                        border-radius: 15px;
                        padding: 15px;
                        background: url(../img/1.jpg) top;
                        background-attachment: fixed;
                        font-weight: 500;
                        color: #fff;
                        transition: .5s background-position;
                        transition-property: color, background-position, background-attachment;
                        font-size: 21px;
                    }
                    
                    .button a button:hover {
                        background-position: bottom right;
                        color: #000;
                        background-attachment: fixed;
                    }
                    
                    .about-img img {
                        width: 450px;
                        height: 420px;
                        margin-left: 30px;
                    }
                    
                    @media only screen and (max-width: 991px) {
                        .banner {
                            height: 450px;
                        }
                        .banner-img img {
                            display: none;
                        }
                        .about-text {
                            width: 100%;
                        }
                        .about-img img {
                            border-radius: 10%;
                            width: 100%;
                        }
                    }
                    
                    @media only screen and (max-width: 576x) {
                        header .logo img {
                            margin-left: -15pc;
                        }
                    }