.wrapper {
    margin: 0 auto;
    width: 960px;
}

a {
    text-decoration: none;
}
.clear {
    clear: both;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
body {
    background: url("../images/bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    font-family: "Open Sans",sans-serif;
}
.logo {
    float: left;
    width: 25%;
    padding: 10px 0;
}
.head-right {
    float: right;
    width: 30%;
}

.top-links {
    float: right;
    width: 61%;
    background: #f1f1f1;
    padding: 8px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top-links ul li{
    display: inline-block;
    font-size: 12px;
    color: #6d6d6d;
    border-right: 1px solid #6d6d6d;
    padding:0 5px;
}
.top-links ul li:last-child{
    border:none;
}
.top-links ul li a{
    color: #6d6d6d;
}

.top-social {
    margin-top: 50px;
    float: right;
}
.top-social ul li{
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.header {
    background: #fff;
}

.nav-wrapper {
    margin: 0 auto;
    width: 960px;
}

.main-nav {
    background: #681189;
    float: left;
    width: 75%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.main-nav ul li{
    border-right: 1px solid #b679cd;
    display: inline-block;
    font-family: "Dosis",sans-serif;
    margin-right: -4px;
    padding: 10px 0;
    font-weight: 500;
}
.main-nav ul li:last-child{
    border:none;
}
.main-nav ul li a{
    color: #fff;
    padding: 7px 25px;
    font-size: 19px;
}
.active{
    color: #4FA905!important;
}
.top-contact {
    float: right;
    background: url("../images/icon1.png");
    width: 142px;
    height: 32px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Dosis",sans-serif;
    color: #fff;
    padding-left: 45px;
    padding-top: 6px;
}

.slider {
    position: relative;
    border:5px solid #fff;
}

header {
    padding-bottom: 10px;
}

.caption {
    font-family: "Dosis",sans-serif;
    position: absolute;
    top: 60px;
    left: 50px;
}
.caption h1{
    font-size: 38px;
    color: #191919;
    font-weight: bold;
    margin-bottom: 5px;
}
.caption p{
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 40px;
    width: 80%;
    line-height: 18px;
}
.view{
    background: url("../images/view.jpg");
    width: 219px;
    height: 43px;
}

.slide-nav {
    position: absolute;
    top: 140px;
    width: 910px;
    left: 10px;
    z-index: 1000;
}
.previous{
    background: url("../images/previous.png");
    width: 27px;
    height: 27px;
    float: left;
}
.next{
    background: url("../images/next.png");
    width: 27px;
    height: 27px;
    float: right;
}

.main {
    padding: 30px 0;
}

.main-left {
    float: left;
    width: 65%;
}
.main-left h1{
    font-family: "Dosis",sans-serif;
    border-bottom: 1px solid #ededed;
    font-size: 30px;
    font-weight: 600;
    color: #5f107e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.main-left h1 span{
    color: #ff6300;
}
.main-left p{
    font-size: 13px;
    color: #878787;
    line-height: 23px;
}
.main-right{
    float: right;
    width: 30%;
}
.main-right h1{
    font-family: "Dosis",sans-serif;
    border-bottom: 1px solid #ededed;
    font-size: 30px;
    font-weight: 600;
    color: #449705;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.main-right h1 span{
    color: #6e2f88;
}
.main-right ul li{
    background: url("../images/colon.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ededed;
    color: #878787;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.ser {
   padding: 20px 0; 
}
.ser h1{
    font-family: "Dosis",sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #651185;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.ser-left {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.26);
    float: left;
    padding: 15px;
    background: #fafafa;
    width: 45%;
    border-radius: 5px;
}
.ser-left p{
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    height: 126px;
    margin-bottom: 30px;
}
.ser-right {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.26);
    float: right;
    padding: 15px;
    background: #fafafa;
    width: 45%;
    border-radius: 5px;
}
.ser-right p{
    font-weight: 600;
    color: #62b50c;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
    height: 126px;
}
.desc{
    width: 50%;
    float: left;
}

.consultant {
    background: url("../images/consultant.png");
    width: 88px;
    height: 10px;
}

.bottom {
    padding-bottom: 40px;
}

.bottom-left {
    background: url("../images/value-bg.png");
    height: 198px;
    width: 100%;
    float: left;
    width: 64%;
    padding: 15px 20px;
    border-radius: 5px;
}
.bottom-left h1{
    font-weight: 600;
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: "Dosis",sans-serif;
}
.bottom-left p{
    margin-top: 5px;
    color: #494105;
    font-size: 11px;
    line-height: 16px;
}

.read-more {
    font-size: 12px;
    font-weight: 600;
    color: #ff7902;
    text-align: right;
}

.bottom-right {
    background:#4ba205 url("../images/contact-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px;
    float: right;
    width: 25%;
    min-height: 200px;
    border-radius: 5px;
}
.bottom-right h1 {
    color: #fff;
    font-family: "Dosis",sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.bottom-right ul li{
    font-family: "Dosis",sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.bottom-right ul li:last-child{
    margin-bottom: 10px;
}
.bottom-right ul li a{
    color: #000;
}
.bottom-right p{
    font-family: "Dosis",sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.footer {
    padding: 20px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.foot-contact {
    float: left;
    width: 30%;
}
.foot-contact h1{
    font-size: 20px;
    font-weight: bold;
    color: #ff7902;
    margin-bottom: 15px;
    font-family: "Dosis",sans-serif;
}
.foot-contact ul li {
    color: #494105;
    font-size: 12px;
    line-height: 17px;
}
.foot-contact ul li a{
    color: #494105;
}

.foot-logo {
    float: right;
    width: 18%;
}

.copyright {
    float: left;
    width: 25%;
}
.copyright p{
    color: #494105;
    font-size: 12px;
}
.copyright span{
    color: #691289;
}

.foot-social {
    float: right;
    width: 6%;
}
.foot-social ul li{
    display: inline-block;
}

.foot-bottom {
    padding: 15px 0;
}

.inner-banner {
    border: 5px solid #fff;
    position: relative;
}

.inner-page {
    padding: 35px 0;
}
.inner-page h1{
    border-bottom: 1px solid #ededed;
    color: #651185;
    font-family: "Dosis",sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.inner-page p{
    color: #878787;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}
.inner-page a{
    color: #878787;
}
.inner-page ul{
    margin-bottom: 20px;
}
.inner-page ul li{
    font-size: 13px;
    font-weight: lighter;
    color: #000;
    background: url("../images/green.png");
    background-repeat: no-repeat;
    background-position:0 5px;
    padding-left: 25px;
    margin-bottom: 10px;
}
strong{
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.form{
    padding-bottom: 50px;
}
.form input {
    width: 173px;
    height: 25px;
    border:1px solid #e2e2e2;
    margin: 10px 0;
    padding-left: 10px;
}
.form textarea {
    width: 370px;
    height: 140px;
    border:1px solid #e2e2e2;
    margin: 10px 0;
    padding-left: 10px;
}
.form label{
    font-size: 13px;
    color: #525252;
}
.form span{
    color: #bbbaba;
    font-size: 10px;
}
.form ul li{
    
}
.submit{
    background: #4ea804;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    width: 90px!important;
    height: 25px!important;
    font-family: "open sans";
    border-radius: 5px;
    cursor: pointer;
}