.fb-d3-parent-button:hover
{
	text-decoration:none !important;
}
.fb-d3-parent-button
{
	text-decoration:none !important;
}
.fb-design-3-col
{
	/* padding-right: 2px !important; */
	/* padding-left: 2px !important; */
	padding:10px !important;
	
	
}
.fb-d3-ele-flip-box--effect-flip .fb-d3-ele-flip-box:hover .fb-d3-ele-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fb-d3-ele-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fb-d3-parent {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}


.fb-d3-parent *, .fb-d3-parent :after, .fb-d3-parent :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fb-d3-ele-section {
	display: block;
}

.fb-d3-ele-section .fb-d3-parent-container {
  
	display: -ms-flexbox;
	display: flex;
	margin-right: auto !important;
	margin-left: auto !important;
	position: relative;
}

.fb-d3-parent-row {
	width: 100%;
   
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 768px) {
	.fb-d3-parent-column.fb-d3-parent-col-33, .fb-d3-parent-column[data-col="33"] {
		width: 33.333%;
	}
}

.fb-d3-parent-column, .fb-d3-parent-column-wrap {
	position: relative;
   
	display: -ms-flexbox;
	display: flex;
}

.fb-d3-parent-column {
	min-height: 1px;
}

.fb-d3-parent-column-wrap {
	width: 100%;
}

.fb-d3-parent:not(.fb-d3-parent-bc-flex-widget) .fb-d3-parent-widget-wrap {
   
	display: -ms-flexbox;
	display: flex;
}

.fb-d3-parent-widget-wrap {
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.fb-d3-parent-widget-wrap>.fb-d3-parent-element {
	width: 100%;
}

.fb-d3-parent-widget {
	position: relative;
}

.fb-d3-parent-element .fb-d3-parent-widget-container {
   
	-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.fb-d3-ele-flip-box--effect-flip .fb-d3-ele-flip-box {
   
	perspective: 1000px;
   
	transform-style: preserve-3d;
}

.fb-d3-ele-flip-box {
	height: 280px;
	position: relative;
   
}

.fb-d3-ele-flip-box--effect-flip .fb-d3-ele-flip-box__front {
   
	-ms-transform: none;
	transform: none;
	z-index: 1;
}

.fb-d3-ele-flip-box--effect-flip .fb-d3-ele-flip-box__layer {
   
	transform-style: preserve-3d;
   
	backface-visibility: hidden;
}

.fb-d3-ele-flip-box__layer {
	position: absolute;
	width: 100%;
	height: 100%;
  
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}



.fb-d3-ele-flip-box--3d .fb-d3-ele-flip-box__layer__overlay {
  
	transform-style: preserve-3d;
   
	transform: translateZ(.1px);
}

.fb-d3-ele-flip-box__layer__overlay {
    
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/* text-align: center; */
	padding: 35px !important;
}

.fb-d3-ele-flip-box--3d .fb-d3-ele-flip-box__layer__inner {
   
	transform: translateZ(90px) scale(.91);
}

.fb-d3-ele-flip-box .fb-d3-parent-icon-wrapper {
	margin-bottom: 20px !important;
}

.fb-d3-parent-icon {
	display: inline-block;
	line-height: 1;
	padding:10px !important;
	-o-transition: all .3s;
	transition: all .3s;	
	text-align: center;
}

.fb-d3-parent-icon i, .fb-d3-parent-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	
}

.fb-d3-parent-icon.fa {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
   
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



.fb-d3-parent-icon i:before, .fb-d3-parent-icon svg:before {
	position: absolute;
	left: 50%;
    
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fa-adjust:before {
	content: "\f042";
}

.fb-d3-ele-flip-box__layer__description:not(:last-child), .fb-d3-ele-flip-box__layer__title:not(:last-child) {
	margin: 0 0 20px !important;
	padding: 0 !important;
}

.fb-d3-ele-flip-box__layer__title {
	line-height: 1;
	font-weight: 600;
}



.fb-d3-ele-flip-box__back {
	
	display: block;
}

.fb-d3-parent-widget-flip-box.fb-d3-ele-flip-box--flipped .fb-d3-parent-widget-container .fb-d3-ele-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.fb-d3-ele-flip-box__button.fb-d3-parent-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto !important;
	margin-right: auto !important;
	
	
	
}

.fb-d3-parent a {
  
	box-shadow: none;
	text-decoration: none ;
}

.fb-d3-parent-button {
	display: inline-block;
	line-height: 1;
    
	font-size: 15px;
	padding: 12px 24px !important;
   
	border-radius: 3px;
   
	fill: #fff;
	text-align: center;
   
	-o-transition: all .3s;
	transition: all .3s;
}



.fb-d3-parent-column.fb-d3-parent-col-33, .fb-d3-parent-column[data-col="33"] {
	width: 100% ;
}

.fb-d3-ele-flip-box__button {
	font-family: sans-serif ;
}

.fb-d3-ele-section {
	padding: 0px !important;
	
}
@media (min-width:768px) and (max-width:1361px){
.flipbox-col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}