.menu-area {
    background-color: rgb(97 164 183);
}
.header.affix .menu-area {
    background-color: rgb(97 164 183);
}
.cbiz-bg {
    background-color: #071f31;
    background-image: url("../images/bg/service.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    position: relative;
    z-index: 0;
}
.cbiz-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: transparent;
}
.cele-list:after {
    background: rgb(97 164 183);
    content: "";
    position: absolute;
    left: 0;
    right: -50000px;
    bottom: 0;
    top: 0;
    z-index: -5;
}
.main-slider .carousel-control i {
    background: rgb(97 164 183);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.our-goal1.cbiz-bg {
    background-image:  url("../images/bg/bg-goal1.jpg");
}
.contact-form .form-btn {
    text-align: center;
}
.mtop30{
    margin-top: 30px;
}
#mobile-nav-wrap {
    background: #61a4b7;
}
.mobile-menu-inner {
    background: #61a4b7;
}
.wi-list i {
    margin-right: 7px;
}
.information-section-below{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background-color: #61a4b7;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #000000;
	/*font: 14px/20px "Playfair Display", Arial, Helvetica, sans-serif;*/
	font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 1px solid rgba(114,103,69,.7);
    /*box-shadow: 0 -2px 12px rgba(0,0,0,.45)*/
}

.information-section-below .fa{
	font: normal normal normal 22px/20px FontAwesome;
	color: #000000;
	margin-top: 6px;
}

.box-information{
	width: 33.33%;
	float: left;
	text-align: center;
	border-left: 1px solid rgba(114,103,69,.7);
	border-right: 1px solid rgba(114,103,69,.7);
}

.emoticon-box-information{
	width: 100%;
	text-align: center;
}

.text-box-information{
	width: 100%;
	text-align: center;
	padding-bottom: 6px;
	font-weight: 600;
}

.text-box-information a{
	color: #000000;
}
@media only screen and (min-width: 769px){
	.information-section-below{
		visibility: hidden;
	}
}