﻿

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}

p,li {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 15px;
}

h1,h2, h3 {
    font-family: '黑体';
}
h2 {
    padding-top:30px;
/*    text-transform: uppercase;    */
    text-align: center;
}
.pad-sec-top {
    padding-top:30px!important;
}
.pad-full {
    padding:10px 50px 10px 50px;
}
.margin-set {
    margin: 5px 10px 10px 10px;
}
.dwn-cls {
    background-color:#0094ff;
    color:#fff;
    padding:10px;
    text-align:center;
    font-size:25px;
    text-transform:uppercase;
}
/*=====================================
  HEADERS STYLES 
    ===================================*/
.header-sec {
    background-color: #ededed;
    font-size: 12px;
    text-align: center;

}
.header-below {
    background-color: #4f87ed;
    color:#fff;
    text-align: center;
    padding:20px 50px 20px 50px;
}

.temp-sec {
  
    min-height: 400px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.temp-bk {
    background-color: #F5F5F5;
}
    .temp-sec ul {
        list-style: circle;
        text-align: justify;
    }
.copyrights{
    background-color:#0094ff;
    color:#fff;
    padding:10px;
    text-align:center;
    font-size:14px;
/*
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
	text-transform:uppercase;*/
a {
    background-color:#0094ff;
    color:#ddd;
    padding:10px;
    text-align:center;
    font-size:14px;
}
a:hover {
    text-decoration: underline;
    color:#fff;
}
a:active,a:focus {
    text-decoration: underline;
    color:#f00;
} 

/*=====================================
  CLIENTS TESTIMONIALS STYLES 
    ===================================*/
.middle-section {
background: url(../img/middle-text.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
text-align:center;
color:#fff;


}
.middle-section .overlay {
    padding:50px;
background: rgba(88, 88, 88, 0.81);
}
.slide-custom {
    min-height:150px;
    padding:20px;
    line-height:30px;
}
h4{
   line-height:28px
}
h4 i{
   padding:5px;
}