html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
	font-family:"Arial";
}

section, header, footer, nav, div, span, ul, li, a {
    box-sizing: border-box;
}
a{
color:#333;
text-decoration:none;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  /*   background-color: #f2f2f2; */
}

header nav {
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul li {
    display: inline-block;
    padding: 0 20px;
}

header ul a {
    font-weight: 700;
    text-decoration: none;
    color: #4d4d4d;
    height: 50px;
    display: block;
    position: relative;
}

header ul a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

section {
    float: left;
    display: block;
    height: 100%;
    padding: 135px 0 0 0;
    margin: 0;
}

#section-section1 {
/*     background: #2c3e50; */
background:url(../images/bg.png) no-repeat;
background-size:100% 100%;
}
#section-section6 {
/*     background: #2c3e50; */
background:url(../images/bg1.png) no-repeat;
background-size:100% 100%;
}

#section-section2 {
background:url(../images/bg.png) no-repeat;
background-size:100% 100%;

    /* background: #16a085; */
}

#section-section3 {
background:url(../images/bg1.png) no-repeat;
background-size:100% 100%;
    /* background: #27ae60; */
}

#section-section4 {
background:url(../images/bg.png) no-repeat;
background-size:100% 100%;
    /* background: #c0392b; */
}
#section-section5 {
background:url(../images/bg1.png) no-repeat;
background-size:100% 100%;
    /* background: #c0392b; */
}

.horizon-prev, .horizon-next {
    position: fixed;
    top: 50%;
    margin-top: -24px;
    z-index: 9999;
}

.horizon-prev {
    left: 20px;
}

.horizon-next {
    right: 20px;
}
.wrapper{width:80%; margin:0px auto;}
.osp-logo-container{float:left; margin-top:10px; width:25%;}
.osp-logo-container img{width:90%;}
.scn-logo-container{float:right; text-align:right; margin-top:10px; width:25%;}
.scn-logo-container img{width:133px; max-height:71px;}
.inner-container{width:60%; margin:0px auto;}
.life-success-container{width:40%; text-align:center; float:left;}
.life-success-container span{line-height:65px;}
.life-success-container .lifesuccess{background:yellow; margin:0px 0px; font-size:40px; height:70px; width:70px; display:inline-block; font-weight:bold; border-radius:50%;}
.business-success-container{width:40%; text-align:center; float:right;}
.business-success-container span{line-height:65px;}
.business-success-container .bunsinesssuccess{background:purple; margin:0px 0px; font-size:40px; height:70px; width:70px; display:inline-block; font-weight:bold; border-radius:50%;}

.self-confidance-container{width:60%; margin:0px auto; text-align:center;}
.self-confidance-container span{line-height:65px;}
.self-confidance-container .selfconfidance{background:red; margin:0px 0px; font-size:40px; height:70px; width:70px; display:inline-block; font-weight:bold; border-radius:50%;}

.career-success-container{width:40%; text-align:center; float:left;}
.career-success-container span{line-height:65px;}
.career-success-container .careersuccess{background:blue; margin:0px 0px; font-size:40px; height:70px; width:70px; display:inline-block; font-weight:bold; border-radius:50%;}

.money-success-container{width:40%; text-align:center; float:right;}
.money-success-container span{line-height:65px;}
.money-success-container .moneysuccess{background:green; margin:0px 0px; font-size:40px; height:70px; width:70px; display:inline-block; font-weight:bold; border-radius:50%;}



