

body{
    width:1000px;
    height:auto;
    
}
.fixed{
    
    width:700px;
    margin:auto;
    
}
/*Default css*/

*{
    margin:0;
    padding:0;
}
.clearfix::after{
    content:"";
    display:block;
    clear:both;
}
.textcenter{
    text-align:center ;
    
}
.textright{
    text-align:right;
}
.textleft{
    text-align:left;
}

img{ 
    max-width:100%;

}




.header{
    background-color:gray;

    
}
.header-left img{
    
    width:120px;
    height:auto;
}

.header-right{
    
    float:right;
    width:70%;
}
.header-left{
    float:left ;
    width:30%;
}



.header-right ul li{
    
    list-style:none;
    display:inline-block ;
    margin:-2px;
}

.header-right ul li a{
    
    text-decoration:none;
    display:inline-block  ;
    color:white;
    padding:0px 10px;
    border-right:1px solid #ddd;
    font-size:15px;
    line-height:45px;
    transition:.5s;
}
.header-right ul li:first-child a{
    
    border-left:1px solid #ddd;
    
}

.header-right ul li a:hover{
    
    background-color:gray;
    
}


/*  banner*/



.banner{
    
    background:url( https://wallpaperaccess.com/full/796854.jpg ) no-repeat center center ;
    
    padding:200px 0;
    background-size:cover;
}

.bannercaption h2{
    
    color:#fff;
    padding:5px 5px;
    background-color:black;
    display:inline-block ;
    border-radius:4px;
    font-size:20px;
}
.bannercaption h1{
    background-color:wgb(175,225,235,.4);
    color:#fff;

    
    font-size:35px;
    max-width:450px;

    padding:10px 5px;
    border-radius:4px;
    margin:auto ;
}

.about{
    background:#ddd;
    padding:20px 0;
   
}
.about h3{
    
    font-size:30px;
    margin-bottom:10px;
}
.about p{
    
    margin:auto;
    font-size:15px;
    max-width:500px;
    
    
}

    
.service{
    padding:30px 0;
    background:#f7f7f7;
    
}
.serviceitem{
    
    float:left;
    width:31.3%;
    border:1px solid black;
    box-sizing:border-box ;
    padding:10px 5px;
    margin-left:1%;
    margin-right:1%;
    margin-top:20px;
    
}

.serviceitem span{
    
    display:block ;
    background:#706fd3;
    color:#fff;
    font-size:25px;
    height:25px;
    width:25px;
    padding:6px 6px;
    margin:auto;
    line-height:25px;
    border-radius:0 7px 0 7px;
    transition:.6s;
}


.serviceitem h3{
    font-size:15px;
    margin-top:5px;
    margin-bottom:4px;
    
}
.serviceitem p{
    font-size:13px;
    margin:6px;
}

.serviceitem span:hover{
    
    transform:rotate(360deg);
}




.blog-notice{
    margin-top: 30px;
    padding-bottom: 20px;
}
.blog{
    float: left;
    width: 70%;
}
.notice{
    float: right;
    width: 25%;
}
.blogitem{
    margin-bottom: 15px;
}
.blogitem img{
    float: left;
    width: 180px;
    height: auto;
    margin-right:15px;
}


.notice h2{
    font-size:20px;
    margin-bottom:10px;
    
    padding:5px;
    border-bottom:1px solid #ddd;
}
.notice ul{
    list-style:none;
    
}
.notice ul li{
    border:1px solid black;
    padding:8px 5px;
    background-color:white;;
    margin-bottom:7px;
    transition:.5s;
}
.notice ul li:hover{
    transform:translateY(2px);
    
}

.footer{
    
    background-color:gray;
    color:#fff;
    padding:10px;
    
    
}
.footerleft{
    
    float:left;
    width:50%;
    
    
    
}

footerright{
    float:right;
    width:50%;
    
    
    
}

.socialicon{
    
    text-align:right;
    display:block ;
    
    list-style:none;
    
    
}
.socialicon li{
    display:inline-block ;
    
    
    
    
}
.socialicon li a{
    
    font-size:25px;
    margin-left:20px;
    color:#fff;





}





















