

/* CSS Document */

 




.icon1 {
	background: url(../images/big-icons-new.png) no-repeat 0px -83px;
	}
/*.icon1:hover {
	background: url(../images/big-icons2.png) no-repeat 0px 0px;
	}*/
 .icon2 {
	background: url(../images/big-icons-new.png) no-repeat -99px -83px;
}
/*.icon2:hover {
	background: url(../images/big-icons2.png) no-repeat -99px 0px;
}*/
.icon3 {
	background: url(../images/big-icons-new.png) no-repeat -198px -83px;
}
/*.icon3:hover {
	background: url(../images/big-icons2.png) no-repeat -199px 0px;
}*/
.icon4 {
	background: url(../images/big-icons-new.png) no-repeat -300px -82px;
}
/*.icon4:hover {
	background: url(../images/big-icons2.png) no-repeat -299px 0px;
}*/
.icon5 {
	background: url(../images/big-icons-new.png) no-repeat -395px -82px;
}
/*.icon5:hover {
	background: url(../images/big-icons2.png) no-repeat -396px 0px;
}*/
.icon6 {
	background: url(../images/big-icons-new.png) no-repeat -490px -82px;
}
/*.icon6:hover {
	background: url(../images/big-icons2.png) no-repeat -488px 0px;
}
*/
.icon10 {
	background: url(../images/big-icons-1.png) no-repeat -0px -82px;
}
/*.icon10:hover {
	background: url(../images/big-icons1.png) no-repeat 0px 0px;
}*/
.icon11 {
	background: url(../images/big-icons-1.png) no-repeat -99px -83px;
}
/*.icon11:hover {
	background: url(../images/big-icons1.png) no-repeat -99px 0px;
}*/
.icon12 {
	background: url(../images/big-icons-1.png) no-repeat -200px -81px;
}
/*.icon12:hover {
	background: url(../images/big-icons1.png) no-repeat -198px 0px;
}*/
.icon13 {
	background: url(../images/big-icons-1.png) no-repeat -301px -82px;
}
/*.icon13:hover {
	background: url(../images/big-icons1.png) no-repeat -301px 0px;
}*/
.icon14 {
	background: url(../images/big-icons-1.png) no-repeat -402px -83px;
}
/*.icon14:hover {
	background: url(../images/big-icons1.png) no-repeat -402px 0px;
}*/
.icon15 {
	background: url(../images/big-icons-1.png) no-repeat -490px -83px;
}
/*.icon15:hover {
	background: url(../images/big-icons1.png) no-repeat -506px 0px;
}*/



.hi-icon-archive span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-chat span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-bookmark span{
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-user span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-contract span {
	width: 82px;
	height: 82px;
	display: inline-block;
}


.hi-icon-archive1 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-chat1 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-bookmark1 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-user1 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-contract1 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
 
.hi-icon-archive2 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-chat2 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-bookmark2 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-user2 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-contract2 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}

.hi-icon-archive3 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-chat3 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}
.hi-icon-bookmark3 span {
	width: 82px;
	height: 82px;
	display: inline-block;
}




.hi-icon-effect-8 .hi-icon {
	/*background: rgba(255,255,255,0.1);*/
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
/*	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);*/
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,2.5), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}



#set-8 {
    background: url(background-image.jpg) fixed;
    background-size: cover;
    padding: 0px 31px;
    /* margin: 0px; */
   
}
.container > section {
    min-height: 100%;
    margin: 0 auto;
    padding: 20em 3em;
}
.container {
    height: 100%;
    position: relative;
}
.hi-icon {
      display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 15px;
    font-weight: bold;
    /* margin: 4%; */
    width: 160px;
    height: 85px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}



.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
 
    transform: scale(0.9);
}
/*.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
   
    box-sizing: content-box;
}
*/
.container > header {
    margin: 0 auto;
    padding: 2em 1em 2em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    z-index: 999999;
    -webkit-backface-visibility: hidden;
}
.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
	
}