* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
/*-----------------------------------------------
/* banner
--------------------------------------------------*/
#banner .carousel-item{
	height: 500px;
}
#banner .carousel-container .fadeInLeft {
    padding-top: 80px;
}
/*-----------------------------------------------
/* menu
--------------------------------------------------*/
#menu{
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.part {
    overflow: hidden;
    width: 100%;
	padding-top: 5px;
}

.centerParty {
    margin: 0 auto;
}
ul {
    list-style-type: none;
}
#menuContent li {
    text-align: center;
    float: left;
    min-height: 40px;
	padding: 0;
    cursor: pointer;
}
#menuContent h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding-top: 5px;
}
#menuContent .selected h2 {
	display: inline-block;
    color: #446cb3;
    border-bottom: 2px solid #446cb3;
}
.menuTitle{
    margin-bottom: 10px !important;
}
@media (min-width: 1400px) {
	#menuContent {
		width: 60%;
	}
}
/*-----------------------------------------------
/* Description
--------------------------------------------------*/
#Description{
	padding-top: 20px;
}
#Description h3{
	color: #000000;
    padding-top: 30px;
}
#Description p{
	color: #000000;
	font-weight: 300;
    padding-bottom: 30px;
}
#Description p a{
	color: #000000;
	font-weight: 300;
    padding-bottom: 30px;
}
#Description p a:hover{
    color: #428bca;
    transition:all 0.3s 0.3s;
	-webkit-transition:all 0.3s 0.3s;
}
/*-----------------------------------------------
/* Solution
--------------------------------------------------*/
#solution h4{
    font-size: 22px;
    margin-bottom: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    border-left: 3px solid #44bcb3;
    padding-left: 10px;
    color: #333;
}
#solution h4 a{
    color: #000000;
    cursor: pointer;
}
#solution h4 a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
}
/* #solution .box{
	padding-bottom: 60px;	
} */
#solution .img{
	padding:0px 20px 40px 20px;
}
#solution img{
	width: 100%;
    height: 100%;
}
div.panel,p.flip
	{
	margin:0px;
	padding:5px;
	text-align:center;
	border:solid 1px #c3c3c3;
	color: #000;
}
.panel p{
	font-weight: 300;
	padding: 10px;
}
.panel p a{
    color: #000000;
    font-weight: 400;
    cursor: pointer;
}
.panel p a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
}
div.panel{
	display:none;
	text-align: left;
}
p.flip{
	font-weight: 400;
	cursor:pointer;
}
p.flip:hover{
	background-color: #44bcb3;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.box{
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	#solution .img{
		padding:0px 20px 10px 20px;
	}
}
@media (max-width: 991px) {
    #banner h1{
        font-size: 40px !important;
    }
    #banner .carousel-item{
        height: 400px;
    }
    #banner{
        height: 400px;
    }
    #solution h4{
        font-size: 16px;
        margin-bottom: 26px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 20px;
        border-left: 3px solid #44bcb3;
        padding-left: 10px;
        color: #333;
    }
}
