body{
    margin:0;
    padding:0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.9em;
    font-size: 18px;
    color: #333;
}

h1{
    font-size: 2em;
    color: #844A5F;
}


.all{
    text-align: center;
    width: 100%;
    display: block;
    background-color: rgb(250, 240, 242);
    background-image: url("../images/bgg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px auto;
}

.logo{width: 50%;}

.logo1{
    width: 60%;
}
.logo2{
    width: 40%;
}
.cont_top{
    width: 100%;
    height: auto;
}

.col1{
    width:50%;
    float: left;

}
.col2{
    width:50%;
    float: right;
   
}
.col{
    padding:30px 30px 30px 30px;
    text-align: center;
}
.colno{
    padding:0;
}
.col1 img{
    width:100%;
}

.limiter{
    clear: both;
    height: 40px;
}

.text{
    text-align: justify;
    padding:50px 90px 50px 90px;
}

.team{
    width:280px !important;

}

.center{
    text-align: center !important;
}

.footer{
    background-color: #844A5F;
}

.footer_in{
    padding: 50px 20px 50px 20px;
    color: #fff;;
}








@media screen and (max-width: 1280px) {

    .all{
        background-size: 400px auto;
    }
    .text{
        text-align: justify;
        padding:40px 40px 40px 40px;
    }


}






@media screen and (max-width: 900px) {


.hide{
    display: none;
}
.only{
    width: 100%;
}

.text{
    text-align: justify;
    padding:40px 30px 40px 30px;
}

.team{
    max-width:200px !important;

}
.all{
    background-size: 300px auto;
}
}







@media screen and (max-width: 700px) {
    .all{
        background-size: 200px auto;
    }

    .col1{
        width:100%;
        float: left;
    
    }
    .col2{
        width:100%;
        float: right;
       
    }

    .text{
        
        padding:10px 20px 10px 20px;
    }

    .logo{
        width: 75%;
    }
.logo1{
    width: 90%;
}
.logo2{
    width: 60%;
}
h1{
    text-align: center;
}

}