



  
.tabsx {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
}

.tabsx:after {
    content: '';
    display: table;
    clear: both;
}

.tabsx input[type=radio] {
    display:none;
}

.tabsx label {
    display: block;
    float: left;
    width: 25%;

    color: #000;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;

    cursor: pointer;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;

    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    background: #fff;
}
 
.tabsx label span {
    display: none;
}

.tabsx label i {
    padding: 5px;
    margin-right: 0;
}

.tabsx label:hover {
    color: #3498db;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
}

.tab-contentx {
	display: none;
width: 100%;
float: left;
padding: 15px;
box-sizing: border-box;
background-color: #FFF;
overflow: auto;
color: #000;
min-height: 475px;
max-height: 475px;
}
.tab-contentx button{padding:3px 5px; background:#00A8E7; color:#fff; text-transform:uppercase;}

.tab-contentx * {

    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}

@keyframes scale {

  0% { 
    transform: scale(0.9);
    opacity: 0;
    }

  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }

  100% { 
    transform: scale(1);
    opacity: 1;
  }

}
  
.tabsx [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
    color: #3498db;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4, 
#tab5:checked ~ #tab-content5{
    display: block;
}

@media (min-width: 768px) {
    
    .tabsx i {
        padding: 5px;
        margin-right: 10px;
    }

    .tabsx label span {
        display: inline-block;
    }

    .tabsx {
        max-width: 750px;
        margin: 39px auto;
    }

}

/*.la
{
     box-shadow: inset 0 4px #AF3C8D !important;
    border-bottom: 4px solid #AF3C8D !important;
    color: #AF3C8D !important;
    }
    .lb
{
    box-shadow: inset 0 4px #E63A2E !important;
    border-bottom: 4px solid #E63A2E !important;
    color: #E63A2E !important;
    }
    .lc
{
    box-shadow: inset 0 4px #FED026 !important;
    border-bottom: 4px solid #FED026 !important;
    color: #FED026 !important;
    }
    .ld
{
     box-shadow: inset 0 4px #00A8E7 !important;
    border-bottom: 4px solid #00A8E7 !important;
    color: #00A8E7 !important;
    }
    .le
{
     box-shadow: inset 0 4px #009F52 !important;
    border-bottom: 4px solid #009F52 !important;
    color: #009F52 !important;
    }*/
    
    
    
    
     .carousel-fade .item {transition-property: opacity; transition-duration: 4s; transition-timing-function:linear;}
        .carousel-fade .carousel-indicators li{transition-property: opacity; transition-duration: 4s; transition-timing-function:linear;}
        .carousel-fade .item, .active.left, .active.right {opacity: 0; transition-duration: 3s; transition-timing-function:linear;}
        .carousel-fade .active, .next.left, .prev.right { opacity: 1; transition-duration: 3s; transition-timing-function:linear;}
        .carousel-fade .next, .prev, .active.left, .active.right { left: 0; transform: translate3d(0, 0, 0);}
        
        
        
        
        
        
.banner_bottom_ico_effect {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    padding: 1em;
}
.banner_bottom_ico_effect::before {
    width: 60px;
    height: 60px;
    background: transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #b1b1b1;
    border-top: 2px solid #b1b1b1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.banner_bottom_ico_effect i img {

    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
 
}
.banner_bottom_ico_effect:hover i img { transform: scale(0.8);


 
}



.banner_bottom_ico_effect::after {
    width: 60px;
    height: 60px;
    background: transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.banner_bottom_ico h3 {
    font-size: 16px;
    color: #212121;
    text-transform: uppercase;
    margin: 1em 0;
    position: relative;
    padding-top: 10px;
    padding-bottom: .8em;
}
.banner_bottom_ico {
	border:1px solid #f7f7f7;
    /*border-right: 1px solid #999;
    border-top: 1px solid #999;*/
    padding: 0.35em;
    text-align: center;cursor: pointer;
	margin-bottom:12px;
}
.banner_bottom_ico i {
	font-size: 2em;
	color: #fff;
	font-family: FontAwesome;
	height: 120px;
	font-style: normal;
	display: inline-block;
	line-height: 2.5em;
	width: 120px;
	overflow: hidden;
	background: #e9e9e9;
	border-radius: 49%;
	padding: 20px;
}
.banner_bottom_ico i img { width: 100%;
  
}
.banner_bottom_ico:hover .banner_bottom_ico_effect::before {
    opacity: 1;
    right: 5px;
    top: 5px;
}
.banner_bottom_ico:hover .banner_bottom_ico_effect::after {
    opacity: 1;
    left: 5px;
    bottom: 5px;
}
.banner_bottom_ico:hover {
    background: #f5f5f5;
}
.mainbx {
    padding: 0% 0px;
}

.banner_bottom_ico_effect a {
    color: #111315; font-size: 12px;
    text-decoration: none;
}