                  
                  
                    /*---------------------first section----------------------*/
                    
                    section#cypher_organization {
                        background-image: url(../images/banner1overlay.jpg);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        position: relative;
                        max-width: 100%;
                        height: auto;
                        padding: 140px 0px;
                        overflow: hidden;
                    }
                    
                    .cypher_banner_content {
                        letter-spacing: 2px;
                        line-height: 1.8;
                    }
                    
                    .cypher_banner_content h2 {
                        font-size: 45px;
                        font-family: 'Open Sans';
                    }
                    
                    .cypher_banner_content p {
                        font-size: 20px;
                    }
                    /*----------------second-section----------------------*/
                    
                    .cypher_btn a {
                        border-radius: 30px;
                    }
                    
                    .cypher_img_content small {
                        font-size: 18px;
                    }
                    /*------------------third-section----------------------*/
                    
                    section#partner_third_sec {
                        background-image: url(../images/banner2overlay.jpg);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        position: relative;
                        max-width: 100%;
                        height: auto;
                        padding: 120px 0px;
                        overflow: hidden;
                    }
                    
                    .partner_content p {
                        font-size: 18px;
                        letter-spacing: 1px;
                        color: rgb(255, 255, 255, 0.7);
                        font-family: Metropolis-italic;
                        font-weight: 700;
                    }
                    
                    .cypher_btn a.btn.btn-primary.join {
                        padding: 12px 42px;
                    }
                    /*-----------------------fourth section----------------------*/
                    
                    .short_logo {
                        text-align: center;
                        margin-bottom: 66px;
                    }
                 
                    /*****responsive css******/
                    /*----------@media(max-width:1200)---------*/
                 
                    /*----------@media(max-width:991)-----------------*/
                    
                    @media(max-width:991px) {
                        /************first section************/
                        .cypher_banner_content h2 {
                            font-size: 35px;
                        }
                        .cypher_banner_content p {
                            font-size: 17px;
                        }
                    }
                    /*-----@media(max-width:767)----------------*/
                    
                    @media(max-width:767px) {
                        /**********first section************/
                        .cypher_banner_content h2 {
                            font-size: 24px;
                        }
                        .cypher_banner_content p {
                            font-size: 14px;
                        }
                        section#cypher_organization {
                            padding: 90px 0px;
                        }
                        /**********second section************/
                        h2 {
                            font-size: 28px;
                        }
                        .charity_top p {
                            font-size: 14px;
                        }
                        span {
                            font-size: 16px;
                        }
                        /************third section************/
                        .partner_content p {
                            font-size: 14px;
                        }
                    }